add debugging and reformat docs
[platform/upstream/gstreamer.git] / ChangeLog
1 2007-03-13  Michael Smith  <msmith@fluendo.com>
2
3         * ext/theora/theoradec.c: (theora_handle_type_packet):
4           Since the plugin doesn't support anything other than 4:2:0 right
5           now, post an error and fail if we get something else. Won't matter
6           until libtheora supports the other pixel formats, but hopefully
7           that'll be soon...
8
9 2007-03-10  Sebastien Moutte  <sebastien@moutte.net>
10
11         * gst-libs/gst/audio/gstbaseaudiosink.c:(gst_base_audio_sink_render):
12         Use gst_guint64_to_gdouble for conversion.
13         * win32/MANIFEST:
14         Add new files to the win32 MANIFEST.
15         * win32/common/libgstaudio.def:
16         * win32/common/libgstpbutils.def:
17         Add new exported functions.
18         * win32/vs6/gst_plugins_base.dsw:
19         * win32/vs6/libgstdecodebin.dsp:
20         * win32/vs6/libgstplaybin.dsp:
21         Change the link to libgstpbutils.lib.
22         * win32/vs6/libgstdecodebin2.dsp:
23         Add a new project for decodebin2.
24         * win32/vs6/libgstpbutils.dsp:
25         Add a new project for pbutils.
26
27 2007-03-10  Tim-Philipp Müller  <tim at centricular dot net>
28
29         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add):
30           Also accept partial dates with only year and month,
31           like 1999-12-00 (fixes #410396 even more).
32
33         * tests/check/libs/tag.c: (GST_START_TEST):
34           Add unit test for the above.
35
36 2007-03-10  Tim-Philipp Müller  <tim at centricular dot net>
37
38         * tests/check/elements/subparse.c: (GST_START_TEST),
39         (subparse_suite):
40           Add unit test for MPL2 subtitle format (#413799).
41
42 2007-03-10  Tim-Philipp Müller  <tim at centricular dot net>
43
44         Patch by: Kamil Pawlowski  <kamilpe gmail com>
45
46         * gst/subparse/Makefile.am:
47         * gst/subparse/gstsubparse.c:
48         (gst_sub_parse_data_format_autodetect),
49         (gst_sub_parse_format_autodetect), (gst_sub_parse_sink_event),
50         (gst_subparse_type_find):
51         * gst/subparse/gstsubparse.h:
52         * gst/subparse/mpl2parse.c: (mpl2_parse_line), (parse_mpl2):
53         * gst/subparse/mpl2parse.h:
54           Add support for MPL2 subtitle format (#413799).
55
56 2007-03-09  Tim-Philipp Müller  <tim at centricular dot net>
57
58         * configure.ac:
59           We require core CVS for the new buffer metadata copy functions.
60
61 2007-03-09  Wim Taymans  <wim@fluendo.com>
62
63         * gst-libs/gst/tag/gstid3tag.c:
64         Add read support for GST_TAG_MUSICBRAINZ_SORTNAME (TSOP) tag.
65         Fixes #414496.
66
67         Patch by: Alex Lancaster <alexl at users sourceforge net>
68
69 2007-03-09  Wim Taymans  <wim@fluendo.com>
70
71         * ext/libvisual/visual.c: (gst_visual_sink_setcaps),
72         (gst_vis_src_negotiate), (get_buffer), (gst_visual_chain):
73         Improve adapter usage and comments.
74
75 2007-03-09  Wim Taymans  <wim@fluendo.com>
76
77         * ext/pango/gsttextrender.c: (gst_text_render_chain):
78         * ext/vorbis/vorbistag.c: (gst_vorbis_tag_parse_packet):
79         * gst-libs/gst/netbuffer/gstnetbuffer.c: (gst_netbuffer_copy):
80         Use new metadata copy function.
81
82         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
83         (gst_ffmpegcsp_transform):
84         * gst/videoscale/gstvideoscale.c: (gst_video_scale_transform):
85         Basetransform copied the metadata for us.
86
87 2007-03-09  Tim-Philipp Müller  <tim at centricular dot net>
88
89         * ext/pango/gsttextoverlay.c: (gst_text_overlay_text_event),
90         (gst_text_overlay_video_event):
91           Some more logging. Only accept newsegment events in TIME format and
92           send a WARNING message if they are not in TIME format.
93
94         * gst/subparse/gstsubparse.c: (gst_sub_parse_dispose),
95         (gst_sub_parse_init), (gst_sub_parse_src_event), (handle_buffer),
96         (gst_sub_parse_chain), (gst_sub_parse_sink_event):
97         * gst/subparse/gstsubparse.h:
98           No need to allocate GstSegment structure dynamically, just put it
99           into the instance structure; ignore newsegment events in BYTE
100           format and in particular don't let it overwrite our saved TIME
101           segment from the last seek.
102
103 2007-03-09  Michael Smith  <msmith@fluendo.com>
104
105         * gst/typefind/gsttypefindfunctions.c: (ac3_type_find):
106           Replace AC3 typefinder with one that isn't terrible, and actually
107           works usefully.
108
109 2007-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
110
111         * gst/audioconvert/gstaudioconvert.c:
112         (gst_audio_convert_transform):
113           fix error category and translatable string
114           
115
116 2007-03-09  Tim-Philipp Müller  <tim at centricular dot net>
117
118         * pkgconfig/gstreamer-plugins-base-uninstalled.pc.in:
119         * pkgconfig/gstreamer-plugins-base.pc.in:
120           Fix up utils => pbutils here too.
121
122 2007-03-09  Tim-Philipp Müller  <tim at centricular dot net>
123
124         * gst/subparse/gstsubparse.c: (handle_buffer):
125           Break out of loop in chain function as soon as possible if we get
126           a non-OK flow return.
127
128 2007-03-08  Jan Schmidt  <thaytan@mad.scientist.com>
129
130         * tests/check/elements/alsa.c: (GST_START_TEST):
131         Unref the mixer if the state change fails too (if the
132         alsa devices are inaccessible, for example)
133
134 2007-03-08  Jan Schmidt  <thaytan@mad.scientist.com>
135
136         * tests/check/Makefile.am:
137         Don't test libvisual elements in the states check, because libvisual
138         seems to leak internally.
139
140         Re-enable the alsa and states tests now that there's new suppressions
141         in gst.supp.
142
143         * tests/check/elements/alsa.c: (GST_START_TEST):
144         Don't leak the alsamixer we instantiated.
145
146 2007-03-08  Jan Schmidt  <thaytan@mad.scientist.com>
147
148         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_clear),
149         (gst_ximagesink_change_state), (gst_ximagesink_reset),
150         (gst_ximagesink_finalize):
151         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state),
152         (gst_xvimagesink_reset), (gst_xvimagesink_finalize):
153         Move some cleanup stuff from the state change handler into a _reset()
154         function that can be called from _finalize(). This ensures that things
155         get freed even if (for some reason) the NULL->READY state transition
156         fails in the parent class.
157         Even if a parent state change fails, process our downward state change
158         logic instead of bailing out early.
159         Free the correct xcontext pointer in ximagesink's xcontext_clear.
160
161 2007-03-08  Jan Schmidt  <thaytan@mad.scientist.com>
162
163         * ext/alsa/gstalsasink.c: (gst_alsasink_open):
164         Extra log line.
165
166         * ext/pango/gstclockoverlay.c: (gst_clock_overlay_init):
167         * ext/pango/gsttimeoverlay.c: (gst_time_overlay_init):
168         Use pango_font_description_set_family_static instead of 
169         pango_font_description_set_family to save a string copy (it was
170         leaking due to the strdup anyway)
171
172         * gst/tcp/gsttcpclientsink.c: (gst_tcp_client_sink_finalize):
173         * gst/tcp/gsttcpclientsrc.c: (gst_tcp_client_src_finalize):
174         * gst/tcp/gsttcpserversink.c: (gst_tcp_server_sink_finalize):
175         * gst/tcp/gsttcpserversrc.c: (gst_tcp_server_src_finalize):
176         Chain up in finalize.
177
178 2007-03-07  Tim-Philipp Müller  <tim at centricular dot net>
179
180         * gst-libs/gst/interfaces/mixertrack.c:
181         (gst_mixer_track_class_init), (gst_mixer_track_get_property),
182         (gst_mixer_track_set_property):
183           API: add "untranslated-label" property which should be set by
184           implementations at construct time (#414645).
185
186         * ext/alsa/gstalsamixeroptions.c: (gst_alsa_mixer_options_new):
187         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
188           Set "untranslated-label" when constructing mixer track objects.
189
190         * tests/check/elements/alsa.c: (GST_START_TEST), (alsa_suite):
191           Unit test to check the above.
192
193 2007-03-07  Wim Taymans  <wim@fluendo.com>
194
195         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_read_chain):
196         Fix confusing debug message.
197
198 2007-03-07  Jan Schmidt  <thaytan@mad.scientist.com>
199
200         * gst-plugins-base.doap:
201         update doap file with new version
202
203 2007-03-07  Jan Schmidt  <thaytan@mad.scientist.com>
204
205         * configure.ac:
206         Back to CVS
207
208 === release 0.10.12 ===
209
210 2007-03-07  Jan Schmidt <thaytan@mad.scientist.com>
211
212         * configure.ac:
213           releasing 0.10.12, "Zombie Horde"
214
215 2007-03-06  Jan Schmidt  <thaytan@mad.scientist.com>
216
217         * configure.ac:
218         Bump version to 0.10.11.4 pre-release
219
220 2007-03-06  Wim Taymans  <wim@fluendo.com>
221
222         * gst-libs/gst/audio/gstbaseaudiosink.c:
223         (gst_base_audio_sink_async_play):
224         Fix regression that made GStreamer skip the first samples of audio.
225         Fixes #414684.
226
227 2007-03-05  Jan Schmidt  <thaytan@mad.scientist.com>
228
229         * configure.ac:
230         Bump version to 0.10.11.3 pre-release
231
232 2007-03-05  Sebastian Dröge  <slomo@circular-chaos.org>
233
234         * po/POTFILES.in:
235           Update paths for the rename from utils to pbutils to fix the build.
236
237 2007-03-05  Tim-Philipp Müller  <tim at centricular dot net>
238
239         * gst-libs/gst/pbutils/Makefile.am:
240           Change directory to install headers in from gst/utils to gst/pbutils
241           as well.
242
243 2007-03-05  Thomas Vander Stichele  <thomas at apestaart dot org>
244
245         * configure.ac:
246         * docs/libs/gst-plugins-base-libs-docs.sgml:
247         * docs/libs/gst-plugins-base-libs-sections.txt:
248         * gst-libs/gst/Makefile.am:
249         * gst-libs/gst/interfaces/mixer.c:
250         * gst-libs/gst/pbutils/Makefile.am:
251         * gst-libs/gst/pbutils/descriptions.c:
252         (gst_pb_utils_get_source_description),
253         (gst_pb_utils_get_sink_description),
254         (gst_pb_utils_get_decoder_description),
255         (gst_pb_utils_get_encoder_description),
256         (gst_pb_utils_get_element_description),
257         (gst_pb_utils_add_codec_description_to_tag_list),
258         (gst_pb_utils_get_codec_description), (gst_pb_utils_list_all):
259         * gst-libs/gst/pbutils/descriptions.h:
260         * gst-libs/gst/pbutils/install-plugins.c:
261         * gst-libs/gst/pbutils/install-plugins.h:
262         * gst-libs/gst/pbutils/missing-plugins.c:
263         (gst_missing_uri_source_message_new),
264         (gst_missing_uri_sink_message_new),
265         (gst_missing_element_message_new),
266         (gst_missing_decoder_message_new),
267         (gst_missing_encoder_message_new),
268         (gst_missing_plugin_message_get_description):
269         * gst-libs/gst/pbutils/missing-plugins.h:
270         * gst-libs/gst/pbutils/pbutils.c: (gst_pb_utils_init):
271         * gst-libs/gst/pbutils/pbutils.h:
272         * gst-libs/gst/utils/Makefile.am:
273         * gst-libs/gst/utils/base-utils.c:
274         * gst-libs/gst/utils/base-utils.h:
275         * gst-libs/gst/utils/descriptions.c:
276         * gst-libs/gst/utils/descriptions.h:
277         * gst-libs/gst/utils/install-plugins.c:
278         * gst-libs/gst/utils/install-plugins.h:
279         * gst-libs/gst/utils/missing-plugins.c:
280         * gst-libs/gst/utils/missing-plugins.h:
281         * gst-plugins-base.spec.in:
282         * gst/playback/Makefile.am:
283         * gst/playback/gstdecodebin.c:
284         * gst/playback/gstdecodebin2.c:
285         * gst/playback/gstplaybasebin.c: (setup_subtitle),
286         (gen_source_element):
287         * gst/playback/gstplaybin.c: (plugin_init):
288         * tests/check/Makefile.am:
289         * tests/check/libs/pbutils.c: (GST_START_TEST),
290         (test_pb_utils_install_plugins_do_callout), (libgstpbutils_suite):
291         * tests/check/libs/utils.c:
292           rename utils to pbutils
293
294 2007-03-02  Jan Schmidt  <thaytan@mad.scientist.com>
295
296         * docs/plugins/Makefile.am:
297         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
298         * docs/plugins/gst-plugins-base-plugins-sections.txt:
299         * docs/plugins/inspect/plugin-decodebin2.xml:
300         * gst/playback/gstdecodebin2.c: (gst_decode_bin_class_init):
301         Add documentation for decodebin2 that indicates that the API
302         is still unstable.
303
304 2007-03-01  Jan Schmidt  <thaytan@mad.scientist.com>
305
306         * configure.ac:
307         Update to 0.10.11.2 (0.10.12 pre-release)
308
309 2007-03-01  Wim Taymans  <wim@fluendo.com>
310
311         * gst-libs/gst/audio/gstbaseaudiosink.c:
312         (gst_base_audio_sink_async_play):
313         base time is irrelevant here.
314
315 2007-03-01  Wim Taymans  <wim@fluendo.com>
316
317         * gst-libs/gst/audio/gstaudiosink.c: (audioringbuffer_thread_func):
318         * gst-libs/gst/audio/gstaudiosrc.c: (audioringbuffer_thread_func):
319         Improve debugging.
320
321         * gst-libs/gst/audio/gstbaseaudiosink.c:
322         (gst_base_audio_sink_query), (gst_base_audio_sink_event),
323         (gst_base_audio_sink_render), (gst_base_audio_sink_async_play):
324         Improve latency and clock slaving calculations.
325         Improve slave clock calibration.
326
327         * gst-libs/gst/audio/gstringbuffer.c:
328         (gst_ring_buffer_commit_full):
329         When we are asked to render N sample to 0 bytes, return N.
330
331 2007-03-01  Wim Taymans  <wim@fluendo.com>
332
333         * ext/alsa/gstalsasink.c: (gst_alsasink_class_init),
334         (gst_alsasink_write), (gst_alsasink_reset):
335         * ext/alsa/gstalsasink.h:
336         Remove unused dispose function.
337         Rename lock to not interfere with alsasrc lock.
338
339         * ext/alsa/gstalsasrc.c: (gst_alsasrc_finalize),
340         (gst_alsasrc_class_init), (gst_alsasrc_init), (set_swparams),
341         (gst_alsasrc_read), (gst_alsasrc_reset):
342         * ext/alsa/gstalsasrc.h:
343         Implement finalize function.
344         Use lock to protect alsa access.
345         Implement _reset.
346         Fine tune sw params.
347
348 2007-02-28  Thomas Vander Stichele  <thomas at apestaart dot org>
349
350         * configure.ac:
351           Convert to new AG_GST style.
352
353 2007-02-28  Wim Taymans  <wim@fluendo.com>
354
355         Patch by: Ed Catmur <ed at catmur dot co dot uk>
356
357         * gst/playback/gstplaybin.c: (gst_play_bin_vis_unblocked),
358         (gst_play_bin_vis_blocked), (gst_play_bin_set_property):
359         Fix race condition when rapidly switching visualisations in playbin.
360         Fixes #401029.
361
362 2007-02-28  Jan Schmidt  <thaytan@mad.scientist.com>
363
364         * tests/check/Makefile.am:
365         Include local stuff before system installed things in LDFLAGS and
366         CFLAGS.
367
368 2007-02-28  Wim Taymans  <wim@fluendo.com>
369
370         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_sink_activate):
371         Improve debugging.
372
373 2007-02-28  Wim Taymans  <wim@fluendo.com>
374
375         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init), (gst_v4lsrc_init),
376         (gst_v4lsrc_fixate), (gst_v4lsrc_query):
377         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_buffer_new):
378         Fix duration and timestamping, taking latency into account.
379         Implement latency query.
380
381 2007-02-28  Wim Taymans  <wim@fluendo.com>
382
383         * gst-libs/gst/audio/gstaudioclock.c: (gst_audio_clock_init),
384         (gst_audio_clock_new):
385         Fix clock name.
386
387         * gst-libs/gst/audio/gstbaseaudiosink.c:
388         (gst_base_audio_sink_init), (gst_base_audio_sink_query):
389         * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_init),
390         (gst_base_audio_src_query), (gst_base_audio_src_get_offset),
391         (gst_base_audio_src_create):
392         Improve latency query code.
393         Use proper clock names.
394
395 2007-02-28  Thomas Vander Stichele  <thomas at apestaart dot org>
396
397         * tests/check/generic/states.c: (GST_START_TEST):
398           Copy the states.c test from core again
399         * tests/check/Makefile.am:
400           ignore cdio and cdparanoiasrc
401
402 2007-02-28  Stefan Kost  <ensonic@users.sf.net>
403
404         * gst/audioconvert/audioconvert.c: (float), (double), (float_hq),
405         (double_hq), (audio_convert_get_func_index), (check_default),
406         (audio_convert_prepare_context), (audio_convert_convert):
407           Also make valgrind happy and avoid copying data in some cases.
408
409 2007-02-28  Stefan Kost  <ensonic@users.sf.net>
410
411         * gst/audioconvert/audioconvert.c: (float), (double), (float_hq),
412         (double_hq), (audio_convert_get_func_index),
413         (audio_convert_prepare_context), (audio_convert_convert):
414         * gst/audioconvert/gstaudioconvert.c:
415         (gst_audio_convert_class_init), (gst_audio_convert_get_unit_size),
416         (gst_audio_convert_transform_caps):
417         * tests/check/elements/audioconvert.c: (GST_START_TEST),
418         (audioconvert_suite):
419           Don't run inplace if that overwrites source data as we go. Add more
420           tests. Fixes #339837 even more.
421
422 2007-02-27  Julien MOUTTE  <julien@moutte.net>
423
424         * tests/examples/seek/seek.c: (do_seek), (set_update_scale),
425         (msg_segment_done): Fix various seeking bugs (Slider was not
426         updating when doing a non flushing seek, Reverse playback 
427         on segment seek was wrong).
428
429 2007-02-26  Wim Taymans  <wim@fluendo.com>
430
431         * tests/examples/seek/seek.c: (stop_seek):
432         When we stop scrubbing, don't leave the pipeline PLAYING when we
433         requested a PAUSED state.
434
435 2007-02-25  Tim-Philipp Müller  <tim at centricular dot net>
436
437         Patch by: René Stadler <mail at renestadler de>
438
439         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add):
440           Parse date strings in vorbis comments that have an invalid (zero)
441           month or day (#410396).
442
443         * tests/check/libs/tag.c: (GST_START_TEST):
444           Test case for the above.
445
446 2007-02-24  Tim-Philipp Müller  <tim at centricular dot net>
447
448         Patch by: Loïc Minier <lool+gnome at via ecp fr>
449
450         * configure.ac:
451         * ext/alsa/Makefile.am:
452         * gst/audiotestsrc/Makefile.am:
453           Fix compilation with LDFLAGS='-Wl,-z,defs' (#410963).
454
455 2007-02-23  Tim-Philipp Müller  <tim at centricular dot net>
456
457         * gst/playback/gstplaybin.c:
458           Improve docs: point out that the application needs to assist playbin
459           with buffering.
460
461 2007-02-23  Tim-Philipp Müller  <tim at centricular dot net>
462
463         * gst-libs/gst/utils/install-plugins.c:
464         * gst-libs/gst/utils/missing-plugins.c:
465         * tests/check/libs/utils.c: (missing_msg_check_getters):
466           Change GStreamer marker prefix in detail string from 'gstreamer.net'
467           to just 'gstreamer'. Document the caps string component of the
468           decoder/encoder detail a bit better, since not everyone will be
469           familiar with the GStreamer media type/caps system (but they better
470           enjoy nested itemized lists).
471
472 2007-02-22  Tim-Philipp Müller  <tim at centricular dot net>
473
474         * gst-libs/gst/netbuffer/gstnetbuffer.c:
475         (notgst_buffer_copy_fields_in_place), (gst_netbuffer_copy):
476           Fix copying of GstNetBuffer (would crash before, or at least lead to
477           invalid memory access, #410772), for now by copying the GstBuffer copy
478           code from the core over here so we can copy the GstBuffer fields on a
479           provided buffer instance (of type GstNetBuffer in this case). Would be
480           better to fix this with some support by the core though (and in the long
481           run change the broken GstBuffer/GstMiniObject copy semantics, #393099).
482
483         * tests/check/Makefile.am:
484           Enable unit test for GstNetBuffer.
485
486 2007-02-22  Andy Wingo  <wingo@pobox.com>
487
488         * gst-libs/gst/audio/gstbaseaudiosink.c
489         (gst_base_audio_sink_init): Disable pull-mode activation until we
490         figure out how to make audio sinks go to PLAYING.
491
492 2007-02-22  Stefan Kost  <ensonic@users.sf.net>
493
494         * gst/audioconvert/audioconvert.c: (float), (double), (float_hq),
495         (double_hq), (audio_convert_get_func_index),
496         (audio_convert_prepare_context), (audio_convert_convert):
497         * gst/audioconvert/audioconvert.h:
498         * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_setup_matrix),
499         (gst_channel_mix_mix_int), (gst_channel_mix_mix_float):
500         * gst/audioconvert/gstchannelmix.h:
501         * tests/check/elements/audioconvert.c: (GST_START_TEST):
502           Add float as an intermediate format, as well as float mixing. Enable
503           test that was failing before. Fixes #339837
504
505 2007-02-21  Jan Schmidt  <thaytan@mad.scientist.com>
506
507         * tests/examples/seek/seek.c: (do_seek):
508         Undo the previous commit: -1 as a stop time implies that the stop
509         time is the end of file, clearing any previously configured segment.
510
511 2007-02-21  Jan Schmidt  <thaytan@mad.scientist.com>
512
513         * tests/examples/seek/seek.c: (do_seek):
514         Don't SEEK_SET with a stop time of -1, use SEEK_NONE instead.
515
516 2007-02-21  Stefan Kost  <ensonic@users.sf.net>
517
518         * gst/volume/gstvolume.c: (volume_process_int16),
519         (volume_process_int16_clamp), (volume_set_caps):
520           Unbreak volume, value remains gint.
521
522 2007-02-21  Stefan Kost  <ensonic@users.sf.net>
523
524         * gst/volume/gstvolume.c: (volume_choose_func),
525         (volume_update_real_volume), (gst_volume_set_volume),
526         (gst_volume_init), (volume_process_double), (volume_process_float),
527         (volume_process_int16), (volume_process_int16_clamp),
528         (volume_set_caps), (volume_transform_ip), (volume_update_volume):
529         * gst/volume/gstvolume.h:
530           Extend float audio support (double) and some int->uint cleanups.
531
532 2007-02-20  Edward Hervey  <edward@fluendo.com>
533
534         * gst/playback/gstdecodebin2.c: (gst_decode_bin_dispose),
535         (multi_queue_underrun_cb), (gst_decode_group_check_if_drained),
536         (sort_end_pads), (gst_decode_group_expose),
537         (gst_decode_group_hide):
538         Don't free groups from the streaming threads. Just put them aside and
539         free them in dispose.
540
541 2007-02-20  Edward Hervey  <edward@fluendo.com>
542
543         * gst/playback/gstdecodebin2.c: (connect_element),
544         (pad_added_group_cb), (gst_decode_group_check_if_blocked),
545         (sort_end_pads), (gst_decode_group_expose):
546         Handle dynamic pads within groups.
547         Sort pads before exposing them in order to make playbin happy.
548         There still is a race with the multiqueue filling up. This should be
549         solved separately.
550         Fixes #398721
551
552 2007-02-16  Tim-Philipp Müller  <tim at centricular dot net>
553
554         * gst-libs/gst/utils/base-utils.c:
555         * gst-libs/gst/utils/descriptions.c:
556         * gst-libs/gst/utils/install-plugins.c:
557         * gst-libs/gst/utils/missing-plugins.c:
558           Some more docs (and descriptions for two subtitle formats).
559
560 2007-02-16  Tim-Philipp Müller  <tim at centricular dot net>
561
562         * gst-libs/gst/audio/audio.c:
563           Fix documentation.
564
565 2007-02-16  Tim-Philipp Müller  <tim at centricular dot net>
566
567         Patch by: Yves Lefebvre  <ivanohe abacom com>
568
569         * gst/videorate/gstvideorate.c: (gst_video_rate_setcaps):
570           Don't leak caps. Fixes #408278.
571
572 2007-02-15  Stefan Kost  <ensonic@users.sf.net>
573
574         * ext/cdparanoia/gstcdparanoiasrc.h:
575         * ext/ogg/gstoggdemux.h:
576         * gst-libs/gst/audio/audio.c: (gst_audio_frame_byte_size),
577         (gst_audio_frame_length), (gst_audio_duration_from_pad_buffer),
578         (gst_audio_is_buffer_framed), (gst_audio_structure_set_int):
579         * gst-libs/gst/audio/audio.h:
580         * gst-libs/gst/audio/gstaudiofilter.h:
581         * gst-libs/gst/interfaces/videoorientation.h:
582         * gst/adder/gstadder.h:
583           More docs coverage and some ChangeLog surgery (add missing names)
584
585 2007-02-15  Wim Taymans  <wim@fluendo.com>
586
587         * sys/ximage/ximagesink.c:
588         (gst_ximagesink_calculate_pixel_aspect_ratio):
589         * sys/xvimage/xvimagesink.c:
590         (gst_xvimagesink_calculate_pixel_aspect_ratio):
591         Small constifications.
592
593 2007-02-15  Wim Taymans  <wim@fluendo.com>
594
595         * gst-libs/gst/audio/gstbaseaudiosink.c:
596         (gst_base_audio_sink_class_init), (gst_base_audio_sink_query),
597         (gst_base_audio_sink_render), (gst_base_audio_sink_callback),
598         (gst_base_audio_sink_async_play),
599         (gst_base_audio_sink_change_state):
600         Answer latency query.
601         Use configured latency when syncing.
602         Fix clock slaving.
603
604         * gst-libs/gst/audio/gstbaseaudiosrc.c:
605         (gst_base_audio_src_class_init), (gst_base_audio_src_dispose),
606         (gst_base_audio_src_query), (gst_base_audio_src_change_state):
607         Fix possible memleak.
608         Implement latency query.
609         Small cleanups.
610
611 2007-02-15  Wim Taymans  <wim@fluendo.com>
612
613         * ext/alsa/gstalsasink.c: (gst_alsasink_reset):
614         Ignore errors in reset, these are not fatal. They also grab the element
615         lock which is already taking when this function is called. Fixes
616         #405451.
617
618 2007-02-13  Stefan Kost  <ensonic@users.sf.net>
619
620         * configure.ac:
621           Remove 'tests/examples/xerror/Makefile' from output files again.
622
623 2007-02-13  Stefan Kost  <ensonic@users.sf.net>
624
625         * configure.ac:
626         * docs/plugins/Makefile.am:
627           Also crossref against gst-plugins-base-libs.
628
629 2007-02-12  Stefan Kost  <ensonic@users.sf.net>
630
631         * configure.ac:
632         * docs/libs/Makefile.am:
633         * docs/plugins/Makefile.am:
634           Add crossreferences to glib/gobject/gstream docs.
635
636         * gst-libs/gst/audio/audio.h:
637           Source formatting.
638
639         * gst/audiotestsrc/gstaudiotestsrc.c: (plugin_init):
640           Add own debug category.
641
642 2007-02-12  Tim-Philipp Müller  <tim at centricular dot net>
643
644         Patch by: René Stadler <mail at renestadler de>
645
646         * gst-libs/gst/tag/gstvorbistag.c:
647           Add vorbis/FLAC-tag mapping for new GST_TAG_REFERENCE_LEVEL
648           (#403597).
649
650 2007-02-10  Tim-Philipp Müller  <tim at centricular dot net>
651
652         * gst/playback/gstplaybasebin.c: (setup_source):
653           When we have external subtitles and wait for the subtitle decodebin
654           to get up and running, we set up a (sync) bus handler for the
655           subtitle decodebin, so we can stop waiting when it posts an error
656           message. However, we should do that before we set the subtitle
657           decodebin's state to playing, otherwise things are racy and we might
658           miss error messages posted before we had a chance to set up the bus.
659           This should finally fix totem hanging on .txt pseudo-subtitle files.
660           
661 2007-02-10  Sébastien Moutte  <sebastien at moutte dot net>
662
663         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:(gst_base_rtp_audio_payload_handle_frame_based_buffer):
664           Use gst_gdouble_to_guint64 for conversions.
665         * win32/common/config.h.in:
666           Add a define for GST_INSTALL_PLUGINS_HELPER
667         * win32/common/libgstaudio.def:
668         * win32/common/libgstcdda.def:
669         * win32/common/libgstnetbuffer.def:
670         * win32/common/libgstrtp.def:
671         * win32/common/libgutils.def:
672           Add new exported functions.
673         * win32/vs6/gst_plugins_base.dsw:
674         * win32/vs6/libgstdecodebin.dsp:
675         * win32/vs6/libgstnetbuffer.dsp:
676         * win32/vs6/libgstplaybin.dsp:
677         * win32/vs6/libgstrtp.dsp:
678         * win32/vs6/libgstvorbis.dsp:
679         * win32/vs6/libgstcdda.dsp:
680         * win32/vs6/libgstgdp.dsp:
681         * win32/vs6/libgstutils.dsp:
682           Update and add new project files.
683
684 2007-02-10  Tim-Philipp Müller  <tim at centricular dot net>
685
686         * gst/subparse/gstsubparse.c: (subrip_remove_unhandled_tag),
687         (subrip_remove_unhandled_tags), (parse_subrip):
688           For SubRip (.srt) subtitles, ignore all markup tags we don't
689           handle (like font tags, for example).
690
691         * tests/check/elements/subparse.c:
692           Add test for this.
693
694 2007-02-09  Tim-Philipp Müller  <tim at centricular dot net>
695
696         * gst/playback/gstdecodebin.c: (add_fakesink),
697         (gst_decode_bin_change_state):
698         * gst/playback/gstdecodebin2.c: (add_fakesink),
699         (gst_decode_bin_change_state):
700           Don't error out if there is no fakesink in the NULL to READY state
701           change, since when decodebin is re-used, we're only adding the
702           fakesink element in READY to PAUSED.
703
704         * tests/check/elements/decodebin.c:
705         (new_decoded_pad_plug_fakesink_cb), (GST_START_TEST),
706         (decodebin_suite):
707           Minimal unit test to make sure we can use the same decodebin
708           instance twice (at least with audiotestsrc input).
709
710 2007-02-09  Tim-Philipp Müller  <tim at centricular dot net>
711
712         * ext/alsa/gstalsa.c: (gst_alsa_find_device_name):
713           Try to get devic-name from device string first, and from handle only
714           as fallback (seems to yield better results and is more robust
715           against buggy probing code on the application side).
716
717 2007-02-08  Tim-Philipp Müller  <tim at centricular dot net>
718
719         Based on patch by: Julien Puydt <julien.puydt at laposte net>
720
721         * ext/alsa/gstalsa.c: (gst_alsa_find_device_name_no_handle),
722         (gst_alsa_find_device_name):
723         * ext/alsa/gstalsa.h:
724         * ext/alsa/gstalsasink.c: (gst_alsasink_get_property):
725         * ext/alsa/gstalsasrc.c: (gst_alsasrc_get_property):
726           Improve device-name detection a bit, especially in the case where
727           the device is not actually open (#405020, #405024). Move common code
728           into gstalsa.c instead of duplicating it.
729
730 2007-02-07  Tim-Philipp Müller  <tim at centricular dot net>
731
732         * gst/audioconvert/gstaudioconvert.c:
733           Fix up docs chunk so that gtk-doc doesn't complain, and fix typo.
734
735 2007-02-06  Julien MOUTTE  <julien@moutte.net>
736
737         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents),
738         (gst_xvimagesink_get_xv_support), (gst_xvimagesink_xcontext_clear),
739         (gst_xvimagesink_interface_supported),
740         (gst_xvimagesink_probe_get_properties),
741         (gst_xvimagesink_probe_probe_property),
742         (gst_xvimagesink_probe_needs_probe),
743         (gst_xvimagesink_probe_get_values),
744         (gst_xvimagesink_property_probe_interface_init),
745         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
746         (gst_xvimagesink_init), (gst_xvimagesink_class_init),
747         (gst_xvimagesink_get_type):
748         * sys/xvimage/xvimagesink.h: Implement PropertyProbe Interface
749         for XVAdaptors so that one can choose the adaptor to use with 
750         gstreamer-properties.
751
752 2007-02-06  Stefan Kost  <ensonic@users.sf.net>
753
754         * gst/audioconvert/gstaudioconvert.c:
755           Also mention that a conversion from double to float is suboptimal still.
756
757 2007-02-06  Tim-Philipp Müller  <tim at centricular dot net>
758
759         * gst-libs/gst/audio/gstaudiofilter.c:
760         (gst_audio_filter_class_init), (gst_audio_filter_change_state):
761           Clear our formats structure and free the caps contained in it when
762           shutting down.
763
764 2007-02-05  Andy Wingo  <wingo@pobox.com>
765
766         * gst-libs/gst/audio/gstbaseaudiosink.c
767         (gst_base_audio_sink_callback): Update basesink->offset so that we
768         pull monotonically increasing offsets instead of, um, seeking back
769         to 0 each time. Fixes alsasrc ! alsasink!
770
771 2007-02-05  Tim-Philipp Müller  <tim at centricular dot net>
772
773         * gst/videoscale/gstvideoscale.c:
774           A width and height of 1 makes us crash, so increase minimum size to
775           2x2 pixels until someone feels like fixing this (#404512).
776
777 2007-02-04  Tim-Philipp Müller  <tim at centricular dot net>
778
779         * tests/check/pipelines/oggmux.c: (GST_START_TEST), (oggmux_suite):
780           Add small test to make sure request pads are cleaned up properly
781           even if oggmux never changes state out of NULL.
782
783 2007-02-04  Tim-Philipp Müller  <tim at centricular dot net>
784
785         * tests/check/libs/utils.c: (GST_START_TEST):
786           Fix unit test. Turns out things work much better when you
787           NULL-terminate string arrays. Should make p5 build bot happy again.
788
789 2007-02-03  Tim-Philipp Müller  <tim at centricular dot net>
790
791         * gst-libs/gst/audio/Makefile.am:
792         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
793         (gst_audio_filter_template_base_init),
794         (gst_audio_filter_template_class_init),
795         (gst_audio_filter_template_init),
796         (gst_audio_filter_template_set_property),
797         (gst_audio_filter_template_get_property),
798         (gst_audio_filter_template_setup),
799         (gst_audio_filter_template_filter),
800         (gst_audio_filter_template_filter_inplace), (plugin_init):
801           Oops, forgot to commit fixed-up example.
802
803 2007-02-03  Tim-Philipp Müller  <tim at centricular dot net>
804
805         * docs/libs/gst-plugins-base-libs-sections.txt:
806         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audio_filter_get_type),
807         (gst_audio_filter_class_init), (gst_audio_filter_init),
808         (gst_audio_filter_set_caps),
809         (gst_audio_filter_class_add_pad_templates):
810         * gst-libs/gst/audio/gstaudiofilter.h:
811           Port GstAudioFilter to 0.10. This change technically breaks
812           API and ABI (and thus also every library developer's heart),
813           but seems justifiable on the grounds that the base class was
814           completely unusable before (ie. would crash immediately when
815           actually used). Fixes #403963 (and eventually also #403572).
816           Also document all of this a bit.
817
818 2007-02-03  Tim-Philipp Müller  <tim at centricular dot net>
819
820         * gst-libs/gst/utils/install-plugins.c:
821         (gst_install_plugins_spawn_child):
822         * tests/check/libs/utils.c:
823         (test_base_utils_install_plugins_do_callout):
824           Lowering log level to see why things fail on the p5 build bot;
825           fix some typos in unit test messages.
826
827 2007-02-03  Tim-Philipp Müller  <tim at centricular dot net>
828
829         * tests/check/libs/utils.c:
830         (test_base_utils_install_plugins_do_callout):
831           Don't hard-code temp directory for test helper; use GLib functions
832           to write out file and do error checking etc.
833
834 2007-02-02  Tim-Philipp Müller  <tim at centricular dot net>
835
836         * gst-libs/gst/utils/Makefile.am:
837         * gst-libs/gst/utils/base-utils.h:
838         * gst-libs/gst/utils/install-plugins.c:
839         (gst_install_plugins_context_set_xid),
840         (gst_install_plugins_context_new),
841         (gst_install_plugins_context_free),
842         (gst_install_plugins_get_helper),
843         (gst_install_plugins_spawn_child),
844         (gst_install_plugins_return_from_status),
845         (gst_install_plugins_installer_exited),
846         (gst_install_plugins_async), (gst_install_plugins_sync),
847         (gst_install_plugins_return_get_name),
848         (gst_install_plugins_installation_in_progress):
849         * gst-libs/gst/utils/install-plugins.h:
850           API: add API for applications to initiate installation of missing
851           plugins, ie. gst_install_plugins_async() primarily.
852           Based on libgimme-codec by Ryan Lortie.
853
854         * configure.ac:
855           Add --with-install-plugins-helper configure option so distros can specify
856           the path of the helper script or program to call when plugin installation
857           is requested (distros: please do any argument munging in this helper
858           script instead of patching GStreamer to pass arguments differently
859           to another program directly).
860
861         * docs/libs/gst-plugins-base-libs-docs.sgml:
862         * docs/libs/gst-plugins-base-libs-sections.txt:
863           Build and document new API.
864
865         * tests/check/libs/utils.c: (result_cb),
866         (test_base_utils_install_plugins_do_callout), (GST_START_TEST),
867         (libgstbaseutils_suite):
868           Some simple checks for the new API.
869
870 2007-02-02  Tim-Philipp Müller  <tim at centricular dot net>
871
872         * tests/check/elements/audioconvert.c: (test_float_conversion):
873           Add small test for 32bit float <=> 64bit float conversion (works
874           only one way so far, 32=>64 produces structured noise).
875
876 2007-02-02  Tim-Philipp Müller  <tim at centricular dot net>
877
878         * gst/audioconvert/gstaudioconvert.c:
879         (set_structure_widths_32_and_64), (make_lossless_changes):
880           We don't support floats with a width of 40, 48 or 56 bits.
881
882 2007-02-02  Stefan Kost  <ensonic@users.sf.net>
883
884         * gst/audioconvert/audioconvert.c: (float), (double),
885         (audio_convert_get_func_index):
886         * gst/audioconvert/gstaudioconvert.c: (set_structure_widths),
887         (make_lossless_changes):
888           Support for 64-bit float audio in audioconvert (#339837)
889
890 2007-02-01  Tim-Philipp Müller  <tim at centricular dot net>
891
892         Patch by: Holger Wansing  <linux wansing-online de>
893
894         * po/LINGUAS:
895         * po/de.po:
896           Add German translation (#352069).
897
898 2007-02-01  Sebastian Dröge  <slomo@circular-chaos.org>
899
900         reviewed by: Wim Taymans <wim@fluendo.com>
901
902         * ext/ogg/gstoggmux.c: (gst_ogg_mux_ogg_pad_destroy_notify),
903         (gst_ogg_mux_request_new_pad), (gst_ogg_mux_release_pad):
904         Use newly added GstCollectPads API to free the allocated resources in
905         the GstOggPad structures (#402393).
906
907 2007-01-31  Jan Schmidt  <thaytan@mad.scientist.com>
908
909         * gst/playback/gstplaybin.c: (gen_vis_element):
910           Add audioresample+audioconvert in front of the visualisation
911           element, so that elements like libvisual 0.4 that don't support all
912           samplerates can work.
913
914           Fixes: #402505
915
916 2007-01-30  Tim-Philipp Müller  <tim at centricular dot net>
917
918         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_property),
919         (gst_play_base_bin_get_streaminfo_value_array):
920           Take some locks and make a copy of the streaminfo value array we
921           maintain while holding the lock, so that the application can
922           retrieve the stream-info as a value array in a thread-safe way.
923
924 2007-01-30  Wim Taymans  <wim@fluendo.com>
925
926         * gst/audioconvert/gstaudioconvert.c:
927         Don't fail on 0 sized buffers. Fixes #396835.
928
929 2007-01-29  David Schleef  <ds@schleef.org>
930
931         * gst/typefind/gsttypefindfunctions.c:
932           Detect BBCD as video/x-dirac, so we can play raw dirac
933           streams.
934
935 2007-01-29  Tim-Philipp Müller  <tim at centricular dot net>
936
937         * ext/theora/theoraenc.c: (theora_enc_chain):
938           Check return value of theora_encode_header(), or we might try to
939           allocate a random number of bytes. theora_encode_header() can fail
940           if libtheora has been compiled with encoding support disabled.
941           Fixes #398110.
942
943 2007-01-29  Wim Taymans  <wim@fluendo.com>
944
945         * tests/check/gst/.cvsignore:
946         Do as buildbot says.
947
948 2007-01-29  Wim Taymans  <wim@fluendo.com>
949
950         * ext/libvisual/visual.c: (gst_visual_src_setcaps):
951         Fix strides in libvisual. Gst uses X strides.
952         Inspired by: <ed at catmur dot co dot uk> and 
953         <tim at centricular dot net>
954         Fixes #401118.
955
956 2007-01-27  Wim Taymans  <wim@fluendo.com>
957
958         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_submit_buffer),
959         (gst_ogg_demux_get_data), (gst_ogg_demux_get_next_page),
960         (gst_ogg_demux_get_prev_page), (gst_ogg_demux_do_seek),
961         (gst_ogg_demux_perform_seek),
962         (gst_ogg_demux_bisect_forward_serialno),
963         (gst_ogg_demux_read_chain), (gst_ogg_demux_read_end_chain),
964         (gst_ogg_demux_find_chains), (gst_ogg_demux_handle_page),
965         (gst_ogg_demux_chain), (gst_ogg_demux_combine_flows),
966         (gst_ogg_demux_loop_reverse), (gst_ogg_demux_loop):
967         * ext/ogg/gstoggdemux.h:
968         Properly propagate streaming errors when we are scanning the file for
969         chains so that we don't crash when shut down. Might fix some crashers
970         when quickly switching oggs in RB such as #332503 and #378436.
971
972 2007-01-26  Tim-Philipp Müller  <tim at centricular dot net>
973
974         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_start):
975           Map a gnome-vfs HOST_NOT_FOUND error into a GStreamer NOT_FOUND
976           error code as well.
977
978 2007-01-25  Wim Taymans  <wim@fluendo.com>
979
980         * gst/playback/gstplaybasebin.c: (remove_source):
981         Don't try to disconnect a signal from a finalized object.
982
983 2007-01-25  Tim-Philipp Müller  <tim at centricular dot net>
984
985         * gst/playback/gstdecodebin2.c: (gst_decode_bin_dispose):
986           Cast lock macro parameters to make sure we're actually accessing the
987           lock member at the right class level. Free list itself in _dispose()
988           as well and NULL it in case dispose gets called multiple times.
989
990 2007-01-25  Edward Hervey  <edward@fluendo.com>
991
992         * gst/playback/gstdecodebin2.c:
993         (gst_decode_bin_dispose),(gst_decode_bin_finalize):
994         Free GstDecodeGroups no longer used.
995         (gst_decode_group_expose):
996         Don't unlock too many times !
997         (deactivate_free_recursive):
998         Free iterator once we're done with it.
999         Fix for recursively deactivating elements (stop at ghostpads).
1000
1001 2007-01-25  Tim-Philipp Müller  <tim at centricular dot net>
1002
1003         * gst/playback/gstplaybin.c: (handoff):
1004           Fix up caps on the frame buffer before we save it and potentially
1005           make it accessible to other threads via g_object_get; also use
1006           gst_buffer_replace() instead of gst_mini_object_replace().
1007
1008 2007-01-25  Tim-Philipp Müller  <tim at centricular dot net>
1009
1010         * gst/playback/gstplaybin.c: (gst_play_bin_get_property):
1011           Make getting the current frame thread-safe.
1012
1013 2007-01-25  Edward Hervey  <edward@fluendo.com>
1014
1015         * gst/playback/gstdecodebin2.c: (gst_decode_bin_finalize),
1016         (gst_decode_group_new), (gst_decode_group_free):
1017         Set queues to bigger sizes to cope with HD contents.
1018         Fix some mutex freeing and add comment about MT safe methods.
1019
1020 2007-01-24  Tim-Philipp Müller  <tim at centricular dot net>
1021
1022         * ext/pango/gsttextoverlay.c: (gst_text_overlay_src_event),
1023         (gst_text_overlay_text_event):
1024           Don't unnecessarily ref (and then leak) upstream events if the text
1025           pad is not linked. Fixes #399948.
1026
1027         * tests/check/gst-plugins-base.supp:
1028           Add suppression for pango on edgy/x86 for textoverlay test.
1029
1030 2007-01-24  Wim Taymans  <wim@fluendo.com>
1031
1032         * gst-libs/gst/rtp/gstrtpbuffer.h:
1033         Add some more fixed payloads.
1034
1035 2007-01-23  Tim-Philipp Müller  <tim at centricular dot net>
1036
1037         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_read_chain):
1038           Error out properly if we get an error from libogg while reading the
1039           BOS page(s). Fixes crash parsing 'fuzzed' ogg file (#399340).
1040
1041 2007-01-23  Tim-Philipp Müller  <tim at centricular dot net>
1042
1043         * gst/playback/gstdecodebin2.c: (gst_decode_bin_finalize):
1044           Don't leak mutex.
1045
1046         * tests/check/elements/playbin.c:
1047         (test_sink_usage_video_only_stream),
1048         (test_suburi_error_unknowntype), (test_suburi_error_invalidfile),
1049         (test_suburi_error_wrongproto), (test_missing_urisource_handler),
1050         (test_missing_suburisource_handler),
1051         (test_missing_primary_decoder), (playbin_suite):
1052           Run all tests once with decodebin and once with decodebin2.
1053           One test does not pass yet with decodebin2.
1054
1055 2007-01-23  Edward Hervey  <edward@fluendo.com>
1056
1057         * ext/ogg/gstoggmux.c: (all_pads_eos), (gst_ogg_mux_collected):
1058         Fix the cases where oggmux doesn't properly figure out that all
1059         sinkpads have gone EOS, and therefore doesn't push out the remaining
1060         buffers and the final EOS event.
1061         Fixes #363379
1062
1063 2007-01-23  Julien MOUTTE  <julien@moutte.net>
1064
1065         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents):
1066         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents):
1067         Don't lock on navigation event push, just on keysym to string.
1068         Fixes #397673 again.
1069
1070 2007-01-22  Edward Hervey  <edward@fluendo.com>
1071
1072         * gst/playback/gstdecodebin2.c: (gst_decode_group_new),
1073         (get_current_group), (group_demuxer_event_probe),
1074         (gst_decode_group_expose), (deactivate_free_recursive),
1075         (gst_decode_group_free):
1076         Cleanups.
1077         Don't forget to emit 'no-more-pads' once a group is exposed.
1078         Cleanup elements from a DecodeGroup once we remove it.
1079         Protect call to gst_decode_group_expose() with the decodebin lock.
1080
1081 2007-01-22  Julien MOUTTE  <julien@moutte.net>
1082
1083         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents):
1084         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents):
1085         Looking at Xorg code i can't figure out if that XKeysymToString
1086         function is thread sensible or not. Lock it just in case as
1087         recommended by Radek Doulik <rodo at ximian dot com>.
1088
1089 2007-01-22  Julien MOUTTE  <julien@moutte.net>
1090
1091         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents):
1092         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents):
1093         Lock that X Call as well. Fixes #397673.
1094
1095 2007-01-22  Tim-Philipp Müller  <tim at centricular dot net>
1096
1097         * gst/typefind/gsttypefindfunctions.c: (mpeg4_video_type_find):
1098           Don't go into an endless loop if the file starts with 00 00 01 2X,
1099           like quicktime redirect files might. Fixes #396042.
1100
1101         * tests/check/Makefile.am:
1102         * tests/check/gst/.cvsignore:
1103         * tests/check/gst/typefindfunctions.c: (GST_START_TEST),
1104         (typefindfunctions_suite):
1105           Add unit test for the above.
1106
1107 2007-01-22  Tim-Philipp Müller  <tim at centricular dot net>
1108
1109         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
1110           On second thought, use "depth" field rather than "bpp" field.
1111
1112 2007-01-22  Tim-Philipp Müller  <tim at centricular dot net>
1113
1114         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
1115           Camtasia caps apparently need a bpp field (#398875).
1116
1117 2007-01-19  Tim-Philipp Müller  <tim at centricular dot net>
1118
1119         * gst/playback/gstplaybasebin.c: (setup_subtitle),
1120         (gen_source_element), (gst_play_base_bin_change_state):
1121           Attempt at a better error message in case we don't have the required
1122           URI handler installed; post missing-plugin message also when we're
1123           missing an URI handler for the subtitle URI; clean up properly also
1124           when an error occurs and we never made it to PAUSED state.
1125
1126         * tests/check/elements/playbin.c: (GST_START_TEST),
1127         (playbin_suite):
1128           Check that we're also getting a missing-plugin messsage for a
1129           missing subtitle URI handler (and clean up properly).
1130
1131 2007-01-19  Tim-Philipp Müller  <tim at centricular dot net>
1132
1133         * gst/playback/gstplaybasebin.c: (analyse_source), (setup_source):
1134           Plug a few reference leaks.
1135
1136 2007-01-19  Tim-Philipp Müller  <tim at centricular dot net>
1137
1138         * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find):
1139           Lower probability a bit if the marker isn't right at the start,
1140           to decrease the chance of false positives.
1141
1142 2007-01-19  Tim-Philipp Müller  <tim at centricular dot net>
1143
1144         * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find):
1145           Small mpeg2 system stream typefinding improvement: make typefinder
1146           probe a bit into the stream instead of just looking for a marker
1147           at the beginning. Fixes #397810.
1148
1149 2007-01-18  Tim-Philipp Müller  <tim at centricular dot net>
1150
1151         * gst/audioconvert/gstchannelmix.c:
1152           Remove compatibility cruft for prehistoric GLib versions.
1153
1154 2007-01-17  Tim-Philipp Müller  <tim at centricular dot net>
1155
1156         * gst/playback/Makefile.am:
1157         * gst/playback/gstdecodebin.c: (close_pad_link):
1158         * gst/playback/gstdecodebin2.c: (analyze_new_pad):
1159         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
1160         (gst_play_base_bin_handle_message_func), (unknown_type):
1161           Let decodebin be the element to post missing-plugin messages for
1162           missing decoders (rather than playbin); make playbin implement
1163           GstBin::handle_message so we can suppress missing-plugin messages
1164           for types we're not handling on purpose (don't want to bring up an
1165           installer in those cases).
1166
1167 2007-01-16  Tim-Philipp Müller  <tim at centricular dot net>
1168
1169         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
1170         * gst-libs/gst/tag/gstvorbistag.c:
1171         (gst_tag_list_to_vorbiscomment_buffer):
1172         * gst/typefind/gsttypefindfunctions.c: (vorbis_type_find):
1173           Fix potentially unaligned access (#397207).
1174
1175 2007-01-16  Stefan Kost  <ensonic@users.sf.net>
1176
1177         * tests/examples/seek/seek.c: (set_scale), (update_scale),
1178         (do_seek), (stop_seek), (pause_cb), (stop_cb), (loop_toggle_cb),
1179         (rate_spinbutton_changed_cb), (msg_eos), (msg_segment_done),
1180         (main):
1181           Allow to toggle looping while it plays. Fix callback prototype. Clean
1182           up code a bit more. Add copyright header.
1183
1184 2007-01-16  Stefan Kost  <ensonic@users.sf.net>
1185
1186         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
1187           Red and blue mask was swapped (spotted by Dan Williams).
1188
1189 2007-01-15  Stefan Kost  <ensonic@users.sf.net>
1190
1191         * gst-libs/gst/tag/gstid3tag.c:
1192         * gst-libs/gst/tag/gstvorbistag.c:
1193           Use new beats-per-minute tag from core.
1194
1195 2007-01-15  Tim-Philipp Müller  <tim at centricular dot net>
1196
1197         * po/POTFILES.in:
1198           Add new files with translatable strings, so they actually make it
1199           into the template file one day.
1200
1201 2007-01-12  Andy Wingo  <wingo@pobox.com>
1202
1203         * gst-libs/gst/audio/gstbaseaudiosink.c
1204         (gst_base_audio_sink_fixate): Implement, stolen from baseaudiosrc.
1205         (gst_base_audio_sink_activate_pull): Remove the handwavey nego
1206         stuff, as the base class handles this now. Actually tell the ring
1207         buffer to start.
1208         (gst_base_audio_sink_callback): Cast the ring buffer correctly.
1209         How did this work before? Maybe I'm not as awesome a programmer as
1210         I think.
1211
1212         * gst-libs/gst/audio/gstbaseaudiosrc.c
1213         (gst_base_audio_src_fixate): Rework as a basesrc vmethod instead
1214         of a pad function.
1215
1216 2007-01-12  Tim-Philipp Müller  <tim at centricular dot net>
1217
1218         * gst-libs/gst/utils/missing-plugins.c: (copy_and_clean_caps):
1219           Remove more fields so that the application can better blacklist
1220           formats that have been tried before.
1221
1222 2007-01-12  Tim-Philipp Müller  <tim at centricular dot net>
1223
1224         * gst-libs/gst/audio/mixerutils.h:
1225           Add G_BEGIN_DECLS and G_END_DECLS guards so these helpers can be
1226           used when compiling with c++ compilers as well.
1227
1228 2007-01-12  Tim-Philipp Müller  <tim at centricular dot net>
1229
1230         * gst/typefind/gsttypefindfunctions.c:
1231           Fix comment.
1232
1233 2007-01-11  Tim-Philipp Müller  <tim at centricular dot net>
1234
1235         * gst/playback/gstplaybin.c: (post_missing_element_message),
1236         (gen_video_element), (gen_text_element), (gen_audio_element),
1237         (gen_vis_element):
1238           Post missing-plugin messages also when we error out because
1239           converters, textoverlay or auto*sinks are missing (#161922).
1240
1241 2007-01-10  Wim Taymans  <wim@fluendo.com>
1242
1243         * gst/playback/gstdecodebin.c: (dynamic_add), (close_pad_link),
1244         (is_demuxer_element), (new_caps):
1245         * gst/playback/gstplaybasebin.c: (source_new_pad):
1246         Fix the case where we try to ref a NULL element when we delay a link
1247         because of unfixed caps.
1248         Set the state of autoplugged decodebins to PAUSED.
1249         RTSP now works in playbin, we can remove it from the blacklist.
1250
1251 2007-01-09  Tim-Philipp Müller  <tim at centricular dot net>
1252
1253         * gst/playback/Makefile.am:
1254         * gst/playback/gstplaybasebin.c: (string_arr_has_str),
1255         (unknown_type), (setup_subtitle), (gen_source_element):
1256         * gst/playback/gstplaybin.c: (plugin_init):
1257           Post missing-plugin messages on the bus for missing sources and
1258           missing decoders/demuxers/depayloaders; fix error code used when
1259           we're missing an URI handler source; for media types that we are not
1260           handling on purpose at the moment, don't print "don't know how to
1261           handle xyz" messages to the terminal or post missing-plugin
1262           messages on the bus.
1263
1264         * tests/check/elements/playbin.c: (create_playbin),
1265         (GST_START_TEST), (gst_codec_src_uri_get_type),
1266         (gst_codec_src_uri_get_protocols), (gst_codec_src_uri_get_uri),
1267         (gst_codec_src_uri_set_uri), (gst_codec_src_uri_handler_init),
1268         (gst_codec_src_init_type), (gst_codec_src_base_init),
1269         (gst_codec_src_create), (gst_codec_src_class_init),
1270         (gst_codec_src_init), (plugin_init), (playbin_suite):
1271           Add some tests for the missing-plugin stuff.
1272
1273 2007-01-09  Tim-Philipp Müller  <tim at centricular dot net>
1274
1275         * configure.ac:
1276         * gst-libs/gst/Makefile.am:
1277         * gst-libs/gst/utils/Makefile.am:
1278         * gst-libs/gst/utils/base-utils.c: (gst_base_utils_init):
1279         * gst-libs/gst/utils/base-utils.h:
1280         * gst-libs/gst/utils/descriptions.c: (format_info_get_desc),
1281         (find_format_info), (caps_are_rtp_caps),
1282         (gst_base_utils_get_source_description),
1283         (gst_base_utils_get_sink_description),
1284         (gst_base_utils_get_decoder_description),
1285         (gst_base_utils_get_encoder_description),
1286         (gst_base_utils_get_element_description),
1287         (gst_base_utils_add_codec_description_to_tag_list),
1288         (gst_base_utils_get_codec_description), (gst_base_utils_list_all):
1289         * gst-libs/gst/utils/descriptions.h:
1290         * gst-libs/gst/utils/missing-plugins.c:
1291         (missing_structure_get_type), (copy_and_clean_caps),
1292         (gst_missing_uri_source_message_new),
1293         (gst_missing_uri_sink_message_new),
1294         (gst_missing_element_message_new),
1295         (gst_missing_decoder_message_new),
1296         (gst_missing_encoder_message_new),
1297         (missing_structure_get_string_detail),
1298         (missing_structure_get_caps_detail),
1299         (gst_missing_plugin_message_get_installer_detail),
1300         (gst_missing_plugin_message_get_description),
1301         (gst_is_missing_plugin_message):
1302         * gst-libs/gst/utils/missing-plugins.h:
1303           API: add new libgstbaseutils library with functions
1304           - to create and parse missing-plugins messages
1305           - that provide (translated) descriptions for caps/decoders/sources/etc.
1306           Closes #392393.
1307
1308         * pkgconfig/gstreamer-plugins-base-uninstalled.pc.in:
1309         * pkgconfig/gstreamer-plugins-base.pc.in:
1310           Add new lib.
1311
1312         * docs/libs/gst-plugins-base-libs-docs.sgml:
1313         * docs/libs/gst-plugins-base-libs-sections.txt:
1314           Generate docs for new lib and API.
1315
1316         * tests/check/Makefile.am:
1317         * tests/check/libs/.cvsignore:
1318         * tests/check/libs/utils.c: (missing_msg_check_getters),
1319         (GST_START_TEST), (libgstbaseutils_suite):
1320           Add some basic unit tests.
1321
1322 2007-01-09  Tim-Philipp Müller  <tim at centricular dot net>
1323
1324         * ext/ogg/Makefile.am:
1325           Dist gstoggdemux.h to fix 'make distcheck'.
1326
1327         * sys/v4l/Makefile.am:
1328           Fix 'make distcheck' even more.
1329
1330 2007-01-09  Wim Taymans  <wim@fluendo.com>
1331
1332         * docs/plugins/Makefile.am:
1333         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
1334         * docs/plugins/gst-plugins-base-plugins-sections.txt:
1335         * ext/ogg/gstoggdemux.c: (gst_ogg_page_copy), (gst_ogg_page_free),
1336         (gst_ogg_pad_query_types), (gst_ogg_pad_submit_page),
1337         (gst_ogg_chain_reset), (gst_ogg_chain_new_stream),
1338         (gst_ogg_demux_perform_seek):
1339         * ext/ogg/gstoggdemux.h:
1340         Added docs.
1341         Add some more comments.
1342         Small cleanups.
1343
1344 2007-01-09  Wim Taymans  <wim@fluendo.com>
1345
1346         * ext/theora/theoradec.c:
1347         * ext/vorbis/vorbisdec.c:
1348         * gst-libs/gst/audio/gstringbuffer.c:
1349         (gst_ring_buffer_commit_full):
1350         * gst-libs/gst/audio/gstringbuffer.h:
1351         * gst-libs/gst/rtp/gstrtpbuffer.c:
1352         * gst-libs/gst/tag/gstvorbistag.c:
1353         Small documentation updates/fixes
1354
1355 2007-01-09  Tim-Philipp Müller  <tim at centricular dot net>
1356
1357         * configure.ac:
1358           Require core CVS HEAD for Andy's basesrc/sink API additions.
1359
1360 2007-01-08  Tim-Philipp Müller  <tim at centricular dot net>
1361
1362         Patch by: Günter Thelen  <daedalus dot inc at gmx net>
1363
1364         * gst/typefind/gsttypefindfunctions.c: (flac_type_find),
1365         (plugin_init):
1366           Add typefinder for flac-in-ogg in conformance with the ogg-mapping
1367           on flac.sf.net (there appear to be other versions of the first
1368           ogg page in the wild) (#391365).
1369
1370 2007-01-08  Tim-Philipp Müller  <tim at centricular dot net>
1371
1372         * configure.ac:
1373           Check if localtime_r() is available.
1374
1375         * ext/pango/gstclockoverlay.c: (gst_clock_overlay_render_time):
1376           If localtime_r() is not available, fall back to localtime(). Should
1377           fix build on MingW (#393310).
1378
1379 2007-01-08  Tim-Philipp Müller  <tim at centricular dot net>
1380
1381         * gst/subparse/gstsubparse.c: (parse_mdvdsub):
1382         * gst/subparse/gstsubparse.h:
1383           Remove spurious 1000 subtrahend when calculating the timestamp from
1384           the frame number and the frame rate . Also, use the frames/second
1385           value specified in the first line of the file, if one is specified
1386           there. Should fix #357503.
1387
1388         * tests/check/elements/subparse.c: (do_test),
1389         (test_tmplayer_do_test), (test_microdvd_do_test), (GST_START_TEST),
1390         (subparse_suite):
1391           Add some basic unit tests for the microdvd subtitle format.
1392
1393 2007-01-07  Julien MOUTTE  <julien@moutte.net>
1394
1395         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
1396         (gst_xvimage_buffer_finalize), (gst_xvimagesink_xvimage_new),
1397         (gst_xvimagesink_xvimage_put), (gst_lookup_xv_port_from_adaptor),
1398         (gst_xvimagesink_get_xv_support), (gst_xvimagesink_setcaps),
1399         (gst_xvimagesink_set_xwindow_id),
1400         (gst_xvimagesink_set_event_handling),
1401         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
1402         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
1403         Patch by : Young-Ho Cha <ganadist at chollian dot net>
1404         Fixes : #390076.
1405         Add an adaptor property to select a specific XV adaptor.
1406         * sys/xvimage/xvimagesink.h:
1407
1408 2007-01-07  Julien MOUTTE  <julien@moutte.net>
1409
1410         * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
1411         (gst_ximagesink_handle_xerror), (gst_ximagesink_ximage_new),
1412         (gst_ximagesink_ximage_destroy), (gst_ximagesink_ximage_put),
1413         (gst_ximagesink_handle_xevents), (gst_ximagesink_setcaps),
1414         (gst_ximagesink_change_state), (gst_ximagesink_set_xwindow_id),
1415         (gst_ximagesink_expose), (gst_ximagesink_set_event_handling):
1416         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
1417         (gst_xvimage_buffer_finalize), (gst_xvimagesink_handle_xerror),
1418         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_put),
1419         (gst_xvimagesink_handle_xevents), (gst_xvimagesink_setcaps),
1420         (gst_xvimagesink_change_state), (gst_xvimagesink_set_xwindow_id),
1421         (gst_xvimagesink_expose), (gst_xvimagesink_set_event_handling):
1422         Use flow_lock much more to protect every access to xwindow.
1423         Try to catch erros while creating images in case some drivers are
1424         just generating an XError when the requested image is too big.
1425         Should fix : #354698, #384008, #384060.
1426         * tests/icles/stress-xoverlay.c: (cycle_window), (create_window):
1427         Implement some stress testing of setting window xid.
1428
1429 2007-01-07  Sébastien Moutte  <sebastien@moutte.net>
1430
1431         * win32/common/libgsaudio.def:
1432           Add new exported function.
1433         * win32/common/libgstogg.dsp:
1434           Add gstoggaviparse.c to the build.
1435         * win32/common/libgstvideoscale.dsp:
1436           Add vs_4tap.c to the build.
1437         * win32/common/libgstvorbis.dsp:
1438           Add vorbistag.c to the build.
1439         
1440 2007-01-06  Andy Wingo  <wingo@pobox.com>
1441
1442         * gst-libs/gst/audio/gstbaseaudiosink.c
1443         (gst_base_audio_sink_class_init)
1444         (gst_base_audio_sink_init): 
1445         (gst_base_audio_sink_activate_pull): Add an activate_pull function
1446         to baseaudiosink, and tell basesink that we can work in pull mode.
1447         This way the ring buffer thread drives the pipeline directly, if
1448         pull mode is possible. There is some lingering nastiness regarding
1449         capsnego, however.
1450         (gst_base_audio_sink_callback): Implement the callback to pull
1451         data. This interface is a bit light, though -- it should get a
1452         GstFlowReturn return value at least.
1453
1454 2007-01-05  Tim-Philipp Müller  <tim at centricular dot net>
1455
1456         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_stream_out):
1457         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
1458         * gst/playback/gstdecodebin2.c:
1459         (gst_decode_group_check_if_blocked):
1460           Printf format and missing argument fixes.
1461
1462 2007-01-05  Jan Schmidt  <thaytan@mad.scientist.com>
1463
1464         * ext/ogg/gstogmparse.c: (gst_ogm_parse_stream_header),
1465         (gst_ogm_parse_change_state):
1466         Activate pads before adding them to the element.
1467
1468 2007-01-05  Tim-Philipp Müller  <tim at centricular dot net>
1469
1470         * tests/examples/seek/scrubby.c: (main):
1471         * tests/examples/seek/seek.c: (main):
1472           Call g_thread_init() first thing in main() (see #391278).
1473
1474 2007-01-05  Tim-Philipp Müller  <tim at centricular dot net>
1475
1476         * tests/check/Makefile.am:
1477         * tests/check/libs/.cvsignore:
1478         * tests/check/libs/netbuffer.c: (GST_START_TEST),
1479         (netbuffer_suite):
1480           Add test for GstNetBuffer + gst_buffer_copy(). Disabled
1481           for the time being, since it's broken, see #393099.
1482
1483 2007-01-05  Tim-Philipp Müller  <tim at centricular dot net>
1484
1485         * tests/check/Makefile.am:
1486           Update to use GST_PLUGINS_BASE_CFLAGS as well.
1487
1488 2007-01-04  Thomas Vander Stichele  <thomas at apestaart dot org>
1489
1490         * configure.ac:
1491           split out GST_CFLAGS into GST_PLUGINS_BASE_CFLAGS and GST_CFLAGS
1492           so that GST_BASE_CFLAGS can go inbetween them, making sure
1493           we use uninstalled gst-libs headers
1494         * docs/libs/Makefile.am:
1495         * ext/alsa/Makefile.am:
1496         * ext/cdparanoia/Makefile.am:
1497         * ext/gnomevfs/Makefile.am:
1498         * ext/libvisual/Makefile.am:
1499         * ext/ogg/Makefile.am:
1500         * ext/theora/Makefile.am:
1501         * ext/vorbis/Makefile.am:
1502         * gst-libs/gst/audio/Makefile.am:
1503         * gst-libs/gst/cdda/Makefile.am:
1504         * gst-libs/gst/interfaces/Makefile.am:
1505         * gst-libs/gst/riff/Makefile.am:
1506         * gst-libs/gst/rtp/Makefile.am:
1507         * gst-libs/gst/tag/Makefile.am:
1508         * gst/adder/Makefile.am:
1509         * gst/audioconvert/Makefile.am:
1510         * gst/audiorate/Makefile.am:
1511         * gst/audioresample/Makefile.am:
1512         * gst/playback/Makefile.am:
1513         * gst/tcp/Makefile.am:
1514         * gst/videoscale/Makefile.am:
1515         * gst/volume/Makefile.am:
1516         * sys/ximage/Makefile.am:
1517         * sys/xvimage/Makefile.am:
1518         * tests/icles/Makefile.am:
1519           adapt
1520
1521 2007-01-04  Julien MOUTTE  <julien@moutte.net>
1522
1523         * gst-libs/gst/interfaces/xoverlay.c:
1524         (gst_x_overlay_handle_events):
1525         * gst-libs/gst/interfaces/xoverlay.h:
1526         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new),
1527         (gst_ximagesink_set_xwindow_id),
1528         (gst_ximagesink_set_event_handling),
1529         (gst_ximagesink_xoverlay_init), (gst_ximagesink_set_property),
1530         (gst_ximagesink_get_property), (gst_ximagesink_init),
1531         (gst_ximagesink_class_init):
1532         * sys/ximage/ximagesink.h:
1533         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_new),
1534         (gst_xvimagesink_set_xwindow_id),
1535         (gst_xvimagesink_set_event_handling),
1536         (gst_xvimagesink_xoverlay_init), (gst_xvimagesink_set_property),
1537         (gst_xvimagesink_get_property), (gst_xvimagesink_init),
1538         (gst_xvimagesink_class_init):
1539         * sys/xvimage/xvimagesink.h:
1540         * tests/icles/stress-xoverlay.c: (toggle_events), (create_window):
1541         Add a method to the XOverlay interface to allow disabling of 
1542         event handling in x[v]imagesink elements. This will let X events
1543         propagate to parent windows which can be usefull in some cases.
1544         Be carefull that the application is then responsible of pushing
1545         navigation events and expose events to the video sink.
1546         Fixes: #387138.
1547
1548 2007-01-03  Tim-Philipp Müller  <tim at centricular dot net>
1549
1550         * gst-libs/gst/tag/gstvorbistag.c:
1551         * tests/check/libs/tag.c: (GST_START_TEST):
1552           Add vorbistag <=> GStreamer tag mapping for GST_TAG_LOCATION
1553           (fixes #392070).
1554
1555 2007-01-01  Tim-Philipp Müller  <tim at centricular dot net>
1556
1557         * configure.ac:
1558         * docs/Makefile.am:
1559         * docs/design/Makefile.am:
1560           Dist design docs.
1561
1562 2006-12-27  Julien MOUTTE  <julien@moutte.net>
1563
1564         * docs/libs/gst-plugins-base-libs-sections.txt: Fix a documentation
1565         typo. Fixes: #390063.
1566
1567 2006-12-27  Julien MOUTTE  <julien@moutte.net>
1568
1569         * sys/ximage/ximagesink.c: (gst_ximagesink_setcaps):
1570         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps): Plug a
1571         caps leak.
1572         * win32/common/config.h: Updated.
1573
1574 2006-12-22  Stefan Kost  <ensonic@users.sf.net>
1575
1576         * tests/check/elements/gdpdepay.c: (cleanup_gdpdepay),
1577         (setup_gdpdepay_streamheader):
1578         * tests/check/elements/gdppay.c: (cleanup_gdppay),
1579         (setup_gdppay_streamheader):
1580           Fix the dp tests, but activating the pads for the streamheader tests
1581           too and cleaning up conditionaly
1582
1583 2006-12-22  Jan Schmidt  <thaytan@mad.scientist.com>
1584
1585         * gst/ffmpegcolorspace/avcodec.h:
1586         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
1587         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
1588         (gst_ffmpegcsp_avpicture_fill):
1589         * gst/ffmpegcolorspace/imgconvert.c: (img_convert),
1590         (img_get_alpha_info):
1591         Add 2 new caps arrangements, for 24-bit RGB and BGR in 32-bits, but at the
1592         other end of the word. Fixes: #387073.
1593
1594         Add some inconsequential branch hints in a couple of places.
1595
1596 2006-12-21  Tim-Philipp Müller  <tim at centricular dot net>
1597
1598         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
1599         (gst_ffmpeg_caps_to_smpfmt):
1600           The "signed" field in raw audio caps is of boolean type, trying to
1601           extract the value with _get_int() will fail (fix to keep in sync with
1602           the copy in gst-ffmpeg)
1603
1604 2006-12-21  Stefan Kost  <ensonic@users.sf.net>
1605
1606         * tests/check/elements/audioresample.c: (cleanup_audioresample):
1607         * tests/check/elements/audiotestsrc.c: (cleanup_audiotestsrc):
1608         * tests/check/elements/gdpdepay.c: (setup_gdpdepay),
1609         (cleanup_gdpdepay):
1610         * tests/check/elements/gdppay.c: (setup_gdppay), (cleanup_gdppay):
1611         * tests/check/elements/subparse.c: (teardown_subparse):
1612         * tests/check/elements/textoverlay.c: (cleanup_textoverlay):
1613         * tests/check/elements/videorate.c: (cleanup_videorate):
1614         * tests/check/elements/videotestsrc.c: (cleanup_videotestsrc):
1615         * tests/check/elements/volume.c: (cleanup_volume):
1616         * tests/check/elements/vorbisdec.c: (setup_vorbisdec),
1617         (cleanup_vorbisdec):
1618         * tests/check/elements/vorbistag.c: (setup_vorbistag),
1619         (cleanup_vorbistag):
1620           consistent pad (de)activation
1621
1622 2006-12-20  Tim-Philipp Müller  <tim at centricular dot net>
1623
1624         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
1625           Forgot to register the extensions.
1626
1627 2006-12-20  Tim-Philipp Müller  <tim at centricular dot net>
1628
1629         * gst/typefind/gsttypefindfunctions.c: (vivo_type_find),
1630         (plugin_init):
1631           Add typefinder for VIVO files (my christmas present to the 90s).
1632
1633 2006-12-16  Tim-Philipp Müller  <tim at centricular dot net>
1634
1635         * gst/playback/gstdecodebin.c: (type_found):
1636           Special-case the text/plain media type: we only want to recognise it
1637           as a 'raw' decoded media type if it comes from a demuxer or subtitle
1638           parser, but not if the entire stream is of text/plain type. If the
1639           entire stream is text/plain, we should just error out.
1640
1641           This fixes playback of audio files with lyrics in totem. Totem can't
1642           distinguish between text files and subtitle files and passes any
1643           .txt file with the same basename as the main file to playbin as
1644           suburi, and playbin will then throw a 'subtitle found, but no video
1645           stream' error, which isn't entirely helpful. See #380342.
1646
1647           Also, with this change we'll show a slightly more correct error
1648           message in case totem passes a playlist file to us (although a
1649           custom error message wording instead of the default text would
1650           probably not be a bad idea either).
1651
1652           Same problem also needs to be fixed for playbin+decodebin2.
1653
1654         * tests/check/Makefile.am:
1655         * tests/check/elements/decodebin.c: (src_handoff_cb),
1656         (decodebin_new_decoded_pad_cb), (GST_START_TEST),
1657         (decodebin_suite):
1658           Add simple unit test for decodebin for the above.
1659
1660 2006-12-16  Tim-Philipp Müller  <tim at centricular dot net>
1661
1662         * gst/playback/gstdecodebin.c: (gst_decode_bin_change_state):
1663         * gst/playback/gstdecodebin2.c: (gst_decode_bin_change_state):
1664           Refuse to change state to READY when we failed to create any of the
1665           required elements in our instance init function.
1666
1667 2006-12-15  Tim-Philipp Müller  <tim at centricular dot net>
1668
1669         * docs/libs/gst-plugins-base-libs-sections.txt:
1670           Small docs fixes/updates.
1671
1672         * gst-libs/gst/video/gstvideosink.h:
1673           Remove nonfunctional GST_VIDEO_SINK_CLOCK macro which is a leftover
1674           from the 0.9 days (GST_BASE_SINK_CLOCK, which it points to, was
1675           removed from the base sink API between 0.9.6 and 0.9.7).
1676           API: add GST_VIDEO_SINK_CAST and use it for the height/width
1677           accessor macros, so we don't do a runtime GObject type check every
1678           time we use them.
1679
1680 2006-12-15  Thomas Vander Stichele  <thomas at apestaart dot org>
1681
1682         * Makefile.am:
1683         * gst-plugins-base.doap:
1684         * gst-plugins-base.spec.in:
1685           add doap file
1686
1687 2006-12-09  Tim-Philipp Müller  <tim at centricular dot net>
1688
1689         Patch by: Jens Granseuer <jensgr at gmx net>
1690
1691         * gst-libs/gst/cdda/gstcddabasesrc.c: (gst_cdda_base_src_create):
1692         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
1693         (gst_base_rtp_audio_payload_handle_frame_based_buffer),
1694         (gst_base_rtp_audio_payload_handle_sample_based_buffer):
1695         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_fixate):
1696           Declare variables at the beginning of a block. Fixes #383195.
1697
1698 2006-12-07  Jan Schmidt  <thaytan@mad.scientist.com>
1699
1700         * configure.ac:
1701         Bump version nano - back to CVS.
1702
1703
1704 === release 0.10.11 ===
1705
1706 2006-12-06  Jan Schmidt <thaytan@mad.scientist.com>
1707
1708         * configure.ac:
1709           releasing 0.10.11, "Dumb things"
1710
1711 2006-12-05  Jan Schmidt  <thaytan@mad.scientist.com>
1712
1713         * gst/playback/gstdecodebin.c: (find_dynamic), (dynamic_add),
1714         (close_pad_link), (elem_is_dynamic), (unlinked), (close_link):
1715         Handle the case where an element has multiple pads with 
1716         unfixed caps as well as still possibly producing more dynamic 
1717         pads by storing each case as a distinct entry in the dynamic list.
1718         Fixes #38223 again.
1719
1720 2006-12-04  Wim Taymans  <wim@fluendo.com>
1721
1722         * gst/playback/gstdecodebin.c: (close_pad_link):
1723         Fix #382223, add more dynamic caps handling.
1724
1725 2006-12-04  Wim Taymans  <wim@fluendo.com>
1726
1727         reviewed by: <delete if not using a buddy>
1728
1729         * gst-libs/gst/audio/gstringbuffer.h:
1730         * gst-libs/gst/netbuffer/gstnetbuffer.c: (gst_netbuffer_init),
1731         (gst_netaddress_set_ip4_interface),
1732         (gst_netaddress_set_ip6_interface), (gst_netaddress_set_loopback),
1733         (gst_netaddress_set_ttl), (gst_netaddress_get_ip4_interface),
1734         (gst_netaddress_get_ip6_interface), (gst_netaddress_get_loopback),
1735         (gst_netaddress_get_ttl):
1736         * gst-libs/gst/netbuffer/gstnetbuffer.h:
1737         * gst/playback/gstdecodebin.c: (close_pad_link):
1738         * tests/examples/seek/seek.c: (end_scrub), (end_seek), (do_seek),
1739         (seek_cb), (stop_seek), (rate_spinbutton_changed_cb):
1740         * win32/common/config.h:
1741
1742 2006-12-01  Michael Smith  <msmith@fluendo.com>
1743
1744         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_chain):
1745           Delete bad debug code.
1746           Fixes #381219
1747
1748 2006-12-01  Jan Schmidt  <thaytan@mad.scientist.com>
1749
1750         * gst/videoscale/vs_4tap.c:
1751         * win32/MANIFEST:
1752         * win32/common/config.h:
1753         * win32/vs8/libgstvideoscale.vcproj:
1754         Fix compilation on win32 under VS8
1755         Patch by: Sergey Scobich <sergey dot scobich at gmail dot com>
1756         Partially fixes #381175
1757
1758 2006-11-30  Michael Smith  <msmith@fluendo.com>
1759
1760         * tests/check/pipelines/theoraenc.c: (check_buffer_granulepos),
1761         (GST_START_TEST):
1762           It would be very bad if, after a discont buffer, we thought every
1763           single following buffer was also discont. So, add to the test to
1764           ensure that this isn't the case.
1765           
1766         * ext/theora/theoraenc.c: (theora_enc_is_discontinuous):
1767           ... it was the case. So fix it.
1768
1769 2006-11-28  Wim Taymans  <wim@fluendo.com>
1770
1771         * gst/playback/gstplaybasebin.c: (check_queue_event):
1772         Improve debug.
1773
1774         * gst/videoscale/gstvideoscale.c: (gst_video_scale_transform_caps):
1775         Fix width and height range from 16 - 4096 to 1 - MAXINT, just like the
1776         padtemplate caps. Refixes #357577.
1777
1778 2006-11-28  Wim Taymans  <wim@fluendo.com>
1779
1780         * gst/playback/gstplaybasebin.c: (check_queue_event),
1781         (queue_threshold_reached), (queue_out_of_data),
1782         (gen_preroll_element):
1783         Add event probe to see when EOS is in a queue and we can disable the
1784         underrun signals. Fixes #357577.
1785
1786 2006-11-28  Edward Hervey  <edward@fluendo.com>
1787
1788         * gst/playback/Makefile.am:
1789         * gst/playback/gstdecodebin2.c: (gst_decode_bin_get_type),
1790         (_gst_boolean_accumulator), (gst_decode_bin_class_init),
1791         (gst_decode_bin_factory_filter), (compare_ranks), (print_feature),
1792         (gst_decode_bin_init), (gst_decode_bin_dispose),
1793         (gst_decode_bin_finalize), (gst_decode_bin_set_property),
1794         (gst_decode_bin_get_property), (gst_decode_bin_set_caps),
1795         (gst_decode_bin_get_caps), (gst_decode_bin_autoplug_continue),
1796         (gst_decode_bin_autoplug_sort), (analyze_new_pad), (connect_pad),
1797         (connect_element), (expose_pad), (type_found),
1798         (pad_added_group_cb), (pad_removed_group_cb),
1799         (no_more_pads_group_cb), (pad_added_cb), (pad_removed_cb),
1800         (no_more_pads_cb), (find_compatibles), (is_demuxer_element),
1801         (are_raw_caps), (multi_queue_overrun_cb),
1802         (multi_queue_underrun_cb), (gst_decode_group_new),
1803         (get_current_group), (group_demuxer_event_probe),
1804         (gst_decode_group_control_demuxer_pad),
1805         (gst_decode_group_control_source_pad),
1806         (gst_decode_group_check_if_blocked),
1807         (gst_decode_group_check_if_drained), (gst_decode_group_expose),
1808         (gst_decode_group_hide), (gst_decode_group_free),
1809         (gst_decode_group_set_complete), (source_pad_blocked_cb),
1810         (source_pad_event_probe), (gst_decode_pad_new), (add_fakesink),
1811         (remove_fakesink), (find_sink_pad), (gst_decode_bin_change_state),
1812         (plugin_init):
1813         New decodebin2 element.
1814         Closes #370092
1815         * gst/playback/gstplay-marshal.list:
1816         Added marshallers for new signals in decodebin2
1817         * gst/playback/gstplaybasebin.c: (setup_subtitle), (make_decoder):
1818         Use decodebin2 if *and only if* the USE_DECODEBIN2 environment variable
1819         is set.
1820
1821 2006-11-28  Wim Taymans  <wim@fluendo.com>
1822
1823         * gst/playback/gstplaybasebin.c: (setup_source),
1824         (gst_play_base_bin_change_state):
1825         Disable rtsp:// uris for the release, it's not good enough yet.
1826         Remove unused var.
1827
1828 2006-11-26  Wim Taymans  <wim@fluendo.com>
1829
1830         * ext/theora/theoradec.c: (gst_theora_dec_reset),
1831         (theora_dec_push_forward), (theora_dec_push_reverse),
1832         (theora_handle_data_packet), (theora_dec_decode_buffer),
1833         (theora_dec_flush_decode), (theora_dec_chain_reverse),
1834         (theora_dec_chain_forward), (theora_dec_chain):
1835         Implement reverse playback.
1836
1837         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_reset),
1838         (vorbis_dec_decode_buffer), (vorbis_dec_flush_decode),
1839         (vorbis_dec_chain_forward):
1840         Clear buffers used for reverse playback in _reset.
1841         No need to set the eos flag, we clip samples using the segment.
1842
1843 2006-11-24  Wim Taymans  <wim@fluendo.com>
1844
1845         * ext/ogg/gstoggdemux.c: (gst_ogg_page_copy), (gst_ogg_page_free),
1846         (gst_ogg_pad_init), (gst_ogg_pad_dispose), (gst_ogg_pad_reset),
1847         (gst_ogg_pad_stream_out), (gst_ogg_pad_submit_page),
1848         (gst_ogg_chain_reset), (gst_ogg_demux_perform_seek):
1849         Some cleanups.
1850         Handle continued pages in reverse mode.
1851
1852 2006-11-24  Wim Taymans  <wim@fluendo.com>
1853
1854         * ext/vorbis/vorbisdec.c: (vorbis_dec_push_forward),
1855         (vorbis_handle_data_packet), (vorbis_dec_decode_buffer),
1856         (vorbis_dec_flush_decode):
1857         Small cleanups.
1858         Don't try to add invalid timestamps.
1859         Clipping will unref the buffer.
1860
1861 2006-11-24  Stefan Kost  <ensonic@users.sf.net>
1862
1863         * gst/adder/gstadder.h:
1864         * gst/audiotestsrc/gstaudiotestsrc.h:
1865           remove obsolete _factory_init protos
1866
1867 2006-11-24  Stefan Kost  <ensonic@users.sf.net>
1868
1869         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_buffer_alloc):
1870           Fix spacing in debug message.
1871
1872 2006-11-23  Wim Taymans  <wim@fluendo.com>
1873
1874         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_page),
1875         (gst_ogg_demux_chain):
1876         Don't just ignore return values from _pad_push().
1877         Small debug improvements.
1878
1879 2006-11-23  Michael Smith  <msmith@fluendo.com>
1880
1881         * ext/ogg/gstoggmux.c: (gst_ogg_mux_process_best_pad):
1882           If our incoming buffer is marked as DISCONT, then increment the page
1883           number (so that the discontinuity is marked in the final ogg
1884           bitstream) and flush the previous page.
1885
1886 2006-11-22  Michael Smith  <msmith@fluendo.com>
1887
1888         * ext/theora/gsttheoraenc.h:
1889         * ext/theora/theoraenc.c: (gst_theora_enc_init),
1890         (theora_enc_reset), (theora_enc_clear), (theora_enc_sink_setcaps),
1891         (theora_buffer_from_packet), (theora_enc_is_discontinuous),
1892         (theora_enc_chain), (theora_enc_change_state):
1893           Mark discontinuities of > 3/4 of a frame, reinit encoder.
1894
1895         * tests/check/pipelines/theoraenc.c: (check_buffer_granulepos),
1896         (GST_START_TEST), (theoraenc_suite):
1897           Enable discontinuity test, fix it.
1898
1899 2006-11-21  Tim-Philipp Müller  <tim at centricular dot net>
1900
1901         * ext/pango/gsttextoverlay.c: (gst_text_overlay_init),
1902         (gst_text_overlay_text_pad_unlink), (gst_text_overlay_text_event),
1903         (gst_text_overlay_video_event), (gst_text_overlay_pop_text),
1904         (gst_text_overlay_text_chain), (gst_text_overlay_video_chain),
1905         (gst_text_overlay_change_state):
1906         * ext/pango/gsttextoverlay.h:
1907           Some textoverlay fixes: for one, in the video chain function,
1908           actually wait for a text buffer to come in if there is none at the
1909           moment and there should be one; also, deal more gracefully with
1910           incoming buffers that do not have a timestamp or duration; discard
1911           text buffer when not needed any longer. Fixes #341681.
1912
1913         * tests/check/Makefile.am:
1914         * tests/check/elements/.cvsignore:
1915         * tests/check/elements/textoverlay.c:
1916         (notgst_check_setup_src_pad2), (notgst_check_teardown_src_pad2),
1917         (setup_textoverlay), (buffer_is_all_black), (create_black_buffer),
1918         (create_text_buffer), (cleanup_textoverlay), (GST_START_TEST),
1919         (test_video_waits_for_text_send_text_newsegment_thread),
1920         (test_video_waits_for_text_shutdown_element),
1921         (test_render_continuity_push_video_buffers_thread),
1922         (textoverlay_suite):
1923           Add some unit tests for textoverlay.
1924
1925 2006-11-21  Tim-Philipp Müller  <tim at centricular dot net>
1926
1927         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset):
1928           Avoid integer underflow when the found probability for mp3 is
1929           smaller than the 'penalty' we subtract if there's not a clean
1930           mp3 header sync at offset 0.
1931
1932 2006-11-21  Stefan Kost  <ensonic@users.sf.net>
1933
1934         * docs/libs/gst-plugins-base-libs-sections.txt:
1935           Add some new symbols to the docs
1936
1937 2006-11-20  Tim-Philipp Müller  <tim at centricular dot net>
1938
1939         * tests/check/Makefile.am:
1940         * tests/check/elements/ffmpegcolorspace.c:
1941         (ffmpegcolorspace_suite):
1942           Enable ffmpegcolorspace test now that the RGBA32 issue is fixed
1943           (for now not for valgrinding though, since it takes too long).
1944
1945 2006-11-20  Wim Taymans  <wim@fluendo.com>
1946
1947         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
1948         (gst_ffmpeg_pixfmt_to_caps):
1949         Fix RGBA32 caps. Fixes #357038.
1950
1951 2006-11-20  Tim-Philipp Müller  <tim at centricular dot net>
1952
1953         * gst-libs/gst/interfaces/mixertrack.h:
1954           Add FIXME so we can add some padding here in 0.11
1955
1956 2006-11-19  Tim-Philipp Müller  <tim at centricular dot net>
1957
1958         * gst-libs/gst/rtp/gstbasertpaudiopayload.h:
1959           Fix GstBaseRTPAudioPayload structure so the whole GObject
1960           inheritance business actually works (parent class instance structure
1961           must always come first in the derived class instance structure).
1962
1963 2006-11-16  Tim-Philipp Müller  <tim at centricular dot net>
1964
1965         * gst/videotestsrc/Makefile.am:
1966         * tests/check/Makefile.am:
1967           Make sure our checks and the videotestsrc plugin link against the
1968           local uninstalled gst libs and not any installed gst libs that
1969           might happen to exist as well.
1970
1971         * tests/check/elements/adder.c: (message_received),
1972         (test_event_message_received), (test_play_twice_message_received):
1973         * tests/check/elements/ffmpegcolorspace.c: (GST_START_TEST):
1974           Fix compiler warnings when compiling against core with disabled
1975           debugging system.
1976
1977 2006-11-16  Michael Smith  <msmith@fluendo.com>
1978
1979         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_reset),
1980         (gst_audio_rate_sink_event), (gst_audio_rate_chain):
1981           Fix audiorate, so that it accurately sets offsets and timestamps.
1982           Doesn't change the fundamental algorithmic decisions; so should be
1983           safe.
1984
1985         * tests/check/Makefile.am:
1986           Enable audiorate test now that it passes.
1987
1988 2006-11-09  Stefan Kost  <ensonic@users.sf.net>
1989
1990         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state):
1991           clear xv when going to NULL, remove // commented non-existant proto
1992
1993         * tests/examples/seek/seek.c: (main):
1994           add missing tooltip description for scrub and play_scrub
1995
1996 2006-11-14  David Schleef  <ds@schleef.org>
1997
1998         * configure.ac:
1999           Bump liboil requirement to 0.3.8.
2000         * gst-libs/gst/riff/riff-media.c:
2001           Add Dirac fourcc.
2002         * gst/videoscale/vs_image.h:
2003         * gst/videoscale/vs_scanline.h:
2004           Use liboil's stdint.h.
2005         * gst/videotestsrc/videotestsrc.c:
2006           Remove liboil related ifdef's, since they aren't needed now, and
2007           won't work with future versions.
2008
2009 2006-11-14  David Schleef  <ds@schleef.org>
2010
2011         * gst/videoscale/Makefile.am:
2012         * gst/videoscale/gstvideoscale.c:
2013         * gst/videoscale/gstvideoscale.h:
2014         * gst/videoscale/vs_4tap.c:
2015         * gst/videoscale/vs_4tap.h:
2016         * gst/videoscale/vs_image.c:
2017         * gst/videoscale/vs_image.h:
2018         * gst/videoscale/vs_scanline.c:
2019         * gst/videoscale/vs_scanline.h:
2020           Add a 4-tap image scaler.  Theoretically looks much prettier.
2021           The tap calculation could use some improvement.
2022
2023 2006-11-14  Wim Taymans  <wim@fluendo.com>
2024
2025         Patch by: Jan David Mol <j dot j dot d dot mol at tudelft dot nl>
2026
2027         * gst-libs/gst/riff/riff-read.c: (gst_riff_parse_strf_auds),
2028         (gst_riff_parse_strf_iavs):
2029         * gst/subparse/gstsubparse.c: (convert_encoding):
2030         * gst/tcp/gstmultifdsink.c:
2031         (gst_multi_fd_sink_handle_client_write):
2032         * gst/tcp/gsttcp.c: (gst_tcp_socket_write), (gst_tcp_socket_read),
2033         (gst_tcp_read_buffer), (gst_tcp_gdp_read_caps),
2034         (gst_tcp_gdp_write_buffer), (gst_tcp_gdp_write_caps):
2035         * gst/tcp/gsttcpclientsink.c: (gst_tcp_client_sink_render):
2036         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
2037         (gst_ximagesink_ximage_new):
2038         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new):
2039         Various gsize and gssize printf fixes. Fixes #372507.
2040
2041 2006-11-13  Wim Taymans  <wim@fluendo.com>
2042
2043         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
2044         (vorbis_dec_push_forward), (vorbis_dec_push_reverse),
2045         (vorbis_handle_data_packet), (vorbis_dec_decode_buffer),
2046         (vorbis_dec_flush_decode), (vorbis_dec_chain_reverse),
2047         (vorbis_dec_chain_forward), (vorbis_dec_chain):
2048         * ext/vorbis/vorbisdec.h:
2049         First stab at vorbis reverse playback.
2050
2051 2006-11-13  Wim Taymans  <wim@fluendo.com>
2052
2053         * gst-libs/gst/audio/gstbaseaudiosink.c:
2054         (gst_base_audio_sink_event), (gst_base_audio_sink_render):
2055         * gst-libs/gst/audio/gstbaseaudiosink.h:
2056         Make the clock sync code more accurate wrt resampling and playback
2057         at different rates.
2058         
2059         * gst-libs/gst/audio/gstringbuffer.c:
2060         (gst_ring_buffer_commit_full), (gst_ring_buffer_commit):
2061         * gst-libs/gst/audio/gstringbuffer.h:
2062         Use better algorithm to interpolate sample rates. 
2063
2064 2006-11-13  Michael Smith  <msmith@fluendo.com>
2065
2066         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_page):
2067           Improve a debug line slightly.
2068
2069         * ext/ogg/gstogmparse.c: (gst_ogm_parse_plugin_init):
2070           Call gst_riff_init() in plugin_init, to avoid getting errors from
2071           the debug system (unrelated changes to another plugin made this turn
2072           up; not sure why).
2073
2074 2006-11-10  Tim-Philipp Müller  <tim at centricular dot net>
2075
2076         Patch by: Sergey Scobich  <sergery.scobich at gmail com>
2077
2078         * win32/common/libgsttag.def:
2079           Add missing symbol (#366492).
2080
2081 2006-11-09  Tim-Philipp Müller  <tim at centricular dot net>
2082
2083         * gst/playback/gststreamselector.c: (gst_stream_selector_dispose):
2084           Don't unref a NULL pad.
2085
2086 2006-11-09  Wim Taymans  <wim@fluendo.com>
2087
2088         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_page),
2089         (gst_ogg_demux_get_prev_page), (gst_ogg_demux_perform_seek),
2090         (gst_ogg_demux_handle_page), (gst_ogg_demux_chain),
2091         (gst_ogg_demux_loop_forward), (gst_ogg_demux_loop_reverse),
2092         (gst_ogg_demux_loop):
2093         Implement first stab at reverse playback.
2094
2095 2006-11-07  Stefan Kost  <ensonic@users.sf.net>
2096
2097         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
2098         (gst_riff_create_video_template_caps):
2099           add h263/h264 variants to the caps, Fixes #363118
2100
2101 2006-11-06  Tim-Philipp Müller  <tim at centricular dot net>
2102
2103         * gst-libs/gst/audio/gstaudiosink.c: (audioringbuffer_thread_func):
2104         * gst-libs/gst/audio/gstaudiosrc.c: (audioringbuffer_thread_func):
2105           Use g_strerror instead of strerror so we get UTF-8.
2106
2107 2006-11-03  David Schleef  <ds@schleef.org>
2108
2109         * ext/ogg/gstoggdemux.c:
2110         * ext/ogg/gstoggmux.c:
2111           Add/remove KW-DIRAC header here, since it is ogg-specific.
2112
2113 2006-11-03  Michael Smith  <msmith@fluendo.com>
2114
2115         * gst/typefind/gsttypefindfunctions.c: (mpeg4_video_type_find):
2116           Recognise more mpeg4 elementary video streams.
2117
2118 2006-11-02  Edward Hervey  <edward@fluendo.com>
2119
2120         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset):
2121         Lower the probability of mp3 typefinding functions if we don't find a
2122         valid mp3 header at the start of the file.
2123         Closes #369482
2124
2125 2006-11-02  Wim Taymans  <wim@fluendo.com>
2126
2127         * ext/theora/gsttheoradec.h:
2128         * ext/theora/theoradec.c: (gst_theora_dec_init),
2129         (theora_dec_sink_event), (theora_dec_chain_forward),
2130         (theora_dec_flush_decode), (theora_dec_chain_reverse),
2131         (theora_dec_chain):
2132         Document and partially implement an algorithm for doing reverse playback
2133         of theora video.
2134
2135 2006-11-02  Tim-Philipp Müller  <tim at centricular dot net>
2136
2137         Patch by: Sergey Scobich  <sergey.scobich at gmail com>
2138
2139         * win32/common/config.h:
2140         * win32/common/interfaces-enumtypes.c:
2141         * win32/common/libgsttag.def:
2142         * win32/vs8/gst-plugins-base.sln:
2143         * win32/vs8/libgstaudioresample.vcproj:
2144         * win32/vs8/libgstinterfaces.vcproj:
2145         * win32/vs8/libgstogg.vcproj:
2146         * win32/vs8/libgstriff.vcproj:
2147         * win32/vs8/libgsttag.vcproj:
2148         * win32/vs8/libgsttheora.vcproj:
2149         * win32/vs8/libgstvideoscale.vcproj:
2150         * win32/vs8/libgstvorbis.vcproj:
2151           Misc. VS8 build fixes: fix syntax in config.h, add missing entries
2152           to libgsttag.def; add missing dependencies for some vs8 projects;
2153           re-arrange placement of .def files in vs8 projects (#366334).
2154
2155 2006-11-01  Tim-Philipp Müller  <tim at centricular dot net>
2156
2157         * ext/ogg/gstogg.c:
2158           Remove unused variable.
2159
2160         * ext/ogg/gstoggdemux.c:
2161           Fix Wim's surname in plugin description.
2162
2163 2006-10-31  Wim Taymans  <wim@fluendo.com>
2164
2165         * gst-plugins-base.spec.in:
2166         spec new .h file. Fixes #368310.
2167
2168 2006-10-31  Michael Smith  <msmith@fluendo.com>
2169
2170         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_add_full),
2171         (gst_multi_fd_sink_remove), (gst_multi_fd_sink_clear),
2172         (gst_multi_fd_sink_get_stats),
2173         (gst_multi_fd_sink_remove_client_link),
2174         (gst_multi_fd_sink_queue_buffer),
2175         (gst_multi_fd_sink_handle_clients):
2176         * gst/tcp/gstmultifdsink.h:
2177           Make using the remove or clear signals threadsafe.
2178           Make calling get-stats with an invalid fd not segfault.
2179           Fixes 368273.
2180
2181 2006-10-31  Wim Taymans  <wim@fluendo.com>
2182
2183         * gst-libs/gst/rtp/Makefile.am:
2184         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
2185         (gst_base_rtp_audio_payload_init):
2186         Fix and activate base audio payloader.
2187
2188 2006-10-28  Tim-Philipp Müller  <tim at centricular dot net>
2189
2190         * gst/typefind/gsttypefindfunctions.c: (qtif_type_find),
2191         (plugin_init):
2192           Add typefinder for QuickTime Image Files (see #366156).
2193
2194 2006-10-28  Tim-Philipp Müller  <tim at centricular dot net>
2195
2196         * gst/audioresample/gstaudioresample.c: (gst_audioresample_init):
2197           Another typo fix (#366212).
2198
2199 2006-10-27  Wim Taymans  <wim@fluendo.com>
2200
2201         * gst/volume/gstvolume.c: (volume_transform_ip):
2202         Use stream time to synchronize volume property instead of rather random
2203         timestamps. This is needed when gnonlin does its time shifting.
2204
2205 2006-10-27  Wim Taymans  <wim@fluendo.com>
2206
2207         Patch by: Mark Nauwelaerts <manauw at skynet dot be>
2208
2209         * ext/ogg/gstoggmux.c: (gst_ogg_mux_release_pad):
2210         Remove the pad from the element in release_pad. Fixes #364812.
2211
2212 2006-10-27  Tim-Philipp Müller  <tim at centricular dot net>
2213
2214         * sys/ximage/ximagesink.c: (gst_ximagesink_get_type):
2215         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_type):
2216           Explicitly create our custom buffer classes at a thread-safe
2217           location as well, since g_type_class_ref() doesn't seem to be
2218           entirely thread-safe either (#365501; also see #349410).
2219
2220 2006-10-26  Tim-Philipp Müller  <tim at centricular dot net>
2221
2222         * gst-libs/gst/riff/riff-read.c: (freeform_string_to_utf8),
2223         (gst_riff_parse_info):
2224           If strings in INFO chunk are not UTF-8, do something similar to
2225           what we do for ID3v1 tags: check a number of environment variables
2226           (GST_AVI_TAG_ENCODING, GST_RIFF_TAG_ENCODING, GST_TAG_ENCODING) for
2227           character sets to try, otherwise try the current locale and/or fall
2228           back on ISO-8859-1. Fixes #360552.
2229
2230 2006-10-23  Tim-Philipp Müller  <tim at centricular dot net>
2231
2232         * gst/videotestsrc/gstvideotestsrc.c:
2233         (gst_video_test_src_pattern_get_type),
2234         (gst_video_test_src_set_pattern):
2235         * gst/videotestsrc/gstvideotestsrc.h:
2236         * gst/videotestsrc/videotestsrc.c: (gst_video_test_src_checkers1),
2237         (gst_video_test_src_checkers2), (gst_video_test_src_checkers4),
2238         (gst_video_test_src_checkers8):
2239         * gst/videotestsrc/videotestsrc.h:
2240           Add a bunch of exciting new checkers patterns.
2241
2242 2006-10-23  Tim-Philipp Müller  <tim at centricular dot net>
2243
2244         * gst/subparse/Makefile.am:
2245         * gst/subparse/gstsubparse.c:
2246         (gst_sub_parse_data_format_autodetect),
2247         (gst_sub_parse_format_autodetect), (handle_buffer),
2248         (gst_sub_parse_chain), (gst_subparse_type_find), (plugin_init):
2249         * gst/subparse/gstsubparse.h:
2250         * gst/subparse/tmplayerparse.c: (tmplayer_parse_line),
2251         (parse_tmplayer):
2252         * gst/subparse/tmplayerparse.h:
2253           Add support for TMPlayer-type subtitles (#362845).
2254
2255         * tests/check/elements/subparse.c: (test_tmplayer_do_test),
2256         (GST_START_TEST), (subparse_suite):
2257           Add some basic unit tests for the above.
2258
2259 2006-10-23  Tim-Philipp Müller  <tim at centricular dot net>
2260
2261         * tests/check/elements/audiorate.c: (test_injector_base_init),
2262         (test_injector_class_init), (test_injector_chain),
2263         (test_injector_init), (probe_cb), (do_perfect_stream_test),
2264         (GST_START_TEST), (audiorate_suite):
2265           More tests for audiorate: inject buffers to check behaviour when
2266           buffers overlap.
2267
2268 2006-10-21  Tim-Philipp Müller  <tim at centricular dot net>
2269
2270         * tests/check/Makefile.am:
2271         * tests/check/elements/.cvsignore:
2272         * tests/check/elements/audiorate.c: (probe_cb), (got_buf),
2273         (do_perfect_stream_test), (GST_START_TEST), (audiorate_suite):
2274           Add some basic unit tests for audiorate. Disabled at the moment
2275           since it doesn't pass yet (see bug #363119).
2276
2277 2006-10-20  Tim-Philipp Müller  <tim at centricular dot net>
2278
2279         * gst/subparse/gstsubparse.c: (subrip_fix_up_markup),
2280         (parse_subrip), (handle_buffer):
2281           Add missing closing tags for markup and fix broken markup,
2282           otherwise pango won't render anything (fixes #357531). Also,
2283           make sure the text we send out is always NUL-terminated
2284           (better safe than sorry etc.).
2285
2286         * tests/check/elements/subparse.c: (test_srt_do_test),
2287         (test_srt):
2288           Some more tests for .srt incl. tests for the above stuff.
2289
2290 2006-10-20  Julien MOUTTE  <julien@moutte.net>
2291
2292         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_put):
2293         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put):
2294         Patch by: Stefan Kost  <ensonic@users.sf.net>
2295         Try to redraw borders only when needed. Apparently this consumes
2296         resources on small devices... :-O (#363607)
2297
2298 2006-10-20  Michael Smith  <msmith@fluendo.com>
2299
2300         * gst/tcp/gstmultifdsink.c:
2301         (gst_multi_fd_sink_client_queue_buffer):
2302           If caps change, then update the client's idea of the caps so that we
2303           don't end up re-sending streamheaders for every single buffer after
2304           the caps change.
2305
2306 2006-10-20  Michael Smith  <msmith@fluendo.com>
2307
2308         * ext/ogg/gstoggparse.c: (gst_ogg_parse_dispose),
2309         (gst_ogg_parse_append_header), (gst_ogg_parse_chain):
2310           Set caps on pushed buffers; fix up refcounting of caps objects.
2311
2312 2006-10-19  Tim-Philipp Müller  <tim at centricular dot net>
2313
2314         * gst/typefind/gsttypefindfunctions.c: (mmsh_type_find),
2315         (plugin_init):
2316           Typefind mmsh header data packet to application/x-mmsh (#362625).
2317
2318 2006-10-19  Tim-Philipp Müller  <tim at centricular dot net>
2319
2320         * tests/check/Makefile.am:
2321         * tests/check/elements/.cvsignore:
2322         * tests/check/elements/subparse.c: (buffer_from_static_string),
2323         (setup_subparse), (teardown_subparse), (test_srt_do_test),
2324         (GST_START_TEST), (subparse_suite):
2325           Add very simple unit test for subparse.
2326
2327 2006-10-19  Tim-Philipp Müller  <tim at centricular dot net>
2328
2329         * gst/subparse/gstsubparse.c: (strip_trailing_newlines),
2330         (parse_subrip):
2331           Strip trailing newlines from subtitle text output.
2332
2333 2006-10-18  Tim-Philipp Müller  <tim at centricular dot net>
2334
2335         * gst/subparse/gstsubparse.c: (gst_sub_parse_dispose),
2336         (gst_sub_parse_change_state):
2337           Fix memleak; clear subparse->textbuf n state change function.
2338
2339 2006-10-18  Tim-Philipp Müller  <tim at centricular dot net>
2340
2341         * gst/subparse/gstsubparse.c:
2342         (gst_sub_parse_data_format_autodetect):
2343           Don't require subrip (.srt) files to start with a chunk number of 1.
2344
2345 2006-10-18  Wim Taymans  <wim@fluendo.com>
2346
2347         * gst-libs/gst/audio/gstbaseaudiosink.c:
2348         (gst_base_audio_sink_event), (gst_base_audio_sink_render):
2349         * gst-libs/gst/audio/gstbaseaudiosink.h:
2350         Extract rate from the NEWSEGMENT event.
2351         Use commit_full to also take rate adjustment into account when writing
2352         samples to the ringbuffer.
2353         
2354         * gst-libs/gst/audio/gstringbuffer.c:
2355         (gst_ring_buffer_commit_full), (gst_ring_buffer_commit),
2356         (gst_ring_buffer_read):
2357         * gst-libs/gst/audio/gstringbuffer.h:
2358         Added _commit_full() to also take rate into account.
2359         Use simple interpolation algorithm to resample audio.
2360         API: gst_ring_buffer_commit_full()
2361
2362         * tests/examples/seek/scrubby.c: (speed_cb), (do_seek):
2363         * tests/examples/seek/seek.c: (segment_done):
2364         Don't try to seek with 0.0 rate, just pause instead.
2365         Remove bogus debug line.
2366
2367 2006-10-18  Tim-Philipp Müller  <tim at centricular dot net>
2368
2369         * gst/playback/gstplaybasebin.c: (subbin_startup_sync_msg),
2370         (setup_source):
2371           Catch async errors when starting up the subtitle bin, so we can
2372           stop waiting and continue with the main film instead of hanging
2373           forever. Fixes #339366.
2374
2375         * tests/check/elements/playbin.c: (playbin_suite):
2376           Enable unit test for the above.
2377
2378 2006-10-18  Tim-Philipp Müller  <tim at centricular dot net>
2379
2380         * tests/check/Makefile.am:
2381         * tests/check/elements/.cvsignore:
2382         * tests/check/elements/playbin.c: (GST_START_TEST),
2383         (gst_red_video_src_uri_get_type),
2384         (gst_red_video_src_uri_get_protocols),
2385         (gst_red_video_src_uri_get_uri), (gst_red_video_src_uri_set_uri),
2386         (gst_red_video_src_uri_handler_init),
2387         (gst_red_video_src_init_type), (gst_red_video_src_base_init),
2388         (gst_red_video_src_create), (gst_red_video_src_class_init),
2389         (gst_red_video_src_init), (plugin_init), (playbin_suite):
2390           Some small and basic unit tests for playbin; not very useful yet,
2391           but at least a start.
2392
2393 2006-10-18  Tim-Philipp Müller  <tim at centricular dot net>
2394
2395         * gst/playback/gstplaybin.c: (setup_sinks):
2396           The old pad activation spiel.
2397
2398 2006-10-18  Tim-Philipp Müller  <tim at centricular dot net>
2399
2400         * gst/playback/gstplaybasebin.c: (setup_source):
2401           Don't hang forever if the subbin already fails to start up in 
2402           the state change to PAUSED (#339366).
2403
2404 2006-10-17  Tim-Philipp Müller  <tim at centricular dot net>
2405
2406         * gst-libs/gst/interfaces/tuner.c: (gst_tuner_list_channels),
2407         (gst_tuner_set_channel), (gst_tuner_get_channel),
2408         (gst_tuner_list_norms), (gst_tuner_set_norm), (gst_tuner_get_norm),
2409         (gst_tuner_set_frequency), (gst_tuner_get_frequency),
2410         (gst_tuner_signal_strength), (gst_tuner_find_norm_by_name),
2411         (gst_tuner_find_channel_by_name):
2412           Fix some function guards, add some more function guards.
2413
2414 2006-10-17  Jan Schmidt  <thaytan@mad.scientist.com>
2415
2416         * gst/playback/gstdecodebin.c: (get_our_ghost_pad),
2417         (remove_element_chain):
2418         Don't return a pad from get_our_ghost_pad unless it is actually the
2419         one we want.
2420         Change a cast in remove_element_chain slightly.
2421
2422 2006-10-13  Julien MOUTTE  <julien@moutte.net>
2423
2424         * tests/examples/seek/seek.c: (do_seek), (start_seek),
2425         (rate_spinbutton_changed_cb), (segment_done), (msg_state_changed):
2426         Segment seeking needs to use the rate and set stop to -1.
2427
2428 2006-10-13  Wim Taymans  <wim@fluendo.com>
2429
2430         * gst-libs/gst/audio/gstbaseaudiosink.c:
2431         (gst_base_audio_sink_setcaps):
2432         Don't crash when ringbuffer is not yet created.
2433         Patch by: Ville Syrjala <ville dot syrjala at movial dot fi>
2434         Fixes #361634.
2435
2436         * gst/playback/gstplaybasebin.c: (new_decoded_pad_full):
2437         * gst/playback/gststreamselector.c:
2438         (gst_stream_selector_request_new_pad):
2439         Activate pads befre adding them to running elements.
2440
2441 2006-10-13  Julien MOUTTE  <julien@moutte.net>
2442
2443         * tests/examples/seek/seek.c: (do_seek), (start_seek),
2444         (rate_spinbutton_changed_cb), (msg_state_changed): Stop the scale
2445         updater when we start grabing the slider. Don't wait for the
2446         pipeline to be PAUSED.
2447
2448 2006-10-13  Tim-Philipp Müller  <tim at centricular dot net>
2449
2450         * gst-libs/gst/interfaces/mixer.c: (gst_mixer_list_tracks),
2451         (gst_mixer_set_volume), (gst_mixer_get_volume),
2452         (gst_mixer_set_mute), (gst_mixer_set_option),
2453         (gst_mixer_get_option), (gst_mixer_mute_toggled),
2454         (gst_mixer_record_toggled), (gst_mixer_volume_changed),
2455         (gst_mixer_option_changed):
2456           Guard mixer interface functions against bogus arguments.
2457
2458 2006-10-12  Julien MOUTTE  <julien@moutte.net>
2459
2460         * tests/examples/seek/seek.c: (do_seek), (start_seek), (stop_seek),
2461         (play_cb), (pause_cb), (stop_cb), (rate_spinbutton_changed_cb),
2462         (msg_state_changed), (main): Use state-changed messages to trigger
2463         start/stop of scale update timer. Indeed the scale slider was
2464         jumping here and there because the update timer was activated 
2465         before seek completed. This fixes instant applying of rate changes
2466         by pressing the spinbutton like a crazy man !
2467
2468 2006-10-12  Tim-Philipp Müller  <tim at centricular dot net>
2469
2470         Patch by: Sebastien Cote  <sebas642 at yahoo.ca>
2471
2472         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_init),
2473         (gst_basertppayload_finalize):
2474           Fix two small memory leaks (#361456).
2475
2476 2006-10-10  Julien MOUTTE  <julien@moutte.net>
2477
2478         * tests/examples/seek/seek.c: (do_seek),
2479         (rate_spinbutton_changed_cb): When changing spinbutton we try
2480         to change the rate on the fly.
2481
2482 2006-10-10  Wim Taymans  <wim@fluendo.com>
2483
2484         * gst-libs/gst/riff/riff-ids.h:
2485         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
2486         (gst_riff_create_audio_template_caps):
2487         Add WMS caps.
2488
2489 2006-10-10  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
2490
2491         Patch by: Josep Torre Valles <josep@fluendo.com>
2492
2493         * ext/gnomevfs/gstgnomevfssink.c:
2494         * ext/gnomevfs/gstgnomevfssrc.c:
2495         Fix URI interface implementation return type.
2496         * ext/pango/gsttextoverlay.c: (gst_text_overlay_set_property):
2497         Fix what looks like a copy/paste issue when assigning values.
2498         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
2499         (gst_audio_filter_template_get_type):
2500         Cast to prevent Forte warnings.
2501         * gst-libs/gst/cdda/gstcddabasesrc.c: (gst_cdda_base_src_create):
2502         Fix URI interface implementation return type.
2503         gst_pad_query_position requires a signed integer pointer as
2504         3rd parameter, GstClockTime is unsigned.
2505         * gst/audioconvert/audioconvert.c:
2506         Fix integer overflow when treated as signed.
2507         * gst/audioresample/resample.c: (resample_add_input_data):
2508         Cast to prevent warnings on Forte.
2509         * gst/ffmpegcolorspace/imgconvert.c: (build_rgb_palette):
2510         Fix integer overflow when treated as signed.
2511         * gst/ffmpegcolorspace/imgconvert_template.h:
2512         Fix integer overflow when treated as signed. RGBA_OUT shifts bits.
2513         * gst/playback/gstdecodebin.c: (queue_filled_cb),
2514         (cleanup_decodebin):
2515         Who initialises a guint to -1!
2516         Cast function pointers to prevent warnings on Forte.
2517         * gst/playback/gstplaybasebin.c: (queue_deadlock_check),
2518         (queue_threshold_reached):
2519         Cast function pointers correctly to prevent warnings on Forte.
2520         * gst/playback/gststreaminfo.c: (gst_stream_info_dispose):
2521         Cast function pointers correctly to prevent warnings on Forte.
2522         * gst/subparse/gstssaparse.c: (gst_ssa_parse_setcaps):
2523         Obvious change to unsigned, 0xEF > max signed char.
2524         * gst/tcp/gstmultifdsink.c: (get_buffers_max), (count_burst_unit):
2525         GstClockTime is unsigned, initialise correctly.
2526         * gst/tcp/gsttcp.c: (gst_tcp_socket_write):
2527         Cast so pointer arithemetic doesn't cause warnings on Forte.
2528         * gst/videorate/gstvideorate.c:
2529         Use correct return value.
2530         * tests/examples/seek/scrubby.c:
2531         GstClockTime is unsigned, initialise correctly.
2532
2533 2006-10-10  Tim-Philipp Müller  <tim at centricular dot net>
2534
2535         Patch by: Ferenc Gerlits  <fgerlits at gmail com>
2536
2537         * gst/typefind/gsttypefindfunctions.c:
2538           Recognise XML files and XML-like files shorter than 256 bytes as
2539           well (fixes #359237).
2540
2541 2006-10-09  Edgard Lima <edgard.lima@indt.org.br>
2542
2543         Patch by: Renato Filho <renato.filho@indt.org.br>
2544         
2545         * gst/typefind/gsttypefindfunctions.c:
2546         Added typefind functions to video/x-nuv media.
2547         
2548 2006-10-08  Tim-Philipp Müller  <tim at centricular dot net>
2549
2550         * gst-libs/gst/interfaces/xoverlay.c:
2551         (gst_x_overlay_set_xwindow_id), (gst_x_overlay_expose):
2552           Some more guards against invalid input.
2553
2554 2006-10-07  Julien MOUTTE  <julien@moutte.net>
2555
2556         * ext/pango/gsttextoverlay.c: (gst_text_overlay_text_event): 
2557         Useless goto.
2558         * tests/examples/seek/seek.c: (do_seek),
2559         (rate_spinbutton_changed_cb), (main): Add a rate spinbutton in
2560         seek example to experiment with rates != 1.0 (reverse playback !)
2561
2562 2006-10-06  Stefan Kost  <ensonic@users.sf.net>
2563
2564         * gst-libs/gst/interfaces/xoverlay.c:
2565           Unref message in doc-example (spotted by Robert McQueen)
2566
2567 2006-10-06  Wim Taymans  <wim@fluendo.com>
2568
2569         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset),
2570         (mpeg1_parse_header), (mpeg1_sys_type_find):
2571         printf fix.
2572
2573 2006-10-06  Wim Taymans  <wim@fluendo.com>
2574
2575         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
2576         (close_pad_link):
2577         * gst/playback/gstplaybasebin.c: (new_decoded_pad_full):
2578         Activate dynamic pads before adding them to the element.
2579
2580 2006-10-06  Michael Smith  <msmith@fluendo.com>
2581
2582         * gst-libs/gst/floatcast/floatcast.h:
2583           Fix obviously-bogus macros; use the correct types.
2584
2585 2006-10-06  Wim Taymans  <wim@fluendo.com>
2586
2587         * gst-libs/gst/rtp/gstbasertpdepayload.c:
2588         (gst_base_rtp_depayload_change_state):
2589         Also call parent state change function to activate pads.
2590
2591         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset),
2592         (mpeg1_parse_header), (mpeg1_sys_type_find):
2593         Add some more debug info in mpeg typefinding.
2594
2595 2006-10-06  Michael Smith  <msmith@fluendo.com>
2596
2597         * ext/theora/theoradec.c: (theora_dec_chain):
2598           Zero byte theora packets are valid and well-defined; don't warn on
2599           them.
2600
2601 2006-10-06  Thomas Vander Stichele  <thomas at apestaart dot org>
2602
2603         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init),
2604         (gst_multi_fd_sink_get_stats), (find_limits),
2605         (gst_multi_fd_sink_queue_buffer):
2606           API: add dropped_buffers to the get-stats GValueArray
2607
2608 2006-10-05  Tim-Philipp Müller  <tim at centricular dot net>
2609
2610         * ext/alsa/gstalsadeviceprobe.c:
2611         (gst_alsa_device_property_probe_get_values):
2612         * ext/alsa/gstalsasink.c: (set_hwparams):
2613         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_elem_pad),
2614         (gst_ogg_chain_new_stream), (gst_ogg_demux_read_chain):
2615         * ext/ogg/gstoggmux.c: (gst_ogg_mux_send_headers),
2616         (gst_ogg_mux_process_best_pad):
2617         * ext/ogg/gstoggparse.c: (gst_ogg_parse_new_stream),
2618         (gst_ogg_parse_chain):
2619         * ext/ogg/gstogmparse.c: (gst_ogm_parse_stream_header):
2620         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
2621         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_setup),
2622         (gst_vorbis_enc_buffer_check_discontinuous):
2623         * ext/vorbis/vorbisparse.c: (vorbis_parse_src_query):
2624         * gst-libs/gst/audio/gstbaseaudiosink.c:
2625         (gst_base_audio_sink_render):
2626         * gst-libs/gst/cdda/gstcddabasesrc.c:
2627         (gst_cdda_base_src_handle_track_seek):
2628         * gst-libs/gst/rtp/gstbasertpdepayload.c:
2629         (gst_base_rtp_depayload_push_full):
2630         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_push):
2631         * gst/audioresample/resample.c: (resample_input_pushthrough):
2632         * gst/playback/gstplaybasebin.c: (queue_out_of_data):
2633         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_handle_clients):
2634         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset),
2635         (wavpack_type_find):
2636         * gst/videotestsrc/gstvideotestsrc.c: (gst_video_test_src_create):
2637         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
2638         (gst_xvimagesink_check_xshm_calls), (gst_xvimagesink_xvimage_new):
2639         * tests/check/elements/volume.c: (GST_START_TEST):
2640           Printf format fixes.
2641
2642 2006-10-04  Thomas Vander Stichele  <thomas at apestaart dot org>
2643
2644         * gst/tcp/gsttcp.c: (gst_tcp_gdp_read_caps):
2645           Fix a simple mistake (see the docs)
2646           Fixes #359580
2647
2648 2006-10-03  Tim-Philipp Müller  <tim at centricular dot net>
2649
2650         * docs/plugins/Makefile.am:
2651         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
2652         * docs/plugins/gst-plugins-base-plugins-sections.txt:
2653         * docs/plugins/gst-plugins-base-plugins.args:
2654         * docs/plugins/gst-plugins-base-plugins.hierarchy:
2655         * docs/plugins/inspect/plugin-adder.xml:
2656         * docs/plugins/inspect/plugin-alsa.xml:
2657         * docs/plugins/inspect/plugin-audioconvert.xml:
2658         * docs/plugins/inspect/plugin-audiorate.xml:
2659         * docs/plugins/inspect/plugin-audioresample.xml:
2660         * docs/plugins/inspect/plugin-audiotestsrc.xml:
2661         * docs/plugins/inspect/plugin-cdparanoia.xml:
2662         * docs/plugins/inspect/plugin-decodebin.xml:
2663         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
2664         * docs/plugins/inspect/plugin-gdp.xml:
2665         * docs/plugins/inspect/plugin-gnomevfs.xml:
2666         * docs/plugins/inspect/plugin-libvisual.xml:
2667         * docs/plugins/inspect/plugin-ogg.xml:
2668         * docs/plugins/inspect/plugin-pango.xml:
2669         * docs/plugins/inspect/plugin-playbin.xml:
2670         * docs/plugins/inspect/plugin-subparse.xml:
2671         * docs/plugins/inspect/plugin-tcp.xml:
2672         * docs/plugins/inspect/plugin-theora.xml:
2673         * docs/plugins/inspect/plugin-typefindfunctions.xml:
2674         * docs/plugins/inspect/plugin-video4linux.xml:
2675         * docs/plugins/inspect/plugin-videorate.xml:
2676         * docs/plugins/inspect/plugin-videoscale.xml:
2677         * docs/plugins/inspect/plugin-videotestsrc.xml:
2678         * docs/plugins/inspect/plugin-volume.xml:
2679         * docs/plugins/inspect/plugin-vorbis.xml:
2680         * docs/plugins/inspect/plugin-ximagesink.xml:
2681         * docs/plugins/inspect/plugin-xvimagesink.xml:
2682           Add vorbistag element to docs; update version numbers to 0.10.10.1.
2683
2684 2006-10-03  Tim-Philipp Müller  <tim at centricular dot net>
2685
2686         Patch by: James "Doc" Livingston <doclivingston at gmail com>
2687
2688         * ext/vorbis/Makefile.am:
2689         * ext/vorbis/vorbis.c: (plugin_init):
2690         * ext/vorbis/vorbisparse.c: (gst_vorbis_parse_class_init),
2691         (vorbis_parse_parse_packet), (vorbis_parse_chain):
2692         * ext/vorbis/vorbisparse.h:
2693         * ext/vorbis/vorbistag.c: (gst_vorbis_tag_base_init),
2694         (gst_vorbis_tag_class_init), (gst_vorbis_tag_init),
2695         (gst_vorbis_tag_parse_packet):
2696         * ext/vorbis/vorbistag.h:
2697           Add new vorbistag element which derives from vorbisparse
2698           and is essentially the same as well, only that it implements
2699           the GstTagSetter interface and can modify the stream's
2700           vorbiscomment on the fly (#335635).
2701
2702         * tests/check/Makefile.am:
2703         * tests/check/elements/.cvsignore:
2704         * tests/check/elements/vorbistag.c: (setup_vorbistag),
2705         (cleanup_vorbistag), (buffer_probe), (start_pipeline),
2706         (get_buffer), (stop_pipeline), (_create_codebook_header_buffer),
2707         (_create_audio_buffer), (GST_START_TEST), (vorbistag_suite):
2708           Add unit test for new vorbistag element.
2709
2710 2006-10-03  Tim-Philipp Müller  <tim at centricular dot net>
2711
2712         * ext/vorbis/vorbisparse.c: (gst_vorbis_parse_init),
2713         (vorbis_parse_push_headers), (vorbis_parse_chain):
2714           Set BOS flag in packet structure to fix 'jump depends
2715           on unitialized value' errors in valgrind; various minor
2716           clean-ups.
2717
2718 2006-09-30  Jan Schmidt  <thaytan@mad.scientist.com>
2719
2720         * gst/playback/gstdecodebin.c: (close_pad_link):
2721         Fix typo in a debug statement.
2722
2723         * gst/playback/gstplaybasebin.c: (probe_triggered),
2724         (new_decoded_pad_full), (new_decoded_pad), (subs_new_decoded_pad),
2725         (gen_source_element), (source_new_pad), (analyse_source),
2726         (setup_source):
2727         When handling no_more_pads in new_decoded_pad, make sure to treat
2728         subtitle pads correctly. Fixes playback with subtitle files.
2729
2730         Move a recurring message to LOG level.
2731
2732         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
2733         The maximum value for the Xv colorkey on this Radeon is 0xFFFFFFFF,
2734         which ends up as -1 when cast to an int. Make the logic handle the
2735         max value as an unsigned mask and only change the colorkey when it's
2736         a value we recognise.
2737
2738 2006-09-29 Philippe Kalaf <philippe.kalaf@collabora.co.uk>       
2739
2740         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
2741         Removed empty * between paragraphs
2742
2743 2006-09-29 Philippe Kalaf <philippe.kalaf@collabora.co.uk>       
2744
2745         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
2746         * gst-libs/gst/rtp/README:
2747         Moved some documentation into .c file
2748
2749 2006-09-29  Wim Taymans  <wim@fluendo.com>
2750
2751         * gst/playback/gstdecodebin.c: (no_more_pads):
2752         Fix compilation.
2753
2754 2006-09-29  Wim Taymans  <wim@fluendo.com>
2755
2756         * gst/playback/gstdecodebin.c: (new_caps):
2757         Remove g_print
2758
2759         * gst/playback/gstplaybin.c:
2760         Add some docs.
2761
2762 2006-09-29  Tim-Philipp Müller  <tim at centricular dot net>
2763
2764         * tests/check/Makefile.am:
2765           Re-enable cddabasesrc test to see if it works again
2766           now.
2767
2768 2006-09-29  Wim Taymans  <wim@fluendo.com>
2769
2770         * gst/playback/gstplaybasebin.c: (setup_subtitle),
2771         (gen_source_element):
2772         Handle invalid URIs a bit more gracefully.
2773
2774 2006-09-29  Tim-Philipp Müller  <tim at centricular dot net>
2775
2776         * tests/check/pipelines/oggmux.c:
2777           Remove obsolete comment.
2778
2779 2006-09-29  Michael Smith  <msmith@fluendo.com>
2780
2781         * ext/ogg/gstoggmux.c: (gst_ogg_mux_request_new_pad),
2782         (gst_ogg_mux_release_pad), (gst_ogg_mux_push_buffer),
2783         (gst_ogg_mux_compare_pads), (gst_ogg_mux_queue_pads),
2784         (gst_ogg_mux_send_headers), (gst_ogg_mux_process_best_pad),
2785         (gst_ogg_mux_collected):
2786           Commit patch from James "Doc" Livingston, adds proper EOS handling
2787           in oggmux. GStreamer can, for the first time ever, create a valid
2788           Ogg file! Yay!
2789
2790         * tests/check/pipelines/oggmux.c: (check_chain_final_state),
2791         (oggmux_suite):
2792           Reenable tests now that they pass.
2793
2794 2006-09-29  Wim Taymans  <wim@fluendo.com>
2795
2796         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_handle_clients):
2797         Stop reading commands when EOF (we read 0) as well.
2798
2799 2006-09-28  Wim Taymans  <wim@fluendo.com>
2800
2801         * gst/playback/gstdecodebin.c: (dynamic_create), (dynamic_free),
2802         (close_pad_link), (dynamic_remove), (no_more_pads), (new_caps),
2803         (find_dynamic), (unlinked), (close_link):
2804         Implement delayed caps linking needed for element with a lot of
2805         different caps on the src pads that get fixed at runtime.
2806         Improve management of dynamic elements.
2807
2808         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
2809         (group_destroy), (group_commit), (check_queue), (queue_overrun),
2810         (gen_preroll_element), (remove_groups), (unknown_type),
2811         (add_element_stream), (no_more_pads_full), (no_more_pads),
2812         (sub_no_more_pads), (source_no_more_pads), (preroll_unlinked),
2813         (new_decoded_pad), (setup_subtitle), (array_has_value),
2814         (gen_source_element), (source_new_pad), (has_all_raw_caps),
2815         (analyse_source), (remove_decoders), (make_decoder),
2816         (remove_source), (setup_source), (finish_source), (prepare_output),
2817         (gst_play_base_bin_change_state):
2818         * gst/playback/gstplaybasebin.h:
2819         Use more _CAST instead of full type checking casts.
2820         Small cleanups, plug some leaks.
2821         Handle dynamic sources.
2822         Add some helper functions to create lists of strings used for
2823         blacklisting and other stuff.
2824         Refactor some code dealing with analysing the source.
2825         Re-enable sources without pads (like cd:// or other selfcontained
2826         elements).
2827
2828 2006-09-28  Wim Taymans  <wim@fluendo.com>
2829
2830         * gst-libs/gst/audio/gstbaseaudiosink.c:
2831         (gst_base_audio_sink_render):
2832         When we have a timestamp, we can still perform clipping.
2833         When we have no clock, we must play the sample ASAP.
2834
2835 2006-09-28  Wim Taymans  <wim@fluendo.com>
2836
2837         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_chain):
2838         Set caps on outgoing buffers.
2839
2840         * gst/videorate/gstvideorate.c: (gst_video_rate_flush_prev),
2841         (gst_video_rate_event), (gst_video_rate_chain):
2842         * gst/videorate/gstvideorate.h:
2843         Fix videorate some more. Fixes #357977
2844
2845 2006-09-28  Tim-Philipp Müller  <tim at centricular dot net>
2846
2847         * tests/check/elements/adder.c: (adder_suite):
2848           Don't set timeout to 6 seconds when we're running
2849           in valgrind ... (and how is 6 seconds longer than
2850           the default anyway?)
2851
2852 2006-09-28  Wim Taymans  <wim@fluendo.com>
2853
2854         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_reset),
2855         (gst_audio_rate_sink_event), (gst_audio_rate_convert),
2856         (gst_audio_rate_convert_segments), (gst_audio_rate_chain):
2857         Keep sink and src segment to keep track of time and support more
2858         input formats.
2859         Fix bogus next_offset and run_time calculation, don't understand how
2860         this could have worked before. Fixes #357976.
2861         Remove some unneeded vars.
2862
2863 2006-09-28  Tim-Philipp Müller  <tim at centricular dot net>
2864
2865         * gst/playback/gstplaybin.c: (remove_sinks):
2866           Only remove visualisation from visbin if there is a visbin (or:
2867           don't throw warnings when closing totem without playing a file).
2868
2869 2006-09-27  Wim Taymans  <wim@fluendo.com>
2870
2871         * gst-libs/gst/audio/gstbaseaudiosink.c:
2872         (gst_base_audio_sink_render):
2873         Add some more info in a WARNING.
2874
2875         * gst-libs/gst/audio/gstbaseaudiosrc.c:
2876         (gst_base_audio_src_create):
2877         Handle PAUSE in create function, use new -core addition to
2878         wait for playing. Fixes pausing and resuming capture from an
2879         audiosrc.
2880
2881         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_commit),
2882         (gst_ring_buffer_read):
2883         Constify some more.
2884         Caller supports interrupted reads now.
2885
2886 2006-09-27  Tim-Philipp Müller  <tim at centricular dot net>
2887
2888         * tests/check/Makefile.am:
2889           Another attempt to make the gen64 buildbot happy.
2890
2891 2006-09-27  Stefan Kost  <ensonic@users.sf.net>
2892
2893         Patch by: Jonathan Matthew <jonathan@kaolin.wh9.net>
2894
2895         * ext/libvisual/visual.c: (gst_visual_clear_actors),
2896         (gst_visual_chain), (gst_visual_change_state):
2897           Libvisual plugin was not passing audio data to libvisual 0.4.0 
2898           correctly. Fixes #357800
2899
2900 2006-09-27  Tim-Philipp Müller  <tim at centricular dot net>
2901
2902         * tests/check/pipelines/simple-launch-lines.c: (run_pipeline):
2903           Add timeout to _get_state() so we see which pipeline it is
2904           that causes trouble on the gen64 build bot.
2905
2906 2006-09-27  Wim Taymans  <wim@fluendo.com>
2907
2908         * gst-libs/gst/rtp/gstbasertpdepayload.c:
2909         (gst_base_rtp_depayload_init), (gst_base_rtp_depayload_push_full),
2910         (gst_base_rtp_depayload_push_ts), (gst_base_rtp_depayload_process),
2911         (gst_base_rtp_depayload_set_gst_timestamp):
2912         the source pad always uses fixed caps.
2913
2914 2006-09-27  Wim Taymans  <wim@fluendo.com>
2915
2916         * docs/libs/gst-plugins-base-libs-docs.sgml:
2917         * docs/libs/gst-plugins-base-libs-sections.txt:
2918         * gst-libs/gst/audio/gstaudioclock.c:
2919         * gst-libs/gst/audio/gstaudioclock.h:
2920         * gst-libs/gst/audio/gstaudiosink.c:
2921         * gst-libs/gst/audio/gstaudiosink.h:
2922         * gst-libs/gst/audio/gstaudiosrc.c:
2923         * gst-libs/gst/audio/gstbaseaudiosink.c:
2924         (gst_base_audio_sink_render):
2925         * gst-libs/gst/audio/gstbaseaudiosink.h:
2926         * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_init):
2927         * gst-libs/gst/audio/gstbaseaudiosrc.h:
2928         * gst-libs/gst/audio/gstringbuffer.h:
2929         Added docs for the audio libs.
2930
2931 2006-09-27  Tim-Philipp Müller  <tim at centricular dot net>
2932
2933         * tests/check/Makefile.am:
2934           Temporarily disable test that fails on the bots for unknown reasons.
2935
2936 2006-09-26 Philippe Kalaf <philippe.kalaf@collabora.co.uk>       
2937
2938         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
2939         * gst-libs/gst/rtp/gstbasertpaudiopayload.h:
2940         Moved AudioCodecType into priv
2941         Renamed all gst_basertpaudiopayload to gst_base_rtp_audio_payload prefixes
2942
2943 2006-09-25  Wim Taymans  <wim@fluendo.com>
2944
2945         * gst/playback/gstdecodebin.c: (gst_decode_bin_factory_filter),
2946         (add_fakesink), (remove_fakesink), (pad_probe), (close_pad_link),
2947         (is_demuxer_element), (try_to_link_1), (get_our_ghost_pad),
2948         (new_pad):
2949         Cleanups and small leak fixes.
2950         Added Depayloaders to valid list of autopluggable elements.
2951
2952 2006-09-25  Wim Taymans  <wim@fluendo.com>
2953
2954         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
2955         (gst_play_bin_vis_blocked), (gst_play_bin_set_property),
2956         (gen_video_element), (gen_text_element), (gen_audio_element),
2957         (gen_vis_element), (remove_sinks), (add_sink), (setup_sinks),
2958         (gst_play_bin_set_clock_func), (gst_play_bin_change_state):
2959         Detect NO_PREROLL state change returns and disable clock distribution to
2960         the sinks so that sync is disabled.
2961         Avoid some type checking and do simple casts instead.
2962         Small cleanups, fix some FIXMEs.
2963         Be more robust when linking user specified elements, catch an report
2964         errors. Fixes #357404.
2965         Fix some leaks in the error paths.
2966
2967 2006-09-25  Stefan Kost  <ensonic@users.sf.net>
2968
2969         * ChangeLog:
2970           ChangeLog surgery for missing bug-number
2971
2972 2006-09-25  Tim-Philipp Müller  <tim at centricular dot net>
2973
2974         Patch by: Peter Kjellerstedt  <pkj at axis com>
2975
2976         * gst/playback/test.c:
2977           Fix compilation with uClibc and -Werror (#357591).
2978
2979 2006-09-25  Tim-Philipp Müller  <tim at centricular dot net>
2980
2981         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add):
2982           Parse dates that are followed by a time as well (#357532).
2983
2984         * tests/check/libs/tag.c: (test_vorbis_tags):
2985           Add unit test for this.
2986
2987 2006-09-23  Tim-Philipp Müller  <tim at centricular dot net>
2988
2989         * gst/audioconvert/gstaudioconvert.c: (make_lossless_changes),
2990         (gst_audio_convert_transform_caps):
2991         * gst/videotestsrc/videotestsrc.c: (gst_video_test_src_unicolor):
2992         * gst/videotestsrc/videotestsrc.h:
2993           A few array const-ifications.
2994
2995 2006-09-23  Tim-Philipp Müller  <tim at centricular dot net>
2996
2997         * tests/check/Makefile.am:
2998           See if this makes the build bots happy.
2999
3000         * tests/check/libs/cddabasesrc.c:
3001           UTF8-ise my name.
3002
3003 2006-09-23  Tim-Philipp Müller  <tim at centricular dot net>
3004
3005         Patch by: Young-Ho Cha <ganadist at chollian dot net>
3006
3007         * gst/subparse/samiparse.c: (handle_start_font),
3008         (fix_invalid_entities):
3009           More case-insensitivity for certain tags; recognise entities with
3010           decimal codes as special entities as well (#357330).
3011
3012 2006-09-23  Tim-Philipp Müller  <tim at centricular dot net>
3013
3014         * gst-libs/gst/Makefile.am:
3015           Need to build tag directory before cdda.
3016
3017 2006-09-23  Tim-Philipp Müller  <tim at centricular dot net>
3018
3019         * docs/libs/gst-plugins-base-libs-sections.txt:
3020         * gst-libs/gst/cdda/Makefile.am:
3021         * gst-libs/gst/cdda/gstcddabasesrc.c:
3022         (gst_cdda_base_src_base_init):
3023         * gst-libs/gst/cdda/gstcddabasesrc.h:
3024         * gst-libs/gst/tag/tag.h:
3025         * gst-libs/gst/tag/tags.c: (gst_tag_register_tags_internal),
3026         (gst_tag_register_musicbrainz_tags):
3027           Move GST_TAG_CDDA_* tags into libgsttag and make libgstcddabasesrc
3028           depend on libgsttag. This is required so we can extract/read tags like
3029           DISCID without depending on libgstcddabasesrc (which used to register
3030           them).
3031
3032         * gst-libs/gst/tag/gstvorbistag.c:
3033           Add vorbiscomment mapping for CDDB_DISCID and MUSICBRAINZ_DISCID
3034           tags (also see #347848).
3035
3036         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_metadata_set1):
3037           Log vorbis comments we are actually writing. Const-ify array.
3038
3039 2006-09-23  Wim Taymans  <wim@fluendo.com>
3040
3041         * gst/playback/gstplaybasebin.c: (gen_preroll_element):
3042         Improve buffering a bit by avoiding a deadlock because we cannot assume
3043         the underrun is always called.
3044
3045 2006-09-23  Wim Taymans  <wim@fluendo.com>
3046
3047         Patch by: Young-Ho Cha <ganadist at chollian dot net>
3048
3049         * gst-libs/gst/riff/riff-ids.h:
3050         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
3051         (gst_riff_create_audio_template_caps):
3052         Added MPEG-4 AAC and id and caps. Fixes #357289
3053         Added WMA9 Lossless id.
3054
3055 2006-09-22  Tim-Philipp Müller  <tim at centricular dot net>
3056
3057         * ext/gnomevfs/gstgnomevfssrc.c:
3058           Fix misleading docs addition.
3059
3060         * tests/check/elements/videotestsrc.c: (check_rgb_buf):
3061           Get rid of compiler warning the right way.
3062
3063 2006-09-22  Wim Taymans  <wim@fluendo.com>
3064
3065         * gst-libs/gst/rtp/gstbasertpdepayload.c:
3066         (gst_base_rtp_depayload_finalize),
3067         (gst_base_rtp_depayload_setcaps), (gst_base_rtp_depayload_chain),
3068         (gst_base_rtp_depayload_push_full),
3069         (gst_base_rtp_depayload_push_ts), (gst_base_rtp_depayload_push),
3070         (gst_base_rtp_depayload_process),
3071         (gst_base_rtp_depayload_set_gst_timestamp),
3072         (gst_base_rtp_depayload_queue_release):
3073         * gst-libs/gst/rtp/gstbasertpdepayload.h:
3074         Small cleanups.
3075         Fix some leaks.
3076         Refactored the process method and added methods to push from the process
3077         vmethod.
3078         Use _scale functions.
3079         API: gst_base_rtp_depayload_push_ts
3080         API: gst_base_rtp_depayload_push
3081
3082         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_push):
3083         timestamps are uint.
3084
3085 2006-09-22  Stefan Kost  <ensonic@users.sf.net>
3086
3087         * gst-libs/gst/interfaces/xoverlay.c:
3088           Remove unused statement from doc example.
3089
3090 2006-09-21  Stefan Kost  <ensonic@users.sf.net>
3091
3092         * gst-libs/gst/interfaces/videoorientation.c:
3093         (gst_video_orientation_iface_init),
3094         (gst_video_orientation_get_hflip),
3095         (gst_video_orientation_get_vflip),
3096         (gst_video_orientation_get_hcenter),
3097         (gst_video_orientation_get_vcenter),
3098         (gst_video_orientation_set_hflip),
3099         (gst_video_orientation_set_vflip),
3100         (gst_video_orientation_set_hcenter),
3101         (gst_video_orientation_set_vcenter):
3102           Add since tags to new API docs, ChangeLog surgery (forgot API keyword
3103           in ChangeLog)
3104
3105 2006-09-21  Tim-Philipp Müller  <tim at centricular dot net>
3106
3107         * tests/check/Makefile.am:
3108         * tests/check/elements/.cvsignore:
3109         * tests/check/elements/ffmpegcolorspace.c: (rgb_format_to_caps),
3110         (create_rgb_conversions), (rgb_conversion_free),
3111         (right_shift_colour), (fix_expected_colour), (check_rgb_buf),
3112         (got_buf_cb), (GST_START_TEST), (ffmpegcolorspace_suite):
3113           Add unit test for ffmpegcolorspace (RGB <=> RGB only so far),
3114           but disable for now since it doesn't pass (something wrong with
3115           RGBA somewhere).
3116
3117 2006-09-21  Wim Taymans  <wim@fluendo.com>
3118
3119         * gst/playback/gstplaybasebin.c: (group_commit),
3120         (queue_deadlock_check), (queue_overrun), (queue_threshold_reached),
3121         (queue_out_of_data), (gen_preroll_element),
3122         (preroll_remove_overrun), (probe_triggered):
3123         Refactor handling of overrun detection.
3124         Separate handling of group completion and deadlock detection when doing
3125         network buffering. This should fix some deadlocks that were not detected
3126         because the group was completed.
3127         Add more comments, improve debugging.
3128
3129 2006-09-21  Wim Taymans  <wim@fluendo.com>
3130
3131         * tests/check/elements/gdpdepay.c: (GST_START_TEST):
3132         * tests/check/libs/audio.c:
3133         Some more compilation fixes.
3134
3135 2006-09-21  Wim Taymans  <wim@fluendo.com>
3136
3137         * gst-libs/gst/audio/gstringbuffer.c:
3138         (gst_ring_buffer_samples_done), (gst_ring_buffer_commit),
3139         (gst_ring_buffer_read):
3140         Early morning compilation fix.
3141
3142 2006-09-20  Wim Taymans  <wim@fluendo.com>
3143
3144         * tests/check/elements/gdpdepay.c: (GST_START_TEST):
3145         * tests/check/elements/multifdsink.c: (GST_START_TEST):
3146         * tests/check/elements/videorate.c: (GST_START_TEST):
3147         * tests/check/libs/cddabasesrc.c: (GST_START_TEST):
3148         * tests/check/pipelines/oggmux.c: (eos_buffer_probe):
3149         Fix some warnings.
3150
3151 2006-09-20  Stefan Kost  <ensonic@users.sf.net>
3152
3153         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
3154         (gst_xvimagesink_check_xshm_calls), (gst_xvimagesink_xvimage_new),
3155         (gst_xvimagesink_get_xv_support), (gst_xvimagesink_show_frame):
3156           Handcrafted merge to help CVS understanding what I changed and what
3157           not.
3158
3159 2006-09-20  Stefan Kost  <ensonic@users.sf.net>
3160
3161         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
3162         (gst_xvimagesink_get_times):
3163           change colorkey behaviour back according to #354773 comment 6/7
3164
3165 2006-09-19  Michael Smith  <msmith@fluendo.com>
3166
3167         * gst/tcp/gstmultifdsink.c: (gst_sync_method_get_type),
3168         (gst_multi_fd_sink_class_init), (get_buffers_max), (find_limits),
3169         (gst_multi_fd_sink_recover_client),
3170         (gst_multi_fd_sink_queue_buffer), (gst_multi_fd_sink_set_property),
3171         (gst_multi_fd_sink_get_property):
3172         * gst/tcp/gstmultifdsink.h:
3173           Implement stubbed out properties unit-type, units-soft-max,
3174           units-max, to allow specifying maximum sizes in units other than
3175           buffers.
3176           Fixes #355935
3177
3178 2006-09-19  Wim Taymans  <wim@fluendo.com>
3179
3180         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
3181         (gst_riff_create_audio_template_caps):
3182         Reorder the audio formats a bit for clarity.
3183         Detect and create caps for MSGSM and MSN (WAV49).
3184         Fixes #356596.
3185
3186         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
3187         (gst_xvimagesink_check_xshm_calls), (gst_xvimagesink_xvimage_new),
3188         (gst_xvimagesink_get_xv_support), (gst_xvimagesink_show_frame):
3189         Small cleanups, move error handling out of normal flow for clarity.
3190
3191 2006-09-18  Stefan Kost  <ensonic@users.sf.net>
3192
3193         * docs/libs/gst-plugins-base-libs-docs.sgml:
3194         * docs/libs/gst-plugins-base-libs.types:
3195         * gst-libs/gst/interfaces/Makefile.am:
3196         * gst-libs/gst/interfaces/videoorientation.c:
3197         (gst_video_orientation_get_type),
3198         (gst_video_orientation_iface_init),
3199         (gst_video_orientation_get_hflip),
3200         (gst_video_orientation_get_vflip),
3201         (gst_video_orientation_get_hcenter),
3202         (gst_video_orientation_get_vcenter),
3203         (gst_video_orientation_set_hflip),
3204         (gst_video_orientation_set_vflip),
3205         (gst_video_orientation_set_hcenter),
3206         (gst_video_orientation_set_vcenter):
3207         * gst-libs/gst/interfaces/videoorientation.h:
3208           API: Add new interface to control video orientation (fixes #354908)
3209
3210 2006-09-18  Stefan Kost  <ensonic@users.sf.net>
3211
3212         * gst/videotestsrc/gstvideotestsrc.c:
3213           Use G_UNLIKELY in _create and log one more detail.
3214           
3215         (gst_video_test_src_get_times), (gst_video_test_src_create):
3216         * sys/ximage/ximagesink.c: (gst_ximagesink_get_times):
3217           Use gst_util_uint64_scale_int in _get_times().
3218
3219 2006-09-18  Stefan Kost  <ensonic@users.sf.net>
3220
3221         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support)
3222           Give better warning message (add object and detail).
3223
3224 2006-09-18  Stefan Kost  <ensonic@users.sf.net>
3225
3226         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
3227         (gst_xvimagesink_get_times):
3228           xvimage assumed that XV_COLORKEY can be set in RGB888 format (fixes
3229           #354773), use gst_util_uint64_scale_int in _get_times()
3230
3231 2006-09-18  Michael Smith  <msmith@fluendo.com>
3232
3233         * ext/ogg/gstoggmux.c: (gst_ogg_mux_push_buffer):
3234           Timestamps are unsigned; comparision against GST_CLOCK_TIME_NONE was
3235           always true, leading to dropping all timestamps.
3236
3237 2006-09-18  Stefan Kost  <ensonic@users.sf.net>
3238
3239         * ext/libvisual/visual.c: (gst_vis_src_negotiate),
3240         (gst_visual_chain), (gst_visual_change_state):
3241           update to work also with libvisual 0.4 API, fix double unref (#355914)
3242           
3243         * tools/gst-launch-ext.1.in:
3244         * tools/gst-visualise.1.in:
3245           remove references to old man-pages
3246
3247         * tests/examples/seek/seek.c: (main):
3248           add real meadi-buttons, add tool-tips for the seek-options, arrange
3249           seek options in a table
3250
3251 2006-09-18  Michael Smith  <msmith@fluendo.com>
3252
3253         * ext/ogg/gstoggmux.c: (gst_ogg_mux_clear),
3254         (gst_ogg_mux_push_buffer):
3255           Don't generate out-of-order timestamps from oggmux, instead clamp
3256           output timestamps to be >= the previously output ts.
3257           Fixes #355595
3258
3259 2006-09-18  Michael Smith  <msmith@fluendo.com>
3260
3261         * gst/tcp/gstmultifdsink.c: (gst_sync_method_get_type),
3262         (gst_multi_fd_sink_class_init):
3263           Updates, fixes, and typo corrections for multifdsink. No functional
3264           changes.
3265
3266 2006-09-17  Michael Smith  <msmith@fluendo.com>
3267
3268         * gst/typefind/gsttypefindfunctions.c: (ogganx_type_find):
3269           Don't crash on truncated files - check that we got an 8 byte buffer
3270           before trying to memcmp it.
3271
3272 2006-09-17  Tim-Philipp Müller  <tim at centricular dot net>
3273
3274         * gst/playback/gstplaybasebin.c: (get_active_source):
3275           Make stream-switching appear instant to the application
3276           (ie. make sure that a g_object_get on 'current-foo' returns
3277           the stream previously set with g_object_set(). Totem needs
3278           this to update stream-related meta-info (like audio-codec)
3279           correctly when switching streams.
3280
3281 2006-09-17  Tim-Philipp Müller  <tim at centricular dot net>
3282
3283         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_find_master_mixer),
3284         (gst_alsa_mixer_ensure_track_list):
3285           Try harder to guess which mixer track is the master mixer
3286           track (instead of just taking the first one that has a pvolume).
3287           Fixes #342228.
3288
3289 2006-09-17  Stefan Kost  <ensonic@users.sf.net>
3290
3291         reviewed by: <delete if not using a buddy>
3292
3293         * gst-libs/gst/audio/audio.h:
3294         * gst/audiotestsrc/gstaudiotestsrc.c: (plugin_init):
3295
3296 2006-09-17  Stefan Kost  <ensonic@users.sf.net>
3297
3298         * gst/audioconvert/gstaudioconvert.c: (set_structure_widths),
3299         (gst_audio_convert_transform_caps):
3300           Get structure-name just once.
3301
3302 2006-09-17  Stefan Kost  <ensonic@users.sf.net>
3303
3304         * tests/check/elements/audioresample.c: (GST_START_TEST):
3305         * tests/check/elements/videotestsrc.c: (check_rgb_buf):
3306         * tests/check/elements/volume.c: (GST_START_TEST):
3307         * tests/check/elements/vorbisdec.c: (GST_START_TEST):
3308         * tests/check/pipelines/oggmux.c: (validate_ogg_page), (eos_watch),
3309         (test_pipeline), (GST_START_TEST):
3310         * tests/check/pipelines/theoraenc.c: (GST_START_TEST):
3311         * tests/check/pipelines/vorbisenc.c: (GST_START_TEST):
3312           Fix big batch of compiler warnings.
3313
3314 2006-09-17  Stefan Kost  <ensonic@users.sf.net>
3315
3316         * ext/gnomevfs/gstgnomevfssrc.c:
3317           Add docs about icydemux usage in connection with gnomevfssrc
3318
3319         * ext/libvisual/visual.c:
3320         * ext/ogg/gstoggaviparse.c:
3321         * ext/ogg/gstoggdemux.c:
3322         * ext/ogg/gstoggmux.c:
3323         * ext/ogg/gstoggparse.c:
3324         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
3325         * gst-libs/gst/audio/gstaudiosink.c:
3326         * gst-libs/gst/audio/gstaudiosrc.c:
3327         * gst/audiorate/gstaudiorate.c:
3328           More G_OBJECT macro fixing.
3329
3330         * gst/audiotestsrc/gstaudiotestsrc.h:
3331           Fix wrong info in header due to copy & paste
3332
3333 2006-09-15  Wim Taymans  <wim@fluendo.com>
3334
3335         * gst-libs/gst/audio/gstbaseaudiosink.c:
3336         (gst_base_audio_sink_get_time), (gst_base_audio_sink_callback):
3337         * gst-libs/gst/audio/gstbaseaudiosrc.c:
3338         (gst_base_audio_src_get_time), (gst_base_audio_src_fixate),
3339         (gst_base_audio_src_get_times), (gst_base_audio_src_get_offset),
3340         (gst_base_audio_src_create), (gst_base_audio_src_change_state):
3341         Do the delay calculation in the source/sink base classes as this is
3342         specific for the capture/playback mode.
3343         Try to fixate a bit better, like round depth up to a multiple of 8
3344         bigger than width.
3345         Handle underruns correctly by marking DISCONT on buffers and adjusting
3346         timestamps to handle the gap.
3347         Set offset/offset_end correctly on buffers.
3348
3349         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_pause),
3350         (gst_ring_buffer_samples_done), (gst_ring_buffer_commit),
3351         (gst_ring_buffer_read):
3352         Remove resync and underrun recovery from the ringbuffer.
3353         Fix ringbuffer read code on under/overrun.
3354
3355 2006-09-15  Wim Taymans  <wim@fluendo.com>
3356
3357         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
3358         (gst_play_base_bin_init), (fill_buffer), (check_queue),
3359         (queue_threshold_reached), (gst_play_base_bin_set_property),
3360         (gst_play_base_bin_get_property):
3361         * gst/playback/gstplaybasebin.h:
3362         Don't use a 0 low watermark when buffering, it is catching starvation
3363         way too late. Instead, use a 3 second queue with 30 and 95
3364         percent low/high watermarks. 
3365         Added queue-min-threshold property to configure low watermark.
3366         Use new _buffering message API.
3367         Make queue_threshold variable big enough to store a uint64 time value.
3368         API: playbin::queue-min-threshold property.
3369
3370 2006-09-15  Wim Taymans  <wim@fluendo.com>
3371
3372         * configure.ac:
3373         We require 0.10.10.1 now because of _wait_preroll().
3374
3375         * gst-libs/gst/audio/gstbaseaudiosink.c:
3376         (gst_base_audio_sink_render):
3377         Use gst_base_sink_wait_preroll().
3378
3379 2006-09-15  Wim Taymans  <wim@fluendo.com>
3380
3381         * ext/alsa/gstalsasink.c: (xrun_recovery), (gst_alsasink_write):
3382         * ext/alsa/gstalsasrc.c: (xrun_recovery), (gst_alsasrc_read):
3383         Use DEBUG_OBJECT more.
3384
3385 === release 0.10.10 ===
3386
3387 2006-09-07  Thomas Vander Stichele  <thomas at apestaart dot org>
3388
3389         patch by: Michael Smith <msmith at fluendo dot com>
3390
3391         * gst/tcp/gstmultifdsink.c: (is_sync_frame),
3392         (gst_multi_fd_sink_client_queue_buffer),
3393         (gst_multi_fd_sink_new_client):
3394         * tests/check/elements/multifdsink.c: (GST_START_TEST),
3395         (multifdsink_suite):
3396           Fix implementation of sync-method 'next-keyframe'
3397           Closes #354594
3398
3399 2006-09-07  Thomas Vander Stichele  <thomas at apestaart dot org>
3400
3401         patch by: Wim Taymans <wim at fluendo dot com>
3402
3403         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_start):
3404         This patch removes the RANDOM flag that was incorrectly introduced with
3405         revision 1.91.  Fixes #354590
3406
3407 2006-09-05  Tim-Philipp Müller  <tim at centricular dot net>
3408
3409         * tests/check/Makefile.am:
3410           Random variation in Makefile line to see if it makes the
3411           gen64-base-full bot any happier.
3412
3413 2006-09-04  Tim-Philipp Müller  <tim at centricular dot net>
3414
3415         * tests/check/pipelines/oggmux.c: (oggmux_suite):
3416           Disable test that fails at the moment (killed after timeout).
3417
3418 2006-09-04  Tim-Philipp Müller  <tim at centricular dot net>
3419
3420         Patch by: James Livingston  <doclivingston at gmail.com>
3421
3422         * tests/check/Makefile.am:
3423         * tests/check/pipelines/.cvsignore:
3424         * tests/check/pipelines/oggmux.c: (get_page_codec),
3425         (check_chain_final_state), (fail_if_audio), (validate_ogg_page),
3426         (eos_buffer_probe), (start_pipeline), (stop_pipeline), (eos_watch),
3427         (test_pipeline), (test_vorbis), (test_theora), (test_vorbis_theora),
3428         (test_theora_vorbis), (oggmux_suite):
3429           Add simple unit test for oggmux from #337026 with checking for the
3430           EOS flags disabled for the time being.
3431
3432 2006-09-04  Wim Taymans  <wim@fluendo.com>
3433
3434         patch by: Alessandro Dessina <alessandro nnva org>
3435
3436         * ext/ogg/gstoggmux.c:
3437         Add cmml caps to oggmux. Fixes #353912
3438
3439 2006-09-02  Tim-Philipp Müller  <tim at centricular dot net>
3440
3441         * tests/check/elements/videotestsrc.c: (check_rgb_buf):
3442           Returning a return value often helps. In this case, we
3443           don't need the return value anyway, so just get rid of it.
3444           Should make build bots much happier.
3445
3446 2006-09-02  Tim-Philipp Müller  <tim at centricular dot net>
3447
3448         * gst/videotestsrc/videotestsrc.c: (paintinfo_find_by_structure),
3449         (paint_get_structure), (gst_video_test_src_get_size),
3450         (gst_video_test_src_smpte), (gst_video_test_src_snow),
3451         (gst_video_test_src_unicolor), (paint_setup_AYUV),
3452         (paint_hline_AYUV), (paint_setup_ARGB8888), (paint_setup_ABGR8888),
3453         (paint_setup_RGBA8888), (paint_setup_BGRA8888), (paint_hline_str4):
3454         * gst/videotestsrc/videotestsrc.h:
3455           Add support for AYUV and the various RGBA formats. Initialise
3456           fields of paintinfo structs allocated on the stack.
3457
3458         * tests/check/elements/videotestsrc.c: (right_shift_colour),
3459         (fix_expected_colour), (check_rgb_buf), (got_buf_cb),
3460         (check_rgb_buf), (videotestsrc_suite):
3461           Add unit tests for videotestsrc's RGB output.
3462
3463 2006-09-01  Tim-Philipp Müller  <tim at centricular dot net>
3464
3465         * gst/videotestsrc/gstvideotestsrc.c:
3466         (gst_video_test_src_pattern_get_type),
3467         (gst_video_test_src_set_pattern):
3468         * gst/videotestsrc/gstvideotestsrc.h:
3469         * gst/videotestsrc/videotestsrc.c: (gst_video_test_src_unicolor),
3470         (gst_video_test_src_black), (gst_video_test_src_white),
3471         (gst_video_test_src_red), (gst_video_test_src_green),
3472         (gst_video_test_src_blue):
3473         * gst/videotestsrc/videotestsrc.h:
3474           Add more uni-colour patterns ("white", "red", "green", and "blue").
3475
3476 2006-09-01  Tim-Philipp Müller  <tim at centricular dot net>
3477
3478         * gst/videotestsrc/videotestsrc.c: (paint_setup_YVYU):
3479           Fix stride for YVYU, should be word-aligned (#353658).
3480
3481 2006-08-31  Tim-Philipp Müller  <tim at centricular dot net>
3482
3483         * gst/adder/gstadder.c: (gst_adder_src_event):
3484           Fix build.
3485
3486 2006-08-31  Edward Hervey  <edward@fluendo.com>
3487
3488         * gst/adder/gstadder.c: (forward_event_func),
3489         (gst_adder_src_event), (gst_adder_collected),
3490         (gst_adder_change_state):
3491         * gst/adder/gstadder.h:
3492         Remember the start position asked in the incoming seeks, so we can
3493         output GST_EVENT_NEW_SEGMENT with a correct position value (instead
3494         of assuming it will always be 0).
3495
3496 2006-08-31  Edward Hervey  <edward@fluendo.com>
3497
3498         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_init),
3499         (gst_ogg_demux_finalize), (gst_ogg_demux_perform_seek),
3500         (gst_ogg_demux_loop):
3501         Send the GST_EVENT_NEW_SEGMENT from the streaming thread.
3502
3503 2006-08-30  Tim-Philipp Müller  <tim at centricular dot net>
3504
3505         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
3506         (gst_ffmpegcsp_get_unit_size):
3507           Return FALSE instead of returning a random false unit
3508           size when the format isn't known/supported (even if
3509           this shouldn't happen under normal circumstances).
3510
3511 2006-08-29  Wim Taymans  <wim@fluendo.com>
3512
3513         Patch by: Tim-Philipp Müller  <tim at centricular dot net>
3514
3515         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_create),
3516         (gst_gnome_vfs_src_start):
3517         Try harder to get the size from a uri by using _info_uri() when
3518         _info_from_handle() does not give us enough info. 
3519         Also follow symlinks when getting the size.
3520         Partially Fixes #332864.
3521
3522 2006-08-29  Tim-Philipp Müller  <tim at centricular dot net>
3523
3524         Patch by: Viktor Peters  <viktor dot peters at gmail dot com>
3525
3526         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_ensure_track_list),
3527         (gst_alsa_mixer_update), (gst_alsa_mixer_get_volume),
3528         (gst_alsa_mixer_set_volume), (gst_alsa_mixer_set_mute),
3529         (gst_alsa_mixer_set_record):
3530         * ext/alsa/gstalsamixertrack.c:
3531         (gst_alsa_mixer_track_update_alsa_capabilities),
3532         (alsa_track_has_cap), (gst_alsa_mixer_track_new),
3533         (gst_alsa_mixer_track_update):
3534         * ext/alsa/gstalsamixertrack.h:
3535           Improve and fix mixer track handling, in particular better handling
3536           of alsa's pvolume/pswitch/cvolume/cswitch capabilities; create
3537           separate track objects for tracks that have both capture and playback
3538           volume (and label them differently as well so they're not mistakenly
3539           assumed to be duplicates); classify mixer tracks that only affect
3540           the audible volume of something (rather than the capture volume)
3541           as playback tracks. Redefine/fix meaning of RECORD and MUTE flags
3542           for capture tracks to correspond to alsa-pswitch alsa-cswitch
3543           (following the meaning documented in the mixer interface header
3544           file); add support for alsa's exclusive cswitch groups; update/sync
3545           state/flags better if mixer settings are changed by another
3546           application. Fixes #336075.
3547
3548 2006-08-29  Tim-Philipp Müller  <tim at centricular dot net>
3549
3550         * gst/playback/gstplaybin.c:
3551           Improve docs: add section about BUFFERING messages sent by playbin.
3552
3553 2006-08-29  Michael Smith  <msmith@fluendo.com>
3554
3555         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_push_buffer),
3556         (gst_vorbis_enc_buffer_check_discontinuous),
3557         (gst_vorbis_enc_chain):
3558           Ignore explicit DISCONT marked on buffers (which is often spurious,
3559           particularly when using multiple segments), in favour of solely
3560           using the timestamps/durations.
3561
3562 2006-08-29  Edward Hervey  <edward@fluendo.com>
3563
3564         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_chain):
3565         Don't rely on incoming buffers offset anymore, since it is completely
3566         broken when using multiple segments.
3567         Instead convert the incoming buffers timestamp to running time, and
3568         then convert that value to the offsets.
3569         Also inform GstSegment of the last outputted stop position, which is
3570         needed if we received several segments with an unknown stop value.
3571
3572 2006-08-29  Thomas Vander Stichele  <thomas at apestaart dot org>
3573
3574         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_chain):
3575           fix buffer unreffing on a header push failure
3576
3577 2006-08-28  Wim Taymans  <wim@fluendo.com>
3578
3579         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_sink_event),
3580         (gst_audio_rate_chain):
3581         Make the metadata of the buffer writable before changing its
3582         flags.
3583
3584 2006-08-28  Wim Taymans  <wim@fluendo.com>
3585
3586         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_reset),
3587         (gst_audio_rate_setcaps), (gst_audio_rate_init),
3588         (gst_audio_rate_sink_event), (gst_audio_rate_src_event),
3589         (gst_audio_rate_chain), (gst_audio_rate_change_state):
3590         Fix audiorate some more.
3591         Reset and resync counters on flush and READY.
3592         Handle the DISCONT flag correctly.
3593         Use GstSegment to track position.
3594         Fail when not negotiated.
3595         Fixes #353234.
3596
3597 2006-08-25  Michael Smith  <msmith@fluendo.com>
3598
3599         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_render):
3600           Fix spelling.
3601           Remove accidently included debug line.
3602
3603 2006-08-25  Wim Taymans  <wim@fluendo.com>
3604
3605         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_render):
3606         Small cleanups.
3607         If a buffer is received with no caps, make the buffer metadata
3608         writable and set the caps, making sure that we don't screw up the
3609         refcounts.
3610
3611 2006-08-25  Michael Smith  <msmith@fluendo.com>
3612
3613         * gst/gdp/gstgdppay.c: (gst_gdp_pay_reset),
3614         (gst_gdp_pay_reset_streamheader), (gst_gdp_pay_chain):
3615           Fix memory leaks and misleading debug messages, add a couple of
3616           comments.
3617
3618         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_get_stats),
3619         (gst_multi_fd_sink_render):
3620           Do not use gst_buffer_make_writable() in a basesink render method,
3621           as it may incorrectly unref the buffer. Instead, use convoluted
3622           dance to avoid copying the buffer except when we need to.
3623
3624 2006-08-25  Michael Smith  <msmith@fluendo.com>
3625
3626         * ext/vorbis/vorbisenc.c:
3627         (gst_vorbis_enc_buffer_check_discontinuous):
3628           Allow very small discontinuities in the timestamps. These we can't
3629           do anything useful with anyway (because vorbis's timestamps have
3630           only sample granularity), and are commonly produced by elements with
3631           minor bugs. Allow up to 1/2 a sample out.
3632           Fixes #351742.
3633
3634 2006-08-24  Wim Taymans  <wim@fluendo.com>
3635
3636         * tests/examples/seek/seek.c: (seek_cb), (start_seek), (stop_seek),
3637         (play_scrub_toggle_cb), (main):
3638         Add a checkbox to enable play scrubbing. Makes it possible to disable
3639         normal scrubbing.
3640
3641 2006-08-23  Stefan Kost  <ensonic@users.sf.net>
3642
3643         * tests/check/elements/.cvsignore:
3644           make buildbot happy
3645
3646 2006-08-23  Tim-Philipp Müller  <tim at centricular dot net>
3647
3648         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_base_init),
3649         (gst_ogm_video_parse_base_init), (gst_ogm_text_parse_base_init),
3650         (gst_ogm_parse_class_init), (gst_ogm_parse_dispose),
3651         (gst_ogm_parse_init), (gst_ogm_audio_parse_init),
3652         (gst_ogm_video_parse_init), (gst_ogm_text_parse_init),
3653         (gst_ogm_parse_stream_header), (gst_ogm_parse_comment_packet),
3654         (gst_ogm_text_parse_strip_trailing_zeroes),
3655         (gst_ogm_parse_data_packet), (gst_ogm_parse_chain),
3656         (gst_ogm_parse_sink_event), (gst_ogm_parse_change_state):
3657           Refactor ogm parse, do better input checking, misc. clean-ups.
3658           Cache incoming events and push them once the source pad has
3659           been created. Don't pass unterminated strings to sscanf().
3660           Strip trailing zeroes from subtitle text output, since they
3661           are not valid UTF-8. Don't push vorbiscomment packets on
3662           the subtitle text pad. Output perfect streams if possible.
3663
3664 2006-08-23  Wim Taymans  <wim@fluendo.com>
3665
3666         * tests/check/libs/cddabasesrc.c: (GST_START_TEST):
3667         Waits for tasks to settle down so that we clean up correctly for 
3668         valgrind.
3669
3670 2006-08-23  Tim-Philipp Müller  <tim at centricular dot net>
3671
3672         * tests/check/libs/tag.c: (GST_START_TEST), (taglists_are_equal):
3673           Unit test fixes: \377 is more likely to fit into 8 bits than \777;
3674           actually return return value in taglists_are_equal.
3675
3676 2006-08-23  Tim-Philipp Müller  <tim at centricular dot net>
3677
3678         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
3679           Fix crash due to broken bitstream parsing on x86-64: can't make
3680           any assumptions about sizeof(struct) due to alignment/packing
3681           differences on different architectures. Fixes #351790.
3682
3683 2006-08-22  Wim Taymans  <wim@fluendo.com>
3684
3685         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk),
3686         (gst_riff_parse_chunk), (gst_riff_parse_file_header),
3687         (gst_riff_parse_strh), (gst_riff_parse_strf_vids),
3688         (gst_riff_parse_strf_auds), (gst_riff_parse_strf_iavs),
3689         (gst_riff_parse_info):
3690         Protect public functions against bad input.
3691         Do some cleanups.
3692         Fix documentation.
3693
3694 2006-08-22  Tim-Philipp Müller  <tim at centricular dot net>
3695
3696         * gst-libs/gst/riff/riff-ids.h:
3697         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
3698           Add voxware audio IDs (even if we can't play it) (#351795).
3699
3700 2006-08-22  Tim-Philipp Müller  <tim at centricular dot net>
3701
3702         * gst-libs/gst/riff/riff-media.c:
3703         (gst_riff_create_video_template_caps),
3704         (gst_riff_create_audio_template_caps),
3705         (gst_riff_create_iavs_template_caps):
3706           Const-ify some arrays and use G_N_ELEMENTS instead
3707           of wasting oodles of RAM on terminator bits.
3708
3709 2006-08-22  Tim-Philipp Müller  <tim at centricular dot net>
3710
3711         * gst-libs/gst/tag/gstvorbistag.c:
3712         (gst_tag_list_to_vorbiscomment_buffer):
3713         * tests/check/libs/tag.c: (GST_START_TEST):
3714           And the same for _to_vorbiscomment_buffer(): allow
3715           id_data_len == 0 for speex.
3716
3717 2006-08-21  Thomas Vander Stichele  <thomas at apestaart dot org>
3718
3719         * configure.ac:
3720         * docs/plugins/Makefile.am:
3721         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
3722         * docs/plugins/gst-plugins-base-plugins-sections.txt:
3723         * docs/plugins/inspect/plugin-gdp.xml:
3724         * gst/gdp/Makefile.am:
3725         * tests/check/Makefile.am:
3726           Move GDP plugin to -base from -bad.  Closes #347783.
3727
3728 2006-08-21  Tim-Philipp Müller  <tim at centricular dot net>
3729
3730         * gst-libs/gst/tag/gstvorbistag.c:
3731         (gst_tag_list_from_vorbiscomment_buffer):
3732           Allow id_data_len == 0 (needed for vorbis comments in Speex files).
3733           Also add some checks to make sure we don't memcmp() beyond the end of
3734           vorbiscomment buffer if the ID to check for is larger than the buffer.
3735
3736         * tests/check/libs/tag.c: (GST_START_TEST):
3737           Some more tests for gst_tag_list_from_vorbiscomment_buffer().
3738
3739 2006-08-21  Tim-Philipp Müller  <tim at centricular dot net>
3740
3741         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_metadata_set1),
3742         (gst_vorbis_enc_set_metadata):
3743           Use vorbis comment utility functions from libgsttag
3744           instead of re-inventing the wheel (partially fixes #347091).
3745
3746 2006-08-21  Jan Schmidt  <thaytan@mad.scientist.com>
3747
3748         * tests/check/elements/audioconvert.c: (GST_START_TEST):
3749         Fix leaks. Wait for state transitions that might happen ASYNC, as well
3750         as some that won't.
3751
3752 2006-08-21  Wim Taymans  <wim@fluendo.com>
3753
3754         * docs/libs/Makefile.am:
3755         * docs/libs/gst-plugins-base-libs-sections.txt:
3756         * docs/libs/gst-plugins-base-libs.types:
3757         Don't try to GObject scan the netbuffer as it's not a GObject.
3758         Fixes #351308.
3759
3760         * gst-libs/gst/netbuffer/gstnetbuffer.c:
3761         * gst-libs/gst/netbuffer/gstnetbuffer.h:
3762         Document GstNetBuffer.
3763
3764 2006-08-21  Stefan Kost  <ensonic@users.sf.net>
3765
3766         * tests/check/elements/audioconvert.c: (GST_START_TEST),
3767         (audioconvert_suite):
3768           Add testcase for caps-size-explosion
3769
3770 2006-08-20  Stefan Kost  <ensonic@users.sf.net>
3771
3772         * gst/audioconvert/gstaudioconvert.c:
3773         (gst_audio_convert_get_unit_size), (set_structure_widths):
3774           Lower debug, use g_assert in _get_unit_size
3775
3776         * gst/audioresample/gstaudioresample.c:
3777         (audioresample_get_unit_size):
3778         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
3779         (gst_ffmpegcsp_get_unit_size):
3780         * gst/videoscale/gstvideoscale.c: (gst_video_scale_get_unit_size):
3781           use g_assert in _get_unit_size
3782
3783 2006-08-18  Wim Taymans  <wim@fluendo.com>
3784
3785         * docs/libs/gst-plugins-base-libs-sections.txt:
3786         * gst-libs/gst/rtp/gstrtpbuffer.c: (gst_rtp_buffer_set_packet_len),
3787         (gst_rtp_buffer_pad_to), (gst_rtp_buffer_get_payload_subbuffer),
3788         (gst_rtp_buffer_get_payload_buffer):
3789         * gst-libs/gst/rtp/gstrtpbuffer.h:
3790         Document GstRTPBuffer.
3791         Added function to efficiently strip payload headers.
3792         API: gst_rtp_buffer_get_payload_subbuffer()
3793
3794 2006-08-17  Tim-Philipp Müller  <tim at centricular dot net>
3795
3796         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add),
3797         (gst_tag_to_vorbis_comments):
3798           Serialise unknown vorbis comments into GST_TAG_EXTENDED_COMMENT
3799           tags and deserialise them properly as well (#347091).
3800           Add some more gtk-doc blurbs and also some g_return_if_fail().
3801
3802         * tests/check/libs/tag.c: (GST_START_TEST),
3803         (back_to_vorbis_comments), (taglists_are_equal), (tag_suite):
3804           More tests.
3805
3806 2006-08-17  Wim Taymans  <wim@fluendo.com>
3807
3808         * ext/ogg/Makefile.am:
3809         * ext/ogg/gstogg.c: (plugin_init):
3810         * ext/ogg/gstoggaviparse.c: (gst_ogg_avi_parse_get_type),
3811         (gst_ogg_avi_parse_base_init), (gst_ogg_avi_parse_class_init),
3812         (gst_ogg_avi_parse_init), (gst_ogg_avi_parse_finalize),
3813         (gst_ogg_avi_parse_setcaps), (gst_ogg_avi_parse_event),
3814         (gst_ogg_avi_parse_push_packet), (gst_ogg_avi_parse_chain),
3815         (gst_ogg_avi_parse_change_state), (gst_ogg_avi_parse_plugin_init):
3816         Added ogg-in-avi parser element. Fixes #140139.
3817
3818         * ext/ogg/gstoggmux.c: (gst_ogg_mux_buffer_from_page):
3819         Fixed a bug in oggdemux debug code.
3820
3821         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
3822         (gst_riff_create_audio_template_caps):
3823         Recognise Ogg in the AVI extensible wave format.
3824
3825 2006-08-17  Tim-Philipp Müller  <tim at centricular dot net>
3826
3827         * gst-libs/gst/cdda/gstcddabasesrc.c: (gst_cdda_base_src_create):
3828           Make buffer durations add up (duration should be next_ts-ts for
3829           perfect streams). Fixes CD ripping to Ogg/Vorbis with vorbisenc
3830           from CVS.
3831
3832         * tests/check/libs/cddabasesrc.c: (gst_cd_foo_src_close),
3833         (test_buffer_timestamps), (cddabasesrc_suite):
3834           Add unit test for the above.
3835
3836         * tests/check/Makefile.am:
3837           Don't know why cddabasesrc test was in VALGRIND_TO_FIX, remove
3838           to see what happens.
3839
3840 2006-08-16  Wim Taymans  <wim@fluendo.com>
3841
3842         * ext/alsa/gstalsasink.c: (gst_alsasink_set_property),
3843         (gst_alsasink_open):
3844         * ext/alsa/gstalsasrc.c: (gst_alsasrc_set_property),
3845         (gst_alsasrc_open):
3846         Avoid setting and using a NULL device name.
3847         Print more info when we fail to open a device.
3848
3849 2006-08-16  Tim-Philipp Müller  <tim at centricular dot net>
3850
3851         * docs/libs/gst-plugins-base-libs-sections.txt:
3852         * gst-libs/gst/tag/tag.h:
3853         * gst-libs/gst/tag/tags.c: (gst_tag_parse_extended_comment):
3854           API: add gst_tag_parse_extended_comment() (#351426).
3855
3856         * tests/check/Makefile.am:
3857         * tests/check/libs/.cvsignore:
3858         * tests/check/libs/tag.c: (GST_START_TEST), (tag_suite), (main):
3859           Add unit test for gst_tag_parse_extended_comment().
3860
3861 2006-08-15  Tim-Philipp Müller  <tim at centricular dot net>
3862
3863         * sys/ximage/ximagesink.c: (gst_ximagesink_get_property):
3864         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_property):
3865           Fix leak (#351502).
3866
3867 2006-08-15  Tim-Philipp Müller  <tim at centricular dot net>
3868
3869         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
3870         * docs/plugins/gst-plugins-base-plugins-sections.txt:
3871         * docs/plugins/gst-plugins-base-plugins.args:
3872         * gst/playback/gstplaybin.c:
3873           Document playbin.
3874           
3875         * docs/plugins/inspect/plugin-adder.xml:
3876         * docs/plugins/inspect/plugin-alsa.xml:
3877         * docs/plugins/inspect/plugin-audioconvert.xml:
3878         * docs/plugins/inspect/plugin-audiorate.xml:
3879         * docs/plugins/inspect/plugin-audioresample.xml:
3880         * docs/plugins/inspect/plugin-audiotestsrc.xml:
3881         * docs/plugins/inspect/plugin-cdparanoia.xml:
3882         * docs/plugins/inspect/plugin-decodebin.xml:
3883         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
3884         * docs/plugins/inspect/plugin-gnomevfs.xml:
3885         * docs/plugins/inspect/plugin-ogg.xml:
3886         * docs/plugins/inspect/plugin-pango.xml:
3887         * docs/plugins/inspect/plugin-playbin.xml:
3888         * docs/plugins/inspect/plugin-subparse.xml:
3889         * docs/plugins/inspect/plugin-tcp.xml:
3890         * docs/plugins/inspect/plugin-theora.xml:
3891         * docs/plugins/inspect/plugin-typefindfunctions.xml:
3892         * docs/plugins/inspect/plugin-video4linux.xml:
3893         * docs/plugins/inspect/plugin-videorate.xml:
3894         * docs/plugins/inspect/plugin-videoscale.xml:
3895         * docs/plugins/inspect/plugin-videotestsrc.xml:
3896         * docs/plugins/inspect/plugin-volume.xml:
3897         * docs/plugins/inspect/plugin-vorbis.xml:
3898         * docs/plugins/inspect/plugin-ximagesink.xml:
3899         * docs/plugins/inspect/plugin-xvimagesink.xml:
3900           Update to CVS version.
3901
3902 2006-08-14  Tim-Philipp Müller  <tim at centricular dot net>
3903
3904         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
3905         (gst_play_bin_set_property), (gst_play_bin_get_property),
3906         (value_list_append_structure_list),
3907         (gst_play_bin_handle_redirect_message),
3908         (gst_play_bin_handle_message):
3909           API: GstPlayBin::connection-speed
3910           Add "connection-speed" property; re-order redirect messages with
3911           multiple redirect locations depending on the minimum bitrate if
3912           that information is available and a connection speed is set
3913           (#350399).
3914
3915 2006-08-14  Tim-Philipp Müller  <tim at centricular dot net>
3916
3917         * gst/playback/gstplaybin.c:
3918           Update max volume to the same value that the volume element uses.
3919
3920 2006-08-14  Wim Taymans  <wim@fluendo.com>
3921
3922         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_open):
3923         Less uglyness..
3924
3925 2006-08-14  Wim Taymans  <wim@fluendo.com>
3926
3927         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_submit_buffer),
3928         (gst_ogg_demux_get_next_page), (gst_ogg_demux_perform_seek),
3929         (gst_ogg_demux_read_chain), (gst_ogg_demux_loop):
3930         Add some more debug info.
3931         Don't crash when a seek failed.
3932         Actually return the result of the seek instead of TRUE.
3933         Ignore multiple BOS pages with the same serial so that we don't create
3934         the same stream multiple times.
3935         Post an error when we fail to do the initial seek.
3936
3937 2006-08-13  Wim Taymans  <wim@fluendo.com>
3938
3939         * ext/alsa/gstalsa.c: (gst_alsa_detect_rates),
3940         (gst_alsa_detect_channels), (gst_alsa_probe_supported_formats):
3941         Small code cleanup.
3942
3943         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_open),
3944         (gst_alsa_mixer_new):
3945         Remove hack that always set the device to hw:0*.
3946         Properly find the card name for whatever device was configured.
3947         Do some better debugging.
3948         Fixes #350784.
3949
3950         * ext/alsa/gstalsamixerelement.c:
3951         (gst_alsa_mixer_element_set_property),
3952         (gst_alsa_mixer_element_change_state):
3953         Cleanups.
3954         Handle setting of a NULL device name better.
3955
3956 2006-08-11  Wim Taymans  <wim@fluendo.com>
3957
3958         * gst/adder/gstadder.c:
3959         Don't clip float values. Fixes #350900.
3960
3961 2006-08-11  Andy Wingo  <wingo@pobox.com>
3962
3963         * gst/tcp/gsttcp.c: Really fix the build?
3964
3965         * gst/tcp/gsttcp.h: For now, always disable deprecation here --
3966         fixes the build.
3967
3968 2006-08-10  Tim-Philipp Müller  <tim at centricular dot net>
3969
3970         * gst/audioconvert/gstaudioconvert.c: (make_lossless_changes):
3971           Float caps shouldn't have a "signed" field.
3972
3973 2006-08-10  Tim-Philipp Müller  <tim at centricular dot net>
3974
3975         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query):
3976           Implement SEEKING query in its most basic form, so that we can
3977           at least check if we're seekable or not (#350655).
3978
3979 2006-08-09  Tim-Philipp Müller  <tim at centricular dot net>
3980
3981         * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find):
3982           The checks here are not even close to anything that would
3983           justify MAXIMUM probability, lowering to POSSIBLE until someone
3984           fixes the checks (case at hand: quicktime redirection files
3985           might start with 00 00 01 XX and pass the checks here just
3986           fine, see #350399).
3987
3988 2006-08-08  Tim-Philipp Müller  <tim at centricular dot net>
3989
3990         Patch by: Sjoerd Simons  <sjoerd at luon net>
3991
3992         * gst/typefind/gsttypefindfunctions.c: (multipart_type_find):
3993           Better detection for multipart/x-mixed-replace: accept leading
3994           whitespaces before the boundary marker as well (as our very own
3995           multipartmux used to produce) (#349068).
3996
3997 2006-08-07  Tim-Philipp Müller  <tim at centricular dot net>
3998
3999         Patch by: Young-Ho Cha  <ganadist at chollian net>
4000
4001         * gst-libs/gst/riff/riff-ids.h:
4002         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
4003         (gst_riff_create_audio_template_caps):
4004           Detect DTS audio streams (#350157).
4005
4006 2006-08-05  Andy Wingo  <wingo@pobox.com>
4007
4008         * ext/theora/gsttheoraparse.h:
4009         * ext/theora/theoraparse.c (gst_theora_parse_class_init)
4010         (theora_parse_dispose, theora_parse_set_property)
4011         (theora_parse_get_property, theora_parse_munge_granulepos)
4012         (theora_parse_push_buffer, theora_parse_change_state):
4013         API: GstTheoraParse::synchronization-points
4014         Add a property 'synchronization-points' to fix badly synchronized oggs.
4015
4016 2006-08-03  Tim-Philipp Müller  <tim at centricular dot net>
4017
4018         * tests/check/Makefile.am:
4019         * tests/check/libs/.cvsignore:
4020         * tests/check/libs/audio.c: (structure_contains_channel_positions),
4021         (fixed_caps_have_channel_positions), (GST_START_TEST),
4022         (audio_suite), (main):
4023           Add a few tests for the channel position stuff in libgstaudio.
4024
4025 2006-08-03  Tim-Philipp Müller  <tim at centricular dot net>
4026
4027         * ext/alsa/gstalsa.c: (caps_add_channel_configuration),
4028         (gst_alsa_detect_channels):
4029         * ext/alsa/gstalsasink.c:
4030           Add support for cards that (only) do more than 8 channels,
4031           like the Delta 44 (#345188).
4032
4033         * gst-libs/gst/audio/multichannel.c:
4034         (gst_audio_check_channel_positions):
4035         * gst-libs/gst/audio/multichannel.h:
4036           API: add GST_AUDIO_CHANNEL_POSITION_NONE, which stands for an
4037           unspecified channel position and cannot be combined with any
4038           of the other audio channel positions; adjust position layout
4039           checks accordingly (#345188).
4040
4041 2006-08-03  Tim-Philipp Müller  <tim at centricular dot net>
4042
4043         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
4044           Recognise ancient RealAudio files (see #349779).
4045
4046 2006-08-03  Tim-Philipp Müller  <tim at centricular dot net>
4047
4048         Patch by: Jens Granseuer  <jensgr at gmx net>
4049
4050         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
4051           Add typefinder for Interplay's MVE format (#348973).
4052
4053 2006-08-02  Wim Taymans  <wim@fluendo.com>
4054
4055         Patch by: Marcel Moreaux <marcelm at luon dot net>
4056
4057         * gst-libs/gst/rtp/gstbasertpdepayload.c:
4058         (gst_base_rtp_depayload_add_to_queue):
4059         * gst-libs/gst/rtp/gstbasertpdepayload.h:
4060         Handle RTP sequence number rollover.
4061         Disable jitterbuffer by default.
4062
4063 2006-07-28  Jan Schmidt  <thaytan@mad.scientist.com>
4064
4065         * gst/audioresample/gstaudioresample.c: (audioresample_stop),
4066         (audioresample_set_caps):
4067         Don't leak references to the incoming caps. Clean them up when
4068         stopping.
4069
4070         * gst/videoscale/gstvideoscale.c: (gst_video_scale_class_init),
4071         (gst_video_scale_finalize):
4072         Don't leak our temporary pixel buffer.
4073
4074         * tests/check/Makefile.am:
4075         * tests/check/pipelines/simple-launch-lines.c: (run_pipeline),
4076         (GST_START_TEST), (simple_launch_lines_suite):
4077
4078         Fix leaks and re-enable the test for valgrind checking.
4079
4080 2006-07-28  Tim-Philipp Müller  <tim at centricular dot net>
4081
4082         Patch by: Sjoerd Simons  <sjoerd at luon net>
4083
4084         * gst/typefind/gsttypefindfunctions.c: (multipart_type_find),
4085         (plugin_init):
4086           Add typefind function for multipart/x-mixed-replace (#348916).
4087
4088 2006-07-28  Wim Taymans  <wim@fluendo.com>
4089
4090         * gst/adder/gstadder.c: (gst_adder_setcaps),
4091         (gst_adder_query_duration):
4092         Fix leak in duration query.
4093         Reflow some docs and notes.
4094
4095 2006-07-28  Michael Smith  <msmith@fluendo.com>
4096
4097         * tests/check/pipelines/vorbisenc.c: (GST_START_TEST),
4098         (vorbisenc_suite):
4099           Enable Andy's extra vorbisenc test, now that it passes. Also fix one
4100           aspect of it.
4101
4102 2006-07-28  Michael Smith  <msmith@fluendo.com>
4103
4104         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_generate_sink_caps),
4105         (gst_vorbis_enc_sink_getcaps), (gst_vorbis_enc_buffer_from_packet),
4106         (gst_vorbis_enc_push_buffer),
4107         (gst_vorbis_enc_buffer_check_discontinuous),
4108         (gst_vorbis_enc_chain), (gst_vorbis_enc_change_state):
4109         * ext/vorbis/vorbisenc.h:
4110           Handle discontinuities in the input vorbis stream correctly,
4111           so that the output is properly timestamped (and has good granulepos
4112           values). Needs some oggmux fixes too.
4113
4114 2006-07-27  Wim Taymans  <wim@fluendo.com>
4115
4116         patch by: Kai Vehmanen <kv2004 eca cx>
4117
4118         * gst-libs/gst/rtp/gstbasertpdepayload.c:
4119         (gst_base_rtp_depayload_chain),
4120         (gst_base_rtp_depayload_handle_sink_event),
4121         (gst_base_rtp_depayload_change_state):
4122         Don't send multiple newsegments with different formats.
4123         Fixes #348677.
4124
4125 2006-07-26  Wim Taymans  <wim@fluendo.com>
4126
4127         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_internal_chain),
4128         (gst_ogg_demux_do_seek), (gst_ogg_demux_read_chain):
4129         Make seeking in ogg more accurate again by doing the more correct
4130         granuletime to stream time conversion.
4131
4132 2006-07-26  Thomas Vander Stichele  <thomas at apestaart dot org>
4133
4134         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_add_full),
4135         (gst_multi_fd_sink_new_client):
4136           debug a little more understandably
4137           do not use goto as a substitute for break, especially if
4138           break is also being used
4139
4140 2006-07-26  Tim-Philipp Müller  <tim at centricular dot net>
4141
4142         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_property):
4143         * gst/playback/gstplaybin.c: (gst_play_bin_get_property):
4144           Remove GLib-2.6 compatibility cruft.
4145
4146 2006-07-24  Wim Taymans  <wim@fluendo.com>
4147
4148         * gst-libs/gst/audio/gstbaseaudiosink.c:
4149         (gst_base_audio_sink_render):
4150         Don't try to align a sample to an unknown value.
4151
4152 2006-07-24  Wim Taymans  <wim@fluendo.com>
4153
4154         * gst-libs/gst/audio/gstbaseaudiosink.c:
4155         (gst_base_audio_sink_provide_clock), (gst_base_audio_sink_render):
4156         When the audio clock is slaved to another clock, never try to align
4157         samples but trust the rate interpolation algorithm.
4158
4159 2006-07-24  Wim Taymans  <wim@fluendo.com>
4160
4161         * ext/alsa/gstalsasink.c: (set_hwparams), (gst_alsasink_prepare):
4162         Don't try to calculate silence samples, base class does this much
4163         better now.
4164
4165         * gst-libs/gst/audio/gstringbuffer.c: (build_linear_format),
4166         (gst_ring_buffer_debug_spec_caps), (gst_ring_buffer_parse_caps),
4167         (gst_ring_buffer_acquire):
4168         Calculate silence samples correctly.
4169
4170         * gst-libs/gst/audio/gstringbuffer.h:
4171         Add _CAST macro.
4172
4173 2006-07-22  Tim-Philipp Müller  <tim at centricular dot net>
4174
4175         * gst/typefind/gsttypefindfunctions.c: (xml_check_first_element):
4176           Limit search for the first markup tag to the first few kB of
4177           the file. If we don't find one there, it's highly unlikely that
4178           this is an XML(-ish) file.
4179
4180 2006-07-21  Andy Wingo  <wingo@pobox.com>
4181
4182         * tests/check/pipelines/theoraenc.c (test_discontinuity): Similar
4183         test to the one in vorbisenc. Also commented out.
4184
4185         * tests/check/pipelines/vorbisenc.c: 
4186         (test_discontinuity): New test, commented out until Mike lands
4187         some elite vorbisenc patches.
4188
4189         * tests/check/pipelines/theoraenc.c: Port to bufferstraw.
4190         Bufferstraw was actually factored out of these tests. Now we share
4191         code yay.
4192
4193         * configure.ac (GST_MAJORMINOR): Rev core requirements to 0.10.9.1
4194         for bufferstraw addition to gstcheck.
4195
4196 2006-07-21  Wim Taymans  <wim@fluendo.com>
4197
4198         * ext/theora/theoradec.c: (clip_buffer):
4199         Better clipping.
4200
4201 2006-07-21  Wim Taymans  <wim@fluendo.com>
4202
4203         * gst-libs/gst/audio/gstaudiosink.c: (audioringbuffer_thread_func),
4204         (gst_audioringbuffer_finalize), (gst_audioringbuffer_acquire),
4205         (gst_audioringbuffer_release), (gst_audioringbuffer_stop):
4206         Fix leak.
4207         Avoid type casting when we can.
4208
4209         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_dispose):
4210         Fix mem leak.
4211
4212 2006-07-20  Tim-Philipp Müller  <tim at centricular dot net>
4213
4214         * ext/alsa/gstalsamixerelement.c:
4215         (gst_alsa_mixer_element_change_state):
4216           Make state change fail if the specified device can't be opened
4217           for some reason.
4218
4219 2006-07-20  Wim Taymans  <wim@fluendo.com>
4220
4221         * gst/playback/test.c: (gen_video_element), (gen_audio_element),
4222         (cb_newpad), (main):
4223         Example of a small audio/video player using decodebin.
4224
4225 2006-07-20  Stefan Kost  <ensonic@users.sf.net>
4226
4227         * gst-libs/gst/riff/riff-ids.h:
4228           Add 'fact' chunk id
4229
4230 2006-07-19  Wim Taymans  <wim@fluendo.com>
4231
4232         * gst-libs/gst/rtp/gstbasertpdepayload.c:
4233         (gst_base_rtp_depayload_chain),
4234         (gst_base_rtp_depayload_change_state):
4235         Don't assert when not negotiated but post a meaningfull 
4236         error message. Fixes #347918.
4237
4238         * gst-libs/gst/rtp/gstbasertppayload.c:
4239         Add comment about better default MTU size.
4240
4241         * gst-libs/gst/rtp/gstrtpbuffer.c: (gst_rtp_buffer_validate_data):
4242         Small cleanups, start docs.
4243
4244 2006-07-19  Tim-Philipp Müller  <tim at centricular dot net>
4245
4246         Patch by: Martin Szulecki
4247
4248         * sys/v4l/gstv4lelement.c: (gst_v4lelement_get_property):
4249           If "device-name" is requested and the device is not
4250           open, try to temporarily open it to obtain this
4251           information (#342494).
4252
4253 2006-07-19  Tim-Philipp Müller  <tim at centricular dot net>
4254
4255         * gst-libs/gst/tag/gstid3tag.c:
4256           Add TSSE <=> GST_TAG_ENCODER mapping (see #347898).
4257
4258         * gst-libs/gst/tag/gsttageditingprivate.h:
4259         * gst-libs/gst/tag/gstvorbistag.c:
4260           Some more random const-ifications.
4261
4262 2006-07-18  Stefan Kost  <ensonic@users.sf.net>
4263
4264         * gst-libs/gst/riff/riff-ids.h:
4265         * gst-libs/gst/riff/riff-media.c:
4266         (gst_riff_create_video_template_caps):
4267           Add more FOURCCs (sort list to make stuff easier to find),
4268           add comment what those 16 bytes in struct _gst_riff_strh according to
4269           one avi-dumper are
4270
4271 2006-07-17  Tim-Philipp Müller  <tim at centricular dot net>
4272
4273         * gst-libs/gst/audio/multichannel.c:
4274         (gst_audio_check_channel_positions),
4275         (gst_audio_fixate_channel_positions):
4276           Const-ify two arrays.
4277
4278 2006-07-17  Tim-Philipp Müller  <tim at centricular dot net>
4279
4280         * ext/alsa/gstalsa.c: (caps_add_channel_configuration):
4281           Fix typo, so that alsasink also advertises 8 channels
4282           if that's supported (tags: can, worms, open, alsa, ph34r).
4283
4284 2006-07-17  Wim Taymans  <wim@fluendo.com>
4285
4286         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_internal_chain),
4287         (gst_ogg_pad_submit_packet), (gst_ogg_demux_read_chain):
4288         *sigh*, when is the compiler going to warn when the comments
4289         are out-of-sync with the code.. Refix case of busted theora
4290         headers with 0 granule pos.
4291
4292 2006-07-14  Wim Taymans  <wim@fluendo.com>
4293
4294         * gst-libs/gst/rtp/gstbasertpdepayload.c:
4295         (gst_base_rtp_depayload_wait),
4296         (gst_base_rtp_depayload_change_state),
4297         (gst_base_rtp_depayload_set_property),
4298         (gst_base_rtp_depayload_get_property):
4299         Fix 99% cpu load by waiting for absolute times on the
4300         clock. Fixes #347300.
4301
4302 2006-07-14  Andy Wingo  <wingo@pobox.com>
4303
4304         * ext/theora/gsttheoraparse.h: 
4305         * ext/theora/theoraparse.c (theora_parse_drain_event_queue)
4306         (theora_parse_push_headers, theora_parse_clear_queue)
4307         (theora_parse_drain_queue_prematurely, )
4308         (theora_parse_sink_event, theora_parse_change_state): Queue events
4309         until we initialized our state, like in vorbisparse.
4310
4311         * ext/vorbis/vorbisparse.h: 
4312         * ext/vorbis/vorbisparse.c (vorbis_parse_drain_event_queue)
4313         (vorbis_parse_push_headers, vorbis_parse_clear_queue)
4314         (vorbis_parse_drain_queue_prematurely, )
4315         (vorbis_parse_sink_event, vorbis_parse_change_state): Queue events
4316         until we have initialized our state. Fixes seeking after an
4317         initial pad block.
4318
4319 2006-07-14  Andy Wingo  <wingo@pobox.com>
4320
4321         Patch by: Iain Holmes <iaingnome@gmail.com>
4322         
4323         * ext/ogg/gstoggdemux.c (gst_ogg_demux_finalize): Fix memleak.
4324
4325 2006-07-14  Jan Schmidt  <thaytan@mad.scientist.com>
4326
4327         * configure.ac:
4328         Bump nano back to CVS
4329
4330 === release 0.10.9 ===
4331
4332 2006-07-13  Jan Schmidt <thaytan@mad.scientist.com>
4333
4334         * configure.ac:
4335           releasing 0.10.9, "I walk the line"
4336
4337 2006-07-14  Michael Smith  <msmith@fluendo.com>
4338
4339         * tests/check/pipelines/vorbisenc.c: (stop_pipeline):
4340           Move a g_cond_signal to earlier to avoid sometimes deadlocking
4341           (commonly happens when running this test under valgrind) when trying
4342           to remove the buffer probe.
4343
4344 2006-07-13  Jan Schmidt  <thaytan@mad.scientist.com>
4345
4346         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new):
4347         Fix missing g_unlock from the previous commit
4348
4349 2006-07-13  Jan Schmidt  <thaytan@mad.scientist.com>
4350
4351         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
4352         (gst_ximagesink_change_state):
4353         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
4354         (gst_xvimagesink_change_state):
4355         Implement a locking order to ensure we always take the object lock
4356         before the x_lock and never vice-versa.
4357
4358 2006-07-13  Jan Schmidt  <thaytan@mad.scientist.com>
4359
4360         * gst/playback/gstdecodebin.c: (find_compatibles):
4361         Fix a caps leak when linking (#347304)
4362
4363         * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
4364         (gst_ximagesink_ximage_destroy), (gst_ximagesink_xcontext_clear),
4365         (gst_ximagesink_change_state):
4366         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
4367         (gst_xvimage_buffer_finalize), (gst_xvimagesink_check_xshm_calls),
4368         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_put),
4369         (gst_xvimagesink_xcontext_clear), (gst_xvimagesink_change_state):
4370         Don't leak shared memory resources. Use the object lock to protect
4371         against the xcontext disappearing while returning a buffer from the
4372         pipeline. (#347304)
4373
4374 2006-07-12  Edward Hervey  <edward@fluendo.com>
4375
4376         * ext/vorbis/vorbisdec.c: (vorbis_dec_finalize),
4377         (vorbis_handle_comment_packet):
4378         gst_tag_list_merge() returns a new object. Take that into account when
4379         using it. This avoids memleak.
4380         Revert previous commit which is not needed.
4381
4382 2006-07-12  Edward Hervey  <edward@fluendo.com>
4383
4384         * ext/vorbis/vorbisdec.c: (vorbis_dec_finalize):
4385         Reset the decoder in finalize so that all fields get cleared.
4386
4387 2006-07-12  Wim Taymans  <wim@fluendo.com>
4388
4389         * gst-libs/gst/audio/gstbaseaudiosrc.c:
4390         (gst_base_audio_src_set_clock),
4391         (gst_base_audio_src_check_get_range), (gst_base_audio_src_create):
4392         Don't try to post an error message when setting the clock fails
4393         as this can happen when adding an element to a bin which will then
4394         deadlock. Fixes #347296.
4395
4396 2006-07-12  Edward Hervey  <edward@fluendo.com>
4397
4398         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_reset),
4399         (vorbis_dec_sink_event), (vorbis_handle_comment_packet),
4400         (vorbis_handle_type_packet):
4401         Post tag messages on the bus even if we're not initialized.
4402         If we're not initialized, we still postpone the event pushing of tags.
4403
4404 2006-07-12  Wim Taymans  <wim@fluendo.com>
4405
4406         * ext/alsa/gstalsasink.c: (set_hwparams), (gst_alsasink_prepare):
4407         * gst-libs/gst/audio/gstringbuffer.c: (build_linear_format),
4408         (gst_ring_buffer_debug_spec_caps), (gst_ring_buffer_parse_caps):
4409         Revert last two changes that broke the freeze.
4410
4411 2006-07-12  Wim Taymans  <wim@fluendo.com>
4412
4413         * ext/alsa/gstalsasink.c: (set_hwparams), (gst_alsasink_prepare):
4414         basesink calculates silence sample correctly for us.
4415
4416 2006-07-12  Wim Taymans  <wim@fluendo.com>
4417
4418         * gst-libs/gst/audio/gstringbuffer.c: (build_linear_format),
4419         (gst_ring_buffer_debug_spec_caps), (gst_ring_buffer_parse_caps):
4420         Calculate correct silence samples so we don't fill our ringbuffer
4421         with noise.
4422
4423 2006-07-12  Edward Hervey  <edward@fluendo.com>
4424
4425         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
4426         (gst_vorbis_dec_reset), (vorbis_dec_sink_event),
4427         (vorbis_handle_comment_packet), (vorbis_handle_type_packet):
4428         * ext/vorbis/vorbisdec.h:
4429         Delay sending events (newsegment, tags) until the decoder is properly
4430         initialized.
4431         Fixes #347295
4432
4433 2006-07-11  Jan Schmidt  <thaytan@mad.scientist.com>
4434
4435         * tests/check/elements/audioconvert.c: (get_float_mc_caps),
4436         (get_int_mc_caps), (GST_START_TEST), (audioconvert_suite):
4437           Patch from #347221 adding a test for audioconvert
4438           channel remappings.
4439
4440 2006-07-11  Tim-Philipp Müller  <tim at centricular dot net>
4441
4442         * gst/subparse/gstssaparse.c: (gst_ssa_parse_base_init),
4443         (gst_ssa_parse_parse_line):
4444           Don't include the terminating NUL in the buffer size,
4445           it's only there for extra paranoia (would add random
4446           '*' characters at the end of each subtitle since the
4447           terminator itself is not valid UTF-8 technically).
4448           Also fix indenting after boilerplate macro.
4449
4450 2006-07-10  Tim-Philipp Müller  <tim at centricular dot net>
4451
4452         * gst/playback/gstdecodebin.c: (close_pad_link):
4453           Also emit 'unknown-type' signal (which should really be
4454           called unhandled-type) if we found potential decoders/demuxers
4455           in the registry but none of them worked in the end (as in the
4456           case where the plugins don't exist any longer but are still
4457           listed in the registry). Fixes #329798.
4458
4459 2006-07-08  Andy Wingo  <wingo@pobox.com>
4460
4461         * theoraparse.c (theora_parse_push_buffer)
4462         (theora_parse_drain_queue_prematurely, theora_parse_drain_queue):
4463         Add some more debugging. Fix granulepos reconstruction in the face
4464         of discontinuities.
4465
4466 2006-07-06  Wim Taymans  <wim@fluendo.com>
4467
4468         * gst-libs/gst/audio/gstbaseaudiosink.c:
4469         (gst_base_audio_sink_class_init),
4470         (gst_base_audio_sink_provide_clock):
4471         Use gobject_class instead of G_OBJECT_CLASS (klass)
4472
4473         * gst-libs/gst/audio/gstbaseaudiosrc.c:
4474         (gst_base_audio_src_class_init), (gst_base_audio_src_init),
4475         (gst_base_audio_src_set_clock), (gst_base_audio_src_provide_clock),
4476         (gst_base_audio_src_get_time),
4477         (gst_base_audio_src_check_get_range), (gst_base_audio_src_create),
4478         (gst_base_audio_src_create_ringbuffer):
4479         Fix latency and buffer-time constants and properties ala basesink.
4480         Implement pull based scheduling. Fixes #346527.
4481         Set default blocksize in GstBaseSrc to 0, we default to pushing out
4482         one segment.
4483         Refuse slaving to another clock instead of silently not working.
4484         Only provide a clock when we are actually able to do so.
4485         Various small cleanups and compiler hints.
4486
4487 2006-07-06  Tim-Philipp Müller  <tim at centricular dot net>
4488
4489         Patch by: Lutz Mueller <lutz at topfrose de>
4490
4491         * gst/typefind/gsttypefindfunctions.c: (html_type_find),
4492         (plugin_init):
4493           Add typefinding for text/html (#346581).
4494
4495 2006-07-06  Tim-Philipp Müller  <tim at centricular dot net>
4496
4497         * gst/typefind/gsttypefindfunctions.c: (utf8_type_find),
4498         (xml_check_first_element), (xml_type_find), (smil_type_find):
4499           Fix SMIL typefinding, make xml_check_first_element() more
4500           useful.
4501
4502 2006-07-06  Tim-Philipp Müller  <tim at centricular dot net>
4503
4504         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
4505         (gst_play_base_bin_finalize), (decodebin_element_added_cb),
4506         (decodebin_element_removed_cb), (gst_play_base_bin_set_property):
4507         * gst/playback/gstplaybasebin.h:
4508           Protect list of elements with a subtitle-encoding property and
4509           the subtitle encoding member itself with a lock of their own
4510           instead of using the object lock. This prevents a dead-lock in
4511           the element-remove callback in some circumstances when shutting
4512           down playbin.
4513
4514 2006-07-05  Sebastien Moutte  <sebastien@moutte.net>
4515
4516         * win32/common/libgsttag.def:
4517         Export some new functions.
4518         * win32/vs6/libgstogg.dsp:
4519         Add a link to libgsttag-0.10.lib.
4520
4521 2006-07-04  Tim-Philipp Müller  <tim at centricular dot net>
4522
4523         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
4524           Some const-ification.
4525
4526 2006-07-04  Wim Taymans  <wim@fluendo.com>
4527
4528         * gst/playback/gstplaybasebin.c: (is_stream), (gen_source_element):
4529         Improve checking if we are dealing with a stream. Added some
4530         more uris that need buffering.
4531
4532 2006-07-03  Edward Hervey  <edward@fluendo.com>
4533
4534         * ext/vorbis/vorbisdec.c: (vorbis_do_clip):
4535         Remove unused variable.
4536
4537 2006-07-02  Thomas Vander Stichele  <thomas at apestaart dot org>
4538
4539         * Makefile.am:
4540           include lcov.mak
4541         * configure.ac:
4542           add GCOV_LIBS to GST_LIBS
4543
4544 2006-07-02  Tim-Philipp Müller  <tim at centricular dot net>
4545
4546         Patch by: Michael Sheldon  <webmaster at mikeasoft com>
4547
4548         * ext/alsa/gstalsasrc.c:
4549           Add 32 bps to template caps and increase channels range
4550           from [1,2] to [1,MAX]. See #346326.
4551
4552 2006-06-30  Tim-Philipp Müller  <tim at centricular dot net>
4553
4554         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
4555           Recognise 'WMVA' video codec fourcc (#345879).
4556           
4557 2006-06-29 Philippe Kalaf <philippe.kalaf@collabora.co.uk>       
4558          
4559         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:     
4560           Fixed nasty memory leak
4561
4562 2006-06-26  Thomas Vander Stichele  <thomas at apestaart dot org>
4563
4564         * gst/tcp/gsttcp.c: (gst_tcp_read_buffer),
4565         (gst_tcp_gdp_read_buffer), (gst_tcp_gdp_read_caps):
4566           fix logging
4567
4568 2006-06-23  Jan Schmidt  <thaytan@mad.scientist.com>
4569
4570         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
4571         (gst_decode_bin_init), (gst_decode_bin_finalize), (add_fakesink),
4572         (remove_fakesink), (pad_probe), (gst_decode_bin_change_state):
4573         Protect remove_fakesink using a mutex, so that we don't try and
4574         remove the fakesink simultaneously from multiple threads.
4575
4576         When going from READY to PAUSED, restore the fakesink, so that
4577         it is there when decodebin gets reused.
4578
4579 2006-06-23  Tim-Philipp Müller  <tim at centricular dot net>
4580
4581         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
4582         * gst-libs/gst/rtp/gstbasertpdepayload.c:
4583         * gst-libs/gst/rtp/gstbasertppayload.c:
4584         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
4585         * gst/tcp/gstmultifdsink.c:
4586         * gst/tcp/gsttcpclientsink.c:
4587         * gst/tcp/gsttcpclientsrc.c:
4588         * gst/tcp/gsttcpserversink.c:
4589         * gst/tcp/gsttcpserversrc.c:
4590         * gst/videorate/gstvideorate.c:
4591         * gst/videotestsrc/gstvideotestsrc.c:
4592         * sys/v4l/gstv4ljpegsrc.c:
4593         * sys/v4l/gstv4lmjpegsink.c:
4594         * sys/v4l/gstv4lsrc.c:
4595         * tests/examples/seek/scrubby.c:
4596         * tests/examples/seek/seek.c:
4597           Use GST_DEBUG_CATEGORY_STATIC where possible (#342503).
4598
4599 2006-06-22  Tim-Philipp Müller  <tim at centricular dot net>
4600
4601         * gst-libs/gst/tag/tags.c: (register_tag_image_type_enum):
4602           Second field in GEnumValue shouldn't be a description,
4603           but a stringified version of the enum value.
4604
4605 2006-06-22  Wim Taymans  <wim@fluendo.com>
4606
4607         * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
4608         (gst_ximage_buffer_free), (gst_ximagesink_ximage_put),
4609         (gst_ximagesink_setcaps), (gst_ximagesink_buffer_alloc):
4610         Avoid type checking in buffer casts.
4611         Avoid caps copy in buffer_alloc when we can.
4612         Use pad_peer_accept.
4613
4614 2006-06-22  Tim-Philipp Müller  <tim at centricular dot net>
4615
4616         * gst-libs/gst/tag/tag.h:
4617           Oops, make that 'Since: 0.10.9'.
4618
4619 2006-06-22  Tim-Philipp Müller  <tim at centricular dot net>
4620
4621         * docs/libs/gst-plugins-base-libs-sections.txt:
4622         * gst-libs/gst/tag/tag.h:
4623         * gst-libs/gst/tag/tags.c: (register_tag_image_type_enum),
4624         (gst_tag_image_type_get_type):
4625           API: add GstTagImageType enum to describe images contained
4626           in image tags (#345641).
4627
4628 2006-06-22  Tim-Philipp Müller  <tim at centricular dot net>
4629
4630         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init):
4631           Fix warnings with gst-inspect: "buffers-min" property
4632           should be of G_TYPE_INT and not G_TYPE_INT64. Also fix
4633           typo in property description.
4634
4635 2006-06-22  Tim-Philipp Müller  <tim at centricular dot net>
4636
4637         Patch by: Cody Russell <bratsche at gnome org>
4638
4639         * gst/audioresample/gstaudioresample.c:
4640         (gst_audioresample_class_init):
4641         * gst/playback/gststreamselector.c:
4642         (gst_stream_selector_class_init):
4643         * gst/subparse/gstsubparse.c: (gst_sub_parse_class_init):
4644         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init):
4645         * gst/tcp/gsttcpclientsink.c: (gst_tcp_client_sink_class_init):
4646         * gst/tcp/gsttcpclientsrc.c: (gst_tcp_client_src_class_init):
4647         * gst/tcp/gsttcpserversink.c: (gst_tcp_server_sink_class_init):
4648         * gst/tcp/gsttcpserversrc.c: (gst_tcp_server_src_class_init):
4649         * gst/videoscale/gstvideoscale.c: (gst_video_scale_class_init):
4650         * gst/videotestsrc/gstvideotestsrc.c:
4651         (gst_video_test_src_class_init):
4652         * gst/volume/gstvolume.c: (gst_volume_class_init):
4653           Avoid unnecessary class cast check in class_init
4654           functions (#337747).
4655
4656 2006-06-21  Tim-Philipp Müller  <tim at centricular dot net>
4657
4658         * ext/pango/gsttextoverlay.c: (gst_text_overlay_make_utf8),
4659         (gst_text_overlay_video_chain):
4660           g_markup_escape_text() REALLY doesn't like non-UTF8 input
4661           and doesn't validate its input either (and neither did
4662           textoverlay it seems). Let's do that then and fix #345206.
4663
4664 2006-06-19  Wim Taymans  <wim@fluendo.com>
4665
4666         * gst/tcp/gstmultifdsink.c: (gst_sync_method_get_type),
4667         (gst_unit_type_get_type), (gst_multi_fd_sink_class_init),
4668         (gst_multi_fd_sink_init), (gst_multi_fd_sink_add_full),
4669         (gst_multi_fd_sink_add), (gst_multi_fd_sink_handle_client_read),
4670         (find_syncframe), (find_limits), (assign_value),
4671         (count_burst_unit), (gst_multi_fd_sink_new_client),
4672         (gst_multi_fd_sink_handle_client_write),
4673         (gst_multi_fd_sink_queue_buffer), (gst_multi_fd_sink_render),
4674         (gst_multi_fd_sink_set_property), (gst_multi_fd_sink_get_property),
4675         (gst_multi_fd_sink_change_state):
4676         * gst/tcp/gstmultifdsink.h:
4677         Added shiny new burst-on-connect methods.
4678         Add properties to control the minimal amount of data queued.
4679         Small cleanups.
4680         API: bytes-min property
4681         API: time-min property
4682         API: buffers-min property
4683         API: burst-unit property
4684         API: burst-value property
4685         API: add-full signal
4686
4687         * gst/tcp/gsttcp-marshal.list:
4688         Added new marshaller code for the new signal.
4689
4690         * tests/check/elements/multifdsink.c: (GST_START_TEST),
4691         (multifdsink_suite):
4692         Added testcases for new burst methods.
4693
4694 2006-06-19  Edward Hervey  <edward@fluendo.com>
4695
4696         * ext/theora/theoradec.c: (clip_buffer), (theora_dec_push):
4697         Implement clipping for accurate seeking.
4698         Closes #345225
4699
4700 2006-06-19  Wim Taymans  <wim@fluendo.com>
4701
4702         Patch by: Philip Jaegenstedt <philip at lysator dot liu dot se>
4703
4704         * gst/videoscale/gstvideoscale.c: (gst_video_scale_prepare_size),
4705         (gst_video_scale_transform):
4706         Make videoscale support RGBA, ARGB, BGRA and ABGR. Fixes #345131
4707
4708 2006-06-17  Tim-Philipp Müller  <tim at centricular dot net>
4709
4710         * configure.ac:
4711           Fix --disable-external (can't set conditionals conditionally,
4712           #343602).
4713
4714 2006-06-16  Tim-Philipp Müller  <tim at centricular dot net>
4715
4716         * tests/check/elements/audioresample.c: (test_reuse),
4717         (audioresample_suite):
4718           Add test case for bug #342789 fixed below.
4719
4720 2006-06-16  Tim-Philipp Müller  <tim at centricular dot net>
4721
4722         * gst/audioresample/gstaudioresample.c:
4723         (gst_audioresample_class_init), (gst_audioresample_init),
4724         (audioresample_start), (audioresample_stop),
4725         (gst_audioresample_set_property), (gst_audioresample_get_property):
4726           Implement GstBaseTransform::start and ::stop so that audioresample
4727           can clear its internal state properly and be reused instead of
4728           causing non-negotiated errors with playbin under some circumstances
4729           (#342789).
4730
4731         * tests/check/elements/audioresample.c: (setup_audioresample),
4732         (cleanup_audioresample):
4733           Need to set element state here so that ::start and ::stop are
4734           called.
4735
4736 2006-06-16  Wim Taymans  <wim@fluendo.com>
4737
4738         Patch by: Young-Ho Cha <ganadist at chollian dot net>
4739
4740         * gst-libs/gst/riff/riff-read.c: (gst_riff_parse_strf_vids):
4741         Parse extra data better, apparently it's right behind
4742         the normal strf header size. Fixes #343500.
4743
4744 2006-06-16  Wim Taymans  <wim@fluendo.com>
4745
4746         * ext/alsa/gstalsasink.c: (set_hwparams):
4747         If we fail to set the buffer_time and period_time alsa
4748         parameters, post a warning and leave alsa select a 
4749         default instead of failing. Fixes #342085
4750
4751 2006-06-16  Tim-Philipp Müller  <tim at centricular dot net>
4752
4753         * docs/libs/gst-plugins-base-libs-sections.txt:
4754         * gst-libs/gst/cdda/gstcddabasesrc.h:
4755           Remove GST_CDDA_TAG_TRACK_TAGS again, it is #ifdef 0'ed
4756           out in the header file and shouldn't be listed in the docs.
4757
4758         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk):
4759           Must dereference pointer to fourcc in the debug statement.
4760
4761 2006-06-16  Stefan Kost  <ensonic@users.sf.net>
4762
4763         * docs/libs/Makefile.am:
4764         * docs/libs/gst-plugins-base-libs-docs.sgml:
4765         * docs/libs/gst-plugins-base-libs-sections.txt:
4766         * docs/libs/gst-plugins-base-libs.types:
4767         add remaining symbols into correct setions
4768         
4769         * gst-libs/gst/audio/gstringbuffer.c:
4770         fix incomplete docs
4771         
4772         * gst-libs/gst/audio/gstringbuffer.h:
4773         comment out not yet implemented function
4774         
4775         
4776         * gst-libs/gst/floatcast/floatcast.h:
4777         * gst-libs/gst/netbuffer/gstnetbuffer.c:
4778         add short descriptions
4779         
4780         
4781         * gst-libs/gst/interfaces/propertyprobe.c:
4782         fix return value docs   
4783         
4784         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk):
4785         simplify debug logging
4786         
4787         * gst-libs/gst/riff/riff-read.h:
4788         sync function prototype and docs
4789         
4790         * gst-libs/gst/rtp/gstbasertpaudiopayload.h:
4791         remove left over symbol
4792
4793 2006-06-16  Tim-Philipp Müller  <tim at centricular dot net>
4794
4795         * autogen.sh:
4796         * configure.ac:
4797         * docs/Makefile.am:
4798           Use GST_PLUGIN_DOCS macro in configure.ac, add
4799           --enable-plugin-docs default to autogen.sh and use
4800           ENABLE_PLUGIN_DOCS conditional in Makefile.am (#344039).
4801
4802 2006-06-15  Wim Taymans  <wim@fluendo.com>
4803
4804         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_peer),
4805         (gst_ogg_demux_activate_chain), (gst_ogg_demux_combine_flows),
4806         (gst_ogg_demux_loop):
4807         Combine GstFlowReturn from the source pads to give a
4808         meaningfull result to the upstream peer or to stop the
4809         processing task in case of errors.
4810
4811 2006-06-14  Tim-Philipp Müller  <tim at centricular dot net>
4812
4813         * gst/playback/gststreaminfo.c: (cb_probe):
4814           Try GST_TAG_CODEC as fallback when extracting the
4815           codec name; more debug info.
4816
4817 2006-06-14  Tim-Philipp Müller  <tim at centricular dot net>
4818
4819         * ext/ogg/Makefile.am:
4820         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
4821           Extract language tags from ogm subtitle streams, so that
4822           the subtitle menu choices are labelled correctly in
4823           Totem (fixes #344708).
4824
4825 2006-06-14  Wim Taymans  <wim@fluendo.com>
4826
4827         Patch by: Alessandro Decina <alessandro at nnva dot org>
4828
4829         * ext/ogg/gstoggmux.c: (gst_ogg_mux_get_type), (gst_ogg_mux_clear),
4830         (gst_ogg_mux_release_pad), (gst_ogg_mux_get_headers),
4831         (gst_ogg_mux_set_header_on_caps), (gst_ogg_mux_init_collectpads),
4832         (gst_ogg_mux_clear_collectpads), (gst_ogg_mux_change_state):
4833         Fix various leaks. Fixes #343699.
4834         Add x-smoke mime type.
4835
4836 2006-06-14  Tim-Philipp Müller  <tim at centricular dot net>
4837
4838         * gst-libs/gst/riff/riff-ids.h:
4839           Add IDs for 'bext' chunks (see #343837).
4840
4841 2006-06-12  Tim-Philipp Müller  <tim at centricular dot net>
4842
4843         Patch by: Young-Ho Cha  <ganadist at chollian net>
4844
4845         * gst/subparse/samiparse.c: (sami_context_pop_state),
4846         (handle_start_font), (end_sami_element):
4847           Honour font face tags in SAMI subtitles (#344503).
4848
4849 2006-06-11  Stefan Kost  <ensonic@users.sf.net>
4850
4851         * po/POTFILES.in:
4852           add missing files containing translatable strings
4853
4854 2006-06-11  Stefan Kost  <ensonic@users.sf.net>
4855
4856         * docs/libs/tmpl/.cvsignore:
4857           we don't want those *.sgml files in CVS either
4858
4859 2006-06-11  Stefan Kost  <ensonic@users.sf.net>
4860
4861         * docs/libs/.cvsignore:
4862         * tests/check/elements/.cvsignore:
4863         * tests/check/libs/.cvsignore:
4864           ignore more
4865
4866 2006-06-11  Stefan Kost  <ensonic@users.sf.net>
4867
4868         * docs/libs/Makefile.am:
4869           also commiting the changed Makefile.am (added more libs to the
4870           doc-build)
4871
4872 2006-06-11  Stefan Kost  <ensonic@users.sf.net>
4873
4874         * docs/libs/gst-plugins-base-libs-docs.sgml:
4875         * docs/libs/gst-plugins-base-libs-sections.txt:
4876         * docs/libs/gst-plugins-base-libs.types:
4877           first batch of reordering things, add index & hierarchy
4878
4879 2006-06-11  Thomas Vander Stichele  <thomas at apestaart dot org>
4880
4881         * configure.ac:
4882           use GST_PKG_CHECK_MODULES, cleans up output
4883
4884 2006-06-10  Tim-Philipp Müller  <tim at centricular dot net>
4885
4886         * ext/gnomevfs/gstgnomevfsuri.c: (gst_gnomevfs_get_supported_uris):
4887           Add support for burn:// URIs (#343385); const-ify things a bit,
4888           use G_N_ELEMENTS instead of hard-coded array size.
4889
4890 2006-06-10  Tim-Philipp Müller  <tim at centricular dot net>
4891
4892         Patch by: Young-Ho Cha  <ganadist at chollian net>
4893
4894         * gst/subparse/samiparse.c: (fix_invalid_entities), (parse_sami):
4895           Fix up broken entities before passing them to libxml *sigh*.
4896           (#343303).
4897           
4898 2006-06-09  Thomas Vander Stichele  <thomas at apestaart dot org>
4899
4900         * configure.ac:
4901           back to TRUNK
4902
4903 === release 0.10.8 ===
4904
4905 2006-06-09  Thomas Vander Stichele <thomas at apestaart dot org>
4906
4907         * configure.ac:
4908           releasing 0.10.8, "Moar gij ziet mij nie"
4909
4910 2006-06-07  Thomas Vander Stichele  <thomas at apestaart dot org>
4911
4912         * configure.ac:
4913         * po/af.po:
4914         * po/az.po:
4915         * po/cs.po:
4916         * po/en_GB.po:
4917         * po/hu.po:
4918         * po/it.po:
4919         * po/nb.po:
4920         * po/nl.po:
4921         * po/or.po:
4922         * po/sq.po:
4923         * po/sr.po:
4924         * po/sv.po:
4925         * po/uk.po:
4926         * po/vi.po:
4927         * win32/common/config.h:
4928           0.10.7.2 prerelease
4929
4930 2006-06-07  Thomas Vander Stichele  <thomas at apestaart dot org>
4931
4932         * docs/libs/tmpl/gstaudio.sgml:
4933         * docs/libs/tmpl/gstcolorbalance.sgml:
4934         * docs/libs/tmpl/gstmixer.sgml:
4935         * docs/libs/tmpl/gstringbuffer.sgml:
4936         * docs/libs/tmpl/gsttuner.sgml:
4937         * docs/libs/tmpl/gstxoverlay.sgml:
4938         * gst-libs/gst/audio/audio.c:
4939         * gst-libs/gst/audio/gstringbuffer.c:
4940         * gst-libs/gst/interfaces/colorbalance.c:
4941         * gst-libs/gst/interfaces/mixer.c:
4942         * gst-libs/gst/interfaces/tuner.c:
4943         * gst-libs/gst/interfaces/xoverlay.c:
4944           move last template doc snippets to source code and delete them
4945
4946 2006-06-06  Michael Smith  <msmith@fluendo.com>
4947
4948         * ext/theora/theoraparse.c: (theora_parse_drain_queue_prematurely),
4949         (theora_parse_drain_queue):
4950           Mark DELTA_UNIT on non-keyframes.
4951
4952 2006-06-03  Jan Schmidt  <thaytan@mad.scientist.com>
4953
4954         * gst-libs/gst/audio/gstbaseaudiosink.c:
4955         (gst_base_audio_sink_class_init), (gst_base_audio_sink_setcaps):
4956         * gst-libs/gst/audio/gstbaseaudiosink.h:
4957         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_parse_caps),
4958         (gst_ring_buffer_samples_done):
4959         * gst-libs/gst/audio/gstringbuffer.h:
4960         Document better the fact that latency_time and buffer_time are values
4961         stored in microseconds, and not the usual GStreamer nanoseconds.
4962         Change the variables (compatibly) that store them from GstClockTime 
4963         to guint64 to make it more clear that they're not storing clock times.
4964         Also, remove the bogus property description that says the user can
4965         specify -1 to get the default value, since that's never been the case.
4966
4967         When computing the default segment size for the ring buffer, make it
4968         an integer number of samples.
4969
4970         When the sub-class indicates a delay greater than the number of
4971         samples we've written return 0 from the audio sink get_time method.
4972
4973 2006-06-02  Michael Smith  <msmith@fluendo.com>
4974
4975         * tests/check/elements/audioconvert.c: (set_channel_positions),
4976         (get_float_mc_caps), (get_int_mc_caps):
4977         * tests/check/elements/audioresample.c:
4978         * tests/check/elements/audiotestsrc.c: (GST_START_TEST):
4979         * tests/check/elements/videorate.c:
4980         * tests/check/elements/videotestsrc.c: (GST_START_TEST):
4981         * tests/check/elements/volume.c:
4982         * tests/check/elements/vorbisdec.c:
4983         * tests/check/pipelines/vorbisenc.c: (GST_START_TEST):
4984           Don't busy-wait in tests; this was causing test timeouts very
4985           frequently when running under valgrind.
4986
4987 2006-06-02  Thomas Vander Stichele  <thomas at apestaart dot org>
4988
4989         * gst/tcp/README:
4990         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_init),
4991         (gst_multi_fd_sink_remove_client_link),
4992         (gst_multi_fd_sink_client_queue_caps),
4993         (gst_multi_fd_sink_client_queue_buffer),
4994         (gst_multi_fd_sink_handle_client_write),
4995         (gst_multi_fd_sink_render):
4996         * gst/tcp/gstmultifdsink.h:
4997           make multifdsink properly deal with streamheader:
4998           - streamheader is taken from caps
4999           - buffers marked with IN_CAPS are not sent
5000           - streamheaders are sent, on connection, from the caps of the
5001             buffer where the client gets positioned to
5002           - further streamheader changes are done every time the client
5003             will receive a buffer with different caps
5004         * tests/check/elements/multifdsink.c: (GST_START_TEST),
5005         (gst_multifdsink_create_streamheader):
5006           add tests for this
5007
5008 2006-06-02  Michael Smith  <msmith@fluendo.com>
5009
5010         * ext/vorbis/vorbisdec.c: (vorbis_handle_identification_packet):
5011           Reinstate limit on channel count. Vorbis does not define the meaning
5012           of > 6 channels, so they're just independent channels. Gstreamer
5013           currently has no mechanism to represent N independent channels.
5014
5015 2006-06-02  Michael Smith  <msmith@fluendo.com>
5016
5017         * ext/vorbis/vorbisdec.c: (vorbis_handle_identification_packet):
5018           Don't arbitrarily restrict channel counts and rate in vorbis.
5019           In terms of effects likely on real-world files, this fixes 96kHz
5020           playback of vorbis.
5021
5022 2006-06-02  Michael Smith  <msmith@fluendo.com>
5023
5024         * gst/audioconvert/audioconvert.c: (float):
5025           More correct float->int conversion.
5026
5027 2006-06-02  Michael Smith  <msmith@fluendo.com>
5028
5029         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_perform_seek):
5030           Don't accidently send GST_CLOCK_TIME_NONE as a new segment start
5031           value. Fixes g-critical on trying to play back ogg containing
5032           unknown codec.
5033
5034 2006-06-02  Wim Taymans  <wim@fluendo.com>
5035
5036         * gst/playback/gstplaybasebin.c: (group_create), (group_commit),
5037         (setup_source):
5038         * gst/playback/gstplaybasebin.h:
5039         Make the subtitle detection work from any thread so we don't
5040         deadlock. Fixes #343397.
5041
5042 2006-06-02  Thomas Vander Stichele  <thomas at apestaart dot org>
5043
5044         * gst/volume/Makefile.am:
5045           Seriously, it's not *that* hard to get compilation right.  Even
5046           a drunk can do it ! Add LIBOIL CFLAGS and LIBS
5047
5048 2006-06-01  Stefan Kost  <ensonic@users.sf.net>
5049
5050         * gst/volume/gstvolume.c: (volume_choose_func),
5051         (volume_update_real_volume), (gst_volume_class_init),
5052         (gst_volume_init), (volume_process_float), (volume_process_int16),
5053         (volume_process_int16_clamp), (volume_set_caps),
5054         (volume_transform_ip), (plugin_init):
5055         * gst/volume/gstvolume.h:
5056         rewrite the passthrough check, split _int16 and _int16_clamp, fix
5057         another property desc., remove unused param from process function
5058         
5059         * tests/check/elements/volume.c: (volume_suite):
5060         reactivate the passthrough test
5061
5062 2006-06-01  Stefan Kost  <ensonic@users.sf.net>
5063
5064         * ext/alsa/gstalsamixerelement.h:
5065         * ext/alsa/gstalsamixeroptions.h:
5066         * ext/alsa/gstalsamixertrack.h:
5067         * ext/gnomevfs/gstgnomevfssink.h:
5068         * ext/gnomevfs/gstgnomevfssrc.h:
5069         * ext/theora/gsttheoradec.h:
5070         * ext/theora/gsttheoraenc.h:
5071         * ext/theora/gsttheoraparse.h:
5072         * ext/vorbis/vorbisparse.h:
5073         * gst-libs/gst/audio/gstaudioclock.h:
5074         * gst-libs/gst/audio/gstaudiofilter.h:
5075         * gst-libs/gst/rtp/gstbasertpaudiopayload.h:
5076         * gst/audioconvert/gstaudioconvert.h:
5077         * gst/audioresample/gstaudioresample.h:
5078         * gst/audiotestsrc/gstaudiotestsrc.h:
5079         * gst/ffmpegcolorspace/gstffmpegcolorspace.h:
5080         * gst/playback/gststreamselector.h:
5081         * gst/tcp/gstmultifdsink.h:
5082         * gst/tcp/gsttcpclientsink.h:
5083         * gst/tcp/gsttcpclientsrc.h:
5084         * gst/tcp/gsttcpserversink.h:
5085         * gst/tcp/gsttcpserversrc.h:
5086         * gst/videorate/gstvideorate.h:
5087         * gst/videoscale/gstvideoscale.h:
5088         * gst/videotestsrc/gstvideotestsrc.h:
5089         * gst/volume/gstvolume.h:
5090         * sys/v4l/gstv4ljpegsrc.h:
5091         * sys/v4l/gstv4lmjpegsink.h:
5092         * sys/v4l/gstv4lmjpegsrc.h:
5093         * sys/v4l/gstv4lsrc.h:
5094         * sys/ximage/ximagesink.h:
5095         * sys/xvimage/xvimagesink.h:
5096         * tests/old/testsuite/alsa/sinesrc.h:
5097         Fix more gobject macros: obj<->klass, GstXXX<->GstXXXClass
5098
5099 2006-05-31  Wim Taymans  <wim@fluendo.com>
5100
5101         * ext/libvisual/visual.c: (gst_visual_reset),
5102         (gst_visual_sink_setcaps), (gst_visual_sink_event),
5103         (gst_visual_src_event), (get_buffer), (gst_visual_chain):
5104         Handle DISCONT.
5105         Use running time before doing QoS.
5106         Handle mono too.
5107
5108 2006-05-31  Thomas Vander Stichele  <thomas at apestaart dot org>
5109
5110         * docs/libs/Makefile.am:
5111           set a magic variable to indicate we know the docs are incomplete
5112
5113 2006-05-30  Sebastien Moutte  <sebastien@moutte.net>
5114
5115         * win32/common/libgstvideo.def:
5116           export gst_video_calculate_display_ratio
5117         * win32/vs6/libgstvideoscale.dsp:
5118           add link to libgstvideo-0.10.lib
5119
5120 2006-05-30  Tim-Philipp Müller  <tim at centricular dot net>
5121
5122         * gst/playback/gstplaybasebin.c: (gen_source_element):
5123           Throw a more comprehensible error for rtsp:// URIs (rather
5124           than erroring out with a negotiation error later on) until
5125           we fix playbin to handle rtspsrc etc.
5126
5127 2006-05-30  Wim Taymans  <wim@fluendo.com>
5128
5129         * ext/pango/gsttextoverlay.c: (gst_text_overlay_src_event),
5130         (gst_text_overlay_text_event):
5131         Added some FIXMEs.
5132
5133 2006-05-30  Wim Taymans  <wim@fluendo.com>
5134
5135         * gst/adder/gstadder.c: (gst_adder_class_init), (gst_adder_init),
5136         (gst_adder_request_new_pad), (gst_adder_release_pad):
5137         * gst/adder/gstadder.h:
5138         Implement release_request_pad.
5139         Make padcounter atomic.
5140
5141         * tests/check/elements/adder.c: (GST_START_TEST), (adder_suite):
5142         Added check for release_pad in adder.
5143
5144 2006-05-30  Wim Taymans  <wim@fluendo.com>
5145
5146         * ext/ogg/gstoggdemux.c: (gst_ogg_chain_new_stream):
5147         Fix build again.
5148
5149 2006-05-30  Thomas Vander Stichele  <thomas at apestaart dot org>
5150
5151         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
5152         (gst_ogg_demux_chain_elem_pad), (gst_ogg_demux_queue_data),
5153         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
5154         (gst_ogg_pad_submit_page), (gst_ogg_chain_new_stream),
5155         (gst_ogg_demux_seek), (gst_ogg_demux_get_data),
5156         (gst_ogg_demux_get_next_page), (gst_ogg_demux_do_seek),
5157         (gst_ogg_demux_bisect_forward_serialno),
5158         (gst_ogg_demux_read_chain), (gst_ogg_demux_find_chains),
5159         (gst_ogg_demux_chain), (gst_ogg_demux_loop), (gst_ogg_print):
5160           add more debugging
5161           clean up printf formats for granulepos and serialno
5162
5163 2006-05-30  Michael Smith  <msmith@fluendo.com>
5164
5165         * ext/vorbis/vorbisenc.c: (raw_caps_factory),
5166         (gst_vorbis_enc_class_init), (gst_vorbis_enc_dispose),
5167         (gst_vorbis_enc_generate_sink_caps), (gst_vorbis_enc_sink_getcaps),
5168         (gst_vorbis_enc_init), (gst_vorbis_enc_buffer_from_header_packet),
5169         (gst_vorbis_enc_chain), (gst_vorbis_enc_change_state):
5170         * ext/vorbis/vorbisenc.h:
5171           Multi-channel caps negotiation, so we can do proper multichannel
5172           vorbis encoding, negotiated through audioconvert.
5173
5174 2006-05-30  Wim Taymans  <wim@fluendo.com>
5175
5176         * tests/check/elements/adder.c: (test_event_message_received),
5177         (test_play_twice_message_received), (GST_START_TEST),
5178         (adder_suite):
5179         Added check to show that #339935 is fixed with ongoing
5180         adder and collectpads fixes.
5181
5182 2006-05-29  Wim Taymans  <wim@fluendo.com>
5183
5184         * gst/adder/gstadder.c: (gst_adder_request_new_pad):
5185         Don't leak pad name.
5186
5187 2006-05-29  Wim Taymans  <wim@fluendo.com>
5188
5189         * gst/adder/gstadder.c: (gst_adder_query_duration),
5190         (forward_event_func), (forward_event), (gst_adder_src_event):
5191         Fix adder seeking.
5192         Make query/seeking code threadsafe.
5193
5194         * tests/check/Makefile.am:
5195         * tests/check/elements/adder.c: (test_event_message_received),
5196         (GST_START_TEST), (test_play_twice_message_received):
5197         Fix adder test case.
5198
5199 2006-05-29  Tim-Philipp Müller  <tim at centricular dot net>
5200
5201         Patch by: Young-Ho Cha  <ganadist at chollian net>
5202
5203         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
5204         (gst_play_base_bin_init), (gst_play_base_bin_dispose),
5205         (set_encoding_element), (decodebin_element_added_cb),
5206         (decodebin_element_removed_cb), (setup_subtitle), (setup_source),
5207         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property):
5208         * gst/playback/gstplaybasebin.h:
5209           Add 'subtitle-encoding' property to playbin, so applications can
5210           force a subtitle encoding for non-UTF8 subtitles (#342268).
5211
5212         * gst/subparse/gstsubparse.c: (gst_sub_parse_class_init),
5213         (gst_sub_parse_set_property):
5214           Rename recently-added 'encoding' property to 'subtitle-encoding'
5215           (so it can be proxied by playbin/decodebin in a generic way
5216           with less danger of false positives).
5217
5218 2006-05-29  Michael Smith  <msmith@fluendo.com>
5219
5220         * gst/audioconvert/gstaudioconvert.c: (make_lossless_changes),
5221         (append_with_other_format), (set_structure_widths),
5222         (gst_audio_convert_transform_caps):
5223           Patch from #341562: give more specific audio caps in get_caps, so
5224           that basetransform  can make better decisions on what caps to
5225           negotiate.
5226
5227 2006-05-28  Stefan Kost  <ensonic@users.sf.net>
5228
5229         * tests/check/elements/volume.c:
5230         make it compile again
5231
5232 2006-05-28  Stefan Kost  <ensonic@users.sf.net>
5233
5234         * tests/check/elements/volume.c: (volume_suite):
5235         disable test until #343196 gets resolved
5236
5237 2006-05-28  Stefan Kost  <ensonic@users.sf.net>
5238
5239         * gst/adder/gstadder.c: (gst_adder_get_type):
5240         Make it easier to copy&paste
5241         
5242         * gst/volume/Makefile.am:
5243         * gst/volume/gstvolume.c: (volume_update_real_volume),
5244         (gst_volume_set_volume), (gst_volume_set_mute),
5245         (gst_volume_class_init), (volume_process_int16), (volume_set_caps),
5246         (volume_transform_ip), (volume_update_mute),
5247         (volume_update_volume):
5248         * gst/volume/gstvolume.h:
5249         Add own debug category, move duplicate code to helper function, fix
5250         property texts, add more comments and prepare ffor liboil-goodness
5251         
5252         * tests/check/Makefile.am:
5253         * tests/check/elements/volume.c: (GST_START_TEST), (volume_suite):
5254         add test for mute and passtrough case, be a bit more verbose to track
5255         failure
5256         
5257         * tests/check/generic/states.c: (GST_START_TEST):
5258         catch elements that fail to instantiate
5259
5260 2006-05-28  Edward Hervey  <edward@fluendo.com>
5261
5262         * tests/check/pipelines/simple-launch-lines.c:
5263         * tests/check/pipelines/theoraenc.c:
5264         * tests/check/pipelines/vorbisenc.c:
5265         Comment out tests using parse_launch() if core was built without
5266         parsing capabilities.
5267
5268 2006-05-27  Edward Hervey  <edward@fluendo.com>
5269
5270         * tests/check/Makefile.am:
5271         Extra bonus points for whoever explains to ensonic that you are meant
5272         to test unit tests thoroughly before commiting them, especially if
5273         you know it's going to break.
5274         De-activated element/adder tests.
5275
5276 2006-05-27  Edward Hervey  <edward@fluendo.com>
5277
5278         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
5279         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_smpfmt_to_caps):
5280         Marking caps conversion issues as GST_WARNING is way too verbose,
5281         Moving them to GST_LOG.
5282
5283 2006-05-27  Tim-Philipp Müller  <tim at centricular dot net>
5284
5285         * README:
5286           Replace current README (containing the release notes from
5287           some 0.9.x version) with a proper README taken from the core.
5288
5289 2006-05-26  Wim Taymans  <wim@fluendo.com>
5290
5291         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
5292         (vorbis_dec_src_event), (vorbis_dec_sink_event), (vorbis_do_clip),
5293         (vorbis_dec_push), (vorbis_handle_data_packet), (vorbis_dec_chain),
5294         (vorbis_dec_change_state):
5295         Small cleanups.
5296         Add some FIXMEs
5297         Clip output samples to segment boundaries.
5298
5299 2006-05-26  Jan Schmidt  <thaytan@mad.scientist.com>
5300
5301         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
5302         (gst_ximagesink_xcontext_get), (gst_ximagesink_show_frame):
5303         Improve the errors produced on bad output, including some human
5304         readable description strings.
5305         Handle the (theoretical for ximagesink) case where the XServer 
5306         has a different idea about the size required for a particular 
5307         frame and gives us too small a memory allocation.
5308
5309 2006-05-26  Jan Schmidt  <thaytan@mad.scientist.com>
5310
5311         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
5312         (gst_xvimagesink_get_xv_support), (gst_xvimagesink_xcontext_get),
5313         (gst_xvimagesink_get_format_from_caps), (gst_xvimagesink_setcaps),
5314         (gst_xvimagesink_show_frame), (gst_xvimagesink_buffer_alloc):
5315         Improve the errors produced on bad output, including some human 
5316         readable description strings.
5317         Handle RGB Xv formats properly by transforming them into our 
5318         big-endian caps description.
5319         Use gst_caps_truncate to ensure that we never try and choose a
5320         non-fixed caps in buffer_alloc.
5321         Handle the case where the XServer has a different idea about the size
5322         required for a particular frame and gives us too small a memory
5323         allocation.
5324         Use -1 to indicate 'no image format', because 0 is a valid XServer
5325         image format number.
5326         Put RGB Xv formats at the end of the caps, so that we always prefer
5327         YUV format frames.
5328         Iterate the available Xv Encodings to determine the maximum width and
5329         height, and then return that in our caps.
5330         (Closes #315312, #337544)
5331
5332 2006-05-25  Jan Schmidt  <thaytan@mad.scientist.com>
5333
5334         * gst/playback/gstdecodebin.c: (remove_fakesink), (pad_probe):
5335         When there is only one unfinished pad and it receives an event that
5336         doesn't match our requirements, we need to set alldone=FALSE so that
5337         the fakesink is not removed yet.
5338
5339 2006-05-25  Tim-Philipp Müller  <tim at centricular dot net>
5340
5341         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind):
5342           Use gst_type_find_helper_for_buffer() to find the type
5343           of stream from the first packet.
5344
5345         * configure.ac:
5346           Bump requirements to core CVS (needed for vorbis
5347           typefinding to work).
5348
5349 2006-05-24  Edward Hervey  <edward@fluendo.com>
5350
5351         * gst/typefind/gsttypefindfunctions.c: (qt_type_find): 
5352         Added the 'prfl' atom type which MQV (no, it's not a typo) files
5353         contain.  Else they play perfectly fine with qtdemux.
5354
5355 2006-05-23  Stefan Kost  <ensonic@users.sf.net>
5356
5357         * ext/theora/theoradec.c:
5358         * ext/theora/theoraenc.c:
5359         * ext/theora/theoraparse.c: (gst_theora_parse_class_init):
5360         * gst/audiorate/gstaudiorate.c:
5361           make more debug catagories static
5362         
5363         * tests/check/Makefile.am:
5364         * tests/check/elements/adder.c: (message_received),
5365         (test_event_message_received), (GST_START_TEST),
5366         (test_play_twice_message_received), (adder_suite):
5367           added test case for using element twice, extra bonus points for anyone
5368           who can make these test run reliably
5369
5370 2006-05-23  Tim-Philipp Müller  <tim at centricular dot net>
5371
5372         * ext/theora/theoradec.c: (theora_dec_chain):
5373           Make work with time-stamped input buffers that do not
5374           have a granulepos in BUFFER_OFFSET_END (like theora
5375           buffers coming from matroskademux). Fixes #342448.
5376
5377 2006-05-22  Tim-Philipp Müller  <tim at centricular dot net>
5378
5379         Patch by: Peter Kjellerstedt  <pkj at axis com>
5380
5381         * gst/tcp/Makefile.am:
5382           fdstresstest doesn't need Gtk+, fix compilation if 
5383           gtk is not available (#342566).
5384
5385 2006-05-19 Philippe Kalaf <philippe.kalaf@collabora.co.uk>       
5386          
5387         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:     
5388           80 line columns
5389           Removed redundant floor()
5390
5391 2006-05-19  Tim-Philipp Müller  <tim at centricular dot net>
5392
5393         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk):
5394           On second thought, just skip JUNK chunks automatically, so
5395           the caller doesn't have to handle this. Fixes #342345.
5396           Also, return GST_FLOW_UNEXPECTED if we get a short read,
5397           not GST_FLOW_ERROR.
5398
5399 2006-05-19  Tim-Philipp Müller  <tim at centricular dot net>
5400
5401         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk):
5402           Don't bail out on JUNK chunks with a size of 0 (would try to
5403           pull_range 0 bytes before, which sources don't like too much).
5404           See #342345.
5405
5406 2006-05-19  Jan Schmidt  <thaytan@mad.scientist.com>
5407
5408         * gst/videoscale/gstvideoscale.c: (gst_video_scale_fixate_caps):
5409         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps):
5410         Use the gstutil scaling function to preserve 64 bits while calculating
5411         output width and height from the display-aspect-ratio. (A continuation
5412         of #341542)
5413
5414 2006-05-19  Jan Schmidt  <thaytan@mad.scientist.com>
5415
5416         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_clear),
5417         (gst_xvimagesink_buffer_alloc):
5418         * sys/xvimage/xvimagesink.h:
5419         When performing buffer allocations, remember the caps and image format
5420         we return so that if the same caps are asked for next time we can
5421         return them immediately without doing any caps intersections.
5422
5423 2006-05-18 Philippe Kalaf <philippe.kalaf@collabora.co.uk>       
5424          
5425         * gst-libs/gst/rtp/README:
5426           Some new documentation
5427         * gst-libs/gst/rtp/gstrtpbuffer.h:       
5428           Added GST_RTP_PAYLOAD_DYNAMIC_STRING for use by children       
5429         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:     
5430         * gst-libs/gst/rtp/gstbasertpaudiopayload.h:     
5431           New RTP audio base payloader class. Supports frame or sample based
5432           codecs.  Not enabled in Makefile.am until approved.
5433
5434 2006-05-18  Tim-Philipp Müller  <tim at centricular dot net>
5435
5436         * tests/check/elements/alsa.c: (test_device_property_probe):
5437           Fix test case: don't try to free NULL GValueArray when there
5438           are no devices.
5439
5440 2006-05-18  Tim-Philipp Müller  <tim at centricular dot net>
5441
5442         * tests/check/Makefile.am:
5443         * tests/check/elements/alsa.c: (test_device_property_probe),
5444         (alsa_suite), (main):
5445           Add simple test that runs a device property probe on alsasrc,
5446           alsasink and alsamixer. Disable valgrind check for now (too
5447           many leaks in libasound, and valgrind ignored my suppressions
5448           additions).
5449
5450 2006-05-18  Tim-Philipp Müller  <tim at centricular dot net>
5451
5452         * ext/alsa/gstalsadeviceprobe.c: (gst_alsa_get_device_list),
5453         (gst_alsa_device_property_probe_probe_property),
5454         (gst_alsa_device_property_probe_needs_probe),
5455         (gst_alsa_device_property_probe_get_values),
5456         (gst_alsa_type_add_device_property_probe_interface):
5457         * ext/alsa/gstalsadeviceprobe.h:
5458         * ext/alsa/gstalsamixerelement.c:
5459         (gst_alsa_mixer_element_init_interfaces):
5460         * ext/alsa/gstalsamixerelement.h:
5461           Clean up and simplify alsa device probing. Make it actually work
5462           for multiple classes. Don't cache results any longer.
5463
5464         * ext/alsa/gstalsasink.c: (gst_alsasink_init_interfaces),
5465         (gst_alsasink_init):
5466         * ext/alsa/gstalsasrc.c: (gst_alsasrc_dispose),
5467         (gst_alsasrc_interface_supported), (gst_implements_interface_init),
5468         (gst_alsasrc_init_interfaces), (gst_alsasrc_set_property):
5469           Make alsasink and alsasrc implement the GstPropertyProbe interface
5470           for device probing (#342181).
5471           Patch by: Martin Szulecki  <gnomebugzilla at sukimashita com>
5472
5473 2006-05-18  Tim-Philipp Müller  <tim at centricular dot net>
5474
5475         * gst/subparse/samiparse.c: (handle_start_font):
5476           Don't ignore return value of strtol (++compiler_happiness).
5477
5478 2006-05-17  Tim-Philipp Müller  <tim at centricular dot net>
5479
5480         Patch by: Young-Ho Cha  <ganadist chollian net>
5481
5482         * gst/subparse/gstsubparse.c: (gst_sub_parse_dispose),
5483         (gst_sub_parse_class_init), (gst_sub_parse_init),
5484         (gst_sub_parse_set_property), (gst_sub_parse_get_property),
5485         (convert_encoding):
5486         * gst/subparse/gstsubparse.h:
5487           Add 'encoding' property (#341681).
5488
5489         * gst/subparse/samiparse.c: (characters_sami):
5490           Output is pango markup, so we need to escape text
5491           between tags (#342143).
5492
5493 2006-05-16  Tim-Philipp Müller  <tim at centricular dot net>
5494
5495         * gst-libs/gst/audio/multichannel.c:
5496         (gst_audio_check_channel_positions):
5497           It's okay to have caps with channels=1 and a channel position
5498           different from GST_AUDIO_CHANNEL_POSITION_FRONT_MONO
5499           (deinterleavers might want to keep the position in the caps,
5500           so that they can be re-interleaved again properly later).
5501           Leave check for unexpected 2-channel layouts intact for now.
5502
5503 2006-05-16  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
5504
5505         * gst/tcp/gsttcp.c: (gst_tcp_socket_read):
5506         Return GST_FLOW_UNEXPECTED when we have an eos on the socket so
5507         basesrc can do its job correctly.
5508
5509 2006-05-16  Tim-Philipp Müller  <tim at centricular dot net>
5510
5511         * ext/alsa/Makefile.am:
5512         * ext/alsa/gstalsa.c: (gst_alsa_detect_rates),
5513         (gst_alsa_detect_formats), (get_channel_free_structure),
5514         (caps_add_channel_configuration), (gst_alsa_detect_channels),
5515         (gst_alsa_probe_supported_formats):
5516         * ext/alsa/gstalsa.h:
5517         * ext/alsa/gstalsasink.c: (gst_alsasink_getcaps):
5518           Refactor and improve caps probing code: probe signedness
5519           when we probe the supported formats/widths; set endianness
5520           to the one we actually probed for (ie. cpu endianness).
5521           
5522         * ext/alsa/gstalsasrc.c: (gst_alsasrc_init), (gst_alsasrc_getcaps),
5523         (gst_alsasrc_close):
5524         * ext/alsa/gstalsasrc.h:
5525           Implement caps probing for alsasrc.
5526
5527 2006-05-15  Wim Taymans  <wim@fluendo.com>
5528
5529         * ext/theora/theoradec.c: (gst_theora_dec_reset),
5530         (theora_dec_src_query), (theora_dec_src_event),
5531         (theora_dec_sink_event), (theora_handle_comment_packet),
5532         (theora_handle_data_packet), (theora_dec_change_state):
5533         Cleanups, add some G_LIKELY.
5534         Use segment helpers instead of our own wrong code.
5535         Clear queued buffers on seek and READY.
5536
5537         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_reset),
5538         (vorbis_dec_convert), (vorbis_dec_src_query),
5539         (vorbis_dec_src_event), (vorbis_dec_sink_event),
5540         (vorbis_handle_comment_packet), (vorbis_dec_push),
5541         (vorbis_handle_data_packet), (vorbis_dec_chain),
5542         (vorbis_dec_change_state):
5543         * ext/vorbis/vorbisdec.h:
5544         Remove old useless packetno variable.
5545         Do position query properly.
5546         Add some G_LIKELY.
5547         Do cleanup of queued buffers in new helper function
5548         and use it.
5549
5550 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
5551
5552         * ext/alsa/gstalsasink.c: (gst_alsasink_getcaps):
5553           Query supported sample rates. Fixes #341732.
5554
5555 2006-05-15  Julien MOUTTE  <julien@moutte.net>
5556
5557         * gst/playback/gstdecodebin.c: (cleanup_decodebin),
5558         (gst_decode_bin_change_state): Make decodebin reusable
5559         when going from PAUSE_TO_READY and then back to PAUSED.
5560         Fixes #331678.
5561
5562 2006-05-15  Wim Taymans  <wim@fluendo.com>
5563
5564         * ext/vorbis/vorbisdec.c: (vorbis_get_query_types),
5565         (vorbis_dec_convert), (vorbis_dec_src_query),
5566         (vorbis_dec_sink_query), (vorbis_dec_src_event),
5567         (vorbis_dec_sink_event), (vorbis_handle_identification_packet),
5568         (vorbis_dec_clean_queued), (vorbis_dec_push),
5569         (vorbis_handle_data_packet), (vorbis_dec_change_state):
5570         Cleanups. Use refcounting and DEBUG_OBJECT.
5571         Reset segment on flush, use code methods instead of our
5572         own wrong version.
5573         Fix potential memleak.
5574
5575 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
5576
5577         * ext/alsa/gstalsasink.c: (gst_alsasink_finalise),
5578         (gst_alsasink_init):
5579         * ext/alsa/gstalsasink.h:
5580           Don't leak allocated snd_output_t structure if there's
5581           more than one alsasink instance at a time (#341873).
5582           Also fix GObject macros in header file.
5583           
5584 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
5585
5586         * gst/subparse/gstsubparse.c:
5587         (gst_sub_parse_data_format_autodetect):
5588           Don't use libxml functions in the typefinding code.
5589
5590 2006-05-15  Wim Taymans  <wim@fluendo.com>
5591
5592         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet):
5593         Fix seeking performance in the case where a non-header 
5594         packet has a 0 granulepos (busted theora case). 
5595         Fixes #341719
5596         (nvdr: thanks Wim for not mentioning who spotted and fixed it in
5597          the first place, you limelight stealer you)
5598
5599 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
5600
5601         * gst/subparse/gstsubparse.c:
5602         (gst_sub_parse_data_format_autodetect):
5603           Improve SAMI typefinding: handle case where there are
5604           whitespaces or newlines in front of the first <SAMI>
5605           tag (#169936).
5606
5607 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
5608
5609         * configure.ac:
5610           Build video4linux plugin even if there's no XVIDEO, just
5611           without implementing the GstXOverlay interface (#334002).
5612          
5613 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
5614
5615         * configure.ac:
5616         * ext/libvisual/visual.c: (gst_visual_actor_plugin_is_gl),
5617         (plugin_init):
5618           Add tentative support for libvisual-0.4 (#336881).
5619
5620 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
5621
5622         Patch by: Young-Ho Cha <ganadist at chollian net>
5623
5624         * gst/subparse/samiparse.c: (handle_start_font):
5625           Need to map "silver" colour explicitly (#169936).
5626
5627 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
5628
5629         Patch by: Young-Ho Cha  <ganadist at chollian net>
5630
5631         * gst/subparse/Makefile.am:
5632         * gst/subparse/gstsubparse.c: (gst_sub_parse_dispose),
5633         (parser_state_dispose), (gst_sub_parse_data_format_autodetect),
5634         (gst_sub_parse_format_autodetect), (feed_textbuf),
5635         (gst_subparse_type_find), (plugin_init):
5636         * gst/subparse/gstsubparse.h:
5637         * gst/subparse/samiparse.c:
5638         * gst/subparse/samiparse.h:
5639           Add support for SAMI subtitles (#169936).
5640
5641 2006-05-14  Michael Smith  <msmith@fluendo.com>
5642
5643         * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_fill_others):
5644           Fix #341696: crash when mixing L+R+C to mono or stereo.
5645         * tests/check/Makefile.am:
5646         * tests/check/elements/audioconvert.c: (set_channel_positions),
5647         (get_float_mc_caps), (get_int_mc_caps), (GST_START_TEST),
5648         (audioconvert_suite):
5649           Add test for the above, including some generic framework bits for
5650           testing multichannel things.
5651
5652 === release 0.10.7 ===
5653
5654 2006-05-14  Jan Schmidt <thaytan@mad.scientist.com>
5655
5656         * configure.ac:
5657           releasing 0.10.7, "Leave the gun"
5658
5659 2006-05-13  Jan Schmidt  <thaytan@mad.scientist.com>
5660
5661         * gst/videoscale/gstvideoscale.c: (gst_video_scale_fixate_caps):
5662         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps):
5663         Fix the build.
5664
5665 2006-05-12  Jan Schmidt  <thaytan@mad.scientist.com>
5666
5667         * docs/libs/gst-plugins-base-libs-docs.sgml:
5668         * docs/libs/gst-plugins-base-libs-sections.txt:
5669         * gst-libs/gst/video/video.c: (gst_video_calculate_display_ratio):
5670         * gst-libs/gst/video/video.h:
5671         * gst/videoscale/Makefile.am:
5672         * gst/videoscale/gstvideoscale.c: (gst_video_scale_fixate_caps):
5673         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps):
5674         * tests/check/Makefile.am:
5675         * tests/check/libs/video.c: (GST_START_TEST), (video_suite),
5676         (main):
5677           Fix integer overflow problem with pixel-aspect-ratio calculations
5678           in videoscale and xvimagesink (#341542)
5679
5680 2006-05-12  Tim-Philipp Müller  <tim at centricular dot net>
5681
5682         * gst-libs/gst/tag/gstid3tag.c:
5683           Map GST_IMAGE_TAG to and from ID2v2 APIC frames (#341557).
5684
5685 2006-05-12  Sebastien Moutte  <sebastien@moutte.net>
5686
5687         * win32/MANIFEST:
5688           update win32 files listing
5689
5690 2006-05-11  Thomas Vander Stichele  <thomas at apestaart dot org>
5691
5692         patch by: Sjoerd Simons (sjoerd@luon.net)
5693
5694         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
5695         (group_create), (group_destroy), (add_stream),
5696         (gst_play_base_bin_get_property),
5697         (gst_play_base_bin_get_streaminfo_value_array):
5698         * gst/playback/gstplaybasebin.h:
5699           API: GstPlayBaseBin::stream-info-value-array property
5700           use a more bindings-friendly way of exposing streaminfo
5701           using a GValueArray.  Tested in ipython.
5702           Closes #341114
5703
5704 2006-05-11  Wim Taymans  <wim@fluendo.com>
5705
5706         * gst/playback/gstdecodebin.c: (try_to_link_1), (queue_enlarge),
5707         (queue_underrun_cb), (queue_filled_cb):
5708         Also catch queue underruns but don't do anything yet.
5709         Refactor and comment queue enlarging code a bit.
5710
5711         * gst/playback/gstplaybasebin.c: (queue_overrun),
5712         (queue_threshold_reached), (queue_out_of_data),
5713         (gen_preroll_element):
5714         If a queue over/underruns check that we don't create nasty
5715         deadlocks when the min-threshold is not reached but the
5716         max-bytes is. In those cases disable max-bytes when we
5717         know that the queue is fed timed data.
5718         Add more comments.
5719
5720 2006-05-11  Tim-Philipp Müller  <tim at centricular dot net>
5721
5722         * gst/playback/gstplaybin.c: (gen_audio_element):
5723           Make playbin automatically plug an 'audioresample'
5724           element before the audio sink as well. This solves
5725           problems with sinks that only accept a very specific
5726           sample rate, like esdsink (e.g. #340379).
5727
5728 2006-05-11  Tim-Philipp Müller  <tim at centricular dot net>
5729
5730         * gst/playback/gstplaybasebin.c: (gen_source_element):
5731           Make http sources send special headers so that we receive
5732           icecast metadata if the http stream is an icecast stream
5733           (otherwise the server will just ignore them). This also
5734           means that from now on users will need the 'icydemux'
5735           element from gst-plugins-good installed if they want to
5736           listen to icecast radio streams. (#341432, #333657).
5737
5738 2006-05-11  Thomas Vander Stichele  <thomas at apestaart dot org>
5739
5740         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_remove_client_link),
5741         (gst_multi_fd_sink_new_client), (gst_multi_fd_sink_stop):
5742           remove stupid example from docs - it should come with a simple
5743           C program instead.
5744           Clean up/fix docs
5745         * tests/check/elements/multifdsink.c: (wait_bytes_served),
5746         (fail_if_can_read), (GST_START_TEST),
5747         (gst_multifdsink_create_streamheader), (multifdsink_suite):
5748           add a test for changing streamheader which exposes a bug in
5749           multifdsink
5750
5751 2006-05-11  Michael Smith  <msmith@fluendo.com>
5752
5753         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_init),
5754         (gst_gnome_vfs_src_received_headers_callback):
5755         * ext/gnomevfs/gstgnomevfssrc.h:
5756           Don't set icy-caps unless we have a sane interval value. Move
5757           interval to a local variable; we never use it outside this function.
5758
5759 2006-05-11  Wim Taymans  <wim@fluendo.com>
5760
5761         * sys/ximage/ximagesink.c: (gst_ximagesink_get_type):
5762         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_type):
5763         Register special buffer types along with the objects so
5764         that they are not registered at runtime from N different
5765         streaming threads since they are not threadsafe.
5766
5767 2006-05-10  Thomas Vander Stichele  <thomas at apestaart dot org>
5768
5769         * tests/check/elements/multifdsink.c: (wait_bytes_served),
5770         (GST_START_TEST), (fail_unless_read), (multifdsink_suite):
5771           add two more tests, one doing streamheader
5772
5773 2006-05-10  Thomas Vander Stichele  <thomas at apestaart dot org>
5774
5775         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_stop):
5776           clean up the bufqueue when shutting down
5777         * tests/check/Makefile.am:
5778         * tests/check/elements/multifdsink.c: (setup_multifdsink),
5779         (cleanup_multifdsink), (GST_START_TEST), (multifdsink_suite),
5780         (main):
5781           add a test for the leak that was just fixed
5782
5783 2006-05-10  Wim Taymans  <wim@fluendo.com>
5784
5785         * gst/adder/gstadder.c: (gst_adder_setcaps),
5786         (gst_adder_query_duration), (gst_adder_query), (forward_event),
5787         (gst_adder_src_event), (gst_adder_sink_event),
5788         (gst_adder_class_init), (gst_adder_finalize),
5789         (gst_adder_request_new_pad), (gst_adder_collected):
5790         * gst/adder/gstadder.h:
5791         Updated some docs. Added comments and FIXMEs all over the place.
5792         Improve debugging info.
5793         Fix leak on finalize by not calling the parent.
5794         Implement duration query.
5795         Make event forwarding threadsafe.
5796         Correctly send NEWSEGMENT at start and after flush.
5797         Handle EOS correctly.
5798         Post error when not negotiated.
5799
5800         * tests/check/elements/adder.c: (GST_START_TEST):
5801         Added FIXME in the test.
5802
5803 2006-05-09  Tim-Philipp Müller  <tim at centricular dot net>
5804
5805         * ext/pango/gsttextoverlay.c: (gst_text_overlay_valign_get_type),
5806         (gst_text_overlay_halign_get_type),
5807         (gst_text_overlay_wrap_mode_get_type):
5808         * ext/theora/theoradec.c: (theora_handle_type_packet),
5809         (theora_handle_data_packet):
5810         * ext/theora/theoraenc.c: (gst_border_mode_get_type),
5811         (theora_enc_sink_setcaps), (theora_enc_chain):
5812         * gst-libs/gst/cdda/gstcddabasesrc.c:
5813         (gst_cdda_base_src_mode_get_type):
5814         * gst/audiotestsrc/gstaudiotestsrc.c:
5815         (gst_audiostestsrc_wave_get_type):
5816         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type):
5817         * gst/tcp/gstfdset.c: (gst_fdset_mode_get_type):
5818         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
5819         (gst_sync_method_get_type), (gst_unit_type_get_type),
5820         (gst_client_status_get_type):
5821         * gst/videoscale/gstvideoscale.c:
5822         (gst_video_scale_method_get_type):
5823         * gst/videotestsrc/gstvideotestsrc.c:
5824         (gst_video_test_src_pattern_get_type):
5825         * gst/videotestsrc/videotestsrc.c: (paint_setup_I420),
5826         (paint_setup_YV12), (paint_setup_YUY2), (paint_setup_UYVY),
5827         (paint_setup_YVYU), (paint_setup_IYU2), (paint_setup_Y41B),
5828         (paint_setup_Y42B), (paint_setup_Y800), (paint_setup_YVU9),
5829         (paint_setup_YUV9), (paint_setup_RGB888), (paint_setup_BGR888),
5830         (paint_setup_RGB565), (paint_setup_xRGB1555):
5831           Const-ify GEnumValue and GFlagsValue arrays. Use
5832           GST_ROUND_UP_* macros instead of home-made ones.
5833
5834 2006-05-09  Tim-Philipp Müller  <tim at centricular dot net>
5835
5836         * configure.ac:
5837           Require core CVS for the new newsegment stuff.
5838
5839 2006-05-09  Tim-Philipp Müller  <tim at centricular dot net>
5840
5841         Patch by: Sjoerd Simons  <sjoerd at luon net>
5842
5843         * gst/tcp/gstmultifdsink.c: (gst_client_status_get_type):
5844           Register nick for enum value (#341160).
5845
5846 2006-05-09  Stefan Kost  <ensonic@users.sf.net>
5847
5848         * gst/typefind/gsttypefindfunctions.c: (m4a_type_find),
5849         (plugin_init):
5850          backout typefind patch #340375
5851          
5852         * tests/check/elements/adder.c: (message_received),
5853         (GST_START_TEST), (adder_suite):
5854           redo, signal-handling of test
5855
5856 2006-05-09  Wim Taymans  <wim@fluendo.com>
5857
5858         * gst/adder/gstadder.c: (gst_adder_request_new_pad),
5859         (gst_adder_collected):
5860         * gst/adder/gstadder.h:
5861         Remove bogus segment merging and forwarding, we don't
5862         care about timestamps anyway and we just produce a
5863         continuous stream. 
5864         Also create a nice NEWSEGMENT event when we start.
5865         Use _scale_int some more.
5866
5867 2006-05-09  Edward Hervey  <edward@fluendo.com>
5868
5869         * tests/icles/stress-xoverlay.c:
5870         Fix if core was built without parsing support.
5871
5872 2006-05-09  Tim-Philipp Müller  <tim at centricular dot net>
5873
5874         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
5875           Add SEDG (Samsung MPEG-4) fourcc.
5876
5877 2006-05-09  Edward Hervey  <edward@fluendo.com>
5878
5879         * tests/icles/stress-xoverlay.c:
5880         * tests/examples/volume/volume.c:
5881         Fix if core was built without parsing support.
5882
5883         * tests/examples/seek/seek.c:
5884         Disable the parse_launch example if core was built without parsing
5885         support.
5886
5887 2006-05-08  Edward Hervey  <edward@fluendo.com>
5888
5889         * autogen.sh: (CONFIGURE_DEF_OPT): 
5890         libtoolize on Darwin/MacOSX is called glibtoolize
5891
5892 2006-05-07  Stefan Kost  <ensonic@users.sf.net>
5893
5894         * tests/check/Makefile.am:
5895         * tests/check/elements/adder.c: (event_loop), (GST_START_TEST):
5896           Disable the adder test, until the build-slaves posses the kindness to 
5897           either like it or to give valid reason for not doing so 
5898
5899 2006-05-07  Stefan Kost  <ensonic@users.sf.net>
5900
5901         * tests/check/elements/adder.c: (event_loop), (GST_START_TEST),
5902         (adder_suite):
5903           Shuffle NULL state change around and raise timeout more
5904
5905 2006-05-07  Stefan Kost  <ensonic@users.sf.net>
5906
5907         * gst/typefind/gsttypefindfunctions.c: (mp4_find_box),
5908         (mp4_type_find), (plugin_init):
5909           Add typefind to distinguish between "audio/x-m4a" and new type
5910           "video/mp4". Fixes #340375
5911
5912         * tests/check/elements/adder.c: (adder_suite):
5913           Raise timeout to make buildbot happy
5914
5915 2006-05-07  Stefan Kost  <ensonic@users.sf.net>
5916
5917         * gst/adder/gstadder.c: (gst_adder_sink_event),
5918         (gst_adder_request_new_pad), (gst_adder_change_state):
5919         * gst/adder/gstadder.h:
5920         * tests/check/Makefile.am:
5921         * tests/check/elements/adder.c: (event_loop), (GST_START_TEST),
5922         (adder_suite), (main):
5923           Add sink-event handling to adder. It tries to merge incomming
5924           newsegment-events. Added test to check if segment_done is comming
5925           through. Fixes #340060
5926
5927 2006-05-05  Andy Wingo  <wingo@pobox.com>
5928
5929         * ext/theora/theoraparse.c (gst_theora_parse_init)
5930         (theora_parse_src_convert, theora_parse_src_query):
5931         * ext/vorbis/vorbisparse.c (gst_vorbis_parse_init)
5932         (vorbis_parse_convert, vorbis_parse_src_query): Add convert and
5933         query functions on the source pads of the theora and vorbis parse
5934         elements. Fixes position querying when doing a remux.
5935
5936 2006-05-05  Michael Smith  <msmith@fluendo.com>
5937
5938         * ext/theora/theoraparse.c: (parse_granulepos),
5939         (theora_parse_drain_queue_prematurely),
5940         (theora_parse_queue_buffer), (theora_parse_sink_event):
5941           Fix flushing.
5942           Fix invalid granulepos outputs when starting with a non-keyframe.
5943
5944 2006-05-05  Jan Schmidt  <thaytan@mad.scientist.com>
5945
5946         * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find),
5947         (mpeg1_sys_type_find), (ogganx_type_find), (sw_data_destroy):
5948         Rearrange MPEG system stream detection, fixing some memleaks in the
5949         process.
5950         Constify the data for STARTS_WITH and RIFF helper handlers. Make sure
5951         they clean up their data correctly.
5952         Remove unused ogganx caps and move the 'is_annodex' check to inside
5953         the 'is_ogg' if statement.
5954
5955 2006-05-05  Wim Taymans  <wim@fluendo.com>
5956
5957         * gst/playback/gstdecodebin.c: (cleanup_decodebin):
5958         Properly remove ghostpads. Fixes #340392
5959
5960 2006-05-04  David Schleef  <ds@schleef.org>
5961
5962         * gst/typefind/gsttypefindfunctions.c:
5963
5964 2006-05-03  Jan Schmidt  <thaytan@mad.scientist.com>
5965
5966         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset),
5967         (mpeg_ts_probe_headers), (mpeg_ts_type_find):
5968
5969         When typefinding an MP3 in push-based mode, don't penalise the
5970         probability down to 74% when we found 5 valid frames just because we
5971         can't peek the end of the file.
5972
5973         Make the probability for detecting MPEG Transport Streams based on the
5974         number of sequential headers we successfully detected.
5975
5976 2006-05-03  Wim Taymans  <wim@fluendo.com>
5977
5978         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
5979         (vorbis_dec_push), (vorbis_dec_chain):
5980         Still produce an error when we receive an empty packet.
5981
5982 2006-05-03  Wim Taymans  <wim@fluendo.com>
5983
5984         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_peer),
5985         (gst_ogg_chain_mark_discont), (gst_ogg_chain_new_stream),
5986         (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek):
5987         Mark buffers with DISCONT after seek and after activating new
5988         chains.
5989
5990         * ext/theora/gsttheoradec.h:
5991         * ext/theora/theoradec.c: (gst_theora_dec_reset),
5992         (theora_get_query_types), (theora_dec_sink_event),
5993         (theora_dec_push), (theora_handle_data_packet), (theora_dec_chain),
5994         (theora_dec_change_state):
5995         Fix frame counter.
5996         Detect and mark DISCONT buffers.
5997
5998         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
5999         (vorbis_dec_sink_event), (vorbis_dec_push), (vorbis_dec_chain),
6000         (vorbis_dec_change_state):
6001         * ext/vorbis/vorbisdec.h:
6002         Use GstSegment.
6003         Detect and mark DISCONT buffers.
6004         Don't crash on 0 sized buffers.
6005
6006 2006-05-03  Wim Taymans  <wim@fluendo.com>
6007
6008         * gst/volume/gstvolume.c: (volume_funcfind), (volume_set_caps),
6009         (volume_transform_ip):
6010         Increase "volume" property to 10.0. Fixes #340369.
6011         Set the process function to NULL when capsnego fails so that
6012         we properly error out.
6013
6014 2006-05-02  Stefan Kost  <ensonic@users.sf.net>
6015
6016         * gst/playback/gstplaybin.c: (add_sink):
6017         * gst/playback/test.c: (main):
6018         * gst/playback/test5.c: (dump_element_stats):
6019         * gst/playback/test6.c: (main):
6020           free caps using gst_caps_unref, don't leak caps-strings
6021
6022 2006-05-01  Tim-Philipp Müller  <tim at centricular dot net>
6023
6024         * gst/typefind/gsttypefindfunctions.c: (musepack_type_find),
6025         (plugin_init):
6026           Refine musepack typefinding a bit. Return MAXIMUM
6027           probability when we detect stream version 7 to make
6028           sure the mpeg audio typefinder doesn't trump us.
6029
6030 2006-04-29  Tim-Philipp Müller  <tim at centricular dot net>
6031
6032         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
6033           Protect against unexpected NULL strf_data buffer.
6034
6035 2006-04-29  Thomas Vander Stichele  <thomas at apestaart dot org>
6036
6037         * tests/check/elements/audioconvert.c: (verify_convert),
6038         (GST_START_TEST):
6039           interpret the out[] buffer in the order the bytes are actually
6040           put in, which is LITTLE_ENDIAN, not BYTE_ORDER.
6041           Other tests should use BYTE_ORDER since the array is filled in
6042           with actual values
6043
6044 2006-04-29  Thomas Vander Stichele  <thomas at apestaart dot org>
6045
6046         * tests/check/elements/audioconvert.c: (verify_convert),
6047         (GST_START_TEST):
6048           when a test fails, give an indication of which it is
6049
6050 2006-04-29  Thomas Vander Stichele  <thomas at apestaart dot org>
6051
6052         * gst-libs/gst/cdda/gstcddabasesrc.c:
6053           compile fix; strtol() needs <stdlib.h>
6054
6055 2006-04-28  Stefan Kost  <ensonic@users.sf.net>
6056
6057         * ext/alsa/gstalsamixerelement.c:
6058         * ext/alsa/gstalsasrc.c:
6059         * ext/cdparanoia/gstcdparanoiasrc.c:
6060         * ext/gnomevfs/gstgnomevfssink.c:
6061         * ext/gnomevfs/gstgnomevfssrc.c:
6062         * ext/ogg/gstoggdemux.c:
6063         * ext/ogg/gstoggmux.c:
6064         * ext/ogg/gstoggparse.c:
6065         * ext/ogg/gstogmparse.c:
6066         * ext/pango/gstclockoverlay.c:
6067         * ext/pango/gsttextoverlay.c:
6068         * ext/pango/gsttextrender.c:
6069         * ext/pango/gsttimeoverlay.c:
6070         * ext/theora/theoradec.c:
6071         * ext/theora/theoraenc.c:
6072         * ext/vorbis/vorbisdec.c:
6073         * ext/vorbis/vorbisenc.c:
6074         * gst-libs/gst/audio/gstaudiofilter.c:
6075         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
6076         * gst/audioconvert/gstaudioconvert.c:
6077         * gst/audiorate/gstaudiorate.c:
6078         * gst/audioresample/gstaudioresample.c:
6079         * gst/audiotestsrc/gstaudiotestsrc.c:
6080         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
6081         * gst/playback/gstdecodebin.c:
6082         * gst/playback/gstplaybin.c:
6083         * gst/playback/gststreamselector.c:
6084         * gst/subparse/gstsubparse.c:
6085         * gst/tcp/gstmultifdsink.c:
6086         * gst/tcp/gsttcpclientsink.c:
6087         * gst/tcp/gsttcpclientsrc.c:
6088         * gst/tcp/gsttcpserversink.c:
6089         * gst/tcp/gsttcpserversrc.c:
6090         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
6091         * gst/videorate/gstvideorate.c:
6092         * gst/videoscale/gstvideoscale.c:
6093         * gst/videotestsrc/gstvideotestsrc.c:
6094         * gst/volume/gstvolume.c:
6095         * sys/v4l/gstv4ljpegsrc.c:
6096         * sys/v4l/gstv4lmjpegsink.c:
6097         * sys/v4l/gstv4lmjpegsrc.c:
6098         * sys/v4l/gstv4lsrc.c:
6099         * sys/ximage/ximagesink.c:
6100         * sys/xvimage/xvimagesink.c:
6101         * tests/check/libs/cddabasesrc.c:
6102           make GstElementDetails const
6103
6104 2006-04-28  Stefan Kost  <ensonic@users.sf.net>
6105
6106         * gst/adder/gstadder.c: (gst_adder_setcaps), (gst_adder_src_event),
6107         (gst_adder_init):
6108           send events from src-pad to all sink-pads fixes #338657
6109
6110 2006-04-28  Stefan Kost  <ensonic@users.sf.net>
6111
6112         * ext/alsa/gstalsasink.c: (gst_alsasink_getcaps),
6113         (alsasink_parse_spec):
6114           query width capabilities from alsa, fixes #338919
6115
6116 2006-04-28  Wim Taymans  <wim@fluendo.com>
6117
6118         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init),
6119         (gst_multi_fd_sink_remove_client_link):
6120         * gst/tcp/gstmultifdsink.h:
6121         Fix race condition in multifdsink that can lead to spurious 
6122         duplicate clients. this patch adds a new signal that is fired when
6123         multifdsink has removed all references to the fd.
6124         Fixes #339574.
6125         Updated documentation.
6126         API: client-fd-removed signal added
6127
6128 2006-04-28  Michael Smith  <msmith@fluendo.com>
6129
6130         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_get_stats):
6131           When asking g_value_array_new to prealloc elements, we may as well
6132           ask for the right number of elements.
6133
6134 2006-04-28  Wim Taymans  <wim@fluendo.com>
6135
6136         * gst-libs/gst/audio/gstbaseaudiosink.c:
6137         (gst_base_audio_sink_drain), (gst_base_audio_sink_event),
6138         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
6139         patch to make timestamp checking more tollerant to rounding 
6140         errors given that real discontinuities are to be marked on
6141         buffers. Fixes some asf files and #338778.
6142         Also avoid some crashers when we receive an event in the 
6143         NULL state.
6144
6145 2006-04-28  Michael Smith  <msmith@fluendo.com>
6146
6147         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_class_init),
6148         (gst_gnome_vfs_src_init), (gst_gnome_vfs_src_finalize),
6149         (gst_gnome_vfs_src_get_property),
6150         (gst_gnome_vfs_src_send_additional_headers_callback),
6151         (gst_gnome_vfs_src_received_headers_callback),
6152         (gst_gnome_vfs_src_create), (gst_gnome_vfs_src_start),
6153         (gst_gnome_vfs_src_stop):
6154         * ext/gnomevfs/gstgnomevfssrc.h:
6155           Remove ICY handling (mostly) from gnomevfssrc, in favour of
6156           proper shared support within icydemux.
6157
6158 2006-04-28  Thomas Vander Stichele  <thomas at apestaart dot org>
6159
6160         * gst/videorate/gstvideorate.c: (gst_video_rate_reset),
6161         (gst_video_rate_swap_prev), (gst_video_rate_chain):
6162           fix up docs
6163           fix a leak when no caps negotiated
6164           fix counting of input frames
6165         * tests/check/elements/.cvsignore:
6166         * tests/check/elements/videorate.c: (assert_videorate_stats),
6167         (GST_START_TEST), (videorate_suite):
6168           add tests for these
6169
6170 2006-04-28  Wim Taymans  <wim@fluendo.com>
6171
6172         * gst-libs/gst/audio/gstringbuffer.c:
6173         (gst_ring_buffer_set_callback), (gst_ring_buffer_acquire),
6174         (gst_ring_buffer_release), (gst_ring_buffer_is_acquired),
6175         (gst_ring_buffer_set_flushing), (gst_ring_buffer_start),
6176         (gst_ring_buffer_pause), (gst_ring_buffer_stop),
6177         (gst_ring_buffer_delay), (gst_ring_buffer_samples_done),
6178         (gst_ring_buffer_set_sample), (gst_ring_buffer_clear_all),
6179         (gst_ring_buffer_commit), (gst_ring_buffer_read),
6180         (gst_ring_buffer_prepare_read), (gst_ring_buffer_advance),
6181         (gst_ring_buffer_clear), (gst_ring_buffer_may_start):
6182         Check arguments passed to public functions instead of
6183         crashing.
6184
6185 2006-04-28  Wim Taymans  <wim@fluendo.com>
6186
6187         * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_init),
6188         (gst_base_audio_src_get_time), (gst_base_audio_src_create):
6189         GstBaseAudioSrc must be live or it does not work.
6190
6191         * gst-libs/gst/audio/gstaudiosrc.c: (gst_audio_src_init):
6192         Don't set live to TRUE as this is the default in the parentclass.
6193
6194 2006-04-28  Wim Taymans  <wim@fluendo.com>
6195
6196         * gst/videoscale/gstvideoscale.c: (gst_video_scale_transform_caps),
6197         (gst_video_scale_fixate_caps), (gst_video_scale_src_event):
6198         Videoscale doesn't pass on pixel-aspect ratio. Handle all
6199         fixation cases better. Fixes #338991
6200
6201 2006-04-28  Wim Taymans  <wim@fluendo.com>
6202
6203         * gst/videotestsrc/gstvideotestsrc.c: (gst_video_test_src_create):
6204         Handle 0/1 framerate correctly Fixes #331901.
6205
6206 2006-04-28  Wim Taymans  <wim@fluendo.com>
6207
6208         * tests/check/elements/audioconvert.c: (get_float_caps),
6209         (GST_START_TEST), (audioconvert_suite):
6210         Added check for correct clipping when doing float samples
6211         in audioconvert.
6212
6213 2006-04-28  Wim Taymans  <wim@fluendo.com>
6214
6215         * gst/videorate/gstvideorate.c: (gst_video_rate_event),
6216         (gst_video_rate_chain):
6217         Print more debugging info.
6218
6219 2006-04-28  Wim Taymans  <wim@fluendo.com>
6220
6221         * gst/audioresample/gstaudioresample.c: (gst_audioresample_init),
6222         (resample_set_state_from_caps):
6223         Add support for other formats audioresample can handle such as
6224         32 bits in and float and 64 bits float. Fixes #301759
6225
6226 2006-04-28  Wim Taymans  <wim@fluendo.com>
6227
6228         * gst/audioconvert/audioconvert.c: (float):
6229         correctly clip float samples > 1.0. Fixes #338718
6230
6231 2006-04-28  Tim-Philipp Müller  <tim at centricular dot net>
6232
6233         Patch by: Young-Ho Cha  <ganadist at chollian net>
6234
6235         * ext/pango/gsttextoverlay.c: (gst_text_overlay_init),
6236         (gst_text_overlay_render_text):
6237           Don't strip newlines from the text. Also, center lines
6238           within multi-line paragraphs (#339405).
6239
6240 2006-04-28  Tim-Philipp Müller  <tim at centricular dot net>
6241
6242         * gst/typefind/gsttypefindfunctions.c: (wavpack_type_find):
6243           Fix wavpack typefinding to work in more cases (don't peek
6244           for chunks of multiple hundred kBs at once, but process
6245           things step-by-step in smaller units). Fixes #339786.
6246
6247 2006-04-28  Thomas Vander Stichele  <thomas at apestaart dot org>
6248
6249         * configure.ac:
6250           back to HEAD
6251
6252 === release 0.10.6 ===
6253
6254 2006-04-28  Thomas Vander Stichele <thomas at apestaart dot org>
6255
6256         * configure.ac:
6257           releasing 0.10.6, "Chao"
6258
6259 2006-04-26  David Schleef  <ds@schleef.org>
6260
6261         * gst/videoscale/gstvideoscale.c: Add call to oil_init().
6262           Fixes #338897.
6263
6264 2006-04-26  Thomas Vander Stichele  <thomas at apestaart dot org>
6265
6266         * configure.ac:
6267         * win32/common/config.h:
6268           new prerelease
6269
6270 2006-04-26  Thomas Vander Stichele  <thomas at apestaart dot org>
6271
6272         patch by: Wim Taymans
6273
6274         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
6275         (gst_ogg_demux_perform_seek):
6276           make sure correct newsegments are sent, so that the decoder
6277           and the demuxer agree on timestamps.  Fixes playback of a lot
6278           of Ogg files that do not start from 0.  Fixes #339833.
6279
6280 2006-04-26  Thomas Vander Stichele  <thomas at apestaart dot org>
6281
6282         Patch by: Edward Hervey  <edward@fluendo.com>
6283
6284         * gst/videorate/gstvideorate.c: (gst_video_rate_chain):
6285         * tests/check/Makefile.am:
6286         * tests/check/elements/videorate.c: (assert_videorate_stats),
6287         (setup_videorate), (cleanup_videorate), (GST_START_TEST),
6288         (videorate_suite), (main):
6289           Fix an infinite loop if frames are passed in with wrongly ordered
6290           timestamps.  Fixes #339013.
6291
6292 2006-04-22  Thomas Vander Stichele  <thomas at apestaart dot org>
6293
6294         Patch by: Tim-Philipp Müller  <tim at centricular dot net>
6295
6296         * gst/typefind/gsttypefindfunctions.c: (qt_type_find):
6297           fix typefinding on some ISO files.  Fixes #339212.
6298
6299 2006-04-22  Thomas Vander Stichele  <thomas at apestaart dot org>
6300
6301         Patch by: Tim-Philipp Müller  <tim at centricular dot net>
6302
6303         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
6304           add another H264 fourcc.  Fixes #339047.
6305
6306 2006-04-22  Thomas Vander Stichele  <thomas at apestaart dot org>
6307
6308         Patch by: Jan Schmidt
6309
6310         * gst/playback/gststreamselector.c:
6311         (gst_stream_selector_bufferalloc):
6312           Restore old StreamSelector behaviour.
6313           Fixes #338419.
6314
6315 2006-04-12  Thomas Vander Stichele  <thomas at apestaart dot org>
6316
6317         * configure.ac:
6318         * win32/common/config.h:
6319           prerelease
6320
6321 2006-04-11  Tim-Philipp Müller  <tim at centricular dot net>
6322
6323         Patch by: Antoine Tremblay  <hexa00 at gmail dot com>
6324
6325         * gst-libs/gst/rtp/gstbasertpdepayload.c:
6326         (gst_base_rtp_depayload_finalize), (gst_base_rtp_depayload_push):
6327           Fix some memory leaks: on finalize, free buffers left in the queue
6328           before destroying the queue; in _push(), unref rtp_buf even if
6329           the process vfunc returned a NULL buffer as output buffer (#337548);
6330           demote some recuring debug messages to LOG level.
6331
6332 2006-04-11  Wim Taymans  <wim@fluendo.com>
6333
6334         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query),
6335         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
6336         (gst_ogg_chain_free), (gst_ogg_demux_sink_event),
6337         (gst_ogg_demux_loop):
6338         More cleanups.
6339         Respect segment stop when emiting EOS or SEGMENT_DONE.
6340         Fixes (#337945).
6341
6342 2006-04-11  Tim-Philipp Müller  <tim at centricular dot net>
6343
6344         * gst/playback/gststreamselector.c:
6345         (gst_stream_selector_get_property):
6346           Don't leak pad name.
6347
6348 2006-04-10  Michael Smith  <msmith@fluendo.com>
6349
6350         * tests/check/Makefile.am:
6351         * tests/check/gst-plugins-base.supp:
6352           Suppress an old libtheora bug (fixed in more recent versions), so 
6353           that FC4 buildslaves can pass.
6354
6355 2006-04-10  Wim Taymans  <wim@fluendo.com>
6356
6357         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query),
6358         (gst_ogg_demux_receive_event), (gst_ogg_pad_event),
6359         (gst_ogg_demux_init), (gst_ogg_demux_finalize),
6360         (gst_ogg_demux_sink_event), (gst_ogg_demux_get_data),
6361         (gst_ogg_demux_loop):
6362         Don't leak events.
6363         Remember what error we got when finding chains, if we
6364         were shutdown, that would not be an error.
6365
6366 2006-04-10  Wim Taymans  <wim@fluendo.com>
6367
6368         * gst-libs/gst/audio/gstbaseaudiosink.c:
6369         (gst_base_audio_sink_event):
6370         Starting the ringbuffer when we did not acquire it can cause
6371         a deadlock, is pointless and causes nasty things for
6372         subclasses. 
6373         Fixes gst-launch audiotestsrc num-buffers=0 ! alsasink.
6374
6375 2006-04-10  Wim Taymans  <wim@fluendo.com>
6376
6377         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query),
6378         (gst_ogg_demux_receive_event), (gst_ogg_pad_event),
6379         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
6380         (gst_ogg_demux_submit_buffer), (gst_ogg_demux_get_data),
6381         (gst_ogg_demux_deactivate_current_chain),
6382         (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek),
6383         (gst_ogg_demux_bisect_forward_serialno),
6384         (gst_ogg_demux_find_chains), (gst_ogg_demux_chain):
6385         Add some more debugging.
6386
6387 2006-04-10  Wim Taymans  <wim@fluendo.com>
6388
6389         * ext/theora/theoradec.c: (theora_dec_src_event),
6390         (theora_handle_data_packet):
6391         Some more debug info.
6392
6393         * tests/examples/seek/seek.c: (start_seek), (main):
6394         Print element messages too.
6395
6396 2006-04-09  Sebastien Moutte  <sebastien@moutte.net>
6397
6398         * gst/audioresample/debug.h:
6399           replace debug macros with variable number of parameters
6400           by a simple alias to gstreamer standard debug macros 
6401          (#define RESAMPLE_ERROR GST_ERROR, __VA_ARGS__ is not
6402           supported by MSVC 6.0 and 7.1)
6403         * gst/audioresample/resample.h:
6404           define M_PI and rint for WIN32
6405         * win32/common/libgstaudio.def:
6406         * win32/common/libgstriff.def:
6407         * win32/common/libgsttag.def:
6408         * win32/common/libgstvideo.def:
6409           add new exported functions
6410         * win32/vs6:
6411           update project files
6412
6413 2006-04-08  Stefan Kost  <ensonic@users.sf.net>
6414
6415         * ext/alsa/gstalsamixeroptions.c:
6416         (gst_alsa_mixer_options_class_init):
6417         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_class_init):
6418         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_class_init):
6419         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init):
6420         * ext/ogg/gstoggparse.c: (gst_ogg_parse_class_init):
6421         * gst-libs/gst/audio/gstaudioclock.c: (gst_audio_clock_class_init):
6422         * gst-libs/gst/audio/gstaudiofilter.c:
6423         (gst_audio_filter_class_init):
6424         * gst-libs/gst/audio/gstaudiosink.c:
6425         (gst_audioringbuffer_class_init):
6426         * gst-libs/gst/audio/gstaudiosrc.c:
6427         (gst_audioringbuffer_class_init):
6428         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_class_init):
6429         * gst-libs/gst/interfaces/colorbalancechannel.c:
6430         (gst_color_balance_channel_class_init):
6431         * gst-libs/gst/interfaces/mixeroptions.c:
6432         (gst_mixer_options_class_init):
6433         * gst-libs/gst/interfaces/mixertrack.c:
6434         (gst_mixer_track_class_init):
6435         * gst-libs/gst/interfaces/tunerchannel.c:
6436         (gst_tuner_channel_class_init):
6437         * gst-libs/gst/interfaces/tunernorm.c: (gst_tuner_norm_class_init):
6438         * gst-libs/gst/netbuffer/gstnetbuffer.c:
6439         (gst_netbuffer_class_init):
6440         * gst-libs/gst/rtp/gstbasertppayload.c:
6441         (gst_basertppayload_class_init):
6442         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init):
6443         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init):
6444         * gst/playback/gstplaybin.c: (gst_play_bin_class_init):
6445         * gst/playback/gststreaminfo.c: (gst_stream_info_class_init):
6446         * gst/playback/gststreamselector.c:
6447         (gst_stream_selector_class_init):
6448         * gst/subparse/gstsubparse.c: (gst_sub_parse_class_init):
6449         * gst/tcp/gsttcpclientsink.c: (gst_tcp_client_sink_class_init):
6450         * sys/v4l/gstv4lcolorbalance.c:
6451         (gst_v4l_color_balance_channel_class_init):
6452         * sys/v4l/gstv4ljpegsrc.c: (gst_v4ljpegsrc_class_init):
6453         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_class_init):
6454         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_class_init):
6455         * sys/v4l/gstv4ltuner.c: (gst_v4l_tuner_channel_class_init),
6456         (gst_v4l_tuner_norm_class_init):
6457         * sys/ximage/ximagesink.c: (gst_ximagesink_class_init):
6458         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_class_init):
6459         * tests/old/testsuite/alsa/sinesrc.c: (sinesrc_class_init):
6460         Fix #337365 (g_type_class_ref <-> g_type_class_peek_parent)
6461
6462 2006-04-08  Stefan Kost  <ensonic@users.sf.net>
6463
6464         * ext/pango/gsttextrender.h:
6465         * gst-libs/gst/audio/gstaudiosink.h:
6466         * gst-libs/gst/audio/gstaudiosrc.h:
6467         * gst-libs/gst/audio/gstbaseaudiosink.h:
6468         * gst-libs/gst/audio/gstbaseaudiosrc.h:
6469         * gst-libs/gst/audio/gstringbuffer.h:
6470         * gst-libs/gst/rtp/gstbasertpdepayload.h:
6471         * gst-libs/gst/rtp/gstbasertppayload.h:
6472         * gst-libs/gst/video/gstvideofilter.h:
6473         * gst-libs/gst/video/gstvideosink.h:
6474         * gst/playback/gstplaybasebin.h:
6475         * gst/tcp/gstmultifdsink.h:
6476         * sys/v4l/gstv4lelement.h:
6477         Fix broken GObject macros
6478
6479 2006-04-08  Stefan Kost  <ensonic@users.sf.net>
6480
6481         * ext/alsa/gstalsasink.c: (set_hwparams), (alsasink_parse_spec):
6482         More debug to trace why my USB headset is not working with gst
6483
6484 2006-04-07  Jan Schmidt  <thaytan@mad.scientist.com>
6485
6486         * gst/playback/gstplaybasebin.c: (group_destroy):
6487         Clean up our group elements properly in the case where it never 
6488         got committed - it still got added unconditionally to the bin.
6489
6490 2006-04-07  Wim Taymans  <wim@fluendo.com>
6491
6492         * ext/theora/theoradec.c: (theora_dec_sink_event),
6493         (theora_handle_data_packet), (theora_dec_chain):
6494         Unref unhandled events.
6495         Protect against empty buffers.
6496         Perform QoS on running time.
6497
6498 2006-04-07  Michael Smith  <msmith@fluendo.com>
6499
6500         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_set_header_on_caps),
6501         (gst_vorbis_enc_chain):
6502           Remove leaks from vorbisenc.
6503           Mostly minor changes, the only significant one is that now the
6504           buffers we set as 'streamheader' on the caps are copies of the
6505           original buffers, to avoid circular refcounting problems.
6506
6507 2006-04-07  Jan Schmidt  <thaytan@mad.scientist.com>
6508
6509         * gst/playback/gstplaybasebin.c: (mute_stream), (setup_substreams):
6510           Don't remove our mute-probe if someone else already did so.
6511           Don't set a 2nd one if there is already one pending on the pad.
6512
6513         * gst/playback/gstplaybin.c: (gst_play_bin_send_event_to_sink),
6514         (do_playbin_seek):
6515           When a seek fails, ensure that playbin is still set back to playing.
6516           
6517         * gst/typefind/gsttypefindfunctions.c: (mpeg_ts_probe_headers),
6518         (mpeg_ts_type_find), (plugin_init):
6519           Add a typefind function for mpeg-ts streams. (Closes: #336617)
6520
6521 2006-04-06  Andy Wingo  <wingo@pobox.com>
6522
6523         * gst/videorate/gstvideorate.c (gst_video_rate_reset) 
6524         (gst_video_rate_init): Caps-related parameters should not be reset
6525         by a flush -- move their inits to the instance init function.
6526         (gst_video_rate_flush_prev): Don't complain if gst_pad_push
6527         is not OK, just return the result.
6528
6529         * gst/audiotestsrc/gstaudiotestsrc.c
6530         (gst_audio_test_src_class_init)
6531         (gst_audio_test_src_get_times): Re-enable is-live=true, as was
6532         broken by Stefan's commit on 24 March.
6533
6534         * ext/ogg/gstoggmux.c (gst_ogg_mux_push_buffer): Set caps on
6535         buffers being pushed out. Fixes oggmux ! multifdsink.
6536
6537 2006-04-05  Tim-Philipp Müller  <tim at centricular dot net>
6538
6539         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_class_init),
6540         (gst_vorbis_dec_init), (vorbis_dec_finalize):
6541         * ext/vorbis/vorbisdec.h:
6542         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_add_interfaces),
6543         (gst_vorbis_enc_base_init), (gst_vorbis_enc_class_init),
6544         (gst_vorbis_enc_sink_setcaps), (gst_vorbis_enc_convert_src),
6545         (gst_vorbis_enc_convert_sink), (gst_vorbis_enc_get_query_types),
6546         (gst_vorbis_enc_src_query), (gst_vorbis_enc_sink_query),
6547         (gst_vorbis_enc_init), (gst_vorbis_enc_get_tag_value),
6548         (gst_vorbis_enc_metadata_set1), (gst_vorbis_enc_set_metadata),
6549         (gst_vorbis_enc_setup), (gst_vorbis_enc_clear),
6550         (gst_vorbis_enc_buffer_from_packet),
6551         (gst_vorbis_enc_buffer_from_header_packet),
6552         (gst_vorbis_enc_push_buffer), (gst_vorbis_enc_push_packet),
6553         (gst_vorbis_enc_set_header_on_caps), (gst_vorbis_enc_sink_event),
6554         (gst_vorbis_enc_chain), (gst_vorbis_enc_output_buffers),
6555         (gst_vorbis_enc_get_property), (gst_vorbis_enc_set_property),
6556         (gst_vorbis_enc_change_state):
6557         * ext/vorbis/vorbisenc.h:
6558           Remove left-over 0.8 cruft; use GST_DEBUG_FUNCPTR; make
6559           vorbisenc adhere to the official nomenclature; use boilerplate
6560           macro.
6561
6562 2006-04-04  Andy Wingo  <wingo@pobox.com>
6563
6564         * gst/videorate/gstvideorate.c (gst_video_rate_flush_prev):
6565         Whoops, fix bug introduced. Bad hacker!
6566         
6567         * gst/videorate/gstvideorate.c (gst_video_rate_flush_prev):
6568         Properly handle the case where you get EOS before any buffers are
6569         received. Use gst_buffer_make_metadata_writable where appropriate.
6570
6571         * ext/theora/theoradec.c (theora_handle_data_packet): This value
6572         is often negative -- make it signed so as not to wrap around.
6573         Fixes segfaults introduced on 9 March.
6574
6575 2006-04-03  Wim Taymans  <wim@fluendo.com>
6576
6577         * ext/theora/gsttheoradec.h:
6578         * ext/theora/theoradec.c: (theora_dec_src_event):
6579         Don't try to store a gdouble in a gboolean.
6580         Small cleanups.
6581
6582 2006-04-03  Michael Smith  <msmith@fluendo.com>
6583
6584         * ext/ogg/gstoggmux.c: (gst_ogg_mux_queue_pads):
6585           Oggmux sucks.
6586           Make it suck slightly less by writing out the final page.
6587           Still can't encode a vorbis-in-ogg file correctly, though.
6588
6589 2006-04-03  Andy Wingo  <wingo@pobox.com>
6590
6591         * ext/theora/theoraparse.c (theora_parse_drain_queue): Um, remove
6592         a g_print.
6593
6594         * ext/theora/theora.c (plugin_init): Register theoraparse.
6595
6596         * ext/theora/gsttheoraparse.h: 
6597         * ext/theora/theoraparse.c: New files implementing a theora
6598         parser. Now we can properly remux ogg/theora+vorbis, yay.
6599
6600         * ext/vorbis/vorbisparse.c: Add some docs and a copyright.
6601
6602 2006-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
6603
6604         * gst/audiotestsrc/gstaudiotestsrc.c:
6605           Fixed the sample pipeline (see #323798)
6606
6607 2006-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
6608
6609         * configure.ac:
6610         * win32/common/config.h:
6611         * win32/common/config.h.in:
6612           use AS_VERSION and AS_NANO
6613           more cleanups
6614
6615 2006-03-31  Andy Wingo  <wingo@pobox.com>
6616
6617         * ext/vorbis/vorbisparse.c (vorbis_parse_sink_event): Fix
6618         uninitialized variable return that would happen.
6619         
6620         * ext/vorbis/vorbisparse.c (vorbis_parse_drain_queue): Fix
6621         uninitialized variable return that would never happen.
6622
6623         * ext/vorbis/vorbisparse.c (gst_vorbis_parse_init) 
6624         (vorbis_parse_sink_event): Add an event function to flush our
6625         state on a seek, and to drain buffers on a premature EOS.
6626         (vorbis_parse_push_headers, vorbis_parse_clear_queue) 
6627         (vorbis_parse_push_buffer, vorbis_parse_drain_queue_prematurely) 
6628         (vorbis_parse_chain, vorbis_parse_queue_buffer) 
6629         (vorbis_parse_drain_queue): Queue up buffers until we can set
6630         their timestamps and granulepos values.
6631
6632         * ext/vorbis/vorbisparse.h: Include the vorbis decoder headers,
6633         and keep track of data needed for deriving granulepos and
6634         timestamps for buffers.
6635
6636 2006-03-29  Wim Taymans  <wim@fluendo.com>
6637
6638         Patch by: j^ <j at bootlab dot org>
6639
6640         * ext/alsa/gstalsamixerelement.c:
6641         (gst_alsa_mixer_element_class_init):
6642         * ext/alsa/gstalsasink.c:
6643         * ext/alsa/gstalsasrc.c: (gst_alsasrc_class_init):
6644         * ext/ogg/gstoggdemux.c:
6645         * ext/ogg/gstoggmux.c:
6646         * ext/ogg/gstoggparse.c:
6647         * ext/pango/gstclockoverlay.c:
6648         * ext/pango/gsttextoverlay.c:
6649         * ext/pango/gsttextrender.c:
6650         * ext/pango/gsttimeoverlay.c:
6651         * ext/theora/theoradec.c:
6652         * ext/theora/theoraenc.c:
6653         * ext/vorbis/vorbisdec.c:
6654         * ext/vorbis/vorbisenc.c:
6655         * gst/audioconvert/gstaudioconvert.c:
6656         * gst/subparse/gstsubparse.c:
6657         * gst/tcp/gstmultifdsink.c:
6658         * gst/tcp/gsttcpclientsink.c:
6659         * gst/tcp/gsttcpclientsrc.c:
6660         * gst/tcp/gsttcpserversink.c:
6661         * gst/tcp/gsttcpserversrc.c:
6662           better/unified long descriptions
6663           Fixes #336477
6664
6665 2006-03-29  Wim Taymans  <wim@fluendo.com>
6666
6667         * tests/examples/seek/seek.c: (end_scrub), (seek_cb), (start_seek),
6668         (stop_seek):
6669         Don't let double and triple clicks mess up our state.
6670
6671 2006-03-28  Tim-Philipp Müller  <tim at centricular dot net>
6672
6673         * gst/playback/gstplaybin.c: (gen_video_element),
6674         (gen_text_element), (gen_audio_element), (gen_vis_element):
6675           Error out gracefully when we can't create any of the usual
6676           conversion elements for some reason. Also, don't try to
6677           create an audioscale (sic) element that's not used anyway.
6678
6679 2006-03-28  Tim-Philipp Müller  <tim at centricular dot net>
6680
6681         * gst/playback/gstplaybasebin.c: (setup_source):
6682           Don't post RESOURCE_NOT_FOUND error when we can't find a source
6683           element for a particular protocol, that's confusing for users.
6684           Instead, post a RESOURCE_FAILED error, so that our own error
6685           message is actually shown in totem etc. (#336303).
6686
6687 2006-03-27  Tim-Philipp Müller  <tim at centricular dot net>
6688
6689         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
6690
6691         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_finalize),
6692         (gst_gnome_vfs_src_get_icy_metadata):
6693           Fix some minor memory leaks (#336194).
6694
6695 2006-03-27  Tim-Philipp Müller  <tim at centricular dot net>
6696
6697         * ext/gnomevfs/gstgnomevfs.c:
6698         (gst_gnome_vfs_location_to_uri_string):
6699         * ext/gnomevfs/gstgnomevfs.h:
6700         * ext/gnomevfs/gstgnomevfssink.c:
6701         (gst_gnome_vfs_sink_set_property):
6702         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_set_property):
6703           Make gnomevfssink accept filenames as well as URIs for the
6704           "location" property, just like gnomevfssrc does (and
6705           filesrc/filesink do) (#336190).
6706
6707 2006-03-24  Thomas Vander Stichele <thomas at apestaart dot org>
6708
6709         * tests/check/generic/clock-selection.c: (GST_START_TEST):
6710           set to NULL before unreffing, fixes a valgrind leak.
6711           Why was this not triggering the error that an object needs to
6712           be NULL before unreffing ?
6713         * win32/common/config.h:
6714           update
6715
6716 2006-03-24  Tim-Philipp Müller  <tim at centricular dot net>
6717
6718         * gst/subparse/gstsubparse.c: (convert_encoding),
6719         (gst_sub_parse_change_state):
6720         * gst/subparse/gstsubparse.h:
6721           Text subtitle files may or may not be UTF-8. If it's not, we
6722           don't really want to see '?' characters in place of non-ASCII
6723           characters like accented characters. So let's assume the input
6724           is UTF-8 until we come across text that is clearly not. If it's
6725           not UTF-8, we don't really know what it is, so try the following:
6726           (a) see whether the GST_SUBTITLE_ENCODING environment variable
6727           is set; if not, check (b) if the current locale encoding is
6728           non-UTF-8 and use that if it is, or (c) assume ISO-8859-15 if
6729           the current locale encoding is UTF-8 and the environment variable
6730           was not set to any particular encoding. Not perfect, but better
6731           than nothing (and better than before, I think) (fixes #172848).
6732
6733 2006-03-24  Thomas Vander Stichele <thomas at apestaart dot org>
6734
6735         * configure.ac:
6736           update core requirement to 0.10.4.1 because of async_playback
6737           vmethod on GstBaseSink
6738
6739 2006-03-24  Stefan Kost  <ensonic@users.sf.net>
6740
6741         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init):
6742         * gst/adder/gstadder.c: (gst_adder_init):
6743         use DEBUG_FUNCPTR for collectpads
6744
6745 2006-03-24  Stefan Kost  <ensonic@users.sf.net>
6746
6747         * docs/plugins/Makefile.am:
6748         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
6749         * docs/plugins/gst-plugins-base-plugins-sections.txt:
6750         * ext/cdparanoia/gstcdparanoiasrc.c:
6751         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_base_init),
6752         (gst_gnome_vfs_sink_class_init):
6753         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_base_init):
6754         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_base_init):
6755         * ext/ogg/gstoggmux.c:
6756         * ext/ogg/gstoggparse.c: (gst_ogg_parse_base_init):
6757         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_base_init),
6758         (gst_ogm_video_parse_base_init), (gst_ogm_text_parse_base_init):
6759         * ext/pango/gsttextoverlay.c:
6760         * ext/pango/gsttextrender.c:
6761         * ext/theora/theoradec.c:
6762         * ext/theora/theoraenc.c:
6763         * ext/vorbis/vorbisdec.c:
6764         * ext/vorbis/vorbisenc.c:
6765         * gst-libs/gst/audio/gstaudiofilter.c:
6766         (gst_audio_filter_base_init):
6767         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
6768         (gst_audio_filter_template_base_init):
6769         * gst/adder/gstadder.c: (gst_adder_get_type):
6770         * gst/adder/gstadder.h:
6771         * gst/audioconvert/gstaudioconvert.c:
6772         * gst/audiotestsrc/gstaudiotestsrc.c:
6773         (gst_audiostestsrc_wave_get_type), (gst_audio_test_src_class_init),
6774         (gst_audio_test_src_create):
6775         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
6776         * gst/playback/gstdecodebin.c:
6777         * gst/playback/gstplaybin.c:
6778         * gst/playback/gststreamselector.c:
6779         (gst_stream_selector_base_init):
6780         * gst/subparse/gstsubparse.c: (gst_sub_parse_base_init):
6781         * gst/volume/gstvolume.c:
6782         * sys/v4l/gstv4lmjpegsink.c:
6783         * sys/v4l/gstv4lmjpegsrc.c:
6784         * tests/check/libs/cddabasesrc.c:
6785         * tests/old/examples/gob/gst-identity2.gob:
6786           Add docs for adder, use GST_ELEMENT_DETAILS macro,
6787           define GstElementDetails at the top
6788
6789 2006-03-23  Sebastien Moutte  <sebastien@moutte.net>
6790
6791         * win32/common/libgstinterfaces.def:
6792         Add a lot of export functions for gst-python
6793         * win32/vs6/libgstinterfaces.dsp:
6794         Add a missing include folder in the project configuration
6795         
6796 2006-03-23  Wim Taymans  <wim@fluendo.com>
6797
6798         * gst-libs/gst/audio/gstbaseaudiosrc.c:
6799         (gst_base_audio_src_get_time), (gst_base_audio_src_create),
6800         (gst_base_audio_src_change_state):
6801         Fix audio sources, forgot to make the ringbuffer
6802         startable...
6803
6804 2006-03-23  Wim Taymans  <wim@fluendo.com>
6805
6806         * gst-libs/gst/audio/gstbaseaudiosrc.c:
6807         (gst_base_audio_src_get_time), (gst_base_audio_src_create),
6808         (gst_base_audio_src_change_state):
6809         unparent instead of unref the ringbuffer.
6810
6811 2006-03-23  Wim Taymans  <wim@fluendo.com>
6812
6813         * gst-libs/gst/audio/gstbaseaudiosink.c:
6814         (gst_base_audio_sink_class_init), (gst_base_audio_sink_async_play),
6815         (gst_base_audio_sink_do_play), (gst_base_audio_sink_change_state):
6816         Implement new async_play vmethod to start slaving and allow
6817         playback start in case of async PLAY state changes. 
6818
6819         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init):
6820         Enable QoS with new method in base class.
6821
6822 2006-03-23  Wim Taymans  <wim@fluendo.com>
6823
6824         Patch by: Julien MOUTTE <julien at moutte dot net>
6825
6826         * gst/videotestsrc/gstvideotestsrc.c: (gst_video_test_src_query),
6827         (gst_video_test_src_do_seek), (gst_video_test_src_create):
6828         Partially handle 0 framerate, only EOS after the first frame
6829         is missing.
6830
6831 2006-03-23  Wim Taymans  <wim@fluendo.com>
6832
6833         Patch by: Fabrizio Gennari <fabrizio dot ge at tiscali dot it>
6834
6835         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
6836         (gst_riff_create_video_template_caps):
6837         * gst/ffmpegcolorspace/avcodec.h:
6838         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
6839         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
6840         (gst_ffmpegcsp_avpicture_fill):
6841         * gst/ffmpegcolorspace/imgconvert.c:
6842         Patch for support of YVU9 AVI files (#334822)
6843
6844 2006-03-22  Edward Hervey  <edward@fluendo.com>
6845
6846         * docs/design/design-decodebin.txt:
6847         Added design document for new decodebin
6848         (Target Caps): text/x-pango-markup is also a default target caps.
6849
6850 2006-03-22  Wim Taymans  <wim@fluendo.com>
6851
6852         * gst-libs/gst/audio/gstbaseaudiosink.c:
6853         (gst_base_audio_sink_dispose):
6854         Since we _parent the ringbuffer, we also need to
6855         _unparent instead of a plain _unref.
6856
6857 2006-03-22  Wim Taymans  <wim@fluendo.com>
6858
6859         * tests/examples/seek/seek.c: (end_scrub), (do_seek), (seek_cb),
6860         (stop_seek), (scrub_toggle_cb), (main):
6861         Add scrub checkbox.
6862
6863 2006-03-21  Tim-Philipp Müller  <tim at centricular dot net>
6864
6865         * ext/ogg/gstoggparse.c: (gst_ogg_parse_find_stream),
6866         (gst_ogg_parse_chain):
6867           Fix very inefficient usage of linked lists (#335365).
6868
6869 2006-03-21  Edward Hervey  <edward@fluendo.com>
6870
6871         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose):
6872         * gst/playback/gstplaybin.c: (handoff):
6873         * gst/playback/gststreamselector.c:
6874         (gst_stream_selector_set_property):
6875         gcc 4.1 unreferenced pointer fixes.
6876         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_put):
6877         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put):
6878         gst_buffer_ref() now takes a GstBuffer*.
6879
6880 2006-03-20  Julien MOUTTE  <julien@moutte.net>
6881
6882         * sys/xvimage/xvimagesink.c:
6883         (gst_xvimagesink_get_format_from_caps): Fix a memleak reported
6884         by Jan Schmidt.
6885
6886 2006-03-19  Tim-Philipp Müller  <tim at centricular dot net>
6887
6888         * gst/typefind/gsttypefindfunctions.c: (id3v2_type_find),
6889         (id3v1_type_find), (apetag_type_find), (plugin_init):
6890           Can't do tag preferences via probability, as tags would then
6891           lose against types that are recognised with MAXIMUM probability
6892           (like .wav); so let all tag typefinders return MAXIMUM themselves
6893           and order them via the rank. Split ID3v1 and ID3v2 typefinders so
6894           that we can prefer APE to ID3v1 (fixes #335028).
6895           
6896 2006-03-17  Wim Taymans  <wim@fluendo.com>
6897
6898         * gst-libs/gst/audio/gstbaseaudiosink.c:
6899         (gst_base_audio_sink_change_state):
6900         * gst-libs/gst/audio/gstringbuffer.c: (wait_segment),
6901         (gst_ring_buffer_may_start):
6902         * gst-libs/gst/audio/gstringbuffer.h:
6903         Only start playback if we are playing.
6904         should fix #330748.
6905
6906 2006-03-17  Jan Schmidt  <thaytan@mad.scientist.com>
6907
6908         * ext/alsa/gstalsasink.c: (gst_alsasink_getcaps):
6909         * win32/common/config.h:
6910           Revert accidental commits to these files.
6911
6912 2006-03-16  Tim-Philipp Müller  <tim at centricular dot net>
6913
6914         Patch by: Michal Benes  <michal dot benes at xeris dot cz>
6915
6916         * tests/Makefile.am:
6917           Don't try to build tests in tests/icles if we
6918           don't have X (#323852)
6919
6920 2006-03-16  Tim-Philipp Müller  <tim at centricular dot net>
6921
6922         * gst-libs/gst/tag/gstid3tag.c:
6923           Add TXXX frame identifiers for replaygain stuff as used
6924           by some taggers (see #323721).
6925
6926 2006-03-16  Jan Schmidt  <thaytan@mad.scientist.com>
6927
6928         * gst/playback/gststreamselector.c:
6929         (gst_stream_selector_set_property),
6930         (gst_stream_selector_bufferalloc):
6931           Preserve the existing buggy streamselector behaviour by performing
6932           a fallback buffer allocation when downstream isn't linked yet.
6933           This should really be fixed in playbin by blocking pads until it's
6934           linked them.
6935           Also, use gst_pad_alloc_buffer instead of
6936           gst_pad_alloc_buffer_and_set.
6937
6938 2006-03-15  Tim-Philipp Müller  <tim at centricular dot net>
6939
6940         * gst-libs/gst/tag/gstid3tag.c:
6941           Don't crash on unknown ID3v2 TXXX frames.
6942           
6943 2006-03-15  Jan Schmidt  <thaytan@mad.scientist.com>
6944
6945         * ext/alsa/gstalsasink.c: (gst_alsasink_finalise):
6946           Chain up to the parent finalize method.
6947           Add 32-bit sample size to the template caps.
6948
6949         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
6950         (gst_riff_create_video_template_caps):
6951           Add the fourcc that the VMWare codec uses.
6952           
6953         * gst/playback/gststreamselector.c:
6954         (gst_stream_selector_set_property),
6955         (gst_stream_selector_bufferalloc),
6956         (gst_stream_selector_request_new_pad):
6957           For the active pad, forward buffer-alloc requests, otherwise
6958           return GST_FLOW_NOT_LINKED. This also prevents xvimagesink
6959           having to memcpy every frame when used by playbin.
6960
6961         * gst/tcp/gstmultifdsink.c:
6962         (gst_multi_fd_sink_handle_client_write):
6963           Get negotiated caps from the sink pad, rather than the sink
6964           pad's peer.
6965
6966 2006-03-15  Tim-Philipp Müller  <tim at centricular dot net>
6967
6968         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
6969         
6970         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_pop_callbacks):
6971           Don't forget to set src->callbacks_pushed to FALSE again when
6972           popping them, otherwise re-activation in a different mode won't
6973           work (#334620).
6974
6975 2006-03-15  Tim-Philipp Müller  <tim at centricular dot net>
6976
6977         Patch by: Sebastien Moutte  <sebastien moutte net>
6978
6979         * gst/ffmpegcolorspace/gstffmpegcodecmap.c: (gst_ff_vid_caps_new),
6980         (gst_ff_aud_caps_new), (gst_ffmpeg_pixfmt_to_caps),
6981         (gst_ffmpeg_smpfmt_to_caps):
6982           Replace __VA_ARGS__ caps creation macros with varargs functions.
6983           Makes things compile on MSVC (#320765), looks nicer, and we can
6984           tell the compiler to check for the NULL terminator.
6985
6986 2006-03-14  Tim-Philipp Müller  <tim at centricular dot net>
6987
6988         Patch by: Fabrizio Gennari  <fabrizio dot ge at tiscali dot it>
6989
6990         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
6991           Make sure the buffer we copy into is really always big
6992           enough, this time for real (#333488).
6993           
6994 2006-03-14  Tim-Philipp Müller  <tim at centricular dot net>
6995
6996         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
6997           Add support for 24bpp DIB (#305279).
6998
6999 2006-03-14  Wim Taymans  <wim@fluendo.com>
7000
7001         * gst-libs/gst/video/gstvideofilter.c: (gst_video_filter_init):
7002         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init):
7003         * gst/ffmpegcolorspace/gstffmpegcolorspace.c: (gst_ffmpegcsp_init):
7004         * gst/videoscale/gstvideoscale.c: (gst_video_scale_class_init),
7005         (gst_video_scale_init), (gst_video_scale_src_event):
7006         Re-enable QoS after the release.
7007         Rework videoscale to use the base class src_event handler.
7008
7009 2006-03-14  Tim-Philipp Müller  <tim at centricular dot net>
7010
7011         * configure.ac:
7012           back to CVS.
7013
7014 === release 0.10.5 ===
7015
7016 2006-03-13  Thomas Vander Stichele <thomas at apestaart dot org>
7017
7018         * configure.ac:
7019           releasing 0.10.5, "Net"
7020
7021 2006-03-13  Tim-Philipp Müller  <tim at centricular dot net>
7022
7023         * docs/plugins/Makefile.am:
7024           Part of previous cdparanoiasrc docs fixes, forgot to commit.
7025           
7026 2006-03-12  Tim-Philipp Müller  <tim at centricular dot net>
7027
7028         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
7029         * docs/plugins/gst-plugins-base-plugins-sections.txt:
7030         * docs/plugins/gst-plugins-base-plugins.hierarchy:
7031           Add cdparanoiasrc to docs.
7032
7033         * gst-libs/gst/cdda/gstcddabasesrc.c:
7034           More GstCddaBaseSrc docs.
7035
7036 2006-03-12  Tim-Philipp Müller  <tim at centricular dot net>
7037
7038         * docs/libs/gst-plugins-base-libs-sections.txt:
7039         * gst-libs/gst/tag/gstid3tag.c: (gst_tag_from_id3_user_tag):
7040         * gst-libs/gst/tag/tag.h:
7041           API: libgsttag: new method gst_tag_from_id3_user_tag().
7042
7043 2006-03-11  Tim-Philipp Müller  <tim at centricular dot net>
7044
7045         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
7046           NULL-terminate array of mpeg4 video file extensions.
7047           Fixes crash on PPC (#334226).
7048
7049 2006-03-11  Tim-Philipp Müller  <tim at centricular dot net>
7050
7051         * ext/gnomevfs/gstgnomevfssrc.c:
7052         (gst_gnome_vfs_src_check_get_range):
7053           gnome_vfs_uri_is_local() alone is not a good indicator
7054           whether we can operate in pull-mode with a specific URI,
7055           as it returns FALSE for file:// URIs that point to an
7056           NFS-mounted path. Be more conservative here: whitelist
7057           local files, blacklist http URIs and use the old
7058           mechanism for anything else (fixes #334216).
7059
7060 2006-03-10  Thomas Vander Stichele  <thomas at apestaart dot org>
7061
7062         * configure.ac:
7063           back to trunk
7064
7065 === release 0.10.4 ===
7066
7067 2006-03-10  Thomas Vander Stichele <thomas at apestaart dot org>
7068
7069         * configure.ac:
7070           releasing 0.10.4, "Power"
7071
7072 2006-03-10  Jan Schmidt  <thaytan@mad.scientist.com>
7073
7074         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init):
7075         Disable max-lateness by setting it to -1 for now, so that 
7076         we can bed QoS stuff in thoroughly between now and the next
7077         release.
7078
7079 2006-03-10  Tim-Philipp Müller  <tim at centricular dot net>
7080
7081         Patch by: Fabrizio Gennari
7082
7083         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
7084           Make sure we don't read beyond the palette buffer in case of
7085           broken or manipulated files (#333488)
7086
7087 2006-03-10  Edward Hervey  <edward@fluendo.com>
7088
7089         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset):
7090         Fix for variable not initialized.
7091
7092 2006-03-09  Wim Taymans  <wim@fluendo.com>
7093
7094         * ext/libvisual/visual.c: (gst_visual_get_type),
7095         (gst_visual_src_setcaps), (gst_vis_src_negotiate),
7096         (gst_visual_chain):
7097         Small cleanups.
7098
7099         * ext/theora/gsttheoradec.h:
7100         * ext/theora/theoradec.c: (gst_theora_dec_init),
7101         (gst_theora_dec_reset), (_theora_granule_time),
7102         (theora_dec_src_convert), (theora_dec_sink_convert),
7103         (theora_dec_src_query), (theora_dec_src_event),
7104         (theora_dec_sink_event), (theora_handle_comment_packet),
7105         (theora_handle_header_packet), (theora_dec_push),
7106         (theora_handle_data_packet), (theora_dec_chain),
7107         (theora_dec_change_state):
7108         Add simple QoS.
7109
7110 2006-03-09  Wim Taymans  <wim@fluendo.com>
7111
7112         * ext/gnomevfs/gstgnomevfssrc.c: (audiocast_init),
7113         (audiocast_register_listener), (gst_gnome_vfs_src_start):
7114         Some cleanups.
7115
7116 2006-03-09  Wim Taymans  <wim@fluendo.com>
7117
7118         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_activate_chain):
7119         Don't try to activate NULL chains.
7120
7121 2006-03-09  Tim-Philipp Müller  <tim at centricular dot net>
7122
7123         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset):
7124           Fix invalid memory access to region before peek'd data (#332964).
7125
7126 2006-03-09  Wim Taymans  <wim@fluendo.com>
7127
7128         Patch by: Christophe Fergeau
7129
7130         * ext/pango/gsttextoverlay.c: (gst_text_overlay_init):
7131         * ext/pango/gsttextrender.c: (gst_text_render_init):
7132         * gst/adder/gstadder.c: (gst_adder_init):
7133         Don't leak padtemplates, closes #333510.
7134
7135 2006-03-09  Tim-Philipp Müller  <tim at centricular dot net>
7136
7137         * gst/subparse/gstsubparse.c: (gst_subparse_type_find):
7138           Fix invalid memory access: make sure string passed to
7139           regexec() is NUL-termianted.
7140
7141 2006-03-09  Tim-Philipp Müller  <tim at centricular dot net>
7142
7143         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset),
7144         (mp3_type_find):
7145           Refactor mpeg/audio typefinding to make it more maintainable
7146           and easier to fine-tune. Make probing into middle of the file
7147           work properly (fixes #333900, also see #152688).
7148
7149 2006-03-09  Tim-Philipp Müller  <tim at centricular dot net>
7150
7151         * gst/typefind/gsttypefindfunctions.c:
7152         (utf8_type_find_have_valid_utf8_at_offset):
7153           Remove part from previous commit that was bogus:
7154           g_utf8_validate() does in fact not accept embedded
7155           zeroes, so we don't need to check for those (thanks
7156           to Mike for the hint).
7157
7158 2006-03-08  Tim-Philipp Müller  <tim at centricular dot net>
7159
7160         * gst/typefind/gsttypefindfunctions.c:
7161         (utf8_type_find_count_embedded_zeroes),
7162         (utf8_type_find_have_valid_utf8_at_offset), (utf8_type_find):
7163           Make plain/text typefinder more conservative: firstly, check
7164           for embedded zeroes, which are perfectly valid UTF-8 characters,
7165           but also a fairly good sign that something is not a plain text
7166           file; secondly, probe into the middle of the file if possible.
7167           If we can't probe into the middle, limit the probability value
7168           to be returned to TYPE_FIND_POSSIBLE (see #333900).
7169
7170 2006-03-08  Michael Smith  <msmith@fluendo.com>
7171
7172         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
7173           Make typefind function name for mpeg4 video unique.
7174
7175 2006-03-08  Wim Taymans  <wim@fluendo.com>
7176
7177         * ext/libvisual/visual.c: (gst_visual_init),
7178         (gst_visual_clear_actors), (gst_visual_dispose),
7179         (gst_visual_reset), (gst_visual_src_setcaps),
7180         (gst_visual_sink_setcaps), (gst_vis_src_negotiate),
7181         (gst_visual_sink_event), (gst_visual_src_event), (get_buffer),
7182         (gst_visual_chain), (gst_visual_change_state):
7183         Cleanups, post nice errors.
7184         Handle sink and src events.
7185         Implement simple QoS.
7186
7187         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init):
7188         Use new basesink methods to configure max-lateness.
7189         Small doc update.
7190
7191         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
7192         (gst_ffmpegcsp_transform_caps), (gst_ffmpegcsp_set_caps):
7193         Debug statement cleanups.
7194
7195         * gst/volume/gstvolume.c: (gst_volume_class_init):
7196         Simple cleanup.
7197
7198 2006-03-08  Tim-Philipp Müller  <tim at centricular dot net>
7199
7200         * ext/pango/gsttextoverlay.c: (gst_text_overlay_class_init),
7201         (gst_text_overlay_init), (gst_text_overlay_set_property),
7202         (gst_text_overlay_get_property):
7203           Revert API/ABI break from March 1. Keep 'halign' and 'valign'
7204           as string type properties, but mark them deprecated. Add
7205           'halignment' and 'valignment' properties that use enums
7206           instead of strings.
7207
7208 2006-03-08  Tim-Philipp Müller  <tim at centricular dot net>
7209
7210         Patch by: Fabrizio Gennari
7211
7212         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
7213           Allow palettes with less than 256 colours in AVI files
7214           (#333488)
7215
7216 2006-03-07  Julien MOUTTE  <julien@moutte.net>
7217
7218         * ext/pango/gsttextoverlay.c: (gst_text_overlay_text_event),
7219         (gst_text_overlay_video_event): Fix wrong EOS handling on text
7220         pad. We were releasing the queued text buffer when we should keep
7221         it until video pad gets EOS or discard the text buffer because it's
7222         too old. That was eating the last subtitle buffer. Add some more
7223         debug.
7224
7225 2006-03-07  Tim-Philipp Müller  <tim at centricular dot net>
7226
7227         * ext/pango/gsttextoverlay.c: (gst_text_overlay_render_text),
7228         (gst_text_overlay_video_chain):
7229           Fix invalid memory access (we can't access a buffer after it's been
7230           pushed downstream without taking a reference); fix memory leak (if
7231           there's no text to render, bail out before allocating stuff).
7232
7233 2006-03-07  Tim-Philipp Müller  <tim at centricular dot net>
7234
7235         * ext/pango/gsttextoverlay.c: (gst_text_overlay_init),
7236         (gst_text_overlay_setcaps_txt), (gst_text_overlay_video_chain):
7237         * ext/pango/gsttextoverlay.h:
7238           If input is plain text, escape it before passing it to
7239           pango_layout_set_markup().
7240
7241 2006-03-07  Tim-Philipp Müller  <tim at centricular dot net>
7242
7243         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audio_filter_chain):
7244           Don't ignore flow return from gst_pad_push().
7245
7246 2006-03-07  Tim-Philipp Müller  <tim at centricular dot net>
7247
7248         Patch by: Fabrizio Gennari
7249
7250         * ext/libvisual/visual.c: (gst_visual_getcaps),
7251         (gst_visual_src_setcaps), (gst_visual_sink_setcaps):
7252         * ext/ogg/gstoggmux.c: (gst_ogg_mux_sinkconnect):
7253         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_convert_src),
7254         (gst_vorbisenc_convert_sink):
7255         * gst-libs/gst/audio/audio.c: (gst_audio_frame_byte_size),
7256         (gst_audio_duration_from_pad_buffer):
7257         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audio_filter_link),
7258         (gst_audio_filter_chain):
7259         * gst-libs/gst/rtp/gstbasertpdepayload.c:
7260         (gst_base_rtp_depayload_setcaps):
7261         * gst-libs/gst/video/video.c: (gst_video_frame_rate),
7262         (gst_video_get_size):
7263         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_setcaps):
7264           Don't leak references returned by gst_pad_get_parent()
7265           (#333663)
7266
7267 2006-03-06  Stefan Kost  <ensonic@users.sf.net>
7268
7269         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_class_init):
7270           change location param details
7271         * gst/volume/gstvolume.c: (plugin_init):
7272           correct plugin description
7273
7274 2006-03-06  Tim-Philipp Müller  <tim at centricular dot net>
7275
7276         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_class_init),
7277         (gst_gnome_vfs_src_check_get_range):
7278           Override GstBaseSrc::check_get_range() in order to avoid opening
7279           the resource just to check whether we can operate in pull-mode or
7280           not - we can predict that pretty well from the URI alone. Should
7281           fix problems with last.fm (#331690). (Requires latest core CVS).
7282
7283 2006-03-06  Wim Taymans  <wim@fluendo.com>
7284
7285         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init),
7286         (gst_video_sink_class_init):
7287         Throw away frames that are later than 20 ms.
7288
7289 2006-03-06  Tim-Philipp Müller  <tim at centricular dot net>
7290
7291         Patch by: Fabrizio Gennari
7292
7293         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
7294           Set depth on WMA caps (#333545)
7295
7296 2006-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
7297
7298         * ext/ogg/gstoggmux.c: (gst_ogg_mux_buffer_from_page),
7299         (gst_ogg_mux_send_headers), (gst_ogg_mux_collected):
7300           put Theora BOS pages before others.  This hardcodes
7301           the Ogg/Theora I profile, but hey.
7302
7303 2006-03-05  Thomas Vander Stichele  <thomas at apestaart dot org>
7304
7305         * ext/ogg/README:
7306           updated with some examples
7307         * ext/theora/theoraenc.c: (granulepos_to_timestamp),
7308         (granulepos_add), (theora_buffer_from_packet):
7309         * ext/vorbis/vorbisenc.c: (granulepos_to_timestamp_offset),
7310         (granulepos_to_timestamp), (gst_vorbisenc_buffer_from_packet),
7311         (gst_vorbisenc_chain):
7312           implement strategy from ext/ogg/README
7313         * ext/ogg/gstoggmux.c: (gst_ogg_mux_buffer_from_page),
7314         (gst_ogg_mux_push_buffer), (gst_ogg_mux_dequeue_page),
7315         (gst_ogg_mux_pad_queue_page), (gst_ogg_mux_compare_pads),
7316         (gst_ogg_mux_queue_pads), (gst_ogg_mux_collected):
7317           Fix muxer so that oggz-validate is happy with all streams;
7318           except for no eos mark, and the BOS page ordering
7319         * tests/check/pipelines/theoraenc.c: (check_buffer_is_header),
7320         (check_buffer_granulepos):
7321         * tests/check/pipelines/vorbisenc.c: (check_buffer_granulepos):
7322           update tests to check for OFFSET being set as requested
7323           fixed type of granulepos, it's not a ClockTime
7324
7325 2006-03-05  Julien MOUTTE  <julien@moutte.net>
7326
7327         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
7328         (gst_xvimagesink_show_frame), (gst_xvimagesink_buffer_alloc):
7329         Check that the xvimage we are creating has a correct size
7330         before returning it. (#314897)
7331
7332 2006-03-05  Tim-Philipp Müller  <tim at centricular dot net>
7333
7334         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
7335           Give id3 and ape tag typefinders a rank slightly higher
7336           than PRIMARY to ensure they're always run before any of
7337           the other typefinders (in particular wav and mp3) (#324186).
7338
7339 2006-03-05  Tim-Philipp Müller  <tim at centricular dot net>
7340
7341         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
7342           Add support for '3IVD' fourcc (#333403).
7343
7344 2006-03-04  Tim-Philipp Müller  <tim at centricular dot net>
7345
7346         * configure.ac:
7347           Bump requirements to GStreamer CVS for the new error enum.
7348
7349         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_render):
7350           Emit new GST_RESOURCE_ERROR_NO_SPACE_LEFT when there's no
7351           space left on the device (fixes #333352).
7352
7353 2006-03-04  Sebastien Moutte  <sebastien@moutte.net>
7354
7355         * win32/vs6:
7356           add a project file for libgstvolume
7357           update the workspace
7358
7359 2006-03-03  Thomas Vander Stichele  <thomas at apestaart dot org>
7360
7361         * ext/theora/theoraenc.c: (theora_set_header_on_caps):
7362         * tests/check/pipelines/theoraenc.c: (check_buffer_is_header),
7363         (GST_START_TEST):
7364           Fix for http://bugzilla.gnome.org/show_bug.cgi?id=333254
7365           Set IN_CAPS on header buffers
7366
7367 2006-03-02  Wim Taymans  <wim@fluendo.com>
7368
7369         * docs/plugins/Makefile.am:
7370         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
7371         * docs/plugins/gst-plugins-base-plugins-sections.txt:
7372         Add audioresample to docs.
7373
7374         * gst/audioconvert/gstaudioconvert.c:
7375         Add revision date.
7376
7377         * gst/audioresample/gstaudioresample.c:
7378         (gst_audioresample_base_init), (gst_audioresample_class_init),
7379         (gst_audioresample_init), (gst_audioresample_dispose),
7380         (audioresample_get_unit_size), (audioresample_transform_caps),
7381         (resample_set_state_from_caps), (audioresample_transform_size),
7382         (audioresample_set_caps), (audioresample_event),
7383         (audioresample_do_output), (audioresample_transform),
7384         (audioresample_pushthrough), (gst_audioresample_set_property),
7385         (gst_audioresample_get_property), (plugin_init):
7386         * gst/audioresample/gstaudioresample.h:
7387         Added docs.
7388         Small code cleanups.
7389
7390 2006-03-02  Wim Taymans  <wim@fluendo.com>
7391
7392         * docs/plugins/Makefile.am:
7393         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
7394         * docs/plugins/gst-plugins-base-plugins-sections.txt:
7395         Added videoscale to docs.
7396
7397         * gst/videorate/gstvideorate.c: (gst_video_rate_flush_prev),
7398         (gst_video_rate_swap_prev), (gst_video_rate_event),
7399         (gst_video_rate_chain):
7400         Fix typo in docs.
7401
7402         * gst/videoscale/gstvideoscale.c: (gst_video_scale_class_init),
7403         (gst_video_scale_init), (gst_video_scale_prepare_size),
7404         (gst_video_scale_set_caps), (gst_video_scale_get_unit_size),
7405         (gst_video_scale_fixate_caps), (gst_video_scale_transform):
7406         * gst/videoscale/gstvideoscale.h:
7407         Added docs, examples.
7408         Some code cleanups.
7409         Post errors instead of g_warning.
7410
7411 2006-03-02  Wim Taymans  <wim@fluendo.com>
7412
7413         * docs/libs/gst-plugins-base-libs-docs.sgml:
7414         * docs/libs/gst-plugins-base-libs-sections.txt:
7415         * docs/libs/gst-plugins-base-libs.types:
7416         * docs/plugins/Makefile.am:
7417         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
7418         * docs/plugins/gst-plugins-base-plugins-sections.txt:
7419         Added some more docs to libs and plugins.
7420
7421         * gst-libs/gst/audio/gstringbuffer.c:
7422         (gst_ring_buffer_prepare_read), (gst_ring_buffer_clear):
7423         * gst-libs/gst/audio/gstringbuffer.h:
7424         Document ringbuffer some more.
7425
7426         * gst/videorate/gstvideorate.c: (gst_video_rate_class_init),
7427         (gst_video_rate_setcaps), (gst_video_rate_reset),
7428         (gst_video_rate_init), (gst_video_rate_flush_prev),
7429         (gst_video_rate_swap_prev), (gst_video_rate_event),
7430         (gst_video_rate_chain), (gst_video_rate_change_state):
7431         * gst/videorate/gstvideorate.h:
7432         Fix videorate to use segments.
7433         Make it work with 0/1 framerates (closes #331903)
7434         Handle EOS correctly.
7435         Added docs.
7436
7437 2006-03-02  Tim-Philipp Müller  <tim at centricular dot net>
7438
7439         * ext/ogg/gstogmparse.c: (gst_ogm_parse_class_init),
7440         (gst_ogm_audio_parse_init), (gst_ogm_video_parse_init),
7441         (gst_ogm_text_parse_init), (gst_ogm_parse_change_state):
7442           In state change function, first chain up to parent class,
7443           then handle downwards state change stuff. Remove some
7444           commented out cruft from 0.8 code.
7445
7446 2006-03-02  Tim-Philipp Müller  <tim at centricular dot net>
7447
7448         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_init),
7449         (gst_ogm_video_parse_init), (gst_ogm_text_parse_init),
7450         (gst_ogm_parse_sink_convert), (gst_ogm_parse_sink_query),
7451         (gst_ogm_parse_chain):
7452           Don't remove/re-add source pad if the new caps are the same as
7453           the old caps anyway (#333042). When removing source pad, don't
7454           unref it afterwards - we didn't ref it when adding. Sprinkle some
7455           GST_DEBUG_FUNCPTR goodness here and there. Don't leak references
7456           after using gst_pad_get_parent(). Return downstream flow return
7457           value in chain function.
7458
7459 2006-03-02  Wim Taymans  <wim@fluendo.com>
7460
7461         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
7462         * docs/plugins/gst-plugins-base-plugins.args:
7463         * docs/plugins/gst-plugins-base-plugins.hierarchy:
7464         * docs/plugins/gst-plugins-base-plugins.interfaces:
7465         * docs/plugins/gst-plugins-base-plugins.signals:
7466         Fix hierarchy, added some more elements to the docs.
7467
7468         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
7469         (gst_ffmpegcsp_get_type):
7470         * gst/ffmpegcolorspace/gstffmpegcolorspace.h:
7471         Fix docs for ffmpegcolorspace.
7472
7473 2006-03-01  Tim-Philipp Müller  <tim at centricular dot net>
7474
7475         * gst/typefind/gsttypefindfunctions.c: (id3_type_find),
7476         (apetag_type_find), (ape_type_find), (plugin_init):
7477           Some typefinding fine-tuning:
7478           - rank ID3/APE tags in order of preference via probabilities, so that
7479             ID3v2 > APEv2 > APEv1 > ID3v1.
7480           - three or four bytes don't really justify MAXIMUM probability,
7481             change those to 'very likely' (musepack and monkeysaudio).
7482
7483 2006-03-01  Wim Taymans  <wim@fluendo.com>
7484
7485         * docs/plugins/Makefile.am:
7486         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
7487         * docs/plugins/gst-plugins-base-plugins-sections.txt:
7488         * ext/alsa/gstalsamixer.c:
7489         * ext/alsa/gstalsamixer.h:
7490         * ext/alsa/gstalsamixerelement.c:
7491         (gst_alsa_mixer_element_class_init), (gst_alsa_mixer_element_init):
7492         * ext/alsa/gstalsamixerelement.h:
7493         * ext/alsa/gstalsasink.c:
7494         * ext/alsa/gstalsasink.h:
7495         * ext/alsa/gstalsasrc.c: (gst_alsasrc_class_init),
7496         (gst_alsasrc_init):
7497         * ext/alsa/gstalsasrc.h:
7498         Added alsa docs.
7499         Small code cleanups.
7500
7501 2006-03-01  Wim Taymans  <wim@fluendo.com>
7502
7503         * ext/theora/Makefile.am:
7504         Dist new header too,
7505
7506 2006-03-01  Wim Taymans  <wim@fluendo.com>
7507
7508         * docs/plugins/Makefile.am:
7509         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
7510         * docs/plugins/gst-plugins-base-plugins-sections.txt:
7511         * ext/gnomevfs/gstgnomevfssink.h:
7512         * ext/gnomevfs/gstgnomevfssrc.h:
7513         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
7514         * ext/vorbis/vorbisdec.h:
7515         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_convert_sink):
7516         * ext/vorbis/vorbisenc.h:
7517         * ext/vorbis/vorbisparse.c: (vorbis_parse_set_header_on_caps),
7518         (vorbis_parse_chain), (vorbis_parse_change_state):
7519         * ext/vorbis/vorbisparse.h:
7520         * gst/audioconvert/gstaudioconvert.h:
7521         * gst/tcp/gsttcpserversink.h:
7522         * gst/videotestsrc/gstvideotestsrc.c:
7523         * gst/videotestsrc/gstvideotestsrc.h:
7524         * gst/volume/gstvolume.c:
7525         * gst/volume/gstvolume.h:
7526         Fix some more docs.
7527         Added docs for vorbisdec and vorbisparse.
7528         Fix vorbisparse.
7529
7530 2006-03-01  Wim Taymans  <wim@fluendo.com>
7531
7532         * docs/plugins/Makefile.am:
7533         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
7534         * docs/plugins/gst-plugins-base-plugins-sections.txt:
7535         * ext/pango/gstclockoverlay.h:
7536         * ext/pango/gsttextoverlay.h:
7537         * ext/pango/gsttextrender.h:
7538         * ext/pango/gsttimeoverlay.h:
7539         * ext/theora/gsttheoradec.h:
7540         * ext/theora/gsttheoraenc.h:
7541         * ext/theora/theoradec.c:
7542         * ext/theora/theoraenc.c:
7543         * gst/audioconvert/gstaudioconvert.h:
7544         * gst/audiotestsrc/gstaudiotestsrc.h:
7545         * gst/ffmpegcolorspace/gstffmpegcolorspace.h:
7546         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init):
7547         * gst/tcp/gstmultifdsink.h:
7548         Updated/added documentation.
7549
7550         * ext/pango/gsttextoverlay.c: (gst_text_overlay_valign_get_type),
7551         (gst_text_overlay_halign_get_type),
7552         (gst_text_overlay_wrap_mode_get_type),
7553         (gst_text_overlay_base_init), (gst_text_overlay_class_init),
7554         (gst_text_overlay_init), (gst_text_overlay_set_property),
7555         (gst_text_overlay_get_property):
7556         Fix up properties to be enums instead of string to make bindings,
7557         introspection and automatic GUI creation possible.
7558         Add getters for the properties.
7559
7560 2006-02-28  Sebastien Moutte  <sebastien@moutte.net>
7561
7562         * gst/audiotestsrc/gstaudiotestsrc.c:
7563           added defines of M_PI and M_PI_2
7564         * gst/ffmpegcolorspace/avcodec.h:
7565           removed #include "stdint.h" for win32 as _stdint.h is 
7566           autogenerated to win32/common
7567         * win32/common/libgstaudio.def:
7568         * win32/common/libgsttag.def:
7569           added some exports
7570         * win32/vs6:
7571           some project files bugs corrected
7572         * win32/vs7:
7573           project files are reset to the default vs7 configuration 
7574           (they link to msvcr71.dll using default optimizations)
7575           
7576 2006-02-28  Wim Taymans  <wim@fluendo.com>
7577
7578         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_class_init):
7579         Fix some docs.
7580
7581 2006-02-28  Edward Hervey  <edward@fluendo.com>
7582
7583         * ext/alsa/gstalsasrc.c:
7584         Set proper class on the ElementDetails:
7585         Source/Audio instead of Src/Audio/
7586
7587 2006-02-28  Edward Hervey  <edward@fluendo.com>
7588
7589         * gst/videoscale/vs_scanline.c:
7590         (vs_scanline_resample_nearest_RGBA):
7591         Revert optimization in videoscale. It should go in liboil and have
7592         an appropriate liboil function.
7593
7594 2006-02-28  Wim Taymans  <wim@fluendo.com>
7595
7596         * gst-libs/gst/audio/gstbaseaudiosink.c:
7597         (gst_base_audio_sink_provide_clock):
7598         Don't try to provide a clock in the NULL state.
7599
7600 2006-02-28  Wim Taymans  <wim@fluendo.com>
7601
7602         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_receive_event),
7603         (gst_ogg_pad_event), (gst_ogg_pad_internal_chain),
7604         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
7605         (gst_ogg_demux_deactivate_current_chain),
7606         (gst_ogg_demux_activate_chain), (gst_ogg_demux_do_seek),
7607         (gst_ogg_demux_perform_seek), (gst_ogg_demux_collect_info),
7608         (gst_ogg_demux_find_chains), (gst_ogg_demux_chain),
7609         (gst_ogg_demux_loop), (gst_ogg_demux_change_state):
7610         Use GstSegment infrastructure to remove duplicated code
7611         and handle more seek cases correctly.
7612
7613 2006-02-28  Wim Taymans  <wim@fluendo.com>
7614
7615         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
7616         (gst_ffmpegcsp_transform):
7617         Don't ignore return code from ffmpeg convert function.
7618
7619         * gst/ffmpegcolorspace/imgconvert.c: (img_convert):
7620         Split out some long statements to ease debugging.
7621
7622 2006-02-27  Jan Schmidt  <thaytan@mad.scientist.com>
7623
7624         * ext/libvisual/visual.c: (gst_visual_init),
7625         (gst_vis_src_negotiate), (get_buffer), (plugin_init):
7626         Don't use gst_pad_use_fixed_caps, because it prevents downstream from
7627         being able to renegotiate the size. Instead, use the negotiation
7628         algorithm from the goom plugin to pick an initial output caps. 
7629
7630         Also, allow theoretical libvisual plugins that might support non-GL 
7631         output even if they also do GL.
7632
7633 2006-02-26  Julien MOUTTE  <julien@moutte.net>
7634
7635         * ext/libvisual/visual.c: (gst_visual_init),
7636         (gst_visual_src_setcaps), (get_buffer), (gst_visual_chain),
7637         (plugin_init): Load only non GL plugins. Fix some memleaks and 
7638         possible negotiation issues.
7639
7640 2006-02-25  Julien MOUTTE  <julien@moutte.net>
7641
7642         * gst-libs/gst/tag/tag.h: Adding Annodex tags here.
7643
7644 2006-02-24  Michael Smith  <msmith@fluendo.com>
7645
7646         * gst/typefind/gsttypefindfunctions.c: (mpeg4_video_type_find),
7647         (cmml_type_find), (plugin_init):
7648           Fix CMML type find function to not require a specific minor version
7649           of the CMML header.
7650
7651           Add an MPEG4 video elementary stream typefind function.
7652
7653 2006-02-04  Michael Smith  <msmith@fluendo.com>
7654
7655         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_parse_skeleton_fishead),
7656         (gst_ogg_pad_parse_skeleton_fisbone), (gst_ogg_pad_query_convert),
7657         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
7658         (gst_ogg_demux_perform_seek), (gst_ogg_demux_read_chain),
7659         (gst_ogg_demux_read_end_chain), (gst_ogg_demux_collect_chain_info),
7660         (gst_ogg_demux_change_state), (gst_annodex_granule_to_time):
7661           Annodex support in ogg demuxer. Doesn't do very much without the
7662           other annodex patches (to come).
7663
7664 2006-02-24  Tim-Philipp Müller  <tim at centricular dot net>
7665
7666         Patch by: Fabrizio Gennari <fabrizio dot get at tiscali dot it>
7667
7668         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
7669           Pick up palette for MS video v1 (#327028)
7670
7671 2006-02-24  Tim-Philipp Müller  <tim at centricular dot net>
7672
7673         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
7674         (gst_ffmpegcsp_caps_remove_format_info),
7675         (gst_ffmpegcsp_get_unit_size):
7676           The 'palette_data' field from incoming RGB caps shouldn't be
7677           proxied on outgoing YUV caps; also, restrict unit size
7678           adjustment in case of paletted data only to the unit that
7679           actually has a palette. Fixes #330711.
7680
7681 2006-02-24  Tim-Philipp Müller  <tim at centricular dot net>
7682
7683         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
7684         (gst_ffmpegcsp_transform_caps), (gst_ffmpegcsp_set_caps),
7685         (gst_ffmpegcsp_finalize), (gst_ffmpegcsp_class_init),
7686         (gst_ffmpegcsp_get_unit_size):
7687           Plug some memory leaks.
7688
7689 2006-02-24  Tim-Philipp Müller  <tim at centricular dot net>
7690
7691         * sys/ximage/Makefile.am:
7692         * sys/xvimage/Makefile.am:
7693           Add some _CFLAGS and _LIBS that seem to be missing
7694           and/or required for Cygwin (see #317048).
7695
7696 2006-02-22  Wim Taymans  <wim@fluendo.com>
7697
7698         * ext/alsa/gstalsasrc.c:
7699         Fix description as pointed out by caugier.
7700
7701 2006-02-22  Tommi Myöhänen  <ext-tommi do myohanen at nokia dot com>
7702
7703         Reviewed by : Edward Hervey  <edward@fluendo.com>
7704
7705         * gst/typefind/gsttypefindfunctions.c: (q3gp_type_find),
7706         (qt_type_find):
7707         Better 3gp typefinding (#331526).
7708
7709 2006-02-21  Tim-Philipp Müller  <tim at centricular dot net>
7710
7711         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_create):
7712           Don't send EOS event here, the base class will send one for us.
7713
7714         * gst/playback/gstplaybasebin.c: (prepare_output):
7715           Subpictures without video stream aren't allowed either.
7716         
7717         * gst/subparse/gstsubparse.c: (gst_subparse_type_find):
7718           Fix debug statement copy'n'paste-o.
7719
7720 2006-02-21  Tim-Philipp Müller  <tim at centricular dot net>
7721
7722         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_get_volume):
7723           Fix issues with mixer keeping state when muting/unmuting
7724           and when changing the volume whilst muted (see #331763
7725           and #331765).
7726
7727 2006-02-20  Tim-Philipp Müller  <tim at centricular dot net>
7728
7729         * gst/subparse/gstsubparse.c: (subrip_unescape_formatting),
7730         (parse_subrip), (gst_sub_parse_format_autodetect):
7731           Set right caps given that we send escaped text. Also,
7732           honour <i></i>, <b></b> and <u></u> markers that can be found
7733           in .srt files (fixes #310202).
7734
7735 2006-02-20  Tim-Philipp Müller  <tim at centricular dot net>
7736
7737         * gst-libs/gst/audio/mixerutils.c:
7738         (element_factory_rank_compare_func):
7739           Make order in which elements are tried more determinable.
7740
7741 2006-02-20  Julien MOUTTE  <julien@moutte.net>
7742
7743         * gst/playback/gstdecodebin.c: (get_our_ghost_pad),
7744         (remove_element_chain), (cleanup_decodebin),
7745         (gst_decode_bin_change_state): Make decodebin reusable by
7746         fixing remove_element_chain first and then introduce a
7747         cleaner in state change to ->NULL. (Closes #331678)
7748
7749 2006-02-19  Wim Taymans  <wim@fluendo.com>
7750
7751         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_open_file):
7752         use 0666 mask when creating files so umask gets applied
7753         correctly. Fixes #331295.
7754
7755 2006-02-19  Tim-Philipp Müller  <tim at centricular dot net>
7756
7757         * gst/subparse/Makefile.am:
7758         * gst/subparse/gstssaparse.c: (gst_ssa_parse_base_init),
7759         (gst_ssa_parse_dispose), (gst_ssa_parse_init),
7760         (gst_ssa_parse_class_init), (gst_ssa_parse_src_event),
7761         (gst_ssa_parse_sink_event), (gst_ssa_parse_setcaps),
7762         (gst_ssa_parse_remove_override_codes), (gst_ssa_parse_parse_line),
7763         (gst_ssa_parse_chain), (gst_ssa_parse_change_state):
7764         * gst/subparse/gstssaparse.h:
7765         * gst/subparse/gstsubparse.c: (plugin_init):
7766           Add very basic parser for SSA subtitle streams (as often
7767           found in matroska files).
7768
7769 2006-02-19  Tim-Philipp Müller  <tim at centricular dot net>
7770
7771         * gst/playback/gstdecodebin.c: (mimetype_is_raw):
7772           That should be text/x-pango-markup, not text/x-pango-layout.
7773
7774 2006-02-19  Julien MOUTTE  <julien@moutte.net>
7775
7776         * ext/pango/gsttextoverlay.c: (gst_text_overlay_finalize):
7777         Polishing.
7778
7779 2006-02-19  Julien MOUTTE  <julien@moutte.net>
7780
7781         * ext/pango/gsttextoverlay.c: (gst_text_overlay_base_init),
7782         (gst_text_overlay_finalize), (gst_text_overlay_init),
7783         (gst_text_overlay_setcaps), (gst_text_overlay_src_event),
7784         (gst_text_overlay_render_text), (gst_text_overlay_text_pad_link),
7785         (gst_text_overlay_text_event), (gst_text_overlay_video_event),
7786         (gst_text_overlay_pop_text), (gst_text_overlay_text_chain),
7787         (gst_text_overlay_video_chain), (gst_text_overlay_change_state):
7788         Fix state change deadlock.
7789
7790 2006-02-19  Julien MOUTTE  <julien@moutte.net>
7791
7792         * ext/pango/gsttextoverlay.c: (gst_text_overlay_base_init),
7793         (gst_text_overlay_finalize), (gst_text_overlay_init),
7794         (gst_text_overlay_setcaps), (gst_text_overlay_src_event),
7795         (gst_text_overlay_render_text), (gst_text_overlay_text_pad_link),
7796         (gst_text_overlay_text_event), (gst_text_overlay_video_event),
7797         (gst_text_overlay_pop_text), (gst_text_overlay_text_chain),
7798         (gst_text_overlay_video_chain), (gst_text_overlay_change_state):
7799         * ext/pango/gsttextoverlay.h: Fix seeking both for muxed formats
7800         and subtitles files.
7801
7802 2006-02-19  Julien MOUTTE  <julien@moutte.net>
7803
7804         * gst/playback/gstdecodebin.c: (mimetype_is_raw): pango layout
7805         should be considered as raw.
7806
7807 2006-02-19  Julien MOUTTE  <julien@moutte.net>
7808
7809         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type),
7810         (cb_probe):
7811         * gst/playback/gststreaminfo.h: Introduce language informations.
7812
7813 2006-02-18  Jan Schmidt  <thaytan@mad.scientist.com>
7814
7815         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
7816         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy):
7817         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
7818         (gst_xvimagesink_check_xshm_calls), (gst_xvimagesink_xvimage_new):
7819         Set shared memory segments to be deleted as soon as we have attached,
7820         that way they get cleaned up automatically if we crash.
7821
7822 2006-02-18  Julien MOUTTE  <julien@moutte.net>
7823
7824         * ext/pango/gstclockoverlay.c: (gst_clock_overlay_get_text): 
7825         * ext/pango/gsttimeoverlay.c: (gst_time_overlay_get_text): Those
7826         functions are called with lock held.
7827
7828 2006-02-18  Julien MOUTTE  <julien@moutte.net>
7829
7830         * ext/pango/gsttextoverlay.c: (gst_text_overlay_base_init),
7831         (gst_text_overlay_finalize), (gst_text_overlay_init),
7832         (gst_text_overlay_setcaps), (gst_text_overlay_src_event),
7833         (gst_text_overlay_render_text), (gst_text_overlay_text_pad_link),
7834         (gst_text_overlay_text_pad_unlink), (gst_text_overlay_text_event),
7835         (gst_text_overlay_video_event), (gst_text_overlay_pop_text),
7836         (gst_text_overlay_text_chain), (gst_text_overlay_video_chain),
7837         (gst_text_overlay_change_state): Refactoring of textoverlay
7838         without collectpads. This now supports sparse subtitles coming
7839         from a demuxer instead of a sub file. Seeking is still broken 
7840         though. Need to discuss with wtay some more on how to handle
7841         seeking correctly.
7842         * ext/pango/gsttextoverlay.h:
7843         * gst/playback/gstplaybin.c: (setup_sinks): Support linking with
7844         subtitles coming from the demuxer.
7845
7846 2006-02-17  Wim Taymans  <wim@fluendo.com>
7847
7848         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_convert_src),
7849         (gst_vorbisenc_convert_sink):
7850         Use some more scaling functions.
7851
7852 2006-02-17  Tim-Philipp Müller  <tim at centricular dot net>
7853
7854         * ext/cdparanoia/gstcdparanoiasrc.c:
7855         (gst_cd_paranoia_src_class_init), (gst_cd_paranoia_dummy_callback),
7856         (gst_cd_paranoia_paranoia_callback),
7857         (gst_cd_paranoia_src_signal_is_being_watched),
7858         (gst_cd_paranoia_src_read_sector):
7859         * ext/cdparanoia/gstcdparanoiasrc.h:
7860           Add back 'transport-error' and 'uncorrected-error' signals and
7861           make them actually be fired when bad stuff happens (#319340).
7862
7863 2006-02-17  Wim Taymans  <wim@fluendo.com>
7864
7865         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_get_type),
7866         (gst_ring_buffer_open_device), (gst_ring_buffer_close_device),
7867         (gst_ring_buffer_device_is_open), (gst_ring_buffer_acquire),
7868         (gst_ring_buffer_release), (gst_ring_buffer_set_flushing),
7869         (gst_ring_buffer_start), (gst_ring_buffer_pause_unlocked),
7870         (gst_ring_buffer_pause), (gst_ring_buffer_stop),
7871         (gst_ring_buffer_delay), (gst_ring_buffer_samples_done),
7872         (gst_ring_buffer_set_sample), (gst_ring_buffer_clear_all),
7873         (gst_ring_buffer_commit), (gst_ring_buffer_prepare_read),
7874         (gst_ring_buffer_clear):
7875         Small cleanups.
7876         Added some G_LIKELY.
7877
7878 2006-02-17  Wim Taymans  <wim@fluendo.com>
7879
7880         * gst-libs/gst/audio/TODO:
7881         Update TODO
7882
7883         * gst-libs/gst/audio/gstbaseaudiosink.c:
7884         (gst_base_audio_sink_get_offset):
7885         When trying to play samples ASAP and we don't have a
7886         previous sample, try to play at position 0 instead of
7887         an invalid position.
7888
7889 2006-02-17  Wim Taymans  <wim@fluendo.com>
7890
7891         * ext/alsa/gstalsasink.c: (gst_alsasink_open),
7892         (gst_alsasink_reset):
7893         Also release lock when we get an error in _reset();
7894         fix an error message.
7895
7896 2006-02-16  Tim-Philipp Müller  <tim at centricular dot net>
7897
7898         * ext/alsa/gstalsasink.c: (gst_alsasink_class_init),
7899         (gst_alsasink_init), (get_channel_free_structure),
7900         (caps_add_channel_configuration), (gst_alsasink_getcaps),
7901         (gst_alsasink_close):
7902         * ext/alsa/gstalsasink.h:
7903           Add support for more than 2 channels (#326720).
7904
7905 2006-02-16  Tim-Philipp Müller  <tim at centricular dot net>
7906
7907         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
7908           Set codec_name for WAVEFORMATEX as well. When we have 'normal PCM'
7909           with 4 or 6 channels, assume a default channel layout to make things
7910           work (not sure there's anything else we can do in those cases).
7911
7912 2006-02-16  Tim-Philipp Müller  <tim at centricular dot net>
7913
7914         * gst-libs/gst/audio/multichannel.c:
7915           Minor docs fix.
7916
7917         * gst-libs/gst/riff/Makefile.am:
7918         * gst-libs/gst/riff/riff-ids.h:
7919         * gst-libs/gst/riff/riff-media.c:
7920         (gst_riff_wavext_add_channel_layout), (gst_riff_create_audio_caps):
7921           Add support for WAVEFORMATEX, eg. PCM audio with more than two
7922           channels and a channel layout map.
7923           
7924 2006-02-16  Mathieu Garcia <b0nk at free dot fr>
7925
7926         Reviewed by Edward Hervey  <edward@fluendo.com>
7927
7928         * gst/videoscale/vs_scanline.c: (vs_scanline_resample_nearest_RGBA): 
7929         C-level optimization of the RGBA nearest neighbour function.
7930         Eventually this might end up in liboil with vectorized versions.
7931
7932 2006-02-16  Tim-Philipp Müller  <tim at centricular dot net>
7933
7934         * gst-libs/gst/audio/multichannel.c:
7935         (gst_audio_get_channel_positions):
7936           When we have more than 2 channels, but no channel layout is
7937           specified in the caps, return some default channel layout
7938           to the caller and warn about about a possibly buggy element
7939           (could be buggy filtercaps as well of course) (#317038).
7940
7941 2006-02-16  Tim-Philipp Müller  <tim at centricular dot net>
7942
7943         * pkgconfig/gstreamer-plugins-base-uninstalled.pc.in:
7944           Add gst-libs/gst/cdda to list of lib search paths.
7945
7946 2006-02-15  Andy Wingo  <wingo@pobox.com>
7947
7948         * ext/ogg/gstoggmux.c (gst_ogg_mux_collected): When updating
7949         timestamp, update timestamp_end as well. Fixes a bugaboo. I hope
7950         to the Lord Jesus that I do not have to touch the ogg muxer ever
7951         again.
7952
7953 2006-02-15  Edward Hervey  <edward@fluendo.com>
7954
7955         * gst/typefind/gsttypefindfunctions.c: (qt_type_find):
7956         quicktime movie files can also contain 'uuid' atoms.
7957
7958 2006-02-14  Tim-Philipp Müller  <tim at centricular dot net>
7959
7960         * gst/audioconvert/plugin.c: (plugin_init):
7961           Register the GstAudioChannelPosition enum type with the type
7962           system in the plugin_init function, so that it is known before
7963           any element actually makes use of multi-channel stuff. This is
7964           required for example if one wants to be able to deserialise/use
7965           a caps string with channel positions before any pipeline has
7966           been setup and started, like with gst-launch.
7967
7968 2006-02-14  Wim Taymans  <wim@fluendo.com>
7969
7970         * gst-libs/gst/audio/gstringbuffer.c:
7971         (gst_ring_buffer_pause_unlocked), (gst_ring_buffer_delay),
7972         (gst_ring_buffer_samples_done), (wait_segment),
7973         (gst_ring_buffer_commit), (gst_ring_buffer_clear):
7974         Add some compiler G_(UN_)LIKELY help.
7975         SIGNAL the ringbuffer waiters when going to PAUSED as well to
7976         make sure they can exit their functions. Should fix #330748
7977
7978 2006-02-13  Thomas Vander Stichele  <thomas at apestaart dot org>
7979
7980         * Makefile.am:
7981         * configure.ac:
7982         * win32/MANIFEST:
7983         * win32/common/_stdint.h:
7984           Windows does not have long long; copy the generated _stdint.h
7985         * win32/common/interfaces-enumtypes.c:
7986         (gst_color_balance_type_get_type), (gst_mixer_type_get_type),
7987         (gst_mixer_track_flags_get_type),
7988         (gst_tuner_channel_flags_get_type):
7989         * win32/common/multichannel-enumtypes.c:
7990         (gst_audio_channel_position_get_type):
7991           update
7992
7993 2006-02-13  Wim Taymans  <wim@fluendo.com>
7994
7995         * gst-libs/gst/audio/gstbaseaudiosink.c:
7996         (gst_base_audio_sink_get_time), (gst_base_audio_sink_preroll),
7997         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
7998         Always sync on first sample we receive when starting.
7999
8000 2006-02-13  Wim Taymans  <wim@fluendo.com>
8001
8002         * gst/playback/gstplaybin.c: (gen_vis_element):
8003         Update vis bin docs.
8004         Move queue after tee so we don't queue video buffers but
8005         audio samples instead. Fixes problems where the video queue
8006         is filled and the audio queue empty.
8007
8008 2006-02-13  Tim-Philipp Müller  <tim at centricular dot net>
8009
8010         * gst-libs/gst/cdda/gstcddabasesrc.c: (gst_cdda_base_src_create):
8011           No need to push an EOS event here, GstBaseSrc will do that for us
8012           when we return FLOW_UNEXPECTED.
8013           
8014 2006-02-12  Wim Taymans  <wim@fluendo.com>
8015
8016         * gst-libs/gst/audio/gstbaseaudiosink.c:
8017         (gst_base_audio_sink_get_time), (gst_base_audio_sink_setcaps),
8018         (gst_base_audio_sink_drain), (gst_base_audio_sink_preroll),
8019         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
8020         Use scale functions when possible.
8021         Fix error messages.
8022         Free clockid when after waiting for EOS.
8023         Use G_(UN_)LIKLY when it makes sense.
8024         Fix sample clipping bug found by Arwed v. Merkatz fixes #330789.
8025
8026 2006-02-12  Edward Hervey  <edward@fluendo.com>
8027
8028         * gst/playback/gstplaybasebin.c: (prepare_output): 
8029         Remove stray semi-colon (fixes #330888).
8030
8031 2006-02-12  Jan Schmidt  <thaytan@mad.scientist.com>
8032
8033         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls):
8034         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls):
8035         Fix up the XShm call testing so that we catch errors, and don't
8036         cause new ones by attempting to detach from a segment we failed
8037         to attach to. Fixes #312439.
8038
8039 2006-02-10  Edward Hervey  <edward@fluendo.com>
8040
8041         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
8042         Added flv file typefind (video/x-flv).
8043
8044 2006-02-10  Edward Hervey  <edward@fluendo.com>
8045
8046         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
8047         (gst_riff_create_video_template_caps):
8048         Added FLV1 <==> 'video/x-flash-video,flvversion=1' conversion.
8049         Also added the caps to the default set of riff video caps.
8050
8051 2006-02-09  Andy Wingo  <wingo@pobox.com>
8052
8053         * ext/ogg/gstoggmux.c (GstOggPad): Keep track of both the start
8054         time and the end time of the last packet in the page.
8055         (gst_ogg_mux_pad_queue_page): In addition to setting the timestamp
8056         on the pages in our queue, set the duration as well. Reflow a
8057         debug statement.
8058         (gst_ogg_mux_collected): Keep track of GstOggPad->timestamp_end.
8059         Fixes bad muxing order.
8060
8061 2006-02-09  Thomas Vander Stichele  <thomas at apestaart dot org>
8062
8063         * gst-libs/gst/rtp/gstbasertppayload.c:
8064         (gst_basertppayload_setcaps), (gst_basertppayload_push):
8065           update seqnum before setting it on the packet; this makes sure
8066           that the timestamp and seqnum properties match after pushing
8067           a buffer
8068
8069 2006-02-09  Andy Wingo  <wingo@pobox.com>
8070
8071         * gst-libs/gst/audio/gstringbuffer.c
8072         (gst_ring_buffer_samples_done): Cast to guint64, fixes an integer
8073         overflow after 13.5 hours of recording. Kapow!
8074
8075         * ext/alsa/gstalsasrc.c (gst_alsasrc_delay): Clamp the delay to
8076         the buffer size -- we don't care about underrun/overrun reporting
8077         right now, just need to return a useful value.
8078
8079 2006-02-09  Jan Schmidt  <thaytan@mad.scientist.com>
8080
8081         * configure.ac:
8082           Back to CVS
8083
8084 === release 0.10.3 ===
8085
8086 2006-02-09  Jan Schmidt <thaytan@mad.scientist.com>
8087
8088         * configure.ac:
8089           releasing 0.10.3, "Under Pressure"
8090
8091 2006-02-08  Jan Schmidt  <thaytan@mad.scientist.com>
8092
8093         * configure.ac:
8094         Drat. Bump libtool version number for new API.
8095         Prelease 0.10.2.3 (of 0.10.3)
8096
8097 2006-02-08  Jan Schmidt  <thaytan@mad.scientist.com>
8098
8099         * configure.ac:
8100         * win32/common/config.h:
8101         0.10.2.2 prerelease (of 0.10.3).
8102
8103 2006-02-08  Jan Schmidt  <thaytan@mad.scientist.com>
8104
8105         * gst/tcp/gsttcpclientsrc.c: (gst_tcp_client_src_create):
8106           Revert Andy's newsegment change pending a more correct
8107           fix.
8108
8109 2006-02-08  Thomas Vander Stichele  <thomas at apestaart dot org>
8110
8111         * gst/typefind/gsttypefindfunctions.c: (q3gp_type_find),
8112         (qt_type_find), (plugin_init):
8113           detect more files as 3gp
8114           group and reorder the iso file formats
8115
8116 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
8117
8118         * ext/vorbis/vorbis.c: (plugin_init):
8119           Register musicbrainz tags, so apps don't have to.
8120
8121 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
8122
8123         * gst-libs/gst/tag/gstvorbistag.c: (gst_tag_from_vorbis_tag),
8124         (gst_tag_to_vorbis_tag):
8125           Make sure we called gst_tag_register_musicbrainz_tags()
8126           before possibly mapping a vorbiscomment string from/to a
8127           musicbrainz tag.
8128
8129 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
8130
8131         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find):
8132           In case we can't find the required number of consecutive
8133           mpeg audio frames to positively identify an MPEG audio
8134           stream, check if there's at least a valid mpeg audio
8135           frame right at offset 0 and if so suggest mpeg/audio
8136           caps with a very low probability (#153004).
8137
8138 2006-02-07  Andy Wingo  <wingo@pobox.com>
8139
8140         * gst/tcp/gsttcpclientsrc.c (gst_tcp_client_src_create): Switch to
8141         a TIME segment if we get timestamped buffers. Requires recent
8142         fixes in core to work properly.
8143
8144 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
8145
8146         * gst/playback/gstplaybasebin.c: (prepare_output):
8147           Don't print the URI as part of the error message, it
8148           makes error dialogs look rather ugly, especially if
8149           the URI is very long or has characters in it that
8150           need escaping.
8151
8152 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
8153
8154         * gst/playback/gstplaybasebin.c: (prepare_output):
8155           Error out if we have only text or subtitles, but nothing
8156           else. Also error out if we have subtitles but no video
8157           stream.
8158
8159 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
8160
8161         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_create):
8162           Treat GNOME_VFS_RESULT_EOF as EOS, not as error (#329194).
8163           Post an error message on the bus when we encounter an
8164           error, which will hopefully be more meaningful than the
8165           'Internal Flow Error' message users get to see if we
8166           just return GST_FLOW_ERROR.
8167
8168 2006-02-07  Andy Wingo  <wingo@pobox.com>
8169
8170         * configure.ac (GST_MAJORMINOR): Update core version req to
8171         0.10.2.2, for the collectpads API addition (#330244).
8172
8173 2006-02-06  Tim-Philipp Müller  <tim at centricular dot net>
8174
8175         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
8176           Return FALSE from plugin_init() when GnomeVFS can't
8177           be initialised for some reason (#328423).
8178
8179 2006-02-06  Julien MOUTTE  <julien@moutte.net>
8180
8181         * ext/pango/gsttextoverlay.c: (gst_text_overlay_src_event): 
8182         Stick to seeking theory until i find the bug.
8183         * gst/subparse/gstsubparse.c: (parse_subrip): Fix debug.
8184
8185 2006-02-06  Jan Schmidt  <thaytan@mad.scientist.com>
8186
8187         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
8188         (theora_enc_finalize), (theora_enc_sink_setcaps),
8189         (theora_set_header_on_caps), (theora_enc_chain),
8190         (theora_enc_change_state):
8191         * tests/check/pipelines/theoraenc.c: (GST_START_TEST):
8192           Make theoraenc and the tests leak free. Like, really.
8193
8194 2006-02-06  Jan Schmidt  <thaytan@mad.scientist.com>
8195
8196         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
8197         (theora_enc_finalize), (theora_enc_sink_setcaps):
8198           Add a finalize method to ensure we clean up state even if
8199           someone omitted the state change back to NULL.
8200
8201         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_metadata_set1),
8202         (gst_vorbisenc_chain):
8203           Free some more leaked bits.
8204
8205         * tests/check/pipelines/theoraenc.c: (start_pipeline),
8206         (stop_pipeline):
8207           Wait for state changes to happen if they're ASYNC.
8208
8209           This ought to teach those fancy pants buildbots a lesson.
8210
8211 2006-02-05  Jan Schmidt  <thaytan@mad.scientist.com>
8212
8213         * gst-libs/gst/tag/gstid3tag.c:
8214           Add mapping for ID3 International Standard Recording Code
8215           tag "TSRC"
8216
8217 2006-02-05  Jan Schmidt  <thaytan@mad.scientist.com>
8218
8219         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_metadata_set1):
8220           Don't leak tag names.
8221
8222 2006-02-05  Tim-Philipp Müller  <tim at centricular dot net>
8223
8224         * docs/libs/gst-plugins-base-libs-docs.sgml:
8225         * docs/libs/gst-plugins-base-libs-sections.txt:
8226         * gst-libs/gst/tag/gstid3tag.c:
8227         * gst-libs/gst/tag/gstvorbistag.c:
8228         * gst-libs/gst/tag/tags.c:
8229           Split libgsttag docs into multiple sections.
8230
8231 2006-02-05  Tim-Philipp Müller  <tim at centricular dot net>
8232
8233         * docs/libs/Makefile.am:
8234         * docs/libs/gst-plugins-base-libs-docs.sgml:
8235         * docs/libs/gst-plugins-base-libs-sections.txt:
8236         * gst-libs/gst/tag/gstid3tag.c: (gst_tag_from_id3_tag):
8237         * gst-libs/gst/tag/gstvorbistag.c:
8238         * gst-libs/gst/tag/tag.h:
8239         * gst-libs/gst/tag/tags.c:
8240           Add libgsttag to the docs.
8241
8242 2006-02-05  Julien MOUTTE  <julien@moutte.net>
8243
8244         * ext/pango/gsttextoverlay.c: (gst_text_overlay_finalize),
8245         (gst_text_overlay_init), (gst_text_overlay_src_event),
8246         (gst_text_overlay_collected): Fix clockoverlay.
8247
8248 2006-02-05  Tim-Philipp Müller  <tim at centricular dot net>
8249
8250         * docs/libs/compiling.sgml:
8251           Fix typo: it's pkg-config, not pkg-gconfig
8252
8253         * docs/libs/gst-plugins-base-libs-docs.sgml:
8254         * docs/libs/gst-plugins-base-libs-sections.txt:
8255         * docs/libs/tmpl/gstgconf.sgml:
8256           There is no libgstgconf in 0.10, remove it
8257           from the docs.
8258
8259 2006-02-05  Julien MOUTTE  <julien@moutte.net>
8260
8261         * docs/libs/tmpl/gstcolorbalance.sgml: Updated.
8262         * ext/pango/gsttextoverlay.c: (gst_text_overlay_init),
8263         (gst_text_overlay_src_event), (gst_text_overlay_collected):
8264         * gst/subparse/gstsubparse.c: (gst_sub_parse_dispose),
8265         (gst_sub_parse_class_init), (gst_sub_parse_init),
8266         (gst_sub_parse_src_event), (parse_mdvdsub), (parse_subrip),
8267         (parse_mpsub), (parser_state_init), (handle_buffer),
8268         (gst_sub_parse_chain), (gst_sub_parse_sink_event), (plugin_init):
8269         * gst/subparse/gstsubparse.h: Introduce seeking code.
8270
8271 2006-02-05  Tim-Philipp Müller  <tim at centricular dot net>
8272
8273         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add):
8274           Add comment about LANGUAGE tag inconsistency (we want
8275           ISO-639-1, but extract three-letter identifiers?)
8276
8277         * po/POTFILES.in:
8278           Add two translatable files.
8279
8280 2006-02-05  Tim-Philipp Müller  <tim at centricular dot net>
8281
8282         * gst-libs/gst/tag/Makefile.am:
8283         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add):
8284         * gst-libs/gst/tag/tag.h:
8285         * gst-libs/gst/tag/tags.c:
8286         (gst_tag_register_musicbrainz_tags_internal),
8287         (gst_tag_register_musicbrainz_tags):
8288           Forward-port some tags stuff from the 0.8 branch. This is
8289           mostly the addition of musicbrainz tags and their mapping
8290           to vorbistags, and a vorbistag mapping of the language tag.
8291
8292 2006-02-05  Julien MOUTTE  <julien@moutte.net>
8293
8294         * gst/playback/gstplaybin.c: (gen_text_element): Fix broken code
8295         refactoring.
8296
8297 2006-02-04  David Schleef  <ds@schleef.org>
8298
8299         * ext/ogg/gstoggmux.c:
8300         * gst/typefind/gsttypefindfunctions.c:
8301           Add Dirac typefinding and add dirac format to oggmux.
8302
8303 2006-02-03  Tim-Philipp Müller  <tim at centricular dot net>
8304
8305         * gst/playback/gstdecodebin.c: (try_to_link_1):
8306           Don't put essential function call into
8307           g_return_*() macro, otherwise it'll all be
8308           replaced by NOOPs when compiling with
8309           G_DISABLE_CHECKS defined.
8310
8311 2006-02-03  Edgard Lima <edgard.lima@indt.org.br>
8312
8313         * ext/ogg/gstoggdemux.c:
8314         * ext/ogg/gstoggparse.c:
8315         * gst/tcp/gsttcpserversink.c:
8316         * sys/v4l/v4lsrc_calls.c:
8317         * sys/v4l/v4lsrc_calls.h:
8318         Just make it compile with --disable-gst-debug.
8319
8320 2006-02-03  Wim Taymans  <wim@fluendo.com>
8321
8322         * ext/alsa/gstalsasink.c: (gst_alsasink_finalise),
8323         (gst_alsasink_class_init), (gst_alsasink_init),
8324         (gst_alsasink_write), (gst_alsasink_reset):
8325         * ext/alsa/gstalsasink.h:
8326         Add lock to protect alsa calls.
8327         Implement reset to flush samples ASAP, does not work
8328         with dmix though.
8329
8330 2006-02-02  Wim Taymans  <wim@fluendo.com>
8331
8332         * gst-libs/gst/audio/gstbaseaudiosink.c:
8333         (gst_base_audio_sink_provide_clock):
8334         Ugh.. getting late I guess...
8335
8336 2006-02-02  Wim Taymans  <wim@fluendo.com>
8337
8338         * gst-libs/gst/audio/gstbaseaudiosink.c:
8339         (gst_base_audio_sink_provide_clock),
8340         (gst_base_audio_sink_set_property),
8341         (gst_base_audio_sink_get_property), (gst_base_audio_sink_render):
8342         Don't try to provide a clock when we are not negotiated since
8343         we might not be able to make it run.
8344
8345 2006-02-02  Tim-Philipp Müller  <tim at centricular dot net>
8346
8347         * gst/playback/gstdecodebin.c: (try_to_link_1):
8348           Unlinking two source pads is ... hard.
8349
8350 2006-02-02  Wim Taymans  <wim@fluendo.com>
8351
8352         * gst-libs/gst/audio/TODO:
8353         Updated.
8354
8355         * gst-libs/gst/audio/gstbaseaudiosink.c:
8356         (gst_base_audio_sink_drain), (gst_base_audio_sink_event):
8357         On EOS, wait till the last sample is played before posting EOS.
8358
8359 2006-02-01  Philippe Kalaf <burger at speedy dot org>
8360
8361         * gst-libs/gst/rtp/gstbasertpdepayload.c:
8362           Patch by Kai Vehmanen : Adds ability to enable newsegment bypass by
8363           setting queue_delay to zero. Also avoid thread being started if
8364           queue_delay is zero.
8365
8366 2006-02-01  Tim-Philipp Müller  <tim at centricular dot net>
8367
8368         * gst/playback/test6.c: (new_decoded_pad_cb), (show_error), (main):
8369           Make test work again by connecting fakesinks to each decoded pad,
8370           which makes the pipeline wait until each fakesink has a buffer
8371           queued before going to PAUSED state. At that point we know the
8372           decodebin pads are negotiated.
8373
8374 2006-02-01  Tim-Philipp Müller  <tim at centricular dot net>
8375
8376         * gst-libs/gst/cdda/gstcddabasesrc.c: (gst_cdda_base_src_query),
8377         (gst_cdda_base_src_handle_event):
8378         * gst/audiotestsrc/gstaudiotestsrc.c: (gst_audio_test_src_query):
8379           Pass unhandled queries to the parent class's query function.
8380
8381 2006-02-01  Tim-Philipp Müller  <tim at centricular dot net>
8382
8383         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_query_types),
8384         (gst_ogg_pad_src_query):
8385         * ext/ogg/gstogmparse.c: (gst_ogm_parse_sink_query):
8386         * ext/theora/theoradec.c: (theora_dec_src_query),
8387         (theora_dec_sink_query):
8388         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
8389         (vorbis_dec_sink_query):
8390         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_src_query),
8391         (gst_vorbisenc_sink_query):
8392         * gst/adder/gstadder.c: (gst_adder_query):
8393           Pass unhandled queries upstream instead of just
8394           dropping them (#326447). Also, fix supported
8395           query types list for some elements.
8396
8397 2006-02-01  Tim-Philipp Müller  <tim at centricular dot net>
8398
8399         * gst/typefind/gsttypefindfunctions.c: (au_type_find),
8400         (paris_type_find), (ilbc_type_find), (plugin_init):
8401           Fix typefinding for audio/x-au, audio/x-paris and
8402           audio/iLBC-sh. We cannot use the START_WITH macros
8403           here, because there can only be one typefind factory
8404           with the same name (caps), so the second one would
8405           replace the first one and the first one would never
8406           be called when doing typefinding (see #161712).
8407           
8408
8409 2006-01-31  Wim Taymans  <wim@fluendo.com>
8410
8411         * ext/vorbis/vorbisdec.c: (vorbis_dec_convert),
8412         (vorbis_handle_header_packet), (vorbis_dec_push),
8413         (vorbis_handle_data_packet):
8414         Use scale_int when we can, add some more scaling.
8415         Check packettype before parsing it.
8416
8417 2006-01-31  Wim Taymans  <wim@fluendo.com>
8418
8419         * ext/theora/theoradec.c: (_theora_granule_time),
8420         (theora_dec_src_convert), (theora_dec_sink_convert):
8421         Call right _scale functions.
8422         Use parameter instead of some other random value.
8423
8424 2006-01-31  Wim Taymans  <wim@fluendo.com>
8425
8426         * ext/theora/theoradec.c: (_theora_granule_frame),
8427         (_theora_granule_time), (_inc_granulepos),
8428         (theora_dec_src_convert), (theora_dec_sink_convert),
8429         (theora_handle_type_packet), (theora_handle_data_packet),
8430         (theora_dec_chain):
8431         Use higher precision timestamps calculation.
8432         Convert some other conversions to _scale.
8433
8434 2006-01-31  Stefan Kost  <ensonic@users.sf.net>
8435
8436         * gst/audiotestsrc/gstaudiotestsrc.c:
8437         (gst_audio_test_src_create_sine_table), (plugin_init):
8438         * gst/volume/gstvolume.c: (plugin_init):
8439           initialize gst_controller before using
8440
8441 2006-01-31  Jan Schmidt  <thaytan@mad.scientist.com>
8442
8443         * tests/check/pipelines/theoraenc.c:
8444         * tests/check/pipelines/vorbisenc.c:
8445         Define constant using G_GINT64_CONSTANT to avoid errors when
8446         passing it around - otherwise it gets truncated to 32 bits.
8447
8448         Fixes failing tests.
8449
8450 2006-01-31  Andy Wingo  <wingo@pobox.com>
8451
8452         * sys/v4l/gstv4lsrc.c (gst_v4lsrc_set_caps): Don't segfault if the
8453         caps being set doesn't have a framerate value. Basically a stopgap
8454         measure.
8455
8456         * ext/ogg/gstoggmux.c (GST_BUFFER_END_TIME): New macro. Not
8457         technically correct enough to put into core though.
8458         (gst_ogg_mux_dequeue_page): Use END_TIME instead of TIMESTAMP +
8459         DURATION. Fixes theoraenc ! oggmux.
8460
8461         * sys/v4l/gstv4lsrc.c (gst_v4lsrc_fixate): Fixate to the nearest
8462         fraction, not double.
8463
8464 2006-01-31  Sebastien Moutte  <sebastien@moutte.net>
8465
8466         * win32/vs7:
8467         add vs7 project files created by Sergey Scobich
8468
8469 2006-01-30  Sebastien Moutte  <sebastien@moutte.net>
8470
8471         * win32/vs8:
8472         add vs8 project files created by Sergey Scobich
8473         
8474 2006-01-30  Andy Wingo  <wingo@pobox.com>
8475
8476         * ext/ogg/gstoggmux.c (gst_ogg_mux_dequeue_page): Compare
8477         timestamp + duration, not just timestamp -- ogg pages should be
8478         ordered by stop time. Necessary fix given the change in vorbis
8479         timestamps.
8480
8481         * ext/theora/theoraenc.c (theora_enc_sink_setcaps) 
8482         (gst_theora_enc_init): Pull the granule shift out of the encoder.
8483         (granulepos_add): New function, handles the messiness of adjusting
8484         granulepos values.
8485         (theora_buffer_from_packet):
8486         (theora_enc_chain):
8487         (theora_enc_sink_event): Use granulepos_add, not +.
8488
8489         * tests/check/pipelines/theoraenc.c
8490         (check_buffer_granulepos_from_starttime): Just check the frame
8491         count, not the actual granulepos -- we can't dictate to the
8492         encoder when it should be placing keyframes.
8493
8494 2006-01-30  Thomas Vander Stichele  <thomas at apestaart dot org>
8495
8496         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_start):
8497           SERVICE_NOT_AVAILABLE happens for example when you're trying to
8498           play an http:// stream from a server that's not serving
8499
8500 2006-01-30  Andy Wingo  <wingo@pobox.com>
8501
8502         * tests/check/pipelines/vorbisenc.c (TIMESTAMP_OFFSET): 
8503         * tests/check/pipelines/theoraenc.c (TIMESTAMP_OFFSET): Totally
8504         remove the UINT64_CONSTANT macro, doesn't appear to be needed or
8505         available.
8506
8507         * ext/theora/gsttheoraenc.h:
8508         * ext/theora/theoraenc.c: Same changes as were done to vorbisenc,
8509         although theoraenc was timestamping correctly. Added handling of
8510         streams that start with nonzero timestamps.
8511
8512         * tests/check/Makefile.am:
8513         * tests/check/pipelines/theoraenc.c: New file, basically does same
8514         tests as vorbisenc.
8515
8516         * tests/check/pipelines/vorbisenc.c: I claim these bugs.
8517
8518 2006-01-30  Wim Taymans  <wim@fluendo.com>
8519
8520         * gst-libs/gst/audio/gstaudiosink.c:
8521         (gst_audioringbuffer_class_init), (gst_audioringbuffer_release),
8522         (gst_audioringbuffer_pause):
8523         Implement pause that does not wait for completion.
8524
8525         * gst-libs/gst/audio/gstbaseaudiosink.c:
8526         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
8527         Don't drop buffers when going to PAUSED but perform preroll on
8528         remaining samples now that core base class supports this.
8529
8530         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_release),
8531         (gst_ring_buffer_pause_unlocked), (gst_ring_buffer_stop),
8532         (gst_ring_buffer_commit):
8533         Pause should not signal waiters.
8534         Implement return value of _commit correctly.
8535
8536 2006-01-30  Andy Wingo  <wingo@pobox.com>
8537
8538         * tests/check/Makefile.am (check_vorbis): Add pipelines/vorbisenc.
8539
8540         * ext/vorbis/vorbisenc.c (gst_vorbisenc_buffer_from_packet): Logic
8541         updated to timestamp from the first sample, not the last.
8542         (gst_vorbisenc_buffer_from_header_packet): New function, takes
8543         special care of granulepos and timestamp for header packets.
8544         (gst_vorbisenc_chain): Reflow, fix some leaks, and handle the case
8545         when the first buffer has a nonzero timestamp.
8546
8547         * ext/vorbis/vorbisenc.h (GstVorbisEnc.granulepos_offset)
8548         (GstVorbisEnc.subgranule_offset): New members. Take care of the
8549         case when the first audio buffer we get has a nonzero timestamp.
8550         (GstVorbisEnc.next_ts): Renamed from prev_ts, because now we
8551         properly timestamp vorbis buffers with the time of the first
8552         sample, not the last.
8553         
8554         * ext/vorbis/vorbisenc.c (granulepos_to_clocktime): Renamed from
8555         vorbis_granule_time_copy -- now it takes the granule/subgranule
8556         offset into account.
8557
8558         * tests/check/pipelines/vorbisenc.c: New test for correctness of
8559         timestamps, durations, and granulepos on buffers produced by
8560         vorbisenc.
8561
8562 2006-01-30  Jan Schmidt  <thaytan@mad.scientist.com>
8563
8564         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
8565         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt):
8566           Patch from Eric Jonas to support conversions to/from UYVY 
8567           (Fixes: #324626)
8568
8569 2006-01-30  Julien MOUTTE  <julien@moutte.net>
8570
8571         * gst/playback/gstplaybasebin.c: (group_commit), (queue_overrun),
8572         (setup_subtitle), (setup_source), (set_active_source):
8573         * gst/playback/gstplaybin.c: (gst_play_bin_dispose),
8574         (gen_text_element), (gen_audio_element), (gen_vis_element),
8575         (remove_sinks), (add_sink), (setup_sinks): Implement subtitles.
8576
8577 2006-01-29  Sebastien Moutte  <sebastien@moutte.net>
8578
8579         * gst-libs/gst/audio/audio.h: (GST_CLOCK_TIME_TO_FRAMES)
8580         * gst-libs/gst/audio/gstbaseaudiosink.c: (gst_base_audio_sink_render)
8581                 use gst_guint64_to_gdouble to be compliant with vs6
8582         * gst/playback/gstdecodebin.c: (try_to_link_1)
8583         * gst/videorate/videorate.c: (gst_video_rate_blank_data)
8584                 use G_GINT64_CONSTANT for int64 constants
8585         * win32/common/libgstinterfaces.def:
8586                 export some symbols (gst_mixer_get_type,gst_mixer_track_get_type)
8587         * win32/vs6:
8588                 update and add new project files
8589                 
8590 2006-01-29  Thomas Vander Stichele  <thomas at apestaart dot org>
8591
8592         * Makefile.am:
8593         * win32/MANIFEST:
8594         * win32/common/interfaces-enumtypes.c:
8595         (gst_color_balance_type_get_type), (gst_mixer_type_get_type),
8596         (gst_mixer_track_flags_get_type),
8597         (gst_tuner_channel_flags_get_type):
8598         * win32/common/interfaces-enumtypes.h:
8599         * win32/common/multichannel-enumtypes.c:
8600         (gst_audio_channel_position_get_type):
8601         * win32/common/multichannel-enumtypes.h:
8602           add a win32-update rule like in core, and copy over enumtypes files
8603
8604 2006-01-29  Thomas Vander Stichele  <thomas at apestaart dot org>
8605
8606         * win32/MANIFEST:
8607         * win32/common/config.h:
8608         * win32/common/config.h.in:
8609           add config files just like in core
8610
8611 2006-01-28  Tim-Philipp Müller  <tim at centricular dot net>
8612
8613         * gst-libs/gst/audio/gstringbuffer.c: (build_linear_format):
8614           Make gcc-4.1 happy (part of #327357).
8615
8616 2006-01-28  Thomas Vander Stichele  <thomas at apestaart dot org>
8617
8618         * ext/alsa/gstalsasink.c: (gst_alsasink_init), (set_hwparams),
8619         (set_swparams), (gst_alsasink_prepare), (gst_alsasink_unprepare),
8620         (gst_alsasink_close), (gst_alsasink_write), (gst_alsasink_reset):
8621         * ext/alsa/gstalsasrc.c: (gst_alsasrc_init), (set_hwparams),
8622         (set_swparams), (gst_alsasrc_open), (gst_alsasrc_prepare),
8623         (gst_alsasrc_unprepare), (gst_alsasrc_read):
8624           Update all error messages.  All of them should either use
8625           the default translated message, or actually provide a
8626           translatable string.
8627           Make the string for channel count problems meaningful.
8628
8629 2006-01-28  Thomas Vander Stichele  <thomas at apestaart dot org>
8630
8631         * sys/v4l/v4l_calls.c: (gst_v4l_open):
8632           check for and throw RESOURCE_BUSY
8633
8634 2006-01-27  David Schleef  <ds@schleef.org>
8635
8636         * gst/videoscale/vs_scanline.c: Oops, *that's* why I never
8637           checked in this change -- it requires liboil features not
8638           in 0.3.6.  Revert parts.
8639
8640 2006-01-27  David Schleef  <ds@schleef.org>
8641
8642         * REQUIREMENTS:
8643         * configure.ac: update liboil requirement to 0.3.6
8644         * gst/videoscale/Makefile.am:
8645         * gst/videoscale/vs_scanline.c: liboilify
8646
8647 2006-01-27  Jan Schmidt  <thaytan@mad.scientist.com>
8648
8649         * ext/libvisual/visual.c: (get_buffer):
8650           When pad_alloc returns a GstFlowReturn other
8651           than GST_FLOW_OK, make sure it is passed upstream.
8652
8653 2006-01-27  Jan Schmidt  <thaytan@mad.scientist.com>
8654
8655         * ext/alsa/gstalsasink.c: (gst_alsasink_finalise),
8656         (gst_alsasink_class_init):
8657           Free the device name string.
8658
8659         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
8660         (gst_ogg_mux_request_new_pad), (gst_ogg_mux_release_pad),
8661         (gst_ogg_mux_handle_src_event), (gst_ogg_mux_clear_collectpads):
8662           Don't remove a pad from the collectpads structure until it
8663           is released - it's a request pad, and may receive data again
8664           if the element gets moved back to PLAYING state.
8665
8666         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
8667           Ensure we turn on double buffering on the Xv port, and
8668           set the colour key to something dark and mysterious that
8669           isn't black.
8670
8671 2006-01-27  Thomas Vander Stichele  <thomas at apestaart dot org>
8672
8673         * ext/alsa/gstalsaplugin.c: (plugin_init):
8674         * ext/cdparanoia/gstcdparanoiasrc.c:
8675         (gst_cd_paranoia_src_base_init), (plugin_init):
8676         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
8677         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_plugin_init):
8678           - a library should not call setlocale. see "Libraries" node in
8679             gettext manual
8680           - make sure all plugins that use translation do bindtextdomain
8681             to point to the localedir
8682         * gst/playback/gstplaybin.c: (gen_vis_element), (add_sink),
8683         (setup_sinks), (plugin_init):
8684           all this, and check for NULL when creating sinks
8685
8686 2006-01-27  Julien MOUTTE  <julien@moutte.net>
8687
8688         * gst/subparse/gstsubparse.c: (gst_subparse_type_find),
8689         (plugin_init): Make typefinding of subtitles work again.
8690
8691 2006-01-26  Tim-Philipp Müller  <tim at centricular dot net>
8692
8693         * gst/typefind/gsttypefindfunctions.c: (aac_type_find),
8694         (mp3_type_frame_length_from_header), (mp3_type_find),
8695         (wavpack_type_find), (m4a_type_find), (ircam_type_find),
8696         (plugin_init):
8697           Backport a bunch of typefinding fixes from the 0.8 branch.
8698           Also, improve wavpack typefinding: if we can't peek the
8699           entire wavpack block, try to parse the bits we can get and
8700           see if we find what we're looking for in those.
8701
8702 2006-01-26  Julien MOUTTE  <julien@moutte.net>
8703
8704         * sys/ximage/ximagesink.c:
8705         (gst_ximagesink_calculate_pixel_aspect_ratio):
8706         * sys/xvimage/xvimagesink.c:
8707         (gst_xvimagesink_calculate_pixel_aspect_ratio): Handle some
8708         more cases of pixel aspect ratio.
8709
8710 2006-01-26  Edward Hervey  <edward@fluendo.com>
8711
8712         * gst/playback/gstdecodebin.c: (pad_probe):
8713         Also consider the flush-start and tag events as unblockers
8714         for the pad probes.
8715
8716 2006-01-26  Julien MOUTTE  <julien@moutte.net>
8717
8718         * gst/playback/gstplaybin.c: (gst_play_bin_init),
8719         (gst_play_bin_dispose), (gst_play_bin_vis_unblocked),
8720         (gst_play_bin_vis_blocked), (gst_play_bin_set_property): 
8721         On the fly visualisation switch, works disabling, enabling as
8722         well but it won't be able to enable vis in a playbin that was
8723         created with no visualisation.
8724
8725 2006-01-25  Wim Taymans  <wim@fluendo.com>
8726
8727         * gst-libs/gst/audio/gstbaseaudiosink.c:
8728         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
8729         Undo previous commit that returned WRONG_STATE sooner, it breaks 
8730         resume after pause.
8731
8732 2006-01-25  Wim Taymans  <wim@fluendo.com>
8733
8734         * gst-libs/gst/audio/gstbaseaudiosink.c:
8735         (gst_base_audio_sink_setcaps), (gst_base_audio_sink_event),
8736         (gst_base_audio_sink_preroll), (gst_base_audio_sink_render):
8737         Improve debugging.
8738         Post error when caps cannot be parsed.
8739         Resync on discontinuity in the stream.
8740         Clip samples to segment boundaries.
8741         return WRONG_STATE sooner when we are flushing.
8742
8743         * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_init),
8744         (gst_base_audio_src_get_time), (gst_base_audio_src_create):
8745         Make audiosrc operate in TIME.
8746         Set TIMESTAMP and DURATION on buffers.
8747
8748 2006-01-24  Tim-Philipp Müller  <tim at centricular dot net>
8749
8750         * tests/examples/seek/seek.c: (main):
8751           Output tag messages as well.
8752
8753 2006-01-23  Edward Hervey  <edward@fluendo.com>
8754
8755         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
8756         (free_pad_probes), (remove_fakesink), (pad_probe),
8757         (close_pad_link), (gst_decode_bin_change_state):
8758         Replace GstPadBlockCallback with pad probes that detect
8759         first buffer AND eos before removing fakesink.
8760         Fixes hang with demuxers doing EOS while pre-rolling.
8761         Solves #328279
8762
8763 2006-01-23  Andy Wingo  <wingo@pobox.com>
8764
8765         * ext/alsa/gstalsasink.c:
8766         * gst-libs/gst/rtp/gstbasertpdepayload.c:
8767         (gst_base_rtp_depayload_setcaps),
8768         (gst_base_rtp_depayload_add_to_queue),
8769         (gst_base_rtp_depayload_queue_release): GCC 2.95 fixes (#328263).
8770         
8771         Patch by: Jens Granseuer <jensgr at gmx dot net>
8772
8773 2006-01-22  Julien MOUTTE  <julien@moutte.net>
8774
8775         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_destroy):
8776         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
8777         (gst_xvimagesink_buffer_alloc): Playbin keeps some ref to some 
8778         frames. We might get a frame destroyed after changing state to
8779         NULL, adding a safety check on xcontext.
8780
8781 2006-01-22  Tim-Philipp Müller  <tim at centricular dot net>
8782
8783         * gst-libs/gst/interfaces/xoverlay.c:
8784           Fix prepare-xwindow-id code example in the docs - we need to
8785           ignore all messages that aren't element messages as well.
8786           
8787 2006-01-21  Julien MOUTTE  <julien@moutte.net>
8788
8789         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_buffer_alloc):
8790           I think one day i'll completely undestand how caps negotiation
8791           is supposed to work. This refactoring handles buffer_alloc
8792           called with caps we can't handle. We definitely don't want a
8793           set_caps with those caps, so we define and allocate a buffer
8794           we would like to receive.
8795
8796 2006-01-19  Tim-Philipp Müller  <tim at centricular dot net>
8797
8798         * gst/playback/gstplaybasebin.c: (setup_source):
8799           Free iterator when done.
8800
8801 2006-01-17  Jan Schmidt  <thaytan@mad.scientist.com>
8802
8803         * gst-libs/gst/audio/gstbaseaudiosink.c:
8804         (gst_base_audio_sink_render):
8805           Fix playback of non-synchronised streams by assuming a rate
8806           of 1.0 instead of a random one.
8807
8808           Makes this work again:
8809
8810           gst-launch filesrc location=raw_audio.file ! 'audio/x-raw-int,
8811           endianness=(int)4321, signed=(boolean)true, width=(int)16,
8812           depth=(int)16, rate=(int)44100, channels=(int)2' ! audioconvert !
8813           audioresample ! alsasink
8814
8815 === release 0.10.2 ===
8816
8817 2006-01-16  Thomas Vander Stichele <thomas at apestaart dot org>
8818
8819         * configure.ac:
8820           releasing 0.10.2, "Then the devil is six"
8821
8822 2006-01-16  Jan Schmidt  <thaytan@mad.scientist.com>
8823
8824         * gst/playback/gststreaminfo.c: (gst_stream_info_set_mute):
8825         * gst/playback/gststreamselector.c:
8826         (gst_stream_selector_set_property):
8827           Comment out broken code that connects to the state-changed signal.
8828           At this point, changing current stream selection is broken, but 
8829           stuff like gst-launch playbin current-audio=1 works and filters
8830           to the chosen stream.
8831
8832 2006-01-16  Thomas Vander Stichele  <thomas at apestaart dot org>
8833
8834         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
8835           Fix #327216 (null dereference in vorbisdec)
8836
8837 2006-01-16  Tim-Philipp Müller  <tim at centricular dot net>
8838
8839         * ext/theora/theoradec.c: (theora_handle_comment_packet):
8840           Post taglist actually on bus instead of just freeing it
8841           (fixes #327114 and totem bug #327080).
8842
8843         * ext/vorbis/vorbisdec.c: (vorbis_handle_comment_packet):
8844           Use gst_element_found_tags_for_pad(), so that the tags
8845           are sent downstream as an event as well.
8846
8847 2006-01-15  Thomas Vander Stichele  <thomas at apestaart dot org>
8848
8849         * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
8850         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_put),
8851         (gst_ximagesink_buffer_alloc):
8852         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_finalize),
8853         (gst_xvimagesink_xvimage_put), (gst_xvimagesink_show_frame),
8854         (gst_xvimagesink_buffer_alloc):
8855           move all regularly occurring messages to GST_LOG level
8856           add some more object logs
8857
8858 2006-01-14  Thomas Vander Stichele  <thomas at apestaart dot org>
8859
8860         * ext/ogg/gstoggmux.c: (gst_ogg_mux_collected):
8861           fix a silly segfault
8862
8863 2006-01-14  Tim-Philipp Müller  <tim at centricular dot net>
8864
8865         * docs/libs/gst-plugins-base-libs-docs.sgml:
8866         * docs/libs/gst-plugins-base-libs-sections.txt:
8867         * gst-libs/gst/audio/mixerutils.c:
8868         * gst-libs/gst/audio/mixerutils.h:
8869           Add docs for mixerutils stuff.
8870
8871 2006-01-13  Tim-Philipp Müller  <tim at centricular dot net>
8872
8873         * gst/playback/gstplaybasebin.c: (setup_source):
8874           Fix playback for sources that emit raw audio or
8875           raw video streams (e.g.: cd audio sources) (#325984).
8876
8877 2006-01-13  Thomas Vander Stichele  <thomas at apestaart dot org>
8878
8879         * gst-libs/gst/audio/mixerutils.c:
8880         (gst_audio_mixer_filter_do_filter):
8881           actually save the element we create
8882
8883 2006-01-12  Tim-Philipp Müller  <tim at centricular dot net>
8884
8885         * gst-libs/gst/cdda/gstcddabasesrc.c:
8886         (gst_cdda_base_src_handle_track_seek):
8887           No need to post a tag message on the bus when seeking
8888           within the same track, only post it when the current
8889           track changes.
8890
8891 2006-01-11  Jan Schmidt  <thaytan@mad.scientist.com>
8892
8893         * gst/playback/gstplaybasebin.c: (group_destroy),
8894         (probe_triggered), (new_decoded_pad), (mute_group_type),
8895         (set_active_source):
8896         * gst/playback/gststreaminfo.c: (gst_stream_info_set_mute):
8897         * gst/playback/gststreamselector.c:
8898         (gst_stream_selector_base_init),
8899         (gst_stream_selector_set_property),
8900         (gst_stream_selector_request_new_pad):
8901           Reenable stream selection. These mechanisms need a complete overhaul
8902           in the face of 0.8->0.10 changes though.
8903
8904 2006-01-11  Jan Schmidt  <thaytan@mad.scientist.com>
8905
8906         * ext/ogg/gstoggdemux.c:
8907           Change the pad template to src_%d to match the pads that 
8908           are created from it. decodebin needs this information in order
8909           to decide that oggdemux is capable of producing multiple pads
8910           (and hence needs queues inserted).
8911
8912         * ext/ogg/gstoggmux.c: (gst_ogg_mux_queue_pads),
8913         (gst_ogg_mux_collected):
8914           Make debug output more useful by using GST_PTR_FORMAT.
8915
8916 2006-01-11  Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
8917
8918         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
8919
8920         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_parse_caps):
8921           Set depth and width for alaw/mulaw (fixes #326601).
8922
8923 2006-01-11  Thomas Vander Stichele  <thomas at apestaart dot org>
8924
8925         * tests/icles/Makefile.am:
8926           don't build the tests if we don't have the libs
8927
8928 2006-01-10  Tim-Philipp Müller  <tim at centricular dot net>
8929
8930         * ext/cdparanoia/gstcdparanoiasrc.c: (gst_cd_paranoia_src_close),
8931         (gst_cd_paranoia_paranoia_callback):
8932           Don't try to free NULL pointers.
8933
8934 2006-01-10  Edward Hervey  <edward@fluendo.com>
8935
8936         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_chain),
8937         (gst_audio_rate_change_state), (plugin_init):
8938         Add debugging category.
8939         Fix type issues.
8940         Add case for incoming buffers without valid offset/offset_end.
8941
8942 2006-01-10  Michael Smith  <msmith@fluendo.com>
8943
8944         * gst-libs/gst/audio/gstaudiosrc.c: (gst_audioringbuffer_dispose):
8945           Don't leak GCond in audio sources.
8946
8947 2006-01-10  Jan Schmidt  <thaytan@mad.scientist.com>
8948
8949         * gst/playback/gstplaybin.c: (gen_audio_element):
8950           Don't leak an autoaudiosink/alsasink when we generate
8951           a new audio element. (old code, I guess)
8952
8953 2006-01-10  Michael Smith  <msmith@fluendo.com>
8954
8955         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_setcaps):
8956           Support float audio in audiorate.
8957           Use width rather than depth for selecting sample width.
8958
8959 2006-01-10  Tim-Philipp Müller  <tim at centricular dot net>
8960
8961         * gst/videotestsrc/videotestsrc.h:
8962           Use GLib types here (that way we don't have to include the
8963           generated _stdint.h header, which makes life easier for win32
8964           folks that don't use autotools for the build) (#325990, patch
8965           by: Sergey Scobich).
8966
8967 2006-01-10  Tim-Philipp Müller  <tim at centricular dot net>
8968
8969         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_init),
8970         (gst_ring_buffer_set_flushing), (gst_ring_buffer_start),
8971         (gst_ring_buffer_pause), (wait_segment):
8972         * gst-libs/gst/audio/gstringbuffer.h:
8973           Name (private) union, makes Forte compiler happy (this time
8974           for real) (#324900).
8975
8976 2006-01-09  Tim-Philipp Müller  <tim at centricular dot net>
8977
8978         * gst-libs/gst/audio/Makefile.am:
8979           Link against libgstinterfaces, needed for mixer
8980           and property probe stuff.
8981
8982 2006-01-09  Edward Hervey  <edward@fluendo.com>
8983
8984         * gst-libs/gst/Makefile.am:
8985
8986 2006-01-09  Tim-Philipp Müller  <tim at centricular dot net>
8987
8988         * gst-libs/gst/audio/Makefile.am:
8989         * gst-libs/gst/audio/mixerutils.c:
8990         (gst_audio_mixer_filter_do_filter),
8991         (gst_audio_mixer_filter_check_element),
8992         (gst_audio_mixer_filter_probe_feature),
8993         (element_factory_rank_compare_func),
8994         (gst_audio_default_registry_mixer_filter):
8995         * gst-libs/gst/audio/mixerutils.h:
8996           Add gst_audio_default_registry_mixer_filter() utility
8997           function.
8998
8999 2006-01-03  Michael Smith  <msmith@fluendo.com>
9000
9001         * gst/audioresample/resample.h:
9002           As before, but for o_buf
9003
9004 2006-01-03  Michael Smith  <msmith@fluendo.com>
9005
9006         * gst/audioresample/resample.h:
9007           Declare struct _ResampleState.buffer as unsigned char *, not void *,
9008           since we do arithmetic on it.
9009
9010 2006-01-02  Tim-Philipp Müller  <tim at centricular dot net>
9011
9012         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_init),
9013         (gst_ring_buffer_set_flushing), (gst_ring_buffer_start),
9014         (gst_ring_buffer_pause), (wait_segment):
9015         * gst-libs/gst/audio/gstringbuffer.h:
9016           Sun's Forte compiler doesn't seem to like anonymous structs,
9017           so use same setup as in GstBaseSrc (fixes #324900).
9018
9019 2005-12-30  Stefan Kost  <ensonic@users.sf.net>
9020
9021         * configure.ac:
9022         * gst/volume/Makefile.am:
9023         * gst/volume/demo.c:
9024           move old example to tests/examples/volume/volune.c
9025         * tests/examples/Makefile.am:
9026         * tests/examples/seek/seek.c: (main):
9027           change window-close event from "delete-event" to "destroy"
9028         * tests/examples/volume/Makefile.am:
9029         * tests/examples/volume/volume.c: (value_changed_callback),
9030         (setup_gui), (message_received), (eos_message_received), (main):
9031           fix event handling and bus usage
9032
9033 2005-12-29  Stefan Kost  <ensonic@users.sf.net>
9034
9035         * gst/audiotestsrc/gstaudiotestsrc.c:
9036         (gst_audiostestsrc_wave_get_type), (gst_audio_test_src_class_init),
9037         (gst_audio_test_src_init), (gst_audio_test_src_src_fixate),
9038         (gst_audio_test_src_query), (gst_audio_test_src_create_sine),
9039         (gst_audio_test_src_create_square),
9040         (gst_audio_test_src_create_saw),
9041         (gst_audio_test_src_create_triangle),
9042         (gst_audio_test_src_create_silence),
9043         (gst_audio_test_src_create_white_noise),
9044         (gst_audio_test_src_create_pink_noise),
9045         (gst_audio_test_src_init_sine_table),
9046         (gst_audio_test_src_create_sine_table),
9047         (gst_audio_test_src_change_wave),
9048         (gst_audio_test_src_change_volume), (gst_audio_test_src_do_seek),
9049         (gst_audio_test_src_create), (gst_audio_test_src_set_property):
9050         * gst/audiotestsrc/gstaudiotestsrc.h:
9051           update to basesrc changes, implement segmented seeking and eos
9052           handling, add a 'sine-tab' waveform for performance critical playback
9053
9054 2005-12-29  Tim-Philipp Müller  <tim at centricular dot net>
9055
9056         * po/POTFILES.in:
9057           ... and this time the other modified file that I missed last time.
9058
9059 2005-12-29  Michael Smith  <msmith@fluendo.com>
9060
9061         * gst/playback/gstdecodebin.c: (new_pad):
9062           Fix non-C89 variable declaration not at the start of a block. Should
9063           help some compilers.
9064
9065 2005-12-29  Tim-Philipp Müller  <tim at centricular dot net>
9066
9067         * tests/check/Makefile.am:
9068           And now fix 'make distcheck' (builddir != srcdir)
9069
9070 2005-12-29  Tim-Philipp Müller  <tim at centricular dot net>
9071
9072         * configure.ac:
9073         * ext/cdparanoia/Makefile.am:
9074         * ext/cdparanoia/gstcdparanoia.c:
9075         * ext/cdparanoia/gstcdparanoia.h:
9076         * ext/cdparanoia/gstcdparanoiasrc.c:
9077         (gst_cd_paranoia_mode_get_type), (gst_cd_paranoia_src_base_init),
9078         (gst_cd_paranoia_src_init), (gst_cd_paranoia_src_class_init),
9079         (gst_cd_paranoia_src_open), (gst_cd_paranoia_src_close),
9080         (gst_cd_paranoia_paranoia_callback),
9081         (gst_cd_paranoia_src_read_sector), (gst_cd_paranoia_src_finalize),
9082         (gst_cd_paranoia_src_set_property),
9083         (gst_cd_paranoia_src_get_property), (plugin_init):
9084         * ext/cdparanoia/gstcdparanoiasrc.h:
9085           New cdparanoiasrc element based on cddabasesrc; enable cdparanoia
9086           plugin again (there are still fixes required to playbin to make
9087           cdda:// uris work there).
9088
9089 2005-12-29  Tim-Philipp Müller  <tim at centricular dot net>
9090
9091         * tests/check/Makefile.am:
9092           Fix test case compilation.
9093
9094 2005-12-29  Tim-Philipp Müller  <tim at centricular dot net>
9095
9096         * gst-libs/gst/cdda/gstcddabasesrc.c:
9097         (gst_cdda_base_src_update_duration),
9098         (gst_cdda_base_src_calculate_cddb_id):
9099           An integer is not a string. Fix access to uninitialised variable.
9100
9101         * tests/check/Makefile.am:
9102           Add cddabasesrc unit test; also actually enable the vorbis test.
9103
9104         * tests/check/generic/states.c:
9105           Blacklist new cd audio elements as well.
9106
9107         * tests/check/libs/cddabasesrc.c:
9108           Unit test for GstCddaBaseSrc (discid calculation mostly).
9109
9110 2005-12-28  Tim-Philipp Müller  <tim at centricular dot net>
9111
9112         * docs/libs/Makefile.am:
9113         * docs/libs/gst-plugins-base-libs-docs.sgml:
9114         * docs/libs/gst-plugins-base-libs-sections.txt:
9115         * docs/libs/gst-plugins-base-libs.types:
9116           Add docs for libgstcdda/GstCddaBaseSrc.
9117
9118         * gst-libs/gst/interfaces/mixertrack.h:
9119           Do one struct member per line with a semicolon at the end, that way
9120           even gtk-doc might parse it without complaining.
9121
9122 2005-12-28  Tim-Philipp Müller  <tim at centricular dot net>
9123
9124         * configure.ac:
9125         * gst-libs/gst/Makefile.am:
9126         * gst-libs/gst/cdda/Makefile.am:
9127         * gst-libs/gst/cdda/base64.c:
9128         * gst-libs/gst/cdda/base64.h:
9129         * gst-libs/gst/cdda/gstcddabasesrc.c:
9130         (gst_cdda_base_src_mode_get_type), (gst_cdda_base_src_base_init),
9131         (gst_cdda_base_src_class_init), (gst_cdda_base_src_init),
9132         (gst_cdda_base_src_finalize), (gst_cdda_base_src_set_property),
9133         (gst_cdda_base_src_get_property),
9134         (gst_cdda_base_src_get_track_from_sector),
9135         (gst_cdda_base_src_get_query_types), (gst_cdda_base_src_convert),
9136         (gst_cdda_base_src_query), (gst_cdda_base_src_is_seekable),
9137         (gst_cdda_base_src_do_seek), (gst_cdda_base_src_handle_track_seek),
9138         (gst_cdda_base_src_handle_event), (gst_cdda_base_src_uri_get_type),
9139         (gst_cdda_base_src_uri_get_protocols),
9140         (gst_cdda_base_src_uri_get_uri), (gst_cdda_base_src_uri_set_uri),
9141         (gst_cdda_base_src_uri_handler_init),
9142         (gst_cdda_base_src_setup_interfaces),
9143         (gst_cdda_base_src_add_track), (gst_cdda_base_src_update_duration),
9144         (cddb_sum), (gst_cddabasesrc_calculate_musicbrainz_discid),
9145         (lba_to_msf), (gst_cdda_base_src_calculate_cddb_id),
9146         (gst_cdda_base_src_add_tags),
9147         (gst_cdda_base_src_add_index_associations),
9148         (gst_cdda_base_src_set_index), (gst_cdda_base_src_get_index),
9149         (gst_cdda_base_src_track_sort_func), (gst_cdda_base_src_start),
9150         (gst_cdda_base_src_clear_tracks), (gst_cdda_base_src_stop),
9151         (gst_cdda_base_src_create):
9152         * gst-libs/gst/cdda/gstcddabasesrc.h:
9153         * gst-libs/gst/cdda/sha1.c:
9154         * gst-libs/gst/cdda/sha1.h:
9155           Add new libgstcdda with GstCddaBaseSrc class.
9156
9157 2005-12-28  Tim-Philipp Müller  <tim at centricular dot net>
9158
9159         * ext/gnomevfs/gstgnomevfssink.h:
9160           Use GstBaseSinkClass as parent_class member for class struct, not
9161           GstBaseSink.
9162
9163 2005-12-27  Tim-Philipp Müller  <tim at centricular dot net>
9164
9165         Patch by: Michael Benes
9166
9167         * gst/videotestsrc/gstvideotestsrc.c:
9168         (gst_video_test_src_class_init), (gst_video_test_src_start):
9169           Add start method to reset running time and number of frames sent
9170           when starting up (fixes #324696)
9171
9172 2005-12-27  Tim-Philipp Müller  <tim at centricular dot net>
9173
9174         * docs/plugins/Makefile.am:
9175         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
9176         * docs/plugins/gst-plugins-base-plugins-sections.txt:
9177         * docs/plugins/gst-plugins-base-plugins.args:
9178         * docs/plugins/gst-plugins-base-plugins.hierarchy:
9179         * docs/plugins/gst-plugins-base-plugins.signals:
9180           Add docs stuff for gnomevfssrc and gnomevfssink.
9181
9182         * ext/gnomevfs/gstgnomevfssrc.c:
9183           Fix example pipeline in gtk-doc blurb.
9184
9185 2005-12-27  Tim-Philipp Müller  <tim at centricular dot net>
9186
9187         * ext/gnomevfs/Makefile.am:
9188         * ext/gnomevfs/gstgnomevfs.c: (gst_gnome_vfs_uri_get_type),
9189         (gst_gnome_vfs_handle_copy), (gst_gnome_vfs_handle_free),
9190         (gst_gnome_vfs_handle_get_type), (plugin_init):
9191         * ext/gnomevfs/gstgnomevfs.h:
9192         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_do_init),
9193         (gst_gnome_vfs_sink_base_init), (gst_gnome_vfs_sink_class_init),
9194         (gst_gnome_vfs_sink_finalize), (gst_gnome_vfs_sink_init),
9195         (gst_gnome_vfs_sink_set_property),
9196         (gst_gnome_vfs_sink_get_property), (gst_gnome_vfs_sink_open_file),
9197         (gst_gnome_vfs_sink_close_file), (gst_gnome_vfs_sink_start),
9198         (gst_gnome_vfs_sink_stop), (gst_gnome_vfs_sink_handle_event),
9199         (gst_gnome_vfs_sink_query), (gst_gnome_vfs_sink_render),
9200         (gst_gnome_vfs_sink_uri_get_type),
9201         (gst_gnome_vfs_sink_uri_get_protocols),
9202         (gst_gnome_vfs_sink_uri_get_uri), (gst_gnome_vfs_sink_uri_set_uri),
9203         (gst_gnome_vfs_sink_uri_handler_init):
9204         * ext/gnomevfs/gstgnomevfssink.h:
9205           Port gnomevfssink; add gtk-doc blurb.
9206
9207         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_get_type),
9208         (gst_gnome_vfs_src_base_init), (gst_gnome_vfs_src_class_init),
9209         (gst_gnome_vfs_src_init), (gst_gnome_vfs_src_finalize),
9210         (gst_gnome_vfs_src_uri_get_type),
9211         (gst_gnome_vfs_src_uri_get_protocols),
9212         (gst_gnome_vfs_src_uri_get_uri), (gst_gnome_vfs_src_uri_set_uri),
9213         (gst_gnome_vfs_src_uri_handler_init),
9214         (gst_gnome_vfs_src_set_property), (gst_gnome_vfs_src_get_property),
9215         (gst_gnome_vfs_src_unicodify), (audiocast_thread_run),
9216         (gst_gnome_vfs_src_send_additional_headers_callback),
9217         (gst_gnome_vfs_src_received_headers_callback),
9218         (gst_gnome_vfs_src_push_callbacks),
9219         (gst_gnome_vfs_src_pop_callbacks),
9220         (gst_gnome_vfs_src_get_icy_metadata), (gst_gnome_vfs_src_create),
9221         (gst_gnome_vfs_src_is_seekable), (gst_gnome_vfs_src_get_size),
9222         (gst_gnome_vfs_src_start), (gst_gnome_vfs_src_stop):
9223         * ext/gnomevfs/gstgnomevfssrc.h:
9224           s/gst_gnomevfssrc/gst_gnome_vfs_src/; move header stuff to header
9225           file; add gtk-doc blurb with example pipelines.
9226
9227 === release 0.10.1 ===
9228
9229 2005-12-23  Thomas Vander Stichele <thomas at apestaart dot org>
9230
9231         * configure.ac:
9232           releasing 0.10.1, "Dobro Dedek"
9233
9234 2005-12-21  Edgard Lima <edgard.lima@indt.org.br>
9235
9236         * gst/typefind/gsttypefindfunctions.c:
9237         iLBC30 and iLBC20 added to typefind.
9238
9239 2005-12-20  Thomas Vander Stichele  <thomas at apestaart dot org>
9240
9241         * gst-libs/gst/audio/gstbaseaudiosink.c:
9242         (gst_base_audio_sink_class_init):
9243         * gst-libs/gst/audio/gstbaseaudiosrc.c:
9244         (gst_base_audio_src_class_init):
9245           update strings, values are in microseconds
9246           change the default sink buffer time to something that is smaller
9247           (to help software volume mixing have a slightly lower delay) but
9248           still be acceptable on Wim's laptop
9249
9250 2005-12-20  Edward Hervey  <edward@fluendo.com>
9251
9252         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_template_caps):
9253         Made a quack, forgot to add DUCK to the riff video template.
9254
9255 2005-12-19  Edward Hervey  <edward@fluendo.com>
9256
9257         * ext/ogg/gstogmparse.c: (gst_ogm_text_parse_base_init),
9258         (gst_ogm_parse_init), (gst_ogm_audio_parse_init),
9259         (gst_ogm_video_parse_init), (gst_ogm_text_parse_init),
9260         (gst_ogm_parse_chain):
9261         Make sure pads are initialized correctly.
9262         * gst-libs/gst/riff/riff-ids.h:
9263         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
9264         (gst_riff_create_video_template_caps):
9265         Add a whole bunch of FOURCC <=> MimeType.
9266         Extend the riff video pad template to support the newly added fourcc.
9267
9268 2005-12-18  Jan Schmidt  <thaytan@mad.scientist.com>
9269
9270         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_deactivate_current_chain),
9271         (gst_ogg_demux_activate_chain):
9272           Extra debug output when activating/deactivating chains.
9273
9274         * gst/playback/gstdecodebin.c: (gst_decode_bin_factory_filter),
9275         (is_demuxer_element), (try_to_link_1), (remove_element_chain),
9276         (unlinked):
9277           Remove a queue from our list when it becomes unlinked.
9278           Don't add queues to elements in class 'Demux' if they
9279           can only produce one pad 
9280
9281 2005-12-18  Julien MOUTTE  <julien@moutte.net>
9282
9283         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_base_init),
9284         (gst_video_sink_get_type): Add a debug category.
9285
9286 2005-12-17  Philippe Khalaf  <burger@speedy.org> 
9287
9288         * gst-libs/gst/rtp/gstbasertpdepayload.c:
9289         (gst_base_rtp_depayload_init), (gst_base_rtp_depayload_handle_sink_event):
9290           Handle downstream newsegment by sending our own newsegment before the
9291           next buffer to be released. (#323900)
9292
9293 2005-12-17  Philippe Khalaf  <burger@speedy.org> 
9294
9295         * gst-libs/gst/rtp/gstbasertpdepayload.c:
9296         (gst_base_rtp_depayload_set_gst_timestamp):
9297           add queue delay to new segment as well (as opposed to just the first
9298           buffer). (bug #322347)
9299
9300 2005-12-16  Stefan Kost  <ensonic@users.sf.net>
9301
9302         * ext/libvisual/visual.c: (make_valid_name):
9303           change some char* into char[]
9304         * gst/audiotestsrc/gstaudiotestsrc.c:
9305         (gst_audio_test_src_class_init), (gst_audio_test_src_do_seek),
9306         (gst_audio_test_src_create):
9307         * gst/audiotestsrc/gstaudiotestsrc.h:
9308           prepare to handle EOS and SEGMENT_DONE
9309
9310 2005-12-16  Tim-Philipp Müller  <tim at centricular dot net>
9311
9312         * tests/check/generic/states.c: (GST_START_TEST):
9313           Blacklist cdparanoia element in state test.
9314
9315 2005-12-16  Tim-Philipp Müller  <tim at centricular dot net>
9316
9317           Patch by: Benjamin Pineau
9318
9319         * gst/tcp/gsttcp.c:
9320         * gst/tcp/gsttcpclientsink.c:
9321         * gst/tcp/gsttcpserversink.c:
9322         * gst/tcp/gsttcpserversrc.c:
9323           Add <string.h> includes for memset and FD_ZERO (fixes #323878)
9324
9325 2005-12-15  Michael Smith  <msmith@fluendo.com>
9326
9327         * gst/videorate/gstvideorate.c: (gst_video_rate_blank_data),
9328         (gst_video_rate_chain):
9329           Fix timestamping for videorate when the first buffer it sees has a
9330           non-zero timestamp. Fix some misleading debug output.
9331
9332 2005-12-15  Michael Smith  <msmith@fluendo.com>
9333
9334         * gst/audioresample/gstaudioresample.c:
9335           Don't leak all input buffers to audioresample.
9336
9337 2005-12-15  Tim-Philipp Müller  <tim at centricular dot net>
9338
9339         * ext/pango/gsttextoverlay.c: (gst_text_overlay_collected):
9340           Don't operate on empty text buffers. Strip newlines and
9341           tabs only from the end of the text, but leave them intact
9342           in the middle. Fix typo in gtk-doc description.
9343
9344 2005-12-15  Tim-Philipp Müller  <tim at centricular dot net>
9345
9346         * gst/playback/gstplaybasebin.c:
9347         * gst/playback/gstplaybin.c: (handoff):
9348           Make sure the video frame buffer we return to apps via the
9349           "frame" property always has caps set on it. Modify
9350           _gst_gvalue_set_object() macro to handle NULL objects
9351           gracefully too.
9352
9353 2005-12-14  Stefan Kost  <ensonic@users.sf.net>
9354
9355         * gst/audiotestsrc/gstaudiotestsrc.c:
9356         (gst_audio_test_src_class_init), (gst_audio_test_src_init),
9357         (gst_audio_test_src_setcaps), (gst_audio_test_src_src_query),
9358         (gst_audio_test_src_do_seek), (gst_audio_test_src_is_seekable),
9359         (gst_audio_test_src_create):
9360         * gst/audiotestsrc/gstaudiotestsrc.h:
9361         Adjust to some recent api changes and add wtays new cool seeking
9362         capabillities
9363
9364 2005-12-14  Tim-Philipp Müller  <tim at centricular dot net>
9365
9366         * ext/alsa/Makefile.am:
9367         * ext/alsa/gstalsadeviceprobe.c:
9368         * ext/alsa/gstalsadeviceprobe.h:
9369           Helper functions to add device probing via the GstPropertyProbe
9370           interface to a class.
9371
9372         * ext/alsa/gstalsamixer.h:
9373           Comment out GST_ALSA_MIXER, it returns a struct that's not
9374           used.
9375
9376         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_open):
9377           Add some debug info. 
9378
9379         * ext/alsa/gstalsamixerelement.c:
9380         (gst_alsa_mixer_element_interface_supported),
9381         (gst_implements_interface_init),
9382         (gst_alsa_mixer_element_init_interfaces),
9383         (gst_alsa_mixer_element_class_init),
9384         (gst_alsa_mixer_element_finalize), (gst_alsa_mixer_element_init),
9385         (gst_alsa_mixer_element_set_property),
9386         (gst_alsa_mixer_element_get_property),
9387         (gst_alsa_mixer_element_change_state):
9388         * ext/alsa/gstalsamixerelement.h:
9389           Add 'device' and 'device-name' properties. Add GstPropertyProbe
9390           for device handling (gnome-volume-control will need that).
9391
9392 2005-12-12  Christian Schaller  <uraeus@gnome.org>
9393
9394         * ext/Makefile.am: fix cdparanoia entry
9395         * gst-plugins-base.spec.in: add cdparanoia
9396
9397 2005-12-12  Michael Smith  <msmith@fluendo.com>
9398
9399         * ext/ogg/gstoggdemux.c: (gst_ogg_type_find):
9400           Use the correct function to free list of typefind factories.
9401
9402 2005-12-12  Wim Taymans  <wim@fluendo.com>
9403
9404         * gst/videotestsrc/gstvideotestsrc.c:
9405         (gst_video_test_src_class_init), (gst_video_test_src_init),
9406         (gst_video_test_src_parse_caps), (gst_video_test_src_query),
9407         (gst_video_test_src_do_seek), (gst_video_test_src_is_seekable),
9408         (gst_video_test_src_create):
9409         * gst/videotestsrc/gstvideotestsrc.h:
9410         Implement seeking in videotestsrc.
9411         Small cleanups.
9412
9413 2005-12-12  Wim Taymans  <wim@fluendo.com>
9414
9415         * ext/cdparanoia/Makefile.am:
9416         * ext/cdparanoia/gstcdparanoia.c: (gst_paranoia_mode_get_type),
9417         (gst_paranoia_endian_get_type), (_do_init),
9418         (cdparanoia_class_init), (cdparanoia_init),
9419         (cdparanoia_set_property), (cdparanoia_get_property),
9420         (cdparanoia_do_seek), (cdparanoia_is_seekable),
9421         (cdparanoia_create), (cdparanoia_start), (cdparanoia_stop),
9422         (cdparanoia_convert), (cdparanoia_get_query_types),
9423         (cdparanoia_query), (cdparanoia_set_index),
9424         (cdparanoia_uri_set_uri):
9425         * ext/cdparanoia/gstcdparanoia.h:
9426         Partially ported cdparanoia now that basesrc can support a
9427         plugin like this..
9428
9429 2005-12-12  Wim Taymans  <wim@fluendo.com>
9430
9431         * tests/examples/seek/scrubby.c: (main):
9432         Set higher priority for bus events so they don't get reordered with
9433         gtk gui events.
9434
9435         * tests/examples/seek/seek.c: (do_seek), (start_seek), (stop_seek),
9436         (flush_toggle_cb), (main):
9437         Added checkbox to disable flushing seeks. 
9438         Disable scrubbing when doing non flushing seeks.
9439
9440 2005-12-12  Tim-Philipp Müller  <tim at centricular dot net>
9441
9442         * gst/subparse/gstsubparse.c: (gst_sub_parse_init),
9443         (gst_sub_parse_do_seek), (gst_sub_parse_src_event), (parse_subrip),
9444         (parser_state_init), (handle_buffer), (gst_sub_parse_chain),
9445         (gst_sub_parse_sink_event), (gst_sub_parse_change_state):
9446           Implement some sort of event handling that doesn't rely on
9447           g_return_if_fail; make sure we always push the last chunk of an 
9448           .srt out when we receive an EOS; use gst_pad_alloc_buffer; fix
9449           state change function; remove some old cruft. Seeking is still
9450           rather unlikely to work though.
9451
9452         * tools/.cvsignore:
9453           Ignore more.
9454
9455 2005-12-11  Julien MOUTTE  <julien@moutte.net>
9456
9457         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state): 
9458         Fixed a leak of the current image reference when cleaning up.
9459         Thanks to Arwed von Merkatz (alley_cat) for pointing it out.
9460
9461 2005-12-09  Michael Smith  <msmith@fluendo.com>
9462
9463         * tools/Makefile.am:
9464         * tools/gst-launch-ext-m.m:
9465           Remove gst-launch-ext. It doesn't work, and is no longer
9466           particularly useful.
9467
9468 2005-12-08  Luca Ognibene  <luogni@tin.it>
9469
9470         * ext/ogg/gstogmparse.c: (gst_ogm_parse_sink_query):
9471           don't pass random values to ogmparse convert function.
9472           Make seeking possible in the exile1.ogm file.
9473
9474 2005-12-07  Tim-Philipp Müller  <tim at centricular dot net>
9475
9476         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_property):
9477         * gst/playback/gstplaybin.c: (gst_play_bin_get_property):
9478           Work around refcount problem with g_value_set_object() that occur
9479           if the core has been compiled against GLib-2.6 (g_value_set_object()
9480           will only g_object_ref() the element, but the caller will
9481           gst_object_unref() it and bad things will happen due to the way
9482           GstObjects are refcounted in the GLib-2.6 case). Fixes problems with
9483           totem for people on FC4 using Thomas's 0.10 RPMs.
9484           
9485 2005-12-07  Edward Hervey  <edward@fluendo.com>
9486
9487         Time to welcome ogm to 0.10 :)
9488         
9489         * ext/ogg/gstoggdemux.c: (internal_element_pad_added_cb),
9490         (gst_ogg_pad_typefind):
9491         Oggdemux can now properly typefind elements with dynamic pads.
9492         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
9493         Properly set caps on src pad, and set caps on outgoing buffers.
9494
9495 2005-12-06  Thomas Vander Stichele  <thomas at apestaart dot org>
9496
9497         * ext/alsa/gstalsamixer.h:
9498         * ext/alsa/gstalsamixerelement.h:
9499         * ext/alsa/gstalsamixeroptions.h:
9500         * ext/alsa/gstalsamixertrack.h:
9501         * ext/alsa/gstalsasink.c:
9502         * ext/alsa/gstalsasink.h:
9503         * ext/alsa/gstalsasrc.c:
9504         * ext/alsa/gstalsasrc.h:
9505         * ext/cdparanoia/gstcdparanoia.h:
9506         * ext/gnomevfs/gstgnomevfsuri.h:
9507         * ext/ogg/gstoggdemux.c:
9508         * ext/ogg/gstoggmux.c:
9509         * ext/pango/gsttextoverlay.h:
9510         * ext/theora/theoradec.c:
9511         * ext/theora/theoraenc.c:
9512         * ext/vorbis/vorbisdec.h:
9513         * ext/vorbis/vorbisenc.c:
9514         * ext/vorbis/vorbisenc.h:
9515         * ext/vorbis/vorbisparse.h:
9516         * gst-libs/gst/audio/gstaudioclock.h:
9517         * gst-libs/gst/audio/gstaudiosink.c:
9518         * gst-libs/gst/audio/gstaudiosink.h:
9519         * gst-libs/gst/audio/gstaudiosrc.c:
9520         * gst-libs/gst/audio/gstaudiosrc.h:
9521         * gst-libs/gst/audio/gstbaseaudiosink.c:
9522         * gst-libs/gst/audio/gstbaseaudiosink.h:
9523         * gst-libs/gst/audio/gstbaseaudiosrc.c:
9524         * gst-libs/gst/audio/gstbaseaudiosrc.h:
9525         * gst-libs/gst/audio/gstringbuffer.h:
9526         * gst-libs/gst/audio/multichannel.h:
9527         * gst-libs/gst/floatcast/floatcast.h:
9528         * gst-libs/gst/interfaces/colorbalance.c:
9529         * gst-libs/gst/interfaces/colorbalance.h:
9530         * gst-libs/gst/interfaces/colorbalancechannel.h:
9531         * gst-libs/gst/interfaces/mixer.h:
9532         * gst-libs/gst/interfaces/mixeroptions.h:
9533         * gst-libs/gst/interfaces/mixertrack.h:
9534         * gst-libs/gst/interfaces/navigation.h:
9535         * gst-libs/gst/interfaces/propertyprobe.h:
9536         * gst-libs/gst/interfaces/tuner.h:
9537         * gst-libs/gst/interfaces/tunerchannel.h:
9538         * gst-libs/gst/interfaces/tunernorm.h:
9539         * gst-libs/gst/interfaces/xoverlay.h:
9540         * gst-libs/gst/netbuffer/gstnetbuffer.h:
9541         * gst-libs/gst/riff/riff-ids.h:
9542         * gst-libs/gst/riff/riff-media.h:
9543         * gst-libs/gst/riff/riff-read.h:
9544         * gst-libs/gst/rtp/gstbasertpdepayload.h:
9545         * gst-libs/gst/rtp/gstbasertppayload.c:
9546         * gst-libs/gst/rtp/gstbasertppayload.h:
9547         * gst-libs/gst/rtp/gstrtpbuffer.c:
9548         * gst-libs/gst/rtp/gstrtpbuffer.h:
9549         * gst-libs/gst/tag/gsttageditingprivate.h:
9550         * gst-libs/gst/tag/gstvorbistag.c:
9551         (gst_tag_list_from_vorbiscomment_buffer):
9552         * gst-libs/gst/tag/tag.h:
9553         * gst-libs/gst/video/video.h:
9554         * gst/adder/gstadder.c:
9555         * gst/adder/gstadder.h:
9556         * gst/audioconvert/audioconvert.c:
9557         * gst/audioconvert/audioconvert.h:
9558         * gst/audioconvert/gstaudioconvert.c:
9559         * gst/audioconvert/gstchannelmix.c:
9560         * gst/audioconvert/gstchannelmix.h:
9561         * gst/audiorate/gstaudiorate.c:
9562         * gst/audioresample/buffer.h:
9563         * gst/audioresample/functable.h:
9564         * gst/audioresample/gstaudioresample.c:
9565         * gst/audioresample/resample.h:
9566         * gst/ffmpegcolorspace/avcodec.h:
9567         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
9568         * gst/ffmpegcolorspace/gstffmpegcodecmap.h:
9569         * gst/ffmpegcolorspace/imgconvert.c:
9570         * gst/ffmpegcolorspace/imgconvert_template.h:
9571         * gst/playback/gstdecodebin.c:
9572         * gst/playback/gstplaybasebin.h:
9573         * gst/playback/gstplaybin.c:
9574         * gst/playback/gststreaminfo.h:
9575         * gst/tcp/gstfdset.c:
9576         * gst/tcp/gstfdset.h:
9577         * gst/tcp/gstmultifdsink.c:
9578         * gst/tcp/gstmultifdsink.h:
9579         * gst/tcp/gsttcp.h:
9580         * gst/tcp/gsttcpclientsrc.c:
9581         * gst/tcp/gsttcpclientsrc.h:
9582         * gst/tcp/gsttcpplugin.h:
9583         * gst/tcp/gsttcpserversink.c:
9584         * gst/tcp/gsttcpserversrc.c:
9585         * gst/typefind/gsttypefindfunctions.c:
9586         * gst/videorate/gstvideorate.c:
9587         * gst/videotestsrc/gstvideotestsrc.h:
9588         * gst/videotestsrc/videotestsrc.h:
9589         * sys/v4l/gstv4lcolorbalance.h:
9590         * sys/v4l/gstv4ltuner.h:
9591         * sys/v4l/gstv4lxoverlay.h:
9592         * sys/v4l/v4l_calls.h:
9593         * sys/v4l/videodev_mjpeg.h:
9594         * tests/check/elements/audioconvert.c:
9595         * tests/check/elements/audioresample.c:
9596         * tests/check/elements/audiotestsrc.c:
9597         * tests/check/elements/videotestsrc.c:
9598         * tests/check/elements/volume.c:
9599         * tests/examples/seek/scrubby.c:
9600         * tests/examples/seek/seek.c:
9601           expand tabs
9602
9603 === release 0.10.0 ===
9604
9605 2005-12-05 Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
9606
9607         * configure.ac:
9608           releasing 0.10.0, "Mont-d'or"
9609
9610 2005-12-05  Jan Schmidt  <thaytan@mad.scientist.com>
9611
9612         * tests/examples/seek/Makefile.am:
9613         Build fix for when gtk is not available.
9614
9615 2005-12-05  Andy Wingo  <wingo@pobox.com>
9616
9617         * ext/libvisual/visual.c: (get_buffer):
9618         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_peer):
9619         * ext/pango/gsttextrender.c: (gst_text_render_chain):
9620         * ext/theora/theoradec.c: (theora_handle_data_packet):
9621         * ext/theora/theoraenc.c: (theora_buffer_from_packet),
9622         (theora_enc_chain):
9623         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
9624         * gst/videotestsrc/gstvideotestsrc.c: (gst_video_test_src_create):
9625         Update for alloc_buffer changes.
9626
9627 2005-12-05  Andy Wingo  <wingo@pobox.com>
9628
9629         patch by: Kai Vehmanen <kv2004 eca cx>
9630         
9631         * gst-libs/gst/rtp/gstbasertpdepayload.c
9632         (gst_base_rtp_depayload_thread): Fix busy loop (#323017).
9633
9634 2005-12-04  Andy Wingo  <wingo@pobox.com>
9635
9636         patch by: Sebastien Cote <sebas642 yahoo ca>
9637         
9638         * pkgconfig/gstreamer-plugins-base.pc.in (Libs): Add -L flag.
9639         Fixes #319172.
9640
9641 2005-12-02  Tim-Philipp Müller  <tim at centricular dot net>
9642
9643         * docs/plugins/Makefile.am:
9644         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
9645         * docs/plugins/gst-plugins-base-plugins-sections.txt:
9646         * docs/plugins/gst-plugins-base-plugins.hierarchy:
9647         * ext/pango/gstclockoverlay.c:
9648         * ext/pango/gsttextoverlay.c: 
9649         * ext/pango/gsttextrender.c:
9650         * ext/pango/gsttimeoverlay.c:
9651           Add gtk-doc blurbs to pango elements.
9652
9653 2005-12-02  Wim Taymans  <wim@fluendo.com>
9654
9655         * gst/audioresample/buffer.c: (audioresample_buffer_queue_flush):
9656         * gst/audioresample/buffer.h:
9657         * gst/audioresample/gstaudioresample.c:
9658         * gst/audioresample/gstaudioresample.h:
9659         * gst/audioresample/resample.c: (resample_input_flush),
9660         (resample_input_pushthrough), (resample_input_eos),
9661         (resample_get_output_size_for_input),
9662         (resample_get_input_size_for_output), (resample_get_output_size),
9663         (resample_get_output_data):
9664         * gst/audioresample/resample.h:
9665         * gst/audioresample/resample_ref.c: (resample_scale_ref):
9666         Fix audioresample, seek torture, new segments, reverse negotiation
9667         etc.. work fine.
9668
9669 2005-12-02  Wim Taymans  <wim@fluendo.com>
9670
9671         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
9672         Small cleanups.
9673
9674 2005-12-02  Wim Taymans  <wim@fluendo.com>
9675
9676         * gst/audioconvert/gstaudioconvert.c:
9677         (gst_audio_convert_transform):
9678         Post errors.
9679
9680 === release 0.9.7 ===
9681
9682 2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
9683
9684         * configure.ac:
9685           releasing 0.9.7, "Mi Perro No Tiene Ninguna Nariz"
9686
9687 2005-12-01  Thomas Vander Stichele  <thomas at apestaart dot org>
9688
9689         * Makefile.am:
9690         * po/hu.po:
9691         * win32/MANIFEST:
9692         * win32/gst.sln:
9693           add win32 MANIFEST file
9694           do something to the hungarian translation
9695
9696 2005-12-01  Tim-Philipp Müller  <tim at centricular dot net>
9697
9698         * ext/Makefile.am:
9699           Add $(PANGO_DIR) to SUBDIRS
9700
9701         * ext/pango/gstclockoverlay.c:
9702         * ext/pango/gsttimeoverlay.c:
9703           Fix and improve element descriptions.
9704
9705 2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
9706
9707         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
9708         * docs/plugins/inspect/plugin-libvisual.xml:
9709         * docs/plugins/inspect/plugin-pango.xml:
9710           add pango plugin to docs
9711
9712 2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
9713
9714         * configure.ac:
9715         * ext/Makefile.am:
9716           moved pango to base
9717
9718 2005-12-01  Thomas Vander Stichele  <thomas at apestaart dot org>
9719
9720         * configure.ac:
9721         * tests/Makefile.am:
9722         * tests/icles/.cvsignore:
9723         * tests/icles/Makefile.am:
9724         * tests/icles/stress-xoverlay.c: (myclock), (open_display),
9725         (close_display), (resize_window), (move_window), (create_window),
9726         (terminate_playback), (pause_playback), (start_playback), (main):
9727           add stress test for xoverlay from Julien
9728
9729 2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
9730
9731         * docs/libs/tmpl/gstcolorbalance.sgml:
9732         * gst-libs/gst/rtp/gstbasertpdepayload.c:
9733         * gst-libs/gst/rtp/gstbasertppayload.c:
9734         * gst-libs/gst/rtp/gstrtpbuffer.c:
9735         * gst-libs/gst/rtp/gstrtpbuffer.h:
9736           Do burger's rename for rtp payloaders and depayloaders
9737
9738 2005-12-01  Thomas Vander Stichele  <thomas at apestaart dot org>
9739
9740         * win32/:
9741           add Visual Studio 6 build files
9742
9743 2005-12-01  Thomas Vander Stichele  <thomas at apestaart dot org>
9744
9745         * docs/libs/gst-plugins-base-libs-docs.sgml:
9746         * docs/libs/gst-plugins-base-libs-sections.txt:
9747         * docs/libs/tmpl/gstaudio.sgml:
9748         * docs/libs/tmpl/gstringbuffer.sgml:
9749         * gst-libs/gst/interfaces/xoverlay.c:
9750         * gst-libs/gst/video/gstvideofilter.c:
9751         * gst-libs/gst/video/gstvideosink.c:
9752           update documentation
9753
9754 2005-12-01  Thomas Vander Stichele  <thomas at apestaart dot org>
9755
9756         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_base_init),
9757         (gst_multi_fd_sink_class_init), (gst_multi_fd_sink_init),
9758         (gst_multi_fd_sink_finalize), (gst_multi_fd_sink_add),
9759         (gst_multi_fd_sink_remove), (gst_multi_fd_sink_clear),
9760         (gst_multi_fd_sink_get_stats),
9761         (gst_multi_fd_sink_remove_client_link),
9762         (gst_multi_fd_sink_handle_client_read),
9763         (gst_multi_fd_sink_client_queue_data),
9764         (gst_multi_fd_sink_client_queue_caps),
9765         (gst_multi_fd_sink_client_queue_buffer),
9766         (gst_multi_fd_sink_new_client),
9767         (gst_multi_fd_sink_handle_client_write),
9768         (gst_multi_fd_sink_recover_client),
9769         (gst_multi_fd_sink_queue_buffer),
9770         (gst_multi_fd_sink_handle_clients), (gst_multi_fd_sink_thread),
9771         (gst_multi_fd_sink_render), (gst_multi_fd_sink_set_property),
9772         (gst_multi_fd_sink_get_property), (gst_multi_fd_sink_start),
9773         (gst_multi_fd_sink_stop), (gst_multi_fd_sink_change_state):
9774         * gst/tcp/gstmultifdsink.h:
9775         * gst/tcp/gsttcpclientsink.c: (gst_tcp_client_sink_get_type),
9776         (gst_tcp_client_sink_base_init), (gst_tcp_client_sink_class_init),
9777         (gst_tcp_client_sink_init), (gst_tcp_client_sink_finalize),
9778         (gst_tcp_client_sink_setcaps), (gst_tcp_client_sink_render),
9779         (gst_tcp_client_sink_set_property),
9780         (gst_tcp_client_sink_get_property), (gst_tcp_client_sink_start),
9781         (gst_tcp_client_sink_stop), (gst_tcp_client_sink_change_state):
9782         * gst/tcp/gsttcpclientsink.h:
9783         * gst/tcp/gsttcpclientsrc.c: (gst_tcp_client_src_base_init),
9784         (gst_tcp_client_src_class_init), (gst_tcp_client_src_init),
9785         (gst_tcp_client_src_finalize), (gst_tcp_client_src_getcaps),
9786         (gst_tcp_client_src_create), (gst_tcp_client_src_set_property),
9787         (gst_tcp_client_src_get_property), (gst_tcp_client_src_start),
9788         (gst_tcp_client_src_stop), (gst_tcp_client_src_unlock):
9789         * gst/tcp/gsttcpclientsrc.h:
9790         * gst/tcp/gsttcpplugin.c: (plugin_init):
9791         * gst/tcp/gsttcpserversink.c: (gst_tcp_server_sink_base_init),
9792         (gst_tcp_server_sink_class_init), (gst_tcp_server_sink_init),
9793         (gst_tcp_server_sink_finalize),
9794         (gst_tcp_server_sink_handle_server_read),
9795         (gst_tcp_server_sink_removed), (gst_tcp_server_sink_handle_wait),
9796         (gst_tcp_server_sink_set_property),
9797         (gst_tcp_server_sink_get_property),
9798         (gst_tcp_server_sink_init_send), (gst_tcp_server_sink_close):
9799         * gst/tcp/gsttcpserversink.h:
9800         * gst/tcp/gsttcpserversrc.c: (gst_tcp_server_src_base_init),
9801         (gst_tcp_server_src_class_init), (gst_tcp_server_src_init),
9802         (gst_tcp_server_src_finalize), (gst_tcp_server_src_create),
9803         (gst_tcp_server_src_set_property),
9804         (gst_tcp_server_src_get_property), (gst_tcp_server_src_start),
9805         (gst_tcp_server_src_stop), (gst_tcp_server_src_unlock):
9806         * gst/tcp/gsttcpserversrc.h:
9807           more borgifying
9808
9809 2005-12-01  Thomas Vander Stichele  <thomas at apestaart dot org>
9810
9811         * docs/plugins/Makefile.am:
9812         * docs/plugins/gst-plugins-base-plugins.args:
9813         * docs/plugins/inspect/plugin-libvisual.xml:
9814         * gst/audioconvert/plugin.h:
9815         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_get_type),
9816         (gst_audio_rate_base_init), (gst_audio_rate_class_init),
9817         (gst_audio_rate_setcaps), (gst_audio_rate_init),
9818         (gst_audio_rate_chain), (gst_audio_rate_set_property),
9819         (gst_audio_rate_get_property), (gst_audio_rate_change_state),
9820         (plugin_init):
9821         * gst/audiotestsrc/gstaudiotestsrc.c:
9822         (gst_audiostestsrc_wave_get_type), (gst_audio_test_src_base_init),
9823         (gst_audio_test_src_class_init), (gst_audio_test_src_init),
9824         (gst_audio_test_src_src_fixate), (gst_audio_test_src_setcaps),
9825         (gst_audio_test_src_get_query_types),
9826         (gst_audio_test_src_src_query), (gst_audio_test_src_create_sine),
9827         (gst_audio_test_src_create_square),
9828         (gst_audio_test_src_create_saw),
9829         (gst_audio_test_src_create_triangle),
9830         (gst_audio_test_src_create_silence),
9831         (gst_audio_test_src_create_white_noise),
9832         (gst_audio_test_src_init_pink_noise),
9833         (gst_audio_test_src_generate_pink_noise_value),
9834         (gst_audio_test_src_create_pink_noise),
9835         (gst_audio_test_src_change_wave), (gst_audio_test_src_get_times),
9836         (gst_audio_test_src_create), (gst_audio_test_src_set_property),
9837         (gst_audio_test_src_get_property), (gst_audio_test_src_start),
9838         (plugin_init):
9839         * gst/audiotestsrc/gstaudiotestsrc.h:
9840         * gst/subparse/gstsubparse.c: (gst_sub_parse_get_type),
9841         (gst_sub_parse_base_init), (gst_sub_parse_class_init),
9842         (gst_sub_parse_init), (gst_sub_parse_formats),
9843         (gst_sub_parse_src_eventmask), (gst_sub_parse_src_event),
9844         (convert_encoding), (get_next_line),
9845         (gst_sub_parse_data_format_autodetect),
9846         (gst_sub_parse_format_autodetect), (feed_textbuf), (handle_buffer),
9847         (gst_sub_parse_loop), (gst_sub_parse_chain),
9848         (gst_sub_parse_change_state), (gst_sub_parse_type_find),
9849         (plugin_init):
9850         * gst/subparse/gstsubparse.h:
9851         * gst/videorate/gstvideorate.c: (gst_video_rate_get_type),
9852         (gst_video_rate_base_init), (gst_video_rate_class_init),
9853         (gst_video_rate_transformcaps), (gst_video_rate_getcaps),
9854         (gst_video_rate_setcaps), (gst_video_rate_blank_data),
9855         (gst_video_rate_init), (gst_video_rate_event),
9856         (gst_video_rate_chain), (gst_video_rate_set_property),
9857         (gst_video_rate_get_property), (gst_video_rate_change_state),
9858         (plugin_init):
9859         * gst/videoscale/gstvideoscale.c:
9860         (gst_video_scale_method_get_type), (gst_video_scale_get_capslist),
9861         (gst_video_scale_src_template_factory),
9862         (gst_video_scale_sink_template_factory),
9863         (gst_video_scale_get_type), (gst_video_scale_base_init),
9864         (gst_video_scale_class_init), (gst_video_scale_init),
9865         (gst_video_scale_set_property), (gst_video_scale_get_property),
9866         (gst_video_scale_transform_caps), (gst_video_scale_get_format),
9867         (gst_video_scale_prepare_size), (parse_caps),
9868         (gst_video_scale_set_caps), (gst_video_scale_get_unit_size),
9869         (gst_video_scale_fixate_caps), (gst_video_scale_prepare_image),
9870         (gst_video_scale_transform), (gst_video_scale_handle_src_event),
9871         (plugin_init):
9872         * gst/videoscale/gstvideoscale.h:
9873         * gst/videotestsrc/gstvideotestsrc.c:
9874         (gst_video_test_src_pattern_get_type),
9875         (gst_video_test_src_base_init), (gst_video_test_src_class_init),
9876         (gst_video_test_src_init), (gst_video_test_src_src_fixate),
9877         (gst_video_test_src_set_pattern),
9878         (gst_video_test_src_set_property),
9879         (gst_video_test_src_get_property), (gst_video_test_src_getcaps),
9880         (gst_video_test_src_parse_caps), (gst_video_test_src_setcaps),
9881         (gst_video_test_src_event), (gst_video_test_src_get_times),
9882         (gst_video_test_src_create), (plugin_init):
9883         * gst/videotestsrc/gstvideotestsrc.h:
9884         * gst/videotestsrc/videotestsrc.c: (gst_video_test_src_get_size),
9885         (gst_video_test_src_smpte), (gst_video_test_src_snow),
9886         (gst_video_test_src_black):
9887         * gst/videotestsrc/videotestsrc.h:
9888           borgify further
9889           clean up docs a little
9890
9891 2005-11-30  Wim Taymans  <wim@fluendo.com>
9892
9893         * gst-libs/gst/rtp/gstbasertpdepayload.h:
9894         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_init),
9895         (gst_basertppayload_event), (gst_basertppayload_push),
9896         (gst_basertppayload_change_state):
9897         * gst-libs/gst/rtp/gstbasertppayload.h:
9898         closed #320644.
9899
9900 2005-11-30  Julien MOUTTE  <julien@moutte.net>
9901
9902         * docs/libs/gst-plugins-base-libs-docs.sgml:
9903         * docs/libs/gst-plugins-base-libs-sections.txt:
9904         * gst-libs/gst/video/gstvideofilter.c:
9905         * gst-libs/gst/video/gstvideosink.c:
9906         * gst-libs/gst/video/gstvideosink.h: Adding docs.
9907
9908 2005-11-30  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
9909
9910         * LICENSE:
9911           move
9912         * po/af.po:
9913         * po/az.po:
9914         * po/cs.po:
9915         * po/en_GB.po:
9916         * po/hu.po:
9917         * po/it.po:
9918         * po/nb.po:
9919         * po/nl.po:
9920         * po/or.po:
9921         * po/sq.po:
9922         * po/sr.po:
9923         * po/sv.po:
9924         * po/uk.po:
9925         * po/vi.po:
9926         * Makefile.am:
9927           update
9928         * scripts/autoplugins.sh:
9929           remove
9930
9931 2005-11-30  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
9932
9933         * Makefile.am:
9934         * configure.ac:
9935         * examples/Makefile.am:
9936         * examples/capsfilter/Makefile.am:
9937         * examples/capsfilter/capsfilter1.c:
9938         * examples/gob/Makefile.am:
9939         * examples/gob/gst-identity2.gob:
9940         * examples/indexing/.cvsignore:
9941         * examples/indexing/Makefile.am:
9942         * examples/indexing/indexmpeg.c:
9943         * examples/seeking/.cvsignore:
9944         * examples/seeking/Makefile.am:
9945         * examples/seeking/cdparanoia.c:
9946         * examples/seeking/cdplayer.c:
9947         * examples/seeking/chained.c:
9948         * examples/seeking/scrubby.c:
9949         * examples/seeking/seek.c:
9950         * examples/stats/Makefile.am:
9951         * examples/stats/mp2ogg.c:
9952         * examples/switch/.cvsignore:
9953         * examples/switch/Makefile.am:
9954         * examples/switch/switcher.c:
9955         * tests/Makefile.am:
9956         * tests/check/generic/.cvsignore:
9957         * tests/check/pipelines/.cvsignore:
9958         * tests/examples/Makefile.am:
9959         * tests/examples/seek/Makefile.am:
9960           reorganize stuff under tests/
9961
9962 2005-11-30  Edward Hervey  <edward@fluendo.com>
9963
9964         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind):
9965         Go away you stupid GstStaticPadTemplate memleak.
9966
9967 2005-11-30  Thomas Vander Stichele  <thomas at apestaart dot org>
9968
9969         * gst-libs/gst/net/Makefile.am:
9970         * gst-libs/gst/net/README:
9971         * gst-libs/gst/net/gstnetbuffer.c:
9972         * gst-libs/gst/net/gstnetbuffer.h:
9973           this was moved to "netbuffer"
9974
9975 2005-11-30  Thomas Vander Stichele  <thomas at apestaart dot org>
9976
9977         * gst-libs/gst/video/gstvideofilter.c: (gst_video_filter_get_type),
9978         (gst_video_filter_class_init), (gst_video_filter_init):
9979         * gst-libs/gst/video/gstvideofilter.h:
9980           borgify name to bring in line with other classes
9981
9982 2005-11-30  Thomas Vander Stichele  <thomas at apestaart dot org>
9983
9984         * gst/audioscale/.cvsignore:
9985         * gst/audioscale/Makefile.am:
9986         * gst/audioscale/README:
9987         * gst/audioscale/audioscale.vcproj:
9988         * gst/audioscale/dtof.c:
9989         * gst/audioscale/dtos.c:
9990         * gst/audioscale/functable.c:
9991         * gst/audioscale/gstaudioscale.c:
9992         * gst/audioscale/gstaudioscale.h:
9993         * gst/audioscale/private.h:
9994         * gst/audioscale/resample.c:
9995         * gst/audioscale/resample.h:
9996         * gst/audioscale/test.c:
9997           remove
9998
9999 2005-11-30  Edward Hervey  <edward@fluendo.com>
10000
10001         * gst-libs/gst/netbuffer/Makefile.am:
10002         really, really tired
10003
10004 2005-11-30  Edward Hervey  <edward@fluendo.com>
10005
10006         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
10007         Update for new GstTypeFindFactory _register()
10008
10009 2005-11-30  Edward Hervey  <edward@fluendo.com>
10010
10011         * gst-libs/gst/netbuffer/Makefile.am: (libgstnetbufferincludedir): 
10012         Let's not override libgstnet from core for no reason...
10013         (libgstnetbuffer_@GST_MAJORMINOR@_la_SOURCES):
10014         Ok, maybe not so quick next time.
10015
10016 2005-11-29  Thomas Vander Stichele  <thomas at apestaart dot org>
10017
10018         * configure.ac:
10019         * gst-libs/gst/Makefile.am:
10020           moved gst-libs/gst/net to netbuffer through CVS surgery
10021           remove old directory
10022           updating build to accomodate
10023           (#322257)
10024
10025 2005-11-29  Andy Wingo  <wingo@pobox.com>
10026
10027         * pkgconfig/gstreamer-plugins-base.pc.in:
10028         * pkgconfig/gstreamer-plugins-base-uninstalled.pc.in:
10029         * gst-libs/gst/net/Makefile.am: Rename gstnet to gstnetbuffer
10030         (#322257).
10031
10032 2005-11-29  Jan Schmidt  <thaytan@mad.scientist.com>
10033
10034         * gst/playback/gststreamselector.c: (gst_stream_selector_chain):
10035         3rd time's the charm. Correct ref-counting for discarded buffers.
10036
10037 2005-11-29  Jan Schmidt  <thaytan@mad.scientist.com>
10038
10039         * gst/playback/gststreamselector.c:
10040         (gst_stream_selector_class_init),
10041         (gst_stream_selector_set_property),
10042         (gst_stream_selector_get_property),
10043         (gst_stream_selector_request_new_pad), (gst_stream_selector_chain):
10044         Fix ref-counting
10045
10046 2005-11-29  Tim-Philipp Müller  <tim at centricular dot net>
10047
10048         * gst/subparse/gstsubparse.c: (feed_textbuf):
10049           Don't access already unref'ed buffer.
10050
10051 2005-11-29  Jan Schmidt  <thaytan@mad.scientist.com>
10052
10053         * gst/playback/gststreamselector.c:
10054         (gst_stream_selector_class_init), (gst_stream_selector_init),
10055         (gst_stream_selector_dispose), (gst_stream_selector_set_property),
10056         (gst_stream_selector_get_property),
10057         (gst_stream_selector_get_linked_pad),
10058         (gst_stream_selector_request_new_pad), (gst_stream_selector_chain):
10059         * gst/playback/gststreamselector.h:
10060         Add the active-pad property for playbin to use shortly. Ignore buffers
10061         from any other pad, returning GST_FLOW_NOT_LINKED
10062
10063 2005-11-29  Julien MOUTTE  <julien@moutte.net>
10064
10065         * ext/ogg/gstoggdemux.c: (gst_ogg_type_find): Free the list,
10066         patch from bug #322704 (Alessandro Decina).
10067
10068 2005-11-29  Thomas Vander Stichele  <thomas at apestaart dot org>
10069
10070         * gst-libs/gst/audio/Makefile.am:
10071           folded audiofilter into the audio library
10072
10073 2005-11-29  Thomas Vander Stichele  <thomas at apestaart dot org>
10074
10075         * gst/videoscale/gstvideoscale.h:
10076         * gst/videoscale/gstvideoscale.c:
10077           remove unimplemented scale methods
10078
10079 2005-11-28  Tim-Philipp Müller  <tim at centricular dot net>
10080
10081         * ext/ogg/gstoggmux.c: (gst_ogg_mux_send_headers):
10082           Don't leak caps.
10083
10084 2005-11-28  Julien MOUTTE  <julien@moutte.net>
10085
10086         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_put),
10087         (gst_ximagesink_setcaps):
10088         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put),
10089         (gst_xvimagesink_setcaps): Fixed a tricky bug. When caps renegotiation
10090         happens (only visible on ximagesink but bug is in xv too) set_caps was
10091         destroying the internal x[v]image used to memcpy non locally alloced
10092         buffers so that it got renewed on next _chain. The issue is that 
10093         _expose will try to put that image as it reffed it in _put.
10094         Using gst_buffer_unref instead of destroy fixes it !
10095
10096 2005-11-28  Edward Hervey  <edward@fluendo.com>
10097
10098         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
10099         (try_to_link_1), (queue_filled_cb):
10100         Better use of the queues. Start with a small size queue and only increase
10101         the size of the queues when the other queues are empty.
10102
10103 2005-11-28  Thomas Vander Stichele  <thomas at apestaart dot org>
10104
10105         * gst-libs/gst/video/Makefile.am:
10106           compile in copied-over videofilter into the video library
10107         * gst-libs/gst/video/videosink.h:
10108           rename the header to gstvideosink.h since it's a base GstObject class
10109         * sys/ximage/ximagesink.h:
10110         * sys/xvimage/xvimagesink.h:
10111           use the new header
10112
10113 2005-11-28  Wim Taymans  <wim@fluendo.com>
10114
10115         * gst/playback/gstplaybasebin.c: (group_commit), (probe_triggered):
10116         * gst/playback/gstplaybasebin.h:
10117         Prepare to handle errors betters.
10118
10119         * gst/playback/gstplaybin.c: (add_sink), (setup_sinks):
10120         Set sinks to PAUSED first before adding and linking them so that
10121         we don't interrupt dataflow.
10122
10123 2005-11-28  Wim Taymans  <wim@fluendo.com>
10124
10125         * gst-libs/gst/audio/TODO:
10126         Updated TODO
10127
10128         * gst-libs/gst/audio/gstaudiosink.c:
10129         (gst_audioringbuffer_open_device),
10130         (gst_audioringbuffer_close_device), (gst_audioringbuffer_acquire),
10131         (gst_audioringbuffer_release):
10132         Small cleanups.
10133
10134         * gst-libs/gst/audio/gstbaseaudiosink.c:
10135         (gst_base_audio_sink_class_init), (gst_base_audio_sink_render),
10136         (gst_base_audio_sink_change_state):
10137         Slave to the master clock when going to PLAYING and unslave when
10138         going to PAUSED.
10139
10140         * gst-libs/gst/audio/gstringbuffer.c:
10141         (gst_ring_buffer_open_device), (gst_ring_buffer_close_device),
10142         (gst_ring_buffer_acquire), (gst_ring_buffer_release),
10143         (gst_ring_buffer_samples_done), (gst_ring_buffer_set_sample),
10144         (gst_ring_buffer_clear_all), (wait_segment),
10145         (gst_ring_buffer_commit), (gst_ring_buffer_read),
10146         (gst_ring_buffer_advance):
10147         * gst-libs/gst/audio/gstringbuffer.h:
10148         Add some docs and cleanups.
10149
10150 2005-11-28  Julien MOUTTE  <julien@moutte.net>
10151
10152         * sys/xvimage/xvimagesink.c:
10153         (gst_xvimagesink_navigation_send_event): Fix navigation events
10154         coordinates translation with pixel aspect ratios.
10155
10156 2005-11-28  Julien MOUTTE  <julien@moutte.net>
10157
10158         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put):
10159         Use calculated video geometry from _setcaps instead of buffer
10160         caps to respect pixel aspect ratio. (fixes #322388)
10161
10162 2005-11-28  Julien MOUTTE  <julien@moutte.net>
10163
10164         * docs/libs/tmpl/gstcolorbalance.sgml:
10165         * docs/libs/tmpl/gstmixer.sgml:
10166         * docs/libs/tmpl/gstxoverlay.sgml:
10167         * gst-libs/gst/interfaces/xoverlay.c: Add docs for the Xoverlay
10168         interface.
10169
10170 2005-11-28  Julien MOUTTE  <julien@moutte.net>
10171
10172         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new):
10173         Refuse to create an XvImage if we can't find the format.
10174
10175 2005-11-28  Edward Hervey  <edward@fluendo.com>
10176
10177         * gst-libs/gst/riff/riff-media.c:
10178         (gst_riff_create_audio_template_caps):
10179         Add ATRAC3 to the list of riff-possible audio caps.
10180         I know we still don't have a plugin for atrac3, but it's saner to output
10181         that than a cryptic mimetype.
10182
10183 2005-11-27  Edward Hervey  <edward@fluendo.com>
10184
10185         * gst-libs/gst/riff/riff-read.c: (gst_riff_parse_strf_auds):
10186         Don't try to create a zero-sized subbuffer.
10187
10188 2005-11-27  Julien MOUTTE  <julien@moutte.net>
10189
10190         * sys/ximage/ximagesink.c: (gst_ximage_buffer_free),
10191         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_put),
10192         (gst_ximagesink_bufferpool_clear), (gst_ximagesink_buffer_alloc),
10193         (gst_ximagesink_expose): Fixed a tricky race.
10194         * sys/ximage/ximagesink.h:
10195         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put),
10196         (gst_xvimagesink_expose): Fixed a tricky race.
10197         * sys/xvimage/xvimagesink.h:
10198
10199 2005-11-27  Edward Hervey  <edward@fluendo.com>
10200
10201         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
10202         (gst_decode_bin_init), (close_pad_link), (try_to_link_1):
10203         Remove unused properties, and add queues between demuxers and decoders
10204         so that a lot more files can preroll properly.
10205
10206 2005-11-27  Thomas Vander Stichele  <thomas at apestaart dot org>
10207
10208         * gst-libs/gst/net/Makefile.am:
10209         * gst-libs/gst/rtp/Makefile.am:
10210         * gst-libs/gst/tag/Makefile.am:
10211           remove silly include
10212         * gst/tags/Makefile.am:
10213         * gst/tags/gsttagediting.c:
10214         * gst/tags/gsttageditingprivate.h:
10215         * gst/tags/tagedit.vcproj:
10216           remove directory, is as good as empty
10217
10218 2005-11-27  Thomas Vander Stichele  <thomas at apestaart dot org>
10219
10220         * configure.ac:
10221           added GST_LIB_LDFLAGS and GST_ALL_LDFLAGS
10222         * gst-libs/Makefile.am:
10223         * gst-libs/gst/audio/Makefile.am:
10224         * gst-libs/gst/interfaces/Makefile.am:
10225         * gst-libs/gst/net/Makefile.am:
10226         * gst-libs/gst/riff/Makefile.am:
10227         * gst-libs/gst/rtp/Makefile.am:
10228         * gst-libs/gst/tag/Makefile.am:
10229         * gst-libs/gst/video/Makefile.am:
10230           and use them
10231
10232 2005-11-27  Julien MOUTTE  <julien@moutte.net>
10233
10234         * docs/libs/tmpl/gstcolorbalance.sgml:
10235         * docs/libs/tmpl/gstmixer.sgml:
10236         * docs/libs/tmpl/gstxoverlay.sgml:
10237         * sys/ximage/ximagesink.c: (gst_ximagesink_buffer_alloc):
10238         * sys/ximage/ximagesink.h:
10239         * sys/xvimage/xvimagesink.h: More and more documentation.
10240
10241 2005-11-26  Julien MOUTTE  <julien@moutte.net>
10242
10243         * docs/libs/gst-plugins-base-libs-docs.sgml:
10244         * docs/libs/gst-plugins-base-libs-sections.txt:
10245         * docs/libs/tmpl/gstcolorbalance.sgml:
10246         * docs/libs/tmpl/gstmixer.sgml:
10247         * docs/libs/tmpl/gstxoverlay.sgml: Add the XOverlay interface
10248         to documentation.
10249
10250 2005-11-26  Julien MOUTTE  <julien@moutte.net>
10251
10252         * docs/plugins/Makefile.am:
10253         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
10254         * docs/plugins/gst-plugins-base-plugins-sections.txt:
10255         * sys/xvimage/xvimagesink.c: Added doc for xvimagesink.
10256
10257 2005-11-26  Julien MOUTTE  <julien@moutte.net>
10258
10259         * docs/plugins/Makefile.am:
10260         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
10261         * docs/plugins/gst-plugins-base-plugins-sections.txt:
10262         * docs/plugins/inspect/plugin-adder.xml:
10263         * docs/plugins/inspect/plugin-alsa.xml:
10264         * docs/plugins/inspect/plugin-audioconvert.xml:
10265         * docs/plugins/inspect/plugin-audiorate.xml:
10266         * docs/plugins/inspect/plugin-audioresample.xml:
10267         * docs/plugins/inspect/plugin-audiotestsrc.xml:
10268         * docs/plugins/inspect/plugin-decodebin.xml:
10269         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
10270         * docs/plugins/inspect/plugin-gnomevfs.xml:
10271         * docs/plugins/inspect/plugin-ogg.xml:
10272         * docs/plugins/inspect/plugin-playbin.xml:
10273         * docs/plugins/inspect/plugin-subparse.xml:
10274         * docs/plugins/inspect/plugin-tcp.xml:
10275         * docs/plugins/inspect/plugin-theora.xml:
10276         * docs/plugins/inspect/plugin-typefindfunctions.xml:
10277         * docs/plugins/inspect/plugin-video4linux.xml:
10278         * docs/plugins/inspect/plugin-videorate.xml:
10279         * docs/plugins/inspect/plugin-videoscale.xml:
10280         * docs/plugins/inspect/plugin-videotestsrc.xml:
10281         * docs/plugins/inspect/plugin-volume.xml:
10282         * docs/plugins/inspect/plugin-vorbis.xml:
10283         * docs/plugins/inspect/plugin-ximagesink.xml:
10284         * docs/plugins/inspect/plugin-xvimagesink.xml: Updated version.
10285         * sys/ximage/ximagesink.c: Adding documentation for ximagesink.
10286
10287 2005-11-26  Edward Hervey  <edward@fluendo.com>
10288
10289         * gst/audiorate/gstaudiorate.c: (gst_audiorate_chain):
10290         Properly return GstFlowReturn from gst_pad_push in chain functions.
10291
10292 2005-11-25  Michael Smith  <msmith@fluendo.com>
10293
10294         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_query_convert),
10295         (gst_ogg_demux_chain_peer), (gst_ogg_demux_perform_seek),
10296         (gst_ogg_demux_read_chain), (gst_ogg_demux_read_end_chain),
10297         (gst_ogg_demux_send_event), (gst_ogg_demux_loop):
10298           Handle various conditions better when we don't understand a stream.
10299           Removes a heap of CRITICALs on ogg streams containing unknown data.
10300
10301 2005-11-24  Andy Wingo  <wingo@pobox.com>
10302
10303         * gst/tcp/gstmultifdsink.c (gst_multifdsink_handle_client_write):
10304         Be threadsafe.
10305
10306 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
10307
10308         * configure.ac: back to HEAD
10309
10310 === release 0.9.6 ===
10311
10312 2005-11-23  Thomas Vander Stichele <thomas at apestaart dot org>
10313
10314         * configure.ac:
10315           releasing 0.9.6, "White Eight"
10316
10317 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
10318
10319         * check/pipelines/simple_launch_lines.c: (GST_START_TEST):
10320         * docs/plugins/inspect/plugin-sine.xml:
10321           remove sinesrc some more
10322
10323 2005-11-23  Wim Taymans  <wim@fluendo.com>
10324
10325         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_read):
10326         If we are reading too slowly, jump forward in the ringbuffer
10327         instead of blocking.
10328
10329 2005-11-23  Jan Schmidt  <thaytan@mad.scientist.com>
10330
10331         * ext/libvisual/visual.c: (gst_visual_src_setcaps), (get_buffer),
10332         (gst_visual_chain):
10333         * ext/theora/theoraenc.c: (theora_enc_sink_setcaps):
10334         * gst/videorate/gstvideorate.c: (gst_videorate_setcaps),
10335         (gst_videorate_chain):
10336         * gst/videotestsrc/gstvideotestsrc.c:
10337         (gst_videotestsrc_src_fixate), (gst_videotestsrc_create):
10338         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get_fps),
10339         (gst_v4lmjpegsrc_src_convert), (gst_v4lmjpegsrc_src_query),
10340         (gst_v4lmjpegsrc_get), (gst_v4lmjpegsrc_getcaps):
10341         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_get_fps),
10342         (gst_v4lsrc_get_fps_list), (gst_v4lsrc_buffer_new):
10343           Updates for API changes
10344
10345 2005-11-23  Wim Taymans  <wim@fluendo.com>
10346
10347         * gst-libs/gst/audio/gstbaseaudiosink.c:
10348         (gst_base_audio_sink_class_init), (gst_base_audio_sink_set_clock),
10349         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
10350         Fix for calibration API change.
10351
10352 2005-11-23  Michael Smith <msmith@fluendo.com>
10353
10354         * gst-libs/gst/audio/multichannel.c:
10355         (gst_audio_get_channel_positions),
10356         (gst_audio_set_channel_positions),
10357         (gst_audio_set_structure_channel_positions_list),
10358         (gst_audio_fixate_channel_positions):
10359           Use gst_value_array_*() functions on value arrays, not
10360           gst_value_list_*().
10361
10362 2005-11-23  Edward Hervey  <edward@fluendo.com>
10363
10364         * autogen.sh:
10365         eheh, sinesrc is gone. Replacing sample srcfile by existing one.
10366         Fixes autogen
10367
10368 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
10369
10370         * check/Makefile.am:
10371         * check/elements/videotestsrc.c: (setup_videotestsrc),
10372         (cleanup_videotestsrc), (GST_START_TEST), (videotestsrc_suite),
10373         (main):
10374           add a test for videotestsrc
10375
10376 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
10377
10378         * gst/sine/.cvsignore:
10379         * gst/sine/Makefile.am:
10380         * gst/sine/gstsinesrc.c:
10381         * gst/sine/gstsinesrc.h:
10382         * gst/sine/sinesrc.vcproj:
10383           and remove sinesrc from the repository.  Closes #321446
10384
10385 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
10386
10387         * configure.ac:
10388         * gst-plugins-base.spec.in:
10389           remove sinesrc from the build
10390
10391 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
10392
10393         * check/Makefile.am:
10394         * check/elements/audiotestsrc.c: (setup_audiotestsrc),
10395         (cleanup_audiotestsrc), (GST_START_TEST), (audiotestsrc_suite),
10396         (main):
10397           add a test for audiotestsrc, testing all waves.  Even seems
10398           leak-free at first glance, nice job Stefan
10399
10400 2005-11-23  Jan Schmidt  <thaytan@mad.scientist.com>
10401
10402         * po/af.po:
10403         * po/az.po:
10404         * po/cs.po:
10405         * po/en_GB.po:
10406         * po/hu.po:
10407         * po/it.po:
10408         * po/nb.po:
10409         * po/nl.po:
10410         * po/or.po:
10411         * po/sq.po:
10412         * po/sr.po:
10413         * po/sv.po:
10414         * po/uk.po:
10415         * po/vi.po:
10416           Translation string updates
10417
10418         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_fixate), (gst_v4lsrc_get_caps),
10419         (gst_v4lsrc_set_caps):
10420         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_get_fps),
10421         (gst_v4lsrc_get_fps_list), (gst_v4lsrc_buffer_new):
10422         * sys/v4l/v4lsrc_calls.h:
10423           Improve v4lsrc, by making it work again.
10424
10425 2005-11-23  Jan Schmidt  <thaytan@mad.scientist.com>
10426
10427         * ext/libvisual/visual.c: (gst_visual_chain):
10428           Fix the fps calculations.
10429
10430         * gst/ffmpegcolorspace/avcodec.h:
10431           Move structure element for clarity
10432
10433         * gst-libs/gst/interfaces/tunernorm.c: (gst_tuner_norm_init):
10434         * gst-libs/gst/interfaces/tunernorm.h:
10435         * sys/v4l/gstv4ljpegsrc.c: (gst_v4ljpegsrc_src_link):
10436         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_base_init):
10437         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_base_init),
10438         (gst_v4lmjpegsrc_get_fps), (gst_v4lmjpegsrc_src_convert),
10439         (gst_v4lmjpegsrc_src_query), (gst_v4lmjpegsrc_get),
10440         (gst_v4lmjpegsrc_getcaps):
10441         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_fixate), (gst_v4lsrc_get_caps),
10442         (gst_v4lsrc_set_caps):
10443         * sys/v4l/gstv4lsrc.h:
10444         * sys/v4l/v4l_calls.c: (gst_v4l_open):
10445         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_get_fps),
10446         (gst_v4lsrc_get_fps_list), (gst_v4lsrc_buffer_new):
10447         * sys/v4l/v4lsrc_calls.h:
10448           Fractional framerates...
10449
10450 2005-11-22  Wim Taymans  <wim@fluendo.com>
10451
10452         * gst-libs/gst/audio/gstbaseaudiosink.c:
10453         (gst_base_audio_sink_class_init), (gst_base_audio_sink_set_clock),
10454         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
10455         And we provide a clock by default, of course...
10456
10457 2005-11-22  Wim Taymans  <wim@fluendo.com>
10458
10459         * gst-libs/gst/audio/gstaudioclock.c: (gst_audio_clock_init):
10460         This clock can be slaved to a master clock now.
10461
10462         * gst-libs/gst/audio/gstbaseaudiosink.c:
10463         (gst_base_audio_sink_class_init), (gst_base_audio_sink_init),
10464         (gst_base_audio_sink_dispose), (gst_base_audio_sink_provide_clock),
10465         (gst_base_audio_sink_set_clock),
10466         (gst_base_audio_sink_set_property),
10467         (gst_base_audio_sink_get_property), (gst_base_audio_sink_preroll),
10468         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
10469         * gst-libs/gst/audio/gstbaseaudiosink.h:
10470         Handle slaving the internal clock to the clock selected in the
10471         pipeline.
10472         Add property to make the basesink not provide a clock.
10473
10474         * gst-libs/gst/rtp/gstbasertpdepayload.c:
10475         (gst_base_rtp_depayload_class_init), (gst_base_rtp_depayload_init),
10476         (gst_base_rtp_depayload_wait):
10477         * gst-libs/gst/rtp/gstbasertpdepayload.h:
10478         We can use the clock in GstElement, no need to store it ourselves.
10479
10480 2005-11-22  Thomas Vander Stichele  <thomas at apestaart dot org>
10481
10482         * docs/libs/tmpl/gstaudio.sgml:
10483           update
10484         * ext/cdparanoia/gstcdparanoia.c: (gst_paranoia_mode_get_type),
10485         (gst_paranoia_endian_get_type):
10486         * ext/theora/theoraenc.c: (gst_border_mode_get_type):
10487         * gst/audioscale/gstaudioscale.c: (gst_audioscale_method_get_type):
10488         * gst/audiotestsrc/gstaudiotestsrc.c:
10489         (gst_audiostestsrc_wave_get_type):
10490         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type):
10491         * gst/tcp/gstfdset.c: (gst_fdset_mode_get_type):
10492         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
10493         (gst_sync_method_get_type), (gst_unit_type_get_type),
10494         (gst_client_status_get_type), (gst_multifdsink_class_init),
10495         (gst_multifdsink_new_client), (gst_multifdsink_recover_client),
10496         (gst_multifdsink_queue_buffer), (gst_multifdsink_set_property),
10497         (gst_multifdsink_get_property):
10498         * gst/tcp/gstmultifdsink.h:
10499         * gst/videoscale/gstvideoscale.c: (gst_videoscale_method_get_type):
10500         * gst/videotestsrc/gstvideotestsrc.c:
10501         (gst_videotestsrc_pattern_get_type):
10502           remove deprecated properties
10503           fix up enums to correctly have short lowercase dashed nicks
10504
10505 2005-11-22  Michael Smith <msmith@fluendo.com>
10506
10507         * gst/videorate/gstvideorate.c: (gst_videorate_chain):
10508         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_create):
10509           Add underscore.
10510
10511 2005-11-22  Michael Smith <msmith@fluendo.com>
10512
10513         * gst/videorate/gstvideorate.c: (gst_videorate_chain):
10514         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_create):
10515           Use utility method for scaling clocktime for fractional framerates.
10516
10517 2005-11-22  Jan Schmidt  <thaytan@mad.scientist.com>
10518
10519         * ext/libvisual/visual.c: (gst_visual_src_setcaps), (get_buffer),
10520         (gst_visual_chain):
10521         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
10522         * ext/theora/theoradec.c: (theora_handle_type_packet):
10523         * ext/theora/theoraenc.c: (theora_enc_sink_setcaps),
10524         (theora_enc_chain):
10525         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
10526         * gst-libs/gst/video/video.c: (gst_video_frame_rate):
10527         * gst-libs/gst/video/video.h:
10528         * gst/ffmpegcolorspace/avcodec.h:
10529         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
10530         (gst_ffmpeg_caps_to_pixfmt):
10531         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
10532         (gst_ffmpegcsp_set_caps):
10533         * gst/videorate/gstvideorate.c: (gst_videorate_transformcaps),
10534         (gst_videorate_setcaps), (gst_videorate_blank_data),
10535         (gst_videorate_chain):
10536         * gst/videotestsrc/gstvideotestsrc.c:
10537         (gst_videotestsrc_src_fixate), (gst_videotestsrc_getcaps),
10538         (gst_videotestsrc_parse_caps), (gst_videotestsrc_setcaps),
10539         (gst_videotestsrc_event), (gst_videotestsrc_create):
10540         * gst/videotestsrc/gstvideotestsrc.h:
10541         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
10542         (gst_ximagesink_setcaps), (gst_ximagesink_change_state),
10543         (gst_ximagesink_get_times), (gst_ximagesink_init):
10544         * sys/ximage/ximagesink.h:
10545         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
10546         (gst_xvimagesink_setcaps), (gst_xvimagesink_change_state),
10547         (gst_xvimagesink_get_times), (gst_xvimagesink_init):
10548         * sys/xvimage/xvimagesink.h:
10549           Convert elements to use fractions for their framerate.
10550           V4L elements to come later tonight.
10551
10552 2005-11-22  Thomas Vander Stichele  <thomas at apestaart dot org>
10553
10554         * gst-libs/gst/audio/audio.c:
10555         * gst-libs/gst/audio/audio.h:
10556           remove some deprecated functions
10557
10558 2005-11-22  Andy Wingo  <wingo@pobox.com>
10559
10560         * Update for gst_tag_setter API changes.
10561
10562 2005-11-22  Andy Wingo  <wingo@pobox.com>
10563
10564         * ext/ogg/gstoggdemux.c (gst_ogg_pad_submit_packet)
10565         (gst_ogg_demux_perform_seek):
10566         * ext/theora/theoradec.c (theora_dec_sink_event):
10567         * ext/vorbis/vorbisdec.c (vorbis_dec_sink_event): Run
10568         update-funcnames.
10569
10570 2005-11-22  Wim Taymans  <wim@fluendo.com>
10571
10572         * examples/seeking/seek.c: (main):
10573         Give higher priority to bus signals than the gtk events
10574         to fix a race condition in the segment looping.
10575
10576 2005-11-22  Tim-Philipp Müller  <tim at centricular dot net>
10577
10578         * ext/theora/Makefile.am:
10579         * ext/vorbis/Makefile.am:
10580         * gst-libs/gst/tag/Makefile.am:
10581         * gst-plugins-base.spec.in:
10582           Rename libgsttagedit to libgsttag (#322117).
10583
10584 2005-11-22  Tim-Philipp Müller  <tim at centricular dot net>
10585
10586         * sys/ximage/ximagesink.c: (gst_ximagesink_setcaps):
10587         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps):
10588           Call gst_x_overlay_prepare_xwindow_id() to give applications
10589           a final chance to set their own xwindow id before the video
10590           sink creates its own window.
10591
10592 2005-11-22  Julien MOUTTE  <julien@moutte.net>
10593
10594         * sys/xvimage/xvimagesink.c:
10595         (gst_xvimagesink_navigation_send_event): Handle navigation
10596         events correcly with borders if applicable.
10597
10598 2005-11-22  Tim-Philipp Müller  <tim at centricular dot net>
10599
10600         Patch by: Luca Ognibene
10601
10602         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
10603         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt):
10604         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
10605         (gst_ffmpegcsp_caps_remove_format_info):
10606         * gst/ffmpegcolorspace/imgconvert.c:
10607         * gst/ffmpegcolorspace/imgconvert_template.h:
10608           Forward-port fixes from the 0.8 branch (patch by Luca Ognibene,
10609           #318353); use gst_structure_has_name().
10610
10611 2005-11-22  Julien MOUTTE  <julien@moutte.net>
10612
10613         * sys/ximage/ximagesink.c: (gst_ximagesink_event_thread),
10614         (gst_ximagesink_class_init): Add debug macros on functions.
10615         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
10616         (gst_xvimagesink_xwindow_draw_borders),
10617         (gst_xvimagesink_xvimage_put),
10618         (gst_xvimagesink_xwindow_update_geometry),
10619         (gst_xvimagesink_handle_xevents), (gst_xvimagesink_get_xv_support),
10620         (gst_xvimagesink_event_thread), (gst_xvimagesink_xcontext_get),
10621         (gst_xvimagesink_xcontext_clear),
10622         (gst_xvimagesink_get_format_from_caps), (gst_xvimagesink_setcaps),
10623         (gst_xvimagesink_change_state), (gst_xvimagesink_show_frame),
10624         (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_set_xwindow_id),
10625         (gst_xvimagesink_expose), (gst_xvimagesink_set_property),
10626         (gst_xvimagesink_get_property), (gst_xvimagesink_finalize),
10627         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
10628         * sys/xvimage/xvimagesink.h: Refactoring to handle aspect ratio,
10629         expose while being PAUSED, out of data flow navigation events, etc..
10630
10631 2005-11-22  Thomas Vander Stichele  <thomas at apestaart dot org>
10632
10633         * gst-libs/gst/audio/audio.c: (gst_audio_duration_from_pad_buffer):
10634         * gst-libs/gst/audio/audio.h:
10635           fix prototype - wondering why the test worked regardless
10636
10637 2005-11-21  Thomas Vander Stichele  <thomas at apestaart dot org>
10638
10639         * check/Makefile.am:
10640         * gst-libs/gst/audio/audio.c: (gst_audio_duration_from_pad_buffer):
10641         * gst-libs/gst/audio/audio.h:
10642           add a method that returns a proper GstClockTime
10643
10644 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
10645
10646         * gst-libs/gst/interfaces/xoverlay.c: (gst_x_overlay_base_init),
10647         (gst_x_overlay_got_xwindow_id), (gst_x_overlay_prepare_xwindow_id):
10648         * gst-libs/gst/interfaces/xoverlay.h:
10649           Remove everything having to do with the desired size; add 
10650           gst_x_overlay_prepare_xwindow_id() function; remove the
10651           'have-xwindow-id' signal and make gst_x_overlay_got_xwindow_id()
10652           post a message on the bus instead (#321816).
10653
10654         * sys/ximage/ximagesink.c: (gst_ximagesink_xoverlay_init):
10655         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps),
10656         (gst_xvimagesink_xoverlay_init):
10657           Remove desired size stuff (#321816).
10658
10659 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
10660
10661         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find),
10662         (mpeg2_sys_type_find), (mpeg1_sys_type_find),
10663         (mpeg_video_type_find), (mpeg_video_stream_type_find):
10664           Terminate vararg functions with NULL instead of 0 to 
10665           make gcc4 happy.
10666
10667 2005-11-21  Andy Wingo  <wingo@pobox.com>
10668
10669         patch by: Sebastien Cote <sebas642@yahoo.ca>
10670         
10671         * gst-libs/gst/rtp/gstrtpbuffer.h: 
10672         * gst-libs/gst/rtp/gstrtpbuffer.c
10673         (gst_rtpbuffer_get_payload_buffer): New function. Fixes #321451.
10674
10675 2005-11-21  Andy Wingo  <wingo@pobox.com>
10676
10677         * gst/playback/gstplaybin.c (gen_audio_element) 
10678         (gen_video_element): Use the new MISSING_PLUGIN core error
10679         category. Closes #320060.
10680
10681         * ext/vorbis/vorbisdec.c (vorbis_dec_sink_event): 
10682         * gst/videorate/gstvideorate.c (gst_videorate_event):
10683         * ext/theora/theoradec.c (theora_dec_sink_event): 
10684         * ext/theora/theoraenc.c (theora_enc_sink_event): Don't take
10685         stream lock.
10686
10687         * gst/subparse/gstsubparse.c (gst_subparse_src_event):
10688         * ext/ogg/gstoggdemux.c (gst_ogg_demux_perform_seek): Update for
10689         stream lock changes.
10690
10691 2005-11-21  Wim Taymans  <wim@fluendo.com>
10692
10693         * gst-libs/gst/audio/gstbaseaudiosink.c:
10694         (gst_base_audio_sink_class_init), (gst_base_audio_sink_init),
10695         (gst_base_audio_sink_provide_clock),
10696         (gst_base_audio_sink_set_clock), (gst_base_audio_sink_render),
10697         (gst_base_audio_sink_change_state):
10698         * gst/audioresample/gstaudioresample.c:
10699         Segment update fix.
10700
10701 2005-11-21  Andy Wingo  <wingo@pobox.com>
10702
10703         * *.h:
10704         * *.c: Ran scripts/update-macros. Oh yes.
10705
10706 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
10707
10708         * sys/ximage/Makefile.am:
10709         * sys/ximage/ximage.c:
10710           Rename ximage plugin to ximagesink (#321426) (Don't forget to
10711           remove your old libgstximage.* manually if necessary).
10712
10713 2005-11-21  Michael Smith <msmith@fluendo.com>
10714
10715         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_setup):
10716           Minimal fix for bug #320200: set the min/max bitrate in the correct
10717           units. A better fix would be to upgrade to the RATEMANAGE2
10718           interface, rather than using the deprecated interface used here, but
10719           that would require an update in our libvorbis dependency (to 1.1),
10720           which is probably undesirable.
10721
10722 2005-11-21  Jan Schmidt  <thaytan@mad.scientist.com>
10723
10724         * ext/libvisual/visual.c: (get_buffer):
10725         * gst-libs/gst/audio/gstbaseaudiosrc.c:
10726         (gst_base_audio_src_fixate):
10727         * gst/audioconvert/gstaudioconvert.c:
10728         (gst_audio_convert_fixate_caps):
10729         * gst/audioscale/gstaudioscale.c: (gst_audioscale_fixate):
10730         * gst/audiotestsrc/gstaudiotestsrc.c:
10731         (gst_audiotestsrc_src_fixate):
10732         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_fixate):
10733         * gst/videorate/gstvideorate.c: (gst_videorate_setcaps):
10734         * gst/videoscale/gstvideoscale.c: (gst_videoscale_fixate_caps):
10735         * gst/videotestsrc/gstvideotestsrc.c:
10736         (gst_videotestsrc_src_fixate):
10737         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_fixate):
10738         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_fixate):
10739           Rename gst_caps_structure_fixate_* to gst_structure_fixate_*
10740           (#322027)
10741
10742
10743 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
10744
10745         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
10746         (gst_riff_create_iavs_caps):
10747         * gst-libs/gst/riff/riff-read.c: (gst_riff_parse_file_header),
10748         (gst_riff_parse_strh), (gst_riff_parse_strf_vids),
10749         (gst_riff_parse_info):
10750         * gst/videotestsrc/videotestsrc.c: (paintinfo_find_by_structure):
10751         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_set_caps):
10752         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps):
10753           Fixes for GST_FOURCC_FORMAT API change.
10754
10755 2005-11-21  Andy Wingo  <wingo@pobox.com>
10756
10757         patch by: Alessandro Dessina <alessandro nnva org>
10758
10759         * ext/ogg/gstoggmux.c (gst_ogg_mux_set_header_on_caps):
10760         * ext/ogg/gstoggparse.c (gst_ogg_parse_append_header)
10761         (gst_ogg_parse_chain):
10762         * ext/theora/theoraenc.c (theora_set_header_on_caps):
10763         * ext/vorbis/vorbisenc.c (gst_vorbisenc_set_header_on_caps):
10764         * ext/vorbis/vorbisparse.c (vorbis_parse_set_header_on_caps): Fix
10765         gst_value_list calls on arrays. Fixes #321962.
10766
10767 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
10768
10769         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
10770         (gst_ogg_mux_request_new_pad), (gst_ogg_mux_queue_pads),
10771         (gst_ogg_mux_clear_collectpads), (gst_ogg_mux_change_state):
10772         * gst/adder/gstadder.c: (gst_adder_init),
10773         (gst_adder_request_new_pad), (gst_adder_collected),
10774         (gst_adder_change_state):
10775           Update for gst_collectpads_foo() to gst_collect_pads_foo()
10776           API change.
10777
10778 2005-11-21  Michael Smith <msmith@fluendo.com>
10779
10780         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_clear),
10781         (gst_vorbisenc_chain), (gst_vorbisenc_output_buffers):
10782           Properly handle pad_push return values.
10783
10784 2005-11-20  Jan Schmidt  <thaytan@mad.scientist.com>
10785
10786         * gst-libs/gst/tag/Makefile.am:
10787         * gst-libs/gst/tag/gstvorbistag.c:
10788         (gst_tag_list_to_vorbiscomment_buffer):
10789           Remove obsolete vorbistag element and debug category.
10790
10791         * gst/playback/gstplaybasebin.c: (check_queue):
10792           Don't divide by 0 when queue-threshold is 0.
10793
10794         * sys/ximage/ximagesink.c: (gst_ximagesink_set_property):
10795           Don't modify an existing pixel-aspect-ratio if we fail to read
10796           a new one.
10797
10798 2005-11-20  Wim Taymans  <wim@fluendo.com>
10799
10800         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_push_buffer),
10801         (gst_vorbisenc_push_packet):
10802         GST_PAD_IS_USABLE is gone, use the return value of
10803         the push or pad_alloc_buffer instead.
10804
10805 2005-11-18  Julien MOUTTE  <julien@moutte.net>
10806
10807         * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
10808         (gst_ximagesink_check_xshm_calls), (gst_ximagesink_ximage_new),
10809         (gst_ximagesink_ximage_destroy),
10810         (gst_ximagesink_xwindow_draw_borders), (gst_ximagesink_ximage_put),
10811         (gst_ximagesink_xwindow_new),
10812         (gst_ximagesink_xwindow_update_geometry),
10813         (gst_ximagesink_handle_xevents), (gst_ximagesink_event_thread),
10814         (gst_ximagesink_xcontext_get), (gst_ximagesink_xcontext_clear),
10815         (gst_ximagesink_bufferpool_clear), (gst_ximagesink_getcaps),
10816         (gst_ximagesink_setcaps), (gst_ximagesink_change_state),
10817         (gst_ximagesink_show_frame), (gst_ximagesink_buffer_alloc),
10818         (gst_ximagesink_navigation_send_event),
10819         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_expose),
10820         (gst_ximagesink_set_property), (gst_ximagesink_get_property),
10821         (gst_ximagesink_finalize), (gst_ximagesink_init),
10822         (gst_ximagesink_class_init):
10823         * sys/ximage/ximagesink.h: Refactoring of ximagesink.
10824         This new version brings correct software scaling, non flickering
10825         window while resizing, pixel aspect ratio handling, usage of
10826         hardware buffer pools, out of data flow event thread for 
10827         navigation and handling of expose events even when being PAUSED,
10828         a new property to keep video aspect ratio when resizing, etc...
10829
10830 2005-11-18  Julien MOUTTE  <julien@moutte.net>
10831
10832         * gst/videoscale/gstvideoscale.c: (gst_videoscale_class_init),
10833         (gst_videoscale_fixate_caps): Introduce back caps fixate with
10834         handling of PAR.
10835
10836 2005-11-18  Edward Hervey  <bilboed@dvdsrc.fluendo.com>
10837
10838         * gst/playback/gstdecodebin.c: (gst_decode_bin_init): 
10839         Unsetting IS_SINK flag from the fakesink, so decodebin
10840         never behaves as a sink.
10841
10842 2005-11-17  Wim Taymans  <wim@fluendo.com>
10843
10844         * gst-libs/gst/audio/gstbaseaudiosrc.c:
10845         (gst_base_audio_src_change_state):
10846         Fix the audiosrc base class again, we did not unflush.
10847
10848 2005-11-17  Julien MOUTTE  <julien@moutte.net>
10849
10850         * examples/seeking/seek.c: (make_dv_pipeline),
10851         (make_vorbis_theora_pipeline), (make_avi_pipeline),
10852         (make_mpegnt_pipeline): Use VSINK everywhere, add a scaler
10853         to ogg/vorbis/theora pipeline.
10854
10855 2005-11-17  Wim Taymans  <wim@fluendo.com>
10856
10857         * ext/ogg/gstoggmux.c: (gst_ogg_mux_queue_pads),
10858         (gst_ogg_mux_get_headers), (gst_ogg_mux_send_headers),
10859         (gst_ogg_mux_collected), (gst_ogg_mux_change_state):
10860         Fix EOS on multiple streams.
10861         More debugging.
10862
10863 2005-11-16  Wim Taymans  <wim@fluendo.com>
10864
10865         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_configure_segment),
10866         (gst_ogg_demux_perform_seek):
10867         Segment done must include stream time.
10868
10869         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
10870         (gst_ogg_mux_clear), (gst_ogg_mux_init), (gst_ogg_mux_finalize),
10871         (gst_ogg_mux_change_state):
10872         Fix ogg muxer again.
10873
10874 2005-11-16  Wim Taymans  <wim@fluendo.com>
10875
10876         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_init):
10877         Fix compile again.
10878
10879 2005-11-16  Thomas Vander Stichele  <thomas at apestaart dot org>
10880
10881         * ext/libvisual/visual.c: (gst_visual_init):
10882         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_init):
10883         * ext/ogg/gstoggparse.c: (gst_ogg_parse_init),
10884         (gst_ogg_parse_chain):
10885         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_init),
10886         (gst_ogm_video_parse_init), (gst_ogm_text_parse_init):
10887         * ext/theora/theoradec.c: (gst_theora_dec_init):
10888         * ext/theora/theoraenc.c: (gst_theora_enc_init):
10889         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init):
10890         * ext/vorbis/vorbisparse.c: (gst_vorbis_parse_init):
10891         * gst/adder/gstadder.c: (gst_adder_class_init),
10892         (gst_adder_dispose):
10893         * gst/audiorate/gstaudiorate.c: (gst_audiorate_init):
10894         * gst/subparse/gstsubparse.c: (gst_subparse_init):
10895         * gst/videorate/gstvideorate.c: (gst_videorate_init):
10896           Fix a whole set of pad template leaks
10897
10898 2005-11-16  Thomas Vander Stichele  <thomas at apestaart dot org>
10899
10900         * check/generic/states.c: (GST_START_TEST):
10901           fix the test so that it only checks for elements that are part of
10902           this source module
10903
10904 2005-11-16  Michael Smith <msmith@fluendo.com>
10905
10906         * ext/ogg/gstoggmux.c: (gst_ogg_mux_clear), (gst_ogg_mux_reset),
10907         (gst_ogg_mux_init), (gst_ogg_mux_request_new_pad),
10908         (gst_ogg_mux_push_buffer), (gst_ogg_mux_dequeue_page),
10909         (gst_ogg_mux_pad_queue_page), (gst_ogg_mux_queue_pads),
10910         (gst_ogg_mux_collected), (gst_ogg_mux_clear_collectpads),
10911         (gst_ogg_mux_change_state):
10912           Fix leaking collectpads.
10913
10914 2005-11-16  Edward Hervey  <edward@fluendo.com>
10915
10916         * gst/videorate/gstvideorate.c: (gst_videorate_blank_data),
10917         (gst_videorate_event), (gst_videorate_chain):
10918         Handle segment seeks
10919
10920 2005-11-16  Wim Taymans  <wim@fluendo.com>
10921
10922         * gst-libs/gst/audio/gstbaseaudiosink.c:
10923         (gst_base_audio_sink_provide_clock),
10924         (gst_base_audio_sink_change_state):
10925         Set ringbuffer to non-flushing when going to PAUSED, set to
10926         flushing again when going to READY.
10927
10928         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_init),
10929         (gst_ring_buffer_stop):
10930         Start in flushing mode by default.
10931         Don't set flushing in the _stop method, let the app call
10932         this explicitly.
10933
10934 2005-11-16  Julien MOUTTE  <julien@moutte.net>
10935
10936         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_center_rect):
10937         * gst-libs/gst/video/videosink.h: Add helper function needed
10938         for video sinks.
10939
10940 2005-11-16  Tim-Philipp Müller  <tim at centricular dot net>
10941
10942         * gst/videoscale/gstvideoscale.c:
10943         (gst_videoscale_handle_src_event):
10944           Don't leak reference to pad parent.
10945
10946 2005-11-16  Wim Taymans  <wim@fluendo.com>
10947
10948         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_stop):
10949         Set ringbuffer to flushing when stopping so that we don't
10950         block on wait_segment anymore and livelock.
10951
10952 2005-11-16  Wim Taymans  <wim@fluendo.com>
10953
10954         * examples/seeking/seek.c: (send_event), (do_seek),
10955         (loop_toggle_cb), (segment_done), (main):
10956         Added looping checkbox.
10957
10958 2005-11-16  Thomas Vander Stichele  <thomas at apestaart dot org>
10959
10960         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
10961         (gst_ogg_demux_init):
10962         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_base_init),
10963         (gst_vorbis_dec_init):
10964           revert unrefs, they don't pass make check
10965
10966 2005-11-15  Johan Dahlin  <johan@gnome.org>
10967
10968         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
10969         (gst_ogg_demux_init), (gst_ogg_demux_finalize):
10970         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_base_init),
10971         (gst_vorbis_dec_init):
10972         Fix pad template leaks. 
10973
10974 2005-11-15  Tim-Philipp Müller  <tim at centricular dot net>
10975
10976         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state):
10977           Make state change function thread safe.
10978
10979 2005-11-15  Edward Hervey  <edward@fluendo.com>
10980
10981         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_receive_event),
10982         (gst_ogg_demux_class_init):
10983         Implement GstElement::send_event, so we can send seek events
10984         in GST_STATE_READY
10985
10986 2005-11-14  Julien MOUTTE  <julien@moutte.net>
10987
10988         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_new):
10989         Discovered how to take away flickering while resizing the
10990         window. Please don't put that in ximagesink, refactoring in
10991         progress.
10992
10993 2005-11-14  Michael Smith <msmith@fluendo.com>
10994
10995         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_client_queue_data),
10996         (gst_multifdsink_render):
10997           Don't leak GDP headers when using GDP mode (i.e. tcpserversink).
10998
10999 2005-11-14  Tim-Philipp Müller  <tim at centricular dot net>
11000
11001         * gst/playback/gstplaybin.c: (gen_audio_element):
11002           Use autoaudiosink, it tends to be more widely available than
11003           autoaudiiosink.
11004           
11005 2005-11-14  Andy Wingo  <wingo@pobox.com>
11006
11007         * gst/playback/gstplaybin.c (gen_audio_element): Use autoaudiosink
11008         as well if it is available. Fixes #316442.
11009
11010 2005-11-14  Michael Smith <msmith@fluendo.com>
11011
11012         * ext/ogg/gstoggmux.c: (gst_ogg_mux_clear), (gst_ogg_mux_init),
11013         (gst_ogg_mux_sinkconnect), (gst_ogg_mux_request_new_pad),
11014         (gst_ogg_mux_push_buffer), (gst_ogg_mux_dequeue_page),
11015         (gst_ogg_mux_pad_queue_page), (gst_ogg_mux_queue_pads),
11016         (gst_ogg_mux_set_header_on_caps), (gst_ogg_mux_collected),
11017         (gst_ogg_mux_clear_collectpads), (gst_ogg_mux_change_state):
11018         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_buffer_from_packet),
11019         (gst_vorbisenc_change_state):
11020           Fix a small memory leak in vorbisenc.
11021           Fix large memory leaks in oggmux, also fix lots of state change
11022           bugs in oggmux.
11023
11024 2005-11-14  Thomas Vander Stichele  <thomas at apestaart dot org>
11025
11026         * gst/videotestsrc/gstvideotestsrc.c:
11027         (gst_videotestsrc_class_init), (gst_videotestsrc_init),
11028         (gst_videotestsrc_src_fixate):
11029           move fixation to a fixate function
11030           remove negotiate function, basesrc's is good enough
11031           fixes a bug for check when using the element alone
11032
11033 2005-11-13  Edward Hervey  <edward@fluendo.com>
11034
11035         * examples/seeking/seek.c: (do_seek), (accurate_toggle_cb),
11036         (key_toggle_cb), (main):
11037         Added checkboxes for adding/removing the accurate and key_unit seek
11038         flags.
11039
11040 2005-11-11  Thomas Vander Stichele  <thomas at apestaart dot org>
11041
11042         * configure.ac: back to HEAD
11043
11044 === release 0.9.5 ===
11045
11046 2005-11-11  Thomas Vander Stichele <thomas at apestaart dot org>
11047
11048         * configure.ac:
11049           releasing 0.9.5, "No No Kia"
11050
11051 2005-11-11  Edward Hervey  <edward@fluendo.com>
11052
11053         * examples/seeking/seek.c: (make_parselaunch_pipeline):
11054         Added parse-launch syntax seeking mode for the seeking example.
11055         This should help stress-test even more cases.
11056         Ex usage : ./seek 15 "filesrc location=uranus.avi ! decodebin ! xvimagesink"
11057
11058 2005-11-11  Tim-Philipp Müller  <tim at centricular dot net>
11059
11060         * sys/xvimage/xvimagesink.c:
11061         (gst_xvimagesink_navigation_send_event):
11062           Check whether peer pad exists before sending navigation events
11063           to it.
11064
11065 2005-11-11  Michael Smith <msmith@fluendo.com>
11066
11067         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_setup),
11068         (gst_vorbisenc_buffer_from_packet):
11069         * ext/vorbis/vorbisenc.h:
11070           Set duration on encoded buffers. This allows oggmux's
11071           max_page_delay parameter to actually work.
11072
11073 2005-11-11  Tim-Philipp Müller  <tim at centricular dot net>
11074
11075         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
11076         (gst_ffmpeg_get_palette), (gst_ffmpeg_set_palette),
11077         (gst_ffmpegcsp_avpicture_fill):
11078         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
11079         (gst_ffmpegcsp_get_unit_size), (gst_ffmpegcsp_transform):
11080           Make palettes work again (see #132341). Use our own macros
11081           for rounding up.
11082
11083 2005-11-10  Andy Wingo  <wingo@pobox.com>
11084
11085         * gst/playback/gstplaybasebin.c (prepare_output): Fix format
11086         string doober.
11087
11088 2005-11-10  Thomas Vander Stichele  <thomas at apestaart dot org>
11089
11090         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
11091         (gst_ffmpegcsp_transform_caps):
11092           Prefer passthrough in transform_caps
11093
11094 2005-11-10  Thomas Vander Stichele  <thomas at apestaart dot org>
11095
11096         * ext/alsa/gstalsasink.c: (gst_alsasink_open):
11097           check for ALSA errors properly, instead of relying on ALSA's
11098           error strings to serve to the user.
11099
11100 2005-11-10  Wim Taymans  <wim@fluendo.com>
11101
11102         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_event), (gst_ogg_demux_init),
11103         (gst_ogg_demux_configure_segment), (gst_ogg_demux_perform_seek),
11104         (gst_ogg_demux_loop), (gst_ogg_demux_change_state):
11105         Modernise the seek code.
11106
11107 2005-11-10  Michael Smith <msmith@fluendo.com>
11108         
11109         * gst/playback/gstplaybasebin.c: (group_commit), (new_decoded_pad),
11110         (setup_substreams), (set_active_source):
11111           Unlock GROUP_LOCK in failure cases, so that we don't deadlock when
11112           trying to go to NULL if we failed to read a file.
11113
11114 2005-11-10  Wim Taymans  <wim@fluendo.com>
11115
11116         * gst/audiotestsrc/gstaudiotestsrc.c:
11117         (gst_audiotestsrc_class_init), (gst_audiotestsrc_get_times),
11118         (gst_audiotestsrc_create):
11119         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
11120         (gst_sinesrc_get_times), (gst_sinesrc_create):
11121         * gst/videotestsrc/gstvideotestsrc.c:
11122         (gst_videotestsrc_class_init), (gst_videotestsrc_get_times),
11123         (gst_videotestsrc_create):
11124         The base class can now sync for us.
11125
11126 2005-11-10  Thomas Vander Stichele  <thomas at apestaart dot org>
11127
11128         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_fixate): Check if the caps have
11129           a fourcc field. Fixes crash for gst-launch-0.9 v4lsrc
11130           name=source autoprobe=false autoprobe-fps=false copy-mode=1
11131           device=/dev/video0 ! ffmpegcolorspace ! "video/x-raw-yuv,
11132           format=(fourcc)I420" ! xvimagesink
11133
11134 2005-11-10  Tim-Philipp Müller  <tim at centricular dot net>
11135
11136         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
11137         (gst_sinesrc_get_query_types), (gst_sinesrc_src_query),
11138         (gst_sinesrc_newsegment):
11139           Send newsegment event in TIME format, set duration if
11140           num-buffers is set, fix duration querying.
11141
11142 2005-11-10  Michael Smith <msmith@fluendo.com>
11143
11144         * ext/ogg/gstoggmux.c: (gst_ogg_mux_request_new_pad),
11145         (gst_ogg_mux_push_buffer), (gst_ogg_mux_dequeue_page),
11146         (gst_ogg_mux_pad_queue_page), (gst_ogg_mux_queue_pads),
11147         (gst_ogg_mux_collected):
11148          Fix EOS handling, partially. Now forwarding an EOS event once we have
11149          EOS on all pads works correctly. However, we still don't properly set
11150          EOS on the actual ogg stream pages.
11151
11152 2005-11-09  Tim-Philipp Müller  <tim at centricular dot net>
11153
11154         * gst/playback/gstplaybin.c: (gst_play_bin_dispose):
11155           Set elements to NULL state before disposing of them.
11156
11157 2005-11-08  Sebastien Cote  <sebas642 at yahoo dot ca>
11158
11159         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
11160
11161         * gst-libs/gst/rtp/gstbasertpdepayload.c:
11162         (gst_base_rtp_depayload_init),
11163         (gst_base_rtp_depayload_set_gst_timestamp):
11164         * gst-libs/gst/rtp/gstbasertpdepayload.h:
11165           We need to send a newsegment event for each instance, not
11166           just for the first instance of this class (get rid of
11167           static variable in function). (#321011).
11168           
11169 2005-11-08  Michael Smith <msmith@fluendo.com>
11170
11171         * ext/ogg/gstoggmux.c: (gst_ogg_mux_request_new_pad),
11172         (gst_ogg_mux_buffer_from_page), (gst_ogg_mux_push_buffer),
11173         (gst_ogg_mux_dequeue_page), (gst_ogg_mux_pad_queue_page),
11174         (gst_ogg_mux_send_headers), (gst_ogg_mux_collected):
11175           Forward port rewrite of muxing strategy to 0.9 version of oggmux.
11176           This makes us mux things correctly according to the ogg muxing
11177           rules. Still not handling EOS correctly right now, though.
11178
11179 2005-11-08  Tim-Philipp Müller  <tim at centricular dot net>
11180
11181         * gst/audioconvert/gstaudioconvert.c:
11182           Fix typo in docs. 
11183
11184 2005-11-08  Tim-Philipp Müller  <tim at centricular dot net>
11185
11186         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_internal_chain),
11187         (gst_ogg_pad_submit_packet), (gst_ogg_chain_new):
11188           Initialise segment_stop to GST_CLOCK_TIME_NONE when
11189           creating a new chain; should fix live streaming. Also
11190           add more debug output and fix a typo.
11191
11192 2005-11-08  Brian Cameron  <brian dot cameron at sun dot com>
11193
11194         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
11195
11196         * gst/volume/gstvolume.c: (volume_set_caps):
11197           Fix compilation on Solaris with Forte. (#320923)
11198
11199 2005-11-08  Wim Taymans  <wim@fluendo.com>
11200
11201         * gst-libs/gst/audio/gstbaseaudiosink.c:
11202         (gst_base_audio_sink_render):
11203         No need to do a typecheck.
11204
11205 2005-11-07  Tim-Philipp Müller  <tim at centricular dot net>
11206
11207         * ext/alsa/gstalsa.h:
11208           We register a debug category, so let's use it.
11209
11210 2005-11-04  Zeeshan Ali  <zeenix@gmail.com>
11211
11212         * gst-libs/gst/rtp/gstbasertpdepayload.c:
11213         (gst_base_rtp_depayload_class_init), (gst_base_rtp_depayload_wait):
11214         Fixed a small problem.
11215
11216 2005-11-04  Wim Taymans  <wim@fluendo.com>
11217
11218         * examples/seeking/Makefile.am:
11219         * examples/seeking/scrubby.c: (gst_element_factory_make_or_warn),
11220         (dynamic_link), (setup_dynamic_link), (make_wav_pipeline),
11221         (make_playerbin_pipeline), (format_value), (update_scale),
11222         (speed_cb), (seek_cb), (do_seek), (start_seek), (stop_seek),
11223         (play_cb), (pause_cb), (stop_cb), (print_message), (bus_message),
11224         (print_usage), (main):
11225         Added app for playback speed testing.
11226
11227         * examples/seeking/seek.c: (dynamic_link),
11228         (make_avi_msmpeg4v3_mp3_pipeline), (make_avi_pipeline),
11229         (make_mpeg_pipeline), (do_seek), (set_update_scale),
11230         (message_received), (main):
11231         Updated seek example.
11232
11233 2005-11-04  Zeeshan Ali  <zeenix@gmail.com>
11234
11235         * gst-libs/gst/rtp/gstbasertpdepayload.c:
11236         (gst_base_rtp_depayload_class_init), (gst_base_rtp_depayload_init),
11237         (gst_base_rtp_depayload_thread), (gst_base_rtp_depayload_wait),
11238         (gst_base_rtp_depayload_set_clock):
11239         * gst-libs/gst/rtp/gstbasertpdepayload.h:
11240         Don't sleep on the bench (system clock) when you have a nice 
11241         comfortable bed (Gstreamer clock) to sleep on.
11242
11243 2005-11-03  Wim Taymans  <wim@fluendo.com>
11244
11245         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
11246         (gst_decode_bin_dispose), (free_dynamics), (remove_fakesink),
11247         (pad_blocked), (close_pad_link), (new_pad), (no_more_pads):
11248         Handle the case where a pad_block failed.
11249
11250 2005-11-02  Sebastien Cote  <sebas642@yahoo.ca> 
11251
11252         reviewed by: 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         (gst_base_rtp_depayload_set_gst_timestamp),
11258         (gst_base_rtp_depayload_queue_release):
11259           Fixes some bugs in the depayloader's queuing/de-queueing code.
11260
11261 2005-10-31  Michael Smith <msmith@fluendo.com>
11262
11263         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_init),
11264         (gst_ogg_demux_read_chain), (gst_ogg_demux_read_end_chain),
11265         (gst_ogg_demux_collect_chain_info), (gst_ogg_print):
11266           Patch from Alessandro Decina <alessandro@nnva.org>.
11267           Make oggdemux only find the final time in a chain, not per-pad,
11268           since the per-pad information can be very expensive to locate, and
11269           it isn't used anywhere. This makes reading a file containing
11270           OggSkeleton reasonably fast.
11271           Also, make chain finding work when there are logical bitstreams that
11272           can't be decoded. Fixes #319110.
11273
11274 2005-10-31  Zeeshan Ali  <zeenix@gmail.com>
11275
11276         * gst-libs/gst/rtp/gstbasertpdepayload.c:
11277         (gst_base_rtp_depayload_class_init), (gst_base_rtp_depayload_init),
11278         (gst_base_rtp_depayload_chain),
11279         (gst_base_rtp_depayload_add_to_queue),
11280         (gst_base_rtp_depayload_push),
11281         (gst_base_rtp_depayload_set_gst_timestamp),
11282         (gst_base_rtp_depayload_queue_release),
11283         (gst_base_rtp_depayload_start_thread),
11284         (gst_base_rtp_depayload_set_property),
11285         (gst_base_rtp_depayload_get_property):
11286         * gst-libs/gst/rtp/gstbasertpdepayload.h:
11287         Some random fixes, to fullfill the desires of thomas.
11288
11289 2005-10-31  Zeeshan Ali  <zeenix@gmail.com>
11290
11291         * gst-libs/gst/rtp/gstbasertpdepayload.c:
11292         (gst_base_rtp_depayload_add_to_queue),
11293         (gst_base_rtp_depayload_push):
11294         Fixed the queueing algorithm.
11295
11296 2005-10-31  Zeeshan Ali  <zeenix@gmail.com>
11297
11298         * gst-libs/gst/rtp/gstbasertpdepayload.c:
11299         (gst_base_rtp_depayload_push):
11300         A small fix
11301
11302 2005-10-31  Wim Taymans  <wim@fluendo.com>
11303
11304         * gst-libs/gst/audio/gstringbuffer.h:
11305         Don't break ABI.
11306
11307         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
11308         (gst_ffmpeg_caps_to_pixfmt):
11309         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
11310         (gst_ffmpegcsp_set_caps):
11311         Some more comments.
11312         Handle missing required caps fields better.
11313
11314 2005-10-31  Wim Taymans  <wim@fluendo.com>
11315
11316         * gst-libs/gst/audio/gstbaseaudiosink.c:
11317         (gst_base_audio_sink_event), (gst_base_audio_sink_get_offset),
11318         (gst_base_audio_sink_render):
11319         * gst-libs/gst/audio/gstringbuffer.c:
11320         (gst_ring_buffer_open_device), (gst_ring_buffer_close_device),
11321         (gst_ring_buffer_set_flushing), (gst_ring_buffer_start),
11322         (gst_ring_buffer_pause_unlocked), (gst_ring_buffer_pause),
11323         (gst_ring_buffer_stop), (wait_segment), (gst_ring_buffer_commit),
11324         (gst_ring_buffer_read):
11325         * gst-libs/gst/audio/gstringbuffer.h:
11326         Add flushing mode to the ringbuffer so that it in all cases does
11327         not try to handle more audio. This makes sure it does not try to
11328         block anymore when flushing and fixes a livelock.
11329
11330 2005-10-29  Tim-Philipp Müller  <tim at centricular dot net>
11331
11332         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_query_convert),
11333         (gst_ogg_demux_chain_peer), (gst_ogg_demux_perform_seek),
11334         (gst_ogg_demux_read_chain), (gst_ogg_demux_read_end_chain):
11335           Explicitly check for -1 values before doing a conversion
11336           and always map them to -1. (#315545)
11337
11338 2005-10-28  Thomas Vander Stichele  <thomas at apestaart dot org>
11339
11340         * gst/playback/gstplaybin.c: (gen_video_element):
11341           first try autovideosink, then xvimagesink, then error out
11342         * po/POTFILES.in:
11343           add translatable file
11344         * po/af.po:
11345         * po/az.po:
11346         * po/cs.po:
11347         * po/en_GB.po:
11348         * po/hu.po:
11349         * po/it.po:
11350         * po/nb.po:
11351         * po/nl.po:
11352         * po/or.po:
11353         * po/sq.po:
11354         * po/sr.po:
11355         * po/sv.po:
11356         * po/uk.po:
11357         * po/vi.po:
11358           update translations
11359
11360 2005-10-27  Philippe Khalaf <burger at speedy dot org> 
11361
11362         * gst-libs/gst/rtp/gstbasedepayload.c:
11363         * gst-libs/gst/rtp/gstbasedepayload.h:
11364           Minor cleanups
11365
11366 2005-10-27  Tim-Philipp Müller  <tim at centricular dot net>
11367
11368         * gst/playback/.cvsignore:
11369         * gst/playback/decodetest.c:
11370         * gst/playback/test3.c:
11371           Port these two tests as well.
11372
11373 2005-10-27  Wim Taymans  <wim@fluendo.com>
11374
11375         * ext/theora/theoradec.c: (theora_dec_src_query),
11376         (theora_dec_sink_event):
11377         * ext/theora/theoraenc.c: (theora_enc_sink_event),
11378         (theora_enc_change_state):
11379         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
11380         (gst_vorbisenc_sink_event), (gst_vorbisenc_change_state):
11381         Take proper locks when handling events.
11382
11383 2005-10-27  Wim Taymans  <wim@fluendo.com>
11384
11385         * gst/adder/gstadder.c: (gst_adder_query), (gst_adder_collected),
11386         (gst_adder_change_state):
11387         Fix timestamps and fix deadlock when stopping the collectpads.
11388
11389 2005-10-27  Zeeshan Ali  <zeenix@gmail.com>
11390
11391         * gst-libs/gst/rtp/gstrtpbuffer.h:
11392         Declaring the payload types as strings too so that they can be used
11393         in the padtemplate inialization.
11394
11395 2005-10-26  Andre Magalhaes  <andrunko@gmail.com>
11396
11397         reviewed by: Zeeshan Ali   <zeenix@gmail.com>
11398
11399         * gst-libs/gst/rtp/gstbasertpdepayload.c:
11400         (gst_base_rtp_depayload_class_init):
11401         Fixes a small but nasty bug. The derived elements no longer segfaults
11402         on finalization.
11403
11404 2005-10-26  Michael Smith <msmith@fluendo.com>
11405
11406         * gst/audioconvert/audioconvert.c: (audio_convert_clean_context):
11407           When clearing an audioconvert context, set tmpbufsize to zero, so
11408           we'll allocate it again later if required.
11409           This fixes audioconvert re-negotiating formats, which previously
11410           segfaulted with a NULL destination buffer.
11411
11412 2005-10-26  Zeeshan Ali <zeenix@gmail.com>
11413
11414         * gst-libs/gst/rtp/gstbasertpdepayload.c:
11415         (gst_base_rtp_depayload_base_init), (gst_base_rtp_depayload_push),
11416         (gst_base_rtp_depayload_set_gst_timestamp),
11417         (gst_base_rtp_depayload_queue_release):
11418         Fixed a smalll memleak.
11419
11420 2005-10-26  Zeeshan Ali  <zeenix@gmail.com>
11421         * gst-libs/gst/rtp/gstbasertpdepayload.c:
11422         (gst_base_rtp_depayload_base_init), (gst_base_rtp_depayload_init),
11423         (gst_base_rtp_depayload_finalize),
11424         (gst_base_rtp_depayload_setcaps),
11425         (gst_base_rtp_depayload_add_to_queue),
11426         (gst_base_rtp_depayload_push),
11427         (gst_base_rtp_depayload_set_gst_timestamp),
11428         (gst_base_rtp_depayload_queue_release),
11429         (gst_base_rtp_depayload_thread),
11430         (gst_base_rtp_depayload_change_state):
11431         * gst-libs/gst/rtp/gstbasertpdepayload.h:
11432         Changed the C++ comments to C comments
11433
11434 2005-10-26  Tim-Philipp Müller  <tim at centricular dot net>
11435
11436         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init):
11437         * gst/tcp/gsttcpclientsrc.h:
11438         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_init):
11439         * gst/tcp/gsttcpserversrc.h:
11440           Remove unused 'curoffset' structure member.
11441
11442 2005-10-25  Zeeshan Ali  <zeenix@gmail.com>
11443
11444         * gst-libs/gst/rtp/gstbasertpdepayload.c:
11445         (gst_base_rtp_depayload_base_init),
11446         (gst_base_rtp_depayload_finalize):
11447         * gst-libs/gst/rtp/gstbasertpdepayload.h:
11448         * gst-libs/gst/rtp/gstbasertppayload.h:
11449           The pad-template on the sinkpad should be set by the derived classes.
11450           Also added some useful macros.
11451
11452 2005-10-24  Wim Taymans  <wim@fluendo.com>
11453
11454         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
11455         Correctly flush decoder samples even if we could not
11456         copy them to an output buffer. Fixes #319618.
11457
11458 2005-10-24  Julien MOUTTE  <julien@moutte.net>
11459
11460         * sys/ximage/ximagesink.c: (gst_ximagesink_setcaps):
11461         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps): Check
11462         the caps against our xcontext caps.
11463
11464 2005-10-24  Wim Taymans  <wim@fluendo.com>
11465
11466         * gst-libs/gst/audio/gstbaseaudiosink.c:
11467         (gst_base_audio_sink_get_offset), (gst_base_audio_sink_render):
11468         Remove g_print
11469         Use sync property from baseclass to disable sync.
11470
11471 2005-10-24  Wim Taymans  <wim@fluendo.com>
11472
11473         * gst-libs/gst/audio/gstbaseaudiosink.c:
11474         (gst_base_audio_sink_get_offset), (gst_base_audio_sink_render):
11475         Buffers with no timestamps get aligned with previous buffers or
11476         on underrun, played ASAP.
11477
11478 2005-10-24  Julien MOUTTE  <julien@moutte.net>
11479
11480         * gst-libs/gst/video/video.h:
11481         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
11482         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
11483         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support): And
11484         here comes my change on caps for framerate and geometry range.
11485         We are now accepting 1 to MAXINT for width and height, and from
11486         0.0 to MAXDOUBLE for framerate. That allows duration less png frames
11487         to be blended correctly in videomixer.
11488
11489 2005-10-24  Thomas Vander Stichele  <thomas at apestaart dot org>
11490
11491         * configure.ac:
11492           back to HEAD
11493
11494 === release 0.9.4 ===
11495
11496 2005-10-23  Thomas Vander Stichele  <thomas at apestaart dot org>
11497
11498         * NEWS:
11499         * RELEASE:
11500         * configure.ac:
11501           releasing 0.9.4, "Velociraptor"
11502
11503 2005-10-23  Thomas Vander Stichele  <thomas at apestaart dot org>
11504
11505         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_loop):
11506         * po/POTFILES.in:
11507           STOPPED -> FAILED
11508
11509 2005-10-21  Wim Taymans  <wim@fluendo.com>
11510
11511         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
11512         (gst_decode_bin_dispose), (free_dynamics), (pad_unblocked),
11513         (pad_blocked), (close_pad_link), (new_pad):
11514         Don't try to remove elements twice.
11515
11516 2005-10-21  Wim Taymans  <wim@fluendo.com>
11517
11518         * ext/theora/theoradec.c: (theora_dec_src_query),
11519         (theora_dec_sink_event):
11520         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
11521         (vorbis_dec_sink_event), (vorbis_handle_identification_packet),
11522         (vorbis_handle_data_packet):
11523         * ext/vorbis/vorbisdec.h:
11524         Fix old naming.
11525
11526         * gst-libs/gst/audio/gstbaseaudiosink.c:
11527         (gst_base_audio_sink_render):
11528         Don't try to sync on buffers without a timestamp.
11529
11530 2005-10-21  Wim Taymans  <wim@fluendo.com>
11531
11532         * ext/theora/theoradec.c: (theora_dec_src_query),
11533         (theora_dec_sink_event):
11534         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
11535         (vorbis_dec_sink_event), (vorbis_handle_identification_packet),
11536         (vorbis_handle_data_packet):
11537         * ext/vorbis/vorbisdec.h:
11538         Fix old naming.
11539
11540 2005-10-20  Tim-Philipp Müller  <tim at centricular dot net>
11541
11542         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_get_query_types),
11543         (gst_vorbisenc_src_query):
11544           Implement position and duration queries.
11545
11546         * gst/playback/test3.c: (update_scale), (main):
11547           Fix for async state changes and print nicer output.
11548
11549 2005-10-20  Wim Taymans  <wim@fluendo.com>
11550
11551         * gst/playback/test5.c: (new_pad), (no_more_pads), (start_finding),
11552         (dump_element_stats), (main):
11553         * gst/playback/test6.c: (main):
11554         Fix tests again
11555
11556 2005-10-20  Tim-Philipp Müller  <tim at centricular dot net>
11557
11558         * gst/audiotestsrc/gstaudiotestsrc.c: (gst_audiotestsrc_src_query):
11559         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_query):
11560           Don't use functions for position queries when handling
11561           duration queries.
11562
11563 2005-10-20  Tim-Philipp Müller  <tim at centricular dot net>
11564
11565         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
11566         (vorbis_handle_data_packet), (vorbis_dec_chain),
11567         (vorbis_dec_change_state):
11568         * ext/vorbis/vorbisdec.h:
11569           Vorbis streams can be embedded in other container formats
11570           than ogg, container formats where the demuxer might set 
11571           timestamps on encoded vorbis buffers instead of those silly 
11572           granulepos thingies. In short: make vorbisdec handle 
11573           timestamps on incoming buffers as well.
11574
11575 2005-10-20  Wim Taymans  <wim@fluendo.com>
11576
11577         * gst/playback/gstplaybasebin.c: (group_destroy),
11578         (gst_play_base_bin_change_state):
11579         Fix leak.
11580         Handle case where playbasebin is now ASYNC because
11581         decodebin is.
11582
11583 2005-10-19  Tim-Philipp Müller  <tim at centricular dot net>
11584
11585         * gst/audioconvert/Makefile.am:
11586         * gst/audioconvert/bufferframesconvert.c:
11587         * gst/audioconvert/plugin.c: (plugin_init):
11588         * gst/audioconvert/plugin.h:
11589           And bye bye buffer-frames-convert
11590
11591 2005-10-19  Wim Taymans  <wim@fluendo.com>
11592
11593         * check/elements/audioconvert.c:
11594         * docs/libs/tmpl/gstaudio.sgml:
11595         * docs/libs/tmpl/gstcolorbalance.sgml:
11596         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
11597         (vorbis_handle_identification_packet), (vorbis_handle_data_packet):
11598         * ext/vorbis/vorbisenc.c: (raw_caps_factory):
11599         * gst-libs/gst/audio/audio.c: (gst_audio_structure_set_int):
11600         * gst-libs/gst/audio/audio.h:
11601         * gst/audioconvert/audioconvert.h:
11602         * gst/audioconvert/gstaudioconvert.c:
11603         (gst_audio_convert_parse_caps):
11604         * gst/volume/gstvolume.c:
11605         Bye bye buffer-frames.
11606
11607 2005-10-19  Wim Taymans  <wim@fluendo.com>
11608
11609         * examples/seeking/seek.c: (make_avi_msmpeg4v3_mp3_pipeline),
11610         (query_positions_elems), (query_positions_pads), (update_scale),
11611         (do_seek), (set_update_scale), (message_received), (main):
11612         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query),
11613         (gst_ogg_demux_perform_seek), (gst_ogg_demux_find_chains),
11614         (gst_ogg_demux_loop):
11615         * ext/ogg/gstogmparse.c: (gst_ogm_parse_sink_query):
11616         * ext/theora/theoradec.c: (theora_dec_src_query),
11617         (theora_dec_sink_event):
11618         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
11619         (vorbis_dec_sink_event), (vorbis_handle_data_packet):
11620         * gst/adder/gstadder.c: (gst_adder_query):
11621         * gst/audiotestsrc/gstaudiotestsrc.c: (gst_audiotestsrc_src_query):
11622         * gst/playback/test3.c: (update_scale):
11623         * gst/playback/test5.c: (new_pad), (no_more_pads), (start_finding),
11624         (dump_element_stats), (main):
11625         * gst/playback/test6.c: (main):
11626         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_query):
11627         Query API update.
11628
11629 2005-10-19  Tim-Philipp Müller  <tim at centricular dot net>
11630
11631         * gst/typefind/gsttypefindfunctions.c: (utf8_type_find),
11632         (xml_check_first_element), (xml_type_find), (smil_type_find),
11633         (plugin_init):
11634           Add typefinding for SMIL and for generic XML. Based on patch by
11635           Akos Maroy (#308663).
11636
11637 2005-10-18  Wim Taymans  <wim@fluendo.com>
11638
11639         * gst/playback/Makefile.am:
11640         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
11641         (gst_decode_bin_dispose), (dynamic_create), (dynamic_free),
11642         (free_dynamics), (pad_unblocked), (pad_blocked), (close_pad_link),
11643         (try_to_link_1), (new_pad), (no_more_pads), (type_found),
11644         (gst_decode_bin_change_state):
11645         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
11646         (gst_play_bin_send_event_to_sink):
11647         * gst/playback/test5.c: (new_pad), (no_more_pads), (start_finding),
11648         (dump_element_stats), (main):
11649         * gst/playback/test6.c: (main):
11650         Make playbin async, it'll commit state to paused when all streams
11651         are detected.
11652         Remove ugly hack.
11653         Added test6.c to show async behaviour.
11654
11655 2005-10-18  Wim Taymans  <wim@fluendo.com>
11656
11657         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_peer),
11658         (gst_ogg_demux_perform_seek), (gst_ogg_demux_loop):
11659         Fix for segment-start/stop API change.
11660
11661 2005-10-18  Wim Taymans  <wim@fluendo.com>
11662
11663         * check/Makefile.am:
11664         * check/clocks/selection.c: (GST_START_TEST), (volume_suite),
11665         (main):
11666         Add future test for clock selection.
11667
11668 2005-10-18  Wim Taymans  <wim@fluendo.com>
11669
11670         * ext/alsa/gstalsasink.c: (gst_alsasink_init),
11671         (gst_alsasink_close):
11672         Set handle to NULL.
11673
11674         * gst-libs/gst/audio/gstringbuffer.c:
11675         (gst_ring_buffer_open_device), (gst_ring_buffer_close_device),
11676         (gst_ring_buffer_acquire), (gst_ring_buffer_release),
11677         (gst_ring_buffer_start), (gst_ring_buffer_pause),
11678         (gst_ring_buffer_stop), (gst_ring_buffer_commit),
11679         (gst_ring_buffer_read):
11680         More debug info.
11681
11682 2005-10-17  Stefan Kost  <ensonic@users.sf.net>
11683
11684         * gst/audiotestsrc/Makefile.am:
11685         * gst/sine/Makefile.am:
11686         * gst/volume/Makefile.am:
11687           fix broken build of controllerized plugins
11688
11689 2005-10-17  Fabrizio Gennari  <fabrizio dot ge at tiscali dot it>
11690
11691         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
11692
11693         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
11694         (gst_riff_create_video_template_caps):
11695           Add support for Indeo-3 (IV32).
11696
11697 2005-10-17  Thomas Vander Stichele  <thomas at apestaart dot org>
11698
11699         * configure.ac:
11700           rewrite
11701
11702 2005-10-17  Thomas Vander Stichele  <thomas at apestaart dot org>
11703
11704         * gst-libs/gst/video/video.c: (gst_video_get_size):
11705         * gst/audiotestsrc/gstaudiotestsrc.c:
11706           doc updates
11707
11708 2005-10-17  Andy Wingo  <wingo@pobox.com>
11709
11710         * ext/ogg/gstoggmux.c (gst_ogg_mux_queue_pads): Fix bug introduced
11711         with the collectpads change.
11712         (gst_ogg_mux_send_headers): Elevate warning to a g_critical.
11713
11714         * gst/tcp/gstmultifdsink.c: Convert to use the boilerplate macro.
11715
11716         * gst/tcp/gsttcp.c (gst_tcp_socket_read): Comment update.
11717
11718         * ext/theora/theoraenc.c (theora_buffer_from_packet): Pass the
11719         alloc_buffer flow return to callers.
11720         (theora_enc_chain, theora_enc_chain): Adapt to buffer_from_packet
11721         change. Fix some memleaks in theoraenc.
11722
11723         * ext/ogg/gstoggmux.c (gst_ogg_mux_send_headers): Fix a segfault
11724         in strange circumstance.
11725
11726 2005-10-17  Julien MOUTTE  <julien@moutte.net>
11727
11728         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
11729         (gst_ffmpegcsp_get_unit_size): We are asked to compute a buffer size
11730         from caps, let's use the caps...
11731
11732 2005-10-17  Thomas Vander Stichele  <thomas at apestaart dot org>
11733
11734         * configure.ac:
11735           put back AX_CREATE_STDINT_H, ffmpegcolorspace includes _stdint.h
11736
11737 2005-10-16  Thomas Vander Stichele  <thomas at apestaart dot org>
11738
11739         * gst-libs/gst/interfaces/Makefile.am:
11740           fix silly typo
11741
11742 2005-10-16  Andy Wingo  <wingo@pobox.com>
11743
11744         * gst/playback/gstdecodebin.c
11745         (gst_element_set_state_like_a_crazy_man): New kraaaaaaazy
11746         function!
11747         (try_to_link_1): Increase kraziness level.
11748
11749 2005-10-16  Thomas Vander Stichele  <thomas at apestaart dot org>
11750
11751         * configure.ac:
11752           restructure like the core one
11753         * gst-libs/gst/audio/Makefile.am:
11754         * gst-libs/gst/interfaces/Makefile.am:
11755         * gst-libs/gst/net/Makefile.am:
11756         * gst-libs/gst/riff/Makefile.am:
11757         * gst-libs/gst/rtp/Makefile.am:
11758         * gst-libs/gst/tag/Makefile.am:
11759         * gst-libs/gst/video/Makefile.am:
11760           use correct linker flags, now the libs are properly versioned
11761         * check/elements/audioconvert.c: (verify_convert):
11762         * ext/alsa/gstalsaplugin.c:
11763         * ext/cdparanoia/gstcdparanoia.c:
11764         * ext/gnomevfs/gstgnomevfs.c:
11765         * ext/libvisual/visual.c:
11766         * ext/ogg/gstogg.c:
11767         * ext/ogg/gstoggparse.c: (gst_ogg_parse_chain):
11768         * ext/theora/theora.c:
11769         * ext/vorbis/vorbis.c:
11770         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
11771         * gst-libs/gst/tag/gsttagediting.c:
11772         * gst-libs/gst/video/video.c:
11773         * gst/adder/gstadder.c:
11774         * gst/audioconvert/plugin.c:
11775         * gst/audiorate/gstaudiorate.c:
11776         * gst/audioresample/gstaudioresample.c:
11777         * gst/audioresample/resample_ref.c: (resample_scale_ref):
11778         * gst/audioscale/gstaudioscale.c:
11779         * gst/audioscale/resample.c:
11780         * gst/audiotestsrc/gstaudiotestsrc.c:
11781         * gst/ffmpegcolorspace/gstffmpeg.c:
11782         * gst/playback/gstdecodebin.c: (close_pad_link):
11783         * gst/playback/gstplaybin.c: (gen_video_element),
11784         (gen_audio_element):
11785         * gst/sine/gstsinesrc.c:
11786         * gst/subparse/gstsubparse.c:
11787         * gst/tags/gsttagediting.c:
11788         * gst/tcp/gsttcpplugin.c:
11789         * gst/typefind/gsttypefindfunctions.c:
11790         * gst/videorate/gstvideorate.c:
11791         * gst/videoscale/gstvideoscale.c:
11792         * gst/videotestsrc/gstvideotestsrc.c:
11793         * gst/volume/gstvolume.c:
11794         * sys/v4l/gstv4l.c:
11795         * sys/ximage/ximage.c:
11796         * sys/xvimage/xvimagesink.c:
11797           fix up defines
11798
11799 2005-10-13  Tim-Philipp Müller  <tim at centricular dot net>
11800
11801         * ext/vorbis/vorbisenc.c:
11802         * gst-libs/gst/tag/gstid3tag.c: (gst_tag_list_new_from_id3v1):
11803         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add),
11804         (gst_tag_to_vorbis_comments):
11805           Fix handling of GST_TAG_DATE, which is now of GST_TYPE_DATE.
11806
11807 2005-10-13  Stefan Kost  <ensonic@users.sf.net>
11808
11809         * examples/stats/mp2ogg.c:
11810         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
11811           typo fixes
11812
11813 2005-10-13  Michael Smith <msmith@fluendo.com>
11814
11815         * ext/ogg/gstoggmux.c:
11816           Use magic glib macros to define constants as 64 bit, to ensure
11817           appropriate vararg passing.
11818
11819 2005-10-13  Michael Smith <msmith@fluendo.com>
11820
11821         * ext/ogg/gstoggmux.c:
11822         * gst/audioconvert/audioconvert.c: (float):
11823           Don't use LL suffix, as it's not portable, and neither of these
11824           uses required it anyway.
11825
11826 2005-10-12  Stefan Kost  <ensonic@users.sf.net>
11827
11828         * examples/indexing/indexmpeg.c: (main):
11829         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_get),
11830         (cdparanoia_open), (cdparanoia_close), (cdparanoia_event),
11831         (cdparanoia_convert), (cdparanoia_query):
11832         * ext/cdparanoia/gstcdparanoia.h:
11833         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_init),
11834         (gst_gnomevfssink_open_file), (gst_gnomevfssink_close_file),
11835         (gst_gnomevfssink_chain), (gst_gnomevfssink_change_state):
11836         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init):
11837         * gst/audioscale/gstaudioscale.c: (gst_audioscale_init):
11838         * gst/playback/gststreamselector.c: (gst_stream_selector_init):
11839         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_init),
11840         (gst_multifdsink_render), (gst_multifdsink_start),
11841         (gst_multifdsink_stop):
11842         * gst/tcp/gstmultifdsink.h:
11843         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_init),
11844         (gst_tcpclientsink_render), (gst_tcpclientsink_start),
11845         (gst_tcpclientsink_stop):
11846         * gst/tcp/gsttcpclientsink.h:
11847         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init),
11848         (gst_tcpclientsrc_getcaps), (gst_tcpclientsrc_create),
11849         (gst_tcpclientsrc_start), (gst_tcpclientsrc_stop):
11850         * gst/tcp/gsttcpclientsrc.h:
11851         * gst/tcp/gsttcpserversink.h:
11852         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_init),
11853         (gst_tcpserversrc_create), (gst_tcpserversrc_start),
11854         (gst_tcpserversrc_stop):
11855         * gst/tcp/gsttcpserversrc.h:
11856         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_init):
11857         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_init):
11858         * sys/ximage/ximagesink.c: (gst_ximagesink_init):
11859           renamed GST_FLAGS macros to GST_OBJECT_FLAGS
11860           moved bitshift from macro to enum definition
11861
11862 2005-10-12  Wim Taymans  <wim@fluendo.com>
11863
11864         * examples/seeking/Makefile.am:
11865         Oops.
11866
11867 2005-10-12  Wim Taymans  <wim@fluendo.com>
11868
11869         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_commit),
11870         (gst_ring_buffer_read), (gst_ring_buffer_clear):
11871         Don't assert on normal stuff.
11872
11873         * gst/playback/gstplaybin.c: (do_playbin_seek):
11874         API fix.
11875
11876 2005-10-12  Wim Taymans  <wim@fluendo.com>
11877
11878         * check/pipelines/simple_launch_lines.c: (run_pipeline):
11879         * examples/seeking/Makefile.am:
11880         * examples/seeking/cdplayer.c: (play_cb), (pause_cb), (stop_cb):
11881         * examples/seeking/seek.c: (make_avi_msmpeg4v3_mp3_pipeline),
11882         (do_seek), (set_update_scale), (message_received), (main):
11883         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_commit),
11884         (gst_ring_buffer_read), (gst_ring_buffer_clear):
11885         Update for _get_state() API change.
11886
11887 2005-10-11  Wim Taymans  <wim@fluendo.com>
11888
11889         * gst-libs/gst/audio/gstbaseaudiosink.c:
11890         (gst_base_audio_sink_render):
11891         * gst-libs/gst/audio/gstbaseaudiosrc.c:
11892         (gst_base_audio_src_create):
11893         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_commit),
11894         (gst_ring_buffer_read):
11895         Cleanups.
11896         Commit and read from ringbuffer in samples rather than bytes.
11897
11898 2005-10-11  Wim Taymans  <wim@fluendo.com>
11899
11900         * gst-libs/gst/audio/gstbaseaudiosink.c:
11901         (gst_base_audio_sink_render):
11902         Respect segment rate and accum when scheduling samples.
11903
11904 2005-10-11  Julien MOUTTE  <julien@moutte.net>
11905
11906         * ext/ogg/gstoggmux.c: (gst_ogg_mux_queue_pads),
11907         (gst_ogg_mux_collected): Quick hack to fix build. We need to handle
11908         EOS correctly, that needs more work.
11909
11910 2005-10-11  Wim Taymans  <wim@fluendo.com>
11911
11912         * check/generic/states.c: (GST_START_TEST):
11913         remove old property.
11914
11915         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
11916         (gst_ogg_demux_perform_seek):
11917         * ext/theora/theoradec.c: (theora_dec_sink_event):
11918         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
11919         (vorbis_handle_data_packet):
11920         * gst-libs/gst/rtp/gstbasertpdepayload.c:
11921         (gst_base_rtp_depayload_set_gst_timestamp):
11922         * gst/videorate/gstvideorate.c: (gst_videorate_event):
11923         Update for newsegment API change.
11924
11925 2005-10-11  Michael Smith <msmith@fluendo.com>
11926
11927         * gst/playback/gstplaybin.c: (gst_play_bin_send_event_to_sink),
11928         (do_playbin_seek), (gst_play_bin_send_event):
11929           Override send_event differently, so that we can takes bits of
11930           functionality from GstPipeline (special handling for seeks,
11931           including pausing/resuming, and resetting stream time) and still get
11932           the appropriate behaviour of only forwarding event to a single sink,
11933           rather than all of them.
11934           Unfortunately requires a lot of code duplication, but the
11935           alternatives are equally ugly in the end.
11936
11937 2005-10-11  Thomas Vander Stichele  <thomas at apestaart dot org>
11938
11939         * check/elements/audioconvert.c: (setup_audioconvert),
11940         (cleanup_audioconvert), (get_int_caps), (verify_convert),
11941         (GST_START_TEST), (audioconvert_suite):
11942           clean up tests a little, fix some leaks.
11943
11944 2005-10-10  Wim Taymans  <wim@fluendo.com>
11945
11946         * ext/alsa/gstalsasink.c:
11947         Also allow unsigned int.
11948
11949         * gst-libs/gst/audio/gstbaseaudiosrc.c:
11950         (gst_base_audio_src_create), (gst_base_audio_src_change_state):
11951         Small cleanup
11952
11953 2005-10-10  Wim Taymans  <wim@fluendo.com>
11954
11955         * check/pipelines/simple_launch_lines.c: (run_pipeline):
11956         Small update, use API as stated in design docs.
11957
11958         * examples/seeking/seek.c: (make_avi_msmpeg4v3_mp3_pipeline),
11959         (update_scale), (do_seek), (seek_cb), (set_update_scale),
11960         (start_seek), (stop_seek), (play_cb), (pause_cb), (stop_cb),
11961         (message_received), (main):
11962         Updated seek example for GOption. Some usability improvements.
11963
11964 2005-10-10  Wim Taymans  <wim@fluendo.com>
11965
11966         * gst/audioconvert/audioconvert.h:
11967         * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_unset_matrix),
11968         (gst_channel_mix_setup_matrix), (gst_channel_mix_mix):
11969         Alloc temp storage somewhere else where we can do it more
11970         portable.
11971
11972 2005-10-10  Wim Taymans  <wim@fluendo.com>
11973
11974         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_create),
11975         (gst_tcpserversrc_start):
11976         Don't block in accept while doing the state change, move
11977         to poll and make cancellable.
11978
11979 2005-10-09  Philippe Khalaf <burger@speedy.org>
11980
11981         * gst-libs/gst/rtp/rtpbasedepayload.c:
11982         Set timestamp and add queue delay to timestamp
11983         * gst-libs/gst/rtp/rtpbuffer.h:
11984         Set correct payload type for h263
11985
11986 2005-10-09  Stefan Kost  <ensonic@users.sf.net>
11987
11988         * gst/audiotestsrc/gstaudiotestsrc.c:
11989         (gst_audiostestsrc_wave_get_type), (gst_audiotestsrc_class_init),
11990         (gst_audiotestsrc_init), (gst_audiotestsrc_create_sine),
11991         (gst_audiotestsrc_create_square), (gst_audiotestsrc_create_saw),
11992         (gst_audiotestsrc_create_triangle),
11993         (gst_audiotestsrc_create_silence),
11994         (gst_audiotestsrc_create_white_noise),
11995         (gst_audiotestsrc_init_pink_noise),
11996         (gst_audiotestsrc_generate_pink_noise_value),
11997         (gst_audiotestsrc_create_pink_noise),
11998         (gst_audiotestsrc_change_wave):
11999         * gst/audiotestsrc/gstaudiotestsrc.h:
12000           fixed typo, added pink noise
12001
12002 2005-10-09  Tim-Philipp Müller  <tim at centricular dot net>
12003
12004         * gst/typefind/gsttypefindfunctions.c: (wavpack_type_find),
12005         (plugin_init):
12006           Add wavpack and spc typefind functions from 0.8 branch.
12007
12008 2005-10-09  Tim-Philipp Müller  <tim at centricular dot net>
12009
12010         * gst/typefind/gsttypefindfunctions.c: (tar_type_find),
12011         (ar_type_find), (msdos_type_find), (plugin_init):
12012           Add typefind functions for tar archives, ar archives,
12013           RAR archives, and msdos-executables (dlls, exe, etc.).
12014           Some of those would be wrongly identified as mpeg
12015           streams of some sort before (#315550).
12016
12017 2005-10-09  Stefan Kost  <ensonic@users.sf.net>
12018
12019         * configure.ac:
12020         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
12021         * docs/plugins/gst-plugins-base-plugins-sections.txt:
12022         * gst/audioscale/gstaudioscale.c: (gst_audioscale_method_get_type):
12023         * gst/audiotestsrc/Makefile.am:
12024         * gst/audiotestsrc/gstaudiotestsrc.c:
12025         (gst_audiostestsrc_wave_get_type), (gst_audiotestsrc_base_init),
12026         (gst_audiotestsrc_class_init), (gst_audiotestsrc_init),
12027         (gst_audiotestsrc_src_fixate), (gst_audiotestsrc_setcaps),
12028         (gst_audiotestsrc_get_query_types), (gst_audiotestsrc_src_query),
12029         (gst_audiotestsrc_wait), (gst_audiotestsrc_unlock),
12030         (gst_audiotestsrc_create_sine), (gst_audiotestsrc_create_square),
12031         (gst_audiotestsrc_create_saw), (gst_audiotestsrc_create_triangle),
12032         (gst_audiotestsrc_create_silence),
12033         (gst_audiotestsrc_create_white_noise),
12034         (gst_audiotestsrc_change_wave), (gst_audiotestsrc_create),
12035         (gst_audiotestsrc_set_property), (gst_audiotestsrc_get_property),
12036         (gst_audiotestsrc_start), (plugin_init):
12037         * gst/audiotestsrc/gstaudiotestsrc.h:
12038           add new plugin and element
12039         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init):
12040           use gobject_class
12041
12042 2005-10-09  Tim-Philipp Müller  <tim at centricular dot net>
12043
12044         * gst/adder/gstadder.c: (gst_adder_query), (gst_adder_class_init),
12045         (gst_adder_init), (gst_adder_request_new_pad),
12046         (gst_adder_change_state):
12047           Add query function to source pad, so adder reports the correct
12048           time/sample position when queried (#315457); fix state change
12049           function; use GST_DEBUG_FUNCPTR() for pad functions.
12050
12051 2005-10-08  Thomas Vander Stichele  <thomas at apestaart dot org>
12052
12053         * gst/typefind/gsttypefindfunctions.c: (utf8_type_find):
12054           Fix leaks in typefind registration
12055           Clean up the gratuitous commenting and whitespacing a little
12056
12057 2005-10-08  Wim Taymans  <wim@fluendo.com>
12058
12059         * gst-libs/gst/audio/gstaudiosink.c: (gst_audioringbuffer_stop):
12060         Only actually wait for the thread to be stopped if it's 
12061         running.
12062
12063 2005-10-08  Wim Taymans  <wim@fluendo.com>
12064
12065         * gst-libs/gst/audio/gstbaseaudiosink.c:
12066         (gst_base_audio_sink_event), (gst_base_audio_sink_render):
12067         If we receive EOS we can start playback of what we had.
12068
12069 2005-10-08  Wim Taymans  <wim@fluendo.com>
12070
12071         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
12072         (gst_multifdsink_finalize), (multifdsink_hash_remove),
12073         (gst_multifdsink_stop):
12074         Fix crasher when going to NULL multiple times.
12075
12076 2005-10-06  Wim Taymans  <wim@fluendo.com>
12077
12078         * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_event),
12079         (gst_base_audio_src_create), (gst_base_audio_src_change_state):
12080         * gst-libs/gst/audio/gstbaseaudiosrc.h:
12081         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_read):
12082         patch from Edgard Lima <edgard.lima@indt.org.br>
12083         Fixed gstbaseaudiosrc adding ring buffer sync to it.
12084
12085 2005-10-06  Wim Taymans  <wim@fluendo.com>
12086
12087         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_loop):
12088         Report the FLOW_RETURN as string in the error message.
12089
12090         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_clear_all):
12091         Don't assert when clearing an unnegotiated buffer.
12092
12093 2005-10-04  Michael Smith <msmith@fluendo.com>
12094
12095         * gst/playback/gstplaybasebin.c: (group_destroy),
12096         (gen_preroll_element), (remove_groups), (setup_source):
12097         * gst/playback/gstplaybin.c: (remove_sinks), (add_sink),
12098         (setup_sinks), (gst_play_bin_send_event),
12099         (gst_play_bin_change_state):
12100           Set state to NULL before removing from bin. Fix refcounting.
12101
12102 2005-10-04  Michael Smith <msmith@fluendo.com>
12103
12104         * gst/playback/gstplaybin.c: (gst_play_bin_send_event):
12105           Correct refcounting in send_event() function. Previously was wrong
12106           if the first sink was unable to handle the event.
12107
12108 2005-10-03  Thomas Vander Stichele  <thomas at apestaart dot org>
12109
12110         * configure.ac:
12111           back to development
12112
12113 === release 0.9.3 ===
12114
12115 2005-10-03  Thomas Vander Stichele  <thomas at apestaart dot org>
12116
12117         * configure.ac:
12118           Releasing 0.9.3, "De Facto"
12119
12120 2005-10-03  Andy Wingo  <wingo@pobox.com>
12121
12122         * gst/playback/gstdecodebin.c (try_to_link_1)
12123         (remove_element_chain): set element to NULL before removing it.
12124
12125 2005-10-02  Johan Dahlin  <johan@gnome.org>
12126
12127         * ext/gnomevfs/gstgnomevfssrc.c (gst_gnomevfssrc_uri_get_protocols): 
12128         protect gst_gnomevfs_get_supported_uris by a mutex, to make it
12129         MT safe.
12130
12131 2005-10-02  Andy Wingo  <wingo@pobox.com>
12132
12133         * gst-libs/gst/audio/gstringbuffer.c (gst_ring_buffer_clear) 
12134         (gst_ring_buffer_prepare_read): 
12135         * gst-libs/gst/audio/gstaudiosink.c (audioringbuffer_thread_func):
12136         Demote to LOG.
12137
12138 2005-09-29  Wim Taymans  <wim@fluendo.com>
12139
12140         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_peer):
12141         * ext/theora/theoradec.c: (theora_handle_data_packet):
12142         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
12143         Propagate error codes from alloc_buffer too.
12144
12145 2005-09-29  Wim Taymans  <wim@fluendo.com>
12146
12147         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init):
12148         We use fixed caps.
12149
12150         * gst/playback/Makefile.am:
12151         * gst/playback/test5.c: (new_pad), (no_more_pads), (start_finding),
12152         (dump_element_stats), (main):
12153         Added example stream introspection code.
12154
12155 2005-09-28  Stefan Kost  <ensonic@users.sf.net>
12156
12157         * gst/adder/gstadder.c: (gst_adder_collected):
12158           fix adder for float elements
12159
12160 2005-09-28  Wim Taymans  <wim@fluendo.com>
12161
12162         * gst-libs/gst/audio/gstbaseaudiosink.c:
12163         (gst_base_audio_sink_class_init),
12164         (gst_base_audio_sink_provide_clock), (gst_base_audio_sink_render):
12165         * gst-libs/gst/audio/gstbaseaudiosrc.c:
12166         (gst_base_audio_src_class_init),
12167         (gst_base_audio_src_provide_clock):
12168         get_clock -> provide_clock
12169
12170 2005-09-28  Andy Wingo  <wingo@pobox.com>
12171
12172         * gst/videotestsrc/gstvideotestsrc.c: Implement live source mode
12173         and unlocking.
12174
12175         * gst/sine/gstsinesrc.c (gst_sinesrc_unlock): Actually implement
12176         unlocking.
12177
12178         * gst/tcp/gsttcpclientsink.c (gst_tcpclientsink_base_init):
12179         Actually add the pad template.
12180         (gst_tcpclientsink_get_type): We're a base sink. Woot, works.
12181
12182         * gst/tcp/gsttcpserversrc.c: Go ahead and fix up serversrc while
12183         I'm at it...
12184
12185         * gst/tcp/gsttcpclientsrc.c: Make interruptable -- code stolen
12186         from fdsrc. Get caps in create() instead of start() so it can be
12187         interrupted. Interruption somewhat untested.
12188
12189         * gst/tcp/gsttcp.c (gst_tcp_read_buffer, gst_tcp_socket_read):
12190         Proper EOS handling.
12191
12192 2005-09-27  Andy Wingo  <wingo@pobox.com>
12193
12194         * gst/tcp/gsttcpclientsrc.c: Cleaned up.
12195
12196         * gst/tcp/gsttcpserversrc.c: Cleaned up.
12197
12198         * gst/tcp/gsttcpclientsrc.c: Updated for new gsttcp API.
12199
12200         * gst/tcp/gsttcp.h: 
12201         * gst/tcp/gsttcp.c (gst_tcp_read_buffer): New function, factored
12202         out of tcpclientsrc.c. Cancellable.
12203         (gst_tcp_socket_read): Made private, cancellable, with better
12204         diagnostics. Also the FIONREAD ioctl takes a int*, not a size_t*.
12205         (gst_tcp_gdp_read_buffer): Made cancellable, actually returns the
12206         whole buffer, and better diagnostics.
12207         (gst_tcp_gdp_read_caps): Same.
12208
12209         * gst/sine/gstsinesrc.c (gst_sinesrc_wait): Add the base time.
12210
12211 2005-09-26  Andy Wingo  <wingo@pobox.com>
12212
12213         * gst/sine/gstsinesrc.h:
12214         * gst/sine/gstsinesrc.c: Refactor, remove the table lookup code,
12215         change the 'sync' property to 'is-live' and implement it halfway,
12216         update for controller api change.
12217
12218         * gst/volume/gstvolume.c (volume_transform_ip): Update for
12219         controller api change.
12220
12221 2005-09-24  Wim Taymans  <wim@fluendo.com>
12222
12223         * ext/alsa/gstalsasink.c: (gst_alsasink_reset):
12224         * gst-libs/gst/audio/gstaudiosink.c:
12225         (gst_audioringbuffer_class_init), (audioringbuffer_thread_func),
12226         (gst_audioringbuffer_stop):
12227         * gst-libs/gst/audio/gstbaseaudiosink.c:
12228         (gst_base_audio_sink_event), (gst_base_audio_sink_render),
12229         (gst_base_audio_sink_change_state):
12230         * gst-libs/gst/audio/gstbaseaudiosink.h:
12231         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_stop),
12232         (gst_ring_buffer_set_sample), (gst_ring_buffer_clear_all),
12233         (gst_ring_buffer_commit), (gst_ring_buffer_read):
12234         * gst-libs/gst/audio/gstringbuffer.h:
12235         Fix sync again. Moved sample alignment to basesink.
12236
12237 2005-09-23  Thomas Vander Stichele  <thomas at apestaart dot org>
12238
12239         * docs/plugins/Makefile.am:
12240         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
12241         * docs/plugins/gst-plugins-base-plugins-sections.txt:
12242         * gst/volume/gstvolume.c:
12243           add/fix docs
12244         * gst-libs/gst/audio/audio.c: (gst_audio_frame_byte_size):
12245         * gst-libs/gst/audio/audio.h:
12246           add conversion macros for frames <-> clocktime
12247
12248 2005-09-23  David Schleef  <ds@schleef.org>
12249
12250         * gst/audioresample/Makefile.am:
12251         * gst/audioresample/debug.h:
12252         * gst/audioresample/gstaudioresample.c:
12253         * gst/audioresample/resample.c: Convert to using gst debugging
12254
12255 2005-09-22  Wim Taymans  <wim@fluendo.com>
12256
12257         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
12258         (gst_play_bin_send_event):
12259         Only seek on one sink, the first one that succeeds.
12260
12261 2005-09-22  Michael Smith <msmith@fluendo.com>
12262
12263         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_clear),
12264         (gst_vorbisenc_sink_event), (gst_vorbisenc_change_state):
12265         Don't flush encoder state unless we have an initialised encoder.
12266         Clear out encoder state on PAUSED_TO_READY.
12267
12268 2005-09-22  Wim Taymans  <wim@fluendo.com>
12269
12270         * gst-libs/gst/rtp/gstbasertppayload.c:
12271         (gst_basertppayload_class_init), (gst_basertppayload_init),
12272         (gst_basertppayload_setcaps), (gst_basertppayload_chain),
12273         (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
12274         (gst_basertppayload_is_filled), (gst_basertppayload_push),
12275         (gst_basertppayload_set_property),
12276         (gst_basertppayload_get_property),
12277         (gst_basertppayload_change_state):
12278         * gst-libs/gst/rtp/gstbasertppayload.h:
12279         Added max-ptime to control amount of data in the rtp packets.
12280
12281 2005-09-21  Andy Wingo  <wingo@pobox.com>
12282
12283         * gst/playback/gstplaybasebin.c: Attempt to fix up buffer probe
12284         thingies.
12285
12286         * gst/playback/gstdecodebin.c (gst_decode_bin_dispose): Dispose
12287         can be called multiple times, dogs.
12288
12289 2005-09-21  Wim Taymans  <wim@fluendo.com>
12290
12291         * gst-libs/gst/rtp/gstbasertppayload.c:
12292         (gst_basertppayload_class_init), (gst_basertppayload_init),
12293         (gst_basertppayload_setcaps), (gst_basertppayload_chain),
12294         (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
12295         (gst_basertppayload_push), (gst_basertppayload_get_property),
12296         (gst_basertppayload_change_state):
12297         Allow 0 ssrc too.
12298
12299 2005-09-21  Stefan Kost  <ensonic@users.sf.net>
12300
12301         * docs/libs/compiling.sgml:
12302           fixing typos
12303
12304 2005-09-20  Wim Taymans  <wim@fluendo.com>
12305
12306         * gst-libs/gst/rtp/gstbasertppayload.c:
12307         (gst_basertppayload_class_init), (gst_basertppayload_init),
12308         (gst_basertppayload_setcaps), (gst_basertppayload_chain),
12309         (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
12310         (gst_basertppayload_push), (gst_basertppayload_set_property),
12311         (gst_basertppayload_get_property),
12312         (gst_basertppayload_change_state):
12313         * gst-libs/gst/rtp/gstbasertppayload.h:
12314         Added property to configure sequence number offsets.
12315
12316 2005-09-20  Wim Taymans  <wim@fluendo.com>
12317
12318         * gst-libs/gst/rtp/gstbasertppayload.c:
12319         (gst_basertppayload_class_init), (gst_basertppayload_init),
12320         (gst_basertppayload_setcaps), (gst_basertppayload_chain),
12321         (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
12322         (gst_basertppayload_push), (gst_basertppayload_set_property),
12323         (gst_basertppayload_get_property),
12324         (gst_basertppayload_change_state):
12325         * gst-libs/gst/rtp/gstbasertppayload.h:
12326         Make timestamp offset configurable.
12327
12328 2005-09-20  Thomas Vander Stichele  <thomas at apestaart dot org>
12329
12330         * check/pipelines/simple_launch_lines.c: (run_pipeline):
12331           fix wrong pop/unref
12332
12333 2005-09-19  Torsten Schoenfeld  <kaffeetisch at gmx dot net>
12334
12335         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
12336
12337         * gst-libs/gst/interfaces/propertyprobe.c:
12338         (gst_property_probe_probe_property_name),
12339         (gst_property_probe_needs_probe_name),
12340         (gst_property_probe_get_values_name),
12341         (gst_property_probe_probe_and_get_values_name):
12342           Fix wrong macro usage; it's G_OBJECT_GET_CLASS(obj) or
12343           G_OBJECT_CLASS(klass), not G_OBJECT_CLASS(obj). (#316571)
12344
12345 2005-09-19  Thomas Vander Stichele  <thomas at apestaart dot org>
12346
12347         * check/Makefile.am:
12348           have some tests be disabled for valgrinding
12349         * check/elements/vorbisdec.c: (cleanup_vorbisdec),
12350         (GST_START_TEST):
12351         * ext/vorbis/vorbisdec.c: (vorbisdec_finalize):
12352           Fix A Leak.  Chain To Parent Finalize.
12353
12354 2005-09-19  Wim Taymans  <wim@fluendo.com>
12355
12356         * examples/seeking/seek.c: (make_wav_pipeline), (main):
12357         Fixed wav pipeline.
12358
12359 2005-09-19  Wim Taymans  <wim@fluendo.com>
12360
12361         * gst-libs/gst/rtp/gstbasertppayload.c:
12362         (gst_basertppayload_class_init), (gst_basertppayload_init),
12363         (gst_basertppayload_setcaps), (gst_basertppayload_chain),
12364         (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
12365         (gst_basertppayload_push), (gst_basertppayload_get_property),
12366         (gst_basertppayload_change_state):
12367         Posting ERROR and WARNING messages is good.
12368
12369 2005-09-19  Wim Taymans  <wim@fluendo.com>
12370
12371         * gst-libs/gst/rtp/gstbasertpdepayload.c:
12372         (gst_base_rtp_depayload_add_to_queue),
12373         (gst_base_rtp_depayload_push),
12374         (gst_base_rtp_depayload_set_gst_timestamp),
12375         (gst_base_rtp_depayload_queue_release):
12376         This one was not supposed to go in.
12377
12378 2005-09-19  Wim Taymans  <wim@fluendo.com>
12379
12380         * check/pipelines/simple_launch_lines.c: (run_pipeline):
12381         Fix for bus API.
12382
12383         * gst-libs/gst/rtp/gstbasertpdepayload.c:
12384         (gst_base_rtp_depayload_chain),
12385         (gst_base_rtp_depayload_add_to_queue),
12386         (gst_base_rtp_depayload_push),
12387         (gst_base_rtp_depayload_set_gst_timestamp),
12388         (gst_base_rtp_depayload_queue_release):
12389         Some cleanups.
12390
12391         * gst-libs/gst/rtp/gstbasertppayload.c:
12392         (gst_basertppayload_class_init), (gst_basertppayload_init),
12393         (gst_basertppayload_setcaps), (gst_basertppayload_set_options),
12394         (gst_basertppayload_set_outcaps), (gst_basertppayload_push),
12395         (gst_basertppayload_get_property),
12396         (gst_basertppayload_change_state):
12397         Added debugging category.
12398
12399 2005-09-18  David Schleef  <ds@schleef.org>
12400
12401         * gst/playback/gstdecodebin.c: free plugin list correctly
12402         * gst/playback/gstplaybin.c: emit warning if autovideosink
12403           and autoaudiosink can't be found (instead of segfaulting)
12404
12405 2005-09-17  Thomas Vander Stichele  <thomas at apestaart dot org>
12406
12407         * check/elements/audioconvert.c: (GST_START_TEST):
12408           try out 24 bit conversion
12409
12410 2005-09-15  Thomas Vander Stichele  <thomas at apestaart dot org>
12411
12412         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
12413         (gst_vorbisenc_sink_event), (gst_vorbisenc_chain),
12414         (gst_vorbisenc_output_buffers), (gst_vorbisenc_change_state):
12415         * ext/vorbis/vorbisenc.h:
12416           Fix EOS handling.  Still needs a fix in the ogg muxer to
12417           mark the last page as eos.
12418
12419 2005-09-15  Thomas Vander Stichele  <thomas at apestaart dot org>
12420
12421         * common/gtk-doc-plugins.mak:
12422         * docs/plugins/Makefile.am:
12423         * docs/plugins/gst-plugins-base-plugins-sections.txt:
12424         * gst/ffmpegcolorspace/Makefile.am:
12425         * gst/ffmpegcolorspace/avcodec.h:
12426         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
12427         * gst/tcp/gstmultifdsink.c:
12428           fix up ffmpegcolorspace docs; extract header
12429
12430 2005-09-15  Thomas Vander Stichele  <thomas at apestaart dot org>
12431
12432         * common/gtk-doc-plugins.mak:
12433         * docs/plugins/Makefile.am:
12434         * docs/plugins/gst-plugins-base-plugins-sections.txt:
12435         * ext/theora/Makefile.am:
12436         * ext/theora/gsttheoraenc.h:
12437         * ext/theora/theoraenc.c:
12438         * ext/vorbis/vorbisenc.c:
12439           pick up signals and args for vorbis; add some docs for vorbis
12440
12441 2005-09-15  Thomas Vander Stichele  <thomas at apestaart dot org>
12442
12443         * common/gstdoc-scangobj:
12444         * common/gtk-doc-plugins.mak:
12445         * docs/libs/Makefile.am:
12446         * docs/plugins/gst-plugins-base-plugins.args:
12447         * docs/plugins/gst-plugins-base-plugins.hierarchy:
12448         * docs/plugins/gst-plugins-base-plugins.interfaces:
12449         * docs/plugins/gst-plugins-base-plugins.prerequisites:
12450         * docs/plugins/gst-plugins-base-plugins.signals:
12451           only scanobj stuff from our source module.  Not sure yet
12452           if that's correct, given the hierarchy stuff :)
12453
12454 2005-09-15  Wim Taymans  <wim@fluendo.com>
12455
12456         * gst/audioconvert/gstaudioconvert.c:
12457         And enable 24 bits mode as well..
12458
12459 2005-09-15  Wim Taymans  <wim@fluendo.com>
12460
12461         * gst-libs/gst/rtp/Makefile.am:
12462         * gst-libs/gst/rtp/gstbasertppayload.c:
12463         (gst_basertppayload_get_type), (gst_basertppayload_base_init),
12464         (gst_basertppayload_class_init), (gst_basertppayload_init),
12465         (gst_basertppayload_finalize), (gst_basertppayload_setcaps),
12466         (gst_basertppayload_chain), (gst_basertppayload_set_options),
12467         (gst_basertppayload_set_outcaps), (gst_basertppayload_push),
12468         (gst_basertppayload_set_property),
12469         (gst_basertppayload_get_property),
12470         (gst_basertppayload_change_state):
12471         * gst-libs/gst/rtp/gstbasertppayload.h:
12472         Added rtp payloader base class.
12473
12474 2005-09-15  Andy Wingo  <wingo@pobox.com>
12475
12476         * configure.ac (plugindir): Remove the EOL matcher from the
12477         regexp, as it causes me problems. Libtool? Make? Who knows?
12478
12479 2005-09-14  David Schleef  <ds@schleef.org>
12480
12481         * check/generic/states.c: 
12482         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind):
12483         * gst/playback/gstdecodebin.c: (gst_decode_bin_init):
12484           Fixes for changes in registry API.
12485
12486         * configure.ac: Only export gst_plugins_desc.  Add -no-undefined
12487           to GST_PLUGIN_LDFLAGS.
12488         * ext/libvisual/visual.c: Make the library shut up.
12489         * gst-libs/gst/audio/audio.c: Don't define a plugin in a library.
12490         * gst-libs/gst/audio/gstaudiofilter.c: same
12491
12492 2005-09-14  Thomas Vander Stichele  <thomas at apestaart dot org>
12493
12494         * docs/plugins/Makefile.am:
12495         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
12496         * docs/plugins/inspect/plugin-libvisual.xml:
12497         * docs/plugins/tmpl/element-tcpserversink.sgml:
12498         * ext/theora/theoraenc.c:
12499           add libvisual plugin and theoraenc element to docs
12500
12501 2005-09-14  Thomas Vander Stichele  <thomas at apestaart dot org>
12502
12503         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
12504         * docs/plugins/gst-plugins-base-plugins-sections.txt:
12505         * ext/theora/theoraenc.c:
12506           add theoraenc
12507
12508 2005-09-13  Tim-Philipp Müller  <tim at centricular dot net>
12509
12510         * gst/audioconvert/Makefile.am:
12511           Audioconvert derives from GstBaseTransform and should
12512           link to the library with our base elements to avoid
12513           unresolved symbols. Makes things work with MinGW (#316160)
12514
12515         * gst/playback/test4.c: (main):
12516           Fix MinGW build problem and use g_usleep() instead of 
12517           sleep() (#316162)
12518
12519 2005-09-12  Wim Taymans  <wim@fluendo.com>
12520
12521         * gst/audioconvert/audioconvert.c: (float),
12522         (audio_convert_prepare_context), (audio_convert_convert):
12523         * gst/audioconvert/audioconvert.h:
12524         Cleanups, speedups, simplifications, added back support
12525         for 24 bits.
12526
12527 2005-09-11  Thomas Vander Stichele  <thomas at apestaart dot org>
12528
12529         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
12530         * docs/plugins/gst-plugins-base-plugins-sections.txt:
12531         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
12532         * docs/plugins/tmpl/element-tcpserversink.sgml:
12533         * gst/ffmpegcolorspace/gstffmpeg.c:
12534         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
12535         * gst/videotestsrc/gstvideotestsrc.c:
12536         * gst/volume/gstvolume.c:
12537           add more elements to the docs
12538
12539 2005-09-09  Jan Schmidt  <thaytan@mad.scientist.com>
12540
12541         * check/Makefile.am:
12542         * check/pipelines/simple_launch_lines.c: (setup_pipeline),
12543         (run_pipeline), (GST_START_TEST), (simple_launch_lines_suite):
12544           Add extra tests for basetransform based components. 
12545           Comment out the test_element_negotiation test until we decide
12546           if it's testing correct behaviour.
12547         * ext/libvisual/visual.c: (gst_visual_init), (get_buffer),
12548         (gst_visual_chain), (gst_visual_change_state):
12549           Slightly more correct but still bogus timestamping.
12550           Fix state change function.
12551         * gst/audioconvert/gstaudioconvert.c:
12552         (gst_audio_convert_class_init):
12553         * gst/audioresample/gstaudioresample.c:
12554         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
12555         (gst_ffmpegcsp_class_init):
12556         * gst/videoscale/gstvideoscale.c: (gst_videoscale_class_init),
12557         (gst_videoscale_prepare_size), (gst_videoscale_set_caps),
12558         (gst_videoscale_prepare_image):
12559         * gst/volume/gstvolume.c: (gst_volume_class_init),
12560         (volume_transform_ip):
12561           Basetransform updates. Enable passthrough modes.
12562         * sys/ximage/ximagesink.c: (gst_ximage_buffer_init),
12563         (gst_ximagesink_renegotiate_size), (gst_ximagesink_xcontext_get),
12564         (gst_ximagesink_setcaps), (gst_ximagesink_buffer_alloc):
12565           Negotiation fix that allows the window to return to the original
12566           size and renegotiate passthrough upstream. Extra debug output.
12567
12568 2005-09-09  Thomas Vander Stichele  <thomas at apestaart dot org>
12569
12570         * gst/sine/gstsinesrc.c:
12571         * gst/volume/gstvolume.c:
12572           fix up header include
12573
12574 2005-09-09  Stefan Kost  <ensonic@users.sf.net>
12575
12576         * gst-libs/gst/audio/gstbaseaudiosink.c:
12577         (gst_base_audio_sink_render):
12578         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_commit):
12579         * gst/volume/gstvolume.c: (gst_volume_class_init),
12580         (volume_transform):
12581           fixing lost sync, some more debugging
12582
12583 2005-09-08  Jan Schmidt  <thaytan@mad.scientist.com>
12584
12585         * sys/ximage/ximagesink.c: (gst_ximage_buffer_init),
12586         (gst_ximagesink_check_xshm_calls), (gst_ximagesink_xcontext_get):
12587         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_init),
12588         (gst_xvimagesink_check_xshm_calls):
12589           Fix compilation when XShm is not available.
12590
12591 2005-09-07  Jan Schmidt  <thaytan@mad.scientist.com>
12592
12593         * ext/libvisual/visual.c: (gst_visual_dispose),
12594         (gst_visual_getcaps), (gst_visual_src_setcaps),
12595         (gst_visual_sink_setcaps), (get_buffer), (gst_visual_chain),
12596         (gst_visual_change_state):
12597           Finish fixing up libvisual plugin so that it runs. 
12598
12599 2005-09-07  Stefan Kost  <ensonic@users.sf.net>
12600
12601         * ext/vorbis/vorbisenc.c:
12602         * gst-libs/gst/tag/gstvorbistag.c:
12603           gsttaginterface.h -> gsttagsetter.h
12604
12605 2005-09-07  Stefan Kost  <ensonic@users.sf.net>
12606
12607         * check/pipelines/simple_launch_lines.c: (GST_START_TEST):
12608           added another test that failes for me (test is not active by default)
12609
12610 2005-09-07  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
12611
12612         * configure.ac:
12613           v4l2 is no longer in gst-plugins-base
12614
12615 2005-09-07  Jan Schmidt  <thaytan@mad.scientist.com>
12616
12617         * configure.ac:
12618           In the output at the end, don't show the first plugin on the same
12619           line as "Core plug-ins, always built:".
12620           Indent the output as for other plugin categories
12621         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_create):
12622           #define that can be used to not use peer buffer_alloc functions for
12623           test purposes.
12624         * sys/ximage/ximagesink.c: (gst_ximage_buffer_init),
12625         (gst_ximage_buffer_get_type), (gst_ximagesink_ximage_new),
12626         (gst_ximagesink_show_frame):
12627         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_init),
12628         (gst_xvimage_buffer_get_type), (gst_xvimagesink_setcaps),
12629         (gst_xvimagesink_show_frame):
12630           Error case handling fixes. gst-launch fakesrc ! x[v]imagesink now
12631           fails gracefully instead of XError aborting or deadlocking.
12632
12633 2005-09-07  Stefan Kost  <ensonic@users.sf.net>
12634
12635         * ext/libvisual/Makefile.am:
12636           link against gst-base-libs
12637
12638 2005-09-06  David Schleef  <ds@schleef.org>
12639
12640         * configure.ac: Enable libvisual plugin.
12641         * ext/libvisual/Makefile.am:
12642         * ext/libvisual/visual.c: Fixes to make it compile.
12643
12644 === release 0.9.2 ===
12645
12646 2005-09-06  Thomas Vander Stichele  <thomas at apestaart dot org>
12647
12648         * NEWS:
12649         * RELEASE:
12650         * configure.ac:
12651         * docs/random/ChangeLog-0.8:
12652           releasing 0.9.2, "Spoon"
12653
12654 2005-09-05  Michael Smith <msmith@fluendo.com>
12655
12656         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_class_init):
12657           libvorbis accepts quality as low as -0.1, not just 0.0. So accept
12658           that in the vorbisenc element.
12659
12660 2005-09-04  Thomas Vander Stichele  <thomas at apestaart dot org>
12661
12662         * common/gtk-doc-plugins.mak:
12663         * docs/plugins/Makefile.am:
12664           fix distcheck
12665         * gst/audioresample/resample.c:
12666           fix wrong docstring
12667
12668 2005-09-04  Thomas Vander Stichele  <thomas at apestaart dot org>
12669
12670         * common/gst-xmlinspect.py:
12671         * common/gtk-doc-plugins.mak:
12672           only inspect plugins for this given package
12673           require gst-python 0.9
12674
12675 2005-09-03  Thomas Vander Stichele  <thomas at apestaart dot org>
12676
12677         * Makefile.am:
12678         * autogen.sh:
12679         * common/gst-xmlinspect.py:
12680         * configure.ac:
12681         * docs/Makefile.am:
12682         * docs/plugins/inspect/plugin-alsa.xml:
12683         * docs/plugins/inspect/plugin-audioresample.xml:
12684         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
12685         * docs/plugins/inspect/plugin-ogg.xml:
12686         * docs/plugins/tmpl/element-gnomevfssink.sgml:
12687         * docs/plugins/tmpl/element-multifdsink.sgml:
12688         * docs/plugins/tmpl/element-tcpserversink.sgml:
12689         * docs/plugins/tmpl/element-vorbisenc.sgml:
12690         * gst-plugins-base.spec.in:
12691           various doc-related updates
12692
12693 2005-08-31  Wim Taymans  <wim@fluendo.com>
12694
12695         * gst-libs/gst/audio/gstbaseaudiosink.c:
12696         (gst_base_audio_sink_render):
12697         Resync if the buffer timestamps drift more than a 10th 
12698         of a second.
12699
12700 2005-08-31  Tim-Philipp Müller  <tim at centricular dot net>
12701
12702         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_set_property),
12703         (gst_v4lsrc_get_property):
12704           The 'timestamp-offset' property is registered as an int64, so
12705           let's use g_value_{set|get}_int64() in our setter and getter
12706           functions (makes it work and fixes warnings with gst-inspect).
12707
12708 2005-08-30  Wim Taymans  <wim@fluendo.com>
12709
12710         * check/elements/audioconvert.c: (setup_audioconvert):
12711         * check/elements/audioresample.c: (setup_audioresample):
12712         * check/elements/volume.c: (setup_volume):
12713         Fix checks.
12714
12715 2005-08-30  Thomas Vander Stichele  <thomas at apestaart dot org>
12716
12717         * common/gtk-doc-plugins.mak:
12718         * common/plugins.xsl:
12719         * docs/plugins/Makefile.am:
12720           make module a param
12721
12722 2005-08-30  Stefan Kost  <ensonic@users.sf.net>
12723
12724         * examples/seeking/seek.c: (make_mp3_pipeline),
12725         (make_mpeg_pipeline), (seek_cb), (start_seek), (stop_seek),
12726         (play_cb), (pause_cb), (stop_cb):
12727           update the example
12728
12729 2005-08-30  Stefan Kost  <ensonic@users.sf.net>
12730
12731         * gst/volume/gstvolume.c: (gst_volume_class_init),
12732         (volume_transform):
12733           do not update controlled params, if buffer has no timestamp
12734
12735 2005-08-29  Stefan Kost  <ensonic@users.sf.net>
12736
12737         * configure.ac:
12738         * gst/sine/Makefile.am:
12739         * gst/volume/Makefile.am:
12740           controllerized elements also need to link against controller-libs ;)
12741
12742 2005-08-29  Stefan Kost  <ensonic@users.sf.net>
12743
12744         * docs/libs/tmpl/gstcolorbalance.sgml:
12745         * docs/libs/tmpl/gstgconf.sgml:
12746         * docs/libs/tmpl/gstmixer.sgml:
12747         * docs/libs/tmpl/gstringbuffer.sgml:
12748         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
12749         (gst_sinesrc_create):
12750         * gst/volume/gstvolume.c: (gst_volume_class_init),
12751         (volume_transform):
12752           controllerized two audio plugins
12753
12754 2005-08-29  Andy Wingo  <wingo@pobox.com>
12755
12756         * ext/vorbis/vorbisdec.c (vorbis_dec_convert, vorbis_dec_push) 
12757         (vorbis_handle_data_packet): Fix some int overflow errors.
12758
12759         * ext/ogg/gstoggdemux.c (gst_ogg_demux_init): Init total_time to
12760         -1.
12761         (gst_ogg_demux_perform_seek): Clamp segment_stop only if it's
12762         valid.
12763         (gst_ogg_pad_submit_packet): Subtract the chain's begin_time only
12764         if it's valid. Fixed streaming-mode playback.
12765
12766         * check/elements/volume.c (cleanup_volume): Fix for running
12767         CK_FORK=no.
12768
12769         * check/elements/audioconvert.c: Convert from native endian, not
12770         little endian.
12771
12772 2005-08-29  Michael Smith <msmith@fluendo.com>
12773
12774         * ext/ogg/Makefile.am:
12775         * ext/ogg/gstogg.c: (plugin_init):
12776         * ext/ogg/gstoggparse.c: (gst_ogg_parse_get_type), (free_stream),
12777         (gst_ogg_parse_delete_all_streams), (gst_ogg_parse_new_stream),
12778         (gst_ogg_parse_find_stream), (gst_ogg_parse_base_init),
12779         (gst_ogg_parse_class_init), (gst_ogg_parse_init),
12780         (gst_ogg_parse_dispose), (gst_ogg_parse_submit_buffer),
12781         (gst_ogg_parse_append_header), (gst_ogg_parse_is_header),
12782         (gst_ogg_parse_buffer_from_page), (gst_ogg_parse_chain),
12783         (gst_ogg_parse_change_state), (gst_ogg_parse_plugin_init):
12784         Add an ogg parser element.
12785
12786 2005-08-28  Andy Wingo  <wingo@pobox.com>
12787
12788         * Updates for two-arg init from GST_BOILERPLATE_FULL.
12789
12790 2005-08-26  Wim Taymans  <wim@fluendo.com>
12791
12792         * gst/audioconvert/audioconvert.c: (if), (float),
12793         (audio_convert_get_func_index), (check_default),
12794         (audio_convert_clean_fmt), (audio_convert_prepare_context),
12795         (audio_convert_clean_context), (audio_convert_get_sizes),
12796         (audio_convert_convert):
12797         Cleanups.
12798
12799 2005-08-26  Wim Taymans  <wim@fluendo.com>
12800
12801         * gst/audioconvert/audioconvert.c: (if), (float),
12802         (audio_convert_get_func_index), (check_default),
12803         (audio_convert_clean_fmt), (audio_convert_prepare_context),
12804         (audio_convert_clean_context), (audio_convert_get_sizes),
12805         (audio_convert_convert):
12806         More elegant and working temp buffer selection algo.
12807
12808 2005-08-26  Wim Taymans  <wim@fluendo.com>
12809
12810         * gst/audioconvert/audioconvert.c: (if), (float),
12811         (audio_convert_get_func_index), (check_default),
12812         (audio_convert_clean_fmt), (audio_convert_prepare_context),
12813         (audio_convert_clean_context), (audio_convert_get_sizes),
12814         (get_temp_buffer), (audio_convert_convert):
12815         Use realloc else we lose our original data.
12816
12817 2005-08-26  Thomas Vander Stichele  <thomas at apestaart dot org>
12818
12819         * gst/audioresample/gstaudioresample.c:
12820           use base class' newsegment to properly timestamp
12821
12822 2005-08-26  Wim Taymans  <wim@fluendo.com>
12823
12824         * gst/audioconvert/audioconvert.c: (if), (float),
12825         (audio_convert_get_func_index), (check_default),
12826         (audio_convert_clean_fmt), (audio_convert_prepare_context),
12827         (audio_convert_clean_context), (audio_convert_get_sizes),
12828         (get_temp_buffer), (audio_convert_convert):
12829         * gst/audioconvert/gstaudioconvert.c:
12830         (gst_audio_convert_parse_caps), (gst_audio_convert_get_unit_size),
12831         (gst_audio_convert_transform_caps),
12832         (gst_audio_convert_fixate_caps), (gst_audio_convert_transform):
12833         * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_mix):
12834         Oops, allocate enough space to perform the channel mix.
12835
12836 2005-08-26  Wim Taymans  <wim@fluendo.com>
12837
12838         * gst/audioconvert/Makefile.am:
12839         * gst/audioconvert/audioconvert.c: (if), (float),
12840         (audio_convert_get_func_index), (check_default),
12841         (audio_convert_clean_fmt), (audio_convert_prepare_context),
12842         (audio_convert_clean_context), (audio_convert_get_sizes),
12843         (get_temp_buffer), (audio_convert_convert):
12844         * gst/audioconvert/audioconvert.h:
12845         * gst/audioconvert/gstaudioconvert.c:
12846         (gst_audio_convert_class_init), (gst_audio_convert_init),
12847         (gst_audio_convert_dispose), (gst_audio_convert_parse_caps),
12848         (gst_audio_convert_get_unit_size),
12849         (gst_audio_convert_transform_caps),
12850         (gst_audio_convert_fixate_caps), (gst_audio_convert_set_caps),
12851         (gst_audio_convert_transform_ip), (gst_audio_convert_transform):
12852         * gst/audioconvert/gstaudioconvert.h:
12853         * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_unset_matrix),
12854         (gst_channel_mix_fill_identical),
12855         (gst_channel_mix_fill_compatible), (gst_channel_mix_detect_pos),
12856         (gst_channel_mix_fill_one_other), (gst_channel_mix_fill_others),
12857         (gst_channel_mix_fill_normalize), (gst_channel_mix_fill_matrix),
12858         (gst_channel_mix_setup_matrix), (gst_channel_mix_passthrough),
12859         (gst_channel_mix_mix):
12860         * gst/audioconvert/gstchannelmix.h:
12861         Cleanups, librarify a bit, optimize, better negotiation and more.
12862
12863 2005-08-26  Jan Schmidt  <thaytan@mad.scientist.com>
12864
12865         * ext/ogg/gstoggdemux.c: (ogg_find_peek):
12866         Another from MikeS:
12867         During typefinding, don't support negative offsets
12868         (offsets from the end of the stream) in our typefind->peek() function
12869         - nothing embedded in ogg ever needs them. However, we need to recognise
12870         those requests and reject them, otherwise we return invalid pointers.
12871
12872 2005-08-26  Jan Schmidt  <thaytan@mad.scientist.com>
12873
12874         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose):
12875         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_class_init),
12876         (vorbisdec_finalize), (vorbis_handle_type_packet):
12877           Big shout-out to MikeS for fixing this giant memory leak.
12878           Huzzah!
12879
12880 2005-08-25  Thomas Vander Stichele  <thomas at apestaart dot org>
12881
12882         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_dispose),
12883         (audio_convert_get_unit_size):
12884           plug some leaks
12885
12886 2005-08-25  Thomas Vander Stichele  <thomas at apestaart dot org>
12887
12888         * check/Makefile.am:
12889         * check/elements/audioconvert.c: (setup_audioconvert),
12890         (cleanup_audioconvert), (get_int_caps), (verify_convert),
12891         (GST_START_TEST), (audioconvert_suite), (main):
12892           add a test for audioconvert
12893         * gst/audioresample/gstaudioresample.c:
12894         * gst/audioresample/gstaudioresample.h:
12895           set DURATION so that TIMESTAMP(a) + DURATION(a) == TIMESTAMP(b);
12896           note that for buffers of 1/3 sec this means DURATION(c) is 
12897           one nanosecond more than for a and b
12898
12899 2005-08-25  Thomas Vander Stichele  <thomas at apestaart dot org>
12900
12901         * check/Makefile.am:
12902         * check/elements/audioresample.c: (setup_audioresample),
12903         (cleanup_audioresample), (fail_unless_perfect_stream),
12904         (test_perfect_stream_instance), (GST_START_TEST),
12905           add a check for audioresample
12906         (audioresample_suite), (main):
12907         * check/elements/volume.c: (GST_START_TEST):
12908           remove unused method
12909         * gst/audioresample/gstaudioresample.c:
12910           set correct buffer parameters since we're changing them
12911         * gst/audioresample/resample_ref.c: (resample_scale_ref):
12912           add some debug
12913
12914 2005-08-25  Thomas Vander Stichele  <thomas at apestaart dot org>
12915
12916         * gst/audioresample/debug.c:
12917         * gst/audioresample/gstaudioresample.c:
12918           add room for extra overlap samples when asked to transform size
12919           protect against possible mem corruption and check for discrepancies
12920           between written size and outbuffer's size so we can warn for
12921           potential problems
12922         * gst/audioresample/resample.c: (resample_init),
12923         (resample_get_output_size_for_input), (resample_get_output_size),
12924         (resample_set_n_channels), (resample_set_format):
12925           set debug level based on RESAMPLE_DEBUG env var
12926           make sure that get_output_size* returns a whole number of
12927           sample_size
12928           set sample_size each time either channel or format is set
12929         * gst/audioresample/resample_chunk.c: (resample_scale_chunk):
12930         * gst/audioresample/resample_functable.c:
12931         (resample_scale_functable):
12932         * gst/audioresample/resample_ref.c: (resample_scale_ref):
12933           remove r->sample_size, it's done in resample.c now
12934           add some debugging to the ref implementation
12935           make sure we only give back bytes that are wholes of the sample
12936           size
12937
12938 2005-08-25  Jan Schmidt  <thaytan@mad.scientist.com>
12939         * gst/playback/gstplaybasebin.c: (fill_buffer):
12940         Revert unpopular change for GST_MESSAGE_SRC to GObject.
12941
12942 2005-08-25  Stefan Kost  <ensonic@users.sf.net>
12943
12944         * gst/volume/gstvolume.c:
12945           made set_caps function static
12946
12947 2005-08-24  Wim Taymans  <wim@fluendo.com>
12948
12949         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
12950         (gst_vorbisenc_change_state):
12951         Stop leaking taglists.
12952
12953 2005-08-24  Wim Taymans  <wim@fluendo.com>
12954
12955         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query),
12956         (gst_ogg_pad_event), (gst_ogg_demux_factory_filter),
12957         (gst_ogg_pad_submit_packet), (gst_ogg_chain_new),
12958         (gst_ogg_demux_init), (gst_ogg_demux_perform_seek),
12959         (gst_ogg_demux_collect_chain_info), (gst_ogg_demux_collect_info),
12960         (gst_ogg_demux_chain), (gst_ogg_demux_loop), (gst_ogg_print):
12961         Parse seeking events better.
12962         Unref static caps.
12963         Generate correct newsegment events, fixes seeking in live oggs.
12964
12965         * ext/theora/theoradec.c: (theora_dec_src_query),
12966         (theora_dec_src_event), (theora_dec_src_getcaps),
12967         (theora_dec_sink_event), (theora_dec_push), (theora_dec_chain):
12968         Use newsegment values to report correct play time.
12969
12970         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
12971         (vorbis_dec_src_event), (vorbis_dec_sink_event):
12972         * ext/vorbis/vorbisdec.h:
12973         Parse and use newsegment values to report correct play time.
12974
12975         * gst-libs/gst/audio/gstbaseaudiosink.c:
12976         (gst_base_audio_sink_event), (gst_base_audio_sink_render):
12977         Clear ringbuffer on flush.
12978         Use newsegment values to calculate playback time.
12979
12980         * sys/ximage/ximagesink.c: (gst_ximagesink_get_times):
12981         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_times):
12982         Basesink does newsegment calculations for us now.
12983
12984 2005-08-24  Thomas Vander Stichele  <thomas at apestaart dot org>
12985
12986         * check/Makefile.am:
12987         * configure.ac:
12988           add core's plugins to the mix so that playbin works
12989         * check/generic/states.c: (GST_START_TEST):
12990           set a 0 timeout on pipelines, so they don't force the next
12991           state change
12992         * gst/playback/gstplaybasebin.c: (setup_source), (prepare_output),
12993         (gst_play_base_bin_change_state):
12994           remove the crappy error handling and do GST error handling
12995
12996 2005-08-24  Thomas Vander Stichele  <thomas at apestaart dot org>
12997
12998         * check/Makefile.am:
12999         * check/generic/states.c: (GST_START_TEST), (states_suite), (main):
13000           add same test as to core, it bitches out on playbin atm.
13001
13002 2005-08-24  Wim Taymans  <wim@fluendo.com>
13003
13004         * configure.ac:
13005         Remove audioscale.
13006
13007 2005-08-24  Wim Taymans  <wim@fluendo.com>
13008
13009         * gst/videoscale/gstvideoscale.c: (gst_videoscale_init),
13010         (gst_videoscale_prepare_size), (parse_caps),
13011         (gst_videoscale_set_caps), (gst_videoscale_get_size),
13012         (gst_videoscale_prepare_image), (gst_videoscale_transform_ip),
13013         (gst_videoscale_transform):
13014         * gst/videoscale/gstvideoscale.h:
13015         Refactor, make use of BaseTranform really well.
13016
13017 2005-08-24  Thomas Vander Stichele  <thomas at apestaart dot org>
13018
13019         * configure.ac:
13020           compile audioresample
13021         * gst/audioresample/Makefile.am:
13022         * gst/audioresample/buffer.c:
13023         * gst/audioresample/functable.c:
13024         * gst/audioresample/gstaudioresample.c:
13025         * gst/audioresample/gstaudioresample.h:
13026         * gst/audioresample/resample.c:
13027         (resample_get_output_size_for_input):
13028         * gst/audioresample/resample.h:
13029         * gst/audioresample/resample_chunk.c:
13030         * gst/audioresample/resample_functable.c:
13031         * gst/audioresample/resample_ref.c:
13032           port to use basetransform; doesn't work in all cases yet
13033
13034 2005-08-24  Thomas Vander Stichele  <thomas at apestaart dot org>
13035
13036         * gst/audioconvert/gstaudioconvert.c:
13037         (gst_audio_convert_class_init), (gst_audio_convert_init),
13038         (audio_convert_get_unit_size), (audio_convert_transform_caps),
13039         (audio_convert_fixate_caps), (audio_convert_set_caps),
13040         (audio_convert_transform),
13041         (gst_audio_convert_buffer_to_default_format),
13042         (gst_audio_convert_buffer_from_default_format),
13043         (gst_audio_convert_channels):
13044         * gst/audioconvert/gstchannelmix.c:
13045         * gst/audioconvert/gstchannelmix.h:
13046           port to basetransform
13047         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
13048         (gst_ffmpegcsp_transform_caps), (gst_ffmpegcsp_class_init),
13049         (gst_ffmpegcsp_get_unit_size):
13050         * gst/videoscale/gstvideoscale.c: (gst_videoscale_class_init),
13051         (gst_videoscale_transform_caps), (gst_videoscale_get_unit_size):
13052           fix for basetransform changes
13053
13054 2005-08-24  Jan Schmidt  <thaytan@mad.scientist.com>
13055
13056         * check/Makefile.am:
13057           Add CHECK_CFLAGS and LDFLAGS
13058
13059         * gst/playback/gstplaybasebin.c: (fill_buffer):
13060           GST_MESSAGE_SRC became a GObject
13061
13062 2005-08-24  Wim Taymans  <wim@fluendo.com>
13063
13064         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_set_sample),
13065         (gst_ring_buffer_clear_all):
13066         * gst-libs/gst/audio/gstringbuffer.h:
13067         Added function to clear the ringbuffer.
13068
13069 2005-08-24  Andy Wingo  <wingo@pobox.com>
13070
13071         * sys/v4l/gstv4lelement.c (gst_v4lelement_start) 
13072         (gst_v4lelement_stop): Call _start and _stop for xoverlay instead
13073         of _open and _close.
13074
13075         * sys/v4l/gstv4lxoverlay.h:
13076         * sys/v4l/gstv4lxoverlay.c (gst_v4l_xoverlay_set_xwindow_id): Open
13077         an Xv connection here, instead of all the time. Make Xv only be
13078         loaded if you axe for it. Kindof a workaround for buggy behaviour
13079         of Xv when using remote xservers (XvQueryExtension would block).
13080         (gst_v4l_xoverlay_stop, gst_v4l_xoverlay_start): New functions,
13081         replace the _open and _close public API. Only start the xv
13082         connection if necessary.
13083         (gst_v4l_xoverlay_open, gst_v4l_xoverlay_close): Made static.
13084
13085 2005-08-23  David Schleef  <ds@schleef.org>
13086
13087         * gst/audioresample/Makefile.am: Leet audioresampling code
13088         * gst/audioresample/buffer.c:
13089         * gst/audioresample/buffer.h:
13090         * gst/audioresample/debug.c:
13091         * gst/audioresample/debug.h:
13092         * gst/audioresample/functable.c:
13093         * gst/audioresample/functable.h:
13094         * gst/audioresample/gstaudioresample.c:
13095         * gst/audioresample/gstaudioresample.h:
13096         * gst/audioresample/resample.c:
13097         * gst/audioresample/resample.h:
13098         * gst/audioresample/resample_chunk.c:
13099         * gst/audioresample/resample_functable.c:
13100         * gst/audioresample/resample_ref.c:
13101
13102 2005-08-23  Wim Taymans  <wim@fluendo.com>
13103
13104         * examples/seeking/seek.c: (make_vorbis_pipeline),
13105         (make_theora_pipeline), (make_vorbis_theora_pipeline), (do_seek):
13106         Small seek updates.
13107
13108 2005-08-23  Andy Wingo  <wingo@pobox.com>
13109
13110         * gst-libs/gst/audio/gstbaseaudiosrc.c
13111         (gst_base_audio_src_fixate): Only fixate endianness if it is
13112         present in the caps.
13113
13114 2005-08-22  Andy Wingo  <wingo@pobox.com>
13115
13116         * ext/alsa/gstalsasink.c (gst_alsasink_get_property): 
13117         * ext/alsa/gstalsasrc.c (gst_alsasrc_get_property): Add a
13118         device-name property.
13119
13120         * gst-libs/gst/audio/gstaudiosrc.h:
13121         * gst-libs/gst/audio/gstaudiosrc.c: Implement open_device and
13122         close_device in the ring buffer, like gstaudiosink.
13123
13124         * ext/alsa/gstalsamixer.h:
13125         * ext/alsa/gstalsamixer.c: Not a GObject any more. Include a nifty
13126         macro to implement the interface without much code. Cleanups. 
13127
13128         * ext/alsa/gstalsasrc.h:
13129         * ext/alsa/gstalsasrc.c: Be a mixer. Open device and mixer in
13130         READY.
13131
13132         * ext/alsa/Makefile.am: Add new files.
13133         * ext/alsa/gstalsamixerelement.c: 
13134         * ext/alsa/gstalsamixerelement.c: Split element code out from
13135         mixer code so that alsasrc can be a mixer too.
13136
13137 2005-08-21  Thomas Vander Stichele  <thomas at apestaart dot org>
13138
13139         * check/elements/volume.c: (setup_volume), (cleanup_volume),
13140         (GST_START_TEST):
13141         * check/elements/vorbisdec.c: (setup_vorbisdec),
13142         (cleanup_vorbisdec), (GST_START_TEST), (vorbisdec_suite):
13143         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
13144         (vorbis_handle_identification_packet),
13145         (vorbis_handle_comment_packet), (vorbis_handle_type_packet),
13146         (vorbis_handle_header_packet), (vorbis_dec_push),
13147         (vorbis_dec_chain):
13148           use the setup/teardown methods to save code.  save code is good.
13149
13150 2005-08-20  Thomas Vander Stichele  <thomas at apestaart dot org>
13151
13152         * check/Makefile.am:
13153           add ext dir for plugins
13154           add vorbisdec test conditionally
13155         * check/elements/volume.c: (setup_volume), (cleanup_volume),
13156         (GST_START_TEST), (volume_suite):
13157           add a test with wrong caps
13158         * check/elements/vorbisdec.c: (chain_func), (setup_vorbisdec),
13159         (cleanup_vorbisdec), (GST_START_TEST), (vorbisdec_suite), (main):
13160           add a vorbisdec test
13161         * ext/ogg/gstoggdemux.c: (gst_ogg_chain_new_stream),
13162         (gst_ogg_demux_chain), (gst_ogg_demux_loop):
13163           clean up debug output
13164         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
13165           yay, fix a segfault/security issue in vorbisdec
13166           gst-launch fakesrc ! vorbisdec wasn't happy
13167         * ext/vorbis/vorbisenc.c: (vorbisenc_get_type),
13168         (gst_vorbisenc_class_init), (gst_vorbisenc_sink_setcaps),
13169         (gst_vorbisenc_convert_src), (gst_vorbisenc_convert_sink),
13170         (gst_vorbisenc_src_query), (gst_vorbisenc_sink_query),
13171         (gst_vorbisenc_init), (gst_vorbisenc_metadata_set1),
13172         (gst_vorbisenc_set_metadata), (get_constraints_string),
13173         (update_start_message), (gst_vorbisenc_setup),
13174         (gst_vorbisenc_buffer_from_packet), (gst_vorbisenc_push_buffer),
13175         (gst_vorbisenc_push_packet), (gst_vorbisenc_sink_event),
13176         (gst_vorbisenc_chain), (gst_vorbisenc_get_property),
13177         (gst_vorbisenc_set_property), (gst_vorbisenc_change_state):
13178         * ext/vorbis/vorbisenc.h:
13179           march in line
13180         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
13181         (gst_ffmpegcsp_transform):
13182           have the kow come home
13183         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init):
13184           debug my func ptr
13185         * gst/volume/gstvolume.c: (volume_set_caps):
13186           add a debug
13187
13188 2005-08-20  Thomas Vander Stichele  <thomas at apestaart dot org>
13189
13190         * Makefile.am:
13191         * check/.cvsignore:
13192         * check/Makefile.am:
13193         * check/elements/.cvsignore:
13194         * check/elements/volume.c: (chain_func), (event_func),
13195         (setup_volume), (cleanup_volume), (GST_START_TEST), (volume_suite),
13196         (main):
13197         * configure.ac:
13198           add unit test structure for gst-plugins-base
13199           add a test for volume
13200         * gst/volume/gstvolume.c: (gst_volume_list_tracks),
13201         (gst_volume_set_volume), (gst_volume_get_volume),
13202         (gst_volume_set_mute), (gst_volume_class_init), (gst_volume_init),
13203         (volume_funcfind), (volume_process_float), (volume_process_int16),
13204         (volume_set_caps), (volume_transform), (volume_update_mute),
13205         (volume_update_volume), (volume_set_property),
13206         (volume_get_property):
13207           document a little; use basetransform vmethod _set_caps
13208
13209 2005-08-19  Andy Wingo  <wingo@pobox.com>
13210
13211         * ext/alsa/gstalsamixertrack.h:
13212         * ext/alsa/gstalsamixertrack.c:
13213         * ext/alsa/gstalsamixeroptions.h:
13214         * ext/alsa/gstalsamixeroptions.c:
13215         * ext/alsa/gstalsamixer.h:
13216         * ext/alsa/gstalsamixer.c: Port to 0.9.
13217
13218         * ext/alsa/Makefile.am: Build mixer, mixeroptions, mixertracks.
13219         Remove gstalsa.c and alsaclock. No more cruft here.
13220         
13221 2005-08-18  Wim Taymans  <wim@fluendo.com>
13222
13223         * gst-libs/gst/rtp/gstbasertpdepayload.c:
13224         (gst_base_rtp_depayload_chain),
13225         (gst_base_rtp_depayload_add_to_queue),
13226         (gst_base_rtp_depayload_push),
13227         (gst_base_rtp_depayload_queue_release):
13228         * gst-libs/gst/rtp/gstbasertpdepayload.h:
13229         Fix for RTPBuffer changes.
13230
13231         * gst-libs/gst/rtp/gstrtpbuffer.c: (gst_rtpbuffer_allocate_data),
13232         (gst_rtpbuffer_new_take_data), (gst_rtpbuffer_new_copy_data),
13233         (gst_rtpbuffer_new_allocate), (gst_rtpbuffer_new_allocate_len),
13234         (gst_rtpbuffer_calc_header_len), (gst_rtpbuffer_calc_packet_len),
13235         (gst_rtpbuffer_calc_payload_len), (gst_rtpbuffer_validate_data),
13236         (gst_rtpbuffer_validate), (gst_rtpbuffer_set_packet_len),
13237         (gst_rtpbuffer_get_packet_len), (gst_rtpbuffer_get_version),
13238         (gst_rtpbuffer_set_version), (gst_rtpbuffer_get_padding),
13239         (gst_rtpbuffer_set_padding), (gst_rtpbuffer_pad_to),
13240         (gst_rtpbuffer_get_extension), (gst_rtpbuffer_set_extension),
13241         (gst_rtpbuffer_get_ssrc), (gst_rtpbuffer_set_ssrc),
13242         (gst_rtpbuffer_get_csrc_count), (gst_rtpbuffer_get_csrc),
13243         (gst_rtpbuffer_set_csrc), (gst_rtpbuffer_get_marker),
13244         (gst_rtpbuffer_set_marker), (gst_rtpbuffer_get_payload_type),
13245         (gst_rtpbuffer_set_payload_type), (gst_rtpbuffer_get_seq),
13246         (gst_rtpbuffer_set_seq), (gst_rtpbuffer_get_timestamp),
13247         (gst_rtpbuffer_set_timestamp), (gst_rtpbuffer_get_payload_len),
13248         (gst_rtpbuffer_get_payload):
13249         * gst-libs/gst/rtp/gstrtpbuffer.h:
13250         Don't subclass GstBuffer but add methods and helper functions
13251         to construct and manipulate RTP packets in regular GstBuffers.
13252
13253 2005-08-18  Stefan Kost  <ensonic@users.sf.net>
13254
13255         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_query):
13256           moved statement below switch
13257         * gst/volume/gstvolume.c: (gst_volume_class_init):
13258           added debug ptr
13259
13260 2005-08-16  Wim Taymans  <wim@fluendo.com>
13261
13262         * gst-libs/gst/audio/gstbaseaudiosrc.c:
13263         (gst_base_audio_src_change_state):
13264         Open and close device in READY<->NULL state change.
13265
13266 2005-08-16  Andy Wingo  <wingo@pobox.com>
13267
13268         * examples/seeking/Makefile.am: Don't compile non-compiling
13269         compiled objects with the compiler.
13270
13271         * examples/seeking/seek.c (make_dv_pipeline): Update for new DV
13272         elements.
13273
13274 2005-08-12  Philippe Khalaf <burger@speedy.org>
13275         * gst-libs/gst/rtp/gstbasertpdepayload.c:
13276         * gst-libs/gst/rtp/gstbasertpdepayload.h:
13277           Made a thread to release the queue.
13278           Removed timestamp conversion for now.
13279
13280 2005-08-10  Philippe Khalaf <burger@speedy.org>
13281         * gst-libs/gst/rtp/gstbasertpdepayload.c:
13282         * gst-libs/gst/rtp/gstbasertpdepayload.h:
13283           Added rtp timestamp -> gst timestamp conversion.
13284           Fixed several problems with queue.
13285
13286 2005-08-09  Tim-Philipp Müller  <tim at centricular dot net>
13287
13288         * gst-libs/gst/audio/gstaudioclock.h:
13289         * gst-libs/gst/audio/gstaudiofilter.h:
13290         * gst-libs/gst/audio/gstaudiosink.h:
13291         * gst-libs/gst/audio/gstaudiosrc.h:
13292         * gst-libs/gst/audio/gstbaseaudiosink.h:
13293         * gst-libs/gst/audio/gstbaseaudiosrc.h:
13294         * gst-libs/gst/audio/gstringbuffer.h:
13295         * gst-libs/gst/net/gstnetbuffer.h:
13296         * gst-libs/gst/rtp/gstbasertpdepayload.h:
13297         * gst-libs/gst/rtp/gstrtpbuffer.h:
13298           Add padding (you will need to rebuild gst-plugins-base,
13299           gst-plugins and all applications afterwards!)
13300
13301 2005-08-09  Tim-Philipp Müller  <tim at centricular dot net>
13302
13303         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk),
13304         (gst_riff_parse_chunk):
13305           Fix bug in debug message and add some more debug messages.
13306
13307 2005-08-08  Edward Hervey  <edward@fluendo.com>
13308
13309         * gst-libs/gst/riff/riff-media.c:
13310         backported updates since branch
13311
13312 2005-08-08  Andy Wingo  <wingo@pobox.com>
13313
13314         * gst-libs/gst/audio/gstbaseaudiosink.c
13315         (gst_base_audio_sink_change_state): Open the device in NULL->READY
13316         like good elements should. Close on READY->NULL too.
13317
13318         * gst-libs/gst/audio/gstaudiosink.c
13319         (gst_audioringbuffer_open_device,
13320         (gst_audioringbuffer_close_device, gst_audioringbuffer_acquire)
13321         (gst_audioringbuffer_release): Updates for new ring buffer API,
13322         hook into the new audio sink api.
13323
13324         * gst-libs/gst/audio/gstaudiosink.h (GstAudioSinkClass.open)
13325         (GstAudioSinkClass.close): Just open and close the device -- no
13326         resource allocation or configuration.
13327         (GstAudioSinkClass.prepare, GstAudioSinkClass.unprepare): New
13328         vmethods, handle device setup and resource allocation.
13329
13330         * ext/alsa/gstalsasink.c (gst_alsasink_open, gst_alsasink_close)
13331         (gst_alsasink_prepare, gst_alsasink_unprepare): Update for new
13332         base class API.
13333
13334         * gst-libs/gst/audio/gstringbuffer.h
13335         (GstRingBufferClass.open_device, GstRingBufferClass.close_device):
13336         New vmethods.
13337
13338         * gst-libs/gst/audio/gstringbuffer.c (gst_ring_buffer_open_device)
13339         (gst_ring_buffer_close_device, gst_ring_buffer_device_is_open):
13340         New API functions. The device should be opened before acquiring
13341         and closed after releasing.
13342
13343 2005-08-08  Tim-Philipp Müller  <tim at centricular dot net>
13344
13345         * gst-libs/gst/interfaces/mixer.h:
13346           Reset padding to GST_PADDING.
13347
13348 2005-08-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13349
13350         * gst/playback/gstplaybin.c: (remove_sinks):
13351           Remove visualization from parent explicitely; works around some
13352           apparent refcount issue that I haven't tracked down yet.
13353
13354 2005-08-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13355
13356         * ext/alsa/gstalsasink.c: (set_hwparams):
13357           Assign debug category, add negotiation debug msgs.
13358
13359 2005-08-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13360
13361         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_start):
13362           Fix error code for file-not-found to NOT_FOUND.
13363
13364 2005-08-05  Thomas Vander Stichele  <thomas at apestaart dot org>
13365
13366         * common/gtk-doc-plugins.mak:
13367         * docs/plugins/Makefile.am:
13368         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
13369         * docs/plugins/gst-plugins-base-plugins-sections.txt:
13370           renamed to actual element names, so much nicer to look at
13371         * docs/plugins/tmpl/gstmultifdsink.sgml:
13372           remove
13373         * docs/plugins/tmpl/multifdsink.sgml:
13374         * docs/plugins/tmpl/tcpserversink.sgml:
13375           add
13376         * ext/alsa/gstalsa.c:
13377         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_get_property):
13378         * ext/ogg/gstoggmux.c:
13379         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain):
13380         * gst/playback/gstdecodebin.c:
13381         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init):
13382         * gst/tcp/gsttcpserversink.c:
13383           various fixes and documentation additions
13384
13385 2005-08-05  Thomas Vander Stichele  <thomas at apestaart dot org>
13386
13387         * common/Makefile.am:
13388         * common/gstdoc-scangobj:
13389         * common/gtk-doc-plugins.mak:
13390         * common/gtk-doc.mak:
13391           add a custom scangobj that uses the registry
13392           add a custom gtk-doc-plugins.mak that uses it
13393           some doc build fixes
13394         * configure.ac:
13395         * docs/Makefile.am:
13396         * docs/plugins/Makefile.am:
13397         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
13398         * docs/plugins/gst-plugins-base-plugins-sections.txt:
13399         * docs/plugins/gst-plugins-base-plugins.types:
13400         * docs/plugins/tmpl/gstmultifdsink.sgml:
13401           add docs for one element, multifdsink
13402         * gst/adder/gstadder.h:
13403         * gst/volume/gstvolume.h:
13404           don't privatize enum
13405         * gst/tcp/gstfdset.c: (gst_fdset_mode_get_type):
13406         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
13407         (gst_sync_method_get_type), (gst_client_status_get_type),
13408         (gst_multifdsink_class_init),
13409         (gst_multifdsink_client_queue_buffer),
13410         (gst_multifdsink_handle_client_write):
13411         * gst/tcp/gstmultifdsink.h:
13412         * gst/tcp/gsttcp.h:
13413         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_class_init),
13414         (gst_tcpclientsink_init), (gst_tcpclientsink_setcaps),
13415         (gst_tcpclientsink_render):
13416         * gst/tcp/gsttcpclientsink.h:
13417         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_class_init),
13418         (gst_tcpclientsrc_init), (gst_tcpclientsrc_create),
13419         (gst_tcpclientsrc_start):
13420         * gst/tcp/gsttcpclientsrc.h:
13421         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_class_init),
13422         (gst_tcpserversrc_init), (gst_tcpserversrc_create):
13423         * gst/tcp/gsttcpserversrc.h:
13424         * gst/typefind/gsttypefindfunctions.c:
13425           remove superfluous Type stuff
13426
13427 2005-08-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13428
13429         * gst/playback/gstplaybin.c: (gen_video_element):
13430           Enable videoscale.
13431
13432 2005-08-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13433
13434         * gst-libs/gst/gconf/gconf.c:
13435         * gst-libs/gst/gconf/gconf.h:
13436           Fix some Andy Problem [tm].
13437
13438 2005-08-04  Andy Wingo  <wingo@pobox.com>
13439
13440         * gst/videoscale/gstvideoscale.c (gst_videoscale_get_size):
13441         * gst/ffmpegcolorspace/gstffmpegcolorspace.c
13442         (gst_ffmpegcsp_get_size): Adapt to API changes.
13443
13444         * gst/videoscale/gstvideoscale.c (gst_videoscale_transform_ip):
13445         Implement an in-place do-nothing transform.
13446
13447 2005-08-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13448
13449         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_put),
13450         (gst_ximagesink_renegotiate_size):
13451           Do not set new window sizes yet if we prepare a new buffer size
13452           for upstream renegotiation (software scaling) at some point in the
13453           future, because this new size waqs not actually accepted yet. Once
13454           accepted, renegotiation later on will set the new sizes just fine.
13455           Fixes a videotestsrc ! queue ! videoscale ! ximagesink xoverlay
13456           embedding testcase.
13457
13458 2005-08-03  Andy Wingo  <wingo@pobox.com>
13459
13460         * sys/ximage/ximagesink.c (gst_ximagesink_renegotiate_size):
13461         (gst_ximagesink_buffer_alloc): 
13462         Protect the height, width, and desired_caps with the pool_lock.
13463         Fixes videotestsrc ! queue ! ximagesink.
13464
13465 2005-08-02  Edward Hervey  <edward@fluendo.com>
13466
13467         * gst/volume/gstvolume.c:
13468         include left from controller cleanup
13469
13470 2005-08-02  Jan Schmidt  <thaytan@mad.scientist.com>
13471         * ext/ogg/gstoggmux.c: (gst_ogg_mux_change_state):
13472           Stop collectpads before calling the parent state
13473           change function on PAUSED->READY.
13474
13475 2005-08-01  Jan Schmidt  <thaytan@mad.scientist.com>
13476         * configure.ac:
13477           When testing for X libs, use the X CFlags 
13478         * gst/adder/gstadder.c: (gst_adder_change_state):
13479           Stop the collectpads before calling parent state change function
13480           on PAUSED->READY, otherwise we deadlock deactivating pads.
13481
13482 2005-08-01  Stefan Kost  <ensonic@users.sf.net>
13483
13484         * configure.ac:
13485         * docs/libs/tmpl/gstcolorbalance.sgml:
13486         * docs/libs/tmpl/gstmixer.sgml:
13487         * examples/Makefile.am:
13488         * gst/sine/Makefile.am:
13489         * gst/sine/gstsinesrc.c: (gst_sinesrc_init), (gst_sinesrc_create),
13490         (gst_sinesrc_set_property), (plugin_init):
13491         * gst/sine/gstsinesrc.h:
13492         * gst/volume/Makefile.am:
13493         * gst/volume/gstvolume.c: (gst_volume_set_volume),
13494         (gst_volume_set_mute), (gst_volume_dispose), (gst_volume_init),
13495         (volume_process_float), (volume_process_int16),
13496         (volume_set_property), (plugin_init):
13497         * gst/volume/gstvolume.h:
13498           deactivate and remove dparams (libgstcontrol)
13499
13500 2005-07-29  Wim Taymans  <wim@fluendo.com>
13501
13502         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link_src):
13503         Convert me to BaseTransform!! help..
13504
13505 2005-07-29  Andy Wingo  <wingo@pobox.com>
13506
13507         * ext/alsa/gstalsaplugin.c (plugin_init): We are primary audio
13508         sinks.
13509
13510         * ext/alsa/gstalsasink.c (alsasink_sink_factory): Advertise our
13511         support of both endiannesses.
13512
13513 2005-07-28  Tim-Philipp Müller  <tim at centricular dot net>
13514
13515         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
13516           Fix confusing debug message (s/event/query/)
13517
13518 2005-07-28  Tim-Philipp Müller  <tim at centricular dot net>
13519
13520         * gst/videotestsrc/videotestsrc.h:
13521           Use "_stdint.h" instead of <stdint.h>
13522
13523 2005-07-27  Wim Taymans  <wim@fluendo.com>
13524
13525         * ext/vorbis/Makefile.am:
13526         Revert wrong commit.
13527
13528 2005-07-27  Wim Taymans  <wim@fluendo.com>
13529
13530         * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_event):
13531         More compilation fixen.
13532
13533 2005-07-27  Wim Taymans  <wim@fluendo.com>
13534
13535         * gst-libs/gst/audio/gstbaseaudiosink.c:
13536         (gst_base_audio_sink_event), (gst_base_audio_sink_render),
13537         (gst_base_audio_sink_create_ringbuffer),
13538         (gst_base_audio_sink_change_state):
13539         Fix compilation.
13540
13541 2005-07-27  Wim Taymans  <wim@fluendo.com>
13542
13543         * examples/seeking/seek.c: (setup_dynamic_link),
13544         (make_dv_pipeline), (make_vorbis_theora_pipeline), (query_rates),
13545         (query_positions_elems), (query_positions_pads), (do_seek):
13546         Update seek example.
13547
13548         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_event),
13549         (gst_ogg_pad_typefind), (gst_ogg_demux_chain_elem_pad),
13550         (gst_ogg_demux_queue_data), (gst_ogg_demux_chain_peer),
13551         (gst_ogg_pad_submit_packet), (gst_ogg_pad_submit_page),
13552         (gst_ogg_demux_handle_event),
13553         (gst_ogg_demux_deactivate_current_chain),
13554         (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek),
13555         (gst_ogg_demux_collect_chain_info), (gst_ogg_demux_collect_info),
13556         (gst_ogg_demux_chain), (gst_ogg_demux_send_event),
13557         (gst_ogg_demux_loop):
13558         * ext/ogg/gstoggmux.c: (gst_ogg_mux_collected):
13559         * ext/theora/theoradec.c: (theora_dec_src_event),
13560         (theora_dec_src_getcaps), (theora_dec_sink_event),
13561         (theora_dec_push), (theora_dec_chain):
13562         * ext/vorbis/Makefile.am:
13563         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_event),
13564         (vorbis_dec_sink_event), (vorbis_dec_push),
13565         (vorbis_handle_data_packet):
13566         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_sink_event),
13567         (gst_vorbisenc_chain):
13568         * gst/playback/gststreaminfo.c: (cb_probe):
13569         * gst/subparse/gstsubparse.c: (gst_subparse_src_event):
13570         * gst/videorate/gstvideorate.c: (gst_videorate_event):
13571         * gst/videoscale/gstvideoscale.c:
13572         (gst_videoscale_handle_src_event):
13573         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_event):
13574         * sys/ximage/ximagesink.c: (gst_ximagesink_show_frame),
13575         (gst_ximagesink_navigation_send_event):
13576         * sys/xvimage/xvimagesink.c:
13577         (gst_xvimagesink_navigation_send_event):
13578         Various event updates and cleanups
13579
13580 2005-07-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13581
13582         * gst/videoscale/gstvideoscale.c: (gst_videoscale_prepare_images):
13583           Fix segfault for I420/YV12.
13584
13585 2005-07-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13586
13587         * ext/vorbis/vorbisdec.c: (vorbis_handle_comment_packet):
13588           Report bitrate.
13589
13590 2005-07-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13591
13592         * gst/playback/gstplaybin.c: (gen_video_element),
13593         (gen_audio_element):
13594           Switch to auto*sink elements as default sinks; add volume element
13595           so that volume control in totem works.
13596
13597 2005-07-21  Wim Taymans  <wim@fluendo.com>
13598
13599         * gst/playback/gstplaybasebin.c: (gen_preroll_element):
13600         * gst/playback/gstplaybin.c: (setup_sinks),
13601         (gst_play_bin_change_state):
13602         Refcount fix and more comments.
13603
13604 2005-07-21  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
13605
13606         * sys/ximage/Makefile.am:
13607         * sys/ximage/ximage.c: (plugin_init):
13608         * sys/ximage/ximagesink.c:
13609         Prepare for adding ximagesrc, rename of plugin to ximage etc.
13610         
13611
13612 2005-07-21  Wim Taymans  <wim@fluendo.com>
13613
13614         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_event),
13615         (gst_ogg_pad_internal_chain), (gst_ogg_pad_typefind),
13616         (gst_ogg_demux_chain_elem_pad), (gst_ogg_demux_queue_data),
13617         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
13618         (gst_ogg_pad_submit_page), (gst_ogg_chain_new),
13619         (gst_ogg_demux_init), (gst_ogg_demux_activate_chain),
13620         (gst_ogg_demux_perform_seek), (gst_ogg_demux_collect_chain_info),
13621         (gst_ogg_demux_collect_info), (gst_ogg_demux_chain),
13622         (gst_ogg_demux_send_event), (gst_ogg_demux_loop):
13623         Generate correct disconts for live chained oggs.
13624
13625         * gst-libs/gst/audio/gstbaseaudiosink.c:
13626         (gst_base_audio_sink_render),
13627         (gst_base_audio_sink_create_ringbuffer),
13628         (gst_base_audio_sink_change_state):
13629         Handle discont math correctly.
13630
13631         * gst/playback/gstplaybin.c: (add_sink):
13632         Some small debug cleanup.
13633
13634 2005-07-21  Wim Taymans  <wim@fluendo.com>
13635
13636         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_init), (gst_ogg_pad_event),
13637         (gst_ogg_pad_internal_chain), (gst_ogg_pad_typefind),
13638         (gst_ogg_demux_chain_elem_pad), (gst_ogg_demux_queue_data),
13639         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
13640         (gst_ogg_pad_submit_page), (gst_ogg_chain_new),
13641         (gst_ogg_demux_init), (gst_ogg_demux_deactivate_current_chain),
13642         (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek),
13643         (gst_ogg_demux_read_chain), (gst_ogg_demux_find_pad),
13644         (gst_ogg_demux_collect_chain_info), (gst_ogg_demux_collect_info),
13645         (gst_ogg_demux_find_chains), (gst_ogg_demux_chain),
13646         (gst_ogg_demux_send_event), (gst_ogg_demux_loop),
13647         (gst_ogg_demux_change_state), (gst_ogg_print):
13648         Reorganize code to send the right disconts when in streaming
13649         mode.
13650
13651 2005-07-20  Andy Wingo  <wingo@pobox.com>
13652
13653         * gst/videoscale/vs_image.c (vs_image_scale_nearest_YUYV): Typo
13654         fix (?), fixes a seggie mcfalterson (#310894).
13655
13656 2005-07-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13657
13658         * ext/ogg/gstoggmux.c: (gst_ogg_mux_get_headers),
13659         (gst_ogg_mux_set_header_on_caps):
13660         * ext/theora/theoraenc.c: (theora_set_header_on_caps):
13661         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_set_header_on_caps):
13662         * ext/vorbis/vorbisparse.c: (vorbis_parse_set_header_on_caps):
13663         * gst-libs/gst/audio/multichannel.c:
13664         (gst_audio_set_channel_positions),
13665         (gst_audio_set_structure_channel_positions_list):
13666         * gst/playback/gstdecodebin.c: (dynamic_create):
13667         * gst/playback/gstplaybasebin.c: (setup_source), (mute_group_type):
13668         * gst/playback/gststreaminfo.c: (gst_stream_info_set_mute):
13669           Fixes for API changes in core.
13670
13671 2005-07-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13672
13673         * gst/playback/gstplaybasebin.c: (fill_buffer):
13674           Use _new_custom() so we can set custom message types for buffering
13675           messages.
13676
13677 2005-07-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13678
13679         * configure.ac:
13680         * gst-libs/gst/Makefile.am:
13681         * gst-libs/gst/gconf/.cvsignore:
13682         * gst-libs/gst/gconf/Makefile.am:
13683         * gst-libs/gst/gconf/test-gconf.c:
13684         * pkgconfig/Makefile.am:
13685         * pkgconfig/gstreamer-gconf-uninstalled.pc.in:
13686         * pkgconfig/gstreamer-gconf.pc.in:
13687           Remove gconf stuff, use gconf elements instead from now on.
13688
13689 2005-07-20  Wim Taymans  <wim@fluendo.com>
13690
13691         * gst-libs/gst/audio/TODO:
13692         * gst-libs/gst/audio/gstaudioclock.c: (gst_audio_clock_init),
13693         (gst_audio_clock_get_internal_time):
13694         * gst-libs/gst/audio/gstaudioclock.h:
13695         * gst-libs/gst/audio/gstbaseaudiosink.c:
13696         (gst_base_audio_sink_init), (gst_base_audio_sink_dispose),
13697         (gst_base_audio_sink_get_time), (gst_base_audio_sink_event),
13698         (gst_base_audio_sink_render),
13699         (gst_base_audio_sink_create_ringbuffer),
13700         (gst_base_audio_sink_change_state):
13701         Make sure the audio clock always returns an increasing value.
13702
13703 2005-07-19  Andy Wingo  <wingo@pobox.com>
13704
13705         * gst/videotestsrc/: Cleanups.
13706
13707 2005-07-19  Wim Taymans  <wim@fluendo.com>
13708
13709         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_create):
13710         Better debugging.
13711
13712 2005-07-19  Wim Taymans  <wim@fluendo.com>
13713
13714         * examples/seeking/seek.c: (make_dv_pipeline),
13715         (make_vorbis_theora_pipeline), (query_rates),
13716         (query_positions_elems), (query_positions_pads), (do_seek):
13717         Make correct DV pipeline.
13718
13719 2005-07-18  Andy Wingo  <wingo@pobox.com>
13720
13721         * configure.ac (DEFAULT_AUDIOSINK, DEFAULT_AUDIOSRC): Use alsa by
13722         default. Also because it's the only thing that really works. (This
13723         is used in the GConf elements).
13724         Use AS_LIBTOOL_TAGS.
13725
13726 2005-07-18  Wim Taymans  <wim@fluendo.com>
13727
13728         * gst/playback/gstdecodebin.c: (remove_element_chain):
13729         * gst/playback/gstplaybin.c: (add_sink):
13730         * gst/playback/gststreaminfo.c: (gst_stream_info_dispose),
13731         (gst_stream_info_set_mute):
13732         * gst/playback/gststreamselector.c:
13733         (gst_stream_selector_get_linked_pad),
13734         (gst_stream_selector_getcaps), (gst_stream_selector_chain):
13735         More leak and compile fixes.
13736
13737 2005-07-18  Wim Taymans  <wim@fluendo.com>
13738
13739         * examples/seeking/seek.c: (make_vorbis_theora_pipeline),
13740         (query_rates), (query_positions_elems), (query_positions_pads),
13741         (do_seek), (seek_cb), (stop_seek):
13742         Updated seek example. 
13743
13744         * gst/playback/gstdecodebin.c: (remove_element_chain), (unlinked):
13745         * gst/playback/gstplaybasebin.c: (queue_threshold_reached),
13746         (queue_out_of_data), (gen_preroll_element), (new_decoded_pad):
13747         * gst/playback/gstplaybin.c: (add_sink):
13748         * gst/playback/gststreaminfo.c: (gst_stream_info_dispose),
13749         (gst_stream_info_set_mute):
13750         Some refcount leak fixes.
13751
13752 2005-07-16  Wim Taymans  <wim@fluendo.com>
13753
13754         * gst-libs/gst/audio/gstbaseaudiosink.c:
13755         (gst_base_audio_sink_render):
13756         Align samples even if we have roundoff errors in the 
13757         timestamp conversion.
13758
13759 2005-07-16  Wim Taymans  <wim@fluendo.com>
13760
13761         * docs/libs/tmpl/gstringbuffer.sgml:
13762         * examples/seeking/seek.c: (make_vorbis_theora_pipeline),
13763         (query_rates), (query_positions_elems), (query_positions_pads),
13764         (update_scale), (do_seek):
13765         Updated seek example.
13766
13767         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
13768         (gst_ogg_pad_submit_page), (gst_ogg_demux_activate_chain),
13769         (gst_ogg_demux_find_chains), (gst_ogg_demux_send_event),
13770         (gst_ogg_demux_loop):
13771         Push out correct discont values.
13772
13773         * ext/theora/theoradec.c: (theora_dec_src_convert),
13774         (theora_dec_sink_convert), (theora_dec_src_getcaps),
13775         (theora_dec_sink_event), (theora_handle_type_packet),
13776         (theora_handle_header_packet), (theora_dec_push),
13777         (theora_handle_data_packet), (theora_dec_chain),
13778         (theora_dec_change_state):
13779         Better timestamping.
13780
13781         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
13782         (vorbis_dec_sink_event), (vorbis_dec_push),
13783         (vorbis_handle_data_packet), (vorbis_dec_chain):
13784         * ext/vorbis/vorbisdec.h:
13785         Better timestamping.
13786
13787         * gst-libs/gst/audio/gstbaseaudiosink.c:
13788         (gst_base_audio_sink_get_time), (gst_base_audio_sink_get_times),
13789         (gst_base_audio_sink_event), (gst_base_audio_sink_render):
13790         Handle syncing on timestamps instead of sample offsets. Make
13791         use of DISCONT values as described in design docs.
13792
13793         * gst-libs/gst/audio/gstbaseaudiosrc.c:
13794         (gst_base_audio_src_get_time):
13795         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_acquire),
13796         (gst_ring_buffer_set_sample), (gst_ring_buffer_commit),
13797         (gst_ring_buffer_read):
13798         * gst-libs/gst/audio/gstringbuffer.h:
13799         * sys/ximage/ximagesink.c: (gst_ximagesink_get_times),
13800         (gst_ximagesink_show_frame):
13801         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_times):
13802         Correcly convert buffer timestamp to stream time.
13803
13804 2005-07-16  Wim Taymans  <wim@fluendo.com>
13805
13806         * gst/audioconvert/gstaudioconvert.c:
13807         (gst_audio_convert_get_buffer):
13808         Timestamp buffers correctly.
13809
13810         * gst/playback/gstplaybin.c: (gen_video_element):
13811         Make internal fakesink silent.
13812
13813 2005-07-15  Wim Taymans  <wim@fluendo.com>
13814
13815         * gst/ffmpegcolorspace/Makefile.am:
13816         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
13817         (gst_ffmpegcsp_caps_remove_format_info),
13818         (gst_ffmpegcsp_transform_caps), (gst_ffmpegcsp_set_caps),
13819         (gst_ffmpegcsp_get_type), (gst_ffmpegcsp_class_init),
13820         (gst_ffmpegcsp_init), (gst_ffmpegcsp_get_size),
13821         (gst_ffmpegcsp_transform_ip), (gst_ffmpegcsp_transform):
13822         Ported ffmpegcolorspace to basetransform.
13823
13824         * gst/videoscale/gstvideoscale.c: (gst_videoscale_transform):
13825         * gst/volume/gstvolume.c: (volume_transform):
13826         Ported to new API.
13827
13828 2005-07-14  Wim Taymans  <wim@fluendo.com>
13829
13830         * gst/videotestsrc/Makefile.am:
13831         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get_type),
13832         (gst_videotestsrc_class_init), (gst_videotestsrc_negotiate),
13833         (gst_videotestsrc_setcaps), (gst_videotestsrc_getcaps),
13834         (gst_videotestsrc_init), (gst_videotestsrc_event),
13835         (gst_videotestsrc_create), (gst_videotestsrc_start),
13836         (gst_videotestsrc_stop), (gst_videotestsrc_get_times),
13837         (gst_videotestsrc_set_pattern), (gst_videotestsrc_set_property),
13838         (gst_videotestsrc_get_property):
13839         * gst/videotestsrc/gstvideotestsrc.h:
13840         Make videotestsrc a pushsrc.
13841
13842 2005-07-14  Wim Taymans  <wim@fluendo.com>
13843
13844         * gst/tcp/gstfdset.c: (gst_fdset_free):
13845         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_init),
13846         (gst_multifdsink_add), (gst_multifdsink_remove),
13847         (gst_multifdsink_clear), (gst_multifdsink_get_stats),
13848         (gst_multifdsink_remove_client_link),
13849         (gst_multifdsink_client_queue_data),
13850         (gst_multifdsink_client_queue_caps),
13851         (gst_multifdsink_client_queue_buffer),
13852         (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients),
13853         (gst_multifdsink_stop):
13854         * gst/tcp/gstmultifdsink.h:
13855         0.8 backporting.
13856
13857         * sys/ximage/ximagesink.c: (gst_ximagesink_show_frame):
13858         Also draw image when not from a pool.
13859
13860 2005-07-14  Wim Taymans  <wim@fluendo.com>
13861
13862         * gst/playback/gstplaybasebin.c: (check_queue), (probe_triggered),
13863         (mute_stream), (silence_stream):
13864         Small debug additions.
13865
13866 2005-07-14  Wim Taymans  <wim@fluendo.com>
13867
13868         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose),
13869         (gst_ogg_pad_submit_packet), (gst_ogg_pad_submit_page),
13870         (gst_ogg_demux_activate_chain), (gst_ogg_demux_loop):
13871         Better error recovery, ignore unconnected pads and
13872         non-fatal errors.
13873
13874 2005-07-14  Thomas Vander Stichele  <thomas at apestaart dot org>
13875
13876         * docs/libs/tmpl/gstaudio.sgml:
13877         * docs/libs/tmpl/gstcolorbalance.sgml:
13878         * docs/libs/tmpl/gstgconf.sgml:
13879         * docs/libs/tmpl/gstmixer.sgml:
13880         * docs/libs/tmpl/gstringbuffer.sgml:
13881         * docs/libs/tmpl/gsttuner.sgml:
13882         * gst-libs/gst/audio/gstbaseaudiosrc.c:
13883         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get_type),
13884         (gst_tcpclientsrc_class_init):
13885         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_get_type),
13886         (gst_tcpserversrc_class_init):
13887         * sys/v4l/gstv4lelement.c:
13888           more autistic cleanliness in functions/names/defines
13889
13890 2005-07-13  Thomas Vander Stichele  <thomas at apestaart dot org>
13891
13892         * configure.ac:
13893           make GST_PLUGIN_LDFLAGS only be flags; GST_LIBS should be
13894           added manually to each Makefile.am so we are sure it goes
13895           *last* and doesn't add -L flags before linking in libs of our
13896           own, like, say, internal .la libs, that then accidentally pick
13897           up the installed copy.
13898         * docs/libs/Makefile.am:
13899         * ext/alsa/Makefile.am:
13900         * ext/cdparanoia/Makefile.am:
13901         * ext/gnomevfs/Makefile.am:
13902         * ext/libvisual/Makefile.am:
13903         * ext/ogg/Makefile.am:
13904         * ext/theora/Makefile.am:
13905         * ext/vorbis/Makefile.am:
13906         * gst-libs/gst/video/Makefile.am:
13907         * gst/adder/Makefile.am:
13908         * gst/audioconvert/Makefile.am:
13909         * gst/audiorate/Makefile.am:
13910         * gst/audioscale/Makefile.am:
13911         * gst/ffmpegcolorspace/Makefile.am:
13912         * gst/playback/Makefile.am:
13913         * gst/sine/Makefile.am:
13914         * gst/subparse/Makefile.am:
13915         * gst/tags/Makefile.am:
13916         * gst/tcp/Makefile.am:
13917         * gst/typefind/Makefile.am:
13918         * gst/videorate/Makefile.am:
13919         * gst/videoscale/Makefile.am:
13920         * gst/videotestsrc/Makefile.am:
13921         * gst/volume/Makefile.am:
13922         * sys/v4l/Makefile.am:
13923         * sys/ximage/Makefile.am:
13924         * sys/xvimage/Makefile.am:
13925           adapt properly to this change. This should make sure that
13926           plugins and libs properly link to the as-yet-uninstalled
13927           copies of stuff like libgstinterfaces and libgstvideo
13928
13929 2005-07-13  Andy Wingo  <wingo@pobox.com>
13930
13931         * sys/v4l/gstv4lsrc.c (gst_v4lsrc_stop): Fix a spurious warning.
13932         (gst_v4lsrc_fixate): Fixate on format as well.
13933
13934         * sys/xvimage/xvimagesink.c (gst_xvimage_buffer_destroy) 
13935         (gst_xvimagesink_xvimage_new): Ref the xvimagesink while the
13936         buffer points to it.
13937         (gst_xvimagesink_check_xshm_calls): Don't use our xvimage buffer,
13938         rather just doing X calls ourselves. Also fixes a memleak.
13939
13940 2005-07-12  Andy Wingo  <wingo@pobox.com>
13941
13942         * sys/v4l/gstv4lsrc.c (gst_v4lsrc_get_property) 
13943         (gst_v4lsrc_set_property, gst_v4lsrc_class_init, gst_v4lsrc_init) 
13944         (gst_v4lsrc_create): Re-add the copy-mode property, default to
13945         TRUE to avoid deadlocks if an element holds on to our buffers.
13946
13947 2005-07-11  Thomas Vander Stichele  <thomas at apestaart dot org>
13948
13949         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
13950         (gst_sinesrc_init), (gst_sinesrc_create),
13951         (gst_sinesrc_set_property), (gst_sinesrc_get_property),
13952         (gst_sinesrc_start):
13953         * gst/sine/gstsinesrc.h:
13954           removing num-buffers property before moving it
13955
13956 2005-07-10  Thomas Vander Stichele  <thomas at apestaart dot org>
13957
13958         * configure.ac:
13959           use overridable ERROR_CFLAGS
13960         * docs/libs/gst-plugins-base-libs.types:
13961         * docs/libs/tmpl/gstringbuffer.sgml:
13962         * ext/alsa/gstalsasink.c: (gst_alsasink_get_type),
13963         (gst_alsasink_class_init):
13964         * ext/alsa/gstalsasrc.c: (gst_alsasrc_get_type),
13965         (gst_alsasrc_class_init):
13966         * gst-libs/gst/audio/audio.h:
13967         * gst-libs/gst/audio/gstaudioclock.h:
13968         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audio_filter_get_type),
13969         (gst_audio_filter_base_init), (gst_audio_filter_class_init),
13970         (gst_audio_filter_link), (gst_audio_filter_init),
13971         (gst_audio_filter_chain), (gst_audio_filter_set_property),
13972         (gst_audio_filter_get_property),
13973         (gst_audio_filter_class_add_pad_templates):
13974         * gst-libs/gst/audio/gstaudiofilter.h:
13975         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
13976         (gst_audio_filter_template_get_type),
13977         (gst_audio_filter_template_base_init),
13978         (gst_audio_filter_template_class_init),
13979         (gst_audio_filter_template_init),
13980         (gst_audio_filter_template_set_property),
13981         (gst_audio_filter_template_get_property), (plugin_init),
13982         (gst_audio_filter_template_setup),
13983         (gst_audio_filter_template_filter),
13984         (gst_audio_filter_template_filter_inplace):
13985         * gst-libs/gst/audio/gstaudiosink.c:
13986         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
13987         (audioringbuffer_thread_func), (gst_audioringbuffer_acquire),
13988         (gst_audioringbuffer_release), (gst_audioringbuffer_start),
13989         (gst_audioringbuffer_stop), (gst_audioringbuffer_delay),
13990         (gst_audio_sink_base_init), (gst_audio_sink_class_init),
13991         (gst_audio_sink_init), (gst_audio_sink_create_ringbuffer):
13992         * gst-libs/gst/audio/gstaudiosink.h:
13993         * gst-libs/gst/audio/gstaudiosrc.c: (gst_audioringbuffer_get_type),
13994         (gst_audioringbuffer_class_init), (audioringbuffer_thread_func),
13995         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
13996         (gst_audioringbuffer_start), (gst_audioringbuffer_stop),
13997         (gst_audioringbuffer_delay), (gst_audio_src_base_init),
13998         (gst_audio_src_class_init), (gst_audio_src_init),
13999         (gst_audio_src_create_ringbuffer):
14000         * gst-libs/gst/audio/gstaudiosrc.h:
14001         * gst-libs/gst/audio/gstbaseaudiosink.c:
14002         (gst_base_audio_sink_base_init), (gst_base_audio_sink_class_init),
14003         (gst_base_audio_sink_init), (gst_base_audio_sink_dispose),
14004         (gst_base_audio_sink_get_clock), (gst_base_audio_sink_get_time),
14005         (gst_base_audio_sink_set_property),
14006         (gst_base_audio_sink_get_property), (gst_base_audio_sink_setcaps),
14007         (gst_base_audio_sink_get_times), (gst_base_audio_sink_event),
14008         (gst_base_audio_sink_preroll), (gst_base_audio_sink_render),
14009         (gst_base_audio_sink_create_ringbuffer),
14010         (gst_base_audio_sink_callback), (gst_base_audio_sink_change_state):
14011         * gst-libs/gst/audio/gstbaseaudiosink.h:
14012         * gst-libs/gst/audio/gstbaseaudiosrc.c:
14013         (gst_base_audio_src_base_init), (gst_base_audio_src_class_init),
14014         (gst_base_audio_src_init), (gst_base_audio_src_get_clock),
14015         (gst_base_audio_src_get_time), (gst_base_audio_src_set_property),
14016         (gst_base_audio_src_get_property), (gst_base_audio_src_fixate),
14017         (gst_base_audio_src_setcaps), (gst_base_audio_src_get_times),
14018         (gst_base_audio_src_event), (gst_base_audio_src_create),
14019         (gst_base_audio_src_create_ringbuffer),
14020         (gst_base_audio_src_callback), (gst_base_audio_src_change_state):
14021         * gst-libs/gst/audio/gstbaseaudiosrc.h:
14022         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_get_type),
14023         (gst_ring_buffer_class_init), (gst_ring_buffer_init),
14024         (gst_ring_buffer_dispose), (gst_ring_buffer_finalize),
14025         (gst_ring_buffer_debug_spec_caps),
14026         (gst_ring_buffer_debug_spec_buff), (gst_ring_buffer_parse_caps),
14027         (gst_ring_buffer_set_callback), (gst_ring_buffer_acquire),
14028         (gst_ring_buffer_release), (gst_ring_buffer_is_acquired),
14029         (gst_ring_buffer_start), (gst_ring_buffer_pause),
14030         (gst_ring_buffer_stop), (gst_ring_buffer_delay),
14031         (gst_ring_buffer_samples_done), (gst_ring_buffer_set_sample),
14032         (wait_segment), (gst_ring_buffer_commit), (gst_ring_buffer_read),
14033         (gst_ring_buffer_prepare_read), (gst_ring_buffer_advance),
14034         (gst_ring_buffer_clear):
14035         * gst-libs/gst/audio/gstringbuffer.h:
14036         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init),
14037         (gst_video_sink_class_init), (gst_video_sink_get_type):
14038         * gst-libs/gst/video/videosink.h:
14039         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_get_type),
14040         (gst_multifdsink_class_init),
14041         (gst_multifdsink_handle_client_write),
14042         (gst_multifdsink_change_state):
14043         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_class_init),
14044         (gst_tcpclientsink_setcaps):
14045         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
14046         (gst_ximagesink_getcaps), (gst_ximagesink_setcaps),
14047         (gst_ximagesink_change_state), (gst_ximagesink_show_frame),
14048         (gst_ximagesink_buffer_free), (gst_ximagesink_buffer_alloc),
14049         (gst_ximagesink_send_pending_navigation),
14050         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_get_desired_size),
14051         (gst_ximagesink_class_init), (gst_ximagesink_get_type):
14052         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_getcaps),
14053         (gst_xvimagesink_setcaps), (gst_xvimagesink_change_state),
14054         (gst_xvimagesink_show_frame), (gst_xvimagesink_buffer_alloc),
14055         (gst_xvimagesink_send_pending_navigation),
14056         (gst_xvimagesink_navigation_send_event),
14057         (gst_xvimagesink_set_xwindow_id),
14058         (gst_xvimagesink_get_desired_size), (gst_xvimagesink_class_init),
14059         (gst_xvimagesink_get_type):
14060         more macro splitting
14061
14062 2005-07-08  Thomas Vander Stichele  <thomas at apestaart dot org>
14063
14064         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose):
14065           plug a memleak, allows me to import 1479 albums in one go
14066           in jamboree
14067         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
14068         (vorbis_handle_type_packet), (vorbis_dec_chain),
14069         (vorbis_dec_change_state):
14070           fix some format strings
14071
14072 2005-07-08  Thomas Vander Stichele  <thomas at apestaart dot org>
14073
14074         * docs/libs/tmpl/gstcolorbalance.sgml:
14075         * docs/libs/tmpl/gstmixer.sgml:
14076         * ext/alsa/gstalsasink.c: (gst_alsasink_class_init),
14077         (gst_alsasink_set_property), (gst_alsasink_get_property):
14078         * ext/alsa/gstalsasrc.c: (gst_alsasrc_class_init),
14079         (gst_alsasrc_set_property), (gst_alsasrc_get_property):
14080           add device property
14081
14082 2005-07-08  Thomas Vander Stichele  <thomas at apestaart dot org>
14083
14084         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
14085         * ext/gnomevfs/gstgnomevfssrc.c: (audiocast_init),
14086         (audiocast_register_listener), (audiocast_thread_run),
14087         (gst_gnomevfssrc_send_additional_headers_callback),
14088         (gst_gnomevfssrc_received_headers_callback),
14089         (gst_gnomevfssrc_push_callbacks), (gst_gnomevfssrc_pop_callbacks),
14090         (gst_gnomevfssrc_get_icy_metadata), (gst_gnomevfssrc_create),
14091         (gst_gnomevfssrc_get_size):
14092           add/clean up debugging
14093         * gst/audiorate/gstaudiorate.c: (gst_audiorate_init):
14094           cleanups
14095
14096 2005-07-07  Andy Wingo  <wingo@pobox.com>
14097
14098         * sys/v4l/gstv4lsrc.c (gst_v4lsrc_fixate): Also fixate the
14099         framerate. Need to get a handle on when exactly this function is
14100         called, tho.
14101
14102         * sys/v4l/v4lsrc_calls.h:
14103         * sys/v4l/v4lsrc_calls.c: Remove sync-related stuff.
14104         (gst_v4lsrc_get_fps_list): Moved here from gstv4lsrc.c.
14105         (gst_v4lsrc_buffer_new): Totally derive from GstBuffer.
14106
14107         * sys/v4l/v4l_calls.h: Cast to V4lElement.
14108         * sys/v4l/v4l_calls.c: Header loc fixen, don't load mjpeg, all
14109         v4lelements are sources.
14110
14111         * sys/v4l/gstv4lxoverlay.h:
14112         * sys/v4l/gstv4lxoverlay.c:
14113         * sys/v4l/gstv4ltuner.h:
14114         * sys/v4l/gstv4ltuner.c: Header loc fixen.
14115         
14116         * sys/v4l/gstv4lsrc.h:
14117         * sys/v4l/gstv4lsrc.c: Crucial GPL update. Clean up a bit, port to
14118         PushSrc/BaseSrc. Removed most sync-related properties, videorate
14119         or something should handle that. Made a live source.
14120
14121         * sys/v4l/gstv4lelement.h:
14122         * sys/v4l/gstv4lelement.c: Derive from GstPushSrc. No more
14123         signals. Some cleanups.
14124
14125         * sys/v4l/gstv4lcolorbalance.h: Interface header update.
14126
14127         * sys/v4l/gstv4l.c: Don't register v4lelement, or the jpeg/mjpeg
14128         stuff.
14129
14130         * sys/v4l/Makefile.am: Build everything except the jpeg/mjpeg
14131         stuff.
14132
14133         * sys/Makefile.am (SUBDIRS): Hit the V4L crack pipe.
14134
14135 2005-07-07  Wim Taymans  <wim@fluendo.com>
14136
14137         * ext/theora/theoradec.c: (theora_get_query_types),
14138         (theora_dec_src_getcaps), (theora_dec_push):
14139         * ext/vorbis/vorbisdec.c: (vorbis_get_query_types):
14140         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_get_query_types):
14141         Remove deprecated/unused query types.
14142
14143 2005-07-06  Wim Taymans  <wim@fluendo.com>
14144
14145         * ext/alsa/Makefile.am:
14146         * ext/alsa/gstalsaplugin.c: (plugin_init):
14147         * ext/alsa/gstalsasink.c: (gst_alsasink_open):
14148         * ext/alsa/gstalsasrc.c: (gst_alsasrc_get_type),
14149         (gst_alsasrc_dispose), (gst_alsasrc_base_init),
14150         (gst_alsasrc_class_init), (gst_alsasrc_init),
14151         (gst_alsasrc_getcaps), (set_hwparams), (set_swparams),
14152         (alsasrc_parse_spec), (gst_alsasrc_open), (gst_alsasrc_close),
14153         (xrun_recovery), (gst_alsasrc_read), (gst_alsasrc_delay),
14154         (gst_alsasrc_reset):
14155         * ext/alsa/gstalsasrc.h:
14156         * gst-libs/gst/audio/Makefile.am:
14157         * gst-libs/gst/audio/gstaudiosink.c:
14158         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
14159         (gst_audioringbuffer_start):
14160         * gst-libs/gst/audio/gstaudiosrc.c: (gst_audioringbuffer_get_type),
14161         (gst_audioringbuffer_class_init), (audioringbuffer_thread_func),
14162         (gst_audioringbuffer_init), (gst_audioringbuffer_dispose),
14163         (gst_audioringbuffer_finalize), (gst_audioringbuffer_acquire),
14164         (gst_audioringbuffer_release), (gst_audioringbuffer_start),
14165         (gst_audioringbuffer_stop), (gst_audioringbuffer_delay),
14166         (gst_audiosrc_base_init), (gst_audiosrc_class_init),
14167         (gst_audiosrc_init), (gst_audiosrc_create_ringbuffer):
14168         * gst-libs/gst/audio/gstaudiosrc.h:
14169         * gst-libs/gst/audio/gstbaseaudiosink.c:
14170         (gst_baseaudiosink_class_init), (gst_baseaudiosink_dispose),
14171         (gst_baseaudiosink_get_time), (gst_baseaudiosink_setcaps),
14172         (gst_baseaudiosink_preroll), (gst_baseaudiosink_render):
14173         * gst-libs/gst/audio/gstbaseaudiosrc.c:
14174         (gst_baseaudiosrc_base_init), (gst_baseaudiosrc_class_init),
14175         (gst_baseaudiosrc_init), (gst_baseaudiosrc_get_clock),
14176         (gst_baseaudiosrc_get_time), (gst_baseaudiosrc_set_property),
14177         (gst_baseaudiosrc_get_property), (gst_baseaudiosrc_fixate),
14178         (gst_baseaudiosrc_setcaps), (gst_baseaudiosrc_get_times),
14179         (gst_baseaudiosrc_event), (gst_baseaudiosrc_create),
14180         (gst_baseaudiosrc_create_ringbuffer), (gst_baseaudiosrc_callback),
14181         (gst_baseaudiosrc_change_state):
14182         * gst-libs/gst/audio/gstbaseaudiosrc.h:
14183         * gst-libs/gst/audio/gstringbuffer.c: (build_linear_format),
14184         (gst_ringbuffer_debug_spec_caps), (gst_ringbuffer_debug_spec_buff),
14185         (gst_ringbuffer_parse_caps), (gst_ringbuffer_start),
14186         (gst_ringbuffer_pause), (gst_ringbuffer_stop),
14187         (gst_ringbuffer_samples_done), (gst_ringbuffer_set_sample),
14188         (wait_segment), (gst_ringbuffer_commit), (gst_ringbuffer_read),
14189         (gst_ringbuffer_prepare_read), (gst_ringbuffer_advance):
14190         * gst-libs/gst/audio/gstringbuffer.h:
14191         Added audiosource base classes.
14192         Ported alsasrc, still very basic.
14193
14194 2005-07-06  Wim Taymans  <wim@fluendo.com>
14195
14196         * ext/theora/theoradec.c: (theora_dec_src_getcaps),
14197         (theora_dec_push), (theora_handle_data_packet):
14198         Prepare for better timestamp fix later.
14199
14200         * gst/audioconvert/gstaudioconvert.c:
14201         List most accurate caps first
14202
14203         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_loop):
14204         Use proper pad task function.
14205
14206         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
14207         (gst_xvimagesink_show_frame):
14208         Fix deadlock when alloc failed.
14209
14210 2005-07-05  Andy Wingo  <wingo@pobox.com>
14211
14212         * ext/gnomevfs/gstgnomevfssrc.c:
14213         * gst/sine/gstsinesrc.c:
14214         * gst/tcp/gsttcpserversrc.c:
14215         * gst/tcp/gsttcpclientsrc.c: s/BASESRC/BASE_SRC/.
14216
14217         * sys/v4l/: Port from 0.8.
14218
14219         * Many files: Null if we got it....
14220
14221 2005-07-05  Andy Wingo  <wingo@pobox.com>
14222
14223         * gst/tcp/gsttcpserversink.c (gst_tcpserversink_handle_server_read): 
14224         * gst/tcp/gstmultifdsink.c (gst_multifdsink_client_queue_data):
14225         Signedness fixes.
14226
14227 2005-07-05  Wim Taymans  <wim@fluendo.com>
14228
14229         * configure.ac:
14230         * gst/tcp/Makefile.am:
14231         * gst/tcp/README:
14232         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_get_type),
14233         (gst_multifdsink_base_init), (gst_multifdsink_class_init),
14234         (gst_multifdsink_init), (gst_multifdsink_remove_client_link),
14235         (is_sync_frame), (gst_multifdsink_handle_client_write),
14236         (gst_multifdsink_render), (gst_multifdsink_start),
14237         (gst_multifdsink_stop), (gst_multifdsink_change_state):
14238         * gst/tcp/gstmultifdsink.h:
14239         * gst/tcp/gsttcp.c: (gst_tcp_host_to_ip),
14240         (gst_tcp_gdp_read_buffer), (gst_tcp_gdp_read_caps),
14241         (gst_tcp_gdp_write_buffer), (gst_tcp_gdp_write_caps):
14242         * gst/tcp/gsttcp.h:
14243         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_class_init),
14244         (gst_tcpclientsink_init), (gst_tcpclientsink_setcaps),
14245         (gst_tcpclientsink_render), (gst_tcpclientsink_start),
14246         (gst_tcpclientsink_stop), (gst_tcpclientsink_change_state):
14247         * gst/tcp/gsttcpclientsink.h:
14248         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get_type),
14249         (gst_tcpclientsrc_base_init), (gst_tcpclientsrc_class_init),
14250         (gst_tcpclientsrc_init), (gst_tcpclientsrc_getcaps),
14251         (gst_tcpclientsrc_create), (gst_tcpclientsrc_start),
14252         (gst_tcpclientsrc_stop), (gst_tcpclientsrc_unlock):
14253         * gst/tcp/gsttcpclientsrc.h:
14254         * gst/tcp/gsttcpplugin.c: (plugin_init):
14255         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init):
14256         * gst/tcp/gsttcpserversink.h:
14257         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_get_type),
14258         (gst_tcpserversrc_base_init), (gst_tcpserversrc_class_init),
14259         (gst_tcpserversrc_init), (gst_tcpserversrc_finalize),
14260         (gst_tcpserversrc_create), (gst_tcpserversrc_start),
14261         (gst_tcpserversrc_stop):
14262         * gst/tcp/gsttcpserversrc.h:
14263         * gst/tcp/gsttcpsink.c:
14264         * gst/tcp/gsttcpsink.h:
14265         * gst/tcp/gsttcpsrc.c:
14266         * gst/tcp/gsttcpsrc.h:
14267         Ported tcp plugins to 0.9. 
14268         
14269
14270 2005-07-05  Andy Wingo  <wingo@pobox.com>
14271
14272         * gst/playback/gstplaybasebin.c (fill_buffer):
14273         message_new_application fixen.
14274
14275         * gst/videoscale/gstvideoscale.c (gst_videoscale_transform_caps):
14276         Style fix.
14277
14278 2005-07-04  Wim Taymans  <wim@fluendo.com>
14279
14280         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_chain):
14281         Set caps on output buffer.
14282
14283 2005-07-04  Andy Wingo  <wingo@pobox.com>
14284
14285         * ext/gnomevfs/gstgnomevfssrc.c
14286         (gst_gnomevfssrc_received_headers_callback) 
14287         (audiocast_thread_kill, audiocast_thread_run): FORTIFY fixen,
14288         hopefully.
14289
14290         * gst/audioconvert/gstaudioconvert.c (gst_audio_convert_fixate):
14291         No refcount leakage.
14292
14293         * configure.ac: Enable -Werror.
14294         
14295         * ext/theora/theoradec.c (theora_dec_src_getcaps):
14296         * gst/audioconvert/bufferframesconvert.c
14297         (buffer_frames_convert_fixate):
14298         * gst/audioconvert/gstaudioconvert.c (_fixate_caps_to_int)
14299         (gst_audio_convert_fixate):
14300         * gst/sine/gstsinesrc.c (gst_sinesrc_src_fixate)
14301         (gst_sinesrc_create): Fixate func changes.
14302         
14303         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
14304         (gst_ximagesink_buffer_alloc): Unused var.
14305
14306 2005-07-01  Andy Wingo  <wingo@pobox.com>
14307
14308         * ext/theora/theoradec.c (theora_dec_src_getcaps): Implement a
14309         getcaps to do explicit caps. Needs to be done in all decoders,
14310         possibly via a base class.
14311
14312         * configure.ac (GST_PLUGIN_LDFLAGS): Add videoscale.
14313
14314         * ext/ogg/gstoggdemux.c (gst_ogg_pad_typefind): No need to set
14315         caps on the sink pad, just rely on the pad template. Also, setting
14316         ANY caps on a pad is not valid because the caps are not fixed.
14317
14318         * sys/ximage/ximagesink.c (gst_ximagesink_buffer_alloc): Set the
14319         caps on the buffer, and get the width from the desired_caps if
14320         they're set.
14321         (gst_ximagesink_renegotiate_size): Implement via setting the
14322         desired_caps on the ximagesink.
14323         (gst_ximagesink_setcaps): Only reset the width of the player if it
14324         wasn't already set. Not sure if this is right.
14325         (gst_ximagesink_show_frame): Memcpy only for normal buffers.
14326
14327         * sys/ximage/ximagesink.h (desired_caps): New field, is the caps
14328         that the user wants. NULL unless the window has been resized.
14329
14330         * gst/volume/gstvolume.c (volume_transform): Adapt to
14331         basetransform refcount changes.
14332         
14333 2005-07-01  Andy Wingo  <wingo@pobox.com>
14334
14335         * gst/videoscale/gstvideoscale.c:
14336         * gst/videoscale/gstvideoscale.h: Clean up, port to 0.9. Derives
14337         from BaseTransform, implements a transform_caps. Removed dead code
14338         including some PAR stuff that was never reached -- should probably
14339         be added back somehow.
14340
14341 2005-07-01  Andy Wingo  <wingo@pobox.com>
14342
14343         * gst/videoscale: Merge David's work from 0.8 branch. Changes to
14344         come later.
14345
14346 2005-06-30  Thomas Vander Stichele  <thomas at apestaart dot org>
14347
14348         * configure.ac:
14349         * docs/libs/Makefile.am:
14350         * docs/libs/gst-plugins-libs.types:
14351         * ext/alsa/Makefile.am:
14352         * ext/alsa/gstalsamixer.h:
14353         * ext/alsa/gstalsamixeroptions.h:
14354         * ext/alsa/gstalsamixertrack.h:
14355         * gst-libs/gst/Makefile.am:
14356         * gst-libs/gst/colorbalance/.cvsignore:
14357         * gst-libs/gst/colorbalance/Makefile.am:
14358         * gst-libs/gst/colorbalance/colorbalance-marshal.list:
14359         * gst-libs/gst/colorbalance/colorbalance.c:
14360         * gst-libs/gst/colorbalance/colorbalance.h:
14361         * gst-libs/gst/colorbalance/colorbalance.vcproj:
14362         * gst-libs/gst/colorbalance/colorbalancechannel.c:
14363         * gst-libs/gst/colorbalance/colorbalancechannel.h:
14364         * gst-libs/gst/interfaces/Makefile.am:
14365         * gst-libs/gst/interfaces/colorbalance.c:
14366         (gst_color_balance_class_init):
14367         * gst-libs/gst/interfaces/colorbalance.h:
14368         * gst-libs/gst/interfaces/interfaces-marshal.list:
14369         * gst-libs/gst/interfaces/mixer.c: (gst_mixer_class_init):
14370         * gst-libs/gst/interfaces/mixer.h:
14371         * gst-libs/gst/interfaces/mixeroptions.h:
14372         * gst-libs/gst/interfaces/navigation.c:
14373         * gst-libs/gst/interfaces/tuner.c: (gst_tuner_class_init):
14374         * gst-libs/gst/interfaces/tuner.h:
14375         * gst/volume/Makefile.am:
14376         * gst/volume/gstvolume.c:
14377         * pkgconfig/gstreamer-interfaces-uninstalled.pc.in:
14378         * sys/ximage/Makefile.am:
14379         * sys/ximage/ximagesink.c:
14380         * sys/xvimage/Makefile.am:
14381         * sys/xvimage/xvimagesink.c:
14382           fold in all interfaces into an interfaces dir, preserving CVS
14383           history
14384
14385 2005-06-30  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14386
14387         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
14388           Fix build after riff changes.
14389
14390 2005-06-30  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14391
14392         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
14393         (gst_riff_create_audio_caps), (gst_riff_create_iavs_caps),
14394         (gst_riff_create_video_template_caps),
14395         (gst_riff_create_audio_template_caps),
14396         (gst_riff_create_iavs_template_caps):
14397         * gst-libs/gst/riff/riff-media.h:
14398         * gst-libs/gst/riff/riff-read.h:
14399         * gst-libs/gst/riff/riff.c: (gst_riff_init):
14400           Add gst_riff_init() to initialize the debug category, instead
14401           of plugin_init(). Port riff-media.[ch] from -THREADED to HEAD.
14402
14403 2005-06-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14404
14405         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init):
14406           Oops, I shouldn't apply hacks.
14407
14408 2005-06-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14409
14410         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_init):
14411           Remove pad_loop function which doesn't work.
14412
14413 2005-06-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14414
14415         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_deactivate_current_chain):
14416           Send EOS when deactivating.
14417         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
14418         (check_queue), (queue_threshold_reached), (queue_out_of_data),
14419         (gen_preroll_element), (probe_triggered), (mute_stream),
14420         (silence_stream), (new_decoded_pad), (setup_substreams),
14421         (set_active_source):
14422         * gst/playback/gstplaybin.c: (gst_play_bin_get_property),
14423         (remove_sinks), (add_sink):
14424         * gst/playback/gststreaminfo.c: (cb_probe), (gst_stream_info_new):
14425           Change for new probe API.
14426
14427 2005-06-29  Wim Taymans  <wim@fluendo.com>
14428
14429         * gst-libs/gst/audio/gstaudiosink.c: (gst_audioringbuffer_init):
14430         * gst-libs/gst/audio/gstbaseaudiosink.c:
14431         (gst_baseaudiosink_class_init), (gst_baseaudiosink_dispose),
14432         (gst_baseaudiosink_change_state):
14433         * gst-libs/gst/audio/gstbaseaudiosink.h:
14434         * gst-libs/gst/audio/gstringbuffer.c:
14435         (gst_ringbuffer_set_callback):
14436         Fix compilation error.
14437         Ringbuffer starts out as not running.
14438         Free our clock in dispose.
14439         When releasing the ringbuffer we need to renegotiate so
14440         clear the pad caps.
14441
14442 2005-06-29  Thomas Vander Stichele  <thomas at apestaart dot org>
14443
14444         * autogen.sh:
14445         * configure.ac:
14446         * docs/Makefile.am:
14447         * docs/libs/Makefile.am:
14448         * docs/libs/gst-plugins-libs-docs.sgml:
14449         * docs/libs/gst-plugins-libs-sections.txt:
14450         * docs/libs/gst-plugins-libs.types:
14451         * docs/libs/tmpl/gstaudio.sgml:
14452         * docs/libs/tmpl/gstcolorbalance.sgml:
14453         * docs/libs/tmpl/gstringbuffer.sgml:
14454         * gst-libs/gst/audio/gstringbuffer.c:
14455         (gst_ringbuffer_set_callback):
14456           reinstate gtk-doc docs for plugin libs
14457
14458 2005-06-28  Wim Taymans  <wim@fluendo.com>
14459
14460         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
14461         (gst_ogg_demux_init):
14462         Removed pad loop function.
14463
14464 2005-06-28  Wim Taymans  <wim@fluendo.com>
14465
14466         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet):
14467         If we're building a chain we are not in an error case
14468         when we queue a buffer.
14469
14470 2005-06-28  Andy Wingo  <wingo@pobox.com>
14471
14472         * *.c: Don't cast to GstObject before reffing/unreffing.
14473
14474 2005-06-27  Andy Wingo  <wingo@pobox.com>
14475
14476         * gst/videotestsrc/gstvideotestsrc.c
14477         (gst_videotestsrc_activate_push): Activation API changes.
14478
14479         * gst/playback/gstdecodebin.c (gst_decode_bin_change_state) 
14480         (gst_decode_bin_dispose): Free dynamics in READY->NULL, because
14481         they have refs on the decodebin.
14482
14483         * ext/ogg/gstoggdemux.c (gst_ogg_pad_class_init): Ref the right
14484         parent class.
14485         (gst_ogg_pad_typefind): Don't leak a pad ref.
14486         (gst_ogg_chain_new_stream): gst_object_unref, not g_object_unref.
14487         (gst_ogg_demux_sink_activate, gst_ogg_demux_sink_activate_push) 
14488         (gst_ogg_demux_sink_activate_pull): Changes for activation API.
14489
14490 2005-06-27  Edward Hervey  <edward@fluendo.com>
14491
14492         * ext/theora/theoradec.c: (theora_dec_change_state): 
14493         re-arranged call to parent's state change in order to avoid locks (or
14494         worse).
14495
14496 2005-06-26  Edward Hervey  <edward@fluendo.com>
14497
14498         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init):
14499         2nd argument of 'unknow-type' signal is a GstCaps and not a
14500         GstMiniObject
14501
14502 2005-06-25  Jan Schmidt  <thaytan@mad.scientist.com>
14503         * gst-libs/gst/audio/gstaudiosink.c: (gst_audioringbuffer_acquire):
14504           Set the worker thread's running flag to TRUE before starting the
14505           thread.
14506         * gst/playback/gstdecodebin.c: (gst_decode_bin_init):
14507           Catch a failure to add typefind to the bin.
14508
14509 2005-06-24  Thomas Vander Stichele  <thomas at apestaart dot org>
14510
14511         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
14512         (gst_sinesrc_init), (gst_sinesrc_create),
14513         (gst_sinesrc_set_property), (gst_sinesrc_get_property),
14514         (gst_sinesrc_start):
14515         * gst/sine/gstsinesrc.h:
14516           add num-buffers and timestamp-offset properties
14517         * gst/videotestsrc/gstvideotestsrc.c:
14518         (gst_videotestsrc_class_init), (gst_videotestsrc_set_property),
14519         (gst_videotestsrc_get_property):
14520           add timestamp-offset property
14521
14522 2005-06-23  Christian Schaller  <uraeus@gnome.org>
14523
14524         * configure.ac: add videorate
14525         * gst-plugins-base.spec.in: add videorate
14526
14527 2005-06-23  Wim Taymans  <wim@fluendo.com>
14528
14529         * gst/videorate/gstvideorate.c: (gst_videorate_transformcaps),
14530         (gst_videorate_getcaps), (gst_videorate_setcaps),
14531         (gst_videorate_event), (gst_videorate_chain):
14532         Fixed videorate, fixating an already fixated caps is not
14533         an error.
14534
14535 2005-06-23  Wim Taymans  <wim@fluendo.com>
14536
14537         * ext/ogg/README:
14538         * ext/ogg/gstoggmux.c: (gst_ogg_mux_set_header_on_caps):
14539         Buffer on caps is not boxed anymore.
14540
14541 2005-06-22  Wim Taymans  <wim@fluendo.com>
14542
14543         * ext/theora/theoraenc.c: (theora_set_header_on_caps):
14544         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_set_header_on_caps):
14545         Set buffers on caps as miniobjects and not as boxed.
14546
14547 2005-06-19  Thomas Vander Stichele  <thomas at apestaart dot org>
14548
14549         * configure.ac:
14550           back to HEAD
14551
14552 === release 0.9.1 ===
14553
14554 2005-06-19  Thomas Vander Stichele  <thomas at apestaart dot org>
14555
14556         * .cvsignore:
14557         * NEWS:
14558         * README:
14559         * RELEASE:
14560         * configure.ac:
14561         * po/af.po:
14562         * po/az.po:
14563         * po/cs.po:
14564         * po/en_GB.po:
14565         * po/hu.po:
14566         * po/it.po:
14567         * po/nb.po:
14568         * po/nl.po:
14569         * po/or.po:
14570         * po/sq.po:
14571         * po/sr.po:
14572         * po/sv.po:
14573         * po/uk.po:
14574         * po/vi.po:
14575           updates for release
14576
14577 2005-06-09  Andy Wingo  <wingo@pobox.com>
14578
14579         * gst-libs/gst/net/Makefile.am (lib_LTLIBRARIES): Install gstnet.
14580         
14581 2005-06-09  Andy Wingo  <wingo@pobox.com>
14582
14583         * configure.ac:
14584         * gst-libs/gst/Makefile.am:
14585         * gst-libs/gst/net/Makefile.am:
14586         Add gstnet to build.
14587
14588 2005-06-09  Andy Wingo  <wingo@pobox.com>
14589
14590         * gst-libs/gst/gconf/gconf.c:
14591         * gst/playback/test.c:
14592         * gst/playback/gstplaybin.c (gen_video_element): Ghost pad API
14593         fixes.
14594
14595         * gst/audioconvert/gstaudioconvert.c: RPAD fixes.
14596
14597         * ext/theora/theoraenc.c (theora_enc_chain): 
14598         * ext/theora/theoradec.c (theora_handle_data_packet): GCC4 fixes.
14599
14600         * ext/ogg/gstoggdemux.c (GstOggPad): Derive from GstPad, not
14601         RealPad.
14602
14603 2005-06-02  Wim Taymans  <wim@fluendo.com>
14604
14605         * gst-libs/gst/net/Makefile.am:
14606         * pkgconfig/gstreamer-libs-uninstalled.pc.in:
14607         * pkgconfig/gstreamer-libs.pc.in:
14608         Added net stuff, version net lib.
14609
14610 2005-06-02  Wim Taymans  <wim@fluendo.com>
14611
14612         * examples/seeking/seek.c: (make_vorbis_theora_pipeline),
14613         (query_rates), (query_positions_elems), (query_positions_pads),
14614         (do_seek):
14615         Updated seek example.
14616
14617 2005-06-02  Andy Wingo  <wingo@pobox.com>
14618
14619         * pkgconfig/gstreamer-libs-uninstalled.pc.in (prefix):
14620         * pkgconfig/gstreamer-libs.pc.in (prefix): Add gst/tag to the -L
14621         list.
14622
14623         * gst/playback/gstdecodebin.c (gst_decode_bin_dispose): Don't
14624         remove the typefind, the bin dispose will do it for us. When it's
14625         removed and unreffed, the signal handler will be disconnected,
14626         too.
14627         (unlinked): It's too difficult to disconnect from unlinked
14628         handlers, as they are on pads not elements. Just punt if the pads
14629         aren't grandkids of the bin.
14630
14631 2005-06-02  Wim Taymans  <wim@fluendo.com>
14632
14633         * ext/ogg/README:
14634         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
14635         (gst_ogg_demux_activate_chain), (gst_ogg_demux_clear_chains):
14636         * ext/ogg/gstoggmux.c: (gst_ogg_mux_buffer_from_page):
14637         * ext/theora/theoradec.c: (theora_dec_src_query),
14638         (theora_handle_data_packet):
14639         * ext/theora/theoraenc.c: (theora_buffer_from_packet),
14640         (theora_enc_chain):
14641         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
14642         (vorbis_handle_data_packet):
14643         * gst/audioconvert/bufferframesconvert.c:
14644         (buffer_frames_convert_chain):
14645         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
14646         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
14647         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_bufferalloc),
14648         (gst_ffmpegcsp_chain):
14649         * gst/videorate/gstvideorate.c: (gst_videorate_transformcaps),
14650         (gst_videorate_getcaps), (gst_videorate_setcaps),
14651         (gst_videorate_event), (gst_videorate_chain):
14652         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_activate),
14653         (gst_videotestsrc_src_query), (gst_videotestsrc_loop):
14654         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
14655         (gst_ximagesink_setcaps), (gst_ximagesink_buffer_alloc):
14656         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
14657         (gst_xvimage_buffer_finalize), (gst_xvimage_buffer_free),
14658         (gst_xvimage_buffer_class_init), (gst_xvimage_buffer_get_type),
14659         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_put),
14660         (gst_xvimagesink_show_frame), (gst_xvimagesink_buffer_alloc):
14661         Cleanups and buffer alloc.
14662
14663 2005-05-31  Wim Taymans  <wim@fluendo.com>
14664
14665         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_delay):
14666         Don't try to call the delay method when the device is not
14667         opened.
14668
14669 2005-05-31  Wim Taymans  <wim@fluendo.com>
14670
14671         * ext/alsa/gstalsasink.c: (set_hwparams), (gst_alsasink_open):
14672         Get actual segment size and buffer size after opening
14673         the device.
14674
14675 2005-05-30  Wim Taymans  <wim@fluendo.com>
14676
14677         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_activate_chain),
14678         (gst_ogg_demux_perform_seek), (gst_ogg_demux_clear_chains):
14679         Also FLUSH upstream, makes the loop function exit faster.
14680         
14681         * ext/theora/theoradec.c: (theora_dec_src_query):
14682         Some more debug info in the query.
14683         
14684         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
14685         (gst_ximagesink_setcaps):
14686         Release lock on par error, better error reporting.
14687
14688 2005-05-26  Wim Taymans  <wim@fluendo.com>
14689
14690         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
14691         (gst_ogg_demux_activate_chain), (gst_ogg_demux_chain),
14692         (gst_ogg_demux_clear_chains), (gst_ogg_demux_change_state):
14693         Clear chains in READY
14694         Queue packets until the chain is activated.
14695
14696 2005-05-25  Wim Taymans  <wim@fluendo.com>
14697
14698         * gst-libs/gst/audio/gstaudiosink.c:
14699         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
14700         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
14701         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
14702         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
14703         (gst_audioringbuffer_delay), (gst_audiosink_class_init),
14704         (gst_audiosink_create_ringbuffer):
14705         * gst-libs/gst/audio/gstbaseaudiosink.c:
14706         (gst_baseaudiosink_class_init), (gst_baseaudiosink_init),
14707         (gst_baseaudiosink_get_clock), (gst_baseaudiosink_get_time),
14708         (gst_baseaudiosink_set_property), (build_linear_format),
14709         (debug_spec_caps), (debug_spec_buffer),
14710         (gst_baseaudiosink_setcaps), (gst_baseaudiosink_get_times),
14711         (gst_baseaudiosink_event), (gst_baseaudiosink_preroll),
14712         (gst_baseaudiosink_render), (gst_baseaudiosink_create_ringbuffer),
14713         (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
14714         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
14715         (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
14716         (gst_ringbuffer_release), (gst_ringbuffer_is_acquired),
14717         (gst_ringbuffer_play), (gst_ringbuffer_pause),
14718         (gst_ringbuffer_stop), (gst_ringbuffer_delay),
14719         (gst_ringbuffer_played_samples), (gst_ringbuffer_set_sample),
14720         (wait_segment), (gst_ringbuffer_commit),
14721         (gst_ringbuffer_prepare_read), (gst_ringbuffer_advance),
14722         (gst_ringbuffer_clear):
14723         Various small cleanups.
14724
14725         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
14726         (gst_audio_convert_change_state):
14727         * gst/subparse/gstsubparse.c: (gst_subparse_chain):
14728         No need to take the locks anymore.
14729
14730 2005-05-25  Wim Taymans  <wim@fluendo.com>
14731
14732         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
14733         (gst_decode_bin_dispose), (try_to_link_1), (get_our_ghost_pad),
14734         (remove_element_chain), (no_more_pads), (unlinked), (close_link),
14735         (type_found):
14736         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_dispose),
14737         (group_destroy), (group_commit), (queue_overrun),
14738         (gen_preroll_element), (no_more_pads), (preroll_unlinked),
14739         (mute_stream), (new_decoded_pad), (setup_substreams),
14740         (setup_source), (mute_group_type), (set_active_source),
14741         (gst_play_base_bin_change_state):
14742         * gst/playback/gstplaybin.c: (gst_play_bin_dispose),
14743         (gen_video_element), (gen_text_element), (gen_audio_element),
14744         (gen_vis_element), (remove_sinks), (add_sink), (setup_sinks):
14745         * gst/playback/gststreaminfo.c: (gst_stream_info_new),
14746         (gst_stream_info_dispose), (gst_stream_info_set_mute):
14747         * gst/playback/gststreamselector.c: (gst_stream_selector_chain):
14748         Some playbin cleanups mostly refcounting sloppyness.
14749
14750 2005-05-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14751
14752         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet):
14753           Work with streaming input.
14754
14755 2005-05-25  Wim Taymans  <wim@fluendo.com>
14756
14757         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
14758         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
14759         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_bufferalloc),
14760         (gst_ffmpegcsp_chain), (gst_ffmpegcsp_change_state):
14761         No need to take the STREAM lock anymore.
14762
14763 2005-05-25  Wim Taymans  <wim@fluendo.com>
14764
14765         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose),
14766         (gst_ogg_pad_typefind), (gst_ogg_pad_submit_packet),
14767         (gst_ogg_chain_new_stream), (gst_ogg_demux_perform_seek),
14768         (gst_ogg_demux_chain), (gst_ogg_demux_loop),
14769         (gst_ogg_demux_sink_activate):
14770         * ext/theora/theoradec.c: (theora_dec_src_event),
14771         (theora_handle_comment_packet), (theora_dec_chain),
14772         (theora_dec_change_state):
14773         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
14774         (vorbis_handle_data_packet), (vorbis_dec_chain),
14775         (vorbis_dec_change_state):
14776         Remove STREAM locks as they are taken in core now.
14777         Never set bogus granulepos on vorbis/theora.
14778         Fix leaks in theoradec tag parsing.
14779
14780 2005-05-25  Wim Taymans  <wim@fluendo.com>
14781
14782         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_create):
14783         Fix memleaks, GST_BUFFER_DATA() is not freed.
14784
14785 2005-05-25  Wim Taymans  <wim@fluendo.com>
14786
14787         * ext/alsa/gstalsasink.c: (gst_alsasink_open):
14788         Open non-blocking, set to blocking mode afterwards to avoid
14789         lockups when audio device is busy.
14790
14791 2005-05-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14792
14793         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_clear):
14794           This can't be good.
14795
14796 2005-05-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14797
14798         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init),
14799         (gst_audio_convert_chain), (gst_audio_convert_link_src),
14800         (gst_audio_convert_setcaps):
14801           Implement instant setup switching.
14802
14803 2005-05-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14804
14805         * gst/playback/gstplaybasebin.c: (probe_triggered):
14806           Fix missing unlock.
14807         * gst/playback/gstplaybin.c: (add_sink):
14808           First add, then link (otherwise pad link fails).
14809
14810 2005-05-19  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
14811
14812         * examples/Makefile.am:
14813         fix buildbot (make distcheck)
14814
14815 2005-05-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14816
14817         * gst/playback/gstplaybin.c: (gen_vis_element):
14818           Remove some wrong code. Doesn't work yet.
14819
14820 2005-05-19  Wim Taymans  <wim@fluendo.com>
14821
14822         * gst-libs/gst/net/Makefile.am:
14823         * gst-libs/gst/net/README:
14824         * gst-libs/gst/net/gstnetbuffer.c: (gst_netbuffer_get_type),
14825         (gst_netbuffer_class_init), (gst_netbuffer_init),
14826         (gst_netbuffer_finalize), (gst_netbuffer_copy),
14827         (gst_netbuffer_new), (gst_netaddress_set_ip4_address),
14828         (gst_netaddress_set_ip6_address), (gst_netaddress_get_net_type),
14829         (gst_netaddress_get_ip4_address), (gst_netaddress_get_ip6_address):
14830         * gst-libs/gst/net/gstnetbuffer.h:
14831         Added buffer subclass to store extra to/from addresses for
14832         network sources/sinks.
14833
14834 2005-05-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14835
14836         * gst-libs/gst/gconf/gconf.c: (gst_bin_find_unconnected_pad):
14837           Don't lock an unassigned variable.
14838
14839 2005-05-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14840
14841         * gst/playback/gstplaybasebin.c: (gen_preroll_element):
14842           Increase buffer for video, decrease buffer for other media types.
14843         * gst/playback/gstplaybin.c: (gen_video_element),
14844         (gen_audio_element):
14845           Change names for debugging purposes.
14846
14847 2005-05-18  Wim Taymans  <wim@fluendo.com>
14848
14849         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
14850         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
14851         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_bufferalloc),
14852         (gst_ffmpegcsp_chain):
14853         Enable buffer alloc passthrough if the source and dest
14854         formats are the same.
14855
14856 2005-05-17  Wim Taymans  <wim@fluendo.com>
14857
14858         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_internal_chain),
14859         (gst_ogg_demux_submit_buffer), (gst_ogg_demux_get_data),
14860         (gst_ogg_demux_chain_unlocked):
14861         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
14862         (gst_audio_convert_caps_remove_format_info),
14863         (gst_audio_convert_getcaps), (gst_audio_convert_setcaps),
14864         (gst_audio_convert_fixate), (gst_audio_convert_change_state):
14865         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
14866         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
14867         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_init),
14868         (gst_ffmpegcsp_bufferalloc), (gst_ffmpegcsp_chain),
14869         (gst_ffmpegcsp_change_state), (gst_ffmpegcsp_set_property),
14870         (gst_ffmpegcsp_get_property):
14871         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
14872         (gst_xvimage_buffer_finalize), (gst_xvimage_buffer_free),
14873         (gst_xvimage_buffer_class_init), (gst_xvimage_buffer_get_type),
14874         (gst_xvimagesink_check_xshm_calls), (gst_xvimagesink_xvimage_new),
14875         (gst_xvimagesink_xvimage_put), (gst_xvimagesink_imagepool_clear),
14876         (gst_xvimagesink_setcaps), (gst_xvimagesink_change_state),
14877         (gst_xvimagesink_show_frame), (gst_xvimagesink_buffer_free),
14878         (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_set_xwindow_id):
14879         Leak fixes in oggdemux.
14880         Some cleanups in audioconvert.
14881         Make passthrough work along with buffer_alloc etc.
14882         Make buffer_alloc and buffer recycling actually work in
14883         xvimagesink.
14884
14885 2005-05-17  Thomas Vander Stichele  <thomas at apestaart dot org>
14886
14887         * gst/subparse/gstsubparse.c: (parse_subrip), (parse_mpsub):
14888           make the compiler happy
14889
14890 2005-05-17  Wim Taymans  <wim@fluendo.com>
14891
14892         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new):
14893         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_finalize),
14894         (gst_xvimage_buffer_init), (gst_xvimage_buffer_class_init),
14895         (gst_xvimage_buffer_get_type), (gst_xvimagesink_check_xshm_calls),
14896         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_put),
14897         (gst_xvimagesink_imagepool_clear), (gst_xvimagesink_setcaps),
14898         (gst_xvimagesink_change_state), (gst_xvimagesink_show_frame),
14899         (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc),
14900         (gst_xvimagesink_set_xwindow_id):
14901         * sys/xvimage/xvimagesink.h:
14902         Port xvimagesink to new MiniObject.
14903
14904 2005-05-17  Wim Taymans  <wim@fluendo.com>
14905
14906         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link),
14907         (gst_audiofilter_chain):
14908         * gst-libs/gst/audio/gstaudiosink.c:
14909         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
14910         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
14911         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
14912         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
14913         (gst_audioringbuffer_delay), (gst_audiosink_class_init),
14914         (gst_audiosink_create_ringbuffer):
14915         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
14916         (gst_audio_convert_caps_remove_format_info),
14917         (gst_audio_convert_getcaps), (gst_audio_convert_setcaps),
14918         (gst_audio_convert_fixate), (gst_audio_convert_channels):
14919         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
14920         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
14921         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_chain):
14922         Fix passthrough in ffmpegcolorspace.
14923         Fix memset in audiosink on wrong memory.
14924
14925 2005-05-16  David Schleef  <ds@schleef.org>
14926
14927         * gst/playback/gststreaminfo.c: (cb_probe): Port from GstData
14928         to GstMiniObject.
14929
14930 2005-05-16  David Schleef  <ds@schleef.org>
14931
14932         Port from GstData to GstMiniObject.
14933         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose):
14934         * ext/ogg/gstoggmux.c: (gst_ogg_mux_buffer_from_page),
14935         (gst_ogg_mux_queue_pads), (gst_ogg_mux_set_header_on_caps),
14936         (gst_ogg_mux_collected):
14937         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
14938         * ext/theora/theoradec.c: (theora_handle_comment_packet),
14939         (theora_handle_data_packet):
14940         * ext/theora/theoraenc.c: (theora_buffer_from_packet),
14941         (theora_set_header_on_caps), (theora_enc_chain):
14942         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
14943         (vorbis_handle_comment_packet):
14944         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_set_header_on_caps):
14945         * ext/vorbis/vorbisparse.c: (vorbis_parse_set_header_on_caps):
14946         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_chain):
14947         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_chain):
14948         * gst/audioconvert/gstaudioconvert.c:
14949         (gst_audio_convert_get_buffer):
14950         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init):
14951         * gst/playback/gstplaybasebin.c: (check_queue), (probe_triggered),
14952         (mute_stream), (silence_stream):
14953         * gst/playback/gstplaybin.c: (gst_play_bin_class_init):
14954         * gst/volume/gstvolume.c: (volume_transform):
14955         * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
14956         (gst_ximage_buffer_init), (gst_ximage_buffer_class_init),
14957         (gst_ximage_buffer_get_type), (gst_ximagesink_check_xshm_calls),
14958         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy),
14959         (gst_ximagesink_ximage_put), (gst_ximagesink_imagepool_clear),
14960         (gst_ximagesink_show_frame), (gst_ximagesink_buffer_free),
14961         (gst_ximagesink_buffer_alloc):
14962         * sys/ximage/ximagesink.h:
14963
14964 2005-05-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14965
14966         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
14967         (fill_buffer), (check_queue), (queue_threshold_reached),
14968         (queue_out_of_data):
14969         * gst/playback/gstplaybasebin.h:
14970           Post buffer-fullness on the bus.
14971
14972 2005-05-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14973
14974         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
14975         (try_to_link_1):
14976         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
14977         (group_commit), (probe_triggered), (setup_source),
14978         (gst_play_base_bin_change_state):
14979         * gst/playback/gstplaybasebin.h:
14980         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
14981         (gst_play_bin_init), (remove_sinks), (setup_sinks),
14982         (gst_play_bin_change_state):
14983           Move setup_output_pads into a virtual function, remove
14984           group-switch (no longer needed) and redirect (handled by bus
14985           now) signals.
14986
14987 2005-05-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14988
14989         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
14990         (gst_play_base_bin_class_init), (gst_play_base_bin_finalize),
14991         (get_active_group), (get_building_group), (group_destroy),
14992         (group_commit), (check_queue), (queue_overrun),
14993         (queue_threshold_reached), (queue_out_of_data),
14994         (gen_preroll_element), (remove_groups), (unknown_type),
14995         (add_element_stream), (no_more_pads), (probe_triggered),
14996         (preroll_unlinked), (new_decoded_pad), (setup_subtitle),
14997         (setup_substreams), (setup_source), (finish_source),
14998         (prepare_output), (muted_group_change_state),
14999         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property),
15000         (gst_play_base_bin_change_state):
15001         * gst/playback/gstplaybasebin.h:
15002         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
15003         (gst_play_bin_init), (gst_play_bin_set_property),
15004         (gen_video_element), (gen_text_element), (gen_audio_element),
15005         (gen_vis_element), (remove_sinks), (add_sink), (setup_sinks),
15006         (gst_play_bin_change_state):
15007         * gst/playback/gststreaminfo.c: (gst_stream_info_class_init),
15008         (cb_probe), (gst_stream_info_new), (gst_stream_info_dispose),
15009         (stream_info_change_state), (gst_stream_info_set_mute),
15010         (gst_stream_info_get_property):
15011         * gst/playback/gststreaminfo.h:
15012         * gst/playback/gststreamselector.c: (gst_stream_selector_init),
15013         (gst_stream_selector_get_linked_pad),
15014         (gst_stream_selector_getcaps),
15015         (gst_stream_selector_get_linked_pads),
15016         (gst_stream_selector_request_new_pad), (gst_stream_selector_chain):
15017         * gst/playback/gststreamselector.h:
15018           Rough port of playbin. Needs some more work, but is mostly done,
15019           and uses a few locks in important places, which should make stuff
15020           like chain-switches clean. Still uses GST_STATE() in a few places,
15021           which isn't all that good an idea, subtitles/elements disabled
15022           because no elements to test with and thus probably broken, query
15023           and event handling moved to GstBin, internal thread removed
15024           alltogether because the pipeline does that for us now. Can play
15025           Ogg/Vorbis files. Haven't tested anything else yet.
15026
15027 2005-05-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15028
15029         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_activate_chain):
15030           Do no-more-pads (needed for autoplugging).
15031
15032 2005-05-10  Andy Wingo  <wingo@pobox.com>
15033
15034         * ext/vorbis/vorbisdec.c (vorbis_handle_comment_packet): Post a
15035         message to the bus with the tags. Still not sent downstream tho.
15036
15037         * gst/playback/gstdecodebin.c (remove_element_chain): Unref after
15038         get_parent.
15039         (remove_element_chain): Use OBJECT_PARENT instead of get_parent to
15040         avoid refcounting hassles.
15041
15042 2005-05-09  Andy Wingo  <wingo@pobox.com>
15043
15044         * gst/volume/Makefile.am:
15045         * gst/volume/demo.c
15046         * gst/volume/gstvolume.h
15047         * gst/volume/gstvolume.c: Port to 0.9 API, derive from
15048         basetransform. Probably need an audio filter base class.
15049
15050 2005-05-09  Wim Taymans  <wim@fluendo.com>
15051
15052         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_sink_setcaps),
15053         (gst_vorbisenc_src_query), (gst_vorbisenc_sink_query),
15054         (gst_vorbisenc_set_header_on_caps), (gst_vorbisenc_sink_event),
15055         (gst_vorbisenc_chain):
15056         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
15057         (gst_audio_convert_caps_remove_format_info),
15058         (gst_audio_convert_getcaps), (gst_audio_convert_setcaps),
15059         (gst_audio_convert_fixate), (gst_audio_convert_channels):
15060         Make caps writable before writing to it.
15061         Fix negotiation in audioconvert some more.
15062
15063 2005-05-09  Wim Taymans  <wim@fluendo.com>
15064
15065         * gst/videorate/gstvideorate.c: (gst_videorate_transformcaps),
15066         (gst_videorate_getcaps), (gst_videorate_setcaps),
15067         (gst_videorate_event), (gst_videorate_chain):
15068         Better negotiation.
15069
15070 2005-05-09  Wim Taymans  <wim@fluendo.com>
15071
15072         * gst/videorate/gstvideorate.c: (gst_videorate_class_init),
15073         (gst_videorate_getcaps), (gst_videorate_setcaps),
15074         (gst_videorate_blank_data), (gst_videorate_init),
15075         (gst_videorate_event), (gst_videorate_chain),
15076         (gst_videorate_change_state):
15077         Port videorate, do a better job at negotiation while we're at
15078         it.
15079
15080 2005-05-09  Jan Schmidt  <thaytan@mad.scientist.com>
15081
15082         * configure.ac:
15083           Disable libvisual
15084
15085         * examples/Makefile.am:
15086         * gst-libs/gst/audio/Makefile.am:
15087         * gst-libs/gst/riff/Makefile.am:
15088         * gst-libs/gst/tag/Makefile.am:
15089         * gst-libs/gst/video/Makefile.am:
15090           Fixups for missing variables.
15091
15092 2005-05-09  Wim Taymans  <wim@fluendo.com>
15093
15094         * examples/seeking/seek.c: (make_theora_pipeline),
15095         (make_vorbis_theora_pipeline), (make_avi_msmpeg4v3_mp3_pipeline),
15096         (query_rates), (query_positions_elems), (query_positions_pads),
15097         (update_scale), (play_cb), (pause_cb), (stop_cb), (main):
15098         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_init),
15099         (gst_ogg_pad_query_types), (gst_ogg_pad_src_query),
15100         (gst_ogg_pad_typefind), (gst_ogg_demux_init),
15101         (gst_ogg_demux_perform_seek), (gst_ogg_demux_read_chain),
15102         (gst_ogg_demux_read_end_chain), (gst_ogg_demux_sink_activate):
15103         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
15104         (gst_ogg_mux_request_new_pad), (gst_ogg_mux_next_buffer),
15105         (gst_ogg_mux_push_page), (gst_ogg_mux_queue_pads),
15106         (gst_ogg_mux_get_headers), (gst_ogg_mux_send_headers),
15107         (gst_ogg_mux_collected), (gst_ogg_mux_change_state):
15108         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_init),
15109         (gst_ogm_video_parse_init), (gst_ogm_text_parse_init),
15110         (gst_ogm_parse_sink_query), (gst_ogm_parse_chain):
15111         * ext/theora/theoradec.c: (gst_theora_dec_init), (_inc_granulepos),
15112         (theora_dec_src_convert), (theora_dec_sink_convert),
15113         (theora_dec_src_query), (theora_dec_sink_query),
15114         (theora_dec_src_event), (theora_dec_sink_event),
15115         (theora_handle_comment_packet), (theora_handle_type_packet),
15116         (theora_handle_header_packet), (theora_handle_data_packet),
15117         (theora_dec_chain):
15118         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
15119         (vorbis_dec_convert), (vorbis_dec_src_query),
15120         (vorbis_dec_sink_query), (vorbis_dec_src_event),
15121         (vorbis_dec_sink_event), (vorbis_handle_comment_packet),
15122         (vorbis_handle_type_packet), (vorbis_handle_header_packet),
15123         (copy_samples), (vorbis_handle_data_packet), (vorbis_dec_chain):
15124         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_src_query),
15125         (gst_vorbisenc_sink_query), (gst_vorbisenc_init),
15126         (gst_vorbisenc_sink_event), (gst_vorbisenc_chain):
15127         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
15128         (gst_play_bin_query):
15129         * gst/playback/test3.c: (update_scale):
15130         * gst/sine/gstsinesrc.c: (gst_sinesrc_setcaps),
15131         (gst_sinesrc_src_query), (gst_sinesrc_create), (gst_sinesrc_start):
15132         * gst/subparse/gstsubparse.c: (gst_subparse_init):
15133         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_init),
15134         (gst_videotestsrc_src_query):
15135         * gst/videotestsrc/videotestsrc.c: (paint_hline_I420),
15136         (paint_hline_Y41B), (paint_hline_Y42B), (paint_hline_Y800),
15137         (paint_hline_YUV9):
15138         * sys/ximage/ximagesink.c: (gst_ximagesink_show_frame):
15139         Port to new query API.
15140         Updated seek.
15141         Cleanups in x[v]imagesink
15142
15143 2005-05-09  Andy Wingo  <wingo@pobox.com>
15144
15145         * ext/alsa/gstalsasink.h:
15146         * ext/gnomevfs/gstgnomevfssrc.c:
15147         (gst_gnomevfssrc_get_icy_metadata):
15148         * ext/ogg/gstoggdemux.c (gst_ogg_demux_perform_seek)
15149         (gst_ogg_demux_read_chain, gst_ogg_demux_read_end_chain)
15150         * ext/theora/theoradec.c (theora_dec_src_query)
15151         (theora_dec_src_event, theora_dec_sink_event)
15152         (theora_handle_comment_packet, theora_handle_data_packet):
15153         * ext/theora/theoraenc.c (theora_enc_chain):
15154         * ext/vorbis/vorbisdec.c (vorbis_dec_src_event)
15155         (vorbis_dec_sink_event, vorbis_handle_comment_packet):
15156         * gst/audioconvert/gstaudioconvert.c (gst_audio_convert_getcaps):
15157         * gst/typefind/gsttypefindfunctions.c (mp3_type_find)
15158         (qt_type_find):
15159         * gst/videotestsrc/videotestsrc.c (paint_setup_I420)
15160         (paint_setup_YV12, paint_setup_YUY2, paint_setup_UYVY)
15161         (paint_setup_YVYU, paint_setup_IYU2, paint_setup_Y41B)
15162         (paint_setup_Y42B, paint_setup_Y800, paint_setup_IMC1)
15163         (paint_setup_IMC2, paint_setup_IMC3, paint_setup_IMC4)
15164         (paint_setup_YVU9, paint_setup_YUV9, paint_setup_xRGB8888)
15165         (paint_setup_xBGR8888, paint_setup_RGBx8888)
15166         (paint_setup_BGRx8888, paint_setup_RGB888, paint_setup_BGR888)
15167         (paint_setup_RGB565, paint_setup_xRGB1555):
15168         * gst/videotestsrc/videotestsrc.h:
15169         * sys/ximage/ximagesink.c (gst_ximagesink_buffer_alloc):
15170         * sys/xvimage/xvimagesink.c (gst_xvimagesink_get_xv_support)
15171         (gst_xvimagesink_setcaps, gst_xvimagesink_buffer_alloc):
15172         GCC4 fixes.
15173         
15174         * ext/ogg/gstoggdemux.c (gst_ogg_demux_find_chains): Use the new
15175         gst_pad_query_position. Fixes oggdemux.
15176
15177 2005-05-08  David Schleef  <ds@schleef.org>
15178
15179         * configure.ac: Require liboil.
15180         * gst/videotestsrc/gstvideotestsrc.c: Fix up liboil calls, add
15181         a few more.
15182         * gst/videotestsrc/videotestsrc.c:
15183         * gst/videotestsrc/videotestsrc.h:
15184
15185 2005-05-06  Wim Taymans  <wim@fluendo.com>
15186
15187         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
15188         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
15189         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_chain):
15190         Well, unreffing a buffer right before pushing it is asking
15191         for trouble..
15192
15193 2005-05-06  Christian Schaller  <uraeus@gnome.org>
15194
15195         * pkgconfig/gstreamer-libs.pc.in: add missing library calls
15196
15197 2005-05-06  Wim Taymans  <wim@fluendo.com>
15198
15199         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
15200         (gst_audio_convert_caps_remove_format_info),
15201         (gst_audio_convert_getcaps), (gst_audio_convert_setcaps),
15202         (gst_audio_convert_fixate), (gst_audio_convert_channels):
15203         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
15204         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
15205         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_chain):
15206         * gst/sine/Makefile.am:
15207         * gst/sine/gstsinesrc.c: (gst_sinesrc_get_type),
15208         (gst_sinesrc_class_init), (gst_sinesrc_init),
15209         (gst_sinesrc_src_fixate), (gst_sinesrc_setcaps),
15210         (gst_sinesrc_src_query), (gst_sinesrc_create), (gst_sinesrc_start),
15211         (gst_sinesrc_update_freq):
15212         * gst/sine/gstsinesrc.h:
15213         * gst/tcp/gstmultifdsink.c:
15214         * sys/xvimage/xvimagesink.c:
15215         Fixed negotiation wrt _peer_get_caps()
15216         Some cleanups.
15217
15218
15219 2005-05-06  Wim Taymans  <wim@fluendo.com>
15220
15221         * gst-libs/gst/audio/gstaudiosink.c:
15222         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
15223         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
15224         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
15225         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
15226         (gst_audioringbuffer_delay), (gst_audiosink_class_init),
15227         (gst_audiosink_create_ringbuffer):
15228         * gst-libs/gst/audio/gstbaseaudiosink.c:
15229         (gst_baseaudiosink_class_init), (gst_baseaudiosink_init),
15230         (gst_baseaudiosink_get_clock), (gst_baseaudiosink_get_time),
15231         (gst_baseaudiosink_set_property), (build_linear_format),
15232         (debug_spec_caps), (debug_spec_buffer),
15233         (gst_baseaudiosink_setcaps), (gst_baseaudiosink_get_times),
15234         (gst_baseaudiosink_event), (gst_baseaudiosink_preroll),
15235         (gst_baseaudiosink_render), (gst_baseaudiosink_create_ringbuffer),
15236         (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
15237         * gst-libs/gst/audio/gstbaseaudiosink.h:
15238         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
15239         (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
15240         (gst_ringbuffer_release), (gst_ringbuffer_is_acquired),
15241         (gst_ringbuffer_play), (gst_ringbuffer_pause),
15242         (gst_ringbuffer_stop), (gst_ringbuffer_delay),
15243         (gst_ringbuffer_played_samples), (gst_ringbuffer_set_sample),
15244         (wait_segment), (gst_ringbuffer_commit),
15245         (gst_ringbuffer_prepare_read), (gst_ringbuffer_advance),
15246         (gst_ringbuffer_clear):
15247         * gst-libs/gst/audio/gstringbuffer.h:
15248         Make the base audiosink return an error when there is no
15249         audiobuffer negotiated.
15250
15251 2005-05-06  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
15252
15253         * ext/Makefile.am:
15254         Disable cdparanoia until someone ports it!
15255
15256 2005-05-06  Wim Taymans  <wim@fluendo.com>
15257
15258         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
15259         (gst_ogg_demux_sink_activate):
15260         And revert after wingo's revert.. sigh..
15261
15262 2005-05-05  Andy Wingo  <wingo@pobox.com>
15263
15264         * gst/audiorate/gstaudiorate.c (gst_audiorate_class_init): Pacify
15265         GObject.
15266         * configure.ac: Return audiorate and subparse from the ghetto.
15267         Re-enable -Wall -Werror.
15268         * gst/subparse/gstsubparse.c:
15269         * gst/subparse/gstsubparse.h: Port to 0.9. Can operate loop-based
15270         or chain-based. Cleaned up a bit. Not tested.
15271         
15272 2005-05-05  Christian Schaller <christian@fluendo.com> 
15273
15274         * Makefile.am: remove stuff that is not building
15275         * configure.ac: remove stuff that is not building
15276         * examples/Makefile.am: remove stuff that is not building
15277         * ext/alsa/gstalsasink.c: add alsa/ before the alsalib.h file
15278         * ext/alsa/gstalsasink.h: add alsa/ before the alsalib.h file
15279         * sys/Makefile.am: remove stuff that is not building
15280         * testsuite/Makefile.am: remove stuff that is not building
15281
15282 2005-05-05  Andy Wingo  <wingo@pobox.com>
15283
15284         * gst-libs/gst/tag/gstid3tag.c: (gst_tag_list_new_from_id3v1):
15285         * gst-libs/gst/tag/gstvorbistag.c:
15286         (gst_tag_list_from_vorbiscomment_buffer), (gst_vorbis_tag_chain):
15287         * gst/adder/gstadder.h:
15288         * gst/audioconvert/gstchannelmix.c:
15289         (gst_audio_convert_fill_one_other):
15290         * gst/audiorate/gstaudiorate.c: (gst_audiorate_setcaps),
15291         (gst_audiorate_init), (gst_audiorate_chain):
15292         * gst/playback/gstplaybasebin.c: (setup_source):
15293         * gst/playback/test3.c: (update_scale):
15294         Some GCC4 fixes
15295         
15296         * po/af.po:
15297         * po/az.po:
15298         * po/cs.po:
15299         * po/en_GB.po:
15300         * po/hu.po:
15301         * po/it.po:
15302         * po/nb.po:
15303         * po/nl.po:
15304         * po/or.po:
15305         * po/sq.po:
15306         * po/sr.po:
15307         * po/sv.po:
15308         * po/uk.po:
15309         * po/vi.po: Foo
15310
15311 2005-05-05  Wim Taymans  <wim@fluendo.com>
15312
15313         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
15314         (gst_audio_convert_caps_remove_format_info),
15315         (gst_audio_convert_setcaps), (gst_audio_convert_fixate),
15316         (gst_audio_convert_change_state), (gst_audio_convert_channels):
15317         * gst/videotestsrc/gstvideotestsrc.c:
15318         (gst_videotestsrc_src_negotiate), (gst_videotestsrc_src_link),
15319         (gst_videotestsrc_parse_caps), (gst_videotestsrc_src_accept_caps),
15320         (gst_videotestsrc_setcaps), (gst_videotestsrc_activate),
15321         (gst_videotestsrc_init), (gst_videotestsrc_loop):
15322         Don't ignore _push() return values.
15323         Make sure no processing is done when shutting down.
15324         Videotestsrc pad activation fix.
15325
15326 2005-05-05  Wim Taymans  <wim@fluendo.com>
15327
15328         * gst/adder/Makefile.am:
15329         * gst/adder/gstadder.c: (gst_adder_setcaps),
15330         (gst_adder_class_init), (gst_adder_init),
15331         (gst_adder_request_new_pad), (gst_adder_collected),
15332         (gst_adder_change_state):
15333         * gst/adder/gstadder.h:
15334         Ported adder as an example of a mixer element using
15335         collect pads. Needs more negotiation work.
15336
15337 2005-05-05  Wim Taymans  <wim@fluendo.com>
15338
15339         * ext/theora/theoradec.c: (_inc_granulepos),
15340         (theora_dec_src_event), (theora_dec_sink_event),
15341         (theora_handle_comment_packet), (theora_handle_type_packet),
15342         (theora_handle_header_packet), (theora_handle_data_packet),
15343         (theora_dec_chain):
15344         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
15345         (gst_theora_enc_init), (theora_enc_sink_setcaps),
15346         (theora_push_buffer), (theora_push_packet),
15347         (theora_enc_sink_event), (theora_enc_chain),
15348         (theora_enc_change_state), (theora_enc_set_property),
15349         (theora_enc_get_property):
15350         Added stream lock to decoder so that we can serialize
15351         the discont event.
15352         More theoraenc porting, recover from errors, do clean
15353         shutdown.
15354
15355 2005-05-05  Wim Taymans  <wim@fluendo.com>
15356
15357         * ext/ogg/Makefile.am:
15358         * ext/ogg/README:
15359         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
15360         (gst_ogg_pad_submit_packet), (gst_ogg_demux_sink_activate),
15361         (gst_ogg_print):
15362         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
15363         (gst_ogg_mux_request_new_pad), (gst_ogg_mux_next_buffer),
15364         (gst_ogg_mux_push_page), (gst_ogg_mux_queue_pads),
15365         (gst_ogg_mux_get_headers), (gst_ogg_mux_set_header_on_caps),
15366         (gst_ogg_mux_send_headers), (gst_ogg_mux_collected),
15367         (gst_ogg_mux_change_state):
15368         Ported ogg muxer.
15369
15370 2005-05-05  Wim Taymans  <wim@fluendo.com>
15371
15372         * docs/design-audiosinks.txt:
15373         * gst-libs/gst/audio/TODO:
15374         * gst-libs/gst/audio/gstaudiosink.c:
15375         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
15376         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
15377         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
15378         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
15379         (gst_audioringbuffer_delay), (gst_audiosink_class_init),
15380         (gst_audiosink_create_ringbuffer):
15381         * gst-libs/gst/audio/gstbaseaudiosink.c:
15382         (gst_baseaudiosink_class_init), (gst_baseaudiosink_init),
15383         (gst_baseaudiosink_get_clock), (gst_baseaudiosink_get_time),
15384         (gst_baseaudiosink_set_property), (build_linear_format),
15385         (debug_spec_caps), (debug_spec_buffer),
15386         (gst_baseaudiosink_setcaps), (gst_baseaudiosink_get_times),
15387         (gst_baseaudiosink_event), (gst_baseaudiosink_preroll),
15388         (gst_baseaudiosink_render), (gst_baseaudiosink_create_ringbuffer),
15389         (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
15390         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
15391         (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
15392         (gst_ringbuffer_release), (gst_ringbuffer_play),
15393         (gst_ringbuffer_pause), (gst_ringbuffer_stop),
15394         (gst_ringbuffer_delay), (gst_ringbuffer_played_samples),
15395         (gst_ringbuffer_set_sample), (wait_segment),
15396         (gst_ringbuffer_commit), (gst_ringbuffer_prepare_read),
15397         (gst_ringbuffer_advance), (gst_ringbuffer_clear):
15398         More work on the audiosink, mostly debugging and a race in
15399         shutdown.
15400
15401 2005-04-28  Wim Taymans  <wim@fluendo.com>
15402
15403         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
15404         (gst_ogg_demux_perform_seek), (gst_ogg_demux_sink_activate):
15405         * ext/vorbis/vorbisdec.c: (vorbis_dec_convert),
15406         (vorbis_dec_src_query), (vorbis_dec_src_event),
15407         (vorbis_dec_sink_event), (vorbis_handle_comment_packet),
15408         (vorbis_handle_type_packet), (vorbis_handle_header_packet),
15409         (copy_samples), (vorbis_handle_data_packet), (vorbis_dec_chain):
15410         Don't crap out when seeking back to position 0.
15411
15412 2005-04-28  Wim Taymans  <wim@fluendo.com>
15413
15414         * examples/seeking/seek.c: (make_mod_pipeline), (make_dv_pipeline),
15415         (make_wav_pipeline), (make_flac_pipeline), (make_sid_pipeline),
15416         (make_vorbis_pipeline), (make_vorbis_theora_pipeline),
15417         (make_avi_msmpeg4v3_mp3_pipeline), (make_mp3_pipeline),
15418         (make_avi_pipeline), (make_mpeg_pipeline), (make_mpegnt_pipeline):
15419         Make audio sink configurable, use alsasink as default.
15420
15421 2005-04-28  Wim Taymans  <wim@fluendo.com>
15422
15423         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
15424         (vorbis_dec_sink_event), (vorbis_handle_comment_packet),
15425         (vorbis_handle_type_packet), (vorbis_handle_header_packet),
15426         (copy_samples), (vorbis_handle_data_packet), (vorbis_dec_chain),
15427         (vorbis_dec_change_state):
15428         * ext/vorbis/vorbisdec.h:
15429         Refactor, use STREAM_LOCK.
15430
15431 2005-04-28  Wim Taymans  <wim@fluendo.com>
15432
15433         * ext/theora/theoradec.c: (_inc_granulepos),
15434         (theora_dec_sink_event), (theora_handle_comment_packet),
15435         (theora_handle_type_packet), (theora_handle_header_packet),
15436         (theora_handle_data_packet), (theora_dec_chain),
15437         (theora_dec_change_state):
15438         Refactor a bit, use STREAM_LOCK.
15439
15440 2005-04-28  Wim Taymans  <wim@fluendo.com>
15441
15442         * ext/alsa/Makefile.am:
15443         * ext/alsa/gstalsa.c: (gst_alsa_init), (gst_alsa_get_caps),
15444         (gst_alsa_fixate_to_mimetype), (gst_alsa_fixate_field_nearest_int),
15445         (gst_alsa_link), (gst_alsa_close_audio):
15446         * ext/alsa/gstalsaplugin.c: (plugin_init):
15447         * ext/alsa/gstalsasink.c: (gst_alsasink_get_type),
15448         (gst_alsasink_dispose), (gst_alsasink_base_init),
15449         (gst_alsasink_class_init), (gst_alsasink_init),
15450         (gst_alsasink_getcaps), (set_hwparams), (set_swparams),
15451         (alsasink_parse_spec), (gst_alsasink_open), (gst_alsasink_close),
15452         (xrun_recovery), (gst_alsasink_write), (gst_alsasink_delay),
15453         (gst_alsasink_reset):
15454         * ext/alsa/gstalsasink.h:
15455         Implement alsasink with simple open/write/close API. 
15456         Make alsa dir build by disabling compilation of code.
15457
15458 2005-04-28  Wim Taymans  <wim@fluendo.com>
15459
15460         * gst-libs/gst/audio/Makefile.am:
15461         * gst-libs/gst/audio/audio.h:
15462         * gst-libs/gst/audio/audioclock.c:
15463         * gst-libs/gst/audio/audioclock.h:
15464         * gst-libs/gst/audio/gstaudioclock.c: (gst_audio_clock_get_type),
15465         (gst_audio_clock_class_init), (gst_audio_clock_init),
15466         (gst_audio_clock_new), (gst_audio_clock_get_internal_time):
15467         * gst-libs/gst/audio/gstaudioclock.h:
15468         * gst-libs/gst/audio/gstaudiosink.c:
15469         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
15470         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
15471         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
15472         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
15473         (gst_audioringbuffer_delay), (gst_audiosink_class_init),
15474         (gst_audiosink_create_ringbuffer):
15475         * gst-libs/gst/audio/gstbaseaudiosink.c:
15476         (gst_baseaudiosink_class_init), (gst_baseaudiosink_init),
15477         (gst_baseaudiosink_get_clock), (gst_baseaudiosink_get_time),
15478         (gst_baseaudiosink_set_property), (gst_baseaudiosink_get_property),
15479         (build_linear_format), (debug_spec_caps), (debug_spec_buffer),
15480         (gst_baseaudiosink_setcaps), (gst_baseaudiosink_get_times),
15481         (gst_baseaudiosink_event), (gst_baseaudiosink_preroll),
15482         (gst_baseaudiosink_render), (gst_baseaudiosink_create_ringbuffer),
15483         (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
15484         * gst-libs/gst/audio/gstbaseaudiosink.h:
15485         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
15486         (gst_ringbuffer_init), (gst_ringbuffer_finalize),
15487         (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
15488         (gst_ringbuffer_release), (gst_ringbuffer_play),
15489         (gst_ringbuffer_pause), (gst_ringbuffer_stop),
15490         (gst_ringbuffer_delay), (gst_ringbuffer_played_samples),
15491         (gst_ringbuffer_set_sample), (wait_segment),
15492         (gst_ringbuffer_commit), (gst_ringbuffer_prepare_read),
15493         (gst_ringbuffer_advance), (gst_ringbuffer_clear):
15494         * gst-libs/gst/audio/gstringbuffer.h:
15495         Make ringbuffer faster and more simple by removing the locks
15496         in the playback thread.
15497         Add sample accurate playback based on buffer sample offsets.
15498         Make the baseaudiosink provide a clock.
15499         Parse caps in the base class.
15500         Correctly handle seeking, flushing and state changes.
15501
15502 2005-04-25  Thomas Vander Stichele  <thomas at apestaart dot org>
15503
15504         * configure.ac:
15505         * gst/audioconvert/Makefile.am:
15506         * gst/audioscale/Makefile.am:
15507           Fix part of the build.  Come on guys, autogen didn't even work :)
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/media-info/.cvsignore:
15514         * gst-libs/gst/media-info/Makefile.am:
15515         * gst-libs/gst/media-info/README:
15516         * gst-libs/gst/media-info/media-info-priv.c:
15517         * gst-libs/gst/media-info/media-info-priv.h:
15518         * gst-libs/gst/media-info/media-info-test.c:
15519         * gst-libs/gst/media-info/media-info.c:
15520         * gst-libs/gst/media-info/media-info.h:
15521         * gst-libs/gst/media-info/media-info.vcproj:
15522         * pkgconfig/Makefile.am:
15523         * pkgconfig/gstreamer-media-info-uninstalled.pc.in:
15524         * pkgconfig/gstreamer-media-info.pc.in:
15525           Remove media-info, which is also successed by playbin (see Totem
15526           implementation).
15527
15528 2005-04-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15529
15530         * configure.ac:
15531         * examples/Makefile.am:
15532         * examples/gstplay/.cvsignore:
15533         * examples/gstplay/Makefile.am:
15534         * examples/gstplay/player.c:
15535         * gst-libs/gst/Makefile.am:
15536         * gst-libs/gst/play/.cvsignore:
15537         * gst-libs/gst/play/Makefile.am:
15538         * gst-libs/gst/play/play.c:
15539         * gst-libs/gst/play/play.h:
15540         * gst-libs/gst/play/play.vcproj:
15541         * pkgconfig/Makefile.am:
15542         * pkgconfig/gstreamer-play-uninstalled.pc.in:
15543         * pkgconfig/gstreamer-play.pc.in:
15544           Remove libgstplay, playbin is now the official successor.
15545
15546 2005-04-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15547
15548         * configure.ac:
15549         * gst-libs/gst/Makefile.am:
15550         * gst-libs/gst/xwindowlistener/Makefile.am:
15551         * gst-libs/gst/xwindowlistener/xwindowlistener.c:
15552         * gst-libs/gst/xwindowlistener/xwindowlistener.h:
15553           Remove deprecated xwindowlistener (I've moved xwindowlistening
15554           in the v4l/v4l2 plugins over to serverside).
15555
15556 2005-04-25  David Schleef  <ds@schleef.org>
15557
15558         * examples/dynparams/Makefile.am: Move demo-dparams from gst/sine
15559         to examples/dynparams.  Examples do not belong interspersed with
15560         source code.
15561         * examples/dynparams/demo-dparams.c:
15562         * gst/sine/Makefile.am:
15563         * gst/sine/demo-dparams.c:
15564
15565 2005-04-25  David Schleef  <ds@schleef.org>
15566
15567         Don't use GST_PLUGIN_LDFLAGS, because these aren't plugins.
15568         * gst-libs/gst/audio/Makefile.am:
15569         * gst-libs/gst/riff/Makefile.am:
15570         * gst-libs/gst/tag/Makefile.am:
15571         * gst-libs/gst/video/Makefile.am:
15572         * gst-libs/gst/xwindowlistener/Makefile.am:
15573
15574         Convert to 0.9 API, seems to work:
15575         * sys/ximage/Makefile.am:
15576         * sys/ximage/ximagesink.c:
15577
15578 2005-04-24  David Schleef  <ds@schleef.org>
15579
15580         Link plugins against libraries:
15581         * ext/alsa/Makefile.am:
15582         * gst/tcp/Makefile.am:
15583
15584         Remove asm code that should be in liboil
15585         * gst/videoscale/Makefile.am:
15586         * gst/videoscale/videoscale_x86_asm.s:
15587
15588         gettext wants these checked in:
15589         * po/af.po:
15590         * po/az.po:
15591         * po/cs.po:
15592         * po/en_GB.po:
15593         * po/hu.po:
15594         * po/it.po:
15595         * po/nb.po:
15596         * po/nl.po:
15597         * po/or.po:
15598         * po/sq.po:
15599         * po/sr.po:
15600         * po/sv.po:
15601         * po/uk.po:
15602         * po/vi.po:
15603
15604 2005-04-24  David Schleef  <ds@schleef.org>
15605
15606         Convert gst_main() to g_main_loop_run()
15607         * gst/playback/decodetest.c: (main):
15608         * gst/playback/test2.c: (main):
15609         * gst/playback/test3.c: (main):
15610         * gst/playback/test4.c: (main):
15611
15612         Link plugins against libraries:
15613         * ext/libvisual/Makefile.am:
15614         * sys/xvimage/Makefile.am:
15615
15616 2005-04-24  David Schleef  <ds@schleef.org>
15617
15618         * configure.ac: Remove idct and resample libs
15619         * gst-libs/gst/Makefile.am: same
15620
15621         Remove usage of gst_library_load():
15622         * ext/alsa/gstalsaplugin.c: (plugin_init):
15623         * ext/libvisual/visual.c: (plugin_init):
15624         * ext/ogg/gstogg.c: (plugin_init):
15625         * ext/theora/theora.c: (plugin_init):
15626         * ext/vorbis/vorbis.c: (plugin_init):
15627         * gst-libs/gst/audio/gstaudiofiltertemplate.c: (plugin_init):
15628         * gst/audioscale/gstaudioscale.c:
15629         * gst/adder/gstadder.c: (plugin_init):
15630         * gst/audioconvert/plugin.c: (plugin_init):
15631         * sys/ximage/ximagesink.c: (plugin_init):
15632         * sys/xvimage/xvimagesink.c: (plugin_init):
15633         * gst/tcp/gsttcpplugin.c: (plugin_init):
15634
15635         Link plugins against libraries:
15636         * ext/ogg/Makefile.am:
15637         * ext/theora/Makefile.am:
15638         * ext/vorbis/Makefile.am:
15639         * gst/audioconvert/Makefile.am:
15640
15641         Create proper libraries:
15642         * gst-libs/gst/riff/Makefile.am:
15643         * gst-libs/gst/audio/Makefile.am:
15644         * gst-libs/gst/video/Makefile.am:
15645
15646         Move resample library to audioscale plugin directory:
15647         * gst-libs/gst/resample/Makefile.am:
15648         * gst-libs/gst/resample/README:
15649         * gst-libs/gst/resample/dtof.c:
15650         * gst-libs/gst/resample/dtos.c:
15651         * gst-libs/gst/resample/functable.c:
15652         * gst-libs/gst/resample/private.h:
15653         * gst-libs/gst/resample/resample.c:
15654         * gst-libs/gst/resample/resample.h:
15655         * gst-libs/gst/resample/resample.vcproj:
15656         * gst-libs/gst/resample/test.c:
15657         * gst/audioscale/Makefile.am:
15658         * gst/audioscale/README:
15659         * gst/audioscale/dtof.c:
15660         * gst/audioscale/dtos.c:
15661         * gst/audioscale/functable.c:
15662         * gst/audioscale/private.h:
15663         * gst/audioscale/resample.c:
15664         * gst/audioscale/resample.h:
15665         * gst/audioscale/test.c:
15666
15667         Move tagedit library to gst-libs:
15668         * gst-libs/gst/tag/Makefile.am:
15669         * gst-libs/gst/tag/gstid3tag.c:
15670         * gst-libs/gst/tag/gsttagediting.c:
15671         * gst-libs/gst/tag/gsttageditingprivate.h:
15672         * gst-libs/gst/tag/gstvorbistag.c:
15673         * gst/tags/Makefile.am:
15674         * gst/tags/gstid3tag.c:
15675         * gst/tags/gstvorbistag.c:
15676
15677         Fix for core changes:
15678         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
15679         (gst_sinesrc_init), (gst_sinesrc_src_fixate), (gst_sinesrc_link),
15680         (gst_sinesrc_getrange):
15681
15682 2005-04-23  David Schleef  <ds@schleef.org>
15683
15684         * gst-libs/gst/Makefile.am: Remove idct.  It hasn't been used
15685         in gst-plugins in a long time, and properly belongs in liboil.
15686         * gst-libs/gst/idct/Makefile.am:
15687         * gst-libs/gst/idct/README:
15688         * gst-libs/gst/idct/dct.h:
15689         * gst-libs/gst/idct/doieee:
15690         * gst-libs/gst/idct/fastintidct.c:
15691         * gst-libs/gst/idct/floatidct.c:
15692         * gst-libs/gst/idct/idct.c:
15693         * gst-libs/gst/idct/idct.h:
15694         * gst-libs/gst/idct/idtc.vcproj:
15695         * gst-libs/gst/idct/ieeetest.c:
15696         * gst-libs/gst/idct/intidct.c:
15697
15698 2005-04-20  Wim Taymans  <wim@fluendo.com>
15699
15700         * docs/design-audiosinks.txt:
15701         * gst-libs/gst/audio/Makefile.am:
15702         * gst-libs/gst/audio/TODO:
15703         * gst-libs/gst/audio/gstaudiosink.c:
15704         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
15705         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
15706         (gst_audioringbuffer_dispose), (gst_audioringbuffer_finalize),
15707         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
15708         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
15709         (gst_audioringbuffer_delay), (gst_audiosink_base_init),
15710         (gst_audiosink_class_init), (gst_audiosink_init),
15711         (gst_audiosink_create_ringbuffer):
15712         * gst-libs/gst/audio/gstaudiosink.h:
15713         * gst-libs/gst/audio/gstbaseaudiosink.c:
15714         (gst_baseaudiosink_base_init), (gst_baseaudiosink_class_init),
15715         (gst_baseaudiosink_init), (gst_baseaudiosink_set_property),
15716         (gst_baseaudiosink_get_property), (gst_baseaudiosink_setcaps),
15717         (gst_baseaudiosink_get_times), (gst_baseaudiosink_event),
15718         (gst_baseaudiosink_preroll), (gst_baseaudiosink_render),
15719         (gst_baseaudiosink_create_ringbuffer),
15720         (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
15721         * gst-libs/gst/audio/gstbaseaudiosink.h:
15722         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
15723         (gst_ringbuffer_class_init), (gst_ringbuffer_init),
15724         (gst_ringbuffer_dispose), (gst_ringbuffer_finalize),
15725         (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
15726         (gst_ringbuffer_release), (gst_ringbuffer_play_unlocked),
15727         (gst_ringbuffer_play), (gst_ringbuffer_pause),
15728         (gst_ringbuffer_resume), (gst_ringbuffer_stop),
15729         (gst_ringbuffer_callback), (gst_ringbuffer_delay),
15730         (gst_ringbuffer_played_samples), (gst_ringbuffer_commit),
15731         (gst_ringbuffer_prepare_read), (gst_ringbuffer_clear):
15732         * gst-libs/gst/audio/gstringbuffer.h:
15733         An attempt at a set of audio base classes together with some
15734         design docs.
15735
15736 2005-04-20  Wim Taymans  <wim@fluendo.com>
15737
15738         * gst/audioconvert/Makefile.am:
15739         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
15740         (gst_audio_convert_caps_remove_format_info),
15741         (gst_audio_convert_setcaps), (gst_audio_convert_fixate),
15742         (gst_audio_convert_channels):
15743         Link against audio libs.
15744         Fix audio convert plugin.
15745
15746 2005-04-20  Wim Taymans  <wim@fluendo.com>
15747
15748         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_factory_filter),
15749         (gst_ogg_demux_sink_activate):
15750         * ext/theora/theoraenc.c: (theora_enc_sink_setcaps),
15751         (theora_set_header_on_caps), (theora_enc_sink_event),
15752         (theora_enc_chain):
15753         Fix theora encoder.
15754
15755 2005-04-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15756
15757         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_factory_filter):
15758         * gst/playback/gstdecodebin.c: (find_compatibles):
15759           Work with staticpadtemplates in elementfactories.
15760
15761 2005-04-12  Wim Taymans  <wim@fluendo.com>
15762
15763         * gst/playback/README:
15764         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
15765         (compare_ranks), (print_feature), (gst_decode_bin_init),
15766         (dynamic_create), (dynamic_free), (find_compatibles),
15767         (mimetype_is_raw), (close_pad_link), (got_redirect),
15768         (try_to_link_1), (get_our_ghost_pad), (remove_element_chain),
15769         (new_pad), (no_more_pads), (unlinked), (close_link), (type_found),
15770         (gst_decode_bin_change_state):
15771         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
15772         (gst_play_base_bin_init), (group_destroy), (group_commit),
15773         (check_queue), (queue_overrun), (queue_threshold_reached),
15774         (queue_out_of_data), (gen_preroll_element), (unknown_type),
15775         (new_decoded_pad), (setup_subtitle), (gen_source_element),
15776         (got_redirect), (setup_source), (play_base_eos),
15777         (gst_play_base_bin_change_state), (gst_play_base_bin_add_element),
15778         (gst_play_base_bin_remove_element):
15779         * gst/playback/gstplaybasebin.h:
15780         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
15781         (gst_play_bin_init), (gst_play_bin_dispose),
15782         (gst_play_bin_set_property), (gen_video_element),
15783         (gen_text_element), (gen_audio_element), (remove_sinks),
15784         (gst_play_bin_send_event):
15785         * gst/playback/gststreaminfo.c: (gst_stream_info_dispose),
15786         (stream_info_change_state), (gst_stream_info_set_mute):
15787         * gst/playback/gststreamselector.c: (gst_stream_selector_init),
15788         (gst_stream_selector_get_caps), (gst_stream_selector_setcaps),
15789         (gst_stream_selector_request_new_pad), (gst_stream_selector_event),
15790         (gst_stream_selector_chain):
15791         * gst/playback/test.c: (gen_video_element), (gen_audio_element),
15792         (main):
15793         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_getcaps),
15794         (gst_xvimagesink_setcaps), (gst_xvimagesink_get_times),
15795         (gst_xvimagesink_show_frame), (gst_xvimagesink_chain),
15796         (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_class_init):
15797         Raw and crude port of decodebin. 
15798         Make playbin compile.
15799
15800 2005-04-06  Wim Taymans  <wim@fluendo.com>
15801
15802         * ext/gnomevfs/Makefile.am:
15803         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get_type),
15804         (gst_gnomevfssrc_class_init), (gst_gnomevfssrc_init),
15805         (gst_gnomevfssrc_set_property), (gst_gnomevfssrc_get_property),
15806         (gst_gnomevfssrc_create), (gst_gnomevfssrc_is_seekable),
15807         (gst_gnomevfssrc_get_size), (gst_gnomevfssrc_start),
15808         (gst_gnomevfssrc_stop):
15809         * ext/ogg/Makefile.am:
15810         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_get_data),
15811         (gst_ogg_demux_find_chains), (gst_ogg_demux_sink_activate):
15812         * ext/theora/Makefile.am:
15813         * ext/theora/theoradec.c: (_inc_granulepos),
15814         (theora_dec_sink_event), (theora_dec_chain):
15815         * ext/vorbis/Makefile.am:
15816         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
15817         (vorbis_dec_sink_event), (vorbis_dec_chain):
15818         * gst-libs/gst/audio/Makefile.am:
15819         * sys/xvimage/Makefile.am:
15820         Make gnomevfssrc extend the source base class.
15821         Fix linking against libs in various plugins.
15822
15823 2005-04-06  Andy Wingo  <wingo@pobox.com>
15824
15825         * gst-libs/gst/video/Makefile.am (libgstvideo_la_LDFLAGS): Use
15826         GST_BASE_LIBS.
15827
15828         * configure.ac: Add check and AC_SUBST for libgstbase.
15829
15830 2005-03-31  Wim Taymans  <wim@fluendo.com>
15831
15832         * examples/seeking/Makefile.am:
15833         * examples/seeking/cdparanoia.c: (main):
15834         * examples/seeking/cdplayer.c: (update_scale), (stop_seek),
15835         (play_cb), (pause_cb), (stop_cb), (main):
15836         * examples/seeking/playbin.c:
15837         * examples/seeking/seek.c: (dynamic_link), (make_mod_pipeline),
15838         (make_dv_pipeline), (make_wav_pipeline), (make_flac_pipeline),
15839         (make_sid_pipeline), (make_vorbis_pipeline),
15840         (make_theora_pipeline), (make_vorbis_theora_pipeline),
15841         (make_avi_msmpeg4v3_mp3_pipeline), (make_mp3_pipeline),
15842         (make_avi_pipeline), (make_mpeg_pipeline), (make_mpegnt_pipeline),
15843         (make_playerbin_pipeline), (update_scale), (end_scrub), (do_seek),
15844         (seek_cb), (start_seek), (stop_seek), (play_cb), (pause_cb),
15845         (stop_cb), (main):
15846         * examples/seeking/spider_seek.c:
15847         * examples/seeking/vorbisfile.c:
15848         * ext/gnomevfs/Makefile.am:
15849         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
15850         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_base_init),
15851         (gst_gnomevfssrc_class_init), (gst_gnomevfssrc_init),
15852         (gst_gnomevfssrc_get_property), (gst_gnomevfssrc_get),
15853         (gst_gnomevfssrc_open_file), (gst_gnomevfssrc_close_file),
15854         (gst_gnomevfssrc_getrange), (gst_gnomevfssrc_loop),
15855         (gst_gnomevfssrc_activate), (gst_gnomevfssrc_change_state),
15856         (gst_gnomevfssrc_srcpad_query), (gst_gnomevfssrc_srcpad_event):
15857         * ext/ogg/README:
15858         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_get_type),
15859         (gst_ogg_pad_class_init), (gst_ogg_pad_init),
15860         (gst_ogg_pad_dispose), (gst_ogg_pad_finalize),
15861         (gst_ogg_pad_formats), (gst_ogg_pad_event_masks),
15862         (gst_ogg_pad_query_types), (gst_ogg_pad_getcaps),
15863         (gst_ogg_pad_src_convert), (gst_ogg_pad_src_query),
15864         (gst_ogg_pad_event), (gst_ogg_pad_reset),
15865         (gst_ogg_demux_factory_filter), (compare_ranks),
15866         (gst_ogg_pad_internal_chain), (gst_ogg_pad_typefind),
15867         (gst_ogg_pad_submit_packet), (gst_ogg_pad_submit_page),
15868         (gst_ogg_chain_new), (gst_ogg_chain_free),
15869         (gst_ogg_chain_new_stream), (gst_ogg_chain_get_stream),
15870         (gst_ogg_chain_has_stream), (gst_ogg_demux_base_init),
15871         (gst_ogg_demux_class_init), (gst_ogg_demux_init),
15872         (gst_ogg_demux_finalize), (gst_ogg_demux_handle_event),
15873         (gst_ogg_demux_submit_buffer), (gst_ogg_demux_seek),
15874         (gst_ogg_demux_get_data), (gst_ogg_demux_get_next_page),
15875         (gst_ogg_demux_get_prev_page),
15876         (gst_ogg_demux_deactivate_current_chain),
15877         (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek),
15878         (gst_ogg_demux_bisect_forward_serialno),
15879         (gst_ogg_demux_read_chain), (gst_ogg_demux_read_end_chain),
15880         (gst_ogg_demux_find_pad), (gst_ogg_demux_find_chain),
15881         (gst_ogg_demux_find_chains), (gst_ogg_demux_chain_unlocked),
15882         (gst_ogg_demux_chain), (gst_ogg_demux_send_eos),
15883         (gst_ogg_demux_loop), (gst_ogg_demux_sink_activate),
15884         (gst_ogg_demux_change_state), (gst_ogg_print):
15885         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
15886         (gst_ogg_mux_init), (gst_ogg_mux_sinkconnect),
15887         (gst_ogg_mux_next_buffer), (gst_ogg_mux_buffer_from_page),
15888         (gst_ogg_mux_push_page), (gst_ogg_mux_send_headers),
15889         (gst_ogg_mux_loop):
15890         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
15891         * ext/theora/theoradec.c: (gst_theora_dec_init), (_inc_granulepos),
15892         (theora_dec_src_convert), (theora_dec_sink_convert),
15893         (theora_dec_src_query), (theora_dec_src_event),
15894         (theora_dec_sink_event), (theora_dec_chain),
15895         (theora_dec_change_state):
15896         * ext/theora/theoraenc.c: (gst_theora_enc_init),
15897         (theora_enc_sink_setcaps), (theora_buffer_from_packet),
15898         (theora_push_buffer), (theora_enc_sink_event), (theora_enc_chain),
15899         (theora_enc_change_state):
15900         * ext/vorbis/Makefile.am:
15901         * ext/vorbis/oggvorbisenc.c:
15902         * ext/vorbis/oggvorbisenc.h:
15903         * ext/vorbis/vorbis.c: (plugin_init):
15904         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
15905         (vorbis_dec_src_query), (vorbis_dec_src_event),
15906         (vorbis_dec_sink_event), (vorbis_dec_chain),
15907         (vorbis_dec_change_state):
15908         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_class_init),
15909         (gst_vorbisenc_sink_setcaps), (gst_vorbisenc_init),
15910         (gst_vorbisenc_buffer_from_packet), (gst_vorbisenc_push_buffer),
15911         (gst_vorbisenc_sink_event), (gst_vorbisenc_chain),
15912         (gst_vorbisenc_change_state):
15913         * ext/vorbis/vorbisenc.h:
15914         * ext/vorbis/vorbisparse.c: (vorbis_parse_chain):
15915         * gst-libs/gst/audio/audioclock.c:
15916         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link),
15917         (gst_audiofilter_init), (gst_audiofilter_chain):
15918         * gst-libs/gst/audio/testchannels.c: (main):
15919         * gst-libs/gst/gconf/gconf.c: (gst_bin_find_unconnected_pad):
15920         * gst-libs/gst/media-info/media-info-priv.c: (gmip_reset),
15921         (gmip_find_type), (gmip_find_stream), (gmip_find_track_metadata),
15922         (gmip_find_track_streaminfo), (gmip_find_track_format):
15923         * gst-libs/gst/media-info/media-info.c:
15924         (gst_media_info_read_idler):
15925         * gst-libs/gst/play/play.c: (gst_play_get_sink_element),
15926         (gst_play_get_all_by_interface):
15927         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk),
15928         (gst_riff_parse_chunk), (gst_riff_parse_file_header),
15929         (gst_riff_parse_strh), (gst_riff_parse_strf_vids),
15930         (gst_riff_parse_strf_auds), (gst_riff_parse_strf_iavs),
15931         (gst_riff_parse_info):
15932         * gst-libs/gst/riff/riff-read.h:
15933         * gst-libs/gst/riff/riff.c: (plugin_init):
15934         * gst-libs/gst/video/Makefile.am:
15935         * gst-libs/gst/video/gstvideosink.c: (gst_videosink_init),
15936         (gst_videosink_class_init), (gst_videosink_get_type):
15937         * gst-libs/gst/video/videosink.h:
15938         * gst/audioconvert/bufferframesconvert.c:
15939         (buffer_frames_convert_init), (buffer_frames_convert_fixate),
15940         (buffer_frames_convert_setcaps), (buffer_frames_convert_chain):
15941         * gst/audioconvert/channelmixtest.c: (main):
15942         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init),
15943         (gst_audio_convert_chain),
15944         (gst_audio_convert_caps_remove_format_info),
15945         (gst_audio_convert_getcaps), (gst_audio_convert_parse_caps),
15946         (gst_audio_convert_setcaps), (_fixate_caps_to_int),
15947         (gst_audio_convert_fixate), (gst_audio_convert_get_buffer),
15948         (gst_audio_convert_buffer_to_default_format),
15949         (gst_audio_convert_buffer_from_default_format),
15950         (gst_audio_convert_channels):
15951         * gst/audioconvert/gstchannelmix.h:
15952         * gst/ffmpegcolorspace/avcodec.h:
15953         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
15954         (gst_ffmpegcsp_caps_remove_format_info), (gst_ffmpegcsp_getcaps),
15955         (gst_ffmpegcsp_configure_context), (gst_ffmpegcsp_setcaps),
15956         (gst_ffmpegcsp_init), (gst_ffmpegcsp_chain):
15957         * gst/tags/gstid3tag.c: (gst_tag_extract_id3v1_string):
15958         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_chain):
15959         * gst/typefind/gsttypefindfunctions.c: (aac_type_find),
15960         (mp3_type_find), (mpeg2_sys_type_find), (mpeg1_sys_type_find),
15961         (mpeg_video_type_find), (mpeg_video_stream_type_find),
15962         (dv_type_find):
15963         * gst/videotestsrc/gstvideotestsrc.c:
15964         (gst_videotestsrc_class_init), (gst_videotestsrc_src_negotiate),
15965         (gst_videotestsrc_src_link), (gst_videotestsrc_parse_caps),
15966         (gst_videotestsrc_src_accept_caps), (gst_videotestsrc_setcaps),
15967         (gst_videotestsrc_src_unlink), (gst_videotestsrc_activate),
15968         (gst_videotestsrc_change_state), (gst_videotestsrc_getcaps),
15969         (gst_videotestsrc_init), (gst_videotestsrc_src_query),
15970         (gst_videotestsrc_handle_src_event), (gst_videotestsrc_loop):
15971         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
15972         (gst_xvimagesink_xcontext_clear), (gst_xvimagesink_fixate),
15973         (gst_xvimagesink_getcaps), (gst_xvimagesink_setcaps),
15974         (gst_xvimagesink_change_state), (gst_xvimagesink_get_times),
15975         (gst_xvimagesink_show_frame), (gst_xvimagesink_chain),
15976         (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc),
15977         (gst_xvimagesink_navigation_send_event),
15978         (gst_xvimagesink_set_xwindow_id), (gst_xvimagesink_expose),
15979         (gst_xvimagesink_set_property), (gst_xvimagesink_finalize),
15980         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
15981         * sys/xvimage/xvimagesink.h:
15982         Plugin port to 0.9, ogg/theora playback should work in the seek
15983         example now.
15984         Removed old examples.
15985         Removed old oggvorbisenc, renamed rawvorbisenc to vorbisenc as
15986         explained in 0.9 TODO doc.
15987
15988
15989 2005-02-23  Thomas Vander Stichele  <thomas at apestaart dot org>
15990
15991         * autogen.sh:
15992         * configure.ac:
15993         * ext/Makefile.am:
15994         * gst/Makefile.am:
15995         * po/POTFILES.in:
15996         * po/af.po:
15997         * po/az.po:
15998         * po/cs.po:
15999         * po/en_GB.po:
16000         * po/hu.po:
16001         * po/it.po:
16002         * po/nb.po:
16003         * po/nl.po:
16004         * po/or.po:
16005         * po/sq.po:
16006         * po/sr.po:
16007         * po/sv.po:
16008         * po/uk.po:
16009         * po/vi.po:
16010         * sys/Makefile.am:
16011         * testsuite/Makefile.am:
16012           remove a whole bunch of plugins.  This module now contains a set
16013           of free reference plugins/elements as agreed.
16014
16015 2005-02-22  Thomas Vander Stichele  <thomas at apestaart dot org>
16016
16017         * configure.ac:
16018           hunting season on 0.9 is now OPEN
16019
16020 2005-02-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16021
16022         * sys/oss/gstosselement.c: (gst_osselement_class_probe_devices):
16023           Kick the hell out of gcc for not warning me about a symbol conflict.
16024
16025 2005-02-22  Luca Ognibene  <luogni@tin.it>
16026
16027         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
16028
16029         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_link):
16030           Don't leak caps string (fixes #168134)
16031
16032         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_class_init),
16033         (gst_jpegenc_init), (gst_jpegenc_finalize),
16034         (gst_jpegenc_change_state):
16035           Don't leak line buffers and context struct (fixes #168133).
16036
16037 2005-02-21  Tim-Philipp Müller  <tim at centricular dot net>
16038
16039         * configure.ac:
16040         * ext/dirac/gstdiracdec.cc:
16041         (gst_diracdec_chain):
16042           Since dirac 0.5.0 the framerate in dirac is expressed as a
16043           rational number. Fix build and up requirement to 0.5.0, and
16044           also pass parameters to gst_diracdec_link in the right order
16045           (fixes #167959).
16046
16047 2005-02-21  Maciej Katafiasz  <mathrick@freedesktop.org>
16048
16049         * ext/faad/gstfaad.c: (gst_faad_sinkconnect), (gst_faad_chain):
16050         * ext/faad/gstfaad.h:
16051         TEH LONGEST DEBUGGING SESSION EVAR is over. Fix interaction with 
16052         certain invalid muxed streams, where some packets will contain 
16053         junk after decoder data. Partially fixes #149158.
16054
16055 2005-02-21  Jan Schmidt <thaytan@mad.scientist.com>
16056         * gst/dvdlpcmdec/gstdvdlpcmdec.c: (gst_dvdlpcmdec_chain):
16057           Make sure we only write to writable buffers
16058
16059 2005-02-20  Tim-Philipp Müller  <tim at centricular dot net>
16060
16061         * gst-libs/gst/riff/riff-media.c:
16062         (gst_riff_create_audio_caps_with_data):
16063           Do actually fix invalid RIFF fmt header values for alaw
16064           and mulaw audio instead of just saying so.
16065
16066         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt):
16067           Give gst_riff_create_audio_caps_with_data() a chance to
16068           fix up broken format header fields before extracting any
16069           parameters from the header. (fixes #167633)
16070
16071 2005-02-19  Martin Holters  <martin.holters@gmx.de>
16072
16073         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
16074
16075         * gst/audioconvert/bufferframesconvert.c:
16076         (buffer_frames_convert_link):
16077           Don't leak othercaps. (fixes #167878)
16078
16079 2005-02-19  Arwed v. Merkatz  <v.merkatz@gmx.net>
16080
16081         * configure.ac:
16082         * ext/libvisual/visual.c: (gst_visual_srclink),
16083         (gst_visual_change_state):
16084           Support libvisual 0.2.0.
16085
16086 2005-02-18  Tim-Philipp Müller  <tim at centricular dot net>
16087
16088         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_chain):
16089         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_resync), (gst_jpegenc_chain):
16090           Use same rowstrides for I420 as used everywhere else.
16091
16092 2005-02-17  Tim-Philipp Müller  <tim at centricular dot net>
16093
16094         * gst/avi/gstavidemux.c: (gst_avi_demux_invert):
16095           Declare variables at beginning of block and make gcc-2.95 happy
16096           (fixes # 167482, patch by Gergely Nagy).
16097           
16098         * gst/tcp/gsttcpclientsrc.c:
16099         * gst/tcp/gsttcpclientsrc.h:
16100           Move some includes into the header, so that struct sockaddr_in is
16101           defined when it should be defined on FreeBSD as well (fixes
16102           #167483).
16103           
16104         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_init_receive):
16105           Don't pass uninitialised values to setsockopt() here either.
16106
16107 2005-02-17  Luca Ognibene  <luogni at tin dot it>
16108
16109         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
16110
16111         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_init_send):
16112           Don't pass uninitialised values to setsockopt(). (fixes #167704)
16113
16114 2005-02-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16115
16116         * gst/playback/gstplaybin.c: (add_sink):
16117           Invert bin_add/link order to workaround deadlock in opt.
16118
16119 2005-02-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16120
16121         * gst/modplug/gstmodplug.cc:
16122           Add missing break causing position queries to fail.
16123
16124 2005-02-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16125
16126         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_populate):
16127           Granpos can apparently be -1, which screws up calculations...
16128
16129 2005-02-16  Jan Schmidt  <thaytan@mad.scientist.com>
16130
16131         * sys/ximage/ximagesink.c: (gst_ximagesink_chain),
16132         (gst_ximagesink_send_pending_navigation),
16133         (gst_ximagesink_navigation_send_event), (gst_ximagesink_finalize),
16134         (gst_ximagesink_init):
16135         * sys/ximage/ximagesink.h:
16136         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain),
16137         (gst_xvimagesink_send_pending_navigation),
16138         (gst_xvimagesink_navigation_send_event),
16139         (gst_xvimagesink_finalize), (gst_xvimagesink_init):
16140         * sys/xvimage/xvimagesink.h:
16141           Use a mutex protected list to marshal navigation
16142           events into the stream thread from whichever thread
16143           sends them.
16144
16145 2005-02-15  Tim-Philipp Müller  <tim at centricular dot net>
16146
16147         * gst/speed/demo-mp3.c: (time_tick_cb), (main):
16148           Display current position and track length; misc. clean-ups.
16149           
16150         * gst/speed/gstspeed.c: (speed_get_query_types), (speed_src_query),
16151         (speed_init), (speed_chain):
16152           Add query function, so that the stream length and current position
16153           get adjusted when queried (note that current position queries may
16154           still be wrong if the audio sink returns values based on buffer
16155           timestamps instead of passing on the query).
16156
16157 2005-02-13  Benjamin Otte  <otte@gnome.org>
16158
16159         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link),
16160         (gst_audio_convert_channels):
16161           create channel conversion matrix when linking
16162         * gst/audioconvert/.cvsignore:
16163         * gst/audioconvert/Makefile.am:
16164         * gst/audioconvert/channelmixtest.c: (main):
16165           add (ugly) test that ensures stereo <=> mono conversion works
16166           correctly
16167
16168 2005-02-13  Benjamin Otte  <otte@gnome.org>
16169
16170         * gst/audioconvert/gstchannelmix.h:
16171           include missing header file
16172         * gst/audioconvert/gstchannelmix.c:
16173         (gst_audio_convert_fill_compatible):
16174           use same sign for both channels when converting to/from compatible
16175           channel. Previously used different signs made the signals cancel
16176           each other out and appear like silence. (fixes #167269)
16177
16178 2005-02-12  Tim-Philipp Müller  <tim at centricular dot net>
16179
16180         * gst/ffmpegcolorspace/avcodec.h:
16181         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
16182         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
16183         (gst_ffmpegcsp_avpicture_fill):
16184         * gst/ffmpegcolorspace/imgconvert.c:
16185           Convert to and from YV12 (fixes #156379).
16186
16187 2005-02-12  Julien MOUTTE  <julien@moutte.net>
16188
16189         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new),
16190         (gst_ximagesink_sink_link), (gst_ximagesink_change_state),
16191         (gst_ximagesink_chain), (gst_ximagesink_set_xwindow_id),
16192         (gst_ximagesink_expose), (gst_ximagesink_set_property),
16193         (gst_ximagesink_finalize), (gst_ximagesink_init): Protect interface
16194         methods from chain and negotiation and vice versa (Fixes #166142).
16195         * sys/ximage/ximagesink.h: Add stream_lock.
16196         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sink_link),
16197         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_free),
16198         (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_set_xwindow_id),
16199         (gst_xvimagesink_expose): Check for xcontext before trying to link.
16200
16201 2005-02-12  Tim-Philipp Müller  <tim at centricular dot net>
16202
16203         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_open):
16204           Don't send "Hey! You gave me a NULL pointer you naughty person" as
16205           error message when we can't open the DVD device (when dvdnav_open()
16206           fails, src->dvdnav is NULL, so dvdnav_err_to_string() will return
16207           the above). Send something more useful instead (fixes #167117).
16208
16209 2005-02-11  Julien MOUTTE  <julien@moutte.net>
16210
16211         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put),
16212         (gst_xvimagesink_sink_link), (gst_xvimagesink_change_state),
16213         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_free),
16214         (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_set_xwindow_id),
16215         (gst_xvimagesink_expose), (gst_xvimagesink_set_property),
16216         (gst_xvimagesink_finalize), (gst_xvimagesink_init): Protect interface
16217         methods from chain and negotiation and vice versa (Fixes #166142).
16218         Fix a possible bug of images in the buffer pool being discarded because
16219         we are looking at the wrong geometry.
16220         * sys/xvimage/xvimagesink.h: Add stream_lock.
16221
16222 2005-02-11  David Schleef  <ds@schleef.org>
16223
16224         * ext/mpeg2dec/gstmpeg2dec.c: (crop_buffer): Change uint to
16225         unsigned int. (fixes #167128)
16226
16227 2005-02-11  David Schleef  <ds@schleef.org>
16228
16229         * gst/librfb/Makefile.am: Testing stuff before committing is
16230           for wimps... and people with fast machines.  Fix stupid
16231           mistake.
16232
16233 2005-02-11  David Schleef  <ds@schleef.org>
16234
16235         * configure.ac: Pull in librfb from my CVS tree, because it is
16236           too small and annoying to be separate.  Move rfbsrc plugin
16237           to gst/.
16238         * ext/Makefile.am:
16239         * ext/librfb/Makefile.am:
16240         * ext/librfb/gstrfbsrc.c:
16241         * gst/librfb/Makefile.am:
16242         * gst/librfb/gstrfbsrc.c:
16243         * gst/librfb/rfb.c:
16244         * gst/librfb/rfb.h:
16245         * gst/librfb/rfbbuffer.c:
16246         * gst/librfb/rfbbuffer.h:
16247         * gst/librfb/rfbbytestream.c:
16248         * gst/librfb/rfbbytestream.h:
16249         * gst/librfb/rfbcontext.h:
16250         * gst/librfb/rfbdecoder.c:
16251         * gst/librfb/rfbdecoder.h:
16252         * gst/librfb/rfbutil.h:
16253
16254 2005-02-10  Tim-Philipp Müller  <tim at centricular dot net>
16255
16256         * gst/speed/Makefile.am:
16257         * gst/speed/demo-mp3.c: (main):
16258         * gst/speed/filter.func:
16259         * gst/speed/gstspeed.c: (speed_link), (speed_parse_caps),
16260         (speed_class_init), (speed_init), (speed_chain_int16),
16261         (speed_chain_float32), (speed_chain), (speed_set_property),
16262         (speed_get_property), (speed_change_state):
16263         * gst/speed/gstspeed.h:
16264           Fix speed element and make it chain-based (fixes #156467),
16265           and make it handle more than one channel.
16266
16267 2005-02-10  Jan Schmidt  <thaytan@mad.scientist.com>
16268
16269         * ext/dts/gstdtsdec.c: (gst_dtsdec_init), (gst_dtsdec_channels),
16270         (gst_dtsdec_handle_event), (gst_dtsdec_handle_frame),
16271         (gst_dtsdec_chain), (gst_dtsdec_change_state):
16272         * ext/dts/gstdtsdec.h:
16273           Don't clobber the stack constructing the channels array.
16274           Make the element chain-based. DTS tracks can now be played.
16275           
16276 2005-02-09  Tim-Philipp Müller  <tim at centricular dot net>
16277
16278         * gst-libs/gst/audio/multichannel.h:
16279         * gst-libs/gst/gconf/gconf.h:
16280         * gst-libs/gst/idct/idct.h:
16281         * gst-libs/gst/media-info/media-info-priv.h:
16282         * gst-libs/gst/play/play.h:
16283         * gst-libs/gst/resample/private.h:
16284         * gst-libs/gst/resample/resample.h:
16285         * gst-libs/gst/riff/riff-ids.h:
16286         * gst-libs/gst/video/video.h:
16287         * gst-libs/gst/video/videosink.h:
16288           Add G_BEGIN_DECLS and G_END_DECLS around headers where
16289           missing, so that they work when included from C++ code.
16290
16291 2005-02-09  David Schleef  <ds@schleef.org>
16292
16293         * testsuite/gst-lint: Check for non-statically scoped
16294           parent_class variables.  This won't be a problem once
16295           plugins are loaded with RTLD_LOCAL.
16296
16297 2005-02-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16298
16299         * ext/mplex/gstmplexibitstream.cc:
16300           gcc madness.
16301
16302 2005-02-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16303
16304         * ext/ogg/gstogmparse.c:
16305         * gst/debug/gstnavigationtest.c:
16306           Die, thou faulty symbol pollutors (non-static parent_class).
16307
16308 2005-02-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16309
16310         * ext/mplex/gstmplexibitstream.cc:
16311           Fix event handling (#165525).
16312
16313 2005-02-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16314
16315         * ext/mikmod/gstmikmod.c:
16316         * gst/modplug/gstmodplug.cc:
16317           Add missing endianness to template (fixes #165509).
16318
16319 2005-02-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16320
16321         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_handle_data):
16322           Fix wrong order of reading of optional bytes (#165290).
16323
16324 2005-02-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16325
16326         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
16327           Implement FILLER event awareness.
16328
16329 2005-02-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16330
16331         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_convert):
16332           Fix track calculations (#166208).
16333
16334 2005-02-08  Gergely Nagy  <algernon@bonehunter.rulez.org>
16335
16336         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16337
16338         * ext/libpng/gstpngdec.c: (gst_pngdec_init), (gst_pngdec_chain):
16339         * ext/libpng/gstpngenc.c:
16340           Fix byte-order, use proper fixed caps. Fixes #164197.
16341
16342 2005-02-08  Jan Schmidt  <thaytan@mad.scientist.com>
16343
16344         * configure.ac:
16345           Add dvdlpcmdec 
16346
16347         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_reset),
16348         (free_all_buffers), (gst_mpeg2dec_alloc_buffer):
16349           Don't push buffers if the src pad isn't negotiated yet.
16350           
16351         * gst/audioconvert/gstaudioconvert.c:
16352         (gst_audio_convert_buffer_to_default_format),
16353         (gst_audio_convert_buffer_from_default_format):
16354           Add support for 24-bit width.
16355
16356         * gst/dvdlpcmdec/.cvsignore:
16357         * gst/dvdlpcmdec/Makefile.am:
16358         * gst/dvdlpcmdec/gstdvdlpcmdec.c: (gst_dvdlpcmdec_get_type),
16359         (gst_dvdlpcmdec_base_init), (gst_dvdlpcmdec_class_init),
16360         (gst_dvdlpcm_reset), (gst_dvdlpcmdec_init), (gst_dvdlpcmdec_link),
16361         (gst_dvdlpcmdec_chain), (gst_dvdlpcmdec_change_state),
16362         (plugin_init):
16363         * gst/dvdlpcmdec/gstdvdlpcmdec.h:
16364           New decoder for rearranging DVD LPCM into our audio/x-raw-int
16365           format. Needs support for the channels maps if someone can find 
16366           a DVD LPCM track with > 2 channels.
16367
16368         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_handle_dvd_event),
16369         (gst_dvd_demux_send_discont), (gst_dvd_demux_handle_discont),
16370         (gst_dvd_demux_get_audio_stream), (gst_dvd_demux_process_private):
16371         * gst/mpegstream/gstdvddemux.h:
16372         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_send_discont),
16373         (gst_mpeg_demux_new_output_pad), (gst_mpeg_demux_init_stream),
16374         (gst_mpeg_demux_send_subbuffer), (gst_mpeg_demux_handle_src_query):
16375         * gst/mpegstream/gstmpegdemux.h:
16376         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_reset),
16377         (gst_mpeg_parse_parse_packhead), (gst_mpeg_parse_loop),
16378         (gst_mpeg_parse_get_rate), (gst_mpeg_parse_convert_src),
16379         (gst_mpeg_parse_handle_src_query),
16380         (gst_mpeg_parse_handle_src_event):
16381           Use audio/x-dvd-lpcm for LPCM output.
16382           Add DTS output.
16383
16384 2005-02-08  Gergely Nagy  <algernon@bonehunter.rulez.org>
16385
16386         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16387
16388         * gst/alpha/gstalphacolor.c: (gst_alpha_color_sink_link),
16389         (transform_rgb), (transform_bgr), (gst_alpha_color_chain):
16390           Add BGRA handling (#165736).
16391
16392 2005-02-08  Francis Labonte  <francis_labonte@hotmail.com>
16393
16394         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16395
16396         * gst/law/alaw-decode.c: (alawdec_link):
16397         * gst/law/alaw-encode.c: (alawenc_link):
16398         * gst/law/mulaw-decode.c: (mulawdec_link):
16399         * gst/law/mulaw-encode.c: (mulawenc_link):
16400           Fix caps memleaks (#166600).
16401
16402 2005-02-08  Tim-Philipp Müller  <tim at centricular dot net>
16403
16404         * ext/tarkin/mem.h:
16405         * ext/tarkin/wavelet.h:
16406         * ext/tarkin/yuv.h:
16407         * gst/ffmpegcolorspace/avcodec.h:
16408           Include "_stdint.h" instead of <stdint.h>. Fixes build on
16409           systems that don't have stdint.h, like Solaris9 (fixes #166631).
16410
16411 2005-02-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16412
16413         * sys/ximage/ximagesink.c: (gst_ximagesink_change_state):
16414         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_clear),
16415         (gst_xvimagesink_change_state):
16416           Clear window on PAUSED->READY instead of READY->PAUSED. Stop
16417           Xv video (and thereby regenerate Xv colourkey) in clear() so
16418           that PLAY -> READY -> PLAY works (fixes #162504).
16419
16420 2005-02-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16421
16422         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_getcaps):
16423           Switch to list instead of range, since MJPEG-devices really just
16424           support decimations, not any size.
16425
16426 2005-02-05  Jan Schmidt  <thaytan@mad.scientist.com>
16427         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_open_decoder),
16428         (gst_mpeg2dec_reset), (free_all_buffers),
16429         (gst_mpeg2dec_alloc_buffer), (handle_sequence):
16430         * ext/mpeg2dec/gstmpeg2dec.h:
16431           The libmpeg2 user-allocated buffer management is awkward, 
16432           to say the least. Hopefully this fixes things.
16433
16434 2005-02-04  Andy Wingo  <wingo@pobox.com>
16435
16436         * gst/audioconvert/bufferframesconvert.c
16437         (buffer_frames_convert_fixate): New function, fixates to 256
16438         frames per buffer by default. (Much better than 1.)
16439         (buffer_frames_convert_init): Set the fixate function for both src
16440         and sink pad.
16441         (buffer_frames_convert_link): After success setting nonfixed caps,
16442         get the negotiated caps so we can know how many buffer-frames it
16443         will be. No idea how this worked at all before.
16444
16445 2005-02-05  Jan Schmidt  <thaytan@mad.scientist.com>
16446
16447         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_init),
16448         (gst_mpeg2dec_close_decoder), (put_buffer), (check_buffer),
16449         (free_buffer), (free_all_buffers), (gst_mpeg2dec_alloc_buffer),
16450         (handle_sequence), (handle_picture):
16451         * ext/mpeg2dec/gstmpeg2dec.h:
16452           Rearrange buffer tracking and refcounting and refactor
16453           a little for readability. 
16454
16455 2005-02-04  Jan Schmidt  <thaytan@mad.scientist.com>
16456         * sys/v4l/gstv4l.c: (plugin_init):
16457         * sys/v4l/gstv4ljpegsrc.c: (gst_v4ljpegsrc_get_type),
16458         (gst_v4ljpegsrc_base_init), (gst_v4ljpegsrc_class_init),
16459         (gst_v4ljpegsrc_init), (gst_v4ljpegsrc_src_link),
16460         (gst_v4ljpegsrc_getcaps), (gst_v4ljpegsrc_get):
16461         * sys/v4l/gstv4ljpegsrc.h:
16462         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_open), (gst_v4lsrc_src_link):
16463         * sys/v4l/v4l_calls.h:
16464         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_palette_name),
16465         (gst_v4lsrc_get_fps):
16466         * sys/v4l/v4lsrc_calls.h:
16467           Add new v4ljpegsrc for handling the ov51x hacky "I'll give
16468           you jpeg inside rgb frames" driver.
16469           Don't error in the v4lsrc link function, just return 
16470           REFUSED.
16471
16472 2005-02-03  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16473
16474         * sys/qcam/gstqcamsrc.c: (gst_qcamsrc_change_state),
16475         (gst_qcamsrc_open):
16476           Use GST_ELEMENT_ERROR, not g_warning, if open failed.
16477
16478 2005-02-02  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16479
16480         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):
16481           Change caps on MJPEG-B so it doesn't interfere with MJPEG/JPEG.
16482
16483 2005-02-02  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16484
16485         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_change_state):
16486           Reset negotiated state on PAUSED->READY.
16487
16488 2005-02-02  David Schleef  <ds@schleef.org>
16489
16490         * configure.ac: Put DEFAULT_AUDIOSINK in config.h and use
16491         whereever possible.  (Fixes #165997)
16492         * examples/capsfilter/capsfilter1.c: (main):
16493         * examples/dynparams/filter.c: (create_ui):
16494         * examples/seeking/cdparanoia.c: (get_track_info), (main):
16495         * examples/seeking/chained.c: (main):
16496         * examples/seeking/seek.c: (make_mod_pipeline), (make_dv_pipeline),
16497         (make_wav_pipeline), (make_flac_pipeline), (make_sid_pipeline),
16498         (make_vorbis_pipeline), (make_mp3_pipeline), (make_avi_pipeline),
16499         (make_mpeg_pipeline), (make_mpegnt_pipeline):
16500         * examples/seeking/spider_seek.c: (make_spider_pipeline):
16501         * examples/switch/switcher.c: (main):
16502         * ext/dv/demo-play.c: (main):
16503         * ext/faad/gstfaad.c: (gst_faad_change_state):
16504         * ext/mad/gstmad.c: (gst_mad_chain):
16505         * ext/smoothwave/demo-osssrc.c: (main):
16506         * gst-libs/gst/gconf/gconf.c: (gst_gconf_set_string),
16507         (gst_gconf_render_bin_from_description),
16508         (gst_gconf_get_default_audio_sink),
16509         (gst_gconf_get_default_video_sink),
16510         (gst_gconf_get_default_audio_src),
16511         (gst_gconf_get_default_video_src),
16512         (gst_gconf_get_default_visualization_element):
16513         * gst/level/demo.c: (main):
16514         * gst/level/plot.c: (main):
16515         * gst/playback/gstplaybin.c: (gen_video_element),
16516         (gen_audio_element):
16517         * gst/playback/test.c: (gen_video_element), (gen_audio_element):
16518         * gst/playondemand/demo-mp3.c: (setup_pipeline):
16519         * gst/sine/demo-dparams.c: (main):
16520         * gst/spectrum/demo-osssrc.c: (main):
16521         * gst/speed/demo-mp3.c: (main):
16522         * gst/volume/demo.c: (main):
16523         * testsuite/embed/embed.c: (main):
16524
16525 2005-02-02  Jan Schmidt  <thaytan@mad.scientist.com>
16526
16527         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_class_init),
16528         (gst_tcpclientsink_finalize):
16529         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_class_init),
16530         (gst_tcpclientsrc_finalize):
16531         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
16532         (gst_tcpserversink_init), (gst_tcpserversink_finalize):
16533         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_class_init),
16534         (gst_tcpserversrc_init), (gst_tcpserversrc_finalize):
16535           Don't leak the hostname when shutting down.
16536           In tcpserversrc, take a copy of the default hostname.
16537
16538 2005-02-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16539
16540         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_iso_receive):
16541           Set caps to systemstream=TRUE.
16542
16543 2005-02-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16544
16545         * testsuite/Makefile.am:
16546           Fix more OSX buildbots.
16547
16548 2005-02-02  Jan Schmidt  <thaytan@mad.scientist.com>
16549
16550         * ext/mpeg2dec/gstmpeg2dec.c:
16551           Don't send things to NULL PAD_PEERs
16552
16553         * gst/deinterlace/gstdeinterlace.c: (gst_deinterlace_chain):
16554           Copy-on-write the incoming buffer.
16555
16556         * gst/mpegstream/gstdvddemux.h:
16557         * gst/mpegstream/gstmpegclock.h:
16558         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead),
16559         (normal_seek), (gst_mpeg_demux_handle_src_event):
16560         * gst/mpegstream/gstmpegdemux.h:
16561         * gst/mpegstream/gstmpegpacketize.h:
16562         * gst/mpegstream/gstmpegparse.c:
16563         (gst_mpeg_parse_update_streaminfo), (gst_mpeg_parse_reset),
16564         (gst_mpeg_parse_handle_discont), (gst_mpeg_parse_parse_packhead),
16565         (gst_mpeg_parse_loop), (gst_mpeg_parse_get_rate),
16566         (gst_mpeg_parse_convert_src), (gst_mpeg_parse_handle_src_query),
16567         (gst_mpeg_parse_handle_src_event), (gst_mpeg_parse_change_state):
16568         * gst/mpegstream/gstmpegparse.h:
16569         * gst/mpegstream/gstrfc2250enc.h:
16570           Various changes to the way time is computed that make seeking and
16571           total time estimation much better here.
16572           Use G_BEGIN/END_DECLS instead of __cplusplus
16573
16574         * gst/videocrop/gstvideocrop.c: (gst_video_crop_chain):
16575           Use gst_buffer_stamp instead of only copying the TIMESTAMP
16576
16577 2005-02-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16578
16579         * gst/subparse/gstsubparse.c:
16580           Fix OSX buildbot.
16581
16582 2005-01-31  Tim-Philipp Müller  <tim at centricular dot net>
16583
16584         * ext/theora/theoraenc.c: (theora_buffer_from_packet),
16585         (theora_enc_chain), (theora_enc_change_state):
16586         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
16587         (gst_vorbisenc_buffer_from_packet), (gst_vorbisenc_chain),
16588         (gst_vorbisenc_change_state):
16589         * ext/vorbis/vorbisenc.h:
16590           Set granulepos and timestamp correctly for streams not
16591           starting at 0, taking into account the initial delay.
16592
16593 2005-01-31  Tim-Philipp Müller  <tim at centricular dot net>
16594
16595         * gst/mpegstream/gstdvddemux.c:
16596           Add audio/x-dts to audio pad template caps
16597
16598 2005-01-30  David Schleef  <ds@schleef.org>
16599
16600         * ext/polyp/polypsink.c: (gst_polypsink_base_init),
16601         (create_context), (gst_polypsink_link): Fix silly endianness
16602         bug.  Add some debugging.  Remove float from caps; it doesn't
16603         work.  Attempt to get remote audio working.
16604
16605 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16606
16607         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):
16608           Add 3IV2 fourcc.
16609
16610 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16611
16612         * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream), (swap_line),
16613         (gst_avi_demux_invert), (gst_avi_demux_process_next_entry),
16614         (gst_avi_demux_stream_data):
16615         * gst/avi/gstavidemux.h:
16616           Invert DIB images. Fixes #132341.
16617
16618 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16619
16620         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
16621         (gst_ffmpegcsp_chain):
16622           D'oh, reference the palette data, not the palette structure.
16623           Fixes color distortion in #132341.
16624
16625 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16626
16627         * gst/videoscale/gstvideoscale.c: (gst_videoscale_link):
16628           PAR can be non-fixed when not provided as argument (#162626).
16629
16630 2005-01-29  David Moore  <dcm@acm.org>
16631
16632         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16633
16634         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
16635         (gst_qtdemux_loop_header):
16636           Re-apply patch from #142272 that allows non-seekable sources,
16637           re-proposed by Daniel Drake <dsd@gentoo.org>.
16638
16639 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16640
16641         * gst/rtp/gstrtpgsmenc.c: (gst_rtpgsmenc_init):
16642           Use the src template for creating the src pad (#162330).
16643
16644 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16645
16646         * configure.ac:
16647         * ext/musepack/Makefile.am:
16648         * ext/musepack/gstmusepackdec.c: (gst_musepackdec_class_init),
16649         (gst_musepackdec_init), (gst_musepackdec_dispose),
16650         (gst_musepackdec_src_query), (gst_musepackdec_src_convert),
16651         (gst_musepack_stream_init), (gst_musepackdec_loop),
16652         (gst_musepackdec_change_state):
16653         * ext/musepack/gstmusepackdec.cpp:
16654         * ext/musepack/gstmusepackdec.h:
16655         * ext/musepack/gstmusepackreader.c: (gst_musepack_reader_peek),
16656         (gst_musepack_reader_read), (gst_musepack_reader_seek),
16657         (gst_musepack_reader_tell), (gst_musepack_reader_get_size),
16658         (gst_musepack_reader_canseek), (gst_musepack_init_reader):
16659         * ext/musepack/gstmusepackreader.cpp:
16660         * ext/musepack/gstmusepackreader.h:
16661           Update to 1.1 API (#165446).
16662
16663 2005-01-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16664
16665         * ext/Makefile.am:
16666           Unbreak buildbot.
16667
16668 2005-01-28  Andy Wingo  <wingo@pobox.com>
16669
16670         * ext/dv/gstdvdec.c: Change the pixel aspect ratio of dvdec output
16671         to reflect a different dubious internet source. Add a reference
16672         and some commentary.
16673
16674 2005-01-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16675
16676         * gst/playback/gststreamselector.c: (gst_stream_selector_init),
16677         (gst_stream_selector_get_caps), (gst_stream_selector_chain):
16678         * gst/playback/gststreamselector.h:
16679           Be more selective when we're redoing caps negotiation from
16680           within the chain function on a stream change.
16681
16682 2005-01-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16683
16684         * configure.ac:
16685         * ext/Makefile.am:
16686         * ext/amrnb/Makefile.am:
16687         * ext/amrnb/amrnb.c: (plugin_init):
16688         * ext/amrnb/amrnbdec.c: (gst_amrnbdec_get_type),
16689         (gst_amrnbdec_base_init), (gst_amrnbdec_class_init),
16690         (gst_amrnbdec_init), (gst_amrnbdec_link), (gst_amrnbdec_chain),
16691         (gst_amrnbdec_state_change):
16692         * ext/amrnb/amrnbdec.h:
16693         * ext/amrnb/amrnbparse.c: (gst_amrnbparse_get_type),
16694         (gst_amrnbparse_base_init), (gst_amrnbparse_class_init),
16695         (gst_amrnbparse_init), (gst_amrnbparse_formats),
16696         (gst_amrnbparse_querytypes), (gst_amrnbparse_query),
16697         (gst_amrnbparse_handle_event), (gst_amrnbparse_reserve),
16698         (gst_amrnbparse_loop), (gst_amrnbparse_state_change):
16699         * ext/amrnb/amrnbparse.h:
16700           Add support for AMR-NB (mobile phone audio format; #155163, #163286).
16701         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
16702           Add AMR-NB/-WB raw formats.
16703         * ext/alsa/gstalsa.c: (gst_alsa_link):
16704           Keep valid time when changing format.
16705         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
16706         (qtdemux_parse_trak):
16707           Add some more format-specific options (#140141, #143555, #155163).
16708
16709 2005-01-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16710
16711         * gst/matroska/matroska-demux.c:
16712         (gst_matroska_demux_parse_blockgroup):
16713           Fix logic error in timing of subtitle stream synchronization.
16714         * gst/typefind/gsttypefindfunctions.c: (qt_type_find):
16715           Add skip-chunk, which is found in kodak-camera streams.
16716
16717 2005-01-27  Thomas Vander Stichele  <thomas at apestaart dot org>
16718
16719         * po/LINGUAS:
16720         * po/vi.po:
16721           Adding Vietnamese translation (submitted by Clytie Siddall)
16722
16723 2005-01-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16724
16725         * gst/playback/gstdecodebin.c: (try_to_link_1):
16726           Use realpad for signal.
16727
16728 2005-01-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16729
16730         * ext/mad/gstid3demuxbin.c: (gst_id3demux_bin_base_init):
16731           Fix category so decodebin picks it up.
16732
16733 2005-01-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16734
16735         * ext/mad/Makefile.am:
16736         * ext/mad/gstid3demuxbin.c: (gst_id3demux_bin_get_type),
16737         (gst_id3demux_bin_base_init), (gst_id3demux_bin_class_init),
16738         (gst_id3demux_bin_init), (gst_id3demux_bin_remove_pad),
16739         (found_type), (gst_id3demux_bin_change_state):
16740         * ext/mad/gstid3tag.c: (gst_id3_tag_add_src_pad),
16741         (gst_id3_tag_init), (gst_id3_tag_handle_event),
16742         (gst_id3_tag_src_link), (gst_id3_tag_chain),
16743         (gst_id3_tag_change_state), (plugin_init):
16744         * ext/mad/gstmad.h:
16745           Add id3demuxbin (which is a simple bin consisting of id3demux
16746           and typefind), take over rank from id3demux, remove typefind
16747           code from id3demux. Makes all broken mp3s that I know of work,
16748           and thereby fixes #152688.
16749
16750 2005-01-27  Edward Hervey  <bilboed@bilboed.com>
16751
16752         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16753
16754         * ext/mad/gstmad.c: (gst_mad_src_event):
16755         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_event):
16756           Allow seeks on audio pad, make mad forward those (#164826).
16757         * gst/audioscale/gstaudioscale.c: (gst_audioscale_chain):
16758           Set duration (#165335).
16759
16760 2005-01-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16761
16762         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_init),
16763         (gst_asf_demux_commit_taglist), (gst_asf_demux_process_comment),
16764         (gst_asf_demux_process_ext_content_desc),
16765         (gst_asf_demux_change_state), (gst_asf_demux_add_audio_stream),
16766         (gst_asf_demux_add_video_stream), (gst_asf_demux_setup_pad):
16767         * gst/asfdemux/gstasfdemux.h:
16768           Improve metadata display, e.g. if the metadata comes before the
16769           streams are loaded (which is perfectly valid).
16770
16771 2005-01-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16772
16773         * tools/gst-launch-ext-m.m:
16774           Fix AVI/ASF pipelines (#165340).
16775
16776 2005-01-26  Amaury Jacquot  <sxpert@esitcom.org>
16777         * ext/cairo/gsttextoverlay.c: include  string.h and strings.h to fix
16778         build failure on amd64
16779
16780 2005-01-26  Tim-Philipp Müller  <tim at centricular dot net>
16781
16782         * ext/mad/gstid3tag.c: (mad_id3_parse_latin1_string),
16783         (mad_id3_parse_comment_frame), (gst_mad_id3_to_tag_list):
16784           Check environment variables GST_ID3V2_TAG_ENCODING,
16785           GST_ID3_TAG_ENCODING and GST_TAG_ENCODING for a colon-separated
16786           list of character encodings to force interpretation of non-unicode
16787           strings stored in an ID3v2 tag to a particular encoding. If none
16788           is specified, try to use current locale's encoding, then fall back
16789           to ISO-8859-1 (which will always succeed). (Resolves #149274)
16790         * gst/tags/gstid3tag.c: (gst_tag_from_id3_tag),
16791         (gst_tag_extract_id3v1_string), (gst_tag_list_new_from_id3v1):
16792           Check environment variables GST_ID3V1_TAG_ENCODING,
16793           GST_ID3_TAG_ENCODING and GST_TAG_ENCODING for a colon-separated
16794           list of character encodings to use in case a string encountered
16795           in an ID3v1 tag is not valid UTF-8 already. If no encoding is
16796           specified, try to use the current locale's encoding, then fall
16797           back to ISO-8859-1 (which will always succeed).
16798
16799 2005-01-25  Benjamin Otte  <otte@gnome.org>
16800
16801         * ext/mad/gstmad.c: (gst_mad_check_caps_reset), (gst_mad_chain):
16802           - on half framerate, compute the rate in advance so the comparisons
16803             don't compare wrong values
16804           - don't use mad_synth/frame_mute anymore, this mirrors mad_decoder
16805             behaviour
16806           - don't use mad_header_decode anymore, mad_frame_decode does that
16807             automatically
16808           - when getting rid of consumed bytes, reset the stream's skiplen
16809           (fixes #163867)
16810
16811 2005-01-26  Jan Schmidt  <thaytan@mad.scientist.com>
16812
16813         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_class_init)
16814           Use 1/2 a second for default max_discont, as PES streams from DVB
16815           seem to have larger spacings in the SCR. 
16816           Fix a typo.
16817
16818 2005-01-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16819
16820         * gst/playback/gstplaybasebin.c: (group_commit):
16821           Notify delayed stream-info availability.
16822
16823 2005-01-26  Jan Schmidt  <thaytan@mad.scientist.com>
16824         * ext/a52dec/gsta52dec.c: (gst_a52dec_push),
16825         (gst_a52dec_handle_event), (gst_a52dec_chain):
16826         Add some debug output. Check that a discont has a valid
16827         time associated.
16828         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event),
16829         (gst_alsa_sink_loop):
16830         Ignore TAG events. A little extra debug for broken timestamps.
16831         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_init), (dvdnavsrc_loop),
16832         (dvdnavsrc_change_state):
16833         Ensure we send a discont to engage the link before we send any
16834         other events.
16835         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_init),
16836         (dvdreadsrc_finalize), (_close), (_open), (_seek_title),
16837         (_seek_chapter), (seek_sector), (dvdreadsrc_get),
16838         (dvdreadsrc_uri_get_uri), (dvdreadsrc_uri_set_uri):
16839         Handle URI of the form dvd://title[,chapter[,angle]]. Currently only
16840         dvd://title works in totem because typefinding sends a seek that ends
16841         up going back to chapter 1 regardless.
16842         * ext/mpeg2dec/gstmpeg2dec.c:
16843         * ext/mpeg2dec/gstmpeg2dec.h:
16844         Output correct timestamps and handle disconts.
16845         * ext/ogg/gstoggdemux.c: (get_relative):
16846         Small guard against a null dereference.
16847         * ext/pango/gsttextoverlay.c: (gst_textoverlay_finalize),
16848         (gst_textoverlay_set_property):
16849         Free memory when done. Don't call gst_event_filler_get_duration on
16850         EOS events. Use GST_LOG and GST_WARNING instead of g_message and
16851         g_warning.
16852         * ext/smoothwave/gstsmoothwave.c: (gst_smoothwave_init),
16853         (draw_line), (gst_smoothwave_dispose), (gst_sw_sinklink),
16854         (gst_sw_srclink), (gst_smoothwave_chain):
16855         Draw solid lines, prettier colours.
16856         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_init):
16857         Add a default palette that'll work for some movies.
16858         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_init),
16859         (gst_dvd_demux_handle_dvd_event), (gst_dvd_demux_send_discont),
16860         (gst_dvd_demux_send_subbuffer), (gst_dvd_demux_reset):
16861         * gst/mpegstream/gstdvddemux.h:
16862         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_send_discont),
16863         (gst_mpeg_demux_parse_syshead), (gst_mpeg_demux_parse_pes):
16864         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_init),
16865         (gst_mpeg_parse_handle_discont), (gst_mpeg_parse_parse_packhead):
16866         * gst/mpegstream/gstmpegparse.h:
16867         Use PTM/NAV events when for timestamp adjustment when connected to 
16868         dvdnavsrc. Don't use many discont events where one suffices.
16869         * gst/playback/gstplaybasebin.c: (group_destroy),
16870         (gen_preroll_element), (gst_play_base_bin_add_element):
16871         * gst/playback/gstplaybasebin.h:
16872         Make sure we remove subtitles from the same bin we put them in.
16873         * gst/subparse/gstsubparse.c: (convert_encoding), (parse_subrip),
16874         (gst_subparse_buffer_format_autodetect),
16875         (gst_subparse_change_state):
16876         Fix some memleaks and invalid accesses.
16877         * gst/typefind/gsttypefindfunctions.c: (ogganx_type_find),
16878         (oggskel_type_find), (cmml_type_find), (plugin_init):
16879         Some typefind functions for Annodex v3.0 files
16880         * gst/wavparse/gstwavparse.h:
16881         GstRiffReadClass is the correct parent class.
16882
16883 2005-01-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16884
16885         * gst-libs/gst/riff/riff-media.c:
16886         (gst_riff_create_video_caps_with_data):
16887           Add extradata to huffyuv (fixes #165013).
16888         * gst-libs/gst/riff/riff-read.c:
16889         (gst_riff_read_strf_vids_with_data):
16890           Fix extradata extraction if it is in the chunk size.
16891
16892 2005-01-25  Edward Hervey  <bilboed@bilboed.com>
16893
16894         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16895
16896         * gst/effectv/gstquark.c: (gst_quarktv_class_init),
16897         (gst_quarktv_change_state), (gst_quarktv_dispose):
16898           Memory free'ing location fix (#164708).
16899
16900 2005-01-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16901
16902         * gst/playback/gstplaybasebin.c: (group_commit),
16903         (gen_preroll_element), (probe_triggered), (gen_source_element),
16904         (setup_source), (gst_play_base_bin_change_state),
16905         (gst_play_base_bin_add_element):
16906           Don't block for streams.
16907         * gst/playback/gststreaminfo.c: (stream_info_change_state),
16908         (gst_stream_info_set_mute):
16909           Use gst_pad_set_active_recursive.
16910
16911 2005-01-25  Andy Wingo  <wingo@pobox.com>
16912
16913         * sys/v4l/gstv4lelement.c (gst_v4l_iface_supported): Fix compile
16914         for #ifndef HAVE_XVIDEO.
16915
16916 2005-01-24  Jeffrey C. Ollie
16917
16918         reviewed by: Maciej Katafiasz  <mathrick@freedesktop.org>
16919
16920         * ext/gsm/gstgsmdec.c: (gst_gsmdec_init), (gst_gsmdec_chain):
16921         * ext/gsm/gstgsmdec.h:
16922         * ext/gsm/gstgsmenc.c: (gst_gsmenc_init), (gst_gsmenc_chain):
16923         * ext/gsm/gstgsmenc.h:
16924         Fix rate to 8kHz as per spec, removes obscure errors when no rate
16925         was given by property. Add proper buffer timestamps and offsets.
16926
16927 2005-01-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16928
16929         * gst-libs/gst/riff/riff-media.c:
16930         (gst_riff_create_audio_caps_with_data):
16931           Audio can be <8000Hz.
16932
16933 2005-01-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16934
16935         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
16936           Explicit state change to workaround refcount bugs.
16937
16938 2005-01-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16939
16940         * gst/avi/gstavimux.c: (gst_avimux_write_tag),
16941         (gst_avimux_riff_get_avi_header):
16942           Fix...
16943
16944 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16945
16946         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_element_data),
16947         (gst_riff_read_element_data):
16948         * gst-libs/gst/riff/riff-read.h:
16949           Add _peek version (req'ed in CDXA).
16950         * gst/cdxaparse/gstcdxaparse.c: (gst_cdxaparse_init),
16951         (gst_cdxaparse_loop):
16952           Fix parsing in playbin.
16953         * gst/playback/gstdecodebin.c: (close_pad_link):
16954           Ignore current_ pads, they cause major annoyance.
16955
16956 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16957
16958         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
16959           Safety guard.
16960
16961 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16962
16963         * gst/avi/gstavimux.c: (gst_avimux_write_tag):
16964           Fix padding...
16965
16966 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16967
16968         * gst/matroska/ebml-read.c: (gst_ebml_read_buffer):
16969           Allow for 0-sized buffers. Fixes length query problems in
16970           starwars.mkv from the testsuite.
16971
16972 2005-01-19  Tim-Philipp Müller  <tim at centricular dot net>
16973
16974         * gst/videobox/gstvideobox.c: (gst_video_box_copy_plane_i420),
16975         (gst_video_box_i420), (gst_video_box_chain):
16976           Fix row strides for I420 (fixes #163159)
16977           
16978 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16979
16980         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_parse_packhead):
16981           MPEG2 has a useful rate property, so we can actually use that.
16982           For MPEG-1, continue using the bytes/time properties.
16983
16984 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16985
16986         * gst-libs/gst/riff/riff-media.c:
16987         (gst_riff_create_video_caps_with_data),
16988         (gst_riff_create_video_template_caps):
16989           Add intel-h263.
16990
16991 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16992
16993         * ext/mad/gstmad.c: (gst_mad_check_caps_reset), (gst_mad_chain):
16994           Fail if caps negotiation fails. Should fix #162184, and should
16995           definately be in there regardless of it fixing the actual bug.
16996         * gst/avi/gstavimux.c: (gst_avimux_get_type), (gst_avimux_init),
16997         (gst_avimux_write_tag), (gst_avimux_riff_get_avi_header),
16998         (gst_avimux_riff_get_avix_header),
16999         (gst_avimux_riff_get_video_header),
17000         (gst_avimux_riff_get_audio_header), (gst_avimux_write_index),
17001         (gst_avimux_start_file), (gst_avimux_handle_event),
17002         (gst_avimux_change_state):
17003         * gst/avi/gstavimux.h:
17004           Refactor structure writing to use GST_WRITE_UINT macros, add
17005           metadata writing support.
17006
17007 2005-01-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17008
17009         * gst/playback/gststreaminfo.c: (gst_stream_info_dispose):
17010           Elements may already be destroyed when this function is called.
17011
17012 2005-01-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17013
17014         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
17015         (gst_qtdemux_loop_header), (gst_qtdemux_handle_esds):
17016           More memory leak fixes (#149162).
17017
17018 2005-01-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17019
17020         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
17021         (gst_qtdemux_add_stream):
17022           Fix two memleaks.
17023
17024 2005-01-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17025
17026         * ext/faad/gstfaad.c: (gst_faad_srcgetcaps):
17027           Argh...
17028
17029 2005-01-17  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17030
17031         * ext/faad/gstfaad.c: (gst_faad_srcgetcaps):
17032           Fix off-by-one bug. Fixes warnings during playback of sincity.mp4
17033           when fixating to six channels in Totem.
17034
17035 2005-01-17  Tim-Philipp Müller  <tim at centricular dot net>
17036
17037         * ext/dvdread/dvdreadsrc.c: (get_next_cell_for):
17038           Fix compile warnings on Solaris 10 buildbot
17039
17040 2005-01-17  Tim-Philipp Müller  <tim at centricular dot net>
17041
17042         * ext/dvdread/dvdreadsrc.c: (_read):
17043           Don't read beyond the last cell in a chapter (fixes 
17044           invalid memory access)
17045
17046 2005-01-17  Tim-Philipp Müller  <tim at centricular dot net>
17047
17048         * ext/dvdread/stream_labels.c:
17049         (dvdreadsrc_get_audio_stream_labels):
17050           Use NULL for an empty GList instead of g_list_alloc(); fix 
17051           memory leaks; s/LCPM/LPCM/; use g_strdup_printf() instead 
17052           of GString (easier to bulk free later)
17053
17054 2005-01-17  Gergely Nagy  <algernon@bonehunter.rulez.org>
17055
17056         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17057
17058         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
17059         (gst_ffmpeg_pixfmt_to_caps):
17060           Fix BGRA32 caps (#164209).
17061
17062 2005-01-17  Gergely Nagy  <algernon@bonehunter.rulez.org>
17063
17064         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17065
17066         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
17067         (gst_ffmpeg_caps_to_pixfmt):
17068           alpha_mask can be RGBA/ABGR. Fixes #164265.
17069
17070 2005-01-17  Francis Labonte  <francis_labonte@hotmail.com>
17071
17072         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17073
17074         * ext/mpeg2dec/gstmpeg2dec.c: (crop_buffer),
17075         (gst_mpeg2dec_alloc_buffer):
17076         * ext/mpeg2dec/gstmpeg2dec.h:
17077           Crop if decoding size is not the actual image size (#163676).
17078
17079 2005-01-17  Steve Baker  <steve@stevebaker.org>
17080
17081         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17082
17083         * gst/typefind/gsttypefindfunctions.c: (aiff_type_find),
17084         (svx_type_find), (sds_type_find), (ircam_type_find), (plugin_init):
17085           Add libsndfile typefind functions (#163309).
17086
17087 2005-01-17  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17088
17089         * tools/gst-launch-ext-m.m:
17090           Add .aac, fix .m1v/.m2v (#163891).
17091
17092 2005-01-17  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17093
17094         * ext/alsa/gstalsaclock.c: (gst_alsa_clock_wait):
17095           Sanity check, don't wait endlessly since the clock might not
17096           actually run at this point (which is a deadlock). Fixes #164069.
17097
17098 2005-01-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17099
17100         * gst/playback/gstplaybasebin.c: (probe_triggered):
17101           Of course, only pause if group is done...
17102
17103 2005-01-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17104
17105         * gst/playback/gstplaybasebin.c: (probe_triggered):
17106           Thread safety.
17107
17108 2005-01-16  Jan Schmidt  <thaytan@mad.scientist.com>
17109
17110         * ext/swfdec/gstswfdec.c: (gst_swfdec_change_state):
17111           Don't return state change success when the parent
17112           failed.
17113
17114 2005-01-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17115
17116         * gst/avi/gstavimux.c: (gst_avimux_handle_event):
17117           Free events (fix memleak in #162905).
17118
17119 2005-01-15  Gergely Nagy  <algernon@bonehunter.rulez.org>
17120
17121         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17122
17123         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
17124         (gst_ffmpeg_caps_to_pixfmt):
17125           Fix for depth = 15. Fixes #161675.
17126
17127 2005-01-14  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17128
17129         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_getcaps):
17130           Set FPS correctly, even for webcams and the like.
17131         * sys/v4l/v4l_calls.c: (gst_v4l_set_chan_norm):
17132           Don error on setting while capturing.
17133
17134 2005-01-14  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
17135
17136         * ext/dv/gstdvdec.c:
17137         * gst/subparse/gstsubparse.c: (parse_mdvdsub):
17138         * gst/y4m/gsty4mencode.c: (gst_y4mencode_sinkconnect):
17139           I'm a bad boy. using /1001. to force C to do float division
17140           and not integer division (as it did in my last commit)
17141           Thanks to David I. Lehn for pointing this mistake.
17142
17143 2005-01-14  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17144
17145         * sys/v4l/gstv4lelement.c: (gst_v4l_iface_supported):
17146           Revert Johan's 1.35->1.36 since it breaks compat.
17147
17148 2005-01-14  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
17149
17150         * ext/dv/gstdvdec.c:
17151         * ext/libfame/gstlibfame.c:
17152         * gst/subparse/gstsubparse.c: (parse_mdvdsub):
17153         * gst/y4m/gsty4mencode.c: (gst_y4mencode_sinkconnect):
17154           replace framerate aproximations by their real value
17155           (24000/1001, 30000/1001, 60000/1001)
17156           Finish fixing bug #164049
17157
17158 2005-01-13  Thomas Vander Stichele  <thomas at apestaart dot org>
17159
17160         * ext/ogg/gstoggmux.c:
17161           eos/bos debugging
17162         * gst/tcp/gstmultifdsink.c:
17163         * gst/tcp/gstmultifdsink.h:
17164         * gst/tcp/gsttcp.c:
17165         * gst/tcp/gsttcp.h:
17166         * gst/tcp/gsttcpclientsink.c:
17167         * gst/tcp/gsttcpclientsrc.c:
17168         * gst/tcp/gsttcpserversink.c:
17169         * gst/tcp/gsttcpserversrc.c:
17170           improve reusability of elements after state changes and errors
17171           make multifdsink throw away streamheaders when receiving new ones
17172
17173 2005-01-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17174
17175         * ext/alsa/gstalsa.c: (gst_alsa_rates_probe):
17176           Fix for if items are already in list...
17177
17178 2005-01-12  Benjamin Otte  <otte@gnome.org>
17179
17180         * gst/adder/gstadder.c: (gst_adder_loop):
17181           fix adder a bit so it doesn't screw up with events as much anymore
17182
17183 2005-01-12  Jan Schmidt  <thaytan@mad.scientist.com>
17184
17185         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_link),
17186         (pixbufscale_scale), (gst_pixbufscale_chain):
17187         * ext/gdk_pixbuf/pixbufscale.h:
17188           Incorporate changes from Tim-Philipp Mueller <t.i.m@orange.net>
17189           to ensure rowstrides are calculated the same way as 
17190           ffmpegcolorspace
17191           Use gst_buffer_stamp instead of copying TIMESTAMP manually, so
17192           that we pick up duration and offset also.
17193
17194 2005-01-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17195
17196         * gst/avi/gstavimux.c: (gst_avimux_class_init),
17197         (gst_avimux_pad_unlink), (gst_avimux_release_pad):
17198           Reusability fixes.
17199
17200 2005-01-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17201
17202         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_update),
17203         (gst_alsa_mixer_get_volume), (gst_alsa_mixer_set_volume),
17204         (gst_alsa_mixer_set_mute), (gst_alsa_mixer_set_record),
17205         (gst_alsa_mixer_set_option), (gst_alsa_mixer_get_option):
17206           Update flags when requested.
17207
17208 2005-01-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17209
17210         * ext/alsa/gstalsa.c: (gst_alsa_rates_probe):
17211           Fix dmix.
17212
17213 2005-01-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17214
17215         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
17216         (gst_play_base_bin_init), (gst_play_base_bin_dispose),
17217         (probe_triggered), (new_decoded_pad), (gen_source_element),
17218         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property):
17219         * gst/playback/gstplaybasebin.h:
17220         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
17221         (gst_play_bin_init), (group_switch), (remove_sinks), (setup_sinks),
17222         (gst_play_bin_change_state):
17223           Implement group-switch signal for use in apps to clear metadata
17224           cache, clean up subtitle, add suburi property instead of # hack,
17225           some error-out fixes.
17226
17227 2005-01-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17228
17229         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
17230           Debug.
17231         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_grab_frame):
17232           If we got a state change in the _get handler, don't return success.
17233
17234 2005-01-10  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
17235
17236         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_my_output_message),
17237         (gst_jpegdec_my_emit_message), (gst_jpegdec_init):
17238           Make jpegdec quiet on MJPEG decoding
17239         * gst/asfdemux/README:
17240           Fix mimetypes for MJPEG and H263
17241
17242 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17243
17244         * ext/theora/theoradec.c: (theora_dec_chain):
17245           Fix broken code generation by gcc by swapping arguments.
17246         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
17247           Fix \n in debug.
17248
17249 2005-01-10  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
17250
17251         * TODO:
17252           delete this file, it is by far outdated
17253         * ext/alsa/gstalsa.1: remove
17254         * ext/alsa/gstalsa.c: (add_rates), (add_channels), (gst_alsa_caps),
17255         (gst_alsa_check_sample_rates), (gst_alsa_rates_probe),
17256         (gst_alsa_get_caps):
17257           Add HW probing for supported sample rates. Fixes #161704
17258
17259 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17260
17261         * gst/audioscale/gstaudioscale.c: (gst_audioscale_chain):
17262           Don't crash, biatch! :).
17263
17264 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17265
17266         * ext/musepack/gstmusepackreader.cpp:
17267         * gst/apetag/apedemux.c: (gst_ape_demux_stream_data):
17268           Some work on tags - still doesn't work in playbin...
17269         * gst/audioscale/gstaudioscale.c: (gst_audioscale_chain):
17270           Handle events...
17271
17272 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17273
17274         * gst/qtdemux/qtdemux.c: (qtdemux_parse_tree):
17275           Also shove tags on kid pads.
17276
17277 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17278
17279         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_use_event):
17280           Don't bail on unknown events.
17281         * gst/audioscale/gstaudioscale.c: (gst_audioscale_chain):
17282           Don't crash on events before negotiation.
17283         * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream):
17284           Send tags on pads, too.
17285         * gst/playback/gststreamselector.c:
17286         (gst_stream_selector_request_new_pad):
17287           Forward events on first pad if no input was selected yet.
17288
17289 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17290
17291         * gst/playback/gstplaybasebin.c: (setup_substreams):
17292           Don't disable streamtype if the stream doesn't exist, since
17293           then playing a video after audio will disable both and nothing
17294           will happen. Fixes the testsuite.
17295
17296 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17297
17298         * sys/v4l/gstv4lxoverlay.c: (gst_v4l_xoverlay_interface_init),
17299         (gst_v4l_xoverlay_set_xwindow_id):
17300         * sys/v4l2/gstv4l2xoverlay.c: (gst_v4l2_xoverlay_interface_init),
17301         (gst_v4l2_xoverlay_set_xwindow_id):
17302           Add debug categories, fix overlay disabling.
17303
17304 2005-01-10  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
17305
17306         * ext/alsa/gstalsa.c: (gst_alsa_class_init), (gst_alsa_get_caps):
17307         * ext/alsa/gstalsa.h:
17308           Add HW probing for period_count/size and buffer_size MIX/MAX
17309           Adjust default/user defined value if out of bounds
17310           Should fix bug #162024
17311
17312 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17313
17314         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event):
17315           Fix warning (#161191).
17316
17317 2005-01-09  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
17318
17319         * ext/dvdread/stream_labels.c:
17320         (dvdreadsrc_get_audio_stream_labels):
17321           Fix warning (init the good variable in switch default)
17322
17323 2005-01-09  Koop Mast  <kwm@rainbow-runner.nl>
17324
17325         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17326
17327         * gst/tta/gstttaparse.c: (gst_tta_src_event):
17328           Fix gcc-2.95 compile (#163485).
17329
17330 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17331
17332         * configure.ac:
17333         * ext/flac/gstflacenc.c: (gst_flacenc_init),
17334         (gst_flacenc_seek_callback), (gst_flacenc_write_callback),
17335         (gst_flacenc_tell_callback), (gst_flacenc_chain),
17336         (gst_flacenc_change_state):
17337         * ext/flac/gstflacenc.h:
17338           Update for API change in flac-1.1.1. Update requirement in
17339           configure.ac. Fixes #162974.
17340
17341 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17342
17343         * gst/playback/gstplaybasebin.c: (group_destroy):
17344           Remove hack to get rid of assert and get rid of unlinked
17345           signals properly.
17346
17347 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17348
17349         * gst/playback/gstplaybasebin.c: (setup_source):
17350           Set source to NULL so that resources are free'ed. Fixes issues
17351           with playback of CDDA and similar device-accessing things.
17352
17353 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17354
17355         * testsuite/embed/Makefile.am:
17356           test->noinst, fix make test in buildbot.
17357
17358 2005-01-09  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
17359
17360         * ext/dvdread/stream_labels.c: new file
17361         * ext/dvdread/stream_labels.h: new file
17362         * ext/dvdread/Makefile.am:
17363         * ext/dvdread/dvdreadsrc.c: (_seek_title):
17364           Extract audio stream label from DVD IFO files.
17365           It only dump them on the console for now, still have to
17366           make playbin aware of them.
17367
17368 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17369
17370         * gst/playback/gstplaybasebin.c: (setup_source):
17371           Fix hanging subs.
17372
17373 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17374
17375         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
17376         (gen_preroll_element), (remove_groups), (setup_subtitle),
17377         (gen_source_element), (setup_source):
17378         * gst/playback/gstplaybasebin.h:
17379           Multiple .sub files is just a stupid idea... Fix some threading
17380           mistakes. Interestingly, external .sub files cause playbin to
17381           hang, I don't know why... Parsing fixes contributed by Fran??ois
17382           Kooman <fkooman@tuxed.net>.
17383
17384 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17385
17386         * testsuite/embed/Makefile.am:
17387           Fix buildbot.
17388
17389 2005-01-09  Gergely Nagy  <algernon@bonehunter.rulez.org>
17390
17391         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17392
17393         * ext/libpng/gstpngenc.c: (gst_pngenc_class_init),
17394         (gst_pngenc_init), (gst_pngenc_chain), (gst_pngenc_get_property),
17395         (gst_pngenc_set_property):
17396         * ext/libpng/gstpngenc.h:
17397           Add compression level property (#163323).
17398
17399 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17400
17401         * configure.ac:
17402         * examples/capsfilter/capsfilter1.c: (main):
17403         * examples/seeking/spider_seek.c: (make_spider_pipeline):
17404         * ext/dvdread/Makefile.am:
17405         * ext/dvdread/demo-play:
17406         * ext/dvdread/demo-play.c:
17407         * gconf/gstreamer.schemas.in:
17408         * gst-libs/gst/gconf/gconf.c:
17409         * sys/v4l/TODO:
17410         * testsuite/Makefile.am:
17411         * testsuite/embed/Makefile.am:
17412         * testsuite/embed/embed.c: (cb_expose), (main):
17413           Remove all references to xvideosink, fix examples (#140845).
17414         * gst/playback/gstplaybasebin.c: (group_destroy):
17415           Apparently, disposal does not unlink - so do explicitely.
17416         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
17417           Add debug.
17418
17419 2005-01-09  Maciej Katafiasz <mathrick@freedesktop.org>
17420
17421         * README: fix PKG_CONFIG_PATH instructions, what was there
17422         previously was breaking default search path, not nice. 
17423         Fixes #163358
17424
17425 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17426
17427         * gst/audioscale/gstaudioscale.c: (gst_audioscale_init),
17428         (gst_audioscale_chain):
17429           %#^@^#@^@#^#@^#@^@#^@#^@#^@#^#@^#@^#@^@#^#@ fix seeking
17430           when resampling - how the ^@$^!@^! is this possible?!?
17431
17432 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17433
17434         * ext/alsa/gstalsa.c: (gst_alsa_change_state):
17435           Reset variables on READY.
17436         * gst/matroska/matroska-mux.c: (gst_matroska_mux_request_new_pad),
17437         (gst_matroska_mux_loop):
17438           Require data before writing header.
17439
17440 2005-01-09  Francis Labonte  <francis_labonte@hotmail.com>
17441
17442         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17443
17444         * ext/mad/gstmad.c: (gst_mad_chain):
17445           Don't call mad_stream_sync() directly after recovering sync.
17446           Fixes #151661.
17447
17448 2005-01-09  Martin Eikermann  <meiker@upb.de>
17449
17450         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17451
17452         * ext/snapshot/gstsnapshot.c: (gst_snapshot_class_init),
17453         (snapshot_handler), (gst_snapshot_sinkconnect),
17454         (gst_snapshot_chain):
17455           Allocate resources when required, fix recursive signal emission
17456           and fix caps. Fixes #161667.
17457
17458 2005-01-09  Gergely Nagy  <algernon@bonehunter.rulez.org>
17459
17460         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17461
17462         * ext/libpng/gstpngdec.c: (gst_pngdec_src_getcaps),
17463         (gst_pngdec_chain):
17464           Handle only 8-bppc (bits-per-pixel-component) images, better
17465           error handling and correct strides. Fixes #163177.
17466         * ext/libpng/gstpngenc.c: (gst_pngenc_sinklink),
17467         (gst_pngenc_chain):
17468           Better error handling. Fixes #163348.
17469
17470 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17471
17472         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_get_type),
17473         (dvdnavsrc_uri_get_type), (dvdnavsrc_uri_get_protocols),
17474         (dvdnavsrc_uri_get_uri), (dvdnavsrc_uri_set_uri),
17475         (dvdnavsrc_uri_handler_init):
17476           Add DVD-nav URI (dvdnav://) for Totem testing purposes.
17477         * gst/playback/gstplaybasebin.c: (gen_source_element):
17478           Add MMS to streaming URIs.
17479
17480 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17481
17482         * sys/ximage/ximagesink.c: (gst_ximagesink_navigation_send_event):
17483         * sys/xvimage/xvimagesink.c:
17484         (gst_xvimagesink_navigation_send_event):
17485           Check for pad availability before sending event.
17486
17487 2005-01-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17488
17489         * gst-plugins.spec.in:
17490           Add subparse.
17491
17492 2005-01-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17493
17494         * configure.ac:
17495           Since we use functions from CVS, up requirement.
17496
17497 2005-01-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17498
17499         * gst/playback/Makefile.am:
17500         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
17501         (group_destroy), (group_commit), (group_is_muted),
17502         (gen_preroll_element), (add_stream), (unknown_type),
17503         (probe_triggered), (preroll_unlinked), (mute_stream),
17504         (silence_stream), (new_decoded_pad), (setup_substreams),
17505         (setup_source), (get_active_source), (mute_group_type),
17506         (muted_group_change_state), (set_active_source),
17507         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property),
17508         (play_base_eos), (gst_play_base_bin_change_state):
17509         * gst/playback/gstplaybasebin.h:
17510         * gst/playback/gstplaybin.c: (add_sink), (setup_sinks):
17511         * gst/playback/gststreaminfo.c: (gst_stream_info_class_init),
17512         (gst_stream_info_dispose), (stream_info_mute_pad),
17513         (stream_info_change_state), (gst_stream_info_set_mute):
17514         * gst/playback/gststreamselector.c: (gst_stream_selector_get_type),
17515         (gst_stream_selector_base_init), (gst_stream_selector_class_init),
17516         (gst_stream_selector_init), (gst_stream_selector_dispose),
17517         (gst_stream_selector_get_linked_pad),
17518         (gst_stream_selector_get_caps), (gst_stream_selector_link),
17519         (gst_stream_selector_get_linked_pads),
17520         (gst_stream_selector_request_new_pad), (gst_stream_selector_chain):
17521         * gst/playback/gststreamselector.h:
17522           Adding stream selection support plus required properties for
17523           applications to use this. Fully fixes #100931.
17524
17525 2005-01-08  Benjamin Otte  <otte@gnome.org>
17526
17527         * gst/games/gstpuzzle.c: (nav_event_handler):
17528           - handle nav events differently: forward every event no matter if it
17529             was handled or not.
17530           - translate events
17531           You can now cheat by using navigationtest ! puzzle and moving the
17532           mouse close to the edge of a tile. ;)
17533
17534 2005-01-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17535
17536         * configure.ac:
17537         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_new):
17538         * ext/ogg/gstogmparse.c: (gst_ogm_text_parse_get_type),
17539         (gst_ogm_text_parse_base_init), (gst_ogm_text_parse_init),
17540         (gst_ogm_parse_get_sink_querytypes), (gst_ogm_parse_sink_convert),
17541         (gst_ogm_parse_sink_query), (gst_ogm_parse_chain),
17542         (gst_ogm_parse_plugin_init):
17543         * ext/pango/gsttextoverlay.c: (gst_textoverlay_linkedpads),
17544         (gst_textoverlay_link), (gst_textoverlay_getcaps),
17545         (gst_textoverlay_event), (gst_textoverlay_video_chain),
17546         (gst_textoverlay_loop), (gst_textoverlay_init), (plugin_init):
17547         * ext/pango/gsttextoverlay.h:
17548         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
17549         (gst_matroska_demux_handle_seek_event),
17550         (gst_matroska_demux_sync_streams),
17551         (gst_matroska_demux_parse_blockgroup),
17552         (gst_matroska_demux_subtitle_caps),
17553         (gst_matroska_demux_plugin_init):
17554         * gst/matroska/matroska-ids.h:
17555         * gst/playback/gstdecodebin.c: (close_pad_link):
17556         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
17557         (gen_preroll_element), (remove_groups), (add_stream),
17558         (new_decoded_pad), (setup_subtitles), (gen_source_element),
17559         (setup_source):
17560         * gst/playback/gstplaybasebin.h:
17561         * gst/playback/gstplaybin.c: (gen_text_element), (setup_sinks):
17562         * gst/subparse/Makefile.am:
17563         * gst/subparse/gstsubparse.c: (gst_subparse_get_type),
17564         (gst_subparse_base_init), (gst_subparse_class_init),
17565         (gst_subparse_init), (gst_subparse_formats),
17566         (gst_subparse_eventmask), (gst_subparse_event),
17567         (gst_subparse_handle_event), (convert_encoding), (get_next_line),
17568         (parse_mdvdsub), (parse_mdvdsub_init), (parse_subrip),
17569         (parse_subrip_deinit), (parse_subrip_init), (parse_mpsub),
17570         (parse_mpsub_deinit), (parse_mpsub_init),
17571         (gst_subparse_buffer_format_autodetect),
17572         (gst_subparse_format_autodetect), (gst_subparse_loop),
17573         (gst_subparse_change_state), (gst_subparse_type_find),
17574         (plugin_init):
17575         * gst/subparse/gstsubparse.h:
17576         * gst/typefind/gsttypefindfunctions.c: (ogmtext_type_find),
17577         (plugin_init):
17578           Add subtitle support, .sub parser (supports SRT and MPsub),
17579           OGM text support, Matroska UTF-8 text support, deadlock fixes
17580           all over the place, subtitle awareness in decodebin/playbin
17581           and some fixes to textoverlay to handle subtitles in a stream
17582           correctly. Fixes #100931.
17583
17584 2005-01-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17585
17586         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
17587           Check for pad availability before doing a query on it.
17588
17589 2005-01-08  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
17590
17591         * ext/dv/gstdvdec.c:
17592           really fix bpp24/32 dvdec caps (classic rgba indeed)
17593         * gst/asfdemux/gstasfdemux.c:
17594         (gst_asf_demux_process_ext_content_desc):
17595           don't send text tags if they are empty (bis repetita)
17596
17597 2005-01-08  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
17598
17599         * ext/dv/gstdvdec.c:
17600          remove unneeded comment from dvdec
17601           (related to DV 4CC codes in AVI files)
17602           moved them in gstreamer/docs/random/mimetypes
17603         * gst/asfdemux/gstasfdemux.c:
17604         (gst_asf_demux_process_ext_content_desc):
17605          don't send text tags if they are empty
17606          fix mem leak on error path
17607         * gst/ffmpegcolorspace/avcodec.h:
17608         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
17609         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
17610         (gst_ffmpegcsp_avpicture_fill):
17611         * gst/ffmpegcolorspace/imgconvert.c: (img_get_alpha_info):
17612         * gst/ffmpegcolorspace/imgconvert_template.h:
17613          adds BGR32 and BGRA32 to ffmpegcolorspace
17614           (still bad colors, fixing it on next commit)
17615           helps with dvdec outputing BGR32
17616
17617 2005-01-08  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
17618
17619         * ext/dv/gstdvdec.c:
17620          Fix audio caps i just broke (missing ',')
17621         * gst/matroska/matroska-mux.c: (gst_matroska_mux_get_type),
17622         (gst_matroska_mux_reset):
17623          Fix typo + add FIXME about old "x-gst-metadata" crap
17624
17625 2005-01-07  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
17626
17627         * ext/dv/demo-play.c: (main):
17628          xvideosink -> xvimagesink
17629         * ext/dv/gstdvdec.c:
17630          change rgb 32/32 caps to 24/32 (no alpha)
17631          change nb of channels to be a list (2 or 4, not 2)
17632          change sample rate to be a list (32, 44.1, 48 kHz) not a range
17633         * gst/asfdemux/gstasfdemux.c:
17634         (gst_asf_demux_process_ext_content_desc):
17635          Add 'date/year' to extracted metadata list
17636
17637 2005-01-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17638
17639         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_fixate):
17640           The return value of fixate_to does not imply that the requested
17641           value was set, so don't assume.
17642
17643 2005-01-07  Gergely Nagy  <algernon@bonehunter.rulez.org>
17644
17645         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17646
17647         * ext/libpng/gstpngdec.c:
17648         * ext/libpng/gstpngenc.c: (gst_pngenc_base_init),
17649         (gst_pngenc_sinklink), (gst_pngenc_init), (gst_pngenc_chain):
17650         * ext/libpng/gstpngenc.h:
17651           Alpha support (encoder; #163161), mime fixage.
17652
17653 2005-01-07  Sebastien Cote  <sc5@hermes.usherb.ca>
17654
17655         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17656
17657         * ext/faac/gstfaac.c: (gst_faac_outputformat_get_type),
17658         (gst_faac_class_init), (gst_faac_init), (gst_faac_srcconnect),
17659         (gst_faac_set_property), (gst_faac_get_property):
17660         * ext/faac/gstfaac.h:
17661           Allow for ADTS output (#153434).
17662
17663 2005-01-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17664
17665         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_getcaps):
17666           Fix against template (#150576).
17667
17668 2005-01-06  Benjamin Otte  <otte@gnome.org>
17669
17670         * gst/games/gstpuzzle.c: (draw_puzzle):
17671           don't draw a puzzle if either width or height of tiles would be 0.
17672
17673 2005-01-06  Benjamin Otte  <otte@gnome.org>
17674
17675         * gst/games/gstpuzzle.c: (gst_puzzle_get_type),
17676         (gst_puzzle_class_init), (gst_puzzle_finalize):
17677           no memleaks, please
17678         (gst_puzzle_create), (gst_puzzle_init),
17679         (gst_puzzle_set_property), (gst_puzzle_setup):
17680           change initialization code around so we don't reshuffle on resize
17681         (draw_puzzle):
17682           fix another stupid typo
17683
17684 2005-01-06  Benjamin Otte  <otte@gnome.org>
17685
17686         * gst/games/gstvideoimage.c: (copy_hline_YUY2):
17687           fix stupid typo that borked copying on YUY2
17688
17689 2005-01-06  Benjamin Otte  <otte@gnome.org>
17690
17691         * gst/games/gstpuzzle.c: (draw_puzzle):
17692           fix edges when image sizes aren't multiples of tile sizes
17693
17694 2005-01-06  Benjamin Otte  <otte@gnome.org>
17695
17696         * gst/games/gstpuzzle.c: (gst_puzzle_base_init):
17697           make RGB endianness work correctly
17698         (gst_puzzle_show), (gst_puzzle_swap), (gst_puzzle_move):
17699           refactor and fix race with initial shuffling
17700         (nav_event_handler):
17701           allow using the mouse to puzzle
17702         (draw_puzzle):
17703           insist on tiles having width and height as multiples of 4 to get
17704           clean YUV image handling
17705         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
17706         (gst_xvimagesink_handle_xevents), (gst_xvimagesink_buffer_alloc):
17707           s/DEBUG/LOG/ for common messages
17708         (gst_xvimagesink_navigation_send_event):
17709           fix mouse event translation to not include screen PAR
17710         * sys/ximage/ximagesink.c: (gst_ximagesink_navigation_send_event):
17711           fix mouse event translation to actually work
17712
17713 2005-01-06  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
17714
17715         * gst/asfdemux/gstasfdemux.c:
17716         (gst_asf_demux_process_ext_content_desc):
17717          Extract TrackNumber metadata + clean up code
17718         * gst/games/gstvideoimage.c: (gst_video_image_draw_rectangle):
17719          Hope this is the good fix (var used unitialised)
17720
17721 2005-01-06  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17722
17723         * ext/faad/gstfaad.c: (gst_faad_chain):
17724           Only increment timestamp if it's valid. Fixes raw AAC streams.
17725
17726 2005-01-06  Benjamin Otte  <in7y118@public.uni-hamburg.de>
17727
17728         * configure.ac:
17729         * gst/games/Makefile.am:
17730         * gst/games/gstpuzzle.c:
17731           add a puzzle game with...
17732         * gst/games/gstvideoimage.c:
17733         * gst/games/gstvideoimage.h:
17734           ... full colorspace support (that includes YUV9 and RGB16)) stolen
17735           from videotestsrc and made into something that would be a nice
17736           library for a lot of other plugins.
17737
17738 2005-01-06  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
17739
17740         * configure.ac:
17741          don't compile faad plugin if a RC of 2.0 is found
17742          Fixes #155346 (and FC1 buildbot)
17743         * gst/asfdemux/gstasfdemux.c:
17744         (gst_asf_demux_process_ext_content_desc):
17745          try to make Solaris compiler happier
17746
17747 2005-01-06  Paul Jack  <pjack@sfaf.org>
17748
17749         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17750
17751         * ext/snapshot/gstsnapshot.c: (gst_snapshot_class_init):
17752           Fix segfault (#161667).
17753
17754 2005-01-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17755
17756         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_getcaps):
17757           Fix framerate reporting.
17758
17759 2005-01-05  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
17760
17761         * gst-libs/gst/riff/riff-ids.h:
17762         * gst/wavenc/riff.h:
17763          Add AMR (VBR and CBR) ids to riff.h audio codec list
17764         * gst/asfdemux/gstasfdemux.c:
17765         (gst_asf_demux_process_ext_content_desc),
17766         (gst_asf_demux_process_object):
17767           Retrieve more tags from ASF files (Genre, AlbumTitle, Artist)
17768
17769 2005-01-05  Martin Eikermann  <meiker@upb.de>
17770
17771         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17772
17773         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_class_init),
17774         (gst_dvd_demux_handle_discont):
17775         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_class_init),
17776         (gst_mpeg_demux_handle_discont):
17777           Recreate pads on new-media (#160730).
17778         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_new_pad):
17779           Send discont even if manager changes timestamps (#161929).
17780
17781 2005-01-05  Sebastien Cote  <sc5@hermes.usherb.ca>
17782
17783         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17784
17785         * gst-libs/gst/resample/resample.c: (gst_resample_sinc_ft_s16):
17786           Fix invalid memory access (#159211).
17787
17788 2005-01-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17789
17790         * examples/gstplay/player.c: (main):
17791           Don't iterate.
17792         * examples/seeking/seek.c: (fixate), (make_playerbin_pipeline):
17793           Add visualizations.
17794         * ext/a52dec/gsta52dec.c: (gst_a52dec_push),
17795         (gst_a52dec_handle_frame):
17796           Set duration.
17797         * ext/dvdnav/gst-dvd:
17798           Add audioconvert. Fixes #161325.
17799         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_get):
17800           Explicitely case to gint64. Possible valgrind error.
17801         * gst-libs/gst/play/play.c: (caps_set), (setup_size),
17802         (gst_play_tick_callback), (gst_play_change_state),
17803         (gst_play_dispose), (gst_play_init), (gst_play_class_init),
17804         (gst_play_set_location), (gst_play_get_location),
17805         (gst_play_seek_to_time), (gst_play_set_data_src),
17806         (gst_play_set_video_sink), (gst_play_set_audio_sink),
17807         (gst_play_set_visualization), (gst_play_connect_visualization),
17808         (gst_play_get_framerate), (gst_play_get_all_by_interface),
17809         (gst_play_new):
17810           Use playbin. Fixes #139749 and #147744.
17811         * gst/apetag/apedemux.c: (gst_ape_demux_parse_tags):
17812           Add genre tag.
17813         * gst/audioscale/gstaudioscale.c: (gst_audioscale_method_get_type),
17814         (audioscale_get_type), (gst_audioscale_base_init),
17815         (gst_audioscale_class_init), (gst_audioscale_expand_caps),
17816         (gst_audioscale_getcaps), (gst_audioscale_fixate),
17817         (gst_audioscale_link), (gst_audioscale_get_buffer),
17818         (gst_audioscale_decrease_rate), (gst_audioscale_increase_rate),
17819         (gst_audioscale_init), (gst_audioscale_dispose),
17820         (gst_audioscale_chain), (gst_audioscale_set_property),
17821         (gst_audioscale_get_property), (plugin_init):
17822           Indent properly.
17823         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_process_private):
17824           Fix LPCM.
17825         * gst/qtdemux/qtdemux.c: (qtdemux_parse_udta),
17826         (qtdemux_tag_add_str), (qtdemux_tag_add_num),
17827         (qtdemux_tag_add_gnre), (qtdemux_video_caps):
17828           Add more metadata (fixes #162656).
17829
17830 2005-01-05  Thomas Vander Stichele  <thomas at apestaart dot org>
17831
17832         * configure.ac:
17833           back to cvs
17834
17835 === release 0.8.7 ===
17836
17837 2005-01-05  Thomas Vander Stichele  <thomas at apestaart dot org>
17838
17839         * NEWS:
17840         * RELEASE:
17841         * configure.ac:
17842           releasing 0.8.7, "Hyperspace"
17843
17844 2005-01-05  Thomas Vander Stichele  <thomas at apestaart dot org>
17845
17846         patch by: Tim-Philipp Müller  <t.i.m@zen.co.uk>
17847
17848         * gst/playback/gstplaybasebin.c:
17849          Fix for #162924 - free caps after use, not before
17850
17851 2005-01-04  Thomas Vander Stichele  <thomas at apestaart dot org>
17852
17853         patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
17854
17855         * gst/playback/gstplaybasebin.c:
17856         * gst/wavparse/gstwavparse.c:
17857           Fix for #154773 - fixes playback of small .wav files
17858
17859 2005-01-03  Thomas Vander Stichele  <thomas at apestaart dot org>
17860
17861         patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
17862
17863         * gst/audioscale/gstaudioscale.c:
17864           Fix for #162819 - make audioscale reusable
17865           Fixes playback of more than one file with playbin/totem
17866
17867 2004-12-29  Thomas Vander Stichele  <thomas at apestaart dot org>
17868
17869         * gst/ffmpegcolorspace/avcodec.h:
17870         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
17871         * gst/ffmpegcolorspace/imgconvert.c:
17872           clean up the mess that made me cry and avoid needless duplication
17873
17874 2004-12-29  Thomas Vander Stichele  <thomas at apestaart dot org>
17875
17876         * gst/ffmpegcolorspace/imgconvert.c:
17877           give some indication of why we're segfaulting
17878
17879 2004-12-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17880
17881         * configure.ac:
17882           Fix indentation, fix v4l2 plugin detection.
17883         * ext/Makefile.am:
17884           Fix libmms location (Maciej, use diff -u!).
17885         * ext/alsa/gstalsa.c: (gst_alsa_init):
17886           Initialize caps cache to NULL.
17887         * gst/playback/gstplaybin.c: (gst_play_bin_change_state):
17888           Only change state on audiosink if it exists.
17889
17890 2004-12-28  Maciej Katafiasz  <mathrick@mathrick.org>
17891
17892         * gst/matroska/matroska-demux.c:
17893         * gst/matroska/matroska-ids.h:
17894         * gst/matroska/matroska-demux.h:
17895         Fix Vorbis streams failing to decode in some files, where cluster_time
17896         isn't 0, because then it doesn't send codec_priv before actual data.
17897         Remove time-based test and replace it with marker set on beginning of
17898         new stream
17899
17900 2004-12-28  David Schleef  <ds@schleef.org>
17901
17902         Merge patch from Ronald fixing problems with streaming
17903         text.
17904         * ext/cairo/gstcairo.c: (plugin_init):
17905         * ext/cairo/gsttextoverlay.c: (gst_textoverlay_render_text),
17906         (gst_text_overlay_blit_1), (gst_text_overlay_blit_sub2x2),
17907         (gst_textoverlay_video_chain), (gst_textoverlay_loop),
17908         (gst_textoverlay_font_init), (gst_textoverlay_init),
17909         (gst_textoverlay_set_property):
17910         * ext/cairo/gsttextoverlay.h:
17911
17912 2004-12-27  David Schleef  <ds@schleef.org>
17913
17914         * ext/cairo/gsttextoverlay.c: (gst_textoverlay_render_text),
17915         (gst_text_overlay_blit_1), (gst_text_overlay_blit_sub2x2),
17916         (gst_textoverlay_video_chain), (gst_textoverlay_loop),
17917         (gst_textoverlay_font_init), (gst_textoverlay_init),
17918         (gst_textoverlay_set_property): Improvements to actually
17919         render text as white on black outline on video, including
17920         font selection and horizontal/vertical alignment.  (Ronald's
17921         christmas present)
17922         * ext/cairo/gsttextoverlay.h:
17923
17924 2004-12-26  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
17925
17926         * ext/ogg/gstogg.c:
17927         * ext/ogg/gstogmparse.c:
17928           fix ogm[audio/video]parse plugin registration
17929           (riff won't load if bytestream is already loaded)
17930
17931 2004-12-24  Thomas Vander Stichele  <thomas at apestaart dot org>
17932
17933         * gst/audioconvert/gstchannelmix.c:
17934           fix for GLIB < 2.4
17935
17936 2004-12-24  Thomas Vander Stichele  <thomas at apestaart dot org>
17937
17938         * Makefile.am:
17939         * configure.ac:
17940           disable docs again until it actually passes make distcheck.
17941
17942 2004-12-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17943
17944         * gst/qtdemux/qtdemux.c: (qtdemux_type_get), (qtdemux_audio_caps):
17945         * gst/typefind/gsttypefindfunctions.c: (q3gp_type_find),
17946         (plugin_init):
17947           Add 3GP (variables name Q3GP because they can't start with a
17948           number). Add samr audio fourcc (used in .3gp files), decoder
17949           is work in progress. Also do a GST_WARNING instead of ERROR
17950           in case of unknown nodes, to decrease output.
17951
17952 2004-12-24  Thomas Vander Stichele  <thomas at apestaart dot org>
17953
17954         * Makefile.am:
17955           really fix dist
17956
17957 2004-12-23  Thomas Vander Stichele  <thomas at apestaart dot org>
17958
17959         * configure.ac:
17960         * ext/speex/gstspeexdec.h:
17961         * ext/speex/gstspeexenc.h:
17962           Fixes #158382.  Make speex plugin compatible with both 1.0 and 1.1.
17963           Fix detection code in configure.ac
17964
17965 2004-12-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17966
17967         * gst/matroska/matroska-demux.c:
17968         (gst_matroska_demux_parse_blockgroup):
17969           Save position, so that queries give proper return values. Don't
17970           know how this could ever have worked before...
17971
17972 2004-12-23  Thomas Vander Stichele  <thomas at apestaart dot org>
17973
17974         * configure.ac:
17975           Put additional LAME check inside the conditional.  Fixes #152339
17976
17977 2004-12-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17978
17979         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
17980         (gst_avi_demux_stream_scan):
17981           Add some more debug. Fix logic error when setting movi offset
17982           while reading index.
17983
17984 2004-12-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17985
17986         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
17987         (gst_avi_demux_stream_scan), (gst_avi_demux_handle_seek),
17988         (gst_avi_demux_process_next_entry):
17989           Add some debugging. Better detection of broken indexes and the
17990           accompanying index recovery. No infinite loops on state changes
17991           when we're still in our loopfunction.
17992
17993 2004-12-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17994
17995         * configure.ac:
17996           Fix up.
17997
17998 2004-12-22  Archana Shah  <archana.shah@wipro.com>
17999
18000         Reviewed by:  Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18001
18002         * sys/sunaudio/gstsunmixer.c: (gst_sunaudiomixer_set_volume):
18003           Normalizing the value before setting
18004         (gst_sunaudiomixer_get_volume):
18005           Normalizing the value after getting. Fixes bug# 161980
18006
18007 2004-12-22  Christian Fredrik Kalager Schaller  <uraeus@gnome.org>
18008
18009         * Makefile.am: Make sure docs gets disted
18010         * docs/Makefile.am: Make sure all needed files get disted
18011         * gst-plugins.spec.in: latest updates
18012
18013 2004-12-22  Wim Taymans  <wim@fluendo.com>
18014
18015         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_add_element):
18016         Revert patch 1.38 as clock distribution over schedulers does
18017         not work correcly in the core yet.
18018
18019 2004-12-21  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
18020
18021         * sys/oss/README: remove this file, which predates my birth
18022           (and which content is by far outdated)
18023
18024 2004-12-20  Stefan Kost  <ensonic@users.sf.net>
18025
18026         * Makefile.am:
18027         * configure.ac:
18028         * docs/Makefile.am:
18029         * docs/libs/Makefile.am:
18030         * docs/libs/gst-plugins-libs-docs.sgml:
18031         * docs/libs/gst-plugins-libs-sections.txt:
18032         * docs/libs/tmpl/gstgconf.sgml:
18033         * docs/upload.mak:
18034         * docs/version.entities.in:
18035           Added boilerplate gtk-doc files for plugin-libs documentation.
18036
18037 2004-12-19  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
18038
18039         * gst/auparse/gstauparse.c: fix int and float audio caps
18040
18041 2004-12-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18042
18043         * sys/v4l/gstv4lelement.c: (gst_v4l_iface_supported):
18044         * sys/v4l2/gstv4l2element.c: (gst_v4l2_iface_supported):
18045           g_assert() can be a macro, don't use #ifdef inside it.
18046
18047 2004-12-19  Edward Hervey  <bilboed@bilboed.com>
18048
18049         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18050
18051         * gst/videorate/gstvideorate.c: (gst_videorate_blank_data),
18052         (gst_videorate_init), (gst_videorate_chain),
18053         (gst_videorate_change_state):
18054           Event handling (fixes #159986).
18055
18056 2004-12-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18057
18058         * gst-libs/gst/riff/riff-media.c:
18059         (gst_riff_create_video_caps_with_data):
18060           Add BLZ0 (Blizzard's version of DivX) fourcc.
18061
18062 2004-12-18  David Schleef  <ds@schleef.org>
18063
18064         * gst/tta/gstttadec.c: (gst_tta_dec_link): And yet another
18065         portability fix.
18066
18067 2004-12-18  David Schleef  <ds@schleef.org>
18068
18069         * gst/tta/ttadec.h: Disable some header code that isn't used
18070         and clearly isn't portable.
18071
18072 2004-12-18  David Schleef  <ds@schleef.org>
18073
18074         * gst/ffmpegcolorspace/imgconvert.c: (get_pix_fmt_info),
18075         (avcodec_get_chroma_sub_sample), (avcodec_get_pix_fmt_name),
18076         (avcodec_get_pix_fmt), (avpicture_layout),
18077         (avcodec_get_pix_fmt_loss), (avg_bits_per_pixel), (img_copy),
18078         (get_convert_table_entry), (img_convert), (img_get_alpha_info):
18079         Fix code to not use GCC extensions (and c99 extensions that
18080         Forte does not like.)
18081
18082 2004-12-19  Tim-Philipp Müller  <t.i.m@zen.co.uk>
18083
18084         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18085
18086         * gst/deinterlace/gstdeinterlace.c: (gst_deinterlace_link),
18087         (gst_deinterlace_chain):
18088           Rowstride fixes. Fixes #161039.
18089         * gst/videocrop/gstvideocrop.c: (gst_video_crop_init),
18090         (gst_video_crop_get_property), (gst_video_crop_add_to_struct_val),
18091         (gst_video_crop_getcaps), (gst_video_crop_link),
18092         (gst_video_crop_i420), (gst_video_crop_chain),
18093         (gst_video_crop_change_state):
18094           Rework of negotiation. Actually works now. Fixes #158650.
18095
18096 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18097
18098         * gst/matroska/matroska-demux.c: (gst_matroska_ebmlnum_sint):
18099           That was very stupid.
18100
18101 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18102
18103         * gst/matroska/matroska-demux.c:
18104         (gst_matroska_demux_parse_blockgroup):
18105           Fix possible crasher.
18106
18107 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18108
18109         * gst/matroska/matroska-demux.c: (gst_matroska_ebmlnum_uint),
18110         (gst_matroska_ebmlnum_sint), (gst_matroska_demux_parse_blockgroup):
18111           Lace sizes can be zero.
18112
18113 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18114
18115         * ext/musepack/gstmusepackdec.cpp:
18116           Fetch error return values. Fixes #161624.
18117         * gst/apetag/apedemux.c: (gst_ape_demux_stream_data):
18118           Really EOS.
18119
18120 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18121
18122         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index):
18123           Work for truncated (unfinished download etc.) files. Fixes #160514.
18124
18125 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18126
18127         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
18128           Fix for integer overflow. Makes #156001 not crash. Probably masks
18129           the real bug.
18130
18131 2004-12-17  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18132
18133         * gst/ac3parse/gstac3parse.c: (plugin_init):
18134           Parsers never have ranks. Fixes #159651.
18135
18136 2004-12-17  Benjamin Otte  <in7y118@public.uni-hamburg.de>
18137
18138         * gst/playback/gstdecodebin.c: (compare_ranks):
18139           make sure the facotries are ordered the same every time even if they
18140           have the same rank by using the name
18141         * gst/playback/gstdecodebin.c: (find_compatibles):
18142           make sure we don't add factories to the list twice
18143
18144 2004-12-16  David Schleef  <ds@schleef.org>
18145
18146         * configure.ac: look for musepack headers as musepack/*.h
18147         (fixes #159847)
18148         * ext/musepack/gstmusepackdec.h: use <musepack/*.h>
18149         * ext/musepack/gstmusepackreader.h: same
18150
18151 2004-12-17  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18152
18153         * gst-libs/gst/riff/riff-read.c:
18154         (gst_riff_read_strf_auds_with_data):
18155           Read extradata correctly (fixes #155879).
18156
18157 2004-12-16  David Schleef  <ds@schleef.org>
18158
18159         * gst/audioscale/gstaudioscale.c: allow passthru of >2 channel
18160         audio.  does _not_ attempt or allow conversion unless channels
18161         is 1 or 2.
18162
18163 2004-12-16  Christian Fredrik Kalager Schaller  <uraeus@gnome.org>
18164
18165         * tools/gst-launch-ext-m.m: fix mpeg and vob pipelines
18166
18167 2004-12-16  David Schleef  <ds@schleef.org>
18168
18169         * gst/audioscale/gstaudioscale.c: the resample library only
18170         handles 1 or 2 channels.  Change caps to compensate.
18171
18172 2004-12-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18173
18174         * gst/matroska/matroska-demux.c: (aac_rate_idx), (aac_profile_idx),
18175         (gst_matroska_demux_audio_caps):
18176           Some MPEG-AAC hacks, because else it doesn't work...
18177
18178 2004-12-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18179
18180         * gst-libs/gst/riff/riff-media.c:
18181         (gst_riff_create_video_caps_with_data),
18182         (gst_riff_create_video_template_caps):
18183           Add h264.
18184
18185 2004-12-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18186
18187         * gst-libs/gst/audio/Makefile.am:
18188           Try to fix buildbot.
18189
18190 2004-12-16  Thomas Vander Stichele  <thomas at apestaart dot org>
18191
18192         * gst/tcp/gstmultifdsink.c:
18193           Clean up and uniformize debugging.
18194
18195 2004-12-16  Edward Hervey  <bilboed@bilboed.com>
18196
18197         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18198
18199         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_class_init),
18200         (gst_dvd_demux_reset), (gst_dvd_demux_change_state):
18201         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_reset),
18202         (gst_mpeg_demux_change_state):
18203           Reset on ready. Fixes 160276.
18204
18205 2004-12-16  Sebastien Cote  <sc5@hermes.usherb.ca>
18206
18207         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18208
18209         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
18210         (gst_ffmpegcsp_pad_link):
18211           Fix memleak (#154815).
18212
18213 2004-12-16  James Bowes  <bowes@cs.dal.ca>
18214
18215         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18216
18217         * ext/musicbrainz/gsttrm.c: (gst_musicbrainz_class_init),
18218         (gst_musicbrainz_init), (gst_musicbrainz_chain),
18219         (gst_musicbrainz_set_property), (gst_musicbrainz_get_property):
18220         * ext/musicbrainz/gsttrm.h:
18221           Add support for using a proxy server when getting a trm id from
18222           the MusicBrainz database (#149613).
18223
18224 2004-12-16  Christophe Fergeau  <teuf@gnome.org>
18225
18226         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18227
18228         * gst/playback/gstdecodebin.c: (new_pad), (close_link):
18229         * gst/playback/gstplaybasebin.c: (new_decoded_pad):
18230           Fix memleaks (#157233).
18231
18232 2004-12-16  Sebastien Cote  <sc5@hermes.usherb.ca>
18233
18234         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18235
18236         * gst-libs/gst/resample/resample.c: (gst_resample_close):
18237         * gst-libs/gst/resample/resample.h:
18238         * gst/audioscale/gstaudioscale.c:
18239           Fix memleak (#159215).
18240
18241 2004-12-16  Toni Willberg  <toniw@iki.fi>
18242
18243         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18244
18245         * sys/oss/gstosselement.c: (gst_osselement_probe_caps):
18246         * sys/oss/oss_probe.c: (main):
18247           Check for mono/stereo support (similar to samplerate probing),
18248           fixes #159433. Also add missing copyright header to oss_probe.c.
18249
18250 2004-12-15  David Schleef  <ds@schleef.org>
18251
18252         * configure.ac: add audioresample and cairo plugins.  Remove
18253         HAVE_MMX stuff, because it's not used.
18254         * ext/Makefile.am: same
18255         * ext/audioresample/Makefile.am: You are not ready for an
18256         audio resampling element based on audioresample.
18257         * ext/audioresample/gstaudioresample.c:
18258         * ext/audioresample/gstaudioresample.h:
18259         * ext/cairo/Makefile.am: You are not ready for overlay elements
18260         based on cairo.  Don't look too closely, these elements kinda
18261         suck right now.
18262         * ext/cairo/gstcairo.c: new
18263         * ext/cairo/gsttextoverlay.c: new
18264         * ext/cairo/gsttextoverlay.h: new
18265         * ext/cairo/gsttimeoverlay.c: new
18266         * ext/cairo/gsttimeoverlay.h: new
18267         * gst-libs/gst/media-info/media-info-priv.h: fix compile
18268         problem with compilers that don't support variadic macros.
18269
18270 2004-12-15  Balamurali Viswanathan  <balamurali.viswanathan@wipro.com>
18271
18272         Reviewed by:  David Schleef  <ds@schleef.org>
18273
18274         * sys/sunaudio/gstsunaudio.c: (plugin_init):  Apply patch from
18275         Bala, registering sunaudiosrc (oops!), and cleaning up code a
18276         bit.  Also ran indent-gst.
18277         * sys/sunaudio/gstsunaudiosrc.c: (gst_sunaudiosrc_init),
18278         (gst_sunaudiosrc_change_state), (gst_sunaudiosrc_get),
18279         (gst_sunaudiosrc_setparams):
18280
18281 2004-12-14  David Schleef  <ds@schleef.org>
18282
18283         * gst/festival/gstfestival.c: (gst_festival_chain): Set the
18284         output rate to 16000.  Should fix #160235.
18285
18286 2004-12-14  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
18287
18288         * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find):
18289         Add typefinding for mpeg2 pes streams
18290
18291 2004-12-13  David Schleef  <ds@schleef.org>
18292
18293         * configure.ac:  Applied patch from bug #143659, making default
18294         sources and sinks OS-dependent (for Solaris), and added code
18295         for OS/X.
18296         * gconf/gstreamer.schemas.in: use OS-dependent sinks in gconf.
18297
18298 2004-12-13  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
18299
18300         * gst-libs/gst/riff/riff-media.c:
18301           forgot to add h2.64 to avidemux template caps
18302
18303 2004-12-13  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
18304
18305         * gst/wavenc/riff.h:
18306         * gst-libs/gst/riff/riff-media.c:
18307         * gst-libs/gst/riff/riff-ids.h:
18308         * gst/avi/gstavimux.c
18309         add 4CC code for VideoSoft h264 in AVI (VSSH)
18310           fixes bug #160655
18311         remove s323 from riff, it's quicktime specific :(
18312
18313 2004-12-13  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
18314
18315         * gst/asfdemux/README
18316         * gst/wavenc/riff.h
18317         * gst-libs/gst/riff/riff-ids.h
18318         * gst-libs/gst/riff/riff-media.c
18319         * gst/qtdemux/qtdemux.c:
18320           add new 4CC codes for h263 related codecs
18321           fixes partially bug #155163
18322
18323 2004-12-12  Christian Fredrik Kalager Schaller  <christian at fluendo dot com>
18324
18325         * configure.ac: Update polyaudio requirement to 0.7
18326         * ext/polyp/polypsink.c: (create_stream): add patch from iain (158258)
18327
18328 2004-12-11  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
18329
18330         * gst/interleave/deinterleave.c:
18331         fix my name's spelling! :)
18332
18333 2004-12-11  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
18334
18335         * AUTHORS ChangeLog
18336         * gst/auparse/gstauparse.c
18337         * gst/interleave/deinterleave.c
18338         * gst/law/:
18339                 alaw-decode.c alaw-encode.c
18340                 mulaw-decode.c mulaw-encode.c
18341         * gst/oneton/gstoneton.c
18342         * sys/osxaudio/:
18343                 gstosxaudioelement.c gstosxaudiosink.c gstosxaudiosrc.c
18344         * sys/osxvideo/:
18345                 cocoawindow.h cocoawindow.m
18346                 osxvideosink.h osxvideosink.m
18347
18348         put the same mail address for Zaheer Abbas Merali everywhere
18349
18350 2004-12-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18351
18352         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_loop):
18353           Align by packetsize, and assert that we a packet available before
18354           playing. The first makes webstreams work (they often include
18355           trailing padding data in a packet), the second allows pausing a
18356           ASF stream in totem without getting demux errors afterwards.
18357
18358 2004-12-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18359
18360         * ext/ogg/gstoggdemux.c: (get_relative):
18361           Check for non-NULL before accessing member (end-of-chain).
18362
18363 2004-12-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18364
18365         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_class_init),
18366         (cdparanoia_set_property), (cdparanoia_get_property):
18367         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_class_init),
18368         (dvdnavsrc_set_property), (dvdnavsrc_get_property):
18369         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_class_init),
18370         (dvdreadsrc_init), (dvdreadsrc_set_property),
18371         (dvdreadsrc_get_property):
18372         * sys/vcd/vcdsrc.c: (gst_vcdsrc_class_init),
18373         (gst_vcdsrc_set_property), (gst_vcdsrc_get_property):
18374           Synchronize property names where not yet the case. Devices are
18375           now device=X, other versions are deprecated (but still exist).
18376           Also use g_free() unconditionally.
18377         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
18378         (setup_source), (gst_play_base_bin_get_property):
18379           Expose source.
18380
18381 2004-12-09  Thomas Vander Stichele  <thomas at apestaart dot org>
18382
18383         * configure.ac: move GCONF macro outside conditional for the am
18384           conditional. Fixes #160439
18385
18386 2004-12-08  David Schleef  <ds@schleef.org>
18387
18388         * tools/gst-visualise-m.m: Switch to elements that currently
18389         exist.
18390
18391 2004-12-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18392
18393         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
18394           We love wrong commas.
18395
18396 2004-12-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18397
18398         * gst/matroska/matroska-demux.c:
18399         (gst_matroska_demux_handle_src_query):
18400           Don't set DEFAULT, unsupported - makes length display incorrectly
18401           in some cases.
18402
18403 2004-12-07  Christian Fredrik Kalager Schaller  <uraeus@gnome.org>
18404
18405         * gst/monoscope/README: remove blurb about files being GPL
18406         * gst/monoscope/gstmonoscope.c: Change license field to LGPL
18407         * gst/monoscope/monoscope.c: Change license to BSD with explanation
18408           monoscope is now effectively LGPL licensed
18409
18410 2004-12-07  Christian Fredrik Kalager Schaller  <uraeus@gnome.org>
18411
18412         * gst/monoscope/README: Update information to be more correct
18413         * gst/monoscope/convolve.c: Relicense to LGPL
18414         * gst/monoscope/convolve.h: Relicense to LGPL
18415
18416 2004-12-06  Arwed v. Merkatz <v.merkatz@gmx.net>
18417
18418         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain):
18419           set BUFFER_DURATION to correct values (mpeg1 audio frame length is fixed)
18420         * gst/matroska/matroska-mux.c: (gst_matroska_mux_audio_pad_link):
18421           set default_duration for mpeg1 audio
18422
18423 2004-12-06  Benjamin Otte  <in7y118@public.uni-hamburg.de>
18424
18425         * ext/alsa/gstalsa.c: (gst_alsa_get_caps), (gst_alsa_close_audio):
18426         * ext/alsa/gstalsa.h:
18427           refactor big chunks of the core caps negotiation code to make it
18428           a lot faster, because people claim it's really slow
18429           (actually, just cache the getcaps when the device is opened)
18430
18431 2004-12-06  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18432
18433         * ext/a52dec/gsta52dec.c: (gst_a52dec_init),
18434         (gst_a52dec_handle_event), (gst_a52dec_update_streaminfo),
18435         (gst_a52dec_handle_frame), (gst_a52dec_chain),
18436         (gst_a52dec_change_state), (plugin_init):
18437         * ext/a52dec/gsta52dec.h:
18438           Do something useful with timestamps. Make chain-based (since
18439           there's really no reason to be loopbased).
18440         * gst/avi/gstavidemux.c: (gst_avi_demux_process_next_entry):
18441           Update current_byte/frame correctly.
18442
18443 2004-12-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18444
18445         * gst/apetag/apedemux.c: (gst_ape_demux_parse_tags),
18446         (gst_ape_demux_stream_init):
18447           Forward tags, too.
18448
18449 2004-12-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18450
18451         * gst/apetag/apedemux.c: (gst_ape_demux_stream_init):
18452           Let's make sure we're done typefinding when detecting tags.
18453
18454 2004-12-03  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18455
18456         * gst/matroska/ebml-read.c: (gst_ebml_read_class_init),
18457         (gst_ebml_read_init), (gst_ebml_read_use_event),
18458         (gst_ebml_read_element_id), (gst_ebml_peek_id),
18459         (gst_ebml_read_seek), (gst_ebml_read_skip),
18460         (gst_ebml_read_reserve), (gst_ebml_read_buffer),
18461         (gst_ebml_read_master):
18462         * gst/matroska/ebml-read.h:
18463         * gst/matroska/matroska-demux.c:
18464         (gst_matroska_demux_parse_contents),
18465         (gst_matroska_demux_loop_stream), (gst_matroska_demux_audio_caps):
18466           Disgustingly evil hack for working around INTERRUPT events and
18467           their extremely annoying habit of being a pain in the ass. We
18468           simply peek a cluster before reading any of it.
18469
18470 2004-12-03  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18471
18472         * ext/musepack/gstmusepackdec.cpp:
18473           There's also floating point libmusepacks.
18474
18475 2004-12-03  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18476
18477         * ext/faad/gstfaad.c: (gst_faad_chanpos_from_gst),
18478         (gst_faad_chanpos_to_gst), (gst_faad_chain):
18479           Set DURATION even if source buffer didn't. Also use increasing
18480           timestamps.
18481         * gst-libs/gst/riff/riff-media.c:
18482         (gst_riff_create_audio_caps_with_data):
18483           Block_align can have larger values than 8192.
18484
18485 2004-12-02  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18486
18487         * gst/law/alaw-decode.c: (alawdec_getcaps), (alawdec_link):
18488         * gst/law/alaw-encode.c: (alawenc_getcaps), (alawenc_link):
18489         * gst/law/mulaw-decode.c: (mulawdec_getcaps), (mulawdec_link):
18490         * gst/law/mulaw-encode.c: (mulawenc_getcaps), (mulawenc_link):
18491           Fix caps.
18492
18493 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18494
18495         * sys/v4l/v4l_calls.c: (gst_v4l_get_chan_names):
18496           Fix logic bug.
18497
18498 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18499
18500         * ext/ogg/gstoggdemux.c: (gst_ogg_type_find):
18501           Yay, another one.
18502
18503 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18504
18505         * ext/esd/esdsink.c: (gst_esdsink_chain):
18506           Make error actually say something useful (fixes #156798).
18507         * gst-libs/gst/riff/riff-media.c:
18508         (gst_riff_create_video_caps_with_data),
18509         (gst_riff_create_video_template_caps):
18510           Add Intel Video 5.0 fourcc (IV50).
18511
18512 2004-12-01  Christophe Fergeau  <teuf@gnome.org>
18513
18514         * ext/mad/gstmad.c: (mpg123_parse_xing_header): fix xing header
18515         detection on mono and stereo mp3 files.
18516
18517 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18518
18519         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
18520           Don't crash on EMPTY caps (e.g. when the demuxer didn't recognize
18521           the contained stream).
18522
18523 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18524
18525         * ext/faad/gstfaad.c: (gst_faad_srcconnect), (gst_faad_chain):
18526           Oops, remove debug.
18527
18528 2004-12-01  Sebastien Cote  <sc5@hermes.usherb.ca>
18529
18530         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18531
18532         * gst/law/alaw-decode.c: (alawdec_getcaps):
18533         * gst/law/mulaw-decode.c: (mulawdec_getcaps):
18534           Prevent warnings when negotiating caps (fixes #159338).
18535
18536 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18537
18538         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
18539         (gst_ffmpegcsp_chain):
18540           Remove old leftover that shouldn't be there...
18541
18542 2004-12-01  Sebastien Cote  <sc5@hermes.usherb.ca>
18543
18544         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18545
18546         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_use_event):
18547           Don't forward DISCONT events (fixes #159684).
18548
18549 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18550
18551         * gst/playback/gstplaybin.c: (remove_sinks), (setup_sinks):
18552           Unlink manually since sometimes bin disposal (and therefore
18553           pad unlinking) is delayed, which will cause a new media file
18554           to not be able to start playing instantly.
18555
18556 2004-11-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18557
18558         * gst/playback/gststreaminfo.c: (stream_info_mute_pad):
18559           On mute of an unlinked stream, check for pad availability so
18560           we don't crash on unlinked pad.
18561
18562 2004-11-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18563
18564         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
18565         (gst_avi_demux_massage_index):
18566           Fix quite humiliating bug in omitting 0-sized index chunks but
18567           forgetting to count them for timestamps.
18568
18569 2004-11-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18570
18571         * ext/a52dec/gsta52dec.c: (gst_a52dec_loop):
18572           Actually leave the loop if we failed to sync. Don't crash.
18573
18574 2004-11-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18575
18576         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_get_audio_stream),
18577         (gst_dvd_demux_process_private):
18578         * gst/mpegstream/gstdvddemux.h:
18579           Fix crash (#159759). Doesn't work, though. :-(.
18580
18581 2004-11-28  Benjamin Otte  <otte@gnome.org>
18582
18583         * gst/audioconvert/gstchannelmix.c: (gst_audio_convert_mix):
18584           more overwriting protection due to modifying channels one by one
18585           instead of all at once
18586
18587 2004-11-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18588
18589         * gst/audioconvert/gstchannelmix.c:
18590         (gst_audio_convert_fill_normalize):
18591           Normalize using absolute values.
18592
18593 2004-11-28  Julien MOUTTE  <julien@moutte.net>
18594
18595         * configure.ac:
18596         * ext/Makefile.am:
18597         * ext/directfb/Makefile.am:
18598         * ext/directfb/directfbvideosink.c: (gst_directfbvideosink_create),
18599         (gst_directfbvideosink_get_pixel_format),
18600         (gst_directfbvideosink_get_format_from_fourcc),
18601         (gst_directfbvideosink_fixate), (gst_directfbvideosink_getcaps),
18602         (gst_directfbvideosink_sink_link),
18603         (gst_directfbvideosink_change_state),
18604         (gst_directfbvideosink_chain), (gst_directfbvideosink_buffer_free),
18605         (gst_directfbvideosink_buffer_alloc),
18606         (gst_directfbvideosink_interface_supported),
18607         (gst_directfbvideosink_interface_init),
18608         (gst_directfbvideosink_navigation_send_event),
18609         (gst_directfbvideosink_navigation_init),
18610         (gst_directfbvideosink_set_property),
18611         (gst_directfbvideosink_get_property),
18612         (gst_directfbvideosink_finalize), (gst_directfbvideosink_init),
18613         (gst_directfbvideosink_base_init),
18614         (gst_directfbvideosink_class_init),
18615         (gst_directfbvideosink_get_type), (plugin_init):
18616         * ext/directfb/directfbvideosink.h: Adding a first version of
18617         directfbvideosink.
18618         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_init): Initializing some
18619         more.
18620
18621 2004-11-28  Benjamin Otte  <otte@gnome.org>
18622
18623         * gst/audioconvert/gstchannelmix.c: (gst_audio_convert_mix):
18624           walk the samples backwards if out_channels > in_channels so we don't
18625           overwrite data
18626
18627 2004-11-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18628
18629         * gst/audioconvert/Makefile.am:
18630         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init),
18631         (gst_audio_convert_link), (gst_audio_convert_change_state),
18632         (gst_audio_convert_channels):
18633         * gst/audioconvert/gstchannelmix.c:
18634         (gst_audio_convert_unset_matrix),
18635         (gst_audio_convert_fill_identical),
18636         (gst_audio_convert_fill_compatible),
18637         (gst_audio_convert_detect_pos), (gst_audio_convert_fill_one_other),
18638         (gst_audio_convert_fill_others),
18639         (gst_audio_convert_fill_normalize),
18640         (gst_audio_convert_fill_matrix), (gst_audio_convert_setup_matrix),
18641         (gst_audio_convert_passthrough), (gst_audio_convert_mix):
18642         * gst/audioconvert/gstchannelmix.h:
18643           Implement a channel mixer.
18644
18645 2004-11-28  Martin Soto  <martinsoto@users.sourceforge.net>
18646
18647         * ext/alsa/gstalsasink.c (gst_alsa_sink_loop):
18648         * ext/alsa/gstalsa.h:
18649         * ext/alsa/gstalsa.c (gst_alsa_set_clock):
18650         Make alsasink actually honor gst_element_set_clock and use that
18651         clock instead of its internal one.
18652
18653 2004-11-27  Christophe Fergeau  <teuf@gnome.org>
18654
18655         * gst/playback/gstplaybasebin.c: (setup_source): fixed a caps leak
18656         (gst_play_base_bin_change_state): nullify source and decoder when
18657         going from READY to NULL so that we don't try to do weird stuff with
18658         them when going from NULL to READY
18659         * gst/playback/gstplaybin.c: (gst_play_bin_init): use gst_object_unref
18660         instead of g_object_unref
18661         (gen_video_element), (gen_audio_element): more refcounting fixes, now
18662         it should be correct
18663         (gst_play_bin_change_state): don't call remove_sinks if we are
18664         currently disposing the object
18665
18666 2004-11-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18667
18668         * ext/a52dec/gsta52dec.c: (gst_a52dec_loop):
18669           Don't forget bass if it's there. Else left channel is silent...
18670
18671 2004-11-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18672
18673         * ext/a52dec/gsta52dec.c: (gst_a52dec_loop),
18674         (gst_a52dec_change_state):
18675           Don't do sample adjusting anymore, we use float audio now.
18676         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_fixate):
18677           Don't fixate to non-existing properties.
18678
18679 2004-11-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18680
18681         * ext/a52dec/gsta52dec.c: (gst_a52dec_channels),
18682         (gst_a52dec_change_state):
18683           Advertise that we can do surround sound.
18684
18685 2004-11-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18686
18687         * ext/a52dec/gsta52dec.c: (gst_a52dec_reneg):
18688           Add buffer-frames=0.
18689         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_get_type),
18690         (dvdreadsrc_init), (dvdreadsrc_get_event_mask),
18691         (dvdreadsrc_get_query_types), (dvdreadsrc_get_formats),
18692         (dvdreadsrc_srcpad_event), (dvdreadsrc_srcpad_query),
18693         (_seek_title), (_seek_chapter), (get_next_cell_for), (_read),
18694         (seek_sector), (dvdreadsrc_get), (dvdreadsrc_open_file),
18695         (dvdreadsrc_change_state), (dvdreadsrc_uri_get_type),
18696         (dvdreadsrc_uri_get_protocols), (dvdreadsrc_uri_get_uri),
18697         (dvdreadsrc_uri_set_uri), (dvdreadsrc_uri_handler_init):
18698         * ext/dvdread/dvdreadsrc.h:
18699           Add seeking, querying for bytes, sectors, title, angle and
18700           chapter. Handle multiple chapters. Relicense to LGPL because
18701           Billy agreed on that (thanks Billy!).
18702
18703 2004-11-27  Christophe Fergeau  <teuf@gnome.org>
18704
18705         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_dispose):
18706         call parent dispose method
18707
18708 2004-11-27  Martin Soto  <martinsoto@users.sourceforge.net>
18709
18710         * gst-libs/gst/audio/audioclock.c (gst_audio_clock_set_active)
18711         (gst_audio_clock_get_internal_time):
18712         Fix active <-> inactive transitions: ensure time value always
18713         grows and avoid abrupt value changes.
18714
18715 2004-11-27  Arwed v. Merkatz <v.merkatz@gmx.net>
18716
18717         * configure.ac:
18718         * gst/tta/Makefile.am:
18719         * gst/tta/crc32.h:
18720         * gst/tta/filters.h:
18721         * gst/tta/gsttta.c:
18722         * gst/tta/gstttadec.c:
18723         * gst/tta/gstttadec.h:
18724         * gst/tta/gstttaparse.c:
18725         * gst/tta/gstttaparse.h:
18726         * gst/tta/ttadec.h:
18727           added TTA parser and decoder
18728
18729 2004-11-26  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18730
18731         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
18732         (probe_triggered), (check_queue), (buffer_underrun),
18733         (buffer_running), (buffer_overrun), (gen_source_element),
18734         (setup_source):
18735         * gst/playback/gstplaybasebin.h:
18736           Implement buffering. Needs some more work.
18737
18738 2004-11-26  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18739
18740         * ext/theora/theoradec.c: (theora_dec_chain):
18741           Fix ilog mask range overflow.
18742
18743 2004-11-26  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18744
18745         * ext/alsa/gstalsa.c: (gst_alsa_get_caps):
18746           Don't omit the last (which in case of dmix is the only :) )
18747           channel count. Don't set channels if <= 2.
18748
18749 2004-11-26  Christophe Fergeau  <teuf@gnome.org>
18750
18751         * gst/playback/gstplaybin.c: (gen_video_element),
18752         (gen_audio_element): Removed 2 obsolete comments
18753
18754 2004-11-26  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
18755
18756         * ext/vorbis/oggvorbisenc.c
18757         * ext/vorbis/vorbisenc.c :
18758           change description fields of those plugins to differentiate them
18759           (pitivi show Encoders by description, they had the same one)
18760
18761 2004-11-25  Christophe Fergeau  <teuf@gnome.org>
18762
18763         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18764
18765         * gst/playback/gstplaybin.c: (gst_play_bin_dispose),
18766         (gst_play_bin_set_property), (gen_video_element),
18767         (gen_audio_element):
18768           Refcounting fixes for provided audio-/videosinks.
18769
18770 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18771
18772         * gst/playback/gstplaybin.c: (gen_video_element),
18773         (gen_audio_element), (setup_sinks), (gst_play_bin_change_state):
18774           Don't reference all sinks, but only the video- and audiosinks.
18775           The vis. element should be disposed when we're done with it.
18776           We don't have any reason to keep it around. This fixes warnings
18777           when reusing playbin for playing multiple audio files with
18778           vis. enabled. Also release audio device on pause - idea stolen
18779           from Rhythmbox.
18780
18781 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18782
18783         * ext/a52dec/gsta52dec.c: (gst_a52dec_channels), (gst_a52dec_push),
18784         (gst_a52dec_reneg), (gst_a52dec_loop), (plugin_init):
18785         * ext/alsa/gstalsa.c: (gst_alsa_get_caps):
18786         * ext/alsa/gstalsaplugin.c: (plugin_init):
18787         * ext/dts/gstdtsdec.c: (gst_dtsdec_channels),
18788         (gst_dtsdec_renegotiate), (gst_dtsdec_loop), (plugin_init):
18789         * ext/faad/gstfaad.c: (gst_faad_init), (gst_faad_chanpos_from_gst),
18790         (gst_faad_chanpos_to_gst), (gst_faad_sinkconnect),
18791         (gst_faad_srcgetcaps), (gst_faad_srcconnect), (gst_faad_chain),
18792         (gst_faad_change_state), (plugin_init):
18793         * ext/faad/gstfaad.h:
18794         * ext/vorbis/vorbis.c: (plugin_init):
18795         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
18796         * gst-libs/gst/audio/Makefile.am:
18797         * gst-libs/gst/audio/audio.c: (plugin_init):
18798         * gst-libs/gst/audio/multichannel.c:
18799         (gst_audio_check_channel_positions),
18800         (gst_audio_get_channel_positions),
18801         (gst_audio_set_channel_positions),
18802         (gst_audio_set_structure_channel_positions_list),
18803         (add_list_to_struct), (gst_audio_set_caps_channel_positions_list),
18804         (gst_audio_fixate_channel_positions):
18805         * gst-libs/gst/audio/multichannel.h:
18806         * gst-libs/gst/audio/testchannels.c: (main):
18807         * gst/audioconvert/gstaudioconvert.c:
18808         (gst_audio_convert_class_init), (gst_audio_convert_init),
18809         (gst_audio_convert_dispose), (gst_audio_convert_getcaps),
18810         (gst_audio_convert_parse_caps), (gst_audio_convert_link),
18811         (gst_audio_convert_fixate), (gst_audio_convert_channels):
18812         * gst/audioconvert/plugin.c: (plugin_init):
18813           Surround sound support.
18814
18815 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18816
18817         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_push):
18818           Fix position for discont if we're close as well. Nitpicking, but
18819           saves a few milliseconds of extra waiting or skipping.
18820
18821 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18822
18823         * gst/playback/gstdecodebin.c: (gst_decode_bin_factory_filter):
18824           We sometimes need parsers for playback, so add those too.
18825
18826 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18827
18828         * configure.ac:
18829         * gst/apetag/Makefile.am:
18830         * gst/apetag/apedemux.c: (gst_ape_demux_get_type),
18831         (gst_ape_demux_base_init), (gst_ape_demux_class_init),
18832         (gst_ape_demux_init), (gst_ape_demux_get_src_formats),
18833         (gst_ape_demux_get_src_query_types),
18834         (gst_ape_demux_handle_src_query), (gst_ape_demux_get_event_mask),
18835         (gst_ape_demux_handle_src_event), (gst_ape_demux_handle_event),
18836         (gst_ape_demux_typefind_peek), (gst_ape_demux_typefind_get_length),
18837         (gst_ape_demux_typefind_suggest), (gst_ape_demux_typefind),
18838         (gst_ape_demux_parse_tags), (gst_ape_demux_stream_init),
18839         (gst_ape_demux_stream_data), (gst_ape_demux_loop),
18840         (gst_ape_demux_change_state):
18841         * gst/apetag/apedemux.h:
18842         * gst/apetag/apetag.c: (plugin_init):
18843         * gst/typefind/gsttypefindfunctions.c: (apetag_type_find),
18844         (plugin_init):
18845           APE v1/2 tag reader plus typefind function.
18846
18847 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18848
18849         * configure.ac:
18850         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_add_element):
18851         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find):
18852           Remove hacks for older core. Require newer core version
18853           accordingly.
18854
18855 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18856
18857         * gst/cdxaparse/Makefile.am:
18858         * gst/cdxaparse/gstcdxaparse.c: (gst_cdxaparse_get_type),
18859         (gst_cdxaparse_class_init), (gst_cdxaparse_init),
18860         (gst_cdxaparse_loop), (gst_cdxaparse_change_state), (plugin_init):
18861         * gst/cdxaparse/gstcdxaparse.h:
18862         * gst/cdxaparse/gstcdxastrip.c: (gst_cdxastrip_get_type),
18863         (gst_cdxastrip_base_init), (gst_cdxastrip_class_init),
18864         (gst_cdxastrip_init), (gst_cdxastrip_get_src_formats),
18865         (gst_cdxastrip_get_src_query_types),
18866         (gst_cdxastrip_handle_src_query), (gst_cdxastrip_get_event_mask),
18867         (gst_cdxastrip_handle_src_event), (gst_cdxastrip_strip),
18868         (gst_cdxastrip_sync), (gst_cdxastrip_handle_event),
18869         (gst_cdxastrip_chain), (gst_cdxastrip_change_state):
18870         * gst/cdxaparse/gstcdxastrip.h:
18871           SVCD/VCD header stripping separated from CDXA image parsing.
18872         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find),
18873         (plugin_init):
18874           Add VCD/SVCD header typefinding for VCD/SVCD.
18875         * sys/vcd/vcdsrc.c: (gst_vcdsrc_get_type), (gst_vcdsrc_base_init),
18876         (gst_vcdsrc_class_init), (gst_vcdsrc_init),
18877         (gst_vcdsrc_set_property), (gst_vcdsrc_get_property),
18878         (gst_vcdsrc_get_event_mask), (gst_vcdsrc_get_query_types),
18879         (gst_vcdsrc_get_formats), (gst_vcdsrc_srcpad_event),
18880         (gst_vcdsrc_srcpad_query), (gst_vcdsrc_get),
18881         (gst_vcdsrc_open_file), (gst_vcdsrc_close_file),
18882         (gst_vcdsrc_change_state), (gst_vcdsrc_msf),
18883         (gst_vcdsrc_recalculate), (gst_vcdsrc_uri_get_type),
18884         (gst_vcdsrc_uri_get_protocols), (gst_vcdsrc_uri_get_uri),
18885         (gst_vcdsrc_uri_set_uri), (gst_vcdsrc_uri_handler_init):
18886         * sys/vcd/vcdsrc.h:
18887           Fix up, add seeking, querying, URI interface. Works in totem now.
18888
18889 2004-11-25  Thomas Vander Stichele  <thomas at apestaart dot org>
18890
18891         * configure.ac:
18892           back to CVS
18893
18894 === release 0.8.6 ===
18895
18896 2004-11-25  Thomas Vander Stichele  <thomas at apestaart dot org>
18897
18898         * NEWS:
18899         * RELEASE:
18900         * configure.ac:
18901         * po/af.po:
18902         * po/az.po:
18903         * po/cs.po:
18904         * po/en_GB.po:
18905         * po/hu.po:
18906         * po/it.po:
18907         * po/nb.po:
18908         * po/nl.po:
18909         * po/or.po:
18910         * po/sq.po:
18911         * po/sr.po:
18912         * po/sv.po:
18913         * po/uk.po:
18914           releasing 0.8.6, "IOU Love"
18915
18916 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
18917
18918         patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
18919
18920         * gst/playback/gstplaybasebin.c:
18921           Fix unplayable files error handling.  Fixes #158365
18922
18923 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
18924
18925         patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
18926
18927         * gst/typefind/gsttypefindfunctions.c:
18928           Fix broken mp3 typefinding.  Fixes #158375
18929
18930 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
18931
18932         patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
18933
18934         * ext/ogg/gstoggdemux.c:
18935           Fix sync on broken files.  Fixes #158976
18936
18937 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
18938
18939         patch by: Edward Hervey <bilboed@bilboed.com>
18940
18941         * ext/libpng/gstpngenc.c:
18942           Copy over buffer properties.  Fixes #158832
18943
18944 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
18945
18946         patch by: Tim-Philipp Müller <t.i.m@zen.co.uk>
18947
18948         * ext/dvdread/dvdreadsrc.c:
18949           Fixes invalid reads (#158462)
18950
18951 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
18952
18953         * sys/v4l/gstv4lsrc.c:
18954         * sys/v4l/gstv4lsrc.h:
18955         * sys/v4l/v4lsrc_calls.c:
18956           Probe less and cache it.  Fixes #159187.
18957
18958 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
18959
18960         * gst/videorate/gstvideorate.c:
18961           Handle all video formats. Fixes #159186.
18962
18963 2004-11-16  Jan Schmidt  <thaytan@mad.scientist.com>
18964         * gst/synaesthesia/gstsynaesthesia.c:
18965         (gst_synaesthesia_class_init), (gst_synaesthesia_init),
18966         (gst_synaesthesia_dispose), (gst_synaesthesia_finalize),
18967         (gst_synaesthesia_sink_link), (gst_synaesthesia_src_getcaps),
18968         (gst_synaesthesia_src_link), (gst_synaesthesia_chain),
18969         (gst_synaesthesia_change_state), (plugin_init):
18970         Fix up synaesthesia to work under different samplerates/ buffer sizes.
18971         Force 320x200 output, as that's the only thing the underlying
18972         synaesthesia implementation supports. Still needs to be made
18973         re-entrant.
18974
18975 2004-11-14  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18976
18977         * configure.ac:
18978           Fix mpeg2enc configure check (similar to mplex check below).
18979
18980 2004-11-14  Koop Mast  <kwm@rainbow-runner.nl>
18981
18982         reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18983
18984         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
18985           Fix for gcc-2.95 (fixes #158221).
18986
18987 2004-11-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18988
18989         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_add_element):
18990           Re-add clock distribution hack (until new core is released).
18991           Fixes #158125.
18992
18993 2004-11-13  Arwed v. Merkatz  <v.merkatz@gmx.net>
18994         * configure.ac:
18995           fix mplex configure check segfaulting on some systems (bug #140994)
18996
18997 2004-11-13  Benjamin Otte  <otte@gnome.org>
18998
18999         * ext/alsa/gstalsa.c: (gst_alsa_pcm_wait):
19000           add debugging
19001         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
19002           do a wait when we enter the loop func with no data available to
19003           write instead of getting into an 100% CPU loop by just returning and
19004           being called again by the scheduler
19005
19006 2004-11-13  Jan Schmidt  <thaytan@mad.scientist.com>
19007
19008         * configure.ac:
19009         * ext/libvisual/visual.c: (gst_visual_get_type),
19010         (libvisual_log_handler), (gst_visual_getcaps),
19011         (gst_visual_srclink), (gst_visual_change_state), (make_valid_name),
19012         (plugin_init):
19013           Update libvisual to 0.1.7. Link in the debug handling to gstreamer
19014         * ext/smoothwave/Makefile.am:
19015         * ext/smoothwave/demo-osssrc.c: (main):
19016         * ext/smoothwave/gstsmoothwave.c: (gst_smoothwave_class_init),
19017         (gst_smoothwave_init), (gst_smoothwave_dispose), (gst_sw_sinklink),
19018         (gst_sw_srclink), (gst_smoothwave_chain), (gst_sw_change_state),
19019         (plugin_init):
19020         * ext/smoothwave/gstsmoothwave.h:
19021           Make gstsmoothwave a working element in the 20th century.
19022
19023         * gst/chart/gstchart.c: (gst_chart_init), (gst_chart_srcconnect):
19024           Fix incorrect link function
19025
19026 2004-11-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19027
19028         * gst/volume/gstvolume.c:
19029           Allow buffer-frames=0.
19030
19031 2004-11-12 Iain <iaingnome@gmail.com>
19032
19033         * configure.ac: Check for polypaudio
19034
19035         * ext/Makefile.am: Build the polyp dir
19036
19037         * ext/polyp: The polypsink sources.
19038
19039 2004-10-30 Iain <iaingnome@gmail.com>
19040
19041         * gst/interleave/interleave.c (interleave_unlink): Change the src pads
19042         caps to reflect the new number of channels.
19043
19044 2004-11-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19045
19046         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
19047           Fix for negotiation order problem. This would show when the
19048           ALSA loopfuction was called before any other function. ALSA
19049           wouldn't do anything because we're not negotiated yet, leading
19050           to an infinite loop. Showed in e.g. Rhythmbox. Fixes #158006.
19051
19052 2004-11-11  Tim-Philipp Müller  <t.i.m@zen.co.uk>
19053
19054         reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19055
19056         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
19057           No warnings (#157986).
19058
19059 2004-11-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19060
19061         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
19062           Prefer apev1/2 and id3v1 (at end of file) over musepack.
19063
19064 2004-11-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19065
19066         * gst/matroska/matroska-demux.c: (gst_matroska_demux_loop_stream):
19067           Signal no-more-pads (so it works in playbin).
19068
19069 2004-11-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19070
19071         * ext/musepack/gstmusepackreader.cpp:
19072           Workaround for older core.
19073
19074 2004-11-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19075
19076         * gst/ffmpegcolorspace/imgconvert.c: (yuv420p_to_yuv422):
19077           Actually test for odd width/height rather than testing whether
19078           a temporary variable that was 0 before we subtracted 1 is now
19079           not equal to zero (which it always is).
19080
19081 2004-11-11  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
19082
19083         * sys/v4l2/gstv4l2element.c: (gst_v4l2_iface_supported):
19084         Fix compilation if HAVE_XVIDEO is not defined
19085
19086 2004-11-11  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
19087
19088         * sys/v4l/gstv4lelement.c: (gst_v4l_iface_supported):
19089         Fix compilation if HAVE_XVIDEO is not defined
19090
19091 2004-11-11  Jan Schmidt  <thaytan@mad.scientist.com>
19092
19093         * gst/goom/gstgoom.c: (gst_goom_class_init), (gst_goom_init),
19094         (gst_goom_dispose), (gst_goom_sinkconnect), (gst_goom_chain),
19095         (gst_goom_change_state), (plugin_init):
19096         Use the bytestream adapter so goom doesn't depend on the input
19097         buffer size.
19098         Add a debug category
19099
19100 2004-11-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19101
19102         * ext/alsa/gstalsa.c: (gst_alsa_change_state):
19103           Only set hardware parameters *after* negotiation. Before
19104           negotiation, it will set ANY and that seems to cause crashes
19105           (see e.g. #151288, #153227).
19106
19107 2004-11-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19108
19109         * ext/alsa/gstalsasink.c: (gst_alsa_sink_get_time):
19110           This seems to be antique leftover. It needs to pass error
19111           checking.
19112         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_init),
19113         (gst_sdlvideosink_deinitsdl), (gst_sdlvideosink_initsdl),
19114         (gst_sdlvideosink_destroy), (gst_sdlvideosink_create),
19115         (gst_sdlvideosink_sinkconnect), (gst_sdlvideosink_chain):
19116           Fix GstXOverlay implementation (#151059).
19117
19118 2004-11-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19119
19120         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
19121           Don't assert (#157853).
19122
19123 2004-11-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19124
19125         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event),
19126           Fix bytes/samples confustion.
19127         (gst_alsa_sink_mmap), (gst_alsa_sink_loop):
19128           Fix for underrun (#144389).
19129
19130 2004-11-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19131
19132         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find):
19133           Disable halfway-seek for pending release (since it needs a new
19134           core release).
19135
19136 2004-11-09  Thomas Vander Stichele  <thomas at apestaart dot org>
19137
19138         * sys/v4l/gstv4lsrc.c:
19139         * sys/v4l/gstv4lsrc.h:
19140         * sys/v4l/v4lsrc_calls.c:
19141           add autoprobe-fps property so we can separate autoprobing parts
19142
19143 2004-11-09  Thomas Vander Stichele  <thomas at apestaart dot org>
19144
19145         * sys/v4l/gstv4lsrc.c:
19146         * sys/v4l/v4lsrc_calls.c:
19147         initialise fourcc to catch unset fourcc's, and debug
19148
19149 2004-11-09  Wim Taymans  <wim@fluendo.com>
19150
19151         * gst/playback/README:
19152         * gst/playback/gstdecodebin.c: (close_pad_link), (try_to_link_1):
19153         * gst/playback/gstplaybin.c: (gst_play_bin_init),
19154         (gst_play_bin_dispose), (gst_play_bin_set_property),
19155         (remove_sinks), (setup_sinks), (gst_play_bin_change_state),
19156         (gst_play_bin_get_event_masks), (gst_play_bin_send_event),
19157         (gst_play_bin_get_formats), (gst_play_bin_convert),
19158         (gst_play_bin_get_query_types), (gst_play_bin_query):
19159         Cleanups and some more documentation.
19160
19161 2004-11-09  Jan Schmidt  <thaytan@mad.scientist.com>
19162
19163         * ext/libcaca/gstcacasink.c: (gst_cacasink_class_init),
19164         (gst_cacasink_init), (gst_cacasink_chain):
19165         * ext/libcaca/gstcacasink.h:
19166         Cacasink inherits from VideoSink, so let that store the clock.
19167
19168 2004-11-09  Wim Taymans  <wim@fluendo.com>
19169
19170         * gst/playback/README:
19171         * gst/playback/gstplaybasebin.c: (group_destroy), (group_is_muted),
19172         (add_stream), (unknown_type), (add_element_stream), (no_more_pads),
19173         (probe_triggered), (preroll_unlinked), (new_decoded_pad),
19174         (gst_play_base_bin_change_state), (gst_play_base_bin_found_tag):
19175         * gst/playback/gstplaybin.c: (gen_vis_element), (remove_sinks),
19176         (setup_sinks):
19177         * gst/playback/gststreaminfo.c: (gst_stream_info_set_mute),
19178         (gst_stream_info_is_mute), (gst_stream_info_set_property):
19179         * gst/playback/gststreaminfo.h:
19180         Updated README.
19181         Only switch groups if all streams have muted (EOSed).
19182         Send Tags in sync with the stream playback instead of in
19183         the playback/preroll phase.
19184         Some cleanups, free the fakesrc elements.
19185
19186 2004-11-09  Benjamin Otte  <in7y118@public.uni-hamburg.de>
19187
19188         * ext/alsa/gstalsa.c: (gst_alsa_get_caps_internal):
19189           buffer-frames property was missing
19190         * ext/arts/gst_arts.c:
19191           rate missing from sinkcaps
19192         * ext/audiofile/gstafparse.c:
19193         * ext/audiofile/gstafsink.c:
19194         * ext/audiofile/gstafsrc.c:
19195         * ext/swfdec/gstswfdec.c:
19196           int audio doesn't know buffer-frames
19197         * ext/cdparanoia/gstcdparanoia.c:
19198           int audio doesn't know chunksize either
19199         * ext/nas/nassink.c:
19200           it's endianness, not endianess
19201         * gst-libs/gst/audio/audio.h:
19202           make float standard pad template caps really describe float
19203         * gst/law/mulaw.c: (linear_factory):
19204           signed only, please
19205         * gst/mpegstream/gstdvddemux.c:
19206           widths of 20 are not valid
19207
19208 2004-11-08  Thomas Vander Stichele  <thomas at apestaart dot org>
19209
19210         Submitted by: Luca Ferretti <elle.uca@infinito.it>
19211
19212         * po/LINGUAS:
19213         * po/it.po:
19214           Add Italian
19215
19216 2004-11-08  Wim Taymans  <wim@fluendo.com>
19217
19218         * gst/playback/README:
19219         * gst/playback/gstdecodebin.c: (close_pad_link), (try_to_link_1):
19220         * gst/playback/gstplaybasebin.c: (probe_triggered),
19221         (gst_play_base_bin_change_state):
19222         Updated README, added more comments for fixmes etc..
19223
19224 2004-11-08  Wim Taymans  <wim@fluendo.com>
19225
19226         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_add_element):
19227         We can remove this hack now.
19228
19229 2004-11-08  Wim Taymans  <wim@fluendo.com>
19230
19231         * gst/videomixer/videomixer.c: (gst_videomixer_blend_ayuv_ayuv),
19232         (gst_videomixer_fill_checker), (gst_videomixer_fill_color),
19233         (gst_videomixer_blend_buffers), (gst_videomixer_loop):
19234         Only mix AYUV for maximum quality.
19235
19236 2004-11-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19237
19238         * ext/ogg/gstoggdemux.c: (get_relative), (gst_ogg_demux_src_query),
19239         (gst_ogg_demux_push), (gst_ogg_pad_push):
19240           Let's act as if we're synchronized now! :).
19241         * ext/theora/theoradec.c: (theora_dec_chain):
19242           Add some debug.
19243
19244 2004-11-08  Wim Taymans  <wim@fluendo.com>
19245
19246         * gst/alpha/gstalpha.c: (gst_alpha_method_get_type),
19247         (gst_alpha_set_property), (gst_alpha_sink_link),
19248         (gst_alpha_set_ayuv), (gst_alpha_set_i420),
19249         (gst_alpha_chroma_key_ayuv), (gst_alpha_chroma_key_i420),
19250         (gst_alpha_init_params), (gst_alpha_chain):
19251         Implement alpha functions for AYUV too, this increases
19252         accuracy quite a bit.
19253
19254 2004-11-08  Wim Taymans  <wim@fluendo.com>
19255
19256         * gst/ffmpegcolorspace/avcodec.h:
19257         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
19258         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
19259         (gst_ffmpegcsp_avpicture_fill):
19260         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
19261         (gst_ffmpegcsp_caps_remove_format_info):
19262         * gst/ffmpegcolorspace/imgconvert.c: (avpicture_get_size),
19263         (shrink12), (img_get_alpha_info), (deinterlace_line),
19264         (deinterlace_line_inplace):
19265         * gst/ffmpegcolorspace/imgconvert_template.h:
19266         Added AYUV colorspace and handle RGBA a bit more respectful.
19267
19268 2004-11-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19269
19270         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
19271           Actually always send a discont (cornercase when resending the
19272           same serial-tagged chain twice).
19273
19274 2004-11-08  Julien MOUTTE  <julien@moutte.net>
19275
19276         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_clear),
19277         (gst_ximagesink_finalize):
19278         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_clear),
19279         (gst_xvimagesink_finalize): Some more cleanups, leaks fixed and checks.
19280
19281 2004-11-08  Wim Taymans  <wim@fluendo.com>
19282
19283         * gst/typefind/gsttypefindfunctions.c: (aac_type_find):
19284         Don't segfault on NULL data.
19285
19286 2004-11-08  Wim Taymans  <wim@fluendo.com>
19287
19288         * gst/playback/gstdecodebin.c: (unlinked):
19289         * gst/playback/gstplay-marshal.list:
19290         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
19291         (gst_play_base_bin_init), (group_create), (get_active_group),
19292         (get_building_group), (group_destroy), (group_commit),
19293         (queue_overrun), (remove_groups), (add_stream), (unknown_type),
19294         (add_element_stream), (no_more_pads), (probe_triggered),
19295         (preroll_unlinked), (new_decoded_pad), (removed_decoded_pad),
19296         (state_change), (setup_source), (gst_play_base_bin_get_property),
19297         (gst_play_base_bin_change_state), (gst_play_base_bin_add_element),
19298         (gst_play_base_bin_link_stream),
19299         (gst_play_base_bin_get_streaminfo):
19300         * gst/playback/gstplaybasebin.h:
19301         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
19302         (remove_sinks), (setup_sinks), (gst_play_bin_change_state):
19303         Add support for chained ogg files. Prepare for playlist
19304         support. This patch introduces the concept of pad groups, which
19305         together compose one playable media file.
19306
19307 2004-11-07  David Schleef  <ds@schleef.org>
19308
19309         * testsuite/gst-lint: Check for pad templates that aren't statically
19310         scoped.
19311
19312 2004-11-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19313
19314         * configure.ac:
19315         * ext/Makefile.am:
19316         * ext/musepack/Makefile.am:
19317         * ext/musepack/gstmusepackdec.cpp:
19318         * ext/musepack/gstmusepackdec.h:
19319         * ext/musepack/gstmusepackreader.cpp:
19320         * ext/musepack/gstmusepackreader.h:
19321           Add musepack decoder.
19322         * ext/faad/gstfaad.c: (gst_faad_base_init):
19323           Make pad templates static.
19324         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find),
19325         (plugin_init):
19326           Add musepack typefinder, make mp3 typefinding work halfway stream,
19327           which doesn't actually work yet because id3demux doesn't implement
19328           _get_length().
19329
19330 2004-11-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19331
19332         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
19333         (gst_ogg_mux_queue_pads), (gst_ogg_mux_loop):
19334           Fix interrupt event handling (#144436).
19335
19336 2004-11-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19337
19338         * ext/mad/gstid3tag.c: (gst_id3_tag_do_typefind):
19339           Hide unused glory.
19340
19341 2004-11-06  Tim-Philipp Müller  <t.i.m@zen.co.uk>
19342
19343         reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19344
19345         * ext/vorbis/vorbisenc.c: (raw_caps_factory):
19346           Fix weird caps (#157548).
19347
19348 2004-11-06  Tim-Philipp Müller  <t.i.m@zen.co.uk>
19349
19350         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19351
19352         * gst/rtp/gstrtpgsmparse.c: (gst_rtpgsm_caps_nego):
19353           Add missing NULL terminator (#157543).
19354
19355 2004-11-05  Thomas Vander Stichele  <thomas at apestaart dot org>
19356
19357         * gst/tcp/gsttcp.h:
19358         * gst/tcp/gsttcpclientsink.c:
19359         * gst/tcp/gsttcpclientsrc.c:
19360         * gst/tcp/gsttcpserversink.c:
19361         * gst/tcp/gsttcpserversrc.c:
19362           ports can go up to 65535.  Move common defines to gsttcp.h
19363
19364 2004-11-05  Wim Taymans  <wim@fluendo.com>
19365
19366         * gst/videotestsrc/videotestsrc.c: (paint_setup_Y41B),
19367         (paint_hline_Y41B), (paint_setup_Y42B), (paint_hline_Y42B):
19368         Added two more colorspaces.
19369
19370 2004-11-05  Wim Taymans  <wim@fluendo.com>
19371
19372         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
19373         (gst_ffmpegcsp_avpicture_fill):
19374         * gst/ffmpegcolorspace/imgconvert.c: (avpicture_get_size),
19375         (yuv422p_to_yuv422), (yuv420p_to_yuv422), (shrink12),
19376         (img_convert), (deinterlace_line), (deinterlace_line_inplace):
19377         More stride fixes.
19378
19379 2004-11-05  Wim Taymans  <wim@fluendo.com>
19380
19381         * gst/alpha/gstalpha.c: (gst_alpha_set_property), (gst_alpha_add),
19382         (gst_alpha_chroma_key), (gst_alpha_init_params), (gst_alpha_chain):
19383         * gst/videomixer/videomixer.c: (gst_videomixer_blend_ayuv_i420),
19384         (gst_videomixer_fill_checker), (gst_videomixer_blend_buffers),
19385         (gst_videomixer_loop):
19386         More stride fixes.
19387
19388 2004-11-05  Benjamin Otte  <otte@gnome.org>
19389
19390         * ext/mad/gstmad.c: (gst_mad_chain):
19391           don't overflow data buffer. Flush not needed sync data when syncing
19392           failed.
19393
19394 2004-11-04  Wim Taymans  <wim@fluendo.com>
19395
19396         * gst/alpha/gstalpha.c: (gst_alpha_method_get_type),
19397         (gst_alpha_class_init), (gst_alpha_init), (gst_alpha_set_property),
19398         (gst_alpha_get_property), (gst_alpha_add), (gst_alpha_chroma_key),
19399         (gst_alpha_init_params), (gst_alpha_chain),
19400         (gst_alpha_change_state):
19401         Updated the chroma keying algorithm with something more
19402         sophisticated.
19403
19404 2004-11-03  Wim Taymans  <wim@fluendo.com>
19405
19406         * gst/videomixer/videomixer.c: (gst_videomixer_blend_ayuv_i420),
19407         (gst_videomixer_fill_checker), (gst_videomixer_fill_color),
19408         (gst_videomixer_blend_buffers), (gst_videomixer_loop):
19409         Fix stride issues. Does not completely work for odd
19410         heights.
19411
19412 2004-11-03  Wim Taymans  <wim@fluendo.com>
19413
19414         * gst/alpha/gstalpha.c: (gst_alpha_method_get_type),
19415         (gst_alpha_chroma_key), (gst_alpha_chain):
19416         Fix stride issues. Does not completely work for odd
19417         heights.
19418
19419 2004-11-03  Christophe Fergeau  <teuf@gnome.org>
19420
19421         * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps):
19422         * gst/videoscale/videoscale.c: (videoscale_find_by_structure):
19423         leak fixes
19424
19425 2004-11-03  Wim Taymans  <wim@fluendo.com>
19426
19427         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
19428         (gst_ffmpegcsp_avpicture_fill):
19429         * gst/ffmpegcolorspace/imgconvert.c: (avpicture_get_size),
19430         (avpicture_alloc):
19431         * gst/ffmpegcolorspace/imgconvert_template.h:
19432         Use correct _fill function to get correct strides.
19433
19434 2004-11-02  David Schleef  <ds@schleef.org>
19435
19436         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
19437         (gst_qtdemux_add_stream), (qtdemux_parse), (qtdemux_parse_tree),
19438         (qtdemux_parse_udta), (qtdemux_tag_add), (gst_qtdemux_handle_esds):
19439         Change all g_print()s to debugging.  Add a bunch of consistency
19440         checks.
19441
19442 2004-11-02  Wim Taymans  <wim@fluendo.com>
19443
19444         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
19445         (try_to_link_1), (get_our_ghost_pad), (remove_element_chain),
19446         (unlinked), (no_more_pads), (close_link):
19447         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
19448         (unknown_type), (add_element_stream), (new_decoded_pad),
19449         (removed_decoded_pad), (setup_source):
19450         * gst/playback/gststreaminfo.c: (gst_stream_info_get_type),
19451         (gst_stream_info_class_init), (gst_stream_info_init),
19452         (gst_stream_info_new), (gst_stream_info_dispose),
19453         (stream_info_mute_pad), (gst_stream_info_set_property),
19454         (gst_stream_info_get_property):
19455         * gst/playback/gststreaminfo.h:
19456         Fix playback of multiple files.
19457         a slightly different approach to handling dynamic pad removals.
19458         This one only looks at pads that we have linked.
19459
19460 2004-11-01  Christophe Fergeau  <teuf@gnome.org>
19461
19462         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_finalize): fix an "invalid
19463         free" warning from libc.
19464
19465 2004-11-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19466
19467         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
19468         (get_unconnected_element), (remove_starting_from), (pad_removed),
19469         (close_link):
19470           Implement support for dynamic pad changing. We listen to "live"
19471           pad removals (i.e. while playing) and re-setup autoplugging
19472           after that. Playbasebin/playbin need some more work for this
19473           to finally work, but decodebin supports (and replugs) chained
19474           ogg now.
19475
19476 2004-11-02  Jan Schmidt  <thaytan@mad.scientist.com>
19477
19478         * ext/alsa/gstalsa.c: (gst_alsa_class_init), (gst_alsa_dispose),
19479         (gst_alsa_finalize):
19480         * ext/cdaudio/gstcdaudio.c: (gst_cdaudio_class_init),
19481         (gst_cdaudio_finalize):
19482         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_class_init),
19483         (cdparanoia_finalize):
19484         * ext/divx/gstdivxdec.c: (gst_divxdec_dispose):
19485         * ext/divx/gstdivxenc.c: (gst_divxenc_dispose):
19486         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_class_init),
19487         (dvdreadsrc_finalize):
19488         * ext/flac/gstflacdec.c: (gst_flacdec_class_init),
19489         (gst_flacdec_finalize):
19490         * ext/flac/gstflacenc.c: (gst_flacenc_class_init),
19491         (gst_flacenc_finalize):
19492         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_class_init),
19493         (gst_gnomevfssink_finalize):
19494         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_class_init),
19495         (gst_gnomevfssrc_finalize):
19496         * ext/libfame/gstlibfame.c: (gst_fameenc_class_init),
19497         (gst_fameenc_finalize):
19498         * ext/nas/nassink.c: (gst_nassink_class_init),
19499         (gst_nassink_finalize):
19500         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_finalize),
19501         (gst_sdlvideosink_class_init):
19502         * ext/sndfile/gstsf.c: (gst_sf_dispose):
19503         * gst-libs/gst/mixer/mixertrack.c: (gst_mixer_track_dispose):
19504         * gst-libs/gst/tuner/tunerchannel.c: (gst_tuner_channel_dispose):
19505         * gst-libs/gst/tuner/tunernorm.c: (gst_tuner_norm_dispose):
19506         * gst-libs/gst/xwindowlistener/xwindowlistener.c:
19507         (gst_x_window_listener_dispose):
19508         * gst/audioscale/gstaudioscale.c:
19509         * gst/playondemand/gstplayondemand.c: (play_on_demand_class_init),
19510         (play_on_demand_finalize):
19511         * gst/videofilter/gstvideobalance.c: (gst_videobalance_dispose):
19512         * gst/videoscale/gstvideoscale.c: (gst_videoscale_chain):
19513         * sys/cdrom/gstcdplayer.c: (cdplayer_class_init),
19514         (cdplayer_finalize):
19515         * sys/glsink/glimagesink.c: (gst_glimagesink_finalize),
19516         (gst_glimagesink_class_init):
19517         * sys/oss/gstosselement.c: (gst_osselement_class_init),
19518         (gst_osselement_finalize):
19519         * sys/oss/gstosssink.c: (gst_osssink_dispose):
19520         * sys/oss/gstosssrc.c: (gst_osssrc_dispose):
19521         * sys/v4l/gstv4lelement.c: (gst_v4lelement_dispose):
19522           Fixes a bunch of problems with finalize and dispose functions,
19523           either assumptions that dispose is only called once, or not calling
19524           the parent class dispose/finalize function
19525
19526 2004-11-01  Stefan Kost  <ensonic@users.sf.net>
19527
19528         * ext/esd/esdsink.c: (gst_esdsink_init), (gst_esdsink_link):
19529           added two api precondition guards
19530           use g_strdup with getenv to fix crash when using ENVVAR
19531
19532 2004-11-01  Jan Schmidt  <thaytan@mad.scientist.com>
19533         * ext/esd/esdsink.c: (gst_esdsink_class_init),
19534         (gst_esdsink_finalize):
19535         Use a finalize function, not dispose, and more importantly,
19536         call the parent class finalize function too
19537
19538 2004-11-01  Johan Dahlin  <johan@gnome.org>
19539
19540         * ext/ogg/gstoggdemux.c:
19541         * gst/tags/gstvorbistag.c:
19542         Plug leaks.
19543
19544 2004-10-31  Benjamin Otte  <otte@gnome.org>
19545
19546         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_chain):
19547           lotsa memleaks today. But they're all small...
19548
19549 2004-10-31  Benjamin Otte  <otte@gnome.org>
19550
19551         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
19552           another memleak crushed
19553
19554 2004-10-31  Benjamin Otte  <otte@gnome.org>
19555
19556         * gst/tags/gstvorbistag.c: (gst_tag_to_vorbis_comments):
19557           fix memleak
19558
19559 2004-10-31  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19560
19561         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
19562           Hack to prevent crash when going to READY inside signal handler
19563           while this function is active.
19564
19565 2004-10-31  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19566
19567         * gst/ffmpegcolorspace/Makefile.am:
19568         * gst/ffmpegcolorspace/avcodec.h:
19569         * gst/ffmpegcolorspace/common.h:
19570         * gst/ffmpegcolorspace/dsputil.c: (dsputil_static_init):
19571         * gst/ffmpegcolorspace/dsputil.h:
19572         * gst/ffmpegcolorspace/gstffmpeg.c: (plugin_init):
19573         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
19574         (gst_ffmpeg_get_palette), (gst_ffmpeg_set_palette),
19575         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_smpfmt_to_caps),
19576         (gst_ffmpegcsp_codectype_to_caps), (gst_ffmpeg_caps_to_smpfmt),
19577         (gst_ffmpeg_caps_to_pixfmt), (gst_ffmpegcsp_caps_with_codectype),
19578         (gst_ffmpegcsp_avpicture_fill):
19579         * gst/ffmpegcolorspace/gstffmpegcodecmap.h:
19580         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
19581         (gst_ffmpegcsp_caps_remove_format_info), (gst_ffmpegcsp_getcaps),
19582         (gst_ffmpegcsp_pad_link), (gst_ffmpegcsp_get_type),
19583         (gst_ffmpegcsp_base_init), (gst_ffmpegcsp_class_init),
19584         (gst_ffmpegcsp_init), (gst_ffmpegcsp_chain),
19585         (gst_ffmpegcsp_change_state), (gst_ffmpegcsp_set_property),
19586         (gst_ffmpegcsp_get_property), (gst_ffmpegcolorspace_register):
19587         * gst/ffmpegcolorspace/imgconvert.c:
19588         (avcodec_get_chroma_sub_sample), (avcodec_get_pix_fmt_name),
19589         (avcodec_get_pix_fmt), (avpicture_fill), (avpicture_layout),
19590         (avpicture_get_size), (avcodec_get_pix_fmt_loss),
19591         (avg_bits_per_pixel), (avcodec_find_best_pix_fmt1),
19592         (avcodec_find_best_pix_fmt), (img_copy_plane), (img_copy),
19593         (yuv422_to_yuv420p), (uyvy422_to_yuv420p), (uyvy422_to_yuv422p),
19594         (yuv422_to_yuv422p), (yuv422p_to_yuv422), (yuv422p_to_uyvy422),
19595         (uyvy411_to_yuv411p), (yuv420p_to_yuv422), (C_JPEG_TO_CCIR),
19596         (img_convert_init), (img_apply_table), (shrink41), (shrink21),
19597         (shrink12), (shrink22), (shrink44), (grow21_line), (grow41_line),
19598         (grow21), (grow22), (grow41), (grow44), (conv411),
19599         (gif_clut_index), (build_rgb_palette), (bitcopy_n), (mono_to_gray),
19600         (monowhite_to_gray), (monoblack_to_gray), (gray_to_mono),
19601         (gray_to_monowhite), (gray_to_monoblack), (avpicture_alloc),
19602         (avpicture_free), (is_yuv_planar), (img_convert),
19603         (get_alpha_info_pal8), (img_get_alpha_info), (deinterlace_line),
19604         (deinterlace_line_inplace), (deinterlace_bottom_field),
19605         (deinterlace_bottom_field_inplace), (avpicture_deinterlace):
19606         * gst/ffmpegcolorspace/imgconvert_template.h:
19607         * gst/ffmpegcolorspace/mem.c: (av_malloc), (av_realloc), (av_free):
19608         * gst/ffmpegcolorspace/mmx.h:
19609         * gst/ffmpegcolorspace/utils.c: (av_mallocz), (av_strdup),
19610         (av_fast_realloc), (av_mallocz_static), (av_free_static),
19611         (av_freep), (avcodec_get_context_defaults),
19612         (avcodec_alloc_context), (avcodec_init):
19613           Sync back from gst-ffmpeg. Deprecates ffcolorspace. Adds palette
19614           handling plus update from ffmpeg CVS. Large clean-up.
19615
19616 2004-10-31  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19617
19618         * gst/playback/Makefile.am:
19619           We need the marshallers for decodebin, too.
19620
19621 2004-10-30  David Schleef  <ds@schleef.org>
19622
19623         * gst/typefind/gsttypefindfunctions.c: (qt_type_find): Make
19624           quicktime typefinding work with 64-bit offsets.
19625
19626 2004-10-30  Jan Schmidt  <thaytan@mad.scientist.com>
19627
19628         * ext/dv/gstdvdec.c: (gst_dvdec_handle_sink_event):
19629           Set EOS on the element when processing an EOS event.
19630         * ext/speex/gstspeexdec.h:
19631         * ext/speex/gstspeexenc.h:
19632           Only keep a const ptr to the mode
19633         * gst-libs/gst/riff/riff-media.c:
19634         (gst_riff_create_audio_caps_with_data),
19635         (gst_riff_create_audio_template_caps):
19636           Allow WMAV3, with up to 6 channels.
19637         * gst/asfdemux/gstasfmux.c: (gst_asfmux_request_new_pad):
19638           Don't call gst_pad_set_event_function on a sink pad.
19639         * gst/mpegstream/gstdvddemux.c:
19640         (gst_dvd_demux_get_subpicture_stream),
19641         (gst_dvd_demux_set_cur_audio), (gst_dvd_demux_set_cur_subpicture):
19642           Copy the explicit caps that were set across to the cur_* pads,
19643           instead of trying to use a possibly non-existent negotiated caps.
19644           Reset the type of subpicture pads to UNKNOWN after calling
19645           init_stream, so that the caps get set.
19646
19647 2004-10-29  Martin Pitt  <martin.pitt@canonical.com>
19648
19649         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19650
19651         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_chunk):
19652           Don't touch buffer if it is of size 0 (fixes #151064).
19653
19654 2004-10-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19655
19656         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_push), (gst_ogg_pad_push):
19657           Synchronized discont handling.
19658
19659 2004-10-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19660
19661         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event),
19662         (gst_ogg_demux_push):
19663           Make seeking sort-of exact again (fixes #156387).
19664
19665 2004-10-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19666
19667         * gst/playback/gstplaybasebin.c: (unknown_type),
19668         (add_element_stream), (new_decoded_pad),
19669         (gst_play_base_bin_change_state):
19670         * gst/playback/gststreaminfo.c: (gst_stream_info_class_init),
19671         (gst_stream_info_init), (gst_stream_info_new),
19672         (gst_stream_info_dispose), (gst_stream_info_get_property):
19673         * gst/playback/gststreaminfo.h:
19674           Make caps explicitely available. Makes testing for unsupported
19675           types possible. Improves error reporting.
19676
19677 2004-10-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19678
19679         * gst/audioconvert/gstaudioconvert.c:
19680         (gst_audio_convert_buffer_to_default_format):
19681           Really don't touch read-only buffers (#156563).
19682
19683 2004-10-29  Sebastien Cote  <sc5@hermes.usherb.ca>
19684
19685         Reviewd by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19686
19687         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt):
19688           Fix memleak (#155223).
19689
19690 2004-10-29  Wim Taymans  <wim@fluendo.com>
19691
19692         * gst/tcp/.cvsignore:
19693         * gst/tcp/gstmultifdsink.c: (gst_sync_method_get_type),
19694         (gst_multifdsink_class_init), (gst_multifdsink_init),
19695         (gst_multifdsink_add), (gst_multifdsink_remove),
19696         (gst_multifdsink_remove_client_link), (is_sync_frame),
19697         (gst_multifdsink_new_client),
19698         (gst_multifdsink_handle_client_write),
19699         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
19700         (gst_multifdsink_handle_clients), (gst_multifdsink_set_property),
19701         (gst_multifdsink_get_property):
19702         * gst/tcp/gstmultifdsink.h:
19703         Added burst on connect sync_method, deprecated sync_clients,
19704         streamlined the sync code some more.
19705
19706 2004-10-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19707
19708         * gst/playback/gstplaybasebin.c: (thread_error), (setup_source),
19709         (gst_play_base_bin_change_state):
19710           Improve error reporting.
19711
19712 2004-10-28  Wim Taymans  <wim@fluendo.com>
19713
19714         * gst/tcp/Makefile.am:
19715         * gst/tcp/fdsetstress.c: (mess_some_more), (run_test), (main):
19716         * gst/tcp/gstfdset.c: (nearest_pow), (resize), (ensure_size),
19717         (gst_fdset_new), (gst_fdset_free), (gst_fdset_set_mode),
19718         (gst_fdset_fd_ctl_write), (gst_fdset_fd_ctl_read),
19719         (gst_fdset_fd_has_closed), (gst_fdset_fd_has_error),
19720         (gst_fdset_fd_can_read), (gst_fdset_fd_can_write),
19721         (gst_fdset_wait):
19722         Added more locks around fdset structures. Fixed/reworked
19723         the poll array resizing code.
19724         Added stress test for fdset.
19725
19726 2004-10-28  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
19727
19728         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link):
19729         fix build
19730
19731 2004-10-28  Benjamin Otte  <otte@gnome.org>
19732
19733         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link):
19734           fix link function to always query channels and query width for
19735           floats
19736         * configure.ac:
19737           add equalizer dir
19738         * gst/equalizer/Makefile.am:
19739         * gst/equalizer/gstiirequalizer.c: (gst_iir_equalizer_get_type),
19740         (gst_iir_equalizer_base_init), (gst_iir_equalizer_class_init),
19741         (gst_iir_equalizer_init), (gst_iir_equalizer_finalize),
19742         (arg_to_scale), (setup_filter),
19743         (gst_iir_equalizer_compute_frequencies),
19744         (gst_iir_equalizer_set_property), (gst_iir_equalizer_get_property),
19745         (gst_iir_equalizer_filter_inplace), (gst_iir_equalizer_setup),
19746         (plugin_init):
19747           add an equalizer
19748
19749 2004-10-27  Thomas Vander Stichele  <thomas at apestaart dot org>
19750
19751         Submitted by: Kjartan Maraas <kmaraas@broadpark.no>
19752
19753         * po/LINGUAS:
19754         * po/nb.po:
19755           Added Norwegian Bokmaal translation
19756
19757 2004-10-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19758
19759         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
19760           Don't break on options (fixes #156488).
19761
19762 2004-10-27  Thomas Vander Stichele  <thomas at apestaart dot org>
19763
19764         * configure.ac:
19765         * ext/cdaudio/Makefile.am:
19766         * sys/Makefile.am:
19767           fix build on older automake
19768
19769 2004-10-26  Wim Taymans  <wim@fluendo.com>
19770
19771         * ext/dv/gstdvdec.c: (gst_dvdec_video_getcaps),
19772         (gst_dvdec_video_link), (gst_dvdec_push), (gst_dvdec_loop):
19773         Allow a little margin when negotiating the framerate.
19774
19775 2004-10-26  Stefan Kost  <ensonic@users.sf.net>
19776
19777         * gst/level/gstlevel.c:
19778           synchonised naming of pads and pad-templates
19779
19780 2004-10-26  Wim Taymans  <wim@fluendo.com>
19781
19782         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event),
19783         (gst_ogg_demux_handle_event), (_find_chain_get_unknown_part),
19784         (_find_streams_check), (gst_ogg_demux_push):
19785         Fix EOS again. Needs to be done in a better way. We should not
19786         remove the pad if there is no new chained stream.
19787
19788 2004-10-26 Iain <iaingnome@gmail.com>
19789
19790         * ext/ogg/gstoggdemux.c (gst_ogg_pad_new): Free the tag list.
19791         * gst/audioscale/gstaudioscale.c (gst_audioscale_link): Free the copy
19792         of the caps.
19793         * gst/interleave/interleave.c (interleave_class_init): Hook up release
19794         pad.
19795         (interleave_release_pad): Remove the pad.
19796         * gst/level/gstlevel.c: Allow the level to take 1 or 2 channels.
19797         * sys/sunaudio/gstsunaudio.c (gst_sunaudio_setparams): Pay attention to
19798         the set device.
19799         * sys/xvimage/xvimagesink.c (gst_xvimagesink_get_xv_support): Free the
19800         attrs
19801         (gst_xvimagesink_xcontext_clear): Free the xcontext.
19802         (gst_xvimagesink_finalize): Free the par.
19803
19804 2004-10-26  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19805
19806         * gst/avi/gstavimux.c: (gst_avimux_audsinkconnect),
19807         (gst_avimux_stop_file):
19808           First calculate the rate, and only then use it. Hdr.rate is a
19809           multiple and not a derivative of hdr.scale. Scale is not the
19810           same as blockalign but is solely related to rate.
19811
19812 2004-10-26  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19813
19814         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_init),
19815         (gst_gnomevfssink_handle_event), (gst_gnomevfssink_chain):
19816           Implement seeking.
19817
19818 2004-10-25  James Henstridge  <james@jamesh.id.au>
19819
19820         Reviewed by:  David Schleef  <ds@schleef.org>
19821
19822         * examples/gstplay/player.c: (got_stream_length), (main):
19823         * examples/seeking/cdplayer.c: (update_scale):
19824         * examples/seeking/seek.c: (format_value), (update_scale):
19825         * examples/seeking/spider_seek.c: (format_value), (update_scale),
19826         (stop_seek):
19827         Build fixes on AMD64.
19828
19829 2004-10-25  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
19830
19831         reviewed by: Ronald Bultje <rbultje at gnome dot org>
19832
19833         * sys/v4l/v4l_calls.c: (gst_v4l_get_chan_names):
19834         Fix for some v4l cards which hang in v4lsrc
19835
19836 2004-10-25  Wim Taymans  <wim@fluendo.com>
19837
19838         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_remove),
19839         (gst_ogg_demux_push), (gst_ogg_chains_clear):
19840         Make sure to remove the pad when a new chain is
19841         encountered. Set some vars to NULL so we don't try
19842         to reference freed memory.
19843
19844 2004-10-25  Wim Taymans  <wim@fluendo.com>
19845
19846         * examples/seeking/Makefile.am:
19847         * examples/seeking/cdplayer.c: (update_scale):
19848         * examples/seeking/chained.c: (unlinked), (new_pad), (main):
19849         * examples/seeking/playbin.c: (make_playerbin_pipeline),
19850         (format_value), (update_scale), (iterate), (start_seek),
19851         (stop_seek), (print_media_info), (play_cb), (pause_cb), (stop_cb),
19852         (print_usage), (main):
19853         Added some more examples, update others.
19854
19855 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19856
19857         * ext/flac/gstflacdec.c: (gst_flacdec_update_metadata):
19858         * ext/speex/gstspeexdec.c: (speex_dec_chain):
19859         * ext/theora/theoradec.c: (theora_dec_chain):
19860         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
19861           Add codec-name metadata.
19862
19863 2004-10-25  Takao Fujiwara  <Takao.Fujiwara@Sun.COM>
19864
19865         Reviewd by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19866
19867         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
19868         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
19869         * ext/alsa/gstalsamixertrack.h:
19870         * po/POTFILES.in:
19871           ALSA mixer track label internationalization (#154054).
19872
19873 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19874
19875         * ext/theora/theoradec.c: (theora_dec_chain):
19876           Export bitrate as metadata.
19877
19878 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19879
19880         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
19881         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
19882         * ext/alsa/gstalsamixertrack.h:
19883           Fix names, fix loop.
19884
19885 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19886
19887         * ext/speex/gstspeexdec.c: (gst_speex_dec_init),
19888         (speex_dec_convert):
19889           sinkconvert function so oggdemux can get the file length (totem).
19890
19891 2004-10-25  James Morrison  <ja2morri@csclub.uwaterloo.ca>
19892
19893         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19894
19895         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_chunk):
19896           Don't push incomplete packets.
19897         * gst/typefind/gsttypefindfunctions.c: (m4a_type_find):
19898           Fix MPEG-4 audio typefinding.
19899
19900 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19901
19902         * sys/v4l/Makefile.am:
19903         * sys/v4l/gstv4l.c: (plugin_init):
19904         * sys/v4l/gstv4lelement.c: (gst_v4lelement_get_type),
19905         (gst_v4lelement_init), (gst_v4lelement_dispose),
19906         (gst_v4lelement_change_state):
19907         * sys/v4l/gstv4lelement.h:
19908         * sys/v4l/gstv4lxoverlay.c: (gst_v4l_xoverlay_open),
19909         (gst_v4l_xoverlay_close), (idle_refresh),
19910         (gst_v4l_xoverlay_set_xwindow_id):
19911         * sys/v4l/gstv4lxoverlay.h:
19912         * sys/v4l/v4l-overlay_calls.c:
19913         * sys/v4l/v4l_calls.h:
19914         * sys/v4l2/Makefile.am:
19915         * sys/v4l2/gstv4l2.c: (plugin_init):
19916         * sys/v4l2/gstv4l2element.c: (gst_v4l2element_get_type),
19917         (gst_v4l2element_init), (gst_v4l2element_dispose),
19918         (gst_v4l2element_change_state):
19919         * sys/v4l2/gstv4l2element.h:
19920         * sys/v4l2/gstv4l2xoverlay.c: (gst_v4l2_xoverlay_open),
19921         (gst_v4l2_xoverlay_close), (idle_refresh),
19922         (gst_v4l2_xoverlay_set_xwindow_id):
19923         * sys/v4l2/gstv4l2xoverlay.h:
19924         * sys/v4l2/v4l2-overlay_calls.c:
19925         * sys/v4l2/v4l2_calls.h:
19926           Remove client-side overlay handling, use the X-server v4l plugin
19927           for that. Nicer overlay, less code. Also make the plugin
19928           compileable without X (but then without overlay, obviously).
19929           Makes xwindowlistener obsolete, should we remove that?
19930
19931 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19932
19933         * sys/oss/gstosssrc.c: (gst_osssrc_get_time), (gst_osssrc_get),
19934         (gst_osssrc_src_query):
19935         * sys/oss/gstosssrc.h:
19936           OK, so people want offset in DEFAULT. This time, actually fix all
19937           cases.
19938         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_getcaps):
19939           Add FPS properly.
19940
19941 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19942
19943         * gst/asfdemux/gstasfmux.c:
19944         * gst/avi/gstavimux.c:
19945           Framerate.
19946
19947 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19948
19949         * sys/v4l2/gstv4l2element.c: (gst_v4l2element_set_property):
19950           Fix properties (channel, norm, frequency).
19951
19952 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19953
19954         * sys/v4l2/gstv4l2element.c: (gst_v4l2element_get_property):
19955           Flag typo.
19956         * sys/v4l2/v4l2_calls.c: (gst_v4l2_set_defaults):
19957           No warnings.
19958
19959 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19960
19961         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_clear_format_list):
19962           Fix hang.
19963
19964 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19965
19966         * sys/v4l2/gstv4l2element.h:
19967           Yet Another Hack (tm) for kernel header borkedness.
19968         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_init),
19969         (gst_v4l2src_v4l2fourcc_to_caps), (gst_v4l2_fourcc_from_structure),
19970         (gst_v4l2src_link), (gst_v4l2src_getcaps),
19971         (gst_v4l2src_change_state):
19972         * sys/v4l2/gstv4l2src.h:
19973         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_capture_init),
19974         (gst_v4l2src_capture_start), (gst_v4l2src_capture_stop):
19975           Fix caps, keep track of state, work.
19976
19977 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19978
19979         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_getcaps):
19980           Quiet.
19981
19982 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19983
19984         * sys/oss/gstosssrc.c: (gst_osssrc_get):
19985           Don't mix bytes and samples.
19986
19987 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19988
19989         * ext/ogg/gstoggmux.c:
19990           Basic pad template which accepts OGM tracks, speex, flac, vorbis
19991           and theora. Any is incorrect.
19992         * gst/asfdemux/gstasfmux.c: (gst_asfmux_vidsink_link):
19993           Fix caps.
19994         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_base_init):
19995         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_base_init),
19996         (gst_v4lmjpegsrc_init), (gst_v4lmjpegsrc_srcconnect),
19997         (gst_v4lmjpegsrc_getcaps), (gst_v4lmjpegsrc_change_state):
19998         * sys/v4l/gstv4lmjpegsrc.h:
19999         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_src_link), (gst_v4lsrc_getcaps),
20000         (gst_v4lsrc_change_state):
20001         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_capture_start),
20002         (gst_v4lmjpegsrc_capture_stop):
20003           Fix caps. Keep track of internal state. Work.
20004
20005 2004-10-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20006
20007         * ext/Makefile.am:
20008           Fix the build fixes.
20009
20010 2004-10-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20011
20012         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
20013         (gst_ogg_demux_src_event), (_find_chain_seek),
20014         (gst_ogg_pad_push):
20015           Check for pad availability before using it.
20016         * ext/ogg/gstoggdemux.c: (_find_chain_process):
20017           Fix parsing of chained ogg. Needs more work on the decoder side.
20018
20019 2004-10-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
20020
20021         * gst/spectrum/Makefile.am:
20022         * gst/spectrum/demo-osssrc.c: (spectrum_chain), (main),
20023         (idle_func):
20024           Fix demo and reenable it. Yes, I'm currently playing with audio
20025           analysis tools
20026
20027 2004-10-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20028
20029         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
20030           We love it if files that start at zero work too...
20031
20032 2004-10-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20033
20034         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_iterate):
20035           Handle files with missing EOS headers.
20036
20037 2004-10-21  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
20038
20039         * gst/tcp/gsttcpserversink.c:
20040         (gst_tcpserversink_handle_server_read),
20041         (gst_tcpserversink_init_send):
20042         Zero some variables first (need for accept not to return EINVAL)
20043
20044 2004-10-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20045
20046         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
20047         (gst_ogg_demux_src_event), (gst_ogg_pad_push):
20048         * ext/theora/theoradec.c: (theora_dec_sink_convert),
20049         (theora_dec_chain):
20050         * ext/vorbis/vorbisdec.c: (vorbis_dec_get_formats),
20051         (gst_vorbis_dec_init), (vorbis_dec_convert), (vorbis_dec_chain):
20052           Seeking and querying finetune.
20053
20054 2004-10-20  Thomas Vander Stichele  <thomas at apestaart dot org>
20055
20056         * configure.ac:
20057         * ext/Makefile.am:
20058         * ext/raw1394/Makefile.am:
20059           fix the build
20060
20061 2004-10-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20062
20063         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_iterate):
20064           Wrong return.
20065         * gst/playback/Makefile.am:
20066         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init):
20067         * gst/playback/gstplay-marshal.list:
20068         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init):
20069           Fix marshallers.
20070
20071 2004-10-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20072
20073         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event):
20074           Silence.
20075
20076 2004-10-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20077
20078         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
20079         (gst_ogg_demux_src_event), (gst_ogg_pad_populate),
20080         (gst_ogg_pad_push):
20081           Yay for non-lineair granulepos in theora.
20082
20083 2004-10-18  Wim Taymans  <wim@fluendo.com>
20084
20085         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_video_getcaps),
20086         (gst_dvdec_video_link), (gst_dvdec_push), (gst_dvdec_loop):
20087         * ext/dv/gstdvdec.h:
20088         Make sure we renegotiate aspect ratio when the camera switches.
20089
20090 2004-10-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20091
20092         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
20093         (gst_ogg_demux_src_event), (gst_ogg_pad_push):
20094           Start at zero.
20095         * ext/theora/theoradec.c: (theora_dec_chain):
20096           Skip headers. Bad idea for chained ogg, but fixes seeking.
20097
20098 2004-10-18  Wim Taymans  <wim@fluendo.com>
20099
20100         * configure.ac:
20101         I swear, this is the last time I touch this.
20102
20103 2004-10-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20104
20105         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
20106         (gst_ogg_demux_src_event), (gst_ogg_pad_populate),
20107         (_read_bos_process), (gst_ogg_demux_iterate), (gst_ogg_pad_new):
20108           Faster seeking.
20109         * ext/theora/theoradec.c: (theora_dec_sink_convert):
20110           Time-to-default conversion.
20111         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
20112           Don't error on unknown packets, just skip. We should probably
20113           read them if we want to support chained ogg.
20114
20115 2004-10-18  Wim Taymans  <wim@fluendo.com>
20116
20117         * configure.ac:
20118         Added cdaudio to wrong list.
20119
20120 2004-10-18  Wim Taymans  <wim@fluendo.com>
20121
20122         * configure.ac:
20123         Revive cdaudio.
20124
20125 2004-10-18  Wim Taymans  <wim@fluendo.com>
20126
20127         * ext/dv/gstdvdec.c: (gst_dvdec_video_getcaps),
20128         (gst_dvdec_video_link), (gst_dvdec_push):
20129         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_class_init),
20130         (gst_smokeenc_resync), (gst_smokeenc_chain):
20131         Fix mimetype on smoke encoder.
20132         Add aspect ratio to dvdec. Not sure if these
20133         values are correct though....
20134
20135 2004-10-18  Wim Taymans  <wim@fluendo.com>
20136
20137         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_class_init):
20138         Fix vorbis property descriptions and ranges.
20139
20140 2004-10-18  Wim Taymans  <wim@fluendo.com>
20141
20142         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_iterate):
20143         Really do nothing when no data is available.
20144         Go to the playing state when the stream is not seekable
20145         instead of failing.
20146
20147 2004-10-18  Wim Taymans  <wim@fluendo.com>
20148
20149         * ext/cdaudio/gstcdaudio.c: (_do_init), (gst_cdaudio_base_init),
20150         (gst_cdaudio_get_event_masks), (gst_cdaudio_send_event),
20151         (gst_cdaudio_query), (plugin_init), (cdaudio_uri_get_type),
20152         (cdaudio_uri_get_protocols), (cdaudio_uri_get_uri),
20153         (cdaudio_uri_set_uri), (cdaudio_uri_handler_init):
20154         Added uri handler for cd://
20155         Port to new API.
20156
20157 2004-10-18  Wim Taymans  <wim@fluendo.com>
20158
20159         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
20160         (gst_decode_bin_init), (find_compatibles), (close_pad_link),
20161         (try_to_link_1), (no_more_pads), (close_link), (type_found):
20162         * gst/playback/gstplaybasebin.c: (gen_preroll_element),
20163         (remove_prerolls), (unknown_type), (add_element_stream),
20164         (new_decoded_pad), (setup_source), (gst_play_base_bin_add_element),
20165         (gst_play_base_bin_remove_element),
20166         (gst_play_base_bin_link_stream):
20167         * gst/playback/gstplaybin.c: (gen_video_element),
20168         (gen_vis_element), (remove_sinks), (setup_sinks):
20169         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type),
20170         (gst_stream_info_get_type), (gst_stream_info_class_init),
20171         (gst_stream_info_init), (gst_stream_info_new),
20172         (gst_stream_info_dispose), (stream_info_mute_pad),
20173         (gst_stream_info_set_property), (gst_stream_info_get_property):
20174         * gst/playback/gststreaminfo.h:
20175         Add sink padtemplate to decodebin.
20176         Added some more comments.
20177         Make queue size configurable in playbasebin.
20178         Added possibility to use elements as sinks (ex cdaudio).
20179
20180 2004-10-15  Wim Taymans  <wim@fluendo.com>
20181
20182         * ext/speex/gstspeexenc.c: (gst_speexenc_class_init),
20183         (gst_speexenc_chain):
20184         Fix speex timestamps so that it gets muxed properly.
20185
20186 2004-10-15  Wim Taymans  <wim@fluendo.com>
20187
20188         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_get_type),
20189         (gst_dv1394src_base_init), (gst_dv1394src_class_init),
20190         (gst_dv1394src_init), (gst_dv1394src_dispose),
20191         (gst_dv1394src_iso_receive), (gst_dv1394src_discover_avc_node),
20192         (gst_dv1394src_change_state), (gst_dv1394src_get_event_mask),
20193         (gst_dv1394src_event), (gst_dv1394src_get_formats),
20194         (gst_dv1394src_convert), (gst_dv1394src_get_query_types),
20195         (gst_dv1394src_query), (gst_dv1394src_uri_get_type),
20196         (gst_dv1394src_uri_get_protocols), (gst_dv1394src_uri_get_uri),
20197         (gst_dv1394src_uri_set_uri), (gst_dv1394src_uri_handler_init):
20198         * ext/raw1394/gstdv1394src.h:
20199         Added conversion/query functions.
20200         Update buffer timestamps,
20201         Added signals.
20202         Added uri dv:// so it might play from the firewire in playbin.
20203         Fix a possible leak.
20204         Added debugging.
20205
20206 2004-10-15  Wim Taymans  <wim@fluendo.com>
20207
20208         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_class_init),
20209         (gst_dv1394src_init), (gst_dv1394src_set_property),
20210         (gst_dv1394src_get_property), (gst_dv1394src_iso_receive),
20211         (gst_dv1394src_discover_avc_node), (gst_dv1394src_change_state):
20212         * ext/raw1394/gstdv1394src.h:
20213         Added AV/C VTR control support needed for some cameras.
20214         Added automatic port detection.
20215         Added properties for selecting the channel.
20216         The configure.ac script is not yet updated to reflect the
20217         new libavc1394 and librom1394 dependencies.
20218
20219 2004-10-15  Wim Taymans  <wim@fluendo.com>
20220
20221         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
20222         (qtdemux_parse), (gst_qtdemux_handle_esds):
20223         An esds box is not a container.
20224         Fix parsing of mp4v boxes.
20225         Do not try to renegotiate fps for each frame. Need to
20226         find a better method. This should fix mp4 playback.
20227
20228 2004-10-14  David Schleef  <ds@schleef.org>
20229
20230         * configure.ac: update for swfdec-0.3 and liboil-0.2
20231         * ext/swfdec/gstswfdec.c: update for swfdec-0.3
20232         * ext/swfdec/gstswfdec.h: same
20233         * gst/videofilter/gstvideobalance.c: update for liboil-0.2
20234         * gst/videotestsrc/videotestsrc.c: same
20235
20236 2004-10-14  Wim Taymans  <wim@fluendo.com>
20237
20238         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
20239         (gst_multifdsink_remove), (gst_multifdsink_remove_client_link),
20240         (is_sync_frame), (gst_multifdsink_new_client),
20241         (gst_multifdsink_handle_client_write),
20242         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
20243         (gst_multifdsink_handle_clients), (gst_multifdsink_change_state):
20244         Turn warnings into info.
20245         Don't allow a state change in the streaming thread.
20246
20247 2004-10-14  Thomas Vander Stichele  <thomas at apestaart dot org>
20248
20249         * ext/vorbis/oggvorbisenc.c:
20250         * ext/vorbis/vorbisdec.c:
20251           fix template sample rate
20252
20253 2004-10-13  Wim Taymans  <wim@fluendo.com>
20254
20255         * ext/mad/gstmad.c: (gst_mad_check_caps_reset), (gst_mad_chain):
20256         Decoding the header first fixes some problems in resyncing
20257         in more mp3s.
20258
20259 2004-10-12  Wim Taymans  <wim@fluendo.com>
20260
20261         * gst/playback/gstplaybin.c: (gen_video_element),
20262         (gen_vis_element), (remove_sinks), (setup_sinks):
20263         Added vis plugin support, need to configure the vis
20264         element to activate it.
20265
20266 2004-10-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20267
20268         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get),
20269         (gst_gnomevfssrc_srcpad_query), (gst_gnomevfssrc_srcpad_event):
20270           Some debug.
20271         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
20272         (gst_avi_demux_handle_src_event), (gst_avi_demux_read_superindex),
20273         (gst_avi_demux_read_subindexes), (gst_avi_demux_add_stream),
20274         (gst_avi_demux_stream_index), (gst_avi_demux_skip),
20275         (gst_avi_demux_sync), (gst_avi_demux_stream_scan),
20276         (gst_avi_demux_massage_index), (gst_avi_demux_stream_header):
20277         * gst/avi/gstavidemux.h:
20278           Support for openDML-2.0 indx/ix## chunks. Support for broken index
20279           recovery (where, if part of the index is broken, we will still read
20280           the rest of the index and recover the broken part by stream
20281           scanning). More broken media support. EOS workarounds. General AVI
20282           braindamage headache recovery. Aspirin included.
20283
20284 2004-10-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20285
20286         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_open),
20287         (cdparanoia_event), (cdparanoia_query):
20288           Get rid of hideous lead-in.
20289
20290 2004-10-11  Wim Taymans  <wim@fluendo.com>
20291
20292         * gst/playback/gstplaybasebin.c: (setup_source):
20293         Wrong var used to get g_list_next.
20294
20295 2004-10-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20296
20297         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_class_init),
20298         (cdparanoia_get), (cdparanoia_open):
20299           Report discid as metadata, add duration.
20300
20301 2004-10-11  Wim Taymans  <wim@fluendo.com>
20302
20303         * gst/playback/gstplaybasebin.c: (setup_source):
20304         Cleanup the previous pipeline a little earlier for the
20305         case that a source element provides raw data.
20306
20307 2004-10-11  Benjamin Otte  <otte@gnome.org>
20308
20309         * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
20310           reset v1 tag offset when there is no v1 tag. Fixes id3demux always
20311           consuming the last 128 bytes, even though it was valid mp3 data.
20312
20313 2004-10-10  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
20314
20315         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_palette_to_caps),
20316         (gst_v4lsrc_getcaps), (gst_v4lsrc_get):
20317         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay):
20318         Change g_warnings to GST_WARNING_OBJECT and fix colourspace issue
20319
20320 2004-10-10  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
20321
20322         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_src_link), (gst_v4lsrc_getcaps):
20323         Fix for webcams that support only specific width or height
20324
20325 2004-10-09  Tim-Philipp Müller  <t.i.m@zen.co.uk>
20326
20327         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20328
20329         * gst/wavenc/gstwavenc.c: (gst_wavenc_stop_file):
20330           Fix wrong discont event setup (fixes #154967).
20331
20332 2004-10-09  Sebastien Cote  <sc5@hermes.usherb.ca>
20333
20334         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20335
20336         * gst/auparse/gstauparse.c: (gst_auparse_chain):
20337           Error out on invalid data (fixes #154807).
20338
20339 2004-10-09  Tim-Philipp Müller  <t.i.m@zen.co.uk>
20340
20341         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20342
20343         * ext/dvdread/dvdreadsrc.c: (_read):
20344           Make titles > 0 work again (fixes #154834).
20345
20346 2004-10-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20347
20348         * gst-libs/gst/riff/riff-media.c:
20349         (gst_riff_create_video_template_caps):
20350           WMV3 missing in template caps.
20351
20352 2004-10-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20353
20354         * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
20355           OK, so the original code was too strict. It makes random AVI files
20356           hang for seconds upon opening, which is unacceptable and is far
20357           beyond the original goal of getting multiple chunks for one-chunk
20358           sounc stream files. So now do just that.
20359
20360 2004-10-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20361
20362         * gst/playback/gstplaybasebin.c: (setup_source),
20363         (gst_play_base_bin_change_state):
20364           Actually clean up streaminfo if output fails. This would trigger
20365           if, for example, there was no CD in the drive. No preroll, so
20366           a streaminfo structure is created, but the subsequent state change
20367           of the thread fails.
20368         * gst/playback/gstplaybin.c: (gst_play_bin_change_state):
20369           Don't change state if parent failed.
20370
20371 2004-10-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20372
20373         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
20374         (gst_play_bin_init), (gst_play_bin_get_property), (handoff),
20375         (gen_video_element), (remove_sinks):
20376           Add small bits of code for screenshot handling.
20377
20378 2004-10-08  Wim Taymans  <wim@fluendo.com>
20379
20380         * gst/playback/gstplaybin.c: (gst_play_bin_set_property),
20381         (gen_video_element), (gen_audio_element), (setup_sinks):
20382         Don't assume the user provided sinks are named "sink"...
20383
20384 2004-10-08  Wim Taymans  <wim@fluendo.com>
20385
20386         * gst/playback/gstplaybasebin.c: (gen_preroll_element),
20387         (unknown_type), (setup_source), (gst_play_base_bin_remove_element),
20388         (gst_play_base_bin_link_stream):
20389         Do not try to autoplug sources that generate raw streams like
20390         cdparanoia.
20391         disconnect the preroll overrun signal when we don't need it anymore.
20392
20393 2004-10-08  Milosz Derezynski  <internalerror.rez@fhtw-berlin.de>
20394
20395         * ext/cdparanoia/gstcdparanoia.c: (_do_init),
20396         Added reworked patch from #154903 from milosz derezynski (deadchip).
20397
20398 2004-10-08  Wim Taymans  <wim@fluendo.com>
20399
20400         * ext/cdparanoia/gstcdparanoia.c: (_do_init),
20401         (cdparanoia_base_init), (cdparanoia_class_init), (cdparanoia_init),
20402         (cdparanoia_dispose), (cdparanoia_get), (cdparanoia_change_state),
20403         (cdparanoia_convert), (cdparanoia_uri_get_type),
20404         (cdparanoia_uri_get_protocols), (cdparanoia_uri_get_uri),
20405         (cdparanoia_uri_set_uri), (cdparanoia_uri_handler_init):
20406         * ext/cdparanoia/gstcdparanoia.h:
20407         This adds the cdda://<tracknum> uri.
20408
20409 2004-10-08  Wim Taymans  <wim@fluendo.com>
20410
20411         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
20412         (gst_decode_bin_init), (find_compatibles), (close_pad_link),
20413         (try_to_link_1), (no_more_pads), (close_link), (type_found):
20414         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
20415         (unknown_type), (gst_play_base_bin_remove_element),
20416         (gst_play_base_bin_link_stream):
20417         * gst/playback/gstplaybasebin.h:
20418         * gst/playback/gstplaybin.c: (gst_play_bin_init),
20419         (gst_play_bin_set_property), (gen_video_element),
20420         (gen_audio_element), (setup_sinks):
20421         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type),
20422         (gst_stream_info_get_type), (gst_stream_info_class_init),
20423         (gst_stream_info_init), (gst_stream_info_new),
20424         (gst_stream_info_dispose), (stream_info_mute_pad),
20425         (gst_stream_info_set_property), (gst_stream_info_get_property):
20426         * gst/playback/gststreaminfo.h:
20427         Reuse the audio and video bins.
20428         Some internal cleanups in the stream selection code.
20429
20430 2004-10-08  Julien MOUTTE  <julien@moutte.net>
20431
20432         * sys/ximage/ximagesink.c: (gst_ximagesink_sink_link),
20433         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_init):
20434         * sys/ximage/ximagesink.h:
20435         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sink_link),
20436         (gst_xvimagesink_set_xwindow_id), (gst_xvimagesink_init):
20437         * sys/xvimage/xvimagesink.h: Reverting Ronald's changes as the issue is
20438         not coming from those elements. Moreover these elements should not keep
20439         the xid they have been given when in NULL state.
20440
20441 2004-10-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20442
20443         * sys/ximage/ximagesink.c: (gst_ximagesink_sink_link),
20444         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_init):
20445         * sys/ximage/ximagesink.h:
20446         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sink_link),
20447         (gst_xvimagesink_set_xwindow_id), (gst_xvimagesink_init):
20448         * sys/xvimage/xvimagesink.h:
20449           Actually only create a new toplevel window if we're not gonna
20450           embed it right after.
20451
20452 2004-10-07  Wim Taymans  <wim@fluendo.com>
20453
20454         * gst/playback/gstplaybasebin.c: (play_base_bin_mute_pad),
20455         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream):
20456         * gst/playback/gstplaybin.c: (setup_sinks):
20457         Implement muting/unmuting of streams, mute streams that are not
20458         used.
20459
20460 2004-10-07  Wim Taymans  <wim@fluendo.com>
20461
20462         * gst/typefind/gsttypefindfunctions.c: (ac3_type_find),
20463         (plugin_init):
20464         Added lame audio/x-ac3 typefind function.
20465
20466 2004-10-06  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
20467
20468         * configure.ac:
20469           bump nano to cvs
20470
20471 === release 0.8.5 ===
20472
20473 2004-10-06  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
20474
20475         * NEWS:
20476         * RELEASE:
20477         * configure.ac:
20478           releasing 0.8.5, "Take You On"
20479
20480 2004-10-06  Wim Taymans  <wim@fluendo.com>
20481
20482         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
20483         (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
20484         (no_more_pads), (close_link), (type_found):
20485         * gst/playback/gstplaybasebin.c: (new_decoded_pad):
20486         * gst/playback/gstplaybin.c: (gen_video_element):
20487         Do not signal the no_more_pads after the first pad when
20488         we are plugging a non dynamic element with multiple
20489         output pads (like swfdec, dvdec, ...).
20490
20491 2004-10-06  Thomas Vander Stichele  <thomas at apestaart dot org>
20492
20493         * configure.ac:
20494           bump for prerelease
20495
20496 2004-10-06  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
20497
20498         * gst/wavparse/gstwavparse.c:
20499           add ATRAC3 to STATIC CAPS to fix a warning
20500
20501         * gst/matroska/ebml-read.c:
20502         * gst-libs/gst/riff/riff-read.c:
20503           fix typos
20504
20505 2004-10-06  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
20506
20507         * gst-libs/gst/riff/riff-media.c:
20508           generate caps for ATRAC3 audio streams
20509
20510         * gst/realmedia/rmdemux.c:
20511           generate caps for ATRAC3 audio streams
20512
20513 2004-10-06  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
20514
20515         * gst/wavparse/Makefile.am
20516         * gst/wavparse/riff.h
20517         * gst/wavparse/wavparse.vcproj
20518           riff.h removal (unused and duplication with riff-ids.h)
20519
20520 2004-10-06  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
20521
20522         * gst/wavparse/gstwavparse.h
20523           remove duplicated defines for audio codec codes
20524
20525         * gst-libs/gst/riff/riff-ids.h
20526         * gst/wavenc/riff.h:
20527           add "4CC" code for ATRAC3 audio streams
20528           add "4CC" code for ITU_G721_ADPCM (unused for now)
20529
20530 2004-10-06  Wim Taymans  <wim@fluendo.com>
20531
20532         * gst/flx/gstflxdec.c: (gst_flxdec_init), (gst_flxdec_loop):
20533         Actually _do_ negotiation. Pass gdouble as arg instead
20534         of guint64 for the framerate.
20535
20536 2004-10-06  Wim Taymans  <wim@fluendo.com>
20537
20538         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
20539         (find_compatibles), (close_pad_link), (try_to_link_1),
20540         (no_more_pads), (close_link), (type_found):
20541         * gst/playback/gstplaybasebin.c: (new_decoded_pad):
20542         * gst/playback/gstplaybin.c: (gen_video_element),
20543         (gen_audio_element):
20544         Set state on newly added element to READY so that negotiation
20545         can happen ASAP.
20546         Addes some more debug info.
20547         Do not try to plug pads with multiple caps structures or ANY
20548         because it is too dangerous since we do not do dynamic
20549         replugging.
20550
20551 2004-10-06  Thomas Vander Stichele  <thomas at apestaart dot org>
20552
20553         written by: Gora Mohanty <gora_mohanty@yahoo.co.in>
20554
20555         * po/LINGUAS:
20556         * po/or.po:
20557           add Oriya translation
20558
20559 2004-10-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20560
20561         * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
20562           Prevent overwrite of size member. Makes audio sound crappy.
20563
20564 2004-10-05  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
20565
20566         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
20567         Add rmvb to the list of known RealMedia extensions
20568
20569 2004-10-05  Wim Taymans  <wim@fluendo.com>
20570
20571         * ext/libmng/gstmngdec.c: (gst_mngdec_loop), (mngdec_error),
20572         (mngdec_openstream), (mngdec_closestream),
20573         (mngdec_handle_sink_event), (mngdec_readdata),
20574         (mngdec_gettickcount), (mngdec_settimer), (mngdec_processheader),
20575         (mngdec_getcanvasline), (mngdec_refresh),
20576         (gst_mngdec_change_state):
20577         Set the framerate correctly.
20578
20579 2004-10-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20580
20581         * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
20582           There was something wrong with the index massaging.
20583
20584 2004-10-04  Wim Taymans  <wim@fluendo.com>
20585
20586         * ext/jpeg/gstjpeg.c: (smoke_type_find), (plugin_init):
20587         * ext/jpeg/gstsmokedec.c: (gst_smokedec_init),
20588         (gst_smokedec_chain):
20589         * ext/jpeg/gstsmokedec.h:
20590         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_class_init),
20591         (gst_smokeenc_init), (gst_smokeenc_resync), (gst_smokeenc_chain):
20592         * ext/jpeg/gstsmokeenc.h:
20593         * ext/jpeg/smokecodec.c: (smokecodec_encode_new),
20594         (smokecodec_decode_new), (smokecodec_info_free),
20595         (smokecodec_set_quality), (smokecodec_get_quality),
20596         (smokecodec_set_threshold), (smokecodec_get_threshold),
20597         (smokecodec_set_bitrate), (smokecodec_get_bitrate),
20598         (find_best_size), (abs_diff), (put), (smokecodec_encode_id),
20599         (smokecodec_encode), (smokecodec_parse_id),
20600         (smokecodec_parse_header), (smokecodec_decode):
20601         * ext/jpeg/smokecodec.h:
20602         * ext/jpeg/smokeformat.h:
20603         Updated smoke, new bitstream, allows embedding in ogg.
20604
20605 2004-10-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20606
20607         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_event):
20608           Fix seeking in some files. All this code is no longer needed (and
20609           actually breaks stuff) because we now synchronize the full index
20610           right when reading the header.
20611
20612 2004-10-04  Wim Taymans  <wim@fluendo.com>
20613
20614         * configure.ac:
20615         configure update for libmng.
20616
20617 2004-10-04  Wim Taymans  <wim@fluendo.com>
20618
20619         * ext/libmng/Makefile.am:
20620         * ext/libmng/gstmng.c: (plugin_init):
20621         * ext/libmng/gstmng.h:
20622         * ext/libmng/gstmngdec.c: (gst_mngdec_get_type),
20623         (gst_mngdec_base_init), (gst_mngdec_class_init),
20624         (gst_mngdec_sinklink), (gst_mngdec_init), (gst_mngdec_src_getcaps),
20625         (gst_mngdec_loop), (gst_mngdec_get_property),
20626         (gst_mngdec_set_property), (mngdec_error), (mngdec_openstream),
20627         (mngdec_closestream), (mngdec_handle_sink_event),
20628         (mngdec_readdata), (mngdec_gettickcount), (mngdec_settimer),
20629         (mngdec_processheader), (mngdec_getcanvasline), (mngdec_refresh),
20630         (gst_mngdec_change_state):
20631         * ext/libmng/gstmngdec.h:
20632         * ext/libmng/gstmngenc.c: (gst_mngenc_get_type),
20633         (mng_caps_factory), (raw_caps_factory), (gst_mngenc_base_init),
20634         (gst_mngenc_class_init), (gst_mngenc_sinklink), (gst_mngenc_init),
20635         (gst_mngenc_chain), (gst_mngenc_get_property),
20636         (gst_mngenc_set_property):
20637         * ext/libmng/gstmngenc.h:
20638         Added basic MNG decoder. Needs more work. The encoder does
20639         not work yet.
20640
20641 2004-10-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20642
20643         * gst/realmedia/rmdemux.c: (gst_rmdemux_handle_sink_event),
20644         (gst_rmdemux_loop), (gst_rmdemux_add_stream),
20645         (gst_rmdemux_parse_mdpr), (gst_rmdemux_dump_mdpr):
20646           Don't hang on length=0 chunks. Some negotiation fixes. Signal
20647           no-more-pads.
20648
20649 2004-10-04  Thomas Vander Stichele  <thomas at apestaart dot org>
20650
20651         * configure.ac:
20652           you need at least 1.0.4 of speex
20653
20654 2004-10-04 Iain <iaingnome@gmail.com>
20655
20656         * ext/speex/gstspeexdec.h: Revert the includes changes.
20657
20658         * ext/speex/gstspeexenc.[ch]: Revert the includes changes.
20659
20660 2004-09-30 Iain <iaingnome@gmail.com>
20661
20662         * sys/sunaudio/gstsunaudio.c (gst_sunaudiosink_open): Use the device
20663         found during init or set as a property instead of hardcoding /dev/audio
20664
20665 2004-10-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20666
20667         * gst/realmedia/rmdemux.c: (gst_rmdemux_class_init),
20668         (gst_rmdemux_init), (gst_rmdemux_handle_sink_event),
20669         (gst_rmdemux_loop), (gst_rmdemux_add_stream), (re_hexdump_bytes),
20670         (re_dump_pascal_string), (gst_rmdemux_dump__rmf),
20671         (gst_rmdemux_dump_prop), (gst_rmdemux_parse_mdpr),
20672         (gst_rmdemux_dump_mdpr), (gst_rmdemux_dump_indx),
20673         (gst_rmdemux_dump_data):
20674           Use debug category, fix EOS handling. filesrc ! rmdemux now
20675           works.
20676
20677 2004-10-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20678
20679         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
20680         (gst_avi_demux_stream_scan), (sort), (gst_avi_demux_massage_index),
20681         (gst_avi_demux_stream_header), (gst_avi_demux_stream_data):
20682           Improve allocation, cutting and sorting of the index. How takes a
20683           few seconds instead of minutes.
20684
20685 2004-10-03  Christophe Fergeau  <teuf@gnome.org>
20686
20687         * gst/realmedia/rmdemux.c: (gst_rmdemux_parse_mdpr):
20688           fixed compilation
20689
20690 2004-10-02  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20691
20692         * gst-libs/gst/riff/riff-media.c:
20693         (gst_riff_create_video_caps_with_data),
20694         (gst_riff_create_video_template_caps):
20695           Add wing commander format mimetype/fourccs.
20696         * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
20697           Don't crash if some value is 0.
20698
20699 2004-10-02  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20700
20701         * gst-libs/gst/riff/riff-media.c:
20702         (gst_riff_create_video_caps_with_data),
20703         (gst_riff_create_video_template_caps):
20704           Add DIB fourcc (raw, palettized 8-bit RGB).
20705         * gst-libs/gst/riff/riff-read.c:
20706         (gst_riff_read_strf_vids_with_data):
20707           Oops, fix strf_data reading bug.
20708         * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream):
20709           Use a non-NULL tag.
20710         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):
20711           Time for hacks. Sorry Dave. At least one quicktime movie (a
20712           trailer) that I've encountered contains multiple video tracks.
20713           One of those is the actual video track, the other are one-frame
20714           tracks (images). Unfortunately, the number of frames according
20715           to the trak header is 1 for each, so that doesn't help. So
20716           instead, I look at the duration and discard tracks with a
20717           duration shorter than 20% of the length of the stream. Better
20718           than nothing.
20719
20720 2004-10-01  Christian Schaller <christian@fluendo.com>
20721
20722         * ext/ivorbis/vorbis.c:
20723           Patch from Phil Blundell (Bug 152341)
20724
20725 2004-10-01  Wim Taymans  <wim@fluendo.com>
20726
20727         * ext/speex/gstspeexdec.c: (gst_speex_dec_class_init),
20728         (speex_dec_get_formats), (speex_dec_convert),
20729         (speex_dec_src_query), (speex_dec_src_event), (speex_dec_event),
20730         (speex_dec_chain), (gst_speexdec_get_property),
20731         (gst_speexdec_set_property):
20732         Small cleanups.
20733
20734 2004-10-01  Wim Taymans  <wim@fluendo.com>
20735
20736         * gst/wavparse/gstwavparse.c: (gst_wavparse_class_init),
20737         (gst_wavparse_stream_init), (gst_wavparse_fmt),
20738         (gst_wavparse_other), (gst_wavparse_loop),
20739         (gst_wavparse_pad_convert), (gst_wavparse_pad_query),
20740         (gst_wavparse_srcpad_event):
20741         * gst/wavparse/gstwavparse.h:
20742         Added some more debugging info.
20743         Fix the case where the length of the file is 0.
20744         Make sure we seek to sample borders.
20745
20746 2004-10-01  Wim Taymans  <wim@fluendo.com>
20747
20748         * gst/playback/README:
20749         * gst/playback/gstdecodebin.c: (gst_decode_bin_factory_filter),
20750         (gst_decode_bin_init), (find_compatibles), (close_pad_link),
20751         (try_to_link_1), (no_more_pads), (close_link), (type_found):
20752         Add some debug info to decodebin, update README
20753
20754 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20755
20756         * ext/dvdnav/dvdnavsrc.c: (dvdnav_handle_navigation_event):
20757           Don't use g_print(); use GST_DEBUG().
20758
20759 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20760
20761         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
20762         (gst_ogg_mux_queue_pads):
20763           Handle EOS properly.
20764
20765 2004-10-01  Sebastien Cote  <sc5@hermes.usherb.ca>
20766
20767         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20768
20769         * ext/faad/gstfaad.c: (gst_faad_init), (gst_faad_sinkconnect),
20770         (gst_faad_chain), (gst_faad_change_state):
20771         * ext/faad/gstfaad.h:
20772           Allow playback of raw (unframed) MPEG AAC files (#148993).
20773
20774 2004-10-01  Sebastien Cote  <sc5@hermes.usherb.ca>
20775
20776         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20777
20778         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt):
20779           Throw error if we didn't recognize the stream. Fixes #152289.
20780
20781 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20782
20783         * gst/videoscale/gstvideoscale.c: (gst_videoscale_link):
20784           Fix negotiation.
20785
20786 2004-10-01  Francis Labonte  <francis_labonte@hotmail.com>
20787
20788         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20789
20790         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt):
20791           Fix memleak.
20792
20793 2004-10-01  Balamurali Viswanathan  <balamurali.viswanathan@wipro.com>
20794
20795         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20796
20797         * sys/sunaudio/gstsunaudio.c: (gst_sunaudiosink_setparams):
20798           Solve #152805.
20799         * sys/sunaudio/gstsunmixer.c: (gst_sunaudiomixer_set_mute):
20800           Solve 152806.
20801
20802 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20803
20804         * gst-libs/gst/riff/riff-media.c:
20805         (gst_riff_create_video_caps_with_data),
20806         (gst_riff_create_audio_caps_with_data):
20807           Add codec_data handling (like asfdemux used to do).
20808         * gst/asfdemux/gstasf.c: (plugin_init):
20809         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_base_init),
20810         (gst_asf_demux_add_audio_stream), (gst_asf_demux_add_video_stream):
20811           Use riff-media for caps creation instead of our own (mostly
20812           broken) copy of its functions.
20813
20814 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20815
20816         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_try_capture):
20817           Don't actually error out if we get another return value than
20818           -EINVAL. Opposite to what I first thought, drivers have random
20819           return values for this, although -EINVAL is the expected return
20820           value. Since this is not fatal, we shouldn't use
20821           GST_ELEMENT_ERROR() but just GST_ERROR_OBJECT().
20822
20823 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20824
20825         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_class_init),
20826         (dvdreadsrc_init), (dvdreadsrc_dispose), (dvdreadsrc_set_property),
20827         (dvdreadsrc_get_property), (_open), (_seek), (_read),
20828         (dvdreadsrc_get), (dvdreadsrc_open_file),
20829         (dvdreadsrc_change_state):
20830           Fix. Don't do one big huge loop around the whole DVD, that will
20831           cache all data and thus eat sizeof(dvd) (several GB) before we
20832           see something.
20833         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_seek):
20834           Actually NULL'ify event after using it.
20835         * gst/matroska/ebml-read.c: (gst_ebml_read_use_event),
20836         (gst_ebml_read_handle_event), (gst_ebml_read_element_id),
20837         (gst_ebml_read_element_length), (gst_ebml_read_element_data),
20838         (gst_ebml_read_seek), (gst_ebml_read_skip):
20839           Handle events.
20840         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_base_init),
20841         (gst_dvd_demux_init), (gst_dvd_demux_get_audio_stream),
20842         (gst_dvd_demux_get_subpicture_stream), (gst_dvd_demux_plugin_init):
20843           Fix timing (this will probably break if I seek using menus, but
20844           I didn't get there yet). VOBs and normal DVDs should now work.
20845           Add a mpeg2-only pad with high rank so this get autoplugged for
20846           MPEG-2 movies.
20847         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_base_init),
20848         (gst_mpeg_demux_class_init), (gst_mpeg_demux_init),
20849         (gst_mpeg_demux_new_output_pad), (gst_mpeg_demux_get_video_stream),
20850         (gst_mpeg_demux_get_audio_stream),
20851         (gst_mpeg_demux_get_private_stream), (gst_mpeg_demux_parse_packet),
20852         (gst_mpeg_demux_parse_pes), (gst_mpeg_demux_plugin_init):
20853           Use this as second rank for MPEG-1 and MPEG-2. Still use this for
20854           MPEG-1 but use dvddemux for MPEG-2.
20855         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_class_init),
20856         (gst_mpeg_parse_init), (gst_mpeg_parse_new_pad),
20857         (gst_mpeg_parse_parse_packhead):
20858           Timing. Only add pad template if it exists. Add sink template from
20859           class and not from ourselves. This means we will always use the
20860           correct sink template even if it is not the one defined in this
20861           file.
20862
20863 2004-09-29  Wim Taymans  <wim@fluendo.com>
20864
20865         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_packet),
20866         (gst_mpeg_demux_parse_pes):
20867         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_parse_packhead):
20868         Fix playback of mpeg again, timestamps where screwed up by
20869         patch 1.61.
20870
20871 2004-09-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20872
20873         * ext/flac/gstflacdec.c: (gst_flacdec_src_query):
20874           Only return true if we actually filled something in. Prevents
20875           player applications from showing a random length for flac files.
20876         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_class_init),
20877         (gst_riff_read_use_event), (gst_riff_read_handle_event),
20878         (gst_riff_read_seek), (gst_riff_read_skip), (gst_riff_read_strh),
20879         (gst_riff_read_strf_vids_with_data),
20880         (gst_riff_read_strf_auds_with_data), (gst_riff_read_strf_iavs):
20881           OK, ok, so I implemented event handling. Apparently it's normal
20882           that we receive random events at random points without asking
20883           for it.
20884         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
20885         (gst_avi_demux_src_convert), (gst_avi_demux_handle_src_query),
20886         (gst_avi_demux_handle_src_event), (gst_avi_demux_stream_index),
20887         (gst_avi_demux_sync), (gst_avi_demux_stream_scan),
20888         (gst_avi_demux_massage_index), (gst_avi_demux_stream_header),
20889         (gst_avi_demux_handle_seek), (gst_avi_demux_process_next_entry),
20890         (gst_avi_demux_stream_data), (gst_avi_demux_loop):
20891         * gst/avi/gstavidemux.h:
20892           Implement non-lineair chunk handling and subchunk processing.
20893           The first solves playback of AVI files where the audio and video
20894           data of individual buffers that we read are not synchronized.
20895           This should not happen according to the wonderful AVI specs, but
20896           of course it does happen in reality. It is also a prerequisite for
20897           the second. Subchunk processing allows us to cut chunks in small
20898           pieces and process each of these pieces separately. This is
20899           required because I've seen several AVI files with incredibly large
20900           audio chunks, even some files with only one audio chunk for the
20901           whole file. This allows for proper playback including seeking.
20902           This patch is supposed to fix all AVI A/V sync issues.
20903         * gst/flx/gstflxdec.c: (gst_flxdec_class_init),
20904         (flx_decode_chunks), (flx_decode_color), (gst_flxdec_loop):
20905           Work.
20906         * gst/modplug/gstmodplug.cc:
20907           Proper return value setting for the query() function.
20908         * gst/playback/gstplaybasebin.c: (setup_source):
20909           Being in non-playing state (after, e.g., EOS) is not necessarily
20910           a bad thing. Allow for that. This fixes playback of short files.
20911           They don't actually playback fully now, because the clock already
20912           runs. This means that small files (<500kB) with a small length
20913           (<2sec) will still not or barely play. Other files, such as mod
20914           or flx, will work correctly, however.
20915
20916 2004-09-28  Wim Taymans  <wim@fluendo.com>
20917
20918         * ext/speex/gstspeex.c: (plugin_init):
20919         * ext/speex/gstspeexdec.c: (gst_speex_dec_base_init),
20920         (gst_speex_dec_class_init), (speex_dec_get_formats),
20921         (speex_get_event_masks), (speex_get_query_types),
20922         (gst_speex_dec_init), (speex_dec_convert), (speex_dec_src_query),
20923         (speex_dec_src_event), (speex_dec_event), (speex_dec_chain),
20924         (gst_speexdec_get_property), (gst_speexdec_set_property),
20925         (speex_dec_change_state):
20926         * ext/speex/gstspeexdec.h:
20927         * ext/speex/gstspeexenc.c: (gst_speexenc_get_formats),
20928         (gst_speexenc_get_type), (speex_caps_factory), (raw_caps_factory),
20929         (gst_speexenc_base_init), (gst_speexenc_class_init),
20930         (gst_speexenc_sinkconnect), (gst_speexenc_convert_src),
20931         (gst_speexenc_convert_sink), (gst_speexenc_get_query_types),
20932         (gst_speexenc_src_query), (gst_speexenc_init),
20933         (gst_speexenc_get_tag_value), (comment_init), (comment_add),
20934         (gst_speexenc_metadata_set1), (gst_speexenc_set_metadata),
20935         (gst_speexenc_setup), (gst_speexenc_buffer_from_data),
20936         (gst_speexenc_push_buffer), (gst_speexenc_set_header_on_caps),
20937         (gst_speexenc_chain), (gst_speexenc_get_property),
20938         (gst_speexenc_set_property), (gst_speexenc_change_state):
20939         * ext/speex/gstspeexenc.h:
20940         Rewrote speex encoder, make sure it can be embedded in ogg.
20941         Implemented speex decoder.
20942
20943 2004-09-28  Christian Schaller <christian@fluendo.com>
20944
20945         * configure.ac:
20946         Remove kioslave plugin. Markey is brewing a new working one
20947         * ext/Makefile.am: Remove kioslave plugin
20948         * ext/kio: remove
20949         * gst-plugins.spec.in: remove kio plugin from spec
20950
20951 2004-09-27  Wim Taymans  <wim@fluendo.com>
20952
20953         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
20954         (gst_multifdsink_remove), (gst_multifdsink_remove_client_link),
20955         (is_sync_frame), (gst_multifdsink_client_queue_buffer),
20956         (gst_multifdsink_new_client),
20957         (gst_multifdsink_handle_client_write),
20958         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
20959         (gst_multifdsink_handle_clients):
20960         * gst/tcp/gstmultifdsink.h:
20961         Make syncing to keyframes actually work for new clients and lagging
20962         clients.
20963
20964 2004-09-26  Benjamin Otte  <in7y118@public.uni-hamburg.de>
20965
20966         * gst/debug/gstnavigationtest.c: (gst_navigationtest_class_init),
20967         (gst_navigationtest_handle_src_event), (draw_box_planar411),
20968         (gst_navigationtest_planar411), (gst_navigationtest_change_state):
20969         * gst/debug/gstnavigationtest.h:
20970           make navigationtest display button-press and button-release events
20971
20972 2004-09-26 Iain <iaingnome@gmail.com>
20973
20974         * gst/interleave/interleave.c (all_channels_new_media): Checks if all
20975         the channels have received a new media event.
20976         (interleave_buffered_loop): Compresses a new media event on all
20977         channels into one.
20978
20979 2004-09-26 Iain <iaingnome@gmail.com>
20980
20981         * gst/wavenc/gstwavenc.c (gst_wavenc_chain): Company says we need to
20982         call the sinkpad's default event handler and not the srcpads. He also
20983         says this is confusing :)
20984         (gst_wavenc_stop_file): Company says that seek events only go upstream
20985         we should send a discontinuous downstream instead.
20986
20987 2004-09-25  Christian Schaller <christian@fluendo.com>
20988
20989         * Update SPEC file to be usable in conjunction with Fedora Core,
20990           Fedora.us and freshrpms packages
20991         * Fix typo in multifilesrc test Makefile
20992
20993 2004-09-24  Wim Taymans  <wim@fluendo.com>
20994
20995         * gst/playback/gstplaybasebin.c: (new_decoded_pad):
20996         Only signal the no_more_pads signal when we have
20997         added the stream to our list.
20998
20999 2004-09-24  Wim Taymans  <wim@fluendo.com>
21000
21001         * gst/playback/gstplaybasebin.c: (remove_prerolls),
21002         (new_decoded_pad):
21003         * gst/playback/gstplaybasebin.h:
21004         * gst/playback/gstplaybin.c: (setup_sinks):
21005         Don't try to preroll or decode more than one audio/video
21006         track.
21007
21008 2004-09-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21009
21010         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
21011           Throw error if we failed to find a suitable output. This should
21012           throw an error if we successfully set up a pipeline (e.g. because
21013           we recognized a media file) but found no decodable streams in it
21014           (e.g. because it contains only media stream types for which we
21015           have no decoders, or because it's not a media type).
21016
21017 2004-09-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21018
21019         * ext/dirac/Makefile.am:
21020         * ext/dirac/gstdirac.cc:
21021         * ext/dirac/gstdiracdec.cc:
21022         * ext/dirac/gstdiracdec.h:
21023           Do something. Don't actually know if this works because I don't
21024           have a demuxer yet.
21025         * ext/gsm/gstgsmdec.c: (gst_gsmdec_getcaps):
21026           Add channels=1 to caps returned from _getcaps().
21027         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_get_type),
21028         (gst_ogm_video_parse_get_type), (gst_ogm_audio_parse_base_init),
21029         (gst_ogm_video_parse_base_init), (gst_ogm_parse_init),
21030         (gst_ogm_audio_parse_init), (gst_ogm_video_parse_init),
21031         (gst_ogm_parse_sink_convert), (gst_ogm_parse_chain),
21032         (gst_ogm_parse_change_state):
21033           Separate between audio/video so ogmaudioparse actually uses the
21034           audio pad templates. Both audio and video work now, including
21035           autoplugging. Also use sometimes-srcpad hack.
21036         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_seek):
21037           Handle events better. Don't hang on infinite loops.
21038         * gst/avi/gstavidemux.c: (gst_avi_demux_class_init),
21039         (gst_avi_demux_init), (gst_avi_demux_reset),
21040         (gst_avi_demux_src_convert), (gst_avi_demux_handle_src_query),
21041         (gst_avi_demux_stream_header), (gst_avi_demux_stream_data),
21042         (gst_avi_demux_change_state):
21043         * gst/avi/gstavidemux.h:
21044           Improve A/V sync. Still not perfect.
21045         * gst/matroska/ebml-read.c: (gst_ebml_read_seek),
21046         (gst_ebml_read_skip):
21047           Handle events better.
21048         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event),
21049         (gst_qtdemux_loop_header), (qtdemux_parse_trak),
21050         (qtdemux_audio_caps):
21051           Add IMA4. Improve event handling. Save offset after a seek when
21052           the headers are at the end of the file so that we don't end up in
21053           an infinite loop.
21054         * gst/typefind/gsttypefindfunctions.c: (qt_type_find):
21055           Add low-priority typefind support for files with no length.
21056
21057 2004-09-23  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
21058
21059         * testsuite/multifilesink/Makefile.am:
21060         fix typo
21061
21062 2004-09-22  Julien MOUTTE  <julien@moutte.net>
21063
21064         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_destroy):
21065         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls): Fix
21066         mistakes from thaytan's patches.
21067
21068 2004-09-23  Jan Schmidt  <thaytan@mad.scientist.com>
21069
21070         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_destroy):
21071           For completeness, XSync in the destroy function as xvimage does.
21072
21073 2004-09-23  Jan Schmidt  <thaytan@mad.scientist.com>
21074
21075         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_getcaps):
21076            Correct caps negotiation
21077         * gst/volume/gstvolume.c: (volume_chain_float),
21078         (volume_chain_int16):
21079            Modify debug output to be little more informative
21080         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls):
21081         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
21082         (gst_xvimagesink_xvimage_destroy):
21083           Add XSync calls after detaching from the shared memory segment to
21084           avoid a crash.
21085
21086 2004-09-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
21087
21088         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
21089         (gst_ogg_mux_next_buffer), (gst_ogg_mux_loop):
21090         * ext/vorbis/vorbis.c: (plugin_init):
21091         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
21092         (gst_vorbisenc_chain):
21093         * ext/vorbis/vorbisenc.h:
21094         remove explicit newmedia support from oggmux and vorbisenc
21095         add debug category to vorbisenc
21096         * gst/multifilesink/gstmultifilesink.c:
21097         (gst_multifilesink_class_init), (gst_multifilesink_init),
21098         (gst_multifilesink_dispose), (gst_multifilesink_set_location),
21099         (gst_multifilesink_set_property), (gst_multifilesink_next_file),
21100         (gst_multifilesink_handle_event), (gst_multifilesink_chain),
21101         (plugin_init):
21102         * gst/multifilesink/gstmultifilesink.h:
21103         add support for streamheader in multifilesink
21104
21105 2004-09-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21106
21107         * gst/asfdemux/gstasfdemux.c: (_read_var_length), (_read_guid),
21108         (gst_asf_demux_process_segment), (gst_asf_demux_handle_data),
21109         (gst_asf_demux_process_chunk), (gst_asf_demux_handle_sink_event):
21110           Prevent infinite loops. More correct error reporting.
21111         * gst/auparse/gstauparse.c: (gst_auparse_chain):
21112           Error out if negotiation fails.
21113         * gst/playback/gstplaybasebin.c: (setup_source),
21114         (gst_play_base_bin_change_state), (gst_play_base_bin_error),
21115         (gst_play_base_bin_found_tag):
21116           Error/tag forwarding. Pre-roll fixes for source errors on state
21117           changes (e.g. "file does not exist") to prevent hangs.
21118
21119 2004-09-21  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
21120
21121         * testsuite/multifilesink/Makefile.am:
21122         * testsuite/multifilesink/lame_test.c: (gst_newmedia_base_init),
21123         (gst_newmedia_class_init), (gst_newmedia_init),
21124         (gst_newmedia_chain), (gst_newmedia_trigger), (test_format),
21125         (newfile_signal), (test_signal), (main):
21126         * testsuite/multifilesink/multifilesrc_test.c: (main):
21127         * testsuite/multifilesink/oggtheora_test.c:
21128         (gst_newmedia_base_init), (gst_newmedia_class_init),
21129         (gst_newmedia_init), (gst_newmedia_chain), (gst_newmedia_trigger),
21130         (test_format), (newfile_signal), (test_signal), (main):
21131         * testsuite/multifilesink/oggvorbis_test.c:
21132         (gst_newmedia_base_init), (gst_newmedia_class_init),
21133         (gst_newmedia_init), (gst_newmedia_chain), (gst_newmedia_trigger),
21134         (test_format), (newfile_signal), (test_signal), (main):
21135         * testsuite/multifilesink/wavenc_test.c: (gst_newmedia_base_init),
21136         (gst_newmedia_class_init), (gst_newmedia_init),
21137         (gst_newmedia_chain), (gst_newmedia_trigger), (test_format),
21138         (newfile_signal), (test_signal), (main):
21139         New media tests
21140
21141 2004-09-20  Christian Schaller <christian@fluendo.com>
21142
21143         * Fix mikmod license to LGPL as they have relicensed
21144         * Move Dirac and Effectv into LGPL section of README_license
21145
21146 2004-09-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21147
21148         * ext/mad/gstmad.c: (gst_mad_check_caps_reset),
21149         (gst_mad_change_state):
21150           Allow for mp3 rate/channels changes. However, only very
21151           conservatively. Reason that we *have* to enable this is smiply
21152           because the mad find_sync() function is not good enough, it will
21153           regularly sync on random data as valid frames and therefore make
21154           us provide random caps as *final* caps of the stream. The best fix
21155           I could think of is to simply require several of the same stream
21156           changes in a row before we change caps.
21157           The actual testcase that works now is #
21158         * ext/ogg/Makefile.am:
21159         * ext/ogg/gstogg.c: (plugin_init):
21160         * ext/ogg/gstogmparse.c:
21161           OGM support (video only for now; I need an audio sample file).
21162         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_base_init),
21163         (gst_asf_demux_process_stream), (gst_asf_demux_video_caps),
21164         (gst_asf_demux_add_video_stream):
21165           WMV extradata.
21166         * gst/playback/gstplaybasebin.c: (unknown_type):
21167           Don't error out on single unknown-types after all. It's wrong.
21168           If we found type of video and audio but not of a subtitle stream,
21169           it will still error out (which is unwanted). Will find a better fix
21170           later on.
21171         * gst/typefind/gsttypefindfunctions.c: (ogmvideo_type_find),
21172         (ogmaudio_type_find), (plugin_init):
21173           OGM support.
21174
21175 2004-09-20  Johan Dahlin  <johan@gnome.org>
21176
21177         * ext/jpeg/gstjpegdec.c (gst_jpegdec_chain): Allocate the buffer
21178         after setting caps.
21179
21180 2004-09-19  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
21181
21182         * gst/wavenc/gstwavenc.c: (gst_wavenc_init), (gst_wavenc_chain):
21183         * gst/wavenc/gstwavenc.h:
21184         Added newmedia support to wavenc
21185
21186 2004-09-17  Wim Taymans  <wim@fluendo.com>
21187
21188         * gst/tcp/gstfdset.c: (gst_fdset_fd_has_closed),
21189         (gst_fdset_fd_has_error), (gst_fdset_fd_can_read),
21190         (gst_fdset_fd_can_write), (gst_fdset_wait):
21191         * gst/tcp/gstmultifdsink.c: (gst_client_status_get_type),
21192         (gst_multifdsink_init), (gst_multifdsink_add),
21193         (gst_multifdsink_remove), (gst_multifdsink_get_stats),
21194         (gst_multifdsink_remove_client_link),
21195         (gst_multifdsink_client_queue_buffer),
21196         (gst_multifdsink_handle_client_write),
21197         (gst_multifdsink_recover_client), (gst_multifdsink_handle_clients),
21198         (gst_multifdsink_close), (gst_multifdsink_change_state):
21199         * gst/tcp/gstmultifdsink.h:
21200         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
21201         (gst_tcpserversink_removed):
21202         Small cleanups in fdset.c
21203         Use a hastable to map fd to the client structure for faster
21204         lookup in _remove and get_stats.
21205         Added virtual function to close the fds.
21206         Handle clients even when the select/poll call was unblocked because
21207         of a command.
21208         Implement syncing to keyframe in the recovery procedure.
21209
21210 2004-09-16 Iain <iaingnome@gmail.com>
21211
21212         * gst/audioconvert/gstaudioconvert.c (_fixate_caps_to_int): Free the
21213         try caps.
21214
21215 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21216
21217         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_get_audio_stream):
21218           Caps are only set if the type of the stream is unknown, but this
21219           is initialized in ->init_stream(), so set to UNKNOWN after calling
21220           ->init_stream() so that capsnego starts.
21221
21222 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21223
21224         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
21225         (gst_avi_demux_stream_data):
21226           Just hardcode for raw audio then. AVI audio sucks.
21227
21228 2004-09-15  Arwed v. Merkatz  <v.merkatz@gmx.net>
21229
21230         * gst/matroska/matroska-demux.c: (gst_matroska_demux_audio_caps):
21231         * gst/matroska/matroska-mux.c: (audiosink_templ),
21232         (gst_matroska_mux_audio_pad_link):
21233         * gst/typefind/gsttypefindfunctions.c: (tta_caps), (plugin_init):
21234         Use audio/x-ttafile for tta files and audio/x-tta for raw tta frames.
21235
21236 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21237
21238         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
21239         (gst_avi_demux_stream_data):
21240           Try to fix a/v sync issues.
21241
21242 2004-09-15  David Schleef  <ds@schleef.org>
21243
21244         * configure.ac: remove NASM check, since we don't use it.  Update
21245         dirac check to 0.4
21246         * ext/dirac/gstdiracdec.cc: update to current 0.4 API
21247         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
21248         Initialized variables.
21249         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
21250         (gst_qtdemux_loop_header), (qtdemux_parse), (qtdemux_parse_trak),
21251         (gst_qtdemux_handle_esds), (qtdemux_audio_caps): Fix seeking, add
21252         SVQ3 format
21253
21254 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21255
21256         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
21257         (gst_avi_demux_add_stream), (gst_avi_demux_stream_data):
21258         * gst/avi/gstavidemux.h:
21259           Fix for compressed audio (mp3) timestamp generation. How did this
21260           ever work?
21261
21262 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21263
21264         * gst/playback/gstplaybin.c: (gst_play_bin_get_property):
21265           Volume is a double not a float.
21266
21267 2004-09-15  Wim Taymans  <wim@fluendo.com>
21268
21269         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_remove_client_link),
21270         (gst_multifdsink_handle_clients), (gst_multifdsink_change_state):
21271         Don't close the fd in multifdsink as we didn't open it in the
21272         first place. Some cleanups.
21273
21274 2004-09-15  Wim Taymans  <wim@fluendo.com>
21275
21276         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
21277         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
21278         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop):
21279         Fix the case where the muxer would mark pages as delta
21280         frames when they are not (vorbis only ogg).
21281
21282 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21283
21284         * gst/playback/gstplaybasebin.c: (state_change), (setup_source),
21285         (gst_play_base_bin_change_state):
21286           Handle the case where we failed to setup a clear pipeline. This
21287           will throw an error (or EOS, another nice case) and if you don't
21288           catch that, the app will wait for the signal forever (and thus
21289           hang).
21290
21291 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21292
21293         * ext/gnomevfs/gstgnomevfssink.c:
21294         (gst_gnomevfssink_uri_get_protocols):
21295         * ext/gnomevfs/gstgnomevfssrc.c:
21296         (gst_gnomevfssrc_uri_get_protocols):
21297         * ext/gnomevfs/gstgnomevfsuri.c: (gst_gnomevfs_get_supported_uris):
21298         * ext/gnomevfs/gstgnomevfsuri.h:
21299           Use _uri_new() instead of _open(), so it doesn't take as long and
21300           Christophe's computer won't hang.
21301         * gst/playback/gstplaybasebin.c: (unknown_type):
21302           Throw error on unknown media type, so apps actually display it.
21303
21304 2004-09-14  Brian Cameron  <brian.cameron@sun.com
21305
21306         * tools/gst-launch-ext-m.m:  Changed ~ to $ENV{HOME} to allow
21307           this script to work on Solaris since bash shell handles echo
21308           differenly than bash.
21309
21310 2004-09-17  Wim Taymans  <wim@fluendo.com>
21311
21312         * gst/playback/gstplaybasebin.c: (queue_overrun), (no_more_pads),
21313         (setup_source), (gst_play_base_bin_set_property),
21314         (gst_play_base_bin_add_element):
21315         * gst/playback/gstplaybin.c: (gst_play_bin_send_event):
21316         Some more work on making sure seeking pauses the pipeline and
21317         that changing the uri actually does something.
21318
21319 2004-09-17  Wim Taymans  <wim@fluendo.com>
21320
21321         * gst/tcp/gstfdset.c: (gst_fdset_wait):
21322         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_close):
21323         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_init_send),
21324         (gst_tcpserversink_close):
21325         Be a bit more paranoid when freeing memory.
21326
21327 2004-09-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21328
21329         * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream),
21330         (qtdemux_parse_trak):
21331           Don't crash by dividing by zero (see sample movie in #126922).
21332
21333 2004-09-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21334
21335         * gst/qtdemux/qtdemux.c: (qtdemux_audio_caps):
21336           Don't touch non-existing data (fixes crash on file in #140147).
21337
21338 2004-09-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21339
21340         * gst/playback/gstplaybasebin.c:
21341         (gst_play_base_bin_dispose), (gst_play_base_bin_set_property):
21342           Handle double disposals, and proper change of URIs.
21343
21344 2004-09-13  Martin Eikermann <meiker@upb.de>
21345
21346         * gst/mpegstream/gstmpegparse.c:
21347           fix synchronistation for streams recorded from digital PCR
21348           fixes bug #119376
21349
21350 2004-09-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21351
21352         * ext/gnomevfs/Makefile.am:
21353         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
21354         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_get_type),
21355         (gst_gnomevfssink_dispose), (gst_gnomevfssink_init),
21356         (gst_gnomevfssink_uri_get_type),
21357         (gst_gnomevfssink_uri_get_protocols),
21358         (gst_gnomevfssink_uri_get_uri), (gst_gnomevfssink_uri_set_uri),
21359         (gst_gnomevfssink_uri_handler_init),
21360         (gst_gnomevfssink_set_property), (gst_gnomevfssink_get_property),
21361         (gst_gnomevfssink_open_file), (gst_gnomevfssink_close_file):
21362         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get_type),
21363         (gst_gnomevfssrc_init), (gst_gnomevfssrc_dispose),
21364         (gst_gnomevfssrc_uri_get_type),
21365         (gst_gnomevfssrc_uri_get_protocols), (gst_gnomevfssrc_uri_get_uri),
21366         (gst_gnomevfssrc_uri_set_uri), (gst_gnomevfssrc_uri_handler_init),
21367         (gst_gnomevfssrc_set_property), (gst_gnomevfssrc_get_property),
21368         (gst_gnomevfssrc_open_file), (gst_gnomevfssrc_close_file):
21369         * ext/gnomevfs/gstgnomevfsuri.c: (gst_gnomevfs_get_supported_uris):
21370         * ext/gnomevfs/gstgnomevfsuri.h:
21371           Add URI support to Gnome-VFS plugins. Tries to load a fixed list
21372           of fake URIs to see which this version of Gnome-VFS likes, and
21373           uses that for the Gst-URI interface. Makes playbin support http://
21374           streams. Also fix up some stupid behaviour in gnomevfssrc.
21375
21376 2004-09-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21377
21378         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_update),
21379         (gst_alsa_mixer_get_volume), (gst_alsa_mixer_set_volume),
21380         (gst_alsa_mixer_set_mute), (gst_alsa_mixer_set_record),
21381         (gst_alsa_mixer_set_option), (gst_alsa_mixer_get_option):
21382           Update mixer (to sync with other sessions) if we try to obtain
21383           a new value. This makes alsamixer work accross applications.
21384         * ext/alsa/gstalsasink.c: (gst_alsa_sink_get_time):
21385           Only call sync functions if we're running, else alsalib asserts.
21386         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query):
21387           Sometimes fails to compile. Possibly a gcc bug.
21388         * gst/playback/gstplaybin.c: (gen_video_element),
21389         (gen_audio_element):
21390           Add a reference to an application-provided object, because we lose
21391           this same reference if we add it to the bin. If we don't do this,
21392           we can only use this object once and thus crash if we go from
21393           ready to playing, back to ready and back to playing again.
21394           Also add an audioscale element because several cheap soundcards -
21395           like mine - don't support all samplerates.
21396         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
21397         (gst_ximagesink_xcontext_clear), (gst_ximagesink_change_state):
21398           Fix wrong order or PAR calls. Makes automatically obtained PAR
21399           from the X server atually being used.
21400
21401 2004-09-12  David Schleef  <ds@schleef.org>
21402
21403         Fixes: #151879, #151881, #151882, #151883, #151884, #151886,
21404         #151887, #152102, #152247.
21405         * examples/indexing/indexmpeg.c: 64-bit warning fixes.
21406         * examples/seeking/cdparanoia.c: same
21407         * examples/seeking/cdplayer.c: same
21408         * examples/seeking/seek.c: same
21409         * examples/seeking/spider_seek.c: same
21410         * examples/seeking/vorbisfile.c: same
21411         * examples/stats/mp2ogg.c: same
21412         * ext/esd/esdsink.c: (gst_esdsink_class_init),
21413         (gst_esdsink_dispose): Dispose of element properly.
21414         * ext/ivorbis/vorbisfile.c: (gst_ivorbisfile_seek): 64-bit warning
21415         fixes.
21416         * ext/nas/nassink.c: (gst_nassink_class_init),
21417         (gst_nassink_dispose): Dispose of element correctly.
21418         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain): Fix leak.
21419         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
21420         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy):
21421         Fix 64-bit warning.
21422         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
21423         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy):
21424         Fix 64-bit warning.
21425
21426 2004-09-12  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
21427
21428         * configure.ac : change speex detection as 1.1.6 now uses
21429           .pc/pkg-config and they changed their headers location.
21430
21431 2004-09-09  Arwed v. Merkatz  <v.merkatz@gmx.net>
21432
21433         * gst/matroska/matroska-mux.h:
21434         * gst/matroska/matroska-mux.c: (gst_matroska_mux_reset),
21435         (gst_matroska_mux_start), (gst_matroska_mux_finish),
21436         (gst_matroska_mux_write_data):
21437           Write multiple blocks/frames per cluster.
21438                 Write meta-seek information (seek heads).
21439
21440 2004-09-09  Scott Wheeler <wheeler@kde.org>
21441
21442         * gst/gstplaybin.c: (gst_play_bin_class_init), (gst_play_bin_init),
21443         (gst_play_bin_set_property), (gst_play_bin_get_property),
21444         (gen_audio_element), (gen_audio_element):
21445           Add a volume element / property to the pipeline.
21446
21447 2004-09-07  Wim Taymans  <wim@fluendo.com>
21448
21449         * gst/videomixer/videomixer.c: (gst_videomixer_blend_buffers):
21450         Copy timestamps from the master pad to the output buffers.
21451
21452 2004-09-03  Thomas Vander Stichele  <thomas at apestaart dot org>
21453
21454         * ext/raw1394/gstdv1394src.c:
21455           throw errors when applicable
21456
21457 2004-09-01  Arwed v. Merkatz  <v.merkatz@gmx.net>
21458
21459         * gst/matroska/ebml-ids.h:
21460         * gst/matroska/ebml-read.c: (gst_ebml_read_date):
21461         * gst/matroska/ebml-write.c: (gst_ebml_write_date):
21462         * gst/matroska/matroska-mux.c: (gst_matroska_mux_finish):
21463           automatically convert unix time <-> ebml time when reading/writing
21464           a date, use gst_ebml_write_uint to write CUETIME,
21465           not gst_ebml_write_date.
21466         * gst/matroska/matroska-ids.h:
21467         * gst/matroska/matroska-mux.c: (gst_matroska_mux_create_uid),
21468         (gst_matroska_mux_reset), (gst_matroska_mux_audio_pad_link),
21469         (gst_matroska_mux_track_header), (gst_matroska_mux_start),
21470         (gst_matroska_mux_write_data):
21471           Write track and segment UIDs, write muxing date, write
21472           TRACKDEFAULTDURATION for TTA audio, write BLOCKDURATION if known.
21473           Create cues for audio only files.
21474
21475 2004-08-31  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21476
21477         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
21478         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
21479           Re-commit ALSA switches.
21480         * gst/adder/gstadder.c: (gst_adder_loop):
21481           64-bit fix (#151416).
21482         * gst/debug/progressreport.c: (gst_progressreport_report):
21483           64-bit fix (#151419).
21484         * gst/matroska/matroska-demux.c:
21485         (gst_matroska_demux_parse_contents):
21486           64-bit fix (#151420).
21487         * gst/playback/test3.c: (update_scale):
21488           64-bit fix (#151421).
21489
21490 2004-08-31  Thomas Vander Stichele  <thomas at apestaart dot org>
21491
21492         * configure.ac:
21493           bump nano to cvs
21494
21495 === release 0.8.4 ===
21496
21497 2004-08-02  Thomas Vander Stichele  <thomas at apestaart dot org>
21498
21499         * configure.ac: releasing 0.8.4, "Alias"
21500
21501 2004-08-31  Thomas Vander Stichele  <thomas at apestaart dot org>
21502
21503         * ext/theora/Makefile.am:
21504           fix makefile.  Fixes #151462.
21505
21506 2004-08-30  Wim Taymans  <wim@fluendo.com>
21507
21508         * gst/tcp/gstfdset.c: (gst_fdset_free), (gst_fdset_wait):
21509         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
21510         (gst_multifdsink_remove_client_link),
21511         (gst_multifdsink_client_queue_buffer),
21512         (gst_multifdsink_handle_client_write):
21513         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_init_send):
21514         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init_receive):
21515         Fix some memory leaks.
21516
21517 2004-08-30  Thomas Vander Stichele  <thomas at apestaart dot org>
21518
21519         Patch by: David Schleef
21520
21521         * configure.ac:
21522         * sys/Makefile.am:
21523           rename our detection macro for V4L2.  Fixes #151236.
21524
21525 2004-08-30  Thomas Vander Stichele  <thomas at apestaart dot org>
21526
21527         Patch by: David Schleef
21528
21529         * configure.ac:
21530           check to define LAMEPRESET.  Fixes #151232.
21531
21532 2004-08-27  David Schleef  <ds@schleef.org>
21533
21534         * sys/glsink/glimagesink.c: (gst_glimagesink_ximage_put),
21535         (gst_glimagesink_xwindow_new), (gst_glimagesink_xcontext_get),
21536         (gst_glimagesink_fixate):  Move local variable declarations to
21537         make gcc-2.95 happy.
21538
21539 2004-08-27  Thomas Vander Stichele  <thomas at apestaart dot org>
21540
21541         * configure.ac:
21542           bump nano for prerelease
21543
21544 2004-08-27  David Schleef  <ds@schleef.org>
21545
21546         * sys/sunaudio/Makefile.am: Add sunaudiosrc patch from Bala
21547         * sys/sunaudio/gstsunaudiosrc.c:
21548         * sys/sunaudio/gstsunaudiosrc.h:
21549
21550 2004-08-27 Arwed v. Merkatz <v.merkatz@gmx.net>
21551
21552         * gst/matroska/ebml-read.c: (gst_ebml_peed_id), (gst_ebml_read_element_id),
21553         handle EOS correctly
21554         * gst/matroska/matroska-mux.c: (gst_matroska_mux_video_pad_link):
21555         * gst/matroska/matroska-mux.h:
21556         added BITMAPINFOHEADER structure, mux video/x-divx and video/x-xvid in
21557         VFW compatibility mode
21558
21559 2004-08-27  Thomas Vander Stichele  <thomas at apestaart dot org>
21560
21561         patch by: Zaheer Abbas Merali
21562
21563         * ext/ogg/gstoggmux.c:
21564         * ext/vorbis/vorbisenc.c:
21565         * ext/vorbis/vorbisenc.h:
21566           handle NEWMEDIA
21567
21568 2004-08-26 Arwed v. Merkatz <v.merkatz@gmx.net>
21569
21570         * gst/matroska/ebml-write.c: (gst_ebml_write_float),
21571         fix byte order reversion on little endian machines.
21572         * gst/matroska/matroska-mux.c: (audiosink_templ),
21573         (gst_matroska_mux_audio_pad_link):
21574         add TTA codec to the list of supported codecs.
21575         * gst/matroska/matroska-mux.c: (gst_matroska_mux_init),
21576         (gst_matroska_mux_start), (gst_matroska_mux_finish),
21577         (gst_matroska_mux_write_data):
21578         * gst/matroska/matroska-mux.h:
21579         write segment duration correctly, write muxing app string, fixes bugs
21580         #140897 and #140898.
21581         * gst/matroska/matroska-mux.c: (gst_matroska_mux_loop),
21582         wait for all pads to be negotiated before starting to mux.
21583
21584 2004-08-26  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
21585
21586         * ext/lame/gstlame.c: (gst_lame_init), (gst_lame_chain):
21587         * ext/lame/gstlame.h:
21588         Added new media support to lame
21589
21590 2004-08-25 Arwed v. Merkatz <v.merkatz@gmx.net>
21591
21592         * gst/matroska/matroska-demux.c: (gst_matroska_demux_parse_blockgroup),
21593         send vorbis headers at the beginning of a stream, fixes bug #141554.
21594         Interpret BLOCKDURATION and set buffer duration accordingly, fixes
21595         bug #148950.
21596         * gst/matroska/matroska-demux.c: (gst_matroska_demux_audio_caps),
21597         (gst_matroska_demux_plugin_init):
21598         * gst/matroska/matroska-ids.h:
21599         enable demuxing of TTA audio streams, fixes bug #148951.
21600         * gst/typefind/gsttypefindfunctions.c: (tta_type_find), (plugin_init),
21601         enable typefinding for TTA audio files, fixes bug #148711.
21602         * ext/xvid/gstxviddec.c: (gst_xviddec_chain),
21603         set XVID_LOWDELAY flag for decoding so xvid always returns an image,
21604         fixes playback of packed bitstream and xvid with bframes, bug #135407.
21605
21606 2004-08-24  Sebastien Cote  <sc5@hermes.usherb.ca>
21607
21608         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head),
21609         (gst_riff_read_element_data), (gst_riff_read_seek),
21610         (gst_riff_read_skip): fix infinite loop in wavparse, fixes bug
21611         #144616, patch reviewed by Ronald and committed by Christophe Fergeau
21612         <teuf@gnome.org>
21613
21614 2004-08-23 Iain <iaingnome@gmail.com>
21615
21616         * ext/mad/gstid3tag.c (gst_mad_id3_to_tag_list): Special case COMM
21617         tags. They appear to be handled differently to normal.
21618         (tag_list_to_id3_tag_foreach): Ditto.
21619
21620 2004-08-22  Wim Taymans  <wim@fluendo.com>
21621
21622         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
21623         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop):
21624         Make sure we never send -1 granulepos.
21625
21626 2004-08-20  Wim Taymans  <wim@fluendo.com>
21627
21628         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
21629         (gst_ogg_mux_loop):
21630         I will accept bitchslappings with non sharp objects.
21631
21632 2004-08-20  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
21633
21634         * configure.ac:
21635         Clean up the test for lame presets
21636
21637 2004-08-19  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
21638
21639         * configure.ac:
21640         * ext/lame/Makefile.am:
21641         * ext/lame/gstlame.c: (gst_lame_class_init),
21642         (gst_lame_set_property), (gst_lame_get_property), (gst_lame_setup):
21643         Only enable lame presets if version of lame has presets in API
21644
21645 2004-08-19  Jan Schmidt  <thaytan@mad.scientist.com>
21646         * gst/udp/gstudpsrc.c: (gst_udpsrc_init), (gst_udpsrc_get):
21647         * gst/udp/gstudpsrc.h:
21648           Don't call gst_pad_push in a get function. Fixes #150449
21649
21650 2004-08-18  Wim Taymans  <wim@fluendo.com>
21651
21652         * gst/tcp/gstfdset.c: (gst_fdset_free), (gst_fdset_set_mode),
21653         (gst_fdset_get_mode), (gst_fdset_add_fd), (gst_fdset_remove_fd),
21654         (gst_fdset_fd_ctl_write), (gst_fdset_fd_ctl_read),
21655         (gst_fdset_fd_has_closed), (gst_fdset_fd_has_error),
21656         (gst_fdset_fd_can_read), (gst_fdset_fd_can_write),
21657         (gst_fdset_wait):
21658         * gst/tcp/gstfdset.h:
21659         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
21660         (gst_multifdsink_client_queue_buffer),
21661         (gst_multifdsink_handle_client_write):
21662         * gst/tcp/gstmultifdsink.h:
21663         Some extra checks in gstfdset.
21664         Only use send() when the fd is a socket. Don't try to
21665         read from write only fds.
21666
21667 2004-08-18  Wim Taymans  <wim@fluendo.com>
21668
21669         * gst/tcp/gstfdset.c: (gst_fdset_add_fd), (gst_fdset_remove_fd),
21670         (gst_fdset_fd_ctl_write), (gst_fdset_fd_ctl_read),
21671         (gst_fdset_fd_has_closed), (gst_fdset_fd_has_error),
21672         (gst_fdset_fd_can_read), (gst_fdset_fd_can_write),
21673         (gst_fdset_wait):
21674         Add more locking and bounds checking.
21675
21676 2004-08-18  Wim Taymans  <wim@fluendo.com>
21677
21678         * gst/tcp/gstfdset.c: (ensure_size), (gst_fdset_wait):
21679         Realloc test fdset in the lock and right before starting
21680         the poll call. Bump the limit to 4096.
21681
21682 2004-08-17  David Schleef  <ds@schleef.org>
21683
21684         * sys/sunaudio/Makefile.am:
21685         * sys/sunaudio/gstsunaudio.c: Fix caps to handle full range
21686         of rates and channels.  Make debugging less obnoxious.
21687
21688         Patch from Balamurali Viswanathan implementing a mixer for
21689         Sun audio.  (bug #144091):
21690         * sys/sunaudio/gstsunelement.c:
21691         * sys/sunaudio/gstsunelement.h:
21692         * sys/sunaudio/gstsunmixer.c:
21693         * sys/sunaudio/gstsunmixer.h:
21694
21695 2004-08-17  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
21696
21697         * gst/audioscale/gstaudioscale.c:
21698         * gst/audioscale/gstaudioscale.h:
21699         made audioscale resample from any sample rate to any sample rate
21700
21701 2004-08-17  Thomas Vander Stichele  <thomas at apestaart dot org>
21702
21703         * ext/libpng/gstpngdec.c:
21704           error out on unsupported types
21705
21706 2004-08-17  Iain <iaingnome@gmail.com>
21707
21708         * ext/flac/gstflacenc.c (gst_flacenc_update_quality): Only set the
21709         mid_side and loose_mid_side properties if its a stereo stream.
21710
21711 2004-08-17  Wim Taymans  <wim@fluendo.com>
21712
21713         * ext/theora/theoradec.c: (gst_theora_dec_class_init),
21714         (theora_get_formats), (theora_dec_src_convert),
21715         (theora_dec_sink_convert), (theora_dec_src_query),
21716         (theora_dec_src_event), (theora_dec_event), (theora_dec_chain):
21717         Add a debug line.
21718
21719 2004-08-17  Wim Taymans  <wim@fluendo.com>
21720
21721         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_iterate),
21722         (gst_ogg_pad_push):
21723         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
21724         (gst_ogg_mux_request_new_pad), (gst_ogg_mux_next_buffer),
21725         (gst_ogg_mux_buffer_from_page), (gst_ogg_mux_push_page),
21726         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop):
21727         Mark delta units in the muxer.
21728         Try to decode the packet after an out-of-sync error from
21729         libogg.
21730
21731 2004-08-17  Wim Taymans  <wim@fluendo.com>
21732
21733         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
21734         (gst_multifdsink_init), (gst_multifdsink_add),
21735         (gst_multifdsink_client_queue_buffer),
21736         (gst_multifdsink_set_property), (gst_multifdsink_get_property):
21737         * gst/tcp/gstmultifdsink.h:
21738         Added option to send a keyframe to clients as the first buffer.
21739         Make timeout property writable.
21740
21741 2004-08-17  Thomas Vander Stichele  <thomas at apestaart dot org>
21742
21743         patch by: Wim Taymans
21744
21745         * gst/tcp/gstfdset.c:
21746         * gst/tcp/gstmultifdsink.c:
21747           fix index comparison, should include 0
21748
21749 2004-08-16  Wim Taymans  <wim@fluendo.com>
21750
21751         * gst/tcp/gstfdset.c: (ensure_size), (gst_fdset_new),
21752         (gst_fdset_add_fd), (gst_fdset_remove_fd),
21753         (gst_fdset_fd_has_closed), (gst_fdset_fd_has_error),
21754         (gst_fdset_fd_can_read), (gst_fdset_fd_can_write),
21755         (gst_fdset_wait):
21756           copy when reallocing for poll so the select arguments don't get
21757           changed during the call
21758
21759 2004-08-16  Wim Taymans  <wim@fluendo.com>
21760
21761         * ext/theora/theoraenc.c: (gst_border_mode_get_type),
21762         (gst_theora_enc_class_init), (theora_enc_sink_link),
21763         (theora_buffer_from_packet), (theora_enc_chain):
21764         Fix bug where buffers were not marked as keyframes
21765         correctly.
21766
21767 2004-08-15  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
21768
21769         * ext/lame/gstlame.c: (gst_lame_vbrmode_get_type),
21770         (gst_lame_preset_get_type), (gst_lame_class_init):
21771         describe the enum values for vbr mode and presets more verbosely
21772
21773 2004-08-13  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
21774
21775         * ext/lame/gstlame.c: (gst_lame_mode_get_type),
21776         (gst_lame_quality_get_type), (gst_lame_padding_get_type),
21777         (gst_lame_preset_get_type), (gst_lame_class_init), (gst_lame_init),
21778         (gst_lame_set_property), (gst_lame_get_property), (gst_lame_setup):
21779         * ext/lame/gstlame.h:
21780         add preset property to lame so it can use lame presets
21781
21782 2004-08-13  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
21783
21784         * ext/lame/gstlame.c: (gst_lame_get_property):
21785         whoops forgot break, thanks teuf
21786
21787 2004-08-13  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
21788
21789         * ext/lame/gstlame.c: (gst_lame_vbrmode_get_type),
21790         (gst_lame_class_init), (gst_lame_src_getcaps),
21791         (gst_lame_sink_link), (gst_lame_init), (gst_lame_set_property),
21792         (gst_lame_get_property), (gst_lame_setup):
21793         * ext/lame/gstlame.h:
21794         fix lame's broken vbr stuff, allow it to resample if need be, and also
21795         make xing header optional
21796
21797 2004-08-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
21798
21799         * ext/lame/gstlame.c: (gst_lame_src_getcaps), (gst_lame_init):
21800         added getcaps function so samplerate doesnt get fixated to silly values
21801
21802 2004-08-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
21803
21804         * ext/lame/gstlame.c: (gst_lame_src_link):
21805         revert previous fix
21806
21807 2004-08-12  Johan Dahlin  <johan@gnome.org>
21808
21809         * sys/v4l/gstv4lelement.c (gst_v4l_iface_supported): Remove bogus
21810         checks. Doesn't matter what state we are in. Interfaces are a
21811         compile time thing, not runtime. It also broke the python bindings.
21812
21813 2004-08-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
21814
21815         * ext/lame/gstlame.c: (gst_lame_src_link):
21816         made source pad link function check if sinkpad is ok..fixes the problem
21817         where core fixates the output rate of lame stupidly
21818
21819 2004-08-12  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
21820
21821         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_src_link), (gst_v4lsrc_fixate):
21822         * sys/v4l/v4l_calls.c:
21823         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_set_capture):
21824           fix fixate function to handle nonsimple caps.
21825           remove bogus check in _link
21826           cleanups
21827
21828 2004-08-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
21829
21830         * ext/lame/gstlame.c: (gst_lame_class_init), (gst_lame_init):
21831         set default compression ratio parameter to 0.0 so bitrate parameter
21832         works :)
21833
21834 2004-08-11  David Schleef  <ds@schleef.org>
21835
21836         * gst/tcp/gstfdset.c: Fix compile problem on OS/X.
21837
21838 2004-08-11  David Schleef  <ds@schleef.org>
21839
21840         * gst/mpeg1sys/gstmpeg1systemencode.c: Oops, this was correct
21841         before.
21842
21843 2004-08-11  David Schleef  <ds@schleef.org>
21844
21845         * gst-libs/gst/video/videosink.h: Change copyright block to LGPL.
21846
21847 2004-08-11  David Schleef  <ds@schleef.org>
21848
21849         * ext/pango/gsttextoverlay.c: Add copyright block and fix plugin
21850           license field
21851         * gst-libs/gst/idct/Makefile.am: Remove mmx/sse code
21852         * gst-libs/gst/video/gstvideosink.c: Change copyright block to
21853           LGPL.
21854         * gst/auparse/gstauparse.c: Fix plugin license field.
21855         * gst/monoscope/gstmonoscope.c: Fix plugin license field.
21856         * gst/mpeg1sys/gstmpeg1systemencode.c: Fix plugin license field.
21857         * gst/rtp/gstrtp.c: Fix plugin license field.
21858
21859 2004-08-11  Wim Taymans  <wim@fluendo.com>
21860
21861         * gst/tcp/Makefile.am:
21862         * gst/tcp/gstfdset.c: (gst_fdset_mode_get_type), (nearest_pow),
21863         (ensure_size), (gst_fdset_new), (gst_fdset_free),
21864         (gst_fdset_set_mode), (gst_fdset_get_mode), (gst_fdset_add_fd),
21865         (gst_fdset_remove_fd), (gst_fdset_fd_ctl_write),
21866         (gst_fdset_fd_ctl_read), (gst_fdset_fd_has_closed),
21867         (gst_fdset_fd_has_error), (gst_fdset_fd_can_read),
21868         (gst_fdset_fd_can_write), (gst_fdset_wait):
21869         * gst/tcp/gstfdset.h:
21870         * gst/tcp/gstmultifdsink.c: (gst_unit_type_get_type),
21871         (gst_multifdsink_class_init), (gst_multifdsink_init),
21872         (gst_multifdsink_add), (gst_multifdsink_remove),
21873         (gst_multifdsink_clear), (gst_multifdsink_get_stats),
21874         (gst_multifdsink_remove_client_link),
21875         (gst_multifdsink_handle_client_read),
21876         (gst_multifdsink_client_queue_data),
21877         (gst_multifdsink_client_queue_caps),
21878         (gst_multifdsink_client_queue_buffer),
21879         (gst_multifdsink_handle_client_write),
21880         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
21881         (gst_multifdsink_handle_clients), (gst_multifdsink_set_property),
21882         (gst_multifdsink_get_property), (gst_multifdsink_init_send),
21883         (gst_multifdsink_close):
21884         * gst/tcp/gstmultifdsink.h:
21885         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
21886         (gst_tcpserversink_init), (gst_tcpserversink_handle_server_read),
21887         (gst_tcpserversink_handle_wait), (gst_tcpserversink_init_send),
21888         (gst_tcpserversink_close):
21889         * gst/tcp/gsttcpserversink.h:
21890         Abstracted away the select call, implemented poll (yes we ran into
21891         the 1024 limit in production).
21892
21893 2004-08-11  Thomas Vander Stichele  <thomas at apestaart dot org>
21894
21895         * gst/tcp/gsttcp.c:
21896         * gst/tcp/gsttcpplugin.c:
21897           improve debuggging, remove assert
21898
21899 2004-08-10  Wim Taymans  <wim@fluendo.com>
21900
21901         * gst/tcp/gstmultifdsink.c: (gst_unit_type_get_type),
21902         (gst_client_status_get_type), (gst_multifdsink_class_init),
21903         (gst_multifdsink_init), (gst_multifdsink_remove_client_link),
21904         (gst_multifdsink_handle_client_read),
21905         (gst_multifdsink_handle_client_write),
21906         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
21907         (gst_multifdsink_handle_clients), (gst_multifdsink_set_property),
21908         (gst_multifdsink_get_property):
21909         * gst/tcp/gstmultifdsink.h:
21910         * gst/tcp/gsttcp-marshal.list:
21911         Starting to prepare for specifying buffer time in other units
21912         than buffers. Expose remove reason in signal.
21913
21914 2004-08-10  Wim Taymans  <wim@fluendo.com>
21915
21916         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
21917         (gst_multifdsink_remove), (gst_multifdsink_clear),
21918         (gst_multifdsink_remove_client_link),
21919         (gst_multifdsink_handle_client_read),
21920         (gst_multifdsink_client_queue_data),
21921         (gst_multifdsink_client_queue_buffer),
21922         (gst_multifdsink_handle_client_write),
21923         (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients),
21924         (gst_multifdsink_chain), (gst_multifdsink_close):
21925         * gst/tcp/gstmultifdsink.h:
21926         Added more debugging info. Changed the way clients are
21927         removed from the lists. Fixed a bug where a bad file descriptor
21928         could cause many clients to be removed.
21929
21930 2004-08-06  Benjamin Otte  <in7y118@public.uni-hamburg.de>
21931
21932         * gst/videotestsrc/gstvideotestsrc.c: (generate_capslist):
21933           allow all pixel-aspect-ratios, not just 1:1
21934
21935 2004-08-09  David Schleef  <ds@schleef.org>
21936
21937         * sys/glsink/ARB_multitexture.h:  Remove old files.
21938         * sys/glsink/EXT_paletted_texture.h:
21939         * sys/glsink/NV_register_combiners.h:
21940         * sys/glsink/gstgl_nvimage.c:
21941         * sys/glsink/gstgl_pdrimage.c:
21942         * sys/glsink/gstgl_rgbimage.c:
21943         * sys/glsink/gstglsink.c:
21944         * sys/glsink/gstglsink.h:
21945         * sys/glsink/gstglxwindow.c:
21946         * sys/glsink/regcomb_yuvrgb.c:
21947
21948 2004-08-09  David Schleef  <ds@schleef.org>
21949
21950         Patch from Gernot Ziegler <gz@lysator.liu.se> rewriting the
21951         GL sink plugin.  (Bug #147302)
21952
21953         * configure.ac: Test for OpenGL
21954         * sys/Makefile.am: Use test for OpenGL
21955         * sys/glsink/Makefile.am:
21956         * sys/glsink/glimagesink.c: rewrite
21957         * sys/glsink/glimagesink.h: rewrite
21958
21959 2004-08-09  David Schleef  <ds@schleef.org>
21960
21961         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_base_init):  Only allow
21962         sane framerates.
21963         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get): same
21964         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support): same
21965         * testsuite/gst-lint: Test for G_GUINT64_FORMAT usage near gettext.
21966
21967 2004-08-09  Wim Taymans  <wim@fluendo.com>
21968
21969         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
21970         (gst_multifdsink_add), (gst_multifdsink_get_stats),
21971         (gst_multifdsink_client_remove),
21972         (gst_multifdsink_handle_client_read),
21973         (gst_multifdsink_handle_client_write),
21974         (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients):
21975         Do a bit more logging, make the client_read code more robust.
21976
21977 2004-08-09  Thomas Vander Stichele  <thomas at apestaart dot org>
21978
21979         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_init_source),
21980         (gst_jpegdec_fill_input_buffer), (gst_jpegdec_skip_input_data),
21981         (gst_jpegdec_resync_to_restart), (gst_jpegdec_term_source),
21982         (gst_jpegdec_init), (gst_jpegdec_chain):
21983         * gst/multipart/multipartdemux.c: (gst_multipart_demux_init),
21984         (gst_multipart_demux_chain), (gst_multipart_demux_change_state):
21985           cleanups, debugging fixes and memleak plugging
21986
21987 2004-08-09  Wim Taymans  <wim@fluendo.com>
21988
21989         * ext/theora/theoradec.c: (gst_theora_dec_class_init),
21990         (theora_get_formats), (theora_dec_src_convert),
21991         (theora_dec_sink_convert), (theora_dec_src_query),
21992         (theora_dec_src_event), (theora_dec_event), (theora_dec_chain),
21993         (theora_dec_change_state):
21994         Don't crash on missing header packets.
21995
21996 2004-08-09  Thomas Vander Stichele  <thomas at apestaart dot org>
21997
21998         * po/LINGUAS:
21999         * po/sq.po:
22000           Added Albanian translation (Laurent Dhima)
22001         * po/cs.po:
22002           updated
22003
22004 2004-08-09  Thomas Vander Stichele  <thomas at apestaart dot org>
22005
22006         * ext/lame/gstlame.c:
22007           fix/add debugging
22008
22009 2004-08-09  Thomas Vander Stichele  <thomas at apestaart dot org>
22010
22011         * sys/ximage/ximagesink.c:
22012         * sys/xvimage/xvimagesink.c:
22013           assign all TOO_LAZY's to a real category.  Thanks to Warthy Warthog.
22014
22015 2004-08-06  Wim Taymans  <wim@fluendo.com>
22016
22017         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
22018         (gst_multifdsink_add), (gst_multifdsink_get_stats),
22019         (gst_multifdsink_client_remove),
22020         (gst_multifdsink_handle_client_read),
22021         (gst_multifdsink_handle_client_write),
22022         (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients):
22023         Make sure we don't try to read more from a client that what
22024         ioctl says us or we deadlock.
22025
22026 2004-08-05  Thomas Vander Stichele  <thomas at apestaart dot org>
22027
22028         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_src_link),
22029         (gst_videotestsrc_change_state), (gst_videotestsrc_src_query),
22030         (gst_videotestsrc_handle_src_event), (gst_videotestsrc_get):
22031           decouple running_time and n_frames so it can handle changing
22032           framerate while running
22033
22034 2004-08-05  Thomas Vander Stichele  <thomas at apestaart dot org>
22035
22036         * po/nl.po:
22037         * po/sv.po:
22038           updated translations
22039
22040 2004-08-04  Benjamin Otte  <otte@gnome.org>
22041
22042         * gst/videotestsrc/gstvideotestsrc.c:
22043         (gst_videotestsrc_get_capslist), (generate_capslist),
22044         (plugin_init):
22045           generate the list of supported caps at startup and reuse it instead
22046           of always generating it
22047
22048 2004-07-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
22049
22050         * gst/multipart/multipartmux.c: (gst_multipart_mux_pad_link):
22051           whoops, last checkin broke normal build
22052
22053 2004-08-03  Benjamin Otte  <otte@gnome.org>
22054
22055         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_get_volume),
22056         (gst_alsa_mixer_set_volume), (gst_alsa_mixer_set_mute),
22057         (gst_alsa_mixer_set_record), (gst_alsa_mixer_set_option),
22058         (gst_alsa_mixer_get_option):
22059         * ext/dvdnav/dvdnavsrc.c: (dvdnav_get_event_name),
22060         (dvdnavsrc_print_event):
22061         * ext/ogg/gstoggdemux.c: (_find_chain_process), (gst_ogg_print):
22062         * ext/ogg/gstoggmux.c: (gst_ogg_mux_pad_link),
22063         (gst_ogg_mux_pad_unlink):
22064         * gst/multipart/multipartmux.c: (gst_multipart_mux_pad_link),
22065         (gst_multipart_mux_pad_unlink):
22066         * gst/videofilter/gstvideobalance.c:
22067         (gst_videobalance_colorbalance_set_value):
22068         * gst/videomixer/videomixer.c: (gst_videomixer_pad_link),
22069         (gst_videomixer_pad_unlink):
22070         * po/uk.po:
22071         * sys/oss/gstossmixer.c:
22072         * sys/v4l/gstv4lcolorbalance.c:
22073         * sys/v4l/gstv4ltuner.c:
22074         * sys/v4l/v4lsrc_calls.c:
22075         * sys/v4l2/gstv4l2colorbalance.c:
22076         * sys/v4l2/gstv4l2tuner.c:
22077           compile fixes for --disable-gst-debug, G_DISABLE_ASSERT and friends
22078
22079 2004-08-03  Benjamin Otte  <otte@gnome.org>
22080
22081         * examples/dynparams/filter.c: (ui_control_create):
22082         * examples/gstplay/player.c: (print_tag):
22083         * ext/alsa/gstalsa.c: (gst_alsa_request_new_pad):
22084         * ext/gdk_pixbuf/gstgdkanimation.c:
22085         (gst_gdk_animation_iter_may_advance):
22086         * ext/jack/gstjack.c: (gst_jack_request_new_pad):
22087         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list),
22088         (tag_list_to_id3_tag_foreach), (gst_id3_tag_handle_event):
22089         * ext/vorbis/oggvorbisenc.c: (gst_oggvorbisenc_get_tag_value):
22090         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_get_tag_value):
22091         * ext/xine/xineaudiodec.c: (gst_xine_audio_dec_chain):
22092         * gst-libs/gst/media-info/media-info-test.c: (print_tag):
22093         * gst/sine/demo-dparams.c: (main):
22094         * gst/tags/gstvorbistag.c: (gst_tag_to_vorbis_comments):
22095         * testsuite/alsa/formats.c: (create_pipeline):
22096         * testsuite/alsa/sinesrc.c: (sinesrc_force_caps), (sinesrc_get):
22097           fixes for G_DISABLE_ASSERT and friends
22098         * gst/typefind/gsttypefindfunctions.c: (aac_type_find),
22099         (mp3_type_frame_length_from_header), (mp3_type_find),
22100         (plugin_init):
22101           require mp3 typefinding to have at least MIN_HEADERS valid headers
22102           add typefinding for AAC adts files
22103
22104 2004-08-04  Jan Schmidt  <thaytan@mad.scientist.com>
22105
22106         * sys/ximage/ximagesink.c:
22107         (gst_ximagesink_calculate_pixel_aspect_ratio):
22108         * sys/xvimage/xvimagesink.c:
22109         (gst_xvimagesink_calculate_pixel_aspect_ratio):
22110         Make sure we calculate pixel-aspect-ratio using floating point maths
22111
22112 2004-08-03  Thomas Vander Stichele  <thomas at apestaart dot org>
22113
22114         * po/uk.po:
22115           updated translation
22116
22117 2004-08-03  Thomas Vander Stichele  <thomas at apestaart dot org>
22118
22119         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
22120         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get):
22121           add debugging for display PAR calculation
22122
22123 2004-08-02  David Schleef  <ds@schleef.org>
22124
22125         * configure.ac: Fix mikmod CFLAGS.
22126
22127 2004-07-27  Benjamin Otte  <otte@gnome.org>
22128
22129         * gst/audioscale/gstaudioscale.c:
22130         - fix templates to only support S16, it's the only format that works
22131         - make caps nego code use try_set_caps_nonfixed and fixation instead
22132         of try_set_caps twice, which is not nice for autopluggers
22133         - change rank to secondary, so autopluggers can pick it up after
22134         audioconvert
22135
22136 2004-08-02  Iain <iain@prettypeople.org>
22137
22138         * gst/interleave/interleave.c (interleave_init),
22139         (interleave_request_new_pad),
22140         (interleave_pad_removed),
22141         (interleave_buffered_loop): Use the real pad count, not the artificial
22142         one.
22143
22144 2004-08-02  Thomas Vander Stichele  <thomas at apestaart dot org>
22145
22146         * configure.ac: bump nano back to development
22147
22148 === release 0.8.3 ===
22149
22150 2004-08-02  Thomas Vander Stichele  <thomas at apestaart dot org>
22151
22152         * configure.ac: releasing 0.8.3, "Water"
22153
22154 2004-08-02  Thomas Vander Stichele  <thomas at apestaart dot org>
22155
22156         * sys/xvimage/xvimagesink.c:
22157         (gst_xvimagesink_calculate_pixel_aspect_ratio),
22158         (gst_xvimagesink_xcontext_clear), (gst_xvimagesink_sink_link),
22159         (gst_xvimagesink_change_state), (gst_xvimagesink_buffer_alloc),
22160         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
22161         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
22162         * sys/xvimage/xvimagesink.h:
22163           apply similar PAR fixes as to ximagesink
22164
22165 2004-08-02  Thomas Vander Stichele  <thomas at apestaart dot org>
22166
22167         patch from: Benjamin Otte
22168
22169         * ext/lame/gstlame.c: (gst_lame_src_link), (gst_lame_init):
22170           add link function to lame.  Fixes #148986.
22171
22172 2004-08-02  Johan Dahlin  <johan@gnome.org>
22173
22174         * gst/multipart/multipartmux.c (gst_multipart_mux_next_buffer):
22175         fix debugging log
22176
22177 2004-07-30  David Schleef  <ds@schleef.org>
22178
22179         * gst/videomixer/Makefile.am: Fix things that should have been
22180         fixed in the last checkin.
22181
22182 2004-07-30  David Schleef  <ds@schleef.org>
22183
22184         * gst/multipart/Makefile.am: Fix things that should have been
22185         fixed in the last checkin.
22186
22187 2004-07-30  David Schleef  <ds@schleef.org>
22188
22189         * testsuite/multifilesink/Makefile.am: Fix unused variable.
22190
22191 2004-07-30  Thomas Vander Stichele  <thomas at apestaart dot org>
22192
22193         * configure.ac:
22194           bump nano for prerelease
22195         * po/af.po:
22196         * po/az.po:
22197         * po/cs.po:
22198         * po/en_GB.po:
22199         * po/hu.po:
22200         * po/nl.po:
22201         * po/sr.po:
22202         * po/sv.po:
22203         * po/uk.po:
22204           updates
22205
22206 2004-07-30  Wim Taymans  <wim@fluendo.com>
22207
22208         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
22209         (gst_multifdsink_add), (gst_multifdsink_remove),
22210         (gst_multifdsink_clear), (gst_multifdsink_get_stats),
22211         (gst_multifdsink_client_remove),
22212         (gst_multifdsink_handle_client_write),
22213         (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients):
22214         * gst/tcp/gstmultifdsink.h:
22215         Recover from a select with a bad file descriptor by removing
22216         the client.
22217
22218 2004-07-30  Thomas Vander Stichele  <thomas at apestaart dot org>
22219
22220         * configure.ac:
22221           fix requirement of core
22222         * gst-libs/gst/play/play.c: (gst_play_error_plugin),
22223         (gst_play_pipeline_setup):
22224           don't use colorspace element.  do use hermescolorspace element.
22225           make macro to get a colorspace element.
22226           mark strings for translation.
22227         * po/POTFILES.in:
22228           add play.c
22229         * po/af.po:
22230         * po/az.po:
22231         * po/cs.po:
22232         * po/en_GB.po:
22233         * po/hu.po:
22234         * po/nl.po:
22235         * po/sr.po:
22236         * po/sv.po:
22237         * po/uk.po:
22238           update translations
22239
22240 2004-07-30  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
22241
22242         * ext/libpng/gstpngenc.c: (gst_pngenc_class_init):
22243         fix default for newmedia flag
22244
22245 2004-07-30  Wim Taymans  <wim@fluendo.com>
22246
22247         * ext/theora/theoradec.c: (gst_theora_dec_class_init),
22248         (gst_theora_dec_init), (theora_get_formats),
22249         (theora_dec_src_convert), (theora_dec_sink_convert),
22250         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
22251         (theora_dec_chain), (theora_dec_set_property),
22252         (theora_dec_get_property):
22253         * ext/theora/theoraenc.c: (gst_border_mode_get_type),
22254         (gst_theora_enc_class_init), (gst_theora_enc_init),
22255         (theora_enc_sink_link), (theora_enc_chain),
22256         (theora_enc_set_property), (theora_enc_get_property):
22257         Added cropping option to theora decoder.
22258         Added border option to theora encoder.
22259
22260 2004-07-30  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
22261
22262         * ext/libpng/gstpngenc.c: (gst_pngenc_class_init),
22263         (gst_pngenc_init), (gst_pngenc_chain), (gst_pngenc_get_property),
22264         (gst_pngenc_set_property):
22265         * ext/libpng/gstpngenc.h:
22266         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
22267
22268 2004-07-30  Wim Taymans  <wim@fluendo.com>
22269
22270         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
22271         (theora_enc_sink_link), (theora_enc_chain),
22272         (theora_enc_set_property), (theora_enc_get_property):
22273         Fix encoding of non-multiple-of-16 video.
22274
22275 2004-07-29  David Schleef  <ds@schleef.org>
22276
22277         * configure.ac: make test for audiofile more strict
22278
22279 2004-07-25  Benjamin Otte  <in7y118@public.uni-hamburg.de>
22280
22281         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
22282           give different names to typefind functions
22283
22284 2004-07-28  Thomas Vander Stichele  <thomas at apestaart dot org>
22285
22286         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
22287         (gst_ximagesink_calculate_pixel_aspect_ratio),
22288         (gst_ximagesink_xcontext_get), (gst_ximagesink_getcaps),
22289         (gst_ximagesink_sink_link), (gst_ximagesink_change_state),
22290         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_set_property),
22291         (gst_ximagesink_get_property), (gst_ximagesink_init):
22292         * sys/ximage/ximagesink.h:
22293           allocate PAR's dynamically.
22294           use autodetected PAR if no object-set PAR is given.
22295           add workaround for directfb's X not setting physical size.
22296           fix to xvimagesink will follow tomorrow.
22297
22298 2004-07-28  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
22299
22300         * ext/lame/gstlame.c: (gst_lame_chain): send tag events downstream
22301         * ext/shout2/gstshout2.c: (gst_shout2send_protocol_get_type),
22302         (gst_shout2send_get_type), (gst_shout2send_set_clock),
22303         (gst_shout2send_class_init), (gst_shout2send_init),
22304         (set_shout_metadata), (gst_shout2send_set_metadata),
22305         (gst_shout2send_chain), (gst_shout2send_set_property),
22306         (gst_shout2send_get_property), (gst_shout2send_connect),
22307         (gst_shout2send_change_state):
22308         * ext/shout2/gstshout2.h:
22309         - fix for sending mp3 audio to icecast2 server, if pad link function not
22310         called before PAUSED state
22311         - added option to use GStreamer clock sync (as opposed to libshout's own sync)
22312         - added tagging support for mp3 audio broadcasted
22313         * gst/monoscope/gstmonoscope.c: (gst_monoscope_class_init):
22314         debug info
22315
22316 2004-07-28  Wim Taymans  <wim@fluendo.com>
22317
22318         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
22319         (gst_ogg_demux_push):
22320         Return query failure when we don't know the length of
22321         an ogg stream insteda of returning TRUE with a bogus value.
22322
22323 2004-07-28  Wim Taymans  <wim@fluendo.com>
22324
22325         * ext/theora/theoradec.c: (theora_get_formats),
22326         (theora_dec_src_convert), (theora_dec_sink_convert),
22327         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
22328         (theora_dec_chain):
22329         Don't screw up the 1 Chroma for 1 luma sample situation when we
22330         have an odd offset/width by adding a black border in those cases.
22331
22332 2004-07-28  Wim Taymans  <wim@fluendo.com>
22333
22334         * ext/theora/theoradec.c: (theora_get_formats),
22335         (theora_dec_src_convert), (theora_dec_sink_convert),
22336         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
22337         (theora_dec_chain):
22338         * ext/theora/theoraenc.c: (theora_enc_sink_link):
22339         Added first attempt at cropping of the image as required by the
22340         theora spec. We need more properties in the caps (offset_x,
22341         offset_y,stride) to implement this correctly.
22342
22343 2004-07-28  Jan Schmidt  <thaytan@mad.scientist.com>
22344
22345         * ext/dvdnav/README:
22346           Update the README to use dvddemux
22347         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_getcaps):
22348           Ensure getcaps returns a subset of the template caps
22349         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_base_init),
22350         (gst_mpeg2subt_init):
22351           Ensure getcaps returns a subset of the template caps
22352         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_class_init),
22353         (gst_dvd_demux_init), (gst_dvd_demux_get_video_stream),
22354         (gst_dvd_demux_get_subpicture_stream),
22355         (gst_dvd_demux_send_subbuffer), (gst_dvd_demux_set_cur_subpicture):
22356         * gst/mpegstream/gstdvddemux.h:
22357           Set the explicit caps on the current_video pad before pushing
22358           anything
22359         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_get_video_stream),
22360         (gst_mpeg_demux_get_audio_stream):
22361           Free caps used to gst_pad_set_explicit_caps, which takes a const
22362           GstCaps *
22363
22364 2004-07-28  Thomas Vander Stichele  <thomas at apestaart dot org>
22365
22366         * configure.ac: update GStreamer requirement to 0.8.4 because of
22367           GstFraction.
22368
22369 2004-07-28  Wim Taymans  <wim@fluendo.com>
22370
22371         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt),
22372         (gst_wavparse_handle_seek), (gst_wavparse_srcpad_event):
22373         Add the pad to the element after setting up the caps. This
22374         makes it a lot easier to autoplug.
22375
22376 2004-07-27  Steve Lhomme  <steve.lhomme@free.fr>
22377
22378         * gst/median/gstmedian.c:
22379         * gst/mpeg2subt/gstmpeg2subt.c:
22380         * gst/mpegaudioparse/gstmpegaudioparse.c:
22381         * gst/mpegstream/gstdvddemux.c:
22382         * gst/mpegstream/gstmpegdemux.c:
22383         * gst/mpegstream/gstmpegpacketize.c:
22384         * gst/rtjpeg/gstrtjpeg.c:
22385         * gst/rtjpeg/gstrtjpegdec.c:
22386         * gst/rtjpeg/gstrtjpegenc.c:
22387         * gst/sine/gstsinesrc.c:
22388         * gst/smooth/gstsmooth.c:
22389         * gst/smpte/gstsmpte.c:
22390         * gst/smpte/gstsmpte.h:
22391         * gst/stereo/gststereo.c:
22392         * gst/videofilter/gstgamma.c:
22393         * gst/videofilter/gstvideobalance.c:
22394         * gst/videofilter/gstvideofilter.c:
22395         * gst/videofilter/gstvideoflip.c:
22396         * gst/videoscale/gstvideoscale.c:
22397         * gst/videoscale/videoscale.c:
22398         * gst/videotestsrc/gstvideotestsrc.c:
22399         * gst/videotestsrc/videotestsrc.c:
22400         * gst/wavenc/gstwavenc.c:
22401         * gst/wavparse/gstwavparse.c:
22402           fix local includes and 64 bits constants
22403
22404 2004-07-27  Steve Lhomme  <steve.lhomme@free.fr>
22405
22406         * win32/gst.sln:
22407         * gst-libs/gst/*/*.vcproj:
22408         * gst/*/*.vcproj:
22409           more working plugins
22410
22411 2004-07-27  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
22412
22413         * testsuite/alsa/Makefile.am:
22414         * testsuite/alsa/srcstate.c:
22415         add test for alsasrc changing state
22416
22417 2004-07-27  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
22418
22419         * gst/silence/gstsilence.c: (gst_silence_init), (gst_silence_link),
22420         (gst_silence_get):
22421         * gst/silence/gstsilence.h:
22422         fix silence generation for 16bit raw audio
22423
22424 2004-07-27  Thomas Vander Stichele  <thomas at apestaart dot org>
22425
22426         * gst/matroska/matroska-demux.c:
22427         (gst_matroska_demux_parse_metadata),
22428         (gst_matroska_demux_video_caps), (gst_matroska_demux_plugin_init):
22429         * gst/mpegaudio/common.c:
22430         * gst/videoscale/gstvideoscale.c: (gst_videoscale_class_init),
22431         (gst_videoscale_getcaps), (gst_videoscale_link),
22432         (gst_videoscale_src_fixate), (gst_videoscale_init),
22433         (gst_videoscale_finalize):
22434         * gst/videoscale/gstvideoscale.h:
22435         * gst/videotestsrc/gstvideotestsrc.c:
22436         (gst_videotestsrc_get_capslist):
22437         * gst/wavenc/gstwavenc.c:
22438         * sys/oss/gstossmixer.c: (fill_labels):
22439         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
22440         (gst_ximagesink_handle_xevents),
22441         (gst_ximagesink_calculate_pixel_aspect_ratio),
22442         (gst_ximagesink_xcontext_get), (gst_ximagesink_fixate),
22443         (gst_ximagesink_getcaps), (gst_ximagesink_sink_link),
22444         (gst_ximagesink_chain), (gst_ximagesink_set_xwindow_id),
22445         (gst_ximagesink_set_property), (gst_ximagesink_get_property),
22446         (gst_ximagesink_init), (gst_ximagesink_class_init):
22447         * sys/ximage/ximagesink.h:
22448         * sys/xvimage/xvimagesink.c:
22449         (gst_xvimagesink_calculate_pixel_aspect_ratio),
22450         (gst_xvimagesink_xcontext_get), (gst_xvimagesink_sink_link),
22451         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_alloc),
22452         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
22453         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
22454         * sys/xvimage/xvimagesink.h:
22455           first batch of pixel aspect ratio commits.
22456
22457 2004-07-27  Thomas Vander Stichele  <thomas at apestaart dot org>
22458
22459         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
22460         (gst_ffmpegcolorspace_class_init), (gst_ffmpegcolorspace_chain):
22461         * gst/ffmpegcolorspace/imgconvert.c: (avpicture_fill):
22462           handle stride, needs work if we want to move stride handling
22463           upstream, but works correctly for our purposes.
22464
22465 2004-07-27  Thomas Vander Stichele  <thomas at apestaart dot org>
22466
22467         * gst/videoscale/README:
22468           add testing examples
22469         * gst/videoscale/gstvideoscale.c: (gst_videoscale_link),
22470         (gst_videoscale_chain):
22471         * gst/videoscale/videoscale.c: (gst_videoscale_setup),
22472         (gst_videoscale_get_size):
22473           add get_size function that handles stride like videotestsrc.
22474           fixes conversion for YUV formats for as much as I can test them.
22475
22476 2004-07-27  Thomas Vander Stichele  <thomas at apestaart dot org>
22477
22478         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
22479         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy):
22480         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
22481         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy),
22482         (gst_xvimagesink_xvimage_put):
22483           further cleanups, logging, error handling and synchronizing
22484
22485 2004-07-27  Wim Taymans  <wim@fluendo.com>
22486
22487         * gst/videomixer/videomixer.c: (gst_videomixer_pad_get_type),
22488         (gst_videomixer_pad_class_init), (gst_videomixer_pad_get_property),
22489         (gst_videomixer_pad_set_property),
22490         (gst_videomixer_pad_sinkconnect), (gst_videomixer_pad_init),
22491         (gst_video_mixer_background_get_type), (gst_videomixer_get_type),
22492         (gst_videomixer_class_init), (gst_videomixer_init),
22493         (gst_videomixer_getcaps), (gst_videomixer_request_new_pad),
22494         (gst_videomixer_blend_ayuv_i420), (pad_zorder_compare),
22495         (gst_videomixer_sort_pads), (gst_videomixer_fill_checker),
22496         (gst_videomixer_fill_color), (gst_videomixer_fill_queues),
22497         (gst_videomixer_blend_buffers), (gst_videomixer_update_queues),
22498         (gst_videomixer_loop), (plugin_init):
22499         Be a nicer negotiation citizen and provide a getcaps function on
22500         the srcpad. This also fixes a crash when resizing.
22501
22502 2004-07-27  Julien MOUTTE  <julien@moutte.net>
22503
22504         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
22505         (gst_xvimagesink_xvimage_new): Some fixes to image size calculation.
22506
22507 2004-07-27  Wim Taymans  <wim@fluendo.com>
22508
22509         * ext/libpng/gstpngdec.c: (gst_pngdec_src_getcaps):
22510         * ext/libpng/gstpngenc.c: (gst_pngenc_class_init),
22511         (gst_pngenc_init), (gst_pngenc_chain), (gst_pngenc_get_property),
22512         (gst_pngenc_set_property):
22513         * ext/libpng/gstpngenc.h:
22514         Added snapshot property to pngenc.
22515         removed g_print from pngdec
22516
22517 2004-07-27  Steve Lhomme  <steve.lhomme@free.fr>
22518
22519         * gst/ac3parse/ac3parse.vcproj
22520         * gst/adder/adder.vcproj
22521         * gst/alpha/alpha.vcproj
22522         * gst/alpha/alphacolor.vcproj
22523         * gst/asfdemux/asf.vcproj
22524         * gst/audioconvert/audioconvert.vcproj
22525         * gst/audiorate/audiorate.vcproj
22526         * gst/audioscale/audioscale.vcproj
22527         * gst/auparse/auparse.vcproj
22528         * gst/avi/avi.vcproj
22529         * gst/cdxaparse/cdxaparse.vcproj
22530         * gst/chart/chart.vcproj
22531         * gst/colorspace/colorspace.vcproj
22532         * gst/cutter/cutter.vcproj
22533         * gst/debug/debug.vcproj
22534         * gst/debug/efence.vcproj
22535         * gst/debug/navigationtest.vcproj
22536         * gst/deinterlace/deinterlace.vcproj
22537         * gst/effectv/effectv.vcproj
22538         * gst/ffmpegcolorspace/ffmpegcolorspace.vcproj
22539         * gst/filter/filter.vcproj
22540         * gst/flx/flxdec.vcproj
22541         * gst/goom/goom.vcproj
22542         * gst/interleave/interleave.vcproj
22543         * gst/law/alaw.vcproj
22544         * gst/law/mulaw.vcproj
22545         * gst/matroska/matroska.vcproj
22546         * gst/median/median.vcproj
22547         * gst/mixmatrix/mixmatrix.vcproj
22548         * gst/mpeg1sys/mpeg1systemencode.vcproj
22549         * gst/mpeg1videoparse/mp1videoparse.vcproj
22550         * gst/mpeg2sub/mpeg2subt.vcproj
22551         * gst/mpegaudio/mpegaudio.vcproj
22552         * gst/mpegaudioparse/mpegaudioparse.vcproj
22553         * gst/mpegstream/mpegstream.vcproj
22554         * gst/multifilesink/multifilesink.vcproj
22555         * gst/multipart/multipart.vcproj
22556         * gst/oneton/oneton.vcproj
22557         * gst/overlay/overlay.vcproj
22558         * gst/passthrough/passthrough.vcproj
22559         * gst/qtdemux/qtdemux.vcproj
22560         * gst/realmedia/rmdemux.vcproj
22561         * gst/rtjpeg/rtjpeg.vcproj
22562         * gst/rtp/rtp.vcproj
22563         * gst/silence/silence.vcproj
22564         * gst/sine/sinesrc.vcproj
22565         * gst/smooth/smooth.vcproj
22566         * gst/smpte/smpte.vcproj
22567         * gst/spectrum/spectrum.vcproj
22568         * gst/speed/speed.vcproj
22569         * gst/stereo/stereo.vcproj
22570         * gst/switch/switch.vcproj
22571         * gst/tags/tagedit.vcproj
22572         * gst/tcp/tcp.vcproj
22573         * gst/typefind/typefindfunctions.vcproj
22574         * gst/udp/udp.vcproj
22575         * gst/videobox/videobox.vcproj
22576         * gst/videocrop/videocrop.vcproj
22577         * gst/videodrop/videodrop.vcproj
22578         * gst/videofilter/gamma.vcproj
22579         * gst/videofilter/videobalance.vcproj
22580         * gst/videofilter/videofilter.vcproj
22581         * gst/videofilter/videoflip.vcproj
22582         * gst/videoflip/videoflip.vcproj
22583         * gst/videomixer/videomixer.vcproj
22584         * gst/videorate/videorate.vcproj
22585         * gst/videoscale/videoscale.vcproj
22586         * gst/videotestsrc/videotestsrc.vcproj
22587         * gst/virtualdub/virtualdub.vcproj
22588         * gst/volenv/volenv.vcproj
22589         * gst/volume/volume.vcproj
22590         * gst/wavenc/wavenc.vcproj
22591         * gst/wavparse/wavparse.vcproj
22592         * gst/y4m/y4menc.vcproj
22593         * gst-libs/gst/audio/audio.vcproj
22594         * gst-libs/gst/audio/audiofilter.vcproj
22595         * gst-libs/gst/colorbalance/colorbalance.vcproj
22596         * gst-libs/gst/idct/idtc.vcproj
22597         * gst-libs/gst/media-info/media-info.vcproj
22598         * gst-libs/gst/mixer/mixer.vcproj
22599         * gst-libs/gst/navigation/navigation.vcproj
22600         * gst-libs/gst/play/play.vcproj
22601         * gst-libs/gst/propertyprobe/propertyprobe.vcproj
22602         * gst-libs/gst/resample/resample.vcproj
22603         * gst-libs/gst/riff/riff.vcproj
22604         * gst-libs/gst/tuner/tuner.vcproj
22605         * gst-libs/gst/video/video.vcproj
22606         * gst-libs/gst/xoverlay/xoverlay.vcproj
22607           avoid problems with math.h, fix release dependancy
22608           rename GStreamer-0.8.lib to libgstreamer.lib
22609
22610 2004-07-27  Julien MOUTTE  <julien@moutte.net>
22611
22612         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_decorate):
22613         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_decorate): When
22614         the atom is not available we have to unlock the mutex. Fixes #148023
22615
22616 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
22617
22618         * gst-libs/gst/media-info/media-info.h:
22619           issue for a vararg macro with MSVC
22620
22621 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
22622
22623         * gst/effectv/effectv.vcproj
22624         * gst-libs/gst/idct/idct.vcproj:
22625         * gst-libs/gst/media-info/media-info.vcproj:
22626         * gst-libs/gst/navigation/navigation.vcproj:
22627         * gst-libs/gst/propertyprobe/propertyprobe.vcproj:
22628         * gst-libs/gst/video/video.vcproj:
22629         * gst-libs/gst/xoverlay/xoverlay.vcproj:
22630           fixes for build problems
22631
22632 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
22633
22634         * gst-libs/gst/audio/audio.def:
22635         * gst-libs/gst/audio/riff.def:
22636           add some definitions needed by plugins
22637
22638 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
22639
22640         * gst/asfdemux/gstasfmux.c
22641           Fix some 64 bits constants to be glib friendly
22642
22643 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
22644
22645         * gst/ac3parse/gstac3parse.c
22646         * gst/audioscale/gstaudioscale.c
22647         * gst/auparse/gstauparse.c
22648         * gst/colorspace/gstcolorspace.c
22649         * gst/colorspace/yuv2rgb.h
22650           local include fixes
22651
22652 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
22653
22654         * win32/gst.sln
22655           add more plugins to the build
22656
22657 2004-07-26  Julien MOUTTE  <julien@moutte.net>
22658
22659         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
22660         (gst_ximagesink_ximage_new): Some more fixes to image size calculation.
22661
22662 2004-07-26  Thomas Vander Stichele  <thomas at apestaart dot org>
22663
22664         * gst/level/gstlevel.c: (gst_level_link), (gst_level_chain),
22665         (gst_level_set_property), (gst_level_get_property),
22666         (gst_level_base_init), (gst_level_class_init):
22667           add debugging categories.  cleanups.
22668
22669 2004-07-26  Thomas Vander Stichele  <thomas at apestaart dot org>
22670
22671         * gst/videoscale/videoscale.c: (gst_videoscale_setup),
22672         (gst_videoscale_planar411), (gst_videoscale_planar400),
22673         (gst_videoscale_packed422), (gst_videoscale_packed422rev),
22674         (gst_videoscale_scale_nearest_str1),
22675         (gst_videoscale_scale_nearest_str2),
22676         (gst_videoscale_scale_nearest_str4),
22677         (gst_videoscale_scale_nearest_16bit),
22678         (gst_videoscale_scale_nearest_24bit):
22679           fixed stride issues
22680           tested with 320x240 -> 321, 322, 324 x240
22681           tested with YV12, I420, YUY2, UYVY
22682           fixed packed422rev (don't think it could have worked before)
22683           by testing with UYVY
22684
22685 2004-07-26  Benjamin Otte  <otte@gnome.org>
22686
22687         * ext/lame/gstlame.c: (gst_lame_sink_link), (gst_lame_init),
22688         (gst_lame_chain), (gst_lame_setup), (gst_lame_change_state),
22689         (plugin_init):
22690           add debugging category, add error checks like checking return values
22691           of setup calls, make sure it still works after
22692           PLAYING=>NULL=>PLAYING, fix encoding of mono streams
22693
22694 2004-07-26  Wim Taymans  <wim@fluendo.com>
22695
22696         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_get_video_stream),
22697         (gst_mpeg_demux_get_audio_stream),
22698         (gst_mpeg_demux_process_private):
22699         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_send_data):
22700         Check for error codes from the negotiation functions. Make sure
22701         we really set the pad caps when a new pad is created.
22702
22703 2004-07-26  Thomas Vander Stichele  <thomas at apestaart dot org>
22704
22705         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
22706         (gst_ffmpeg_caps_to_pix_fmt):
22707         * gst/ffmpegcolorspace/gstffmpegcodecmap.h:
22708         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
22709         (gst_ffmpegcolorspace_pad_link):
22710           don't make function do two things at the same time without reason.
22711
22712 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
22713
22714         * gst/ac3parse/ac3parse.vcproj
22715         * gst/adder/adder.vcproj
22716         * gst/alpha/alpha.vcproj
22717         * gst/alpha/alphacolor.vcproj
22718         * gst/asfdemux/asf.vcproj
22719         * gst/audioconvert/audioconvert.vcproj
22720         * gst/audiorate/audiorate.vcproj
22721         * gst/audioscale/audioscale.vcproj
22722         * gst/auparse/auparse.vcproj
22723         * gst/avi/avi.vcproj
22724         * gst/cdxaparse/cdxaparse.vcproj
22725         * gst/chart/chart.vcproj
22726         * gst/colorspace/colorspace.vcproj
22727         * gst/cutter/cutter.vcproj
22728         * gst/debug/debug.vcproj
22729         * gst/debug/efence.vcproj
22730         * gst/debug/navigationtest.vcproj
22731         * gst/deinterlace/deinterlace.vcproj
22732         * gst/effectv/effectv.vcproj
22733         * gst/ffmpegcolorspace/ffmpegcolorspace.vcproj
22734         * gst/filter/filter.vcproj
22735         * gst/flx/flxdec.vcproj
22736         * gst/goom/goom.vcproj
22737         * gst/interleave/interleave.vcproj
22738         * gst/law/alaw.vcproj
22739         * gst/law/mulaw.vcproj
22740         * gst/matroska/matroska.vcproj
22741         * gst/median/median.vcproj
22742         * gst/mixmatrix/mixmatrix.vcproj
22743         * gst/mpeg1sys/mpeg1systemencode.vcproj
22744         * gst/mpeg1videoparse/mp1videoparse.vcproj
22745         * gst/mpeg2sub/mpeg2subt.vcproj
22746         * gst/mpegaudio/mpegaudio.vcproj
22747         * gst/mpegaudioparse/mpegaudioparse.vcproj
22748         * gst/mpegstream/mpegstream.vcproj
22749         * gst/multifilesink/multifilesink.vcproj
22750         * gst/multipart/multipart.vcproj
22751         * gst/oneton/oneton.vcproj
22752         * gst/overlay/overlay.vcproj
22753         * gst/passthrough/passthrough.vcproj
22754         * gst/qtdemux/qtdemux.vcproj
22755         * gst/realmedia/rmdemux.vcproj
22756         * gst/rtjpeg/rtjpeg.vcproj
22757         * gst/rtp/rtp.vcproj
22758         * gst/silence/silence.vcproj
22759         * gst/sine/sinesrc.vcproj
22760         * gst/smooth/smooth.vcproj
22761         * gst/smpte/smpte.vcproj
22762         * gst/spectrum/spectrum.vcproj
22763         * gst/speed/speed.vcproj
22764         * gst/stereo/stereo.vcproj
22765         * gst/switch/switch.vcproj
22766         * gst/tags/tagedit.vcproj
22767         * gst/tcp/tcp.vcproj
22768         * gst/typefind/typefindfunctions.vcproj
22769         * gst/udp/udp.vcproj
22770         * gst/videobox/videobox.vcproj
22771         * gst/videocrop/videocrop.vcproj
22772         * gst/videodrop/videodrop.vcproj
22773         * gst/videofilter/gamma.vcproj
22774         * gst/videofilter/videobalance.vcproj
22775         * gst/videofilter/videofilter.vcproj
22776         * gst/videofilter/videoflip.vcproj
22777         * gst/videoflip/videoflip.vcproj
22778         * gst/videomixer/videomixer.vcproj
22779         * gst/videorate/videorate.vcproj
22780         * gst/videoscale/videoscale.vcproj
22781         * gst/videotestsrc/videotestsrc.vcproj
22782         * gst/virtualdub/virtualdub.vcproj
22783         * gst/volenv/volenv.vcproj
22784         * gst/volume/volume.vcproj
22785         * gst/wavenc/wavenc.vcproj
22786         * gst/wavparse/wavparse.vcproj
22787         * gst/y4m/y4menc.vcproj
22788           more plugins supported under windows
22789
22790 2004-07-26  Thomas Vander Stichele  <thomas at apestaart dot org>
22791
22792         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
22793         (gst_ximagesink_ximage_put), (gst_ximagesink_renegotiate_size),
22794         (gst_ximagesink_chain), (gst_ximagesink_buffer_alloc):
22795         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
22796         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_alloc):
22797           Add debugging statements.  Use the sizes as returned by the
22798           *CreateImage calls.
22799
22800 2004-07-26  Johan Dahlin  <johan@gnome.org>
22801
22802         * gst/tcp/gsttcpclientsrc.c (gst_tcpclientsrc_get): Make sure that
22803         the pad is negotiated.
22804
22805         * gst/ffmpegcolorspace/gstffmpegcolorspace.c (gst_ffmpegcolorspace_chain): Ditto
22806
22807 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
22808
22809         * gst-libs/gst/colorbalance/colorbalance.vcproj:
22810         * gst-libs/gst/idct/idct.vcproj:
22811         * gst-libs/gst/media-info/media-info.vcproj:
22812         * gst-libs/gst/mixer/mixer.vcproj:
22813         * gst-libs/gst/navigation/navigation.vcproj:
22814         * gst-libs/gst/play/play.vcproj:
22815         * gst-libs/gst/propertyprobe/propertyprobe.vcproj:
22816         * gst-libs/gst/resample/resample.vcproj:
22817         * gst-libs/gst/tuner/tuner.vcproj:
22818         * gst-libs/gst/video/video.vcproj:
22819         * gst-libs/gst/xoverlay/xoverlay.vcproj:
22820           more plugins supported under windows
22821
22822 2004-07-25 Iain <iain@prettypeople.org>
22823
22824         * gst/wavparse/gstwavparse.c (gst_wavparse_fmt): Set the caps on the
22825         pad now rather than when the pad is created because state changes wipe
22826         explicit caps (fixes #148043).
22827
22828 2004-07-25  Sebastien Cote  <sc5@hermes.usherb.ca>
22829
22830         reviewed by Benjamin Otte  <otte@gnome.org>
22831
22832         * ext/mad/gstmad.c:
22833           fix mad plugin crashing on Sun (fixes #148289)
22834
22835 2004-07-25  Steve Lhomme  <steve.lhomme@free.fr>
22836
22837         * gst/avi/avi.def:
22838         * gst/avi/avi.vcproj:
22839         * gst/matroska/matroska.def:
22840         * gst/matroska/matroska.vcproj:
22841           remove unused .def files
22842
22843 2004-07-25  Steve Lhomme  <steve.lhomme@free.fr>
22844
22845         * gst-libs/gst/audio/gstaudiofilter.c:
22846           Clean the local include
22847
22848 2004-07-25  Steve Lhomme  <steve.lhomme@free.fr>
22849
22850         * win32/gst.sln:
22851         * gst-libs/gst/audio/audio.def:
22852         * gst-libs/gst/audio/audio.vcproj:
22853         * gst-libs/gst/audio/audiofilter.vcproj:
22854         * gst-libs/gst/audio/riff.def:
22855         * gst-libs/gst/audio/riff.vcproj:
22856         * gst-libs/gst/gst-libs.def:
22857         * gst-libs/gst/gst-libs.vcproj:
22858         * gst/avi/avi.vcproj:
22859         * gst/avi/avi.vcproj:
22860           Copy the files where needed after building, cleaner projects
22861
22862 2004-07-25  Steve Lhomme  <steve.lhomme@free.fr>
22863
22864         * gst/matroska/ebml-write.c:
22865           Fix some 64 bits constants to be glib friendly
22866
22867 2004-07-24  Steve Lhomme  <steve.lhomme@free.fr>
22868
22869         * win32/gst.sln:
22870         * gst-libs/gst/gst-libs.def:
22871         * gst-libs/gst/gst-libs.vcproj:
22872         * gst/matroska/matroska.def:
22873         * gst/matroska/matroska.vcproj:
22874           Add the preliminary canvas to build plugins on Win32
22875
22876 2004-07-23  Benjamin Otte  <otte@gnome.org>
22877
22878         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
22879           don't enfore negotiation from source side, it breaks
22880           sinesrc ! audioconvert ! osssink
22881
22882 2004-07-22  David Schleef  <ds@schleef.org>
22883
22884         * gst/typefind/gsttypefindfunctions.c: (plugin_init): Add typefind
22885         for ELF files, since they can easily be recognized as audio/mpeg.
22886         (bug #147441)
22887
22888 2004-07-22  Thomas Vander Stichele  <thomas at apestaart dot org>
22889
22890         * gst/videoscale/videoscale.c: (gst_videoscale_setup),
22891         (gst_videoscale_planar411), (gst_videoscale_scale_nearest_32bit),
22892         (gst_videoscale_scale_nearest_24bit),
22893         (gst_videoscale_scale_nearest_16bit):
22894           fix 16bit and 24bit for stride (24bit might need testing)
22895           don't pretend we do more than one algorithm
22896
22897 2004-07-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
22898
22899         * configure.ac:
22900         * gst/Makefile.am:
22901         * gst/multifilesink/Makefile.am:
22902         * gst/multifilesink/gstmultifilesink.c:
22903         (gst_multifilesink_get_formats),
22904         (gst_multifilesink_get_query_types), (_do_init),
22905         (gst_multifilesink_base_init), (gst_multifilesink_class_init),
22906         (gst_multifilesink_init), (gst_multifilesink_dispose),
22907         (gst_multifilesink_set_location), (gst_multifilesink_set_property),
22908         (gst_multifilesink_get_property), (gst_multifilesink_open_file),
22909         (gst_multifilesink_close_file), (gst_multifilesink_next_file),
22910         (gst_multifilesink_pad_query), (gst_multifilesink_handle_event),
22911         (gst_multifilesink_chain), (gst_multifilesink_change_state),
22912         (gst_multifilesink_uri_get_type),
22913         (gst_multifilesink_uri_get_protocols),
22914         (gst_multifilesink_uri_get_uri), (gst_multifilesink_uri_set_uri),
22915         (gst_multifilesink_uri_handler_init), (plugin_init):
22916         * gst/multifilesink/gstmultifilesink.h:
22917         * testsuite/Makefile.am:
22918         * testsuite/multifilesink/Makefile.am:
22919         * testsuite/multifilesink/fakesrc_test.c: (gst_newmedia_base_init),
22920         (gst_newmedia_class_init), (gst_newmedia_init),
22921         (gst_newmedia_chain), (gst_newmedia_trigger), (test_format),
22922         (newfile_signal), (test_signal), (main):
22923         multifilesink plugin for creating new files every time a new media
22924         discontinuity event occurs
22925
22926 2004-07-22  Wim Taymans  <wim@fluendo.com>
22927
22928         * gst/alpha/Makefile.am:
22929         * gst/alpha/gstalphacolor.c: (gst_alpha_color_get_type),
22930         (gst_alpha_color_base_init), (gst_alpha_color_class_init),
22931         (gst_alpha_color_init), (gst_alpha_color_set_property),
22932         (gst_alpha_color_get_property), (gst_alpha_color_sink_link),
22933         (transform), (gst_alpha_color_chain),
22934         (gst_alpha_color_change_state), (plugin_init):
22935         Stupid plugin to to RGBA to AYUV conversion because none of
22936         the colorspace plugins can handle that yet.
22937
22938 2004-07-22  Wim Taymans  <wim@fluendo.com>
22939
22940         * examples/seeking/seek.c: (update_scale), (main):
22941         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
22942         (gst_decode_bin_class_init), (gst_decode_bin_is_dynamic),
22943         (gst_decode_bin_factory_filter), (compare_ranks), (print_feature),
22944         (gst_decode_bin_init), (gst_decode_bin_dispose),
22945         (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
22946         (no_more_pads), (close_link), (type_found),
22947         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
22948         (plugin_init):
22949         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
22950         (gst_play_base_bin_class_init), (gst_play_base_bin_init),
22951         (gst_play_base_bin_dispose), (queue_overrun),
22952         (gen_preroll_element), (remove_prerolls), (unknown_type),
22953         (no_more_pads), (new_stream), (setup_source),
22954         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property),
22955         (play_base_eos), (gst_play_base_bin_change_state),
22956         (gst_play_base_bin_add_element),
22957         (gst_play_base_bin_remove_element),
22958         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
22959         (gst_play_base_bin_unlink_stream),
22960         (gst_play_base_bin_get_streaminfo):
22961         * gst/playback/gstplaybin.c: (gen_video_element),
22962         (gen_audio_element):
22963         * gst/playback/gststreaminfo.h:
22964         More playback updates, attempt to fix things after the state change
22965         breakage.
22966
22967 2004-07-22  Thomas Vander Stichele  <thomas at apestaart dot org>
22968
22969         * gst/videoscale/videoscale.c: (gst_videoscale_planar411),
22970         (gst_videoscale_scale_nearest_16bit):
22971           comment algorithm
22972
22973 2004-07-22  Thomas Vander Stichele  <thomas at apestaart dot org>
22974
22975         * gst/videotestsrc/gstvideotestsrc.c:
22976         (gst_videotestsrc_class_init), (gst_videotestsrc_src_link),
22977         (gst_videotestsrc_init), (gst_videotestsrc_get),
22978         (gst_videotestsrc_set_pattern), (gst_videotestsrc_set_property),
22979         (gst_videotestsrc_get_property):
22980         * gst/videotestsrc/gstvideotestsrc.h:
22981         * gst/videotestsrc/videotestsrc.c:
22982         * gst/videotestsrc/videotestsrc.h:
22983           cleanup and commenting
22984
22985 2004-07-21  Wim Taymans  <wim@fluendo.com>
22986
22987         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_init),
22988         (gst_ogg_demux_get_formats), (gst_ogg_demux_src_query),
22989         (gst_ogg_demux_src_event), (gst_ogg_demux_src_convert),
22990         (gst_ogg_demux_handle_event), (gst_ogg_demux_seek_before),
22991         (_find_chain_get_unknown_part), (_find_streams_check),
22992         (gst_ogg_demux_push), (gst_ogg_pad_push):
22993         * ext/theora/theoradec.c: (theora_get_formats),
22994         (theora_dec_src_convert), (theora_dec_sink_convert),
22995         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
22996         (theora_dec_chain):
22997         * ext/vorbis/vorbisdec.c: (vorbis_dec_get_formats),
22998         (vorbis_dec_convert), (vorbis_dec_src_query),
22999         (vorbis_dec_src_event), (vorbis_dec_event):
23000         More seeking fixes, oggdemux now supports seeking to time and
23001         uses the downstream element to convert granulepos to time.
23002         Seeking in theora-only ogg files now works.
23003
23004 2004-07-21  Wim Taymans  <wim@fluendo.com>
23005
23006         * ext/theora/theoradec.c: (gst_theora_dec_init),
23007         (theora_get_formats), (theora_get_event_masks),
23008         (theora_get_query_types), (theora_dec_src_convert),
23009         (theora_dec_sink_convert), (theora_dec_src_query),
23010         (theora_dec_src_event), (theora_dec_event), (theora_dec_chain):
23011         * ext/vorbis/vorbisdec.c: (vorbis_dec_get_formats),
23012         (vorbis_get_event_masks), (vorbis_get_query_types),
23013         (gst_vorbis_dec_init), (vorbis_dec_convert),
23014         (vorbis_dec_src_query), (vorbis_dec_src_event), (vorbis_dec_event):
23015         Added query/convert/formats functions to vorbis and theora decoders
23016         so that the outside world can use them too. Fixed seeking on an
23017         ogg/theora/vorbis file by disabling the seeking seeking on the
23018         theora srcpad.
23019
23020 2004-07-21  Julien MOUTTE  <julien@moutte.net>
23021
23022         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
23023         (gst_ximagesink_renegotiate_size), (gst_ximagesink_sink_link),
23024         (gst_ximagesink_chain), (gst_ximagesink_set_xwindow_id): Optimize
23025         images creation for both elements. We don't create the image on caps
23026         nego or renego, we just destroy the internal one if present if it does
23027         not match the needs. The chain function takes care of creating a new
23028         image when needed.
23029         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
23030         (gst_xvimagesink_xwindow_decorate), (gst_xvimagesink_sink_link),
23031         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_alloc),
23032         (gst_xvimagesink_set_xwindow_id): Additionally xvimage now contains
23033         the image format information. The buffer pool checks for the context
23034         image format and discard images with different formats.
23035         * sys/xvimage/xvimagesink.h: Adding im_format in the xvimage structure.
23036
23037 2004-07-21  Thomas Vander Stichele  <thomas at apestaart dot org>
23038
23039         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
23040         (gst_ffmpegcolorspace_chain):
23041           no point in doing any chaining if the pad we want to push from
23042           isn't usable.
23043
23044 2004-07-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
23045
23046         * gst-libs/gst/riff/riff-media.c:
23047         (gst_riff_create_audio_caps_with_data):
23048           Fix double end-to-native symbol conversion (#148021).
23049
23050 2004-07-20  David Schleef  <ds@schleef.org>
23051
23052         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_decorate):
23053         Don't use an Atom that doesn't exist.
23054
23055 2004-07-20  Wim Taymans  <wim@fluendo.com>
23056
23057         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
23058         (gst_multifdsink_add), (gst_multifdsink_get_stats),
23059         (gst_multifdsink_client_remove),
23060         (gst_multifdsink_handle_client_write),
23061         (gst_multifdsink_queue_buffer):
23062         * gst/tcp/gstmultifdsink.h:
23063         More multifdsink stats. Avoid deadlock by releasing locks
23064         before sending out a signal.
23065
23066 2004-07-20  Thomas Vander Stichele  <thomas at apestaart dot org>
23067
23068         * po/LINGUAS:
23069         * po/hu.po:
23070           added Hungarian translation (Laszlo Dvornik)
23071
23072 2004-07-20  Wim Taymans  <wim@fluendo.com>
23073
23074         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
23075         (gst_multifdsink_add), (gst_multifdsink_client_remove),
23076         (gst_multifdsink_handle_client_write),
23077         (gst_multifdsink_queue_buffer):
23078         * gst/tcp/gsttcp-marshal.list:
23079         Fixed the stupid marshal definition.
23080
23081 2004-07-20  Wim Taymans  <wim@fluendo.com>
23082
23083         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
23084         (gst_multifdsink_init), (gst_multifdsink_add),
23085         (gst_multifdsink_client_remove),
23086         (gst_multifdsink_handle_client_write),
23087         (gst_multifdsink_queue_buffer), (gst_multifdsink_chain),
23088         (gst_multifdsink_set_property), (gst_multifdsink_get_property),
23089         (gst_multifdsink_init_send):
23090         * gst/tcp/gstmultifdsink.h:
23091         Added more stats, added timeout for a client, fixed some typos
23092         and added some comments.
23093
23094 2004-07-20  Wim Taymans  <wim@fluendo.com>
23095
23096         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
23097         (gst_multifdsink_add), (gst_multifdsink_get_stats),
23098         (gst_multifdsink_client_remove),
23099         (gst_multifdsink_handle_client_write):
23100         * gst/tcp/gstmultifdsink.h:
23101         * gst/tcp/gsttcp-marshal.list:
23102         Added get_stats method that returns a GValueArray of
23103         stats values.
23104
23105 2004-07-19  Benjamin Otte  <otte@gnome.org>
23106
23107         * ext/ladspa/gstladspa.c: (gst_ladspa_base_init):
23108           make sure longname, description and author are valid UTF-8
23109
23110 2004-07-19  Thomas Vander Stichele  <thomas at apestaart dot org>
23111
23112         * sys/ximage/ximagesink.c: (gst_ximagesink_change_state),
23113         (gst_ximagesink_set_property):
23114         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state),
23115         (gst_xvimagesink_set_property):
23116           make sure SYNCHRONOUS is respected after getting the X context
23117
23118 2004-07-18  Thomas Vander Stichele  <thomas at apestaart dot org>
23119
23120         * gst/matroska/matroska-demux.c:
23121         (gst_matroska_demux_handle_src_event),
23122         (gst_matroska_demux_parse_blockgroup):
23123         * gst/matroska/matroska-ids.h:
23124           add BlockReference tag and ignore it to clear out log.
23125           ignore NAVIGATION events to clear out log.
23126
23127 2004-07-18  Thomas Vander Stichele  <thomas at apestaart dot org>
23128
23129         * gst/matroska/matroska-demux.c: (gst_matroska_demux_class_init),
23130         (gst_matroska_demux_add_stream):
23131         * gst/matroska/matroska-mux.c: (gst_matroska_mux_class_init):
23132           add debug categories
23133
23134 2004-07-16  Wim Taymans  <wim@fluendo.com>
23135
23136         * ext/libpng/Makefile.am:
23137         * ext/libpng/gstpng.c: (plugin_init):
23138         * ext/libpng/gstpngdec.c: (user_error_fn), (user_warning_fn),
23139         (gst_pngdec_get_type), (gst_pngdec_base_init),
23140         (gst_pngdec_class_init), (gst_pngdec_sinklink), (gst_pngdec_init),
23141         (gst_pngdec_src_getcaps), (user_read_data), (gst_pngdec_chain):
23142         * ext/libpng/gstpngdec.h:
23143         Added png decoder.
23144
23145 2004-07-16  Julien MOUTTE  <julien@moutte.net>
23146
23147         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xerror),
23148         (gst_ximagesink_check_xshm_calls), (gst_ximagesink_ximage_new),
23149         (gst_ximagesink_ximage_destroy), (gst_ximagesink_sink_link),
23150         (gst_ximagesink_chain), (gst_ximagesink_buffer_free),
23151         (gst_ximagesink_buffer_alloc):
23152         * sys/ximage/ximagesink.h:
23153         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
23154         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy),
23155         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_free),
23156         (gst_xvimagesink_buffer_alloc):
23157         * sys/xvimage/xvimagesink.h: Getting the 2 video sinks synchronized
23158         again. Using internal data pointer of the x(v)image to store image's
23159         data to be coherent with the buffer alloc mechanism. Investigated the
23160         image destruction code to be sure that everything gets freed correctly.
23161
23162 2004-07-16  Wim Taymans  <wim@fluendo.com>
23163
23164         * gst-libs/gst/riff/riff-read.c:
23165         (gst_riff_read_strf_vids_with_data),
23166         (gst_riff_read_strf_auds_with_data):
23167         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
23168         (gst_avi_demux_add_stream), (gst_avi_demux_stream_header):
23169         Make sure we don't create 0 sized subbuffers in riff-read.
23170         Signal the no more pads signal after reading the avi header.
23171
23172 2004-07-16  Wim Taymans  <wim@fluendo.com>
23173
23174         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
23175         (gst_decode_bin_class_init), (gst_decode_bin_is_dynamic),
23176         (gst_decode_bin_factory_filter), (compare_ranks), (print_feature),
23177         (gst_decode_bin_init), (gst_decode_bin_dispose),
23178         (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
23179         (no_more_pads), (close_link), (type_found),
23180         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
23181         (gst_decode_bin_change_state), (plugin_init):
23182         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
23183         (gst_play_base_bin_class_init), (gst_play_base_bin_init),
23184         (gst_play_base_bin_dispose), (queue_overrun),
23185         (gen_preroll_element), (remove_prerolls), (unknown_type),
23186         (no_more_pads), (new_stream), (setup_source),
23187         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property),
23188         (play_base_eos), (gst_play_base_bin_change_state),
23189         (gst_play_base_bin_add_element),
23190         (gst_play_base_bin_remove_element),
23191         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
23192         (gst_play_base_bin_unlink_stream),
23193         (gst_play_base_bin_get_streaminfo):
23194         * gst/playback/gstplaybasebin.h:
23195         Better error recovery. Added configurable preroll queue size. Faster
23196         detection of no-more-pads.
23197
23198 2004-07-16  Wim Taymans  <wim@fluendo.com>
23199
23200         * gst-libs/gst/video/video.h:
23201         Added 32 bits RGBA. Not sure if we should use another mime-type
23202         for alpha rgb. Currently the presence of the alpha_mask property
23203         signals an alpha channel.
23204
23205 2004-07-16  Wim Taymans  <wim@fluendo.com>
23206
23207         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
23208         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
23209         FPS seems to be 0.0 to MAX everywhere else.
23210
23211 2004-07-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
23212
23213         * gst-libs/gst/riff/riff-media.c:
23214         (gst_riff_create_video_caps_with_data):
23215           mp42/mp43 (no caps) exist too.
23216         * gst/matroska/matroska-demux.c: (gst_matroska_demux_video_caps):
23217           Set pixel_width/height; we've got them in-caps.
23218         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
23219         * gst/wavparse/gstwavparse.c: (plugin_init):
23220           Both are valid primary.
23221         * sys/oss/gstossmixer.c:
23222           Remove i18n hack and enable translations.
23223
23224 2004-07-15  Benjamin Otte  <otte@gnome.org>
23225
23226         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
23227         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy):
23228           fix for non-shm xv. Original patch by Tim Ringenbach (fixes #147248)
23229
23230 2004-07-15  Benjamin Otte  <otte@gnome.org>
23231
23232         * ext/alsa/gstalsa.c: (gst_alsa_open_audio),
23233         (gst_alsa_sw_params_dump), (gst_alsa_hw_params_dump),
23234         (gst_alsa_close_audio):
23235           disable some of the debugging code for now. Writing debugging to a
23236           buffer is broken in current alsalib releases.
23237
23238 2004-07-12  Benjamin Otte  <otte@gnome.org>
23239
23240         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_alloc_buffer):
23241           use bufferpools
23242
23243 2004-07-14  Thomas Vander Stichele  <thomas at apestaart dot org>
23244
23245         * ext/theora/theoradec.c: (gst_theora_dec_class_init),
23246         (theora_dec_src_query), (theora_dec_event):
23247         * ext/theora/theoraenc.c: (gst_theora_enc_class_init):
23248           add debugging categories.  Remove \n's.
23249
23250 2004-07-13  Johan Dahlin  <johan@gnome.org>
23251
23252         * gst/playback/gstplaybin.c (gst_play_bin_set_property)
23253         (gst_play_bin_get_property): Impl.
23254
23255 2004-07-13  Wim Taymans  <wim@fluendo.com>
23256
23257         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_seek_before):
23258         When trying to find the stream length, seek back N pages
23259         instead of just one, where N is the number of streams in
23260         the current chain.
23261
23262 2004-07-13  Wim Taymans  <wim@fluendo.com>
23263
23264         * gst-libs/gst/riff/riff-media.c:
23265         (gst_riff_create_audio_caps_with_data),
23266         (gst_riff_create_audio_caps),
23267         (gst_riff_create_audio_template_caps):
23268         * gst-libs/gst/riff/riff-media.h:
23269         * gst-libs/gst/riff/riff-read.c:
23270         (gst_riff_read_strf_vids_with_data),
23271         (gst_riff_read_strf_auds_with_data), (gst_riff_read_strf_auds):
23272         * gst-libs/gst/riff/riff-read.h:
23273         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
23274         (gst_avi_demux_add_stream):
23275         Set codec_data on caps for avidemuxer.
23276
23277 2004-07-12  David Schleef  <ds@schleef.org>
23278
23279         * configure.ac: Fix test for Objective C
23280
23281 2004-07-12  Jan Schmidt  <thaytan@mad.scientist.com>
23282         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_get_capslist),
23283         (gst_gdk_pixbuf_chain):
23284           Add svg and pcx to template caps, and ensure that getcaps returns a
23285           subset of the template caps.
23286           Copy each row manually for output, as gdkpixbuf may pad the
23287           rowstride to a 32-bit word boundary.
23288
23289 2004-07-12  Wim Taymans  <wim@fluendo.com>
23290
23291         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
23292         (gst_riff_create_video_template_caps):
23293         Fix the template caps to include some more media types.
23294
23295 2004-07-12  Wim Taymans  <wim@fluendo.com>
23296
23297         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
23298         (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
23299         (compare_ranks), (print_feature), (gst_decode_bin_init),
23300         (gst_decode_bin_dispose), (find_compatibles), (close_pad_link),
23301         (try_to_link_1), (new_pad), (close_link), (type_found),
23302         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
23303         (gst_decode_bin_change_state), (plugin_init):
23304         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
23305         (gst_play_base_bin_class_init), (gst_play_base_bin_init),
23306         (gst_play_base_bin_dispose), (queue_overrun),
23307         (gen_preroll_element), (remove_prerolls), (no_more_pads),
23308         (new_stream), (setup_source), (gst_play_base_bin_set_property),
23309         (gst_play_base_bin_get_property), (play_base_eos),
23310         (gst_play_base_bin_change_state), (gst_play_base_bin_add_element),
23311         (gst_play_base_bin_remove_element),
23312         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
23313         (gst_play_base_bin_unlink_stream),
23314         (gst_play_base_bin_get_streaminfo):
23315         * gst/playback/gstplaybasebin.h:
23316         * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
23317         (gst_play_bin_class_init), (gst_play_bin_init),
23318         (gst_play_bin_dispose), (gst_play_bin_set_property),
23319         (gst_play_bin_get_property), (gen_video_element),
23320         (gen_audio_element), (remove_sinks), (setup_sinks),
23321         (gst_play_bin_change_state), (gst_play_bin_get_event_masks),
23322         (gst_play_bin_send_event), (gst_play_bin_get_formats),
23323         (gst_play_bin_convert), (gst_play_bin_get_query_types),
23324         (gst_play_bin_query), (plugin_init):
23325         * gst/playback/test4.c: (main):
23326         More fixes on reusing of the element.
23327
23328 2004-07-11  Benjamin Otte  <otte@gnome.org>
23329
23330         * ext/mad/gstmad.c: (normal_seek):
23331           allow seeking for other methods than just SET
23332
23333 2004-07-11  Andy Wingo  <wingo@pobox.com>
23334
23335         * gst/audioconvert/gstaudioconvert.c (gst_audio_convert_link): For
23336         float, "any" caps -> buffer_frames=[0,MAX].
23337
23338         * gst/interleave/interleave.c (interleave_getcaps): Seems the core
23339         doesn't intersect our caps with the template any more. Do it
23340         ourselves.
23341         (interleave_buffered_loop): Use g_newa instead of malloc/free.
23342
23343 2004-07-09  Wim Taymans  <wim@fluendo.com>
23344
23345         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
23346         (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
23347         (compare_ranks), (print_feature), (gst_decode_bin_init),
23348         (gst_decode_bin_dispose), (find_compatibles), (close_pad_link),
23349         (try_to_link_1), (new_pad), (close_link), (type_found),
23350         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
23351         (gst_decode_bin_change_state), (plugin_init):
23352         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
23353         (gst_play_base_bin_class_init), (gst_play_base_bin_init),
23354         (gst_play_base_bin_dispose), (queue_overrun),
23355         (gen_preroll_element), (remove_prerolls), (no_more_pads),
23356         (new_stream), (setup_source), (gst_play_base_bin_set_property),
23357         (gst_play_base_bin_get_property), (play_base_eos),
23358         (gst_play_base_bin_change_state), (gst_play_base_bin_add_element),
23359         (gst_play_base_bin_remove_element),
23360         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
23361         (gst_play_base_bin_unlink_stream),
23362         (gst_play_base_bin_get_streaminfo):
23363         * gst/playback/gstplaybasebin.h:
23364         * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
23365         (gst_play_bin_class_init), (gst_play_bin_init),
23366         (gst_play_bin_dispose), (gst_play_bin_set_property),
23367         (gst_play_bin_get_property), (gen_video_element),
23368         (gen_audio_element), (remove_sinks), (setup_sinks),
23369         (gst_play_bin_change_state), (gst_play_bin_get_event_masks),
23370         (gst_play_bin_send_event), (gst_play_bin_get_formats),
23371         (gst_play_bin_convert), (gst_play_bin_get_query_types),
23372         (gst_play_bin_query), (plugin_init):
23373         * gst/playback/test4.c: (main):
23374         Work on object reuse and seeking.
23375
23376 2004-07-09  Wim Taymans  <wim@fluendo.com>
23377
23378         * examples/seeking/seek.c: (iterate):
23379         Don't consume all CPU in the idle loop.
23380
23381 2004-07-09  Wim Taymans  <wim@fluendo.com>
23382
23383         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_new_output_pad),
23384         (gst_mpeg_demux_parse_packet), (gst_mpeg_demux_process_private):
23385         Add pad to element *after* setting the pad functions so that
23386         the scheduler can use the correct ones.
23387
23388 2004-07-09  Wim Taymans  <wim@fluendo.com>
23389
23390         * ext/theora/theoradec.c: (theora_dec_from_granulepos),
23391         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_chain):
23392         Sync to keyframe after seek
23393
23394 2004-07-09  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
23395
23396         * ext/alsa/gstalsa.c: (gst_alsa_change_state):
23397         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event),
23398         (gst_alsa_sink_loop), (gst_alsa_sink_change_state):
23399         * ext/alsa/gstalsasrc.c: (gst_alsa_src_change_state):
23400         * ext/libvisual/visual.c: (gst_visual_change_state):
23401         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_change_state):
23402         * ext/theora/theoradec.c: (theora_dec_change_state):
23403         * ext/theora/theoraenc.c: (theora_enc_change_state):
23404         * ext/vorbis/vorbisdec.c: (vorbis_dec_change_state):
23405         * gst-libs/gst/navigation/navigation.c:
23406         * gst/adder/gstadder.c: (gst_adder_change_state):
23407         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
23408         (gst_audio_convert_get_buffer):
23409         * gst/multipart/multipartdemux.c:
23410         (gst_multipart_demux_change_state):
23411         * gst/playback/gstdecodebin.c: (gst_decode_bin_change_state):
23412         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
23413         * gst/playback/gstplaybin.c: (gst_play_bin_change_state):
23414         * gst/videoscale/gstvideoscale.c:
23415         (gst_videoscale_handle_src_event):
23416         * gst/volume/gstvolume.c: (volume_chain_int16):
23417           don't assert in state change, this should be done by the base
23418           GstElement class.
23419           various debugging fixes.
23420
23421 2004-07-08  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
23422
23423         * configure.ac:
23424         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup),
23425         (gst_play_dispose), (gst_play_set_location),
23426         (gst_play_set_data_src), (gst_play_set_video_sink),
23427         (gst_play_set_audio_sink), (gst_play_set_visualization),
23428         (gst_play_connect_visualization), (gst_play_get_sink_element),
23429         (gst_play_get_all_by_interface):
23430         * gst-libs/gst/play/play.h:
23431           add new method to get elements implementing an interface.
23432           add various error logging
23433
23434 2004-07-08  Wim Taymans  <wim@fluendo.com>
23435
23436         * examples/seeking/seek.c: (make_dv_pipeline), (make_avi_pipeline),
23437         (make_mpeg_pipeline), (make_mpegnt_pipeline),
23438         (make_playerbin_pipeline), (query_durations_elems),
23439         (query_durations_pads), (query_positions_elems),
23440         (query_positions_pads), (update_scale), (iterate), (stop_seek),
23441         (main):
23442         Added playbin seeking example.
23443
23444 2004-07-08  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
23445
23446         * gst-libs/gst/play/play.c: (gst_play_set_location),
23447         (gst_play_set_data_src), (gst_play_set_video_sink),
23448         (gst_play_set_audio_sink), (gst_play_set_visualization),
23449         (gst_play_connect_visualization), (gst_play_get_framerate):
23450           use a macro to look up elements from hash table
23451
23452 2004-07-08  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
23453
23454         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup),
23455         (gst_play_get_length_callback), (gst_play_set_location),
23456         (gst_play_seek_to_time), (gst_play_set_data_src),
23457         (gst_play_set_video_sink), (gst_play_set_audio_sink),
23458         (gst_play_set_visualization), (gst_play_connect_visualization),
23459         (gst_play_get_sink_element):
23460         - add debugging info
23461         - fix looking up sink elements by iterating over complete caps
23462         - put everything except for source and autoplugger in a complete bin
23463
23464 2004-07-08  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
23465
23466         * ext/alsa/gstalsa.c: (gst_alsa_drain_audio):
23467         * ext/alsa/gstalsasink.c: (gst_alsa_sink_flush_one_pad),
23468         (gst_alsa_sink_check_event), (gst_alsa_sink_mmap),
23469         (gst_alsa_sink_write), (gst_alsa_sink_loop):
23470         * ext/alsa/gstalsasink.h:
23471         - add debugging info
23472         - clean up schizophrenia of data/buffer/event
23473         - fix double event unref error
23474
23475 2004-07-08  Wim Taymans  <wim@fluendo.com>
23476
23477         * gst/playback/Makefile.am:
23478         Add headers to noinst
23479
23480 2004-07-08  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
23481
23482         * tools/gst-launch-ext-m.m:
23483         * tools/gst-launch-ext.1.in:
23484           convert to the third millenium
23485
23486 2004-07-07  David Schleef  <ds@schleef.org>
23487
23488         * sys/dxr3/Makefile.am: noinst_SOURCES should be nodist_SOURCES
23489
23490 2004-07-07  Wim Taymans  <wim@fluendo.com>
23491
23492         * gst/playback/Makefile.am:
23493         * gst/playback/README:
23494         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
23495         (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
23496         (compare_ranks), (print_feature), (gst_decode_bin_init),
23497         (gst_decode_bin_dispose), (find_compatibles), (close_pad_link),
23498         (try_to_link_1), (new_pad), (close_link), (type_found),
23499         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
23500         (plugin_init):
23501         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
23502         (gst_play_base_bin_class_init), (gst_play_base_bin_init),
23503         (gst_play_base_bin_dispose), (rebuild_pipeline), (queue_overrun),
23504         (gen_preroll_element), (no_more_pads), (new_stream),
23505         (setup_source), (gst_play_base_bin_set_property),
23506         (gst_play_base_bin_get_property), (gst_play_base_bin_change_state),
23507         (gst_play_base_bin_add_element),
23508         (gst_play_base_bin_remove_element),
23509         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
23510         (gst_play_base_bin_unlink_stream),
23511         (gst_play_base_bin_get_streaminfo):
23512         * gst/playback/gstplaybasebin.h:
23513         * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
23514         (gst_play_bin_class_init), (gst_play_bin_init),
23515         (gst_play_bin_dispose), (gst_play_bin_set_property),
23516         (gst_play_bin_get_property), (gen_video_element),
23517         (gen_audio_element), (setup_sinks), (gst_play_bin_change_state),
23518         (gst_play_bin_get_event_masks), (gst_play_bin_send_event),
23519         (gst_play_bin_get_formats), (gst_play_bin_convert),
23520         (gst_play_bin_get_query_types), (gst_play_bin_query),
23521         (plugin_init):
23522         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type),
23523         (gst_stream_info_get_type), (gst_stream_info_class_init),
23524         (gst_stream_info_init), (gst_stream_info_new),
23525         (gst_stream_info_dispose), (gst_stream_info_set_property),
23526         (gst_stream_info_get_property):
23527         * gst/playback/gststreaminfo.h:
23528         * gst/playback/test.c: (gen_video_element), (gen_audio_element),
23529         (main):
23530         * gst/playback/test2.c: (main):
23531         * gst/playback/test3.c: (update_scale), (main):
23532         More playbin fixes. Added README. Do better element filtering.
23533         Added base class to preroll media. Added test apps.
23534
23535 2004-07-07  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
23536
23537         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_flush_decoder):
23538         * ext/mpeg2dec/gstmpeg2dec.h:
23539           various debugging improvements.  Reset stream to next picture
23540           instead of sequence header, otherwise seeks cannot work.
23541
23542 2004-07-07  Wim Taymans  <wim@fluendo.com>
23543
23544         * gst/videobox/gstvideobox.c: (gst_video_box_fill_get_type),
23545         (gst_video_box_class_init), (gst_video_box_set_property),
23546         (gst_video_box_i420), (gst_video_box_ayuv), (gst_video_box_chain):
23547         Use pad_alloc where possible.
23548
23549 2004-07-07  Wim Taymans  <wim@fluendo.com>
23550
23551         * sys/oss/gstosselement.c: (gst_osselement_reset),
23552         (gst_osselement_parse_caps):
23553         * sys/oss/gstosselement.h:
23554         * sys/oss/gstosssrc.c: (gst_osssrc_get):
23555         Fix offset on osssrc.
23556
23557 2004-07-07  Wim Taymans  <wim@fluendo.com>
23558
23559         * ext/theora/theora.c: (plugin_init):
23560         * ext/theora/theoradec.c: (theora_dec_from_granulepos),
23561         (theora_dec_src_query), (theora_dec_chain):
23562         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
23563         (theora_enc_sink_link), (theora_buffer_from_packet),
23564         (theora_push_packet), (theora_enc_chain):
23565         Fix theora granulepos calculation.
23566         Fix overflow in duration/position calculation.
23567         Bump rank to PRIMARY for theoradec.
23568         Use granulepos of last packet to calculate position.
23569         Set keyframe flag on buffers when needed.
23570
23571 2004-07-06  David Schleef  <ds@schleef.org>
23572
23573         * gst/playback/Makefile.am: 'test' in bin_PROGRAMS?  Are you
23574         serious?  (Fixed, obviously.)
23575
23576 2004-07-06  Thomas Vander Stichele  <thomas at apestaart dot org>
23577
23578         * po/LINGUAS:
23579         * po/cs.po:
23580           added Czech translation (Miloslav Trmac)
23581
23582 2004-07-05  Wim Taymans  <wim@fluendo.com>
23583
23584         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
23585         (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
23586         (compare_ranks), (gst_decode_bin_init), (gst_decode_bin_dispose),
23587         (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
23588         (close_link), (type_found), (gst_decode_bin_set_property),
23589         (gst_decode_bin_get_property), (gst_decode_bin_get_event_masks),
23590         (gst_decode_bin_send_event), (gst_decode_bin_get_formats),
23591         (gst_decode_bin_convert), (gst_decode_bin_get_query_types),
23592         (gst_decode_bin_query), (plugin_init):
23593         * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
23594         (gst_play_bin_class_init), (gst_play_bin_init),
23595         (gst_play_bin_dispose), (rebuild_pipeline), (get_audio_element),
23596         (get_video_element), (new_pad), (setup_source),
23597         (gst_play_bin_set_property), (gst_play_bin_get_property),
23598         (gst_play_bin_change_state), (gst_play_bin_add_element),
23599         (gst_play_bin_remove_element), (gst_play_bin_get_event_masks),
23600         (gst_play_bin_send_event), (gst_play_bin_get_formats),
23601         (gst_play_bin_convert), (gst_play_bin_get_query_types),
23602         (gst_play_bin_query), (gst_play_bin_get_clock), (plugin_init):
23603         * gst/playback/test.c: (main):
23604         More fixes, cleaned up playbin, make it use decodebin. Added
23605         threaded property to playbin.
23606
23607 2004-07-05  Wim Taymans  <wim@fluendo.com>
23608
23609         * configure.ac:
23610         * gst/playback/Makefile.am:
23611         * gst/playback/decodetest.c: (main):
23612         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
23613         (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
23614         (compare_ranks), (gst_decode_bin_init), (gst_decode_bin_dispose),
23615         (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
23616         (close_link), (type_found), (gst_decode_bin_set_property),
23617         (gst_decode_bin_get_property), (gst_decode_bin_change_state),
23618         (gst_decode_bin_get_event_masks), (gst_decode_bin_send_event),
23619         (gst_decode_bin_get_formats), (gst_decode_bin_convert),
23620         (gst_decode_bin_get_query_types), (gst_decode_bin_query),
23621         (plugin_init):
23622         * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
23623         (gst_play_bin_class_init), (gst_play_bin_init),
23624         (gst_play_bin_dispose), (gen_default_output), (rebuild_pipeline),
23625         (collect_sink_pads), (find_compatibles), (close_pad_link),
23626         (try_to_link_1), (new_pad), (close_link), (type_found),
23627         (setup_source), (gst_play_bin_set_property),
23628         (gst_play_bin_get_property), (gst_play_bin_factory_filter),
23629         (compare_ranks), (gst_play_bin_collect_factories),
23630         (gst_play_bin_change_state), (gst_play_bin_add_element),
23631         (gst_play_bin_remove_element), (gst_play_bin_get_event_masks),
23632         (gst_play_bin_send_event), (gst_play_bin_get_formats),
23633         (gst_play_bin_convert), (gst_play_bin_get_query_types),
23634         (gst_play_bin_query), (gst_play_bin_get_clock), (plugin_init):
23635         * gst/playback/test.c: (main):
23636         Added some playback helper elements and some test apps, very alpha
23637         still.
23638
23639 2004-07-04  Benjamin Otte  <otte@gnome.org>
23640
23641         * ext/alsa/gstalsa.c: (gst_alsa_xrun_recovery):
23642           only restart audio when we indeed have an xrun to fix repeated
23643           xruns. Fix suggested by Giuliano Pochini.
23644
23645 2004-07-03  David Schleef  <ds@schleef.org>
23646
23647         * ext/alsa/gstalsaplugin.c: (gst_alsa_error_wrapper): Disable
23648         call to gst_debug_log() if debugging is disabled (bug #145118)
23649
23650 2004-07-03  Benjamin Otte  <otte@gnome.org>
23651
23652         * ext/alsa/gstalsa.c: (gst_alsa_xrun_recovery):
23653           use our own functions for restarting the alsa device.
23654         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
23655           I should apply patches myself - use MIN for the third argument, not
23656           the second, this fixes seeking
23657
23658 2004-07-02  David Schleef  <ds@schleef.org>
23659
23660         * ext/flac/gstflacdec.c: (gst_flacdec_class_init),
23661         (gst_flacdec_write):  Actually, GST_PAD_CAPS() has nothing to
23662         do with the logic.
23663
23664 2004-07-02  David Schleef  <ds@schleef.org>
23665
23666         * ext/flac/gstflacdec.c: (gst_flacdec_write):  Set duration on
23667         output buffers.  Fix logic mistake.  (bug #144866)
23668
23669 2004-07-02  David Schleef  <ds@schleef.org>
23670
23671         * gst-libs/gst/xoverlay/Makefile.am: xoverlay no longer depends
23672         on X.  (bug #144753)
23673
23674 2004-07-02  David Schleef  <ds@schleef.org>
23675
23676         * gst/wavenc/gstwavenc.c: (gst_wavenc_setup),
23677         (gst_wavenc_stop_file): Switch to GST_WRITE_UINT32_LE macros
23678         (bug #144624)
23679         * sys/oss/gstosselement.c: (gst_osselement_probe_caps),
23680         (gst_osselement_rate_probe_check): Add another workaround for
23681         buggy drivers (bug #145336)
23682
23683 2004-07-02  David Schleef  <ds@schleef.org>
23684
23685         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_handle_client_write):
23686         Most systems don't have MSG_NOSIGNAL.
23687
23688 2004-07-02  Thomas Vander Stichele  <thomas at apestaart dot org>
23689
23690         * Makefile.am:
23691         * gst-libs/gst/colorbalance/Makefile.am:
23692         * gst-libs/gst/mixer/Makefile.am:
23693         * gst-libs/gst/play/Makefile.am:
23694         * gst-libs/gst/tuner/Makefile.am:
23695           (hopefully) fix both install and dist and make error message useful.
23696           needs testing across automakes.
23697
23698 2004-07-02  Benjamin Otte  <otte@gnome.org>
23699
23700         * ext/ogg/gstogg.c: (plugin_init):
23701           we require bytestream now
23702         * ext/ogg/gstoggdemux.c:
23703           huge diff to implement chain setup in a fast and generic way. This
23704           improves tag reading and startup of huge files (read: Theora videos)
23705           quite a bit. It probably contains bugs, too, so please test.
23706           Seeking is not improved to the fast method.
23707
23708 2004-06-29  Wim Taymans  <wim@fluendo.com>
23709
23710         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
23711         * ext/ogg/gstoggmux.c:
23712         Fix memleak in oggdemux when running unconnected pads.
23713         doc update in mux, start working on keyframe mode.
23714
23715 2004-06-29  Benjamin Otte  <otte@gnome.org>
23716
23717         * sys/oss/gstosssink.c:
23718         * sys/oss/gstosssrc.c:
23719           advertise correct template caps - we indeed do non-native endianness
23720           and 8bit audio has no endianness
23721         * sys/ximage/ximagesink.c: (gst_ximagesink_getcaps):
23722         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_getcaps):
23723           avoid (wrong) duplications in getcaps function and return
23724           template caps
23725
23726 2004-06-29  Wim Taymans  <wim@fluendo.com>
23727
23728         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
23729         (gst_multifdsink_class_init), (gst_multifdsink_add),
23730         (gst_multifdsink_remove), (gst_multifdsink_clear),
23731         (gst_multifdsink_client_remove),
23732         (gst_multifdsink_handle_client_read),
23733         (gst_multifdsink_client_queue_data),
23734         (gst_multifdsink_client_queue_caps),
23735         (gst_multifdsink_client_queue_buffer),
23736         (gst_multifdsink_handle_client_write),
23737         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
23738         (gst_multifdsink_handle_clients), (gst_multifdsink_thread),
23739         (gst_multifdsink_init_send), (gst_multifdsink_close):
23740         Fix wrong GList iteration that could crash the server when
23741         more then 2 clients disconnect at the same time. Read all the
23742         pending commands in one batch to recover from command storms under
23743         very heavy load.
23744
23745 2004-06-28  Wim Taymans  <wim@fluendo.com>
23746
23747         * gst/videomixer/videomixer.c: (gst_videomixer_pad_get_type),
23748         (gst_videomixer_pad_class_init), (gst_videomixer_pad_get_property),
23749         (gst_videomixer_pad_set_property),
23750         (gst_videomixer_pad_sinkconnect), (gst_videomixer_pad_init),
23751         (gst_video_mixer_background_get_type), (gst_videomixer_get_type),
23752         (gst_videomixer_class_init), (gst_videomixer_init),
23753         (gst_videomixer_request_new_pad), (gst_videomixer_blend_ayuv_i420),
23754         (pad_zorder_compare), (gst_videomixer_sort_pads),
23755         (gst_videomixer_fill_checker), (gst_videomixer_fill_color),
23756         (gst_videomixer_fill_queues), (gst_videomixer_blend_buffers),
23757         (gst_videomixer_update_queues), (gst_videomixer_loop),
23758         (plugin_init):
23759         Avoid divide by zero, choose masterpad as the pad with the highest
23760         framerate.
23761
23762 2004-06-27  Julien Moutte  <julien@moutte.net>
23763
23764         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_decorate),
23765         (gst_ximagesink_xwindow_new):
23766         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_decorate),
23767         (gst_xvimagesink_xwindow_new): I prefer locking the mutex in the
23768         function directly. We might want to call it from somewhere else one day.
23769
23770 2004-06-27  Julien Moutte  <julien@moutte.net>
23771
23772         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_decorate),
23773         (gst_ximagesink_xwindow_new):
23774         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_decorate),
23775         (gst_xvimagesink_xwindow_new): Trying to fix the random behaviour of
23776         window decorations.
23777
23778 2004-06-27  Wim Taymans  <wim@fluendo.com>
23779
23780         * ext/dv/gstdvdec.c: (gst_dvdec_class_init), (gst_dvdec_init),
23781         (gst_dvdec_video_getcaps), (gst_dvdec_video_link),
23782         (gst_dvdec_push), (gst_dvdec_loop), (gst_dvdec_change_state),
23783         (gst_dvdec_set_property), (gst_dvdec_get_property):
23784         * ext/dv/gstdvdec.h:
23785         Implement drop_factor property to lower the framerate with
23786         a factor.
23787
23788 2004-06-27  Thomas Vander Stichele  <thomas at apestaart dot org>
23789
23790         * gst-libs/gst/colorbalance/Makefile.am:
23791         * gst-libs/gst/mixer/Makefile.am:
23792         * gst-libs/gst/play/Makefile.am:
23793         * gst-libs/gst/tuner/Makefile.am:
23794           unbreak Company's fix that didn't install the -enum.h files
23795
23796 2004-06-27  Wim Taymans  <wim@fluendo.com>
23797
23798         * ext/dv/gstdvdec.c: (gst_dvdec_push), (gst_dvdec_loop),
23799         (gst_dvdec_change_state):
23800         * ext/dv/gstdvdec.h:
23801         Fix timestamp, duration and offset of the buffers.
23802
23803 2004-06-27  Wim Taymans  <wim@fluendo.com>
23804
23805         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
23806         (gst_multifdsink_class_init), (gst_multifdsink_add),
23807         (gst_multifdsink_remove), (gst_multifdsink_clear),
23808         (gst_multifdsink_client_remove),
23809         (gst_multifdsink_handle_client_read),
23810         (gst_multifdsink_client_queue_data),
23811         (gst_multifdsink_client_queue_caps),
23812         (gst_multifdsink_client_queue_buffer),
23813         (gst_multifdsink_handle_client_write),
23814         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
23815         (gst_multifdsink_handle_clients), (gst_multifdsink_thread),
23816         (gst_multifdsink_init_send), (gst_multifdsink_close):
23817         * gst/tcp/gstmultifdsink.h:
23818         * gst/tcp/gsttcpserversink.c:
23819         (gst_tcpserversink_handle_server_read),
23820         (gst_tcpserversink_handle_select), (gst_tcpserversink_close):
23821         More multifdsink fixes, more recovery policy fixes.
23822         Removed stupid g_print
23823
23824 2004-06-26  Wim Taymans  <wim@fluendo.com>
23825
23826         * gst/tcp/Makefile.am:
23827         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
23828         (gst_multifdsink_get_type), (gst_multifdsink_base_init),
23829         (gst_multifdsink_class_init), (gst_multifdsink_init),
23830         (gst_multifdsink_debug_fdset), (gst_multifdsink_client_remove),
23831         (gst_multifdsink_handle_client_read),
23832         (gst_multifdsink_client_queue_data),
23833         (gst_multifdsink_client_queue_caps),
23834         (gst_multifdsink_client_queue_buffer),
23835         (gst_multifdsink_handle_client_write),
23836         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
23837         (gst_multifdsink_handle_clients), (gst_multifdsink_thread),
23838         (gst_multifdsink_chain), (gst_multifdsink_set_property),
23839         (gst_multifdsink_get_property), (gst_multifdsink_init_send),
23840         (gst_multifdsink_close), (gst_multifdsink_change_state):
23841         * gst/tcp/gstmultifdsink.h:
23842         * gst/tcp/gsttcpplugin.c: (plugin_init):
23843         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_get_type),
23844         (gst_tcpserversink_class_init), (gst_tcpserversink_init),
23845         (gst_tcpserversink_handle_server_read),
23846         (gst_tcpserversink_handle_select),
23847         (gst_tcpserversink_set_property), (gst_tcpserversink_get_property),
23848         (gst_tcpserversink_init_send), (gst_tcpserversink_close):
23849         * gst/tcp/gsttcpserversink.h:
23850         Added multifdsink, made tcpserversink a subclass of fdsink, removed
23851         one of the locks, added recovery policy to multifdsink.
23852
23853 2004-06-26  Thomas Vander Stichele  <thomas at apestaart dot org>
23854
23855         * gst/videorate/gstvideorate.c: (gst_videorate_chain):
23856           fix decision for when getting frames with same timestamp
23857         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init), (gst_v4lsrc_init),
23858         (gst_v4lsrc_get), (gst_v4lsrc_set_property),
23859         (gst_v4lsrc_get_property):
23860         * sys/v4l/gstv4lsrc.h:
23861           add latency offset property
23862
23863 2004-06-26  Thomas Vander Stichele  <thomas at apestaart dot org>
23864
23865         * gst/videorate/gstvideorate.c: (gst_videorate_chain),
23866         (plugin_init):
23867           fix debugging. add category.
23868
23869 2004-06-25  Thomas Vander Stichele  <thomas at apestaart dot org>
23870
23871         * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
23872           fix wrong offsets
23873
23874 2004-06-25  Thomas Vander Stichele  <thomas at apestaart dot org>
23875
23876         * ext/alsa/gstalsasrc.c: (gst_alsa_src_init),
23877         (gst_alsa_src_get_time), (gst_alsa_src_loop),
23878         (gst_alsa_src_change_state):
23879           return a time that is in sync with the element's processing
23880
23881 2004-06-25  Wim Taymans  <wim@fluendo.com>
23882
23883         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
23884         (gst_tcpserversink_init), (gst_tcpserversink_handle_server_read),
23885         (gst_tcpserversink_client_remove),
23886         (gst_tcpserversink_handle_client_read),
23887         (gst_tcpserversink_client_queue_data),
23888         (gst_tcpserversink_client_queue_caps),
23889         (gst_tcpserversink_client_queue_buffer),
23890         (gst_tcpserversink_handle_client_write),
23891         (gst_tcpserversink_queue_buffer),
23892         (gst_tcpserversink_handle_clients), (gst_tcpserversink_thread),
23893         (gst_tcpserversink_chain), (gst_tcpserversink_set_property),
23894         (gst_tcpserversink_get_property), (gst_tcpserversink_init_send),
23895         (gst_tcpserversink_close):
23896         * gst/tcp/gsttcpserversink.h:
23897         Serversink rewrite. Really do non blocking writes to clients and
23898         maintain an internal queue to handle slower clients while not
23899         disturbing fast clients.
23900
23901 2004-06-25  Thomas Vander Stichele  <thomas at apestaart dot org>
23902
23903         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get):
23904           better debug, don't override OFFSET and OFFSET_END
23905
23906 2004-06-25  Iain <iain@prettypeople.org>
23907
23908         * gst-libs/gst/media-info/media-info-priv.c (gmi_set_mime): Add
23909         name=source for the wavparse pipeline.
23910
23911 2004-06-24  Johan Dahlin  <johan@gnome.org>
23912
23913         * ext/theora/theoraenc.c (theora_enc_chain): Call
23914         gst_pad_try_set_caps instead of gst_pad_set_explicit_caps so the
23915         streamheader caps are set correctly.
23916
23917 2004-06-24  Thomas Vander Stichele  <thomas at apestaart dot org>
23918
23919         * ext/vorbis/vorbisenc.c: (raw_caps_factory),
23920         (gst_vorbisenc_setup), (gst_vorbisenc_set_property):
23921           respect minimum bitrate; same could be done for max bitrate
23922
23923 2004-06-24  Thomas Vander Stichele  <thomas at apestaart dot org>
23924
23925         * ext/vorbis/vorbisenc.c: (raw_caps_factory),
23926         (gst_vorbisenc_setup):
23927           fix sample rate range
23928
23929 2004-06-24  Thomas Vander Stichele  <thomas at apestaart dot org>
23930
23931         * ext/vorbis/oggvorbisenc.c: (gst_oggvorbisenc_class_init),
23932         (gst_oggvorbisenc_setup):
23933         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_class_init),
23934         (gst_vorbisenc_setup):
23935           resolve ambiguities in code and description
23936
23937 2004-06-24  Wim Taymans  <wim@fluendo.com>
23938
23939         * ext/alsa/gstalsa.c: (gst_alsa_start), (gst_alsa_xrun_recovery):
23940         * ext/alsa/gstalsa.h:
23941         * ext/alsa/gstalsasrc.c: (gst_alsa_src_init),
23942         (gst_alsa_src_update_avail), (gst_alsa_src_loop):
23943         Use alsa trigger_tstamp to get the timestamp of the first
23944         sample in the buffer for more precise sync. Some cleanups.
23945
23946 2004-06-24  Wim Taymans  <wim@fluendo.com>
23947
23948         * gst/audiorate/gstaudiorate.c: (gst_audiorate_link),
23949         (gst_audiorate_init), (gst_audiorate_chain),
23950         (gst_audiorate_set_property), (gst_audiorate_get_property):
23951         * gst/videorate/gstvideorate.c: (gst_videorate_class_init),
23952         (gst_videorate_chain):
23953         Added some logging, fixed an overflow bug in videorate.
23954
23955 2004-06-24  Benjamin Otte  <otte@gnome.org>
23956
23957         * ext/kio/Makefile.am:
23958           fix for builddir != srcdir and distcheck
23959
23960 2004-06-24  Benjamin Otte  <otte@gnome.org>
23961
23962         * gst-libs/gst/colorbalance/Makefile.am:
23963         * gst-libs/gst/mixer/Makefile.am:
23964         * gst-libs/gst/play/Makefile.am:
23965         * gst-libs/gst/tuner/Makefile.am:
23966         * gst/tcp/Makefile.am:
23967         * sys/dxr3/Makefile.am:
23968           don't include -enumtypes.[ch] or -marshal.[ch] files in the disted
23969           tarball.
23970           Also add all *.list files that were missing.
23971         * Makefile.am:
23972           add a distcheck hook to ensure the above doesn't happen again.
23973
23974 2004-06-23  David I. Lehn  <dlehn@users.sourceforge.net>
23975
23976         * ext/Makefile.am: s/DTS_DIR=dvdread/DTS_DIR=dts/
23977
23978 2004-06-23  Colin Walters  <walters@redhat.com>
23979
23980         * m4/Makefile.am: Distribute gst-fionread.m4.
23981
23982 2004-06-23  Thomas Vander Stichele  <thomas at apestaart dot org>
23983
23984         * configure.ac: back to dev
23985
23986 2004-06-23  Wim Taymans  <wim@fluendo.com>
23987
23988         * ext/alsa/gstalsa.c: (gst_alsa_change_state), (gst_alsa_start),
23989         (gst_alsa_xrun_recovery):
23990         * ext/alsa/gstalsa.h:
23991         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event),
23992         (gst_alsa_sink_loop), (gst_alsa_sink_get_time):
23993         * ext/alsa/gstalsasrc.c: (gst_alsa_src_init),
23994         (gst_alsa_src_get_time), (gst_alsa_src_update_avail),
23995         (gst_alsa_src_loop):
23996         Add clock to alsasrc. Take new capture timestamp when
23997         restarting after an overrun. Split up some functions between
23998         alsasrc and alsasink.
23999
24000 === release 0.8.2 ===
24001
24002 2004-06-23  Thomas Vander Stichele  <thomas at apestaart dot org>
24003
24004         * ext/alsa/gstalsa.c: (gst_alsa_init), (gst_alsa_dispose),
24005         (gst_alsa_change_state), (gst_alsa_update_avail),
24006         (gst_alsa_xrun_recovery):
24007         * ext/alsa/gstalsa.h:
24008         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
24009           merge back changes from release
24010
24011 2004-06-23  Wim Taymans  <wim@fluendo.com>
24012
24013         * gst/audiorate/gstaudiorate.c: (gst_audiorate_class_init),
24014         (gst_audiorate_init), (gst_audiorate_chain),
24015         (gst_audiorate_set_property), (gst_audiorate_get_property):
24016         Implement sample dropping and notify
24017
24018 2004-06-22  Wim Taymans  <wim@fluendo.com>
24019
24020         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
24021         (theora_enc_sink_link), (theora_buffer_from_packet),
24022         (theora_push_packet), (theora_enc_chain):
24023         Some cleanups, make sure the timestamps are correct.
24024
24025 2004-06-22  Wim Taymans  <wim@fluendo.com>
24026
24027         * ext/alsa/gstalsa.c: (gst_alsa_get_time), (gst_alsa_clock_update),
24028         (gst_alsa_change_state), (gst_alsa_update_avail),
24029         (gst_alsa_xrun_recovery):
24030         * ext/alsa/gstalsa.h:
24031         * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
24032         Cleanups, take queued samples into account when reporting
24033         the time.
24034
24035 2004-06-22  Wim Taymans  <wim@fluendo.com>
24036
24037         * gst/videorate/gstvideorate.c: (gst_videorate_class_init),
24038         (gst_videorate_init):
24039         Initialize the property as well.
24040
24041 2004-06-22  Wim Taymans  <wim@fluendo.com>
24042
24043         * gst/videorate/gstvideorate.c: (gst_videorate_class_init),
24044         (gst_videorate_init), (gst_videorate_chain),
24045         (gst_videorate_set_property), (gst_videorate_get_property):
24046         Add property to make videorate silent.
24047         Add property to prefer new frames over old ones.
24048
24049 2004-06-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
24050
24051         * sys/osxvideo/Makefile.am:
24052         Workaround so that the osxvideo .so file gets linked with the
24053         Cocoa, OpenGL and QuickTime frameworks
24054
24055 2004-06-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
24056
24057         * sys/osxaudio/Makefile.am:
24058         Workaround so that the osxaudio .so file gets linked with the
24059         CoreAudio framework
24060
24061 2004-06-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
24062
24063         * configure.ac:
24064         Whoops, my fault...fixed build issues
24065
24066 2004-06-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
24067
24068         * configure.ac:
24069         Add objective-c support if running in Darwin/Mac OS X
24070         * sys/Makefile.am:
24071         * sys/osxvideo:
24072         * sys/osxvideo/Makefile.am:
24073         * sys/osxvideo/osxvideosink.h:
24074         * sys/osxvideo/osxvideosink.m:
24075         * sys/osxvideo/cocoawindow.h:
24076         * sys/osxvideo/cocoawindow.m:
24077         Add osxvideosink, a cocoa-based osx video sink
24078
24079
24080 2004-06-19  Jan Schmidt  <thaytan@mad.scientist.com>
24081         * ext/dvdnav/gst-dvd:
24082         Grab the gconf key from the right spot
24083         * gst/debug/gstnavseek.c: (gst_navseek_init),
24084         (gst_navseek_segseek), (gst_navseek_handle_src_event),
24085         (gst_navseek_chain):
24086         * gst/debug/gstnavseek.h:
24087           Add 's', 'e' and 'l' keypresses to navseek to define the start,end
24088           and loop parameters of a segment seek.
24089         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_init),
24090         (gst_videotestsrc_get_event_masks),
24091         (gst_videotestsrc_handle_src_event), (gst_videotestsrc_get):
24092         * gst/videotestsrc/gstvideotestsrc.h:
24093           Add seeking support to videotestsrc
24094           Initialise the timestamp_offset variable.
24095
24096 2004-06-18  Wim Taymans  <wim@fluendo.com>
24097
24098         * ext/sidplay/gstsiddec.cc:
24099         Fix negotiation and set correct end offset.
24100
24101 2004-06-18  Thomas Vander Stichele  <thomas at apestaart dot org>
24102
24103         * configure.ac: branch and prerelease
24104
24105 2004-06-17  Thomas Vander Stichele  <thomas at apestaart dot org>
24106
24107         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init),
24108         (gst_tcpclientsrc_getcaps), (gst_tcpclientsrc_get),
24109         (gst_tcpclientsrc_init_receive):
24110         * gst/tcp/gsttcpclientsrc.h:
24111           read caps when connecting to server for GDP so we set them correctly
24112
24113 2004-06-17  Thomas Vander Stichele  <thomas at apestaart dot org>
24114
24115         * gst/videorate/gstvideorate.c: (gst_videorate_chain):
24116           notify drops and duplicates
24117         * gst/videoscale/videoscale.c: (videoscale_get_structure):
24118           no good reason to limit ourselves to 100x100
24119
24120 2004-06-17  Thomas Vander Stichele  <thomas at apestaart dot org>
24121
24122         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init), (gst_v4lsrc_init),
24123         (gst_v4lsrc_open), (gst_v4lsrc_src_link), (gst_v4lsrc_getcaps),
24124         (gst_v4lsrc_get), (gst_v4lsrc_set_property),
24125         (gst_v4lsrc_get_property):
24126         * sys/v4l/gstv4lsrc.h:
24127         * sys/v4l/v4l_calls.c: (gst_v4l_set_window_properties),
24128         (gst_v4l_open), (gst_v4l_get_picture), (gst_v4l_get_audio),
24129         (gst_v4l_set_audio):
24130         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_grab_frame),
24131         (gst_v4lsrc_try_capture):
24132         * sys/v4l/v4lsrc_calls.h:
24133           change try_palette to more general try_capture
24134           add autoprobe option so we can turn off autoprobing
24135           various fixes
24136
24137 2004-06-17  Thomas Vander Stichele  <thomas at apestaart dot org>
24138
24139         * configure.ac:
24140           add videorate
24141         * sys/ximage/ximagesink.c: (gst_ximagesink_finalize),
24142         (gst_ximagesink_class_init):
24143         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_finalize),
24144         (gst_xvimagesink_class_init):
24145           run them as finalize, not dispose, since dispose can be invoked
24146           multiple times
24147
24148 2004-06-17  Wim Taymans  <wim@fluendo.com>
24149
24150         * ext/alsa/gstalsa.c: (gst_alsa_init), (gst_alsa_dispose),
24151         (gst_alsa_get_time), (gst_alsa_xrun_recovery):
24152         * ext/alsa/gstalsa.h:
24153         * ext/alsa/gstalsaclock.c: (gst_alsa_clock_get_type):
24154         * ext/alsa/gstalsasrc.c: (gst_alsa_src_init), (gst_alsa_src_loop),
24155         (gst_alsa_src_change_state):
24156         * ext/alsa/gstalsasrc.h:
24157         Make the xrun code timestamp and offset the buffers correctly.
24158         moved the clock to the base class, use alsa methods to get time.
24159         Do correct timestamping on outgoing buffers.
24160
24161 2004-06-17  Wim Taymans  <wim@fluendo.com>
24162
24163         * gst/audiorate/Makefile.am:
24164         * gst/audiorate/gstaudiorate.c: (gst_audiorate_get_type),
24165         (gst_audiorate_base_init), (gst_audiorate_class_init),
24166         (gst_audiorate_link), (gst_audiorate_init), (gst_audiorate_chain),
24167         (gst_audiorate_set_property), (gst_audiorate_get_property),
24168         (gst_audiorate_change_state), (plugin_init):
24169         Added an audiorate converter that fills in gaps.
24170
24171 2004-06-17  Johan Dahlin  <johan@gnome.org>
24172
24173         * ext/tcp/*: Revert Zaheer changes, to make things actually work again.
24174
24175 2004-06-16  Wim Taymans  <wim@fluendo.com>
24176
24177         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get):
24178         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_sync_mode_get_type),
24179         (gst_v4lsrc_class_init), (gst_v4lsrc_init), (gst_v4lsrc_get_fps),
24180         (gst_v4lsrc_get), (gst_v4lsrc_set_property),
24181         (gst_v4lsrc_get_property):
24182         * sys/v4l/gstv4lsrc.h:
24183         Added a copy mode to v4lsrc where it will output a copied version
24184         of its internal hardware buffer.
24185         Fix the wrong FLAG_SET usage. The flags are integers, not bits, you
24186         can't | them.
24187
24188 2004-06-16  Wim Taymans  <wim@fluendo.com>
24189
24190         * sys/oss/gstosssrc.c: (gst_osssrc_get):
24191         Timestamp fixes.
24192
24193 2004-06-16  Wim Taymans  <wim@fluendo.com>
24194
24195         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_sync_mode_get_type),
24196         (gst_v4lsrc_class_init), (gst_v4lsrc_init), (gst_v4lsrc_get_fps),
24197         (gst_v4lsrc_get), (gst_v4lsrc_set_property),
24198         (gst_v4lsrc_get_property):
24199         * sys/v4l/gstv4lsrc.h:
24200         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay):
24201         Added a sync mode enum property to control v4lsrc timestamp method
24202         Removed the use-fixed-fps property and moved functionality in
24203         the enum.
24204         Don't error on an error value from v4l-conf, it might not always
24205         be a real error.
24206
24207 2004-06-16  Wim Taymans  <wim@fluendo.com>
24208
24209         * gst/videorate/Makefile.am:
24210         * gst/videorate/gstvideorate.c: (gst_videorate_get_type),
24211         (gst_videorate_base_init), (gst_videorate_class_init),
24212         (gst_videorate_getcaps), (gst_videorate_link),
24213         (gst_videorate_init), (gst_videorate_chain),
24214         (gst_videorate_set_property), (gst_videorate_get_property),
24215         (gst_videorate_change_state), (plugin_init):
24216         Added a video timestamp corrector.
24217
24218 2004-06-15  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
24219
24220         fixed a potential leak with previous commit
24221
24222         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head):
24223
24224 2004-06-15  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
24225
24226         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head):
24227         Added missing refcount, fixes bug #144425
24228         Cheers Tim for finding the bug
24229
24230 2004-06-15  Thomas Vander Stichele  <thomas at apestaart dot org>
24231
24232         * sys/v4l/gstv4l.c: (plugin_init):
24233         * sys/v4l/gstv4lcolorbalance.c:
24234         * sys/v4l/gstv4lcolorbalance.h:
24235         * sys/v4l/gstv4lelement.c:
24236         * sys/v4l/gstv4lelement.h:
24237         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_class_init):
24238         * sys/v4l/gstv4lmjpegsink.h:
24239         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_class_init):
24240         * sys/v4l/gstv4lmjpegsrc.h:
24241         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get_fps_list),
24242         (gst_v4lsrc_get_fps), (gst_v4lsrc_srcconnect),
24243         (gst_v4lsrc_getcaps), (gst_v4lsrc_get):
24244         * sys/v4l/gstv4lsrc.h:
24245         * sys/v4l/gstv4ltuner.c:
24246         * sys/v4l/gstv4ltuner.h:
24247         * sys/v4l/gstv4lxoverlay.c:
24248         * sys/v4l/gstv4lxoverlay.h:
24249         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay),
24250         (gst_v4l_set_window), (gst_v4l_enable_overlay):
24251         * sys/v4l/v4l_calls.c: (gst_v4l_set_window_properties),
24252         (gst_v4l_open), (gst_v4l_get_picture), (gst_v4l_get_audio),
24253         (gst_v4l_set_audio):
24254         * sys/v4l/v4l_calls.h:
24255         * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_sync_thread),
24256         (gst_v4lmjpegsink_queue_frame), (gst_v4lmjpegsink_sync_frame),
24257         (gst_v4lmjpegsink_set_buffer), (gst_v4lmjpegsink_set_playback),
24258         (gst_v4lmjpegsink_playback_init),
24259         (gst_v4lmjpegsink_playback_start), (gst_v4lmjpegsink_get_buffer),
24260         (gst_v4lmjpegsink_play_frame), (gst_v4lmjpegsink_wait_frame),
24261         (gst_v4lmjpegsink_playback_stop),
24262         (gst_v4lmjpegsink_playback_deinit):
24263         * sys/v4l/v4lmjpegsink_calls.h:
24264         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_queue_frame),
24265         (gst_v4lmjpegsrc_sync_next_frame), (gst_v4lmjpegsrc_set_buffer),
24266         (gst_v4lmjpegsrc_set_capture), (gst_v4lmjpegsrc_set_capture_m),
24267         (gst_v4lmjpegsrc_capture_init), (gst_v4lmjpegsrc_capture_start),
24268         (gst_v4lmjpegsrc_grab_frame), (gst_v4lmjpegsrc_requeue_frame),
24269         (gst_v4lmjpegsrc_capture_stop), (gst_v4lmjpegsrc_capture_deinit):
24270         * sys/v4l/v4lmjpegsrc_calls.h:
24271         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_queue_frame),
24272         (gst_v4lsrc_sync_frame), (gst_v4lsrc_set_capture),
24273         (gst_v4lsrc_capture_init), (gst_v4lsrc_capture_start),
24274         (gst_v4lsrc_grab_frame), (gst_v4lsrc_requeue_frame),
24275         (gst_v4lsrc_capture_stop), (gst_v4lsrc_capture_deinit),
24276         (gst_v4lsrc_try_palette):
24277         * sys/v4l/v4lsrc_calls.h:
24278           bunch of paranoia cleanups
24279
24280 2004-06-14  David Schleef  <ds@schleef.org>
24281
24282         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_init),
24283         (cdparanoia_get), (cdparanoia_open), (cdparanoia_change_state):
24284         Send discont events and change timestamps appropriately when
24285         we get a seek event.  (bug #144240)
24286         * ext/cdparanoia/gstcdparanoia.h:
24287
24288 2004-06-14  Benjamin Otte  <otte@gnome.org>
24289
24290         * ext/alsa/gstalsa.c: Use snd_pcm_hw_params_set_rate _near instead of
24291           snd_pcm_hw_params_set_rate  since the latter fails for no good
24292           reason on some setups.
24293
24294 2004-06-14  David Schleef  <ds@schleef.org>
24295
24296         * gst/volume/demo.c: (value_changed_callback): exp10() is not
24297         standard.  Thank you for playing.
24298
24299 2004-06-14  Wim Taymans  <wim@fluendo.com>
24300
24301         * gst/ffmpegcolorspace/imgconvert.c: (img_convert):
24302         Patch 1.3 broke the ordering of the colorspace info and
24303         made the plugin basically work by coincidence, reordered
24304         the info.
24305
24306 2004-06-14  Thomas Vander Stichele  <thomas at apestaart dot org>
24307
24308         * ext/lame/gstlame.c:
24309         * ext/mad/gstmad.c:
24310           sync caps.  Make sure mad can only output a list of rates, not
24311           a full range.  In the future, have three caps lists for each of the
24312           mpeg versions.  Change mpegversion to a double as well.
24313
24314 2004-06-14  Thomas Vander Stichele  <thomas at apestaart dot org>
24315
24316         * gst/volume/.cvsignore:
24317         * gst/volume/Makefile.am:
24318         * gst/volume/demo.c: (value_changed_callback), (idler),
24319         (setup_gui), (main):
24320           added small demo app
24321
24322 2004-06-13  Jan Schmidt  <thaytan@mad.scientist.com>
24323         * ext/esd/esdsink.c: (gst_esdsink_change_state):
24324         * ext/esd/esdsink.h:
24325         Close the esd connection on pause, because esd will just wait -
24326         blocking all other esd clients indefinitely.
24327
24328 2004-06-12  Christophe Fergeau  <teuf@gnome.org>
24329
24330         * gst/tags/gstvorbistag.c: replaced a g_warning which I added in my
24331           previous commit with GST_DEBUG
24332
24333 2004-06-12  Thomas Vander Stichele  <thomas at apestaart dot org>
24334
24335         * configure.ac:
24336           add a header check for a dvdread header in dvdnav.  Fixes #133002
24337
24338 2004-06-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
24339
24340         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_init_send):
24341         * gst/tcp/gsttcpclientsink.h:
24342         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init_receive):
24343         * gst/tcp/gsttcpclientsrc.h:
24344         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_init),
24345         (gst_tcpserversink_handle_server_read),
24346         (gst_tcpserversink_init_send):
24347         * gst/tcp/gsttcpserversink.h:
24348         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_init_receive):
24349         * gst/tcp/gsttcpserversrc.h:
24350         Modified the tcp plugins so they are portable (IPv4,IPv6, any future
24351         version of IP)
24352
24353 2004-06-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
24354
24355         * configure.ac:
24356         Added ogg library so that OSX detects libtheora properly
24357
24358 2004-06-11  Wim Taymans  <wim@fluendo.com>
24359
24360         * ext/theora/theoradec.c: (theora_dec_chain),
24361         (theora_dec_change_state):
24362         Don't try to decode frames before we received a keyframe.
24363
24364 2004-06-11  Wim Taymans  <wim@fluendo.com>
24365
24366         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
24367         (gst_ogg_mux_init), (gst_ogg_mux_next_buffer),
24368         (gst_ogg_mux_get_headers), (gst_ogg_mux_set_header_on_caps),
24369         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop),
24370         (gst_ogg_mux_get_property), (gst_ogg_mux_set_property):
24371         Added property to set the maximum delay of a page.
24372
24373 2004-06-10  Wim Taymans  <wim@fluendo.com>
24374
24375         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
24376         (gst_ogg_mux_init), (gst_ogg_mux_next_buffer),
24377         (gst_ogg_mux_get_headers), (gst_ogg_mux_set_header_on_caps),
24378         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop),
24379         (gst_ogg_mux_get_property), (gst_ogg_mux_set_property):
24380         Added max-delay property to control the maximum amount
24381         of data to put in one page.
24382
24383 2004-06-10  Wim Taymans  <wim@fluendo.com>
24384
24385         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
24386         (gst_theora_enc_init), (theora_enc_sink_link),
24387         (theora_buffer_from_packet), (theora_enc_set_property),
24388         (theora_enc_get_property):
24389         Set duration on encoded buffer, added some more properties
24390
24391 2004-06-10  Wim Taymans  <wim@fluendo.com>
24392
24393         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
24394         (gst_ogg_mux_get_headers), (gst_ogg_mux_set_header_on_caps),
24395         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop):
24396         * ext/theora/theoraenc.c: (theora_enc_chain):
24397         Fix refcounting bugs
24398
24399 2004-06-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
24400
24401         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_init),
24402         (gst_asf_demux_loop), (gst_asf_demux_process_file),
24403         (gst_asf_demux_process_data), (gst_asf_demux_handle_data),
24404         (gst_asf_demux_process_object), (gst_asf_demux_get_stream),
24405         (gst_asf_demux_process_chunk), (gst_asf_demux_handle_sink_event),
24406         (gst_asf_demux_handle_src_event), (gst_asf_demux_handle_src_query),
24407         (gst_asf_demux_change_state):
24408         * gst/asfdemux/gstasfdemux.h:
24409           You know Chimaira? "I - HATE - EVERYTHING". Yeah, that's what this
24410           feels like. I think we should set a new requirement for demuxers
24411           from now on to implement sane loop functions, data loops, query
24412           and seek functions before first commit into CVS. And this commit
24413           fixes all of the above.
24414
24415 2004-06-10  Christophe Fergeau  <teuf@gnome.org>
24416
24417         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_add): make sure parsed
24418           vorbis comments are properly encoded in UTF-8 before adding them
24419           to a GstTagList
24420
24421 2004-06-09  Benjamin Otte  <otte@gnome.org>
24422
24423         * ext/alsa/gstalsa.c: (add_channels):
24424           handle min <= max correctly
24425         * ext/alsa/gstalsa.c: (gst_alsa_fixate_to_mimetype),
24426         (gst_alsa_fixate_field_nearest_int), (gst_alsa_fixate):
24427           add fixation functions so we fixate correctly. No preferring of alaw
24428           anymore because it's the first structure.
24429         * ext/alsa/gstalsa.h:
24430         * ext/alsa/gstalsa.c: (gst_alsa_sw_params_dump),
24431         (gst_alsa_hw_params_dump):
24432           add functions to ease debugging in alsalib
24433         * ext/alsa/gstalsa.c: (gst_alsa_probe_hw_params),
24434         (gst_alsa_set_hw_params), (gst_alsa_set_sw_params),
24435         (gst_alsa_start_audio):
24436           only specify hw params if we really setup a format (fixes #134007 -
24437           or at least works around it)
24438
24439 2004-06-09  Wim Taymans  <wim@fluendo.com>
24440
24441         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
24442         (gst_ogg_mux_next_buffer), (gst_ogg_mux_buffer_from_page),
24443         (gst_ogg_mux_push_page), (gst_ogg_mux_get_headers),
24444         (gst_ogg_mux_set_header_on_caps), (gst_ogg_mux_send_headers),
24445         (gst_ogg_mux_loop):
24446         Use stream caps to setup the initial pages in the ogg stream.
24447         Correctly set the streamheader caps on the srcpad.
24448
24449 2004-06-09  Thomas Vander Stichele  <thomas at apestaart dot org>
24450
24451         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get_fps_list),
24452         (gst_v4lsrc_get_fps), (gst_v4lsrc_srcconnect),
24453         (gst_v4lsrc_getcaps):
24454         * sys/v4l/v4l_calls.c: (gst_v4l_set_window_properties),
24455         (gst_v4l_get_picture), (gst_v4l_get_audio), (gst_v4l_set_audio):
24456           add querying of fps lists for webcams.  Negotiating to a framerate
24457           now works.
24458
24459 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
24460
24461         * ext/theora/theoraenc.c: (theora_buffer_from_packet),
24462         (theora_push_buffer), (theora_push_packet),
24463         (theora_set_header_on_caps), (theora_enc_chain):
24464           mark buffers and put on streamheader, raw theora streaming
24465           now works too, whee
24466
24467 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
24468
24469         * gst/tcp/gsttcp.c: (gst_tcp_gdp_read_header),
24470         (gst_tcp_gdp_read_caps):
24471           do a looping read for caps and GDP headers too
24472
24473 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
24474
24475         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get):
24476         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_get):
24477           return EOS instead of NULL in _get
24478
24479 2004-06-08  Wim Taymans  <wim@fluendo.com>
24480
24481         * gst/tcp/gsttcp.c: (gst_tcp_gdp_read_header),
24482         (gst_tcp_gdp_read_caps), (gst_tcp_gdp_write_header),
24483         (gst_tcp_gdp_write_caps):
24484         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get):
24485         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_gdp_read_caps),
24486         (gst_tcpserversrc_gdp_read_header), (gst_tcpserversrc_get):
24487         Memory leak fixes
24488
24489 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
24490
24491         * ext/vorbis/Makefile.am:
24492         * ext/vorbis/vorbis.c: (plugin_init):
24493         * ext/vorbis/vorbisparse.c: (gst_vorbis_parse_base_init),
24494         (gst_vorbis_parse_class_init), (gst_vorbis_parse_init),
24495         (vorbis_parse_set_header_on_caps), (vorbis_parse_chain),
24496         (vorbis_parse_change_state):
24497         * ext/vorbis/vorbisparse.h:
24498           adding a vorbisparse element that marks the buffers, streaming
24499           raw vorbis using GDP now works, whee
24500
24501 2004-06-08  Wim Taymans  <wim@fluendo.com>
24502
24503         * ext/jpeg/Makefile.am:
24504         * ext/jpeg/README:
24505         * ext/jpeg/gstjpeg.c: (plugin_init):
24506         * ext/jpeg/gstsmokedec.c: (gst_smokedec_get_type),
24507         (gst_smokedec_base_init), (gst_smokedec_class_init),
24508         (gst_smokedec_init), (gst_smokedec_link), (gst_smokedec_chain):
24509         * ext/jpeg/gstsmokedec.h:
24510         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_get_type),
24511         (gst_smokeenc_base_init), (gst_smokeenc_class_init),
24512         (gst_smokeenc_init), (gst_smokeenc_getcaps), (gst_smokeenc_link),
24513         (gst_smokeenc_resync), (gst_smokeenc_chain),
24514         (gst_smokeenc_set_property), (gst_smokeenc_get_property):
24515         * ext/jpeg/gstsmokeenc.h:
24516         * ext/jpeg/smokecodec.c: (smokecodec_init_destination),
24517         (smokecodec_flush_destination), (smokecodec_term_destination),
24518         (smokecodec_init_source), (smokecodec_fill_input_buffer),
24519         (smokecodec_skip_input_data), (smokecodec_resync_to_restart),
24520         (smokecodec_term_source), (smokecodec_encode_new),
24521         (smokecodec_decode_new), (smokecodec_info_free),
24522         (smokecodec_set_quality), (smokecodec_get_quality),
24523         (smokecodec_set_threshold), (smokecodec_get_threshold),
24524         (smokecodec_set_bitrate), (smokecodec_get_bitrate),
24525         (find_best_size), (abs_diff), (put), (smokecodec_encode),
24526         (smokecodec_parse_header), (smokecodec_decode):
24527         * ext/jpeg/smokecodec.h:
24528         Added a new simple jpeg based codec
24529
24530 2004-06-08  Wim Taymans  <wim@fluendo.com>
24531
24532         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
24533         (gst_multipart_mux_loop):
24534         Fix memory leak
24535
24536 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
24537
24538         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get):
24539         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_client_remove),
24540         (gst_tcpserversink_handle_client_read), (gst_tcp_buffer_write),
24541         (gst_tcpserversink_handle_client_write), (gst_tcpserversink_chain),
24542         (gst_tcpserversink_init_send), (gst_tcpserversink_close):
24543         * gst/tcp/gsttcpserversink.h:
24544           take streamheader into account
24545
24546 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
24547
24548         * gst/level/Makefile.am:
24549         * gst/level/gstlevel.c: (gst_level_class_init):
24550           clean up marshal generation
24551
24552 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
24553
24554         * gst/tcp/Makefile.am:
24555         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_get_type),
24556         (gst_tcpclientsink_class_init), (gst_tcpclientsink_init),
24557         (gst_tcpclientsink_set_property), (gst_tcpclientsink_get_property):
24558         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_class_init),
24559         (gst_tcpclientsrc_init), (gst_tcpclientsrc_set_property),
24560         (gst_tcpclientsrc_get_property):
24561         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
24562         (gst_tcpserversink_init), (gst_tcpserversink_handle_server_read),
24563         (gst_tcpserversink_handle_client_read),
24564         (gst_tcpserversink_handle_client_write),
24565         (gst_tcpserversink_set_property), (gst_tcpserversink_get_property):
24566         * gst/tcp/gsttcpserversink.h:
24567           add signals client-added and client-removed
24568         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_class_init),
24569         (gst_tcpserversrc_init), (gst_tcpserversrc_set_property),
24570         (gst_tcpserversrc_get_property):
24571         uniformized, change default protocol to NONE
24572         * gst/tcp/gsttcp-marshal.list: added
24573 2004-06-07  Benjamin Otte  <otte@gnome.org>
24574
24575         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
24576           handle discont events if they happen before caps nego
24577
24578 2004-06-07  Wim Taymans  <wim@fluendo.com>
24579
24580         * gst/multipart/multipartdemux.c: (gst_multipart_demux_base_init),
24581         (gst_multipart_find_pad_by_mime), (gst_multipart_demux_chain),
24582         (gst_multipart_demux_plugin_init):
24583         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
24584         (gst_multipart_mux_init), (gst_multipart_mux_loop),
24585         (gst_multipart_mux_change_state):
24586         Small updates, fix a memleak
24587
24588 2004-06-07  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
24589
24590         * configure.ac: OSS portability
24591         * ext/arts/gst_arts.c: idem
24592         * sys/oss/gstosselement.c: idem
24593         * sys/oss/gstossmixer.c: idem
24594         * sys/oss/gstosssink.c: idem
24595         * sys/oss/gstosssrc.c: idem
24596         * sys/oss/oss_probe.c: idem
24597           - check for soundcard.h in different places for some BSD
24598
24599 2004-06-07  Jan Schmidt <thaytan@mad.scientist.com>
24600
24601         * AUTHORS:
24602         Add me to the authors file
24603         * configure.ac:
24604         Increase the libdv requirement to >= version 0.100
24605         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_src_convert),
24606         (gst_dvdec_src_query), (gst_dvdec_handle_sink_event),
24607         (gst_dvdec_push), (gst_dvdec_loop), (gst_dvdec_change_state):
24608         * ext/dv/gstdvdec.h:
24609         Add support for the new_media flag when sending DISCONT events
24610         Make the querying work when video pad is not linked
24611
24612 2004-06-07  Tim-Philipp Müller  <t.i.m@zen.co.uk>
24613
24614         reviewed by Benjamin Otte  <otte@gnome.org>
24615
24616         * gst/mixmatrix/mixmatrix.c: (gst_mixmatrix_init):
24617           create a NULL-initialized array of pads, so we don't think they
24618           exist already. (fixes #143130)
24619
24620 2004-06-07  Benjamin Otte  <otte@gnome.org>
24621
24622         * gst/mixmatrix/mixmatrix.c: (gst_mixmatrix_init),
24623         (mixmatrix_resize), (gst_mixmatrix_set_all_caps),
24624         (gst_mixmatrix_request_new_pad), (gst_mixmatrix_loop):
24625           don't use // coments
24626
24627 2004-06-07  Benjamin Otte  <otte@gnome.org>
24628
24629         * ext/alsa/gstalsa.c: (gst_alsa_samples_to_timestamp):
24630           cast to GstClockTime to get higher granularity
24631         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
24632           use gst_element_set_time_delay to get the exact time
24633         * ext/mad/gstmad.c: (gst_mad_chain):
24634           use the negotiated rate instead of the current frame's rate which
24635           might be wrong because of bit errors. This avoids emitting totally
24636           bogus timestamps and screwing sync.
24637         (fixes #143454)
24638
24639 2004-06-07  Tim-Philipp Müller  <t.i.m@zen.co.uk>
24640
24641         reviewed by Benjamin Otte  <otte@gnome.org>
24642
24643         * gst/adder/gstadder.c: (gst_adder_loop):
24644           properly error out when no negotiation has happened yet. (fixes
24645           #143032)
24646
24647 2004-06-06  Benjamin Otte  <otte@gnome.org>
24648
24649         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event):
24650           forward correctly transformed offset in discont events. Based on
24651           patch by Arwed v. Merkatz. (fixes #142851)
24652
24653 2004-06-06  David Schleef  <ds@schleef.org>
24654
24655         * gst/ffmpegcolorspace/gstffmpegcodecmap.c: that's
24656         G_HAVE_GNUC_VARARGS, not G_HAVE_GNU_VARARGS.  Should fix compile
24657         problems on several systems.
24658
24659 2004-06-06  Benjamin Otte  <otte@gnome.org>
24660
24661         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init):
24662           use explicit caps on the srcpad
24663         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
24664           properly error out if caps couldn't be set (fixes #142764)
24665
24666 2004-06-06  Benjamin Otte  <otte@gnome.org>
24667
24668         * ext/alsa/gstalsa.c: (gst_alsa_probe_hw_params),
24669         (gst_alsa_set_hw_params), (gst_alsa_set_sw_params),
24670         (gst_alsa_start_audio):
24671           - don't call set_periods_integer anymore, it breaks the
24672           configuration randomly
24673           - call snd_pcm_hw_params_set_access directly instead of using masks
24674           - don't fail if the sw_params can't be set, just use the default
24675           params and hope it works. Alsalib has weird issues when you touch
24676           sw_params and does no proper error reporting about what failed.
24677         * ext/alsa/gstalsa.c: (gst_alsa_open_audio),
24678         (gst_alsa_close_audio):
24679           make our alsa debugging go via gst debugging and not conditionally
24680           defined
24681         * ext/alsa/gstalsa.h:
24682           add ALSA_DEBUG_FLUSH macro
24683         * ext/alsa/gstalsaplugin.c: (gst_alsa_error_wrapper),
24684         (plugin_init):
24685           wrap alsa errors to be printed via the gst debugging system and not
24686           spammed to stderr
24687
24688 2004-06-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
24689
24690         * gst/qtdemux/qtdemux.c: (gst_qtdemux_init),
24691         (gst_qtdemux_handle_src_query), (gst_qtdemux_handle_src_event),
24692         (gst_qtdemux_handle_sink_event), (gst_qtdemux_change_state),
24693         (gst_qtdemux_loop_header), (qtdemux_dump_mvhd),
24694         (qtdemux_parse_trak):
24695         * gst/qtdemux/qtdemux.h:
24696           Bitch. Also known as seeking, querying & co.
24697         * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_chain),
24698         (gst_osssink_change_state):
24699         * sys/oss/gstosssink.h:
24700           Resyncing is for weenies, this hack is no longer needed and was
24701           broken anyway (since it - unintendedly - always leaves resync to
24702           TRUE).
24703
24704 2004-06-05  Andrew Turner <zxombie@hotpop.com>
24705
24706         * gst/tcp/gsttcp.c: portability (Solaris 10/FreeBSD)
24707         * gst/tcp/gsttcpclientsrc.h: idem
24708           - define MSG_NOSIGNAL if not done
24709           - include unistd.h for off_t
24710           (fixes #143749)
24711
24712 2004-06-05  Benjamin Otte  <otte@gnome.org>
24713
24714         * configure.ac:
24715         * ext/kio/Makefile.am:
24716           check for qt's moc preprocessor explicitly and use it
24717
24718 2004-06-03  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
24719
24720         * gst/tcp/gsttcp.c: (gst_tcp_socket_write):
24721           don't get a signal for EPIPE on socket writes
24722           (somebody check if this works on other platforms)
24723
24724 2004-06-02  Thomas Vander Stichele  <thomas at apestaart dot org>
24725
24726         * ext/alsa/gstalsaclock.c: (gst_alsa_clock_get_type):
24727         * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
24728           check error condition on available samples correctly
24729
24730 2004-06-02  Thomas Vander Stichele  <thomas at apestaart dot org>
24731
24732         * ext/alsa/gstalsasrc.c: (gst_alsa_src_get_time):
24733           avoid a segfault
24734         * gst/tcp/gsttcp.c: (gst_tcp_socket_write), (gst_tcp_socket_read),
24735         (gst_tcp_gdp_read_header), (gst_tcp_gdp_read_caps):
24736         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_gdp_read_caps),
24737         (gst_tcpserversrc_gdp_read_header):
24738          use ssize_t over size_t since the former is signed and thus the
24739          check for error codes can work
24740
24741 2004-06-02  Wim Taymans  <wim@fluendo.com>
24742
24743         reviewed by: Johan
24744
24745         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
24746         (gst_multipart_mux_loop):
24747         Oops
24748
24749 2004-06-02  Wim Taymans  <wim@fluendo.com>
24750
24751         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
24752         (gst_multipart_mux_init), (gst_multipart_mux_loop),
24753         (gst_multipart_mux_get_property), (gst_multipart_mux_set_property),
24754         (gst_multipart_mux_change_state):
24755         Added configurable boundary specifier, added the value as a
24756         caps field as well.
24757
24758 2004-06-02  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
24759
24760         * gst/tcp/gsttcp.c:
24761         * gst/tcp/gsttcpclientsrc.c:
24762         * gst/tcp/gsttcpclientsrc.h:
24763         * gst/tcp/gsttcpserversrc.c:
24764           - portability fix, to compile on OSX
24765             (fixes #143146)
24766
24767         * sys/osxaudio/gstosxaudioelement.c:
24768         * sys/osxaudio/gstosxaudiosink.c:
24769         * sys/osxaudio/gstosxaudiosrc.c:
24770           - compilation warnings on OSX
24771             (fixes #143153)
24772
24773 2004-06-02  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
24774
24775         * ext/vorbis/vorbisdec.c : sign warning fixes
24776
24777         * gst-libs/gst/mixer/mixertrack.c :
24778           do no use defines which are glib 2.4 specific
24779
24780 2004-06-01  Christophe Fergeau  <teuf@gnome.org>
24781
24782         * ext/flac/gstflactag.c: strip ending framing bit from vorbiscomment
24783           buffer since libflac doesn't expect it (reports a sync error when
24784           it encounters that)
24785
24786
24787 2004-06-01  Owen Fraser-Green  <owen@discobabe.net>
24788
24789         * gst-libs/gst/mixer/mixertrack.h: Changed struct syntax
24790         * gst-libs/gst/mixer/mixertrack.c:
24791         (gst_mixer_track_get_property), (get_mixer_track_init),
24792         (get_mixer_track_get_property): Added property accessors
24793         * gst-libs/gst/mixer/mixeroptions.h: Changed struct syntax
24794         * gst-libs/gst/mixer/mixeroptions.c:
24795         (gst_mixer_options_get_values): Added
24796         * gst-libs/gst/mixer/mixer.h: Changed GstMixerClass syntax
24797         * gst-libs/gst/mixer/mixer.c: Fixed comment
24798
24799
24800 2004-06-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
24801
24802         * ext/alsa/gstalsa.c: (gst_alsa_open_audio):
24803           improve error messages on open
24804
24805
24806 2004-06-01  Thomas Vander Stichele  <thomas at apestaart dot org>
24807
24808         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay):
24809           check if v4l-conf is in path
24810
24811 2004-06-01  Thomas Vander Stichele  <thomas at apestaart dot org>
24812
24813         * gst-libs/gst/media-info/media-info-priv.c: (gmi_set_mime):
24814           change assert to a more readable error message
24815
24816 2004-05-31  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
24817
24818         * gst-libs/gst/tuner/tunerchannel.h:
24819           - add a freq_multiplicator field to make the conversion
24820             between internal frequency unit and Hz
24821         * sys/v4l/gstv4lelement.c:
24822         * sys/v4l2/gstv4l2element.c:
24823           - change default video device to /dev/video0
24824         * sys/v4l/v4l_calls.c:
24825         * sys/v4l2/v4l2_calls.c:
24826           - we only expose frequency to the user in Hz instead of
24827             bastard v4lX unit (either 62.5kHz or 62.5Hz)
24828
24829 2004-05-31  Jan Schmidt  <thaytan@mad.scientist.com>
24830         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
24831           Initialise b_o_s and e_o_s variables
24832         * gst-libs/gst/riff/riff-media.c:
24833         (gst_riff_create_video_caps_with_data):
24834           Add some unusual fourcc's from mplayer avi's
24835         * gst/multipart/multipartmux.c: (gst_multipart_mux_plugin_init):
24836           Make the muxer have rank GST_RANK_NONE, so it doesn't mess up
24837           autoplugging.
24838
24839 2004-05-28  Wim Taymans  <wim@fluendo.com>
24840
24841         * configure.ac:
24842         * gst/alpha/Makefile.am:
24843         * gst/alpha/gstalpha.c: (gst_alpha_method_get_type),
24844         (gst_alpha_get_type), (gst_alpha_base_init),
24845         (gst_alpha_class_init), (gst_alpha_init), (gst_alpha_set_property),
24846         (gst_alpha_get_property), (gst_alpha_sink_link), (gst_alpha_add),
24847         (gst_alpha_chroma_key), (gst_alpha_chain),
24848         (gst_alpha_change_state), (plugin_init):
24849         A plugin to add an alpha channel to I420 video. Can optionally do
24850         chroma keying.
24851         * gst/multipart/Makefile.am:
24852         * gst/multipart/multipart.c: (plugin_init):
24853         * gst/multipart/multipartdemux.c: (gst_multipart_demux_base_init),
24854         (gst_multipart_demux_class_init), (gst_multipart_demux_init),
24855         (gst_multipart_demux_finalize), (gst_multipart_demux_handle_event),
24856         (gst_multipart_find_pad_by_mime), (gst_multipart_demux_chain),
24857         (gst_multipart_demux_change_state),
24858         (gst_multipart_demux_plugin_init):
24859         * gst/multipart/multipartmux.c: (gst_multipart_mux_get_type),
24860         (gst_multipart_mux_base_init), (gst_multipart_mux_class_init),
24861         (gst_multipart_mux_get_sink_event_masks), (gst_multipart_mux_init),
24862         (gst_multipart_mux_sinkconnect), (gst_multipart_mux_pad_link),
24863         (gst_multipart_mux_pad_unlink),
24864         (gst_multipart_mux_request_new_pad),
24865         (gst_multipart_mux_handle_src_event),
24866         (gst_multipart_mux_next_buffer), (gst_multipart_mux_compare_pads),
24867         (gst_multipart_mux_queue_pads), (gst_multipart_mux_loop),
24868         (gst_multipart_mux_get_property), (gst_multipart_mux_set_property),
24869         (gst_multipart_mux_change_state), (gst_multipart_mux_plugin_init):
24870         A Multipart demuxer/muxer. Not sure if it violates specs. Used to
24871         send multipart jpeg images to a browser.
24872         * gst/videobox/Makefile.am:
24873         * gst/videobox/README:
24874         * gst/videobox/gstvideobox.c: (gst_video_box_fill_get_type),
24875         (gst_video_box_get_type), (gst_video_box_base_init),
24876         (gst_video_box_class_init), (gst_video_box_init),
24877         (gst_video_box_set_property), (gst_video_box_get_property),
24878         (gst_video_box_sink_link), (gst_video_box_i420),
24879         (gst_video_box_ayuv), (gst_video_box_chain),
24880         (gst_video_box_change_state), (plugin_init):
24881         Crops or adds borders around an image. can do alpha channel
24882         borders as well.
24883         * gst/videomixer/Makefile.am:
24884         * gst/videomixer/README:
24885         * gst/videomixer/videomixer.c: (gst_videomixer_pad_get_type),
24886         (gst_videomixer_pad_base_init), (gst_videomixer_pad_class_init),
24887         (gst_videomixer_pad_get_sink_event_masks),
24888         (gst_videomixer_pad_get_property),
24889         (gst_videomixer_pad_set_property),
24890         (gst_videomixer_pad_sinkconnect), (gst_videomixer_pad_link),
24891         (gst_videomixer_pad_unlink), (gst_videomixer_pad_init),
24892         (gst_video_mixer_background_get_type), (gst_videomixer_get_type),
24893         (gst_videomixer_base_init), (gst_videomixer_class_init),
24894         (gst_videomixer_init), (gst_videomixer_request_new_pad),
24895         (gst_videomixer_handle_src_event),
24896         (gst_videomixer_blend_ayuv_i420), (gst_videomixer_fill_checker),
24897         (gst_videomixer_fill_color), (gst_videomixer_fill_queues),
24898         (gst_videomixer_blend_buffers), (gst_videomixer_update_queues),
24899         (gst_videomixer_loop), (gst_videomixer_get_property),
24900         (gst_videomixer_set_property), (gst_videomixer_change_state),
24901         (plugin_init):
24902         Generic video mixer plugin, can handle multiple inputs all with
24903         different framerates and video sizes. Is fully alpha channel
24904         aware.
24905
24906 2004-05-27  Ronald Bultje  <rbultje@ronald.bitfreak.net>
24907
24908         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
24909           Select first track as master track. Not sure how else to handle
24910           that...
24911         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer):
24912           Discard discont events. Should fix #142962.
24913
24914 2004-05-26  Ronald Bultje  <rbultje@ronald.bitfreak.net>
24915
24916         * ext/alsa/Makefile.am:
24917         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_interface_init),
24918         (gst_alsa_mixer_build_list), (gst_alsa_mixer_get_volume),
24919         (gst_alsa_mixer_set_volume), (gst_alsa_mixer_set_mute),
24920         (gst_alsa_mixer_set_record), (gst_alsa_mixer_set_option),
24921         (gst_alsa_mixer_get_option):
24922         * ext/alsa/gstalsamixer.h:
24923         * ext/alsa/gstalsamixeroptions.c:
24924         (gst_alsa_mixer_options_get_type),
24925         (gst_alsa_mixer_options_class_init), (gst_alsa_mixer_options_init),
24926         (gst_alsa_mixer_options_new):
24927         * ext/alsa/gstalsamixeroptions.h:
24928         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
24929         * ext/alsa/gstalsamixertrack.h:
24930           Add enumerations (as GstMixerOptions). Make correct distinction
24931           between input/output tracks. Add capture/playback private flag.
24932           Use flag to decide on whether to set capture or playback volumes
24933           or switches. Use playback and record switches.
24934         * gst-libs/gst/mixer/Makefile.am:
24935         * gst-libs/gst/mixer/mixer-marshal.list:
24936         * gst-libs/gst/mixer/mixer.c: (gst_mixer_class_init),
24937         (gst_mixer_set_option), (gst_mixer_get_option),
24938         (gst_mixer_mute_toggled), (gst_mixer_record_toggled),
24939         (gst_mixer_volume_changed), (gst_mixer_option_changed):
24940         * gst-libs/gst/mixer/mixer.h:
24941         * gst-libs/gst/mixer/mixeroptions.c: (gst_mixer_options_get_type),
24942         (gst_mixer_options_class_init), (gst_mixer_options_init),
24943         (gst_mixer_options_dispose):
24944         * gst-libs/gst/mixer/mixeroptions.h:
24945           Add GstMixerOptions.
24946         * sys/oss/gstosselement.c: (gst_osselement_class_probe_devices):
24947           Rename Audio Mixer to OSS Mixer (similar to Alsa Mixer). Fix
24948           broken device detection on computers with multiple OSS sound
24949           cards.
24950
24951 2004-05-26  Benjamin Otte  <in7y118@public.uni-hamburg.de>
24952
24953         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_fixate):
24954           fixate nicely even when the peer is not negotiating
24955
24956 2004-05-25  Benjamin Otte  <in7y118@public.uni-hamburg.de>
24957
24958         * gst/audioconvert/gstaudioconvert.c:
24959         (gst_audio_convert_parse_caps):
24960           make sure we don't allow depth > width
24961         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_fixate):
24962           fixate endianness to G_BYTE_ORDER as default
24963         * gst/audioscale/gstaudioscale.c:
24964           we don't handle another endianness as host-endianness
24965
24966 2004-05-25  David Schleef  <ds@schleef.org>
24967
24968         * gst/ffmpegcolorspace/mem.c:  malloc() is in stdlib.h, not malloc.h
24969
24970 2004-05-24  Benjamin Otte  <otte@gnome.org>
24971
24972         * ext/vorbis/oggvorbisenc.c: (gst_oggvorbisenc_sinkconnect),
24973         (gst_oggvorbisenc_setup):
24974           properly fail when we can't setup the vorbis encoder due to
24975           unsupported settings
24976         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_sinkconnect),
24977         (gst_vorbisenc_setup):
24978           same
24979         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
24980           fix case where warnings occured when one pad was unlinked while the
24981           other's link function was called
24982
24983 2004-05-24  Thomas Vander Stichele  <thomas at apestaart dot org>
24984
24985         * gst/tcp/Makefile.am:
24986           use GST_ENABLE_NEW
24987
24988 2004-05-24  Benjamin Otte  <in7y118@public.uni-hamburg.de>
24989
24990         * gst-libs/gst/resample/private.h:
24991           don't use optimizations that are #if 0'ed
24992
24993 2004-05-24  Wim Taymans  <wim@fluendo.com>
24994
24995         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query):
24996         Fix potential division by zero error and hopefully get
24997         the position query right to get correct timestamps on avi
24998         audio.
24999
25000 2004-05-24  Wim Taymans  <wim@fluendo.com>
25001
25002         * gst/videoscale/videoscale.c: (gst_videoscale_scale_nearest),
25003         (gst_videoscale_scale_nearest_str2),
25004         (gst_videoscale_scale_nearest_str4),
25005         (gst_videoscale_scale_nearest_32bit),
25006         (gst_videoscale_scale_nearest_24bit),
25007         (gst_videoscale_scale_nearest_16bit):
25008         Fix the scaling algorithm and avoid a buffer overflow.
25009         removed the while loop in the scaling function as it
25010         was used for point sampling only.
25011
25012 2004-05-24  Benjamin Otte  <in7y118@public.uni-hamburg.de>
25013
25014         * ext/mad/gstid3tag.c: (gst_id3_tag_get_type),
25015         (gst_id3_tag_class_init), (gst_id3_tag_init),
25016         (gst_id3_tag_set_property), (gst_id3_tag_get_tag_to_render),
25017         (gst_id3_tag_handle_event), (gst_id3_tag_do_caps_nego),
25018         (gst_id3_tag_send_tag_event):
25019           lots of fixes to make id3mux work and id3demux work correctly
25020
25021 2004-05-24  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
25022
25023         * ext/Makefile.am:
25024           add rules to build shout2send (was removed by accident
25025           when this module was no more marked experimental/broken)
25026
25027 2004-05-24  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
25028
25029         * ext/shout2/gstshout2.c:
25030         * ext/shout2/gstshout2.h:
25031           adding a "connection problem" signal to shout2send
25032           (fixes #142954)
25033
25034 2004-05-21  Thomas Vander Stichele  <thomas at apestaart dot org>
25035
25036         * ext/kio/kioreceiver.cpp:
25037         * ext/kio/kioreceiver.h:
25038           fix sign comparison issues
25039
25040 2004-05-21  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
25041
25042         * gst/cdxaparse/gstcdxaparse.c:
25043         * gst/cdxaparse/gstcdxaparse.h:
25044           some renaming
25045           add some checks/sanity
25046           prepare for seek addition
25047
25048         * sys/sunaudio/gstsunaudio.c:
25049           remove exported dupe init function
25050
25051 2004-05-21  Jan Schmidt  <thaytan@mad.scientist.com>
25052
25053         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_get_formats),
25054         (gst_dvdec_src_convert), (gst_dvdec_sink_convert):
25055           Fix format conversion and position querying.
25056         * gst/debug/progressreport.c: (gst_progressreport_report):
25057           Don't output a bogus total value that we didn't query.
25058         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
25059           Always set XV_AUTOPAINT_COLORKEY to true. Fixes xvimagesink showing
25060           only a blank window after xine has been used.
25061
25062 2004-05-21  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
25063
25064         * m4/as-arts.m4:
25065           sync with upstream version to fix test on FC2
25066           readd with -ko to preserve Id header
25067
25068 2004-05-20  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
25069
25070         * configure.ac:
25071           test for FIONREAD ioctl in sys/filio.h for Solaris compat.
25072         * gst/tcp/gsttcpclientsrc.c: idem
25073         * gst/tcp/gsttcpserversink.c: idem
25074         * gst/tcp/gsttcpserversrc.c: idem
25075         * m4/gst-fionread.m4: idem
25076
25077         * sys/sunaudio/gstsunaudio.c: change category to Sink/Audio
25078
25079         * configure.ac: enable speex plugin for speex 1.1.5+
25080         * ext/speex/gstspeexenc.c: fix cast warning
25081
25082         * ext/esd/README: fix typo
25083
25084 2004-05-20  David Schleef  <ds@schleef.org>
25085
25086         * configure.ac: Minor cosmetic change to convince the buildbot to
25087         reautogen.
25088         * sys/sunaudio/gstsunaudio.c: (gst_sunaudiosink_class_init),
25089         (gst_sunaudiosink_init), (gst_sunaudiosink_getcaps),
25090         (gst_sunaudiosink_pad_link), (gst_sunaudiosink_chain),
25091         (gst_sunaudiosink_setparams), (gst_sunaudiosink_open),
25092         (gst_sunaudiosink_close), (gst_sunaudiosink_change_state),
25093         (gst_sunaudiosink_set_property), (gst_sunaudiosink_get_property):
25094         More hacking.  Plays audio now.
25095
25096 2004-05-20  David Schleef  <ds@schleef.org>
25097
25098         * configure.ac:
25099         * sys/Makefile.am:
25100
25101 2004-05-20  David Schleef  <ds@schleef.org>
25102
25103         * sys/osxaudio/Makefile.am:  New OS X audio plugin by Zaheer Abbas Merali
25104         * sys/osxaudio/gstosxaudio.c:
25105         * sys/osxaudio/gstosxaudioelement.c:
25106         * sys/osxaudio/gstosxaudioelement.h:
25107         * sys/osxaudio/gstosxaudiosink.c:
25108         * sys/osxaudio/gstosxaudiosink.h:
25109         * sys/osxaudio/gstosxaudiosrc.c:
25110         * sys/osxaudio/gstosxaudiosrc.h:
25111
25112 2004-05-20  Thomas Vander Stichele  <thomas at apestaart dot org>
25113
25114         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_set_header_on_caps),
25115         (gst_vorbisenc_chain):
25116           put the codec headers on the caps as streamheader as well as
25117           pushing them out
25118
25119 2004-05-20  Thomas Vander Stichele  <thomas at apestaart dot org>
25120
25121         * ext/vorbis/vorbisenc.c: (vorbis_granule_time_copy),
25122         (gst_vorbisenc_buffer_from_packet), (gst_vorbisenc_push_buffer),
25123         (gst_vorbisenc_push_packet), (gst_vorbisenc_chain):
25124         split up push_packet into two functions
25125
25126 2004-05-20  Thomas Vander Stichele  <thomas at apestaart dot org>
25127
25128         * gst/tcp/.cvsignore:
25129           ignore enums
25130         * gst/tcp/Makefile.am:
25131         * gst/tcp/README:
25132         * gst/tcp/gsttcp.c:
25133         * gst/tcp/gsttcp.h:
25134         * gst/tcp/gsttcpclientsink.c:
25135         * gst/tcp/gsttcpclientsink.h:
25136         * gst/tcp/gsttcpclientsrc.c:
25137         * gst/tcp/gsttcpclientsrc.h:
25138         * gst/tcp/gsttcpplugin.c:
25139         * gst/tcp/gsttcpserversink.c:
25140         * gst/tcp/gsttcpserversink.h:
25141         * gst/tcp/gsttcpserversrc.c:
25142         * gst/tcp/gsttcpserversrc.h:
25143           add new tcp elements
25144
25145 2004-05-19  Wim Taymans  <wim@fluendo.com>
25146
25147         * gst/law/mulaw-conversion.c: (mulaw_encode):
25148         Fix overflow bug in ulaw encoding.
25149
25150 2004-05-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
25151
25152         * ext/mad/gstmad.c: (gst_mad_handle_event):
25153           don't unref the event twice
25154
25155 2004-05-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
25156
25157         * configure.ac:
25158           remove -Wno-sign-compare
25159
25160 2004-05-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
25161
25162         * configure.ac:
25163           remove -DG_DISABLE_DEPRECATED. It's not usable without workarounds
25164           if you want to work against glib 2.2 and 2.4
25165
25166 2004-05-19  Thomas Vander Stichele  <thomas at apestaart dot org>
25167
25168         * gst/tcp/Makefile.am:
25169         * gst/tcp/gsttcp.c:
25170         * gst/tcp/gsttcp.h:
25171         * gst/tcp/gsttcpsink.h:
25172         * gst/tcp/gsttcpsrc.h:
25173           gsttcp -> gsttcpplugin + CVS surgery in preparation for tcp merge
25174
25175 2004-05-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
25176
25177         * gst/debug/tests.c: (md5_get_value):
25178           fix segfault on gst-inspect
25179
25180 2004-05-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
25181
25182         * gst/debug/testplugin.c:
25183         * gst/debug/tests.c:
25184         * gst/debug/tests.h:
25185           add new extensible and configurable testing element. Current tests
25186           include buffer count, stream length, timestamp/duration matching and
25187           md5.
25188         * gst/debug/Makefile.am:
25189         * gst/debug/gstdebug.c: (plugin_init):
25190           add infrastructure for new element
25191
25192 2004-05-19  Johan Dahlin  <johan@gnome.org>
25193
25194         * ext/dv/gstdvdec.c (gst_dvdec_quality_get_type): Add proper
25195         ending of the array. Fixes gst-inspect segfault on ppc.
25196
25197 2004-05-19  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
25198
25199         * ext/dirac/gstdiracdec.cc : change category to Codec/Decoder/Video
25200
25201         * m4/a52.m4 : don't fix a test that should fail with current a52dec lib
25202
25203 2004-05-18  David Schleef  <ds@schleef.org>
25204
25205         * gst/ffmpegcolorspace/imgconvert.c: (img_convert): Fixes for
25206         warnings (bugs, actually) noticed by gcc but not forte.
25207
25208 2004-05-18  David Schleef  <ds@schleef.org>
25209
25210         * sys/sunaudio/Makefile.am:
25211         * sys/sunaudio/gstsunaudio.c: New sunaudiosink
25212
25213 2004-05-18  David Schleef  <ds@schleef.org>
25214
25215         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
25216         (gst_qtdemux_loop_header):  Patch from dcm@acm.org (David Moore)
25217         to allow qtdemux to use non-seekable streams. (bug #142272)
25218
25219 2004-05-18  David Schleef  <ds@schleef.org>
25220
25221         * gst-libs/gst/resample/resample.c: (gst_resample_sinc_ft_s16),
25222         (gst_resample_sinc_ft_float): Remove use of static temporary
25223         buffer.  This code was obviously not supposed to last long, but
25224         it's stuck in our ABI, so it required a little hack to make it
25225         ABI-compatible.  Fixes #142585.
25226         * gst-libs/gst/resample/resample.h: same.
25227
25228 2004-05-18  David Schleef  <ds@schleef.org>
25229
25230         * configure.ac: Add sunaudio
25231         * examples/Makefile.am: make gstplay depend on gconf
25232         * gst/ffmpegcolorspace/gstffmpegcodecmap.c: Remove c99-isms
25233         * gst/ffmpegcolorspace/imgconvert.c: (build_rgb_palette),
25234         (convert_table_lookup), (img_convert): remove c99-isms
25235         * gst/ffmpegcolorspace/imgconvert_template.h: make a constant
25236           unsigned, to fix a warning on Solaris
25237         * gst/mpeg1sys/systems.c: bcopy->memcpy
25238         * gst/rtjpeg/RTjpeg.c: (RTjpeg_yuvrgb8): bcopy->memcpy
25239         * sys/Makefile.am: Add sunaudio
25240
25241 2004-05-18  Wim Taymans  <wim@fluendo.com>
25242
25243         * ext/ogg/gstoggmux.c: (gst_ogg_mux_get_type), (gst_ogg_mux_init),
25244         (gst_ogg_mux_sinkconnect), (gst_ogg_mux_request_new_pad),
25245         (gst_ogg_mux_next_buffer), (gst_ogg_mux_push_page),
25246         (gst_ogg_mux_compare_pads), (gst_ogg_mux_queue_pads),
25247         (gst_ogg_mux_loop):
25248         Fix an ugly memleak where the muxer didn't flush enough ogg
25249         pages. This also resulted in badly muxed ogg files.
25250
25251 2004-05-18  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
25252
25253         * gst/asfdemux/asfheaders.c :
25254         * gst/asfdemux/asfheaders.h :
25255         * gst/asfdemux/gstasfdemux.c :
25256           - fix ASF_OBJ_PADDING guid
25257           - add 3 new object guids (language list, metadata,
25258             extended stream properties)
25259           - add a function to parse extended header objects
25260
25261 2004-05-18  Benjamin Otte  <in7y118@public.uni-hamburg.de>
25262
25263         * sys/oss/gstosselement.c: (gst_osselement_sync_parms):
25264           remove leftover debugging g_print
25265
25266 2004-05-17  Ronald Bultje  <rbultje@ronald.bitfreak.net>
25267
25268         * ext/mad/gstmad.c: (gst_mad_handle_event):
25269           Fix for when the first format in a discont event is not a
25270           byte-based one. Should fix #137710.
25271
25272 2004-05-18  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
25273
25274         * m4/a52.m4 : fix compilation with -Wall -Werror
25275         * m4/libfame.m4 : idem
25276         * m4/libmikmod.m4 : idem
25277
25278 2004-05-17  Benjamin Otte  <otte@gnome.org>
25279
25280         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_comment):
25281           signal the new tags before giving up the reference
25282
25283 2004-05-17  Benjamin Otte  <in7y118@public.uni-hamburg.de>
25284
25285         * ext/shout2/gstshout2.c:
25286           use application/ogg instead of application/x-ogg (patch by Patrick
25287           Guimond, fixes #142432)
25288         * sys/oss/gstosselement.c: (gst_osselement_reset),
25289         (gst_osselement_sync_parms):
25290           don't set fragment size unless specified (fixes #142493)
25291
25292 2004-05-17  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
25293
25294         * configure.ac : fix compilation of v4l2src with "-Wall -Werror"
25295           fixes #142664
25296
25297 2004-05-17  Benjamin Otte  <otte@gnome.org>
25298
25299         * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
25300           compute offsets correctly for internal buffers so timestamps are set
25301           correctly when we can't seek. Also handle cases where there are no
25302           offsets. (based on a patch by David Moore, fixes #142507)
25303
25304 2004-05-17  Benjamin Otte  <otte@gnome.org>
25305
25306         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
25307           use correct variable when determining amount of data to skip so we
25308           don't skip into the void and segfault
25309
25310 2004-05-16  Benjamin Otte  <otte@gnome.org>
25311
25312         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_audio_caps):
25313           Hi, I'm a memleak
25314
25315 2004-05-16  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
25316
25317         * gst/asfdemux/gstasfdemux.c:
25318           - fix a mem leak and always propagate tags
25319           - add WMV3 to known video codecs (but no decoder yet)
25320           - replace "surplus data" at end of audio header for what
25321             it is : codec specific data
25322           - fix a typo
25323
25324 2004-05-16  Arwed v. Merkatz  <v.merkatz@gmx.net>
25325
25326         reviewed by: Ronald Bultje  <rbultje@ronald.bitfreak.net>
25327
25328         * gst-libs/gst/audio/audioclock.c:
25329           Fix wrong return type (#142205).
25330
25331 2004-05-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
25332
25333         * ext/mad/gstmad.c: (gst_mad_class_init), (gst_mad_init):
25334           Ignore CRCs by default (fixes #142566).
25335
25336 2004-05-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
25337
25338         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_open),
25339         (gst_alsa_mixer_close), (gst_alsa_mixer_supported),
25340         (gst_alsa_mixer_build_list), (gst_alsa_mixer_free_list),
25341         (gst_alsa_mixer_change_state), (gst_alsa_mixer_list_tracks),
25342         (gst_alsa_mixer_get_volume), (gst_alsa_mixer_set_volume),
25343         (gst_alsa_mixer_set_mute), (gst_alsa_mixer_set_record):
25344           Fix for cases where we fail to attach to a mixer.
25345
25346 2004-05-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
25347
25348         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_seek):
25349           Don't touch events after not owning them anymore.
25350         * gst/wavparse/gstwavparse.c: (gst_wavparse_base_init),
25351         (gst_wavparse_fmt), (gst_wavparse_other),
25352         (gst_wavparse_handle_seek), (gst_wavparse_loop),
25353         (gst_wavparse_pad_convert), (gst_wavparse_pad_query),
25354         (gst_wavparse_srcpad_event):
25355         * gst/wavparse/gstwavparse.h:
25356           Add seeking, fix querying.
25357
25358 2004-05-16  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
25359
25360         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_comment):
25361           - process comments even if they don't end with \0\0
25362             g_convert would ignore them if present and works well without them
25363
25364 2004-05-16  Benjamin Otte  <otte@gnome.org>
25365
25366         * ext/alsa/gstalsa.c: (gst_alsa_caps), (gst_alsa_get_caps):
25367           simplify caps
25368
25369 2004-05-16  Benjamin Otte  <otte@gnome.org>
25370
25371         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_comment):
25372           don't write to memory we might not write to - g_convert does that
25373           for us anyway (fixes #142613)
25374         (gst_asf_demux_audio_caps):
25375           comment out gst_util_dump_mem
25376
25377 2004-05-16  Benjamin Otte  <otte@gnome.org>
25378
25379         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
25380           compute correct expected timestamps after seek (broken since
25381           last commit)
25382         * ext/gdk_pixbuf/pixbufscale.c: (pixbufscale_init):
25383           rename element and debugging category to gdkpixbufscale
25384
25385 2004-05-16  Benjamin Otte  <otte@gnome.org>
25386
25387         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
25388           add error checking to snd_pcm_delay and remove duplicate call to
25389           snd_pcm_delay that caused issues (see inline code comments)
25390         * ext/alsa/gstalsasink.c: (gst_alsa_sink_get_time):
25391           make more readable and fix return value when snd_pcm_delay fails
25392         (fixes #142586)
25393
25394 2004-05-15  Jan Schmidt  <thaytan@mad.scientisti.com>
25395         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_method_get_type),
25396         (gst_pixbufscale_get_type), (gst_pixbufscale_base_init),
25397         (gst_pixbufscale_class_init), (gst_pixbufscale_getcaps),
25398         (gst_pixbufscale_link), (gst_pixbufscale_init),
25399         (gst_pixbufscale_handle_src_event), (pixbufscale_scale),
25400         (gst_pixbufscale_chain), (gst_pixbufscale_set_property),
25401         (gst_pixbufscale_get_property), (pixbufscale_init):
25402         * ext/gdk_pixbuf/pixbufscale.h:
25403         Add these files I forgot earlier
25404
25405 2004-05-15  Jan Schmidt  <thaytan@mad.scientist.com>
25406         * ext/gdk_pixbuf/Makefile.am:
25407         * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init):
25408         * ext/gdk_pixbuf/gstgdkpixbuf.h:
25409         Add new pixbufscale element to scale RGB video
25410         using gdk_pixbuf, because gdk_pixbuf does BILINEAR
25411         and HYPER interpolation correctly.
25412         * ext/theora/theoraenc.c: (theora_enc_chain),
25413         Discard buffer and return if explicit caps could not be set
25414         (theora_enc_get_property):
25415         Make _get return kbps for the bitrate consistent with
25416         the _set function.
25417
25418
25419 2004-05-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
25420
25421         * ext/libvisual/visual.c: (gst_visual_chain):
25422           add missing visual_audio_analyze
25423
25424 2004-05-14  David Schleef  <ds@schleef.org>
25425
25426         * ext/esd/esdsink.c: (gst_esdsink_chain): Fix crash when ESD
25427         is killed while we're playing.
25428         * gst/qtdemux/qtdemux.c: (qtdemux_parse): call
25429         gst_element_no_more_pads().
25430
25431 2004-05-14  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
25432
25433         * gst-libs/gst/riff/riff-read.c :
25434           - fix INFO tag extraction in RIFF/AVI files
25435             because gst_event_unref (event) also freed taglist
25436           - avoid a mem leak
25437
25438 2004-05-13  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
25439
25440         * ext/mad/gstid3tag.c : move from "Codec/(Dem/M)uxer" to "Codec/(Dem/M)uxer/Audio"
25441         * gst/wavenc/gstwavenc.c : move from "Codec/Encoder/Audio" to "Codec/Muxer/Audio"
25442
25443         * gst/auparse/gstauparse.c :
25444           - add code (commented for now) to support audio/x-adpcm on src pad
25445             (we have no decoder for those layout yet)
25446
25447         * gst/cdxaparse/gstcdxaparse.c :
25448         * gst/cdxaparse/gstcdxaparse.h :
25449           - partial rewrite using RiffRead (ripped iain's wavparse code)
25450
25451         * gst/rtp/gstrtpL16enc.c : typo
25452         * gst/rtp/gstrtpgsmenc.c : typo
25453
25454 2004-05-13  Benjamin Otte  <otte@gnome.org>
25455
25456         * configure.ac:
25457           check for exact version of libvisual, it's not supposed to be
25458           API/ABI stable yet
25459
25460 2004-05-13  Benjamin Otte  <in7y118@public.uni-hamburg.de>
25461
25462         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_push):
25463           signal no-more-pads
25464
25465 2004-05-13  Jan Schmidt  <thaytan@mad.scientist.com>
25466
25467         * ext/dv/gstdvdec.c: (gst_dvdec_src_convert)
25468         Report which format was used for GST_FORMAT_DEFAULT
25469         * gst/debug/Makefile.am:
25470         * gst/debug/gstdebug.c: (plugin_init):
25471         * gst/debug/progressreport.c: (gst_progressreport_base_init),
25472         (gst_progressreport_class_init), (gst_progressreport_init),
25473         (gst_progressreport_report), (gst_progressreport_set_property),
25474         (gst_progressreport_get_property), (gst_progressreport_chain),
25475         (gst_progressreport_plugin_init):
25476         Add progressreport element for testing.
25477
25478 2004-05-13  Thomas Vander Stichele  <thomas at apestaart dot org>
25479
25480         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get), (gst_v4lsrc_change_state):
25481         * sys/v4l/gstv4lsrc.h:
25482         * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_playback_init):
25483         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_capture_init):
25484         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_capture_init),
25485         (gst_v4lsrc_grab_frame):
25486           add more debugging
25487           send a discont at start
25488
25489 2004-05-12  Colin Walters  <walters@redhat.com>
25490
25491         * gst/asfdemux/gstasfdemux.c (gst_asf_demux_process_segment): Avoid
25492         inflooping if we can't find a chunk.  Or in other words, don't blow
25493         chunks if we don't have a chunk to blow.
25494
25495 2004-05-13  Jan Schmidt  <thaytan@mad.scientist.com>
25496         * ext/audiofile/gstafsrc.c: (gst_afsrc_get):
25497         Remove old debug output
25498         * ext/dv/gstdvdec.c: (gst_dvdec_quality_get_type),
25499         (gst_dvdec_class_init), (gst_dvdec_loop), (gst_dvdec_change_state),
25500         (gst_dvdec_set_property), (gst_dvdec_get_property):
25501         Change the quality setting to an enum, so it works from gst-launch
25502         Don't renegotiate a non-linked pad. Allows audio only decoding.
25503         * gst/deinterlace/gstdeinterlace.c: (gst_deinterlace_getcaps),
25504         (gst_deinterlace_link), (gst_deinterlace_init):
25505         * gst/videodrop/gstvideodrop.c: (gst_videodrop_getcaps),
25506         (gst_videodrop_link):
25507         Some caps negotiation fixes
25508
25509 2004-05-12  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
25510
25511         * ext/tarkin/gsttarkin.c :
25512           - Change RANK from NONE to PRIMARY
25513         * ext/gdk_pixbuf/gstgdkpixbuf.c :
25514           - Change RANK from NONE to MARGINAL
25515         * ext/divx/gstdivxenc.c :
25516           - Change RANK from PRIMARY to NONE (encoder/spider issue)
25517
25518 2004-05-12  Thomas Vander Stichele  <thomas at apestaart dot org>
25519
25520         * ext/vorbis/vorbisenc.c: (vorbis_granule_time_copy),
25521         (gst_vorbisenc_push_packet):
25522           copy a function that was added between 1.0 and 1.0.1 until we
25523           depend on worthwhile features of post-1.0
25524
25525 2004-05-12  Benjamin Otte  <in7y118@public.uni-hamburg.de>
25526
25527         * configure.ac:
25528           enable shout2 by default
25529         * ext/shout2/gstshout2.c: (gst_shout2send_protocol_get_type),
25530         (gst_shout2send_base_init), (gst_shout2send_init),
25531         (gst_shout2send_connect), (gst_shout2send_change_state):
25532         * ext/shout2/gstshout2.h:
25533           make this work again. Based on a patch by Zaheer Abbas Merali (fixes
25534           #142262)
25535         * ext/theora/theora.c: (plugin_init):
25536           don't set rank on encoders
25537
25538 2004-05-11  Jeremy Simon  <jesimon@libertysurf.fr>
25539
25540         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_audio_caps):
25541           Use codec_data property instead of flag1 and flag2 for wma
25542
25543 2004-05-11  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
25544
25545         * gst/cdxaparse/gstcdxaparse.c :
25546           - Add mpegversion to CAPS to make it link
25547           - Rank is as GST_RANK_SECONDARY instead of NONE
25548         * gst/auparse/gstauparse.c :
25549           - Document all audio encoding we can encounter from Solaris 9
25550             headers and libsndfile information.
25551           - Increase max. rate from 48000 to 192000 (to match other elements)
25552           - Don't try to play junk data between header and samples
25553
25554 2004-05-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
25555
25556         * ext/libvisual/visual.c: (gst_visual_getcaps):
25557           use the right caps depending on endianness (I hope)
25558         * ext/ogg/gstoggmux.c: (gst_ogg_mux_plugin_init):
25559           use GST_RANK_NONE for all non-decoding elements or spider gets
25560           mighty confused
25561
25562 2004-05-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
25563
25564         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_comment):
25565           Fix some odd cases and fix BE metadata parsing of unicode16 text.
25566
25567 2004-05-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
25568
25569         * gst/switch/gstswitch.c: (gst_switch_release_pad),
25570         (gst_switch_request_new_pad), (gst_switch_poll_sinkpads),
25571         (gst_switch_loop), (gst_switch_get_type):
25572           whoever that was: DO NOT IMPORT PRIVATE SYMBOLS THAT ARE NOT IN
25573           HEADERS. Had to be said.
25574
25575 2004-05-10  David Schleef  <ds@schleef.org>
25576
25577         * configure.ac: Add prototype Dirac support.
25578         * ext/Makefile.am:
25579         * ext/dirac/Makefile.am:
25580         * ext/dirac/gstdirac.cc:
25581         * ext/dirac/gstdiracdec.cc:
25582
25583 2004-05-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
25584
25585         * gst/auparse/gstauparse.c: (gst_auparse_class_init),
25586         (gst_auparse_init), (gst_auparse_chain),
25587         (gst_auparse_change_state):
25588           Hack around spider. Remove me some day please.
25589
25590 2004-05-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
25591
25592         * gst/auparse/gstauparse.c: (gst_auparse_chain):
25593           Fix for some uninitialized variables in previous patch, also
25594           makes it work. Fixes #142286 while we're at it.
25595
25596 2004-05-11  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
25597
25598         * gst/auparse/gstauparse.c:
25599                 fixes a-law, adds mu-law, linear pcm (8,16,24,32), ieee (32, 64)
25600                 only unsupported formats are ADPCM/CCITT G.72x
25601                 reviewed by Ronald
25602         * gst-libs/gst/audio/audio.h: adds 24bit depth to PCM (x-raw-int)
25603
25604 2004-05-10  Wim Taymans  <wim@fluendo.com>
25605
25606         * ext/vorbis/Makefile.am:
25607         * ext/vorbis/README:
25608         * ext/vorbis/oggvorbisenc.c: (gst_oggvorbisenc_get_formats),
25609         (oggvorbisenc_get_type), (vorbis_caps_factory), (raw_caps_factory),
25610         (gst_oggvorbisenc_base_init), (gst_oggvorbisenc_class_init),
25611         (gst_oggvorbisenc_sinkconnect), (gst_oggvorbisenc_convert_src),
25612         (gst_oggvorbisenc_convert_sink),
25613         (gst_oggvorbisenc_get_query_types), (gst_oggvorbisenc_src_query),
25614         (gst_oggvorbisenc_init), (gst_oggvorbisenc_get_tag_value),
25615         (gst_oggvorbisenc_metadata_set1), (gst_oggvorbisenc_set_metadata),
25616         (get_constraints_string), (update_start_message),
25617         (gst_oggvorbisenc_setup), (gst_oggvorbisenc_write_page),
25618         (gst_oggvorbisenc_chain), (gst_oggvorbisenc_get_property),
25619         (gst_oggvorbisenc_set_property), (gst_oggvorbisenc_change_state):
25620         * ext/vorbis/oggvorbisenc.h:
25621         * ext/vorbis/vorbis.c: (plugin_init):
25622         * ext/vorbis/vorbisenc.c: (vorbis_caps_factory),
25623         (raw_caps_factory), (gst_vorbisenc_class_init),
25624         (gst_vorbisenc_init), (gst_vorbisenc_setup),
25625         (gst_vorbisenc_push_packet), (gst_vorbisenc_chain),
25626         (gst_vorbisenc_get_property), (gst_vorbisenc_set_property):
25627         * ext/vorbis/vorbisenc.h:
25628         Added a raw vorbis encoder to be used with the oggmuxer.
25629         We still need the old encoder for some gnome applications,
25630         read the README to find out how that works.
25631         The raw encoder is called "rawvorbisenc" until 0.9.
25632
25633 2004-05-10  Wim Taymans  <wim@fluendo.com>
25634
25635         * ext/ogg/gstogg.c: (plugin_init):
25636         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_plugin_init),
25637         (gst_ogg_print):
25638         * ext/ogg/gstoggmux.c: (gst_ogg_mux_get_type),
25639         (gst_ogg_mux_base_init), (gst_ogg_mux_class_init),
25640         (gst_ogg_mux_get_sink_event_masks), (gst_ogg_mux_init),
25641         (gst_ogg_mux_sinkconnect), (gst_ogg_mux_pad_link),
25642         (gst_ogg_mux_pad_unlink), (gst_ogg_mux_request_new_pad),
25643         (gst_ogg_mux_handle_src_event), (gst_ogg_mux_next_buffer),
25644         (gst_ogg_mux_push_page), (gst_ogg_mux_compare_pads),
25645         (gst_ogg_mux_queue_pads), (gst_ogg_mux_loop),
25646         (gst_ogg_mux_get_property), (gst_ogg_mux_set_property),
25647         (gst_ogg_mux_change_state), (gst_ogg_mux_plugin_init):
25648         Added an ogg muxer.
25649         Small typo fixes in the demuxer.
25650
25651 2004-05-10  Wim Taymans  <wim@fluendo.com>
25652
25653         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
25654         (theora_enc_sink_link), (theora_push_packet), (theora_enc_chain),
25655         (theora_enc_change_state), (theora_enc_set_property),
25656         (theora_enc_get_property):
25657         Mark the last packet with an EOS flag which is not really needed
25658         in gstreamer.
25659         Do some better video framerate initialisation.
25660         Update the buffer timestamp.
25661
25662 2004-05-10  Jan Schmidt  <thaytan@mad.scientist.com>
25663
25664         * ext/dv/gstdvdec.c: (gst_dvdec_change_state):
25665         Return the result of the parent state change call
25666
25667 2004-05-10  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
25668
25669         * gst/law/alaw.c : alawdec should be registered with type ALAWDEC, not ALAWENC
25670         * gst/law/alaw-decode.c : put audio/x-alaw on pads, instead of audio/x-mulaw
25671         * gst/law/alaw-encode.c : (idem)
25672         * ext/a52dec/gsta52dec.c : mark audio/a52, audio/ac3 as deprecated in a comment
25673         * gst/ac3parse/gstac3parse.c : audio/ac3 => audio/x-ac3
25674         * gst/realmedia/rmdemux.c : audio/a52 => audio/x-ac3
25675
25676 2004-05-09  Benjamin Otte  <otte@gnome.org>
25677
25678         * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
25679           don't use a fixed buffer size when writing variable length data to
25680           it. Fixes memory corruption and makes alsasrc work
25681
25682 2004-05-09  Ronald Bultje  <rbultje@ronald.bitfreak.net>
25683
25684         * ext/gnomevfs/gstgnomevfssink.c:
25685         (_gst_boolean_allow_overwrite_accumulator),
25686         (gst_gnomevfssink_class_init), (gst_gnomevfssink_open_file):
25687           Run glib's default signal handler (??) in RUN_CLEANUP rather than
25688           RUN_LAST, and don't use that to set the accumulator value because
25689           then it's always FALSE.
25690
25691 2004-05-09  Ronald Bultje  <rbultje@ronald.bitfreak.net>
25692
25693         * gst-libs/gst/riff/riff-media.c:
25694         (gst_riff_create_video_caps_with_data),
25695         (gst_riff_create_audio_caps),
25696         (gst_riff_create_audio_template_caps):
25697         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head):
25698           Fix for unaligned RIFF files (i.e. where all the chunks together
25699           in a LIST chunk are not of the same size as the size given in
25700           the LIST chunk header). Fixes several odd WAVE files. Also fix
25701           ADPCM (block_align property) in audio, so that wavparse based
25702           on this works now as it used to stand-alone.
25703
25704 2004-05-09  Edward Hervey  <bilboed@bilboed.com>
25705
25706         reviewed by Benjamin Otte  <otte@gnome.org>
25707
25708         * ext/a52dec/gsta52dec.c:
25709         * ext/divx/gstdivxdec.c:
25710         * ext/divx/gstdivxenc.c:
25711         * ext/dts/gstdtsdec.c: (gst_dtsdec_base_init):
25712         * ext/faac/gstfaac.c: (gst_faac_base_init):
25713         * ext/faad/gstfaad.c: (gst_faad_base_init):
25714         * ext/ivorbis/vorbisfile.c:
25715         * ext/lame/gstlame.c:
25716         * ext/libfame/gstlibfame.c:
25717         * ext/mpeg2enc/gstmpeg2enc.cc:
25718         * ext/musicbrainz/gsttrm.c: (gst_musicbrainz_base_init):
25719         * ext/sidplay/gstsiddec.cc:
25720         * ext/speex/gstspeexdec.c:
25721         * ext/speex/gstspeexenc.c:
25722         * ext/xvid/gstxviddec.c:
25723         * ext/xvid/gstxvidenc.c:
25724           correct klasses. Mostly s,Codec/(Audio|Video),\1/Codec,
25725           (fixes #142193)
25726
25727 2004-05-08  Ronald Bultje  <rbultje@ronald.bitfreak.net>
25728
25729         * ext/alsa/gstalsa.c: (device_list),
25730         (gst_alsa_class_probe_devices):
25731         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_open):
25732           Fix alsa oddness in mixer after the combination of using mixer
25733           in source/sink elements and using hw:x,y instead of just hw:x.
25734
25735 2004-05-09  Benjamin Otte  <otte@gnome.org>
25736
25737         * gst/wavparse/gstwavparse.c: (gst_wavparse_destroy_sourcepad),
25738         (gst_wavparse_create_sourcepad):
25739           make PAUSED=>READY=>PAUSED=READY work by not destroying NULL
25740           sourcepads
25741
25742 2004-05-09  Benjamin Otte  <otte@gnome.org>
25743
25744         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
25745           allow discont events before caps nego
25746
25747 2004-05-08  Benjamin Otte  <otte@gnome.org>
25748
25749         * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
25750           don't leak events
25751
25752 2004-05-08  Benjamin Otte  <otte@gnome.org>
25753
25754         * gst/level/gstlevel.c: (gst_level_link), (gst_level_chain),
25755         (gst_level_change_state), (gst_level_init):
25756         * gst/level/gstlevel.h:
25757           figure out if we're initialized directly instead of keeping a
25758           variable that's wrong in 90% of cases
25759           don't initialize pads and then leak them and use a new unitialized
25760           pad. (fixes #142084)
25761           these were bugs so n00bish I didn't find them for an hour :/
25762
25763 2004-05-08 Iain <iain@prettypeople.org>
25764
25765         * gst/wavparse/gstwavparse.[ch]: Rewrote to use RiffRead instead.
25766         * gst-libs/gst/riff/riff-read.c (gst_riff_read_peek_head): Unstatic it
25767         (gst_riff_read_element_data): Ditto, and added a got_bytes argument to
25768         return the length that was read.
25769         (gst_riff_read_strf_auds): Allow fmt tags as well.
25770
25771 2004-05-07  David Schleef  <ds@schleef.org>
25772
25773         * ext/faad/gstfaad.c: (gst_faad_sinkconnect): HACK to correct
25774         signed char assumption in faad.h.
25775
25776 2004-05-07  Ronald Bultje  <rbultje@ronald.bitfreak.net>
25777
25778         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_v4l2fourcc_to_caps):
25779           Missing break, detected by Daniel Gazard <daniel.gazard@free.fr>.
25780
25781 2004-05-07  Colin Walters  <walters@redhat.com>
25782
25783         * gst/volume/gstvolume.c (gst_volume_dispose): Unref dpman.
25784         * ext/flac/gstflacdec.c (gst_flacdec_dispose): Add dispose
25785         function.
25786         * gst/audioscale/gstaudioscale.c (gst_audioscale_dispose):
25787         Add dispose function.
25788
25789 2004-05-08  Jan Schmidt  <thaytan@mad.scientist.com>
25790         * ext/dv/gstdvdec.c: (gst_dvdec_video_link):
25791           Fix caps nego and pad templates. RGB mode caps should
25792           work now.
25793         * ext/dvdnav/gst-dvd:
25794           Move mpeg2dec inside the thread because otherwise the
25795           queue rejects cap changes mid-stream
25796         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_get_type),
25797         (gst_mpeg2dec_flush_decoder):
25798           For mpeg2dec > 0.4.0, call the flush function instead of
25799           manually extracting all in-flight frames.
25800         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_factory),
25801         (gst_dv1394src_init), (gst_dv1394src_iso_receive):
25802           Change mime type video/dv go video/x-dv to match the
25803           rest of gst-plugins
25804
25805 2004-05-07  Ronald Bultje  <rbultje@ronald.bitfreak.net>
25806
25807         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
25808         * ext/alsa/gstalsasink.c: (gst_alsa_sink_get_type),
25809         (gst_alsa_sink_class_init):
25810         * ext/alsa/gstalsasink.h:
25811         * ext/alsa/gstalsasrc.c: (gst_alsa_src_get_type),
25812         (gst_alsa_src_class_init):
25813         * ext/alsa/gstalsasrc.h:
25814           Make alsasink/src a subclass of alsamixer so that mixer stuff
25815           shows up in gst-rec. Needs some finetuning.
25816
25817 2004-05-05  Benjamin Otte  <in7y118@public.uni-hamburg.de>
25818
25819         * ext/lame/gstlame.c: (gst_lame_chain):
25820           simplify
25821         * ext/mad/gstmad.c: (gst_mad_handle_event):
25822           fix event leak
25823         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find):
25824           be able to detect mp3 files < 4096 bytes
25825
25826 2004-05-06  Wim Taymans  <wim@fluendo.com>
25827
25828         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
25829         (theora_enc_sink_link), (theora_push_packet), (theora_enc_chain),
25830         (theora_enc_set_property), (theora_enc_get_property):
25831         Also encode the first frame, cleanup some code.
25832
25833 2004-05-06  Wim Taymans  <wim@fluendo.com>
25834
25835         * ext/mpeg2enc/gstmpeg2enc.cc:
25836         Forward events first before deciding that negotiation was
25837         not performed.
25838
25839 2004-05-06  Wim Taymans  <wim@fluendo.com>
25840
25841         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain):
25842         First process the events before deciding that negotiation
25843         was not performed.
25844
25845 2004-05-06  Wim Taymans  <wim@fluendo.com>
25846
25847         * ext/theora/Makefile.am:
25848         * ext/theora/theora.c: (plugin_init):
25849         * ext/theora/theoradec.c: (theora_dec_change_state):
25850         * ext/theora/theoraenc.c: (gst_theora_enc_base_init),
25851         (gst_theora_enc_class_init), (gst_theora_enc_init),
25852         (theora_enc_sink_link), (theora_enc_event), (theora_push_packet),
25853         (theora_enc_chain), (theora_enc_change_state),
25854         (theora_enc_set_property), (theora_enc_get_property):
25855         Added a theora encoder, grouped the encoder and decoder into the
25856         same plugin.
25857
25858 2004-05-05  Thomas Vander Stichele  <thomas at apestaart dot org>
25859
25860         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_get_type),
25861         (gst_jpegenc_chain):
25862         fix DURATION on outgoing buffers
25863         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_handle_sink_event):
25864         debug using time formats
25865         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
25866         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
25867         (gst_xvimagesink_sink_link):
25868         windows with width/height 0 generate X errors, so don't allow them
25869
25870 2004-05-05  Wim Taymans  <wim@fluendo.com>
25871
25872         * ext/mpeg2dec/gstmpeg2dec.c: (src_templ),
25873         (gst_mpeg2dec_base_init), (gst_mpeg2dec_init),
25874         (gst_mpeg2dec_negotiate_format):
25875         * ext/mpeg2dec/gstmpeg2dec.h:
25876           removed the static pad template so that we can add the
25877           more accurate framerate value to the caps.
25878
25879
25880 2004-05-04  Benjamin Otte  <otte@gnome.org>
25881
25882         * configure.ac:
25883           check for kdemacros.h, too (should fix #141821)
25884         * ext/vorbis/vorbisdec.c: (vorbis_dec_event), (vorbis_dec_chain):
25885           don't crash if no header was sent, but nicely error out (fixes part
25886           of #141554)
25887
25888 2004-05-04  Wim Taymans  <wim@fluendo.com>
25889
25890         * ext/mpeg2enc/gstmpeg2enc.cc: (gst_mpeg2enc_dispose): call the
25891         parent dispose function to avoid segfault on destroy.
25892
25893 2004-05-04  Thomas Vander Stichele  <thomas at apestaart dot org>
25894
25895         * sys/ximage/ximagesink.c: (gst_ximagesink_sink_link),
25896         (plugin_init):
25897         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
25898         (gst_xvimagesink_sink_link):
25899         clean up debugging caps
25900         also recreate xvimage when format has changed
25901
25902 2004-05-04  Benjamin Otte  <otte@gnome.org>
25903
25904         * ext/libvisual/Makefile.am:
25905         * ext/libvisual/visual.c: (gst_visual_class_init),
25906         (gst_visual_init), (gst_visual_dispose), (gst_visual_getcaps),
25907         (gst_visual_srclink), (gst_visual_chain),
25908         (gst_visual_change_state), (plugin_init):
25909           use a GstAdapter to correctly adapt buffer sizes - allows using a
25910           framerate
25911
25912 2004-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
25913
25914         * sys/v4l/gstv4lelement.h:
25915         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_class_init):
25916         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get_fps), (gst_v4lsrc_getcaps),
25917         (gst_v4lsrc_buffer_free):
25918         * sys/v4l/v4l_calls.c: (gst_v4l_get_capabilities):
25919         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_queue_frame),
25920         (gst_v4lsrc_sync_frame), (gst_v4lsrc_grab_frame),
25921         (gst_v4lsrc_requeue_frame):
25922         move some debugging categories around
25923         query for fps index and set accordingly if found
25924
25925 2004-05-03  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
25926
25927         * ext/lame/gstlame.c:
25928         correct defaults that lame_init puts out of range
25929
25930 2004-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
25931
25932         * ext/divx/gstdivxenc.c: (gst_divxenc_get_type),
25933         (gst_divxenc_class_init):
25934         fix range since -1 is the default
25935         * gst/mpeg1sys/gstmpeg1systemencode.c:
25936         (gst_mpeg1_system_encode_get_type), (gst_system_encode_multiplex):
25937         * gst/rtjpeg/gstrtjpegdec.c: (gst_rtjpegdec_get_type),
25938         (gst_rtjpegdec_chain):
25939         * gst/rtjpeg/gstrtjpegenc.c: (gst_rtjpegenc_get_type),
25940         (gst_rtjpegenc_chain):
25941         * sys/qcam/gstqcamsrc.c: (gst_autoexp_mode_get_type),
25942         (gst_qcamsrc_get_type), (gst_qcamsrc_change_state):
25943         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_get_type):
25944         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get_type):
25945         * sys/v4l/gstv4lsrc.c:
25946         * sys/v4l/v4l_calls.c: (gst_v4l_open):
25947         * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_playback_init):
25948         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_capture_init):
25949         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_capture_init):
25950         * sys/vcd/vcdsrc.c: (vcdsrc_get_type), (vcdsrc_get):
25951           remove gst_info calls
25952
25953 2004-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
25954
25955         * Makefile.am:
25956         * po/af.po:
25957         * po/az.po:
25958         * po/en_GB.po:
25959         * po/nl.po:
25960         * po/sr.po:
25961         * po/sv.po:
25962           Updated translations
25963
25964 2004-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
25965
25966         * gst/audioconvert/gstaudioconvert.c: (_fixate_caps_to_int):
25967           refactor/comment code
25968
25969 2004-05-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
25970
25971         * gst/asfdemux/Makefile.am:
25972         * gst/asfdemux/asfheaders.c:
25973         * gst/asfdemux/asfheaders.h:
25974         * gst/asfdemux/gstasf.c: (plugin_init):
25975         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_get_type),
25976         (gst_asf_demux_base_init), (gst_asf_demux_process_comment),
25977         (gst_asf_demux_setup_pad):
25978         * gst/asfdemux/gstasfdemux.h:
25979         * gst/asfdemux/gstasfmux.c:
25980         * gst/asfdemux/gstasfmux.h:
25981           Add tagging support to demuxer, split out registration in its own
25982           file instead of in demux (hacky), and prevent having some tables
25983           in our memory multiple times (in asfheaders.h).
25984
25985 2004-05-01  Ronald Bultje  <rbultje@ronald.bitfreak.net>
25986
25987         * gst/matroska/matroska-demux.c:
25988         (gst_matroska_demux_parse_metadata):
25989         * gst/matroska/matroska-ids.h:
25990           Basic tag reading support.
25991
25992 2004-04-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
25993
25994         * gst/matroska/matroska-demux.c: (gst_matroska_demux_audio_caps):
25995           Really detect ac-3 audio.
25996         * gst/typefind/gsttypefindfunctions.c: (matroska_type_find):
25997           really detect matroska files (off-by-1).
25998
25999 2004-04-30  David Schleef  <ds@schleef.org>
26000
26001         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
26002         (gst_qtdemux_add_stream), (qtdemux_parse), (qtdemux_type_get),
26003         (qtdemux_dump_stsz), (qtdemux_dump_stco), (qtdemux_dump_co64),
26004         (qtdemux_dump_unknown), (qtdemux_parse_tree), (qtdemux_parse_udta),
26005         (qtdemux_tag_add), (get_size), (gst_qtdemux_handle_esds): More qtdemux
26006         hackage -- parse a lot more atoms, extract a few tags.  One might even
26007         mistake this for tag support.  Maybe it is.
26008         * gst/qtdemux/qtdemux.h:
26009
26010 2004-04-30  Colin Walters  <walters@verbum.org>
26011
26012         * ext/alsa/gstalsasink.c (gst_alsa_sink_mmap): Plug a memleak.
26013
26014 2004-04-30  Thomas Vander Stichele  <thomas at apestaart dot org>
26015
26016         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
26017         (gst_ffmpegcolorspace_getcaps):
26018           remove broken nego fix
26019
26020 2004-04-30  Benjamin Otte  <otte@gnome.org>
26021
26022         * configure.ac:
26023         * ext/Makefile.am:
26024         * ext/libvisual/Makefile.am:
26025         * ext/libvisual/visual.c:
26026           add initial support for libvisual (http://libvisual.sourceforge.net)
26027           libvisual is still quite alpha, so expect crashes in there :)
26028
26029 2004-04-29  David Schleef  <ds@schleef.org>
26030
26031         * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream), (qtdemux_parse),
26032         (qtdemux_parse_trak), (get_size), (gst_qtdemux_handle_esds): Hacked
26033         up qtdemux to make it spit out codec_data.  Do _not_ look at this
26034         code; you will no longer respect me.
26035
26036 2004-04-29  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
26037
26038         * ext/alsa/gstalsa.c : (gst_alsa_class_probe_devices)
26039         * ext/alsa/gstalsa.h :
26040         change alsa pcm device discovery to find more than 1 device
26041         per card. code review by Ronald.
26042
26043 2004-04-29  David Schleef  <ds@schleef.org>
26044
26045         * sys/oss/gstosselement.c: (gst_osselement_rate_probe_check):
26046         Add a check for a driver bug on FreeBSD.  (bug #140565)
26047
26048 2004-04-29  Thomas Vander Stichele  <thomas at apestaart dot org>
26049
26050         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_get_type):
26051         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_get_type),
26052         (gst_jpegenc_getcaps):
26053           move format setting to inner loop
26054         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
26055         (gst_ffmpegcolorspace_getcaps):
26056           use GST_PAD_CAPS if available so that we use already negotiated
26057           caps
26058         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
26059         (qtdemux_parse_moov), (qtdemux_parse):
26060           extra debugging
26061         * sys/qcam/qcam-Linux.c: (qc_lock_wait), (qc_unlock):
26062         * sys/qcam/qcam-os.c: (qc_lock_wait), (qc_unlock):
26063           move hardcoded path to DEFINE
26064
26065 2004-04-28  David Schleef  <ds@schleef.org>
26066
26067         * gst/speed/gstspeed.c: (speed_parse_caps):  Fix caps parsing.
26068         (bug #140064)
26069
26070 2004-04-28  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26071
26072         * ext/alsa/gstalsa.c: (gst_alsa_class_probe_devices):
26073           Don't probe for playback device if we're a source element. Fixes
26074           #139658.
26075
26076 2004-04-29  Benjamin Otte  <otte@gnome.org>
26077
26078         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event),
26079         (gst_id3_tag_chain):
26080           rewrite buffer offset
26081
26082 2004-04-28  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26083
26084         * configure.ac:
26085         * ext/Makefile.am:
26086         * ext/dts/Makefile.am:
26087         * ext/dts/gstdtsdec.c: (gst_dtsdec_get_type),
26088         (gst_dtsdec_base_init), (gst_dtsdec_class_init), (gst_dtsdec_init),
26089         (gst_dtsdec_channels), (gst_dtsdec_renegotiate),
26090         (gst_dtsdec_handle_event), (gst_dtsdec_update_streaminfo),
26091         (gst_dtsdec_loop), (gst_dtsdec_change_state),
26092         (gst_dtsdec_set_property), (gst_dtsdec_get_property),
26093         (plugin_init):
26094         * ext/dts/gstdtsdec.h:
26095           New DTS decoder.
26096         * ext/faad/gstfaad.c: (gst_faad_sinkconnect),
26097         (gst_faad_srcconnect):
26098           Add ESDS atom handling (.m4a).
26099
26100 2004-04-27  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26101
26102         * ext/divx/gstdivxdec.c: (plugin_init):
26103           Remove comment that makes no sense.
26104         * ext/mad/gstid3tag.c: (gst_id3_tag_set_property):
26105           Fix for obvious typo that resulted in warnings during gst-register.
26106         * ext/xvid/gstxviddec.c: (gst_xviddec_src_link),
26107         (gst_xviddec_sink_link):
26108           Fix caps negotiation a bit better.
26109         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):
26110           We call this 'codec_data', not 'esds'.
26111
26112 2004-04-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
26113
26114         * gst/monoscope/gstmonoscope.c:
26115           make sure we only provide 256x128
26116         * gst/monoscope/monoscope.c: (monoscope_init):
26117           assert size of 256x128
26118
26119 2004-04-27  Thomas Vander Stichele  <thomas at apestaart dot org>
26120
26121         * Makefile.am:
26122         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_init), (gst_v4lsrc_fixate),
26123         (gst_v4lsrc_getcaps), (gst_v4lsrc_buffer_free):
26124           fixate to max width and height of device
26125
26126 2004-04-27  Thomas Vander Stichele  <thomas at apestaart dot org>
26127
26128         * Makefile.am:
26129         * sys/v4l/gstv4l.c:
26130         * sys/v4l/gstv4lsrc.c:
26131         * sys/v4l/v4l_calls.c:
26132         * sys/v4l/v4lsrc_calls.c:
26133           fix for qc-usb driver which fakes having more than one buffer
26134           by handing the same buffer twice, which confused GStreamer's/v4lsrc
26135           buffer_free override
26136           add debugging
26137
26138 2004-04-27  Thomas Vander Stichele  <thomas at apestaart dot org>
26139
26140         * Makefile.am:
26141         * gst/videotestsrc/gstvideotestsrc.c:
26142         (gst_videotestsrc_class_init), (gst_videotestsrc_change_state),
26143         (gst_videotestsrc_init), (gst_videotestsrc_get),
26144         (gst_videotestsrc_set_property), (gst_videotestsrc_get_property):
26145         * gst/videotestsrc/gstvideotestsrc.h:
26146           add num-buffers property
26147
26148         2004-04-26  Benjamin Otte  <otte@gnome.org>
26149
26150         * ext/mad/gstid3tag.c: (plugin_init):
26151           set id3mux rank to NONE so it doesn't confuse spider
26152           require audio/mpeg,mpegversion=1 in id3mux
26153
26154 2004-04-26  Benjamin Otte  <otte@gnome.org>
26155
26156         * configure.ac:
26157           detect faad correctly as non-working if it's indeed non-working
26158
26159 2004-04-26  Thomas Vander Stichele  <thomas at apestaart dot org>
26160
26161         * Makefile.am:
26162         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_get_type),
26163         (gst_jpegenc_class_init), (gst_jpegenc_getcaps):
26164         fix _getcaps so it only negotiates to its supported format
26165
26166 2004-04-25  Benjamin Otte  <otte@gnome.org>
26167
26168         * gst/audioconvert/gstaudioconvert.c: (_fixate_caps_to_int):
26169           fix memleak
26170
26171 2004-04-23  Benjamin Otte  <otte@gnome.org>
26172
26173         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
26174           audio/x-raw-int with height rules! not. Now it's depth.
26175
26176 2004-04-22  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26177
26178         * gst/wavparse/gstwavparse.c: (gst_wavparse_create_sourcepad),
26179         (gst_wavparse_parse_fmt), (gst_wavparse_handle_sink_event),
26180         (gst_wavparse_loop):
26181           Missing variable initialization. Add handling of DVI ADPCM. Fix
26182           mis-parsing of LIST chunks. This works around a bug where we mis-
26183           parse non-aligning LIST chunks (so LIST chunks where the contents
26184           don't align with the actual LIST size). The correct fix is to use
26185           rifflib, I'm not going to fix wavparse - too much work. All this
26186           fixes #104878.
26187
26188 2004-04-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
26189
26190         reviewed by Benjamin Otte  <otte@gnome.org>
26191
26192         * ext/shout/gstshout.c: (gst_icecastsend_change_state):
26193           fix shoutcast not working (fixes #140844)
26194
26195 2004-04-22  Benjamin Otte  <otte@gnome.org>
26196
26197         * ext/hermes/gsthermescolorspace.c:
26198         (gst_hermes_colorspace_caps_remove_format_info):
26199         * gst/colorspace/gstcolorspace.c:
26200         (gst_colorspace_caps_remove_format_info):
26201         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
26202         (gst_ffmpegcolorspace_caps_remove_format_info):
26203           s/gst_caps_simplify/gst_caps_do_simplify/
26204
26205 2004-04-22  Benjamin Otte  <otte@gnome.org>
26206
26207         * gst-libs/gst/riff/riff-media.c:
26208         (gst_riff_create_video_caps_with_data):
26209           mpegversion is an int
26210         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_base_init):
26211           don't try to create pad templates with NULL caps, use any caps
26212           instead.
26213
26214 2004-04-20  David Schleef  <ds@schleef.org>
26215
26216         * ext/sdl/Makefile.am: Link against libgstinterfaces, not
26217         libgstxoverlay.  jmmv@menta.net (Julio M. Merino Vidal)
26218         (bug #140384)
26219
26220 2004-04-20  Daniel Gazard  <daniel.gazard@epita.fr>
26221
26222         reviewed by David Schleef
26223
26224         * ext/mad/gstid3tag.c: Add stdlib.h
26225         * gst/rtp/gstrtpgsmenc.c: same
26226         * gst/tags/gstid3tag.c: same
26227         * gst/udp/gstudpsrc.c: (gst_udpsrc_get): Fix GST_DISABLE_LOADSAVE
26228         * gst/tcp/gsttcpsink.c: (gst_tcpsink_sink_link): Adjust
26229         GST_DISABLE_LOADSAVE use.
26230         * gst/udp/gstudpsink.c: (gst_udpsink_sink_link): Likewise.
26231         * gst/tcp/gsttcpsrc.c: (gst_tcpsrc_get): Likewise.
26232         * ext/gnomevfs/gstgnomevfssrc.c: Include <stdlib.h> (needed by
26233         atol(3)).
26234         * sys/oss/gstosselement.h: Include <sys/types.h> (needed for dev_t).
26235         * gst/tags/gstvorbistag.c: Include <stdlib.h> (needed by
26236         strtoul(3)).
26237         * gst/rtp/gstrtpL16enc.c: Include <stdlib.h> (needed by random(3)).
26238         * ext/mad/Makefile.am: (libgstmad_la_CFLAGS): Add $(MAD_CFLAGS)
26239         $(ID3_CFLAGS).
26240         * ext/libfame/Makefile.am: (libgstlibfame_la_CFLAGS): Add
26241         $(LIBFAME_CFLAGS).
26242
26243 2004-04-20  David Schleef  <ds@schleef.org>
26244
26245         * gst/realmedia/rmdemux.c:  This was supposed to part of the
26246         last checkin.  Same idea.
26247
26248 2004-04-20  Daniel Gazard  <daniel.gazard@epita.fr>
26249
26250         reviewed by David Schleef
26251
26252         * configure.ac: bump required gstreamer version to 0.8.1.1
26253         because of following changes [--ds]
26254
26255         * gst-libs/gst/riff/riff-read.c:  Include gst/gstutils.h.
26256         (gst_riff_peek_head, gst_riff_peek_list, gst_riff_read_list)
26257         (gst_riff_read_header):  Use GST_READ_UINT*
26258         macros to access possibly unaligned memory.
26259
26260         * gst/typefind/gsttypefindfunctions.c: Include gst/gstutils.h.
26261         (mp3_type_find):  Use GST_READ_UINT*
26262         macros to access possibly unaligned memory.
26263         (mp3_type_find, mpeg1_parse_header, qt_type_find)
26264         (speex_type_find): Likewise
26265
26266         * gst/tags/gstvorbistag.c: (ADVANCE): Likewise
26267
26268         * gst/qtdemux/qtdemux.c: Include stdlib.h (needed by realloc).
26269         (QTDEMUX_GUINT32_GET, QTDEMUX_GUINT16_GET, QTDEMUX_FP32_GET)
26270         (QTDEMUX_FP16_GET, QTDEMUX_FOURCC_GET)
26271         (gst_qtdemux_loop_header, gst_qtdemux_loop_header)
26272         (qtdemux_node_dump_foreach, qtdemux_tree_get_child_by_type)
26273         (qtdemux_tree_get_sibling_by_type):  Use GST_READ_UINT*
26274         macros to access possibly unaligned memory.
26275
26276         * gst/mpegstream/gstmpegpacketize.c: (parse_generic, parse_chunk):
26277         Likewise.
26278
26279         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead)
26280         (gst_mpeg_demux_parse_packet, gst_mpeg_demux_parse_pes): Likewise.
26281
26282         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain):
26283         Likewise.
26284
26285         * gst/mpeg2sub/gstmpeg2subt.c: (GST_BUFFER_DATA)
26286         (gst_mpeg2subt_chain_subtitle): Likewise.
26287
26288         * gst/mpeg1videoparse/gstmp1videoparse.c: (mp1videoparse_parse_seq)
26289         (gst_mp1videoparse_time_code, gst_mp1videoparse_real_chain):
26290         Likewise.
26291
26292         * gst/mpeg1sys/buffer.c: (mpeg1mux_buffer_update_audio_info):
26293         Likewise.
26294
26295         * gst/cdxaparse/gstcdxaparse.c: (gst_bytestream_peek_bytes):
26296         Likewise.
26297
26298         * gst/asfdemux/gstasfdemux.c: (_read_var_length, _read_uint):
26299         Likewise.
26300
26301 2004-04-20  Thomas Vander Stichele  <thomas at apestaart dot org>
26302
26303         * configure.ac:
26304           update required version of GStreamer because of GST_TIME_FORMAT
26305
26306 2004-04-20  Benjamin Otte  <in7y118@public.uni-hamburg.de>
26307
26308         * ext/mad/gstid3tag.c: (gst_id3_tag_init):
26309           remove leftover g_print
26310         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
26311           don't try setting only a subset of the caps. We don't want to kill
26312           autoplugging on purpose
26313
26314 2004-04-20  Thomas Vander Stichele  <thomas at apestaart dot org>
26315
26316         * sys/ximage/ximagesink.c: (plugin_init):
26317         * sys/xvimage/xvimagesink.c: (plugin_init):
26318           add debugging categories
26319
26320 2004-04-20  Thomas Vander Stichele  <thomas at apestaart dot org>
26321
26322         * po/en_GB.po:
26323         * po/LINGUAS:
26324           Adding en_GB translation (Gareth Owen)
26325
26326 2004-04-20  David Schleef  <ds@schleef.org>
26327
26328         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event),
26329         (qtdemux_parse), (qtdemux_type_get), (qtdemux_dump_mvhd),
26330         (qtdemux_dump_tkhd), (qtdemux_dump_stsd), (qtdemux_dump_unknown),
26331         (qtdemux_parse_trak), (qtdemux_video_caps), (qtdemux_audio_caps):
26332         A number of new features and hacks to extract the esds atom and
26333         put it into the caps.  (bug #137724)
26334
26335 2004-04-19  David Schleef  <ds@schleef.org>
26336
26337         * gconf/Makefile.am: Fix for non-GNU make
26338         * gst-libs/gst/Makefile.am: Change directory order to handle
26339         GstPlay linking with gstinterfaces
26340         * gst-libs/gst/audio/make_filter: make use of tr portable
26341         * gst-libs/gst/play/Makefile.am: Add intended \
26342         * gst-libs/gst/xwindowlistener/xwindowlistener.c:
26343         (gst_xwin_set_clips): Switch to ISO variadic macro. Use a
26344         function prototype instead of void *.
26345         * gst/ffmpegcolorspace/gstffmpegcodecmap.c: Switch to ISO variadic
26346         macro.
26347         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
26348         (gst_ffmpegcolorspace_chain): wrap NULL in GST_ELEMENT_ERROR call
26349         * gst/videofilter/make_filter: make use of tr portable
26350         * pkgconfig/Makefile.am: Remove GNU extension in Makefile target
26351
26352 2004-04-19  Thomas Vander Stichele  <thomas at apestaart dot org>
26353
26354         * po/LINGUAS:
26355         * po/uk.po:
26356           Added Ukrainian translation (Maxim V. Dziumanenko)
26357
26358 2004-04-18  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26359
26360         * ext/gsm/gstgsmdec.c: (gst_gsmdec_init), (gst_gsmdec_getcaps),
26361         (gst_gsmdec_link), (gst_gsmdec_chain):
26362           Fix capsnego, simplify chain function slightly.
26363         * gst/qtdemux/qtdemux.c: (qtdemux_audio_caps):
26364           Add GSM.
26365
26366 2004-04-18  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26367
26368         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
26369         (gst_wavparse_destroy_sourcepad), (gst_wavparse_create_sourcepad),
26370         (gst_wavparse_parse_fmt), (gst_wavparse_change_state):
26371           Hack to make wavparse work with spider (always -> sometimes pad).
26372           Fixes #135862 && #140411.
26373
26374 2004-04-18  Benjamin Otte  <otte@gnome.org>
26375
26376         * sys/oss/gstosselement.c: (gst_osselement_sync_parms),
26377         (gst_osselement_rate_probe_check),
26378         (gst_osselement_rate_check_rate), (gst_osselement_rate_add_rate):
26379           get rid of \n in debug output
26380
26381 2004-04-17  Iain <iain@prettypeople.org>
26382
26383         * gst/wavparse/gstwavparse.c (gst_wavparse_loop): Allow all events,
26384         not just EOS.
26385
26386 2004-04-17  Benjamin Otte  <in7y118@public.uni-hamburg.de>
26387
26388         * ext/mad/gstid3tag.c: (gst_id3_tag_get_type),
26389         (gst_id3_tag_class_init), (gst_id3_tag_get_caps),
26390         (gst_id3_tag_add_src_pad), (gst_id3_tag_init),
26391         (gst_id3_tag_set_property), (gst_id3_tag_do_caps_nego),
26392         (gst_id3_tag_src_link), (gst_id3_tag_chain),
26393         (gst_id3_tag_change_state), (plugin_init):
26394           deprecate id3tag element and replace with id3demux/id3mux.
26395           great side effect: this ugly file is now even uglier, yay!
26396         * ext/mad/gstmad.h:
26397           remove non-available function
26398           update for new get_type
26399
26400 2004-04-17  Benjamin Otte  <in7y118@public.uni-hamburg.de>
26401
26402         * configure.ac:
26403           require mpeg2dec >= 0.4.0
26404
26405 2004-04-17  Benjamin Otte  <otte@gnome.org>
26406
26407         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
26408         (gst_xvimagesink_xcontext_get), (gst_xvimagesink_change_state),
26409         (gst_xvimagesink_set_xwindow_id):
26410           call GST_ELEMENT_ERROR whenever get_xcontext fails. Includes
26411           assorted cleanup fixes.
26412
26413 2004-04-16  David Schleef  <ds@schleef.org>
26414
26415         * sys/ximage/ximagesink.h: Compile fix for FreeBSD. (bug #140268)
26416         * sys/xvimage/xvimagesink.h: same
26417
26418 2004-04-16  Thomas Vander Stichele  <thomas at apestaart dot org>
26419
26420         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file):
26421           Fix GST_ELEMENT_ERROR with (NULL)
26422
26423 2004-04-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26424
26425         * gst-libs/gst/riff/riff-media.c:
26426         (gst_riff_create_video_caps_with_data):
26427           Add div[3456] as fourccs for DivX 3 (fixes #140137).
26428
26429 2004-04-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26430
26431         * gst-libs/gst/riff/riff-media.c:
26432         (gst_riff_create_video_caps_with_data),
26433         (gst_riff_create_video_caps), (gst_riff_create_audio_caps),
26434         (gst_riff_create_video_template_caps),
26435         (gst_riff_create_audio_template_caps):
26436         * gst-libs/gst/riff/riff-media.h:
26437         * gst-libs/gst/riff/riff-read.c:
26438         (gst_riff_read_strf_vids_with_data), (gst_riff_read_strf_vids):
26439         * gst-libs/gst/riff/riff-read.h:
26440         * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream):
26441           Add MS RLE support. I added some functions to read out strf chunks
26442           into strf chunks and the data behind it. This is usually color
26443           palettes (as in RLE, but also in 8-bit RGB). Also use those during
26444           caps creation. Lastly, add ADPCM (similar to wavparse - which
26445           should eventually be rifflib based).
26446         * gst/matroska/matroska-demux.c: (gst_matroska_demux_class_init),
26447         (gst_matroska_demux_init), (gst_matroska_demux_reset):
26448         * gst/matroska/matroska-demux.h:
26449           Remove placeholders for some prehistoric tagging system. Didn't add
26450           support for any tag system really anyway.
26451         * gst/qtdemux/qtdemux.c:
26452           Add support for audio/x-m4a (MPEG-4) through spider.
26453         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt),
26454         (gst_wavparse_loop):
26455           ADPCM support (#135862). Increase max. buffer size because we
26456           cannot split buffers for ADPCM (screws references) and I've seen
26457           files with 2048 byte chunks. 4096 seems safe for now.
26458
26459 2004-04-15  Thomas Vander Stichele  <thomas at apestaart dot org>
26460
26461         * configure.ac: bump nano to 1
26462
26463 === release 0.8.1 ===
26464
26465 2004-04-15  Thomas Vander Stichele  <thomas at apestaart dot org>
26466
26467         * configure.ac: releasing 0.8.1, "Comforting Sounds"
26468
26469 2004-04-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26470
26471         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
26472           Fix typo in divxversion (3 instead of 4 for "DIVX" fourcc).
26473           Fixes #140058
26474
26475 2004-04-14  Thomas Vander Stichele  <thomas at apestaart dot org>
26476
26477         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_plugin_init):
26478           lower rank of dvddemux so that it's not used for mpeg playback.
26479
26480 2004-04-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
26481
26482         * configure.ac:
26483           save libs correctly when checking mad
26484
26485 2004-04-14  Thomas Vander Stichele  <thomas at apestaart dot org>
26486
26487         * ext/mad/gstid3tag.c: (plugin_init):
26488           lower rank of id3tag as proposed by Benjamin.  Fixes #139926.
26489
26490 2004-04-13  David Schleef  <ds@schleef.org>
26491
26492         * common/m4/gst-feature.m4: Call -config scripts with
26493         --plugin-libs if it is supported.
26494         * gst/avi/gstavimux.c: (gst_avimux_vidsinkconnect): sequences of
26495         JPEG images are image/jpeg.
26496         * gst/debug/Makefile.am:
26497         * gst/debug/negotiation.c: (gst_negotiation_class_init),
26498         (gst_negotiation_getcaps), (gst_negotiation_pad_link),
26499         (gst_negotiation_update_caps), (gst_negotiation_get_property),
26500         (gst_negotiation_plugin_init): Add a property that acts like
26501         filter caps.
26502         * testsuite/gst-lint:  Move license checking to be a standard
26503         test.
26504
26505 2004-04-13  David Schleef  <ds@schleef.org>
26506
26507         * gst/avi/gstavidemux.c: (gst_avi_demux_reset): Fix memleak.
26508         patch from Sebastien Cote (bug #139958)
26509
26510 2004-04-13  Thomas Vander Stichele  <thomas at apestaart dot org>
26511
26512         * examples/gstplay/Makefile.am:
26513         * examples/gstplay/player.c: (main):
26514           make the commandline player example use gconf settings
26515
26516 2004-04-13  Thomas Vander Stichele  <thomas at apestaart dot org>
26517
26518         * ext/libcaca/gstcacasink.c: (gst_cacasink_class_init),
26519         (gst_cacasink_sinkconnect), (gst_cacasink_init),
26520         (gst_cacasink_chain), (gst_cacasink_open), (gst_cacasink_close):
26521           init/end library during state transition, not object
26522           creation/disposal.  get rid of custom dispose handler.
26523
26524
26525 2004-04-12  Christian Schaller <Uraeus@gnome.org>
26526
26527         * sys/oss/gstosselement.c: s/lstat/stat/ from freeBSD, since it can
26528         be a symlink
26529
26530 2004-04-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26531
26532         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_data):
26533           Handle JUNK chunks inside data section. Prevents warnings.
26534
26535 2004-04-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26536
26537         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
26538         (gst_riff_create_video_template_caps):
26539           Add MS video v1.
26540         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
26541         (gst_avi_demux_stream_data):
26542           Add support for "rec-list" chunks.
26543
26544 2004-04-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26545
26546         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
26547           Fix another codecname mismatch.
26548
26549 2004-04-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26550
26551         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
26552           Fix divx caps mismatch and move from video/x-jpeg to image/jpeg
26553           so that MJPEG plays back.
26554
26555 2004-04-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26556
26557         * gst/mpeg1videoparse/gstmp1videoparse.c: (gst_mp1videoparse_init),
26558         (gst_mp1videoparse_real_chain), (gst_mp1videoparse_change_state):
26559         * gst/mpeg1videoparse/gstmp1videoparse.h:
26560           Fix for some slight mis-cuts in buffer parsing, and for some
26561           potential overflows or faults-causers. Adds disconts. Also fixes
26562           #139105 while we're at it.
26563
26564 2004-04-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26565
26566         * configure.ac:
26567         * sys/v4l2/gstv4l2element.h:
26568           Workaround for missing struct v4l2_buffer declaration in Suse 9
26569           and Mandrake 10 linux/videodev2.h header file (#135919).
26570
26571 2004-04-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26572
26573         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file):
26574           Bail out if no filename was given.
26575
26576 2004-04-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26577
26578         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_v4l2fourcc_to_caps),
26579         (gst_v4l2_fourcc_from_structure):
26580           Add Y41B/Y42B YUV formats (see #125732), fix Y41P (was typo'ed to
26581           Y41B somewhere).
26582
26583 2004-04-09  Benjamin Otte  <otte@gnome.org>
26584
26585         * ext/gnomevfs/gstgnomevfssink.c:
26586         (_gst_boolean_allow_overwrite_accumulator),
26587         (gst_gnomevfssink_class_init):
26588           fix erase signal - if any handler returns false the file will not be
26589           overwritten. If no handler is connected, the file will not be
26590           overwritten either.
26591           renamed signal to "allow-overwrite"
26592         * ext/mad/gstid3tag.c: (tag_list_to_id3_tag_foreach):
26593           free string when adding it to ID3 failed
26594         * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
26595           unref event when done
26596         * gst/audioconvert/gstaudioconvert.c: (_fixate_caps_to_int):
26597           free caps
26598         * gst/typefind/gsttypefindfunctions.c:
26599         (mpeg_video_stream_type_find):
26600           fix invalid read
26601
26602 2004-04-08  David Schleef  <ds@schleef.org>
26603
26604         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
26605         (gst_ffmpegcolorspace_register): Change rank to PRIMARY.
26606
26607 2004-04-08  David Schleef  <ds@schleef.org>
26608
26609         * gst/colorspace/gstcolorspace.c: Don't advertise a conversion
26610         we don't support (bug #139532)
26611
26612 2004-04-07  Thomas Vander Stichele  <thomas at apestaart dot org>
26613
26614         * ext/mad/gstmad.c: (gst_mad_handle_event),
26615         (gst_mad_check_caps_reset), (gst_mad_chain),
26616         (gst_mad_change_state):
26617           only set explicit caps if they haven't been set before for
26618           this stream.  MPEG-audio sample rate/channels aren't allowed
26619           to change in-stream.
26620           Fixes #139382
26621
26622 2004-04-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26623
26624         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_base_init),
26625         (_gst_boolean_did_something_accumulator),
26626         (gst_gnomevfssink_class_init), (gst_gnomevfssink_dispose),
26627         (gst_gnomevfssink_init), (gst_gnomevfssink_set_property),
26628         (gst_gnomevfssink_get_property), (gst_gnomevfssink_open_file),
26629         (gst_gnomevfssink_close_file), (gst_gnomevfssink_chain),
26630         (gst_gnomevfssink_change_state):
26631           Fix erase signal. Don't erase by default. Remove handoff signal.
26632           Remove erase property. Don't segfault. General cleanup.
26633
26634 2004-04-07  Benjamin Otte  <otte@gnome.org>
26635
26636         * gst-libs/gst/gconf/test-gconf.c: (main):
26637           add missing gst_init
26638
26639 2004-04-07  Benjamin Otte  <otte@gnome.org>
26640
26641         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_dispose):
26642           free the mutexes, too
26643
26644 2004-04-07  Benjamin Otte  <otte@gnome.org>
26645
26646         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_dispose):
26647           actually free the URI string
26648         * ext/mad/gstid3tag.c: (gst_id3_tag_src_event):
26649           compute offset correctly when passing discont events
26650         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event):
26651           don't leak discont events
26652         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_video_caps):
26653           add some missing breaks so caps aren't copied randomly
26654         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_get_video_stream):
26655           if we realloc memory, we better use it
26656
26657 2004-04-06  Benjamin Otte  <in7y118@public.uni-hamburg.de>
26658
26659         * ext/mad/gstmad.c: (normal_seek):
26660           fix GST_FORMAT_TIME usage
26661
26662 2004-04-05  David Schleef  <ds@schleef.org>
26663
26664         * ext/kio/kiosrc.cpp:  Undefine KDE_DEPRECATED so we can use
26665         a deprecated function (hack!)
26666
26667 2004-04-05  Benjamin Otte  <otte@gnome.org>
26668
26669         * ext/esd/esdmon.c: (gst_esdmon_get):
26670           fix nonterminated vararg and memleak
26671
26672 2004-04-05  Benjamin Otte  <otte@gnome.org>
26673
26674         * ext/ladspa/gstladspa.c: (gst_ladspa_class_init),
26675         (gst_ladspa_init), (gst_ladspa_force_src_caps),
26676         (gst_ladspa_set_property), (gst_ladspa_get_property),
26677         (gst_ladspa_instantiate), (gst_ladspa_activate),
26678         (gst_ladspa_deactivate), (gst_ladspa_loop), (gst_ladspa_chain):
26679           clean up debugging
26680
26681 2004-04-05  Stefan Kost <kost@imn.htwk-leipzig.de>
26682
26683         reviewed by Benjamin Otte  <otte@gnome.org>
26684
26685         * ext/ladspa/gstladspa.c: (gst_ladspa_class_init):
26686           check for broken LADSPA parameters (fixes #138635)
26687
26688 2004-04-05  Benjamin Otte  <otte@gnome.org>
26689
26690         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_getcaps):
26691           advertise buffer-frames correctly on sinkpads
26692
26693 2004-04-05  Thomas Vander Stichele  <thomas at apestaart dot org>
26694
26695         * ext/mad/gstmad.c: (gst_mad_get_type), (gst_mad_layer_get_type),
26696         (gst_mad_mode_get_type), (gst_mad_emphasis_get_type),
26697         (gst_mad_get_event_masks), (gst_mad_get_query_types), (index_seek),
26698         (normal_seek), (gst_mad_src_event), (gst_mad_handle_event),
26699         (gst_mad_check_caps_reset), (gst_mad_chain):
26700         add more debugging, only reset caps when we're not in error state
26701
26702 2004-04-05  Thomas Vander Stichele  <thomas at apestaart dot org>
26703
26704         * ext/mad/gstmad.c: add debugging category, comment + cleanups
26705
26706 2004-04-05  Julio M. Merino Vidal  <jmmv@menta.net>
26707
26708         reviewed by Benjamin Otte  <otte@gnome.org>
26709
26710         * configure.ac:
26711           fix == in test(1) operator
26712
26713 2004-04-05  Julio M. Merino Vidal  <jmmv@menta.net>
26714
26715         reviewed by Benjamin Otte  <otte@gnome.org>
26716
26717         * configure.ac:
26718           fix --export-symblos-regex to a working regex.
26719
26720 2004-04-04  Benjamin Otte  <otte@gnome.org>
26721
26722         * sys/oss/.cvsignore:
26723           add for oss_probe
26724
26725 2004-04-03  Tim-Phillip Müller <t.i.m@zen.co.uk>
26726
26727         reviewed by Benjamin Otte  <otte@gnome.org>
26728
26729         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event):
26730           add missing 'new_media' argument (fixes #138168)
26731         * gst/matroska/matroska-demux.c:
26732         (gst_matroska_demux_handle_seek_event):
26733           add vararg terminator (fixes #138169)
26734
26735 2004-04-02  David Schleef  <ds@schleef.org>
26736
26737         * ext/gdk_pixbuf/Makefile.am:  Make sure gstgdkanimation.h is
26738         disted (bug #138914)
26739
26740 2004-04-01  Benjamin Otte  <otte@gnome.org>
26741
26742         * ext/alsa/gstalsa.c: (gst_alsa_change_state),
26743         (gst_alsa_close_audio):
26744           handle case better where a soundcard can't pause
26745         * ext/ogg/gstoggdemux.c:
26746           don't crash when we get events but don't have pads yet
26747
26748 2004-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
26749
26750         * sys/oss/gstosselement.c: (gst_osselement_probe_caps):
26751           throw an error if we couldn't probe any caps.
26752
26753 2004-04-01  Jan Schmidt  <thaytan@mad.scientist.com>
26754
26755         * ext/dvdnav/gst-dvd:
26756         Add a really simple sample DVD player
26757
26758 2004-04-01  Jan Schmidt  <thaytan@mad.scientist.com>
26759
26760         * ext/a52dec/gsta52dec.c: (gst_a52dec_get_type), (gst_a52dec_init),
26761         (gst_a52dec_push), (gst_a52dec_handle_event),
26762         (gst_a52dec_update_streaminfo), (gst_a52dec_loop),
26763         (gst_a52dec_change_state):
26764         * ext/a52dec/gsta52dec.h:
26765           Use a debug category, Output timestamps correctly
26766           Emit tag info, Handle events, tell liba52dec about cpu
26767           capabilities so it can use MMX etc.
26768         * ext/dv/gstdvdec.c: (gst_dvdec_loop), (gst_dvdec_change_state):
26769           Fix a crasher accessing invalid memory
26770         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_init),
26771         (dvdnavsrc_update_highlight), (dvdnavsrc_loop),
26772         (dvdnavsrc_get_event_mask), (dvdnav_handle_navigation_event),
26773         (dvdnavsrc_event), (dvdnavsrc_get_formats), (dvdnavsrc_convert),
26774         (dvdnavsrc_query):
26775           Some support for byte-format seeking.
26776           Small fixes for still frames and menu button overlays
26777         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_get_type),
26778         (gst_mpeg2dec_alloc_buffer):
26779           Use a debug category. Adjust the report level of several items to
26780           LOG. Call mpeg2_custom_fbuf to mark our buffers as 'custom buffers'
26781           so it doesn't lose the GstBuffer pointer
26782         * gst/debug/Makefile.am:
26783         * gst/debug/gstdebug.c: (plugin_init):
26784         * gst/debug/gstnavseek.c: (gst_navseek_get_type),
26785         (gst_navseek_base_init), (gst_navseek_class_init),
26786         (gst_navseek_init), (gst_navseek_seek),
26787         (gst_navseek_handle_src_event), (gst_navseek_set_property),
26788         (gst_navseek_get_property), (gst_navseek_chain),
26789         (gst_navseek_plugin_init):
26790         * gst/debug/gstnavseek.h:
26791           Add the navseek debug element for seeking back and forth in a
26792           video stream using arrow keys.
26793         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_get_type),
26794         (gst_mpeg2subt_base_init), (gst_mpeg2subt_class_init),
26795         (gst_mpeg2subt_init), (gst_mpeg2subt_finalize),
26796         (gst_mpeg2subt_getcaps_video), (gst_mpeg2subt_link_video),
26797         (gst_mpeg2subt_handle_video), (gst_mpeg2subt_src_event),
26798         (gst_mpeg2subt_parse_header), (gst_get_nibble),
26799         (gst_setup_palette), (gst_get_rle_code), (gst_draw_rle_line),
26800         (gst_merge_uv_data), (gst_mpeg2subt_merge_title),
26801         (gst_update_still_frame), (gst_mpeg2subt_handle_subtitle),
26802         (gst_mpeg2subt_handle_dvd_event), (gst_mpeg2subt_loop):
26803         * gst/mpeg2sub/gstmpeg2subt.h:
26804           Pretty much a complete rewrite. Now a loopbased element. May still
26805           require work to properly synchronise subtitle buffers.
26806         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_process_private),
26807         (gst_dvd_demux_send_subbuffer):
26808         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_send_subbuffer):
26809           Don't attempt to create subbuffers of size 0
26810           Reduce a couple of error outputs to warnings.
26811         * gst/y4m/gsty4mencode.c: (gst_y4mencode_sinkconnect),
26812         (gst_y4mencode_chain):
26813         Output the y4m frame header correctly.
26814
26815 2004-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
26816
26817         * gst/adder/gstadder.c: (gst_adder_get_type), (gst_adder_loop):
26818           throw errors instead of allowing SIGFPE
26819
26820 2004-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
26821
26822         * gst-libs/gst/gconf/gconf.c: (gst_gconf_get_string),
26823         (gst_gconf_render_bin_from_key):
26824           leak plugging and style fixing
26825
26826 2004-03-31  David Schleef  <ds@schleef.org>
26827
26828         * gst/audioscale/gstaudioscale.c: (gst_audioscale_expand_value),
26829         (gst_audioscale_getcaps): Fix getcaps to expand and union lists.
26830         (bug #138225)
26831         * gst/debug/Makefile.am:
26832         * gst/debug/breakmydata.c: (gst_break_my_data_plugin_init):
26833         * gst/debug/gstdebug.c: (plugin_init):  Merge elements into one
26834         plugin.
26835         * gst/debug/negotiation.c: (gst_gst_negotiation_get_type),
26836         (gst_negotiation_base_init), (gst_negotiation_class_init),
26837         (gst_negotiation_init), (gst_negotiation_getcaps),
26838         (gst_negotiation_pad_link), (gst_negotiation_chain),
26839         (gst_negotiation_set_property), (gst_negotiation_get_property),
26840         (gst_negotiation_plugin_init):  New element to talk about random
26841         negotiation things happening in a pipeline.
26842
26843 2004-03-31  Thomas Vander Stichele  <thomas at apestaart dot org>
26844
26845         * gst/adder/gstadder.c: (gst_adder_get_type), (gst_adder_loop):
26846           fix integer addition with help of Stefan Kost
26847
26848 2004-03-31  Thomas Vander Stichele  <thomas at apestaart dot org>
26849
26850         * po/nl.po: updated Dutch translation (Elros Cyriatan)
26851
26852 2004-03-30  David Schleef  <ds@schleef.org>
26853
26854         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_alloc_buffer),
26855         (gst_mpeg2dec_negotiate_format):  Handle Y42B-format MPEG
26856         video, patch from Matthew.Spencer@eu.sony.com (Matthew Spencer)
26857         (bug #137504)
26858         * ext/mpeg2dec/gstmpeg2dec.h:
26859
26860 2004-03-30  David Schleef  <ds@schleef.org>
26861
26862         * ext/gdk_pixbuf/Makefile.am: Remove spurious rules. (bug #136527)
26863
26864 2004-03-30  David Schleef  <ds@schleef.org>
26865
26866         * tools/gst-launch-ext-m.m:  Applied patch from gnome@flyn.org (W.
26867         Michael Petullo) to handle .mov
26868
26869 2004-03-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
26870
26871         * sys/oss/gstosselement.c: (gst_osselement_probe_caps),
26872         (gst_osselement_rate_check_rate):
26873           probe caps correctly for sound cards that only support one format
26874
26875 2004-03-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
26876
26877         * ext/kio/kiosrc.cpp: (process_events):
26878           update handling event processing if inside KDE - untested
26879
26880 2004-03-29  David Schleef  <ds@schleef.org>
26881
26882         * ext/hermes/gsthermescolorspace.c: (plugin_init): decrease rank
26883         by 2 to not interfere with other colorspaces.
26884         * ext/pango/gsttextoverlay.c: (plugin_init): change rank to NONE
26885         * gst/colorspace/gstcolorspace.c: (plugin_init): decrease rank by
26886         one to not interfere with ffmpeg_colorspace.
26887
26888 2004-03-29  David Schleef  <ds@schleef.org>
26889
26890         * ext/alsa/gstalsa.c: (gst_alsa_fixate): Don't fixate fields that
26891         aren't in the caps.
26892         * gst/sine/gstsinesrc.c: change rate caps to [1,MAX]
26893         * gst/videocrop/gstvideocrop.c: (plugin_init): Change rank to NONE.
26894
26895 2004-03-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
26896
26897         * gst-libs/gst/riff/riff-media.c:
26898           fail on error, don't try to set stuff on NULL caps
26899
26900 2004-03-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
26901
26902         * configure.ac:
26903         * ext/Makefile.am:
26904         * ext/kio/Makefile.am:
26905         * ext/kio/kioreceiver.cpp:
26906         * ext/kio/kioreceiver.h:
26907         * ext/kio/kiosrc.cpp:
26908         * ext/kio/kiosrc.h:
26909           add experimental kiosrc plugin
26910         * ext/alsa/gstalsaplugin.c: (plugin_init):
26911           initialize debugging category only when we're sure registering the
26912           plugins worked.
26913
26914 2004-03-29  Thomas Vander Stichele  <thomas at apestaart dot org>
26915
26916         * examples/gstplay/player.c: (main):
26917         * gst-libs/gst/play/play.c: (gst_play_class_init),
26918         (gst_play_set_location), (gst_play_set_data_src),
26919         (gst_play_set_video_sink), (gst_play_set_audio_sink),
26920         (gst_play_set_visualization), (gst_play_connect_visualization):
26921           check return values of element_set_state and return FALSE where
26922           failed
26923
26924 2004-03-29  Benjamin Otte  <otte@gnome.org>
26925
26926         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event):
26927           try harder to check if an event is really a discont
26928
26929 2004-03-29  Thomas Vander Stichele  <thomas at apestaart dot org>
26930
26931         * po/LINGUAS: adding Azerbaijani (M??tin ??mirov)
26932         * po/az.po:
26933
26934 2004-03-28  Benjamin Otte  <otte@gnome.org>
26935
26936         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_process_private):
26937         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead),
26938         (gst_mpeg_demux_parse_packet), (gst_mpeg_demux_parse_pes):
26939           get rid of non-standard "..." ranges in case statements.
26940
26941 2004-03-27  Martin Soto  <martinsoto@users.sourceforge.net>
26942
26943         * gst/mpegstream/gstmpegdemux.c:
26944         * gst/mpegstream/gstmpegdemux.h: Complete overhaul. All DVD
26945         specific functionality split to the new dvddemux element.
26946         * gst/mpegstream/gstdvddemux.c:
26947         * gst/mpegstream/gstdvddemux.h: New demultiplexer for DVD (VOB)
26948         streams, derived from mpegdemux.
26949         * gst/mpegstream/gstmpegparse.c: Discontinuity handling cleaned
26950         up. SCR based timestamp rewriting can be turned off (will probably
26951         completely disappear soon).
26952         * ext/dvdnav/dvdnavsrc.c: Changes resulting from a few months
26953         hacking. General cleanup. All printf statements replaced by
26954         debugging messages. Almost complete libdvdnav support.
26955         (dvdnavsrc_class_init): Got rid of unnecessary signals (replaced
26956         by events. New properties for audio and subpicture languages.
26957         (dvdnavsrc_update_highlight): Now uses events.
26958         (dvdnavsrc_user_op): Cleaned up.
26959         (dvdnavsrc_get): Renamed to dvdnavsrc_loop (element is now loop
26960         based). Lots of cleanup, and propper support for most libdvdnav
26961         events.
26962         (dvdnavsrc_make_dvd_event): New function.
26963         (dvdnavsrc_make_dvd_nav_packet_event): New function.
26964         (dvdnavsrc_make_clut_change_event): New function.
26965
26966 2004-03-26  Benjamin Otte  <otte@gnome.org>
26967
26968         * gst/typefind/gsttypefindfunctions.c: (theora_type_find):
26969           fix bug where typefinding would claim it's theora whenever less then
26970           7 bytes of data were available
26971
26972 2004-03-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26973
26974         * gst/law/alaw-decode.c: (alawdec_getcaps), (alawdec_link),
26975         (gst_alawdec_base_init), (gst_alawdec_class_init),
26976         (gst_alawdec_init), (gst_alawdec_chain):
26977         * gst/law/alaw-encode.c: (alawenc_getcaps), (alawenc_link),
26978         (gst_alawenc_base_init), (gst_alawenc_class_init),
26979         (gst_alawenc_init), (gst_alawenc_chain):
26980         * gst/law/mulaw-decode.c: (mulawdec_getcaps), (mulawdec_link),
26981         (gst_mulawdec_base_init), (gst_mulawdec_class_init),
26982         (gst_mulawdec_init), (gst_mulawdec_chain):
26983         * gst/law/mulaw-encode.c: (mulawenc_getcaps), (mulawenc_link),
26984         (gst_mulawenc_base_init), (gst_mulawenc_class_init),
26985         (gst_mulawenc_init), (gst_mulawenc_chain):
26986           Fix capsnego in all four, remove the unused property functions and
26987           simplify the chain functions slightly. I guess we could use macros
26988           or something similar for those, since the code is so similar, but
26989           I'm currently too lazy...
26990
26991 2004-03-24  David Schleef  <ds@schleef.org>
26992
26993         * sys/oss/gstosselement.c: (gst_osselement_sync_parms),
26994         (gst_osselement_close_audio), (gst_osselement_probe_caps),
26995         (gst_osselement_get_format_structure),
26996         (gst_osselement_rate_probe_check), (gst_osselement_rate_add_range),
26997         (gst_osselement_rate_check_rate), (gst_osselement_rate_add_rate),
26998         (gst_osselement_rate_int_compare): Add code to handle rate probing
26999         (bug #120883)
27000         * sys/oss/gstosselement.h: same
27001         * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_getcaps):
27002         Use rate probing provided by osselement.
27003         * sys/oss/gstosssrc.c: (gst_osssrc_init), (gst_osssrc_getcaps): same
27004
27005 2004-03-24  Ronald Bultje  <rbultje@ronald.bitfreak.net>
27006
27007         * ext/xvid/gstxvidenc.c: (gst_xvidenc_set_property),
27008         (gst_xvidenc_get_property):
27009           ulong/int mess-up.
27010
27011 2004-03-24  David Schleef  <ds@schleef.org>
27012
27013         * ext/speex/gstspeexdec.c: (gst_speexdec_base_init),
27014         (gst_speexdec_init):
27015         * ext/speex/gstspeexenc.c: (gst_speexenc_base_init),
27016         (gst_speexenc_init):  Create the pad template correctly (from
27017         the static pad template, not a NULL pointer.)
27018
27019 2004-03-25  Benjamin Otte  <otte@gnome.org>
27020
27021         * gst/debug/Makefile.am:
27022         * gst/debug/breakmydata.c:
27023           add element that quasi-randomly changes bytes in the stream.
27024           Intended use is robustness checking of demuxers and decoders in
27025           media tests.
27026
27027 2004-03-24  Benjamin Otte  <otte@gnome.org>
27028
27029         * ext/alsa/gstalsa.c: (gst_alsa_open_audio),
27030         (gst_alsa_probe_hw_params):
27031         * ext/alsa/gstalsa.h:
27032           debugging output fixes
27033
27034 2004-03-24  Benjamin Otte  <otte@gnome.org>
27035
27036         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_set_property):
27037           don't g_return_if_fail if element is PLAYING, fail silently as every
27038           other element.
27039         * gst/effectv/gstquark.c: (gst_quarktv_chain):
27040           only fix needed for cast lvalue issues in gst-plugins
27041         * gst/volenv/gstvolenv.c: (gst_volenv_init):
27042           add proxy_getcaps
27043
27044 2004-03-24  Benjamin Otte  <otte@gnome.org>
27045
27046         * gst/level/gstlevel.c: (gst_level_init):
27047           add proxying getcaps function, so level doesn't advertise impossible
27048           caps
27049
27050 2004-03-24  David Schleef  <ds@schleef.org>
27051
27052         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event),
27053         (gst_qtdemux_loop_header), (qtdemux_parse_moov), (qtdemux_parse),
27054         (qtdemux_node_dump_foreach), (qtdemux_dump_mvhd),
27055         (qtdemux_dump_tkhd), (qtdemux_dump_elst), (qtdemux_dump_mdhd),
27056         (qtdemux_dump_hdlr), (qtdemux_dump_vmhd), (qtdemux_dump_dref),
27057         (qtdemux_dump_stsd), (qtdemux_dump_stts), (qtdemux_dump_stss),
27058         (qtdemux_dump_stsc), (qtdemux_dump_stsz), (qtdemux_dump_stco),
27059         (qtdemux_dump_co64), (qtdemux_dump_dcom), (qtdemux_dump_cmvd),
27060         (qtdemux_parse_tree), (qtdemux_parse_trak):  Fix debugging
27061         messages.  Divide the chunk size by the compression ratio
27062         (needed for MACE audio)
27063
27064 2004-03-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
27065
27066         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain):
27067           Fix buffer overflow read error.
27068
27069 2004-03-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
27070
27071         * ext/alsa/gstalsa.h:
27072           Remove unused entry.
27073         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
27074           Add cinepak.
27075         * gst/videodrop/gstvideodrop.c: (gst_videodrop_getcaps),
27076         (gst_videodrop_link), (gst_videodrop_chain):
27077           Fix, sort of. Was horribly broken with new capsnego. Bah...
27078
27079 2004-03-23  Jeremy Simon  <jesimon@libertysurf.fr>
27080
27081         * gst/typefind/gsttypefindfunctions.c: (ape_type_find),
27082         (plugin_init):
27083         Add a monkeysaudio typefind function
27084
27085 2004-03-23  Johan Dahlin  <johan@gnome.org>
27086
27087         * gst-libs/gst/play/play.c (gst_play_audio_fixate)
27088         (gst_play_video_fixate): Check so the structure has the field
27089         before trying to fixate them, this makes it possible to have
27090         fakesinks for video and audio output without printing errors on
27091         the output console.
27092
27093 2004-03-22  David Schleef  <ds@schleef.org>
27094
27095         * sys/oss/Makefile.am:
27096         * sys/oss/oss_probe.c: (main), (probe_check), (add_range),
27097         (check_rate), (add_rate):  Rate probing test app.
27098
27099 2004-03-21  Benjamin Otte  <otte@gnome.org>
27100
27101         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link),
27102         (_fixate_caps_to_int), (gst_audio_convert_fixate):
27103           add a fixation function that pretty much does the right thing (fixes
27104           #137556)
27105
27106 2004-03-20  David I. Lehn  <dlehn@users.sourceforge.net>
27107
27108         * configure.ac: GST_PACKAGE default: s/GStreamer/GStreamer Plugins/
27109
27110 2004-03-20  Tim-Phillip Müller <t.i.m@zen.co.uk>
27111
27112         reviewed by: Benjamin Otte  <otte@gnome.org>
27113
27114         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
27115           terminate gst_event_new_discontinuous correctly (fixes parts of
27116           #137711)
27117
27118 2004-03-19  David Schleef  <ds@schleef.org>
27119
27120         * gst-libs/gst/Makefile.am:  Enable xoverlay unconditionally,
27121         since it doesn't depend on X, and it's part of our ABI.
27122
27123 2004-03-19  Iain <iain@prettypeople.org>
27124
27125         * gst/interleave/deinterleave.c (deinterleave_sink_link): Use the
27126         is_int in the structure, not the local variable.
27127
27128 2004-03-19  David Schleef  <ds@schleef.org>
27129
27130         * ext/librfb/gstrfbsrc.c: (gst_rfbsrc_change_state),
27131         (gst_rfbsrc_init), (gst_rfbsrc_getcaps), (gst_rfbsrc_fixate),
27132         (gst_rfbsrc_link), (gst_rfbsrc_paint_rect), (gst_rfbsrc_get):
27133         Improvements in caps negotiation.
27134
27135 2004-03-18  Thomas Vander Stichele  <thomas at apestaart dot org>
27136
27137         * po/LINGUAS:
27138         * po/af.po:
27139           adding Afrikaans (Petri Jooste)
27140
27141 2004-03-18  Thomas Vander Stichele  <thomas at apestaart dot org>
27142
27143         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
27144         (gst_ffmpegcolorspace_chain):
27145         throw error instead of g_critical (#137588)
27146
27147 2004-03-18  Thomas Vander Stichele  <thomas at apestaart dot org>
27148
27149         * Makefile.am:
27150         * configure.ac:
27151           dist common and m4 correctly
27152         * po/sv.po:
27153
27154 2004-03-17  David Schleef  <ds@schleef.org>
27155
27156         * pkgconfig/gstreamer-media-info.pc.in:  Add Version.
27157         (bug #137348)
27158
27159 2004-03-17  Thomas Vander Stichele  <thomas at apestaart dot org>
27160
27161         * po/LINGUAS:
27162         * po/sv.po:
27163           adding Swedish translation (Christian Rose)
27164
27165 2004-03-17  Thomas Vander Stichele  <thomas at apestaart dot org>
27166
27167         * Makefile.am: use release.mak
27168
27169 2004-03-16  Thomas Vander Stichele  <thomas at apestaart dot org>
27170
27171         * common/ChangeLog:
27172         * common/gst-autogen.sh:
27173           add some explanation about the version detection
27174         * configure.ac:
27175           fix X check
27176
27177 2004-03-16  Thomas Vander Stichele  <thomas at apestaart dot org>
27178
27179         * configure.ac: bump nano to 1
27180
27181 === release 0.8.0 ===
27182
27183 2004-03-16  Thomas Vander Stichele  <thomas at apestaart dot org>
27184
27185         * configure.ac: release 0.8.0, "Pharmaceutical Itch"
27186
27187 2004-03-16  Thomas Vander Stichele  <thomas at apestaart dot org>
27188
27189         * configure.ac:
27190           update libtool version
27191         * gst-libs/gst/media-info/Makefile.am:
27192           actually use libtool version
27193
27194 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
27195
27196         * configure.ac: fix speex detection to work with 1.0 but not 1.1
27197
27198 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
27199
27200         * configure.ac:
27201         * gst-plugins.spec.in:
27202         * pkgconfig/Makefile.am:
27203         * pkgconfig/gstreamer-gconf-uninstalled.pc.in:
27204         * pkgconfig/gstreamer-interfaces-uninstalled.pc.in:
27205         * pkgconfig/gstreamer-libs-uninstalled.pc.in:
27206         * pkgconfig/gstreamer-libs.pc.in:
27207         * pkgconfig/gstreamer-media-info-uninstalled.pc.in:
27208         * pkgconfig/gstreamer-play-uninstalled.pc.in:
27209         * pkgconfig/gstreamer-plugins-uninstalled.pc.in:
27210         * pkgconfig/gstreamer-plugins.pc.in:
27211           remove @VERSION@ from some of the pc files since core and plugins
27212           are decoupled.
27213           created gstreamer-plugins.pc as it's a better name, but keeping
27214           -libs around for now to get fixes upstream done first.
27215
27216 2004-03-15  Julien MOUTTE <julien@moutte.net>
27217
27218         * gst-libs/gst/play/play.c: (gst_play_get_framerate),
27219         (gst_play_get_sink_element): First draft of gst_play_get_framerate.
27220         * gst-libs/gst/play/play.h:
27221
27222 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
27223
27224         * *.c, *.cc: don't mix tabs and spaces
27225
27226 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
27227
27228         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup):
27229           use the new ffmpegcolorspace
27230         * gst-plugins.spec.in:
27231           package new colorspace and media-info
27232         * configure.ac:
27233         * pkgconfig/Makefile.am:
27234           fix some more disting issues
27235         * pkgconfig/gstreamer-media-info-uninstalled.pc.in:
27236         * pkgconfig/gstreamer-media-info.pc.in:
27237           generate media-info pc files
27238
27239 2004-03-15  Johan Dahlin  <johan@gnome.org>
27240
27241         * *.h: Revert indenting
27242
27243 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
27244
27245         * configure.ac:
27246           adding ffmpegcolorspace element
27247         * gst/ffmpegcolorspace/Makefile.am:
27248         * gst/ffmpegcolorspace/avcodec.h:
27249         * gst/ffmpegcolorspace/common.h:
27250         * gst/ffmpegcolorspace/dsputil.c: (dsputil_static_init):
27251         * gst/ffmpegcolorspace/dsputil.h:
27252         * gst/ffmpegcolorspace/gstffmpeg.c: (plugin_init):
27253         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
27254         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_pix_fmt_to_caps),
27255         (gst_ffmpeg_caps_to_pix_fmt):
27256         * gst/ffmpegcolorspace/gstffmpegcodecmap.h:
27257         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
27258         (gst_ffmpegcolorspace_caps_remove_format_info),
27259         (gst_ffmpegcolorspace_getcaps), (gst_ffmpegcolorspace_pad_link),
27260         (gst_ffmpegcolorspace_get_type), (gst_ffmpegcolorspace_base_init),
27261         (gst_ffmpegcolorspace_class_init), (gst_ffmpegcolorspace_init),
27262         (gst_ffmpegcolorspace_chain), (gst_ffmpegcolorspace_change_state),
27263         (gst_ffmpegcolorspace_set_property),
27264         (gst_ffmpegcolorspace_get_property),
27265         (gst_ffmpegcolorspace_register):
27266         * gst/ffmpegcolorspace/imgconvert.c:
27267         (avcodec_get_chroma_sub_sample), (avcodec_get_pix_fmt_name),
27268         (avcodec_get_pix_fmt), (avpicture_fill), (avpicture_layout),
27269         (avpicture_get_size), (avcodec_get_pix_fmt_loss),
27270         (avg_bits_per_pixel), (avcodec_find_best_pix_fmt1),
27271         (avcodec_find_best_pix_fmt), (img_copy_plane), (img_copy),
27272         (yuv422_to_yuv420p), (yuv422_to_yuv422p), (yuv422p_to_yuv422),
27273         (C_JPEG_TO_CCIR), (img_convert_init), (img_apply_table),
27274         (shrink41), (shrink21), (shrink12), (shrink22), (shrink44),
27275         (grow21_line), (grow41_line), (grow21), (grow22), (grow41),
27276         (grow44), (conv411), (gif_clut_index), (build_rgb_palette),
27277         (bitcopy_n), (mono_to_gray), (monowhite_to_gray),
27278         (monoblack_to_gray), (gray_to_mono), (gray_to_monowhite),
27279         (gray_to_monoblack), (avpicture_alloc), (avpicture_free),
27280         (is_yuv_planar), (img_convert), (get_alpha_info_pal8),
27281         (img_get_alpha_info), (deinterlace_line),
27282         (deinterlace_line_inplace), (deinterlace_bottom_field),
27283         (deinterlace_bottom_field_inplace), (avpicture_deinterlace):
27284         * gst/ffmpegcolorspace/imgconvert_template.h:
27285         * gst/ffmpegcolorspace/mem.c: (av_malloc), (av_realloc), (av_free):
27286         * gst/ffmpegcolorspace/mmx.h:
27287         * gst/ffmpegcolorspace/utils.c: (avcodec_init):
27288           adding ffmpegcolorspace element supplied by Ronald after cleaning
27289           up and pulling in the right bits of upstream source.
27290           I'm sure a better C/compiler wizard could do some cleaning up (for
27291           example use GLIB's malloc stuff), but as a first pass this
27292           works very well
27293
27294 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
27295
27296         * ext/alsa/gstalsa.h:
27297           I assume Ronald forgot to commit the change to have cardname
27298           as a struct member.  Expect some public spanking at the next
27299           opportunity.
27300
27301 2004-03-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
27302
27303         * ext/alsa/gstalsa.c: (gst_alsa_get_property),
27304         (gst_alsa_open_audio), (gst_alsa_close_audio):
27305         * ext/alsa/gstalsa.c:
27306           Don't open the device if we're a mixer (= padless).
27307         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_class_init),
27308         (gst_alsa_mixer_init), (gst_alsa_mixer_open),
27309         (gst_alsa_mixer_close), (gst_alsa_mixer_change_state):
27310           Open mixer during state change rather than during object
27311           initialization. Also, get a device name. Currently in a somewhat
27312           hackish fashion, but I didn't really find something better.
27313
27314 2004-03-14  Thomas Vander Stichele  <thomas at apestaart dot org>
27315
27316         * *.c, *.h: run gst-indent
27317
27318 2004-03-14  Benjamin Otte  <otte@gnome.org>
27319
27320         * gst/modplug/gstmodplug.cc:
27321         * gst/modplug/gstmodplug.h:
27322           set correct timestamps on outgoing buffers
27323
27324 2004-03-14  Benjamin Otte  <otte@gnome.org>
27325
27326         * gst/modplug/gstmodplug.cc:
27327           handle events - don't do crap when a discont arrives that's not
27328           necessary
27329           This allows correct loading and playback of mods in Rhythmbox
27330
27331 2004-03-14  Benjamin Otte  <otte@gnome.org>
27332
27333         * configure.ac:
27334         * gst-libs/gst/gconf/Makefile.am:
27335         * pkgconfig/Makefile.am:
27336           move gstreamer-gconf pkgconfig files to pkgconfig/ dir. Make sure
27337           they get rebuilt properly
27338         * configure.ac:
27339           when checking for vorbis, try pkgconfig first.
27340         * gst/modplug/gstmodplug.cc:
27341           add fixate function
27342
27343 2004-03-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
27344
27345         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):
27346           Fix for obvious mistake, where we first shift the offset and then
27347           read a samplesize element assuming the old offset. Note that this
27348           part still has something weird, i.e. my movies containing those
27349           don't actually play well, but at least there's something that looks
27350           like sound now.
27351
27352 2004-03-14  Jan Schmidt  <thaytan@mad.scientist.com>
27353         * gst/typefind/gsttypefindfunctions.c: (speex_type_find),
27354         (plugin_init):
27355         Add a typefind function for speex format
27356
27357 2004-03-13  Ronald Bultje  <rbultje@ronald.bitfreak.net>
27358
27359         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_video_caps),
27360         (gst_asf_demux_setup_pad):
27361           Use 25fps as our "fake" fps value (marked for fixage in 0.9.x)
27362           instead of 0. Reason is simple: some elements have a fps range
27363           of 1-max instead of 0-max. So now ASF video actually works.
27364
27365 2004-03-13  Thomas Vander Stichele  <thomas at apestaart dot org>
27366
27367         * po/LINGUAS:
27368         * po/sr.po:
27369           adding serbian as a language
27370
27371 2004-03-13  Benjamin Otte  <otte@gnome.org>
27372
27373         * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
27374           return taglist correctly from _get function, don't gst_pad_push it.
27375           (fixes #137042)
27376
27377 2004-03-13  Jan Schmidt  <thaytan@mad.scientist.com>
27378         * ext/alsa/gstalsa.c: (gst_alsa_class_probe_devices):
27379
27380 2004-03-13  Ronald Bultje  <rbultje@ronald.bitfreak.net>
27381
27382         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_free_list):
27383         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_class_init),
27384         (gst_alsa_mixer_track_new):
27385         * ext/alsa/gstalsamixertrack.h:
27386           Fix ancient leftovers... MixerTrack is a GObject.
27387
27388 2004-03-13  Ronald Bultje  <rbultje@ronald.bitfreak.net>
27389
27390         * ext/alsa/gstalsa.c: (gst_alsa_class_probe_devices):
27391         * sys/oss/gstosselement.c: (gst_osselement_class_probe_devices):
27392           Don't block during probing...
27393
27394 2004-03-12  Ronald Bultje  <rbultje@ronald.bitfreak.net>
27395
27396         * ext/alsa/gstalsa.c: (gst_alsa_get_type), (gst_alsa_class_init),
27397         (gst_alsa_get_property), (gst_alsa_probe_get_properties),
27398         (gst_alsa_class_probe_devices), (gst_alsa_class_list_devices),
27399         (gst_alsa_probe_probe_property), (gst_alsa_probe_needs_probe),
27400         (gst_alsa_probe_get_values), (gst_alsa_probe_interface_init),
27401         (gst_alsa_open_audio), (gst_alsa_close_audio):
27402         * ext/alsa/gstalsa.h:
27403           Add propertyprobe interface implementation, add some device-name
27404           property, all this so that it looks good in gnome-volume-control.
27405
27406 2004-03-12  David Schleef  <ds@schleef.org>
27407
27408         * configure.ac: the Hermes library controls hermescolorspace, not
27409         colorspace.
27410         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_base_init),
27411         (gst_mpeg2dec_init): minor pet peeve: disable code with #ifdef,
27412         not /* */
27413         * ext/sdl/sdlvideosink.c: Change XID to unsigned long.
27414         * ext/sdl/sdlvideosink.h: ditto.
27415         * gst/colorspace/gstcolorspace.c: Fix old comments about Hermes
27416
27417 2004-03-12  Benjamin Otte  <otte@gnome.org>
27418
27419         * gst-libs/gst/xoverlay/xoverlay.c: (gst_x_overlay_set_xwindow_id),
27420         (gst_x_overlay_got_xwindow_id):
27421         * gst-libs/gst/xoverlay/xoverlay.h:
27422           replace XID with unsigned long to get rid of the xlibs dependency in
27423           XOverlay (fixes #137004)
27424
27425 2004-03-13  Jan Schmidt  <thaytan@mad.scientist.com>
27426         * gst/effectv/gstaging.c: (gst_agingtv_base_init),
27427         (gst_agingtv_setup):
27428         * gst/effectv/gstdice.c: (gst_dicetv_get_type),
27429         (gst_dicetv_base_init), (gst_dicetv_class_init),
27430         (gst_dicetv_setup), (gst_dicetv_init), (gst_dicetv_draw):
27431         * gst/effectv/gstedge.c: (gst_edgetv_get_type),
27432         (gst_edgetv_base_init), (gst_edgetv_class_init), (gst_edgetv_init),
27433         (gst_edgetv_setup), (gst_edgetv_rgb32):
27434         * gst/effectv/gsteffectv.c:
27435         * gst/effectv/gstquark.c: (gst_quarktv_link), (gst_quarktv_init),
27436         (gst_quarktv_set_property):
27437         * gst/effectv/gstrev.c: (gst_revtv_get_type),
27438         (gst_revtv_base_init), (gst_revtv_class_init), (gst_revtv_init),
27439         (gst_revtv_setup), (gst_revtv_rgb32):
27440         * gst/effectv/gstshagadelic.c: (gst_shagadelictv_get_type),
27441         (gst_shagadelictv_base_init), (gst_shagadelictv_class_init),
27442         (gst_shagadelictv_init), (gst_shagadelictv_setup),
27443         (gst_shagadelictv_rgb32):
27444         * gst/effectv/gstvertigo.c: (gst_vertigotv_get_type),
27445         (gst_vertigotv_base_init), (gst_vertigotv_class_init),
27446         (gst_vertigotv_setup), (gst_vertigotv_init), (gst_vertigotv_rgb32):
27447         * gst/effectv/gstwarp.c:
27448         Port everything that can be ported to videofilter and fix up the caps.
27449         Can someone with a big-endian machine please check these?
27450
27451 2004-03-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
27452
27453         * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_get_time),
27454         (gst_osssink_chain), (gst_osssink_change_state):
27455           Latest fixes for A/V sync, audio playback and such. This is about
27456           all... MPEG playback issues are mostly related to the async build-
27457           up of MPEG files, I cannot fix that. Use basicgthread to solve it.
27458
27459 2004-03-10  Thomas Vander Stichele  <thomas at apestaart dot org>
27460
27461         patch from: Stephane Loeuillet
27462
27463         * configure.ac:
27464           use pkg-config for some libraries, falling back to the old .m4 way
27465           (fixes #131270)
27466         * m4/libdv.m4:
27467           removed
27468
27469 2004-03-10  Thomas Vander Stichele  <thomas at apestaart dot org>
27470
27471         * configure.ac:
27472         * tools/Makefile.am:
27473         * tools/Makefile.in:
27474         * tools/gst-launch-ext-m.m:
27475         * tools/gst-launch-ext.1.in:
27476         * tools/gst-visualise-m.m:
27477         * tools/gst-visualise.1:
27478         * tools/gst-visualise.1.in:
27479           reorganizing generation of script tools
27480
27481 2004-03-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
27482
27483         * ext/divx/gstdivxdec.c:
27484           Downgrade priority. We prefer ffdec_mpeg4.
27485         * ext/faad/gstfaad.c: (gst_faad_srcgetcaps), (gst_faad_srcconnect),
27486         (gst_faad_chain), (gst_faad_change_state):
27487           Fix capsnego. Doesn't work for some sounds because we don't have
27488           a 5:1 to stereo element.
27489         * ext/xvid/gstxvid.c: (plugin_init):
27490           Add priority.
27491         * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_chain),
27492         (gst_osssink_change_state):
27493           Add discont handling.
27494
27495 2004-03-09  Colin Walters  <walters@verbum.org>
27496
27497         * gst/audioconvert/gstaudioconvert.c: Fix typo in width 8
27498         conversion.
27499
27500 2004-03-09  Benjamin Otte  <otte@gnome.org>
27501
27502         * gst-libs/gst/mixer/mixer.c: (gst_mixer_class_init):
27503           the signals take 2 arguments
27504
27505 2004-03-09  David Schleef  <ds@schleef.org>
27506
27507         * ext/alsa/gstalsa.c: (gst_alsa_request_new_pad),
27508         (gst_alsa_fixate): Add fixate function.  (bug #136686)
27509         * ext/alsa/gstalsa.h:
27510         * ext/alsa/gstalsasink.c: (gst_alsa_sink_init):
27511
27512 2004-03-09  Benjamin Otte  <otte@gnome.org>
27513
27514         * ext/mikmod/gstmikmod.c: (gst_mikmod_init), (gst_mikmod_loop),
27515         (gst_mikmod_change_state):
27516         * ext/mikmod/gstmikmod.h:
27517           make mikmod's loop function not loop infinitely and call
27518           gst_element_yield anymore
27519         * gst/modplug/gstmodplug.cc:
27520           fix pad negotiation (fixes #136590)
27521
27522 2004-03-09  David Schleef  <ds@schleef.org>
27523
27524         * ext/lcs/Makefile.am:  Fix so that the lcs colorspace plugin
27525         doesn't conflict with the internal colorspace plugin.
27526         * gst-libs/gst/audio/make_filter:  Use `` instead of $() to
27527         satisfy the crappy-ass shell shipped by a certain vendor.
27528         * gst/videofilter/make_filter: same (bug #135299)
27529
27530 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
27531
27532         * configure.ac: bump nano to 1
27533
27534 === release 0.7.6 ===
27535
27536 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
27537
27538         * configure.in: releasing 0.7.6, "There"
27539
27540 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
27541
27542         * pkgconfig/gstreamer-play-uninstalled.pc.in:
27543         * pkgconfig/gstreamer-play.pc.in:
27544           synchronize the two
27545
27546 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
27547
27548         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_base_init),
27549         (cdparanoia_open), (cdparanoia_event):
27550           fix/add error handling
27551         * po/POTFILES.in:
27552           add cdparanoia source
27553         * tools/Makefile.am:
27554           make scripts executable
27555
27556 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
27557
27558         * configure.ac:
27559         * ext/vorbis/Makefile.am:
27560         * sys/Makefile.am:
27561           remove id3types, vorbisfile and xvideosink from the build (#133783)
27562
27563 2004-03-08  Ronald Bultje  <rbultje@ronald.bitfreak.net>
27564
27565         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_info):
27566           Fix metadata read crash (#136537).
27567
27568 2004-03-08  Thomas Vander Stichele  <thomas at apestaart dot org>
27569
27570         * gst-libs/gst/media-info/media-info-priv.c: (gmi_set_mime):
27571         * gst-libs/gst/media-info/media-info.c: (gst_media_info_read):
27572           adding mime types, fixing the one-stop function
27573
27574 2004-03-08  Christian Schaller <Uraeus@gnome.org>
27575
27576         * ext/nas/nassink.c and /ext/nas/nassink.h:
27577         More NAS love from Arwed von Merkatz
27578         So lets all sing 'Can you feel the NAS tonight'
27579
27580 2004-03-08  Christian Schaller <Uraeus@gnome.org>
27581
27582         * tools/gst-launch-ext.in:
27583         Replace vorbisfile with oggdemux/vorbisdec/audioconvert
27584
27585 2004-03-08  Thomas Vander Stichele  <thomas at apestaart dot org>
27586
27587         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_base_init),
27588         (gst_mpeg2dec_init):
27589         remove the user_data pad for now, because it is being used in
27590         fixating causing MPEG playback to fixate on 1000 Hz for playback.
27591         If someone knows how to fix this properly, please do.
27592
27593 2004-03-08  Thomas Vander Stichele  <thomas at apestaart dot org>
27594
27595         * sys/oss/gstosssink.c: (gst_osssink_get_delay),
27596         (gst_osssink_get_time):
27597         add a warning, IMO this won't get triggered anymore, remove later
27598
27599 2004-03-07  David Schleef  <ds@schleef.org>
27600
27601         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):  Added Cinepak
27602         format (bug #136470)
27603
27604 2004-03-07  Thomas Vander Stichele  <thomas at apestaart dot org>
27605
27606         * gst-libs/Makefile.am:
27607         * gst-libs/gst/media-info/Makefile.am:
27608         * gst-libs/gst/media-info/media-info-priv.c: (found_tag_callback),
27609         (error_callback), (gst_media_info_error_create),
27610         (gst_media_info_error_element), (gmip_init), (gmip_reset),
27611         (gmi_clear_decoder), (gmip_find_type_pre), (gmip_find_type):
27612         * gst-libs/gst/media-info/media-info-priv.h:
27613         * gst-libs/gst/media-info/media-info-test.c: (main):
27614         * gst-libs/gst/media-info/media-info.c: (gst_media_info_init),
27615         (gst_media_info_class_init), (gst_media_info_instance_init),
27616         (gst_media_info_set_source), (gst_media_info_read_with_idler),
27617         (gst_media_info_read_idler), (gst_media_info_read):
27618         * gst-libs/gst/media-info/media-info.h:
27619         fixed, should work now
27620
27621 2004-03-07  Christian Schaller <Uraeus@gnome.org>
27622
27623         * ext/nas/nassink.c:
27624         A bunch of NAS fixes from Arwed von Merkatz
27625
27626 2004-03-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
27627
27628         * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream),
27629         (qtdemux_parse_trak):
27630           Fix crash (j might be greater than n_samples, in which case we're
27631           writing outside the allocated space for the array) and memleak.
27632
27633 2004-03-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
27634
27635         * sys/oss/gstosssink.c: (gst_osssink_chain):
27636           And another caller that couldn't handle delay < 0 (unsigned
27637           integer overflow). Video now continues playing on an audio
27638           buffer underrun, and the clock continues working. Audio still
27639           stalls.
27640
27641 2004-03-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
27642
27643         * sys/oss/gstosssink.c: (gst_osssink_get_delay),
27644         (gst_osssink_get_time):
27645           get_delay() may return values lower than 0. In those cases, we
27646           should not actually cast to *unsigned* int64, that will break
27647           stuff horribly. In my case, it screwed up A/V sync in movies
27648           in totem rather badly.
27649
27650 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
27651
27652         * ext/faac/gstfaac.c: (gst_faac_chain):
27653         * ext/flac/gstflactag.c: (gst_flac_tag_chain):
27654         * ext/libpng/gstpngenc.c: (user_write_data):
27655         * ext/mikmod/gstmikmod.c: (gst_mikmod_loop):
27656         * gst/ac3parse/gstac3parse.c: (gst_ac3parse_chain):
27657         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_chain_subtitle):
27658         * gst/mpegstream/gstrfc2250enc.c: (gst_rfc2250_enc_add_slice):
27659         Fix several misuse of gst_buffer_merge (it doesn't take ownership
27660         of any buffer), should fix some leaks. I hope I didn't unref buffers
27661         that shouldn't be...
27662
27663 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
27664
27665         * gst-libs/gst/media-info/media-info-priv.c: (have_type_callback),
27666         (deep_notify_callback), (tag_flag_score), (found_tag_callback),
27667         (error_callback), (gmi_reset), (gmi_seek_to_track),
27668         (gmi_get_decoder), (gmi_set_mime), (gmip_find_type_pre),
27669         (gmip_find_type_post), (gmip_find_stream_post),
27670         (gmip_find_track_streaminfo_post):
27671         * gst-libs/gst/media-info/media-info-priv.h:
27672         * gst-libs/gst/media-info/media-info-test.c: (print_tag),
27673         (info_print), (main):
27674         * gst-libs/gst/media-info/media-info.c:
27675         (gst_media_info_error_create), (gst_media_info_error_element),
27676         (gst_media_info_instance_init), (gst_media_info_get_property),
27677         (gst_media_info_new), (gst_media_info_set_source),
27678         (gst_media_info_read_idler), (gst_media_info_read):
27679         * gst-libs/gst/media-info/media-info.h:
27680           first pass at making this work again.  This seems to work on
27681           tagged ogg/vorbis and mp3 files.
27682
27683 2004-03-06  Benjamin Otte  <otte@gnome.org>
27684
27685         * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
27686           fix huge leak: gst_buffer_merge doesn't unref the first argument
27687           itself.
27688
27689 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
27690
27691         * ext/mad/gstmad.c: (gst_mad_class_init), (gst_mad_update_info):
27692           report layer/mode/emphasis
27693
27694 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
27695
27696         * ext/mad/gstmad.c: (gst_mad_chain): fixed caps leak
27697
27698 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
27699
27700         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_new):
27701           signal serial
27702
27703 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
27704
27705         * ext/vorbis/vorbis.c: (plugin_init):
27706         * ext/vorbis/vorbisdec.c: (vorbis_dec_get_formats),
27707         (gst_vorbis_dec_init), (vorbis_dec_event):
27708         add debug category
27709         make vorbisdec handle _BYTE and _TIME queries
27710
27711 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
27712
27713         * ext/mad/gstmad.c: (gst_mad_chain): send the average bitrate read
27714           from the xing header
27715
27716 2004-03-06  Benjamin Otte  <otte@gnome.org>
27717
27718         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_getcaps),
27719         (gst_audio_convert_link), (gst_audio_convert_change_state),
27720         (gst_audio_convert_buffer_from_default_format):
27721           do conversions from/to float correctly, fix some caps nego errors,
27722           export correct supported caps in template and getcaps, use correct
27723           caps in try_set_caps functions
27724
27725 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
27726
27727         For some reason, I only committed a ChangeLog entry yesterday and
27728         not the corresponding code...
27729         * ext/mad/gstmad.c: Fix detection of Xing headers
27730         * gst/tags/gstid3tag.c: Changes to support TLEN tags
27731
27732 2004-03-06  Benjamin Otte  <otte@gnome.org>
27733
27734         * ext/ogg/gstoggdemux.c: (gst_ogg_get_pad_by_pad),
27735         (gst_ogg_demux_src_query):
27736           make sure to handle the case where there's no current chain
27737           gracefully.
27738
27739 2004-03-05  David Schleef  <ds@schleef.org>
27740
27741         * ext/aalib/gstaasink.c: (gst_aasink_fixate), (gst_aasink_init):
27742         Add fixate function. (bug #131128)
27743         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_init),
27744         (gst_sdlvideosink_fixate):  Add fixate function.
27745         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
27746         Fix attempt to print a non-pointer using GST_PTR_FORMAT.
27747         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt):
27748         Fix missing break that was causing ulaw to be interpreted as
27749         raw int.
27750
27751 2004-03-05  David Schleef  <ds@schleef.org>
27752
27753         * gst/mpegstream/gstrfc2250enc.c: (gst_rfc2250_enc_add_slice):
27754         Fix code that ignores return value of gst_buffer_merge().
27755         (bug #114560)
27756         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_descramble_segment):
27757         * gst/mpegstream/gstrfc2250enc.c: (gst_rfc2250_enc_add_slice): same
27758         * testsuite/gst-lint:  Check for above.
27759
27760 2004-03-05  David Schleef  <ds@schleef.org>
27761
27762         * gst/udp/gstudpsrc.c: (gst_udpsrc_get):  Check for unfixed
27763         caps and throw an element error.  (bug #136334)
27764
27765 2004-03-05  David Schleef  <ds@schleef.org>
27766
27767         * ext/faad/gstfaad.c: (gst_faad_init), (gst_faad_srcgetcaps),
27768         (gst_faad_chain): Fix negotiation.
27769         * ext/librfb/gstrfbsrc.c: (gst_rfbsrc_handle_src_event): Add
27770         key and button events.
27771         * gst-libs/gst/floatcast/floatcast.h: Fix a minor bug in this
27772         dung heap of code.
27773         * gst-libs/gst/gconf/gstreamer-gconf-uninstalled.pc.in: gstgconf
27774         depends on gconf
27775         * gst-libs/gst/gconf/gstreamer-gconf.pc.in: same
27776         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup),
27777         (gst_play_video_fixate), (gst_play_audio_fixate): Add a fixate
27778         function to encourage better negotiation, particularly between
27779         audioconvert and osssink.
27780         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain):
27781         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):  Make some debugging
27782         more important.
27783         * gst/typefind/gsttypefindfunctions.c:  Fix mistake in flash
27784         typefinding.
27785         * gst/vbidec/vbiscreen.c:  Add glib header
27786         * pkgconfig/gstreamer-play.pc.in:  Depends on gst-interfaces.
27787
27788 2004-03-06  Christophe Fergeau  <teuf@users.sourceforge.net>
27789
27790         * ext/mad/gstmad.c: Fix detection of Xing headers
27791         * gst/tags/gstid3tag.c: Changes to support TLEN tags
27792
27793 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
27794
27795         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt),
27796         (gst_wavparse_pad_convert), (gst_wavparse_pad_query):
27797           debug updates
27798
27799 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
27800
27801         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list):
27802         * ext/mad/gstmad.c: (gst_mad_init), (is_xhead),
27803         (mpg123_parse_xing_header), (gst_mad_chain): parse Xing header in vbr
27804         files, and report the parsed length as a GST_TAG_DURATION tag.
27805         * gst/tags/gstid3tag.c: support TLEN (duration) tag
27806
27807 2004-03-05  Benjamin Otte  <otte@gnome.org>
27808
27809         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_channels):
27810           convert channels correctly. convert correctly to unsigned.
27811
27812 2004-03-05  Julien MOUTTE <julien@moutte.net>
27813
27814         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state): Check if
27815         we have a window before clearing it.
27816
27817 2004-03-05  Julien MOUTTE <julien@moutte.net>
27818
27819         * sys/ximage/ximagesink.c: (gst_ximagesink_change_state): Check if we
27820         have a window before clearing it.
27821
27822 2004-03-05  Thomas Vander Stichele  <thomas at apestaart dot org>
27823
27824         * gconf/gstreamer.schemas.in:
27825         * gst-libs/gst/gconf/Makefile.am:
27826           version installation path the same way as for 0.6
27827         * pkgconfig/gstreamer-interfaces-uninstalled.pc.in:
27828         * pkgconfig/gstreamer-libs-uninstalled.pc.in:
27829         * pkgconfig/gstreamer-play-uninstalled.pc.in:
27830           remove comment that was fixed
27831
27832 2004-03-05  David Schleef  <ds@schleef.org>
27833
27834         * gst/qtdemux/qtdemux.c: (gst_qtdemux_get_src_formats),
27835         (gst_qtdemux_src_convert), (gst_qtdemux_get_src_query_types),
27836         (gst_qtdemux_get_event_mask), (gst_qtdemux_handle_src_query),
27837         (gst_qtdemux_handle_src_event), (gst_qtdemux_add_stream):
27838         Add prototype code for handling seeking and querying.
27839
27840 2004-03-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
27841
27842         * examples/gstplay/player.c: (main):
27843           Initialize variables to NULL. Prevents a segfault because the
27844           (uninitialized) variable is not NULL, resulting in a crash on
27845           trying to reach error->message.
27846
27847 2004-03-05  Benjamin Otte  <otte@gnome.org>
27848
27849         * gst/audioconvert/gstaudioconvert.c:
27850         (gst_audio_convert_buffer_to_default_format):
27851         make float=>int conversion work correctly even in cornercases.
27852
27853 2004-03-04  David I. Lehn  <dlehn@users.sourceforge.net>
27854
27855         * debian/README.Debian:
27856         * debian/build-deps:
27857         * debian/changelog:
27858         * debian/control:
27859         * debian/control.in:
27860         * debian/copyright:
27861         * debian/gstreamer-a52dec.files:
27862         * debian/gstreamer-aa.files:
27863         * debian/gstreamer-alsa.files:
27864         * debian/gstreamer-alsa.manpages:
27865         * debian/gstreamer-arts.files:
27866         * debian/gstreamer-artsd.files:
27867         * debian/gstreamer-audiofile.files:
27868         * debian/gstreamer-avifile.files:
27869         * debian/gstreamer-cdparanoia.files:
27870         * debian/gstreamer-colorspace.files:
27871         * debian/gstreamer-doc.files:
27872         * debian/gstreamer-dv.files:
27873         * debian/gstreamer-dvd.files:
27874         * debian/gstreamer-esd.files:
27875         * debian/gstreamer-festival.files:
27876         * debian/gstreamer-flac.files:
27877         * debian/gstreamer-gconf.conffiles:
27878         * debian/gstreamer-gconf.files:
27879         * debian/gstreamer-gconf.postinst:
27880         * debian/gstreamer-gnomevfs.files:
27881         * debian/gstreamer-gsm.files:
27882         * debian/gstreamer-http.files:
27883         * debian/gstreamer-jack.files:
27884         * debian/gstreamer-jpeg.files:
27885         * debian/gstreamer-mad.files:
27886         * debian/gstreamer-mikmod.files:
27887         * debian/gstreamer-misc.files:
27888         * debian/gstreamer-mpeg2dec.files:
27889         * debian/gstreamer-oss.files:
27890         * debian/gstreamer-plugin-apps.files:
27891         * debian/gstreamer-plugin-apps.manpages:
27892         * debian/gstreamer-plugin-libs-dev.files:
27893         * debian/gstreamer-plugin-libs.files:
27894         * debian/gstreamer-plugin-template.postinst:
27895         * debian/gstreamer-plugin-template.postrm:
27896         * debian/gstreamer-sdl.files:
27897         * debian/gstreamer-sid.files:
27898         * debian/gstreamer-vorbis.files:
27899         * debian/gstreamer-x.files:
27900         * debian/mk.control:
27901         * debian/rules:
27902         Debian package info not maintained here.
27903
27904 2004-03-04  Thomas Vander Stichele  <thomas at apestaart dot org>
27905
27906         * ext/aalib/gstaasink.c: (gst_aasink_class_init):
27907         * ext/cdaudio/gstcdaudio.c: (gst_cdaudio_class_init):
27908         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_class_init):
27909         * ext/divx/gstdivxenc.c: (gst_divxenc_class_init):
27910         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_class_init):
27911         * ext/gsm/gstgsmenc.c: (gst_gsmenc_class_init):
27912         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_class_init):
27913         * ext/musicbrainz/gsttrm.c: (gst_musicbrainz_class_init):
27914         * ext/speex/gstspeexenc.c: (gst_speexenc_class_init):
27915         * ext/xvid/gstxvidenc.c: (gst_xvidenc_class_init):
27916         * gst-libs/gst/colorbalance/colorbalance.c:
27917         (gst_color_balance_class_init):
27918         * gst-libs/gst/colorbalance/colorbalancechannel.c:
27919         (gst_color_balance_channel_class_init):
27920         * gst-libs/gst/mixer/mixer.c: (gst_mixer_class_init):
27921         * gst-libs/gst/play/play.c: (gst_play_class_init):
27922         * gst-libs/gst/propertyprobe/propertyprobe.c:
27923         (gst_property_probe_iface_init):
27924         * gst-libs/gst/tuner/tuner.c: (gst_tuner_class_init):
27925         * gst-libs/gst/tuner/tunerchannel.c:
27926         (gst_tuner_channel_class_init):
27927         * gst-libs/gst/xoverlay/xoverlay.c: (gst_x_overlay_base_init):
27928         * gst/cutter/gstcutter.c: (gst_cutter_class_init):
27929         * gst/effectv/gstvertigo.c: (gst_vertigotv_class_init):
27930         * sys/cdrom/gstcdplayer.c: (cdplayer_class_init):
27931         * sys/dxr3/dxr3spusink.c: (dxr3spusink_class_init):
27932         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_class_init):
27933         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_class_init):
27934         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init):
27935         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_class_init):
27936           fix signals to use - instead of _
27937         * ext/libcaca/gstcacasink.h:
27938         * ext/sdl/sdlvideosink.h:
27939           fix header rename
27940
27941 2004-03-04  David Schleef  <ds@schleef.org>
27942
27943         * testsuite/gst-lint:  Add a check for bad signal names.
27944
27945 2004-03-04  Stefan Kost <kost@imn.htwk-leipzig.de>
27946
27947         reviewed by David Schleef
27948
27949         * gst/videofilter/gstgamma.c: (gst_gamma_rgb32): Fix typo that
27950         modified the alpha channel and caused a warning. (bug #136192)
27951
27952 2004-04-03  Christian Schaller <Uraeus@gnome.org>
27953
27954         * gst-plugins.spec.in:
27955         Change names of plugins to actually be correct. Try to keep things
27956         alphabetical to avoid getting beat up by Thomas
27957
27958 2004-03-03  Julien MOUTTE <julien@moutte.net>
27959
27960         * gst-libs/gst/gconf/gconf.c: (gst_gconf_get_default_video_sink):
27961         Using ximagesink as a default if no gconf key found. We should
27962         probably consider using alsasink instead of osssink for the audio
27963         part.
27964
27965 2004-03-02  Thomas Vander Stichele  <thomas at apestaart dot org>
27966
27967         * configure.ac:
27968           fix --with-plugins, don't think it ever worked before
27969         * gst-plugins.spec.in:
27970           even more updates
27971
27972 2004-03-01  Ronald Bultje  <rbultje@ronald.bitfreak.net>
27973
27974         * ext/sdl/sdlvideosink.h:
27975         * sys/ximage/ximagesink.h:
27976         * sys/xvideo/xvideosink.h:
27977         * sys/xvimage/xvimagesink.h:
27978           Fix for move of gstvideosink.h -> videosink.h.
27979
27980 2004-03-02  Thomas Vander Stichele  <thomas at apestaart dot org>
27981
27982         * gst-libs/gst/xwindowlistener/Makefile.am:
27983           this is a plugin library, not a library
27984
27985 2004-03-01  David Schleef  <ds@schleef.org>
27986
27987         * AUTHORS:  Added some names.  Add yourself if you're still
27988         missing.
27989
27990 2004-03-01  David Schleef  <ds@schleef.org>
27991
27992         * MAINTAINERS: Add
27993
27994 2004-03-01  Thomas Vander Stichele  <thomas at apestaart dot org>
27995
27996         * gst-plugins.spec.in: clean up spec file
27997
27998 2004-03-01  Thomas Vander Stichele  <thomas at apestaart dot org>
27999
28000         * gst-libs/gst/video/Makefile.am:
28001         * gst-libs/gst/video/gstvideosink.c:
28002         * gst-libs/gst/video/gstvideosink.h:
28003           rename gstvideosink.h to videosink.h to match other headers
28004         * gst/mixmatrix/Makefile.am:
28005           fix plugin filename
28006         * gst/tags/Makefile.am: fix plugin filename
28007
28008 2004-03-01  Thomas Vander Stichele  <thomas at apestaart dot org>
28009
28010         * gst/tags/Makefile.am: fix plugin filename
28011
28012 2004-03-01  Thomas Vander Stichele  <thomas at apestaart dot org>
28013
28014         * examples/gstplay/player.c: (got_time_tick), (main):
28015           add error handler
28016           display time_tick more readably
28017         * gst/mixmatrix/Makefile.am:
28018           fix plugin file name
28019
28020 2004-02-29  Christophe Fergeau  <teuf@gnome.org>
28021
28022         * sys/oss/gstosselement.c: (gst_osselement_probe),
28023         (device_combination_append), (gst_osselement_class_probe_devices):
28024         * sys/oss/gstosselement.h:
28025           Reworked enumeration of oss dsps and mixers so that gst-mixer works
28026           on my system using alsa oss emulation, fixes bug #135597
28027
28028 2004-02-29  Ronald Bultje  <rbultje@ronald.bitfreak.net>
28029
28030         * gst/videodrop/gstvideodrop.c: (gst_videodrop_init),
28031         (gst_videodrop_chain), (gst_videodrop_change_state):
28032         * gst/videodrop/gstvideodrop.h:
28033           Work based on timestamp of input data, not based on the expected
28034           framerate from the input. The consequence is that this element now
28035           not only scales framerates, but also functions as a framerate
28036           corrector or framerate stabilizer/constantizer.
28037
28038 2004-02-27  David Schleef  <ds@schleef.org>
28039
28040         patches from jmmv@menta.net (Julio M. Merino Vidal)
28041
28042         * gst/interleave/deinterleave.c: (deinterleave_chain): Fix
28043         GST_ELEMENT_ERROR call (bug #135634)
28044         * gst/interleave/interleave.c: (interleave_buffered_loop),
28045         (interleave_bytestream_loop): Don't use alloca() (bug #135640)
28046         * sys/cdrom/gstcdplayer_ioctl_bsd.h: Fix ioctls on NetBSD (bug #135645)
28047         * sys/oss/gstosssink.c: (gst_osssink_get_delay),
28048         (gst_osssink_chain): Fix ioctls on NetBSD. (bug #135644)
28049         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_sync_next_frame),
28050         (gst_v4lmjpegsrc_set_capture), (gst_v4lmjpegsrc_set_capture_m),
28051         (gst_v4lmjpegsrc_capture_init), (gst_v4lmjpegsrc_requeue_frame):
28052         Fix GST_ELEMENT_ERROR call.
28053         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_try_palette): Fix
28054         GST_ELEMENT_ERROR call.
28055
28056 2004-02-27  Benjamin Otte  <otte@gnome.org>
28057
28058         * gst-libs/gst/audio/audio.h:
28059           add macro to make sure header isn't included twice
28060         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_chunk):
28061           don't use gst_buffer_free
28062         * gst/playondemand/filter.func:
28063           don't use gst_data_free. Free data only once.
28064
28065 2004-02-26  David Schleef  <ds@schleef.org>
28066
28067         * gst-libs/gst/colorbalance/Makefile.am:
28068         * gst-libs/gst/mixer/Makefile.am:
28069         * gst-libs/gst/tuner/Makefile.am:
28070         * gst/level/Makefile.am: -marshal.[ch] and -enum.[ch] files
28071         should not be disted, -marshal.h files should not be installed,
28072         and -enum.h files _should_ be installed.  Fix to make this the
28073         case.
28074
28075 === release 0.7.5 ===
28076
28077 2004-02-26  Thomas Vander Stichele  <thomas at apestaart dot org>
28078
28079         * configure.ac: release 0.7.5, "Under The Sea"
28080
28081 2004-02-25  Thomas Vander Stichele  <thomas at apestaart dot org>
28082
28083         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link),
28084         (gst_audio_convert_change_state), (gst_audio_convert_get_buffer):
28085         * gst/videoscale/gstvideoscale.c:
28086         * sys/oss/gstosselement.c: (gst_osselement_sync_parms):
28087           assorted debug/warning fixes
28088
28089 2004-02-25  Thomas Vander Stichele  <thomas at apestaart dot org>
28090
28091         * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps),
28092         (gst_videoscale_init), (gst_videoscale_chain),
28093         (gst_videoscale_set_property), (plugin_init):
28094         * gst/videoscale/gstvideoscale.h:
28095         * gst/videoscale/videoscale.c: (gst_videoscale_setup),
28096         (gst_videoscale_scale_rgb), (gst_videoscale_planar411),
28097         (gst_videoscale_planar400), (gst_videoscale_packed422),
28098         (gst_videoscale_packed422rev), (gst_videoscale_32bit),
28099         (gst_videoscale_24bit), (gst_videoscale_16bit),
28100         (gst_videoscale_bilinear), (gst_videoscale_bicubic),
28101         (gst_videoscale_scale_plane_slow),
28102         (gst_videoscale_scale_point_sample),
28103         (gst_videoscale_scale_nearest),
28104         (gst_videoscale_scale_nearest_str2),
28105         (gst_videoscale_scale_nearest_str4),
28106         (gst_videoscale_scale_nearest_32bit),
28107         (gst_videoscale_scale_nearest_24bit),
28108         (gst_videoscale_scale_nearest_16bit):
28109         add debugging category and use it properly
28110         fix use of GST_PTR_FORMAT
28111
28112 2004-02-25  Andy Wingo  <wingo@pobox.com>
28113
28114         * gst/interleave/interleave.c (interleave_buffered_loop): Always
28115         push only when channel->buffer is NULL. Prevents segfaults doing
28116         the state change after a nonlocal exit, like a scheme exception.
28117
28118         * gst/audioconvert/gstaudioconvert.c (gst_audio_convert_getcaps):
28119         Handle the case where the intersected caps is empty.
28120
28121 2004-02-25  Thomas Vander Stichele  <thomas at apestaart dot org>
28122
28123         * gst/law/mulaw-decode.c: (mulawdec_link):
28124         * gst/law/mulaw.c: (plugin_init):
28125           fix mulawdec so it actually works again
28126
28127 2004-02-24  Arwed v. Merkatz  <v.merkatz@gmx.net>
28128
28129         reviewed by: David Schleef  <ds@schleef.org>
28130
28131         * gst/videofilter/gstgamma.c: (gst_gamma_class_init),
28132         (gst_gamma_init), (gst_gamma_set_property),
28133         (gst_gamma_get_property), (gst_gamma_calculate_tables),
28134         (gst_gamma_rgb24), (gst_gamma_rgb32):  Adds gamma correction
28135         for RGB, with separate r g and b correction factors. (#131167)
28136
28137 2004-02-24  Thomas Vander Stichele  <thomas at apestaart dot org>
28138
28139         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
28140           only signal tags for bitrate if they're > 0 (#134894)
28141
28142 2004-02-24  David Schleef  <ds@schleef.org>
28143
28144         * gst/qtdemux/qtdemux.c: (plugin_init), (gst_qtdemux_loop_header),
28145         (qtdemux_parse_moov), (qtdemux_parse), (qtdemux_node_dump_foreach),
28146         (qtdemux_dump_mvhd), (qtdemux_dump_tkhd), (qtdemux_dump_elst),
28147         (qtdemux_dump_mdhd), (qtdemux_dump_hdlr), (qtdemux_dump_vmhd),
28148         (qtdemux_dump_dref), (qtdemux_dump_stsd), (qtdemux_dump_stts),
28149         (qtdemux_dump_stss), (qtdemux_dump_stsc), (qtdemux_dump_stsz),
28150         (qtdemux_dump_stco), (qtdemux_dump_co64), (qtdemux_dump_dcom),
28151         (qtdemux_dump_cmvd), (qtdemux_parse_tree), (qtdemux_parse_trak):
28152         Cleanups.  Convert g_prints to GST_LOGs.  Add qtdemux debug
28153         category.  Attempt to fix timestamp calculation.
28154
28155 2004-02-24  Johan Dahlin  <johan@gnome.org>
28156
28157         * gst-libs/gst/gconf/gconf.c: Add \n to g_print error messages
28158
28159 2004-02-23  Thomas Vander Stichele  <thomas at apestaart dot org>
28160
28161         * configure.ac:
28162         * gconf/Makefile.am:
28163         * gconf/gstreamer.schemas:
28164         * gst-libs/gst/gconf/Makefile.am:
28165         * gst-libs/gst/gconf/gconf.c:
28166           version gconf schemas and install locations
28167
28168 2004-02-23  Benjamin Otte  <otte@gnome.org>
28169
28170         * ext/xine/xineinput.c: (gst_xine_input_dispose):
28171         (gst_xine_input_subclass_init):
28172           call parent dispose.
28173           change pad template for CD reader correctly
28174         * ext/xine/Makefile.am:
28175         * ext/xine/gstxine.h:
28176         * ext/xine/xine.c: (plugin_init):
28177         * ext/xine/xineaudiosink.c:
28178           wrap audio sinks, too
28179         * gst-libs/gst/resample/private.h:
28180         * gst-libs/gst/resample/resample.c: (gst_resample_init),
28181         (gst_resample_reinit), (gst_resample_scale),
28182         (gst_resample_nearest_s16), (gst_resample_bilinear_s16),
28183         (gst_resample_sinc_slow_s16), (gst_resample_sinc_s16),
28184         (gst_resample_sinc_ft_s16), (gst_resample_nearest_float),
28185         (gst_resample_bilinear_float), (gst_resample_sinc_slow_float),
28186         (gst_resample_sinc_float), (gst_resample_sinc_ft_float):
28187         * gst-libs/gst/resample/resample.h:
28188         * gst/audioscale/gstaudioscale.c: (gst_audioscale_method_get_type),
28189         (gst_audioscale_class_init), (gst_audioscale_link),
28190         (gst_audioscale_get_buffer), (gst_audioscale_init),
28191         (gst_audioscale_chain), (gst_audioscale_set_property),
28192         (gst_audioscale_get_property):
28193         * gst/audioscale/gstaudioscale.h:
28194           s/resample_*/gst_resample_*/i to not clobber namespaces
28195
28196 2004-02-23  Julien MOUTTE  <julien@moutte.net>
28197
28198         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
28199         (gst_riff_create_audio_caps), (gst_riff_create_iavs_caps),
28200         (gst_riff_create_video_template_caps),
28201         (gst_riff_create_audio_template_caps),
28202         (gst_riff_create_iavs_template_caps):
28203         * gst-libs/gst/riff/riff-media.h:
28204         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_base_init),
28205         (gst_asf_demux_audio_caps), (gst_asf_demux_add_audio_stream),
28206         (gst_asf_demux_video_caps), (gst_asf_demux_add_video_stream):
28207         * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream):
28208         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
28209         (gst_matroska_demux_video_caps), (gst_matroska_demux_audio_caps),
28210         (gst_matroska_demux_plugin_init): First batch implementing audio and
28211         video codec tags in demuxers.
28212
28213 2004-02-22  Benjamin Otte  <otte@gnome.org>
28214
28215         * ext/xine/Makefile.am:
28216         * ext/xine/gstxine.h:
28217         * ext/xine/xine.c: (plugin_init):
28218         * ext/xine/xineinput.c:
28219           add input plugin wrapper. Playback from files, http, mms and cdda
28220           works.
28221         * ext/xine/xineaudiodec.c: (gst_xine_audio_dec_chain):
28222           remove leftover G_GNUC_UNUSED
28223         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_stream),
28224         (gst_asf_demux_identify_guid):
28225           improve debugging output
28226
28227 2004-02-22  Benjamin Otte  <otte@gnome.org>
28228
28229         reported by: Padraig O'Briain <padraig.obriain@sun.com>
28230
28231         * autogen.sh:
28232           replace test -e with test -x for mkinstalldirs to be more portable.
28233           (fixes #134816)
28234
28235 2004-02-22  Benjamin Otte  <otte@gnome.org>
28236
28237         reported by: Stefan Kost <kost@imn.htwk-leipzig.de>
28238
28239         * gst/audioconvert/gstaudioconvert.c: (plugin_init):
28240           set rank to PRIMARY
28241         * gst/volume/gstvolume.c: (plugin_init):
28242           set rank to NONE
28243         fixes #134960
28244
28245 2004-02-22   Julio M. Merino Vidal <jmmv@menta.net>
28246
28247         reviewed by Benjamin Otte  <otte@gnome.org>
28248
28249         * ext/flac/gstflacenc.c: (gst_flacenc_chain):
28250           escape NULL strings in GST_ELEMENT_ERROR properly (fixes #135116)
28251
28252 2004-02-22  Benjamin Otte  <otte@gnome.org>
28253
28254         * configure.ac:
28255           export [_]*{gst,Gst,GST}.* symbols from plugins
28256
28257 2004-02-22  Christophe Fergeau <teuf@gnome.org>
28258
28259         reviewed by: Benjamin Otte  <otte@gnome.org>
28260
28261         * ext/lame/gstlame.c: (add_one_tag):
28262         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list):
28263         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_get_tag_value),
28264         (gst_vorbisenc_metadata_set1):
28265         * gst/tags/gstid3tag.c:
28266         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_add):
28267           apply fixes from bugs #135042 (lame can't write tags) and #133817
28268           (add GST_ALBUM_VOLUME_{COUNT,NUMBER} tags)
28269
28270 2004-02-22 Ramon Garcia <ramon_garcia_f@yahoo.com>
28271
28272         * configure.ac: Export only gst_plugin_desc from plugins.
28273          Note that this change only makes any effect with Linux using libtool
28274          1.5.2 or higher. Otherwise it is silently ignored, but it would build
28275          fine. And don't try to have several versions of libtool in different
28276          directories.
28277
28278 2004-02-20  Andy Wingo  <wingo@pobox.com>
28279
28280         * gst/intfloat/, gst/oneton: Removed, replaced by audioconvert and
28281         interleave respectively.
28282
28283         * gst/interleave/deinterleave.c: New plugin: deinterleave
28284         (replaces on oneton).
28285         * gst/interleave/interleave.c: New plugin: interleave.
28286         * gst/interleave/plugin.h: Support file.
28287         * gst/interleave/plugin.c: Support file.
28288
28289         * configure.ac: Remove intfloat and oneton, add interleave.
28290
28291         * ext/sndfile/gstsf.c: Handle events better.
28292
28293         * gst/audioconvert/gstaudioconvert.c: Change to support int2float
28294         and float2int operation. int2float has scheduling problems as
28295         noted in in2float_chain.
28296
28297 2004-02-20  Benjamin Otte  <otte@gnome.org>
28298
28299         * ext/xine/Makefile.am:
28300         * ext/xine/gstxine.h:
28301         * ext/xine/xine.c:
28302         * ext/xine/xineaudiodec.c:
28303         * ext/xine/xinecaps.c:
28304           add first version of xine plugin wrapper. Currently only wraps the
28305           QDM2 win32 DLL, and even that only in proof-of-concept quality.
28306         * configure.ac:
28307         * ext/Makefile.am:
28308           add xine plugin wrapper, disabled by default. Use --enable-xine to
28309           build. Note that it'll segfault on gst-register if you don't remove
28310           the goom and tvtime post plugins from xine.
28311         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event),
28312         (qtdemux_parse), (qtdemux_parse_trak), (qtdemux_audio_caps):
28313           add extradata parsing for QDM2.
28314           change around debugging prints.
28315
28316 2004-02-19  Benjamin Otte  <otte@gnome.org>
28317
28318         * ext/lame/gstlame.c: (gst_lame_chain):
28319         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_chain):
28320           use gst_tag_list_insert when you want to insert tags
28321
28322 2004-02-18  David Schleef  <ds@schleef.org>
28323
28324         * configure.ac:  Move massink to gst-rotten
28325         * ext/Makefile.am:
28326         * ext/mas/Makefile.am:
28327         * ext/mas/massink.c:
28328         * ext/mas/massink.h:
28329
28330 2004-02-18  David Schleef  <ds@schleef.org>
28331
28332         * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init): Disable gdk_pixbuf
28333         typefinding, since it seems to be worse than nothing.
28334         * gst/typefind/gsttypefindfunctions.c: (qt_type_find):  Add ftyp
28335         atom to recognize .mp4 and .m4a files as video/quicktime.
28336
28337 2004-02-18  David Schleef  <ds@schleef.org>
28338
28339         * gst/sine/demo-dparams.c: (quit_live),
28340         (dynparm_log_value_changed), (dynparm_value_changed), (main):
28341         Use double dparams, not float.
28342         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
28343         (gst_sinesrc_init): Change sync default to FALSE, since multiple
28344         sync'd elements don't really work correctly.
28345         * gst/volume/gstvolume.c: (volume_class_init), (volume_init),
28346         (volume_update_volume), (volume_get_property):  Change dparam
28347         to double.
28348
28349 2004-02-18  Julien MOUTTE  <julien@moutte.net>
28350
28351         * sys/ximage/ximagesink.c:
28352         (gst_ximagesink_xwindow_update_geometry),
28353         (gst_ximagesink_renegotiate_size), (gst_ximagesink_handle_xevents),
28354         (gst_ximagesink_change_state), (gst_ximagesink_expose),
28355         (gst_ximagesink_init): Rework the way software video scaling works. So
28356         now we check on each chain call if the video frames are feeling the
28357         window. If not we try to renegotiate caps. On failure we memorize that
28358         and we won't try again for that PLAYING sessions.
28359         * sys/ximage/ximagesink.h: Adding a boolean to store the caps renego
28360         failure.
28361         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_init): initialize the
28362         synchronous flag.
28363
28364 2004-02-18  Thomas Vander Stichele  <thomas at apestaart dot org>
28365
28366         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup):
28367           break up _link so we can give a better debug message for errors
28368
28369 2004-02-18  Thomas Vander Stichele  <thomas at apestaart dot org>
28370
28371         * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init):
28372           set up debug category
28373
28374 2004-02-18  Julien MOUTTE <julien@moutte.net>
28375
28376         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
28377         (gst_ximagesink_handle_xevents), (gst_ximagesink_expose): Reorganizing
28378         the way renegotiation work. The event handling function is not taking
28379         care of external windows and renegotiate method check for pad flags
28380         NEGOTIATING. Should fix : #133209
28381
28382 2004-02-17  Julien MOUTTE  <julien@moutte.net>
28383
28384         * sys/ximage/ximagesink.c: (gst_ximagesink_expose): Checking if the
28385         pad is negotiating before trying renegotiation.
28386
28387 2004-02-17  Thomas Vander Stichele  <thomas at apestaart dot org>
28388
28389         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_type_find):
28390           pass on all possible mime types as typefind hints
28391
28392 2004-02-17  Julien MOUTTE <julien@moutte.net>
28393
28394         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new):
28395         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new): Fix a
28396         possible SHM leak if we crash. All other apps using XShm are doing
28397         that.
28398
28399 2004-02-17  Julien MOUTTE  <julien@moutte.net>
28400
28401         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
28402         (gst_ximagesink_expose): Renegotiate size on expose.
28403         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_expose): Update window
28404         size on expose.
28405
28406 2004-02-16  Benjamin Otte  <in7y118@public.uni-hamburg.de>
28407
28408         * testsuite/alsa/sinesrc.c:
28409           cosmetic fix to fix compile issue with gcc 2.95.4
28410
28411 2004-02-16  Julien MOUTTE <julien@moutte.net>
28412
28413         * ext/alsa/gstalsa.c: (gst_alsa_open_audio),
28414         (gst_alsa_timestamp_to_bytes): Alsa should trigger an error if it
28415         failed opening the audio device.
28416         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
28417         (gst_ximagesink_ximage_destroy), (gst_ximagesink_ximage_put),
28418         (gst_ximagesink_xwindow_new), (gst_ximagesink_xwindow_destroy),
28419         (gst_ximagesink_xwindow_resize), (gst_ximagesink_xwindow_clear),
28420         (gst_ximagesink_renegotiate_size), (gst_ximagesink_handle_xevents),
28421         (gst_ximagesink_xcontext_get), (gst_ximagesink_xcontext_clear),
28422         (gst_ximagesink_change_state), (gst_ximagesink_chain),
28423         (gst_ximagesink_set_xwindow_id): Clearing window in READY TO PAUSED.
28424         Removing some useless g_return_if_fail like wingo suggested.
28425         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
28426         (gst_xvimagesink_xvimage_destroy), (gst_xvimagesink_xvimage_put),
28427         (gst_xvimagesink_xwindow_new), (gst_xvimagesink_xwindow_destroy),
28428         (gst_xvimagesink_xwindow_resize), (gst_xvimagesink_xwindow_clear),
28429         (gst_xvimagesink_update_colorbalance),
28430         (gst_xvimagesink_handle_xevents), (gst_xvimagesink_xcontext_get),
28431         (gst_xvimagesink_xcontext_clear),
28432         (gst_xvimagesink_get_fourcc_from_caps),
28433         (gst_xvimagesink_change_state), (gst_xvimagesink_chain),
28434         (gst_xvimagesink_set_xwindow_id),
28435         (gst_xvimagesink_colorbalance_list_channels),
28436         (gst_xvimagesink_colorbalance_set_value),
28437         (gst_xvimagesink_colorbalance_get_value): Clearing window in READY TO
28438         PAUSED. Removing some useless g_return_if_fail like wingo suggested.
28439
28440 2004-02-16  Thomas Vander Stichele  <thomas at apestaart dot org>
28441
28442         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain):
28443           throw error when not negotiated instead of asserting
28444
28445 2004-02-15  Julien MOUTTE  <julien@moutte.net>
28446
28447         * gst/switch/gstswitch.c: (gst_switch_loop): More fixes for
28448         correct data refcounting.
28449
28450 2004-02-15  Julien MOUTTE  <julien@moutte.net>
28451
28452         * gst/switch/gstswitch.c: (gst_switch_change_state),
28453         (gst_switch_class_init): Cleaning the sinkpads correctly on state
28454         change, mostly the EOS flag.
28455
28456 2004-02-15  Julien MOUTTE  <julien@moutte.net>
28457
28458         * examples/gstplay/player.c: (got_eos), (main): Adding some
28459         output for debugging.
28460         * gst-libs/gst/play/play.c: (gst_play_state_change): Stop our
28461         timeouts if we go to any state different from PLAYING.
28462         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_seek): Fix some
28463         more EOS bugs in riff lib.
28464
28465 2004-02-14  Julien MOUTTE  <julien@moutte.net>
28466
28467         * gst-libs/gst/play/play.c: (gst_play_connect_visualization): Disable
28468         visualization until i find a way to fix switch correctly.
28469         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head): Fix a bug when
28470         EOS arrives.
28471         * gst/switch/gstswitch.c: (gst_switch_release_pad),
28472         (gst_switch_request_new_pad), (gst_switch_poll_sinkpads),
28473         (gst_switch_loop), (gst_switch_dispose), (gst_switch_class_init):
28474         Reworked switch to get a more correct behaviour with events and refing
28475         of data stored in sinkpads.
28476         * gst/switch/gstswitch.h: Adding an eos flag for every sinkpad so that
28477         we don't pull from a pad in EOS.
28478
28479 2004-02-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
28480
28481         * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
28482           remove v1 tag even if we can't read it (makes sure we don't detect
28483           it again)
28484
28485 2004-02-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
28486
28487         * ext/alsa/gstalsa.c: (gst_alsa_pcm_wait),
28488         (gst_alsa_xrun_recovery):
28489         * ext/alsa/gstalsa.h:
28490           try xrun recovery when wait failed. Make xrun recovery function
28491           return TRUE/FALSE to indicate success. (might fix #134354)
28492
28493 2004-02-13  David Schleef  <ds@schleef.org>
28494
28495         * gst/sine/demo-dparams.c: (dynparm_log_value_changed),
28496         (dynparm_value_changed), (main): Convert from float to double.
28497         * gst/sine/gstsinesrc.c: (gst_sinesrc_init): same.
28498
28499 2004-02-13  David Schleef  <ds@schleef.org>
28500
28501         * gst/silence/gstsilence.c: (gst_silence_class_init),
28502         (gst_silence_set_clock), (gst_silence_get),
28503         (gst_silence_set_property), (gst_silence_get_property):
28504         * gst/silence/gstsilence.h: Add sync property.
28505         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
28506         (gst_sinesrc_init), (gst_sinesrc_set_clock), (gst_sinesrc_get),
28507         (gst_sinesrc_set_property), (gst_sinesrc_get_property):
28508         * gst/sine/gstsinesrc.h: Add sync property.
28509
28510 2004-02-13  David Schleef  <ds@schleef.org>
28511
28512         * gst/intfloat/gstint2float.c: (conv_f32_s16),
28513         (gst_int2float_chain_gint16):  Change stdint usage to glib types.
28514
28515 2004-02-13  Thomas Vander Stichele  <thomas at apestaart dot org>
28516
28517         * configure.ac:
28518         * ext/Makefile.am:
28519         * gst-libs/ext/Makefile.am:
28520           move ffmpeg plugin to gst-ffmpeg module
28521
28522 2004-02-13  Thomas Vander Stichele  <thomas at apestaart dot org>
28523
28524         * configure.ac: use GST_ARCH to detect architecture
28525
28526 2004-02-12  Julien MOUTTE  <julien@moutte.net>
28527
28528         * gst/vbidec/vbiscreen.c: Fixing thomasvs fixes. Missing header.
28529
28530 2004-02-12  Thomas Vander Stichele  <thomas at apestaart dot org>
28531
28532         * ext/ladspa/gstladspa.c: (gst_ladspa_base_init):
28533           classify LADSPA plugins based on number of src/sink pads
28534           (#133663, Stefan Kost)
28535         * gst/sine/gstsinesrc.c: (gst_sinesrc_init):
28536           fix dparams registration
28537           (#133528, Stefan Kost)
28538         * gst/vbidec/vbiscreen.c: (vbiscreen_set_current_cell):
28539           fix use of isprint and use g_ascii_isprint instead
28540           (#133316, Stefan Kost)
28541
28542 2004-02-11  David Schleef  <ds@schleef.org>
28543
28544         Convert a few inner loops to use liboil.  This is currently
28545         optional, and is only enabled if liboil is present (duh!).
28546         * configure.ac: Check for liboil-0.1
28547         * gst/intfloat/Makefile.am:
28548         * gst/intfloat/gstint2float.c: (conv_f32_s16), (scalarmult_f32),
28549         (gst_int2float_chain_gint16):
28550         * gst/videofilter/Makefile.am:
28551         * gst/videofilter/gstvideobalance.c: (gst_videobalance_class_init),
28552         (tablelookup_u8), (gst_videobalance_planar411):
28553         * gst/videotestsrc/Makefile.am:
28554         * gst/videotestsrc/gstvideotestsrc.c: (plugin_init):
28555         * gst/videotestsrc/videotestsrc.c: (splat_u8), (paint_hline_YUY2),
28556         (paint_hline_IYU2), (paint_hline_str4), (paint_hline_str3),
28557         (paint_hline_RGB565), (paint_hline_xRGB1555):
28558
28559 2004-02-11  David Schleef  <ds@schleef.org>
28560
28561         * ext/lcs/gstcolorspace.c: (colorspace_find_lcs_format),
28562         (gst_colorspace_caps_get_fourcc), (colorspace_setup_converter),
28563         (gst_colorspace_getcaps), (gst_colorspace_link),
28564         (gst_colorspace_base_init), (gst_colorspace_init),
28565         (gst_colorspace_chain), (gst_colorspace_change_state),
28566         (plugin_init): Merge Ronald's patch (bug #117897) and update
28567         for new caps and negotiation.  Seems to work, although it
28568         shows off bugs in lcs.
28569
28570 2004-02-11  David Schleef  <ds@schleef.org>
28571
28572         * ext/alsa/Makefile.am: Fix linking against libgstinterfaces.
28573         (bug #133886)  Noticed by bugs@leroutier.net (Stephane LOEUILLET)
28574
28575 2004-02-11  David Schleef  <ds@schleef.org>
28576
28577         * ext/librfb/gstrfbsrc.c: (gst_rfbsrc_class_init),
28578         (gst_rfbsrc_change_state), (gst_rfbsrc_init),
28579         (gst_rfbsrc_set_property), (gst_rfbsrc_get_property):
28580         Add server and port properties
28581
28582 2004-02-11  Thomas Vander Stichele  <thomas at apestaart dot org>
28583
28584         * m4/a52.m4:
28585         * m4/aalib.m4:
28586         * m4/as-ffmpeg.m4:
28587         * m4/as-liblame.m4:
28588         * m4/as-slurp-ffmpeg.m4:
28589         * m4/check-libheader.m4:
28590         * m4/esd.m4:
28591         * m4/freetype2.m4:
28592         * m4/gconf-2.m4:
28593         * m4/glib.m4:
28594         * m4/gst-alsa.m4:
28595         * m4/gst-artsc.m4:
28596         * m4/gst-ivorbis.m4:
28597         * m4/gst-matroska.m4:
28598         * m4/gst-sdl.m4:
28599         * m4/gst-shout2.m4:
28600         * m4/gst-sid.m4:
28601         * m4/gtk.m4:
28602         * m4/libdv.m4:
28603         * m4/libfame.m4:
28604         * m4/libmikmod.m4:
28605         * m4/ogg.m4:
28606         * m4/vorbis.m4:
28607           fix underquotedness of macros (#133800)
28608         * m4/as-avifile.m4:
28609         * m4/xmms.m4:
28610           removed because no longer used
28611
28612 2004-02-11  Thomas Vander Stichele  <thomas at apestaart dot org>
28613
28614         * configure.ac:
28615           require gettext 0.11.5 so ulonglong.m4 gets checked out and copied
28616           by autopoint (fixes #132996)
28617
28618 2004-02-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
28619
28620         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_base_init):
28621         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_base_init):
28622         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_base_init):
28623         * ext/ffmpeg/gstffmpegmux.c: (gst_ffmpegmux_base_init):
28624           fix memleaks
28625
28626 2004-02-11  David Schleef  <ds@schleef.org>
28627
28628         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_link),
28629         (gst_gdk_pixbuf_chain): Fix logic bug causing spurious errors.
28630         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_base_init),
28631         (gst_jpegdec_init), (gst_jpegdec_chain): Fix negotiation.
28632         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_base_init),
28633         (gst_jpegenc_class_init), (gst_jpegenc_init),
28634         (gst_jpegenc_getcaps), (gst_jpegenc_link), (gst_jpegenc_resync),
28635         (gst_jpegenc_chain), (gst_jpegenc_set_property),
28636         (gst_jpegenc_get_property):  Fix negotiation.  Add some properties.
28637         * ext/jpeg/gstjpegenc.h: Fix negotiation.
28638
28639 2004-02-10  Benjamin Otte  <in7y118@public.uni-hamburg.de>
28640
28641         * ext/mikmod/gstmikmod.c: (gst_mikmod_init),
28642         (gst_mikmod_srcfixate), (gst_mikmod_srclink), (gst_mikmod_loop):
28643         * ext/mikmod/gstmikmod.h:
28644           fix caps negotiation in mikmod
28645         * ext/ogg/gstoggdemux.c: (gst_ogg_print):
28646           output debug information
28647
28648 2004-02-08  Benjamin Otte  <in7y118@public.uni-hamburg.de>
28649
28650         * gst-libs/gst/colorbalance/Makefile.am:
28651         * gst-libs/gst/navigation/Makefile.am:
28652         * gst-libs/gst/xoverlay/Makefile.am:
28653           remove unused GST_OPT_CFLAGS from Makefiles
28654           include X_CFLAGS and X_LIBS in xoverlay. (#131948)
28655
28656 2004-02-07  David Schleef  <ds@schleef.org>
28657
28658         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_handle_event): Don't
28659         push events to pads that haven't been created (#133508)
28660
28661 2004-02-07  Jan Schmidt  <thaytan@mad.scientist.com>
28662
28663         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_src_convert),
28664         (gst_dvdec_sink_convert), (gst_dvdec_handle_sink_event),
28665         (gst_dvdec_video_getcaps), (gst_dvdec_video_link),
28666         (gst_dvdec_loop), (gst_dvdec_change_state):
28667         Second attempt at committing a working dvdec element.
28668
28669 2004-02-06  David Schleef  <ds@schleef.org>
28670
28671         Build fixes for OS X: (see #129600)
28672         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_strh),
28673         (gst_riff_read_strf_vids), (gst_riff_read_strf_auds),
28674         (gst_riff_read_strf_iavs):
28675         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_avih),
28676         (gst_avi_demux_stream_odml):
28677         * gst/playondemand/Makefile.am:
28678         * gst/rtp/rtp-packet.c:
28679
28680 2004-02-05  David Schleef  <ds@schleef.org>
28681
28682         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_loop): Revert
28683         last change, because it Just Doesn't Compile.
28684
28685 2004-02-05  Benjamin Otte  <in7y118@public.uni-hamburg.de>
28686
28687         * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
28688           skip undecodable id3v2 tag instead of keeping it
28689
28690 2004-02-05  David Schleef  <ds@schleef.org>
28691
28692         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain):
28693         Unref leaked buffer.  (Noticed by Ronald)
28694
28695 2004-02-05  David I. Lehn  <dlehn@users.sourceforge.net>
28696
28697         * pkgconfig/gstreamer-libs-uninstalled.pc.in:
28698         Sync requires with other checks.  >= vs =.
28699
28700 2004-02-06  Jan Schmidt  <thaytan@mad.scientist.com>
28701
28702         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_video_getcaps),
28703         (gst_dvdec_video_link), (gst_dvdec_loop):
28704         * ext/dv/gstdvdec.h:
28705           rework the caps negotiation so that dvdec works again instead
28706           of just segfaulting.
28707
28708 === release 0.7.4 ===
28709
28710 2004-02-06  Thomas Vander Stichele  <thomas at apestaart dot org>
28711
28712         * NEWS: GStreamer Plugins 0.7.4 "For Great Justice" released
28713         * configure.ac: changed for release
28714
28715 2004-02-05  Thomas Vander Stichele  <thomas at apestaart dot org>
28716
28717         * gst-libs/gst/gconf/gstreamer-gconf-uninstalled.pc.in:
28718         * pkgconfig/gstreamer-interfaces-uninstalled.pc.in:
28719         * pkgconfig/gstreamer-libs-uninstalled.pc.in:
28720         * pkgconfig/gstreamer-play-uninstalled.pc.in:
28721           reworked patch by David Lehn to fix libdir and includedir for
28722           uninstalled libraries
28723           removed play and gconf from gstreamer-libs since they have their
28724           own pkgconfig files
28725
28726 2004-02-04  David Schleef  <ds@schleef.org>
28727
28728         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt): Fix a caps
28729         memleak.
28730
28731 2004-02-05  Benjamin Otte  <in7y118@public.uni-hamburg.de>
28732
28733         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_info):
28734           use correct GST_TAG_ENCODER tag
28735
28736 2004-02-05  Benjamin Otte  <in7y118@public.uni-hamburg.de>
28737
28738         * ext/alsa/gstalsa.c: (gst_alsa_change_state):
28739           be sure to stop the clock when going to paused
28740         * sys/oss/gstosssink.c: (gst_osssink_change_state):
28741           reset number of transmitted when going to ready.
28742         fixes #132935
28743
28744 2004-02-05  Charles Schmidt <cschmidt2@emich.edu>
28745
28746         reviewed by Benjamin Otte
28747
28748         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list):
28749           extract track count (fixes #133410)
28750
28751 2004-02-04  Benjamin Otte  <in7y118@public.uni-hamburg.de>
28752
28753         * ext/mad/gstid3tag.c: (gst_id3_tag_do_caps_nego):
28754           that should be !=, not == (fixes #132519)
28755
28756 2004-02-04  David Schleef  <ds@schleef.org>
28757
28758         Make sure set_explicit_caps() is called before adding pad.
28759         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_loop):
28760         * gst/id3/gstid3types.c: (gst_id3types_loop):
28761         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead):
28762         * gst/realmedia/rmdemux.c: (gst_rmdemux_add_stream):
28763
28764 2004-02-04  Thomas Vander Stichele  <thomas at apestaart dot org>
28765
28766         * configure.ac:
28767           bump nano to 2, first prerelease
28768           put back AM_PROG_LIBTOOL
28769
28770 2004-02-04  Thomas Vander Stichele  <thomas at apestaart dot org>
28771
28772         * testsuite/alsa/Makefile.am:
28773           these are user test apps, not automatic testsuite tests
28774
28775 2004-02-04  David Schleef  <ds@schleef.org>
28776
28777         Convert GST_DEBUG_CAPS() to GST_DEBUG():
28778         * gst/mpeg1videoparse/gstmp1videoparse.c:
28779         (mp1videoparse_parse_seq):
28780         * gst/realmedia/rmdemux.c: (gst_rmdemux_add_stream):
28781         * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps):
28782         * sys/xvideo/gstxwindow.c: (_gst_xwindow_new):
28783         * sys/xvideo/xvideosink.c: (gst_xvideosink_sinkconnect),
28784         (gst_xvideosink_getcaps):
28785         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
28786         * testsuite/gst-lint: more tests
28787
28788 2004-02-04  David Schleef  <ds@schleef.org>
28789
28790         Replace use of GST_PAD_FORMATS_FUNCTION() and similar macros
28791         with the code that they would expand to.
28792         * ext/flac/gstflacdec.c: (gst_flacdec_get_src_formats),
28793         (gst_flacdec_get_src_query_types),
28794         (gst_flacdec_get_src_event_masks):
28795         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get_formats),
28796         (gst_gnomevfssrc_get_query_types),
28797         (gst_gnomevfssrc_get_event_mask):
28798
28799 2004-02-04  Benjamin Otte  <in7y118@public.uni-hamburg.de>
28800
28801         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
28802         (gst_sinesrc_dispose):
28803           fix memleak by properly disposing sinesrc
28804
28805 2004-02-04  Julien MOUTTE  <julien@moutte.net>
28806
28807         * gst-libs/gst/xoverlay/xoverlay.c: (gst_x_overlay_expose):
28808         * gst-libs/gst/xoverlay/xoverlay.h: Adding the _expose method to tell
28809         an overlay to redraw the image because it has been exposed.
28810         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_destroy),
28811         (gst_ximagesink_ximage_put), (gst_ximagesink_expose),
28812         (gst_ximagesink_xoverlay_init), (gst_ximagesink_init):
28813         * sys/ximage/ximagesink.h: Implement expose method from XOverlay
28814         interface
28815         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_destroy),
28816         (gst_xvimagesink_xvimage_put), (gst_xvimagesink_expose),
28817         (gst_xvimagesink_xoverlay_init), (gst_xvimagesink_init):
28818         * sys/xvimage/xvimagesink.h: Implement expose method from XOverlay
28819         interface
28820
28821 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
28822
28823         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_type_find):
28824           more memleak fixage
28825
28826 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
28827
28828         * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init):
28829         * gst/typefind/gsttypefindfunctions.c:
28830           fix memleaks shown by gst-typefind
28831
28832 2004-02-03  Thomas Vander Stichele  <thomas at apestaart dot org>
28833
28834         * common/glib-gen.mak:
28835           add hack rule to touch .Plo files
28836         * gst-libs/gst/colorbalance/Makefile.am:
28837         * gst-libs/gst/mixer/Makefile.am:
28838         * gst-libs/gst/play/Makefile.am:
28839         * gst-libs/gst/tuner/Makefile.am:
28840           remove glib_root variable
28841
28842 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
28843
28844         * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream):
28845           set explicit caps before adding the element, so the autopluggers can
28846           plug correctly.
28847         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find),
28848         (mpeg2_sys_type_find), (mpeg1_sys_type_find),
28849         (mpeg_video_type_find), (mpeg_video_stream_type_find),
28850         (dv_type_find):
28851           fix memleaks in typefind functions. gst_type_find_suggest takes a const
28852           argument.
28853
28854 2004-02-03  Thomas Vander Stichele  <thomas at apestaart dot org>
28855
28856         * gst-libs/gst/colorbalance/Makefile.am:
28857         * gst-libs/gst/colorbalance/colorbalance-marshal.list:
28858         * gst-libs/gst/colorbalance/colorbalance.c:
28859         * gst-libs/gst/colorbalance/colorbalance.h:
28860         * gst-libs/gst/colorbalance/colorbalancemarshal.list:
28861         * gst-libs/gst/mixer/Makefile.am:
28862         * gst-libs/gst/mixer/mixer-marshal.list:
28863         * gst-libs/gst/mixer/mixer.c:
28864         * gst-libs/gst/mixer/mixer.h:
28865         * gst-libs/gst/mixer/mixermarshal.list:
28866         * gst-libs/gst/play/Makefile.am:
28867         * gst-libs/gst/play/play.h:
28868         * gst-libs/gst/tuner/Makefile.am:
28869         * gst-libs/gst/tuner/tuner-marshal.list:
28870         * gst-libs/gst/tuner/tuner.c:
28871         * gst-libs/gst/tuner/tuner.h:
28872         * gst-libs/gst/tuner/tunermarshal.list:
28873           use new glib-gen.mak snippet to clean up Makefile.am
28874           fix various bugs in Makefile.am's
28875
28876 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
28877
28878         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain):
28879           handle chain parsing correctly in the multichain case
28880         * ext/theora/theoradec.c: (gst_theora_dec_init), (_theora_ilog),
28881         (theora_dec_from_granulepos), (theora_dec_to_granulepos),
28882         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
28883         (theora_dec_chain):
28884           handle events and queries correctly
28885
28886 2004-02-03  David I. Lehn  <dlehn@users.sourceforge.net>
28887
28888         * .cvsignore:
28889         Ignore generated file _stdint.h.
28890
28891 2004-02-03  David I. Lehn  <dlehn@users.sourceforge.net>
28892
28893         * gst-libs/gst/colorbalance/Makefile.am:
28894         * gst-libs/gst/colorbalance/colorbalance.h:
28895         * gst-libs/gst/mixer/Makefile.am:
28896         * gst-libs/gst/mixer/mixer.h:
28897         * gst-libs/gst/play/Makefile.am:
28898         * gst-libs/gst/play/play.h:
28899         * gst-libs/gst/tuner/Makefile.am:
28900         * gst-libs/gst/tuner/tuner.h:
28901         Generate enum type code with glib-mkenums.
28902         * gst-libs/gst/colorbalance/.cvsignore:
28903         * gst-libs/gst/mixer/.cvsignore:
28904         * gst-libs/gst/play/.cvsignore:
28905         * gst-libs/gst/tuner/.cvsignore:
28906         Ignore generated files.
28907
28908 2004-02-03  David I. Lehn  <dlehn@users.sourceforge.net>
28909
28910         * gst-libs/gst/audio/.cvsignore:
28911         Ignore generated file.
28912         * gst-libs/gst/audio/Makefile.am:
28913         Do not install example filter.
28914
28915 2004-02-03  David I. Lehn  <dlehn@users.sourceforge.net>
28916
28917         * examples/switch/.cvsignore:
28918         Ignore generated file.
28919
28920 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
28921
28922         * common/m4/ax_create_stdint_h.m4:
28923         * configure.ac:
28924           add AX_CREATE_STDINT_H to get correct type definitions for a52dec in
28925           _stdint.h.
28926         * Makefile.am:
28927           remove generated _stdint.h in DISTCLEANFILES
28928         * ext/a52dec/gsta52dec.c:
28929           include _stdint.h for a52dec. (should fix #133064)
28930
28931 2004-02-02  Jeremy Simon  <jesimon@libertysurf.fr>
28932
28933         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_add),
28934         (gst_tag_to_vorbis_comments):
28935         Add replaygain support to vorbistag
28936
28937 2004-02-02  Jeremy Simon  <jesimon@libertysurf.fr>
28938         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps),
28939         (gst_ffmpeg_caps_to_extradata):
28940           Fix SVQ3 caps flag properties
28941           Use glib macro for bytes swap
28942
28943 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
28944
28945         * ext/audiofile/gstafsink.c: (gst_afsink_plugin_init):
28946         * ext/audiofile/gstafsrc.c: (gst_afsrc_plugin_init):
28947         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
28948         * ext/sndfile/gstsf.c: (plugin_init):
28949         * gst/avi/gstavi.c: (plugin_init):
28950         * sys/dxr3/dxr3init.c: (plugin_init):
28951         * sys/oss/gstossaudio.c: (plugin_init):
28952         * sys/v4l/gstv4l.c: (plugin_init):
28953         * sys/v4l2/gstv4l2.c: (plugin_init):
28954           remove textdomain calls
28955         * po/nl.po:
28956           update Dutch translation
28957
28958 2004-02-02  Julien MOUTTE  <julien@moutte.net>
28959
28960         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup),
28961         (gst_play_set_audio_sink): Moving volume in the audio thread for
28962         instantaneous volume change. Maybe i will add another volume in front
28963         of visualization later, not sure yet though.
28964
28965 2004-02-02  Julien MOUTTE  <julien@moutte.net>
28966
28967         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
28968         (gst_ximagesink_handle_xevents): Better X events handling, only take
28969         the latest events for configure and motion.
28970         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents): same.
28971
28972 2004-02-02  Jon Trowbridge  <trow@gnu.org>
28973
28974         reviewed by: David Schleef  <ds@schleef.org>
28975
28976         Fix memory leaks:
28977         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_register):
28978         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_register):
28979
28980 2004-02-02  David Schleef  <ds@schleef.org>
28981
28982         code cleanup.  Change bzero() to memset().  Remove duplicate ; at ends
28983         of lines.
28984         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_event):
28985         * ext/flac/gstflactag.c: (gst_flac_tag_chain):
28986         * ext/xvid/gstxviddec.c: (gst_xviddec_src_link):
28987         * gst-libs/gst/play/play.c: (gst_play_get_sink_element):
28988         * gst/ac3parse/gstac3parse.c: (gst_ac3parse_chain):
28989         * gst/effectv/gstedge.c: (gst_edgetv_sinkconnect):
28990         * gst/effectv/gstvertigo.c: (gst_vertigotv_sinkconnect):
28991         * gst/intfloat/float22int.c: (gst_float2_2_int_getcaps),
28992         (gst_float2_2_int_link):
28993         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_chain_subtitle):
28994         * gst/rtjpeg/RTjpeg.c: (RTjpeg_init_mcompress):
28995         * gst/tcp/gsttcpsink.c: (gst_tcpsink_init_send):
28996         * gst/tcp/gsttcpsrc.c: (gst_tcpsrc_init_receive):
28997         * gst/udp/gstudpsink.c: (gst_udpsink_init_send):
28998         * gst/udp/gstudpsrc.c: (gst_udpsrc_init_receive):
28999         * sys/v4l/gstv4lelement.c: (gst_v4lelement_init):
29000         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_set_capture):
29001         * testsuite/gst-lint: Add tests for bzero and ;;
29002
29003 2004-02-02  David Schleef  <ds@schleef.org>
29004
29005         * gst/debug/efence.c: Add fallback if MAP_ANONYMOUS isn't defined.
29006
29007 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
29008
29009         * ext/aalib/gstaasink.c: (gst_aasink_open):
29010         * ext/alsa/gstalsa.c: (gst_alsa_link), (gst_alsa_xrun_recovery):
29011         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
29012         * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
29013         * ext/audiofile/gstafsink.c: (gst_afsink_open_file),
29014         (gst_afsink_close_file):
29015         * ext/audiofile/gstafsrc.c: (gst_afsrc_open_file),
29016         (gst_afsrc_close_file):
29017         * ext/divx/gstdivxdec.c: (gst_divxdec_setup), (gst_divxdec_chain):
29018         * ext/divx/gstdivxenc.c: (gst_divxenc_setup), (gst_divxenc_chain):
29019         * ext/dv/gstdvdec.c: (gst_dvdec_loop):
29020         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_user_op), (dvdnavsrc_get):
29021         * ext/esd/esdmon.c: (gst_esdmon_get):
29022         * ext/esd/esdsink.c: (gst_esdsink_chain), (gst_esdsink_open_audio):
29023         * ext/faac/gstfaac.c: (gst_faac_chain):
29024         * ext/faad/gstfaad.c: (gst_faad_chain):
29025         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_chain):
29026         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_loop):
29027         * ext/ffmpeg/gstffmpegmux.c: (gst_ffmpegmux_loop):
29028         * ext/flac/gstflacdec.c: (gst_flacdec_error_callback),
29029         (gst_flacdec_loop):
29030         * ext/flac/gstflacenc.c: (gst_flacenc_chain):
29031         * ext/flac/gstflactag.c: (gst_flac_tag_chain):
29032         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_chain):
29033         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file),
29034         (gst_gnomevfssink_close_file):
29035         * ext/gnomevfs/gstgnomevfssrc.c: (audiocast_init),
29036         (gst_gnomevfssrc_open_file):
29037         * ext/ivorbis/vorbisfile.c: (gst_ivorbisfile_loop):
29038         * ext/lame/gstlame.c: (gst_lame_sink_link), (gst_lame_chain):
29039         * ext/lcs/gstcolorspace.c: (gst_colorspace_srcconnect_func):
29040         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event),
29041         (gst_id3_tag_do_typefind), (gst_id3_tag_chain):
29042         * ext/mad/gstmad.c: (gst_mad_chain):
29043         * ext/mikmod/gstmikmod.c: (gst_mikmod_loop):
29044         * ext/mpeg2dec/gstmpeg2dec.c:
29045         * ext/mpeg2enc/gstmpeg2enc.cc:
29046         * ext/mplex/gstmplex.cc:
29047         * ext/mplex/gstmplexibitstream.cc:
29048         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain),
29049         (gst_ogg_demux_push):
29050         * ext/raw1394/gstdv1394src.c:
29051         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_lock),
29052         (gst_sdlvideosink_initsdl), (gst_sdlvideosink_create):
29053         * ext/sndfile/gstsf.c: (gst_sf_open_file), (gst_sf_close_file),
29054         (gst_sf_loop):
29055         * ext/speex/gstspeexenc.c: (gst_speexenc_chain):
29056         * ext/swfdec/gstswfdec.c: (gst_swfdec_loop):
29057         * ext/tarkin/gsttarkindec.c: (gst_tarkindec_chain):
29058         * ext/tarkin/gsttarkinenc.c: (gst_tarkinenc_chain):
29059         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_chain):
29060         * ext/vorbis/vorbisfile.c: (gst_vorbisfile_loop):
29061         * ext/xvid/gstxviddec.c: (gst_xviddec_setup), (gst_xviddec_chain):
29062         * ext/xvid/gstxvidenc.c: (gst_xvidenc_setup), (gst_xvidenc_chain):
29063         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head),
29064         (gst_riff_read_element_data), (gst_riff_read_seek),
29065         (gst_riff_peek_list), (gst_riff_read_list), (gst_riff_read_header):
29066         * gst/adder/gstadder.c: (gst_adder_loop):
29067         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_segment),
29068         (gst_asf_demux_process_stream), (gst_asf_demux_get_stream):
29069         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_init),
29070         (gst_avi_demux_add_stream), (gst_avi_demux_stream_header):
29071         * gst/avi/gstavimux.c: (gst_avimux_stop_file):
29072         * gst/flx/gstflxdec.c: (gst_flxdec_loop):
29073         * gst/goom/gstgoom.c: (gst_goom_chain):
29074         * gst/id3/gstid3types.c: (gst_id3types_loop):
29075         * gst/intfloat/float22int.c: (gst_float2_2_int_chain):
29076         * gst/intfloat/gstfloat2int.c: (gst_float2int_loop):
29077         * gst/intfloat/gstint2float.c: (gst_int2float_chain_gint16):
29078         * gst/matroska/ebml-read.c: (gst_ebml_read_element_id),
29079         (gst_ebml_read_element_length), (gst_ebml_read_element_data),
29080         (gst_ebml_read_seek), (gst_ebml_read_uint), (gst_ebml_read_sint),
29081         (gst_ebml_read_float), (gst_ebml_read_header):
29082         * gst/matroska/matroska-demux.c: (gst_matroska_demux_init_stream),
29083         (gst_matroska_demux_parse_blockgroup):
29084         * gst/monoscope/gstmonoscope.c: (gst_monoscope_chain):
29085         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_loop):
29086         * gst/oneton/gstoneton.c: (gst_oneton_chain):
29087         * gst/silence/gstsilence.c: (gst_silence_get):
29088         * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
29089         * gst/smpte/gstsmpte.c: (gst_smpte_loop):
29090         * gst/speed/gstspeed.c: (speed_loop):
29091         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_chain):
29092         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
29093         * gst/volenv/gstvolenv.c: (gst_volenv_chain):
29094         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain):
29095         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt),
29096         (gst_wavparse_loop):
29097         * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_open),
29098         (dxr3audiosink_set_mode_pcm), (dxr3audiosink_set_mode_ac3),
29099         (dxr3audiosink_close):
29100         * sys/dxr3/dxr3spusink.c: (dxr3spusink_open), (dxr3spusink_close):
29101         * sys/dxr3/dxr3videosink.c: (dxr3videosink_open),
29102         (dxr3videosink_close), (dxr3videosink_write_data):
29103         * sys/oss/gstosselement.c: (gst_osselement_open_audio):
29104         * sys/oss/gstosssink.c: (gst_osssink_chain):
29105         * sys/oss/gstosssrc.c: (gst_osssrc_get):
29106         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_chain):
29107         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_buffer_free):
29108         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_buffer_free):
29109         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay),
29110         (gst_v4l_set_window), (gst_v4l_enable_overlay):
29111         * sys/v4l/v4l_calls.c: (gst_v4l_get_capabilities), (gst_v4l_open),
29112         (gst_v4l_set_chan_norm), (gst_v4l_get_signal),
29113         (gst_v4l_get_frequency), (gst_v4l_set_frequency),
29114         (gst_v4l_get_picture), (gst_v4l_set_picture), (gst_v4l_get_audio),
29115         (gst_v4l_set_audio):
29116         * sys/v4l/v4l_calls.h:
29117         * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_sync_thread),
29118         (gst_v4lmjpegsink_queue_frame), (gst_v4lmjpegsink_set_playback),
29119         (gst_v4lmjpegsink_playback_init),
29120         (gst_v4lmjpegsink_playback_start):
29121         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_queue_frame):
29122         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_queue_frame),
29123         (gst_v4lsrc_sync_frame), (gst_v4lsrc_capture_init),
29124         (gst_v4lsrc_requeue_frame), (gst_v4lsrc_try_palette):
29125         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_get):
29126         * sys/v4l2/v4l2-overlay_calls.c: (gst_v4l2_set_display),
29127         (gst_v4l2_set_window), (gst_v4l2_enable_overlay):
29128         * sys/v4l2/v4l2_calls.c: (gst_v4l2_get_capabilities),
29129         (gst_v4l2_fill_lists), (gst_v4l2_open), (gst_v4l2_get_norm),
29130         (gst_v4l2_set_norm), (gst_v4l2_get_input), (gst_v4l2_set_input),
29131         (gst_v4l2_get_output), (gst_v4l2_set_output),
29132         (gst_v4l2_get_frequency), (gst_v4l2_set_frequency),
29133         (gst_v4l2_signal_strength), (gst_v4l2_get_attribute),
29134         (gst_v4l2_set_attribute):
29135         * sys/v4l2/v4l2_calls.h:
29136         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
29137         (gst_v4l2src_queue_frame), (gst_v4l2src_grab_frame),
29138         (gst_v4l2src_get_capture), (gst_v4l2src_set_capture),
29139         (gst_v4l2src_capture_init), (gst_v4l2src_capture_start),
29140         (gst_v4l2src_capture_stop):
29141         * sys/vcd/vcdsrc.c: (vcdsrc_open_file):
29142         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
29143         (gst_ximagesink_chain):
29144         * sys/xvideo/xvideosink.c: (gst_xvideosink_buffer_new),
29145         (gst_xvideosink_sinkconnect), (gst_xvideosink_chain),
29146         (gst_xvideosink_xwindow_new):
29147         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
29148         (gst_xvimagesink_chain):
29149
29150 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
29151
29152         * gst/volume/gstvolume.c: (gst_volume_set_volume),
29153         (gst_volume_get_volume), (volume_class_init), (volume_init),
29154         (volume_chain_int16), (volume_update_volume):
29155         * gst/volume/gstvolume.h:
29156           make code more readable by removing magic numbers
29157           make mixer interface export 0-100 range
29158           make it internally map to 0.0-1.0 range so users don't distort
29159           output by putting the sliders at full volume
29160
29161 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
29162
29163         * gst-libs/gst/play/play.c: (gst_play_tick_callback),
29164         (gst_play_state_change), (gst_play_seek_to_time):
29165         block the tick callback for 0.5 secs after doing a seek
29166
29167 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
29168
29169         * gst-libs/gst/play/play.c: (gst_play_new):
29170           check for GError
29171
29172 2004-02-01  Julien MOUTTE  <julien@moutte.net>
29173
29174         * gst-libs/gst/play/play.c: (gst_play_seek_to_time),
29175         (gst_play_new): Accepting NULL GError, blocking time tick while seeking.
29176         * sys/ximage/ximagesink.c: (gst_ximagesink_sink_link),
29177         (gst_ximagesink_chain), (gst_ximagesink_init): s/sinkconnect/sink_link
29178         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sink_link),
29179         (gst_xvimagesink_chain), (gst_xvimagesink_init): s/sinkconnect/sink_link
29180
29181 2004-02-01  Thomas Vander Stichele  <thomas at apestaart dot org>
29182
29183         * configure.ac:
29184         * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
29185           check for a function added in vorbis 1.1
29186
29187 2004-01-31  Benjamin Otte  <in7y118@public.uni-hamburg.de>
29188
29189         * ext/alsa/gstalsa.c: (gst_alsa_change_state), (gst_alsa_start),
29190         (gst_alsa_drain_audio), (gst_alsa_stop_audio):
29191           really start/stop clock only on PLAYING <=> PAUSED
29192         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
29193           remove \n from debugging lines
29194         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain):
29195           make it work when seeking does not
29196         * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
29197           reset on DISCONT
29198
29199 2004-01-31  Benjamin Otte  <in7y118@public.uni-hamburg.de>
29200
29201         * ext/alsa/gstalsa.c: (gst_alsa_change_state), (gst_alsa_start):
29202           start clock on PAUSED=>PLAYING, not later
29203         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
29204           extract correct time for different discont formats
29205         (gst_alsa_sink_get_time):
29206           don't segfault when no format is negotiated yet, just return 0
29207         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event),
29208         (gst_ogg_demux_handle_event), (gst_ogg_demux_push),
29209         (gst_ogg_pad_push):
29210           handle flush and discont events correctly
29211         * ext/vorbis/vorbisdec.c: (vorbis_dec_event), (vorbis_dec_chain):
29212           handle discont events correctly
29213
29214 2004-01-31  Thomas Vander Stichele  <thomas at apestaart dot org>
29215
29216         * gst-libs/gst/play/play.c: (gst_play_error_quark),
29217         (gst_play_error_create), (gst_play_error_plugin),
29218         (gst_play_pipeline_setup), (gst_play_init), (gst_play_new):
29219         * gst-libs/gst/play/play.h:
29220           add error handling during creation
29221         * examples/gstplay/player.c: (main):
29222           use new gst_play_new
29223
29224
29225 2004-01-31  Benjamin Otte  <in7y118@public.uni-hamburg.de>
29226
29227         * ext/theora/theoradec.c: (theora_dec_chain):
29228           make comments work
29229         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
29230         (vorbis_dec_src_event), (vorbis_dec_chain):
29231           add encoder tag, fix tag reading to be more error tolerant, change
29232           BITRATE to NOMINAL_BITRATE, add debugging, don't unref events after
29233           gst_pad_event_default.
29234         * gst/tags/gstvorbistag.c:
29235         (gst_tag_list_from_vorbiscomment_buffer):
29236           undefine function specific define at end of function
29237
29238 2004-01-31  Jeremy Simon  <jesimon@libertysurf.fr>
29239
29240         * ext/flac/gstflac.c: (plugin_init):
29241         * ext/flac/gstflacdec.c: (gst_flacdec_class_init):
29242         * ext/flac/gstflacdec.h:
29243         * ext/flac/gstflacenc.h:
29244           Fix typos
29245
29246 2004-01-30  David I. Lehn  <dlehn@users.sourceforge.net>
29247
29248         * examples/gstplay/player.c: s/gstplay.h/play.h/
29249
29250 2004-01-30  Thomas Vander Stichele  <thomas at apestaart dot org>
29251
29252         * gst-libs/gst/play/Makefile.am:
29253         * gst-libs/gst/play/gstplay.c:
29254         * gst-libs/gst/play/gstplay.h:
29255         * gst-libs/gst/play/play.c:
29256           more surgery, operation complete
29257
29258 2004-01-30  Thomas Vander Stichele  <thomas at apestaart dot org>
29259
29260         * gst-libs/gst/play/play.old.c:
29261         * gst-libs/gst/play/play.old.h:
29262           after CVS surgery by moving, remove
29263         * gst-libs/gst/play/playpipelines.c:
29264           remove
29265
29266         * gst/intfloat/float22int.c: (gst_float2_2_int_chain):
29267           add negotiation error
29268
29269 2004-01-30  Thomas Vander Stichele  <thomas at apestaart dot org>
29270
29271         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event),
29272         (gst_ogg_demux_push):
29273           add some seeking debug info
29274           send a flush when seeking
29275
29276 2004-01-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
29277
29278         * configure.ac:
29279           use AC_C_INLINE
29280         * configure.ac:
29281         * ext/Makefile.am:
29282         * ext/theora/Makefile.am:
29283         * ext/theora/theoradec.c:
29284           add theora video decoder. Does just do simple decoding for now and
29285           has been tested against Theora cvs only. It only works when theora
29286           is compiled with --enable-static.
29287         * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
29288           always reset packetno on DISCONT
29289
29290 2004-01-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29291
29292         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead):
29293           Fix audio.
29294
29295 2004-01-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29296
29297         * gst/mpegaudioparse/gstmpegaudioparse.c:
29298         (mp3_type_frame_length_from_header):
29299           Fix header parsing - stolen from ffmpeg (thank you! :) ).
29300
29301 2004-01-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29302
29303         * ext/esd/esdsink.c: (gst_esdsink_init):
29304           Since we have static pad template caps, we don't need to negotiate;
29305           either the core errors out or we know the format.
29306
29307 2004-01-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29308
29309         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head),
29310         (gst_riff_read_seek):
29311         * gst/matroska/ebml-read.c: (gst_ebml_read_element_id),
29312         (gst_ebml_read_seek):
29313           Fix event handling.
29314
29315 2004-01-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
29316
29317         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps):
29318           removee video/x-theora from vp3 decoder, it doesn't handle raw
29319           theora streams
29320         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_init):
29321           fix bug with finalizing element that never went to PAUSED
29322         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query):
29323           length and position queries were swapped
29324         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
29325         (vorbis_dec_from_granulepos), (vorbis_dec_src_query),
29326         (vorbis_dec_src_event):
29327           implement querying time and bytes
29328
29329 2004-01-30  Thomas Vander Stichele  <thomas at apestaart dot org>
29330
29331         * just about every source file:
29332           gst_element_error -> GST_ELEMENT_ERROR
29333
29334 2004-01-29  Julien MOUTTE  <julien@moutte.net>
29335
29336         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get): Fixing seeking
29337         emiting FLUSH and even before DISCONT.
29338         * gst-libs/gst/play/gstplay.c: (gst_play_seek_to_time): Fix seeking to
29339         get the best instant seeking as possible yay!
29340
29341 2004-01-29  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29342
29343         * gst/mpeg1videoparse/gstmp1videoparse.c:
29344         (gst_mp1videoparse_real_chain):
29345           Committed wrong version last week... Grr... Didn't notice until now.
29346
29347 2004-01-29  Julien MOUTTE <julien@moutte.net>
29348
29349         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new):
29350         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_new): Emit the
29351         have_xwindow_id signal in xwindow_create.
29352
29353 2004-01-29  Benjamin Otte  <in7y118@public.uni-hamburg.de>
29354
29355         * ext/ogg/gstoggdemux.c:
29356           lots of changes - mainly support for chained bitstreams, seeking,
29357           querying and bugfixes of course
29358         * ext/vorbis/Makefile.am:
29359         * ext/vorbis/vorbisdec.c:
29360         * ext/vorbis/vorbisdec.h:
29361           add vorbisdec raw vorbis decoder
29362         * ext/vorbis/vorbis.c: (plugin_init):
29363           register vorbisdec as PRIMARY, vorbisfile as SECONDARY
29364         * gst/intfloat/Makefile.am:
29365         * gst/intfloat/float22int.c:
29366         * gst/intfloat/float22int.h:
29367         * gst/intfloat/gstintfloatconvert.c: (plugin_init):
29368           add float2intnew plugin. It converts multichannel interleaved float to
29369           multichannel interleaved int. The name should probably be changed.
29370         * gst/typefind/gsttypefindfunctions.c: (theora_type_find),
29371         (plugin_init):
29372           add typefinding for raw theora video so oggdemux can detect it.
29373
29374 2004-01-28  Julien MOUTTE  <julien@moutte.net>
29375
29376         * gst-libs/gst/play/gstplay.c: (gst_play_seek_to_time): seek on video
29377         sink element first.
29378         * gst/videoscale/gstvideoscale.c:
29379         (gst_videoscale_handle_src_event): Fixing src event handler.
29380
29381 2004-01-28  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29382
29383         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init), (gst_v4lsrc_init),
29384         (gst_v4lsrc_open), (gst_v4lsrc_close),
29385         (gst_v4lsrc_palette_to_caps), (gst_v4lsrc_srcconnect),
29386         (gst_v4lsrc_getcaps), (gst_v4lsrc_set_clock):
29387         * sys/v4l/gstv4lsrc.h:
29388         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_capture_start),
29389         (gst_v4lsrc_grab_frame), (gst_v4lsrc_capture_stop):
29390           Implement resizing... Hack. But that's why v4l is b0rked...
29391
29392 2004-01-28  Julien MOUTTE <julien@moutte.net>
29393
29394         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
29395         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy),
29396         (gst_ximagesink_ximage_put), (gst_ximagesink_xwindow_new),
29397         (gst_ximagesink_xwindow_destroy):
29398         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
29399         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy),
29400         (gst_xvimagesink_xwindow_new), (gst_xvimagesink_xwindow_destroy),
29401         (gst_xvimagesink_xwindow_resize), (gst_xvimagesink_get_xv_support),
29402         (gst_xvimagesink_xcontext_get): Removing some useless debugs messages,
29403         correctly cleaning the image created to check xshm calls on succes,
29404         added a lot of XSync calls in X11 functions, and fixed a segfault when
29405         no image format was defined before negotiation happened.
29406
29407 2004-01-28  Benjamin Otte  <in7y118@public.uni-hamburg.de>
29408
29409         * ext/alsa/gstalsa.c: (gst_alsa_query_func):
29410           use gst_element_get_time to get correct time
29411
29412 2004-01-28  Julien MOUTTE  <julien@moutte.net>
29413
29414         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xerror),
29415         (gst_ximagesink_check_xshm_calls), (gst_ximagesink_ximage_destroy),
29416         (gst_ximagesink_xcontext_get), (gst_ximagesink_class_init):
29417         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xerror),
29418         (gst_xvimagesink_check_xshm_calls),
29419         (gst_xvimagesink_xvimage_destroy), (gst_xvimagesink_xcontext_get): Our
29420         X plugins are now able to detect that XShm calls will fail even if the
29421         server claims that it has XShm support (remote displays most of the
29422         time). We then log the error as a GST_DEBUG and set use_shm to FALSE
29423         so that we use non XShm functions. This feature is almost useless for
29424         xvimagesink as Xv is not supported on remote displays anyway, but
29425         it might happen than even on the local display XShm calls fail.
29426
29427 2004-01-27  David Schleef  <ds@schleef.org>
29428
29429         * ext/esd/esdsink.c: (gst_esdsink_class_init), (gst_esdsink_init),
29430         (gst_esdsink_link), (gst_esdsink_get_time), (gst_esdsink_chain),
29431         (gst_esdsink_change_state):  Fix sync issues in esdsink.  Also
29432         changed esdsink to only use 44100,16,2, since esd sucks at rate
29433         conversion and esdsink has had difficulty negotiating.
29434
29435 2004-01-27  Julien MOUTTE <julien@moutte.net>
29436
29437         * gst-libs/gst/play/gstplay.c: (gst_play_tick_callback),
29438         (gst_play_seek_to_time): Fixing the way to get current position.
29439
29440 2004-01-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
29441
29442         * sys/oss/gstosssink.c: (gst_osssink_sink_query):
29443           use gst_element_get_time to get correct time
29444
29445 2004-01-27  Julien MOUTTE <julien@moutte.net>
29446
29447         * gst-libs/gst/play/gstplay.c: (gst_play_set_location): The easiest
29448         fix ever... Inverting 2 lines of code make spider autoplug correctly
29449         tagged mp3 !
29450
29451 2004-01-27  David Schleef  <ds@schleef.org>
29452
29453         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
29454         Use gst_pad_try_set_caps_nonfixed().
29455
29456 2004-01-27  David Schleef  <ds@schleef.org>
29457
29458         * gst/ac3parse/gstac3parse.c: update to checklist 5
29459         * gst/adder/gstadder.c: rewrite negotiation.  update to checklist 5
29460         * gst/audioconvert/gstaudioconvert.c: update to checklist 5
29461         * gst/audioscale/gstaudioscale.c: same
29462         * gst/auparse/gstauparse.c: same
29463         * gst/avi/gstavidemux.c: same
29464
29465 2004-01-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
29466
29467         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_handle_sink_event):
29468           stop processing after EOS
29469
29470 2004-01-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
29471
29472         * gst/asfdemux/asfheaders.h:
29473         * gst/asfdemux/gstasfdemux.c:
29474         * gst/asfdemux/gstasfmux.c: (gst_asfmux_put_guid),
29475         (gst_asfmux_put_string), (gst_asfmux_put_wav_header),
29476         (gst_asfmux_put_vid_header), (gst_asfmux_put_bmp_header):
29477           lot's of fixes to make data extraction simpler and get the code
29478           architecture and compiler independant. Add debugging category
29479         * gst/goom/gstgoom.c: (gst_goom_change_state):
29480           reset channel count on PAUSED=>READY, not READY=>PAUSED
29481
29482 2004-01-26  Colin Walters  <walters@verbum.org>
29483
29484         * ext/gnomevfs/gstgnomevfssrc.c (gst_gnomevfssrc_get): Remove ugly
29485         code to pull a bigger buffer in iradio mode.  This as a side effect
29486         makes typefinding work.
29487
29488 2004-01-26  Jeremy Simon  <jesimon@libertysurf.fr>
29489
29490         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_caps_to_extradata):
29491         Fix SVQ3 decoding on PPC
29492
29493 2004-01-26  Julien MOUTTE <julien@moutte.net>
29494
29495         * gst/videoscale/gstvideoscale.c: (gst_videoscale_chain): Dunno how
29496         that one managed to stay there... Fixed.
29497
29498 2004-01-26  Jeremy Simon  <jesimon@libertysurf.fr>
29499
29500         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps),
29501         (gst_ffmpeg_caps_to_extradata), (gst_ffmpeg_caps_to_pixfmt):
29502         * gst/qtdemux/qtdemux.c: (plugin_init), (qtdemux_parse_trak),
29503         (qtdemux_video_caps):
29504         * gst/qtdemux/qtdemux.h:
29505         Add SVQ3 specific flags to qtdemux and ffmpeg
29506
29507 2004-01-26  Benjamin Otte  <in7y118@public.uni-hamburg.de>
29508
29509         * gst-libs/gst/audio/audio.h:
29510           remove buffer-frames from audio caps
29511         * gst/audioconvert/gstaudioconvert.c:
29512           fix plugin to really work.
29513
29514 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29515
29516         * gst-libs/gst/mixer/mixer.c:
29517         * gst-libs/gst/propertyprobe/propertyprobe.c:
29518         * gst-libs/gst/tuner/tuner.c: (gst_tuner_find_norm_by_name),
29519         (gst_tuner_find_channel_by_name):
29520         * gst-libs/gst/tuner/tuner.h:
29521           Add gtk-doc style comments. Also fix a function name.
29522
29523 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29524
29525         * ext/divx/gstdivxdec.c: (gst_divxdec_init),
29526         (gst_divxdec_negotiate):
29527           Fix for new capsnego - also fixes gst-player with divxdec.
29528
29529 2004-01-25  Julien MOUTTE  <julien@moutte.net>
29530
29531         * gst-libs/gst/play/gstplay.c: (gst_play_pipeline_setup),
29532         (gst_play_identity_handoff), (gst_play_set_location),
29533         (gst_play_set_visualization), (gst_play_connect_visualization): Another
29534         try in visualization implementation. Still have an issue with switch
29535         blocking when pulling from video_queue and only audio comes out of
29536         spider.
29537         * gst/switch/gstswitch.c: (gst_switch_release_pad),
29538         (gst_switch_poll_sinkpads), (gst_switch_class_init): Implementing pad
29539         release method. And check if the pad is usable before pulling.
29540
29541 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29542
29543         * gst/videofilter/gstvideobalance.c: (gst_videobalance_dispose),
29544         (gst_videobalance_init),
29545         (gst_videobalance_colorbalance_list_channels),
29546         (gst_videobalance_colorbalance_set_value),
29547         (gst_videobalance_colorbalance_get_value),
29548         (gst_videobalance_update_properties),
29549         (gst_videobalance_update_tables_planar411),
29550         (gst_videobalance_planar411):
29551         * gst/videofilter/gstvideobalance.h:
29552           Implement lookup-tables. +/- 10x faster.
29553
29554 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29555
29556         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_avih),
29557         (gst_avi_demux_stream_odml), (gst_avi_demux_stream_index):
29558           The index reading was broken. The rest worked fine, but the whole
29559           goal of my rewrite was to make avidemux readable, and this was
29560           not at all readable. Please use typed variables.
29561
29562 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29563
29564         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_info):
29565           Additional pad usability check.
29566         * gst/mpeg1videoparse/gstmp1videoparse.c: (gst_mp1videoparse_init),
29567         (mp1videoparse_find_next_gop), (gst_mp1videoparse_time_code),
29568         (gst_mp1videoparse_real_chain):
29569           Fix MPEG video stream parsing. The original plugin had several
29570           issues, including not timestamping streams where the source was
29571           not timestamped (this happens with PTS values in mpeg system
29572           streams, but MPEG video is also a valid stream on its own so
29573           that needs timestamps too). We use the display time code for that
29574           for now. Also, if one incoming buffer contains multiple valid
29575           frames, we push them all on correctly now, including proper EOS
29576           handling. Lastly, several potential segfaults were fixed, and we
29577           properly sync on new sequence/gop headers to include them in next,
29578           not previous frames (since they're header for the next frame, not
29579           the previous). Also see #119206.
29580         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain),
29581         (bpf_from_header):
29582           Move caps setting so we only do it after finding several valid
29583           MPEG-1 fraes sequentially, not right after the first one (which
29584           might be coincidental).
29585         * gst/typefind/gsttypefindfunctions.c: (mpeg1_sys_type_find),
29586         (mpeg_video_type_find), (mpeg_video_stream_type_find),
29587         (plugin_init):
29588           Add unsynced MPEG video stream typefinding, and change some
29589           probability values so we detect streams rightly. The idea is as
29590           follows: I can have an unsynced system stream which contains
29591           video. In the current code, I would randomly get a type for either
29592           system or video stream type found, because the probabilities are
29593           being calculated rather randomly. I now use fixed values, so we
29594           always prefer system stream if that was found (and that is how it
29595           should be). If no system stream was found, we can still identity                the stream as video-only.
29596
29597 2004-01-23  Benjamin Otte  <in7y118@public.uni-hamburg.de>
29598
29599         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_avih),
29600         (gst_avi_demux_stream_odml), (gst_avi_demux_stream_index):
29601           don't write to buffer. Extract data without the need of
29602           __attribute__ ((packed))
29603
29604 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29605
29606         * gst/typefind/gsttypefindfunctions.c: (mpeg1_parse_header),
29607         (mpeg1_sys_type_find):
29608           Fix MPEG-1 stream typefinding.
29609
29610 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29611
29612         * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find):
29613           Fix typefinding for MPEG-1 system streams, similar to MPEG-2.
29614
29615 2004-01-23  Thomas Vander Stichele  <thomas at apestaart dot org>
29616
29617         * ext/esd/esdsink.c: (gst_esdsink_open_audio):
29618         * ext/esd/gstesd.c: (plugin_init):
29619           private debugging, better error reporting
29620
29621 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29622
29623         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_class_init),
29624         (gst_riff_read_init), (gst_riff_read_change_state):
29625         * gst-libs/gst/riff/riff-read.h:
29626           Remove stuff fromold metadata system.
29627
29628 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29629
29630         * ext/ogg/gstoggdemux.c:
29631           Fix wrong file comment.
29632         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_info):
29633         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_header):
29634           Add metadata reading properly.
29635
29636 2004-01-23  Thomas Vander Stichele  <thomas at apestaart dot org>
29637
29638         * ext/Makefile.am:
29639           Fix nas DIST_SUBDIRS
29640           Uraeus:
29641           Fix bug where make distcheck doesn't get run on adding stuff to
29642           the build.
29643
29644 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29645
29646         * ext/divx/gstdivxdec.c: (gst_divxdec_init), (gst_divxdec_setup):
29647         * ext/divx/gstdivxdec.h:
29648           Fix divx3 ("msmpeg4") playback using divxdec.
29649
29650 2004-01-23  Benjamin Otte  <in7y118@public.uni-hamburg.de>
29651
29652         * gst/typefind/gsttypefindfunctions.c:
29653         (mp3_type_frame_length_from_header): fix bug in length computation
29654         (mp3_type_find): improve debugging output
29655
29656 2004-01-23  Julien MOUTTE  <julien@moutte.net>
29657
29658         * gst-libs/gst/play/gstplay.c: (gst_play_pipeline_setup),
29659         (gst_play_set_location), (gst_play_seek_to_time),
29660         (gst_play_set_audio_sink), (gst_play_set_visualization),
29661         (gst_play_connect_visualization), (gst_play_get_sink_element): Reworked
29662         the pipeline from scratch. Visualization is back and switch went out as
29663         i realized it was not possible to use the way i wanted.
29664         * sys/ximage/ximagesink.c: (gst_ximagesink_imagepool_clear),
29665         (gst_ximagesink_change_state), (gst_ximagesink_dispose): Move xcontext
29666         clearing in state change from READY to NULL. So that one can clean the
29667         X ressources keeping the element.
29668         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
29669         (gst_xvimagesink_imagepool_clear), (gst_xvimagesink_change_state),
29670         (gst_xvimagesink_colorbalance_set_value),
29671         (gst_xvimagesink_colorbalance_get_value),
29672         (gst_xvimagesink_set_property), (gst_xvimagesink_dispose),
29673         (gst_xvimagesink_init): Same xcontext cleaning than ximagesink in state
29674         change from READY to NULL and fixed some stupid bugs in colorbalance
29675         get/set values. Also added the following feature : when nobody tries to
29676         set some values to the colorbalance levels before the xcontext is
29677         grabbed, then when creating channels list from Xv attributes we set the
29678         internal values to the Xv defaults. This way we handle buggy Xv drivers
29679         that set default hue values far from the middle of the range (Thanks
29680         to Jon Trowbridge for pointing that issue).
29681         * sys/xvimage/xvimagesink.h: Adding a cb_changed boolean to know if
29682         colorbalance levels have been set before xcontext is grabbed.
29683
29684 2004-01-22  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29685
29686         * sys/oss/gstosselement.c: (gst_osselement_class_probe_devices):
29687           Fix the ossmixer case where we shouldn't open /dev/dsp* because
29688           it might block operations (which is bad for a mixer).
29689
29690 2004-01-22  Thomas Vander Stichele  <thomas at apestaart dot org>
29691
29692         * gst-libs/gst/media-info/media-info-priv.c: (have_type_callback),
29693         (deep_notify_callback), (gmi_set_decoder), (gmi_clear_decoder),
29694         (gmip_find_type_pre):
29695         * gst-libs/gst/media-info/media-info-priv.h:
29696         * gst-libs/gst/media-info/media-info.c:
29697         (gst_media_info_instance_init), (gst_media_info_read_idler):
29698         add fakesink to get caps on decoder src pad again
29699         fix callback prototype to match new have_type signal signature
29700
29701 2004-01-22  Thomas Vander Stichele  <thomas at apestaart dot org>
29702
29703         * gst/adder/gstadder.c: (gst_adder_link):
29704           fix non-compile and cut-n-paste code
29705
29706 2004-01-21  David Schleef  <ds@schleef.org>
29707
29708         * ext/swfdec/gstswfdec.c: (gst_swfdec_video_getcaps),
29709         (gst_swfdec_video_link), (copy_image), (gst_swfdec_loop),
29710         (gst_swfdec_init), (gst_swfdec_change_state):
29711         * ext/swfdec/gstswfdec.h:
29712         Fix negotiation.
29713         * gst/adder/gstadder.c: (gst_adder_link), (gst_adder_init),
29714         (gst_adder_request_new_pad): Fix negotiation.
29715         * gst/goom/gstgoom.c: (gst_goom_init), (gst_goom_src_fixate):
29716         Add a fixate function.
29717         * gst/intfloat/gstfloat2int.c:
29718         * gst/intfloat/gstfloat2int.h:
29719         * gst/intfloat/gstint2float.c:
29720         * gst/intfloat/gstint2float.h:
29721         Completely rewrite the negotiation.  Doesn't quite work yet,
29722         due to some buffer-frames problem.
29723
29724 2004-01-21  Thomas Vander Stichele  <thomas at apestaart dot org>
29725
29726         * ext/gnomevfs/gstgnomevfssrc.c:
29727         * sys/v4l2/v4l2_calls.h:
29728           fix includes for distcheck
29729
29730 2004-01-21  Christian Schaller <uraeus@gnome.org>
29731
29732         * ext/nas/
29733         Add libnas (network audio system) plugin, patch from Arwed von Merkatz
29734         based on earlier patch from Laurent Vivier
29735
29736 2004-01-20  Jeremy Simon  <jesimon@libertysurf.fr>
29737
29738         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_caps_to_extradata):
29739         Fix wma caps property
29740         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_audio_caps):
29741         Fix typo (flags1 and flags2)
29742
29743 2004-01-20  Thomas Vander Stichele  <thomas at apestaart dot org>
29744
29745         * gst-libs/gst/media-info/media-info-priv.c:
29746         (deep_notify_callback), (gmi_seek_to_track), (gmi_get_decoder),
29747         (gmip_find_type_pre), (gmip_find_type), (gmip_find_stream_post),
29748         (gmip_find_stream), (gmip_find_track_metadata),
29749         (gmip_find_track_streaminfo_post), (gmip_find_track_streaminfo),
29750         (gmip_find_track_format):
29751         * gst-libs/gst/media-info/media-info-priv.h:
29752         * gst-libs/gst/media-info/media-info-test.c: (main):
29753         * gst-libs/gst/media-info/media-info.c: (gst_media_info_init),
29754         (gst_media_info_read_idler), (gst_media_info_read):
29755         * gst-libs/gst/media-info/media-info.h:
29756           register debugging category and use it for debugging
29757
29758 2004-01-20  Thomas Vander Stichele  <thomas at apestaart dot org>
29759
29760         * ext/vorbis/vorbisfile.c: (gst_vorbisfile_update_streaminfo),
29761         (gst_vorbisfile_new_link):
29762           signal streaminfo through tags
29763
29764 2004-01-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29765
29766         * ext/mplex/gstmplex.cc:
29767         * ext/mplex/gstmplexibitstream.cc:
29768           g++ doesn't like NULL in our i18n/error macros, should be
29769           either (NULL) or ("").
29770
29771 2004-01-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29772
29773         * sys/dxr3/dxr3audiosink.c:
29774         * sys/dxr3/dxr3init.c:
29775         * sys/dxr3/dxr3spusink.c: (dxr3spusink_close):
29776         * sys/dxr3/dxr3videosink.c: (dxr3videosink_close):
29777           Fix more error error error errors (missing includes here).
29778
29779 2004-01-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29780
29781         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
29782           fix thomas' error errors.
29783
29784 2004-01-20  Thomas Vander Stichele  <thomas at apestaart dot org>
29785
29786         * ext/mpeg2enc/gstmpeg2enc.cc:
29787           fix error errors.
29788
29789 2004-01-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29790
29791         * ext/divx/gstdivxdec.c: (gst_divxdec_setup), (gst_divxdec_chain):
29792         * ext/divx/gstdivxenc.c: (gst_divxenc_setup), (gst_divxenc_chain):
29793           Fix for new error system.
29794
29795 2004-01-20  Thomas Vander Stichele  <thomas at apestaart dot org>
29796
29797         * ext/divx/gstdivxenc.c: (gst_divxenc_setup), (gst_divxenc_chain):
29798           fix for new error reporting
29799
29800 2004-01-20  David Schleef  <ds@schleef.org>
29801
29802         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents),
29803         (gst_ximagesink_xcontext_get), (gst_ximagesink_getcaps),
29804         (gst_ximagesink_set_xwindow_id): Change to using a framerate
29805         of [1,100] instead of [0,MAX], since 0 isn't handled correctly,
29806         and neither is 100+, most likely.
29807         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
29808         (gst_xvimagesink_getcaps): same
29809
29810 2004-01-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
29811
29812         * configure.ac:
29813           Up version requirement to 2.0.3 (not yet released) to avoid symbol
29814           clashes with ffmpeg.
29815
29816 2004-01-20  Julien MOUTTE  <julien@moutte.net>
29817
29818         * gst/switch/gstswitch.c: (gst_switch_request_new_pad),
29819         (gst_switch_init): Fixed switch element : proxying link and setting
29820         caps from src to sink on request.
29821
29822 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
29823
29824         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay):
29825         * sys/v4l2/v4l2-overlay_calls.c: (gst_v4l2_set_display),
29826         (gst_v4l2_set_window), (gst_v4l2_enable_overlay):
29827         fix element_error
29828
29829 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
29830
29831         * sys/v4l/v4l_calls.h:
29832         * sys/v4l2/v4l2_calls.h:
29833           element_error fixes
29834
29835 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
29836
29837         * gst-libs/gst/gst-i18n-plugin.h:
29838           add locale.h
29839           remove config.h inclusion
29840
29841 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
29842
29843         * autogen.sh:
29844           adding autopoint invocation
29845         * Makefile.am:
29846         * configure.ac:
29847         * gst-libs/gst/gettext.h:
29848           adding gettext bits
29849         * ext/audiofile/gstafsink.c: (gst_afsink_plugin_init):
29850         * ext/audiofile/gstafsrc.c: (gst_afsrc_plugin_init):
29851         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
29852         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file),
29853         (gst_gnomevfssink_close_file):
29854         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_open_file):
29855         * ext/sndfile/gstsf.c: (gst_sf_loop), (plugin_init):
29856         * gst-libs/gst/gst-i18n-plugin.h:
29857         * gst/avi/gstavi.c: (plugin_init):
29858         * sys/dxr3/dxr3init.c: (plugin_init):
29859         * sys/dxr3/dxr3videosink.c: (dxr3videosink_write_data):
29860         * sys/oss/gstossaudio.c: (plugin_init):
29861         * sys/oss/gstosselement.c: (gst_osselement_open_audio):
29862         * sys/v4l/gstv4l.c: (plugin_init):
29863         * sys/v4l/v4l_calls.c: (gst_v4l_open):
29864         * sys/v4l2/gstv4l2.c: (plugin_init):
29865         * sys/v4l2/v4l2_calls.c: (gst_v4l2_get_capabilities),
29866         (gst_v4l2_fill_lists), (gst_v4l2_get_norm), (gst_v4l2_set_norm),
29867         (gst_v4l2_get_input), (gst_v4l2_set_input), (gst_v4l2_get_output),
29868         (gst_v4l2_set_output), (gst_v4l2_get_frequency),
29869         (gst_v4l2_set_frequency), (gst_v4l2_signal_strength),
29870         (gst_v4l2_get_attribute), (gst_v4l2_set_attribute):
29871           make sure locale and translation domain are set
29872           fix translated strings
29873         * po/.cvsignore:
29874         * po/LINGUAS:
29875         * po/Makevars:
29876         * po/POTFILES.in:
29877         * po/nl.po:
29878           put translation files into place
29879         * sys/xvideo/imagetest.c: (main):
29880         * ext/dv/demo-play.c: (main):
29881           fix unnecessary translations
29882
29883 2004-01-19  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
29884
29885         * ext/sndfile/gstsf.c:
29886         * gst/avi/gstavimux.c:
29887         * ext/audiofile/gstafsink.c:
29888         * ext/audiofile/gstafsrc.c:
29889         * ext/gnomevfs/gstgnomevfssink.c:
29890         * ext/gnomevfs/gstgnomevfssrc.c:
29891         * sys/oss/gstosselement.c:
29892         * sys/v4l/v4l_calls.h:
29893           fix i18n include
29894
29895 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
29896
29897         * sys/v4l2/v4l2_calls.c: (gst_v4l2_get_capabilities),
29898         (gst_v4l2_fill_lists), (gst_v4l2_open), (gst_v4l2_get_norm),
29899         (gst_v4l2_set_norm), (gst_v4l2_get_input), (gst_v4l2_set_input),
29900         (gst_v4l2_get_output), (gst_v4l2_set_output),
29901         (gst_v4l2_get_frequency), (gst_v4l2_set_frequency),
29902         (gst_v4l2_signal_strength), (gst_v4l2_get_attribute),
29903         (gst_v4l2_set_attribute):
29904         update to new error handling
29905
29906 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
29907
29908         * ext/sidplay/gstsiddec.cc:
29909         * gst/modplug/gstmodplug.cc:
29910           parenthese NULL because C++ seems angry about it
29911
29912 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
29913
29914         * gst-libs/gst/gst-i18n-plugin.h:
29915           add skeleton i18n stuff, but needs to be further implemented
29916
29917 2004-01-18  Thomas Vander Stichele  <thomas at apestaart dot org>
29918
29919         * examples/gstplay/player.c: (main):
29920         * ext/aalib/gstaasink.c: (gst_aasink_open):
29921         * ext/alsa/gstalsa.c: (gst_alsa_link), (gst_alsa_xrun_recovery):
29922         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
29923         * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
29924         * ext/audiofile/gstafsink.c: (gst_afsink_open_file),
29925         (gst_afsink_close_file):
29926         * ext/audiofile/gstafsrc.c: (gst_afsrc_open_file),
29927         (gst_afsrc_close_file):
29928         * ext/divx/gstdivxdec.c: (gst_divxdec_setup), (gst_divxdec_chain):
29929         * ext/dv/gstdvdec.c: (gst_dvdec_loop):
29930         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_user_op), (dvdnavsrc_get):
29931         * ext/esd/esdmon.c: (gst_esdmon_get):
29932         * ext/esd/esdsink.c: (gst_esdsink_chain):
29933         * ext/faac/gstfaac.c: (gst_faac_chain):
29934         * ext/faad/gstfaad.c: (gst_faad_chain):
29935         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_chain):
29936         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_loop):
29937         * ext/ffmpeg/gstffmpegmux.c: (gst_ffmpegmux_loop):
29938         * ext/flac/gstflacdec.c: (gst_flacdec_error_callback),
29939         (gst_flacdec_loop):
29940         * ext/flac/gstflacenc.c: (gst_flacenc_chain):
29941         * ext/flac/gstflactag.c: (gst_flac_tag_chain):
29942         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_chain):
29943         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file),
29944         (gst_gnomevfssink_close_file):
29945         * ext/gnomevfs/gstgnomevfssrc.c: (audiocast_init),
29946         (gst_gnomevfssrc_open_file):
29947         * ext/ivorbis/vorbisfile.c: (gst_ivorbisfile_loop):
29948         * ext/lame/gstlame.c: (gst_lame_sink_link), (gst_lame_chain):
29949         * ext/lcs/gstcolorspace.c: (gst_colorspace_srcconnect_func):
29950         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event),
29951         (gst_id3_tag_do_typefind), (gst_id3_tag_chain):
29952         * ext/mad/gstmad.c: (gst_mad_chain):
29953         * ext/mikmod/gstmikmod.c: (gst_mikmod_loop):
29954         * ext/mpeg2dec/gstmpeg2dec.c:
29955         * ext/mpeg2enc/gstmpeg2enc.cc:
29956         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
29957         * ext/mplex/gstmplex.cc:
29958         * ext/mplex/gstmplexibitstream.cc:
29959         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain),
29960         (gst_ogg_demux_push), (gst_ogg_pad_push):
29961         * ext/raw1394/gstdv1394src.c:
29962         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_lock),
29963         (gst_sdlvideosink_initsdl), (gst_sdlvideosink_create):
29964         * ext/sidplay/gstsiddec.cc:
29965         * ext/sndfile/gstsf.c: (gst_sf_open_file), (gst_sf_close_file),
29966         (gst_sf_loop):
29967         * ext/speex/gstspeexenc.c: (gst_speexenc_chain):
29968         * ext/tarkin/gsttarkindec.c: (gst_tarkindec_chain):
29969         * ext/tarkin/gsttarkinenc.c: (gst_tarkinenc_chain):
29970         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_chain):
29971         * ext/vorbis/vorbisfile.c: (gst_vorbisfile_loop):
29972         * ext/xvid/gstxviddec.c: (gst_xviddec_setup), (gst_xviddec_chain):
29973         * ext/xvid/gstxvidenc.c: (gst_xvidenc_setup), (gst_xvidenc_chain):
29974         * gst-libs/gst/Makefile.am:
29975         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head),
29976         (gst_riff_read_element_data), (gst_riff_read_seek),
29977         (gst_riff_peek_list), (gst_riff_read_list), (gst_riff_read_header):
29978         * gst/adder/gstadder.c: (gst_adder_parse_caps), (gst_adder_loop):
29979         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_segment),
29980         (gst_asf_demux_process_stream), (gst_asf_demux_get_stream):
29981         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_init),
29982         (gst_avi_demux_add_stream), (gst_avi_demux_stream_header):
29983         * gst/avi/gstavimux.c: (gst_avimux_stop_file):
29984         * gst/flx/gstflxdec.c: (gst_flxdec_loop):
29985         * gst/goom/gstgoom.c: (gst_goom_chain):
29986         * gst/id3/gstid3types.c: (gst_id3types_loop):
29987         * gst/intfloat/gstfloat2int.c: (gst_float2int_loop):
29988         * gst/intfloat/gstint2float.c: (gst_int2float_chain_gint16):
29989         * gst/matroska/ebml-read.c: (gst_ebml_read_element_id),
29990         (gst_ebml_read_element_length), (gst_ebml_read_element_data),
29991         (gst_ebml_read_seek), (gst_ebml_read_uint), (gst_ebml_read_sint),
29992         (gst_ebml_read_float), (gst_ebml_read_header):
29993         * gst/matroska/matroska-demux.c: (gst_matroska_demux_init_stream),
29994         (gst_matroska_demux_parse_blockgroup):
29995         * gst/modplug/gstmodplug.cc:
29996         * gst/monoscope/gstmonoscope.c: (gst_monoscope_chain):
29997         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_loop):
29998         * gst/oneton/gstoneton.c: (gst_oneton_chain):
29999         * gst/silence/gstsilence.c: (gst_silence_get):
30000         * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
30001         * gst/smpte/gstsmpte.c: (gst_smpte_loop):
30002         * gst/speed/gstspeed.c: (speed_loop):
30003         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_chain):
30004         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
30005         * gst/volenv/gstvolenv.c: (gst_volenv_chain):
30006         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain):
30007         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt),
30008         (gst_wavparse_loop):
30009         * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_open),
30010         (dxr3audiosink_set_mode_pcm), (dxr3audiosink_set_mode_ac3),
30011         (dxr3audiosink_close):
30012         * sys/dxr3/dxr3spusink.c: (dxr3spusink_open), (dxr3spusink_close):
30013         * sys/dxr3/dxr3videosink.c: (dxr3videosink_open),
30014         (dxr3videosink_close), (dxr3videosink_write_data):
30015         * sys/oss/gstosselement.c: (gst_osselement_open_audio):
30016         * sys/oss/gstosselement.h:
30017         * sys/oss/gstosssink.c: (gst_osssink_get_type), (gst_osssink_init),
30018         (gst_osssink_chain):
30019         * sys/oss/gstosssrc.c: (gst_osssrc_get):
30020         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_chain):
30021         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_buffer_free):
30022         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_buffer_free):
30023         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_window),
30024         (gst_v4l_enable_overlay):
30025         * sys/v4l/v4l_calls.c: (gst_v4l_get_capabilities), (gst_v4l_open),
30026         (gst_v4l_set_chan_norm), (gst_v4l_get_signal),
30027         (gst_v4l_get_frequency), (gst_v4l_set_frequency),
30028         (gst_v4l_get_picture), (gst_v4l_set_picture), (gst_v4l_get_audio),
30029         (gst_v4l_set_audio):
30030         * sys/v4l/v4l_calls.h:
30031         * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_sync_thread),
30032         (gst_v4lmjpegsink_queue_frame), (gst_v4lmjpegsink_set_playback),
30033         (gst_v4lmjpegsink_playback_init),
30034         (gst_v4lmjpegsink_playback_start):
30035         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_queue_frame),
30036         (gst_v4lmjpegsrc_sync_next_frame), (gst_v4lmjpegsrc_set_capture),
30037         (gst_v4lmjpegsrc_set_capture_m), (gst_v4lmjpegsrc_capture_init),
30038         (gst_v4lmjpegsrc_requeue_frame):
30039         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_queue_frame),
30040         (gst_v4lsrc_sync_frame), (gst_v4lsrc_capture_init),
30041         (gst_v4lsrc_requeue_frame), (gst_v4lsrc_try_palette):
30042         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_get):
30043         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
30044         (gst_v4l2src_queue_frame), (gst_v4l2src_grab_frame),
30045         (gst_v4l2src_get_capture), (gst_v4l2src_set_capture),
30046         (gst_v4l2src_capture_init), (gst_v4l2src_capture_start),
30047         (gst_v4l2src_capture_stop):
30048         * sys/vcd/vcdsrc.c: (vcdsrc_open_file):
30049         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
30050         (gst_ximagesink_chain):
30051         * sys/xvideo/xvideosink.c: (gst_xvideosink_buffer_new),
30052         (gst_xvideosink_sinkconnect), (gst_xvideosink_chain),
30053         (gst_xvideosink_xwindow_new):
30054         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
30055         (gst_xvimagesink_chain):
30056         use new error signal, function and categories
30057
30058 2004-01-18  Jeremy Simon <jesimon@libertysurf.fr>
30059
30060         * configure.ac:
30061         * ext/Makefile.am:
30062         * ext/musicbrainz/gsttrm.c:
30063         * ext/musicbrainz/gsttrm.h:
30064         * ext/musicbrainz/Makefile.am:
30065         Add a trm plugin
30066
30067 2004-01-18  Julien MOUTTE  <julien@moutte.net>
30068
30069         * sys/ximage/ximagesink.c: (gst_ximagesink_set_property),
30070         (gst_ximagesink_get_property), (gst_ximagesink_class_init): Adding
30071         synchronous property for debugging.
30072         * sys/ximage/ximagesink.h: Adding the synchronous boolean flag.
30073         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
30074         (gst_xvimagesink_set_property): Moving a pointer declaration to a
30075         smaller block, fixing indent.
30076
30077 2004-01-16  David Schleef  <ds@schleef.org>
30078
30079         * gst/videofilter/gstvideobalance.c: Fix regression; changing a
30080         property affects the video stream.
30081         * sys/xvimage/xvimagesink.c:
30082         * sys/xvimage/xvimagesink.h:
30083         Add synchronous property for debugging.  Should probably be
30084         disabled in non-CVS builds.  Make sure that the Xv attribute
30085         exists before we set it (crash!).  Fix a silly float bug that
30086         caused colorbalance to just not work.
30087
30088 2004-01-17  Christian Schaller <Uraeus@gnome.org>
30089
30090         * tools/gst-launch-ext.in - update for new plugins
30091
30092 2004-01-16  David Schleef  <ds@schleef.org>
30093
30094         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_connect): Fix use of
30095         already-freed caps.
30096
30097 2994-01-16  Christian Schaller <Uraeus@gnome.org>
30098
30099         * Update spec for new colorspace plugin and libcaca plugin
30100         * Fix compilation of libcaca plugin (clock -> id)
30101
30102 2004-01-16  Julien MOUTTE <julien@moutte.net>
30103
30104         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_update_colorbalance),
30105         (gst_xvimagesink_xcontext_get), (gst_xvimagesink_change_state),
30106         (gst_xvimagesink_set_xwindow_id),
30107         (gst_xvimagesink_colorbalance_set_value),
30108         (gst_xvimagesink_colorbalance_get_value),
30109         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
30110         (gst_xvimagesink_init), (gst_xvimagesink_class_init): Implementing
30111         correct colorbalance properties. They can now be set when the element
30112         is still in NULL state. The values will be committed to the Xv Port
30113         when xcontext is initialized.
30114         * sys/xvimage/xvimagesink.h: Added hue, saturation, contrast,
30115         brightness int values in the GstXvImagesink structure.
30116
30117 2004-01-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30118
30119         * gst-libs/gst/Makefile.am:
30120           restructure so having local patches works easier.
30121
30122 2004-01-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30123
30124         * ext/mpeg2enc/Makefile.am:
30125         * ext/mpeg2enc/gstmpeg2enc.cc:
30126         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
30127           Bugfix with respect to EOS handling.
30128
30129 2004-01-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30130
30131         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_connect):
30132           Link with right caps (else, it segfaults).
30133         * ext/mplex/gstmplexjob.cc:
30134           Fix for slight API change in 1.6.1.93 release of mjpegtools.
30135
30136 2004-01-15  David Schleef  <ds@schleef.org>
30137
30138         * gst-libs/gst/audio/Makefile.am:
30139         Add gstaudiofiltertemplate.c and building of gstaudiofilterexample.c
30140         from the template.
30141         * gst-libs/gst/audio/gstaudiofilter.c:
30142         * gst-libs/gst/audio/gstaudiofilter.h:
30143         Add bytes_per_sample and size and n_samples calculation.
30144         * gst-libs/gst/audio/gstaudiofilterexample.c:
30145         Remove, now autogenerated.
30146         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
30147         Moved from gstaudiofilterexample, object name changed, code added
30148         so that it actually works.
30149         * gst-libs/gst/audio/make_filter:
30150         Script to build an audiofilter subclass from the template.
30151         * gst/colorspace/Makefile.am:
30152         * gst/colorspace/yuv2yuv.c:
30153         Remove file, since it's GPL, and we don't use it.
30154
30155 2004-01-15  Julien MOUTTE  <julien@moutte.net>
30156
30157         * sys/ximage/ximagesink.c: (gst_ximagesink_chain):
30158         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain): Making both of
30159         them use the buffer free function to test how the buffer was allocated.
30160
30161 2004-01-15  David Schleef  <ds@schleef.org>
30162
30163         * ext/esd/esdsink.c: (gst_esdsink_class_init): Remove property
30164         that handles osssink fallback.
30165         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init),
30166         (gst_audio_convert_getcaps):
30167         * gst/qtdemux/qtdemux.c: (qtdemux_audio_caps):
30168         Add audio/x-qdm2 for QDM2 audio.
30169         * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
30170         * gst/sine/gstsinesrc.h: Add example of how to implement tags.
30171         * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps):
30172         Decrease minimum size to 16x16.
30173         * gst/wavparse/gstwavparse.c:
30174         Convert disabled pad template caps to new caps.
30175         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
30176         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
30177         (gst_xvimagesink_chain): Throw element error when display cannot
30178         be opened.  Increase minimum framerate to 1.0.  Check the data
30179         free function on a buffer to make sure it is the type we expect
30180         before manipulating it.
30181
30182 2004-01-15  Julien MOUTTE <julien@moutte.net>
30183
30184         * gst/videofilter/gstvideobalance.c: (gst_videobalance_init),
30185         (gst_videobalance_colorbalance_set_value): Implement passthru if
30186         settings are in the middle.
30187         * tools/gst-launch-ext.in: Stop using xvideosink, use ximagesink.
30188
30189 2004-01-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30190
30191         * gst/videofilter/Makefile.am:
30192         * gst/volume/Makefile.am:
30193           Since we use videofilter symbols, link to it.
30194
30195 2004-01-15  Julien MOUTTE <julien@moutte.net>
30196
30197         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_interface_init): Setting
30198         mixer interface type to HARDWARE.
30199         * gst-libs/gst/mixer/mixer.c: (gst_mixer_class_init): Adding a default
30200         type to SOFTWARE.
30201         * gst-libs/gst/mixer/mixer.h: Adding mixer interface type and macro.
30202         * gst-libs/gst/mixer/mixertrack.h: Adding mixertrack flag SOFTWARE.
30203         * gst/volume/gstvolume.c: (gst_volume_interface_supported),
30204         (gst_volume_interface_init), (gst_volume_list_tracks),
30205         (gst_volume_set_volume), (gst_volume_get_volume),
30206         (gst_volume_set_mute), (gst_volume_mixer_init),
30207         (gst_volume_dispose), (gst_volume_get_type), (volume_class_init),
30208         (volume_init): Implementing mixer interface.
30209         * gst/volume/gstvolume.h: Adding tracklist for mixer interface.
30210         * sys/oss/gstosselement.c: (gst_osselement_get_type),
30211         (gst_osselement_change_state): Removing some trailing commas in
30212         structures.
30213         * sys/oss/gstossmixer.c: (gst_ossmixer_interface_init): Setting mixer
30214         interface type to HARDWARE.
30215         * sys/v4l/gstv4lcolorbalance.c:
30216         (gst_v4l_color_balance_interface_init): Setting colorbalance interface
30217         type to HARDWARE.
30218         * sys/v4l2/gstv4l2colorbalance.c:
30219         (gst_v4l2_color_balance_interface_init): Setting colorbalance
30220         interface type to HARDWARE.
30221         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain): use exactly the
30222         same code than ximagesink for event handling.
30223
30224 2004-01-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30225
30226         * ext/snapshot/Makefile.am:
30227         * ext/snapshot/gstsnapshot.c: (gst_snapshot_sinkconnect),
30228         (gst_snapshot_chain):
30229         * ext/snapshot/gstsnapshot.h:
30230           This has to be a joke... Snapshot should be connected to a tee,
30231           colorspace element before it and EOS after that, where the other
30232           src of the tee receives normal data.
30233           The current way is *wrong*.
30234
30235 2004-01-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30236
30237         * ext/hermes/gsthermescolorspace.c:
30238           Fix another compile error. Same as below.
30239
30240 2004-01-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30241
30242         * gst/colorspace/gstcolorspace.c:
30243         * gst/colorspace/yuv2yuv.c: (gst_colorspace_yuy2_to_i420),
30244         (gst_colorspace_i420_to_yv12):
30245           Fix compiling... Didn't test if it actually works.
30246
30247 2004-01-15  David Schleef  <ds@schleef.org>
30248
30249         * configure.ac:
30250         * gst/colorspace/Makefile.am:
30251         * gst/colorspace/gstcolorspace.c:
30252         * gst/colorspace/gstcolorspace.h:
30253         * gst/colorspace/yuv2rgb.c:
30254         * gst/colorspace/yuv2rgb.h:
30255         Duplicate the ext/hermes colorspace plugin, and remove Hermes
30256         code and GPL code.  Fix for new caps negotiation.  Rewrite
30257         much of the format handling code, and some of the conversion
30258         code.  Basically, rewrote almost everything.  This element
30259         handles I420, YV12 to RGB conversions.
30260         * ext/hermes/Makefile.am:
30261         * ext/hermes/gsthermescolorspace.c:
30262         Rename colorspace to hermescolorspace.  Fix negotiation issues.
30263         Remove non-Hermes related code.  This element handles lots of
30264         RGB to RGB conversions, but no YUV.
30265         * ext/hermes/gstcolorspace.c:
30266         * ext/hermes/gstcolorspace.h:
30267         * ext/hermes/rgb2yuv.c:
30268         * ext/hermes/yuv2rgb.c:
30269         * ext/hermes/yuv2rgb.h:
30270         * ext/hermes/yuv2rgb_mmx16.s:
30271         * ext/hermes/yuv2yuv.c:
30272         * ext/hermes/yuv2yuv.h:
30273         Remove old code.
30274
30275 2004-01-14  Colin Walters  <walters@verbum.org>
30276
30277         * ext/mad/gstid3tag.c (gst_id3_tag_chain): Don't nego caps if
30278         they've already been.
30279
30280 2004-01-15  Benjamin Otte  <in7y118@public.uni-hamburg.de>
30281
30282         * ext/mad/gstid3tag.c: (gst_id3_tag_do_caps_nego):
30283           assume tag mode when pad is not connected
30284
30285 2004-01-15  Benjamin Otte  <in7y118@public.uni-hamburg.de>
30286
30287         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
30288           Don't update the time of the clock
30289         (gst_alsa_sink_loop):
30290           sync to the clock given to alsasink, not the own clock
30291         * sys/oss/gstosssink.c: (gst_osssink_chain):
30292           sync to the clock
30293         (gst_osssink_change_state):
30294           activate the clock
30295         * sys/ximage/ximagesink.c: (gst_ximagesink_chain):
30296         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain):
30297           remove bogus code that made DISCONT events unhandled
30298         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_video_caps):
30299           explicitly case to double in _set_simple. (fixes 2nd warning in bug
30300           #131502)
30301         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_read_object_header),
30302         (gst_asf_demux_handle_sink_event), (gst_asf_demux_audio_caps),
30303         (gst_asf_demux_add_audio_stream), (gst_asf_demux_video_caps):
30304           convert g_warning because of wrong asf data to GST_WARNINGs (fixes
30305           2nd warning in bug #131502)
30306
30307 2004-01-14  Julien MOUTTE  <julien@moutte.net>
30308
30309         * gst/videofilter/gstvideobalance.c: (gst_videobalance_init),
30310         (gst_videobalance_colorbalance_set_value),
30311         (gst_videobalance_colorbalance_get_value): Fixing videobalance ranges
30312         for colorbalance interface implementation.
30313         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
30314         (gst_ximagesink_set_property), (gst_ximagesink_get_property),
30315         (gst_ximagesink_dispose), (gst_ximagesink_init),
30316         (gst_ximagesink_class_init): Adding DISPLAY property.
30317         * sys/ximage/ximagesink.h: Adding display_name to store display.
30318         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
30319         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
30320         (gst_xvimagesink_dispose), (gst_xvimagesink_init),
30321         (gst_xvimagesink_class_init): Adding DISPLAY property and colorbalance
30322         properties (they still need polishing though for gst-launch use : no
30323         xcontext yet, i ll do that tomorrow).
30324         * sys/xvimage/xvimagesink.h: Adding display_name to store display.
30325
30326 2004-01-14  Julien MOUTTE  <julien@moutte.net>
30327
30328         * gst-libs/gst/play/gstplay.c: (gst_play_pipeline_setup),
30329         (gst_play_set_location), (gst_play_set_visualization): Preparing
30330         switch integration, adding videobalance in the pipeline.
30331
30332 2004-01-14  Julien MOUTTE <julien@moutte.net>
30333
30334         * gst-libs/gst/colorbalance/colorbalance.c:
30335         (gst_color_balance_class_init): Adding a default type.
30336         * gst-libs/gst/colorbalance/colorbalance.h: Adding a macro to access
30337         the type.
30338         * gst/videofilter/gstvideobalance.c: (gst_videobalance_get_type),
30339         (gst_videobalance_dispose), (gst_videobalance_class_init),
30340         (gst_videobalance_init), (gst_videobalance_interface_supported),
30341         (gst_videobalance_interface_init),
30342         (gst_videobalance_colorbalance_list_channels),
30343         (gst_videobalance_colorbalance_set_value),
30344         (gst_videobalance_colorbalance_get_value),
30345         (gst_videobalance_colorbalance_init): Implementing colorbalance
30346         interface.
30347         * gst/videofilter/gstvideobalance.h: Adding colorbalance channels
30348         list.
30349         * sys/ximage/ximagesink.c: (gst_ximagesink_set_xwindow_id): Fixing a
30350         bug which was triggering a BadAccess X error when setting an overlay
30351         before pad was really negotiated.
30352         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_colorbalance_init):
30353         Using the colorbalance type macro.
30354
30355 2004-01-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
30356
30357         * ext/flac/gstflacenc.c: (gst_flacenc_set_metadata),
30358         (gst_flacenc_chain):
30359           handle tags correctly
30360         * gst/tags/gstid3tag.c: (gst_tag_list_new_from_id3v1):
30361           extract ID3v1 tags correctly
30362
30363 2004-01-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30364
30365         * gst/typefind/gsttypefindfunctions.c: (matroska_type_find),
30366         (plugin_init):
30367           Improve matroska typefinding for odd-typed headers...
30368
30369 2004-01-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30370
30371         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream):
30372           Fix for using incremental number on padnames.
30373
30374 2004-01-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30375
30376         * ext/divx/gstdivxdec.c:
30377         * ext/divx/gstdivxenc.c:
30378           Set category to divx4linux instead of divx (too generic).
30379         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
30380         (gst_wavparse_parse_fmt), (gst_wavparse_handle_sink_event),
30381         (gst_wavparse_loop), (gst_wavparse_change_state):
30382         * gst/wavparse/gstwavparse.h:
30383           fix parsing of WAV files with non-standard fmt-tag size and fix
30384           skipping of unrecognized chunks... Someone please fix this thing
30385           to use rifflib so all this is automated.
30386         * sys/v4l/Makefile.am:
30387         * sys/v4l2/Makefile.am:
30388           Add X_CFLAGS because we depend on X (for overlay).
30389
30390 2004-01-14  Jan Schmidt  <thaytan@mad.scientist.com>
30391
30392         * ext/mpeg2dec/gstmpeg2dec.c:
30393           Don't issue a timestamp unless we tagged the frame
30394           with a PTS.
30395
30396 2004-01-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
30397
30398         * gst-libs/gst/play/gstplay.c: (gst_play_tick_callback):
30399           Query the audio element to get the time, not the clock. We're
30400           interested in the element's time here.
30401
30402 2004-01-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
30403
30404         * ext/aalib/gstaasink.c: (gst_aasink_chain):
30405         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
30406         * ext/esd/esdsink.c: (gst_esdsink_chain):
30407         * ext/libcaca/gstcacasink.c: (gst_cacasink_chain):
30408         * ext/mas/massink.c: (gst_massink_chain):
30409         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_chain):
30410         * gst/matroska/matroska-demux.c: (gst_matroska_demux_parse_index),
30411         (gst_matroska_demux_parse_metadata):
30412         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_loop),
30413         (gst_mpeg_parse_release_locks):
30414         * gst/tcp/gsttcpsink.c: (gst_tcpsink_chain):
30415         * gst/udp/gstudpsink.c: (gst_udpsink_chain):
30416         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
30417         * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_chain),
30418         (gst_osssink_change_state):
30419         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_chain):
30420         * sys/ximage/ximagesink.c: (gst_ximagesink_chain):
30421         * sys/xvideo/xvideosink.c: (gst_xvideosink_chain),
30422         (gst_xvideosink_release_locks):
30423         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain):
30424           use element time.
30425         * ext/alsa/gstalsaclock.c: (gst_alsa_clock_start),
30426         (gst_alsa_clock_stop):
30427         * gst-libs/gst/audio/audioclock.c: (gst_audio_clock_set_active),
30428         (gst_audio_clock_get_internal_time):
30429           simplify for use with new clocking code.
30430         * testsuite/alsa/Makefile.am:
30431         * testsuite/alsa/sinesrc.c: (sinesrc_init), (sinesrc_force_caps):
30432           fix testsuite for new caps system
30433
30434 2004-01-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
30435
30436         * ext/flac/gstflacdec.c: (gst_flacdec_update_metadata):
30437         * ext/flac/gstflacenc.c: (add_one_tag):
30438           length is already host endian, no need to convert. Fixes playback of
30439           tagged files on PPC. (bug #128384)
30440
30441 2004-01-13  Julien MOUTTE <julien@moutte.net>
30442
30443         * gst-libs/gst/colorbalance/colorbalance.h: Adding a type to the
30444         colorbalance interface stating if it is hardware based or software
30445         based.
30446         * gst/videofilter/gstvideobalance.c: (gst_videobalance_planar411):
30447         Removing a trailing comma.
30448         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
30449         (gst_xvimagesink_colorbalance_init): Integrating a patch from Jon
30450         Trowbridge <trow@ximian.com> querying Xv adaptor for min/max value as
30451         the documentation seems to be wrong on the -1000 to 1000 interval.
30452
30453 2004-01-12  David Schleef  <ds@schleef.org>
30454
30455         * gst/debug/efence.c: (gst_efence_init), (gst_efence_chain),
30456         (gst_efence_buffer_alloc), (gst_fenced_buffer_new),
30457         (gst_fenced_buffer_default_free), (gst_fenced_buffer_default_copy):
30458         Fix negotiation.  Add a bufferalloc function for the sink pad,
30459         and generally clean up some of the code.
30460
30461 2004-01-12  Julien MOUTTE <julien@moutte.net>
30462
30463         * gst-libs/gst/colorbalance/colorbalancechannel.c:
30464         (gst_color_balance_channel_dispose): Adding safety check in dispose
30465         method.
30466         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
30467         (gst_xvimagesink_xcontext_clear),
30468         (gst_xvimagesink_interface_supported),
30469         (gst_xvimagesink_colorbalance_list_channels),
30470         (gst_xvimagesink_colorbalance_set_value),
30471         (gst_xvimagesink_colorbalance_get_value),
30472         (gst_xvimagesink_colorbalance_init), (gst_xvimagesink_get_type):
30473         Adding colorbalance interface support to set XV parameters such as
30474         HUE, BRIGHTNESS, CONTRAST, SATURATION.
30475         * sys/xvimage/xvimagesink.h: Adding the channels list for colorbalance
30476         interface.
30477
30478 2004-01-12  Thomas Vander Stichele  <thomas at apestaart dot org>
30479
30480         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_get_type),
30481         (gst_audio_convert_class_init), (gst_audioconvert_getcaps),
30482         (gst_audio_convert_init), (gst_audio_convert_set_property),
30483         (gst_audio_convert_get_property), (gst_audio_convert_chain),
30484         (gst_audio_convert_link),
30485         (gst_audio_convert_buffer_to_default_format),
30486         (gst_audio_convert_buffer_from_default_format), (plugin_init):
30487           - implement _getcaps and use it
30488           - improve linking
30489           - remove float caps since no float conversion is actually done
30490           - remove properties and arguments that were to be used for rate
30491             conversion
30492
30493 2004-01-12  Thomas Vander Stichele  <thomas at apestaart dot org>
30494
30495         * gst-libs/gst/audio/audio.c: (_gst_audio_structure_set_list),
30496         (gst_audio_structure_set_int):
30497         * gst-libs/gst/audio/audio.h:
30498           add helper functions for _getcaps matching the standard audio
30499           templates
30500
30501 2004-01-12  David Schleef  <ds@schleef.org>
30502
30503         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
30504         Test that pad is negotiated before getting its caps.
30505
30506 2004-01-12  Julien MOUTTE <julien@moutte.net>
30507
30508         * gst-libs/gst/play/gstplay.c: (gst_play_get_sink_element): When
30509         analyzing the pads of an element the bin is mostly in READY state so
30510         no caps were negotiated. This helper function needs to work with
30511         _get_caps directly then. I was not freeing them though, added that to
30512         fix the mem leak.
30513
30514 2004-01-12  Julien MOUTTE <julien@moutte.net>
30515
30516         * sys/ximage/ximagesink.c: (gst_ximagesink_chain):
30517         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain): Fixing the
30518         direct put buffers detection. I prefer checking GST_BUFFER_PRIVATE
30519         than the free_func.
30520
30521 2004-01-12  Thomas Vander Stichele  <thomas at apestaart dot org>
30522
30523         * sys/oss/gstossaudio.c: (plugin_init):
30524         * sys/oss/gstosselement.c: (gst_osselement_sync_parms):
30525         * sys/oss/gstosselement.h:
30526           make an oss debugging category
30527           make failure more descriptive
30528
30529 2004-01-11  David Schleef  <ds@schleef.org>
30530
30531         * ext/ffmpeg/gstffmpeg.c:
30532         * ext/ffmpeg/gstffmpegcodecmap.c:
30533         * ext/ffmpeg/gstffmpegdec.c:
30534         * ext/ffmpeg/gstffmpegenc.c:
30535         * ext/ffmpeg/gstffmpegprotocol.c:
30536         * ext/gdk_pixbuf/gstgdkanimation.c:
30537         * ext/jpeg/gstjpeg.c:
30538         * ext/libpng/gstpng.c:
30539         * ext/mpeg2dec/perftest.c:
30540         * ext/speex/gstspeex.c:
30541         * gst-libs/gst/resample/dtos.c:
30542         * gst/intfloat/gstintfloatconvert.c:
30543         * gst/oneton/gstoneton.c:
30544         * gst/rtjpeg/RTjpeg.c:
30545         * gst/rtp/gstrtp.c:
30546         * sys/dxr3/dxr3init.c:
30547         * sys/glsink/gstgl_nvimage.c:
30548         * sys/glsink/gstgl_pdrimage.c:
30549         * sys/glsink/gstglsink.c:
30550         * testsuite/gst-lint:
30551         Make sure everybody wraps #include "config.h" in #ifdef HAVE_CONFIG_H
30552
30553 2004-01-11  David Schleef  <ds@schleef.org>
30554
30555         * ext/alsa/gstalsasrc.c: (gst_alsa_src_set_caps):
30556         * ext/faac/gstfaac.c: (gst_faac_sinkconnect):
30557         * ext/gdk_pixbuf/gstgdkanimation.c:
30558         (gst_gdk_animation_iter_create_pixbuf):
30559         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_link),
30560         (gst_gdk_pixbuf_chain):
30561         * ext/gdk_pixbuf/gstgdkpixbuf.h:
30562         * ext/jack/gstjack.c: (gst_jack_change_state):
30563         * ext/xvid/gstxviddec.c: (gst_xviddec_sink_link):
30564         * gst-libs/gst/play/gstplay.c: (gst_play_get_sink_element):
30565         * gst-libs/gst/play/play.c: (gst_play_get_sink_element):
30566         * gst/videofilter/gstvideofilter.c:
30567         (gst_videofilter_set_output_size):
30568         Remove all usage of gst_pad_get_caps(), and replace it with
30569         gst_pad_get_allowed_caps() or gst_pad_get_negotiated_cap().
30570
30571 2004-01-11  David Schleef  <ds@schleef.org>
30572
30573         * configure.ac:
30574         * ext/Makefile.am: Fixes to make ext/libcaca compile.
30575         * ext/divx/gstdivxdec.c:
30576         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_link),
30577         (gst_gdk_pixbuf_init), (gst_gdk_pixbuf_chain): Make gdkpixbufdec
30578         handle images that span multiple buffers.  Now work with both
30579         filesrc ! gdkpixbufdec and qtdemux ! gdkpixbufdec.
30580         * ext/gdk_pixbuf/gstgdkpixbuf.h:
30581         * ext/libcaca/gstcacasink.h: Fixes needed due to recent
30582         video/video.h changes
30583         * ext/xvid/gstxvid.c: (gst_xvid_csp_to_caps): same
30584         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get),
30585         (gst_v4lmjpegsrc_buffer_free): Use buffer free function instead
30586         of GstData free function.
30587         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get), (gst_v4lsrc_buffer_free):
30588         same.
30589
30590 2004-01-12  Benjamin Otte  <in7y118@public.uni-hamburg.de>
30591
30592         * sys/v4l2/gstv4l2element.c: (gst_v4l2element_class_init),
30593         (gst_v4l2element_dispose), (gst_v4l2element_set_property),
30594         (gst_v4l2element_get_property):
30595         * sys/v4l2/v4l2_calls.c: (gst_v4l2_set_defaults), (gst_v4l2_open):
30596           add norm, channel and frequency properties.
30597         * sys/v4l2/gstv4l2tuner.c:
30598           fixes for tuner interface changes
30599         * sys/v4l2/gstv4l2element.h:
30600         * sys/v4l2/gstv4l2src.c:
30601         * sys/v4l2/gstv4l2src.h:
30602         * sys/v4l2/v4l2src_calls.c:
30603         * sys/v4l2/v4l2src_calls.h:
30604           rework v4l2src to work with saa1734 cards and allow mmaped buffers.
30605
30606 2004-01-12  Benjamin Otte  <in7y118@public.uni-hamburg.de>
30607
30608         * gst-libs/gst/tuner/tuner.c: (gst_tuner_class_init),
30609         (gst_tuner_find_norm_by_name), (gst_v4l2_find_channel_by_name),
30610         (gst_tuner_channel_changed), (gst_tuner_norm_changed),
30611         (gst_tuner_frequency_changed), (gst_tuner_signal_changed):
30612         * gst-libs/gst/tuner/tuner.h:
30613           GObjects aren't const.
30614           Add find_by_name functions.
30615           Add checks to _changed functions.
30616         * sys/v4l/gstv4ltuner.c: (gst_v4l_tuner_get_channel),
30617         (gst_v4l_tuner_get_norm):
30618           Fixes for above.
30619
30620 2004-01-12  Benjamin Otte  <in7y118@public.uni-hamburg.de>
30621
30622         * gst-libs/gst/video/video.h:
30623           Fix caps template names to be understandable.
30624           Prefix everything with GST_VIDEO.
30625         * ext/aalib/gstaasink.c:
30626         * ext/divx/gstdivxdec.c:
30627         * ext/divx/gstdivxenc.c:
30628         * ext/gdk_pixbuf/gstgdkpixbuf.c:
30629         * ext/hermes/gstcolorspace.c: (gst_colorspace_base_init):
30630         * ext/jpeg/gstjpegdec.c: (raw_caps_factory):
30631         * ext/jpeg/gstjpegenc.c: (raw_caps_factory):
30632         * ext/libcaca/gstcacasink.c:
30633         * ext/libpng/gstpngenc.c: (raw_caps_factory):
30634         * ext/snapshot/gstsnapshot.c:
30635         * ext/swfdec/gstswfdec.c:
30636         * ext/xvid/gstxviddec.c:
30637         * ext/xvid/gstxvidenc.c:
30638         * gst/chart/gstchart.c:
30639         * gst/deinterlace/gstdeinterlace.c:
30640         * gst/effectv/gsteffectv.c:
30641         * gst/flx/gstflxdec.c: (gst_flxdec_loop):
30642         * gst/goom/gstgoom.c:
30643         * gst/median/gstmedian.c:
30644         * gst/monoscope/gstmonoscope.c: (gst_monoscope_init),
30645         (gst_monoscope_srcconnect), (gst_monoscope_chain):
30646         * gst/overlay/gstoverlay.c:
30647         * gst/smooth/gstsmooth.c:
30648         * gst/smpte/gstsmpte.c:
30649         * gst/synaesthesia/gstsynaesthesia.c:
30650         * gst/videocrop/gstvideocrop.c:
30651         * gst/videodrop/gstvideodrop.c:
30652         * gst/y4m/gsty4mencode.c:
30653         * sys/qcam/gstqcamsrc.c:
30654         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_palette_to_caps):
30655           Make them work with new video.h file.
30656         * sys/ximage/ximagesink.c: (gst_ximagesink_chain),
30657         (gst_ximagesink_buffer_free), (gst_ximagesink_buffer_alloc):
30658         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain),
30659         (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc):
30660           Make it work with new buffer allocation system.
30661
30662 2004-01-11  Julien MOUTTE  <julien@moutte.net>
30663
30664         * ext/ffmpeg/gstffmpegcolorspace.c: (gst_ffmpegcsp_chain): Fixing the
30665         pad_alloc_buffer implementation to use ->srcpad
30666         * ext/hermes/gstcolorspace.c: (gst_colorspace_chain): Fixing the
30667         pad_alloc_buffer implementation to use ->srcpad
30668         * gst/videoscale/gstvideoscale.c: (gst_videoscale_chain):  Fixing the
30669         pad_alloc_buffer implementation to use ->srcpad
30670         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
30671         (gst_ximagesink_chain), (gst_ximagesink_buffer_free),
30672         (gst_ximagesink_buffer_alloc): Now only use GST_BUFFER_PRIVATE to keep
30673         a reference to everything we need.
30674         * sys/ximage/ximagesink.h: adding a reference to the sink in the image.
30675         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
30676         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_free),
30677         (gst_xvimagesink_buffer_alloc): Now only use GST_BUFFER_PRIVATE to keep
30678         a reference to everything we need.
30679         * sys/xvimage/xvimagesink.h: adding a reference to the sink in the image
30680
30681 2004-01-11  David Schleef  <ds@schleef.org>
30682
30683         * ext/divx/gstdivxenc.c: remove bogus gst_caps_is_fixed() test
30684         * gst/debug/efence.c: (gst_efence_chain), (gst_fenced_buffer_new),
30685         (gst_fenced_buffer_default_copy): Fix for rename of buffer private
30686         structure members.
30687         * gst/effectv/gstwarp.c: (gst_warptv_setup): Don't reset the time
30688         value during a resize/renegotiation.
30689         * gst/videofilter/gstvideofilter.c: (gst_videofilter_chain): use
30690         gst_pad_alloc_buffer();
30691         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get),
30692         (gst_v4lmjpegsrc_buffer_free): Fix for rename of buffer private
30693         structure members.
30694         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get), (gst_v4lsrc_buffer_free):
30695         Fix for rename of buffer private structure members.
30696         * sys/ximage/ximagesink.c: (gst_ximagesink_chain),
30697         (gst_ximagesink_buffer_free), (gst_ximagesink_buffer_alloc):
30698         Fix for rename of buffer private structure members.
30699         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain),
30700         (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc):
30701         Fix for rename of buffer private structure members.
30702
30703 2004-01-11  Arwed v. Merkatz <v.merkatz@gmx.net>
30704
30705         reviewed by: David Schleef <ds@schleef.org>
30706
30707         * gst/videofilter/Makefile.am:
30708         * gst/videofilter/gstgamma.c: Gamma correction filter.  Modified
30709         from the patch by ds to fit in with recent make_filter changes.
30710
30711 2004-01-11  Julien MOUTTE  <julien@moutte.net>
30712
30713         * configure.ac: Adding examples/switch/Makefile
30714         * examples/Makefile.am: Adding examples/switch
30715         * examples/switch/Makefile.am: Adding switcher example.
30716         * examples/switch/switcher.c: (got_eos), (idle_iterate),
30717         (switch_timer), (main): Adding an example demonstrating switch usage
30718         with 2 videotestsrc showing different patterns.
30719         * gst/switch/gstswitch.c: (gst_switch_request_new_pad),
30720         (gst_switch_init): Fixing switch with the new caps system.
30721
30722 2004-01-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
30723
30724         * gst-libs/gst/video/video.h:
30725           Fix 32bit caps. Issue remaining: The macro names are chosen poorly.
30726           They should probably be like
30727           GST_VIDEO_PAD_TEMPLATE_CAPS_{RGB,BGR,RGBx,BGRx}.
30728
30729 2004-01-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
30730
30731         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
30732         (qtdemux_parse_trak):
30733           fix audio chunk size/timestamp calculation
30734
30735 2004-01-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
30736
30737         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps):
30738           fix SVQ3 caps
30739
30740 2004-01-11  Steve Baker  <steve@stevebaker.org>
30741
30742         * gst/effectv/gstaging.c: (gst_agingtv_get_type),
30743         (gst_agingtv_base_init), (gst_agingtv_class_init),
30744         (gst_agingtv_init), (gst_agingtv_setup), (gst_agingtv_rgb32),
30745         (gst_agingtv_set_property), (gst_agingtv_get_property):
30746         Port agingTV to videofilter
30747
30748 2004-01-09  Julien MOUTTE <julien@moutte.net>
30749
30750         * ext/hermes/gstcolorspace.c: (gst_colorspace_chain):
30751         Implementing gst_pad_alloc_buffer to use optimized buffer allocation.
30752
30753 2004-01-09  Julien MOUTTE <julien@moutte.net>
30754
30755         * ext/ffmpeg/gstffmpegcolorspace.c: (gst_ffmpegcsp_chain):
30756         Implementing gst_pad_alloc_buffer to use optimized buffer allocation.
30757         * gst-libs/gst/xoverlay/xoverlay.c:
30758         (gst_x_overlay_got_desired_size): Updating doc for the xid being 0.
30759         * gst/videoscale/gstvideoscale.c: (gst_videoscale_chain):
30760         Implementing gst_pad_alloc_buffer to use optimized buffer allocation.
30761         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
30762         Implementing gst_pad_alloc_buffer to use optimized buffer allocation.
30763         * sys/ximage/ximagesink.c: (gst_ximagesink_chain),
30764         (gst_ximagesink_buffer_free), (gst_ximagesink_buffer_alloc),
30765         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_init): Implementing
30766         the bufferalloc_function to replace bufferpools, fixing the XOverlay
30767         interface implementation to handle xid being 0 and fix some bugs
30768         triggered by Benjamin's testcase.
30769         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain),
30770         (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc),
30771         (gst_xvimagesink_set_xwindow_id), (gst_xvimagesink_init): Implementing
30772         the bufferalloc_function to replace bufferpools, fixing the XOverlay
30773         interface implementation to handle xid being 0 and fix some bugs
30774         triggered by Benjamin's testcase.
30775
30776 2004-01-09  David Schleef  <ds@schleef.org>
30777
30778         * ext/librfb/gstrfbsrc.c:  Hacking.  Added actual decoding and
30779         mouse pointer events.  It works.
30780
30781 2004-01-09  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30782
30783         * ext/divx/gstdivxenc.c: (gst_divxenc_init):
30784           Use explicit caps - fix capsnego.
30785         * ext/xvid/gstxviddec.c:
30786         * ext/xvid/gstxvidenc.c:
30787           Remove macro-inside-macro which caused compile errors.
30788         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_header):
30789           Error out if it's not a RIFF file. Else we error out without
30790           gst_element_error() which is not good...
30791
30792 2004-01-08  David Schleef  <ds@schleef.org>
30793
30794         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_connect):
30795         Fix pad_link function to handle formats that ffmpeg returns
30796         as multiple caps structures.
30797         * gst/videofilter/gstvideofilter.c: (gst_videofilter_chain):
30798         Only complain if source buffer is _smaller_ than expected.
30799         * gst/videoscale/gstvideoscale.c: (gst_videoscale_init),
30800         (gst_videoscale_handle_src_event): Resize navigation events
30801         when passing them upstream.
30802         * gst/videotestsrc/gstvideotestsrc.c:
30803         * gst/videotestsrc/gstvideotestsrc.h:
30804         * gst/videotestsrc/videotestsrc.c:
30805         * gst/videotestsrc/videotestsrc.h:
30806         Rewrite many of the buffer painting functions to handle odd
30807         sizes (for many formats, size%4!=0 or size%8!=0).  Most have
30808         been verified to work with my video card.
30809         * testsuite/gst-lint:  Add check for elements calling
30810         gst_pad_get_caps() instead of gst_pad_get_allowed_caps().
30811
30812 2004-01-08  David Schleef  <ds@schleef.org>
30813
30814         * gst/videodrop/gstvideodrop.c: (gst_videodrop_getcaps),
30815         (gst_videodrop_link), (gst_videodrop_init): Fix negotiation.
30816
30817 2004-01-08  Julien MOUTTE  <julien@moutte.net>
30818
30819         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents): A
30820         configure event is not emiting the desired size signal. That fixes
30821         aspect ratio issues with gst-player.
30822
30823 2004-01-08  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30824
30825         * gst/median/gstmedian.c: (gst_median_link), (gst_median_init):
30826           Fix capsnego.
30827
30828 2004-01-08  Julien MOUTTE  <julien@moutte.net>
30829
30830         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_create): Using XOverlay
30831         public method to fire size signal.
30832
30833 2004-01-07  Julien MOUTTE  <julien@moutte.net>
30834
30835         * examples/gstplay/Makefile.am: Adding the interface library.
30836         * gst-libs/gst/play/Makefile.am: Adding the interface library.
30837         * gst-libs/gst/play/gstplay.c: (gst_play_set_video_sink): Connecting to         the XOverlay size signal instead of GstVideoSink.
30838         * gst-libs/gst/play/gstplay.h: Including the XOverlay interface to check
30839         GST_IS_X_OVERLAY before signal connect.
30840         * gst-libs/gst/video/gstvideosink.c: (gst_videosink_class_init):
30841         Removing the have_video_size signal.
30842         * gst-libs/gst/video/gstvideosink.h: Removing the have_video_size signal
30843         and associated public method.
30844         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents),
30845         (gst_ximagesink_sinkconnect): Using XOverlay public method to fire size
30846         signal.
30847         * sys/xvideo/xvideosink.c: (gst_xvideosink_sinkconnect),
30848         (gst_xvideosink_xwindow_new): Using XOverlay public method to fire size
30849         signal.
30850         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sinkconnect):
30851         Using XOverlay public method to fire size signal.
30852
30853 2004-01-07  David Schleef  <ds@schleef.org>
30854
30855         * gst/videofilter/Makefile.am:
30856         * gst/videofilter/gstvideotemplate.c:
30857         * gst/videofilter/make_filter:
30858         Create gstvideoexample.c in a srcdir!=builddir friendly way.
30859         Convert make_filter to /bin/sh script.
30860
30861 2004-01-07  Thomas Vander Stichele  <thomas at apestaart dot org>
30862
30863         * gst/modplug/gstmodplug.cc: fix element description
30864
30865 2004-01-07  Julien MOUTTE  <julien@moutte.net>
30866
30867         * examples/gstplay/player.c: (got_time_tick), (got_stream_length),
30868         (got_video_size): Adding some new lines in g_print calls.
30869         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new),
30870         (gst_ximagesink_xwindow_destroy), (gst_ximagesink_xwindow_resize),
30871         (gst_ximagesink_handle_xevents), (gst_ximagesink_fixate),
30872         (gst_ximagesink_sinkconnect), (gst_ximagesink_change_state),
30873         (gst_ximagesink_chain), (gst_ximagesink_buffer_new),
30874         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_get_desired_size):
30875         Complete code review, reverting some stuff i disagree with, adding
30876         some fixes : time synchronization on invalid timestamps, renegotiation
30877         of private window.
30878         * sys/ximage/ximagesink.h:
30879         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_destroy),
30880         (gst_xvimagesink_xwindow_resize), (gst_xvimagesink_handle_xevents),
30881         (gst_xvimagesink_get_xv_support), (gst_xvimagesink_xcontext_get),
30882         (gst_xvimagesink_fixate), (gst_xvimagesink_sinkconnect),
30883         (gst_xvimagesink_change_state), (gst_xvimagesink_chain),
30884         (gst_xvimagesink_buffer_new),
30885         (gst_xvimagesink_navigation_send_event),
30886         (gst_xvimagesink_set_xwindow_id),
30887         (gst_xvimagesink_get_desired_size),
30888         (gst_xvimagesink_xoverlay_init): Complete code review, reverting some
30889         stuff i disagree with, adding some fixes : Renegotiation of private
30890         window, implementing get_desired_size.
30891
30892 2004-01-07  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30893
30894         * ext/audiofile/gstafsink.c: (gst_afsink_init), (gst_afsink_chain),
30895         (gst_afsink_handle_event):
30896         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_init):
30897         * gst/avi/gstavimux.c: (gst_avimux_request_new_pad):
30898         * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_init):
30899         * sys/dxr3/dxr3spusink.c: (dxr3spusink_init):
30900         * sys/dxr3/dxr3videosink.c: (dxr3videosink_init):
30901           Fix for instantiate-test (see core). Also remove dead code from
30902           jpegenc (which still needs fixing, but that's lower on my TODO
30903           list...).
30904         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_getcaps):
30905           Never return NULL as caps.
30906
30907 2004-01-07  David Schleef  <ds@schleef.org>
30908
30909         * configure.ac:
30910         * ext/Makefile.am:
30911         * ext/librfb/Makefile.am:
30912         * ext/librfb/gstrfbsrc.c:
30913         New source plugin based on librfb-0.1.  RFB (remote framebuffer)
30914         is the protocol used by VNC.
30915
30916 2004-01-07  David Schleef  <ds@schleef.org>
30917
30918         * gst/videofilter/gstvideotemplate.c:
30919         * gst/videofilter/gstvideotemplate.h:
30920         * gst/videofilter/make_filter:
30921         Merge videotemplate header into source file.
30922         * gst/effectv/Makefile.am:
30923         * gst/effectv/gsteffectv.c: (plugin_init):
30924         * gst/effectv/gstwarp.c:
30925         Make warpTV a subclass of videofilter.
30926
30927 2004-01-07  Benjamin Otte  <in7y118@public.uni-hamburg.de>
30928
30929         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list):
30930           Add guard against invalid utf-8 conversions in mad. Just in case.
30931
30932 2004-01-07  Benjamin Otte  <in7y118@public.uni-hamburg.de>
30933
30934         * sys/oss/gstosssink.c: (gst_osssink_sink_fixate):
30935           Fix for bug shown by poisoning
30936
30937 2004-01-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30938
30939         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get),
30940         (gst_v4lmjpegsrc_buffer_free):
30941         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_palette_to_caps),
30942         (gst_v4lsrc_srcconnect), (gst_v4lsrc_getcaps), (gst_v4lsrc_get),
30943         (gst_v4lsrc_buffer_free):
30944           Fix for removed bufferpools.
30945
30946 2004-01-07  Jan Schmidt  <thaytan@mad.scientist.com>
30947
30948         * ext/dv/gstdvdec.c: (gst_dvdec_loop):
30949         Fix caps negotiation.
30950
30951         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_class_init),
30952         (dvdnavsrc_update_buttoninfo), (dvdnavsrc_get),
30953         (dvdnavsrc_get_event_mask), (dvdnav_handle_navigation_event),
30954         (dvdnavsrc_event):
30955         * ext/mpeg2dec/gstmpeg2dec.c:
30956         * gst-libs/gst/navigation/navigation.c:
30957         (gst_navigation_send_key_event), (gst_navigation_send_mouse_event):
30958         * gst-libs/gst/navigation/navigation.h:
30959         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_handle_src_event):
30960         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents):
30961         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents):
30962         Super-simple first version of mouse and keyboard events. Clicking
30963         on a DVD menu now works, although it may not take you where you
30964         expected.
30965
30966         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_fixate):
30967         * gst/videotestsrc/gstvideotestsrc.c:
30968         (gst_videotestsrc_src_fixate):
30969         These fixate functions were broken - they never actually
30970         fixated :)
30971
30972 2004-01-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30973
30974         * ext/shout/gstshout.c: (gst_icecastsend_base_init),
30975         (gst_icecastsend_init):
30976           fix for new caps system.
30977         * gst-libs/gst/mixer/mixertrack.h:
30978         * sys/oss/gstossmixer.c: (gst_ossmixer_build_list):
30979           Add 'master track' flag (for tools like ACME that only want to
30980           change the main volume).
30981
30982 2004-01-07  Jan Schmidt  <thaytan@mad.scientist.com>
30983
30984         * ext/xvid/gstxvid.c: (gst_xvid_structure_to_csp),
30985         (gst_xvid_csp_to_caps):
30986         * ext/xvid/gstxviddec.c: (gst_xviddec_src_getcaps):
30987         * ext/xvid/gstxvidenc.c:
30988         ifdef out ARGB type when it isn't available
30989         in xvidcore 1.0.0beta2
30990
30991 2004-01-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30992
30993         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_loop):
30994           When we have received a new SCR right in the first buffer after
30995           a seek (so in the same cycle that handles the discont), we should
30996           handle the buffer instead of unreffing it, else we lose data.
30997
30998 2004-01-06  Iain <iain@prettypeople.org>
30999
31000         * gst/intfloat/gstint2float.c (gst_int2float_link): Set the
31001           buffer-frames caps too.
31002
31003         * gst/oneton/gstoneton.c (gst_oneton_sink_connect): Only create the new
31004           caps that we need, don't destroy them all and rebuild them. And when
31005           creating src pads, use the src pad template rather than the sink...
31006
31007 2004-01-05  Ronald Bultje  <rbultje@ronald.bitfreak.net>
31008
31009         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead):
31010           Add pad to element *after* setting functions such as event handler.
31011           Without this, the scheduler (opt) will link pads, set the event
31012           handler from the default event function (dispatcher in gstpad.c)
31013           and *after* that, we will set our own event function, which will
31014           thus never be used (and thus mpegdemux doesn't handle events).
31015
31016 2004-01-04  David Schleef  <ds@schleef.org>
31017
31018         Fix the fixate functions to handle new prototype:
31019         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_fixate):
31020         * gst/videotestsrc/gstvideotestsrc.c:
31021         (gst_videotestsrc_src_fixate):
31022         * sys/oss/gstosssink.c: (gst_osssink_sink_fixate):
31023         * sys/ximage/ximagesink.c: (gst_ximagesink_fixate):
31024         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_fixate):
31025
31026 2004-01-04  Benjamin Otte  <in7y118@public.uni-hamburg.de>
31027
31028         * sys/ximage/ximagesink.h:
31029         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new),
31030         (gst_ximagesink_xwindow_destroy), (gst_ximagesink_sinkconnect),
31031         (gst_ximagesink_change_state), (gst_ximagesink_set_xwindow_id),
31032         (gst_ximagesink_xoverlay_init):
31033           assorted fixes to make (re)embedding work
31034         * sys/ximage/ximagesink.c: (gst_ximagesink_sinkconnect),
31035         (gst_ximagesink_get_desired_size):
31036           implement desired size additions to XOverlay
31037
31038 2004-01-04  Benjamin Otte  <in7y118@public.uni-hamburg.de>
31039
31040         * gst-libs/gst/xoverlay/xoverlay.c: (gst_x_overlay_base_init),
31041         (gst_x_overlay_got_xwindow_id), (gst_x_overlay_get_desired_size),
31042         (gst_x_overlay_got_desired_size):
31043         * gst-libs/gst/xoverlay/xoverlay.h:
31044           Add optional "desired size" signal and querying.
31045
31046 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
31047
31048         * gst/matroska/matroska-demux.c:
31049         (gst_matroska_demux_parse_blockgroup):
31050           Fix EBML-laced block parsing. Diffs are relative to previous
31051           lace, not the first lace. Thanks to Mosu from the Matroska
31052           team for detecting this.
31053         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
31054         (gst_wavparse_parse_fmt), (gst_wavparse_getcaps),
31055         (gst_wavparse_handle_sink_event), (gst_wavparse_loop),
31056         (gst_wavparse_change_state):
31057         * gst/wavparse/gstwavparse.h:
31058           Quickfix for capsnego.
31059
31060 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
31061
31062         * gst/wavenc/gstwavenc.c: (set_property), (gst_wavenc_init):
31063           Fix indenting, fix pad creation.
31064
31065 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
31066
31067         * ext/xvid/gstxviddec.c: (gst_xviddec_init),
31068         (gst_xviddec_src_getcaps), (gst_xviddec_src_link),
31069         (gst_xviddec_sink_link):
31070           Implement src_getcaps() so proper size caps is negotiated.
31071
31072 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
31073
31074         * ext/flac/gstflacdec.c: (gst_flacdec_loop):
31075           Finish flac decoder on EOS. See #116178.
31076
31077 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
31078
31079         * gst/matroska/matroska-demux.c: (gst_matroska_demux_src_getcaps),
31080         (gst_matroska_demux_add_stream):
31081         * gst/matroska/matroska-ids.h:
31082           Add getcaps() function to fix capsnego...
31083
31084 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
31085
31086         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead),
31087         (gst_mpeg_demux_parse_packet), (gst_mpeg_demux_parse_pes):
31088         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_parse_packhead):
31089           Fix more integer overflows. Again, see #126967.
31090
31091 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
31092
31093         * ext/mpeg2dec/gstmpeg2dec.c:
31094           Add support for mpeg2dec-0.4.0 (released two weeks ago). See
31095           #130416.
31096
31097 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
31098
31099         * configure.ac:
31100         * ext/xvid/gstxvid.c: (gst_xvid_init), (gst_xvid_error),
31101         (gst_xvid_structure_to_csp), (gst_xvid_csp_to_caps):
31102         * ext/xvid/gstxvid.h:
31103         * ext/xvid/gstxviddec.c: (gst_xviddec_class_init),
31104         (gst_xviddec_init), (gst_xviddec_setup), (gst_xviddec_chain),
31105         (gst_xviddec_src_link), (gst_xviddec_sink_link),
31106         (gst_xviddec_change_state):
31107         * ext/xvid/gstxviddec.h:
31108         * ext/xvid/gstxvidenc.c: (gst_xvidenc_profile_get_type),
31109         (gst_xvidenc_base_init), (gst_xvidenc_class_init),
31110         (gst_xvidenc_init), (gst_xvidenc_setup), (gst_xvidenc_chain),
31111         (gst_xvidenc_link), (gst_xvidenc_set_property),
31112         (gst_xvidenc_get_property), (gst_xvidenc_change_state):
31113         * ext/xvid/gstxvidenc.h:
31114           Update xvid plugin to latest xvid (1.0.0-beta3) API.
31115
31116 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
31117
31118         * gst/rtp/rtp-packet.c:
31119           Add sys/types.h include, since OS X doesn't define in_addr_t
31120           in netinet/in.h, like it does on Linux (see #129600).
31121
31122 2004-01-03  Thomas Canty <tommydal@optushome.com.au>
31123
31124         reviewed by: Ronald Bultje  <rbultje@ronald.bitfreak.net>
31125
31126         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_dispose):
31127           Correct logic of dispose function (see #129306).
31128
31129 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
31130
31131         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_pes):
31132         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_class_init),
31133         (gst_mpeg_parse_init):
31134         * gst/mpegstream/gstmpegparse.h:
31135           Remove clock (which was never provided, i.e. dead code), and
31136           also fix integer overflows at high PTS values (see #126967).
31137
31138 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
31139
31140         * ext/flac/gstflacdec.c:
31141         * ext/libpng/gstpngenc.h:
31142         * ext/mikmod/gstmikmod.h:
31143           OS X fixes (see #126628).
31144
31145 2004-01-02  David Schleef  <ds@schleef.org>
31146
31147         * ext/alsa/gstalsasrc.c: (gst_alsa_src_pad_factory),
31148         (gst_alsa_src_base_init): Remove bogus "src" request pad.
31149         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_base_init),
31150         (gst_mpeg_parse_class_init): Move pad template registration
31151         to class_init, since the derived class (mpegdemux) doesn't
31152         want them.
31153
31154 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
31155
31156         * sys/ximage/Makefile.am:
31157         * sys/xvideo/Makefile.am:
31158         * sys/xvimage/Makefile.am:
31159           Move interface libs from LDFLAGS to LIBADD, fix relocation errors
31160           after installation (see #127664).
31161
31162 2004-01-02  David Schleef  <ds@schleef.org>
31163
31164         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_init),
31165         (gst_ffmpegenc_connect):  Negotiation fixes.
31166         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_negotiate_format):
31167         Remove inappropriate gst_caps_free().
31168         * sys/ximage/ximagesink.c: (gst_ximagesink_sinkconnect):
31169         Reenable Ronald's internal resize code, since the core handles
31170         it correctly now.
31171
31172 2004-01-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
31173
31174         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_init):
31175         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_init):
31176         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_base_init), (gst_v4lsrc_init):
31177           Fix pad template stuff.
31178
31179 2004-01-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
31180
31181         * gst/matroska/ebml-read.c: (gst_ebml_read_sint):
31182         * gst/matroska/ebml-write.c: (gst_ebml_write_sint):
31183           fix signed integer reading/writing.
31184
31185 2004-01-02  Benjamin Otte  <in7y118@public.uni-hamburg.de>
31186
31187         * ext/alsa/README:
31188           Remove outdated document
31189
31190 2004-01-03  Jan Schmidt  <thaytan@mad.scientist.com>
31191
31192         * gst/cutter/gstcutter.c: (gst_cutter_init):
31193           src pad was being created twice - oops.
31194
31195 2004-01-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
31196
31197         * sys/ximage/ximagesink.c: (gst_ximagesink_sinkconnect):
31198           Comment out internal resize. It doesn't handle the resulting
31199           XEvent internally, does another try_set_caps() which leads to
31200           a really nice loop.
31201           Real fix will come when Julien and Dave are awake. ;).
31202
31203 2004-01-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
31204
31205         * ext/mpeg2enc/gstmpeg2enc.cc:
31206           fix const/nonconst compile issue.
31207
31208 2004-01-02  David Schleef  <ds@schleef.org>
31209
31210         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_fixate),
31211         (gst_xvimagesink_sinkconnect), (gst_xvimagesink_init):
31212         Add fixate function and a check for bad formats.
31213
31214 2004-01-01  David Schleef  <ds@schleef.org>
31215
31216         Negotiation fixes:
31217         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link),
31218         (gst_audiofilter_init):
31219         * gst/debug/efence.c: (gst_efence_init):
31220         * gst/deinterlace/gstdeinterlace.c: (gst_deinterlace_link),
31221         (gst_deinterlace_init):
31222         * gst/volume/gstvolume.c: (volume_connect):
31223
31224 2004-01-01  David Schleef  <ds@schleef.org>
31225
31226         Convert elements to use gst_pad_use_explicit_caps() where
31227         appropriate:
31228         * ext/a52dec/gsta52dec.c: (gst_a52dec_init), (gst_a52dec_reneg):
31229         * ext/audiofile/gstafparse.c: (gst_afparse_init),
31230         (gst_afparse_open_file):
31231         * ext/audiofile/gstafsrc.c: (gst_afsrc_init),
31232         (gst_afsrc_open_file):
31233         * ext/esd/esdmon.c: (gst_esdmon_init), (gst_esdmon_get):
31234         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_init),
31235         (gst_ffmpegdec_chain):
31236         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_loop):
31237         * ext/flac/gstflacdec.c: (gst_flacdec_init), (gst_flacdec_write):
31238         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_init),
31239         (gst_gdk_pixbuf_chain):
31240         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_init), (gst_jpegdec_link),
31241         (gst_jpegdec_chain):
31242         * ext/mad/gstmad.c: (gst_mad_init), (gst_mad_chain):
31243         * ext/mikmod/gstmikmod.c: (gst_mikmod_init),
31244         (gst_mikmod_negotiate):
31245         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_init),
31246         (gst_mpeg2dec_negotiate_format):
31247         * ext/mpeg2enc/gstmpeg2enc.cc:
31248         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
31249         * ext/speex/gstspeexdec.c: (gst_speexdec_init),
31250         (gst_speexdec_sinkconnect):
31251         * ext/swfdec/gstswfdec.c: (gst_swfdec_loop), (gst_swfdec_init):
31252         * ext/vorbis/vorbisfile.c: (gst_vorbisfile_init),
31253         (gst_vorbisfile_new_link):
31254         * gst/ac3parse/gstac3parse.c: (gst_ac3parse_init),
31255         (gst_ac3parse_chain):
31256         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_add_audio_stream),
31257         (gst_asf_demux_setup_pad):
31258         * gst/auparse/gstauparse.c: (gst_auparse_init),
31259         (gst_auparse_chain):
31260         * gst/id3/gstid3types.c: (gst_id3types_loop):
31261         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream):
31262         * gst/mpeg1videoparse/gstmp1videoparse.c: (gst_mp1videoparse_init),
31263         (mp1videoparse_parse_seq):
31264         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_init),
31265         (bpf_from_header):
31266         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead),
31267         (gst_mpeg_demux_parse_pes), (gst_mpeg_demux_lpcm_set_caps):
31268         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_init),
31269         (gst_mpeg_parse_send_data):
31270         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
31271         (gst_qtdemux_add_stream):
31272         * gst/realmedia/rmdemux.c: (gst_rmdemux_add_stream):
31273         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
31274         (gst_wavparse_parse_fmt):
31275
31276 2004-01-01  Ronald Bultje  <rbultje@ronald.bitfreak.net>
31277
31278         * configure.ac:
31279           Fix configure check for mpeg2enc. We need 1.6.1.93 instead of
31280           1.6.1.92, since the pkg-config file of 1.6.1.92 is borked and
31281           it therefore uses the wrong include paths. Too bad... Note
31282           that 1.6.1.93 is not release yet. ;).
31283           Also add a check for mplex, which is now using the lib'ified
31284           mplex from mjpegtools, too.
31285         * ext/ffmpeg/gstffmpegcodecmap.c:
31286           Add codec_tag for 3ivx/xvid. For xvid, this should fix playback
31287           issues. I don't think ffmpeg handles 3ivx correctly, so this
31288           probably won't work. But it won't hurt either.
31289         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_connect),
31290         (gst_ffmpegdec_chain):
31291         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_connect),
31292         (gst_ffmpegenc_chain_audio):
31293           Fix memleak in audio encoding. Close codec if open fails, this
31294           calls the cleanup routines so we can re-use the context.
31295         * ext/mpeg2enc/gstmpeg2enc.cc:
31296           Fix pad template names/types, fix memory issue with getcaps().
31297         * ext/mpeg2enc/gstmpeg2encoder.cc:
31298         * ext/mpeg2enc/gstmpeg2encoder.hh:
31299           Fix compile issue with new caps system (const thingy).
31300         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
31301         * ext/mpeg2enc/gstmpeg2encpicturereader.hh:
31302           We read a first frame right on initing, so that we have a caps
31303           when we init the output. This caps is cached in padprivate and
31304           read as first frame.
31305         * ext/mplex/Makefile.am:
31306         * ext/mplex/gstmplex.cc:
31307         * ext/mplex/gstmplex.h:
31308         * ext/mplex/gstmplex.hh:
31309         * ext/mplex/gstmplexibitstream.cc:
31310         * ext/mplex/gstmplexibitstream.hh:
31311         * ext/mplex/gstmplexjob.cc:
31312         * ext/mplex/gstmplexjob.hh:
31313         * ext/mplex/gstmplexoutputstream.cc:
31314         * ext/mplex/gstmplexoutputstream.hh:
31315           We wrap mjpegtools mplex. So I rewrote the plugin. The old plugin
31316           had issues, didn't do capsnego, supported only a subset of the
31317           mplex features and required a mplex fork in our local CVS. Plus
31318           that it worked agaist a very old mplex version. Rewriting was
31319           faster than updating it.
31320         * gst-libs/ext/Makefile.am:
31321         * gst-libs/ext/mplex/INSTRUCT:
31322         * gst-libs/ext/mplex/Makefile.am:
31323         * gst-libs/ext/mplex/README:
31324         * gst-libs/ext/mplex/TODO:
31325         * gst-libs/ext/mplex/ac3strm_in.cc:
31326         * gst-libs/ext/mplex/audiostrm.hh:
31327         * gst-libs/ext/mplex/audiostrm_out.cc:
31328         * gst-libs/ext/mplex/aunit.hh:
31329         * gst-libs/ext/mplex/bits.cc:
31330         * gst-libs/ext/mplex/bits.hh:
31331         * gst-libs/ext/mplex/buffer.cc:
31332         * gst-libs/ext/mplex/buffer.hh:
31333         * gst-libs/ext/mplex/fastintfns.h:
31334         * gst-libs/ext/mplex/format_codes.h:
31335         * gst-libs/ext/mplex/inputstrm.cc:
31336         * gst-libs/ext/mplex/inputstrm.hh:
31337         * gst-libs/ext/mplex/lpcmstrm_in.cc:
31338         * gst-libs/ext/mplex/mjpeg_logging.cc:
31339         * gst-libs/ext/mplex/mjpeg_logging.h:
31340         * gst-libs/ext/mplex/mjpeg_types.h:
31341         * gst-libs/ext/mplex/mpastrm_in.cc:
31342         * gst-libs/ext/mplex/mpegconsts.cc:
31343         * gst-libs/ext/mplex/mpegconsts.h:
31344         * gst-libs/ext/mplex/mplexconsts.hh:
31345         * gst-libs/ext/mplex/multplex.cc:
31346         * gst-libs/ext/mplex/outputstream.hh:
31347         * gst-libs/ext/mplex/padstrm.cc:
31348         * gst-libs/ext/mplex/padstrm.hh:
31349         * gst-libs/ext/mplex/stillsstream.cc:
31350         * gst-libs/ext/mplex/stillsstream.hh:
31351         * gst-libs/ext/mplex/systems.cc:
31352         * gst-libs/ext/mplex/systems.hh:
31353         * gst-libs/ext/mplex/vector.cc:
31354         * gst-libs/ext/mplex/vector.hh:
31355         * gst-libs/ext/mplex/videostrm.hh:
31356         * gst-libs/ext/mplex/videostrm_in.cc:
31357         * gst-libs/ext/mplex/videostrm_out.cc:
31358         * gst-libs/ext/mplex/yuv4mpeg.cc:
31359         * gst-libs/ext/mplex/yuv4mpeg.h:
31360         * gst-libs/ext/mplex/yuv4mpeg_intern.h:
31361         * gst-libs/ext/mplex/yuv4mpeg_ratio.cc:
31362           We don't fork mjpegtools' mplex in our CVS anymore.
31363         * gst/avi/gstavidemux.c: (gst_avi_demux_src_getcaps),
31364         (gst_avi_demux_add_stream):
31365         * gst/avi/gstavidemux.h:
31366           Add getcaps() function for proper caps nego. This makes some
31367           parts of AVI playback/reading work.
31368         * sys/ximage/ximagesink.c: (gst_ximagesink_sinkconnect):
31369           Resize window on new capsnego. This is probably wrong, but
31370           I'm still committing it because with current capsnego, the
31371           first successfull capsnego is auto-fixated, therefore rounded
31372           down to the lowest values in the caps. this results in a 16x16
31373           XWindow that is not reized when real capsnego finishes.
31374           Dave, I see more cases of this, do you know a proper solution?
31375         * tools/gst-launch-ext.in:
31376           Fix MPEG-4 AAC (Apple iPod/iTunes) file commandline.
31377
31378 2003-12-31  David Schleef  <ds@schleef.org>
31379
31380         * gst/tcp/gsttcpsrc.c: (gst_tcpsrc_get):
31381         * gst/udp/gstudpsrc.c: (gst_udpsrc_get):
31382           Change gst_pad_proxy_link() to gst_pad_try_set_caps()
31383
31384 2003-12-30  David Schleef  <ds@schleef.org>
31385
31386         * ext/ffmpeg/gstffmpegcolorspace.c:
31387         (gst_ffmpegcsp_caps_remove_format_info), (gst_ffmpegcsp_getcaps),
31388         (gst_ffmpegcsp_pad_link), (gst_ffmpegcsp_init),
31389         (gst_ffmpegcsp_chain): Negotiation fixes
31390         * ext/mad/gstmad.c: (gst_mad_chain): Negotiation fixes
31391         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
31392         (gst_audio_convert_link), (gst_audio_convert_channels):
31393         * gst/audioscale/gstaudioscale.c: (gst_audioscale_getcaps),
31394         (gst_audioscale_link), (gst_audioscale_get_buffer),
31395         (gst_audioscale_chain): Negotiation fixes
31396         * gst/audioscale/gstaudioscale.h:
31397         * gst/videofilter/gstvideofilter.c:
31398         (gst_videofilter_format_get_structure), (gst_videofilter_getcaps),
31399         (gst_videofilter_link), (gst_videofilter_init),
31400         (gst_videofilter_set_output_size), (gst_videofilter_setup),
31401         (gst_videofilter_find_format_by_structure):
31402         * gst/videofilter/gstvideofilter.h: Negotiation fixes
31403         * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps),
31404         (gst_videoscale_link):
31405         * gst/videoscale/videoscale.c: (videoscale_get_structure),
31406         (videoscale_find_by_structure), (gst_videoscale_setup):
31407         * gst/videoscale/videoscale.h: Negotiation fixes
31408         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents),
31409         (gst_ximagesink_fixate), (gst_ximagesink_init): Add a fixate
31410         function, restrict resizing to a multiple of 4 (hack until
31411         everyone supports odd sizes correctly).
31412
31413 2003-12-29  Colin Walters  <walters@verbum.org>
31414
31415         * ext/esd/esdsink.c (gst_esdsink_link): Fix typo; get depth instead of
31416         signed.
31417
31418 2003-12-30  Jan Schmidt <thaytan@mad.scientist.com>
31419
31420         * ext/sndfile/gstsf.c: (gst_sf_loop):
31421           Fix warning about discarding const qualifier
31422
31423 2003-12-27  Jeremy Simon   <jesimon@libertysurf.fr>
31424
31425         * gst/cutter/gstcutter.c:
31426         * gst/videoscale/gstvideoscale.c:
31427         * gst/volenv/gstvolenv.c:
31428         * gst-libs/gst/audio/audio.c:
31429         * gst-libs/gst/video/video.c:
31430           Fix warnings
31431
31432 2003-12-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
31433
31434         * ext/alsa/gstalsa.c: (gst_alsa_open_audio):
31435           Don't send ALSA debugging to stderr.
31436         * ext/alsa/gstalsa.h:
31437           Use GST_WARNING instead of g_warning when ALSA functions fail.
31438
31439 2003-12-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
31440
31441         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
31442           Free XVAdapterInfo correctly.
31443
31444 2003-12-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
31445
31446         * ext/mad/gstid3tag.c: (gst_id3_tag_add_src_pad),
31447         (gst_id3_tag_do_caps_nego), (gst_id3_tag_src_link):
31448           Make id3tag use correct caps nego.
31449
31450 2003-12-27  Amaury Jacquot <sxpert@esitcom.org>
31451
31452         * ext/ivorbis/vorbis.c:
31453         * ext/ivorbis/vorbisenc.h:
31454         * ext/ivorbis/vorbisfile.c:
31455           Modify so that it uses the new caps things
31456
31457 2003-12-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
31458
31459         * testsuite/spider/spider1.c: (main):
31460         * testsuite/spider/spider2.c: (main):
31461         * testsuite/spider/spider3.c: (main):
31462           Make tests compile again. They probably don't work.
31463
31464 2003-12-24  Colin Walters  <walters@verbum.org>
31465
31466         * sys/oss/gstosssink.c (gst_osssink_sink_fixate): Return NULL if
31467         we can't fixate the caps anymore.
31468
31469 2003-12-23  David Schleef  <ds@schleef.org>
31470
31471         * gst/volume/gstvolume.c: (volume_init): Proxy getcaps.
31472         * sys/oss/gstosssink.c: (gst_osssink_init),
31473         (gst_osssink_sink_fixate): Add fixate function.
31474
31475 2003-12-24  Ronald Bultje  <rbultje@ronald.bitfreak.net>
31476
31477         * ext/ffmpeg/gstffmpegcodecmap.c:
31478         * ext/ffmpeg/gstffmpegcolorspace.c: (gst_ffmpegcsp_getcaps),
31479         (gst_ffmpegcsp_srcconnect_func), (gst_ffmpegcsp_sinkconnect),
31480         (gst_ffmpegcsp_srcconnect), (gst_ffmpegcsp_get_type),
31481         (gst_ffmpegcsp_base_init), (gst_ffmpegcsp_class_init),
31482         (gst_ffmpegcsp_init), (gst_ffmpegcsp_chain),
31483         (gst_ffmpegcsp_change_state), (gst_ffmpegcsp_set_property),
31484         (gst_ffmpegcsp_get_property), (gst_ffmpegcsp_register):
31485           fix typo in RGB masks, and move back to "old" colorspace
31486           capsnego code until whoever wrote this new crap has actually
31487           tested it so that it works.
31488           And yes, this works, keep it that way please.
31489
31490 2003-12-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
31491
31492         * ext/divx/gstdivxdec.c: (gst_divxdec_base_init),
31493         (gst_divxdec_init), (gst_divxdec_negotiate):
31494         * ext/divx/gstdivxdec.h:
31495         * ext/divx/gstdivxenc.c: (gst_divxenc_base_init),
31496         (gst_divxenc_init):
31497         * ext/faac/gstfaac.c: (gst_faac_base_init), (gst_faac_init),
31498         (gst_faac_sinkconnect), (gst_faac_srcconnect):
31499         * ext/mpeg2enc/gstmpeg2enc.cc:
31500         * ext/mpeg2enc/gstmpeg2encoder.cc:
31501         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
31502         * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_base_init),
31503         (dxr3audiosink_init), (dxr3audiosink_pcm_sinklink):
31504         * sys/dxr3/dxr3spusink.c: (dxr3spusink_base_init),
31505         (dxr3spusink_init):
31506         * sys/dxr3/dxr3videosink.c: (dxr3videosink_base_init),
31507         (dxr3videosink_init):
31508           Fix caps breakage after Dave's caps branch merge.
31509
31510 2003-12-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
31511
31512         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
31513           Fix for 24bpp display.
31514
31515 2003-12-23  Colin Walters  <walters@verbum.org>
31516
31517         * ext/gnomevfs/gstgnomevfssink.c: Add ARG_HANDLE property that takes
31518         a GnomeVFSHandle directly.
31519
31520 2003-12-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
31521
31522         * gst/volume/Makefile.am:
31523         * gst/volume/gstvolume.c: (volume_connect), (volume_parse_caps),
31524         (volume_base_init), (volume_init):
31525           Reenable volume element and fix to work with new caps stuff.
31526           Rhythmbox needs this.
31527
31528 2003-12-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
31529
31530         * gst/qtdemux/qtdemux.c: (plugin_init):
31531           qtdemux requires bytestream
31532
31533 2003-12-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
31534
31535         * ext/alsa/gstalsa.c: (gst_alsa_get_caps), (gst_alsa_link):
31536           Fix remaining caps handling errors due to CAPS merge.
31537
31538 2003-12-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
31539
31540         * ext/faad/gstfaad.c: (gst_faad_base_init), (gst_faad_init),
31541         (gst_faad_sinkconnect), (gst_faad_srcgetcaps),
31542         (gst_faad_srcconnect):
31543           Port to new caps system.
31544
31545 2003-12-21  Julien MOUTTE  <julien@moutte.net>
31546
31547         * examples/gstplay/player.c: (got_time_tick), (got_stream_length),
31548         (got_video_size), (main): using g_print instead of g_message.
31549         * gst-libs/gst/play/gstplay.c: (gst_play_pipeline_setup): Fixing EOS
31550         signal which was not emitted because of "switch" element added to the
31551         bin but not connected. (Removing from the bin temporarily)
31552
31553 2003-12-21  Julien MOUTTE  <julien@moutte.net>
31554
31555         * configure.ac: X_DISPLAY_MISSING is set to 1 if AC_PATH_XTRA fails to
31556         find X development files. I don't understand the previous tests and
31557         they fail on my debian/ppc unstable. This one works.
31558         * examples/gstplay/player.c: (main): Set the pipeline to READY before
31559         exiting.
31560         * gst-libs/gst/play/gstplay.c: (gst_play_get_length_callback),
31561         (gst_play_set_video_sink), (gst_play_set_audio_sink),
31562         (gst_play_set_visualization): Add some safety checks in set_ methods
31563         and state_change. This was throwing some ugly CRITICAL messages when
31564         pipeline was getting disposed and casts were failing.
31565
31566 2003-12-21  Ronald Bultje  <rbultje@ronald.bitfreak.net>
31567
31568         * configure.ac:
31569           Improve mpeg2enc detection. This is for distributions that do
31570           ship mjpegtools, but without mpeg2enc. Also does object check
31571           for might there ever be ABI incompatibility.
31572         * ext/mpeg2enc/gstmpeg2enc.cc:
31573           Add Andrew as second maintainer (he's helping me), and also add
31574           an error if no caps was set. This happens if I pull before capsnego
31575           and that's something I should solve sometime else.
31576         * gst/matroska/matroska-demux.c:
31577         (gst_matroska_demux_parse_blockgroup):
31578           Fix time parsing.
31579         * gst/matroska/matroska-mux.c: (gst_matroska_mux_audio_pad_link),
31580         (gst_matroska_mux_track_header):
31581           Add caps to templates.
31582         * gst/mpegaudioparse/gstmpegaudioparse.c: (mp3_sink_factory):
31583           Add mpegversion=1 to prevent confusion with MPEG/AAC.
31584         * gst/mpegstream/gstmpegdemux.c:
31585           Remove layer since it causes warnings about unfixed caps.
31586         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
31587           Fix obvious typo (we error out if caps were set, we should of
31588           course error out if *no* caps were set).
31589         * sys/oss/gstosselement.c: (gst_osselement_convert):
31590           Fix format conversion, we confused bits/bytes.
31591         * sys/oss/gstosselement.h:
31592           Improve documentation for 'bps'.
31593         * sys/v4l/TODO:
31594           Remove stuff about plugins that need removing - this was done
31595           ages ago.
31596         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_init),
31597         (gst_v4lmjpegsrc_src_convert), (gst_v4lmjpegsrc_src_query):
31598         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_init), (gst_v4lsrc_src_convert),
31599         (gst_v4lsrc_src_query):
31600         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_init),
31601         (gst_v4l2src_src_convert), (gst_v4l2src_src_query):
31602           Add get_query_types(), get_formats() and query() functions.
31603
31604 2003-12-21  Thomas Vander Stichele  <thomas at apestaart dot org>
31605
31606         * ChangeLog: moved to gstreamer/docs/random/old/ChangeLog.gst-plugins
31607           * moved CVS to freedesktop.org