I'm too lazy to comment this
[platform/upstream/gstreamer.git] / ChangeLog
1 2007-03-10  Sebastien Moutte  <sebastien@moutte.net>
2
3         * gst-libs/gst/audio/gstbaseaudiosink.c:(gst_base_audio_sink_render):
4         Use gst_guint64_to_gdouble for conversion.
5         * win32/MANIFEST:
6         Add new files to the win32 MANIFEST.
7         * win32/common/libgstaudio.def:
8         * win32/common/libgstpbutils.def:
9         Add new exported functions.
10         * win32/vs6/gst_plugins_base.dsw:
11         * win32/vs6/libgstdecodebin.dsp:
12         * win32/vs6/libgstplaybin.dsp:
13         Change the link to libgstpbutils.lib.
14         * win32/vs6/libgstdecodebin2.dsp:
15         Add a new project for decodebin2.
16         * win32/vs6/libgstpbutils.dsp:
17         Add a new project for pbutils.
18
19 2007-03-10  Tim-Philipp Müller  <tim at centricular dot net>
20
21         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add):
22           Also accept partial dates with only year and month,
23           like 1999-12-00 (fixes #410396 even more).
24
25         * tests/check/libs/tag.c: (GST_START_TEST):
26           Add unit test for the above.
27
28 2007-03-10  Tim-Philipp Müller  <tim at centricular dot net>
29
30         * tests/check/elements/subparse.c: (GST_START_TEST),
31         (subparse_suite):
32           Add unit test for MPL2 subtitle format (#413799).
33
34 2007-03-10  Tim-Philipp Müller  <tim at centricular dot net>
35
36         Patch by: Kamil Pawlowski  <kamilpe gmail com>
37
38         * gst/subparse/Makefile.am:
39         * gst/subparse/gstsubparse.c:
40         (gst_sub_parse_data_format_autodetect),
41         (gst_sub_parse_format_autodetect), (gst_sub_parse_sink_event),
42         (gst_subparse_type_find):
43         * gst/subparse/gstsubparse.h:
44         * gst/subparse/mpl2parse.c: (mpl2_parse_line), (parse_mpl2):
45         * gst/subparse/mpl2parse.h:
46           Add support for MPL2 subtitle format (#413799).
47
48 2007-03-09  Tim-Philipp Müller  <tim at centricular dot net>
49
50         * configure.ac:
51           We require core CVS for the new buffer metadata copy functions.
52
53 2007-03-09  Wim Taymans  <wim@fluendo.com>
54
55         * gst-libs/gst/tag/gstid3tag.c:
56         Add read support for GST_TAG_MUSICBRAINZ_SORTNAME (TSOP) tag.
57         Fixes #414496.
58
59         Patch by: Alex Lancaster <alexl at users sourceforge net>
60
61 2007-03-09  Wim Taymans  <wim@fluendo.com>
62
63         * ext/libvisual/visual.c: (gst_visual_sink_setcaps),
64         (gst_vis_src_negotiate), (get_buffer), (gst_visual_chain):
65         Improve adapter usage and comments.
66
67 2007-03-09  Wim Taymans  <wim@fluendo.com>
68
69         * ext/pango/gsttextrender.c: (gst_text_render_chain):
70         * ext/vorbis/vorbistag.c: (gst_vorbis_tag_parse_packet):
71         * gst-libs/gst/netbuffer/gstnetbuffer.c: (gst_netbuffer_copy):
72         Use new metadata copy function.
73
74         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
75         (gst_ffmpegcsp_transform):
76         * gst/videoscale/gstvideoscale.c: (gst_video_scale_transform):
77         Basetransform copied the metadata for us.
78
79 2007-03-09  Tim-Philipp Müller  <tim at centricular dot net>
80
81         * ext/pango/gsttextoverlay.c: (gst_text_overlay_text_event),
82         (gst_text_overlay_video_event):
83           Some more logging. Only accept newsegment events in TIME format and
84           send a WARNING message if they are not in TIME format.
85
86         * gst/subparse/gstsubparse.c: (gst_sub_parse_dispose),
87         (gst_sub_parse_init), (gst_sub_parse_src_event), (handle_buffer),
88         (gst_sub_parse_chain), (gst_sub_parse_sink_event):
89         * gst/subparse/gstsubparse.h:
90           No need to allocate GstSegment structure dynamically, just put it
91           into the instance structure; ignore newsegment events in BYTE
92           format and in particular don't let it overwrite our saved TIME
93           segment from the last seek.
94
95 2007-03-09  Michael Smith  <msmith@fluendo.com>
96
97         * gst/typefind/gsttypefindfunctions.c: (ac3_type_find):
98           Replace AC3 typefinder with one that isn't terrible, and actually
99           works usefully.
100
101 2007-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
102
103         * gst/audioconvert/gstaudioconvert.c:
104         (gst_audio_convert_transform):
105           fix error category and translatable string
106           
107
108 2007-03-09  Tim-Philipp Müller  <tim at centricular dot net>
109
110         * pkgconfig/gstreamer-plugins-base-uninstalled.pc.in:
111         * pkgconfig/gstreamer-plugins-base.pc.in:
112           Fix up utils => pbutils here too.
113
114 2007-03-09  Tim-Philipp Müller  <tim at centricular dot net>
115
116         * gst/subparse/gstsubparse.c: (handle_buffer):
117           Break out of loop in chain function as soon as possible if we get
118           a non-OK flow return.
119
120 2007-03-08  Jan Schmidt  <thaytan@mad.scientist.com>
121
122         * tests/check/elements/alsa.c: (GST_START_TEST):
123         Unref the mixer if the state change fails too (if the
124         alsa devices are inaccessible, for example)
125
126 2007-03-08  Jan Schmidt  <thaytan@mad.scientist.com>
127
128         * tests/check/Makefile.am:
129         Don't test libvisual elements in the states check, because libvisual
130         seems to leak internally.
131
132         Re-enable the alsa and states tests now that there's new suppressions
133         in gst.supp.
134
135         * tests/check/elements/alsa.c: (GST_START_TEST):
136         Don't leak the alsamixer we instantiated.
137
138 2007-03-08  Jan Schmidt  <thaytan@mad.scientist.com>
139
140         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_clear),
141         (gst_ximagesink_change_state), (gst_ximagesink_reset),
142         (gst_ximagesink_finalize):
143         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state),
144         (gst_xvimagesink_reset), (gst_xvimagesink_finalize):
145         Move some cleanup stuff from the state change handler into a _reset()
146         function that can be called from _finalize(). This ensures that things
147         get freed even if (for some reason) the NULL->READY state transition
148         fails in the parent class.
149         Even if a parent state change fails, process our downward state change
150         logic instead of bailing out early.
151         Free the correct xcontext pointer in ximagesink's xcontext_clear.
152
153 2007-03-08  Jan Schmidt  <thaytan@mad.scientist.com>
154
155         * ext/alsa/gstalsasink.c: (gst_alsasink_open):
156         Extra log line.
157
158         * ext/pango/gstclockoverlay.c: (gst_clock_overlay_init):
159         * ext/pango/gsttimeoverlay.c: (gst_time_overlay_init):
160         Use pango_font_description_set_family_static instead of 
161         pango_font_description_set_family to save a string copy (it was
162         leaking due to the strdup anyway)
163
164         * gst/tcp/gsttcpclientsink.c: (gst_tcp_client_sink_finalize):
165         * gst/tcp/gsttcpclientsrc.c: (gst_tcp_client_src_finalize):
166         * gst/tcp/gsttcpserversink.c: (gst_tcp_server_sink_finalize):
167         * gst/tcp/gsttcpserversrc.c: (gst_tcp_server_src_finalize):
168         Chain up in finalize.
169
170 2007-03-07  Tim-Philipp Müller  <tim at centricular dot net>
171
172         * gst-libs/gst/interfaces/mixertrack.c:
173         (gst_mixer_track_class_init), (gst_mixer_track_get_property),
174         (gst_mixer_track_set_property):
175           API: add "untranslated-label" property which should be set by
176           implementations at construct time (#414645).
177
178         * ext/alsa/gstalsamixeroptions.c: (gst_alsa_mixer_options_new):
179         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
180           Set "untranslated-label" when constructing mixer track objects.
181
182         * tests/check/elements/alsa.c: (GST_START_TEST), (alsa_suite):
183           Unit test to check the above.
184
185 2007-03-07  Wim Taymans  <wim@fluendo.com>
186
187         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_read_chain):
188         Fix confusing debug message.
189
190 2007-03-07  Jan Schmidt  <thaytan@mad.scientist.com>
191
192         * gst-plugins-base.doap:
193         update doap file with new version
194
195 2007-03-07  Jan Schmidt  <thaytan@mad.scientist.com>
196
197         * configure.ac:
198         Back to CVS
199
200 === release 0.10.12 ===
201
202 2007-03-07  Jan Schmidt <thaytan@mad.scientist.com>
203
204         * configure.ac:
205           releasing 0.10.12, "Zombie Horde"
206
207 2007-03-06  Jan Schmidt  <thaytan@mad.scientist.com>
208
209         * configure.ac:
210         Bump version to 0.10.11.4 pre-release
211
212 2007-03-06  Wim Taymans  <wim@fluendo.com>
213
214         * gst-libs/gst/audio/gstbaseaudiosink.c:
215         (gst_base_audio_sink_async_play):
216         Fix regression that made GStreamer skip the first samples of audio.
217         Fixes #414684.
218
219 2007-03-05  Jan Schmidt  <thaytan@mad.scientist.com>
220
221         * configure.ac:
222         Bump version to 0.10.11.3 pre-release
223
224 2007-03-05  Sebastian Dröge  <slomo@circular-chaos.org>
225
226         * po/POTFILES.in:
227           Update paths for the rename from utils to pbutils to fix the build.
228
229 2007-03-05  Tim-Philipp Müller  <tim at centricular dot net>
230
231         * gst-libs/gst/pbutils/Makefile.am:
232           Change directory to install headers in from gst/utils to gst/pbutils
233           as well.
234
235 2007-03-05  Thomas Vander Stichele  <thomas at apestaart dot org>
236
237         * configure.ac:
238         * docs/libs/gst-plugins-base-libs-docs.sgml:
239         * docs/libs/gst-plugins-base-libs-sections.txt:
240         * gst-libs/gst/Makefile.am:
241         * gst-libs/gst/interfaces/mixer.c:
242         * gst-libs/gst/pbutils/Makefile.am:
243         * gst-libs/gst/pbutils/descriptions.c:
244         (gst_pb_utils_get_source_description),
245         (gst_pb_utils_get_sink_description),
246         (gst_pb_utils_get_decoder_description),
247         (gst_pb_utils_get_encoder_description),
248         (gst_pb_utils_get_element_description),
249         (gst_pb_utils_add_codec_description_to_tag_list),
250         (gst_pb_utils_get_codec_description), (gst_pb_utils_list_all):
251         * gst-libs/gst/pbutils/descriptions.h:
252         * gst-libs/gst/pbutils/install-plugins.c:
253         * gst-libs/gst/pbutils/install-plugins.h:
254         * gst-libs/gst/pbutils/missing-plugins.c:
255         (gst_missing_uri_source_message_new),
256         (gst_missing_uri_sink_message_new),
257         (gst_missing_element_message_new),
258         (gst_missing_decoder_message_new),
259         (gst_missing_encoder_message_new),
260         (gst_missing_plugin_message_get_description):
261         * gst-libs/gst/pbutils/missing-plugins.h:
262         * gst-libs/gst/pbutils/pbutils.c: (gst_pb_utils_init):
263         * gst-libs/gst/pbutils/pbutils.h:
264         * gst-libs/gst/utils/Makefile.am:
265         * gst-libs/gst/utils/base-utils.c:
266         * gst-libs/gst/utils/base-utils.h:
267         * gst-libs/gst/utils/descriptions.c:
268         * gst-libs/gst/utils/descriptions.h:
269         * gst-libs/gst/utils/install-plugins.c:
270         * gst-libs/gst/utils/install-plugins.h:
271         * gst-libs/gst/utils/missing-plugins.c:
272         * gst-libs/gst/utils/missing-plugins.h:
273         * gst-plugins-base.spec.in:
274         * gst/playback/Makefile.am:
275         * gst/playback/gstdecodebin.c:
276         * gst/playback/gstdecodebin2.c:
277         * gst/playback/gstplaybasebin.c: (setup_subtitle),
278         (gen_source_element):
279         * gst/playback/gstplaybin.c: (plugin_init):
280         * tests/check/Makefile.am:
281         * tests/check/libs/pbutils.c: (GST_START_TEST),
282         (test_pb_utils_install_plugins_do_callout), (libgstpbutils_suite):
283         * tests/check/libs/utils.c:
284           rename utils to pbutils
285
286 2007-03-02  Jan Schmidt  <thaytan@mad.scientist.com>
287
288         * docs/plugins/Makefile.am:
289         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
290         * docs/plugins/gst-plugins-base-plugins-sections.txt:
291         * docs/plugins/inspect/plugin-decodebin2.xml:
292         * gst/playback/gstdecodebin2.c: (gst_decode_bin_class_init):
293         Add documentation for decodebin2 that indicates that the API
294         is still unstable.
295
296 2007-03-01  Jan Schmidt  <thaytan@mad.scientist.com>
297
298         * configure.ac:
299         Update to 0.10.11.2 (0.10.12 pre-release)
300
301 2007-03-01  Wim Taymans  <wim@fluendo.com>
302
303         * gst-libs/gst/audio/gstbaseaudiosink.c:
304         (gst_base_audio_sink_async_play):
305         base time is irrelevant here.
306
307 2007-03-01  Wim Taymans  <wim@fluendo.com>
308
309         * gst-libs/gst/audio/gstaudiosink.c: (audioringbuffer_thread_func):
310         * gst-libs/gst/audio/gstaudiosrc.c: (audioringbuffer_thread_func):
311         Improve debugging.
312
313         * gst-libs/gst/audio/gstbaseaudiosink.c:
314         (gst_base_audio_sink_query), (gst_base_audio_sink_event),
315         (gst_base_audio_sink_render), (gst_base_audio_sink_async_play):
316         Improve latency and clock slaving calculations.
317         Improve slave clock calibration.
318
319         * gst-libs/gst/audio/gstringbuffer.c:
320         (gst_ring_buffer_commit_full):
321         When we are asked to render N sample to 0 bytes, return N.
322
323 2007-03-01  Wim Taymans  <wim@fluendo.com>
324
325         * ext/alsa/gstalsasink.c: (gst_alsasink_class_init),
326         (gst_alsasink_write), (gst_alsasink_reset):
327         * ext/alsa/gstalsasink.h:
328         Remove unused dispose function.
329         Rename lock to not interfere with alsasrc lock.
330
331         * ext/alsa/gstalsasrc.c: (gst_alsasrc_finalize),
332         (gst_alsasrc_class_init), (gst_alsasrc_init), (set_swparams),
333         (gst_alsasrc_read), (gst_alsasrc_reset):
334         * ext/alsa/gstalsasrc.h:
335         Implement finalize function.
336         Use lock to protect alsa access.
337         Implement _reset.
338         Fine tune sw params.
339
340 2007-02-28  Thomas Vander Stichele  <thomas at apestaart dot org>
341
342         * configure.ac:
343           Convert to new AG_GST style.
344
345 2007-02-28  Wim Taymans  <wim@fluendo.com>
346
347         Patch by: Ed Catmur <ed at catmur dot co dot uk>
348
349         * gst/playback/gstplaybin.c: (gst_play_bin_vis_unblocked),
350         (gst_play_bin_vis_blocked), (gst_play_bin_set_property):
351         Fix race condition when rapidly switching visualisations in playbin.
352         Fixes #401029.
353
354 2007-02-28  Jan Schmidt  <thaytan@mad.scientist.com>
355
356         * tests/check/Makefile.am:
357         Include local stuff before system installed things in LDFLAGS and
358         CFLAGS.
359
360 2007-02-28  Wim Taymans  <wim@fluendo.com>
361
362         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_sink_activate):
363         Improve debugging.
364
365 2007-02-28  Wim Taymans  <wim@fluendo.com>
366
367         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init), (gst_v4lsrc_init),
368         (gst_v4lsrc_fixate), (gst_v4lsrc_query):
369         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_buffer_new):
370         Fix duration and timestamping, taking latency into account.
371         Implement latency query.
372
373 2007-02-28  Wim Taymans  <wim@fluendo.com>
374
375         * gst-libs/gst/audio/gstaudioclock.c: (gst_audio_clock_init),
376         (gst_audio_clock_new):
377         Fix clock name.
378
379         * gst-libs/gst/audio/gstbaseaudiosink.c:
380         (gst_base_audio_sink_init), (gst_base_audio_sink_query):
381         * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_init),
382         (gst_base_audio_src_query), (gst_base_audio_src_get_offset),
383         (gst_base_audio_src_create):
384         Improve latency query code.
385         Use proper clock names.
386
387 2007-02-28  Thomas Vander Stichele  <thomas at apestaart dot org>
388
389         * tests/check/generic/states.c: (GST_START_TEST):
390           Copy the states.c test from core again
391         * tests/check/Makefile.am:
392           ignore cdio and cdparanoiasrc
393
394 2007-02-28  Stefan Kost  <ensonic@users.sf.net>
395
396         * gst/audioconvert/audioconvert.c: (float), (double), (float_hq),
397         (double_hq), (audio_convert_get_func_index), (check_default),
398         (audio_convert_prepare_context), (audio_convert_convert):
399           Also make valgrind happy and avoid copying data in some cases.
400
401 2007-02-28  Stefan Kost  <ensonic@users.sf.net>
402
403         * gst/audioconvert/audioconvert.c: (float), (double), (float_hq),
404         (double_hq), (audio_convert_get_func_index),
405         (audio_convert_prepare_context), (audio_convert_convert):
406         * gst/audioconvert/gstaudioconvert.c:
407         (gst_audio_convert_class_init), (gst_audio_convert_get_unit_size),
408         (gst_audio_convert_transform_caps):
409         * tests/check/elements/audioconvert.c: (GST_START_TEST),
410         (audioconvert_suite):
411           Don't run inplace if that overwrites source data as we go. Add more
412           tests. Fixes #339837 even more.
413
414 2007-02-27  Julien MOUTTE  <julien@moutte.net>
415
416         * tests/examples/seek/seek.c: (do_seek), (set_update_scale),
417         (msg_segment_done): Fix various seeking bugs (Slider was not
418         updating when doing a non flushing seek, Reverse playback 
419         on segment seek was wrong).
420
421 2007-02-26  Wim Taymans  <wim@fluendo.com>
422
423         * tests/examples/seek/seek.c: (stop_seek):
424         When we stop scrubbing, don't leave the pipeline PLAYING when we
425         requested a PAUSED state.
426
427 2007-02-25  Tim-Philipp Müller  <tim at centricular dot net>
428
429         Patch by: René Stadler <mail at renestadler de>
430
431         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add):
432           Parse date strings in vorbis comments that have an invalid (zero)
433           month or day (#410396).
434
435         * tests/check/libs/tag.c: (GST_START_TEST):
436           Test case for the above.
437
438 2007-02-24  Tim-Philipp Müller  <tim at centricular dot net>
439
440         Patch by: Loïc Minier <lool+gnome at via ecp fr>
441
442         * configure.ac:
443         * ext/alsa/Makefile.am:
444         * gst/audiotestsrc/Makefile.am:
445           Fix compilation with LDFLAGS='-Wl,-z,defs' (#410963).
446
447 2007-02-23  Tim-Philipp Müller  <tim at centricular dot net>
448
449         * gst/playback/gstplaybin.c:
450           Improve docs: point out that the application needs to assist playbin
451           with buffering.
452
453 2007-02-23  Tim-Philipp Müller  <tim at centricular dot net>
454
455         * gst-libs/gst/utils/install-plugins.c:
456         * gst-libs/gst/utils/missing-plugins.c:
457         * tests/check/libs/utils.c: (missing_msg_check_getters):
458           Change GStreamer marker prefix in detail string from 'gstreamer.net'
459           to just 'gstreamer'. Document the caps string component of the
460           decoder/encoder detail a bit better, since not everyone will be
461           familiar with the GStreamer media type/caps system (but they better
462           enjoy nested itemized lists).
463
464 2007-02-22  Tim-Philipp Müller  <tim at centricular dot net>
465
466         * gst-libs/gst/netbuffer/gstnetbuffer.c:
467         (notgst_buffer_copy_fields_in_place), (gst_netbuffer_copy):
468           Fix copying of GstNetBuffer (would crash before, or at least lead to
469           invalid memory access, #410772), for now by copying the GstBuffer copy
470           code from the core over here so we can copy the GstBuffer fields on a
471           provided buffer instance (of type GstNetBuffer in this case). Would be
472           better to fix this with some support by the core though (and in the long
473           run change the broken GstBuffer/GstMiniObject copy semantics, #393099).
474
475         * tests/check/Makefile.am:
476           Enable unit test for GstNetBuffer.
477
478 2007-02-22  Andy Wingo  <wingo@pobox.com>
479
480         * gst-libs/gst/audio/gstbaseaudiosink.c
481         (gst_base_audio_sink_init): Disable pull-mode activation until we
482         figure out how to make audio sinks go to PLAYING.
483
484 2007-02-22  Stefan Kost  <ensonic@users.sf.net>
485
486         * gst/audioconvert/audioconvert.c: (float), (double), (float_hq),
487         (double_hq), (audio_convert_get_func_index),
488         (audio_convert_prepare_context), (audio_convert_convert):
489         * gst/audioconvert/audioconvert.h:
490         * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_setup_matrix),
491         (gst_channel_mix_mix_int), (gst_channel_mix_mix_float):
492         * gst/audioconvert/gstchannelmix.h:
493         * tests/check/elements/audioconvert.c: (GST_START_TEST):
494           Add float as an intermediate format, as well as float mixing. Enable
495           test that was failing before. Fixes #339837
496
497 2007-02-21  Jan Schmidt  <thaytan@mad.scientist.com>
498
499         * tests/examples/seek/seek.c: (do_seek):
500         Undo the previous commit: -1 as a stop time implies that the stop
501         time is the end of file, clearing any previously configured segment.
502
503 2007-02-21  Jan Schmidt  <thaytan@mad.scientist.com>
504
505         * tests/examples/seek/seek.c: (do_seek):
506         Don't SEEK_SET with a stop time of -1, use SEEK_NONE instead.
507
508 2007-02-21  Stefan Kost  <ensonic@users.sf.net>
509
510         * gst/volume/gstvolume.c: (volume_process_int16),
511         (volume_process_int16_clamp), (volume_set_caps):
512           Unbreak volume, value remains gint.
513
514 2007-02-21  Stefan Kost  <ensonic@users.sf.net>
515
516         * gst/volume/gstvolume.c: (volume_choose_func),
517         (volume_update_real_volume), (gst_volume_set_volume),
518         (gst_volume_init), (volume_process_double), (volume_process_float),
519         (volume_process_int16), (volume_process_int16_clamp),
520         (volume_set_caps), (volume_transform_ip), (volume_update_volume):
521         * gst/volume/gstvolume.h:
522           Extend float audio support (double) and some int->uint cleanups.
523
524 2007-02-20  Edward Hervey  <edward@fluendo.com>
525
526         * gst/playback/gstdecodebin2.c: (gst_decode_bin_dispose),
527         (multi_queue_underrun_cb), (gst_decode_group_check_if_drained),
528         (sort_end_pads), (gst_decode_group_expose),
529         (gst_decode_group_hide):
530         Don't free groups from the streaming threads. Just put them aside and
531         free them in dispose.
532
533 2007-02-20  Edward Hervey  <edward@fluendo.com>
534
535         * gst/playback/gstdecodebin2.c: (connect_element),
536         (pad_added_group_cb), (gst_decode_group_check_if_blocked),
537         (sort_end_pads), (gst_decode_group_expose):
538         Handle dynamic pads within groups.
539         Sort pads before exposing them in order to make playbin happy.
540         There still is a race with the multiqueue filling up. This should be
541         solved separately.
542         Fixes #398721
543
544 2007-02-16  Tim-Philipp Müller  <tim at centricular dot net>
545
546         * gst-libs/gst/utils/base-utils.c:
547         * gst-libs/gst/utils/descriptions.c:
548         * gst-libs/gst/utils/install-plugins.c:
549         * gst-libs/gst/utils/missing-plugins.c:
550           Some more docs (and descriptions for two subtitle formats).
551
552 2007-02-16  Tim-Philipp Müller  <tim at centricular dot net>
553
554         * gst-libs/gst/audio/audio.c:
555           Fix documentation.
556
557 2007-02-16  Tim-Philipp Müller  <tim at centricular dot net>
558
559         Patch by: Yves Lefebvre  <ivanohe abacom com>
560
561         * gst/videorate/gstvideorate.c: (gst_video_rate_setcaps):
562           Don't leak caps. Fixes #408278.
563
564 2007-02-15  Stefan Kost  <ensonic@users.sf.net>
565
566         * ext/cdparanoia/gstcdparanoiasrc.h:
567         * ext/ogg/gstoggdemux.h:
568         * gst-libs/gst/audio/audio.c: (gst_audio_frame_byte_size),
569         (gst_audio_frame_length), (gst_audio_duration_from_pad_buffer),
570         (gst_audio_is_buffer_framed), (gst_audio_structure_set_int):
571         * gst-libs/gst/audio/audio.h:
572         * gst-libs/gst/audio/gstaudiofilter.h:
573         * gst-libs/gst/interfaces/videoorientation.h:
574         * gst/adder/gstadder.h:
575           More docs coverage and some ChangeLog surgery (add missing names)
576
577 2007-02-15  Wim Taymans  <wim@fluendo.com>
578
579         * sys/ximage/ximagesink.c:
580         (gst_ximagesink_calculate_pixel_aspect_ratio):
581         * sys/xvimage/xvimagesink.c:
582         (gst_xvimagesink_calculate_pixel_aspect_ratio):
583         Small constifications.
584
585 2007-02-15  Wim Taymans  <wim@fluendo.com>
586
587         * gst-libs/gst/audio/gstbaseaudiosink.c:
588         (gst_base_audio_sink_class_init), (gst_base_audio_sink_query),
589         (gst_base_audio_sink_render), (gst_base_audio_sink_callback),
590         (gst_base_audio_sink_async_play),
591         (gst_base_audio_sink_change_state):
592         Answer latency query.
593         Use configured latency when syncing.
594         Fix clock slaving.
595
596         * gst-libs/gst/audio/gstbaseaudiosrc.c:
597         (gst_base_audio_src_class_init), (gst_base_audio_src_dispose),
598         (gst_base_audio_src_query), (gst_base_audio_src_change_state):
599         Fix possible memleak.
600         Implement latency query.
601         Small cleanups.
602
603 2007-02-15  Wim Taymans  <wim@fluendo.com>
604
605         * ext/alsa/gstalsasink.c: (gst_alsasink_reset):
606         Ignore errors in reset, these are not fatal. They also grab the element
607         lock which is already taking when this function is called. Fixes
608         #405451.
609
610 2007-02-13  Stefan Kost  <ensonic@users.sf.net>
611
612         * configure.ac:
613           Remove 'tests/examples/xerror/Makefile' from output files again.
614
615 2007-02-13  Stefan Kost  <ensonic@users.sf.net>
616
617         * configure.ac:
618         * docs/plugins/Makefile.am:
619           Also crossref against gst-plugins-base-libs.
620
621 2007-02-12  Stefan Kost  <ensonic@users.sf.net>
622
623         * configure.ac:
624         * docs/libs/Makefile.am:
625         * docs/plugins/Makefile.am:
626           Add crossreferences to glib/gobject/gstream docs.
627
628         * gst-libs/gst/audio/audio.h:
629           Source formatting.
630
631         * gst/audiotestsrc/gstaudiotestsrc.c: (plugin_init):
632           Add own debug category.
633
634 2007-02-12  Tim-Philipp Müller  <tim at centricular dot net>
635
636         Patch by: René Stadler <mail at renestadler de>
637
638         * gst-libs/gst/tag/gstvorbistag.c:
639           Add vorbis/FLAC-tag mapping for new GST_TAG_REFERENCE_LEVEL
640           (#403597).
641
642 2007-02-10  Tim-Philipp Müller  <tim at centricular dot net>
643
644         * gst/playback/gstplaybasebin.c: (setup_source):
645           When we have external subtitles and wait for the subtitle decodebin
646           to get up and running, we set up a (sync) bus handler for the
647           subtitle decodebin, so we can stop waiting when it posts an error
648           message. However, we should do that before we set the subtitle
649           decodebin's state to playing, otherwise things are racy and we might
650           miss error messages posted before we had a chance to set up the bus.
651           This should finally fix totem hanging on .txt pseudo-subtitle files.
652           
653 2007-02-10  Sébastien Moutte  <sebastien at moutte dot net>
654
655         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:(gst_base_rtp_audio_payload_handle_frame_based_buffer):
656           Use gst_gdouble_to_guint64 for conversions.
657         * win32/common/config.h.in:
658           Add a define for GST_INSTALL_PLUGINS_HELPER
659         * win32/common/libgstaudio.def:
660         * win32/common/libgstcdda.def:
661         * win32/common/libgstnetbuffer.def:
662         * win32/common/libgstrtp.def:
663         * win32/common/libgutils.def:
664           Add new exported functions.
665         * win32/vs6/gst_plugins_base.dsw:
666         * win32/vs6/libgstdecodebin.dsp:
667         * win32/vs6/libgstnetbuffer.dsp:
668         * win32/vs6/libgstplaybin.dsp:
669         * win32/vs6/libgstrtp.dsp:
670         * win32/vs6/libgstvorbis.dsp:
671         * win32/vs6/libgstcdda.dsp:
672         * win32/vs6/libgstgdp.dsp:
673         * win32/vs6/libgstutils.dsp:
674           Update and add new project files.
675
676 2007-02-10  Tim-Philipp Müller  <tim at centricular dot net>
677
678         * gst/subparse/gstsubparse.c: (subrip_remove_unhandled_tag),
679         (subrip_remove_unhandled_tags), (parse_subrip):
680           For SubRip (.srt) subtitles, ignore all markup tags we don't
681           handle (like font tags, for example).
682
683         * tests/check/elements/subparse.c:
684           Add test for this.
685
686 2007-02-09  Tim-Philipp Müller  <tim at centricular dot net>
687
688         * gst/playback/gstdecodebin.c: (add_fakesink),
689         (gst_decode_bin_change_state):
690         * gst/playback/gstdecodebin2.c: (add_fakesink),
691         (gst_decode_bin_change_state):
692           Don't error out if there is no fakesink in the NULL to READY state
693           change, since when decodebin is re-used, we're only adding the
694           fakesink element in READY to PAUSED.
695
696         * tests/check/elements/decodebin.c:
697         (new_decoded_pad_plug_fakesink_cb), (GST_START_TEST),
698         (decodebin_suite):
699           Minimal unit test to make sure we can use the same decodebin
700           instance twice (at least with audiotestsrc input).
701
702 2007-02-09  Tim-Philipp Müller  <tim at centricular dot net>
703
704         * ext/alsa/gstalsa.c: (gst_alsa_find_device_name):
705           Try to get devic-name from device string first, and from handle only
706           as fallback (seems to yield better results and is more robust
707           against buggy probing code on the application side).
708
709 2007-02-08  Tim-Philipp Müller  <tim at centricular dot net>
710
711         Based on patch by: Julien Puydt <julien.puydt at laposte net>
712
713         * ext/alsa/gstalsa.c: (gst_alsa_find_device_name_no_handle),
714         (gst_alsa_find_device_name):
715         * ext/alsa/gstalsa.h:
716         * ext/alsa/gstalsasink.c: (gst_alsasink_get_property):
717         * ext/alsa/gstalsasrc.c: (gst_alsasrc_get_property):
718           Improve device-name detection a bit, especially in the case where
719           the device is not actually open (#405020, #405024). Move common code
720           into gstalsa.c instead of duplicating it.
721
722 2007-02-07  Tim-Philipp Müller  <tim at centricular dot net>
723
724         * gst/audioconvert/gstaudioconvert.c:
725           Fix up docs chunk so that gtk-doc doesn't complain, and fix typo.
726
727 2007-02-06  Julien MOUTTE  <julien@moutte.net>
728
729         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents),
730         (gst_xvimagesink_get_xv_support), (gst_xvimagesink_xcontext_clear),
731         (gst_xvimagesink_interface_supported),
732         (gst_xvimagesink_probe_get_properties),
733         (gst_xvimagesink_probe_probe_property),
734         (gst_xvimagesink_probe_needs_probe),
735         (gst_xvimagesink_probe_get_values),
736         (gst_xvimagesink_property_probe_interface_init),
737         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
738         (gst_xvimagesink_init), (gst_xvimagesink_class_init),
739         (gst_xvimagesink_get_type):
740         * sys/xvimage/xvimagesink.h: Implement PropertyProbe Interface
741         for XVAdaptors so that one can choose the adaptor to use with 
742         gstreamer-properties.
743
744 2007-02-06  Stefan Kost  <ensonic@users.sf.net>
745
746         * gst/audioconvert/gstaudioconvert.c:
747           Also mention that a conversion from double to float is suboptimal still.
748
749 2007-02-06  Tim-Philipp Müller  <tim at centricular dot net>
750
751         * gst-libs/gst/audio/gstaudiofilter.c:
752         (gst_audio_filter_class_init), (gst_audio_filter_change_state):
753           Clear our formats structure and free the caps contained in it when
754           shutting down.
755
756 2007-02-05  Andy Wingo  <wingo@pobox.com>
757
758         * gst-libs/gst/audio/gstbaseaudiosink.c
759         (gst_base_audio_sink_callback): Update basesink->offset so that we
760         pull monotonically increasing offsets instead of, um, seeking back
761         to 0 each time. Fixes alsasrc ! alsasink!
762
763 2007-02-05  Tim-Philipp Müller  <tim at centricular dot net>
764
765         * gst/videoscale/gstvideoscale.c:
766           A width and height of 1 makes us crash, so increase minimum size to
767           2x2 pixels until someone feels like fixing this (#404512).
768
769 2007-02-04  Tim-Philipp Müller  <tim at centricular dot net>
770
771         * tests/check/pipelines/oggmux.c: (GST_START_TEST), (oggmux_suite):
772           Add small test to make sure request pads are cleaned up properly
773           even if oggmux never changes state out of NULL.
774
775 2007-02-04  Tim-Philipp Müller  <tim at centricular dot net>
776
777         * tests/check/libs/utils.c: (GST_START_TEST):
778           Fix unit test. Turns out things work much better when you
779           NULL-terminate string arrays. Should make p5 build bot happy again.
780
781 2007-02-03  Tim-Philipp Müller  <tim at centricular dot net>
782
783         * gst-libs/gst/audio/Makefile.am:
784         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
785         (gst_audio_filter_template_base_init),
786         (gst_audio_filter_template_class_init),
787         (gst_audio_filter_template_init),
788         (gst_audio_filter_template_set_property),
789         (gst_audio_filter_template_get_property),
790         (gst_audio_filter_template_setup),
791         (gst_audio_filter_template_filter),
792         (gst_audio_filter_template_filter_inplace), (plugin_init):
793           Oops, forgot to commit fixed-up example.
794
795 2007-02-03  Tim-Philipp Müller  <tim at centricular dot net>
796
797         * docs/libs/gst-plugins-base-libs-sections.txt:
798         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audio_filter_get_type),
799         (gst_audio_filter_class_init), (gst_audio_filter_init),
800         (gst_audio_filter_set_caps),
801         (gst_audio_filter_class_add_pad_templates):
802         * gst-libs/gst/audio/gstaudiofilter.h:
803           Port GstAudioFilter to 0.10. This change technically breaks
804           API and ABI (and thus also every library developer's heart),
805           but seems justifiable on the grounds that the base class was
806           completely unusable before (ie. would crash immediately when
807           actually used). Fixes #403963 (and eventually also #403572).
808           Also document all of this a bit.
809
810 2007-02-03  Tim-Philipp Müller  <tim at centricular dot net>
811
812         * gst-libs/gst/utils/install-plugins.c:
813         (gst_install_plugins_spawn_child):
814         * tests/check/libs/utils.c:
815         (test_base_utils_install_plugins_do_callout):
816           Lowering log level to see why things fail on the p5 build bot;
817           fix some typos in unit test messages.
818
819 2007-02-03  Tim-Philipp Müller  <tim at centricular dot net>
820
821         * tests/check/libs/utils.c:
822         (test_base_utils_install_plugins_do_callout):
823           Don't hard-code temp directory for test helper; use GLib functions
824           to write out file and do error checking etc.
825
826 2007-02-02  Tim-Philipp Müller  <tim at centricular dot net>
827
828         * gst-libs/gst/utils/Makefile.am:
829         * gst-libs/gst/utils/base-utils.h:
830         * gst-libs/gst/utils/install-plugins.c:
831         (gst_install_plugins_context_set_xid),
832         (gst_install_plugins_context_new),
833         (gst_install_plugins_context_free),
834         (gst_install_plugins_get_helper),
835         (gst_install_plugins_spawn_child),
836         (gst_install_plugins_return_from_status),
837         (gst_install_plugins_installer_exited),
838         (gst_install_plugins_async), (gst_install_plugins_sync),
839         (gst_install_plugins_return_get_name),
840         (gst_install_plugins_installation_in_progress):
841         * gst-libs/gst/utils/install-plugins.h:
842           API: add API for applications to initiate installation of missing
843           plugins, ie. gst_install_plugins_async() primarily.
844           Based on libgimme-codec by Ryan Lortie.
845
846         * configure.ac:
847           Add --with-install-plugins-helper configure option so distros can specify
848           the path of the helper script or program to call when plugin installation
849           is requested (distros: please do any argument munging in this helper
850           script instead of patching GStreamer to pass arguments differently
851           to another program directly).
852
853         * docs/libs/gst-plugins-base-libs-docs.sgml:
854         * docs/libs/gst-plugins-base-libs-sections.txt:
855           Build and document new API.
856
857         * tests/check/libs/utils.c: (result_cb),
858         (test_base_utils_install_plugins_do_callout), (GST_START_TEST),
859         (libgstbaseutils_suite):
860           Some simple checks for the new API.
861
862 2007-02-02  Tim-Philipp Müller  <tim at centricular dot net>
863
864         * tests/check/elements/audioconvert.c: (test_float_conversion):
865           Add small test for 32bit float <=> 64bit float conversion (works
866           only one way so far, 32=>64 produces structured noise).
867
868 2007-02-02  Tim-Philipp Müller  <tim at centricular dot net>
869
870         * gst/audioconvert/gstaudioconvert.c:
871         (set_structure_widths_32_and_64), (make_lossless_changes):
872           We don't support floats with a width of 40, 48 or 56 bits.
873
874 2007-02-02  Stefan Kost  <ensonic@users.sf.net>
875
876         * gst/audioconvert/audioconvert.c: (float), (double),
877         (audio_convert_get_func_index):
878         * gst/audioconvert/gstaudioconvert.c: (set_structure_widths),
879         (make_lossless_changes):
880           Support for 64-bit float audio in audioconvert (#339837)
881
882 2007-02-01  Tim-Philipp Müller  <tim at centricular dot net>
883
884         Patch by: Holger Wansing  <linux wansing-online de>
885
886         * po/LINGUAS:
887         * po/de.po:
888           Add German translation (#352069).
889
890 2007-02-01  Sebastian Dröge  <slomo@circular-chaos.org>
891
892         reviewed by: Wim Taymans <wim@fluendo.com>
893
894         * ext/ogg/gstoggmux.c: (gst_ogg_mux_ogg_pad_destroy_notify),
895         (gst_ogg_mux_request_new_pad), (gst_ogg_mux_release_pad):
896         Use newly added GstCollectPads API to free the allocated resources in
897         the GstOggPad structures (#402393).
898
899 2007-01-31  Jan Schmidt  <thaytan@mad.scientist.com>
900
901         * gst/playback/gstplaybin.c: (gen_vis_element):
902           Add audioresample+audioconvert in front of the visualisation
903           element, so that elements like libvisual 0.4 that don't support all
904           samplerates can work.
905
906           Fixes: #402505
907
908 2007-01-30  Tim-Philipp Müller  <tim at centricular dot net>
909
910         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_property),
911         (gst_play_base_bin_get_streaminfo_value_array):
912           Take some locks and make a copy of the streaminfo value array we
913           maintain while holding the lock, so that the application can
914           retrieve the stream-info as a value array in a thread-safe way.
915
916 2007-01-30  Wim Taymans  <wim@fluendo.com>
917
918         * gst/audioconvert/gstaudioconvert.c:
919         Don't fail on 0 sized buffers. Fixes #396835.
920
921 2007-01-29  David Schleef  <ds@schleef.org>
922
923         * gst/typefind/gsttypefindfunctions.c:
924           Detect BBCD as video/x-dirac, so we can play raw dirac
925           streams.
926
927 2007-01-29  Tim-Philipp Müller  <tim at centricular dot net>
928
929         * ext/theora/theoraenc.c: (theora_enc_chain):
930           Check return value of theora_encode_header(), or we might try to
931           allocate a random number of bytes. theora_encode_header() can fail
932           if libtheora has been compiled with encoding support disabled.
933           Fixes #398110.
934
935 2007-01-29  Wim Taymans  <wim@fluendo.com>
936
937         * tests/check/gst/.cvsignore:
938         Do as buildbot says.
939
940 2007-01-29  Wim Taymans  <wim@fluendo.com>
941
942         * ext/libvisual/visual.c: (gst_visual_src_setcaps):
943         Fix strides in libvisual. Gst uses X strides.
944         Inspired by: <ed at catmur dot co dot uk> and 
945         <tim at centricular dot net>
946         Fixes #401118.
947
948 2007-01-27  Wim Taymans  <wim@fluendo.com>
949
950         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_submit_buffer),
951         (gst_ogg_demux_get_data), (gst_ogg_demux_get_next_page),
952         (gst_ogg_demux_get_prev_page), (gst_ogg_demux_do_seek),
953         (gst_ogg_demux_perform_seek),
954         (gst_ogg_demux_bisect_forward_serialno),
955         (gst_ogg_demux_read_chain), (gst_ogg_demux_read_end_chain),
956         (gst_ogg_demux_find_chains), (gst_ogg_demux_handle_page),
957         (gst_ogg_demux_chain), (gst_ogg_demux_combine_flows),
958         (gst_ogg_demux_loop_reverse), (gst_ogg_demux_loop):
959         * ext/ogg/gstoggdemux.h:
960         Properly propagate streaming errors when we are scanning the file for
961         chains so that we don't crash when shut down. Might fix some crashers
962         when quickly switching oggs in RB such as #332503 and #378436.
963
964 2007-01-26  Tim-Philipp Müller  <tim at centricular dot net>
965
966         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_start):
967           Map a gnome-vfs HOST_NOT_FOUND error into a GStreamer NOT_FOUND
968           error code as well.
969
970 2007-01-25  Wim Taymans  <wim@fluendo.com>
971
972         * gst/playback/gstplaybasebin.c: (remove_source):
973         Don't try to disconnect a signal from a finalized object.
974
975 2007-01-25  Tim-Philipp Müller  <tim at centricular dot net>
976
977         * gst/playback/gstdecodebin2.c: (gst_decode_bin_dispose):
978           Cast lock macro parameters to make sure we're actually accessing the
979           lock member at the right class level. Free list itself in _dispose()
980           as well and NULL it in case dispose gets called multiple times.
981
982 2007-01-25  Edward Hervey  <edward@fluendo.com>
983
984         * gst/playback/gstdecodebin2.c:
985         (gst_decode_bin_dispose),(gst_decode_bin_finalize):
986         Free GstDecodeGroups no longer used.
987         (gst_decode_group_expose):
988         Don't unlock too many times !
989         (deactivate_free_recursive):
990         Free iterator once we're done with it.
991         Fix for recursively deactivating elements (stop at ghostpads).
992
993 2007-01-25  Tim-Philipp Müller  <tim at centricular dot net>
994
995         * gst/playback/gstplaybin.c: (handoff):
996           Fix up caps on the frame buffer before we save it and potentially
997           make it accessible to other threads via g_object_get; also use
998           gst_buffer_replace() instead of gst_mini_object_replace().
999
1000 2007-01-25  Tim-Philipp Müller  <tim at centricular dot net>
1001
1002         * gst/playback/gstplaybin.c: (gst_play_bin_get_property):
1003           Make getting the current frame thread-safe.
1004
1005 2007-01-25  Edward Hervey  <edward@fluendo.com>
1006
1007         * gst/playback/gstdecodebin2.c: (gst_decode_bin_finalize),
1008         (gst_decode_group_new), (gst_decode_group_free):
1009         Set queues to bigger sizes to cope with HD contents.
1010         Fix some mutex freeing and add comment about MT safe methods.
1011
1012 2007-01-24  Tim-Philipp Müller  <tim at centricular dot net>
1013
1014         * ext/pango/gsttextoverlay.c: (gst_text_overlay_src_event),
1015         (gst_text_overlay_text_event):
1016           Don't unnecessarily ref (and then leak) upstream events if the text
1017           pad is not linked. Fixes #399948.
1018
1019         * tests/check/gst-plugins-base.supp:
1020           Add suppression for pango on edgy/x86 for textoverlay test.
1021
1022 2007-01-24  Wim Taymans  <wim@fluendo.com>
1023
1024         * gst-libs/gst/rtp/gstrtpbuffer.h:
1025         Add some more fixed payloads.
1026
1027 2007-01-23  Tim-Philipp Müller  <tim at centricular dot net>
1028
1029         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_read_chain):
1030           Error out properly if we get an error from libogg while reading the
1031           BOS page(s). Fixes crash parsing 'fuzzed' ogg file (#399340).
1032
1033 2007-01-23  Tim-Philipp Müller  <tim at centricular dot net>
1034
1035         * gst/playback/gstdecodebin2.c: (gst_decode_bin_finalize):
1036           Don't leak mutex.
1037
1038         * tests/check/elements/playbin.c:
1039         (test_sink_usage_video_only_stream),
1040         (test_suburi_error_unknowntype), (test_suburi_error_invalidfile),
1041         (test_suburi_error_wrongproto), (test_missing_urisource_handler),
1042         (test_missing_suburisource_handler),
1043         (test_missing_primary_decoder), (playbin_suite):
1044           Run all tests once with decodebin and once with decodebin2.
1045           One test does not pass yet with decodebin2.
1046
1047 2007-01-23  Edward Hervey  <edward@fluendo.com>
1048
1049         * ext/ogg/gstoggmux.c: (all_pads_eos), (gst_ogg_mux_collected):
1050         Fix the cases where oggmux doesn't properly figure out that all
1051         sinkpads have gone EOS, and therefore doesn't push out the remaining
1052         buffers and the final EOS event.
1053         Fixes #363379
1054
1055 2007-01-23  Julien MOUTTE  <julien@moutte.net>
1056
1057         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents):
1058         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents):
1059         Don't lock on navigation event push, just on keysym to string.
1060         Fixes #397673 again.
1061
1062 2007-01-22  Edward Hervey  <edward@fluendo.com>
1063
1064         * gst/playback/gstdecodebin2.c: (gst_decode_group_new),
1065         (get_current_group), (group_demuxer_event_probe),
1066         (gst_decode_group_expose), (deactivate_free_recursive),
1067         (gst_decode_group_free):
1068         Cleanups.
1069         Don't forget to emit 'no-more-pads' once a group is exposed.
1070         Cleanup elements from a DecodeGroup once we remove it.
1071         Protect call to gst_decode_group_expose() with the decodebin lock.
1072
1073 2007-01-22  Julien MOUTTE  <julien@moutte.net>
1074
1075         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents):
1076         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents):
1077         Looking at Xorg code i can't figure out if that XKeysymToString
1078         function is thread sensible or not. Lock it just in case as
1079         recommended by Radek Doulik <rodo at ximian dot com>.
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         Lock that X Call as well. Fixes #397673.
1086
1087 2007-01-22  Tim-Philipp Müller  <tim at centricular dot net>
1088
1089         * gst/typefind/gsttypefindfunctions.c: (mpeg4_video_type_find):
1090           Don't go into an endless loop if the file starts with 00 00 01 2X,
1091           like quicktime redirect files might. Fixes #396042.
1092
1093         * tests/check/Makefile.am:
1094         * tests/check/gst/.cvsignore:
1095         * tests/check/gst/typefindfunctions.c: (GST_START_TEST),
1096         (typefindfunctions_suite):
1097           Add unit test for the above.
1098
1099 2007-01-22  Tim-Philipp Müller  <tim at centricular dot net>
1100
1101         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
1102           On second thought, use "depth" field rather than "bpp" field.
1103
1104 2007-01-22  Tim-Philipp Müller  <tim at centricular dot net>
1105
1106         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
1107           Camtasia caps apparently need a bpp field (#398875).
1108
1109 2007-01-19  Tim-Philipp Müller  <tim at centricular dot net>
1110
1111         * gst/playback/gstplaybasebin.c: (setup_subtitle),
1112         (gen_source_element), (gst_play_base_bin_change_state):
1113           Attempt at a better error message in case we don't have the required
1114           URI handler installed; post missing-plugin message also when we're
1115           missing an URI handler for the subtitle URI; clean up properly also
1116           when an error occurs and we never made it to PAUSED state.
1117
1118         * tests/check/elements/playbin.c: (GST_START_TEST),
1119         (playbin_suite):
1120           Check that we're also getting a missing-plugin messsage for a
1121           missing subtitle URI handler (and clean up properly).
1122
1123 2007-01-19  Tim-Philipp Müller  <tim at centricular dot net>
1124
1125         * gst/playback/gstplaybasebin.c: (analyse_source), (setup_source):
1126           Plug a few reference leaks.
1127
1128 2007-01-19  Tim-Philipp Müller  <tim at centricular dot net>
1129
1130         * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find):
1131           Lower probability a bit if the marker isn't right at the start,
1132           to decrease the chance of false positives.
1133
1134 2007-01-19  Tim-Philipp Müller  <tim at centricular dot net>
1135
1136         * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find):
1137           Small mpeg2 system stream typefinding improvement: make typefinder
1138           probe a bit into the stream instead of just looking for a marker
1139           at the beginning. Fixes #397810.
1140
1141 2007-01-18  Tim-Philipp Müller  <tim at centricular dot net>
1142
1143         * gst/audioconvert/gstchannelmix.c:
1144           Remove compatibility cruft for prehistoric GLib versions.
1145
1146 2007-01-17  Tim-Philipp Müller  <tim at centricular dot net>
1147
1148         * gst/playback/Makefile.am:
1149         * gst/playback/gstdecodebin.c: (close_pad_link):
1150         * gst/playback/gstdecodebin2.c: (analyze_new_pad):
1151         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
1152         (gst_play_base_bin_handle_message_func), (unknown_type):
1153           Let decodebin be the element to post missing-plugin messages for
1154           missing decoders (rather than playbin); make playbin implement
1155           GstBin::handle_message so we can suppress missing-plugin messages
1156           for types we're not handling on purpose (don't want to bring up an
1157           installer in those cases).
1158
1159 2007-01-16  Tim-Philipp Müller  <tim at centricular dot net>
1160
1161         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
1162         * gst-libs/gst/tag/gstvorbistag.c:
1163         (gst_tag_list_to_vorbiscomment_buffer):
1164         * gst/typefind/gsttypefindfunctions.c: (vorbis_type_find):
1165           Fix potentially unaligned access (#397207).
1166
1167 2007-01-16  Stefan Kost  <ensonic@users.sf.net>
1168
1169         * tests/examples/seek/seek.c: (set_scale), (update_scale),
1170         (do_seek), (stop_seek), (pause_cb), (stop_cb), (loop_toggle_cb),
1171         (rate_spinbutton_changed_cb), (msg_eos), (msg_segment_done),
1172         (main):
1173           Allow to toggle looping while it plays. Fix callback prototype. Clean
1174           up code a bit more. Add copyright header.
1175
1176 2007-01-16  Stefan Kost  <ensonic@users.sf.net>
1177
1178         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
1179           Red and blue mask was swapped (spotted by Dan Williams).
1180
1181 2007-01-15  Stefan Kost  <ensonic@users.sf.net>
1182
1183         * gst-libs/gst/tag/gstid3tag.c:
1184         * gst-libs/gst/tag/gstvorbistag.c:
1185           Use new beats-per-minute tag from core.
1186
1187 2007-01-15  Tim-Philipp Müller  <tim at centricular dot net>
1188
1189         * po/POTFILES.in:
1190           Add new files with translatable strings, so they actually make it
1191           into the template file one day.
1192
1193 2007-01-12  Andy Wingo  <wingo@pobox.com>
1194
1195         * gst-libs/gst/audio/gstbaseaudiosink.c
1196         (gst_base_audio_sink_fixate): Implement, stolen from baseaudiosrc.
1197         (gst_base_audio_sink_activate_pull): Remove the handwavey nego
1198         stuff, as the base class handles this now. Actually tell the ring
1199         buffer to start.
1200         (gst_base_audio_sink_callback): Cast the ring buffer correctly.
1201         How did this work before? Maybe I'm not as awesome a programmer as
1202         I think.
1203
1204         * gst-libs/gst/audio/gstbaseaudiosrc.c
1205         (gst_base_audio_src_fixate): Rework as a basesrc vmethod instead
1206         of a pad function.
1207
1208 2007-01-12  Tim-Philipp Müller  <tim at centricular dot net>
1209
1210         * gst-libs/gst/utils/missing-plugins.c: (copy_and_clean_caps):
1211           Remove more fields so that the application can better blacklist
1212           formats that have been tried before.
1213
1214 2007-01-12  Tim-Philipp Müller  <tim at centricular dot net>
1215
1216         * gst-libs/gst/audio/mixerutils.h:
1217           Add G_BEGIN_DECLS and G_END_DECLS guards so these helpers can be
1218           used when compiling with c++ compilers as well.
1219
1220 2007-01-12  Tim-Philipp Müller  <tim at centricular dot net>
1221
1222         * gst/typefind/gsttypefindfunctions.c:
1223           Fix comment.
1224
1225 2007-01-11  Tim-Philipp Müller  <tim at centricular dot net>
1226
1227         * gst/playback/gstplaybin.c: (post_missing_element_message),
1228         (gen_video_element), (gen_text_element), (gen_audio_element),
1229         (gen_vis_element):
1230           Post missing-plugin messages also when we error out because
1231           converters, textoverlay or auto*sinks are missing (#161922).
1232
1233 2007-01-10  Wim Taymans  <wim@fluendo.com>
1234
1235         * gst/playback/gstdecodebin.c: (dynamic_add), (close_pad_link),
1236         (is_demuxer_element), (new_caps):
1237         * gst/playback/gstplaybasebin.c: (source_new_pad):
1238         Fix the case where we try to ref a NULL element when we delay a link
1239         because of unfixed caps.
1240         Set the state of autoplugged decodebins to PAUSED.
1241         RTSP now works in playbin, we can remove it from the blacklist.
1242
1243 2007-01-09  Tim-Philipp Müller  <tim at centricular dot net>
1244
1245         * gst/playback/Makefile.am:
1246         * gst/playback/gstplaybasebin.c: (string_arr_has_str),
1247         (unknown_type), (setup_subtitle), (gen_source_element):
1248         * gst/playback/gstplaybin.c: (plugin_init):
1249           Post missing-plugin messages on the bus for missing sources and
1250           missing decoders/demuxers/depayloaders; fix error code used when
1251           we're missing an URI handler source; for media types that we are not
1252           handling on purpose at the moment, don't print "don't know how to
1253           handle xyz" messages to the terminal or post missing-plugin
1254           messages on the bus.
1255
1256         * tests/check/elements/playbin.c: (create_playbin),
1257         (GST_START_TEST), (gst_codec_src_uri_get_type),
1258         (gst_codec_src_uri_get_protocols), (gst_codec_src_uri_get_uri),
1259         (gst_codec_src_uri_set_uri), (gst_codec_src_uri_handler_init),
1260         (gst_codec_src_init_type), (gst_codec_src_base_init),
1261         (gst_codec_src_create), (gst_codec_src_class_init),
1262         (gst_codec_src_init), (plugin_init), (playbin_suite):
1263           Add some tests for the missing-plugin stuff.
1264
1265 2007-01-09  Tim-Philipp Müller  <tim at centricular dot net>
1266
1267         * configure.ac:
1268         * gst-libs/gst/Makefile.am:
1269         * gst-libs/gst/utils/Makefile.am:
1270         * gst-libs/gst/utils/base-utils.c: (gst_base_utils_init):
1271         * gst-libs/gst/utils/base-utils.h:
1272         * gst-libs/gst/utils/descriptions.c: (format_info_get_desc),
1273         (find_format_info), (caps_are_rtp_caps),
1274         (gst_base_utils_get_source_description),
1275         (gst_base_utils_get_sink_description),
1276         (gst_base_utils_get_decoder_description),
1277         (gst_base_utils_get_encoder_description),
1278         (gst_base_utils_get_element_description),
1279         (gst_base_utils_add_codec_description_to_tag_list),
1280         (gst_base_utils_get_codec_description), (gst_base_utils_list_all):
1281         * gst-libs/gst/utils/descriptions.h:
1282         * gst-libs/gst/utils/missing-plugins.c:
1283         (missing_structure_get_type), (copy_and_clean_caps),
1284         (gst_missing_uri_source_message_new),
1285         (gst_missing_uri_sink_message_new),
1286         (gst_missing_element_message_new),
1287         (gst_missing_decoder_message_new),
1288         (gst_missing_encoder_message_new),
1289         (missing_structure_get_string_detail),
1290         (missing_structure_get_caps_detail),
1291         (gst_missing_plugin_message_get_installer_detail),
1292         (gst_missing_plugin_message_get_description),
1293         (gst_is_missing_plugin_message):
1294         * gst-libs/gst/utils/missing-plugins.h:
1295           API: add new libgstbaseutils library with functions
1296           - to create and parse missing-plugins messages
1297           - that provide (translated) descriptions for caps/decoders/sources/etc.
1298           Closes #392393.
1299
1300         * pkgconfig/gstreamer-plugins-base-uninstalled.pc.in:
1301         * pkgconfig/gstreamer-plugins-base.pc.in:
1302           Add new lib.
1303
1304         * docs/libs/gst-plugins-base-libs-docs.sgml:
1305         * docs/libs/gst-plugins-base-libs-sections.txt:
1306           Generate docs for new lib and API.
1307
1308         * tests/check/Makefile.am:
1309         * tests/check/libs/.cvsignore:
1310         * tests/check/libs/utils.c: (missing_msg_check_getters),
1311         (GST_START_TEST), (libgstbaseutils_suite):
1312           Add some basic unit tests.
1313
1314 2007-01-09  Tim-Philipp Müller  <tim at centricular dot net>
1315
1316         * ext/ogg/Makefile.am:
1317           Dist gstoggdemux.h to fix 'make distcheck'.
1318
1319         * sys/v4l/Makefile.am:
1320           Fix 'make distcheck' even more.
1321
1322 2007-01-09  Wim Taymans  <wim@fluendo.com>
1323
1324         * docs/plugins/Makefile.am:
1325         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
1326         * docs/plugins/gst-plugins-base-plugins-sections.txt:
1327         * ext/ogg/gstoggdemux.c: (gst_ogg_page_copy), (gst_ogg_page_free),
1328         (gst_ogg_pad_query_types), (gst_ogg_pad_submit_page),
1329         (gst_ogg_chain_reset), (gst_ogg_chain_new_stream),
1330         (gst_ogg_demux_perform_seek):
1331         * ext/ogg/gstoggdemux.h:
1332         Added docs.
1333         Add some more comments.
1334         Small cleanups.
1335
1336 2007-01-09  Wim Taymans  <wim@fluendo.com>
1337
1338         * ext/theora/theoradec.c:
1339         * ext/vorbis/vorbisdec.c:
1340         * gst-libs/gst/audio/gstringbuffer.c:
1341         (gst_ring_buffer_commit_full):
1342         * gst-libs/gst/audio/gstringbuffer.h:
1343         * gst-libs/gst/rtp/gstrtpbuffer.c:
1344         * gst-libs/gst/tag/gstvorbistag.c:
1345         Small documentation updates/fixes
1346
1347 2007-01-09  Tim-Philipp Müller  <tim at centricular dot net>
1348
1349         * configure.ac:
1350           Require core CVS HEAD for Andy's basesrc/sink API additions.
1351
1352 2007-01-08  Tim-Philipp Müller  <tim at centricular dot net>
1353
1354         Patch by: Günter Thelen  <daedalus dot inc at gmx net>
1355
1356         * gst/typefind/gsttypefindfunctions.c: (flac_type_find),
1357         (plugin_init):
1358           Add typefinder for flac-in-ogg in conformance with the ogg-mapping
1359           on flac.sf.net (there appear to be other versions of the first
1360           ogg page in the wild) (#391365).
1361
1362 2007-01-08  Tim-Philipp Müller  <tim at centricular dot net>
1363
1364         * configure.ac:
1365           Check if localtime_r() is available.
1366
1367         * ext/pango/gstclockoverlay.c: (gst_clock_overlay_render_time):
1368           If localtime_r() is not available, fall back to localtime(). Should
1369           fix build on MingW (#393310).
1370
1371 2007-01-08  Tim-Philipp Müller  <tim at centricular dot net>
1372
1373         * gst/subparse/gstsubparse.c: (parse_mdvdsub):
1374         * gst/subparse/gstsubparse.h:
1375           Remove spurious 1000 subtrahend when calculating the timestamp from
1376           the frame number and the frame rate . Also, use the frames/second
1377           value specified in the first line of the file, if one is specified
1378           there. Should fix #357503.
1379
1380         * tests/check/elements/subparse.c: (do_test),
1381         (test_tmplayer_do_test), (test_microdvd_do_test), (GST_START_TEST),
1382         (subparse_suite):
1383           Add some basic unit tests for the microdvd subtitle format.
1384
1385 2007-01-07  Julien MOUTTE  <julien@moutte.net>
1386
1387         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
1388         (gst_xvimage_buffer_finalize), (gst_xvimagesink_xvimage_new),
1389         (gst_xvimagesink_xvimage_put), (gst_lookup_xv_port_from_adaptor),
1390         (gst_xvimagesink_get_xv_support), (gst_xvimagesink_setcaps),
1391         (gst_xvimagesink_set_xwindow_id),
1392         (gst_xvimagesink_set_event_handling),
1393         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
1394         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
1395         Patch by : Young-Ho Cha <ganadist at chollian dot net>
1396         Fixes : #390076.
1397         Add an adaptor property to select a specific XV adaptor.
1398         * sys/xvimage/xvimagesink.h:
1399
1400 2007-01-07  Julien MOUTTE  <julien@moutte.net>
1401
1402         * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
1403         (gst_ximagesink_handle_xerror), (gst_ximagesink_ximage_new),
1404         (gst_ximagesink_ximage_destroy), (gst_ximagesink_ximage_put),
1405         (gst_ximagesink_handle_xevents), (gst_ximagesink_setcaps),
1406         (gst_ximagesink_change_state), (gst_ximagesink_set_xwindow_id),
1407         (gst_ximagesink_expose), (gst_ximagesink_set_event_handling):
1408         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
1409         (gst_xvimage_buffer_finalize), (gst_xvimagesink_handle_xerror),
1410         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_put),
1411         (gst_xvimagesink_handle_xevents), (gst_xvimagesink_setcaps),
1412         (gst_xvimagesink_change_state), (gst_xvimagesink_set_xwindow_id),
1413         (gst_xvimagesink_expose), (gst_xvimagesink_set_event_handling):
1414         Use flow_lock much more to protect every access to xwindow.
1415         Try to catch erros while creating images in case some drivers are
1416         just generating an XError when the requested image is too big.
1417         Should fix : #354698, #384008, #384060.
1418         * tests/icles/stress-xoverlay.c: (cycle_window), (create_window):
1419         Implement some stress testing of setting window xid.
1420
1421 2007-01-07  Sébastien Moutte  <sebastien@moutte.net>
1422
1423         * win32/common/libgsaudio.def:
1424           Add new exported function.
1425         * win32/common/libgstogg.dsp:
1426           Add gstoggaviparse.c to the build.
1427         * win32/common/libgstvideoscale.dsp:
1428           Add vs_4tap.c to the build.
1429         * win32/common/libgstvorbis.dsp:
1430           Add vorbistag.c to the build.
1431         
1432 2007-01-06  Andy Wingo  <wingo@pobox.com>
1433
1434         * gst-libs/gst/audio/gstbaseaudiosink.c
1435         (gst_base_audio_sink_class_init)
1436         (gst_base_audio_sink_init): 
1437         (gst_base_audio_sink_activate_pull): Add an activate_pull function
1438         to baseaudiosink, and tell basesink that we can work in pull mode.
1439         This way the ring buffer thread drives the pipeline directly, if
1440         pull mode is possible. There is some lingering nastiness regarding
1441         capsnego, however.
1442         (gst_base_audio_sink_callback): Implement the callback to pull
1443         data. This interface is a bit light, though -- it should get a
1444         GstFlowReturn return value at least.
1445
1446 2007-01-05  Tim-Philipp Müller  <tim at centricular dot net>
1447
1448         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_stream_out):
1449         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
1450         * gst/playback/gstdecodebin2.c:
1451         (gst_decode_group_check_if_blocked):
1452           Printf format and missing argument fixes.
1453
1454 2007-01-05  Jan Schmidt  <thaytan@mad.scientist.com>
1455
1456         * ext/ogg/gstogmparse.c: (gst_ogm_parse_stream_header),
1457         (gst_ogm_parse_change_state):
1458         Activate pads before adding them to the element.
1459
1460 2007-01-05  Tim-Philipp Müller  <tim at centricular dot net>
1461
1462         * tests/examples/seek/scrubby.c: (main):
1463         * tests/examples/seek/seek.c: (main):
1464           Call g_thread_init() first thing in main() (see #391278).
1465
1466 2007-01-05  Tim-Philipp Müller  <tim at centricular dot net>
1467
1468         * tests/check/Makefile.am:
1469         * tests/check/libs/.cvsignore:
1470         * tests/check/libs/netbuffer.c: (GST_START_TEST),
1471         (netbuffer_suite):
1472           Add test for GstNetBuffer + gst_buffer_copy(). Disabled
1473           for the time being, since it's broken, see #393099.
1474
1475 2007-01-05  Tim-Philipp Müller  <tim at centricular dot net>
1476
1477         * tests/check/Makefile.am:
1478           Update to use GST_PLUGINS_BASE_CFLAGS as well.
1479
1480 2007-01-04  Thomas Vander Stichele  <thomas at apestaart dot org>
1481
1482         * configure.ac:
1483           split out GST_CFLAGS into GST_PLUGINS_BASE_CFLAGS and GST_CFLAGS
1484           so that GST_BASE_CFLAGS can go inbetween them, making sure
1485           we use uninstalled gst-libs headers
1486         * docs/libs/Makefile.am:
1487         * ext/alsa/Makefile.am:
1488         * ext/cdparanoia/Makefile.am:
1489         * ext/gnomevfs/Makefile.am:
1490         * ext/libvisual/Makefile.am:
1491         * ext/ogg/Makefile.am:
1492         * ext/theora/Makefile.am:
1493         * ext/vorbis/Makefile.am:
1494         * gst-libs/gst/audio/Makefile.am:
1495         * gst-libs/gst/cdda/Makefile.am:
1496         * gst-libs/gst/interfaces/Makefile.am:
1497         * gst-libs/gst/riff/Makefile.am:
1498         * gst-libs/gst/rtp/Makefile.am:
1499         * gst-libs/gst/tag/Makefile.am:
1500         * gst/adder/Makefile.am:
1501         * gst/audioconvert/Makefile.am:
1502         * gst/audiorate/Makefile.am:
1503         * gst/audioresample/Makefile.am:
1504         * gst/playback/Makefile.am:
1505         * gst/tcp/Makefile.am:
1506         * gst/videoscale/Makefile.am:
1507         * gst/volume/Makefile.am:
1508         * sys/ximage/Makefile.am:
1509         * sys/xvimage/Makefile.am:
1510         * tests/icles/Makefile.am:
1511           adapt
1512
1513 2007-01-04  Julien MOUTTE  <julien@moutte.net>
1514
1515         * gst-libs/gst/interfaces/xoverlay.c:
1516         (gst_x_overlay_handle_events):
1517         * gst-libs/gst/interfaces/xoverlay.h:
1518         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new),
1519         (gst_ximagesink_set_xwindow_id),
1520         (gst_ximagesink_set_event_handling),
1521         (gst_ximagesink_xoverlay_init), (gst_ximagesink_set_property),
1522         (gst_ximagesink_get_property), (gst_ximagesink_init),
1523         (gst_ximagesink_class_init):
1524         * sys/ximage/ximagesink.h:
1525         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_new),
1526         (gst_xvimagesink_set_xwindow_id),
1527         (gst_xvimagesink_set_event_handling),
1528         (gst_xvimagesink_xoverlay_init), (gst_xvimagesink_set_property),
1529         (gst_xvimagesink_get_property), (gst_xvimagesink_init),
1530         (gst_xvimagesink_class_init):
1531         * sys/xvimage/xvimagesink.h:
1532         * tests/icles/stress-xoverlay.c: (toggle_events), (create_window):
1533         Add a method to the XOverlay interface to allow disabling of 
1534         event handling in x[v]imagesink elements. This will let X events
1535         propagate to parent windows which can be usefull in some cases.
1536         Be carefull that the application is then responsible of pushing
1537         navigation events and expose events to the video sink.
1538         Fixes: #387138.
1539
1540 2007-01-03  Tim-Philipp Müller  <tim at centricular dot net>
1541
1542         * gst-libs/gst/tag/gstvorbistag.c:
1543         * tests/check/libs/tag.c: (GST_START_TEST):
1544           Add vorbistag <=> GStreamer tag mapping for GST_TAG_LOCATION
1545           (fixes #392070).
1546
1547 2007-01-01  Tim-Philipp Müller  <tim at centricular dot net>
1548
1549         * configure.ac:
1550         * docs/Makefile.am:
1551         * docs/design/Makefile.am:
1552           Dist design docs.
1553
1554 2006-12-27  Julien MOUTTE  <julien@moutte.net>
1555
1556         * docs/libs/gst-plugins-base-libs-sections.txt: Fix a documentation
1557         typo. Fixes: #390063.
1558
1559 2006-12-27  Julien MOUTTE  <julien@moutte.net>
1560
1561         * sys/ximage/ximagesink.c: (gst_ximagesink_setcaps):
1562         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps): Plug a
1563         caps leak.
1564         * win32/common/config.h: Updated.
1565
1566 2006-12-22  Stefan Kost  <ensonic@users.sf.net>
1567
1568         * tests/check/elements/gdpdepay.c: (cleanup_gdpdepay),
1569         (setup_gdpdepay_streamheader):
1570         * tests/check/elements/gdppay.c: (cleanup_gdppay),
1571         (setup_gdppay_streamheader):
1572           Fix the dp tests, but activating the pads for the streamheader tests
1573           too and cleaning up conditionaly
1574
1575 2006-12-22  Jan Schmidt  <thaytan@mad.scientist.com>
1576
1577         * gst/ffmpegcolorspace/avcodec.h:
1578         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
1579         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
1580         (gst_ffmpegcsp_avpicture_fill):
1581         * gst/ffmpegcolorspace/imgconvert.c: (img_convert),
1582         (img_get_alpha_info):
1583         Add 2 new caps arrangements, for 24-bit RGB and BGR in 32-bits, but at the
1584         other end of the word. Fixes: #387073.
1585
1586         Add some inconsequential branch hints in a couple of places.
1587
1588 2006-12-21  Tim-Philipp Müller  <tim at centricular dot net>
1589
1590         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
1591         (gst_ffmpeg_caps_to_smpfmt):
1592           The "signed" field in raw audio caps is of boolean type, trying to
1593           extract the value with _get_int() will fail (fix to keep in sync with
1594           the copy in gst-ffmpeg)
1595
1596 2006-12-21  Stefan Kost  <ensonic@users.sf.net>
1597
1598         * tests/check/elements/audioresample.c: (cleanup_audioresample):
1599         * tests/check/elements/audiotestsrc.c: (cleanup_audiotestsrc):
1600         * tests/check/elements/gdpdepay.c: (setup_gdpdepay),
1601         (cleanup_gdpdepay):
1602         * tests/check/elements/gdppay.c: (setup_gdppay), (cleanup_gdppay):
1603         * tests/check/elements/subparse.c: (teardown_subparse):
1604         * tests/check/elements/textoverlay.c: (cleanup_textoverlay):
1605         * tests/check/elements/videorate.c: (cleanup_videorate):
1606         * tests/check/elements/videotestsrc.c: (cleanup_videotestsrc):
1607         * tests/check/elements/volume.c: (cleanup_volume):
1608         * tests/check/elements/vorbisdec.c: (setup_vorbisdec),
1609         (cleanup_vorbisdec):
1610         * tests/check/elements/vorbistag.c: (setup_vorbistag),
1611         (cleanup_vorbistag):
1612           consistent pad (de)activation
1613
1614 2006-12-20  Tim-Philipp Müller  <tim at centricular dot net>
1615
1616         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
1617           Forgot to register the extensions.
1618
1619 2006-12-20  Tim-Philipp Müller  <tim at centricular dot net>
1620
1621         * gst/typefind/gsttypefindfunctions.c: (vivo_type_find),
1622         (plugin_init):
1623           Add typefinder for VIVO files (my christmas present to the 90s).
1624
1625 2006-12-16  Tim-Philipp Müller  <tim at centricular dot net>
1626
1627         * gst/playback/gstdecodebin.c: (type_found):
1628           Special-case the text/plain media type: we only want to recognise it
1629           as a 'raw' decoded media type if it comes from a demuxer or subtitle
1630           parser, but not if the entire stream is of text/plain type. If the
1631           entire stream is text/plain, we should just error out.
1632
1633           This fixes playback of audio files with lyrics in totem. Totem can't
1634           distinguish between text files and subtitle files and passes any
1635           .txt file with the same basename as the main file to playbin as
1636           suburi, and playbin will then throw a 'subtitle found, but no video
1637           stream' error, which isn't entirely helpful. See #380342.
1638
1639           Also, with this change we'll show a slightly more correct error
1640           message in case totem passes a playlist file to us (although a
1641           custom error message wording instead of the default text would
1642           probably not be a bad idea either).
1643
1644           Same problem also needs to be fixed for playbin+decodebin2.
1645
1646         * tests/check/Makefile.am:
1647         * tests/check/elements/decodebin.c: (src_handoff_cb),
1648         (decodebin_new_decoded_pad_cb), (GST_START_TEST),
1649         (decodebin_suite):
1650           Add simple unit test for decodebin for the above.
1651
1652 2006-12-16  Tim-Philipp Müller  <tim at centricular dot net>
1653
1654         * gst/playback/gstdecodebin.c: (gst_decode_bin_change_state):
1655         * gst/playback/gstdecodebin2.c: (gst_decode_bin_change_state):
1656           Refuse to change state to READY when we failed to create any of the
1657           required elements in our instance init function.
1658
1659 2006-12-15  Tim-Philipp Müller  <tim at centricular dot net>
1660
1661         * docs/libs/gst-plugins-base-libs-sections.txt:
1662           Small docs fixes/updates.
1663
1664         * gst-libs/gst/video/gstvideosink.h:
1665           Remove nonfunctional GST_VIDEO_SINK_CLOCK macro which is a leftover
1666           from the 0.9 days (GST_BASE_SINK_CLOCK, which it points to, was
1667           removed from the base sink API between 0.9.6 and 0.9.7).
1668           API: add GST_VIDEO_SINK_CAST and use it for the height/width
1669           accessor macros, so we don't do a runtime GObject type check every
1670           time we use them.
1671
1672 2006-12-15  Thomas Vander Stichele  <thomas at apestaart dot org>
1673
1674         * Makefile.am:
1675         * gst-plugins-base.doap:
1676         * gst-plugins-base.spec.in:
1677           add doap file
1678
1679 2006-12-09  Tim-Philipp Müller  <tim at centricular dot net>
1680
1681         Patch by: Jens Granseuer <jensgr at gmx net>
1682
1683         * gst-libs/gst/cdda/gstcddabasesrc.c: (gst_cdda_base_src_create):
1684         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
1685         (gst_base_rtp_audio_payload_handle_frame_based_buffer),
1686         (gst_base_rtp_audio_payload_handle_sample_based_buffer):
1687         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_fixate):
1688           Declare variables at the beginning of a block. Fixes #383195.
1689
1690 2006-12-07  Jan Schmidt  <thaytan@mad.scientist.com>
1691
1692         * configure.ac:
1693         Bump version nano - back to CVS.
1694
1695
1696 === release 0.10.11 ===
1697
1698 2006-12-06  Jan Schmidt <thaytan@mad.scientist.com>
1699
1700         * configure.ac:
1701           releasing 0.10.11, "Dumb things"
1702
1703 2006-12-05  Jan Schmidt  <thaytan@mad.scientist.com>
1704
1705         * gst/playback/gstdecodebin.c: (find_dynamic), (dynamic_add),
1706         (close_pad_link), (elem_is_dynamic), (unlinked), (close_link):
1707         Handle the case where an element has multiple pads with 
1708         unfixed caps as well as still possibly producing more dynamic 
1709         pads by storing each case as a distinct entry in the dynamic list.
1710         Fixes #38223 again.
1711
1712 2006-12-04  Wim Taymans  <wim@fluendo.com>
1713
1714         * gst/playback/gstdecodebin.c: (close_pad_link):
1715         Fix #382223, add more dynamic caps handling.
1716
1717 2006-12-04  Wim Taymans  <wim@fluendo.com>
1718
1719         reviewed by: <delete if not using a buddy>
1720
1721         * gst-libs/gst/audio/gstringbuffer.h:
1722         * gst-libs/gst/netbuffer/gstnetbuffer.c: (gst_netbuffer_init),
1723         (gst_netaddress_set_ip4_interface),
1724         (gst_netaddress_set_ip6_interface), (gst_netaddress_set_loopback),
1725         (gst_netaddress_set_ttl), (gst_netaddress_get_ip4_interface),
1726         (gst_netaddress_get_ip6_interface), (gst_netaddress_get_loopback),
1727         (gst_netaddress_get_ttl):
1728         * gst-libs/gst/netbuffer/gstnetbuffer.h:
1729         * gst/playback/gstdecodebin.c: (close_pad_link):
1730         * tests/examples/seek/seek.c: (end_scrub), (end_seek), (do_seek),
1731         (seek_cb), (stop_seek), (rate_spinbutton_changed_cb):
1732         * win32/common/config.h:
1733
1734 2006-12-01  Michael Smith  <msmith@fluendo.com>
1735
1736         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_chain):
1737           Delete bad debug code.
1738           Fixes #381219
1739
1740 2006-12-01  Jan Schmidt  <thaytan@mad.scientist.com>
1741
1742         * gst/videoscale/vs_4tap.c:
1743         * win32/MANIFEST:
1744         * win32/common/config.h:
1745         * win32/vs8/libgstvideoscale.vcproj:
1746         Fix compilation on win32 under VS8
1747         Patch by: Sergey Scobich <sergey dot scobich at gmail dot com>
1748         Partially fixes #381175
1749
1750 2006-11-30  Michael Smith  <msmith@fluendo.com>
1751
1752         * tests/check/pipelines/theoraenc.c: (check_buffer_granulepos),
1753         (GST_START_TEST):
1754           It would be very bad if, after a discont buffer, we thought every
1755           single following buffer was also discont. So, add to the test to
1756           ensure that this isn't the case.
1757           
1758         * ext/theora/theoraenc.c: (theora_enc_is_discontinuous):
1759           ... it was the case. So fix it.
1760
1761 2006-11-28  Wim Taymans  <wim@fluendo.com>
1762
1763         * gst/playback/gstplaybasebin.c: (check_queue_event):
1764         Improve debug.
1765
1766         * gst/videoscale/gstvideoscale.c: (gst_video_scale_transform_caps):
1767         Fix width and height range from 16 - 4096 to 1 - MAXINT, just like the
1768         padtemplate caps. Refixes #357577.
1769
1770 2006-11-28  Wim Taymans  <wim@fluendo.com>
1771
1772         * gst/playback/gstplaybasebin.c: (check_queue_event),
1773         (queue_threshold_reached), (queue_out_of_data),
1774         (gen_preroll_element):
1775         Add event probe to see when EOS is in a queue and we can disable the
1776         underrun signals. Fixes #357577.
1777
1778 2006-11-28  Edward Hervey  <edward@fluendo.com>
1779
1780         * gst/playback/Makefile.am:
1781         * gst/playback/gstdecodebin2.c: (gst_decode_bin_get_type),
1782         (_gst_boolean_accumulator), (gst_decode_bin_class_init),
1783         (gst_decode_bin_factory_filter), (compare_ranks), (print_feature),
1784         (gst_decode_bin_init), (gst_decode_bin_dispose),
1785         (gst_decode_bin_finalize), (gst_decode_bin_set_property),
1786         (gst_decode_bin_get_property), (gst_decode_bin_set_caps),
1787         (gst_decode_bin_get_caps), (gst_decode_bin_autoplug_continue),
1788         (gst_decode_bin_autoplug_sort), (analyze_new_pad), (connect_pad),
1789         (connect_element), (expose_pad), (type_found),
1790         (pad_added_group_cb), (pad_removed_group_cb),
1791         (no_more_pads_group_cb), (pad_added_cb), (pad_removed_cb),
1792         (no_more_pads_cb), (find_compatibles), (is_demuxer_element),
1793         (are_raw_caps), (multi_queue_overrun_cb),
1794         (multi_queue_underrun_cb), (gst_decode_group_new),
1795         (get_current_group), (group_demuxer_event_probe),
1796         (gst_decode_group_control_demuxer_pad),
1797         (gst_decode_group_control_source_pad),
1798         (gst_decode_group_check_if_blocked),
1799         (gst_decode_group_check_if_drained), (gst_decode_group_expose),
1800         (gst_decode_group_hide), (gst_decode_group_free),
1801         (gst_decode_group_set_complete), (source_pad_blocked_cb),
1802         (source_pad_event_probe), (gst_decode_pad_new), (add_fakesink),
1803         (remove_fakesink), (find_sink_pad), (gst_decode_bin_change_state),
1804         (plugin_init):
1805         New decodebin2 element.
1806         Closes #370092
1807         * gst/playback/gstplay-marshal.list:
1808         Added marshallers for new signals in decodebin2
1809         * gst/playback/gstplaybasebin.c: (setup_subtitle), (make_decoder):
1810         Use decodebin2 if *and only if* the USE_DECODEBIN2 environment variable
1811         is set.
1812
1813 2006-11-28  Wim Taymans  <wim@fluendo.com>
1814
1815         * gst/playback/gstplaybasebin.c: (setup_source),
1816         (gst_play_base_bin_change_state):
1817         Disable rtsp:// uris for the release, it's not good enough yet.
1818         Remove unused var.
1819
1820 2006-11-26  Wim Taymans  <wim@fluendo.com>
1821
1822         * ext/theora/theoradec.c: (gst_theora_dec_reset),
1823         (theora_dec_push_forward), (theora_dec_push_reverse),
1824         (theora_handle_data_packet), (theora_dec_decode_buffer),
1825         (theora_dec_flush_decode), (theora_dec_chain_reverse),
1826         (theora_dec_chain_forward), (theora_dec_chain):
1827         Implement reverse playback.
1828
1829         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_reset),
1830         (vorbis_dec_decode_buffer), (vorbis_dec_flush_decode),
1831         (vorbis_dec_chain_forward):
1832         Clear buffers used for reverse playback in _reset.
1833         No need to set the eos flag, we clip samples using the segment.
1834
1835 2006-11-24  Wim Taymans  <wim@fluendo.com>
1836
1837         * ext/ogg/gstoggdemux.c: (gst_ogg_page_copy), (gst_ogg_page_free),
1838         (gst_ogg_pad_init), (gst_ogg_pad_dispose), (gst_ogg_pad_reset),
1839         (gst_ogg_pad_stream_out), (gst_ogg_pad_submit_page),
1840         (gst_ogg_chain_reset), (gst_ogg_demux_perform_seek):
1841         Some cleanups.
1842         Handle continued pages in reverse mode.
1843
1844 2006-11-24  Wim Taymans  <wim@fluendo.com>
1845
1846         * ext/vorbis/vorbisdec.c: (vorbis_dec_push_forward),
1847         (vorbis_handle_data_packet), (vorbis_dec_decode_buffer),
1848         (vorbis_dec_flush_decode):
1849         Small cleanups.
1850         Don't try to add invalid timestamps.
1851         Clipping will unref the buffer.
1852
1853 2006-11-24  Stefan Kost  <ensonic@users.sf.net>
1854
1855         * gst/adder/gstadder.h:
1856         * gst/audiotestsrc/gstaudiotestsrc.h:
1857           remove obsolete _factory_init protos
1858
1859 2006-11-24  Stefan Kost  <ensonic@users.sf.net>
1860
1861         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_buffer_alloc):
1862           Fix spacing in debug message.
1863
1864 2006-11-23  Wim Taymans  <wim@fluendo.com>
1865
1866         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_page),
1867         (gst_ogg_demux_chain):
1868         Don't just ignore return values from _pad_push().
1869         Small debug improvements.
1870
1871 2006-11-23  Michael Smith  <msmith@fluendo.com>
1872
1873         * ext/ogg/gstoggmux.c: (gst_ogg_mux_process_best_pad):
1874           If our incoming buffer is marked as DISCONT, then increment the page
1875           number (so that the discontinuity is marked in the final ogg
1876           bitstream) and flush the previous page.
1877
1878 2006-11-22  Michael Smith  <msmith@fluendo.com>
1879
1880         * ext/theora/gsttheoraenc.h:
1881         * ext/theora/theoraenc.c: (gst_theora_enc_init),
1882         (theora_enc_reset), (theora_enc_clear), (theora_enc_sink_setcaps),
1883         (theora_buffer_from_packet), (theora_enc_is_discontinuous),
1884         (theora_enc_chain), (theora_enc_change_state):
1885           Mark discontinuities of > 3/4 of a frame, reinit encoder.
1886
1887         * tests/check/pipelines/theoraenc.c: (check_buffer_granulepos),
1888         (GST_START_TEST), (theoraenc_suite):
1889           Enable discontinuity test, fix it.
1890
1891 2006-11-21  Tim-Philipp Müller  <tim at centricular dot net>
1892
1893         * ext/pango/gsttextoverlay.c: (gst_text_overlay_init),
1894         (gst_text_overlay_text_pad_unlink), (gst_text_overlay_text_event),
1895         (gst_text_overlay_video_event), (gst_text_overlay_pop_text),
1896         (gst_text_overlay_text_chain), (gst_text_overlay_video_chain),
1897         (gst_text_overlay_change_state):
1898         * ext/pango/gsttextoverlay.h:
1899           Some textoverlay fixes: for one, in the video chain function,
1900           actually wait for a text buffer to come in if there is none at the
1901           moment and there should be one; also, deal more gracefully with
1902           incoming buffers that do not have a timestamp or duration; discard
1903           text buffer when not needed any longer. Fixes #341681.
1904
1905         * tests/check/Makefile.am:
1906         * tests/check/elements/.cvsignore:
1907         * tests/check/elements/textoverlay.c:
1908         (notgst_check_setup_src_pad2), (notgst_check_teardown_src_pad2),
1909         (setup_textoverlay), (buffer_is_all_black), (create_black_buffer),
1910         (create_text_buffer), (cleanup_textoverlay), (GST_START_TEST),
1911         (test_video_waits_for_text_send_text_newsegment_thread),
1912         (test_video_waits_for_text_shutdown_element),
1913         (test_render_continuity_push_video_buffers_thread),
1914         (textoverlay_suite):
1915           Add some unit tests for textoverlay.
1916
1917 2006-11-21  Tim-Philipp Müller  <tim at centricular dot net>
1918
1919         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset):
1920           Avoid integer underflow when the found probability for mp3 is
1921           smaller than the 'penalty' we subtract if there's not a clean
1922           mp3 header sync at offset 0.
1923
1924 2006-11-21  Stefan Kost  <ensonic@users.sf.net>
1925
1926         * docs/libs/gst-plugins-base-libs-sections.txt:
1927           Add some new symbols to the docs
1928
1929 2006-11-20  Tim-Philipp Müller  <tim at centricular dot net>
1930
1931         * tests/check/Makefile.am:
1932         * tests/check/elements/ffmpegcolorspace.c:
1933         (ffmpegcolorspace_suite):
1934           Enable ffmpegcolorspace test now that the RGBA32 issue is fixed
1935           (for now not for valgrinding though, since it takes too long).
1936
1937 2006-11-20  Wim Taymans  <wim@fluendo.com>
1938
1939         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
1940         (gst_ffmpeg_pixfmt_to_caps):
1941         Fix RGBA32 caps. Fixes #357038.
1942
1943 2006-11-20  Tim-Philipp Müller  <tim at centricular dot net>
1944
1945         * gst-libs/gst/interfaces/mixertrack.h:
1946           Add FIXME so we can add some padding here in 0.11
1947
1948 2006-11-19  Tim-Philipp Müller  <tim at centricular dot net>
1949
1950         * gst-libs/gst/rtp/gstbasertpaudiopayload.h:
1951           Fix GstBaseRTPAudioPayload structure so the whole GObject
1952           inheritance business actually works (parent class instance structure
1953           must always come first in the derived class instance structure).
1954
1955 2006-11-16  Tim-Philipp Müller  <tim at centricular dot net>
1956
1957         * gst/videotestsrc/Makefile.am:
1958         * tests/check/Makefile.am:
1959           Make sure our checks and the videotestsrc plugin link against the
1960           local uninstalled gst libs and not any installed gst libs that
1961           might happen to exist as well.
1962
1963         * tests/check/elements/adder.c: (message_received),
1964         (test_event_message_received), (test_play_twice_message_received):
1965         * tests/check/elements/ffmpegcolorspace.c: (GST_START_TEST):
1966           Fix compiler warnings when compiling against core with disabled
1967           debugging system.
1968
1969 2006-11-16  Michael Smith  <msmith@fluendo.com>
1970
1971         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_reset),
1972         (gst_audio_rate_sink_event), (gst_audio_rate_chain):
1973           Fix audiorate, so that it accurately sets offsets and timestamps.
1974           Doesn't change the fundamental algorithmic decisions; so should be
1975           safe.
1976
1977         * tests/check/Makefile.am:
1978           Enable audiorate test now that it passes.
1979
1980 2006-11-09  Stefan Kost  <ensonic@users.sf.net>
1981
1982         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state):
1983           clear xv when going to NULL, remove // commented non-existant proto
1984
1985         * tests/examples/seek/seek.c: (main):
1986           add missing tooltip description for scrub and play_scrub
1987
1988 2006-11-14  David Schleef  <ds@schleef.org>
1989
1990         * configure.ac:
1991           Bump liboil requirement to 0.3.8.
1992         * gst-libs/gst/riff/riff-media.c:
1993           Add Dirac fourcc.
1994         * gst/videoscale/vs_image.h:
1995         * gst/videoscale/vs_scanline.h:
1996           Use liboil's stdint.h.
1997         * gst/videotestsrc/videotestsrc.c:
1998           Remove liboil related ifdef's, since they aren't needed now, and
1999           won't work with future versions.
2000
2001 2006-11-14  David Schleef  <ds@schleef.org>
2002
2003         * gst/videoscale/Makefile.am:
2004         * gst/videoscale/gstvideoscale.c:
2005         * gst/videoscale/gstvideoscale.h:
2006         * gst/videoscale/vs_4tap.c:
2007         * gst/videoscale/vs_4tap.h:
2008         * gst/videoscale/vs_image.c:
2009         * gst/videoscale/vs_image.h:
2010         * gst/videoscale/vs_scanline.c:
2011         * gst/videoscale/vs_scanline.h:
2012           Add a 4-tap image scaler.  Theoretically looks much prettier.
2013           The tap calculation could use some improvement.
2014
2015 2006-11-14  Wim Taymans  <wim@fluendo.com>
2016
2017         Patch by: Jan David Mol <j dot j dot d dot mol at tudelft dot nl>
2018
2019         * gst-libs/gst/riff/riff-read.c: (gst_riff_parse_strf_auds),
2020         (gst_riff_parse_strf_iavs):
2021         * gst/subparse/gstsubparse.c: (convert_encoding):
2022         * gst/tcp/gstmultifdsink.c:
2023         (gst_multi_fd_sink_handle_client_write):
2024         * gst/tcp/gsttcp.c: (gst_tcp_socket_write), (gst_tcp_socket_read),
2025         (gst_tcp_read_buffer), (gst_tcp_gdp_read_caps),
2026         (gst_tcp_gdp_write_buffer), (gst_tcp_gdp_write_caps):
2027         * gst/tcp/gsttcpclientsink.c: (gst_tcp_client_sink_render):
2028         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
2029         (gst_ximagesink_ximage_new):
2030         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new):
2031         Various gsize and gssize printf fixes. Fixes #372507.
2032
2033 2006-11-13  Wim Taymans  <wim@fluendo.com>
2034
2035         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
2036         (vorbis_dec_push_forward), (vorbis_dec_push_reverse),
2037         (vorbis_handle_data_packet), (vorbis_dec_decode_buffer),
2038         (vorbis_dec_flush_decode), (vorbis_dec_chain_reverse),
2039         (vorbis_dec_chain_forward), (vorbis_dec_chain):
2040         * ext/vorbis/vorbisdec.h:
2041         First stab at vorbis reverse playback.
2042
2043 2006-11-13  Wim Taymans  <wim@fluendo.com>
2044
2045         * gst-libs/gst/audio/gstbaseaudiosink.c:
2046         (gst_base_audio_sink_event), (gst_base_audio_sink_render):
2047         * gst-libs/gst/audio/gstbaseaudiosink.h:
2048         Make the clock sync code more accurate wrt resampling and playback
2049         at different rates.
2050         
2051         * gst-libs/gst/audio/gstringbuffer.c:
2052         (gst_ring_buffer_commit_full), (gst_ring_buffer_commit):
2053         * gst-libs/gst/audio/gstringbuffer.h:
2054         Use better algorithm to interpolate sample rates. 
2055
2056 2006-11-13  Michael Smith  <msmith@fluendo.com>
2057
2058         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_page):
2059           Improve a debug line slightly.
2060
2061         * ext/ogg/gstogmparse.c: (gst_ogm_parse_plugin_init):
2062           Call gst_riff_init() in plugin_init, to avoid getting errors from
2063           the debug system (unrelated changes to another plugin made this turn
2064           up; not sure why).
2065
2066 2006-11-10  Tim-Philipp Müller  <tim at centricular dot net>
2067
2068         Patch by: Sergey Scobich  <sergery.scobich at gmail com>
2069
2070         * win32/common/libgsttag.def:
2071           Add missing symbol (#366492).
2072
2073 2006-11-09  Tim-Philipp Müller  <tim at centricular dot net>
2074
2075         * gst/playback/gststreamselector.c: (gst_stream_selector_dispose):
2076           Don't unref a NULL pad.
2077
2078 2006-11-09  Wim Taymans  <wim@fluendo.com>
2079
2080         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_page),
2081         (gst_ogg_demux_get_prev_page), (gst_ogg_demux_perform_seek),
2082         (gst_ogg_demux_handle_page), (gst_ogg_demux_chain),
2083         (gst_ogg_demux_loop_forward), (gst_ogg_demux_loop_reverse),
2084         (gst_ogg_demux_loop):
2085         Implement first stab at reverse playback.
2086
2087 2006-11-07  Stefan Kost  <ensonic@users.sf.net>
2088
2089         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
2090         (gst_riff_create_video_template_caps):
2091           add h263/h264 variants to the caps, Fixes #363118
2092
2093 2006-11-06  Tim-Philipp Müller  <tim at centricular dot net>
2094
2095         * gst-libs/gst/audio/gstaudiosink.c: (audioringbuffer_thread_func):
2096         * gst-libs/gst/audio/gstaudiosrc.c: (audioringbuffer_thread_func):
2097           Use g_strerror instead of strerror so we get UTF-8.
2098
2099 2006-11-03  David Schleef  <ds@schleef.org>
2100
2101         * ext/ogg/gstoggdemux.c:
2102         * ext/ogg/gstoggmux.c:
2103           Add/remove KW-DIRAC header here, since it is ogg-specific.
2104
2105 2006-11-03  Michael Smith  <msmith@fluendo.com>
2106
2107         * gst/typefind/gsttypefindfunctions.c: (mpeg4_video_type_find):
2108           Recognise more mpeg4 elementary video streams.
2109
2110 2006-11-02  Edward Hervey  <edward@fluendo.com>
2111
2112         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset):
2113         Lower the probability of mp3 typefinding functions if we don't find a
2114         valid mp3 header at the start of the file.
2115         Closes #369482
2116
2117 2006-11-02  Wim Taymans  <wim@fluendo.com>
2118
2119         * ext/theora/gsttheoradec.h:
2120         * ext/theora/theoradec.c: (gst_theora_dec_init),
2121         (theora_dec_sink_event), (theora_dec_chain_forward),
2122         (theora_dec_flush_decode), (theora_dec_chain_reverse),
2123         (theora_dec_chain):
2124         Document and partially implement an algorithm for doing reverse playback
2125         of theora video.
2126
2127 2006-11-02  Tim-Philipp Müller  <tim at centricular dot net>
2128
2129         Patch by: Sergey Scobich  <sergey.scobich at gmail com>
2130
2131         * win32/common/config.h:
2132         * win32/common/interfaces-enumtypes.c:
2133         * win32/common/libgsttag.def:
2134         * win32/vs8/gst-plugins-base.sln:
2135         * win32/vs8/libgstaudioresample.vcproj:
2136         * win32/vs8/libgstinterfaces.vcproj:
2137         * win32/vs8/libgstogg.vcproj:
2138         * win32/vs8/libgstriff.vcproj:
2139         * win32/vs8/libgsttag.vcproj:
2140         * win32/vs8/libgsttheora.vcproj:
2141         * win32/vs8/libgstvideoscale.vcproj:
2142         * win32/vs8/libgstvorbis.vcproj:
2143           Misc. VS8 build fixes: fix syntax in config.h, add missing entries
2144           to libgsttag.def; add missing dependencies for some vs8 projects;
2145           re-arrange placement of .def files in vs8 projects (#366334).
2146
2147 2006-11-01  Tim-Philipp Müller  <tim at centricular dot net>
2148
2149         * ext/ogg/gstogg.c:
2150           Remove unused variable.
2151
2152         * ext/ogg/gstoggdemux.c:
2153           Fix Wim's surname in plugin description.
2154
2155 2006-10-31  Wim Taymans  <wim@fluendo.com>
2156
2157         * gst-plugins-base.spec.in:
2158         spec new .h file. Fixes #368310.
2159
2160 2006-10-31  Michael Smith  <msmith@fluendo.com>
2161
2162         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_add_full),
2163         (gst_multi_fd_sink_remove), (gst_multi_fd_sink_clear),
2164         (gst_multi_fd_sink_get_stats),
2165         (gst_multi_fd_sink_remove_client_link),
2166         (gst_multi_fd_sink_queue_buffer),
2167         (gst_multi_fd_sink_handle_clients):
2168         * gst/tcp/gstmultifdsink.h:
2169           Make using the remove or clear signals threadsafe.
2170           Make calling get-stats with an invalid fd not segfault.
2171           Fixes 368273.
2172
2173 2006-10-31  Wim Taymans  <wim@fluendo.com>
2174
2175         * gst-libs/gst/rtp/Makefile.am:
2176         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
2177         (gst_base_rtp_audio_payload_init):
2178         Fix and activate base audio payloader.
2179
2180 2006-10-28  Tim-Philipp Müller  <tim at centricular dot net>
2181
2182         * gst/typefind/gsttypefindfunctions.c: (qtif_type_find),
2183         (plugin_init):
2184           Add typefinder for QuickTime Image Files (see #366156).
2185
2186 2006-10-28  Tim-Philipp Müller  <tim at centricular dot net>
2187
2188         * gst/audioresample/gstaudioresample.c: (gst_audioresample_init):
2189           Another typo fix (#366212).
2190
2191 2006-10-27  Wim Taymans  <wim@fluendo.com>
2192
2193         * gst/volume/gstvolume.c: (volume_transform_ip):
2194         Use stream time to synchronize volume property instead of rather random
2195         timestamps. This is needed when gnonlin does its time shifting.
2196
2197 2006-10-27  Wim Taymans  <wim@fluendo.com>
2198
2199         Patch by: Mark Nauwelaerts <manauw at skynet dot be>
2200
2201         * ext/ogg/gstoggmux.c: (gst_ogg_mux_release_pad):
2202         Remove the pad from the element in release_pad. Fixes #364812.
2203
2204 2006-10-27  Tim-Philipp Müller  <tim at centricular dot net>
2205
2206         * sys/ximage/ximagesink.c: (gst_ximagesink_get_type):
2207         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_type):
2208           Explicitly create our custom buffer classes at a thread-safe
2209           location as well, since g_type_class_ref() doesn't seem to be
2210           entirely thread-safe either (#365501; also see #349410).
2211
2212 2006-10-26  Tim-Philipp Müller  <tim at centricular dot net>
2213
2214         * gst-libs/gst/riff/riff-read.c: (freeform_string_to_utf8),
2215         (gst_riff_parse_info):
2216           If strings in INFO chunk are not UTF-8, do something similar to
2217           what we do for ID3v1 tags: check a number of environment variables
2218           (GST_AVI_TAG_ENCODING, GST_RIFF_TAG_ENCODING, GST_TAG_ENCODING) for
2219           character sets to try, otherwise try the current locale and/or fall
2220           back on ISO-8859-1. Fixes #360552.
2221
2222 2006-10-23  Tim-Philipp Müller  <tim at centricular dot net>
2223
2224         * gst/videotestsrc/gstvideotestsrc.c:
2225         (gst_video_test_src_pattern_get_type),
2226         (gst_video_test_src_set_pattern):
2227         * gst/videotestsrc/gstvideotestsrc.h:
2228         * gst/videotestsrc/videotestsrc.c: (gst_video_test_src_checkers1),
2229         (gst_video_test_src_checkers2), (gst_video_test_src_checkers4),
2230         (gst_video_test_src_checkers8):
2231         * gst/videotestsrc/videotestsrc.h:
2232           Add a bunch of exciting new checkers patterns.
2233
2234 2006-10-23  Tim-Philipp Müller  <tim at centricular dot net>
2235
2236         * gst/subparse/Makefile.am:
2237         * gst/subparse/gstsubparse.c:
2238         (gst_sub_parse_data_format_autodetect),
2239         (gst_sub_parse_format_autodetect), (handle_buffer),
2240         (gst_sub_parse_chain), (gst_subparse_type_find), (plugin_init):
2241         * gst/subparse/gstsubparse.h:
2242         * gst/subparse/tmplayerparse.c: (tmplayer_parse_line),
2243         (parse_tmplayer):
2244         * gst/subparse/tmplayerparse.h:
2245           Add support for TMPlayer-type subtitles (#362845).
2246
2247         * tests/check/elements/subparse.c: (test_tmplayer_do_test),
2248         (GST_START_TEST), (subparse_suite):
2249           Add some basic unit tests for the above.
2250
2251 2006-10-23  Tim-Philipp Müller  <tim at centricular dot net>
2252
2253         * tests/check/elements/audiorate.c: (test_injector_base_init),
2254         (test_injector_class_init), (test_injector_chain),
2255         (test_injector_init), (probe_cb), (do_perfect_stream_test),
2256         (GST_START_TEST), (audiorate_suite):
2257           More tests for audiorate: inject buffers to check behaviour when
2258           buffers overlap.
2259
2260 2006-10-21  Tim-Philipp Müller  <tim at centricular dot net>
2261
2262         * tests/check/Makefile.am:
2263         * tests/check/elements/.cvsignore:
2264         * tests/check/elements/audiorate.c: (probe_cb), (got_buf),
2265         (do_perfect_stream_test), (GST_START_TEST), (audiorate_suite):
2266           Add some basic unit tests for audiorate. Disabled at the moment
2267           since it doesn't pass yet (see bug #363119).
2268
2269 2006-10-20  Tim-Philipp Müller  <tim at centricular dot net>
2270
2271         * gst/subparse/gstsubparse.c: (subrip_fix_up_markup),
2272         (parse_subrip), (handle_buffer):
2273           Add missing closing tags for markup and fix broken markup,
2274           otherwise pango won't render anything (fixes #357531). Also,
2275           make sure the text we send out is always NUL-terminated
2276           (better safe than sorry etc.).
2277
2278         * tests/check/elements/subparse.c: (test_srt_do_test),
2279         (test_srt):
2280           Some more tests for .srt incl. tests for the above stuff.
2281
2282 2006-10-20  Julien MOUTTE  <julien@moutte.net>
2283
2284         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_put):
2285         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put):
2286         Patch by: Stefan Kost  <ensonic@users.sf.net>
2287         Try to redraw borders only when needed. Apparently this consumes
2288         resources on small devices... :-O (#363607)
2289
2290 2006-10-20  Michael Smith  <msmith@fluendo.com>
2291
2292         * gst/tcp/gstmultifdsink.c:
2293         (gst_multi_fd_sink_client_queue_buffer):
2294           If caps change, then update the client's idea of the caps so that we
2295           don't end up re-sending streamheaders for every single buffer after
2296           the caps change.
2297
2298 2006-10-20  Michael Smith  <msmith@fluendo.com>
2299
2300         * ext/ogg/gstoggparse.c: (gst_ogg_parse_dispose),
2301         (gst_ogg_parse_append_header), (gst_ogg_parse_chain):
2302           Set caps on pushed buffers; fix up refcounting of caps objects.
2303
2304 2006-10-19  Tim-Philipp Müller  <tim at centricular dot net>
2305
2306         * gst/typefind/gsttypefindfunctions.c: (mmsh_type_find),
2307         (plugin_init):
2308           Typefind mmsh header data packet to application/x-mmsh (#362625).
2309
2310 2006-10-19  Tim-Philipp Müller  <tim at centricular dot net>
2311
2312         * tests/check/Makefile.am:
2313         * tests/check/elements/.cvsignore:
2314         * tests/check/elements/subparse.c: (buffer_from_static_string),
2315         (setup_subparse), (teardown_subparse), (test_srt_do_test),
2316         (GST_START_TEST), (subparse_suite):
2317           Add very simple unit test for subparse.
2318
2319 2006-10-19  Tim-Philipp Müller  <tim at centricular dot net>
2320
2321         * gst/subparse/gstsubparse.c: (strip_trailing_newlines),
2322         (parse_subrip):
2323           Strip trailing newlines from subtitle text output.
2324
2325 2006-10-18  Tim-Philipp Müller  <tim at centricular dot net>
2326
2327         * gst/subparse/gstsubparse.c: (gst_sub_parse_dispose),
2328         (gst_sub_parse_change_state):
2329           Fix memleak; clear subparse->textbuf n state change function.
2330
2331 2006-10-18  Tim-Philipp Müller  <tim at centricular dot net>
2332
2333         * gst/subparse/gstsubparse.c:
2334         (gst_sub_parse_data_format_autodetect):
2335           Don't require subrip (.srt) files to start with a chunk number of 1.
2336
2337 2006-10-18  Wim Taymans  <wim@fluendo.com>
2338
2339         * gst-libs/gst/audio/gstbaseaudiosink.c:
2340         (gst_base_audio_sink_event), (gst_base_audio_sink_render):
2341         * gst-libs/gst/audio/gstbaseaudiosink.h:
2342         Extract rate from the NEWSEGMENT event.
2343         Use commit_full to also take rate adjustment into account when writing
2344         samples to the ringbuffer.
2345         
2346         * gst-libs/gst/audio/gstringbuffer.c:
2347         (gst_ring_buffer_commit_full), (gst_ring_buffer_commit),
2348         (gst_ring_buffer_read):
2349         * gst-libs/gst/audio/gstringbuffer.h:
2350         Added _commit_full() to also take rate into account.
2351         Use simple interpolation algorithm to resample audio.
2352         API: gst_ring_buffer_commit_full()
2353
2354         * tests/examples/seek/scrubby.c: (speed_cb), (do_seek):
2355         * tests/examples/seek/seek.c: (segment_done):
2356         Don't try to seek with 0.0 rate, just pause instead.
2357         Remove bogus debug line.
2358
2359 2006-10-18  Tim-Philipp Müller  <tim at centricular dot net>
2360
2361         * gst/playback/gstplaybasebin.c: (subbin_startup_sync_msg),
2362         (setup_source):
2363           Catch async errors when starting up the subtitle bin, so we can
2364           stop waiting and continue with the main film instead of hanging
2365           forever. Fixes #339366.
2366
2367         * tests/check/elements/playbin.c: (playbin_suite):
2368           Enable unit test for the above.
2369
2370 2006-10-18  Tim-Philipp Müller  <tim at centricular dot net>
2371
2372         * tests/check/Makefile.am:
2373         * tests/check/elements/.cvsignore:
2374         * tests/check/elements/playbin.c: (GST_START_TEST),
2375         (gst_red_video_src_uri_get_type),
2376         (gst_red_video_src_uri_get_protocols),
2377         (gst_red_video_src_uri_get_uri), (gst_red_video_src_uri_set_uri),
2378         (gst_red_video_src_uri_handler_init),
2379         (gst_red_video_src_init_type), (gst_red_video_src_base_init),
2380         (gst_red_video_src_create), (gst_red_video_src_class_init),
2381         (gst_red_video_src_init), (plugin_init), (playbin_suite):
2382           Some small and basic unit tests for playbin; not very useful yet,
2383           but at least a start.
2384
2385 2006-10-18  Tim-Philipp Müller  <tim at centricular dot net>
2386
2387         * gst/playback/gstplaybin.c: (setup_sinks):
2388           The old pad activation spiel.
2389
2390 2006-10-18  Tim-Philipp Müller  <tim at centricular dot net>
2391
2392         * gst/playback/gstplaybasebin.c: (setup_source):
2393           Don't hang forever if the subbin already fails to start up in 
2394           the state change to PAUSED (#339366).
2395
2396 2006-10-17  Tim-Philipp Müller  <tim at centricular dot net>
2397
2398         * gst-libs/gst/interfaces/tuner.c: (gst_tuner_list_channels),
2399         (gst_tuner_set_channel), (gst_tuner_get_channel),
2400         (gst_tuner_list_norms), (gst_tuner_set_norm), (gst_tuner_get_norm),
2401         (gst_tuner_set_frequency), (gst_tuner_get_frequency),
2402         (gst_tuner_signal_strength), (gst_tuner_find_norm_by_name),
2403         (gst_tuner_find_channel_by_name):
2404           Fix some function guards, add some more function guards.
2405
2406 2006-10-17  Jan Schmidt  <thaytan@mad.scientist.com>
2407
2408         * gst/playback/gstdecodebin.c: (get_our_ghost_pad),
2409         (remove_element_chain):
2410         Don't return a pad from get_our_ghost_pad unless it is actually the
2411         one we want.
2412         Change a cast in remove_element_chain slightly.
2413
2414 2006-10-13  Julien MOUTTE  <julien@moutte.net>
2415
2416         * tests/examples/seek/seek.c: (do_seek), (start_seek),
2417         (rate_spinbutton_changed_cb), (segment_done), (msg_state_changed):
2418         Segment seeking needs to use the rate and set stop to -1.
2419
2420 2006-10-13  Wim Taymans  <wim@fluendo.com>
2421
2422         * gst-libs/gst/audio/gstbaseaudiosink.c:
2423         (gst_base_audio_sink_setcaps):
2424         Don't crash when ringbuffer is not yet created.
2425         Patch by: Ville Syrjala <ville dot syrjala at movial dot fi>
2426         Fixes #361634.
2427
2428         * gst/playback/gstplaybasebin.c: (new_decoded_pad_full):
2429         * gst/playback/gststreamselector.c:
2430         (gst_stream_selector_request_new_pad):
2431         Activate pads befre adding them to running elements.
2432
2433 2006-10-13  Julien MOUTTE  <julien@moutte.net>
2434
2435         * tests/examples/seek/seek.c: (do_seek), (start_seek),
2436         (rate_spinbutton_changed_cb), (msg_state_changed): Stop the scale
2437         updater when we start grabing the slider. Don't wait for the
2438         pipeline to be PAUSED.
2439
2440 2006-10-13  Tim-Philipp Müller  <tim at centricular dot net>
2441
2442         * gst-libs/gst/interfaces/mixer.c: (gst_mixer_list_tracks),
2443         (gst_mixer_set_volume), (gst_mixer_get_volume),
2444         (gst_mixer_set_mute), (gst_mixer_set_option),
2445         (gst_mixer_get_option), (gst_mixer_mute_toggled),
2446         (gst_mixer_record_toggled), (gst_mixer_volume_changed),
2447         (gst_mixer_option_changed):
2448           Guard mixer interface functions against bogus arguments.
2449
2450 2006-10-12  Julien MOUTTE  <julien@moutte.net>
2451
2452         * tests/examples/seek/seek.c: (do_seek), (start_seek), (stop_seek),
2453         (play_cb), (pause_cb), (stop_cb), (rate_spinbutton_changed_cb),
2454         (msg_state_changed), (main): Use state-changed messages to trigger
2455         start/stop of scale update timer. Indeed the scale slider was
2456         jumping here and there because the update timer was activated 
2457         before seek completed. This fixes instant applying of rate changes
2458         by pressing the spinbutton like a crazy man !
2459
2460 2006-10-12  Tim-Philipp Müller  <tim at centricular dot net>
2461
2462         Patch by: Sebastien Cote  <sebas642 at yahoo.ca>
2463
2464         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_init),
2465         (gst_basertppayload_finalize):
2466           Fix two small memory leaks (#361456).
2467
2468 2006-10-10  Julien MOUTTE  <julien@moutte.net>
2469
2470         * tests/examples/seek/seek.c: (do_seek),
2471         (rate_spinbutton_changed_cb): When changing spinbutton we try
2472         to change the rate on the fly.
2473
2474 2006-10-10  Wim Taymans  <wim@fluendo.com>
2475
2476         * gst-libs/gst/riff/riff-ids.h:
2477         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
2478         (gst_riff_create_audio_template_caps):
2479         Add WMS caps.
2480
2481 2006-10-10  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
2482
2483         Patch by: Josep Torre Valles <josep@fluendo.com>
2484
2485         * ext/gnomevfs/gstgnomevfssink.c:
2486         * ext/gnomevfs/gstgnomevfssrc.c:
2487         Fix URI interface implementation return type.
2488         * ext/pango/gsttextoverlay.c: (gst_text_overlay_set_property):
2489         Fix what looks like a copy/paste issue when assigning values.
2490         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
2491         (gst_audio_filter_template_get_type):
2492         Cast to prevent Forte warnings.
2493         * gst-libs/gst/cdda/gstcddabasesrc.c: (gst_cdda_base_src_create):
2494         Fix URI interface implementation return type.
2495         gst_pad_query_position requires a signed integer pointer as
2496         3rd parameter, GstClockTime is unsigned.
2497         * gst/audioconvert/audioconvert.c:
2498         Fix integer overflow when treated as signed.
2499         * gst/audioresample/resample.c: (resample_add_input_data):
2500         Cast to prevent warnings on Forte.
2501         * gst/ffmpegcolorspace/imgconvert.c: (build_rgb_palette):
2502         Fix integer overflow when treated as signed.
2503         * gst/ffmpegcolorspace/imgconvert_template.h:
2504         Fix integer overflow when treated as signed. RGBA_OUT shifts bits.
2505         * gst/playback/gstdecodebin.c: (queue_filled_cb),
2506         (cleanup_decodebin):
2507         Who initialises a guint to -1!
2508         Cast function pointers to prevent warnings on Forte.
2509         * gst/playback/gstplaybasebin.c: (queue_deadlock_check),
2510         (queue_threshold_reached):
2511         Cast function pointers correctly to prevent warnings on Forte.
2512         * gst/playback/gststreaminfo.c: (gst_stream_info_dispose):
2513         Cast function pointers correctly to prevent warnings on Forte.
2514         * gst/subparse/gstssaparse.c: (gst_ssa_parse_setcaps):
2515         Obvious change to unsigned, 0xEF > max signed char.
2516         * gst/tcp/gstmultifdsink.c: (get_buffers_max), (count_burst_unit):
2517         GstClockTime is unsigned, initialise correctly.
2518         * gst/tcp/gsttcp.c: (gst_tcp_socket_write):
2519         Cast so pointer arithemetic doesn't cause warnings on Forte.
2520         * gst/videorate/gstvideorate.c:
2521         Use correct return value.
2522         * tests/examples/seek/scrubby.c:
2523         GstClockTime is unsigned, initialise correctly.
2524
2525 2006-10-10  Tim-Philipp Müller  <tim at centricular dot net>
2526
2527         Patch by: Ferenc Gerlits  <fgerlits at gmail com>
2528
2529         * gst/typefind/gsttypefindfunctions.c:
2530           Recognise XML files and XML-like files shorter than 256 bytes as
2531           well (fixes #359237).
2532
2533 2006-10-09  Edgard Lima <edgard.lima@indt.org.br>
2534
2535         Patch by: Renato Filho <renato.filho@indt.org.br>
2536         
2537         * gst/typefind/gsttypefindfunctions.c:
2538         Added typefind functions to video/x-nuv media.
2539         
2540 2006-10-08  Tim-Philipp Müller  <tim at centricular dot net>
2541
2542         * gst-libs/gst/interfaces/xoverlay.c:
2543         (gst_x_overlay_set_xwindow_id), (gst_x_overlay_expose):
2544           Some more guards against invalid input.
2545
2546 2006-10-07  Julien MOUTTE  <julien@moutte.net>
2547
2548         * ext/pango/gsttextoverlay.c: (gst_text_overlay_text_event): 
2549         Useless goto.
2550         * tests/examples/seek/seek.c: (do_seek),
2551         (rate_spinbutton_changed_cb), (main): Add a rate spinbutton in
2552         seek example to experiment with rates != 1.0 (reverse playback !)
2553
2554 2006-10-06  Stefan Kost  <ensonic@users.sf.net>
2555
2556         * gst-libs/gst/interfaces/xoverlay.c:
2557           Unref message in doc-example (spotted by Robert McQueen)
2558
2559 2006-10-06  Wim Taymans  <wim@fluendo.com>
2560
2561         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset),
2562         (mpeg1_parse_header), (mpeg1_sys_type_find):
2563         printf fix.
2564
2565 2006-10-06  Wim Taymans  <wim@fluendo.com>
2566
2567         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
2568         (close_pad_link):
2569         * gst/playback/gstplaybasebin.c: (new_decoded_pad_full):
2570         Activate dynamic pads before adding them to the element.
2571
2572 2006-10-06  Michael Smith  <msmith@fluendo.com>
2573
2574         * gst-libs/gst/floatcast/floatcast.h:
2575           Fix obviously-bogus macros; use the correct types.
2576
2577 2006-10-06  Wim Taymans  <wim@fluendo.com>
2578
2579         * gst-libs/gst/rtp/gstbasertpdepayload.c:
2580         (gst_base_rtp_depayload_change_state):
2581         Also call parent state change function to activate pads.
2582
2583         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset),
2584         (mpeg1_parse_header), (mpeg1_sys_type_find):
2585         Add some more debug info in mpeg typefinding.
2586
2587 2006-10-06  Michael Smith  <msmith@fluendo.com>
2588
2589         * ext/theora/theoradec.c: (theora_dec_chain):
2590           Zero byte theora packets are valid and well-defined; don't warn on
2591           them.
2592
2593 2006-10-06  Thomas Vander Stichele  <thomas at apestaart dot org>
2594
2595         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init),
2596         (gst_multi_fd_sink_get_stats), (find_limits),
2597         (gst_multi_fd_sink_queue_buffer):
2598           API: add dropped_buffers to the get-stats GValueArray
2599
2600 2006-10-05  Tim-Philipp Müller  <tim at centricular dot net>
2601
2602         * ext/alsa/gstalsadeviceprobe.c:
2603         (gst_alsa_device_property_probe_get_values):
2604         * ext/alsa/gstalsasink.c: (set_hwparams):
2605         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_elem_pad),
2606         (gst_ogg_chain_new_stream), (gst_ogg_demux_read_chain):
2607         * ext/ogg/gstoggmux.c: (gst_ogg_mux_send_headers),
2608         (gst_ogg_mux_process_best_pad):
2609         * ext/ogg/gstoggparse.c: (gst_ogg_parse_new_stream),
2610         (gst_ogg_parse_chain):
2611         * ext/ogg/gstogmparse.c: (gst_ogm_parse_stream_header):
2612         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
2613         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_setup),
2614         (gst_vorbis_enc_buffer_check_discontinuous):
2615         * ext/vorbis/vorbisparse.c: (vorbis_parse_src_query):
2616         * gst-libs/gst/audio/gstbaseaudiosink.c:
2617         (gst_base_audio_sink_render):
2618         * gst-libs/gst/cdda/gstcddabasesrc.c:
2619         (gst_cdda_base_src_handle_track_seek):
2620         * gst-libs/gst/rtp/gstbasertpdepayload.c:
2621         (gst_base_rtp_depayload_push_full):
2622         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_push):
2623         * gst/audioresample/resample.c: (resample_input_pushthrough):
2624         * gst/playback/gstplaybasebin.c: (queue_out_of_data):
2625         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_handle_clients):
2626         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset),
2627         (wavpack_type_find):
2628         * gst/videotestsrc/gstvideotestsrc.c: (gst_video_test_src_create):
2629         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
2630         (gst_xvimagesink_check_xshm_calls), (gst_xvimagesink_xvimage_new):
2631         * tests/check/elements/volume.c: (GST_START_TEST):
2632           Printf format fixes.
2633
2634 2006-10-04  Thomas Vander Stichele  <thomas at apestaart dot org>
2635
2636         * gst/tcp/gsttcp.c: (gst_tcp_gdp_read_caps):
2637           Fix a simple mistake (see the docs)
2638           Fixes #359580
2639
2640 2006-10-03  Tim-Philipp Müller  <tim at centricular dot net>
2641
2642         * docs/plugins/Makefile.am:
2643         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
2644         * docs/plugins/gst-plugins-base-plugins-sections.txt:
2645         * docs/plugins/gst-plugins-base-plugins.args:
2646         * docs/plugins/gst-plugins-base-plugins.hierarchy:
2647         * docs/plugins/inspect/plugin-adder.xml:
2648         * docs/plugins/inspect/plugin-alsa.xml:
2649         * docs/plugins/inspect/plugin-audioconvert.xml:
2650         * docs/plugins/inspect/plugin-audiorate.xml:
2651         * docs/plugins/inspect/plugin-audioresample.xml:
2652         * docs/plugins/inspect/plugin-audiotestsrc.xml:
2653         * docs/plugins/inspect/plugin-cdparanoia.xml:
2654         * docs/plugins/inspect/plugin-decodebin.xml:
2655         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
2656         * docs/plugins/inspect/plugin-gdp.xml:
2657         * docs/plugins/inspect/plugin-gnomevfs.xml:
2658         * docs/plugins/inspect/plugin-libvisual.xml:
2659         * docs/plugins/inspect/plugin-ogg.xml:
2660         * docs/plugins/inspect/plugin-pango.xml:
2661         * docs/plugins/inspect/plugin-playbin.xml:
2662         * docs/plugins/inspect/plugin-subparse.xml:
2663         * docs/plugins/inspect/plugin-tcp.xml:
2664         * docs/plugins/inspect/plugin-theora.xml:
2665         * docs/plugins/inspect/plugin-typefindfunctions.xml:
2666         * docs/plugins/inspect/plugin-video4linux.xml:
2667         * docs/plugins/inspect/plugin-videorate.xml:
2668         * docs/plugins/inspect/plugin-videoscale.xml:
2669         * docs/plugins/inspect/plugin-videotestsrc.xml:
2670         * docs/plugins/inspect/plugin-volume.xml:
2671         * docs/plugins/inspect/plugin-vorbis.xml:
2672         * docs/plugins/inspect/plugin-ximagesink.xml:
2673         * docs/plugins/inspect/plugin-xvimagesink.xml:
2674           Add vorbistag element to docs; update version numbers to 0.10.10.1.
2675
2676 2006-10-03  Tim-Philipp Müller  <tim at centricular dot net>
2677
2678         Patch by: James "Doc" Livingston <doclivingston at gmail com>
2679
2680         * ext/vorbis/Makefile.am:
2681         * ext/vorbis/vorbis.c: (plugin_init):
2682         * ext/vorbis/vorbisparse.c: (gst_vorbis_parse_class_init),
2683         (vorbis_parse_parse_packet), (vorbis_parse_chain):
2684         * ext/vorbis/vorbisparse.h:
2685         * ext/vorbis/vorbistag.c: (gst_vorbis_tag_base_init),
2686         (gst_vorbis_tag_class_init), (gst_vorbis_tag_init),
2687         (gst_vorbis_tag_parse_packet):
2688         * ext/vorbis/vorbistag.h:
2689           Add new vorbistag element which derives from vorbisparse
2690           and is essentially the same as well, only that it implements
2691           the GstTagSetter interface and can modify the stream's
2692           vorbiscomment on the fly (#335635).
2693
2694         * tests/check/Makefile.am:
2695         * tests/check/elements/.cvsignore:
2696         * tests/check/elements/vorbistag.c: (setup_vorbistag),
2697         (cleanup_vorbistag), (buffer_probe), (start_pipeline),
2698         (get_buffer), (stop_pipeline), (_create_codebook_header_buffer),
2699         (_create_audio_buffer), (GST_START_TEST), (vorbistag_suite):
2700           Add unit test for new vorbistag element.
2701
2702 2006-10-03  Tim-Philipp Müller  <tim at centricular dot net>
2703
2704         * ext/vorbis/vorbisparse.c: (gst_vorbis_parse_init),
2705         (vorbis_parse_push_headers), (vorbis_parse_chain):
2706           Set BOS flag in packet structure to fix 'jump depends
2707           on unitialized value' errors in valgrind; various minor
2708           clean-ups.
2709
2710 2006-09-30  Jan Schmidt  <thaytan@mad.scientist.com>
2711
2712         * gst/playback/gstdecodebin.c: (close_pad_link):
2713         Fix typo in a debug statement.
2714
2715         * gst/playback/gstplaybasebin.c: (probe_triggered),
2716         (new_decoded_pad_full), (new_decoded_pad), (subs_new_decoded_pad),
2717         (gen_source_element), (source_new_pad), (analyse_source),
2718         (setup_source):
2719         When handling no_more_pads in new_decoded_pad, make sure to treat
2720         subtitle pads correctly. Fixes playback with subtitle files.
2721
2722         Move a recurring message to LOG level.
2723
2724         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
2725         The maximum value for the Xv colorkey on this Radeon is 0xFFFFFFFF,
2726         which ends up as -1 when cast to an int. Make the logic handle the
2727         max value as an unsigned mask and only change the colorkey when it's
2728         a value we recognise.
2729
2730 2006-09-29 Philippe Kalaf <philippe.kalaf@collabora.co.uk>       
2731
2732         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
2733         Removed empty * between paragraphs
2734
2735 2006-09-29 Philippe Kalaf <philippe.kalaf@collabora.co.uk>       
2736
2737         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
2738         * gst-libs/gst/rtp/README:
2739         Moved some documentation into .c file
2740
2741 2006-09-29  Wim Taymans  <wim@fluendo.com>
2742
2743         * gst/playback/gstdecodebin.c: (no_more_pads):
2744         Fix compilation.
2745
2746 2006-09-29  Wim Taymans  <wim@fluendo.com>
2747
2748         * gst/playback/gstdecodebin.c: (new_caps):
2749         Remove g_print
2750
2751         * gst/playback/gstplaybin.c:
2752         Add some docs.
2753
2754 2006-09-29  Tim-Philipp Müller  <tim at centricular dot net>
2755
2756         * tests/check/Makefile.am:
2757           Re-enable cddabasesrc test to see if it works again
2758           now.
2759
2760 2006-09-29  Wim Taymans  <wim@fluendo.com>
2761
2762         * gst/playback/gstplaybasebin.c: (setup_subtitle),
2763         (gen_source_element):
2764         Handle invalid URIs a bit more gracefully.
2765
2766 2006-09-29  Tim-Philipp Müller  <tim at centricular dot net>
2767
2768         * tests/check/pipelines/oggmux.c:
2769           Remove obsolete comment.
2770
2771 2006-09-29  Michael Smith  <msmith@fluendo.com>
2772
2773         * ext/ogg/gstoggmux.c: (gst_ogg_mux_request_new_pad),
2774         (gst_ogg_mux_release_pad), (gst_ogg_mux_push_buffer),
2775         (gst_ogg_mux_compare_pads), (gst_ogg_mux_queue_pads),
2776         (gst_ogg_mux_send_headers), (gst_ogg_mux_process_best_pad),
2777         (gst_ogg_mux_collected):
2778           Commit patch from James "Doc" Livingston, adds proper EOS handling
2779           in oggmux. GStreamer can, for the first time ever, create a valid
2780           Ogg file! Yay!
2781
2782         * tests/check/pipelines/oggmux.c: (check_chain_final_state),
2783         (oggmux_suite):
2784           Reenable tests now that they pass.
2785
2786 2006-09-29  Wim Taymans  <wim@fluendo.com>
2787
2788         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_handle_clients):
2789         Stop reading commands when EOF (we read 0) as well.
2790
2791 2006-09-28  Wim Taymans  <wim@fluendo.com>
2792
2793         * gst/playback/gstdecodebin.c: (dynamic_create), (dynamic_free),
2794         (close_pad_link), (dynamic_remove), (no_more_pads), (new_caps),
2795         (find_dynamic), (unlinked), (close_link):
2796         Implement delayed caps linking needed for element with a lot of
2797         different caps on the src pads that get fixed at runtime.
2798         Improve management of dynamic elements.
2799
2800         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
2801         (group_destroy), (group_commit), (check_queue), (queue_overrun),
2802         (gen_preroll_element), (remove_groups), (unknown_type),
2803         (add_element_stream), (no_more_pads_full), (no_more_pads),
2804         (sub_no_more_pads), (source_no_more_pads), (preroll_unlinked),
2805         (new_decoded_pad), (setup_subtitle), (array_has_value),
2806         (gen_source_element), (source_new_pad), (has_all_raw_caps),
2807         (analyse_source), (remove_decoders), (make_decoder),
2808         (remove_source), (setup_source), (finish_source), (prepare_output),
2809         (gst_play_base_bin_change_state):
2810         * gst/playback/gstplaybasebin.h:
2811         Use more _CAST instead of full type checking casts.
2812         Small cleanups, plug some leaks.
2813         Handle dynamic sources.
2814         Add some helper functions to create lists of strings used for
2815         blacklisting and other stuff.
2816         Refactor some code dealing with analysing the source.
2817         Re-enable sources without pads (like cd:// or other selfcontained
2818         elements).
2819
2820 2006-09-28  Wim Taymans  <wim@fluendo.com>
2821
2822         * gst-libs/gst/audio/gstbaseaudiosink.c:
2823         (gst_base_audio_sink_render):
2824         When we have a timestamp, we can still perform clipping.
2825         When we have no clock, we must play the sample ASAP.
2826
2827 2006-09-28  Wim Taymans  <wim@fluendo.com>
2828
2829         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_chain):
2830         Set caps on outgoing buffers.
2831
2832         * gst/videorate/gstvideorate.c: (gst_video_rate_flush_prev),
2833         (gst_video_rate_event), (gst_video_rate_chain):
2834         * gst/videorate/gstvideorate.h:
2835         Fix videorate some more. Fixes #357977
2836
2837 2006-09-28  Tim-Philipp Müller  <tim at centricular dot net>
2838
2839         * tests/check/elements/adder.c: (adder_suite):
2840           Don't set timeout to 6 seconds when we're running
2841           in valgrind ... (and how is 6 seconds longer than
2842           the default anyway?)
2843
2844 2006-09-28  Wim Taymans  <wim@fluendo.com>
2845
2846         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_reset),
2847         (gst_audio_rate_sink_event), (gst_audio_rate_convert),
2848         (gst_audio_rate_convert_segments), (gst_audio_rate_chain):
2849         Keep sink and src segment to keep track of time and support more
2850         input formats.
2851         Fix bogus next_offset and run_time calculation, don't understand how
2852         this could have worked before. Fixes #357976.
2853         Remove some unneeded vars.
2854
2855 2006-09-28  Tim-Philipp Müller  <tim at centricular dot net>
2856
2857         * gst/playback/gstplaybin.c: (remove_sinks):
2858           Only remove visualisation from visbin if there is a visbin (or:
2859           don't throw warnings when closing totem without playing a file).
2860
2861 2006-09-27  Wim Taymans  <wim@fluendo.com>
2862
2863         * gst-libs/gst/audio/gstbaseaudiosink.c:
2864         (gst_base_audio_sink_render):
2865         Add some more info in a WARNING.
2866
2867         * gst-libs/gst/audio/gstbaseaudiosrc.c:
2868         (gst_base_audio_src_create):
2869         Handle PAUSE in create function, use new -core addition to
2870         wait for playing. Fixes pausing and resuming capture from an
2871         audiosrc.
2872
2873         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_commit),
2874         (gst_ring_buffer_read):
2875         Constify some more.
2876         Caller supports interrupted reads now.
2877
2878 2006-09-27  Tim-Philipp Müller  <tim at centricular dot net>
2879
2880         * tests/check/Makefile.am:
2881           Another attempt to make the gen64 buildbot happy.
2882
2883 2006-09-27  Stefan Kost  <ensonic@users.sf.net>
2884
2885         Patch by: Jonathan Matthew <jonathan@kaolin.wh9.net>
2886
2887         * ext/libvisual/visual.c: (gst_visual_clear_actors),
2888         (gst_visual_chain), (gst_visual_change_state):
2889           Libvisual plugin was not passing audio data to libvisual 0.4.0 
2890           correctly. Fixes #357800
2891
2892 2006-09-27  Tim-Philipp Müller  <tim at centricular dot net>
2893
2894         * tests/check/pipelines/simple-launch-lines.c: (run_pipeline):
2895           Add timeout to _get_state() so we see which pipeline it is
2896           that causes trouble on the gen64 build bot.
2897
2898 2006-09-27  Wim Taymans  <wim@fluendo.com>
2899
2900         * gst-libs/gst/rtp/gstbasertpdepayload.c:
2901         (gst_base_rtp_depayload_init), (gst_base_rtp_depayload_push_full),
2902         (gst_base_rtp_depayload_push_ts), (gst_base_rtp_depayload_process),
2903         (gst_base_rtp_depayload_set_gst_timestamp):
2904         the source pad always uses fixed caps.
2905
2906 2006-09-27  Wim Taymans  <wim@fluendo.com>
2907
2908         * docs/libs/gst-plugins-base-libs-docs.sgml:
2909         * docs/libs/gst-plugins-base-libs-sections.txt:
2910         * gst-libs/gst/audio/gstaudioclock.c:
2911         * gst-libs/gst/audio/gstaudioclock.h:
2912         * gst-libs/gst/audio/gstaudiosink.c:
2913         * gst-libs/gst/audio/gstaudiosink.h:
2914         * gst-libs/gst/audio/gstaudiosrc.c:
2915         * gst-libs/gst/audio/gstbaseaudiosink.c:
2916         (gst_base_audio_sink_render):
2917         * gst-libs/gst/audio/gstbaseaudiosink.h:
2918         * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_init):
2919         * gst-libs/gst/audio/gstbaseaudiosrc.h:
2920         * gst-libs/gst/audio/gstringbuffer.h:
2921         Added docs for the audio libs.
2922
2923 2006-09-27  Tim-Philipp Müller  <tim at centricular dot net>
2924
2925         * tests/check/Makefile.am:
2926           Temporarily disable test that fails on the bots for unknown reasons.
2927
2928 2006-09-26 Philippe Kalaf <philippe.kalaf@collabora.co.uk>       
2929
2930         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
2931         * gst-libs/gst/rtp/gstbasertpaudiopayload.h:
2932         Moved AudioCodecType into priv
2933         Renamed all gst_basertpaudiopayload to gst_base_rtp_audio_payload prefixes
2934
2935 2006-09-25  Wim Taymans  <wim@fluendo.com>
2936
2937         * gst/playback/gstdecodebin.c: (gst_decode_bin_factory_filter),
2938         (add_fakesink), (remove_fakesink), (pad_probe), (close_pad_link),
2939         (is_demuxer_element), (try_to_link_1), (get_our_ghost_pad),
2940         (new_pad):
2941         Cleanups and small leak fixes.
2942         Added Depayloaders to valid list of autopluggable elements.
2943
2944 2006-09-25  Wim Taymans  <wim@fluendo.com>
2945
2946         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
2947         (gst_play_bin_vis_blocked), (gst_play_bin_set_property),
2948         (gen_video_element), (gen_text_element), (gen_audio_element),
2949         (gen_vis_element), (remove_sinks), (add_sink), (setup_sinks),
2950         (gst_play_bin_set_clock_func), (gst_play_bin_change_state):
2951         Detect NO_PREROLL state change returns and disable clock distribution to
2952         the sinks so that sync is disabled.
2953         Avoid some type checking and do simple casts instead.
2954         Small cleanups, fix some FIXMEs.
2955         Be more robust when linking user specified elements, catch an report
2956         errors. Fixes #357404.
2957         Fix some leaks in the error paths.
2958
2959 2006-09-25  Stefan Kost  <ensonic@users.sf.net>
2960
2961         * ChangeLog:
2962           ChangeLog surgery for missing bug-number
2963
2964 2006-09-25  Tim-Philipp Müller  <tim at centricular dot net>
2965
2966         Patch by: Peter Kjellerstedt  <pkj at axis com>
2967
2968         * gst/playback/test.c:
2969           Fix compilation with uClibc and -Werror (#357591).
2970
2971 2006-09-25  Tim-Philipp Müller  <tim at centricular dot net>
2972
2973         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add):
2974           Parse dates that are followed by a time as well (#357532).
2975
2976         * tests/check/libs/tag.c: (test_vorbis_tags):
2977           Add unit test for this.
2978
2979 2006-09-23  Tim-Philipp Müller  <tim at centricular dot net>
2980
2981         * gst/audioconvert/gstaudioconvert.c: (make_lossless_changes),
2982         (gst_audio_convert_transform_caps):
2983         * gst/videotestsrc/videotestsrc.c: (gst_video_test_src_unicolor):
2984         * gst/videotestsrc/videotestsrc.h:
2985           A few array const-ifications.
2986
2987 2006-09-23  Tim-Philipp Müller  <tim at centricular dot net>
2988
2989         * tests/check/Makefile.am:
2990           See if this makes the build bots happy.
2991
2992         * tests/check/libs/cddabasesrc.c:
2993           UTF8-ise my name.
2994
2995 2006-09-23  Tim-Philipp Müller  <tim at centricular dot net>
2996
2997         Patch by: Young-Ho Cha <ganadist at chollian dot net>
2998
2999         * gst/subparse/samiparse.c: (handle_start_font),
3000         (fix_invalid_entities):
3001           More case-insensitivity for certain tags; recognise entities with
3002           decimal codes as special entities as well (#357330).
3003
3004 2006-09-23  Tim-Philipp Müller  <tim at centricular dot net>
3005
3006         * gst-libs/gst/Makefile.am:
3007           Need to build tag directory before cdda.
3008
3009 2006-09-23  Tim-Philipp Müller  <tim at centricular dot net>
3010
3011         * docs/libs/gst-plugins-base-libs-sections.txt:
3012         * gst-libs/gst/cdda/Makefile.am:
3013         * gst-libs/gst/cdda/gstcddabasesrc.c:
3014         (gst_cdda_base_src_base_init):
3015         * gst-libs/gst/cdda/gstcddabasesrc.h:
3016         * gst-libs/gst/tag/tag.h:
3017         * gst-libs/gst/tag/tags.c: (gst_tag_register_tags_internal),
3018         (gst_tag_register_musicbrainz_tags):
3019           Move GST_TAG_CDDA_* tags into libgsttag and make libgstcddabasesrc
3020           depend on libgsttag. This is required so we can extract/read tags like
3021           DISCID without depending on libgstcddabasesrc (which used to register
3022           them).
3023
3024         * gst-libs/gst/tag/gstvorbistag.c:
3025           Add vorbiscomment mapping for CDDB_DISCID and MUSICBRAINZ_DISCID
3026           tags (also see #347848).
3027
3028         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_metadata_set1):
3029           Log vorbis comments we are actually writing. Const-ify array.
3030
3031 2006-09-23  Wim Taymans  <wim@fluendo.com>
3032
3033         * gst/playback/gstplaybasebin.c: (gen_preroll_element):
3034         Improve buffering a bit by avoiding a deadlock because we cannot assume
3035         the underrun is always called.
3036
3037 2006-09-23  Wim Taymans  <wim@fluendo.com>
3038
3039         Patch by: Young-Ho Cha <ganadist at chollian dot net>
3040
3041         * gst-libs/gst/riff/riff-ids.h:
3042         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
3043         (gst_riff_create_audio_template_caps):
3044         Added MPEG-4 AAC and id and caps. Fixes #357289
3045         Added WMA9 Lossless id.
3046
3047 2006-09-22  Tim-Philipp Müller  <tim at centricular dot net>
3048
3049         * ext/gnomevfs/gstgnomevfssrc.c:
3050           Fix misleading docs addition.
3051
3052         * tests/check/elements/videotestsrc.c: (check_rgb_buf):
3053           Get rid of compiler warning the right way.
3054
3055 2006-09-22  Wim Taymans  <wim@fluendo.com>
3056
3057         * gst-libs/gst/rtp/gstbasertpdepayload.c:
3058         (gst_base_rtp_depayload_finalize),
3059         (gst_base_rtp_depayload_setcaps), (gst_base_rtp_depayload_chain),
3060         (gst_base_rtp_depayload_push_full),
3061         (gst_base_rtp_depayload_push_ts), (gst_base_rtp_depayload_push),
3062         (gst_base_rtp_depayload_process),
3063         (gst_base_rtp_depayload_set_gst_timestamp),
3064         (gst_base_rtp_depayload_queue_release):
3065         * gst-libs/gst/rtp/gstbasertpdepayload.h:
3066         Small cleanups.
3067         Fix some leaks.
3068         Refactored the process method and added methods to push from the process
3069         vmethod.
3070         Use _scale functions.
3071         API: gst_base_rtp_depayload_push_ts
3072         API: gst_base_rtp_depayload_push
3073
3074         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_push):
3075         timestamps are uint.
3076
3077 2006-09-22  Stefan Kost  <ensonic@users.sf.net>
3078
3079         * gst-libs/gst/interfaces/xoverlay.c:
3080           Remove unused statement from doc example.
3081
3082 2006-09-21  Stefan Kost  <ensonic@users.sf.net>
3083
3084         * gst-libs/gst/interfaces/videoorientation.c:
3085         (gst_video_orientation_iface_init),
3086         (gst_video_orientation_get_hflip),
3087         (gst_video_orientation_get_vflip),
3088         (gst_video_orientation_get_hcenter),
3089         (gst_video_orientation_get_vcenter),
3090         (gst_video_orientation_set_hflip),
3091         (gst_video_orientation_set_vflip),
3092         (gst_video_orientation_set_hcenter),
3093         (gst_video_orientation_set_vcenter):
3094           Add since tags to new API docs, ChangeLog surgery (forgot API keyword
3095           in ChangeLog)
3096
3097 2006-09-21  Tim-Philipp Müller  <tim at centricular dot net>
3098
3099         * tests/check/Makefile.am:
3100         * tests/check/elements/.cvsignore:
3101         * tests/check/elements/ffmpegcolorspace.c: (rgb_format_to_caps),
3102         (create_rgb_conversions), (rgb_conversion_free),
3103         (right_shift_colour), (fix_expected_colour), (check_rgb_buf),
3104         (got_buf_cb), (GST_START_TEST), (ffmpegcolorspace_suite):
3105           Add unit test for ffmpegcolorspace (RGB <=> RGB only so far),
3106           but disable for now since it doesn't pass (something wrong with
3107           RGBA somewhere).
3108
3109 2006-09-21  Wim Taymans  <wim@fluendo.com>
3110
3111         * gst/playback/gstplaybasebin.c: (group_commit),
3112         (queue_deadlock_check), (queue_overrun), (queue_threshold_reached),
3113         (queue_out_of_data), (gen_preroll_element),
3114         (preroll_remove_overrun), (probe_triggered):
3115         Refactor handling of overrun detection.
3116         Separate handling of group completion and deadlock detection when doing
3117         network buffering. This should fix some deadlocks that were not detected
3118         because the group was completed.
3119         Add more comments, improve debugging.
3120
3121 2006-09-21  Wim Taymans  <wim@fluendo.com>
3122
3123         * tests/check/elements/gdpdepay.c: (GST_START_TEST):
3124         * tests/check/libs/audio.c:
3125         Some more compilation fixes.
3126
3127 2006-09-21  Wim Taymans  <wim@fluendo.com>
3128
3129         * gst-libs/gst/audio/gstringbuffer.c:
3130         (gst_ring_buffer_samples_done), (gst_ring_buffer_commit),
3131         (gst_ring_buffer_read):
3132         Early morning compilation fix.
3133
3134 2006-09-20  Wim Taymans  <wim@fluendo.com>
3135
3136         * tests/check/elements/gdpdepay.c: (GST_START_TEST):
3137         * tests/check/elements/multifdsink.c: (GST_START_TEST):
3138         * tests/check/elements/videorate.c: (GST_START_TEST):
3139         * tests/check/libs/cddabasesrc.c: (GST_START_TEST):
3140         * tests/check/pipelines/oggmux.c: (eos_buffer_probe):
3141         Fix some warnings.
3142
3143 2006-09-20  Stefan Kost  <ensonic@users.sf.net>
3144
3145         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
3146         (gst_xvimagesink_check_xshm_calls), (gst_xvimagesink_xvimage_new),
3147         (gst_xvimagesink_get_xv_support), (gst_xvimagesink_show_frame):
3148           Handcrafted merge to help CVS understanding what I changed and what
3149           not.
3150
3151 2006-09-20  Stefan Kost  <ensonic@users.sf.net>
3152
3153         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
3154         (gst_xvimagesink_get_times):
3155           change colorkey behaviour back according to #354773 comment 6/7
3156
3157 2006-09-19  Michael Smith  <msmith@fluendo.com>
3158
3159         * gst/tcp/gstmultifdsink.c: (gst_sync_method_get_type),
3160         (gst_multi_fd_sink_class_init), (get_buffers_max), (find_limits),
3161         (gst_multi_fd_sink_recover_client),
3162         (gst_multi_fd_sink_queue_buffer), (gst_multi_fd_sink_set_property),
3163         (gst_multi_fd_sink_get_property):
3164         * gst/tcp/gstmultifdsink.h:
3165           Implement stubbed out properties unit-type, units-soft-max,
3166           units-max, to allow specifying maximum sizes in units other than
3167           buffers.
3168           Fixes #355935
3169
3170 2006-09-19  Wim Taymans  <wim@fluendo.com>
3171
3172         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
3173         (gst_riff_create_audio_template_caps):
3174         Reorder the audio formats a bit for clarity.
3175         Detect and create caps for MSGSM and MSN (WAV49).
3176         Fixes #356596.
3177
3178         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
3179         (gst_xvimagesink_check_xshm_calls), (gst_xvimagesink_xvimage_new),
3180         (gst_xvimagesink_get_xv_support), (gst_xvimagesink_show_frame):
3181         Small cleanups, move error handling out of normal flow for clarity.
3182
3183 2006-09-18  Stefan Kost  <ensonic@users.sf.net>
3184
3185         * docs/libs/gst-plugins-base-libs-docs.sgml:
3186         * docs/libs/gst-plugins-base-libs.types:
3187         * gst-libs/gst/interfaces/Makefile.am:
3188         * gst-libs/gst/interfaces/videoorientation.c:
3189         (gst_video_orientation_get_type),
3190         (gst_video_orientation_iface_init),
3191         (gst_video_orientation_get_hflip),
3192         (gst_video_orientation_get_vflip),
3193         (gst_video_orientation_get_hcenter),
3194         (gst_video_orientation_get_vcenter),
3195         (gst_video_orientation_set_hflip),
3196         (gst_video_orientation_set_vflip),
3197         (gst_video_orientation_set_hcenter),
3198         (gst_video_orientation_set_vcenter):
3199         * gst-libs/gst/interfaces/videoorientation.h:
3200           API: Add new interface to control video orientation (fixes #354908)
3201
3202 2006-09-18  Stefan Kost  <ensonic@users.sf.net>
3203
3204         * gst/videotestsrc/gstvideotestsrc.c:
3205           Use G_UNLIKELY in _create and log one more detail.
3206           
3207         (gst_video_test_src_get_times), (gst_video_test_src_create):
3208         * sys/ximage/ximagesink.c: (gst_ximagesink_get_times):
3209           Use gst_util_uint64_scale_int in _get_times().
3210
3211 2006-09-18  Stefan Kost  <ensonic@users.sf.net>
3212
3213         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support)
3214           Give better warning message (add object and detail).
3215
3216 2006-09-18  Stefan Kost  <ensonic@users.sf.net>
3217
3218         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
3219         (gst_xvimagesink_get_times):
3220           xvimage assumed that XV_COLORKEY can be set in RGB888 format (fixes
3221           #354773), use gst_util_uint64_scale_int in _get_times()
3222
3223 2006-09-18  Michael Smith  <msmith@fluendo.com>
3224
3225         * ext/ogg/gstoggmux.c: (gst_ogg_mux_push_buffer):
3226           Timestamps are unsigned; comparision against GST_CLOCK_TIME_NONE was
3227           always true, leading to dropping all timestamps.
3228
3229 2006-09-18  Stefan Kost  <ensonic@users.sf.net>
3230
3231         * ext/libvisual/visual.c: (gst_vis_src_negotiate),
3232         (gst_visual_chain), (gst_visual_change_state):
3233           update to work also with libvisual 0.4 API, fix double unref (#355914)
3234           
3235         * tools/gst-launch-ext.1.in:
3236         * tools/gst-visualise.1.in:
3237           remove references to old man-pages
3238
3239         * tests/examples/seek/seek.c: (main):
3240           add real meadi-buttons, add tool-tips for the seek-options, arrange
3241           seek options in a table
3242
3243 2006-09-18  Michael Smith  <msmith@fluendo.com>
3244
3245         * ext/ogg/gstoggmux.c: (gst_ogg_mux_clear),
3246         (gst_ogg_mux_push_buffer):
3247           Don't generate out-of-order timestamps from oggmux, instead clamp
3248           output timestamps to be >= the previously output ts.
3249           Fixes #355595
3250
3251 2006-09-18  Michael Smith  <msmith@fluendo.com>
3252
3253         * gst/tcp/gstmultifdsink.c: (gst_sync_method_get_type),
3254         (gst_multi_fd_sink_class_init):
3255           Updates, fixes, and typo corrections for multifdsink. No functional
3256           changes.
3257
3258 2006-09-17  Michael Smith  <msmith@fluendo.com>
3259
3260         * gst/typefind/gsttypefindfunctions.c: (ogganx_type_find):
3261           Don't crash on truncated files - check that we got an 8 byte buffer
3262           before trying to memcmp it.
3263
3264 2006-09-17  Tim-Philipp Müller  <tim at centricular dot net>
3265
3266         * gst/playback/gstplaybasebin.c: (get_active_source):
3267           Make stream-switching appear instant to the application
3268           (ie. make sure that a g_object_get on 'current-foo' returns
3269           the stream previously set with g_object_set(). Totem needs
3270           this to update stream-related meta-info (like audio-codec)
3271           correctly when switching streams.
3272
3273 2006-09-17  Tim-Philipp Müller  <tim at centricular dot net>
3274
3275         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_find_master_mixer),
3276         (gst_alsa_mixer_ensure_track_list):
3277           Try harder to guess which mixer track is the master mixer
3278           track (instead of just taking the first one that has a pvolume).
3279           Fixes #342228.
3280
3281 2006-09-17  Stefan Kost  <ensonic@users.sf.net>
3282
3283         reviewed by: <delete if not using a buddy>
3284
3285         * gst-libs/gst/audio/audio.h:
3286         * gst/audiotestsrc/gstaudiotestsrc.c: (plugin_init):
3287
3288 2006-09-17  Stefan Kost  <ensonic@users.sf.net>
3289
3290         * gst/audioconvert/gstaudioconvert.c: (set_structure_widths),
3291         (gst_audio_convert_transform_caps):
3292           Get structure-name just once.
3293
3294 2006-09-17  Stefan Kost  <ensonic@users.sf.net>
3295
3296         * tests/check/elements/audioresample.c: (GST_START_TEST):
3297         * tests/check/elements/videotestsrc.c: (check_rgb_buf):
3298         * tests/check/elements/volume.c: (GST_START_TEST):
3299         * tests/check/elements/vorbisdec.c: (GST_START_TEST):
3300         * tests/check/pipelines/oggmux.c: (validate_ogg_page), (eos_watch),
3301         (test_pipeline), (GST_START_TEST):
3302         * tests/check/pipelines/theoraenc.c: (GST_START_TEST):
3303         * tests/check/pipelines/vorbisenc.c: (GST_START_TEST):
3304           Fix big batch of compiler warnings.
3305
3306 2006-09-17  Stefan Kost  <ensonic@users.sf.net>
3307
3308         * ext/gnomevfs/gstgnomevfssrc.c:
3309           Add docs about icydemux usage in connection with gnomevfssrc
3310
3311         * ext/libvisual/visual.c:
3312         * ext/ogg/gstoggaviparse.c:
3313         * ext/ogg/gstoggdemux.c:
3314         * ext/ogg/gstoggmux.c:
3315         * ext/ogg/gstoggparse.c:
3316         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
3317         * gst-libs/gst/audio/gstaudiosink.c:
3318         * gst-libs/gst/audio/gstaudiosrc.c:
3319         * gst/audiorate/gstaudiorate.c:
3320           More G_OBJECT macro fixing.
3321
3322         * gst/audiotestsrc/gstaudiotestsrc.h:
3323           Fix wrong info in header due to copy & paste
3324
3325 2006-09-15  Wim Taymans  <wim@fluendo.com>
3326
3327         * gst-libs/gst/audio/gstbaseaudiosink.c:
3328         (gst_base_audio_sink_get_time), (gst_base_audio_sink_callback):
3329         * gst-libs/gst/audio/gstbaseaudiosrc.c:
3330         (gst_base_audio_src_get_time), (gst_base_audio_src_fixate),
3331         (gst_base_audio_src_get_times), (gst_base_audio_src_get_offset),
3332         (gst_base_audio_src_create), (gst_base_audio_src_change_state):
3333         Do the delay calculation in the source/sink base classes as this is
3334         specific for the capture/playback mode.
3335         Try to fixate a bit better, like round depth up to a multiple of 8
3336         bigger than width.
3337         Handle underruns correctly by marking DISCONT on buffers and adjusting
3338         timestamps to handle the gap.
3339         Set offset/offset_end correctly on buffers.
3340
3341         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_pause),
3342         (gst_ring_buffer_samples_done), (gst_ring_buffer_commit),
3343         (gst_ring_buffer_read):
3344         Remove resync and underrun recovery from the ringbuffer.
3345         Fix ringbuffer read code on under/overrun.
3346
3347 2006-09-15  Wim Taymans  <wim@fluendo.com>
3348
3349         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
3350         (gst_play_base_bin_init), (fill_buffer), (check_queue),
3351         (queue_threshold_reached), (gst_play_base_bin_set_property),
3352         (gst_play_base_bin_get_property):
3353         * gst/playback/gstplaybasebin.h:
3354         Don't use a 0 low watermark when buffering, it is catching starvation
3355         way too late. Instead, use a 3 second queue with 30 and 95
3356         percent low/high watermarks. 
3357         Added queue-min-threshold property to configure low watermark.
3358         Use new _buffering message API.
3359         Make queue_threshold variable big enough to store a uint64 time value.
3360         API: playbin::queue-min-threshold property.
3361
3362 2006-09-15  Wim Taymans  <wim@fluendo.com>
3363
3364         * configure.ac:
3365         We require 0.10.10.1 now because of _wait_preroll().
3366
3367         * gst-libs/gst/audio/gstbaseaudiosink.c:
3368         (gst_base_audio_sink_render):
3369         Use gst_base_sink_wait_preroll().
3370
3371 2006-09-15  Wim Taymans  <wim@fluendo.com>
3372
3373         * ext/alsa/gstalsasink.c: (xrun_recovery), (gst_alsasink_write):
3374         * ext/alsa/gstalsasrc.c: (xrun_recovery), (gst_alsasrc_read):
3375         Use DEBUG_OBJECT more.
3376
3377 === release 0.10.10 ===
3378
3379 2006-09-07  Thomas Vander Stichele  <thomas at apestaart dot org>
3380
3381         patch by: Michael Smith <msmith at fluendo dot com>
3382
3383         * gst/tcp/gstmultifdsink.c: (is_sync_frame),
3384         (gst_multi_fd_sink_client_queue_buffer),
3385         (gst_multi_fd_sink_new_client):
3386         * tests/check/elements/multifdsink.c: (GST_START_TEST),
3387         (multifdsink_suite):
3388           Fix implementation of sync-method 'next-keyframe'
3389           Closes #354594
3390
3391 2006-09-07  Thomas Vander Stichele  <thomas at apestaart dot org>
3392
3393         patch by: Wim Taymans <wim at fluendo dot com>
3394
3395         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_start):
3396         This patch removes the RANDOM flag that was incorrectly introduced with
3397         revision 1.91.  Fixes #354590
3398
3399 2006-09-05  Tim-Philipp Müller  <tim at centricular dot net>
3400
3401         * tests/check/Makefile.am:
3402           Random variation in Makefile line to see if it makes the
3403           gen64-base-full bot any happier.
3404
3405 2006-09-04  Tim-Philipp Müller  <tim at centricular dot net>
3406
3407         * tests/check/pipelines/oggmux.c: (oggmux_suite):
3408           Disable test that fails at the moment (killed after timeout).
3409
3410 2006-09-04  Tim-Philipp Müller  <tim at centricular dot net>
3411
3412         Patch by: James Livingston  <doclivingston at gmail.com>
3413
3414         * tests/check/Makefile.am:
3415         * tests/check/pipelines/.cvsignore:
3416         * tests/check/pipelines/oggmux.c: (get_page_codec),
3417         (check_chain_final_state), (fail_if_audio), (validate_ogg_page),
3418         (eos_buffer_probe), (start_pipeline), (stop_pipeline), (eos_watch),
3419         (test_pipeline), (test_vorbis), (test_theora), (test_vorbis_theora),
3420         (test_theora_vorbis), (oggmux_suite):
3421           Add simple unit test for oggmux from #337026 with checking for the
3422           EOS flags disabled for the time being.
3423
3424 2006-09-04  Wim Taymans  <wim@fluendo.com>
3425
3426         patch by: Alessandro Dessina <alessandro nnva org>
3427
3428         * ext/ogg/gstoggmux.c:
3429         Add cmml caps to oggmux. Fixes #353912
3430
3431 2006-09-02  Tim-Philipp Müller  <tim at centricular dot net>
3432
3433         * tests/check/elements/videotestsrc.c: (check_rgb_buf):
3434           Returning a return value often helps. In this case, we
3435           don't need the return value anyway, so just get rid of it.
3436           Should make build bots much happier.
3437
3438 2006-09-02  Tim-Philipp Müller  <tim at centricular dot net>
3439
3440         * gst/videotestsrc/videotestsrc.c: (paintinfo_find_by_structure),
3441         (paint_get_structure), (gst_video_test_src_get_size),
3442         (gst_video_test_src_smpte), (gst_video_test_src_snow),
3443         (gst_video_test_src_unicolor), (paint_setup_AYUV),
3444         (paint_hline_AYUV), (paint_setup_ARGB8888), (paint_setup_ABGR8888),
3445         (paint_setup_RGBA8888), (paint_setup_BGRA8888), (paint_hline_str4):
3446         * gst/videotestsrc/videotestsrc.h:
3447           Add support for AYUV and the various RGBA formats. Initialise
3448           fields of paintinfo structs allocated on the stack.
3449
3450         * tests/check/elements/videotestsrc.c: (right_shift_colour),
3451         (fix_expected_colour), (check_rgb_buf), (got_buf_cb),
3452         (check_rgb_buf), (videotestsrc_suite):
3453           Add unit tests for videotestsrc's RGB output.
3454
3455 2006-09-01  Tim-Philipp Müller  <tim at centricular dot net>
3456
3457         * gst/videotestsrc/gstvideotestsrc.c:
3458         (gst_video_test_src_pattern_get_type),
3459         (gst_video_test_src_set_pattern):
3460         * gst/videotestsrc/gstvideotestsrc.h:
3461         * gst/videotestsrc/videotestsrc.c: (gst_video_test_src_unicolor),
3462         (gst_video_test_src_black), (gst_video_test_src_white),
3463         (gst_video_test_src_red), (gst_video_test_src_green),
3464         (gst_video_test_src_blue):
3465         * gst/videotestsrc/videotestsrc.h:
3466           Add more uni-colour patterns ("white", "red", "green", and "blue").
3467
3468 2006-09-01  Tim-Philipp Müller  <tim at centricular dot net>
3469
3470         * gst/videotestsrc/videotestsrc.c: (paint_setup_YVYU):
3471           Fix stride for YVYU, should be word-aligned (#353658).
3472
3473 2006-08-31  Tim-Philipp Müller  <tim at centricular dot net>
3474
3475         * gst/adder/gstadder.c: (gst_adder_src_event):
3476           Fix build.
3477
3478 2006-08-31  Edward Hervey  <edward@fluendo.com>
3479
3480         * gst/adder/gstadder.c: (forward_event_func),
3481         (gst_adder_src_event), (gst_adder_collected),
3482         (gst_adder_change_state):
3483         * gst/adder/gstadder.h:
3484         Remember the start position asked in the incoming seeks, so we can
3485         output GST_EVENT_NEW_SEGMENT with a correct position value (instead
3486         of assuming it will always be 0).
3487
3488 2006-08-31  Edward Hervey  <edward@fluendo.com>
3489
3490         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_init),
3491         (gst_ogg_demux_finalize), (gst_ogg_demux_perform_seek),
3492         (gst_ogg_demux_loop):
3493         Send the GST_EVENT_NEW_SEGMENT from the streaming thread.
3494
3495 2006-08-30  Tim-Philipp Müller  <tim at centricular dot net>
3496
3497         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
3498         (gst_ffmpegcsp_get_unit_size):
3499           Return FALSE instead of returning a random false unit
3500           size when the format isn't known/supported (even if
3501           this shouldn't happen under normal circumstances).
3502
3503 2006-08-29  Wim Taymans  <wim@fluendo.com>
3504
3505         Patch by: Tim-Philipp Müller  <tim at centricular dot net>
3506
3507         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_create),
3508         (gst_gnome_vfs_src_start):
3509         Try harder to get the size from a uri by using _info_uri() when
3510         _info_from_handle() does not give us enough info. 
3511         Also follow symlinks when getting the size.
3512         Partially Fixes #332864.
3513
3514 2006-08-29  Tim-Philipp Müller  <tim at centricular dot net>
3515
3516         Patch by: Viktor Peters  <viktor dot peters at gmail dot com>
3517
3518         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_ensure_track_list),
3519         (gst_alsa_mixer_update), (gst_alsa_mixer_get_volume),
3520         (gst_alsa_mixer_set_volume), (gst_alsa_mixer_set_mute),
3521         (gst_alsa_mixer_set_record):
3522         * ext/alsa/gstalsamixertrack.c:
3523         (gst_alsa_mixer_track_update_alsa_capabilities),
3524         (alsa_track_has_cap), (gst_alsa_mixer_track_new),
3525         (gst_alsa_mixer_track_update):
3526         * ext/alsa/gstalsamixertrack.h:
3527           Improve and fix mixer track handling, in particular better handling
3528           of alsa's pvolume/pswitch/cvolume/cswitch capabilities; create
3529           separate track objects for tracks that have both capture and playback
3530           volume (and label them differently as well so they're not mistakenly
3531           assumed to be duplicates); classify mixer tracks that only affect
3532           the audible volume of something (rather than the capture volume)
3533           as playback tracks. Redefine/fix meaning of RECORD and MUTE flags
3534           for capture tracks to correspond to alsa-pswitch alsa-cswitch
3535           (following the meaning documented in the mixer interface header
3536           file); add support for alsa's exclusive cswitch groups; update/sync
3537           state/flags better if mixer settings are changed by another
3538           application. Fixes #336075.
3539
3540 2006-08-29  Tim-Philipp Müller  <tim at centricular dot net>
3541
3542         * gst/playback/gstplaybin.c:
3543           Improve docs: add section about BUFFERING messages sent by playbin.
3544
3545 2006-08-29  Michael Smith  <msmith@fluendo.com>
3546
3547         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_push_buffer),
3548         (gst_vorbis_enc_buffer_check_discontinuous),
3549         (gst_vorbis_enc_chain):
3550           Ignore explicit DISCONT marked on buffers (which is often spurious,
3551           particularly when using multiple segments), in favour of solely
3552           using the timestamps/durations.
3553
3554 2006-08-29  Edward Hervey  <edward@fluendo.com>
3555
3556         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_chain):
3557         Don't rely on incoming buffers offset anymore, since it is completely
3558         broken when using multiple segments.
3559         Instead convert the incoming buffers timestamp to running time, and
3560         then convert that value to the offsets.
3561         Also inform GstSegment of the last outputted stop position, which is
3562         needed if we received several segments with an unknown stop value.
3563
3564 2006-08-29  Thomas Vander Stichele  <thomas at apestaart dot org>
3565
3566         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_chain):
3567           fix buffer unreffing on a header push failure
3568
3569 2006-08-28  Wim Taymans  <wim@fluendo.com>
3570
3571         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_sink_event),
3572         (gst_audio_rate_chain):
3573         Make the metadata of the buffer writable before changing its
3574         flags.
3575
3576 2006-08-28  Wim Taymans  <wim@fluendo.com>
3577
3578         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_reset),
3579         (gst_audio_rate_setcaps), (gst_audio_rate_init),
3580         (gst_audio_rate_sink_event), (gst_audio_rate_src_event),
3581         (gst_audio_rate_chain), (gst_audio_rate_change_state):
3582         Fix audiorate some more.
3583         Reset and resync counters on flush and READY.
3584         Handle the DISCONT flag correctly.
3585         Use GstSegment to track position.
3586         Fail when not negotiated.
3587         Fixes #353234.
3588
3589 2006-08-25  Michael Smith  <msmith@fluendo.com>
3590
3591         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_render):
3592           Fix spelling.
3593           Remove accidently included debug line.
3594
3595 2006-08-25  Wim Taymans  <wim@fluendo.com>
3596
3597         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_render):
3598         Small cleanups.
3599         If a buffer is received with no caps, make the buffer metadata
3600         writable and set the caps, making sure that we don't screw up the
3601         refcounts.
3602
3603 2006-08-25  Michael Smith  <msmith@fluendo.com>
3604
3605         * gst/gdp/gstgdppay.c: (gst_gdp_pay_reset),
3606         (gst_gdp_pay_reset_streamheader), (gst_gdp_pay_chain):
3607           Fix memory leaks and misleading debug messages, add a couple of
3608           comments.
3609
3610         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_get_stats),
3611         (gst_multi_fd_sink_render):
3612           Do not use gst_buffer_make_writable() in a basesink render method,
3613           as it may incorrectly unref the buffer. Instead, use convoluted
3614           dance to avoid copying the buffer except when we need to.
3615
3616 2006-08-25  Michael Smith  <msmith@fluendo.com>
3617
3618         * ext/vorbis/vorbisenc.c:
3619         (gst_vorbis_enc_buffer_check_discontinuous):
3620           Allow very small discontinuities in the timestamps. These we can't
3621           do anything useful with anyway (because vorbis's timestamps have
3622           only sample granularity), and are commonly produced by elements with
3623           minor bugs. Allow up to 1/2 a sample out.
3624           Fixes #351742.
3625
3626 2006-08-24  Wim Taymans  <wim@fluendo.com>
3627
3628         * tests/examples/seek/seek.c: (seek_cb), (start_seek), (stop_seek),
3629         (play_scrub_toggle_cb), (main):
3630         Add a checkbox to enable play scrubbing. Makes it possible to disable
3631         normal scrubbing.
3632
3633 2006-08-23  Stefan Kost  <ensonic@users.sf.net>
3634
3635         * tests/check/elements/.cvsignore:
3636           make buildbot happy
3637
3638 2006-08-23  Tim-Philipp Müller  <tim at centricular dot net>
3639
3640         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_base_init),
3641         (gst_ogm_video_parse_base_init), (gst_ogm_text_parse_base_init),
3642         (gst_ogm_parse_class_init), (gst_ogm_parse_dispose),
3643         (gst_ogm_parse_init), (gst_ogm_audio_parse_init),
3644         (gst_ogm_video_parse_init), (gst_ogm_text_parse_init),
3645         (gst_ogm_parse_stream_header), (gst_ogm_parse_comment_packet),
3646         (gst_ogm_text_parse_strip_trailing_zeroes),
3647         (gst_ogm_parse_data_packet), (gst_ogm_parse_chain),
3648         (gst_ogm_parse_sink_event), (gst_ogm_parse_change_state):
3649           Refactor ogm parse, do better input checking, misc. clean-ups.
3650           Cache incoming events and push them once the source pad has
3651           been created. Don't pass unterminated strings to sscanf().
3652           Strip trailing zeroes from subtitle text output, since they
3653           are not valid UTF-8. Don't push vorbiscomment packets on
3654           the subtitle text pad. Output perfect streams if possible.
3655
3656 2006-08-23  Wim Taymans  <wim@fluendo.com>
3657
3658         * tests/check/libs/cddabasesrc.c: (GST_START_TEST):
3659         Waits for tasks to settle down so that we clean up correctly for 
3660         valgrind.
3661
3662 2006-08-23  Tim-Philipp Müller  <tim at centricular dot net>
3663
3664         * tests/check/libs/tag.c: (GST_START_TEST), (taglists_are_equal):
3665           Unit test fixes: \377 is more likely to fit into 8 bits than \777;
3666           actually return return value in taglists_are_equal.
3667
3668 2006-08-23  Tim-Philipp Müller  <tim at centricular dot net>
3669
3670         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
3671           Fix crash due to broken bitstream parsing on x86-64: can't make
3672           any assumptions about sizeof(struct) due to alignment/packing
3673           differences on different architectures. Fixes #351790.
3674
3675 2006-08-22  Wim Taymans  <wim@fluendo.com>
3676
3677         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk),
3678         (gst_riff_parse_chunk), (gst_riff_parse_file_header),
3679         (gst_riff_parse_strh), (gst_riff_parse_strf_vids),
3680         (gst_riff_parse_strf_auds), (gst_riff_parse_strf_iavs),
3681         (gst_riff_parse_info):
3682         Protect public functions against bad input.
3683         Do some cleanups.
3684         Fix documentation.
3685
3686 2006-08-22  Tim-Philipp Müller  <tim at centricular dot net>
3687
3688         * gst-libs/gst/riff/riff-ids.h:
3689         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
3690           Add voxware audio IDs (even if we can't play it) (#351795).
3691
3692 2006-08-22  Tim-Philipp Müller  <tim at centricular dot net>
3693
3694         * gst-libs/gst/riff/riff-media.c:
3695         (gst_riff_create_video_template_caps),
3696         (gst_riff_create_audio_template_caps),
3697         (gst_riff_create_iavs_template_caps):
3698           Const-ify some arrays and use G_N_ELEMENTS instead
3699           of wasting oodles of RAM on terminator bits.
3700
3701 2006-08-22  Tim-Philipp Müller  <tim at centricular dot net>
3702
3703         * gst-libs/gst/tag/gstvorbistag.c:
3704         (gst_tag_list_to_vorbiscomment_buffer):
3705         * tests/check/libs/tag.c: (GST_START_TEST):
3706           And the same for _to_vorbiscomment_buffer(): allow
3707           id_data_len == 0 for speex.
3708
3709 2006-08-21  Thomas Vander Stichele  <thomas at apestaart dot org>
3710
3711         * configure.ac:
3712         * docs/plugins/Makefile.am:
3713         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
3714         * docs/plugins/gst-plugins-base-plugins-sections.txt:
3715         * docs/plugins/inspect/plugin-gdp.xml:
3716         * gst/gdp/Makefile.am:
3717         * tests/check/Makefile.am:
3718           Move GDP plugin to -base from -bad.  Closes #347783.
3719
3720 2006-08-21  Tim-Philipp Müller  <tim at centricular dot net>
3721
3722         * gst-libs/gst/tag/gstvorbistag.c:
3723         (gst_tag_list_from_vorbiscomment_buffer):
3724           Allow id_data_len == 0 (needed for vorbis comments in Speex files).
3725           Also add some checks to make sure we don't memcmp() beyond the end of
3726           vorbiscomment buffer if the ID to check for is larger than the buffer.
3727
3728         * tests/check/libs/tag.c: (GST_START_TEST):
3729           Some more tests for gst_tag_list_from_vorbiscomment_buffer().
3730
3731 2006-08-21  Tim-Philipp Müller  <tim at centricular dot net>
3732
3733         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_metadata_set1),
3734         (gst_vorbis_enc_set_metadata):
3735           Use vorbis comment utility functions from libgsttag
3736           instead of re-inventing the wheel (partially fixes #347091).
3737
3738 2006-08-21  Jan Schmidt  <thaytan@mad.scientist.com>
3739
3740         * tests/check/elements/audioconvert.c: (GST_START_TEST):
3741         Fix leaks. Wait for state transitions that might happen ASYNC, as well
3742         as some that won't.
3743
3744 2006-08-21  Wim Taymans  <wim@fluendo.com>
3745
3746         * docs/libs/Makefile.am:
3747         * docs/libs/gst-plugins-base-libs-sections.txt:
3748         * docs/libs/gst-plugins-base-libs.types:
3749         Don't try to GObject scan the netbuffer as it's not a GObject.
3750         Fixes #351308.
3751
3752         * gst-libs/gst/netbuffer/gstnetbuffer.c:
3753         * gst-libs/gst/netbuffer/gstnetbuffer.h:
3754         Document GstNetBuffer.
3755
3756 2006-08-21  Stefan Kost  <ensonic@users.sf.net>
3757
3758         * tests/check/elements/audioconvert.c: (GST_START_TEST),
3759         (audioconvert_suite):
3760           Add testcase for caps-size-explosion
3761
3762 2006-08-20  Stefan Kost  <ensonic@users.sf.net>
3763
3764         * gst/audioconvert/gstaudioconvert.c:
3765         (gst_audio_convert_get_unit_size), (set_structure_widths):
3766           Lower debug, use g_assert in _get_unit_size
3767
3768         * gst/audioresample/gstaudioresample.c:
3769         (audioresample_get_unit_size):
3770         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
3771         (gst_ffmpegcsp_get_unit_size):
3772         * gst/videoscale/gstvideoscale.c: (gst_video_scale_get_unit_size):
3773           use g_assert in _get_unit_size
3774
3775 2006-08-18  Wim Taymans  <wim@fluendo.com>
3776
3777         * docs/libs/gst-plugins-base-libs-sections.txt:
3778         * gst-libs/gst/rtp/gstrtpbuffer.c: (gst_rtp_buffer_set_packet_len),
3779         (gst_rtp_buffer_pad_to), (gst_rtp_buffer_get_payload_subbuffer),
3780         (gst_rtp_buffer_get_payload_buffer):
3781         * gst-libs/gst/rtp/gstrtpbuffer.h:
3782         Document GstRTPBuffer.
3783         Added function to efficiently strip payload headers.
3784         API: gst_rtp_buffer_get_payload_subbuffer()
3785
3786 2006-08-17  Tim-Philipp Müller  <tim at centricular dot net>
3787
3788         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add),
3789         (gst_tag_to_vorbis_comments):
3790           Serialise unknown vorbis comments into GST_TAG_EXTENDED_COMMENT
3791           tags and deserialise them properly as well (#347091).
3792           Add some more gtk-doc blurbs and also some g_return_if_fail().
3793
3794         * tests/check/libs/tag.c: (GST_START_TEST),
3795         (back_to_vorbis_comments), (taglists_are_equal), (tag_suite):
3796           More tests.
3797
3798 2006-08-17  Wim Taymans  <wim@fluendo.com>
3799
3800         * ext/ogg/Makefile.am:
3801         * ext/ogg/gstogg.c: (plugin_init):
3802         * ext/ogg/gstoggaviparse.c: (gst_ogg_avi_parse_get_type),
3803         (gst_ogg_avi_parse_base_init), (gst_ogg_avi_parse_class_init),
3804         (gst_ogg_avi_parse_init), (gst_ogg_avi_parse_finalize),
3805         (gst_ogg_avi_parse_setcaps), (gst_ogg_avi_parse_event),
3806         (gst_ogg_avi_parse_push_packet), (gst_ogg_avi_parse_chain),
3807         (gst_ogg_avi_parse_change_state), (gst_ogg_avi_parse_plugin_init):
3808         Added ogg-in-avi parser element. Fixes #140139.
3809
3810         * ext/ogg/gstoggmux.c: (gst_ogg_mux_buffer_from_page):
3811         Fixed a bug in oggdemux debug code.
3812
3813         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
3814         (gst_riff_create_audio_template_caps):
3815         Recognise Ogg in the AVI extensible wave format.
3816
3817 2006-08-17  Tim-Philipp Müller  <tim at centricular dot net>
3818
3819         * gst-libs/gst/cdda/gstcddabasesrc.c: (gst_cdda_base_src_create):
3820           Make buffer durations add up (duration should be next_ts-ts for
3821           perfect streams). Fixes CD ripping to Ogg/Vorbis with vorbisenc
3822           from CVS.
3823
3824         * tests/check/libs/cddabasesrc.c: (gst_cd_foo_src_close),
3825         (test_buffer_timestamps), (cddabasesrc_suite):
3826           Add unit test for the above.
3827
3828         * tests/check/Makefile.am:
3829           Don't know why cddabasesrc test was in VALGRIND_TO_FIX, remove
3830           to see what happens.
3831
3832 2006-08-16  Wim Taymans  <wim@fluendo.com>
3833
3834         * ext/alsa/gstalsasink.c: (gst_alsasink_set_property),
3835         (gst_alsasink_open):
3836         * ext/alsa/gstalsasrc.c: (gst_alsasrc_set_property),
3837         (gst_alsasrc_open):
3838         Avoid setting and using a NULL device name.
3839         Print more info when we fail to open a device.
3840
3841 2006-08-16  Tim-Philipp Müller  <tim at centricular dot net>
3842
3843         * docs/libs/gst-plugins-base-libs-sections.txt:
3844         * gst-libs/gst/tag/tag.h:
3845         * gst-libs/gst/tag/tags.c: (gst_tag_parse_extended_comment):
3846           API: add gst_tag_parse_extended_comment() (#351426).
3847
3848         * tests/check/Makefile.am:
3849         * tests/check/libs/.cvsignore:
3850         * tests/check/libs/tag.c: (GST_START_TEST), (tag_suite), (main):
3851           Add unit test for gst_tag_parse_extended_comment().
3852
3853 2006-08-15  Tim-Philipp Müller  <tim at centricular dot net>
3854
3855         * sys/ximage/ximagesink.c: (gst_ximagesink_get_property):
3856         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_property):
3857           Fix leak (#351502).
3858
3859 2006-08-15  Tim-Philipp Müller  <tim at centricular dot net>
3860
3861         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
3862         * docs/plugins/gst-plugins-base-plugins-sections.txt:
3863         * docs/plugins/gst-plugins-base-plugins.args:
3864         * gst/playback/gstplaybin.c:
3865           Document playbin.
3866           
3867         * docs/plugins/inspect/plugin-adder.xml:
3868         * docs/plugins/inspect/plugin-alsa.xml:
3869         * docs/plugins/inspect/plugin-audioconvert.xml:
3870         * docs/plugins/inspect/plugin-audiorate.xml:
3871         * docs/plugins/inspect/plugin-audioresample.xml:
3872         * docs/plugins/inspect/plugin-audiotestsrc.xml:
3873         * docs/plugins/inspect/plugin-cdparanoia.xml:
3874         * docs/plugins/inspect/plugin-decodebin.xml:
3875         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
3876         * docs/plugins/inspect/plugin-gnomevfs.xml:
3877         * docs/plugins/inspect/plugin-ogg.xml:
3878         * docs/plugins/inspect/plugin-pango.xml:
3879         * docs/plugins/inspect/plugin-playbin.xml:
3880         * docs/plugins/inspect/plugin-subparse.xml:
3881         * docs/plugins/inspect/plugin-tcp.xml:
3882         * docs/plugins/inspect/plugin-theora.xml:
3883         * docs/plugins/inspect/plugin-typefindfunctions.xml:
3884         * docs/plugins/inspect/plugin-video4linux.xml:
3885         * docs/plugins/inspect/plugin-videorate.xml:
3886         * docs/plugins/inspect/plugin-videoscale.xml:
3887         * docs/plugins/inspect/plugin-videotestsrc.xml:
3888         * docs/plugins/inspect/plugin-volume.xml:
3889         * docs/plugins/inspect/plugin-vorbis.xml:
3890         * docs/plugins/inspect/plugin-ximagesink.xml:
3891         * docs/plugins/inspect/plugin-xvimagesink.xml:
3892           Update to CVS version.
3893
3894 2006-08-14  Tim-Philipp Müller  <tim at centricular dot net>
3895
3896         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
3897         (gst_play_bin_set_property), (gst_play_bin_get_property),
3898         (value_list_append_structure_list),
3899         (gst_play_bin_handle_redirect_message),
3900         (gst_play_bin_handle_message):
3901           API: GstPlayBin::connection-speed
3902           Add "connection-speed" property; re-order redirect messages with
3903           multiple redirect locations depending on the minimum bitrate if
3904           that information is available and a connection speed is set
3905           (#350399).
3906
3907 2006-08-14  Tim-Philipp Müller  <tim at centricular dot net>
3908
3909         * gst/playback/gstplaybin.c:
3910           Update max volume to the same value that the volume element uses.
3911
3912 2006-08-14  Wim Taymans  <wim@fluendo.com>
3913
3914         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_open):
3915         Less uglyness..
3916
3917 2006-08-14  Wim Taymans  <wim@fluendo.com>
3918
3919         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_submit_buffer),
3920         (gst_ogg_demux_get_next_page), (gst_ogg_demux_perform_seek),
3921         (gst_ogg_demux_read_chain), (gst_ogg_demux_loop):
3922         Add some more debug info.
3923         Don't crash when a seek failed.
3924         Actually return the result of the seek instead of TRUE.
3925         Ignore multiple BOS pages with the same serial so that we don't create
3926         the same stream multiple times.
3927         Post an error when we fail to do the initial seek.
3928
3929 2006-08-13  Wim Taymans  <wim@fluendo.com>
3930
3931         * ext/alsa/gstalsa.c: (gst_alsa_detect_rates),
3932         (gst_alsa_detect_channels), (gst_alsa_probe_supported_formats):
3933         Small code cleanup.
3934
3935         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_open),
3936         (gst_alsa_mixer_new):
3937         Remove hack that always set the device to hw:0*.
3938         Properly find the card name for whatever device was configured.
3939         Do some better debugging.
3940         Fixes #350784.
3941
3942         * ext/alsa/gstalsamixerelement.c:
3943         (gst_alsa_mixer_element_set_property),
3944         (gst_alsa_mixer_element_change_state):
3945         Cleanups.
3946         Handle setting of a NULL device name better.
3947
3948 2006-08-11  Wim Taymans  <wim@fluendo.com>
3949
3950         * gst/adder/gstadder.c:
3951         Don't clip float values. Fixes #350900.
3952
3953 2006-08-11  Andy Wingo  <wingo@pobox.com>
3954
3955         * gst/tcp/gsttcp.c: Really fix the build?
3956
3957         * gst/tcp/gsttcp.h: For now, always disable deprecation here --
3958         fixes the build.
3959
3960 2006-08-10  Tim-Philipp Müller  <tim at centricular dot net>
3961
3962         * gst/audioconvert/gstaudioconvert.c: (make_lossless_changes):
3963           Float caps shouldn't have a "signed" field.
3964
3965 2006-08-10  Tim-Philipp Müller  <tim at centricular dot net>
3966
3967         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query):
3968           Implement SEEKING query in its most basic form, so that we can
3969           at least check if we're seekable or not (#350655).
3970
3971 2006-08-09  Tim-Philipp Müller  <tim at centricular dot net>
3972
3973         * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find):
3974           The checks here are not even close to anything that would
3975           justify MAXIMUM probability, lowering to POSSIBLE until someone
3976           fixes the checks (case at hand: quicktime redirection files
3977           might start with 00 00 01 XX and pass the checks here just
3978           fine, see #350399).
3979
3980 2006-08-08  Tim-Philipp Müller  <tim at centricular dot net>
3981
3982         Patch by: Sjoerd Simons  <sjoerd at luon net>
3983
3984         * gst/typefind/gsttypefindfunctions.c: (multipart_type_find):
3985           Better detection for multipart/x-mixed-replace: accept leading
3986           whitespaces before the boundary marker as well (as our very own
3987           multipartmux used to produce) (#349068).
3988
3989 2006-08-07  Tim-Philipp Müller  <tim at centricular dot net>
3990
3991         Patch by: Young-Ho Cha  <ganadist at chollian net>
3992
3993         * gst-libs/gst/riff/riff-ids.h:
3994         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
3995         (gst_riff_create_audio_template_caps):
3996           Detect DTS audio streams (#350157).
3997
3998 2006-08-05  Andy Wingo  <wingo@pobox.com>
3999
4000         * ext/theora/gsttheoraparse.h:
4001         * ext/theora/theoraparse.c (gst_theora_parse_class_init)
4002         (theora_parse_dispose, theora_parse_set_property)
4003         (theora_parse_get_property, theora_parse_munge_granulepos)
4004         (theora_parse_push_buffer, theora_parse_change_state):
4005         API: GstTheoraParse::synchronization-points
4006         Add a property 'synchronization-points' to fix badly synchronized oggs.
4007
4008 2006-08-03  Tim-Philipp Müller  <tim at centricular dot net>
4009
4010         * tests/check/Makefile.am:
4011         * tests/check/libs/.cvsignore:
4012         * tests/check/libs/audio.c: (structure_contains_channel_positions),
4013         (fixed_caps_have_channel_positions), (GST_START_TEST),
4014         (audio_suite), (main):
4015           Add a few tests for the channel position stuff in libgstaudio.
4016
4017 2006-08-03  Tim-Philipp Müller  <tim at centricular dot net>
4018
4019         * ext/alsa/gstalsa.c: (caps_add_channel_configuration),
4020         (gst_alsa_detect_channels):
4021         * ext/alsa/gstalsasink.c:
4022           Add support for cards that (only) do more than 8 channels,
4023           like the Delta 44 (#345188).
4024
4025         * gst-libs/gst/audio/multichannel.c:
4026         (gst_audio_check_channel_positions):
4027         * gst-libs/gst/audio/multichannel.h:
4028           API: add GST_AUDIO_CHANNEL_POSITION_NONE, which stands for an
4029           unspecified channel position and cannot be combined with any
4030           of the other audio channel positions; adjust position layout
4031           checks accordingly (#345188).
4032
4033 2006-08-03  Tim-Philipp Müller  <tim at centricular dot net>
4034
4035         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
4036           Recognise ancient RealAudio files (see #349779).
4037
4038 2006-08-03  Tim-Philipp Müller  <tim at centricular dot net>
4039
4040         Patch by: Jens Granseuer  <jensgr at gmx net>
4041
4042         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
4043           Add typefinder for Interplay's MVE format (#348973).
4044
4045 2006-08-02  Wim Taymans  <wim@fluendo.com>
4046
4047         Patch by: Marcel Moreaux <marcelm at luon dot net>
4048
4049         * gst-libs/gst/rtp/gstbasertpdepayload.c:
4050         (gst_base_rtp_depayload_add_to_queue):
4051         * gst-libs/gst/rtp/gstbasertpdepayload.h:
4052         Handle RTP sequence number rollover.
4053         Disable jitterbuffer by default.
4054
4055 2006-07-28  Jan Schmidt  <thaytan@mad.scientist.com>
4056
4057         * gst/audioresample/gstaudioresample.c: (audioresample_stop),
4058         (audioresample_set_caps):
4059         Don't leak references to the incoming caps. Clean them up when
4060         stopping.
4061
4062         * gst/videoscale/gstvideoscale.c: (gst_video_scale_class_init),
4063         (gst_video_scale_finalize):
4064         Don't leak our temporary pixel buffer.
4065
4066         * tests/check/Makefile.am:
4067         * tests/check/pipelines/simple-launch-lines.c: (run_pipeline),
4068         (GST_START_TEST), (simple_launch_lines_suite):
4069
4070         Fix leaks and re-enable the test for valgrind checking.
4071
4072 2006-07-28  Tim-Philipp Müller  <tim at centricular dot net>
4073
4074         Patch by: Sjoerd Simons  <sjoerd at luon net>
4075
4076         * gst/typefind/gsttypefindfunctions.c: (multipart_type_find),
4077         (plugin_init):
4078           Add typefind function for multipart/x-mixed-replace (#348916).
4079
4080 2006-07-28  Wim Taymans  <wim@fluendo.com>
4081
4082         * gst/adder/gstadder.c: (gst_adder_setcaps),
4083         (gst_adder_query_duration):
4084         Fix leak in duration query.
4085         Reflow some docs and notes.
4086
4087 2006-07-28  Michael Smith  <msmith@fluendo.com>
4088
4089         * tests/check/pipelines/vorbisenc.c: (GST_START_TEST),
4090         (vorbisenc_suite):
4091           Enable Andy's extra vorbisenc test, now that it passes. Also fix one
4092           aspect of it.
4093
4094 2006-07-28  Michael Smith  <msmith@fluendo.com>
4095
4096         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_generate_sink_caps),
4097         (gst_vorbis_enc_sink_getcaps), (gst_vorbis_enc_buffer_from_packet),
4098         (gst_vorbis_enc_push_buffer),
4099         (gst_vorbis_enc_buffer_check_discontinuous),
4100         (gst_vorbis_enc_chain), (gst_vorbis_enc_change_state):
4101         * ext/vorbis/vorbisenc.h:
4102           Handle discontinuities in the input vorbis stream correctly,
4103           so that the output is properly timestamped (and has good granulepos
4104           values). Needs some oggmux fixes too.
4105
4106 2006-07-27  Wim Taymans  <wim@fluendo.com>
4107
4108         patch by: Kai Vehmanen <kv2004 eca cx>
4109
4110         * gst-libs/gst/rtp/gstbasertpdepayload.c:
4111         (gst_base_rtp_depayload_chain),
4112         (gst_base_rtp_depayload_handle_sink_event),
4113         (gst_base_rtp_depayload_change_state):
4114         Don't send multiple newsegments with different formats.
4115         Fixes #348677.
4116
4117 2006-07-26  Wim Taymans  <wim@fluendo.com>
4118
4119         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_internal_chain),
4120         (gst_ogg_demux_do_seek), (gst_ogg_demux_read_chain):
4121         Make seeking in ogg more accurate again by doing the more correct
4122         granuletime to stream time conversion.
4123
4124 2006-07-26  Thomas Vander Stichele  <thomas at apestaart dot org>
4125
4126         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_add_full),
4127         (gst_multi_fd_sink_new_client):
4128           debug a little more understandably
4129           do not use goto as a substitute for break, especially if
4130           break is also being used
4131
4132 2006-07-26  Tim-Philipp Müller  <tim at centricular dot net>
4133
4134         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_property):
4135         * gst/playback/gstplaybin.c: (gst_play_bin_get_property):
4136           Remove GLib-2.6 compatibility cruft.
4137
4138 2006-07-24  Wim Taymans  <wim@fluendo.com>
4139
4140         * gst-libs/gst/audio/gstbaseaudiosink.c:
4141         (gst_base_audio_sink_render):
4142         Don't try to align a sample to an unknown value.
4143
4144 2006-07-24  Wim Taymans  <wim@fluendo.com>
4145
4146         * gst-libs/gst/audio/gstbaseaudiosink.c:
4147         (gst_base_audio_sink_provide_clock), (gst_base_audio_sink_render):
4148         When the audio clock is slaved to another clock, never try to align
4149         samples but trust the rate interpolation algorithm.
4150
4151 2006-07-24  Wim Taymans  <wim@fluendo.com>
4152
4153         * ext/alsa/gstalsasink.c: (set_hwparams), (gst_alsasink_prepare):
4154         Don't try to calculate silence samples, base class does this much
4155         better now.
4156
4157         * gst-libs/gst/audio/gstringbuffer.c: (build_linear_format),
4158         (gst_ring_buffer_debug_spec_caps), (gst_ring_buffer_parse_caps),
4159         (gst_ring_buffer_acquire):
4160         Calculate silence samples correctly.
4161
4162         * gst-libs/gst/audio/gstringbuffer.h:
4163         Add _CAST macro.
4164
4165 2006-07-22  Tim-Philipp Müller  <tim at centricular dot net>
4166
4167         * gst/typefind/gsttypefindfunctions.c: (xml_check_first_element):
4168           Limit search for the first markup tag to the first few kB of
4169           the file. If we don't find one there, it's highly unlikely that
4170           this is an XML(-ish) file.
4171
4172 2006-07-21  Andy Wingo  <wingo@pobox.com>
4173
4174         * tests/check/pipelines/theoraenc.c (test_discontinuity): Similar
4175         test to the one in vorbisenc. Also commented out.
4176
4177         * tests/check/pipelines/vorbisenc.c: 
4178         (test_discontinuity): New test, commented out until Mike lands
4179         some elite vorbisenc patches.
4180
4181         * tests/check/pipelines/theoraenc.c: Port to bufferstraw.
4182         Bufferstraw was actually factored out of these tests. Now we share
4183         code yay.
4184
4185         * configure.ac (GST_MAJORMINOR): Rev core requirements to 0.10.9.1
4186         for bufferstraw addition to gstcheck.
4187
4188 2006-07-21  Wim Taymans  <wim@fluendo.com>
4189
4190         * ext/theora/theoradec.c: (clip_buffer):
4191         Better clipping.
4192
4193 2006-07-21  Wim Taymans  <wim@fluendo.com>
4194
4195         * gst-libs/gst/audio/gstaudiosink.c: (audioringbuffer_thread_func),
4196         (gst_audioringbuffer_finalize), (gst_audioringbuffer_acquire),
4197         (gst_audioringbuffer_release), (gst_audioringbuffer_stop):
4198         Fix leak.
4199         Avoid type casting when we can.
4200
4201         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_dispose):
4202         Fix mem leak.
4203
4204 2006-07-20  Tim-Philipp Müller  <tim at centricular dot net>
4205
4206         * ext/alsa/gstalsamixerelement.c:
4207         (gst_alsa_mixer_element_change_state):
4208           Make state change fail if the specified device can't be opened
4209           for some reason.
4210
4211 2006-07-20  Wim Taymans  <wim@fluendo.com>
4212
4213         * gst/playback/test.c: (gen_video_element), (gen_audio_element),
4214         (cb_newpad), (main):
4215         Example of a small audio/video player using decodebin.
4216
4217 2006-07-20  Stefan Kost  <ensonic@users.sf.net>
4218
4219         * gst-libs/gst/riff/riff-ids.h:
4220           Add 'fact' chunk id
4221
4222 2006-07-19  Wim Taymans  <wim@fluendo.com>
4223
4224         * gst-libs/gst/rtp/gstbasertpdepayload.c:
4225         (gst_base_rtp_depayload_chain),
4226         (gst_base_rtp_depayload_change_state):
4227         Don't assert when not negotiated but post a meaningfull 
4228         error message. Fixes #347918.
4229
4230         * gst-libs/gst/rtp/gstbasertppayload.c:
4231         Add comment about better default MTU size.
4232
4233         * gst-libs/gst/rtp/gstrtpbuffer.c: (gst_rtp_buffer_validate_data):
4234         Small cleanups, start docs.
4235
4236 2006-07-19  Tim-Philipp Müller  <tim at centricular dot net>
4237
4238         Patch by: Martin Szulecki
4239
4240         * sys/v4l/gstv4lelement.c: (gst_v4lelement_get_property):
4241           If "device-name" is requested and the device is not
4242           open, try to temporarily open it to obtain this
4243           information (#342494).
4244
4245 2006-07-19  Tim-Philipp Müller  <tim at centricular dot net>
4246
4247         * gst-libs/gst/tag/gstid3tag.c:
4248           Add TSSE <=> GST_TAG_ENCODER mapping (see #347898).
4249
4250         * gst-libs/gst/tag/gsttageditingprivate.h:
4251         * gst-libs/gst/tag/gstvorbistag.c:
4252           Some more random const-ifications.
4253
4254 2006-07-18  Stefan Kost  <ensonic@users.sf.net>
4255
4256         * gst-libs/gst/riff/riff-ids.h:
4257         * gst-libs/gst/riff/riff-media.c:
4258         (gst_riff_create_video_template_caps):
4259           Add more FOURCCs (sort list to make stuff easier to find),
4260           add comment what those 16 bytes in struct _gst_riff_strh according to
4261           one avi-dumper are
4262
4263 2006-07-17  Tim-Philipp Müller  <tim at centricular dot net>
4264
4265         * gst-libs/gst/audio/multichannel.c:
4266         (gst_audio_check_channel_positions),
4267         (gst_audio_fixate_channel_positions):
4268           Const-ify two arrays.
4269
4270 2006-07-17  Tim-Philipp Müller  <tim at centricular dot net>
4271
4272         * ext/alsa/gstalsa.c: (caps_add_channel_configuration):
4273           Fix typo, so that alsasink also advertises 8 channels
4274           if that's supported (tags: can, worms, open, alsa, ph34r).
4275
4276 2006-07-17  Wim Taymans  <wim@fluendo.com>
4277
4278         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_internal_chain),
4279         (gst_ogg_pad_submit_packet), (gst_ogg_demux_read_chain):
4280         *sigh*, when is the compiler going to warn when the comments
4281         are out-of-sync with the code.. Refix case of busted theora
4282         headers with 0 granule pos.
4283
4284 2006-07-14  Wim Taymans  <wim@fluendo.com>
4285
4286         * gst-libs/gst/rtp/gstbasertpdepayload.c:
4287         (gst_base_rtp_depayload_wait),
4288         (gst_base_rtp_depayload_change_state),
4289         (gst_base_rtp_depayload_set_property),
4290         (gst_base_rtp_depayload_get_property):
4291         Fix 99% cpu load by waiting for absolute times on the
4292         clock. Fixes #347300.
4293
4294 2006-07-14  Andy Wingo  <wingo@pobox.com>
4295
4296         * ext/theora/gsttheoraparse.h: 
4297         * ext/theora/theoraparse.c (theora_parse_drain_event_queue)
4298         (theora_parse_push_headers, theora_parse_clear_queue)
4299         (theora_parse_drain_queue_prematurely, )
4300         (theora_parse_sink_event, theora_parse_change_state): Queue events
4301         until we initialized our state, like in vorbisparse.
4302
4303         * ext/vorbis/vorbisparse.h: 
4304         * ext/vorbis/vorbisparse.c (vorbis_parse_drain_event_queue)
4305         (vorbis_parse_push_headers, vorbis_parse_clear_queue)
4306         (vorbis_parse_drain_queue_prematurely, )
4307         (vorbis_parse_sink_event, vorbis_parse_change_state): Queue events
4308         until we have initialized our state. Fixes seeking after an
4309         initial pad block.
4310
4311 2006-07-14  Andy Wingo  <wingo@pobox.com>
4312
4313         Patch by: Iain Holmes <iaingnome@gmail.com>
4314         
4315         * ext/ogg/gstoggdemux.c (gst_ogg_demux_finalize): Fix memleak.
4316
4317 2006-07-14  Jan Schmidt  <thaytan@mad.scientist.com>
4318
4319         * configure.ac:
4320         Bump nano back to CVS
4321
4322 === release 0.10.9 ===
4323
4324 2006-07-13  Jan Schmidt <thaytan@mad.scientist.com>
4325
4326         * configure.ac:
4327           releasing 0.10.9, "I walk the line"
4328
4329 2006-07-14  Michael Smith  <msmith@fluendo.com>
4330
4331         * tests/check/pipelines/vorbisenc.c: (stop_pipeline):
4332           Move a g_cond_signal to earlier to avoid sometimes deadlocking
4333           (commonly happens when running this test under valgrind) when trying
4334           to remove the buffer probe.
4335
4336 2006-07-13  Jan Schmidt  <thaytan@mad.scientist.com>
4337
4338         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new):
4339         Fix missing g_unlock from the previous commit
4340
4341 2006-07-13  Jan Schmidt  <thaytan@mad.scientist.com>
4342
4343         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
4344         (gst_ximagesink_change_state):
4345         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
4346         (gst_xvimagesink_change_state):
4347         Implement a locking order to ensure we always take the object lock
4348         before the x_lock and never vice-versa.
4349
4350 2006-07-13  Jan Schmidt  <thaytan@mad.scientist.com>
4351
4352         * gst/playback/gstdecodebin.c: (find_compatibles):
4353         Fix a caps leak when linking (#347304)
4354
4355         * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
4356         (gst_ximagesink_ximage_destroy), (gst_ximagesink_xcontext_clear),
4357         (gst_ximagesink_change_state):
4358         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
4359         (gst_xvimage_buffer_finalize), (gst_xvimagesink_check_xshm_calls),
4360         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_put),
4361         (gst_xvimagesink_xcontext_clear), (gst_xvimagesink_change_state):
4362         Don't leak shared memory resources. Use the object lock to protect
4363         against the xcontext disappearing while returning a buffer from the
4364         pipeline. (#347304)
4365
4366 2006-07-12  Edward Hervey  <edward@fluendo.com>
4367
4368         * ext/vorbis/vorbisdec.c: (vorbis_dec_finalize),
4369         (vorbis_handle_comment_packet):
4370         gst_tag_list_merge() returns a new object. Take that into account when
4371         using it. This avoids memleak.
4372         Revert previous commit which is not needed.
4373
4374 2006-07-12  Edward Hervey  <edward@fluendo.com>
4375
4376         * ext/vorbis/vorbisdec.c: (vorbis_dec_finalize):
4377         Reset the decoder in finalize so that all fields get cleared.
4378
4379 2006-07-12  Wim Taymans  <wim@fluendo.com>
4380
4381         * gst-libs/gst/audio/gstbaseaudiosrc.c:
4382         (gst_base_audio_src_set_clock),
4383         (gst_base_audio_src_check_get_range), (gst_base_audio_src_create):
4384         Don't try to post an error message when setting the clock fails
4385         as this can happen when adding an element to a bin which will then
4386         deadlock. Fixes #347296.
4387
4388 2006-07-12  Edward Hervey  <edward@fluendo.com>
4389
4390         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_reset),
4391         (vorbis_dec_sink_event), (vorbis_handle_comment_packet),
4392         (vorbis_handle_type_packet):
4393         Post tag messages on the bus even if we're not initialized.
4394         If we're not initialized, we still postpone the event pushing of tags.
4395
4396 2006-07-12  Wim Taymans  <wim@fluendo.com>
4397
4398         * ext/alsa/gstalsasink.c: (set_hwparams), (gst_alsasink_prepare):
4399         * gst-libs/gst/audio/gstringbuffer.c: (build_linear_format),
4400         (gst_ring_buffer_debug_spec_caps), (gst_ring_buffer_parse_caps):
4401         Revert last two changes that broke the freeze.
4402
4403 2006-07-12  Wim Taymans  <wim@fluendo.com>
4404
4405         * ext/alsa/gstalsasink.c: (set_hwparams), (gst_alsasink_prepare):
4406         basesink calculates silence sample correctly for us.
4407
4408 2006-07-12  Wim Taymans  <wim@fluendo.com>
4409
4410         * gst-libs/gst/audio/gstringbuffer.c: (build_linear_format),
4411         (gst_ring_buffer_debug_spec_caps), (gst_ring_buffer_parse_caps):
4412         Calculate correct silence samples so we don't fill our ringbuffer
4413         with noise.
4414
4415 2006-07-12  Edward Hervey  <edward@fluendo.com>
4416
4417         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
4418         (gst_vorbis_dec_reset), (vorbis_dec_sink_event),
4419         (vorbis_handle_comment_packet), (vorbis_handle_type_packet):
4420         * ext/vorbis/vorbisdec.h:
4421         Delay sending events (newsegment, tags) until the decoder is properly
4422         initialized.
4423         Fixes #347295
4424
4425 2006-07-11  Jan Schmidt  <thaytan@mad.scientist.com>
4426
4427         * tests/check/elements/audioconvert.c: (get_float_mc_caps),
4428         (get_int_mc_caps), (GST_START_TEST), (audioconvert_suite):
4429           Patch from #347221 adding a test for audioconvert
4430           channel remappings.
4431
4432 2006-07-11  Tim-Philipp Müller  <tim at centricular dot net>
4433
4434         * gst/subparse/gstssaparse.c: (gst_ssa_parse_base_init),
4435         (gst_ssa_parse_parse_line):
4436           Don't include the terminating NUL in the buffer size,
4437           it's only there for extra paranoia (would add random
4438           '*' characters at the end of each subtitle since the
4439           terminator itself is not valid UTF-8 technically).
4440           Also fix indenting after boilerplate macro.
4441
4442 2006-07-10  Tim-Philipp Müller  <tim at centricular dot net>
4443
4444         * gst/playback/gstdecodebin.c: (close_pad_link):
4445           Also emit 'unknown-type' signal (which should really be
4446           called unhandled-type) if we found potential decoders/demuxers
4447           in the registry but none of them worked in the end (as in the
4448           case where the plugins don't exist any longer but are still
4449           listed in the registry). Fixes #329798.
4450
4451 2006-07-08  Andy Wingo  <wingo@pobox.com>
4452
4453         * theoraparse.c (theora_parse_push_buffer)
4454         (theora_parse_drain_queue_prematurely, theora_parse_drain_queue):
4455         Add some more debugging. Fix granulepos reconstruction in the face
4456         of discontinuities.
4457
4458 2006-07-06  Wim Taymans  <wim@fluendo.com>
4459
4460         * gst-libs/gst/audio/gstbaseaudiosink.c:
4461         (gst_base_audio_sink_class_init),
4462         (gst_base_audio_sink_provide_clock):
4463         Use gobject_class instead of G_OBJECT_CLASS (klass)
4464
4465         * gst-libs/gst/audio/gstbaseaudiosrc.c:
4466         (gst_base_audio_src_class_init), (gst_base_audio_src_init),
4467         (gst_base_audio_src_set_clock), (gst_base_audio_src_provide_clock),
4468         (gst_base_audio_src_get_time),
4469         (gst_base_audio_src_check_get_range), (gst_base_audio_src_create),
4470         (gst_base_audio_src_create_ringbuffer):
4471         Fix latency and buffer-time constants and properties ala basesink.
4472         Implement pull based scheduling. Fixes #346527.
4473         Set default blocksize in GstBaseSrc to 0, we default to pushing out
4474         one segment.
4475         Refuse slaving to another clock instead of silently not working.
4476         Only provide a clock when we are actually able to do so.
4477         Various small cleanups and compiler hints.
4478
4479 2006-07-06  Tim-Philipp Müller  <tim at centricular dot net>
4480
4481         Patch by: Lutz Mueller <lutz at topfrose de>
4482
4483         * gst/typefind/gsttypefindfunctions.c: (html_type_find),
4484         (plugin_init):
4485           Add typefinding for text/html (#346581).
4486
4487 2006-07-06  Tim-Philipp Müller  <tim at centricular dot net>
4488
4489         * gst/typefind/gsttypefindfunctions.c: (utf8_type_find),
4490         (xml_check_first_element), (xml_type_find), (smil_type_find):
4491           Fix SMIL typefinding, make xml_check_first_element() more
4492           useful.
4493
4494 2006-07-06  Tim-Philipp Müller  <tim at centricular dot net>
4495
4496         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
4497         (gst_play_base_bin_finalize), (decodebin_element_added_cb),
4498         (decodebin_element_removed_cb), (gst_play_base_bin_set_property):
4499         * gst/playback/gstplaybasebin.h:
4500           Protect list of elements with a subtitle-encoding property and
4501           the subtitle encoding member itself with a lock of their own
4502           instead of using the object lock. This prevents a dead-lock in
4503           the element-remove callback in some circumstances when shutting
4504           down playbin.
4505
4506 2006-07-05  Sebastien Moutte  <sebastien@moutte.net>
4507
4508         * win32/common/libgsttag.def:
4509         Export some new functions.
4510         * win32/vs6/libgstogg.dsp:
4511         Add a link to libgsttag-0.10.lib.
4512
4513 2006-07-04  Tim-Philipp Müller  <tim at centricular dot net>
4514
4515         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
4516           Some const-ification.
4517
4518 2006-07-04  Wim Taymans  <wim@fluendo.com>
4519
4520         * gst/playback/gstplaybasebin.c: (is_stream), (gen_source_element):
4521         Improve checking if we are dealing with a stream. Added some
4522         more uris that need buffering.
4523
4524 2006-07-03  Edward Hervey  <edward@fluendo.com>
4525
4526         * ext/vorbis/vorbisdec.c: (vorbis_do_clip):
4527         Remove unused variable.
4528
4529 2006-07-02  Thomas Vander Stichele  <thomas at apestaart dot org>
4530
4531         * Makefile.am:
4532           include lcov.mak
4533         * configure.ac:
4534           add GCOV_LIBS to GST_LIBS
4535
4536 2006-07-02  Tim-Philipp Müller  <tim at centricular dot net>
4537
4538         Patch by: Michael Sheldon  <webmaster at mikeasoft com>
4539
4540         * ext/alsa/gstalsasrc.c:
4541           Add 32 bps to template caps and increase channels range
4542           from [1,2] to [1,MAX]. See #346326.
4543
4544 2006-06-30  Tim-Philipp Müller  <tim at centricular dot net>
4545
4546         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
4547           Recognise 'WMVA' video codec fourcc (#345879).
4548           
4549 2006-06-29 Philippe Kalaf <philippe.kalaf@collabora.co.uk>       
4550          
4551         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:     
4552           Fixed nasty memory leak
4553
4554 2006-06-26  Thomas Vander Stichele  <thomas at apestaart dot org>
4555
4556         * gst/tcp/gsttcp.c: (gst_tcp_read_buffer),
4557         (gst_tcp_gdp_read_buffer), (gst_tcp_gdp_read_caps):
4558           fix logging
4559
4560 2006-06-23  Jan Schmidt  <thaytan@mad.scientist.com>
4561
4562         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
4563         (gst_decode_bin_init), (gst_decode_bin_finalize), (add_fakesink),
4564         (remove_fakesink), (pad_probe), (gst_decode_bin_change_state):
4565         Protect remove_fakesink using a mutex, so that we don't try and
4566         remove the fakesink simultaneously from multiple threads.
4567
4568         When going from READY to PAUSED, restore the fakesink, so that
4569         it is there when decodebin gets reused.
4570
4571 2006-06-23  Tim-Philipp Müller  <tim at centricular dot net>
4572
4573         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
4574         * gst-libs/gst/rtp/gstbasertpdepayload.c:
4575         * gst-libs/gst/rtp/gstbasertppayload.c:
4576         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
4577         * gst/tcp/gstmultifdsink.c:
4578         * gst/tcp/gsttcpclientsink.c:
4579         * gst/tcp/gsttcpclientsrc.c:
4580         * gst/tcp/gsttcpserversink.c:
4581         * gst/tcp/gsttcpserversrc.c:
4582         * gst/videorate/gstvideorate.c:
4583         * gst/videotestsrc/gstvideotestsrc.c:
4584         * sys/v4l/gstv4ljpegsrc.c:
4585         * sys/v4l/gstv4lmjpegsink.c:
4586         * sys/v4l/gstv4lsrc.c:
4587         * tests/examples/seek/scrubby.c:
4588         * tests/examples/seek/seek.c:
4589           Use GST_DEBUG_CATEGORY_STATIC where possible (#342503).
4590
4591 2006-06-22  Tim-Philipp Müller  <tim at centricular dot net>
4592
4593         * gst-libs/gst/tag/tags.c: (register_tag_image_type_enum):
4594           Second field in GEnumValue shouldn't be a description,
4595           but a stringified version of the enum value.
4596
4597 2006-06-22  Wim Taymans  <wim@fluendo.com>
4598
4599         * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
4600         (gst_ximage_buffer_free), (gst_ximagesink_ximage_put),
4601         (gst_ximagesink_setcaps), (gst_ximagesink_buffer_alloc):
4602         Avoid type checking in buffer casts.
4603         Avoid caps copy in buffer_alloc when we can.
4604         Use pad_peer_accept.
4605
4606 2006-06-22  Tim-Philipp Müller  <tim at centricular dot net>
4607
4608         * gst-libs/gst/tag/tag.h:
4609           Oops, make that 'Since: 0.10.9'.
4610
4611 2006-06-22  Tim-Philipp Müller  <tim at centricular dot net>
4612
4613         * docs/libs/gst-plugins-base-libs-sections.txt:
4614         * gst-libs/gst/tag/tag.h:
4615         * gst-libs/gst/tag/tags.c: (register_tag_image_type_enum),
4616         (gst_tag_image_type_get_type):
4617           API: add GstTagImageType enum to describe images contained
4618           in image tags (#345641).
4619
4620 2006-06-22  Tim-Philipp Müller  <tim at centricular dot net>
4621
4622         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init):
4623           Fix warnings with gst-inspect: "buffers-min" property
4624           should be of G_TYPE_INT and not G_TYPE_INT64. Also fix
4625           typo in property description.
4626
4627 2006-06-22  Tim-Philipp Müller  <tim at centricular dot net>
4628
4629         Patch by: Cody Russell <bratsche at gnome org>
4630
4631         * gst/audioresample/gstaudioresample.c:
4632         (gst_audioresample_class_init):
4633         * gst/playback/gststreamselector.c:
4634         (gst_stream_selector_class_init):
4635         * gst/subparse/gstsubparse.c: (gst_sub_parse_class_init):
4636         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init):
4637         * gst/tcp/gsttcpclientsink.c: (gst_tcp_client_sink_class_init):
4638         * gst/tcp/gsttcpclientsrc.c: (gst_tcp_client_src_class_init):
4639         * gst/tcp/gsttcpserversink.c: (gst_tcp_server_sink_class_init):
4640         * gst/tcp/gsttcpserversrc.c: (gst_tcp_server_src_class_init):
4641         * gst/videoscale/gstvideoscale.c: (gst_video_scale_class_init):
4642         * gst/videotestsrc/gstvideotestsrc.c:
4643         (gst_video_test_src_class_init):
4644         * gst/volume/gstvolume.c: (gst_volume_class_init):
4645           Avoid unnecessary class cast check in class_init
4646           functions (#337747).
4647
4648 2006-06-21  Tim-Philipp Müller  <tim at centricular dot net>
4649
4650         * ext/pango/gsttextoverlay.c: (gst_text_overlay_make_utf8),
4651         (gst_text_overlay_video_chain):
4652           g_markup_escape_text() REALLY doesn't like non-UTF8 input
4653           and doesn't validate its input either (and neither did
4654           textoverlay it seems). Let's do that then and fix #345206.
4655
4656 2006-06-19  Wim Taymans  <wim@fluendo.com>
4657
4658         * gst/tcp/gstmultifdsink.c: (gst_sync_method_get_type),
4659         (gst_unit_type_get_type), (gst_multi_fd_sink_class_init),
4660         (gst_multi_fd_sink_init), (gst_multi_fd_sink_add_full),
4661         (gst_multi_fd_sink_add), (gst_multi_fd_sink_handle_client_read),
4662         (find_syncframe), (find_limits), (assign_value),
4663         (count_burst_unit), (gst_multi_fd_sink_new_client),
4664         (gst_multi_fd_sink_handle_client_write),
4665         (gst_multi_fd_sink_queue_buffer), (gst_multi_fd_sink_render),
4666         (gst_multi_fd_sink_set_property), (gst_multi_fd_sink_get_property),
4667         (gst_multi_fd_sink_change_state):
4668         * gst/tcp/gstmultifdsink.h:
4669         Added shiny new burst-on-connect methods.
4670         Add properties to control the minimal amount of data queued.
4671         Small cleanups.
4672         API: bytes-min property
4673         API: time-min property
4674         API: buffers-min property
4675         API: burst-unit property
4676         API: burst-value property
4677         API: add-full signal
4678
4679         * gst/tcp/gsttcp-marshal.list:
4680         Added new marshaller code for the new signal.
4681
4682         * tests/check/elements/multifdsink.c: (GST_START_TEST),
4683         (multifdsink_suite):
4684         Added testcases for new burst methods.
4685
4686 2006-06-19  Edward Hervey  <edward@fluendo.com>
4687
4688         * ext/theora/theoradec.c: (clip_buffer), (theora_dec_push):
4689         Implement clipping for accurate seeking.
4690         Closes #345225
4691
4692 2006-06-19  Wim Taymans  <wim@fluendo.com>
4693
4694         Patch by: Philip Jaegenstedt <philip at lysator dot liu dot se>
4695
4696         * gst/videoscale/gstvideoscale.c: (gst_video_scale_prepare_size),
4697         (gst_video_scale_transform):
4698         Make videoscale support RGBA, ARGB, BGRA and ABGR. Fixes #345131
4699
4700 2006-06-17  Tim-Philipp Müller  <tim at centricular dot net>
4701
4702         * configure.ac:
4703           Fix --disable-external (can't set conditionals conditionally,
4704           #343602).
4705
4706 2006-06-16  Tim-Philipp Müller  <tim at centricular dot net>
4707
4708         * tests/check/elements/audioresample.c: (test_reuse),
4709         (audioresample_suite):
4710           Add test case for bug #342789 fixed below.
4711
4712 2006-06-16  Tim-Philipp Müller  <tim at centricular dot net>
4713
4714         * gst/audioresample/gstaudioresample.c:
4715         (gst_audioresample_class_init), (gst_audioresample_init),
4716         (audioresample_start), (audioresample_stop),
4717         (gst_audioresample_set_property), (gst_audioresample_get_property):
4718           Implement GstBaseTransform::start and ::stop so that audioresample
4719           can clear its internal state properly and be reused instead of
4720           causing non-negotiated errors with playbin under some circumstances
4721           (#342789).
4722
4723         * tests/check/elements/audioresample.c: (setup_audioresample),
4724         (cleanup_audioresample):
4725           Need to set element state here so that ::start and ::stop are
4726           called.
4727
4728 2006-06-16  Wim Taymans  <wim@fluendo.com>
4729
4730         Patch by: Young-Ho Cha <ganadist at chollian dot net>
4731
4732         * gst-libs/gst/riff/riff-read.c: (gst_riff_parse_strf_vids):
4733         Parse extra data better, apparently it's right behind
4734         the normal strf header size. Fixes #343500.
4735
4736 2006-06-16  Wim Taymans  <wim@fluendo.com>
4737
4738         * ext/alsa/gstalsasink.c: (set_hwparams):
4739         If we fail to set the buffer_time and period_time alsa
4740         parameters, post a warning and leave alsa select a 
4741         default instead of failing. Fixes #342085
4742
4743 2006-06-16  Tim-Philipp Müller  <tim at centricular dot net>
4744
4745         * docs/libs/gst-plugins-base-libs-sections.txt:
4746         * gst-libs/gst/cdda/gstcddabasesrc.h:
4747           Remove GST_CDDA_TAG_TRACK_TAGS again, it is #ifdef 0'ed
4748           out in the header file and shouldn't be listed in the docs.
4749
4750         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk):
4751           Must dereference pointer to fourcc in the debug statement.
4752
4753 2006-06-16  Stefan Kost  <ensonic@users.sf.net>
4754
4755         * docs/libs/Makefile.am:
4756         * docs/libs/gst-plugins-base-libs-docs.sgml:
4757         * docs/libs/gst-plugins-base-libs-sections.txt:
4758         * docs/libs/gst-plugins-base-libs.types:
4759         add remaining symbols into correct setions
4760         
4761         * gst-libs/gst/audio/gstringbuffer.c:
4762         fix incomplete docs
4763         
4764         * gst-libs/gst/audio/gstringbuffer.h:
4765         comment out not yet implemented function
4766         
4767         
4768         * gst-libs/gst/floatcast/floatcast.h:
4769         * gst-libs/gst/netbuffer/gstnetbuffer.c:
4770         add short descriptions
4771         
4772         
4773         * gst-libs/gst/interfaces/propertyprobe.c:
4774         fix return value docs   
4775         
4776         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk):
4777         simplify debug logging
4778         
4779         * gst-libs/gst/riff/riff-read.h:
4780         sync function prototype and docs
4781         
4782         * gst-libs/gst/rtp/gstbasertpaudiopayload.h:
4783         remove left over symbol
4784
4785 2006-06-16  Tim-Philipp Müller  <tim at centricular dot net>
4786
4787         * autogen.sh:
4788         * configure.ac:
4789         * docs/Makefile.am:
4790           Use GST_PLUGIN_DOCS macro in configure.ac, add
4791           --enable-plugin-docs default to autogen.sh and use
4792           ENABLE_PLUGIN_DOCS conditional in Makefile.am (#344039).
4793
4794 2006-06-15  Wim Taymans  <wim@fluendo.com>
4795
4796         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_peer),
4797         (gst_ogg_demux_activate_chain), (gst_ogg_demux_combine_flows),
4798         (gst_ogg_demux_loop):
4799         Combine GstFlowReturn from the source pads to give a
4800         meaningfull result to the upstream peer or to stop the
4801         processing task in case of errors.
4802
4803 2006-06-14  Tim-Philipp Müller  <tim at centricular dot net>
4804
4805         * gst/playback/gststreaminfo.c: (cb_probe):
4806           Try GST_TAG_CODEC as fallback when extracting the
4807           codec name; more debug info.
4808
4809 2006-06-14  Tim-Philipp Müller  <tim at centricular dot net>
4810
4811         * ext/ogg/Makefile.am:
4812         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
4813           Extract language tags from ogm subtitle streams, so that
4814           the subtitle menu choices are labelled correctly in
4815           Totem (fixes #344708).
4816
4817 2006-06-14  Wim Taymans  <wim@fluendo.com>
4818
4819         Patch by: Alessandro Decina <alessandro at nnva dot org>
4820
4821         * ext/ogg/gstoggmux.c: (gst_ogg_mux_get_type), (gst_ogg_mux_clear),
4822         (gst_ogg_mux_release_pad), (gst_ogg_mux_get_headers),
4823         (gst_ogg_mux_set_header_on_caps), (gst_ogg_mux_init_collectpads),
4824         (gst_ogg_mux_clear_collectpads), (gst_ogg_mux_change_state):
4825         Fix various leaks. Fixes #343699.
4826         Add x-smoke mime type.
4827
4828 2006-06-14  Tim-Philipp Müller  <tim at centricular dot net>
4829
4830         * gst-libs/gst/riff/riff-ids.h:
4831           Add IDs for 'bext' chunks (see #343837).
4832
4833 2006-06-12  Tim-Philipp Müller  <tim at centricular dot net>
4834
4835         Patch by: Young-Ho Cha  <ganadist at chollian net>
4836
4837         * gst/subparse/samiparse.c: (sami_context_pop_state),
4838         (handle_start_font), (end_sami_element):
4839           Honour font face tags in SAMI subtitles (#344503).
4840
4841 2006-06-11  Stefan Kost  <ensonic@users.sf.net>
4842
4843         * po/POTFILES.in:
4844           add missing files containing translatable strings
4845
4846 2006-06-11  Stefan Kost  <ensonic@users.sf.net>
4847
4848         * docs/libs/tmpl/.cvsignore:
4849           we don't want those *.sgml files in CVS either
4850
4851 2006-06-11  Stefan Kost  <ensonic@users.sf.net>
4852
4853         * docs/libs/.cvsignore:
4854         * tests/check/elements/.cvsignore:
4855         * tests/check/libs/.cvsignore:
4856           ignore more
4857
4858 2006-06-11  Stefan Kost  <ensonic@users.sf.net>
4859
4860         * docs/libs/Makefile.am:
4861           also commiting the changed Makefile.am (added more libs to the
4862           doc-build)
4863
4864 2006-06-11  Stefan Kost  <ensonic@users.sf.net>
4865
4866         * docs/libs/gst-plugins-base-libs-docs.sgml:
4867         * docs/libs/gst-plugins-base-libs-sections.txt:
4868         * docs/libs/gst-plugins-base-libs.types:
4869           first batch of reordering things, add index & hierarchy
4870
4871 2006-06-11  Thomas Vander Stichele  <thomas at apestaart dot org>
4872
4873         * configure.ac:
4874           use GST_PKG_CHECK_MODULES, cleans up output
4875
4876 2006-06-10  Tim-Philipp Müller  <tim at centricular dot net>
4877
4878         * ext/gnomevfs/gstgnomevfsuri.c: (gst_gnomevfs_get_supported_uris):
4879           Add support for burn:// URIs (#343385); const-ify things a bit,
4880           use G_N_ELEMENTS instead of hard-coded array size.
4881
4882 2006-06-10  Tim-Philipp Müller  <tim at centricular dot net>
4883
4884         Patch by: Young-Ho Cha  <ganadist at chollian net>
4885
4886         * gst/subparse/samiparse.c: (fix_invalid_entities), (parse_sami):
4887           Fix up broken entities before passing them to libxml *sigh*.
4888           (#343303).
4889           
4890 2006-06-09  Thomas Vander Stichele  <thomas at apestaart dot org>
4891
4892         * configure.ac:
4893           back to TRUNK
4894
4895 === release 0.10.8 ===
4896
4897 2006-06-09  Thomas Vander Stichele <thomas at apestaart dot org>
4898
4899         * configure.ac:
4900           releasing 0.10.8, "Moar gij ziet mij nie"
4901
4902 2006-06-07  Thomas Vander Stichele  <thomas at apestaart dot org>
4903
4904         * configure.ac:
4905         * po/af.po:
4906         * po/az.po:
4907         * po/cs.po:
4908         * po/en_GB.po:
4909         * po/hu.po:
4910         * po/it.po:
4911         * po/nb.po:
4912         * po/nl.po:
4913         * po/or.po:
4914         * po/sq.po:
4915         * po/sr.po:
4916         * po/sv.po:
4917         * po/uk.po:
4918         * po/vi.po:
4919         * win32/common/config.h:
4920           0.10.7.2 prerelease
4921
4922 2006-06-07  Thomas Vander Stichele  <thomas at apestaart dot org>
4923
4924         * docs/libs/tmpl/gstaudio.sgml:
4925         * docs/libs/tmpl/gstcolorbalance.sgml:
4926         * docs/libs/tmpl/gstmixer.sgml:
4927         * docs/libs/tmpl/gstringbuffer.sgml:
4928         * docs/libs/tmpl/gsttuner.sgml:
4929         * docs/libs/tmpl/gstxoverlay.sgml:
4930         * gst-libs/gst/audio/audio.c:
4931         * gst-libs/gst/audio/gstringbuffer.c:
4932         * gst-libs/gst/interfaces/colorbalance.c:
4933         * gst-libs/gst/interfaces/mixer.c:
4934         * gst-libs/gst/interfaces/tuner.c:
4935         * gst-libs/gst/interfaces/xoverlay.c:
4936           move last template doc snippets to source code and delete them
4937
4938 2006-06-06  Michael Smith  <msmith@fluendo.com>
4939
4940         * ext/theora/theoraparse.c: (theora_parse_drain_queue_prematurely),
4941         (theora_parse_drain_queue):
4942           Mark DELTA_UNIT on non-keyframes.
4943
4944 2006-06-03  Jan Schmidt  <thaytan@mad.scientist.com>
4945
4946         * gst-libs/gst/audio/gstbaseaudiosink.c:
4947         (gst_base_audio_sink_class_init), (gst_base_audio_sink_setcaps):
4948         * gst-libs/gst/audio/gstbaseaudiosink.h:
4949         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_parse_caps),
4950         (gst_ring_buffer_samples_done):
4951         * gst-libs/gst/audio/gstringbuffer.h:
4952         Document better the fact that latency_time and buffer_time are values
4953         stored in microseconds, and not the usual GStreamer nanoseconds.
4954         Change the variables (compatibly) that store them from GstClockTime 
4955         to guint64 to make it more clear that they're not storing clock times.
4956         Also, remove the bogus property description that says the user can
4957         specify -1 to get the default value, since that's never been the case.
4958
4959         When computing the default segment size for the ring buffer, make it
4960         an integer number of samples.
4961
4962         When the sub-class indicates a delay greater than the number of
4963         samples we've written return 0 from the audio sink get_time method.
4964
4965 2006-06-02  Michael Smith  <msmith@fluendo.com>
4966
4967         * tests/check/elements/audioconvert.c: (set_channel_positions),
4968         (get_float_mc_caps), (get_int_mc_caps):
4969         * tests/check/elements/audioresample.c:
4970         * tests/check/elements/audiotestsrc.c: (GST_START_TEST):
4971         * tests/check/elements/videorate.c:
4972         * tests/check/elements/videotestsrc.c: (GST_START_TEST):
4973         * tests/check/elements/volume.c:
4974         * tests/check/elements/vorbisdec.c:
4975         * tests/check/pipelines/vorbisenc.c: (GST_START_TEST):
4976           Don't busy-wait in tests; this was causing test timeouts very
4977           frequently when running under valgrind.
4978
4979 2006-06-02  Thomas Vander Stichele  <thomas at apestaart dot org>
4980
4981         * gst/tcp/README:
4982         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_init),
4983         (gst_multi_fd_sink_remove_client_link),
4984         (gst_multi_fd_sink_client_queue_caps),
4985         (gst_multi_fd_sink_client_queue_buffer),
4986         (gst_multi_fd_sink_handle_client_write),
4987         (gst_multi_fd_sink_render):
4988         * gst/tcp/gstmultifdsink.h:
4989           make multifdsink properly deal with streamheader:
4990           - streamheader is taken from caps
4991           - buffers marked with IN_CAPS are not sent
4992           - streamheaders are sent, on connection, from the caps of the
4993             buffer where the client gets positioned to
4994           - further streamheader changes are done every time the client
4995             will receive a buffer with different caps
4996         * tests/check/elements/multifdsink.c: (GST_START_TEST),
4997         (gst_multifdsink_create_streamheader):
4998           add tests for this
4999
5000 2006-06-02  Michael Smith  <msmith@fluendo.com>
5001
5002         * ext/vorbis/vorbisdec.c: (vorbis_handle_identification_packet):
5003           Reinstate limit on channel count. Vorbis does not define the meaning
5004           of > 6 channels, so they're just independent channels. Gstreamer
5005           currently has no mechanism to represent N independent channels.
5006
5007 2006-06-02  Michael Smith  <msmith@fluendo.com>
5008
5009         * ext/vorbis/vorbisdec.c: (vorbis_handle_identification_packet):
5010           Don't arbitrarily restrict channel counts and rate in vorbis.
5011           In terms of effects likely on real-world files, this fixes 96kHz
5012           playback of vorbis.
5013
5014 2006-06-02  Michael Smith  <msmith@fluendo.com>
5015
5016         * gst/audioconvert/audioconvert.c: (float):
5017           More correct float->int conversion.
5018
5019 2006-06-02  Michael Smith  <msmith@fluendo.com>
5020
5021         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_perform_seek):
5022           Don't accidently send GST_CLOCK_TIME_NONE as a new segment start
5023           value. Fixes g-critical on trying to play back ogg containing
5024           unknown codec.
5025
5026 2006-06-02  Wim Taymans  <wim@fluendo.com>
5027
5028         * gst/playback/gstplaybasebin.c: (group_create), (group_commit),
5029         (setup_source):
5030         * gst/playback/gstplaybasebin.h:
5031         Make the subtitle detection work from any thread so we don't
5032         deadlock. Fixes #343397.
5033
5034 2006-06-02  Thomas Vander Stichele  <thomas at apestaart dot org>
5035
5036         * gst/volume/Makefile.am:
5037           Seriously, it's not *that* hard to get compilation right.  Even
5038           a drunk can do it ! Add LIBOIL CFLAGS and LIBS
5039
5040 2006-06-01  Stefan Kost  <ensonic@users.sf.net>
5041
5042         * gst/volume/gstvolume.c: (volume_choose_func),
5043         (volume_update_real_volume), (gst_volume_class_init),
5044         (gst_volume_init), (volume_process_float), (volume_process_int16),
5045         (volume_process_int16_clamp), (volume_set_caps),
5046         (volume_transform_ip), (plugin_init):
5047         * gst/volume/gstvolume.h:
5048         rewrite the passthrough check, split _int16 and _int16_clamp, fix
5049         another property desc., remove unused param from process function
5050         
5051         * tests/check/elements/volume.c: (volume_suite):
5052         reactivate the passthrough test
5053
5054 2006-06-01  Stefan Kost  <ensonic@users.sf.net>
5055
5056         * ext/alsa/gstalsamixerelement.h:
5057         * ext/alsa/gstalsamixeroptions.h:
5058         * ext/alsa/gstalsamixertrack.h:
5059         * ext/gnomevfs/gstgnomevfssink.h:
5060         * ext/gnomevfs/gstgnomevfssrc.h:
5061         * ext/theora/gsttheoradec.h:
5062         * ext/theora/gsttheoraenc.h:
5063         * ext/theora/gsttheoraparse.h:
5064         * ext/vorbis/vorbisparse.h:
5065         * gst-libs/gst/audio/gstaudioclock.h:
5066         * gst-libs/gst/audio/gstaudiofilter.h:
5067         * gst-libs/gst/rtp/gstbasertpaudiopayload.h:
5068         * gst/audioconvert/gstaudioconvert.h:
5069         * gst/audioresample/gstaudioresample.h:
5070         * gst/audiotestsrc/gstaudiotestsrc.h:
5071         * gst/ffmpegcolorspace/gstffmpegcolorspace.h:
5072         * gst/playback/gststreamselector.h:
5073         * gst/tcp/gstmultifdsink.h:
5074         * gst/tcp/gsttcpclientsink.h:
5075         * gst/tcp/gsttcpclientsrc.h:
5076         * gst/tcp/gsttcpserversink.h:
5077         * gst/tcp/gsttcpserversrc.h:
5078         * gst/videorate/gstvideorate.h:
5079         * gst/videoscale/gstvideoscale.h:
5080         * gst/videotestsrc/gstvideotestsrc.h:
5081         * gst/volume/gstvolume.h:
5082         * sys/v4l/gstv4ljpegsrc.h:
5083         * sys/v4l/gstv4lmjpegsink.h:
5084         * sys/v4l/gstv4lmjpegsrc.h:
5085         * sys/v4l/gstv4lsrc.h:
5086         * sys/ximage/ximagesink.h:
5087         * sys/xvimage/xvimagesink.h:
5088         * tests/old/testsuite/alsa/sinesrc.h:
5089         Fix more gobject macros: obj<->klass, GstXXX<->GstXXXClass
5090
5091 2006-05-31  Wim Taymans  <wim@fluendo.com>
5092
5093         * ext/libvisual/visual.c: (gst_visual_reset),
5094         (gst_visual_sink_setcaps), (gst_visual_sink_event),
5095         (gst_visual_src_event), (get_buffer), (gst_visual_chain):
5096         Handle DISCONT.
5097         Use running time before doing QoS.
5098         Handle mono too.
5099
5100 2006-05-31  Thomas Vander Stichele  <thomas at apestaart dot org>
5101
5102         * docs/libs/Makefile.am:
5103           set a magic variable to indicate we know the docs are incomplete
5104
5105 2006-05-30  Sebastien Moutte  <sebastien@moutte.net>
5106
5107         * win32/common/libgstvideo.def:
5108           export gst_video_calculate_display_ratio
5109         * win32/vs6/libgstvideoscale.dsp:
5110           add link to libgstvideo-0.10.lib
5111
5112 2006-05-30  Tim-Philipp Müller  <tim at centricular dot net>
5113
5114         * gst/playback/gstplaybasebin.c: (gen_source_element):
5115           Throw a more comprehensible error for rtsp:// URIs (rather
5116           than erroring out with a negotiation error later on) until
5117           we fix playbin to handle rtspsrc etc.
5118
5119 2006-05-30  Wim Taymans  <wim@fluendo.com>
5120
5121         * ext/pango/gsttextoverlay.c: (gst_text_overlay_src_event),
5122         (gst_text_overlay_text_event):
5123         Added some FIXMEs.
5124
5125 2006-05-30  Wim Taymans  <wim@fluendo.com>
5126
5127         * gst/adder/gstadder.c: (gst_adder_class_init), (gst_adder_init),
5128         (gst_adder_request_new_pad), (gst_adder_release_pad):
5129         * gst/adder/gstadder.h:
5130         Implement release_request_pad.
5131         Make padcounter atomic.
5132
5133         * tests/check/elements/adder.c: (GST_START_TEST), (adder_suite):
5134         Added check for release_pad in adder.
5135
5136 2006-05-30  Wim Taymans  <wim@fluendo.com>
5137
5138         * ext/ogg/gstoggdemux.c: (gst_ogg_chain_new_stream):
5139         Fix build again.
5140
5141 2006-05-30  Thomas Vander Stichele  <thomas at apestaart dot org>
5142
5143         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
5144         (gst_ogg_demux_chain_elem_pad), (gst_ogg_demux_queue_data),
5145         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
5146         (gst_ogg_pad_submit_page), (gst_ogg_chain_new_stream),
5147         (gst_ogg_demux_seek), (gst_ogg_demux_get_data),
5148         (gst_ogg_demux_get_next_page), (gst_ogg_demux_do_seek),
5149         (gst_ogg_demux_bisect_forward_serialno),
5150         (gst_ogg_demux_read_chain), (gst_ogg_demux_find_chains),
5151         (gst_ogg_demux_chain), (gst_ogg_demux_loop), (gst_ogg_print):
5152           add more debugging
5153           clean up printf formats for granulepos and serialno
5154
5155 2006-05-30  Michael Smith  <msmith@fluendo.com>
5156
5157         * ext/vorbis/vorbisenc.c: (raw_caps_factory),
5158         (gst_vorbis_enc_class_init), (gst_vorbis_enc_dispose),
5159         (gst_vorbis_enc_generate_sink_caps), (gst_vorbis_enc_sink_getcaps),
5160         (gst_vorbis_enc_init), (gst_vorbis_enc_buffer_from_header_packet),
5161         (gst_vorbis_enc_chain), (gst_vorbis_enc_change_state):
5162         * ext/vorbis/vorbisenc.h:
5163           Multi-channel caps negotiation, so we can do proper multichannel
5164           vorbis encoding, negotiated through audioconvert.
5165
5166 2006-05-30  Wim Taymans  <wim@fluendo.com>
5167
5168         * tests/check/elements/adder.c: (test_event_message_received),
5169         (test_play_twice_message_received), (GST_START_TEST),
5170         (adder_suite):
5171         Added check to show that #339935 is fixed with ongoing
5172         adder and collectpads fixes.
5173
5174 2006-05-29  Wim Taymans  <wim@fluendo.com>
5175
5176         * gst/adder/gstadder.c: (gst_adder_request_new_pad):
5177         Don't leak pad name.
5178
5179 2006-05-29  Wim Taymans  <wim@fluendo.com>
5180
5181         * gst/adder/gstadder.c: (gst_adder_query_duration),
5182         (forward_event_func), (forward_event), (gst_adder_src_event):
5183         Fix adder seeking.
5184         Make query/seeking code threadsafe.
5185
5186         * tests/check/Makefile.am:
5187         * tests/check/elements/adder.c: (test_event_message_received),
5188         (GST_START_TEST), (test_play_twice_message_received):
5189         Fix adder test case.
5190
5191 2006-05-29  Tim-Philipp Müller  <tim at centricular dot net>
5192
5193         Patch by: Young-Ho Cha  <ganadist at chollian net>
5194
5195         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
5196         (gst_play_base_bin_init), (gst_play_base_bin_dispose),
5197         (set_encoding_element), (decodebin_element_added_cb),
5198         (decodebin_element_removed_cb), (setup_subtitle), (setup_source),
5199         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property):
5200         * gst/playback/gstplaybasebin.h:
5201           Add 'subtitle-encoding' property to playbin, so applications can
5202           force a subtitle encoding for non-UTF8 subtitles (#342268).
5203
5204         * gst/subparse/gstsubparse.c: (gst_sub_parse_class_init),
5205         (gst_sub_parse_set_property):
5206           Rename recently-added 'encoding' property to 'subtitle-encoding'
5207           (so it can be proxied by playbin/decodebin in a generic way
5208           with less danger of false positives).
5209
5210 2006-05-29  Michael Smith  <msmith@fluendo.com>
5211
5212         * gst/audioconvert/gstaudioconvert.c: (make_lossless_changes),
5213         (append_with_other_format), (set_structure_widths),
5214         (gst_audio_convert_transform_caps):
5215           Patch from #341562: give more specific audio caps in get_caps, so
5216           that basetransform  can make better decisions on what caps to
5217           negotiate.
5218
5219 2006-05-28  Stefan Kost  <ensonic@users.sf.net>
5220
5221         * tests/check/elements/volume.c:
5222         make it compile again
5223
5224 2006-05-28  Stefan Kost  <ensonic@users.sf.net>
5225
5226         * tests/check/elements/volume.c: (volume_suite):
5227         disable test until #343196 gets resolved
5228
5229 2006-05-28  Stefan Kost  <ensonic@users.sf.net>
5230
5231         * gst/adder/gstadder.c: (gst_adder_get_type):
5232         Make it easier to copy&paste
5233         
5234         * gst/volume/Makefile.am:
5235         * gst/volume/gstvolume.c: (volume_update_real_volume),
5236         (gst_volume_set_volume), (gst_volume_set_mute),
5237         (gst_volume_class_init), (volume_process_int16), (volume_set_caps),
5238         (volume_transform_ip), (volume_update_mute),
5239         (volume_update_volume):
5240         * gst/volume/gstvolume.h:
5241         Add own debug category, move duplicate code to helper function, fix
5242         property texts, add more comments and prepare ffor liboil-goodness
5243         
5244         * tests/check/Makefile.am:
5245         * tests/check/elements/volume.c: (GST_START_TEST), (volume_suite):
5246         add test for mute and passtrough case, be a bit more verbose to track
5247         failure
5248         
5249         * tests/check/generic/states.c: (GST_START_TEST):
5250         catch elements that fail to instantiate
5251
5252 2006-05-28  Edward Hervey  <edward@fluendo.com>
5253
5254         * tests/check/pipelines/simple-launch-lines.c:
5255         * tests/check/pipelines/theoraenc.c:
5256         * tests/check/pipelines/vorbisenc.c:
5257         Comment out tests using parse_launch() if core was built without
5258         parsing capabilities.
5259
5260 2006-05-27  Edward Hervey  <edward@fluendo.com>
5261
5262         * tests/check/Makefile.am:
5263         Extra bonus points for whoever explains to ensonic that you are meant
5264         to test unit tests thoroughly before commiting them, especially if
5265         you know it's going to break.
5266         De-activated element/adder tests.
5267
5268 2006-05-27  Edward Hervey  <edward@fluendo.com>
5269
5270         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
5271         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_smpfmt_to_caps):
5272         Marking caps conversion issues as GST_WARNING is way too verbose,
5273         Moving them to GST_LOG.
5274
5275 2006-05-27  Tim-Philipp Müller  <tim at centricular dot net>
5276
5277         * README:
5278           Replace current README (containing the release notes from
5279           some 0.9.x version) with a proper README taken from the core.
5280
5281 2006-05-26  Wim Taymans  <wim@fluendo.com>
5282
5283         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
5284         (vorbis_dec_src_event), (vorbis_dec_sink_event), (vorbis_do_clip),
5285         (vorbis_dec_push), (vorbis_handle_data_packet), (vorbis_dec_chain),
5286         (vorbis_dec_change_state):
5287         Small cleanups.
5288         Add some FIXMEs
5289         Clip output samples to segment boundaries.
5290
5291 2006-05-26  Jan Schmidt  <thaytan@mad.scientist.com>
5292
5293         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
5294         (gst_ximagesink_xcontext_get), (gst_ximagesink_show_frame):
5295         Improve the errors produced on bad output, including some human
5296         readable description strings.
5297         Handle the (theoretical for ximagesink) case where the XServer 
5298         has a different idea about the size required for a particular 
5299         frame and gives us too small a memory allocation.
5300
5301 2006-05-26  Jan Schmidt  <thaytan@mad.scientist.com>
5302
5303         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
5304         (gst_xvimagesink_get_xv_support), (gst_xvimagesink_xcontext_get),
5305         (gst_xvimagesink_get_format_from_caps), (gst_xvimagesink_setcaps),
5306         (gst_xvimagesink_show_frame), (gst_xvimagesink_buffer_alloc):
5307         Improve the errors produced on bad output, including some human 
5308         readable description strings.
5309         Handle RGB Xv formats properly by transforming them into our 
5310         big-endian caps description.
5311         Use gst_caps_truncate to ensure that we never try and choose a
5312         non-fixed caps in buffer_alloc.
5313         Handle the case where the XServer has a different idea about the size
5314         required for a particular frame and gives us too small a memory
5315         allocation.
5316         Use -1 to indicate 'no image format', because 0 is a valid XServer
5317         image format number.
5318         Put RGB Xv formats at the end of the caps, so that we always prefer
5319         YUV format frames.
5320         Iterate the available Xv Encodings to determine the maximum width and
5321         height, and then return that in our caps.
5322         (Closes #315312, #337544)
5323
5324 2006-05-25  Jan Schmidt  <thaytan@mad.scientist.com>
5325
5326         * gst/playback/gstdecodebin.c: (remove_fakesink), (pad_probe):
5327         When there is only one unfinished pad and it receives an event that
5328         doesn't match our requirements, we need to set alldone=FALSE so that
5329         the fakesink is not removed yet.
5330
5331 2006-05-25  Tim-Philipp Müller  <tim at centricular dot net>
5332
5333         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind):
5334           Use gst_type_find_helper_for_buffer() to find the type
5335           of stream from the first packet.
5336
5337         * configure.ac:
5338           Bump requirements to core CVS (needed for vorbis
5339           typefinding to work).
5340
5341 2006-05-24  Edward Hervey  <edward@fluendo.com>
5342
5343         * gst/typefind/gsttypefindfunctions.c: (qt_type_find): 
5344         Added the 'prfl' atom type which MQV (no, it's not a typo) files
5345         contain.  Else they play perfectly fine with qtdemux.
5346
5347 2006-05-23  Stefan Kost  <ensonic@users.sf.net>
5348
5349         * ext/theora/theoradec.c:
5350         * ext/theora/theoraenc.c:
5351         * ext/theora/theoraparse.c: (gst_theora_parse_class_init):
5352         * gst/audiorate/gstaudiorate.c:
5353           make more debug catagories static
5354         
5355         * tests/check/Makefile.am:
5356         * tests/check/elements/adder.c: (message_received),
5357         (test_event_message_received), (GST_START_TEST),
5358         (test_play_twice_message_received), (adder_suite):
5359           added test case for using element twice, extra bonus points for anyone
5360           who can make these test run reliably
5361
5362 2006-05-23  Tim-Philipp Müller  <tim at centricular dot net>
5363
5364         * ext/theora/theoradec.c: (theora_dec_chain):
5365           Make work with time-stamped input buffers that do not
5366           have a granulepos in BUFFER_OFFSET_END (like theora
5367           buffers coming from matroskademux). Fixes #342448.
5368
5369 2006-05-22  Tim-Philipp Müller  <tim at centricular dot net>
5370
5371         Patch by: Peter Kjellerstedt  <pkj at axis com>
5372
5373         * gst/tcp/Makefile.am:
5374           fdstresstest doesn't need Gtk+, fix compilation if 
5375           gtk is not available (#342566).
5376
5377 2006-05-19 Philippe Kalaf <philippe.kalaf@collabora.co.uk>       
5378          
5379         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:     
5380           80 line columns
5381           Removed redundant floor()
5382
5383 2006-05-19  Tim-Philipp Müller  <tim at centricular dot net>
5384
5385         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk):
5386           On second thought, just skip JUNK chunks automatically, so
5387           the caller doesn't have to handle this. Fixes #342345.
5388           Also, return GST_FLOW_UNEXPECTED if we get a short read,
5389           not GST_FLOW_ERROR.
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           Don't bail out on JUNK chunks with a size of 0 (would try to
5395           pull_range 0 bytes before, which sources don't like too much).
5396           See #342345.
5397
5398 2006-05-19  Jan Schmidt  <thaytan@mad.scientist.com>
5399
5400         * gst/videoscale/gstvideoscale.c: (gst_video_scale_fixate_caps):
5401         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps):
5402         Use the gstutil scaling function to preserve 64 bits while calculating
5403         output width and height from the display-aspect-ratio. (A continuation
5404         of #341542)
5405
5406 2006-05-19  Jan Schmidt  <thaytan@mad.scientist.com>
5407
5408         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_clear),
5409         (gst_xvimagesink_buffer_alloc):
5410         * sys/xvimage/xvimagesink.h:
5411         When performing buffer allocations, remember the caps and image format
5412         we return so that if the same caps are asked for next time we can
5413         return them immediately without doing any caps intersections.
5414
5415 2006-05-18 Philippe Kalaf <philippe.kalaf@collabora.co.uk>       
5416          
5417         * gst-libs/gst/rtp/README:
5418           Some new documentation
5419         * gst-libs/gst/rtp/gstrtpbuffer.h:       
5420           Added GST_RTP_PAYLOAD_DYNAMIC_STRING for use by children       
5421         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:     
5422         * gst-libs/gst/rtp/gstbasertpaudiopayload.h:     
5423           New RTP audio base payloader class. Supports frame or sample based
5424           codecs.  Not enabled in Makefile.am until approved.
5425
5426 2006-05-18  Tim-Philipp Müller  <tim at centricular dot net>
5427
5428         * tests/check/elements/alsa.c: (test_device_property_probe):
5429           Fix test case: don't try to free NULL GValueArray when there
5430           are no devices.
5431
5432 2006-05-18  Tim-Philipp Müller  <tim at centricular dot net>
5433
5434         * tests/check/Makefile.am:
5435         * tests/check/elements/alsa.c: (test_device_property_probe),
5436         (alsa_suite), (main):
5437           Add simple test that runs a device property probe on alsasrc,
5438           alsasink and alsamixer. Disable valgrind check for now (too
5439           many leaks in libasound, and valgrind ignored my suppressions
5440           additions).
5441
5442 2006-05-18  Tim-Philipp Müller  <tim at centricular dot net>
5443
5444         * ext/alsa/gstalsadeviceprobe.c: (gst_alsa_get_device_list),
5445         (gst_alsa_device_property_probe_probe_property),
5446         (gst_alsa_device_property_probe_needs_probe),
5447         (gst_alsa_device_property_probe_get_values),
5448         (gst_alsa_type_add_device_property_probe_interface):
5449         * ext/alsa/gstalsadeviceprobe.h:
5450         * ext/alsa/gstalsamixerelement.c:
5451         (gst_alsa_mixer_element_init_interfaces):
5452         * ext/alsa/gstalsamixerelement.h:
5453           Clean up and simplify alsa device probing. Make it actually work
5454           for multiple classes. Don't cache results any longer.
5455
5456         * ext/alsa/gstalsasink.c: (gst_alsasink_init_interfaces),
5457         (gst_alsasink_init):
5458         * ext/alsa/gstalsasrc.c: (gst_alsasrc_dispose),
5459         (gst_alsasrc_interface_supported), (gst_implements_interface_init),
5460         (gst_alsasrc_init_interfaces), (gst_alsasrc_set_property):
5461           Make alsasink and alsasrc implement the GstPropertyProbe interface
5462           for device probing (#342181).
5463           Patch by: Martin Szulecki  <gnomebugzilla at sukimashita com>
5464
5465 2006-05-18  Tim-Philipp Müller  <tim at centricular dot net>
5466
5467         * gst/subparse/samiparse.c: (handle_start_font):
5468           Don't ignore return value of strtol (++compiler_happiness).
5469
5470 2006-05-17  Tim-Philipp Müller  <tim at centricular dot net>
5471
5472         Patch by: Young-Ho Cha  <ganadist chollian net>
5473
5474         * gst/subparse/gstsubparse.c: (gst_sub_parse_dispose),
5475         (gst_sub_parse_class_init), (gst_sub_parse_init),
5476         (gst_sub_parse_set_property), (gst_sub_parse_get_property),
5477         (convert_encoding):
5478         * gst/subparse/gstsubparse.h:
5479           Add 'encoding' property (#341681).
5480
5481         * gst/subparse/samiparse.c: (characters_sami):
5482           Output is pango markup, so we need to escape text
5483           between tags (#342143).
5484
5485 2006-05-16  Tim-Philipp Müller  <tim at centricular dot net>
5486
5487         * gst-libs/gst/audio/multichannel.c:
5488         (gst_audio_check_channel_positions):
5489           It's okay to have caps with channels=1 and a channel position
5490           different from GST_AUDIO_CHANNEL_POSITION_FRONT_MONO
5491           (deinterleavers might want to keep the position in the caps,
5492           so that they can be re-interleaved again properly later).
5493           Leave check for unexpected 2-channel layouts intact for now.
5494
5495 2006-05-16  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
5496
5497         * gst/tcp/gsttcp.c: (gst_tcp_socket_read):
5498         Return GST_FLOW_UNEXPECTED when we have an eos on the socket so
5499         basesrc can do its job correctly.
5500
5501 2006-05-16  Tim-Philipp Müller  <tim at centricular dot net>
5502
5503         * ext/alsa/Makefile.am:
5504         * ext/alsa/gstalsa.c: (gst_alsa_detect_rates),
5505         (gst_alsa_detect_formats), (get_channel_free_structure),
5506         (caps_add_channel_configuration), (gst_alsa_detect_channels),
5507         (gst_alsa_probe_supported_formats):
5508         * ext/alsa/gstalsa.h:
5509         * ext/alsa/gstalsasink.c: (gst_alsasink_getcaps):
5510           Refactor and improve caps probing code: probe signedness
5511           when we probe the supported formats/widths; set endianness
5512           to the one we actually probed for (ie. cpu endianness).
5513           
5514         * ext/alsa/gstalsasrc.c: (gst_alsasrc_init), (gst_alsasrc_getcaps),
5515         (gst_alsasrc_close):
5516         * ext/alsa/gstalsasrc.h:
5517           Implement caps probing for alsasrc.
5518
5519 2006-05-15  Wim Taymans  <wim@fluendo.com>
5520
5521         * ext/theora/theoradec.c: (gst_theora_dec_reset),
5522         (theora_dec_src_query), (theora_dec_src_event),
5523         (theora_dec_sink_event), (theora_handle_comment_packet),
5524         (theora_handle_data_packet), (theora_dec_change_state):
5525         Cleanups, add some G_LIKELY.
5526         Use segment helpers instead of our own wrong code.
5527         Clear queued buffers on seek and READY.
5528
5529         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_reset),
5530         (vorbis_dec_convert), (vorbis_dec_src_query),
5531         (vorbis_dec_src_event), (vorbis_dec_sink_event),
5532         (vorbis_handle_comment_packet), (vorbis_dec_push),
5533         (vorbis_handle_data_packet), (vorbis_dec_chain),
5534         (vorbis_dec_change_state):
5535         * ext/vorbis/vorbisdec.h:
5536         Remove old useless packetno variable.
5537         Do position query properly.
5538         Add some G_LIKELY.
5539         Do cleanup of queued buffers in new helper function
5540         and use it.
5541
5542 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
5543
5544         * ext/alsa/gstalsasink.c: (gst_alsasink_getcaps):
5545           Query supported sample rates. Fixes #341732.
5546
5547 2006-05-15  Julien MOUTTE  <julien@moutte.net>
5548
5549         * gst/playback/gstdecodebin.c: (cleanup_decodebin),
5550         (gst_decode_bin_change_state): Make decodebin reusable
5551         when going from PAUSE_TO_READY and then back to PAUSED.
5552         Fixes #331678.
5553
5554 2006-05-15  Wim Taymans  <wim@fluendo.com>
5555
5556         * ext/vorbis/vorbisdec.c: (vorbis_get_query_types),
5557         (vorbis_dec_convert), (vorbis_dec_src_query),
5558         (vorbis_dec_sink_query), (vorbis_dec_src_event),
5559         (vorbis_dec_sink_event), (vorbis_handle_identification_packet),
5560         (vorbis_dec_clean_queued), (vorbis_dec_push),
5561         (vorbis_handle_data_packet), (vorbis_dec_change_state):
5562         Cleanups. Use refcounting and DEBUG_OBJECT.
5563         Reset segment on flush, use code methods instead of our
5564         own wrong version.
5565         Fix potential memleak.
5566
5567 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
5568
5569         * ext/alsa/gstalsasink.c: (gst_alsasink_finalise),
5570         (gst_alsasink_init):
5571         * ext/alsa/gstalsasink.h:
5572           Don't leak allocated snd_output_t structure if there's
5573           more than one alsasink instance at a time (#341873).
5574           Also fix GObject macros in header file.
5575           
5576 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
5577
5578         * gst/subparse/gstsubparse.c:
5579         (gst_sub_parse_data_format_autodetect):
5580           Don't use libxml functions in the typefinding code.
5581
5582 2006-05-15  Wim Taymans  <wim@fluendo.com>
5583
5584         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet):
5585         Fix seeking performance in the case where a non-header 
5586         packet has a 0 granulepos (busted theora case). 
5587         Fixes #341719
5588         (nvdr: thanks Wim for not mentioning who spotted and fixed it in
5589          the first place, you limelight stealer you)
5590
5591 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
5592
5593         * gst/subparse/gstsubparse.c:
5594         (gst_sub_parse_data_format_autodetect):
5595           Improve SAMI typefinding: handle case where there are
5596           whitespaces or newlines in front of the first <SAMI>
5597           tag (#169936).
5598
5599 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
5600
5601         * configure.ac:
5602           Build video4linux plugin even if there's no XVIDEO, just
5603           without implementing the GstXOverlay interface (#334002).
5604          
5605 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
5606
5607         * configure.ac:
5608         * ext/libvisual/visual.c: (gst_visual_actor_plugin_is_gl),
5609         (plugin_init):
5610           Add tentative support for libvisual-0.4 (#336881).
5611
5612 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
5613
5614         Patch by: Young-Ho Cha <ganadist at chollian net>
5615
5616         * gst/subparse/samiparse.c: (handle_start_font):
5617           Need to map "silver" colour explicitly (#169936).
5618
5619 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
5620
5621         Patch by: Young-Ho Cha  <ganadist at chollian net>
5622
5623         * gst/subparse/Makefile.am:
5624         * gst/subparse/gstsubparse.c: (gst_sub_parse_dispose),
5625         (parser_state_dispose), (gst_sub_parse_data_format_autodetect),
5626         (gst_sub_parse_format_autodetect), (feed_textbuf),
5627         (gst_subparse_type_find), (plugin_init):
5628         * gst/subparse/gstsubparse.h:
5629         * gst/subparse/samiparse.c:
5630         * gst/subparse/samiparse.h:
5631           Add support for SAMI subtitles (#169936).
5632
5633 2006-05-14  Michael Smith  <msmith@fluendo.com>
5634
5635         * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_fill_others):
5636           Fix #341696: crash when mixing L+R+C to mono or stereo.
5637         * tests/check/Makefile.am:
5638         * tests/check/elements/audioconvert.c: (set_channel_positions),
5639         (get_float_mc_caps), (get_int_mc_caps), (GST_START_TEST),
5640         (audioconvert_suite):
5641           Add test for the above, including some generic framework bits for
5642           testing multichannel things.
5643
5644 === release 0.10.7 ===
5645
5646 2006-05-14  Jan Schmidt <thaytan@mad.scientist.com>
5647
5648         * configure.ac:
5649           releasing 0.10.7, "Leave the gun"
5650
5651 2006-05-13  Jan Schmidt  <thaytan@mad.scientist.com>
5652
5653         * gst/videoscale/gstvideoscale.c: (gst_video_scale_fixate_caps):
5654         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps):
5655         Fix the build.
5656
5657 2006-05-12  Jan Schmidt  <thaytan@mad.scientist.com>
5658
5659         * docs/libs/gst-plugins-base-libs-docs.sgml:
5660         * docs/libs/gst-plugins-base-libs-sections.txt:
5661         * gst-libs/gst/video/video.c: (gst_video_calculate_display_ratio):
5662         * gst-libs/gst/video/video.h:
5663         * gst/videoscale/Makefile.am:
5664         * gst/videoscale/gstvideoscale.c: (gst_video_scale_fixate_caps):
5665         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps):
5666         * tests/check/Makefile.am:
5667         * tests/check/libs/video.c: (GST_START_TEST), (video_suite),
5668         (main):
5669           Fix integer overflow problem with pixel-aspect-ratio calculations
5670           in videoscale and xvimagesink (#341542)
5671
5672 2006-05-12  Tim-Philipp Müller  <tim at centricular dot net>
5673
5674         * gst-libs/gst/tag/gstid3tag.c:
5675           Map GST_IMAGE_TAG to and from ID2v2 APIC frames (#341557).
5676
5677 2006-05-12  Sebastien Moutte  <sebastien@moutte.net>
5678
5679         * win32/MANIFEST:
5680           update win32 files listing
5681
5682 2006-05-11  Thomas Vander Stichele  <thomas at apestaart dot org>
5683
5684         patch by: Sjoerd Simons (sjoerd@luon.net)
5685
5686         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
5687         (group_create), (group_destroy), (add_stream),
5688         (gst_play_base_bin_get_property),
5689         (gst_play_base_bin_get_streaminfo_value_array):
5690         * gst/playback/gstplaybasebin.h:
5691           API: GstPlayBaseBin::stream-info-value-array property
5692           use a more bindings-friendly way of exposing streaminfo
5693           using a GValueArray.  Tested in ipython.
5694           Closes #341114
5695
5696 2006-05-11  Wim Taymans  <wim@fluendo.com>
5697
5698         * gst/playback/gstdecodebin.c: (try_to_link_1), (queue_enlarge),
5699         (queue_underrun_cb), (queue_filled_cb):
5700         Also catch queue underruns but don't do anything yet.
5701         Refactor and comment queue enlarging code a bit.
5702
5703         * gst/playback/gstplaybasebin.c: (queue_overrun),
5704         (queue_threshold_reached), (queue_out_of_data),
5705         (gen_preroll_element):
5706         If a queue over/underruns check that we don't create nasty
5707         deadlocks when the min-threshold is not reached but the
5708         max-bytes is. In those cases disable max-bytes when we
5709         know that the queue is fed timed data.
5710         Add more comments.
5711
5712 2006-05-11  Tim-Philipp Müller  <tim at centricular dot net>
5713
5714         * gst/playback/gstplaybin.c: (gen_audio_element):
5715           Make playbin automatically plug an 'audioresample'
5716           element before the audio sink as well. This solves
5717           problems with sinks that only accept a very specific
5718           sample rate, like esdsink (e.g. #340379).
5719
5720 2006-05-11  Tim-Philipp Müller  <tim at centricular dot net>
5721
5722         * gst/playback/gstplaybasebin.c: (gen_source_element):
5723           Make http sources send special headers so that we receive
5724           icecast metadata if the http stream is an icecast stream
5725           (otherwise the server will just ignore them). This also
5726           means that from now on users will need the 'icydemux'
5727           element from gst-plugins-good installed if they want to
5728           listen to icecast radio streams. (#341432, #333657).
5729
5730 2006-05-11  Thomas Vander Stichele  <thomas at apestaart dot org>
5731
5732         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_remove_client_link),
5733         (gst_multi_fd_sink_new_client), (gst_multi_fd_sink_stop):
5734           remove stupid example from docs - it should come with a simple
5735           C program instead.
5736           Clean up/fix docs
5737         * tests/check/elements/multifdsink.c: (wait_bytes_served),
5738         (fail_if_can_read), (GST_START_TEST),
5739         (gst_multifdsink_create_streamheader), (multifdsink_suite):
5740           add a test for changing streamheader which exposes a bug in
5741           multifdsink
5742
5743 2006-05-11  Michael Smith  <msmith@fluendo.com>
5744
5745         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_init),
5746         (gst_gnome_vfs_src_received_headers_callback):
5747         * ext/gnomevfs/gstgnomevfssrc.h:
5748           Don't set icy-caps unless we have a sane interval value. Move
5749           interval to a local variable; we never use it outside this function.
5750
5751 2006-05-11  Wim Taymans  <wim@fluendo.com>
5752
5753         * sys/ximage/ximagesink.c: (gst_ximagesink_get_type):
5754         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_type):
5755         Register special buffer types along with the objects so
5756         that they are not registered at runtime from N different
5757         streaming threads since they are not threadsafe.
5758
5759 2006-05-10  Thomas Vander Stichele  <thomas at apestaart dot org>
5760
5761         * tests/check/elements/multifdsink.c: (wait_bytes_served),
5762         (GST_START_TEST), (fail_unless_read), (multifdsink_suite):
5763           add two more tests, one doing streamheader
5764
5765 2006-05-10  Thomas Vander Stichele  <thomas at apestaart dot org>
5766
5767         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_stop):
5768           clean up the bufqueue when shutting down
5769         * tests/check/Makefile.am:
5770         * tests/check/elements/multifdsink.c: (setup_multifdsink),
5771         (cleanup_multifdsink), (GST_START_TEST), (multifdsink_suite),
5772         (main):
5773           add a test for the leak that was just fixed
5774
5775 2006-05-10  Wim Taymans  <wim@fluendo.com>
5776
5777         * gst/adder/gstadder.c: (gst_adder_setcaps),
5778         (gst_adder_query_duration), (gst_adder_query), (forward_event),
5779         (gst_adder_src_event), (gst_adder_sink_event),
5780         (gst_adder_class_init), (gst_adder_finalize),
5781         (gst_adder_request_new_pad), (gst_adder_collected):
5782         * gst/adder/gstadder.h:
5783         Updated some docs. Added comments and FIXMEs all over the place.
5784         Improve debugging info.
5785         Fix leak on finalize by not calling the parent.
5786         Implement duration query.
5787         Make event forwarding threadsafe.
5788         Correctly send NEWSEGMENT at start and after flush.
5789         Handle EOS correctly.
5790         Post error when not negotiated.
5791
5792         * tests/check/elements/adder.c: (GST_START_TEST):
5793         Added FIXME in the test.
5794
5795 2006-05-09  Tim-Philipp Müller  <tim at centricular dot net>
5796
5797         * ext/pango/gsttextoverlay.c: (gst_text_overlay_valign_get_type),
5798         (gst_text_overlay_halign_get_type),
5799         (gst_text_overlay_wrap_mode_get_type):
5800         * ext/theora/theoradec.c: (theora_handle_type_packet),
5801         (theora_handle_data_packet):
5802         * ext/theora/theoraenc.c: (gst_border_mode_get_type),
5803         (theora_enc_sink_setcaps), (theora_enc_chain):
5804         * gst-libs/gst/cdda/gstcddabasesrc.c:
5805         (gst_cdda_base_src_mode_get_type):
5806         * gst/audiotestsrc/gstaudiotestsrc.c:
5807         (gst_audiostestsrc_wave_get_type):
5808         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type):
5809         * gst/tcp/gstfdset.c: (gst_fdset_mode_get_type):
5810         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
5811         (gst_sync_method_get_type), (gst_unit_type_get_type),
5812         (gst_client_status_get_type):
5813         * gst/videoscale/gstvideoscale.c:
5814         (gst_video_scale_method_get_type):
5815         * gst/videotestsrc/gstvideotestsrc.c:
5816         (gst_video_test_src_pattern_get_type):
5817         * gst/videotestsrc/videotestsrc.c: (paint_setup_I420),
5818         (paint_setup_YV12), (paint_setup_YUY2), (paint_setup_UYVY),
5819         (paint_setup_YVYU), (paint_setup_IYU2), (paint_setup_Y41B),
5820         (paint_setup_Y42B), (paint_setup_Y800), (paint_setup_YVU9),
5821         (paint_setup_YUV9), (paint_setup_RGB888), (paint_setup_BGR888),
5822         (paint_setup_RGB565), (paint_setup_xRGB1555):
5823           Const-ify GEnumValue and GFlagsValue arrays. Use
5824           GST_ROUND_UP_* macros instead of home-made ones.
5825
5826 2006-05-09  Tim-Philipp Müller  <tim at centricular dot net>
5827
5828         * configure.ac:
5829           Require core CVS for the new newsegment stuff.
5830
5831 2006-05-09  Tim-Philipp Müller  <tim at centricular dot net>
5832
5833         Patch by: Sjoerd Simons  <sjoerd at luon net>
5834
5835         * gst/tcp/gstmultifdsink.c: (gst_client_status_get_type):
5836           Register nick for enum value (#341160).
5837
5838 2006-05-09  Stefan Kost  <ensonic@users.sf.net>
5839
5840         * gst/typefind/gsttypefindfunctions.c: (m4a_type_find),
5841         (plugin_init):
5842          backout typefind patch #340375
5843          
5844         * tests/check/elements/adder.c: (message_received),
5845         (GST_START_TEST), (adder_suite):
5846           redo, signal-handling of test
5847
5848 2006-05-09  Wim Taymans  <wim@fluendo.com>
5849
5850         * gst/adder/gstadder.c: (gst_adder_request_new_pad),
5851         (gst_adder_collected):
5852         * gst/adder/gstadder.h:
5853         Remove bogus segment merging and forwarding, we don't
5854         care about timestamps anyway and we just produce a
5855         continuous stream. 
5856         Also create a nice NEWSEGMENT event when we start.
5857         Use _scale_int some more.
5858
5859 2006-05-09  Edward Hervey  <edward@fluendo.com>
5860
5861         * tests/icles/stress-xoverlay.c:
5862         Fix if core was built without parsing support.
5863
5864 2006-05-09  Tim-Philipp Müller  <tim at centricular dot net>
5865
5866         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
5867           Add SEDG (Samsung MPEG-4) fourcc.
5868
5869 2006-05-09  Edward Hervey  <edward@fluendo.com>
5870
5871         * tests/icles/stress-xoverlay.c:
5872         * tests/examples/volume/volume.c:
5873         Fix if core was built without parsing support.
5874
5875         * tests/examples/seek/seek.c:
5876         Disable the parse_launch example if core was built without parsing
5877         support.
5878
5879 2006-05-08  Edward Hervey  <edward@fluendo.com>
5880
5881         * autogen.sh: (CONFIGURE_DEF_OPT): 
5882         libtoolize on Darwin/MacOSX is called glibtoolize
5883
5884 2006-05-07  Stefan Kost  <ensonic@users.sf.net>
5885
5886         * tests/check/Makefile.am:
5887         * tests/check/elements/adder.c: (event_loop), (GST_START_TEST):
5888           Disable the adder test, until the build-slaves posses the kindness to 
5889           either like it or to give valid reason for not doing so 
5890
5891 2006-05-07  Stefan Kost  <ensonic@users.sf.net>
5892
5893         * tests/check/elements/adder.c: (event_loop), (GST_START_TEST),
5894         (adder_suite):
5895           Shuffle NULL state change around and raise timeout more
5896
5897 2006-05-07  Stefan Kost  <ensonic@users.sf.net>
5898
5899         * gst/typefind/gsttypefindfunctions.c: (mp4_find_box),
5900         (mp4_type_find), (plugin_init):
5901           Add typefind to distinguish between "audio/x-m4a" and new type
5902           "video/mp4". Fixes #340375
5903
5904         * tests/check/elements/adder.c: (adder_suite):
5905           Raise timeout to make buildbot happy
5906
5907 2006-05-07  Stefan Kost  <ensonic@users.sf.net>
5908
5909         * gst/adder/gstadder.c: (gst_adder_sink_event),
5910         (gst_adder_request_new_pad), (gst_adder_change_state):
5911         * gst/adder/gstadder.h:
5912         * tests/check/Makefile.am:
5913         * tests/check/elements/adder.c: (event_loop), (GST_START_TEST),
5914         (adder_suite), (main):
5915           Add sink-event handling to adder. It tries to merge incomming
5916           newsegment-events. Added test to check if segment_done is comming
5917           through. Fixes #340060
5918
5919 2006-05-05  Andy Wingo  <wingo@pobox.com>
5920
5921         * ext/theora/theoraparse.c (gst_theora_parse_init)
5922         (theora_parse_src_convert, theora_parse_src_query):
5923         * ext/vorbis/vorbisparse.c (gst_vorbis_parse_init)
5924         (vorbis_parse_convert, vorbis_parse_src_query): Add convert and
5925         query functions on the source pads of the theora and vorbis parse
5926         elements. Fixes position querying when doing a remux.
5927
5928 2006-05-05  Michael Smith  <msmith@fluendo.com>
5929
5930         * ext/theora/theoraparse.c: (parse_granulepos),
5931         (theora_parse_drain_queue_prematurely),
5932         (theora_parse_queue_buffer), (theora_parse_sink_event):
5933           Fix flushing.
5934           Fix invalid granulepos outputs when starting with a non-keyframe.
5935
5936 2006-05-05  Jan Schmidt  <thaytan@mad.scientist.com>
5937
5938         * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find),
5939         (mpeg1_sys_type_find), (ogganx_type_find), (sw_data_destroy):
5940         Rearrange MPEG system stream detection, fixing some memleaks in the
5941         process.
5942         Constify the data for STARTS_WITH and RIFF helper handlers. Make sure
5943         they clean up their data correctly.
5944         Remove unused ogganx caps and move the 'is_annodex' check to inside
5945         the 'is_ogg' if statement.
5946
5947 2006-05-05  Wim Taymans  <wim@fluendo.com>
5948
5949         * gst/playback/gstdecodebin.c: (cleanup_decodebin):
5950         Properly remove ghostpads. Fixes #340392
5951
5952 2006-05-04  David Schleef  <ds@schleef.org>
5953
5954         * gst/typefind/gsttypefindfunctions.c:
5955
5956 2006-05-03  Jan Schmidt  <thaytan@mad.scientist.com>
5957
5958         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset),
5959         (mpeg_ts_probe_headers), (mpeg_ts_type_find):
5960
5961         When typefinding an MP3 in push-based mode, don't penalise the
5962         probability down to 74% when we found 5 valid frames just because we
5963         can't peek the end of the file.
5964
5965         Make the probability for detecting MPEG Transport Streams based on the
5966         number of sequential headers we successfully detected.
5967
5968 2006-05-03  Wim Taymans  <wim@fluendo.com>
5969
5970         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
5971         (vorbis_dec_push), (vorbis_dec_chain):
5972         Still produce an error when we receive an empty packet.
5973
5974 2006-05-03  Wim Taymans  <wim@fluendo.com>
5975
5976         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_peer),
5977         (gst_ogg_chain_mark_discont), (gst_ogg_chain_new_stream),
5978         (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek):
5979         Mark buffers with DISCONT after seek and after activating new
5980         chains.
5981
5982         * ext/theora/gsttheoradec.h:
5983         * ext/theora/theoradec.c: (gst_theora_dec_reset),
5984         (theora_get_query_types), (theora_dec_sink_event),
5985         (theora_dec_push), (theora_handle_data_packet), (theora_dec_chain),
5986         (theora_dec_change_state):
5987         Fix frame counter.
5988         Detect and mark DISCONT buffers.
5989
5990         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
5991         (vorbis_dec_sink_event), (vorbis_dec_push), (vorbis_dec_chain),
5992         (vorbis_dec_change_state):
5993         * ext/vorbis/vorbisdec.h:
5994         Use GstSegment.
5995         Detect and mark DISCONT buffers.
5996         Don't crash on 0 sized buffers.
5997
5998 2006-05-03  Wim Taymans  <wim@fluendo.com>
5999
6000         * gst/volume/gstvolume.c: (volume_funcfind), (volume_set_caps),
6001         (volume_transform_ip):
6002         Increase "volume" property to 10.0. Fixes #340369.
6003         Set the process function to NULL when capsnego fails so that
6004         we properly error out.
6005
6006 2006-05-02  Stefan Kost  <ensonic@users.sf.net>
6007
6008         * gst/playback/gstplaybin.c: (add_sink):
6009         * gst/playback/test.c: (main):
6010         * gst/playback/test5.c: (dump_element_stats):
6011         * gst/playback/test6.c: (main):
6012           free caps using gst_caps_unref, don't leak caps-strings
6013
6014 2006-05-01  Tim-Philipp Müller  <tim at centricular dot net>
6015
6016         * gst/typefind/gsttypefindfunctions.c: (musepack_type_find),
6017         (plugin_init):
6018           Refine musepack typefinding a bit. Return MAXIMUM
6019           probability when we detect stream version 7 to make
6020           sure the mpeg audio typefinder doesn't trump us.
6021
6022 2006-04-29  Tim-Philipp Müller  <tim at centricular dot net>
6023
6024         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
6025           Protect against unexpected NULL strf_data buffer.
6026
6027 2006-04-29  Thomas Vander Stichele  <thomas at apestaart dot org>
6028
6029         * tests/check/elements/audioconvert.c: (verify_convert),
6030         (GST_START_TEST):
6031           interpret the out[] buffer in the order the bytes are actually
6032           put in, which is LITTLE_ENDIAN, not BYTE_ORDER.
6033           Other tests should use BYTE_ORDER since the array is filled in
6034           with actual values
6035
6036 2006-04-29  Thomas Vander Stichele  <thomas at apestaart dot org>
6037
6038         * tests/check/elements/audioconvert.c: (verify_convert),
6039         (GST_START_TEST):
6040           when a test fails, give an indication of which it is
6041
6042 2006-04-29  Thomas Vander Stichele  <thomas at apestaart dot org>
6043
6044         * gst-libs/gst/cdda/gstcddabasesrc.c:
6045           compile fix; strtol() needs <stdlib.h>
6046
6047 2006-04-28  Stefan Kost  <ensonic@users.sf.net>
6048
6049         * ext/alsa/gstalsamixerelement.c:
6050         * ext/alsa/gstalsasrc.c:
6051         * ext/cdparanoia/gstcdparanoiasrc.c:
6052         * ext/gnomevfs/gstgnomevfssink.c:
6053         * ext/gnomevfs/gstgnomevfssrc.c:
6054         * ext/ogg/gstoggdemux.c:
6055         * ext/ogg/gstoggmux.c:
6056         * ext/ogg/gstoggparse.c:
6057         * ext/ogg/gstogmparse.c:
6058         * ext/pango/gstclockoverlay.c:
6059         * ext/pango/gsttextoverlay.c:
6060         * ext/pango/gsttextrender.c:
6061         * ext/pango/gsttimeoverlay.c:
6062         * ext/theora/theoradec.c:
6063         * ext/theora/theoraenc.c:
6064         * ext/vorbis/vorbisdec.c:
6065         * ext/vorbis/vorbisenc.c:
6066         * gst-libs/gst/audio/gstaudiofilter.c:
6067         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
6068         * gst/audioconvert/gstaudioconvert.c:
6069         * gst/audiorate/gstaudiorate.c:
6070         * gst/audioresample/gstaudioresample.c:
6071         * gst/audiotestsrc/gstaudiotestsrc.c:
6072         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
6073         * gst/playback/gstdecodebin.c:
6074         * gst/playback/gstplaybin.c:
6075         * gst/playback/gststreamselector.c:
6076         * gst/subparse/gstsubparse.c:
6077         * gst/tcp/gstmultifdsink.c:
6078         * gst/tcp/gsttcpclientsink.c:
6079         * gst/tcp/gsttcpclientsrc.c:
6080         * gst/tcp/gsttcpserversink.c:
6081         * gst/tcp/gsttcpserversrc.c:
6082         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
6083         * gst/videorate/gstvideorate.c:
6084         * gst/videoscale/gstvideoscale.c:
6085         * gst/videotestsrc/gstvideotestsrc.c:
6086         * gst/volume/gstvolume.c:
6087         * sys/v4l/gstv4ljpegsrc.c:
6088         * sys/v4l/gstv4lmjpegsink.c:
6089         * sys/v4l/gstv4lmjpegsrc.c:
6090         * sys/v4l/gstv4lsrc.c:
6091         * sys/ximage/ximagesink.c:
6092         * sys/xvimage/xvimagesink.c:
6093         * tests/check/libs/cddabasesrc.c:
6094           make GstElementDetails const
6095
6096 2006-04-28  Stefan Kost  <ensonic@users.sf.net>
6097
6098         * gst/adder/gstadder.c: (gst_adder_setcaps), (gst_adder_src_event),
6099         (gst_adder_init):
6100           send events from src-pad to all sink-pads fixes #338657
6101
6102 2006-04-28  Stefan Kost  <ensonic@users.sf.net>
6103
6104         * ext/alsa/gstalsasink.c: (gst_alsasink_getcaps),
6105         (alsasink_parse_spec):
6106           query width capabilities from alsa, fixes #338919
6107
6108 2006-04-28  Wim Taymans  <wim@fluendo.com>
6109
6110         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init),
6111         (gst_multi_fd_sink_remove_client_link):
6112         * gst/tcp/gstmultifdsink.h:
6113         Fix race condition in multifdsink that can lead to spurious 
6114         duplicate clients. this patch adds a new signal that is fired when
6115         multifdsink has removed all references to the fd.
6116         Fixes #339574.
6117         Updated documentation.
6118         API: client-fd-removed signal added
6119
6120 2006-04-28  Michael Smith  <msmith@fluendo.com>
6121
6122         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_get_stats):
6123           When asking g_value_array_new to prealloc elements, we may as well
6124           ask for the right number of elements.
6125
6126 2006-04-28  Wim Taymans  <wim@fluendo.com>
6127
6128         * gst-libs/gst/audio/gstbaseaudiosink.c:
6129         (gst_base_audio_sink_drain), (gst_base_audio_sink_event),
6130         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
6131         patch to make timestamp checking more tollerant to rounding 
6132         errors given that real discontinuities are to be marked on
6133         buffers. Fixes some asf files and #338778.
6134         Also avoid some crashers when we receive an event in the 
6135         NULL state.
6136
6137 2006-04-28  Michael Smith  <msmith@fluendo.com>
6138
6139         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_class_init),
6140         (gst_gnome_vfs_src_init), (gst_gnome_vfs_src_finalize),
6141         (gst_gnome_vfs_src_get_property),
6142         (gst_gnome_vfs_src_send_additional_headers_callback),
6143         (gst_gnome_vfs_src_received_headers_callback),
6144         (gst_gnome_vfs_src_create), (gst_gnome_vfs_src_start),
6145         (gst_gnome_vfs_src_stop):
6146         * ext/gnomevfs/gstgnomevfssrc.h:
6147           Remove ICY handling (mostly) from gnomevfssrc, in favour of
6148           proper shared support within icydemux.
6149
6150 2006-04-28  Thomas Vander Stichele  <thomas at apestaart dot org>
6151
6152         * gst/videorate/gstvideorate.c: (gst_video_rate_reset),
6153         (gst_video_rate_swap_prev), (gst_video_rate_chain):
6154           fix up docs
6155           fix a leak when no caps negotiated
6156           fix counting of input frames
6157         * tests/check/elements/.cvsignore:
6158         * tests/check/elements/videorate.c: (assert_videorate_stats),
6159         (GST_START_TEST), (videorate_suite):
6160           add tests for these
6161
6162 2006-04-28  Wim Taymans  <wim@fluendo.com>
6163
6164         * gst-libs/gst/audio/gstringbuffer.c:
6165         (gst_ring_buffer_set_callback), (gst_ring_buffer_acquire),
6166         (gst_ring_buffer_release), (gst_ring_buffer_is_acquired),
6167         (gst_ring_buffer_set_flushing), (gst_ring_buffer_start),
6168         (gst_ring_buffer_pause), (gst_ring_buffer_stop),
6169         (gst_ring_buffer_delay), (gst_ring_buffer_samples_done),
6170         (gst_ring_buffer_set_sample), (gst_ring_buffer_clear_all),
6171         (gst_ring_buffer_commit), (gst_ring_buffer_read),
6172         (gst_ring_buffer_prepare_read), (gst_ring_buffer_advance),
6173         (gst_ring_buffer_clear), (gst_ring_buffer_may_start):
6174         Check arguments passed to public functions instead of
6175         crashing.
6176
6177 2006-04-28  Wim Taymans  <wim@fluendo.com>
6178
6179         * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_init),
6180         (gst_base_audio_src_get_time), (gst_base_audio_src_create):
6181         GstBaseAudioSrc must be live or it does not work.
6182
6183         * gst-libs/gst/audio/gstaudiosrc.c: (gst_audio_src_init):
6184         Don't set live to TRUE as this is the default in the parentclass.
6185
6186 2006-04-28  Wim Taymans  <wim@fluendo.com>
6187
6188         * gst/videoscale/gstvideoscale.c: (gst_video_scale_transform_caps),
6189         (gst_video_scale_fixate_caps), (gst_video_scale_src_event):
6190         Videoscale doesn't pass on pixel-aspect ratio. Handle all
6191         fixation cases better. Fixes #338991
6192
6193 2006-04-28  Wim Taymans  <wim@fluendo.com>
6194
6195         * gst/videotestsrc/gstvideotestsrc.c: (gst_video_test_src_create):
6196         Handle 0/1 framerate correctly Fixes #331901.
6197
6198 2006-04-28  Wim Taymans  <wim@fluendo.com>
6199
6200         * tests/check/elements/audioconvert.c: (get_float_caps),
6201         (GST_START_TEST), (audioconvert_suite):
6202         Added check for correct clipping when doing float samples
6203         in audioconvert.
6204
6205 2006-04-28  Wim Taymans  <wim@fluendo.com>
6206
6207         * gst/videorate/gstvideorate.c: (gst_video_rate_event),
6208         (gst_video_rate_chain):
6209         Print more debugging info.
6210
6211 2006-04-28  Wim Taymans  <wim@fluendo.com>
6212
6213         * gst/audioresample/gstaudioresample.c: (gst_audioresample_init),
6214         (resample_set_state_from_caps):
6215         Add support for other formats audioresample can handle such as
6216         32 bits in and float and 64 bits float. Fixes #301759
6217
6218 2006-04-28  Wim Taymans  <wim@fluendo.com>
6219
6220         * gst/audioconvert/audioconvert.c: (float):
6221         correctly clip float samples > 1.0. Fixes #338718
6222
6223 2006-04-28  Tim-Philipp Müller  <tim at centricular dot net>
6224
6225         Patch by: Young-Ho Cha  <ganadist at chollian net>
6226
6227         * ext/pango/gsttextoverlay.c: (gst_text_overlay_init),
6228         (gst_text_overlay_render_text):
6229           Don't strip newlines from the text. Also, center lines
6230           within multi-line paragraphs (#339405).
6231
6232 2006-04-28  Tim-Philipp Müller  <tim at centricular dot net>
6233
6234         * gst/typefind/gsttypefindfunctions.c: (wavpack_type_find):
6235           Fix wavpack typefinding to work in more cases (don't peek
6236           for chunks of multiple hundred kBs at once, but process
6237           things step-by-step in smaller units). Fixes #339786.
6238
6239 2006-04-28  Thomas Vander Stichele  <thomas at apestaart dot org>
6240
6241         * configure.ac:
6242           back to HEAD
6243
6244 === release 0.10.6 ===
6245
6246 2006-04-28  Thomas Vander Stichele <thomas at apestaart dot org>
6247
6248         * configure.ac:
6249           releasing 0.10.6, "Chao"
6250
6251 2006-04-26  David Schleef  <ds@schleef.org>
6252
6253         * gst/videoscale/gstvideoscale.c: Add call to oil_init().
6254           Fixes #338897.
6255
6256 2006-04-26  Thomas Vander Stichele  <thomas at apestaart dot org>
6257
6258         * configure.ac:
6259         * win32/common/config.h:
6260           new prerelease
6261
6262 2006-04-26  Thomas Vander Stichele  <thomas at apestaart dot org>
6263
6264         patch by: Wim Taymans
6265
6266         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
6267         (gst_ogg_demux_perform_seek):
6268           make sure correct newsegments are sent, so that the decoder
6269           and the demuxer agree on timestamps.  Fixes playback of a lot
6270           of Ogg files that do not start from 0.  Fixes #339833.
6271
6272 2006-04-26  Thomas Vander Stichele  <thomas at apestaart dot org>
6273
6274         Patch by: Edward Hervey  <edward@fluendo.com>
6275
6276         * gst/videorate/gstvideorate.c: (gst_video_rate_chain):
6277         * tests/check/Makefile.am:
6278         * tests/check/elements/videorate.c: (assert_videorate_stats),
6279         (setup_videorate), (cleanup_videorate), (GST_START_TEST),
6280         (videorate_suite), (main):
6281           Fix an infinite loop if frames are passed in with wrongly ordered
6282           timestamps.  Fixes #339013.
6283
6284 2006-04-22  Thomas Vander Stichele  <thomas at apestaart dot org>
6285
6286         Patch by: Tim-Philipp Müller  <tim at centricular dot net>
6287
6288         * gst/typefind/gsttypefindfunctions.c: (qt_type_find):
6289           fix typefinding on some ISO files.  Fixes #339212.
6290
6291 2006-04-22  Thomas Vander Stichele  <thomas at apestaart dot org>
6292
6293         Patch by: Tim-Philipp Müller  <tim at centricular dot net>
6294
6295         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
6296           add another H264 fourcc.  Fixes #339047.
6297
6298 2006-04-22  Thomas Vander Stichele  <thomas at apestaart dot org>
6299
6300         Patch by: Jan Schmidt
6301
6302         * gst/playback/gststreamselector.c:
6303         (gst_stream_selector_bufferalloc):
6304           Restore old StreamSelector behaviour.
6305           Fixes #338419.
6306
6307 2006-04-12  Thomas Vander Stichele  <thomas at apestaart dot org>
6308
6309         * configure.ac:
6310         * win32/common/config.h:
6311           prerelease
6312
6313 2006-04-11  Tim-Philipp Müller  <tim at centricular dot net>
6314
6315         Patch by: Antoine Tremblay  <hexa00 at gmail dot com>
6316
6317         * gst-libs/gst/rtp/gstbasertpdepayload.c:
6318         (gst_base_rtp_depayload_finalize), (gst_base_rtp_depayload_push):
6319           Fix some memory leaks: on finalize, free buffers left in the queue
6320           before destroying the queue; in _push(), unref rtp_buf even if
6321           the process vfunc returned a NULL buffer as output buffer (#337548);
6322           demote some recuring debug messages to LOG level.
6323
6324 2006-04-11  Wim Taymans  <wim@fluendo.com>
6325
6326         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query),
6327         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
6328         (gst_ogg_chain_free), (gst_ogg_demux_sink_event),
6329         (gst_ogg_demux_loop):
6330         More cleanups.
6331         Respect segment stop when emiting EOS or SEGMENT_DONE.
6332         Fixes (#337945).
6333
6334 2006-04-11  Tim-Philipp Müller  <tim at centricular dot net>
6335
6336         * gst/playback/gststreamselector.c:
6337         (gst_stream_selector_get_property):
6338           Don't leak pad name.
6339
6340 2006-04-10  Michael Smith  <msmith@fluendo.com>
6341
6342         * tests/check/Makefile.am:
6343         * tests/check/gst-plugins-base.supp:
6344           Suppress an old libtheora bug (fixed in more recent versions), so 
6345           that FC4 buildslaves can pass.
6346
6347 2006-04-10  Wim Taymans  <wim@fluendo.com>
6348
6349         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query),
6350         (gst_ogg_demux_receive_event), (gst_ogg_pad_event),
6351         (gst_ogg_demux_init), (gst_ogg_demux_finalize),
6352         (gst_ogg_demux_sink_event), (gst_ogg_demux_get_data),
6353         (gst_ogg_demux_loop):
6354         Don't leak events.
6355         Remember what error we got when finding chains, if we
6356         were shutdown, that would not be an error.
6357
6358 2006-04-10  Wim Taymans  <wim@fluendo.com>
6359
6360         * gst-libs/gst/audio/gstbaseaudiosink.c:
6361         (gst_base_audio_sink_event):
6362         Starting the ringbuffer when we did not acquire it can cause
6363         a deadlock, is pointless and causes nasty things for
6364         subclasses. 
6365         Fixes gst-launch audiotestsrc num-buffers=0 ! alsasink.
6366
6367 2006-04-10  Wim Taymans  <wim@fluendo.com>
6368
6369         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query),
6370         (gst_ogg_demux_receive_event), (gst_ogg_pad_event),
6371         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
6372         (gst_ogg_demux_submit_buffer), (gst_ogg_demux_get_data),
6373         (gst_ogg_demux_deactivate_current_chain),
6374         (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek),
6375         (gst_ogg_demux_bisect_forward_serialno),
6376         (gst_ogg_demux_find_chains), (gst_ogg_demux_chain):
6377         Add some more debugging.
6378
6379 2006-04-10  Wim Taymans  <wim@fluendo.com>
6380
6381         * ext/theora/theoradec.c: (theora_dec_src_event),
6382         (theora_handle_data_packet):
6383         Some more debug info.
6384
6385         * tests/examples/seek/seek.c: (start_seek), (main):
6386         Print element messages too.
6387
6388 2006-04-09  Sebastien Moutte  <sebastien@moutte.net>
6389
6390         * gst/audioresample/debug.h:
6391           replace debug macros with variable number of parameters
6392           by a simple alias to gstreamer standard debug macros 
6393          (#define RESAMPLE_ERROR GST_ERROR, __VA_ARGS__ is not
6394           supported by MSVC 6.0 and 7.1)
6395         * gst/audioresample/resample.h:
6396           define M_PI and rint for WIN32
6397         * win32/common/libgstaudio.def:
6398         * win32/common/libgstriff.def:
6399         * win32/common/libgsttag.def:
6400         * win32/common/libgstvideo.def:
6401           add new exported functions
6402         * win32/vs6:
6403           update project files
6404
6405 2006-04-08  Stefan Kost  <ensonic@users.sf.net>
6406
6407         * ext/alsa/gstalsamixeroptions.c:
6408         (gst_alsa_mixer_options_class_init):
6409         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_class_init):
6410         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_class_init):
6411         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init):
6412         * ext/ogg/gstoggparse.c: (gst_ogg_parse_class_init):
6413         * gst-libs/gst/audio/gstaudioclock.c: (gst_audio_clock_class_init):
6414         * gst-libs/gst/audio/gstaudiofilter.c:
6415         (gst_audio_filter_class_init):
6416         * gst-libs/gst/audio/gstaudiosink.c:
6417         (gst_audioringbuffer_class_init):
6418         * gst-libs/gst/audio/gstaudiosrc.c:
6419         (gst_audioringbuffer_class_init):
6420         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_class_init):
6421         * gst-libs/gst/interfaces/colorbalancechannel.c:
6422         (gst_color_balance_channel_class_init):
6423         * gst-libs/gst/interfaces/mixeroptions.c:
6424         (gst_mixer_options_class_init):
6425         * gst-libs/gst/interfaces/mixertrack.c:
6426         (gst_mixer_track_class_init):
6427         * gst-libs/gst/interfaces/tunerchannel.c:
6428         (gst_tuner_channel_class_init):
6429         * gst-libs/gst/interfaces/tunernorm.c: (gst_tuner_norm_class_init):
6430         * gst-libs/gst/netbuffer/gstnetbuffer.c:
6431         (gst_netbuffer_class_init):
6432         * gst-libs/gst/rtp/gstbasertppayload.c:
6433         (gst_basertppayload_class_init):
6434         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init):
6435         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init):
6436         * gst/playback/gstplaybin.c: (gst_play_bin_class_init):
6437         * gst/playback/gststreaminfo.c: (gst_stream_info_class_init):
6438         * gst/playback/gststreamselector.c:
6439         (gst_stream_selector_class_init):
6440         * gst/subparse/gstsubparse.c: (gst_sub_parse_class_init):
6441         * gst/tcp/gsttcpclientsink.c: (gst_tcp_client_sink_class_init):
6442         * sys/v4l/gstv4lcolorbalance.c:
6443         (gst_v4l_color_balance_channel_class_init):
6444         * sys/v4l/gstv4ljpegsrc.c: (gst_v4ljpegsrc_class_init):
6445         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_class_init):
6446         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_class_init):
6447         * sys/v4l/gstv4ltuner.c: (gst_v4l_tuner_channel_class_init),
6448         (gst_v4l_tuner_norm_class_init):
6449         * sys/ximage/ximagesink.c: (gst_ximagesink_class_init):
6450         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_class_init):
6451         * tests/old/testsuite/alsa/sinesrc.c: (sinesrc_class_init):
6452         Fix #337365 (g_type_class_ref <-> g_type_class_peek_parent)
6453
6454 2006-04-08  Stefan Kost  <ensonic@users.sf.net>
6455
6456         * ext/pango/gsttextrender.h:
6457         * gst-libs/gst/audio/gstaudiosink.h:
6458         * gst-libs/gst/audio/gstaudiosrc.h:
6459         * gst-libs/gst/audio/gstbaseaudiosink.h:
6460         * gst-libs/gst/audio/gstbaseaudiosrc.h:
6461         * gst-libs/gst/audio/gstringbuffer.h:
6462         * gst-libs/gst/rtp/gstbasertpdepayload.h:
6463         * gst-libs/gst/rtp/gstbasertppayload.h:
6464         * gst-libs/gst/video/gstvideofilter.h:
6465         * gst-libs/gst/video/gstvideosink.h:
6466         * gst/playback/gstplaybasebin.h:
6467         * gst/tcp/gstmultifdsink.h:
6468         * sys/v4l/gstv4lelement.h:
6469         Fix broken GObject macros
6470
6471 2006-04-08  Stefan Kost  <ensonic@users.sf.net>
6472
6473         * ext/alsa/gstalsasink.c: (set_hwparams), (alsasink_parse_spec):
6474         More debug to trace why my USB headset is not working with gst
6475
6476 2006-04-07  Jan Schmidt  <thaytan@mad.scientist.com>
6477
6478         * gst/playback/gstplaybasebin.c: (group_destroy):
6479         Clean up our group elements properly in the case where it never 
6480         got committed - it still got added unconditionally to the bin.
6481
6482 2006-04-07  Wim Taymans  <wim@fluendo.com>
6483
6484         * ext/theora/theoradec.c: (theora_dec_sink_event),
6485         (theora_handle_data_packet), (theora_dec_chain):
6486         Unref unhandled events.
6487         Protect against empty buffers.
6488         Perform QoS on running time.
6489
6490 2006-04-07  Michael Smith  <msmith@fluendo.com>
6491
6492         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_set_header_on_caps),
6493         (gst_vorbis_enc_chain):
6494           Remove leaks from vorbisenc.
6495           Mostly minor changes, the only significant one is that now the
6496           buffers we set as 'streamheader' on the caps are copies of the
6497           original buffers, to avoid circular refcounting problems.
6498
6499 2006-04-07  Jan Schmidt  <thaytan@mad.scientist.com>
6500
6501         * gst/playback/gstplaybasebin.c: (mute_stream), (setup_substreams):
6502           Don't remove our mute-probe if someone else already did so.
6503           Don't set a 2nd one if there is already one pending on the pad.
6504
6505         * gst/playback/gstplaybin.c: (gst_play_bin_send_event_to_sink),
6506         (do_playbin_seek):
6507           When a seek fails, ensure that playbin is still set back to playing.
6508           
6509         * gst/typefind/gsttypefindfunctions.c: (mpeg_ts_probe_headers),
6510         (mpeg_ts_type_find), (plugin_init):
6511           Add a typefind function for mpeg-ts streams. (Closes: #336617)
6512
6513 2006-04-06  Andy Wingo  <wingo@pobox.com>
6514
6515         * gst/videorate/gstvideorate.c (gst_video_rate_reset) 
6516         (gst_video_rate_init): Caps-related parameters should not be reset
6517         by a flush -- move their inits to the instance init function.
6518         (gst_video_rate_flush_prev): Don't complain if gst_pad_push
6519         is not OK, just return the result.
6520
6521         * gst/audiotestsrc/gstaudiotestsrc.c
6522         (gst_audio_test_src_class_init)
6523         (gst_audio_test_src_get_times): Re-enable is-live=true, as was
6524         broken by Stefan's commit on 24 March.
6525
6526         * ext/ogg/gstoggmux.c (gst_ogg_mux_push_buffer): Set caps on
6527         buffers being pushed out. Fixes oggmux ! multifdsink.
6528
6529 2006-04-05  Tim-Philipp Müller  <tim at centricular dot net>
6530
6531         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_class_init),
6532         (gst_vorbis_dec_init), (vorbis_dec_finalize):
6533         * ext/vorbis/vorbisdec.h:
6534         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_add_interfaces),
6535         (gst_vorbis_enc_base_init), (gst_vorbis_enc_class_init),
6536         (gst_vorbis_enc_sink_setcaps), (gst_vorbis_enc_convert_src),
6537         (gst_vorbis_enc_convert_sink), (gst_vorbis_enc_get_query_types),
6538         (gst_vorbis_enc_src_query), (gst_vorbis_enc_sink_query),
6539         (gst_vorbis_enc_init), (gst_vorbis_enc_get_tag_value),
6540         (gst_vorbis_enc_metadata_set1), (gst_vorbis_enc_set_metadata),
6541         (gst_vorbis_enc_setup), (gst_vorbis_enc_clear),
6542         (gst_vorbis_enc_buffer_from_packet),
6543         (gst_vorbis_enc_buffer_from_header_packet),
6544         (gst_vorbis_enc_push_buffer), (gst_vorbis_enc_push_packet),
6545         (gst_vorbis_enc_set_header_on_caps), (gst_vorbis_enc_sink_event),
6546         (gst_vorbis_enc_chain), (gst_vorbis_enc_output_buffers),
6547         (gst_vorbis_enc_get_property), (gst_vorbis_enc_set_property),
6548         (gst_vorbis_enc_change_state):
6549         * ext/vorbis/vorbisenc.h:
6550           Remove left-over 0.8 cruft; use GST_DEBUG_FUNCPTR; make
6551           vorbisenc adhere to the official nomenclature; use boilerplate
6552           macro.
6553
6554 2006-04-04  Andy Wingo  <wingo@pobox.com>
6555
6556         * gst/videorate/gstvideorate.c (gst_video_rate_flush_prev):
6557         Whoops, fix bug introduced. Bad hacker!
6558         
6559         * gst/videorate/gstvideorate.c (gst_video_rate_flush_prev):
6560         Properly handle the case where you get EOS before any buffers are
6561         received. Use gst_buffer_make_metadata_writable where appropriate.
6562
6563         * ext/theora/theoradec.c (theora_handle_data_packet): This value
6564         is often negative -- make it signed so as not to wrap around.
6565         Fixes segfaults introduced on 9 March.
6566
6567 2006-04-03  Wim Taymans  <wim@fluendo.com>
6568
6569         * ext/theora/gsttheoradec.h:
6570         * ext/theora/theoradec.c: (theora_dec_src_event):
6571         Don't try to store a gdouble in a gboolean.
6572         Small cleanups.
6573
6574 2006-04-03  Michael Smith  <msmith@fluendo.com>
6575
6576         * ext/ogg/gstoggmux.c: (gst_ogg_mux_queue_pads):
6577           Oggmux sucks.
6578           Make it suck slightly less by writing out the final page.
6579           Still can't encode a vorbis-in-ogg file correctly, though.
6580
6581 2006-04-03  Andy Wingo  <wingo@pobox.com>
6582
6583         * ext/theora/theoraparse.c (theora_parse_drain_queue): Um, remove
6584         a g_print.
6585
6586         * ext/theora/theora.c (plugin_init): Register theoraparse.
6587
6588         * ext/theora/gsttheoraparse.h: 
6589         * ext/theora/theoraparse.c: New files implementing a theora
6590         parser. Now we can properly remux ogg/theora+vorbis, yay.
6591
6592         * ext/vorbis/vorbisparse.c: Add some docs and a copyright.
6593
6594 2006-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
6595
6596         * gst/audiotestsrc/gstaudiotestsrc.c:
6597           Fixed the sample pipeline (see #323798)
6598
6599 2006-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
6600
6601         * configure.ac:
6602         * win32/common/config.h:
6603         * win32/common/config.h.in:
6604           use AS_VERSION and AS_NANO
6605           more cleanups
6606
6607 2006-03-31  Andy Wingo  <wingo@pobox.com>
6608
6609         * ext/vorbis/vorbisparse.c (vorbis_parse_sink_event): Fix
6610         uninitialized variable return that would happen.
6611         
6612         * ext/vorbis/vorbisparse.c (vorbis_parse_drain_queue): Fix
6613         uninitialized variable return that would never happen.
6614
6615         * ext/vorbis/vorbisparse.c (gst_vorbis_parse_init) 
6616         (vorbis_parse_sink_event): Add an event function to flush our
6617         state on a seek, and to drain buffers on a premature EOS.
6618         (vorbis_parse_push_headers, vorbis_parse_clear_queue) 
6619         (vorbis_parse_push_buffer, vorbis_parse_drain_queue_prematurely) 
6620         (vorbis_parse_chain, vorbis_parse_queue_buffer) 
6621         (vorbis_parse_drain_queue): Queue up buffers until we can set
6622         their timestamps and granulepos values.
6623
6624         * ext/vorbis/vorbisparse.h: Include the vorbis decoder headers,
6625         and keep track of data needed for deriving granulepos and
6626         timestamps for buffers.
6627
6628 2006-03-29  Wim Taymans  <wim@fluendo.com>
6629
6630         Patch by: j^ <j at bootlab dot org>
6631
6632         * ext/alsa/gstalsamixerelement.c:
6633         (gst_alsa_mixer_element_class_init):
6634         * ext/alsa/gstalsasink.c:
6635         * ext/alsa/gstalsasrc.c: (gst_alsasrc_class_init):
6636         * ext/ogg/gstoggdemux.c:
6637         * ext/ogg/gstoggmux.c:
6638         * ext/ogg/gstoggparse.c:
6639         * ext/pango/gstclockoverlay.c:
6640         * ext/pango/gsttextoverlay.c:
6641         * ext/pango/gsttextrender.c:
6642         * ext/pango/gsttimeoverlay.c:
6643         * ext/theora/theoradec.c:
6644         * ext/theora/theoraenc.c:
6645         * ext/vorbis/vorbisdec.c:
6646         * ext/vorbis/vorbisenc.c:
6647         * gst/audioconvert/gstaudioconvert.c:
6648         * gst/subparse/gstsubparse.c:
6649         * gst/tcp/gstmultifdsink.c:
6650         * gst/tcp/gsttcpclientsink.c:
6651         * gst/tcp/gsttcpclientsrc.c:
6652         * gst/tcp/gsttcpserversink.c:
6653         * gst/tcp/gsttcpserversrc.c:
6654           better/unified long descriptions
6655           Fixes #336477
6656
6657 2006-03-29  Wim Taymans  <wim@fluendo.com>
6658
6659         * tests/examples/seek/seek.c: (end_scrub), (seek_cb), (start_seek),
6660         (stop_seek):
6661         Don't let double and triple clicks mess up our state.
6662
6663 2006-03-28  Tim-Philipp Müller  <tim at centricular dot net>
6664
6665         * gst/playback/gstplaybin.c: (gen_video_element),
6666         (gen_text_element), (gen_audio_element), (gen_vis_element):
6667           Error out gracefully when we can't create any of the usual
6668           conversion elements for some reason. Also, don't try to
6669           create an audioscale (sic) element that's not used anyway.
6670
6671 2006-03-28  Tim-Philipp Müller  <tim at centricular dot net>
6672
6673         * gst/playback/gstplaybasebin.c: (setup_source):
6674           Don't post RESOURCE_NOT_FOUND error when we can't find a source
6675           element for a particular protocol, that's confusing for users.
6676           Instead, post a RESOURCE_FAILED error, so that our own error
6677           message is actually shown in totem etc. (#336303).
6678
6679 2006-03-27  Tim-Philipp Müller  <tim at centricular dot net>
6680
6681         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
6682
6683         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_finalize),
6684         (gst_gnome_vfs_src_get_icy_metadata):
6685           Fix some minor memory leaks (#336194).
6686
6687 2006-03-27  Tim-Philipp Müller  <tim at centricular dot net>
6688
6689         * ext/gnomevfs/gstgnomevfs.c:
6690         (gst_gnome_vfs_location_to_uri_string):
6691         * ext/gnomevfs/gstgnomevfs.h:
6692         * ext/gnomevfs/gstgnomevfssink.c:
6693         (gst_gnome_vfs_sink_set_property):
6694         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_set_property):
6695           Make gnomevfssink accept filenames as well as URIs for the
6696           "location" property, just like gnomevfssrc does (and
6697           filesrc/filesink do) (#336190).
6698
6699 2006-03-24  Thomas Vander Stichele <thomas at apestaart dot org>
6700
6701         * tests/check/generic/clock-selection.c: (GST_START_TEST):
6702           set to NULL before unreffing, fixes a valgrind leak.
6703           Why was this not triggering the error that an object needs to
6704           be NULL before unreffing ?
6705         * win32/common/config.h:
6706           update
6707
6708 2006-03-24  Tim-Philipp Müller  <tim at centricular dot net>
6709
6710         * gst/subparse/gstsubparse.c: (convert_encoding),
6711         (gst_sub_parse_change_state):
6712         * gst/subparse/gstsubparse.h:
6713           Text subtitle files may or may not be UTF-8. If it's not, we
6714           don't really want to see '?' characters in place of non-ASCII
6715           characters like accented characters. So let's assume the input
6716           is UTF-8 until we come across text that is clearly not. If it's
6717           not UTF-8, we don't really know what it is, so try the following:
6718           (a) see whether the GST_SUBTITLE_ENCODING environment variable
6719           is set; if not, check (b) if the current locale encoding is
6720           non-UTF-8 and use that if it is, or (c) assume ISO-8859-15 if
6721           the current locale encoding is UTF-8 and the environment variable
6722           was not set to any particular encoding. Not perfect, but better
6723           than nothing (and better than before, I think) (fixes #172848).
6724
6725 2006-03-24  Thomas Vander Stichele <thomas at apestaart dot org>
6726
6727         * configure.ac:
6728           update core requirement to 0.10.4.1 because of async_playback
6729           vmethod on GstBaseSink
6730
6731 2006-03-24  Stefan Kost  <ensonic@users.sf.net>
6732
6733         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init):
6734         * gst/adder/gstadder.c: (gst_adder_init):
6735         use DEBUG_FUNCPTR for collectpads
6736
6737 2006-03-24  Stefan Kost  <ensonic@users.sf.net>
6738
6739         * docs/plugins/Makefile.am:
6740         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
6741         * docs/plugins/gst-plugins-base-plugins-sections.txt:
6742         * ext/cdparanoia/gstcdparanoiasrc.c:
6743         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_base_init),
6744         (gst_gnome_vfs_sink_class_init):
6745         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_base_init):
6746         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_base_init):
6747         * ext/ogg/gstoggmux.c:
6748         * ext/ogg/gstoggparse.c: (gst_ogg_parse_base_init):
6749         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_base_init),
6750         (gst_ogm_video_parse_base_init), (gst_ogm_text_parse_base_init):
6751         * ext/pango/gsttextoverlay.c:
6752         * ext/pango/gsttextrender.c:
6753         * ext/theora/theoradec.c:
6754         * ext/theora/theoraenc.c:
6755         * ext/vorbis/vorbisdec.c:
6756         * ext/vorbis/vorbisenc.c:
6757         * gst-libs/gst/audio/gstaudiofilter.c:
6758         (gst_audio_filter_base_init):
6759         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
6760         (gst_audio_filter_template_base_init):
6761         * gst/adder/gstadder.c: (gst_adder_get_type):
6762         * gst/adder/gstadder.h:
6763         * gst/audioconvert/gstaudioconvert.c:
6764         * gst/audiotestsrc/gstaudiotestsrc.c:
6765         (gst_audiostestsrc_wave_get_type), (gst_audio_test_src_class_init),
6766         (gst_audio_test_src_create):
6767         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
6768         * gst/playback/gstdecodebin.c:
6769         * gst/playback/gstplaybin.c:
6770         * gst/playback/gststreamselector.c:
6771         (gst_stream_selector_base_init):
6772         * gst/subparse/gstsubparse.c: (gst_sub_parse_base_init):
6773         * gst/volume/gstvolume.c:
6774         * sys/v4l/gstv4lmjpegsink.c:
6775         * sys/v4l/gstv4lmjpegsrc.c:
6776         * tests/check/libs/cddabasesrc.c:
6777         * tests/old/examples/gob/gst-identity2.gob:
6778           Add docs for adder, use GST_ELEMENT_DETAILS macro,
6779           define GstElementDetails at the top
6780
6781 2006-03-23  Sebastien Moutte  <sebastien@moutte.net>
6782
6783         * win32/common/libgstinterfaces.def:
6784         Add a lot of export functions for gst-python
6785         * win32/vs6/libgstinterfaces.dsp:
6786         Add a missing include folder in the project configuration
6787         
6788 2006-03-23  Wim Taymans  <wim@fluendo.com>
6789
6790         * gst-libs/gst/audio/gstbaseaudiosrc.c:
6791         (gst_base_audio_src_get_time), (gst_base_audio_src_create),
6792         (gst_base_audio_src_change_state):
6793         Fix audio sources, forgot to make the ringbuffer
6794         startable...
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         unparent instead of unref the ringbuffer.
6802
6803 2006-03-23  Wim Taymans  <wim@fluendo.com>
6804
6805         * gst-libs/gst/audio/gstbaseaudiosink.c:
6806         (gst_base_audio_sink_class_init), (gst_base_audio_sink_async_play),
6807         (gst_base_audio_sink_do_play), (gst_base_audio_sink_change_state):
6808         Implement new async_play vmethod to start slaving and allow
6809         playback start in case of async PLAY state changes. 
6810
6811         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init):
6812         Enable QoS with new method in base class.
6813
6814 2006-03-23  Wim Taymans  <wim@fluendo.com>
6815
6816         Patch by: Julien MOUTTE <julien at moutte dot net>
6817
6818         * gst/videotestsrc/gstvideotestsrc.c: (gst_video_test_src_query),
6819         (gst_video_test_src_do_seek), (gst_video_test_src_create):
6820         Partially handle 0 framerate, only EOS after the first frame
6821         is missing.
6822
6823 2006-03-23  Wim Taymans  <wim@fluendo.com>
6824
6825         Patch by: Fabrizio Gennari <fabrizio dot ge at tiscali dot it>
6826
6827         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
6828         (gst_riff_create_video_template_caps):
6829         * gst/ffmpegcolorspace/avcodec.h:
6830         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
6831         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
6832         (gst_ffmpegcsp_avpicture_fill):
6833         * gst/ffmpegcolorspace/imgconvert.c:
6834         Patch for support of YVU9 AVI files (#334822)
6835
6836 2006-03-22  Edward Hervey  <edward@fluendo.com>
6837
6838         * docs/design/design-decodebin.txt:
6839         Added design document for new decodebin
6840         (Target Caps): text/x-pango-markup is also a default target caps.
6841
6842 2006-03-22  Wim Taymans  <wim@fluendo.com>
6843
6844         * gst-libs/gst/audio/gstbaseaudiosink.c:
6845         (gst_base_audio_sink_dispose):
6846         Since we _parent the ringbuffer, we also need to
6847         _unparent instead of a plain _unref.
6848
6849 2006-03-22  Wim Taymans  <wim@fluendo.com>
6850
6851         * tests/examples/seek/seek.c: (end_scrub), (do_seek), (seek_cb),
6852         (stop_seek), (scrub_toggle_cb), (main):
6853         Add scrub checkbox.
6854
6855 2006-03-21  Tim-Philipp Müller  <tim at centricular dot net>
6856
6857         * ext/ogg/gstoggparse.c: (gst_ogg_parse_find_stream),
6858         (gst_ogg_parse_chain):
6859           Fix very inefficient usage of linked lists (#335365).
6860
6861 2006-03-21  Edward Hervey  <edward@fluendo.com>
6862
6863         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose):
6864         * gst/playback/gstplaybin.c: (handoff):
6865         * gst/playback/gststreamselector.c:
6866         (gst_stream_selector_set_property):
6867         gcc 4.1 unreferenced pointer fixes.
6868         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_put):
6869         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put):
6870         gst_buffer_ref() now takes a GstBuffer*.
6871
6872 2006-03-20  Julien MOUTTE  <julien@moutte.net>
6873
6874         * sys/xvimage/xvimagesink.c:
6875         (gst_xvimagesink_get_format_from_caps): Fix a memleak reported
6876         by Jan Schmidt.
6877
6878 2006-03-19  Tim-Philipp Müller  <tim at centricular dot net>
6879
6880         * gst/typefind/gsttypefindfunctions.c: (id3v2_type_find),
6881         (id3v1_type_find), (apetag_type_find), (plugin_init):
6882           Can't do tag preferences via probability, as tags would then
6883           lose against types that are recognised with MAXIMUM probability
6884           (like .wav); so let all tag typefinders return MAXIMUM themselves
6885           and order them via the rank. Split ID3v1 and ID3v2 typefinders so
6886           that we can prefer APE to ID3v1 (fixes #335028).
6887           
6888 2006-03-17  Wim Taymans  <wim@fluendo.com>
6889
6890         * gst-libs/gst/audio/gstbaseaudiosink.c:
6891         (gst_base_audio_sink_change_state):
6892         * gst-libs/gst/audio/gstringbuffer.c: (wait_segment),
6893         (gst_ring_buffer_may_start):
6894         * gst-libs/gst/audio/gstringbuffer.h:
6895         Only start playback if we are playing.
6896         should fix #330748.
6897
6898 2006-03-17  Jan Schmidt  <thaytan@mad.scientist.com>
6899
6900         * ext/alsa/gstalsasink.c: (gst_alsasink_getcaps):
6901         * win32/common/config.h:
6902           Revert accidental commits to these files.
6903
6904 2006-03-16  Tim-Philipp Müller  <tim at centricular dot net>
6905
6906         Patch by: Michal Benes  <michal dot benes at xeris dot cz>
6907
6908         * tests/Makefile.am:
6909           Don't try to build tests in tests/icles if we
6910           don't have X (#323852)
6911
6912 2006-03-16  Tim-Philipp Müller  <tim at centricular dot net>
6913
6914         * gst-libs/gst/tag/gstid3tag.c:
6915           Add TXXX frame identifiers for replaygain stuff as used
6916           by some taggers (see #323721).
6917
6918 2006-03-16  Jan Schmidt  <thaytan@mad.scientist.com>
6919
6920         * gst/playback/gststreamselector.c:
6921         (gst_stream_selector_set_property),
6922         (gst_stream_selector_bufferalloc):
6923           Preserve the existing buggy streamselector behaviour by performing
6924           a fallback buffer allocation when downstream isn't linked yet.
6925           This should really be fixed in playbin by blocking pads until it's
6926           linked them.
6927           Also, use gst_pad_alloc_buffer instead of
6928           gst_pad_alloc_buffer_and_set.
6929
6930 2006-03-15  Tim-Philipp Müller  <tim at centricular dot net>
6931
6932         * gst-libs/gst/tag/gstid3tag.c:
6933           Don't crash on unknown ID3v2 TXXX frames.
6934           
6935 2006-03-15  Jan Schmidt  <thaytan@mad.scientist.com>
6936
6937         * ext/alsa/gstalsasink.c: (gst_alsasink_finalise):
6938           Chain up to the parent finalize method.
6939           Add 32-bit sample size to the template caps.
6940
6941         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
6942         (gst_riff_create_video_template_caps):
6943           Add the fourcc that the VMWare codec uses.
6944           
6945         * gst/playback/gststreamselector.c:
6946         (gst_stream_selector_set_property),
6947         (gst_stream_selector_bufferalloc),
6948         (gst_stream_selector_request_new_pad):
6949           For the active pad, forward buffer-alloc requests, otherwise
6950           return GST_FLOW_NOT_LINKED. This also prevents xvimagesink
6951           having to memcpy every frame when used by playbin.
6952
6953         * gst/tcp/gstmultifdsink.c:
6954         (gst_multi_fd_sink_handle_client_write):
6955           Get negotiated caps from the sink pad, rather than the sink
6956           pad's peer.
6957
6958 2006-03-15  Tim-Philipp Müller  <tim at centricular dot net>
6959
6960         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
6961         
6962         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_pop_callbacks):
6963           Don't forget to set src->callbacks_pushed to FALSE again when
6964           popping them, otherwise re-activation in a different mode won't
6965           work (#334620).
6966
6967 2006-03-15  Tim-Philipp Müller  <tim at centricular dot net>
6968
6969         Patch by: Sebastien Moutte  <sebastien moutte net>
6970
6971         * gst/ffmpegcolorspace/gstffmpegcodecmap.c: (gst_ff_vid_caps_new),
6972         (gst_ff_aud_caps_new), (gst_ffmpeg_pixfmt_to_caps),
6973         (gst_ffmpeg_smpfmt_to_caps):
6974           Replace __VA_ARGS__ caps creation macros with varargs functions.
6975           Makes things compile on MSVC (#320765), looks nicer, and we can
6976           tell the compiler to check for the NULL terminator.
6977
6978 2006-03-14  Tim-Philipp Müller  <tim at centricular dot net>
6979
6980         Patch by: Fabrizio Gennari  <fabrizio dot ge at tiscali dot it>
6981
6982         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
6983           Make sure the buffer we copy into is really always big
6984           enough, this time for real (#333488).
6985           
6986 2006-03-14  Tim-Philipp Müller  <tim at centricular dot net>
6987
6988         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
6989           Add support for 24bpp DIB (#305279).
6990
6991 2006-03-14  Wim Taymans  <wim@fluendo.com>
6992
6993         * gst-libs/gst/video/gstvideofilter.c: (gst_video_filter_init):
6994         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init):
6995         * gst/ffmpegcolorspace/gstffmpegcolorspace.c: (gst_ffmpegcsp_init):
6996         * gst/videoscale/gstvideoscale.c: (gst_video_scale_class_init),
6997         (gst_video_scale_init), (gst_video_scale_src_event):
6998         Re-enable QoS after the release.
6999         Rework videoscale to use the base class src_event handler.
7000
7001 2006-03-14  Tim-Philipp Müller  <tim at centricular dot net>
7002
7003         * configure.ac:
7004           back to CVS.
7005
7006 === release 0.10.5 ===
7007
7008 2006-03-13  Thomas Vander Stichele <thomas at apestaart dot org>
7009
7010         * configure.ac:
7011           releasing 0.10.5, "Net"
7012
7013 2006-03-13  Tim-Philipp Müller  <tim at centricular dot net>
7014
7015         * docs/plugins/Makefile.am:
7016           Part of previous cdparanoiasrc docs fixes, forgot to commit.
7017           
7018 2006-03-12  Tim-Philipp Müller  <tim at centricular dot net>
7019
7020         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
7021         * docs/plugins/gst-plugins-base-plugins-sections.txt:
7022         * docs/plugins/gst-plugins-base-plugins.hierarchy:
7023           Add cdparanoiasrc to docs.
7024
7025         * gst-libs/gst/cdda/gstcddabasesrc.c:
7026           More GstCddaBaseSrc docs.
7027
7028 2006-03-12  Tim-Philipp Müller  <tim at centricular dot net>
7029
7030         * docs/libs/gst-plugins-base-libs-sections.txt:
7031         * gst-libs/gst/tag/gstid3tag.c: (gst_tag_from_id3_user_tag):
7032         * gst-libs/gst/tag/tag.h:
7033           API: libgsttag: new method gst_tag_from_id3_user_tag().
7034
7035 2006-03-11  Tim-Philipp Müller  <tim at centricular dot net>
7036
7037         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
7038           NULL-terminate array of mpeg4 video file extensions.
7039           Fixes crash on PPC (#334226).
7040
7041 2006-03-11  Tim-Philipp Müller  <tim at centricular dot net>
7042
7043         * ext/gnomevfs/gstgnomevfssrc.c:
7044         (gst_gnome_vfs_src_check_get_range):
7045           gnome_vfs_uri_is_local() alone is not a good indicator
7046           whether we can operate in pull-mode with a specific URI,
7047           as it returns FALSE for file:// URIs that point to an
7048           NFS-mounted path. Be more conservative here: whitelist
7049           local files, blacklist http URIs and use the old
7050           mechanism for anything else (fixes #334216).
7051
7052 2006-03-10  Thomas Vander Stichele  <thomas at apestaart dot org>
7053
7054         * configure.ac:
7055           back to trunk
7056
7057 === release 0.10.4 ===
7058
7059 2006-03-10  Thomas Vander Stichele <thomas at apestaart dot org>
7060
7061         * configure.ac:
7062           releasing 0.10.4, "Power"
7063
7064 2006-03-10  Jan Schmidt  <thaytan@mad.scientist.com>
7065
7066         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init):
7067         Disable max-lateness by setting it to -1 for now, so that 
7068         we can bed QoS stuff in thoroughly between now and the next
7069         release.
7070
7071 2006-03-10  Tim-Philipp Müller  <tim at centricular dot net>
7072
7073         Patch by: Fabrizio Gennari
7074
7075         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
7076           Make sure we don't read beyond the palette buffer in case of
7077           broken or manipulated files (#333488)
7078
7079 2006-03-10  Edward Hervey  <edward@fluendo.com>
7080
7081         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset):
7082         Fix for variable not initialized.
7083
7084 2006-03-09  Wim Taymans  <wim@fluendo.com>
7085
7086         * ext/libvisual/visual.c: (gst_visual_get_type),
7087         (gst_visual_src_setcaps), (gst_vis_src_negotiate),
7088         (gst_visual_chain):
7089         Small cleanups.
7090
7091         * ext/theora/gsttheoradec.h:
7092         * ext/theora/theoradec.c: (gst_theora_dec_init),
7093         (gst_theora_dec_reset), (_theora_granule_time),
7094         (theora_dec_src_convert), (theora_dec_sink_convert),
7095         (theora_dec_src_query), (theora_dec_src_event),
7096         (theora_dec_sink_event), (theora_handle_comment_packet),
7097         (theora_handle_header_packet), (theora_dec_push),
7098         (theora_handle_data_packet), (theora_dec_chain),
7099         (theora_dec_change_state):
7100         Add simple QoS.
7101
7102 2006-03-09  Wim Taymans  <wim@fluendo.com>
7103
7104         * ext/gnomevfs/gstgnomevfssrc.c: (audiocast_init),
7105         (audiocast_register_listener), (gst_gnome_vfs_src_start):
7106         Some cleanups.
7107
7108 2006-03-09  Wim Taymans  <wim@fluendo.com>
7109
7110         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_activate_chain):
7111         Don't try to activate NULL chains.
7112
7113 2006-03-09  Tim-Philipp Müller  <tim at centricular dot net>
7114
7115         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset):
7116           Fix invalid memory access to region before peek'd data (#332964).
7117
7118 2006-03-09  Wim Taymans  <wim@fluendo.com>
7119
7120         Patch by: Christophe Fergeau
7121
7122         * ext/pango/gsttextoverlay.c: (gst_text_overlay_init):
7123         * ext/pango/gsttextrender.c: (gst_text_render_init):
7124         * gst/adder/gstadder.c: (gst_adder_init):
7125         Don't leak padtemplates, closes #333510.
7126
7127 2006-03-09  Tim-Philipp Müller  <tim at centricular dot net>
7128
7129         * gst/subparse/gstsubparse.c: (gst_subparse_type_find):
7130           Fix invalid memory access: make sure string passed to
7131           regexec() is NUL-termianted.
7132
7133 2006-03-09  Tim-Philipp Müller  <tim at centricular dot net>
7134
7135         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset),
7136         (mp3_type_find):
7137           Refactor mpeg/audio typefinding to make it more maintainable
7138           and easier to fine-tune. Make probing into middle of the file
7139           work properly (fixes #333900, also see #152688).
7140
7141 2006-03-09  Tim-Philipp Müller  <tim at centricular dot net>
7142
7143         * gst/typefind/gsttypefindfunctions.c:
7144         (utf8_type_find_have_valid_utf8_at_offset):
7145           Remove part from previous commit that was bogus:
7146           g_utf8_validate() does in fact not accept embedded
7147           zeroes, so we don't need to check for those (thanks
7148           to Mike for the hint).
7149
7150 2006-03-08  Tim-Philipp Müller  <tim at centricular dot net>
7151
7152         * gst/typefind/gsttypefindfunctions.c:
7153         (utf8_type_find_count_embedded_zeroes),
7154         (utf8_type_find_have_valid_utf8_at_offset), (utf8_type_find):
7155           Make plain/text typefinder more conservative: firstly, check
7156           for embedded zeroes, which are perfectly valid UTF-8 characters,
7157           but also a fairly good sign that something is not a plain text
7158           file; secondly, probe into the middle of the file if possible.
7159           If we can't probe into the middle, limit the probability value
7160           to be returned to TYPE_FIND_POSSIBLE (see #333900).
7161
7162 2006-03-08  Michael Smith  <msmith@fluendo.com>
7163
7164         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
7165           Make typefind function name for mpeg4 video unique.
7166
7167 2006-03-08  Wim Taymans  <wim@fluendo.com>
7168
7169         * ext/libvisual/visual.c: (gst_visual_init),
7170         (gst_visual_clear_actors), (gst_visual_dispose),
7171         (gst_visual_reset), (gst_visual_src_setcaps),
7172         (gst_visual_sink_setcaps), (gst_vis_src_negotiate),
7173         (gst_visual_sink_event), (gst_visual_src_event), (get_buffer),
7174         (gst_visual_chain), (gst_visual_change_state):
7175         Cleanups, post nice errors.
7176         Handle sink and src events.
7177         Implement simple QoS.
7178
7179         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init):
7180         Use new basesink methods to configure max-lateness.
7181         Small doc update.
7182
7183         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
7184         (gst_ffmpegcsp_transform_caps), (gst_ffmpegcsp_set_caps):
7185         Debug statement cleanups.
7186
7187         * gst/volume/gstvolume.c: (gst_volume_class_init):
7188         Simple cleanup.
7189
7190 2006-03-08  Tim-Philipp Müller  <tim at centricular dot net>
7191
7192         * ext/pango/gsttextoverlay.c: (gst_text_overlay_class_init),
7193         (gst_text_overlay_init), (gst_text_overlay_set_property),
7194         (gst_text_overlay_get_property):
7195           Revert API/ABI break from March 1. Keep 'halign' and 'valign'
7196           as string type properties, but mark them deprecated. Add
7197           'halignment' and 'valignment' properties that use enums
7198           instead of strings.
7199
7200 2006-03-08  Tim-Philipp Müller  <tim at centricular dot net>
7201
7202         Patch by: Fabrizio Gennari
7203
7204         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
7205           Allow palettes with less than 256 colours in AVI files
7206           (#333488)
7207
7208 2006-03-07  Julien MOUTTE  <julien@moutte.net>
7209
7210         * ext/pango/gsttextoverlay.c: (gst_text_overlay_text_event),
7211         (gst_text_overlay_video_event): Fix wrong EOS handling on text
7212         pad. We were releasing the queued text buffer when we should keep
7213         it until video pad gets EOS or discard the text buffer because it's
7214         too old. That was eating the last subtitle buffer. Add some more
7215         debug.
7216
7217 2006-03-07  Tim-Philipp Müller  <tim at centricular dot net>
7218
7219         * ext/pango/gsttextoverlay.c: (gst_text_overlay_render_text),
7220         (gst_text_overlay_video_chain):
7221           Fix invalid memory access (we can't access a buffer after it's been
7222           pushed downstream without taking a reference); fix memory leak (if
7223           there's no text to render, bail out before allocating stuff).
7224
7225 2006-03-07  Tim-Philipp Müller  <tim at centricular dot net>
7226
7227         * ext/pango/gsttextoverlay.c: (gst_text_overlay_init),
7228         (gst_text_overlay_setcaps_txt), (gst_text_overlay_video_chain):
7229         * ext/pango/gsttextoverlay.h:
7230           If input is plain text, escape it before passing it to
7231           pango_layout_set_markup().
7232
7233 2006-03-07  Tim-Philipp Müller  <tim at centricular dot net>
7234
7235         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audio_filter_chain):
7236           Don't ignore flow return from gst_pad_push().
7237
7238 2006-03-07  Tim-Philipp Müller  <tim at centricular dot net>
7239
7240         Patch by: Fabrizio Gennari
7241
7242         * ext/libvisual/visual.c: (gst_visual_getcaps),
7243         (gst_visual_src_setcaps), (gst_visual_sink_setcaps):
7244         * ext/ogg/gstoggmux.c: (gst_ogg_mux_sinkconnect):
7245         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_convert_src),
7246         (gst_vorbisenc_convert_sink):
7247         * gst-libs/gst/audio/audio.c: (gst_audio_frame_byte_size),
7248         (gst_audio_duration_from_pad_buffer):
7249         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audio_filter_link),
7250         (gst_audio_filter_chain):
7251         * gst-libs/gst/rtp/gstbasertpdepayload.c:
7252         (gst_base_rtp_depayload_setcaps):
7253         * gst-libs/gst/video/video.c: (gst_video_frame_rate),
7254         (gst_video_get_size):
7255         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_setcaps):
7256           Don't leak references returned by gst_pad_get_parent()
7257           (#333663)
7258
7259 2006-03-06  Stefan Kost  <ensonic@users.sf.net>
7260
7261         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_class_init):
7262           change location param details
7263         * gst/volume/gstvolume.c: (plugin_init):
7264           correct plugin description
7265
7266 2006-03-06  Tim-Philipp Müller  <tim at centricular dot net>
7267
7268         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_class_init),
7269         (gst_gnome_vfs_src_check_get_range):
7270           Override GstBaseSrc::check_get_range() in order to avoid opening
7271           the resource just to check whether we can operate in pull-mode or
7272           not - we can predict that pretty well from the URI alone. Should
7273           fix problems with last.fm (#331690). (Requires latest core CVS).
7274
7275 2006-03-06  Wim Taymans  <wim@fluendo.com>
7276
7277         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init),
7278         (gst_video_sink_class_init):
7279         Throw away frames that are later than 20 ms.
7280
7281 2006-03-06  Tim-Philipp Müller  <tim at centricular dot net>
7282
7283         Patch by: Fabrizio Gennari
7284
7285         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
7286           Set depth on WMA caps (#333545)
7287
7288 2006-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
7289
7290         * ext/ogg/gstoggmux.c: (gst_ogg_mux_buffer_from_page),
7291         (gst_ogg_mux_send_headers), (gst_ogg_mux_collected):
7292           put Theora BOS pages before others.  This hardcodes
7293           the Ogg/Theora I profile, but hey.
7294
7295 2006-03-05  Thomas Vander Stichele  <thomas at apestaart dot org>
7296
7297         * ext/ogg/README:
7298           updated with some examples
7299         * ext/theora/theoraenc.c: (granulepos_to_timestamp),
7300         (granulepos_add), (theora_buffer_from_packet):
7301         * ext/vorbis/vorbisenc.c: (granulepos_to_timestamp_offset),
7302         (granulepos_to_timestamp), (gst_vorbisenc_buffer_from_packet),
7303         (gst_vorbisenc_chain):
7304           implement strategy from ext/ogg/README
7305         * ext/ogg/gstoggmux.c: (gst_ogg_mux_buffer_from_page),
7306         (gst_ogg_mux_push_buffer), (gst_ogg_mux_dequeue_page),
7307         (gst_ogg_mux_pad_queue_page), (gst_ogg_mux_compare_pads),
7308         (gst_ogg_mux_queue_pads), (gst_ogg_mux_collected):
7309           Fix muxer so that oggz-validate is happy with all streams;
7310           except for no eos mark, and the BOS page ordering
7311         * tests/check/pipelines/theoraenc.c: (check_buffer_is_header),
7312         (check_buffer_granulepos):
7313         * tests/check/pipelines/vorbisenc.c: (check_buffer_granulepos):
7314           update tests to check for OFFSET being set as requested
7315           fixed type of granulepos, it's not a ClockTime
7316
7317 2006-03-05  Julien MOUTTE  <julien@moutte.net>
7318
7319         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
7320         (gst_xvimagesink_show_frame), (gst_xvimagesink_buffer_alloc):
7321         Check that the xvimage we are creating has a correct size
7322         before returning it. (#314897)
7323
7324 2006-03-05  Tim-Philipp Müller  <tim at centricular dot net>
7325
7326         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
7327           Give id3 and ape tag typefinders a rank slightly higher
7328           than PRIMARY to ensure they're always run before any of
7329           the other typefinders (in particular wav and mp3) (#324186).
7330
7331 2006-03-05  Tim-Philipp Müller  <tim at centricular dot net>
7332
7333         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
7334           Add support for '3IVD' fourcc (#333403).
7335
7336 2006-03-04  Tim-Philipp Müller  <tim at centricular dot net>
7337
7338         * configure.ac:
7339           Bump requirements to GStreamer CVS for the new error enum.
7340
7341         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_render):
7342           Emit new GST_RESOURCE_ERROR_NO_SPACE_LEFT when there's no
7343           space left on the device (fixes #333352).
7344
7345 2006-03-04  Sebastien Moutte  <sebastien@moutte.net>
7346
7347         * win32/vs6:
7348           add a project file for libgstvolume
7349           update the workspace
7350
7351 2006-03-03  Thomas Vander Stichele  <thomas at apestaart dot org>
7352
7353         * ext/theora/theoraenc.c: (theora_set_header_on_caps):
7354         * tests/check/pipelines/theoraenc.c: (check_buffer_is_header),
7355         (GST_START_TEST):
7356           Fix for http://bugzilla.gnome.org/show_bug.cgi?id=333254
7357           Set IN_CAPS on header buffers
7358
7359 2006-03-02  Wim Taymans  <wim@fluendo.com>
7360
7361         * docs/plugins/Makefile.am:
7362         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
7363         * docs/plugins/gst-plugins-base-plugins-sections.txt:
7364         Add audioresample to docs.
7365
7366         * gst/audioconvert/gstaudioconvert.c:
7367         Add revision date.
7368
7369         * gst/audioresample/gstaudioresample.c:
7370         (gst_audioresample_base_init), (gst_audioresample_class_init),
7371         (gst_audioresample_init), (gst_audioresample_dispose),
7372         (audioresample_get_unit_size), (audioresample_transform_caps),
7373         (resample_set_state_from_caps), (audioresample_transform_size),
7374         (audioresample_set_caps), (audioresample_event),
7375         (audioresample_do_output), (audioresample_transform),
7376         (audioresample_pushthrough), (gst_audioresample_set_property),
7377         (gst_audioresample_get_property), (plugin_init):
7378         * gst/audioresample/gstaudioresample.h:
7379         Added docs.
7380         Small code cleanups.
7381
7382 2006-03-02  Wim Taymans  <wim@fluendo.com>
7383
7384         * docs/plugins/Makefile.am:
7385         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
7386         * docs/plugins/gst-plugins-base-plugins-sections.txt:
7387         Added videoscale to docs.
7388
7389         * gst/videorate/gstvideorate.c: (gst_video_rate_flush_prev),
7390         (gst_video_rate_swap_prev), (gst_video_rate_event),
7391         (gst_video_rate_chain):
7392         Fix typo in docs.
7393
7394         * gst/videoscale/gstvideoscale.c: (gst_video_scale_class_init),
7395         (gst_video_scale_init), (gst_video_scale_prepare_size),
7396         (gst_video_scale_set_caps), (gst_video_scale_get_unit_size),
7397         (gst_video_scale_fixate_caps), (gst_video_scale_transform):
7398         * gst/videoscale/gstvideoscale.h:
7399         Added docs, examples.
7400         Some code cleanups.
7401         Post errors instead of g_warning.
7402
7403 2006-03-02  Wim Taymans  <wim@fluendo.com>
7404
7405         * docs/libs/gst-plugins-base-libs-docs.sgml:
7406         * docs/libs/gst-plugins-base-libs-sections.txt:
7407         * docs/libs/gst-plugins-base-libs.types:
7408         * docs/plugins/Makefile.am:
7409         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
7410         * docs/plugins/gst-plugins-base-plugins-sections.txt:
7411         Added some more docs to libs and plugins.
7412
7413         * gst-libs/gst/audio/gstringbuffer.c:
7414         (gst_ring_buffer_prepare_read), (gst_ring_buffer_clear):
7415         * gst-libs/gst/audio/gstringbuffer.h:
7416         Document ringbuffer some more.
7417
7418         * gst/videorate/gstvideorate.c: (gst_video_rate_class_init),
7419         (gst_video_rate_setcaps), (gst_video_rate_reset),
7420         (gst_video_rate_init), (gst_video_rate_flush_prev),
7421         (gst_video_rate_swap_prev), (gst_video_rate_event),
7422         (gst_video_rate_chain), (gst_video_rate_change_state):
7423         * gst/videorate/gstvideorate.h:
7424         Fix videorate to use segments.
7425         Make it work with 0/1 framerates (closes #331903)
7426         Handle EOS correctly.
7427         Added docs.
7428
7429 2006-03-02  Tim-Philipp Müller  <tim at centricular dot net>
7430
7431         * ext/ogg/gstogmparse.c: (gst_ogm_parse_class_init),
7432         (gst_ogm_audio_parse_init), (gst_ogm_video_parse_init),
7433         (gst_ogm_text_parse_init), (gst_ogm_parse_change_state):
7434           In state change function, first chain up to parent class,
7435           then handle downwards state change stuff. Remove some
7436           commented out cruft from 0.8 code.
7437
7438 2006-03-02  Tim-Philipp Müller  <tim at centricular dot net>
7439
7440         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_init),
7441         (gst_ogm_video_parse_init), (gst_ogm_text_parse_init),
7442         (gst_ogm_parse_sink_convert), (gst_ogm_parse_sink_query),
7443         (gst_ogm_parse_chain):
7444           Don't remove/re-add source pad if the new caps are the same as
7445           the old caps anyway (#333042). When removing source pad, don't
7446           unref it afterwards - we didn't ref it when adding. Sprinkle some
7447           GST_DEBUG_FUNCPTR goodness here and there. Don't leak references
7448           after using gst_pad_get_parent(). Return downstream flow return
7449           value in chain function.
7450
7451 2006-03-02  Wim Taymans  <wim@fluendo.com>
7452
7453         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
7454         * docs/plugins/gst-plugins-base-plugins.args:
7455         * docs/plugins/gst-plugins-base-plugins.hierarchy:
7456         * docs/plugins/gst-plugins-base-plugins.interfaces:
7457         * docs/plugins/gst-plugins-base-plugins.signals:
7458         Fix hierarchy, added some more elements to the docs.
7459
7460         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
7461         (gst_ffmpegcsp_get_type):
7462         * gst/ffmpegcolorspace/gstffmpegcolorspace.h:
7463         Fix docs for ffmpegcolorspace.
7464
7465 2006-03-01  Tim-Philipp Müller  <tim at centricular dot net>
7466
7467         * gst/typefind/gsttypefindfunctions.c: (id3_type_find),
7468         (apetag_type_find), (ape_type_find), (plugin_init):
7469           Some typefinding fine-tuning:
7470           - rank ID3/APE tags in order of preference via probabilities, so that
7471             ID3v2 > APEv2 > APEv1 > ID3v1.
7472           - three or four bytes don't really justify MAXIMUM probability,
7473             change those to 'very likely' (musepack and monkeysaudio).
7474
7475 2006-03-01  Wim Taymans  <wim@fluendo.com>
7476
7477         * docs/plugins/Makefile.am:
7478         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
7479         * docs/plugins/gst-plugins-base-plugins-sections.txt:
7480         * ext/alsa/gstalsamixer.c:
7481         * ext/alsa/gstalsamixer.h:
7482         * ext/alsa/gstalsamixerelement.c:
7483         (gst_alsa_mixer_element_class_init), (gst_alsa_mixer_element_init):
7484         * ext/alsa/gstalsamixerelement.h:
7485         * ext/alsa/gstalsasink.c:
7486         * ext/alsa/gstalsasink.h:
7487         * ext/alsa/gstalsasrc.c: (gst_alsasrc_class_init),
7488         (gst_alsasrc_init):
7489         * ext/alsa/gstalsasrc.h:
7490         Added alsa docs.
7491         Small code cleanups.
7492
7493 2006-03-01  Wim Taymans  <wim@fluendo.com>
7494
7495         * ext/theora/Makefile.am:
7496         Dist new header too,
7497
7498 2006-03-01  Wim Taymans  <wim@fluendo.com>
7499
7500         * docs/plugins/Makefile.am:
7501         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
7502         * docs/plugins/gst-plugins-base-plugins-sections.txt:
7503         * ext/gnomevfs/gstgnomevfssink.h:
7504         * ext/gnomevfs/gstgnomevfssrc.h:
7505         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
7506         * ext/vorbis/vorbisdec.h:
7507         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_convert_sink):
7508         * ext/vorbis/vorbisenc.h:
7509         * ext/vorbis/vorbisparse.c: (vorbis_parse_set_header_on_caps),
7510         (vorbis_parse_chain), (vorbis_parse_change_state):
7511         * ext/vorbis/vorbisparse.h:
7512         * gst/audioconvert/gstaudioconvert.h:
7513         * gst/tcp/gsttcpserversink.h:
7514         * gst/videotestsrc/gstvideotestsrc.c:
7515         * gst/videotestsrc/gstvideotestsrc.h:
7516         * gst/volume/gstvolume.c:
7517         * gst/volume/gstvolume.h:
7518         Fix some more docs.
7519         Added docs for vorbisdec and vorbisparse.
7520         Fix vorbisparse.
7521
7522 2006-03-01  Wim Taymans  <wim@fluendo.com>
7523
7524         * docs/plugins/Makefile.am:
7525         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
7526         * docs/plugins/gst-plugins-base-plugins-sections.txt:
7527         * ext/pango/gstclockoverlay.h:
7528         * ext/pango/gsttextoverlay.h:
7529         * ext/pango/gsttextrender.h:
7530         * ext/pango/gsttimeoverlay.h:
7531         * ext/theora/gsttheoradec.h:
7532         * ext/theora/gsttheoraenc.h:
7533         * ext/theora/theoradec.c:
7534         * ext/theora/theoraenc.c:
7535         * gst/audioconvert/gstaudioconvert.h:
7536         * gst/audiotestsrc/gstaudiotestsrc.h:
7537         * gst/ffmpegcolorspace/gstffmpegcolorspace.h:
7538         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init):
7539         * gst/tcp/gstmultifdsink.h:
7540         Updated/added documentation.
7541
7542         * ext/pango/gsttextoverlay.c: (gst_text_overlay_valign_get_type),
7543         (gst_text_overlay_halign_get_type),
7544         (gst_text_overlay_wrap_mode_get_type),
7545         (gst_text_overlay_base_init), (gst_text_overlay_class_init),
7546         (gst_text_overlay_init), (gst_text_overlay_set_property),
7547         (gst_text_overlay_get_property):
7548         Fix up properties to be enums instead of string to make bindings,
7549         introspection and automatic GUI creation possible.
7550         Add getters for the properties.
7551
7552 2006-02-28  Sebastien Moutte  <sebastien@moutte.net>
7553
7554         * gst/audiotestsrc/gstaudiotestsrc.c:
7555           added defines of M_PI and M_PI_2
7556         * gst/ffmpegcolorspace/avcodec.h:
7557           removed #include "stdint.h" for win32 as _stdint.h is 
7558           autogenerated to win32/common
7559         * win32/common/libgstaudio.def:
7560         * win32/common/libgsttag.def:
7561           added some exports
7562         * win32/vs6:
7563           some project files bugs corrected
7564         * win32/vs7:
7565           project files are reset to the default vs7 configuration 
7566           (they link to msvcr71.dll using default optimizations)
7567           
7568 2006-02-28  Wim Taymans  <wim@fluendo.com>
7569
7570         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_class_init):
7571         Fix some docs.
7572
7573 2006-02-28  Edward Hervey  <edward@fluendo.com>
7574
7575         * ext/alsa/gstalsasrc.c:
7576         Set proper class on the ElementDetails:
7577         Source/Audio instead of Src/Audio/
7578
7579 2006-02-28  Edward Hervey  <edward@fluendo.com>
7580
7581         * gst/videoscale/vs_scanline.c:
7582         (vs_scanline_resample_nearest_RGBA):
7583         Revert optimization in videoscale. It should go in liboil and have
7584         an appropriate liboil function.
7585
7586 2006-02-28  Wim Taymans  <wim@fluendo.com>
7587
7588         * gst-libs/gst/audio/gstbaseaudiosink.c:
7589         (gst_base_audio_sink_provide_clock):
7590         Don't try to provide a clock in the NULL state.
7591
7592 2006-02-28  Wim Taymans  <wim@fluendo.com>
7593
7594         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_receive_event),
7595         (gst_ogg_pad_event), (gst_ogg_pad_internal_chain),
7596         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
7597         (gst_ogg_demux_deactivate_current_chain),
7598         (gst_ogg_demux_activate_chain), (gst_ogg_demux_do_seek),
7599         (gst_ogg_demux_perform_seek), (gst_ogg_demux_collect_info),
7600         (gst_ogg_demux_find_chains), (gst_ogg_demux_chain),
7601         (gst_ogg_demux_loop), (gst_ogg_demux_change_state):
7602         Use GstSegment infrastructure to remove duplicated code
7603         and handle more seek cases correctly.
7604
7605 2006-02-28  Wim Taymans  <wim@fluendo.com>
7606
7607         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
7608         (gst_ffmpegcsp_transform):
7609         Don't ignore return code from ffmpeg convert function.
7610
7611         * gst/ffmpegcolorspace/imgconvert.c: (img_convert):
7612         Split out some long statements to ease debugging.
7613
7614 2006-02-27  Jan Schmidt  <thaytan@mad.scientist.com>
7615
7616         * ext/libvisual/visual.c: (gst_visual_init),
7617         (gst_vis_src_negotiate), (get_buffer), (plugin_init):
7618         Don't use gst_pad_use_fixed_caps, because it prevents downstream from
7619         being able to renegotiate the size. Instead, use the negotiation
7620         algorithm from the goom plugin to pick an initial output caps. 
7621
7622         Also, allow theoretical libvisual plugins that might support non-GL 
7623         output even if they also do GL.
7624
7625 2006-02-26  Julien MOUTTE  <julien@moutte.net>
7626
7627         * ext/libvisual/visual.c: (gst_visual_init),
7628         (gst_visual_src_setcaps), (get_buffer), (gst_visual_chain),
7629         (plugin_init): Load only non GL plugins. Fix some memleaks and 
7630         possible negotiation issues.
7631
7632 2006-02-25  Julien MOUTTE  <julien@moutte.net>
7633
7634         * gst-libs/gst/tag/tag.h: Adding Annodex tags here.
7635
7636 2006-02-24  Michael Smith  <msmith@fluendo.com>
7637
7638         * gst/typefind/gsttypefindfunctions.c: (mpeg4_video_type_find),
7639         (cmml_type_find), (plugin_init):
7640           Fix CMML type find function to not require a specific minor version
7641           of the CMML header.
7642
7643           Add an MPEG4 video elementary stream typefind function.
7644
7645 2006-02-04  Michael Smith  <msmith@fluendo.com>
7646
7647         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_parse_skeleton_fishead),
7648         (gst_ogg_pad_parse_skeleton_fisbone), (gst_ogg_pad_query_convert),
7649         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
7650         (gst_ogg_demux_perform_seek), (gst_ogg_demux_read_chain),
7651         (gst_ogg_demux_read_end_chain), (gst_ogg_demux_collect_chain_info),
7652         (gst_ogg_demux_change_state), (gst_annodex_granule_to_time):
7653           Annodex support in ogg demuxer. Doesn't do very much without the
7654           other annodex patches (to come).
7655
7656 2006-02-24  Tim-Philipp Müller  <tim at centricular dot net>
7657
7658         Patch by: Fabrizio Gennari <fabrizio dot get at tiscali dot it>
7659
7660         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
7661           Pick up palette for MS video v1 (#327028)
7662
7663 2006-02-24  Tim-Philipp Müller  <tim at centricular dot net>
7664
7665         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
7666         (gst_ffmpegcsp_caps_remove_format_info),
7667         (gst_ffmpegcsp_get_unit_size):
7668           The 'palette_data' field from incoming RGB caps shouldn't be
7669           proxied on outgoing YUV caps; also, restrict unit size
7670           adjustment in case of paletted data only to the unit that
7671           actually has a palette. Fixes #330711.
7672
7673 2006-02-24  Tim-Philipp Müller  <tim at centricular dot net>
7674
7675         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
7676         (gst_ffmpegcsp_transform_caps), (gst_ffmpegcsp_set_caps),
7677         (gst_ffmpegcsp_finalize), (gst_ffmpegcsp_class_init),
7678         (gst_ffmpegcsp_get_unit_size):
7679           Plug some memory leaks.
7680
7681 2006-02-24  Tim-Philipp Müller  <tim at centricular dot net>
7682
7683         * sys/ximage/Makefile.am:
7684         * sys/xvimage/Makefile.am:
7685           Add some _CFLAGS and _LIBS that seem to be missing
7686           and/or required for Cygwin (see #317048).
7687
7688 2006-02-22  Wim Taymans  <wim@fluendo.com>
7689
7690         * ext/alsa/gstalsasrc.c:
7691         Fix description as pointed out by caugier.
7692
7693 2006-02-22  Tommi Myöhänen  <ext-tommi do myohanen at nokia dot com>
7694
7695         Reviewed by : Edward Hervey  <edward@fluendo.com>
7696
7697         * gst/typefind/gsttypefindfunctions.c: (q3gp_type_find),
7698         (qt_type_find):
7699         Better 3gp typefinding (#331526).
7700
7701 2006-02-21  Tim-Philipp Müller  <tim at centricular dot net>
7702
7703         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_create):
7704           Don't send EOS event here, the base class will send one for us.
7705
7706         * gst/playback/gstplaybasebin.c: (prepare_output):
7707           Subpictures without video stream aren't allowed either.
7708         
7709         * gst/subparse/gstsubparse.c: (gst_subparse_type_find):
7710           Fix debug statement copy'n'paste-o.
7711
7712 2006-02-21  Tim-Philipp Müller  <tim at centricular dot net>
7713
7714         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_get_volume):
7715           Fix issues with mixer keeping state when muting/unmuting
7716           and when changing the volume whilst muted (see #331763
7717           and #331765).
7718
7719 2006-02-20  Tim-Philipp Müller  <tim at centricular dot net>
7720
7721         * gst/subparse/gstsubparse.c: (subrip_unescape_formatting),
7722         (parse_subrip), (gst_sub_parse_format_autodetect):
7723           Set right caps given that we send escaped text. Also,
7724           honour <i></i>, <b></b> and <u></u> markers that can be found
7725           in .srt files (fixes #310202).
7726
7727 2006-02-20  Tim-Philipp Müller  <tim at centricular dot net>
7728
7729         * gst-libs/gst/audio/mixerutils.c:
7730         (element_factory_rank_compare_func):
7731           Make order in which elements are tried more determinable.
7732
7733 2006-02-20  Julien MOUTTE  <julien@moutte.net>
7734
7735         * gst/playback/gstdecodebin.c: (get_our_ghost_pad),
7736         (remove_element_chain), (cleanup_decodebin),
7737         (gst_decode_bin_change_state): Make decodebin reusable by
7738         fixing remove_element_chain first and then introduce a
7739         cleaner in state change to ->NULL. (Closes #331678)
7740
7741 2006-02-19  Wim Taymans  <wim@fluendo.com>
7742
7743         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_open_file):
7744         use 0666 mask when creating files so umask gets applied
7745         correctly. Fixes #331295.
7746
7747 2006-02-19  Tim-Philipp Müller  <tim at centricular dot net>
7748
7749         * gst/subparse/Makefile.am:
7750         * gst/subparse/gstssaparse.c: (gst_ssa_parse_base_init),
7751         (gst_ssa_parse_dispose), (gst_ssa_parse_init),
7752         (gst_ssa_parse_class_init), (gst_ssa_parse_src_event),
7753         (gst_ssa_parse_sink_event), (gst_ssa_parse_setcaps),
7754         (gst_ssa_parse_remove_override_codes), (gst_ssa_parse_parse_line),
7755         (gst_ssa_parse_chain), (gst_ssa_parse_change_state):
7756         * gst/subparse/gstssaparse.h:
7757         * gst/subparse/gstsubparse.c: (plugin_init):
7758           Add very basic parser for SSA subtitle streams (as often
7759           found in matroska files).
7760
7761 2006-02-19  Tim-Philipp Müller  <tim at centricular dot net>
7762
7763         * gst/playback/gstdecodebin.c: (mimetype_is_raw):
7764           That should be text/x-pango-markup, not text/x-pango-layout.
7765
7766 2006-02-19  Julien MOUTTE  <julien@moutte.net>
7767
7768         * ext/pango/gsttextoverlay.c: (gst_text_overlay_finalize):
7769         Polishing.
7770
7771 2006-02-19  Julien MOUTTE  <julien@moutte.net>
7772
7773         * ext/pango/gsttextoverlay.c: (gst_text_overlay_base_init),
7774         (gst_text_overlay_finalize), (gst_text_overlay_init),
7775         (gst_text_overlay_setcaps), (gst_text_overlay_src_event),
7776         (gst_text_overlay_render_text), (gst_text_overlay_text_pad_link),
7777         (gst_text_overlay_text_event), (gst_text_overlay_video_event),
7778         (gst_text_overlay_pop_text), (gst_text_overlay_text_chain),
7779         (gst_text_overlay_video_chain), (gst_text_overlay_change_state):
7780         Fix state change deadlock.
7781
7782 2006-02-19  Julien MOUTTE  <julien@moutte.net>
7783
7784         * ext/pango/gsttextoverlay.c: (gst_text_overlay_base_init),
7785         (gst_text_overlay_finalize), (gst_text_overlay_init),
7786         (gst_text_overlay_setcaps), (gst_text_overlay_src_event),
7787         (gst_text_overlay_render_text), (gst_text_overlay_text_pad_link),
7788         (gst_text_overlay_text_event), (gst_text_overlay_video_event),
7789         (gst_text_overlay_pop_text), (gst_text_overlay_text_chain),
7790         (gst_text_overlay_video_chain), (gst_text_overlay_change_state):
7791         * ext/pango/gsttextoverlay.h: Fix seeking both for muxed formats
7792         and subtitles files.
7793
7794 2006-02-19  Julien MOUTTE  <julien@moutte.net>
7795
7796         * gst/playback/gstdecodebin.c: (mimetype_is_raw): pango layout
7797         should be considered as raw.
7798
7799 2006-02-19  Julien MOUTTE  <julien@moutte.net>
7800
7801         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type),
7802         (cb_probe):
7803         * gst/playback/gststreaminfo.h: Introduce language informations.
7804
7805 2006-02-18  Jan Schmidt  <thaytan@mad.scientist.com>
7806
7807         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
7808         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy):
7809         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
7810         (gst_xvimagesink_check_xshm_calls), (gst_xvimagesink_xvimage_new):
7811         Set shared memory segments to be deleted as soon as we have attached,
7812         that way they get cleaned up automatically if we crash.
7813
7814 2006-02-18  Julien MOUTTE  <julien@moutte.net>
7815
7816         * ext/pango/gstclockoverlay.c: (gst_clock_overlay_get_text): 
7817         * ext/pango/gsttimeoverlay.c: (gst_time_overlay_get_text): Those
7818         functions are called with lock held.
7819
7820 2006-02-18  Julien MOUTTE  <julien@moutte.net>
7821
7822         * ext/pango/gsttextoverlay.c: (gst_text_overlay_base_init),
7823         (gst_text_overlay_finalize), (gst_text_overlay_init),
7824         (gst_text_overlay_setcaps), (gst_text_overlay_src_event),
7825         (gst_text_overlay_render_text), (gst_text_overlay_text_pad_link),
7826         (gst_text_overlay_text_pad_unlink), (gst_text_overlay_text_event),
7827         (gst_text_overlay_video_event), (gst_text_overlay_pop_text),
7828         (gst_text_overlay_text_chain), (gst_text_overlay_video_chain),
7829         (gst_text_overlay_change_state): Refactoring of textoverlay
7830         without collectpads. This now supports sparse subtitles coming
7831         from a demuxer instead of a sub file. Seeking is still broken 
7832         though. Need to discuss with wtay some more on how to handle
7833         seeking correctly.
7834         * ext/pango/gsttextoverlay.h:
7835         * gst/playback/gstplaybin.c: (setup_sinks): Support linking with
7836         subtitles coming from the demuxer.
7837
7838 2006-02-17  Wim Taymans  <wim@fluendo.com>
7839
7840         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_convert_src),
7841         (gst_vorbisenc_convert_sink):
7842         Use some more scaling functions.
7843
7844 2006-02-17  Tim-Philipp Müller  <tim at centricular dot net>
7845
7846         * ext/cdparanoia/gstcdparanoiasrc.c:
7847         (gst_cd_paranoia_src_class_init), (gst_cd_paranoia_dummy_callback),
7848         (gst_cd_paranoia_paranoia_callback),
7849         (gst_cd_paranoia_src_signal_is_being_watched),
7850         (gst_cd_paranoia_src_read_sector):
7851         * ext/cdparanoia/gstcdparanoiasrc.h:
7852           Add back 'transport-error' and 'uncorrected-error' signals and
7853           make them actually be fired when bad stuff happens (#319340).
7854
7855 2006-02-17  Wim Taymans  <wim@fluendo.com>
7856
7857         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_get_type),
7858         (gst_ring_buffer_open_device), (gst_ring_buffer_close_device),
7859         (gst_ring_buffer_device_is_open), (gst_ring_buffer_acquire),
7860         (gst_ring_buffer_release), (gst_ring_buffer_set_flushing),
7861         (gst_ring_buffer_start), (gst_ring_buffer_pause_unlocked),
7862         (gst_ring_buffer_pause), (gst_ring_buffer_stop),
7863         (gst_ring_buffer_delay), (gst_ring_buffer_samples_done),
7864         (gst_ring_buffer_set_sample), (gst_ring_buffer_clear_all),
7865         (gst_ring_buffer_commit), (gst_ring_buffer_prepare_read),
7866         (gst_ring_buffer_clear):
7867         Small cleanups.
7868         Added some G_LIKELY.
7869
7870 2006-02-17  Wim Taymans  <wim@fluendo.com>
7871
7872         * gst-libs/gst/audio/TODO:
7873         Update TODO
7874
7875         * gst-libs/gst/audio/gstbaseaudiosink.c:
7876         (gst_base_audio_sink_get_offset):
7877         When trying to play samples ASAP and we don't have a
7878         previous sample, try to play at position 0 instead of
7879         an invalid position.
7880
7881 2006-02-17  Wim Taymans  <wim@fluendo.com>
7882
7883         * ext/alsa/gstalsasink.c: (gst_alsasink_open),
7884         (gst_alsasink_reset):
7885         Also release lock when we get an error in _reset();
7886         fix an error message.
7887
7888 2006-02-16  Tim-Philipp Müller  <tim at centricular dot net>
7889
7890         * ext/alsa/gstalsasink.c: (gst_alsasink_class_init),
7891         (gst_alsasink_init), (get_channel_free_structure),
7892         (caps_add_channel_configuration), (gst_alsasink_getcaps),
7893         (gst_alsasink_close):
7894         * ext/alsa/gstalsasink.h:
7895           Add support for more than 2 channels (#326720).
7896
7897 2006-02-16  Tim-Philipp Müller  <tim at centricular dot net>
7898
7899         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
7900           Set codec_name for WAVEFORMATEX as well. When we have 'normal PCM'
7901           with 4 or 6 channels, assume a default channel layout to make things
7902           work (not sure there's anything else we can do in those cases).
7903
7904 2006-02-16  Tim-Philipp Müller  <tim at centricular dot net>
7905
7906         * gst-libs/gst/audio/multichannel.c:
7907           Minor docs fix.
7908
7909         * gst-libs/gst/riff/Makefile.am:
7910         * gst-libs/gst/riff/riff-ids.h:
7911         * gst-libs/gst/riff/riff-media.c:
7912         (gst_riff_wavext_add_channel_layout), (gst_riff_create_audio_caps):
7913           Add support for WAVEFORMATEX, eg. PCM audio with more than two
7914           channels and a channel layout map.
7915           
7916 2006-02-16  Mathieu Garcia <b0nk at free dot fr>
7917
7918         Reviewed by Edward Hervey  <edward@fluendo.com>
7919
7920         * gst/videoscale/vs_scanline.c: (vs_scanline_resample_nearest_RGBA): 
7921         C-level optimization of the RGBA nearest neighbour function.
7922         Eventually this might end up in liboil with vectorized versions.
7923
7924 2006-02-16  Tim-Philipp Müller  <tim at centricular dot net>
7925
7926         * gst-libs/gst/audio/multichannel.c:
7927         (gst_audio_get_channel_positions):
7928           When we have more than 2 channels, but no channel layout is
7929           specified in the caps, return some default channel layout
7930           to the caller and warn about about a possibly buggy element
7931           (could be buggy filtercaps as well of course) (#317038).
7932
7933 2006-02-16  Tim-Philipp Müller  <tim at centricular dot net>
7934
7935         * pkgconfig/gstreamer-plugins-base-uninstalled.pc.in:
7936           Add gst-libs/gst/cdda to list of lib search paths.
7937
7938 2006-02-15  Andy Wingo  <wingo@pobox.com>
7939
7940         * ext/ogg/gstoggmux.c (gst_ogg_mux_collected): When updating
7941         timestamp, update timestamp_end as well. Fixes a bugaboo. I hope
7942         to the Lord Jesus that I do not have to touch the ogg muxer ever
7943         again.
7944
7945 2006-02-15  Edward Hervey  <edward@fluendo.com>
7946
7947         * gst/typefind/gsttypefindfunctions.c: (qt_type_find):
7948         quicktime movie files can also contain 'uuid' atoms.
7949
7950 2006-02-14  Tim-Philipp Müller  <tim at centricular dot net>
7951
7952         * gst/audioconvert/plugin.c: (plugin_init):
7953           Register the GstAudioChannelPosition enum type with the type
7954           system in the plugin_init function, so that it is known before
7955           any element actually makes use of multi-channel stuff. This is
7956           required for example if one wants to be able to deserialise/use
7957           a caps string with channel positions before any pipeline has
7958           been setup and started, like with gst-launch.
7959
7960 2006-02-14  Wim Taymans  <wim@fluendo.com>
7961
7962         * gst-libs/gst/audio/gstringbuffer.c:
7963         (gst_ring_buffer_pause_unlocked), (gst_ring_buffer_delay),
7964         (gst_ring_buffer_samples_done), (wait_segment),
7965         (gst_ring_buffer_commit), (gst_ring_buffer_clear):
7966         Add some compiler G_(UN_)LIKELY help.
7967         SIGNAL the ringbuffer waiters when going to PAUSED as well to
7968         make sure they can exit their functions. Should fix #330748
7969
7970 2006-02-13  Thomas Vander Stichele  <thomas at apestaart dot org>
7971
7972         * Makefile.am:
7973         * configure.ac:
7974         * win32/MANIFEST:
7975         * win32/common/_stdint.h:
7976           Windows does not have long long; copy the generated _stdint.h
7977         * win32/common/interfaces-enumtypes.c:
7978         (gst_color_balance_type_get_type), (gst_mixer_type_get_type),
7979         (gst_mixer_track_flags_get_type),
7980         (gst_tuner_channel_flags_get_type):
7981         * win32/common/multichannel-enumtypes.c:
7982         (gst_audio_channel_position_get_type):
7983           update
7984
7985 2006-02-13  Wim Taymans  <wim@fluendo.com>
7986
7987         * gst-libs/gst/audio/gstbaseaudiosink.c:
7988         (gst_base_audio_sink_get_time), (gst_base_audio_sink_preroll),
7989         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
7990         Always sync on first sample we receive when starting.
7991
7992 2006-02-13  Wim Taymans  <wim@fluendo.com>
7993
7994         * gst/playback/gstplaybin.c: (gen_vis_element):
7995         Update vis bin docs.
7996         Move queue after tee so we don't queue video buffers but
7997         audio samples instead. Fixes problems where the video queue
7998         is filled and the audio queue empty.
7999
8000 2006-02-13  Tim-Philipp Müller  <tim at centricular dot net>
8001
8002         * gst-libs/gst/cdda/gstcddabasesrc.c: (gst_cdda_base_src_create):
8003           No need to push an EOS event here, GstBaseSrc will do that for us
8004           when we return FLOW_UNEXPECTED.
8005           
8006 2006-02-12  Wim Taymans  <wim@fluendo.com>
8007
8008         * gst-libs/gst/audio/gstbaseaudiosink.c:
8009         (gst_base_audio_sink_get_time), (gst_base_audio_sink_setcaps),
8010         (gst_base_audio_sink_drain), (gst_base_audio_sink_preroll),
8011         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
8012         Use scale functions when possible.
8013         Fix error messages.
8014         Free clockid when after waiting for EOS.
8015         Use G_(UN_)LIKLY when it makes sense.
8016         Fix sample clipping bug found by Arwed v. Merkatz fixes #330789.
8017
8018 2006-02-12  Edward Hervey  <edward@fluendo.com>
8019
8020         * gst/playback/gstplaybasebin.c: (prepare_output): 
8021         Remove stray semi-colon (fixes #330888).
8022
8023 2006-02-12  Jan Schmidt  <thaytan@mad.scientist.com>
8024
8025         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls):
8026         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls):
8027         Fix up the XShm call testing so that we catch errors, and don't
8028         cause new ones by attempting to detach from a segment we failed
8029         to attach to. Fixes #312439.
8030
8031 2006-02-10  Edward Hervey  <edward@fluendo.com>
8032
8033         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
8034         Added flv file typefind (video/x-flv).
8035
8036 2006-02-10  Edward Hervey  <edward@fluendo.com>
8037
8038         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
8039         (gst_riff_create_video_template_caps):
8040         Added FLV1 <==> 'video/x-flash-video,flvversion=1' conversion.
8041         Also added the caps to the default set of riff video caps.
8042
8043 2006-02-09  Andy Wingo  <wingo@pobox.com>
8044
8045         * ext/ogg/gstoggmux.c (GstOggPad): Keep track of both the start
8046         time and the end time of the last packet in the page.
8047         (gst_ogg_mux_pad_queue_page): In addition to setting the timestamp
8048         on the pages in our queue, set the duration as well. Reflow a
8049         debug statement.
8050         (gst_ogg_mux_collected): Keep track of GstOggPad->timestamp_end.
8051         Fixes bad muxing order.
8052
8053 2006-02-09  Thomas Vander Stichele  <thomas at apestaart dot org>
8054
8055         * gst-libs/gst/rtp/gstbasertppayload.c:
8056         (gst_basertppayload_setcaps), (gst_basertppayload_push):
8057           update seqnum before setting it on the packet; this makes sure
8058           that the timestamp and seqnum properties match after pushing
8059           a buffer
8060
8061 2006-02-09  Andy Wingo  <wingo@pobox.com>
8062
8063         * gst-libs/gst/audio/gstringbuffer.c
8064         (gst_ring_buffer_samples_done): Cast to guint64, fixes an integer
8065         overflow after 13.5 hours of recording. Kapow!
8066
8067         * ext/alsa/gstalsasrc.c (gst_alsasrc_delay): Clamp the delay to
8068         the buffer size -- we don't care about underrun/overrun reporting
8069         right now, just need to return a useful value.
8070
8071 2006-02-09  Jan Schmidt  <thaytan@mad.scientist.com>
8072
8073         * configure.ac:
8074           Back to CVS
8075
8076 === release 0.10.3 ===
8077
8078 2006-02-09  Jan Schmidt <thaytan@mad.scientist.com>
8079
8080         * configure.ac:
8081           releasing 0.10.3, "Under Pressure"
8082
8083 2006-02-08  Jan Schmidt  <thaytan@mad.scientist.com>
8084
8085         * configure.ac:
8086         Drat. Bump libtool version number for new API.
8087         Prelease 0.10.2.3 (of 0.10.3)
8088
8089 2006-02-08  Jan Schmidt  <thaytan@mad.scientist.com>
8090
8091         * configure.ac:
8092         * win32/common/config.h:
8093         0.10.2.2 prerelease (of 0.10.3).
8094
8095 2006-02-08  Jan Schmidt  <thaytan@mad.scientist.com>
8096
8097         * gst/tcp/gsttcpclientsrc.c: (gst_tcp_client_src_create):
8098           Revert Andy's newsegment change pending a more correct
8099           fix.
8100
8101 2006-02-08  Thomas Vander Stichele  <thomas at apestaart dot org>
8102
8103         * gst/typefind/gsttypefindfunctions.c: (q3gp_type_find),
8104         (qt_type_find), (plugin_init):
8105           detect more files as 3gp
8106           group and reorder the iso file formats
8107
8108 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
8109
8110         * ext/vorbis/vorbis.c: (plugin_init):
8111           Register musicbrainz tags, so apps don't have to.
8112
8113 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
8114
8115         * gst-libs/gst/tag/gstvorbistag.c: (gst_tag_from_vorbis_tag),
8116         (gst_tag_to_vorbis_tag):
8117           Make sure we called gst_tag_register_musicbrainz_tags()
8118           before possibly mapping a vorbiscomment string from/to a
8119           musicbrainz tag.
8120
8121 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
8122
8123         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find):
8124           In case we can't find the required number of consecutive
8125           mpeg audio frames to positively identify an MPEG audio
8126           stream, check if there's at least a valid mpeg audio
8127           frame right at offset 0 and if so suggest mpeg/audio
8128           caps with a very low probability (#153004).
8129
8130 2006-02-07  Andy Wingo  <wingo@pobox.com>
8131
8132         * gst/tcp/gsttcpclientsrc.c (gst_tcp_client_src_create): Switch to
8133         a TIME segment if we get timestamped buffers. Requires recent
8134         fixes in core to work properly.
8135
8136 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
8137
8138         * gst/playback/gstplaybasebin.c: (prepare_output):
8139           Don't print the URI as part of the error message, it
8140           makes error dialogs look rather ugly, especially if
8141           the URI is very long or has characters in it that
8142           need escaping.
8143
8144 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
8145
8146         * gst/playback/gstplaybasebin.c: (prepare_output):
8147           Error out if we have only text or subtitles, but nothing
8148           else. Also error out if we have subtitles but no video
8149           stream.
8150
8151 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
8152
8153         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_create):
8154           Treat GNOME_VFS_RESULT_EOF as EOS, not as error (#329194).
8155           Post an error message on the bus when we encounter an
8156           error, which will hopefully be more meaningful than the
8157           'Internal Flow Error' message users get to see if we
8158           just return GST_FLOW_ERROR.
8159
8160 2006-02-07  Andy Wingo  <wingo@pobox.com>
8161
8162         * configure.ac (GST_MAJORMINOR): Update core version req to
8163         0.10.2.2, for the collectpads API addition (#330244).
8164
8165 2006-02-06  Tim-Philipp Müller  <tim at centricular dot net>
8166
8167         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
8168           Return FALSE from plugin_init() when GnomeVFS can't
8169           be initialised for some reason (#328423).
8170
8171 2006-02-06  Julien MOUTTE  <julien@moutte.net>
8172
8173         * ext/pango/gsttextoverlay.c: (gst_text_overlay_src_event): 
8174         Stick to seeking theory until i find the bug.
8175         * gst/subparse/gstsubparse.c: (parse_subrip): Fix debug.
8176
8177 2006-02-06  Jan Schmidt  <thaytan@mad.scientist.com>
8178
8179         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
8180         (theora_enc_finalize), (theora_enc_sink_setcaps),
8181         (theora_set_header_on_caps), (theora_enc_chain),
8182         (theora_enc_change_state):
8183         * tests/check/pipelines/theoraenc.c: (GST_START_TEST):
8184           Make theoraenc and the tests leak free. Like, really.
8185
8186 2006-02-06  Jan Schmidt  <thaytan@mad.scientist.com>
8187
8188         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
8189         (theora_enc_finalize), (theora_enc_sink_setcaps):
8190           Add a finalize method to ensure we clean up state even if
8191           someone omitted the state change back to NULL.
8192
8193         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_metadata_set1),
8194         (gst_vorbisenc_chain):
8195           Free some more leaked bits.
8196
8197         * tests/check/pipelines/theoraenc.c: (start_pipeline),
8198         (stop_pipeline):
8199           Wait for state changes to happen if they're ASYNC.
8200
8201           This ought to teach those fancy pants buildbots a lesson.
8202
8203 2006-02-05  Jan Schmidt  <thaytan@mad.scientist.com>
8204
8205         * gst-libs/gst/tag/gstid3tag.c:
8206           Add mapping for ID3 International Standard Recording Code
8207           tag "TSRC"
8208
8209 2006-02-05  Jan Schmidt  <thaytan@mad.scientist.com>
8210
8211         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_metadata_set1):
8212           Don't leak tag names.
8213
8214 2006-02-05  Tim-Philipp Müller  <tim at centricular dot net>
8215
8216         * docs/libs/gst-plugins-base-libs-docs.sgml:
8217         * docs/libs/gst-plugins-base-libs-sections.txt:
8218         * gst-libs/gst/tag/gstid3tag.c:
8219         * gst-libs/gst/tag/gstvorbistag.c:
8220         * gst-libs/gst/tag/tags.c:
8221           Split libgsttag docs into multiple sections.
8222
8223 2006-02-05  Tim-Philipp Müller  <tim at centricular dot net>
8224
8225         * docs/libs/Makefile.am:
8226         * docs/libs/gst-plugins-base-libs-docs.sgml:
8227         * docs/libs/gst-plugins-base-libs-sections.txt:
8228         * gst-libs/gst/tag/gstid3tag.c: (gst_tag_from_id3_tag):
8229         * gst-libs/gst/tag/gstvorbistag.c:
8230         * gst-libs/gst/tag/tag.h:
8231         * gst-libs/gst/tag/tags.c:
8232           Add libgsttag to the docs.
8233
8234 2006-02-05  Julien MOUTTE  <julien@moutte.net>
8235
8236         * ext/pango/gsttextoverlay.c: (gst_text_overlay_finalize),
8237         (gst_text_overlay_init), (gst_text_overlay_src_event),
8238         (gst_text_overlay_collected): Fix clockoverlay.
8239
8240 2006-02-05  Tim-Philipp Müller  <tim at centricular dot net>
8241
8242         * docs/libs/compiling.sgml:
8243           Fix typo: it's pkg-config, not pkg-gconfig
8244
8245         * docs/libs/gst-plugins-base-libs-docs.sgml:
8246         * docs/libs/gst-plugins-base-libs-sections.txt:
8247         * docs/libs/tmpl/gstgconf.sgml:
8248           There is no libgstgconf in 0.10, remove it
8249           from the docs.
8250
8251 2006-02-05  Julien MOUTTE  <julien@moutte.net>
8252
8253         * docs/libs/tmpl/gstcolorbalance.sgml: Updated.
8254         * ext/pango/gsttextoverlay.c: (gst_text_overlay_init),
8255         (gst_text_overlay_src_event), (gst_text_overlay_collected):
8256         * gst/subparse/gstsubparse.c: (gst_sub_parse_dispose),
8257         (gst_sub_parse_class_init), (gst_sub_parse_init),
8258         (gst_sub_parse_src_event), (parse_mdvdsub), (parse_subrip),
8259         (parse_mpsub), (parser_state_init), (handle_buffer),
8260         (gst_sub_parse_chain), (gst_sub_parse_sink_event), (plugin_init):
8261         * gst/subparse/gstsubparse.h: Introduce seeking code.
8262
8263 2006-02-05  Tim-Philipp Müller  <tim at centricular dot net>
8264
8265         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add):
8266           Add comment about LANGUAGE tag inconsistency (we want
8267           ISO-639-1, but extract three-letter identifiers?)
8268
8269         * po/POTFILES.in:
8270           Add two translatable files.
8271
8272 2006-02-05  Tim-Philipp Müller  <tim at centricular dot net>
8273
8274         * gst-libs/gst/tag/Makefile.am:
8275         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add):
8276         * gst-libs/gst/tag/tag.h:
8277         * gst-libs/gst/tag/tags.c:
8278         (gst_tag_register_musicbrainz_tags_internal),
8279         (gst_tag_register_musicbrainz_tags):
8280           Forward-port some tags stuff from the 0.8 branch. This is
8281           mostly the addition of musicbrainz tags and their mapping
8282           to vorbistags, and a vorbistag mapping of the language tag.
8283
8284 2006-02-05  Julien MOUTTE  <julien@moutte.net>
8285
8286         * gst/playback/gstplaybin.c: (gen_text_element): Fix broken code
8287         refactoring.
8288
8289 2006-02-04  David Schleef  <ds@schleef.org>
8290
8291         * ext/ogg/gstoggmux.c:
8292         * gst/typefind/gsttypefindfunctions.c:
8293           Add Dirac typefinding and add dirac format to oggmux.
8294
8295 2006-02-03  Tim-Philipp Müller  <tim at centricular dot net>
8296
8297         * gst/playback/gstdecodebin.c: (try_to_link_1):
8298           Don't put essential function call into
8299           g_return_*() macro, otherwise it'll all be
8300           replaced by NOOPs when compiling with
8301           G_DISABLE_CHECKS defined.
8302
8303 2006-02-03  Edgard Lima <edgard.lima@indt.org.br>
8304
8305         * ext/ogg/gstoggdemux.c:
8306         * ext/ogg/gstoggparse.c:
8307         * gst/tcp/gsttcpserversink.c:
8308         * sys/v4l/v4lsrc_calls.c:
8309         * sys/v4l/v4lsrc_calls.h:
8310         Just make it compile with --disable-gst-debug.
8311
8312 2006-02-03  Wim Taymans  <wim@fluendo.com>
8313
8314         * ext/alsa/gstalsasink.c: (gst_alsasink_finalise),
8315         (gst_alsasink_class_init), (gst_alsasink_init),
8316         (gst_alsasink_write), (gst_alsasink_reset):
8317         * ext/alsa/gstalsasink.h:
8318         Add lock to protect alsa calls.
8319         Implement reset to flush samples ASAP, does not work
8320         with dmix though.
8321
8322 2006-02-02  Wim Taymans  <wim@fluendo.com>
8323
8324         * gst-libs/gst/audio/gstbaseaudiosink.c:
8325         (gst_base_audio_sink_provide_clock):
8326         Ugh.. getting late I guess...
8327
8328 2006-02-02  Wim Taymans  <wim@fluendo.com>
8329
8330         * gst-libs/gst/audio/gstbaseaudiosink.c:
8331         (gst_base_audio_sink_provide_clock),
8332         (gst_base_audio_sink_set_property),
8333         (gst_base_audio_sink_get_property), (gst_base_audio_sink_render):
8334         Don't try to provide a clock when we are not negotiated since
8335         we might not be able to make it run.
8336
8337 2006-02-02  Tim-Philipp Müller  <tim at centricular dot net>
8338
8339         * gst/playback/gstdecodebin.c: (try_to_link_1):
8340           Unlinking two source pads is ... hard.
8341
8342 2006-02-02  Wim Taymans  <wim@fluendo.com>
8343
8344         * gst-libs/gst/audio/TODO:
8345         Updated.
8346
8347         * gst-libs/gst/audio/gstbaseaudiosink.c:
8348         (gst_base_audio_sink_drain), (gst_base_audio_sink_event):
8349         On EOS, wait till the last sample is played before posting EOS.
8350
8351 2006-02-01  Philippe Kalaf <burger at speedy dot org>
8352
8353         * gst-libs/gst/rtp/gstbasertpdepayload.c:
8354           Patch by Kai Vehmanen : Adds ability to enable newsegment bypass by
8355           setting queue_delay to zero. Also avoid thread being started if
8356           queue_delay is zero.
8357
8358 2006-02-01  Tim-Philipp Müller  <tim at centricular dot net>
8359
8360         * gst/playback/test6.c: (new_decoded_pad_cb), (show_error), (main):
8361           Make test work again by connecting fakesinks to each decoded pad,
8362           which makes the pipeline wait until each fakesink has a buffer
8363           queued before going to PAUSED state. At that point we know the
8364           decodebin pads are negotiated.
8365
8366 2006-02-01  Tim-Philipp Müller  <tim at centricular dot net>
8367
8368         * gst-libs/gst/cdda/gstcddabasesrc.c: (gst_cdda_base_src_query),
8369         (gst_cdda_base_src_handle_event):
8370         * gst/audiotestsrc/gstaudiotestsrc.c: (gst_audio_test_src_query):
8371           Pass unhandled queries to the parent class's query function.
8372
8373 2006-02-01  Tim-Philipp Müller  <tim at centricular dot net>
8374
8375         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_query_types),
8376         (gst_ogg_pad_src_query):
8377         * ext/ogg/gstogmparse.c: (gst_ogm_parse_sink_query):
8378         * ext/theora/theoradec.c: (theora_dec_src_query),
8379         (theora_dec_sink_query):
8380         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
8381         (vorbis_dec_sink_query):
8382         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_src_query),
8383         (gst_vorbisenc_sink_query):
8384         * gst/adder/gstadder.c: (gst_adder_query):
8385           Pass unhandled queries upstream instead of just
8386           dropping them (#326447). Also, fix supported
8387           query types list for some elements.
8388
8389 2006-02-01  Tim-Philipp Müller  <tim at centricular dot net>
8390
8391         * gst/typefind/gsttypefindfunctions.c: (au_type_find),
8392         (paris_type_find), (ilbc_type_find), (plugin_init):
8393           Fix typefinding for audio/x-au, audio/x-paris and
8394           audio/iLBC-sh. We cannot use the START_WITH macros
8395           here, because there can only be one typefind factory
8396           with the same name (caps), so the second one would
8397           replace the first one and the first one would never
8398           be called when doing typefinding (see #161712).
8399           
8400
8401 2006-01-31  Wim Taymans  <wim@fluendo.com>
8402
8403         * ext/vorbis/vorbisdec.c: (vorbis_dec_convert),
8404         (vorbis_handle_header_packet), (vorbis_dec_push),
8405         (vorbis_handle_data_packet):
8406         Use scale_int when we can, add some more scaling.
8407         Check packettype before parsing it.
8408
8409 2006-01-31  Wim Taymans  <wim@fluendo.com>
8410
8411         * ext/theora/theoradec.c: (_theora_granule_time),
8412         (theora_dec_src_convert), (theora_dec_sink_convert):
8413         Call right _scale functions.
8414         Use parameter instead of some other random value.
8415
8416 2006-01-31  Wim Taymans  <wim@fluendo.com>
8417
8418         * ext/theora/theoradec.c: (_theora_granule_frame),
8419         (_theora_granule_time), (_inc_granulepos),
8420         (theora_dec_src_convert), (theora_dec_sink_convert),
8421         (theora_handle_type_packet), (theora_handle_data_packet),
8422         (theora_dec_chain):
8423         Use higher precision timestamps calculation.
8424         Convert some other conversions to _scale.
8425
8426 2006-01-31  Stefan Kost  <ensonic@users.sf.net>
8427
8428         * gst/audiotestsrc/gstaudiotestsrc.c:
8429         (gst_audio_test_src_create_sine_table), (plugin_init):
8430         * gst/volume/gstvolume.c: (plugin_init):
8431           initialize gst_controller before using
8432
8433 2006-01-31  Jan Schmidt  <thaytan@mad.scientist.com>
8434
8435         * tests/check/pipelines/theoraenc.c:
8436         * tests/check/pipelines/vorbisenc.c:
8437         Define constant using G_GINT64_CONSTANT to avoid errors when
8438         passing it around - otherwise it gets truncated to 32 bits.
8439
8440         Fixes failing tests.
8441
8442 2006-01-31  Andy Wingo  <wingo@pobox.com>
8443
8444         * sys/v4l/gstv4lsrc.c (gst_v4lsrc_set_caps): Don't segfault if the
8445         caps being set doesn't have a framerate value. Basically a stopgap
8446         measure.
8447
8448         * ext/ogg/gstoggmux.c (GST_BUFFER_END_TIME): New macro. Not
8449         technically correct enough to put into core though.
8450         (gst_ogg_mux_dequeue_page): Use END_TIME instead of TIMESTAMP +
8451         DURATION. Fixes theoraenc ! oggmux.
8452
8453         * sys/v4l/gstv4lsrc.c (gst_v4lsrc_fixate): Fixate to the nearest
8454         fraction, not double.
8455
8456 2006-01-31  Sebastien Moutte  <sebastien@moutte.net>
8457
8458         * win32/vs7:
8459         add vs7 project files created by Sergey Scobich
8460
8461 2006-01-30  Sebastien Moutte  <sebastien@moutte.net>
8462
8463         * win32/vs8:
8464         add vs8 project files created by Sergey Scobich
8465         
8466 2006-01-30  Andy Wingo  <wingo@pobox.com>
8467
8468         * ext/ogg/gstoggmux.c (gst_ogg_mux_dequeue_page): Compare
8469         timestamp + duration, not just timestamp -- ogg pages should be
8470         ordered by stop time. Necessary fix given the change in vorbis
8471         timestamps.
8472
8473         * ext/theora/theoraenc.c (theora_enc_sink_setcaps) 
8474         (gst_theora_enc_init): Pull the granule shift out of the encoder.
8475         (granulepos_add): New function, handles the messiness of adjusting
8476         granulepos values.
8477         (theora_buffer_from_packet):
8478         (theora_enc_chain):
8479         (theora_enc_sink_event): Use granulepos_add, not +.
8480
8481         * tests/check/pipelines/theoraenc.c
8482         (check_buffer_granulepos_from_starttime): Just check the frame
8483         count, not the actual granulepos -- we can't dictate to the
8484         encoder when it should be placing keyframes.
8485
8486 2006-01-30  Thomas Vander Stichele  <thomas at apestaart dot org>
8487
8488         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_start):
8489           SERVICE_NOT_AVAILABLE happens for example when you're trying to
8490           play an http:// stream from a server that's not serving
8491
8492 2006-01-30  Andy Wingo  <wingo@pobox.com>
8493
8494         * tests/check/pipelines/vorbisenc.c (TIMESTAMP_OFFSET): 
8495         * tests/check/pipelines/theoraenc.c (TIMESTAMP_OFFSET): Totally
8496         remove the UINT64_CONSTANT macro, doesn't appear to be needed or
8497         available.
8498
8499         * ext/theora/gsttheoraenc.h:
8500         * ext/theora/theoraenc.c: Same changes as were done to vorbisenc,
8501         although theoraenc was timestamping correctly. Added handling of
8502         streams that start with nonzero timestamps.
8503
8504         * tests/check/Makefile.am:
8505         * tests/check/pipelines/theoraenc.c: New file, basically does same
8506         tests as vorbisenc.
8507
8508         * tests/check/pipelines/vorbisenc.c: I claim these bugs.
8509
8510 2006-01-30  Wim Taymans  <wim@fluendo.com>
8511
8512         * gst-libs/gst/audio/gstaudiosink.c:
8513         (gst_audioringbuffer_class_init), (gst_audioringbuffer_release),
8514         (gst_audioringbuffer_pause):
8515         Implement pause that does not wait for completion.
8516
8517         * gst-libs/gst/audio/gstbaseaudiosink.c:
8518         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
8519         Don't drop buffers when going to PAUSED but perform preroll on
8520         remaining samples now that core base class supports this.
8521
8522         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_release),
8523         (gst_ring_buffer_pause_unlocked), (gst_ring_buffer_stop),
8524         (gst_ring_buffer_commit):
8525         Pause should not signal waiters.
8526         Implement return value of _commit correctly.
8527
8528 2006-01-30  Andy Wingo  <wingo@pobox.com>
8529
8530         * tests/check/Makefile.am (check_vorbis): Add pipelines/vorbisenc.
8531
8532         * ext/vorbis/vorbisenc.c (gst_vorbisenc_buffer_from_packet): Logic
8533         updated to timestamp from the first sample, not the last.
8534         (gst_vorbisenc_buffer_from_header_packet): New function, takes
8535         special care of granulepos and timestamp for header packets.
8536         (gst_vorbisenc_chain): Reflow, fix some leaks, and handle the case
8537         when the first buffer has a nonzero timestamp.
8538
8539         * ext/vorbis/vorbisenc.h (GstVorbisEnc.granulepos_offset)
8540         (GstVorbisEnc.subgranule_offset): New members. Take care of the
8541         case when the first audio buffer we get has a nonzero timestamp.
8542         (GstVorbisEnc.next_ts): Renamed from prev_ts, because now we
8543         properly timestamp vorbis buffers with the time of the first
8544         sample, not the last.
8545         
8546         * ext/vorbis/vorbisenc.c (granulepos_to_clocktime): Renamed from
8547         vorbis_granule_time_copy -- now it takes the granule/subgranule
8548         offset into account.
8549
8550         * tests/check/pipelines/vorbisenc.c: New test for correctness of
8551         timestamps, durations, and granulepos on buffers produced by
8552         vorbisenc.
8553
8554 2006-01-30  Jan Schmidt  <thaytan@mad.scientist.com>
8555
8556         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
8557         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt):
8558           Patch from Eric Jonas to support conversions to/from UYVY 
8559           (Fixes: #324626)
8560
8561 2006-01-30  Julien MOUTTE  <julien@moutte.net>
8562
8563         * gst/playback/gstplaybasebin.c: (group_commit), (queue_overrun),
8564         (setup_subtitle), (setup_source), (set_active_source):
8565         * gst/playback/gstplaybin.c: (gst_play_bin_dispose),
8566         (gen_text_element), (gen_audio_element), (gen_vis_element),
8567         (remove_sinks), (add_sink), (setup_sinks): Implement subtitles.
8568
8569 2006-01-29  Sebastien Moutte  <sebastien@moutte.net>
8570
8571         * gst-libs/gst/audio/audio.h: (GST_CLOCK_TIME_TO_FRAMES)
8572         * gst-libs/gst/audio/gstbaseaudiosink.c: (gst_base_audio_sink_render)
8573                 use gst_guint64_to_gdouble to be compliant with vs6
8574         * gst/playback/gstdecodebin.c: (try_to_link_1)
8575         * gst/videorate/videorate.c: (gst_video_rate_blank_data)
8576                 use G_GINT64_CONSTANT for int64 constants
8577         * win32/common/libgstinterfaces.def:
8578                 export some symbols (gst_mixer_get_type,gst_mixer_track_get_type)
8579         * win32/vs6:
8580                 update and add new project files
8581                 
8582 2006-01-29  Thomas Vander Stichele  <thomas at apestaart dot org>
8583
8584         * Makefile.am:
8585         * win32/MANIFEST:
8586         * win32/common/interfaces-enumtypes.c:
8587         (gst_color_balance_type_get_type), (gst_mixer_type_get_type),
8588         (gst_mixer_track_flags_get_type),
8589         (gst_tuner_channel_flags_get_type):
8590         * win32/common/interfaces-enumtypes.h:
8591         * win32/common/multichannel-enumtypes.c:
8592         (gst_audio_channel_position_get_type):
8593         * win32/common/multichannel-enumtypes.h:
8594           add a win32-update rule like in core, and copy over enumtypes files
8595
8596 2006-01-29  Thomas Vander Stichele  <thomas at apestaart dot org>
8597
8598         * win32/MANIFEST:
8599         * win32/common/config.h:
8600         * win32/common/config.h.in:
8601           add config files just like in core
8602
8603 2006-01-28  Tim-Philipp Müller  <tim at centricular dot net>
8604
8605         * gst-libs/gst/audio/gstringbuffer.c: (build_linear_format):
8606           Make gcc-4.1 happy (part of #327357).
8607
8608 2006-01-28  Thomas Vander Stichele  <thomas at apestaart dot org>
8609
8610         * ext/alsa/gstalsasink.c: (gst_alsasink_init), (set_hwparams),
8611         (set_swparams), (gst_alsasink_prepare), (gst_alsasink_unprepare),
8612         (gst_alsasink_close), (gst_alsasink_write), (gst_alsasink_reset):
8613         * ext/alsa/gstalsasrc.c: (gst_alsasrc_init), (set_hwparams),
8614         (set_swparams), (gst_alsasrc_open), (gst_alsasrc_prepare),
8615         (gst_alsasrc_unprepare), (gst_alsasrc_read):
8616           Update all error messages.  All of them should either use
8617           the default translated message, or actually provide a
8618           translatable string.
8619           Make the string for channel count problems meaningful.
8620
8621 2006-01-28  Thomas Vander Stichele  <thomas at apestaart dot org>
8622
8623         * sys/v4l/v4l_calls.c: (gst_v4l_open):
8624           check for and throw RESOURCE_BUSY
8625
8626 2006-01-27  David Schleef  <ds@schleef.org>
8627
8628         * gst/videoscale/vs_scanline.c: Oops, *that's* why I never
8629           checked in this change -- it requires liboil features not
8630           in 0.3.6.  Revert parts.
8631
8632 2006-01-27  David Schleef  <ds@schleef.org>
8633
8634         * REQUIREMENTS:
8635         * configure.ac: update liboil requirement to 0.3.6
8636         * gst/videoscale/Makefile.am:
8637         * gst/videoscale/vs_scanline.c: liboilify
8638
8639 2006-01-27  Jan Schmidt  <thaytan@mad.scientist.com>
8640
8641         * ext/libvisual/visual.c: (get_buffer):
8642           When pad_alloc returns a GstFlowReturn other
8643           than GST_FLOW_OK, make sure it is passed upstream.
8644
8645 2006-01-27  Jan Schmidt  <thaytan@mad.scientist.com>
8646
8647         * ext/alsa/gstalsasink.c: (gst_alsasink_finalise),
8648         (gst_alsasink_class_init):
8649           Free the device name string.
8650
8651         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
8652         (gst_ogg_mux_request_new_pad), (gst_ogg_mux_release_pad),
8653         (gst_ogg_mux_handle_src_event), (gst_ogg_mux_clear_collectpads):
8654           Don't remove a pad from the collectpads structure until it
8655           is released - it's a request pad, and may receive data again
8656           if the element gets moved back to PLAYING state.
8657
8658         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
8659           Ensure we turn on double buffering on the Xv port, and
8660           set the colour key to something dark and mysterious that
8661           isn't black.
8662
8663 2006-01-27  Thomas Vander Stichele  <thomas at apestaart dot org>
8664
8665         * ext/alsa/gstalsaplugin.c: (plugin_init):
8666         * ext/cdparanoia/gstcdparanoiasrc.c:
8667         (gst_cd_paranoia_src_base_init), (plugin_init):
8668         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
8669         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_plugin_init):
8670           - a library should not call setlocale. see "Libraries" node in
8671             gettext manual
8672           - make sure all plugins that use translation do bindtextdomain
8673             to point to the localedir
8674         * gst/playback/gstplaybin.c: (gen_vis_element), (add_sink),
8675         (setup_sinks), (plugin_init):
8676           all this, and check for NULL when creating sinks
8677
8678 2006-01-27  Julien MOUTTE  <julien@moutte.net>
8679
8680         * gst/subparse/gstsubparse.c: (gst_subparse_type_find),
8681         (plugin_init): Make typefinding of subtitles work again.
8682
8683 2006-01-26  Tim-Philipp Müller  <tim at centricular dot net>
8684
8685         * gst/typefind/gsttypefindfunctions.c: (aac_type_find),
8686         (mp3_type_frame_length_from_header), (mp3_type_find),
8687         (wavpack_type_find), (m4a_type_find), (ircam_type_find),
8688         (plugin_init):
8689           Backport a bunch of typefinding fixes from the 0.8 branch.
8690           Also, improve wavpack typefinding: if we can't peek the
8691           entire wavpack block, try to parse the bits we can get and
8692           see if we find what we're looking for in those.
8693
8694 2006-01-26  Julien MOUTTE  <julien@moutte.net>
8695
8696         * sys/ximage/ximagesink.c:
8697         (gst_ximagesink_calculate_pixel_aspect_ratio):
8698         * sys/xvimage/xvimagesink.c:
8699         (gst_xvimagesink_calculate_pixel_aspect_ratio): Handle some
8700         more cases of pixel aspect ratio.
8701
8702 2006-01-26  Edward Hervey  <edward@fluendo.com>
8703
8704         * gst/playback/gstdecodebin.c: (pad_probe):
8705         Also consider the flush-start and tag events as unblockers
8706         for the pad probes.
8707
8708 2006-01-26  Julien MOUTTE  <julien@moutte.net>
8709
8710         * gst/playback/gstplaybin.c: (gst_play_bin_init),
8711         (gst_play_bin_dispose), (gst_play_bin_vis_unblocked),
8712         (gst_play_bin_vis_blocked), (gst_play_bin_set_property): 
8713         On the fly visualisation switch, works disabling, enabling as
8714         well but it won't be able to enable vis in a playbin that was
8715         created with no visualisation.
8716
8717 2006-01-25  Wim Taymans  <wim@fluendo.com>
8718
8719         * gst-libs/gst/audio/gstbaseaudiosink.c:
8720         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
8721         Undo previous commit that returned WRONG_STATE sooner, it breaks 
8722         resume after pause.
8723
8724 2006-01-25  Wim Taymans  <wim@fluendo.com>
8725
8726         * gst-libs/gst/audio/gstbaseaudiosink.c:
8727         (gst_base_audio_sink_setcaps), (gst_base_audio_sink_event),
8728         (gst_base_audio_sink_preroll), (gst_base_audio_sink_render):
8729         Improve debugging.
8730         Post error when caps cannot be parsed.
8731         Resync on discontinuity in the stream.
8732         Clip samples to segment boundaries.
8733         return WRONG_STATE sooner when we are flushing.
8734
8735         * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_init),
8736         (gst_base_audio_src_get_time), (gst_base_audio_src_create):
8737         Make audiosrc operate in TIME.
8738         Set TIMESTAMP and DURATION on buffers.
8739
8740 2006-01-24  Tim-Philipp Müller  <tim at centricular dot net>
8741
8742         * tests/examples/seek/seek.c: (main):
8743           Output tag messages as well.
8744
8745 2006-01-23  Edward Hervey  <edward@fluendo.com>
8746
8747         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
8748         (free_pad_probes), (remove_fakesink), (pad_probe),
8749         (close_pad_link), (gst_decode_bin_change_state):
8750         Replace GstPadBlockCallback with pad probes that detect
8751         first buffer AND eos before removing fakesink.
8752         Fixes hang with demuxers doing EOS while pre-rolling.
8753         Solves #328279
8754
8755 2006-01-23  Andy Wingo  <wingo@pobox.com>
8756
8757         * ext/alsa/gstalsasink.c:
8758         * gst-libs/gst/rtp/gstbasertpdepayload.c:
8759         (gst_base_rtp_depayload_setcaps),
8760         (gst_base_rtp_depayload_add_to_queue),
8761         (gst_base_rtp_depayload_queue_release): GCC 2.95 fixes (#328263).
8762         
8763         Patch by: Jens Granseuer <jensgr at gmx dot net>
8764
8765 2006-01-22  Julien MOUTTE  <julien@moutte.net>
8766
8767         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_destroy):
8768         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
8769         (gst_xvimagesink_buffer_alloc): Playbin keeps some ref to some 
8770         frames. We might get a frame destroyed after changing state to
8771         NULL, adding a safety check on xcontext.
8772
8773 2006-01-22  Tim-Philipp Müller  <tim at centricular dot net>
8774
8775         * gst-libs/gst/interfaces/xoverlay.c:
8776           Fix prepare-xwindow-id code example in the docs - we need to
8777           ignore all messages that aren't element messages as well.
8778           
8779 2006-01-21  Julien MOUTTE  <julien@moutte.net>
8780
8781         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_buffer_alloc):
8782           I think one day i'll completely undestand how caps negotiation
8783           is supposed to work. This refactoring handles buffer_alloc
8784           called with caps we can't handle. We definitely don't want a
8785           set_caps with those caps, so we define and allocate a buffer
8786           we would like to receive.
8787
8788 2006-01-19  Tim-Philipp Müller  <tim at centricular dot net>
8789
8790         * gst/playback/gstplaybasebin.c: (setup_source):
8791           Free iterator when done.
8792
8793 2006-01-17  Jan Schmidt  <thaytan@mad.scientist.com>
8794
8795         * gst-libs/gst/audio/gstbaseaudiosink.c:
8796         (gst_base_audio_sink_render):
8797           Fix playback of non-synchronised streams by assuming a rate
8798           of 1.0 instead of a random one.
8799
8800           Makes this work again:
8801
8802           gst-launch filesrc location=raw_audio.file ! 'audio/x-raw-int,
8803           endianness=(int)4321, signed=(boolean)true, width=(int)16,
8804           depth=(int)16, rate=(int)44100, channels=(int)2' ! audioconvert !
8805           audioresample ! alsasink
8806
8807 === release 0.10.2 ===
8808
8809 2006-01-16  Thomas Vander Stichele <thomas at apestaart dot org>
8810
8811         * configure.ac:
8812           releasing 0.10.2, "Then the devil is six"
8813
8814 2006-01-16  Jan Schmidt  <thaytan@mad.scientist.com>
8815
8816         * gst/playback/gststreaminfo.c: (gst_stream_info_set_mute):
8817         * gst/playback/gststreamselector.c:
8818         (gst_stream_selector_set_property):
8819           Comment out broken code that connects to the state-changed signal.
8820           At this point, changing current stream selection is broken, but 
8821           stuff like gst-launch playbin current-audio=1 works and filters
8822           to the chosen stream.
8823
8824 2006-01-16  Thomas Vander Stichele  <thomas at apestaart dot org>
8825
8826         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
8827           Fix #327216 (null dereference in vorbisdec)
8828
8829 2006-01-16  Tim-Philipp Müller  <tim at centricular dot net>
8830
8831         * ext/theora/theoradec.c: (theora_handle_comment_packet):
8832           Post taglist actually on bus instead of just freeing it
8833           (fixes #327114 and totem bug #327080).
8834
8835         * ext/vorbis/vorbisdec.c: (vorbis_handle_comment_packet):
8836           Use gst_element_found_tags_for_pad(), so that the tags
8837           are sent downstream as an event as well.
8838
8839 2006-01-15  Thomas Vander Stichele  <thomas at apestaart dot org>
8840
8841         * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
8842         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_put),
8843         (gst_ximagesink_buffer_alloc):
8844         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_finalize),
8845         (gst_xvimagesink_xvimage_put), (gst_xvimagesink_show_frame),
8846         (gst_xvimagesink_buffer_alloc):
8847           move all regularly occurring messages to GST_LOG level
8848           add some more object logs
8849
8850 2006-01-14  Thomas Vander Stichele  <thomas at apestaart dot org>
8851
8852         * ext/ogg/gstoggmux.c: (gst_ogg_mux_collected):
8853           fix a silly segfault
8854
8855 2006-01-14  Tim-Philipp Müller  <tim at centricular dot net>
8856
8857         * docs/libs/gst-plugins-base-libs-docs.sgml:
8858         * docs/libs/gst-plugins-base-libs-sections.txt:
8859         * gst-libs/gst/audio/mixerutils.c:
8860         * gst-libs/gst/audio/mixerutils.h:
8861           Add docs for mixerutils stuff.
8862
8863 2006-01-13  Tim-Philipp Müller  <tim at centricular dot net>
8864
8865         * gst/playback/gstplaybasebin.c: (setup_source):
8866           Fix playback for sources that emit raw audio or
8867           raw video streams (e.g.: cd audio sources) (#325984).
8868
8869 2006-01-13  Thomas Vander Stichele  <thomas at apestaart dot org>
8870
8871         * gst-libs/gst/audio/mixerutils.c:
8872         (gst_audio_mixer_filter_do_filter):
8873           actually save the element we create
8874
8875 2006-01-12  Tim-Philipp Müller  <tim at centricular dot net>
8876
8877         * gst-libs/gst/cdda/gstcddabasesrc.c:
8878         (gst_cdda_base_src_handle_track_seek):
8879           No need to post a tag message on the bus when seeking
8880           within the same track, only post it when the current
8881           track changes.
8882
8883 2006-01-11  Jan Schmidt  <thaytan@mad.scientist.com>
8884
8885         * gst/playback/gstplaybasebin.c: (group_destroy),
8886         (probe_triggered), (new_decoded_pad), (mute_group_type),
8887         (set_active_source):
8888         * gst/playback/gststreaminfo.c: (gst_stream_info_set_mute):
8889         * gst/playback/gststreamselector.c:
8890         (gst_stream_selector_base_init),
8891         (gst_stream_selector_set_property),
8892         (gst_stream_selector_request_new_pad):
8893           Reenable stream selection. These mechanisms need a complete overhaul
8894           in the face of 0.8->0.10 changes though.
8895
8896 2006-01-11  Jan Schmidt  <thaytan@mad.scientist.com>
8897
8898         * ext/ogg/gstoggdemux.c:
8899           Change the pad template to src_%d to match the pads that 
8900           are created from it. decodebin needs this information in order
8901           to decide that oggdemux is capable of producing multiple pads
8902           (and hence needs queues inserted).
8903
8904         * ext/ogg/gstoggmux.c: (gst_ogg_mux_queue_pads),
8905         (gst_ogg_mux_collected):
8906           Make debug output more useful by using GST_PTR_FORMAT.
8907
8908 2006-01-11  Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
8909
8910         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
8911
8912         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_parse_caps):
8913           Set depth and width for alaw/mulaw (fixes #326601).
8914
8915 2006-01-11  Thomas Vander Stichele  <thomas at apestaart dot org>
8916
8917         * tests/icles/Makefile.am:
8918           don't build the tests if we don't have the libs
8919
8920 2006-01-10  Tim-Philipp Müller  <tim at centricular dot net>
8921
8922         * ext/cdparanoia/gstcdparanoiasrc.c: (gst_cd_paranoia_src_close),
8923         (gst_cd_paranoia_paranoia_callback):
8924           Don't try to free NULL pointers.
8925
8926 2006-01-10  Edward Hervey  <edward@fluendo.com>
8927
8928         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_chain),
8929         (gst_audio_rate_change_state), (plugin_init):
8930         Add debugging category.
8931         Fix type issues.
8932         Add case for incoming buffers without valid offset/offset_end.
8933
8934 2006-01-10  Michael Smith  <msmith@fluendo.com>
8935
8936         * gst-libs/gst/audio/gstaudiosrc.c: (gst_audioringbuffer_dispose):
8937           Don't leak GCond in audio sources.
8938
8939 2006-01-10  Jan Schmidt  <thaytan@mad.scientist.com>
8940
8941         * gst/playback/gstplaybin.c: (gen_audio_element):
8942           Don't leak an autoaudiosink/alsasink when we generate
8943           a new audio element. (old code, I guess)
8944
8945 2006-01-10  Michael Smith  <msmith@fluendo.com>
8946
8947         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_setcaps):
8948           Support float audio in audiorate.
8949           Use width rather than depth for selecting sample width.
8950
8951 2006-01-10  Tim-Philipp Müller  <tim at centricular dot net>
8952
8953         * gst/videotestsrc/videotestsrc.h:
8954           Use GLib types here (that way we don't have to include the
8955           generated _stdint.h header, which makes life easier for win32
8956           folks that don't use autotools for the build) (#325990, patch
8957           by: Sergey Scobich).
8958
8959 2006-01-10  Tim-Philipp Müller  <tim at centricular dot net>
8960
8961         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_init),
8962         (gst_ring_buffer_set_flushing), (gst_ring_buffer_start),
8963         (gst_ring_buffer_pause), (wait_segment):
8964         * gst-libs/gst/audio/gstringbuffer.h:
8965           Name (private) union, makes Forte compiler happy (this time
8966           for real) (#324900).
8967
8968 2006-01-09  Tim-Philipp Müller  <tim at centricular dot net>
8969
8970         * gst-libs/gst/audio/Makefile.am:
8971           Link against libgstinterfaces, needed for mixer
8972           and property probe stuff.
8973
8974 2006-01-09  Edward Hervey  <edward@fluendo.com>
8975
8976         * gst-libs/gst/Makefile.am:
8977
8978 2006-01-09  Tim-Philipp Müller  <tim at centricular dot net>
8979
8980         * gst-libs/gst/audio/Makefile.am:
8981         * gst-libs/gst/audio/mixerutils.c:
8982         (gst_audio_mixer_filter_do_filter),
8983         (gst_audio_mixer_filter_check_element),
8984         (gst_audio_mixer_filter_probe_feature),
8985         (element_factory_rank_compare_func),
8986         (gst_audio_default_registry_mixer_filter):
8987         * gst-libs/gst/audio/mixerutils.h:
8988           Add gst_audio_default_registry_mixer_filter() utility
8989           function.
8990
8991 2006-01-03  Michael Smith  <msmith@fluendo.com>
8992
8993         * gst/audioresample/resample.h:
8994           As before, but for o_buf
8995
8996 2006-01-03  Michael Smith  <msmith@fluendo.com>
8997
8998         * gst/audioresample/resample.h:
8999           Declare struct _ResampleState.buffer as unsigned char *, not void *,
9000           since we do arithmetic on it.
9001
9002 2006-01-02  Tim-Philipp Müller  <tim at centricular dot net>
9003
9004         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_init),
9005         (gst_ring_buffer_set_flushing), (gst_ring_buffer_start),
9006         (gst_ring_buffer_pause), (wait_segment):
9007         * gst-libs/gst/audio/gstringbuffer.h:
9008           Sun's Forte compiler doesn't seem to like anonymous structs,
9009           so use same setup as in GstBaseSrc (fixes #324900).
9010
9011 2005-12-30  Stefan Kost  <ensonic@users.sf.net>
9012
9013         * configure.ac:
9014         * gst/volume/Makefile.am:
9015         * gst/volume/demo.c:
9016           move old example to tests/examples/volume/volune.c
9017         * tests/examples/Makefile.am:
9018         * tests/examples/seek/seek.c: (main):
9019           change window-close event from "delete-event" to "destroy"
9020         * tests/examples/volume/Makefile.am:
9021         * tests/examples/volume/volume.c: (value_changed_callback),
9022         (setup_gui), (message_received), (eos_message_received), (main):
9023           fix event handling and bus usage
9024
9025 2005-12-29  Stefan Kost  <ensonic@users.sf.net>
9026
9027         * gst/audiotestsrc/gstaudiotestsrc.c:
9028         (gst_audiostestsrc_wave_get_type), (gst_audio_test_src_class_init),
9029         (gst_audio_test_src_init), (gst_audio_test_src_src_fixate),
9030         (gst_audio_test_src_query), (gst_audio_test_src_create_sine),
9031         (gst_audio_test_src_create_square),
9032         (gst_audio_test_src_create_saw),
9033         (gst_audio_test_src_create_triangle),
9034         (gst_audio_test_src_create_silence),
9035         (gst_audio_test_src_create_white_noise),
9036         (gst_audio_test_src_create_pink_noise),
9037         (gst_audio_test_src_init_sine_table),
9038         (gst_audio_test_src_create_sine_table),
9039         (gst_audio_test_src_change_wave),
9040         (gst_audio_test_src_change_volume), (gst_audio_test_src_do_seek),
9041         (gst_audio_test_src_create), (gst_audio_test_src_set_property):
9042         * gst/audiotestsrc/gstaudiotestsrc.h:
9043           update to basesrc changes, implement segmented seeking and eos
9044           handling, add a 'sine-tab' waveform for performance critical playback
9045
9046 2005-12-29  Tim-Philipp Müller  <tim at centricular dot net>
9047
9048         * po/POTFILES.in:
9049           ... and this time the other modified file that I missed last time.
9050
9051 2005-12-29  Michael Smith  <msmith@fluendo.com>
9052
9053         * gst/playback/gstdecodebin.c: (new_pad):
9054           Fix non-C89 variable declaration not at the start of a block. Should
9055           help some compilers.
9056
9057 2005-12-29  Tim-Philipp Müller  <tim at centricular dot net>
9058
9059         * tests/check/Makefile.am:
9060           And now fix 'make distcheck' (builddir != srcdir)
9061
9062 2005-12-29  Tim-Philipp Müller  <tim at centricular dot net>
9063
9064         * configure.ac:
9065         * ext/cdparanoia/Makefile.am:
9066         * ext/cdparanoia/gstcdparanoia.c:
9067         * ext/cdparanoia/gstcdparanoia.h:
9068         * ext/cdparanoia/gstcdparanoiasrc.c:
9069         (gst_cd_paranoia_mode_get_type), (gst_cd_paranoia_src_base_init),
9070         (gst_cd_paranoia_src_init), (gst_cd_paranoia_src_class_init),
9071         (gst_cd_paranoia_src_open), (gst_cd_paranoia_src_close),
9072         (gst_cd_paranoia_paranoia_callback),
9073         (gst_cd_paranoia_src_read_sector), (gst_cd_paranoia_src_finalize),
9074         (gst_cd_paranoia_src_set_property),
9075         (gst_cd_paranoia_src_get_property), (plugin_init):
9076         * ext/cdparanoia/gstcdparanoiasrc.h:
9077           New cdparanoiasrc element based on cddabasesrc; enable cdparanoia
9078           plugin again (there are still fixes required to playbin to make
9079           cdda:// uris work there).
9080
9081 2005-12-29  Tim-Philipp Müller  <tim at centricular dot net>
9082
9083         * tests/check/Makefile.am:
9084           Fix test case compilation.
9085
9086 2005-12-29  Tim-Philipp Müller  <tim at centricular dot net>
9087
9088         * gst-libs/gst/cdda/gstcddabasesrc.c:
9089         (gst_cdda_base_src_update_duration),
9090         (gst_cdda_base_src_calculate_cddb_id):
9091           An integer is not a string. Fix access to uninitialised variable.
9092
9093         * tests/check/Makefile.am:
9094           Add cddabasesrc unit test; also actually enable the vorbis test.
9095
9096         * tests/check/generic/states.c:
9097           Blacklist new cd audio elements as well.
9098
9099         * tests/check/libs/cddabasesrc.c:
9100           Unit test for GstCddaBaseSrc (discid calculation mostly).
9101
9102 2005-12-28  Tim-Philipp Müller  <tim at centricular dot net>
9103
9104         * docs/libs/Makefile.am:
9105         * docs/libs/gst-plugins-base-libs-docs.sgml:
9106         * docs/libs/gst-plugins-base-libs-sections.txt:
9107         * docs/libs/gst-plugins-base-libs.types:
9108           Add docs for libgstcdda/GstCddaBaseSrc.
9109
9110         * gst-libs/gst/interfaces/mixertrack.h:
9111           Do one struct member per line with a semicolon at the end, that way
9112           even gtk-doc might parse it without complaining.
9113
9114 2005-12-28  Tim-Philipp Müller  <tim at centricular dot net>
9115
9116         * configure.ac:
9117         * gst-libs/gst/Makefile.am:
9118         * gst-libs/gst/cdda/Makefile.am:
9119         * gst-libs/gst/cdda/base64.c:
9120         * gst-libs/gst/cdda/base64.h:
9121         * gst-libs/gst/cdda/gstcddabasesrc.c:
9122         (gst_cdda_base_src_mode_get_type), (gst_cdda_base_src_base_init),
9123         (gst_cdda_base_src_class_init), (gst_cdda_base_src_init),
9124         (gst_cdda_base_src_finalize), (gst_cdda_base_src_set_property),
9125         (gst_cdda_base_src_get_property),
9126         (gst_cdda_base_src_get_track_from_sector),
9127         (gst_cdda_base_src_get_query_types), (gst_cdda_base_src_convert),
9128         (gst_cdda_base_src_query), (gst_cdda_base_src_is_seekable),
9129         (gst_cdda_base_src_do_seek), (gst_cdda_base_src_handle_track_seek),
9130         (gst_cdda_base_src_handle_event), (gst_cdda_base_src_uri_get_type),
9131         (gst_cdda_base_src_uri_get_protocols),
9132         (gst_cdda_base_src_uri_get_uri), (gst_cdda_base_src_uri_set_uri),
9133         (gst_cdda_base_src_uri_handler_init),
9134         (gst_cdda_base_src_setup_interfaces),
9135         (gst_cdda_base_src_add_track), (gst_cdda_base_src_update_duration),
9136         (cddb_sum), (gst_cddabasesrc_calculate_musicbrainz_discid),
9137         (lba_to_msf), (gst_cdda_base_src_calculate_cddb_id),
9138         (gst_cdda_base_src_add_tags),
9139         (gst_cdda_base_src_add_index_associations),
9140         (gst_cdda_base_src_set_index), (gst_cdda_base_src_get_index),
9141         (gst_cdda_base_src_track_sort_func), (gst_cdda_base_src_start),
9142         (gst_cdda_base_src_clear_tracks), (gst_cdda_base_src_stop),
9143         (gst_cdda_base_src_create):
9144         * gst-libs/gst/cdda/gstcddabasesrc.h:
9145         * gst-libs/gst/cdda/sha1.c:
9146         * gst-libs/gst/cdda/sha1.h:
9147           Add new libgstcdda with GstCddaBaseSrc class.
9148
9149 2005-12-28  Tim-Philipp Müller  <tim at centricular dot net>
9150
9151         * ext/gnomevfs/gstgnomevfssink.h:
9152           Use GstBaseSinkClass as parent_class member for class struct, not
9153           GstBaseSink.
9154
9155 2005-12-27  Tim-Philipp Müller  <tim at centricular dot net>
9156
9157         Patch by: Michael Benes
9158
9159         * gst/videotestsrc/gstvideotestsrc.c:
9160         (gst_video_test_src_class_init), (gst_video_test_src_start):
9161           Add start method to reset running time and number of frames sent
9162           when starting up (fixes #324696)
9163
9164 2005-12-27  Tim-Philipp Müller  <tim at centricular dot net>
9165
9166         * docs/plugins/Makefile.am:
9167         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
9168         * docs/plugins/gst-plugins-base-plugins-sections.txt:
9169         * docs/plugins/gst-plugins-base-plugins.args:
9170         * docs/plugins/gst-plugins-base-plugins.hierarchy:
9171         * docs/plugins/gst-plugins-base-plugins.signals:
9172           Add docs stuff for gnomevfssrc and gnomevfssink.
9173
9174         * ext/gnomevfs/gstgnomevfssrc.c:
9175           Fix example pipeline in gtk-doc blurb.
9176
9177 2005-12-27  Tim-Philipp Müller  <tim at centricular dot net>
9178
9179         * ext/gnomevfs/Makefile.am:
9180         * ext/gnomevfs/gstgnomevfs.c: (gst_gnome_vfs_uri_get_type),
9181         (gst_gnome_vfs_handle_copy), (gst_gnome_vfs_handle_free),
9182         (gst_gnome_vfs_handle_get_type), (plugin_init):
9183         * ext/gnomevfs/gstgnomevfs.h:
9184         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_do_init),
9185         (gst_gnome_vfs_sink_base_init), (gst_gnome_vfs_sink_class_init),
9186         (gst_gnome_vfs_sink_finalize), (gst_gnome_vfs_sink_init),
9187         (gst_gnome_vfs_sink_set_property),
9188         (gst_gnome_vfs_sink_get_property), (gst_gnome_vfs_sink_open_file),
9189         (gst_gnome_vfs_sink_close_file), (gst_gnome_vfs_sink_start),
9190         (gst_gnome_vfs_sink_stop), (gst_gnome_vfs_sink_handle_event),
9191         (gst_gnome_vfs_sink_query), (gst_gnome_vfs_sink_render),
9192         (gst_gnome_vfs_sink_uri_get_type),
9193         (gst_gnome_vfs_sink_uri_get_protocols),
9194         (gst_gnome_vfs_sink_uri_get_uri), (gst_gnome_vfs_sink_uri_set_uri),
9195         (gst_gnome_vfs_sink_uri_handler_init):
9196         * ext/gnomevfs/gstgnomevfssink.h:
9197           Port gnomevfssink; add gtk-doc blurb.
9198
9199         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_get_type),
9200         (gst_gnome_vfs_src_base_init), (gst_gnome_vfs_src_class_init),
9201         (gst_gnome_vfs_src_init), (gst_gnome_vfs_src_finalize),
9202         (gst_gnome_vfs_src_uri_get_type),
9203         (gst_gnome_vfs_src_uri_get_protocols),
9204         (gst_gnome_vfs_src_uri_get_uri), (gst_gnome_vfs_src_uri_set_uri),
9205         (gst_gnome_vfs_src_uri_handler_init),
9206         (gst_gnome_vfs_src_set_property), (gst_gnome_vfs_src_get_property),
9207         (gst_gnome_vfs_src_unicodify), (audiocast_thread_run),
9208         (gst_gnome_vfs_src_send_additional_headers_callback),
9209         (gst_gnome_vfs_src_received_headers_callback),
9210         (gst_gnome_vfs_src_push_callbacks),
9211         (gst_gnome_vfs_src_pop_callbacks),
9212         (gst_gnome_vfs_src_get_icy_metadata), (gst_gnome_vfs_src_create),
9213         (gst_gnome_vfs_src_is_seekable), (gst_gnome_vfs_src_get_size),
9214         (gst_gnome_vfs_src_start), (gst_gnome_vfs_src_stop):
9215         * ext/gnomevfs/gstgnomevfssrc.h:
9216           s/gst_gnomevfssrc/gst_gnome_vfs_src/; move header stuff to header
9217           file; add gtk-doc blurb with example pipelines.
9218
9219 === release 0.10.1 ===
9220
9221 2005-12-23  Thomas Vander Stichele <thomas at apestaart dot org>
9222
9223         * configure.ac:
9224           releasing 0.10.1, "Dobro Dedek"
9225
9226 2005-12-21  Edgard Lima <edgard.lima@indt.org.br>
9227
9228         * gst/typefind/gsttypefindfunctions.c:
9229         iLBC30 and iLBC20 added to typefind.
9230
9231 2005-12-20  Thomas Vander Stichele  <thomas at apestaart dot org>
9232
9233         * gst-libs/gst/audio/gstbaseaudiosink.c:
9234         (gst_base_audio_sink_class_init):
9235         * gst-libs/gst/audio/gstbaseaudiosrc.c:
9236         (gst_base_audio_src_class_init):
9237           update strings, values are in microseconds
9238           change the default sink buffer time to something that is smaller
9239           (to help software volume mixing have a slightly lower delay) but
9240           still be acceptable on Wim's laptop
9241
9242 2005-12-20  Edward Hervey  <edward@fluendo.com>
9243
9244         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_template_caps):
9245         Made a quack, forgot to add DUCK to the riff video template.
9246
9247 2005-12-19  Edward Hervey  <edward@fluendo.com>
9248
9249         * ext/ogg/gstogmparse.c: (gst_ogm_text_parse_base_init),
9250         (gst_ogm_parse_init), (gst_ogm_audio_parse_init),
9251         (gst_ogm_video_parse_init), (gst_ogm_text_parse_init),
9252         (gst_ogm_parse_chain):
9253         Make sure pads are initialized correctly.
9254         * gst-libs/gst/riff/riff-ids.h:
9255         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
9256         (gst_riff_create_video_template_caps):
9257         Add a whole bunch of FOURCC <=> MimeType.
9258         Extend the riff video pad template to support the newly added fourcc.
9259
9260 2005-12-18  Jan Schmidt  <thaytan@mad.scientist.com>
9261
9262         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_deactivate_current_chain),
9263         (gst_ogg_demux_activate_chain):
9264           Extra debug output when activating/deactivating chains.
9265
9266         * gst/playback/gstdecodebin.c: (gst_decode_bin_factory_filter),
9267         (is_demuxer_element), (try_to_link_1), (remove_element_chain),
9268         (unlinked):
9269           Remove a queue from our list when it becomes unlinked.
9270           Don't add queues to elements in class 'Demux' if they
9271           can only produce one pad 
9272
9273 2005-12-18  Julien MOUTTE  <julien@moutte.net>
9274
9275         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_base_init),
9276         (gst_video_sink_get_type): Add a debug category.
9277
9278 2005-12-17  Philippe Khalaf  <burger@speedy.org> 
9279
9280         * gst-libs/gst/rtp/gstbasertpdepayload.c:
9281         (gst_base_rtp_depayload_init), (gst_base_rtp_depayload_handle_sink_event):
9282           Handle downstream newsegment by sending our own newsegment before the
9283           next buffer to be released. (#323900)
9284
9285 2005-12-17  Philippe Khalaf  <burger@speedy.org> 
9286
9287         * gst-libs/gst/rtp/gstbasertpdepayload.c:
9288         (gst_base_rtp_depayload_set_gst_timestamp):
9289           add queue delay to new segment as well (as opposed to just the first
9290           buffer). (bug #322347)
9291
9292 2005-12-16  Stefan Kost  <ensonic@users.sf.net>
9293
9294         * ext/libvisual/visual.c: (make_valid_name):
9295           change some char* into char[]
9296         * gst/audiotestsrc/gstaudiotestsrc.c:
9297         (gst_audio_test_src_class_init), (gst_audio_test_src_do_seek),
9298         (gst_audio_test_src_create):
9299         * gst/audiotestsrc/gstaudiotestsrc.h:
9300           prepare to handle EOS and SEGMENT_DONE
9301
9302 2005-12-16  Tim-Philipp Müller  <tim at centricular dot net>
9303
9304         * tests/check/generic/states.c: (GST_START_TEST):
9305           Blacklist cdparanoia element in state test.
9306
9307 2005-12-16  Tim-Philipp Müller  <tim at centricular dot net>
9308
9309           Patch by: Benjamin Pineau
9310
9311         * gst/tcp/gsttcp.c:
9312         * gst/tcp/gsttcpclientsink.c:
9313         * gst/tcp/gsttcpserversink.c:
9314         * gst/tcp/gsttcpserversrc.c:
9315           Add <string.h> includes for memset and FD_ZERO (fixes #323878)
9316
9317 2005-12-15  Michael Smith  <msmith@fluendo.com>
9318
9319         * gst/videorate/gstvideorate.c: (gst_video_rate_blank_data),
9320         (gst_video_rate_chain):
9321           Fix timestamping for videorate when the first buffer it sees has a
9322           non-zero timestamp. Fix some misleading debug output.
9323
9324 2005-12-15  Michael Smith  <msmith@fluendo.com>
9325
9326         * gst/audioresample/gstaudioresample.c:
9327           Don't leak all input buffers to audioresample.
9328
9329 2005-12-15  Tim-Philipp Müller  <tim at centricular dot net>
9330
9331         * ext/pango/gsttextoverlay.c: (gst_text_overlay_collected):
9332           Don't operate on empty text buffers. Strip newlines and
9333           tabs only from the end of the text, but leave them intact
9334           in the middle. Fix typo in gtk-doc description.
9335
9336 2005-12-15  Tim-Philipp Müller  <tim at centricular dot net>
9337
9338         * gst/playback/gstplaybasebin.c:
9339         * gst/playback/gstplaybin.c: (handoff):
9340           Make sure the video frame buffer we return to apps via the
9341           "frame" property always has caps set on it. Modify
9342           _gst_gvalue_set_object() macro to handle NULL objects
9343           gracefully too.
9344
9345 2005-12-14  Stefan Kost  <ensonic@users.sf.net>
9346
9347         * gst/audiotestsrc/gstaudiotestsrc.c:
9348         (gst_audio_test_src_class_init), (gst_audio_test_src_init),
9349         (gst_audio_test_src_setcaps), (gst_audio_test_src_src_query),
9350         (gst_audio_test_src_do_seek), (gst_audio_test_src_is_seekable),
9351         (gst_audio_test_src_create):
9352         * gst/audiotestsrc/gstaudiotestsrc.h:
9353         Adjust to some recent api changes and add wtays new cool seeking
9354         capabillities
9355
9356 2005-12-14  Tim-Philipp Müller  <tim at centricular dot net>
9357
9358         * ext/alsa/Makefile.am:
9359         * ext/alsa/gstalsadeviceprobe.c:
9360         * ext/alsa/gstalsadeviceprobe.h:
9361           Helper functions to add device probing via the GstPropertyProbe
9362           interface to a class.
9363
9364         * ext/alsa/gstalsamixer.h:
9365           Comment out GST_ALSA_MIXER, it returns a struct that's not
9366           used.
9367
9368         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_open):
9369           Add some debug info. 
9370
9371         * ext/alsa/gstalsamixerelement.c:
9372         (gst_alsa_mixer_element_interface_supported),
9373         (gst_implements_interface_init),
9374         (gst_alsa_mixer_element_init_interfaces),
9375         (gst_alsa_mixer_element_class_init),
9376         (gst_alsa_mixer_element_finalize), (gst_alsa_mixer_element_init),
9377         (gst_alsa_mixer_element_set_property),
9378         (gst_alsa_mixer_element_get_property),
9379         (gst_alsa_mixer_element_change_state):
9380         * ext/alsa/gstalsamixerelement.h:
9381           Add 'device' and 'device-name' properties. Add GstPropertyProbe
9382           for device handling (gnome-volume-control will need that).
9383
9384 2005-12-12  Christian Schaller  <uraeus@gnome.org>
9385
9386         * ext/Makefile.am: fix cdparanoia entry
9387         * gst-plugins-base.spec.in: add cdparanoia
9388
9389 2005-12-12  Michael Smith  <msmith@fluendo.com>
9390
9391         * ext/ogg/gstoggdemux.c: (gst_ogg_type_find):
9392           Use the correct function to free list of typefind factories.
9393
9394 2005-12-12  Wim Taymans  <wim@fluendo.com>
9395
9396         * gst/videotestsrc/gstvideotestsrc.c:
9397         (gst_video_test_src_class_init), (gst_video_test_src_init),
9398         (gst_video_test_src_parse_caps), (gst_video_test_src_query),
9399         (gst_video_test_src_do_seek), (gst_video_test_src_is_seekable),
9400         (gst_video_test_src_create):
9401         * gst/videotestsrc/gstvideotestsrc.h:
9402         Implement seeking in videotestsrc.
9403         Small cleanups.
9404
9405 2005-12-12  Wim Taymans  <wim@fluendo.com>
9406
9407         * ext/cdparanoia/Makefile.am:
9408         * ext/cdparanoia/gstcdparanoia.c: (gst_paranoia_mode_get_type),
9409         (gst_paranoia_endian_get_type), (_do_init),
9410         (cdparanoia_class_init), (cdparanoia_init),
9411         (cdparanoia_set_property), (cdparanoia_get_property),
9412         (cdparanoia_do_seek), (cdparanoia_is_seekable),
9413         (cdparanoia_create), (cdparanoia_start), (cdparanoia_stop),
9414         (cdparanoia_convert), (cdparanoia_get_query_types),
9415         (cdparanoia_query), (cdparanoia_set_index),
9416         (cdparanoia_uri_set_uri):
9417         * ext/cdparanoia/gstcdparanoia.h:
9418         Partially ported cdparanoia now that basesrc can support a
9419         plugin like this..
9420
9421 2005-12-12  Wim Taymans  <wim@fluendo.com>
9422
9423         * tests/examples/seek/scrubby.c: (main):
9424         Set higher priority for bus events so they don't get reordered with
9425         gtk gui events.
9426
9427         * tests/examples/seek/seek.c: (do_seek), (start_seek), (stop_seek),
9428         (flush_toggle_cb), (main):
9429         Added checkbox to disable flushing seeks. 
9430         Disable scrubbing when doing non flushing seeks.
9431
9432 2005-12-12  Tim-Philipp Müller  <tim at centricular dot net>
9433
9434         * gst/subparse/gstsubparse.c: (gst_sub_parse_init),
9435         (gst_sub_parse_do_seek), (gst_sub_parse_src_event), (parse_subrip),
9436         (parser_state_init), (handle_buffer), (gst_sub_parse_chain),
9437         (gst_sub_parse_sink_event), (gst_sub_parse_change_state):
9438           Implement some sort of event handling that doesn't rely on
9439           g_return_if_fail; make sure we always push the last chunk of an 
9440           .srt out when we receive an EOS; use gst_pad_alloc_buffer; fix
9441           state change function; remove some old cruft. Seeking is still
9442           rather unlikely to work though.
9443
9444         * tools/.cvsignore:
9445           Ignore more.
9446
9447 2005-12-11  Julien MOUTTE  <julien@moutte.net>
9448
9449         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state): 
9450         Fixed a leak of the current image reference when cleaning up.
9451         Thanks to Arwed von Merkatz (alley_cat) for pointing it out.
9452
9453 2005-12-09  Michael Smith  <msmith@fluendo.com>
9454
9455         * tools/Makefile.am:
9456         * tools/gst-launch-ext-m.m:
9457           Remove gst-launch-ext. It doesn't work, and is no longer
9458           particularly useful.
9459
9460 2005-12-08  Luca Ognibene  <luogni@tin.it>
9461
9462         * ext/ogg/gstogmparse.c: (gst_ogm_parse_sink_query):
9463           don't pass random values to ogmparse convert function.
9464           Make seeking possible in the exile1.ogm file.
9465
9466 2005-12-07  Tim-Philipp Müller  <tim at centricular dot net>
9467
9468         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_property):
9469         * gst/playback/gstplaybin.c: (gst_play_bin_get_property):
9470           Work around refcount problem with g_value_set_object() that occur
9471           if the core has been compiled against GLib-2.6 (g_value_set_object()
9472           will only g_object_ref() the element, but the caller will
9473           gst_object_unref() it and bad things will happen due to the way
9474           GstObjects are refcounted in the GLib-2.6 case). Fixes problems with
9475           totem for people on FC4 using Thomas's 0.10 RPMs.
9476           
9477 2005-12-07  Edward Hervey  <edward@fluendo.com>
9478
9479         Time to welcome ogm to 0.10 :)
9480         
9481         * ext/ogg/gstoggdemux.c: (internal_element_pad_added_cb),
9482         (gst_ogg_pad_typefind):
9483         Oggdemux can now properly typefind elements with dynamic pads.
9484         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
9485         Properly set caps on src pad, and set caps on outgoing buffers.
9486
9487 2005-12-06  Thomas Vander Stichele  <thomas at apestaart dot org>
9488
9489         * ext/alsa/gstalsamixer.h:
9490         * ext/alsa/gstalsamixerelement.h:
9491         * ext/alsa/gstalsamixeroptions.h:
9492         * ext/alsa/gstalsamixertrack.h:
9493         * ext/alsa/gstalsasink.c:
9494         * ext/alsa/gstalsasink.h:
9495         * ext/alsa/gstalsasrc.c:
9496         * ext/alsa/gstalsasrc.h:
9497         * ext/cdparanoia/gstcdparanoia.h:
9498         * ext/gnomevfs/gstgnomevfsuri.h:
9499         * ext/ogg/gstoggdemux.c:
9500         * ext/ogg/gstoggmux.c:
9501         * ext/pango/gsttextoverlay.h:
9502         * ext/theora/theoradec.c:
9503         * ext/theora/theoraenc.c:
9504         * ext/vorbis/vorbisdec.h:
9505         * ext/vorbis/vorbisenc.c:
9506         * ext/vorbis/vorbisenc.h:
9507         * ext/vorbis/vorbisparse.h:
9508         * gst-libs/gst/audio/gstaudioclock.h:
9509         * gst-libs/gst/audio/gstaudiosink.c:
9510         * gst-libs/gst/audio/gstaudiosink.h:
9511         * gst-libs/gst/audio/gstaudiosrc.c:
9512         * gst-libs/gst/audio/gstaudiosrc.h:
9513         * gst-libs/gst/audio/gstbaseaudiosink.c:
9514         * gst-libs/gst/audio/gstbaseaudiosink.h:
9515         * gst-libs/gst/audio/gstbaseaudiosrc.c:
9516         * gst-libs/gst/audio/gstbaseaudiosrc.h:
9517         * gst-libs/gst/audio/gstringbuffer.h:
9518         * gst-libs/gst/audio/multichannel.h:
9519         * gst-libs/gst/floatcast/floatcast.h:
9520         * gst-libs/gst/interfaces/colorbalance.c:
9521         * gst-libs/gst/interfaces/colorbalance.h:
9522         * gst-libs/gst/interfaces/colorbalancechannel.h:
9523         * gst-libs/gst/interfaces/mixer.h:
9524         * gst-libs/gst/interfaces/mixeroptions.h:
9525         * gst-libs/gst/interfaces/mixertrack.h:
9526         * gst-libs/gst/interfaces/navigation.h:
9527         * gst-libs/gst/interfaces/propertyprobe.h:
9528         * gst-libs/gst/interfaces/tuner.h:
9529         * gst-libs/gst/interfaces/tunerchannel.h:
9530         * gst-libs/gst/interfaces/tunernorm.h:
9531         * gst-libs/gst/interfaces/xoverlay.h:
9532         * gst-libs/gst/netbuffer/gstnetbuffer.h:
9533         * gst-libs/gst/riff/riff-ids.h:
9534         * gst-libs/gst/riff/riff-media.h:
9535         * gst-libs/gst/riff/riff-read.h:
9536         * gst-libs/gst/rtp/gstbasertpdepayload.h:
9537         * gst-libs/gst/rtp/gstbasertppayload.c:
9538         * gst-libs/gst/rtp/gstbasertppayload.h:
9539         * gst-libs/gst/rtp/gstrtpbuffer.c:
9540         * gst-libs/gst/rtp/gstrtpbuffer.h:
9541         * gst-libs/gst/tag/gsttageditingprivate.h:
9542         * gst-libs/gst/tag/gstvorbistag.c:
9543         (gst_tag_list_from_vorbiscomment_buffer):
9544         * gst-libs/gst/tag/tag.h:
9545         * gst-libs/gst/video/video.h:
9546         * gst/adder/gstadder.c:
9547         * gst/adder/gstadder.h:
9548         * gst/audioconvert/audioconvert.c:
9549         * gst/audioconvert/audioconvert.h:
9550         * gst/audioconvert/gstaudioconvert.c:
9551         * gst/audioconvert/gstchannelmix.c:
9552         * gst/audioconvert/gstchannelmix.h:
9553         * gst/audiorate/gstaudiorate.c:
9554         * gst/audioresample/buffer.h:
9555         * gst/audioresample/functable.h:
9556         * gst/audioresample/gstaudioresample.c:
9557         * gst/audioresample/resample.h:
9558         * gst/ffmpegcolorspace/avcodec.h:
9559         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
9560         * gst/ffmpegcolorspace/gstffmpegcodecmap.h:
9561         * gst/ffmpegcolorspace/imgconvert.c:
9562         * gst/ffmpegcolorspace/imgconvert_template.h:
9563         * gst/playback/gstdecodebin.c:
9564         * gst/playback/gstplaybasebin.h:
9565         * gst/playback/gstplaybin.c:
9566         * gst/playback/gststreaminfo.h:
9567         * gst/tcp/gstfdset.c:
9568         * gst/tcp/gstfdset.h:
9569         * gst/tcp/gstmultifdsink.c:
9570         * gst/tcp/gstmultifdsink.h:
9571         * gst/tcp/gsttcp.h:
9572         * gst/tcp/gsttcpclientsrc.c:
9573         * gst/tcp/gsttcpclientsrc.h:
9574         * gst/tcp/gsttcpplugin.h:
9575         * gst/tcp/gsttcpserversink.c:
9576         * gst/tcp/gsttcpserversrc.c:
9577         * gst/typefind/gsttypefindfunctions.c:
9578         * gst/videorate/gstvideorate.c:
9579         * gst/videotestsrc/gstvideotestsrc.h:
9580         * gst/videotestsrc/videotestsrc.h:
9581         * sys/v4l/gstv4lcolorbalance.h:
9582         * sys/v4l/gstv4ltuner.h:
9583         * sys/v4l/gstv4lxoverlay.h:
9584         * sys/v4l/v4l_calls.h:
9585         * sys/v4l/videodev_mjpeg.h:
9586         * tests/check/elements/audioconvert.c:
9587         * tests/check/elements/audioresample.c:
9588         * tests/check/elements/audiotestsrc.c:
9589         * tests/check/elements/videotestsrc.c:
9590         * tests/check/elements/volume.c:
9591         * tests/examples/seek/scrubby.c:
9592         * tests/examples/seek/seek.c:
9593           expand tabs
9594
9595 === release 0.10.0 ===
9596
9597 2005-12-05 Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
9598
9599         * configure.ac:
9600           releasing 0.10.0, "Mont-d'or"
9601
9602 2005-12-05  Jan Schmidt  <thaytan@mad.scientist.com>
9603
9604         * tests/examples/seek/Makefile.am:
9605         Build fix for when gtk is not available.
9606
9607 2005-12-05  Andy Wingo  <wingo@pobox.com>
9608
9609         * ext/libvisual/visual.c: (get_buffer):
9610         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_peer):
9611         * ext/pango/gsttextrender.c: (gst_text_render_chain):
9612         * ext/theora/theoradec.c: (theora_handle_data_packet):
9613         * ext/theora/theoraenc.c: (theora_buffer_from_packet),
9614         (theora_enc_chain):
9615         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
9616         * gst/videotestsrc/gstvideotestsrc.c: (gst_video_test_src_create):
9617         Update for alloc_buffer changes.
9618
9619 2005-12-05  Andy Wingo  <wingo@pobox.com>
9620
9621         patch by: Kai Vehmanen <kv2004 eca cx>
9622         
9623         * gst-libs/gst/rtp/gstbasertpdepayload.c
9624         (gst_base_rtp_depayload_thread): Fix busy loop (#323017).
9625
9626 2005-12-04  Andy Wingo  <wingo@pobox.com>
9627
9628         patch by: Sebastien Cote <sebas642 yahoo ca>
9629         
9630         * pkgconfig/gstreamer-plugins-base.pc.in (Libs): Add -L flag.
9631         Fixes #319172.
9632
9633 2005-12-02  Tim-Philipp Müller  <tim at centricular dot net>
9634
9635         * docs/plugins/Makefile.am:
9636         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
9637         * docs/plugins/gst-plugins-base-plugins-sections.txt:
9638         * docs/plugins/gst-plugins-base-plugins.hierarchy:
9639         * ext/pango/gstclockoverlay.c:
9640         * ext/pango/gsttextoverlay.c: 
9641         * ext/pango/gsttextrender.c:
9642         * ext/pango/gsttimeoverlay.c:
9643           Add gtk-doc blurbs to pango elements.
9644
9645 2005-12-02  Wim Taymans  <wim@fluendo.com>
9646
9647         * gst/audioresample/buffer.c: (audioresample_buffer_queue_flush):
9648         * gst/audioresample/buffer.h:
9649         * gst/audioresample/gstaudioresample.c:
9650         * gst/audioresample/gstaudioresample.h:
9651         * gst/audioresample/resample.c: (resample_input_flush),
9652         (resample_input_pushthrough), (resample_input_eos),
9653         (resample_get_output_size_for_input),
9654         (resample_get_input_size_for_output), (resample_get_output_size),
9655         (resample_get_output_data):
9656         * gst/audioresample/resample.h:
9657         * gst/audioresample/resample_ref.c: (resample_scale_ref):
9658         Fix audioresample, seek torture, new segments, reverse negotiation
9659         etc.. work fine.
9660
9661 2005-12-02  Wim Taymans  <wim@fluendo.com>
9662
9663         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
9664         Small cleanups.
9665
9666 2005-12-02  Wim Taymans  <wim@fluendo.com>
9667
9668         * gst/audioconvert/gstaudioconvert.c:
9669         (gst_audio_convert_transform):
9670         Post errors.
9671
9672 === release 0.9.7 ===
9673
9674 2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
9675
9676         * configure.ac:
9677           releasing 0.9.7, "Mi Perro No Tiene Ninguna Nariz"
9678
9679 2005-12-01  Thomas Vander Stichele  <thomas at apestaart dot org>
9680
9681         * Makefile.am:
9682         * po/hu.po:
9683         * win32/MANIFEST:
9684         * win32/gst.sln:
9685           add win32 MANIFEST file
9686           do something to the hungarian translation
9687
9688 2005-12-01  Tim-Philipp Müller  <tim at centricular dot net>
9689
9690         * ext/Makefile.am:
9691           Add $(PANGO_DIR) to SUBDIRS
9692
9693         * ext/pango/gstclockoverlay.c:
9694         * ext/pango/gsttimeoverlay.c:
9695           Fix and improve element descriptions.
9696
9697 2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
9698
9699         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
9700         * docs/plugins/inspect/plugin-libvisual.xml:
9701         * docs/plugins/inspect/plugin-pango.xml:
9702           add pango plugin to docs
9703
9704 2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
9705
9706         * configure.ac:
9707         * ext/Makefile.am:
9708           moved pango to base
9709
9710 2005-12-01  Thomas Vander Stichele  <thomas at apestaart dot org>
9711
9712         * configure.ac:
9713         * tests/Makefile.am:
9714         * tests/icles/.cvsignore:
9715         * tests/icles/Makefile.am:
9716         * tests/icles/stress-xoverlay.c: (myclock), (open_display),
9717         (close_display), (resize_window), (move_window), (create_window),
9718         (terminate_playback), (pause_playback), (start_playback), (main):
9719           add stress test for xoverlay from Julien
9720
9721 2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
9722
9723         * docs/libs/tmpl/gstcolorbalance.sgml:
9724         * gst-libs/gst/rtp/gstbasertpdepayload.c:
9725         * gst-libs/gst/rtp/gstbasertppayload.c:
9726         * gst-libs/gst/rtp/gstrtpbuffer.c:
9727         * gst-libs/gst/rtp/gstrtpbuffer.h:
9728           Do burger's rename for rtp payloaders and depayloaders
9729
9730 2005-12-01  Thomas Vander Stichele  <thomas at apestaart dot org>
9731
9732         * win32/:
9733           add Visual Studio 6 build files
9734
9735 2005-12-01  Thomas Vander Stichele  <thomas at apestaart dot org>
9736
9737         * docs/libs/gst-plugins-base-libs-docs.sgml:
9738         * docs/libs/gst-plugins-base-libs-sections.txt:
9739         * docs/libs/tmpl/gstaudio.sgml:
9740         * docs/libs/tmpl/gstringbuffer.sgml:
9741         * gst-libs/gst/interfaces/xoverlay.c:
9742         * gst-libs/gst/video/gstvideofilter.c:
9743         * gst-libs/gst/video/gstvideosink.c:
9744           update documentation
9745
9746 2005-12-01  Thomas Vander Stichele  <thomas at apestaart dot org>
9747
9748         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_base_init),
9749         (gst_multi_fd_sink_class_init), (gst_multi_fd_sink_init),
9750         (gst_multi_fd_sink_finalize), (gst_multi_fd_sink_add),
9751         (gst_multi_fd_sink_remove), (gst_multi_fd_sink_clear),
9752         (gst_multi_fd_sink_get_stats),
9753         (gst_multi_fd_sink_remove_client_link),
9754         (gst_multi_fd_sink_handle_client_read),
9755         (gst_multi_fd_sink_client_queue_data),
9756         (gst_multi_fd_sink_client_queue_caps),
9757         (gst_multi_fd_sink_client_queue_buffer),
9758         (gst_multi_fd_sink_new_client),
9759         (gst_multi_fd_sink_handle_client_write),
9760         (gst_multi_fd_sink_recover_client),
9761         (gst_multi_fd_sink_queue_buffer),
9762         (gst_multi_fd_sink_handle_clients), (gst_multi_fd_sink_thread),
9763         (gst_multi_fd_sink_render), (gst_multi_fd_sink_set_property),
9764         (gst_multi_fd_sink_get_property), (gst_multi_fd_sink_start),
9765         (gst_multi_fd_sink_stop), (gst_multi_fd_sink_change_state):
9766         * gst/tcp/gstmultifdsink.h:
9767         * gst/tcp/gsttcpclientsink.c: (gst_tcp_client_sink_get_type),
9768         (gst_tcp_client_sink_base_init), (gst_tcp_client_sink_class_init),
9769         (gst_tcp_client_sink_init), (gst_tcp_client_sink_finalize),
9770         (gst_tcp_client_sink_setcaps), (gst_tcp_client_sink_render),
9771         (gst_tcp_client_sink_set_property),
9772         (gst_tcp_client_sink_get_property), (gst_tcp_client_sink_start),
9773         (gst_tcp_client_sink_stop), (gst_tcp_client_sink_change_state):
9774         * gst/tcp/gsttcpclientsink.h:
9775         * gst/tcp/gsttcpclientsrc.c: (gst_tcp_client_src_base_init),
9776         (gst_tcp_client_src_class_init), (gst_tcp_client_src_init),
9777         (gst_tcp_client_src_finalize), (gst_tcp_client_src_getcaps),
9778         (gst_tcp_client_src_create), (gst_tcp_client_src_set_property),
9779         (gst_tcp_client_src_get_property), (gst_tcp_client_src_start),
9780         (gst_tcp_client_src_stop), (gst_tcp_client_src_unlock):
9781         * gst/tcp/gsttcpclientsrc.h:
9782         * gst/tcp/gsttcpplugin.c: (plugin_init):
9783         * gst/tcp/gsttcpserversink.c: (gst_tcp_server_sink_base_init),
9784         (gst_tcp_server_sink_class_init), (gst_tcp_server_sink_init),
9785         (gst_tcp_server_sink_finalize),
9786         (gst_tcp_server_sink_handle_server_read),
9787         (gst_tcp_server_sink_removed), (gst_tcp_server_sink_handle_wait),
9788         (gst_tcp_server_sink_set_property),
9789         (gst_tcp_server_sink_get_property),
9790         (gst_tcp_server_sink_init_send), (gst_tcp_server_sink_close):
9791         * gst/tcp/gsttcpserversink.h:
9792         * gst/tcp/gsttcpserversrc.c: (gst_tcp_server_src_base_init),
9793         (gst_tcp_server_src_class_init), (gst_tcp_server_src_init),
9794         (gst_tcp_server_src_finalize), (gst_tcp_server_src_create),
9795         (gst_tcp_server_src_set_property),
9796         (gst_tcp_server_src_get_property), (gst_tcp_server_src_start),
9797         (gst_tcp_server_src_stop), (gst_tcp_server_src_unlock):
9798         * gst/tcp/gsttcpserversrc.h:
9799           more borgifying
9800
9801 2005-12-01  Thomas Vander Stichele  <thomas at apestaart dot org>
9802
9803         * docs/plugins/Makefile.am:
9804         * docs/plugins/gst-plugins-base-plugins.args:
9805         * docs/plugins/inspect/plugin-libvisual.xml:
9806         * gst/audioconvert/plugin.h:
9807         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_get_type),
9808         (gst_audio_rate_base_init), (gst_audio_rate_class_init),
9809         (gst_audio_rate_setcaps), (gst_audio_rate_init),
9810         (gst_audio_rate_chain), (gst_audio_rate_set_property),
9811         (gst_audio_rate_get_property), (gst_audio_rate_change_state),
9812         (plugin_init):
9813         * gst/audiotestsrc/gstaudiotestsrc.c:
9814         (gst_audiostestsrc_wave_get_type), (gst_audio_test_src_base_init),
9815         (gst_audio_test_src_class_init), (gst_audio_test_src_init),
9816         (gst_audio_test_src_src_fixate), (gst_audio_test_src_setcaps),
9817         (gst_audio_test_src_get_query_types),
9818         (gst_audio_test_src_src_query), (gst_audio_test_src_create_sine),
9819         (gst_audio_test_src_create_square),
9820         (gst_audio_test_src_create_saw),
9821         (gst_audio_test_src_create_triangle),
9822         (gst_audio_test_src_create_silence),
9823         (gst_audio_test_src_create_white_noise),
9824         (gst_audio_test_src_init_pink_noise),
9825         (gst_audio_test_src_generate_pink_noise_value),
9826         (gst_audio_test_src_create_pink_noise),
9827         (gst_audio_test_src_change_wave), (gst_audio_test_src_get_times),
9828         (gst_audio_test_src_create), (gst_audio_test_src_set_property),
9829         (gst_audio_test_src_get_property), (gst_audio_test_src_start),
9830         (plugin_init):
9831         * gst/audiotestsrc/gstaudiotestsrc.h:
9832         * gst/subparse/gstsubparse.c: (gst_sub_parse_get_type),
9833         (gst_sub_parse_base_init), (gst_sub_parse_class_init),
9834         (gst_sub_parse_init), (gst_sub_parse_formats),
9835         (gst_sub_parse_src_eventmask), (gst_sub_parse_src_event),
9836         (convert_encoding), (get_next_line),
9837         (gst_sub_parse_data_format_autodetect),
9838         (gst_sub_parse_format_autodetect), (feed_textbuf), (handle_buffer),
9839         (gst_sub_parse_loop), (gst_sub_parse_chain),
9840         (gst_sub_parse_change_state), (gst_sub_parse_type_find),
9841         (plugin_init):
9842         * gst/subparse/gstsubparse.h:
9843         * gst/videorate/gstvideorate.c: (gst_video_rate_get_type),
9844         (gst_video_rate_base_init), (gst_video_rate_class_init),
9845         (gst_video_rate_transformcaps), (gst_video_rate_getcaps),
9846         (gst_video_rate_setcaps), (gst_video_rate_blank_data),
9847         (gst_video_rate_init), (gst_video_rate_event),
9848         (gst_video_rate_chain), (gst_video_rate_set_property),
9849         (gst_video_rate_get_property), (gst_video_rate_change_state),
9850         (plugin_init):
9851         * gst/videoscale/gstvideoscale.c:
9852         (gst_video_scale_method_get_type), (gst_video_scale_get_capslist),
9853         (gst_video_scale_src_template_factory),
9854         (gst_video_scale_sink_template_factory),
9855         (gst_video_scale_get_type), (gst_video_scale_base_init),
9856         (gst_video_scale_class_init), (gst_video_scale_init),
9857         (gst_video_scale_set_property), (gst_video_scale_get_property),
9858         (gst_video_scale_transform_caps), (gst_video_scale_get_format),
9859         (gst_video_scale_prepare_size), (parse_caps),
9860         (gst_video_scale_set_caps), (gst_video_scale_get_unit_size),
9861         (gst_video_scale_fixate_caps), (gst_video_scale_prepare_image),
9862         (gst_video_scale_transform), (gst_video_scale_handle_src_event),
9863         (plugin_init):
9864         * gst/videoscale/gstvideoscale.h:
9865         * gst/videotestsrc/gstvideotestsrc.c:
9866         (gst_video_test_src_pattern_get_type),
9867         (gst_video_test_src_base_init), (gst_video_test_src_class_init),
9868         (gst_video_test_src_init), (gst_video_test_src_src_fixate),
9869         (gst_video_test_src_set_pattern),
9870         (gst_video_test_src_set_property),
9871         (gst_video_test_src_get_property), (gst_video_test_src_getcaps),
9872         (gst_video_test_src_parse_caps), (gst_video_test_src_setcaps),
9873         (gst_video_test_src_event), (gst_video_test_src_get_times),
9874         (gst_video_test_src_create), (plugin_init):
9875         * gst/videotestsrc/gstvideotestsrc.h:
9876         * gst/videotestsrc/videotestsrc.c: (gst_video_test_src_get_size),
9877         (gst_video_test_src_smpte), (gst_video_test_src_snow),
9878         (gst_video_test_src_black):
9879         * gst/videotestsrc/videotestsrc.h:
9880           borgify further
9881           clean up docs a little
9882
9883 2005-11-30  Wim Taymans  <wim@fluendo.com>
9884
9885         * gst-libs/gst/rtp/gstbasertpdepayload.h:
9886         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_init),
9887         (gst_basertppayload_event), (gst_basertppayload_push),
9888         (gst_basertppayload_change_state):
9889         * gst-libs/gst/rtp/gstbasertppayload.h:
9890         closed #320644.
9891
9892 2005-11-30  Julien MOUTTE  <julien@moutte.net>
9893
9894         * docs/libs/gst-plugins-base-libs-docs.sgml:
9895         * docs/libs/gst-plugins-base-libs-sections.txt:
9896         * gst-libs/gst/video/gstvideofilter.c:
9897         * gst-libs/gst/video/gstvideosink.c:
9898         * gst-libs/gst/video/gstvideosink.h: Adding docs.
9899
9900 2005-11-30  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
9901
9902         * LICENSE:
9903           move
9904         * po/af.po:
9905         * po/az.po:
9906         * po/cs.po:
9907         * po/en_GB.po:
9908         * po/hu.po:
9909         * po/it.po:
9910         * po/nb.po:
9911         * po/nl.po:
9912         * po/or.po:
9913         * po/sq.po:
9914         * po/sr.po:
9915         * po/sv.po:
9916         * po/uk.po:
9917         * po/vi.po:
9918         * Makefile.am:
9919           update
9920         * scripts/autoplugins.sh:
9921           remove
9922
9923 2005-11-30  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
9924
9925         * Makefile.am:
9926         * configure.ac:
9927         * examples/Makefile.am:
9928         * examples/capsfilter/Makefile.am:
9929         * examples/capsfilter/capsfilter1.c:
9930         * examples/gob/Makefile.am:
9931         * examples/gob/gst-identity2.gob:
9932         * examples/indexing/.cvsignore:
9933         * examples/indexing/Makefile.am:
9934         * examples/indexing/indexmpeg.c:
9935         * examples/seeking/.cvsignore:
9936         * examples/seeking/Makefile.am:
9937         * examples/seeking/cdparanoia.c:
9938         * examples/seeking/cdplayer.c:
9939         * examples/seeking/chained.c:
9940         * examples/seeking/scrubby.c:
9941         * examples/seeking/seek.c:
9942         * examples/stats/Makefile.am:
9943         * examples/stats/mp2ogg.c:
9944         * examples/switch/.cvsignore:
9945         * examples/switch/Makefile.am:
9946         * examples/switch/switcher.c:
9947         * tests/Makefile.am:
9948         * tests/check/generic/.cvsignore:
9949         * tests/check/pipelines/.cvsignore:
9950         * tests/examples/Makefile.am:
9951         * tests/examples/seek/Makefile.am:
9952           reorganize stuff under tests/
9953
9954 2005-11-30  Edward Hervey  <edward@fluendo.com>
9955
9956         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind):
9957         Go away you stupid GstStaticPadTemplate memleak.
9958
9959 2005-11-30  Thomas Vander Stichele  <thomas at apestaart dot org>
9960
9961         * gst-libs/gst/net/Makefile.am:
9962         * gst-libs/gst/net/README:
9963         * gst-libs/gst/net/gstnetbuffer.c:
9964         * gst-libs/gst/net/gstnetbuffer.h:
9965           this was moved to "netbuffer"
9966
9967 2005-11-30  Thomas Vander Stichele  <thomas at apestaart dot org>
9968
9969         * gst-libs/gst/video/gstvideofilter.c: (gst_video_filter_get_type),
9970         (gst_video_filter_class_init), (gst_video_filter_init):
9971         * gst-libs/gst/video/gstvideofilter.h:
9972           borgify name to bring in line with other classes
9973
9974 2005-11-30  Thomas Vander Stichele  <thomas at apestaart dot org>
9975
9976         * gst/audioscale/.cvsignore:
9977         * gst/audioscale/Makefile.am:
9978         * gst/audioscale/README:
9979         * gst/audioscale/audioscale.vcproj:
9980         * gst/audioscale/dtof.c:
9981         * gst/audioscale/dtos.c:
9982         * gst/audioscale/functable.c:
9983         * gst/audioscale/gstaudioscale.c:
9984         * gst/audioscale/gstaudioscale.h:
9985         * gst/audioscale/private.h:
9986         * gst/audioscale/resample.c:
9987         * gst/audioscale/resample.h:
9988         * gst/audioscale/test.c:
9989           remove
9990
9991 2005-11-30  Edward Hervey  <edward@fluendo.com>
9992
9993         * gst-libs/gst/netbuffer/Makefile.am:
9994         really, really tired
9995
9996 2005-11-30  Edward Hervey  <edward@fluendo.com>
9997
9998         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
9999         Update for new GstTypeFindFactory _register()
10000
10001 2005-11-30  Edward Hervey  <edward@fluendo.com>
10002
10003         * gst-libs/gst/netbuffer/Makefile.am: (libgstnetbufferincludedir): 
10004         Let's not override libgstnet from core for no reason...
10005         (libgstnetbuffer_@GST_MAJORMINOR@_la_SOURCES):
10006         Ok, maybe not so quick next time.
10007
10008 2005-11-29  Thomas Vander Stichele  <thomas at apestaart dot org>
10009
10010         * configure.ac:
10011         * gst-libs/gst/Makefile.am:
10012           moved gst-libs/gst/net to netbuffer through CVS surgery
10013           remove old directory
10014           updating build to accomodate
10015           (#322257)
10016
10017 2005-11-29  Andy Wingo  <wingo@pobox.com>
10018
10019         * pkgconfig/gstreamer-plugins-base.pc.in:
10020         * pkgconfig/gstreamer-plugins-base-uninstalled.pc.in:
10021         * gst-libs/gst/net/Makefile.am: Rename gstnet to gstnetbuffer
10022         (#322257).
10023
10024 2005-11-29  Jan Schmidt  <thaytan@mad.scientist.com>
10025
10026         * gst/playback/gststreamselector.c: (gst_stream_selector_chain):
10027         3rd time's the charm. Correct ref-counting for discarded buffers.
10028
10029 2005-11-29  Jan Schmidt  <thaytan@mad.scientist.com>
10030
10031         * gst/playback/gststreamselector.c:
10032         (gst_stream_selector_class_init),
10033         (gst_stream_selector_set_property),
10034         (gst_stream_selector_get_property),
10035         (gst_stream_selector_request_new_pad), (gst_stream_selector_chain):
10036         Fix ref-counting
10037
10038 2005-11-29  Tim-Philipp Müller  <tim at centricular dot net>
10039
10040         * gst/subparse/gstsubparse.c: (feed_textbuf):
10041           Don't access already unref'ed buffer.
10042
10043 2005-11-29  Jan Schmidt  <thaytan@mad.scientist.com>
10044
10045         * gst/playback/gststreamselector.c:
10046         (gst_stream_selector_class_init), (gst_stream_selector_init),
10047         (gst_stream_selector_dispose), (gst_stream_selector_set_property),
10048         (gst_stream_selector_get_property),
10049         (gst_stream_selector_get_linked_pad),
10050         (gst_stream_selector_request_new_pad), (gst_stream_selector_chain):
10051         * gst/playback/gststreamselector.h:
10052         Add the active-pad property for playbin to use shortly. Ignore buffers
10053         from any other pad, returning GST_FLOW_NOT_LINKED
10054
10055 2005-11-29  Julien MOUTTE  <julien@moutte.net>
10056
10057         * ext/ogg/gstoggdemux.c: (gst_ogg_type_find): Free the list,
10058         patch from bug #322704 (Alessandro Decina).
10059
10060 2005-11-29  Thomas Vander Stichele  <thomas at apestaart dot org>
10061
10062         * gst-libs/gst/audio/Makefile.am:
10063           folded audiofilter into the audio library
10064
10065 2005-11-29  Thomas Vander Stichele  <thomas at apestaart dot org>
10066
10067         * gst/videoscale/gstvideoscale.h:
10068         * gst/videoscale/gstvideoscale.c:
10069           remove unimplemented scale methods
10070
10071 2005-11-28  Tim-Philipp Müller  <tim at centricular dot net>
10072
10073         * ext/ogg/gstoggmux.c: (gst_ogg_mux_send_headers):
10074           Don't leak caps.
10075
10076 2005-11-28  Julien MOUTTE  <julien@moutte.net>
10077
10078         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_put),
10079         (gst_ximagesink_setcaps):
10080         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put),
10081         (gst_xvimagesink_setcaps): Fixed a tricky bug. When caps renegotiation
10082         happens (only visible on ximagesink but bug is in xv too) set_caps was
10083         destroying the internal x[v]image used to memcpy non locally alloced
10084         buffers so that it got renewed on next _chain. The issue is that 
10085         _expose will try to put that image as it reffed it in _put.
10086         Using gst_buffer_unref instead of destroy fixes it !
10087
10088 2005-11-28  Edward Hervey  <edward@fluendo.com>
10089
10090         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
10091         (try_to_link_1), (queue_filled_cb):
10092         Better use of the queues. Start with a small size queue and only increase
10093         the size of the queues when the other queues are empty.
10094
10095 2005-11-28  Thomas Vander Stichele  <thomas at apestaart dot org>
10096
10097         * gst-libs/gst/video/Makefile.am:
10098           compile in copied-over videofilter into the video library
10099         * gst-libs/gst/video/videosink.h:
10100           rename the header to gstvideosink.h since it's a base GstObject class
10101         * sys/ximage/ximagesink.h:
10102         * sys/xvimage/xvimagesink.h:
10103           use the new header
10104
10105 2005-11-28  Wim Taymans  <wim@fluendo.com>
10106
10107         * gst/playback/gstplaybasebin.c: (group_commit), (probe_triggered):
10108         * gst/playback/gstplaybasebin.h:
10109         Prepare to handle errors betters.
10110
10111         * gst/playback/gstplaybin.c: (add_sink), (setup_sinks):
10112         Set sinks to PAUSED first before adding and linking them so that
10113         we don't interrupt dataflow.
10114
10115 2005-11-28  Wim Taymans  <wim@fluendo.com>
10116
10117         * gst-libs/gst/audio/TODO:
10118         Updated TODO
10119
10120         * gst-libs/gst/audio/gstaudiosink.c:
10121         (gst_audioringbuffer_open_device),
10122         (gst_audioringbuffer_close_device), (gst_audioringbuffer_acquire),
10123         (gst_audioringbuffer_release):
10124         Small cleanups.
10125
10126         * gst-libs/gst/audio/gstbaseaudiosink.c:
10127         (gst_base_audio_sink_class_init), (gst_base_audio_sink_render),
10128         (gst_base_audio_sink_change_state):
10129         Slave to the master clock when going to PLAYING and unslave when
10130         going to PAUSED.
10131
10132         * gst-libs/gst/audio/gstringbuffer.c:
10133         (gst_ring_buffer_open_device), (gst_ring_buffer_close_device),
10134         (gst_ring_buffer_acquire), (gst_ring_buffer_release),
10135         (gst_ring_buffer_samples_done), (gst_ring_buffer_set_sample),
10136         (gst_ring_buffer_clear_all), (wait_segment),
10137         (gst_ring_buffer_commit), (gst_ring_buffer_read),
10138         (gst_ring_buffer_advance):
10139         * gst-libs/gst/audio/gstringbuffer.h:
10140         Add some docs and cleanups.
10141
10142 2005-11-28  Julien MOUTTE  <julien@moutte.net>
10143
10144         * sys/xvimage/xvimagesink.c:
10145         (gst_xvimagesink_navigation_send_event): Fix navigation events
10146         coordinates translation with pixel aspect ratios.
10147
10148 2005-11-28  Julien MOUTTE  <julien@moutte.net>
10149
10150         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put):
10151         Use calculated video geometry from _setcaps instead of buffer
10152         caps to respect pixel aspect ratio. (fixes #322388)
10153
10154 2005-11-28  Julien MOUTTE  <julien@moutte.net>
10155
10156         * docs/libs/tmpl/gstcolorbalance.sgml:
10157         * docs/libs/tmpl/gstmixer.sgml:
10158         * docs/libs/tmpl/gstxoverlay.sgml:
10159         * gst-libs/gst/interfaces/xoverlay.c: Add docs for the Xoverlay
10160         interface.
10161
10162 2005-11-28  Julien MOUTTE  <julien@moutte.net>
10163
10164         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new):
10165         Refuse to create an XvImage if we can't find the format.
10166
10167 2005-11-28  Edward Hervey  <edward@fluendo.com>
10168
10169         * gst-libs/gst/riff/riff-media.c:
10170         (gst_riff_create_audio_template_caps):
10171         Add ATRAC3 to the list of riff-possible audio caps.
10172         I know we still don't have a plugin for atrac3, but it's saner to output
10173         that than a cryptic mimetype.
10174
10175 2005-11-27  Edward Hervey  <edward@fluendo.com>
10176
10177         * gst-libs/gst/riff/riff-read.c: (gst_riff_parse_strf_auds):
10178         Don't try to create a zero-sized subbuffer.
10179
10180 2005-11-27  Julien MOUTTE  <julien@moutte.net>
10181
10182         * sys/ximage/ximagesink.c: (gst_ximage_buffer_free),
10183         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_put),
10184         (gst_ximagesink_bufferpool_clear), (gst_ximagesink_buffer_alloc),
10185         (gst_ximagesink_expose): Fixed a tricky race.
10186         * sys/ximage/ximagesink.h:
10187         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put),
10188         (gst_xvimagesink_expose): Fixed a tricky race.
10189         * sys/xvimage/xvimagesink.h:
10190
10191 2005-11-27  Edward Hervey  <edward@fluendo.com>
10192
10193         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
10194         (gst_decode_bin_init), (close_pad_link), (try_to_link_1):
10195         Remove unused properties, and add queues between demuxers and decoders
10196         so that a lot more files can preroll properly.
10197
10198 2005-11-27  Thomas Vander Stichele  <thomas at apestaart dot org>
10199
10200         * gst-libs/gst/net/Makefile.am:
10201         * gst-libs/gst/rtp/Makefile.am:
10202         * gst-libs/gst/tag/Makefile.am:
10203           remove silly include
10204         * gst/tags/Makefile.am:
10205         * gst/tags/gsttagediting.c:
10206         * gst/tags/gsttageditingprivate.h:
10207         * gst/tags/tagedit.vcproj:
10208           remove directory, is as good as empty
10209
10210 2005-11-27  Thomas Vander Stichele  <thomas at apestaart dot org>
10211
10212         * configure.ac:
10213           added GST_LIB_LDFLAGS and GST_ALL_LDFLAGS
10214         * gst-libs/Makefile.am:
10215         * gst-libs/gst/audio/Makefile.am:
10216         * gst-libs/gst/interfaces/Makefile.am:
10217         * gst-libs/gst/net/Makefile.am:
10218         * gst-libs/gst/riff/Makefile.am:
10219         * gst-libs/gst/rtp/Makefile.am:
10220         * gst-libs/gst/tag/Makefile.am:
10221         * gst-libs/gst/video/Makefile.am:
10222           and use them
10223
10224 2005-11-27  Julien MOUTTE  <julien@moutte.net>
10225
10226         * docs/libs/tmpl/gstcolorbalance.sgml:
10227         * docs/libs/tmpl/gstmixer.sgml:
10228         * docs/libs/tmpl/gstxoverlay.sgml:
10229         * sys/ximage/ximagesink.c: (gst_ximagesink_buffer_alloc):
10230         * sys/ximage/ximagesink.h:
10231         * sys/xvimage/xvimagesink.h: More and more documentation.
10232
10233 2005-11-26  Julien MOUTTE  <julien@moutte.net>
10234
10235         * docs/libs/gst-plugins-base-libs-docs.sgml:
10236         * docs/libs/gst-plugins-base-libs-sections.txt:
10237         * docs/libs/tmpl/gstcolorbalance.sgml:
10238         * docs/libs/tmpl/gstmixer.sgml:
10239         * docs/libs/tmpl/gstxoverlay.sgml: Add the XOverlay interface
10240         to documentation.
10241
10242 2005-11-26  Julien MOUTTE  <julien@moutte.net>
10243
10244         * docs/plugins/Makefile.am:
10245         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
10246         * docs/plugins/gst-plugins-base-plugins-sections.txt:
10247         * sys/xvimage/xvimagesink.c: Added doc for xvimagesink.
10248
10249 2005-11-26  Julien MOUTTE  <julien@moutte.net>
10250
10251         * docs/plugins/Makefile.am:
10252         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
10253         * docs/plugins/gst-plugins-base-plugins-sections.txt:
10254         * docs/plugins/inspect/plugin-adder.xml:
10255         * docs/plugins/inspect/plugin-alsa.xml:
10256         * docs/plugins/inspect/plugin-audioconvert.xml:
10257         * docs/plugins/inspect/plugin-audiorate.xml:
10258         * docs/plugins/inspect/plugin-audioresample.xml:
10259         * docs/plugins/inspect/plugin-audiotestsrc.xml:
10260         * docs/plugins/inspect/plugin-decodebin.xml:
10261         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
10262         * docs/plugins/inspect/plugin-gnomevfs.xml:
10263         * docs/plugins/inspect/plugin-ogg.xml:
10264         * docs/plugins/inspect/plugin-playbin.xml:
10265         * docs/plugins/inspect/plugin-subparse.xml:
10266         * docs/plugins/inspect/plugin-tcp.xml:
10267         * docs/plugins/inspect/plugin-theora.xml:
10268         * docs/plugins/inspect/plugin-typefindfunctions.xml:
10269         * docs/plugins/inspect/plugin-video4linux.xml:
10270         * docs/plugins/inspect/plugin-videorate.xml:
10271         * docs/plugins/inspect/plugin-videoscale.xml:
10272         * docs/plugins/inspect/plugin-videotestsrc.xml:
10273         * docs/plugins/inspect/plugin-volume.xml:
10274         * docs/plugins/inspect/plugin-vorbis.xml:
10275         * docs/plugins/inspect/plugin-ximagesink.xml:
10276         * docs/plugins/inspect/plugin-xvimagesink.xml: Updated version.
10277         * sys/ximage/ximagesink.c: Adding documentation for ximagesink.
10278
10279 2005-11-26  Edward Hervey  <edward@fluendo.com>
10280
10281         * gst/audiorate/gstaudiorate.c: (gst_audiorate_chain):
10282         Properly return GstFlowReturn from gst_pad_push in chain functions.
10283
10284 2005-11-25  Michael Smith  <msmith@fluendo.com>
10285
10286         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_query_convert),
10287         (gst_ogg_demux_chain_peer), (gst_ogg_demux_perform_seek),
10288         (gst_ogg_demux_read_chain), (gst_ogg_demux_read_end_chain),
10289         (gst_ogg_demux_send_event), (gst_ogg_demux_loop):
10290           Handle various conditions better when we don't understand a stream.
10291           Removes a heap of CRITICALs on ogg streams containing unknown data.
10292
10293 2005-11-24  Andy Wingo  <wingo@pobox.com>
10294
10295         * gst/tcp/gstmultifdsink.c (gst_multifdsink_handle_client_write):
10296         Be threadsafe.
10297
10298 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
10299
10300         * configure.ac: back to HEAD
10301
10302 === release 0.9.6 ===
10303
10304 2005-11-23  Thomas Vander Stichele <thomas at apestaart dot org>
10305
10306         * configure.ac:
10307           releasing 0.9.6, "White Eight"
10308
10309 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
10310
10311         * check/pipelines/simple_launch_lines.c: (GST_START_TEST):
10312         * docs/plugins/inspect/plugin-sine.xml:
10313           remove sinesrc some more
10314
10315 2005-11-23  Wim Taymans  <wim@fluendo.com>
10316
10317         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_read):
10318         If we are reading too slowly, jump forward in the ringbuffer
10319         instead of blocking.
10320
10321 2005-11-23  Jan Schmidt  <thaytan@mad.scientist.com>
10322
10323         * ext/libvisual/visual.c: (gst_visual_src_setcaps), (get_buffer),
10324         (gst_visual_chain):
10325         * ext/theora/theoraenc.c: (theora_enc_sink_setcaps):
10326         * gst/videorate/gstvideorate.c: (gst_videorate_setcaps),
10327         (gst_videorate_chain):
10328         * gst/videotestsrc/gstvideotestsrc.c:
10329         (gst_videotestsrc_src_fixate), (gst_videotestsrc_create):
10330         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get_fps),
10331         (gst_v4lmjpegsrc_src_convert), (gst_v4lmjpegsrc_src_query),
10332         (gst_v4lmjpegsrc_get), (gst_v4lmjpegsrc_getcaps):
10333         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_get_fps),
10334         (gst_v4lsrc_get_fps_list), (gst_v4lsrc_buffer_new):
10335           Updates for API changes
10336
10337 2005-11-23  Wim Taymans  <wim@fluendo.com>
10338
10339         * gst-libs/gst/audio/gstbaseaudiosink.c:
10340         (gst_base_audio_sink_class_init), (gst_base_audio_sink_set_clock),
10341         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
10342         Fix for calibration API change.
10343
10344 2005-11-23  Michael Smith <msmith@fluendo.com>
10345
10346         * gst-libs/gst/audio/multichannel.c:
10347         (gst_audio_get_channel_positions),
10348         (gst_audio_set_channel_positions),
10349         (gst_audio_set_structure_channel_positions_list),
10350         (gst_audio_fixate_channel_positions):
10351           Use gst_value_array_*() functions on value arrays, not
10352           gst_value_list_*().
10353
10354 2005-11-23  Edward Hervey  <edward@fluendo.com>
10355
10356         * autogen.sh:
10357         eheh, sinesrc is gone. Replacing sample srcfile by existing one.
10358         Fixes autogen
10359
10360 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
10361
10362         * check/Makefile.am:
10363         * check/elements/videotestsrc.c: (setup_videotestsrc),
10364         (cleanup_videotestsrc), (GST_START_TEST), (videotestsrc_suite),
10365         (main):
10366           add a test for videotestsrc
10367
10368 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
10369
10370         * gst/sine/.cvsignore:
10371         * gst/sine/Makefile.am:
10372         * gst/sine/gstsinesrc.c:
10373         * gst/sine/gstsinesrc.h:
10374         * gst/sine/sinesrc.vcproj:
10375           and remove sinesrc from the repository.  Closes #321446
10376
10377 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
10378
10379         * configure.ac:
10380         * gst-plugins-base.spec.in:
10381           remove sinesrc from the build
10382
10383 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
10384
10385         * check/Makefile.am:
10386         * check/elements/audiotestsrc.c: (setup_audiotestsrc),
10387         (cleanup_audiotestsrc), (GST_START_TEST), (audiotestsrc_suite),
10388         (main):
10389           add a test for audiotestsrc, testing all waves.  Even seems
10390           leak-free at first glance, nice job Stefan
10391
10392 2005-11-23  Jan Schmidt  <thaytan@mad.scientist.com>
10393
10394         * po/af.po:
10395         * po/az.po:
10396         * po/cs.po:
10397         * po/en_GB.po:
10398         * po/hu.po:
10399         * po/it.po:
10400         * po/nb.po:
10401         * po/nl.po:
10402         * po/or.po:
10403         * po/sq.po:
10404         * po/sr.po:
10405         * po/sv.po:
10406         * po/uk.po:
10407         * po/vi.po:
10408           Translation string updates
10409
10410         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_fixate), (gst_v4lsrc_get_caps),
10411         (gst_v4lsrc_set_caps):
10412         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_get_fps),
10413         (gst_v4lsrc_get_fps_list), (gst_v4lsrc_buffer_new):
10414         * sys/v4l/v4lsrc_calls.h:
10415           Improve v4lsrc, by making it work again.
10416
10417 2005-11-23  Jan Schmidt  <thaytan@mad.scientist.com>
10418
10419         * ext/libvisual/visual.c: (gst_visual_chain):
10420           Fix the fps calculations.
10421
10422         * gst/ffmpegcolorspace/avcodec.h:
10423           Move structure element for clarity
10424
10425         * gst-libs/gst/interfaces/tunernorm.c: (gst_tuner_norm_init):
10426         * gst-libs/gst/interfaces/tunernorm.h:
10427         * sys/v4l/gstv4ljpegsrc.c: (gst_v4ljpegsrc_src_link):
10428         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_base_init):
10429         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_base_init),
10430         (gst_v4lmjpegsrc_get_fps), (gst_v4lmjpegsrc_src_convert),
10431         (gst_v4lmjpegsrc_src_query), (gst_v4lmjpegsrc_get),
10432         (gst_v4lmjpegsrc_getcaps):
10433         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_fixate), (gst_v4lsrc_get_caps),
10434         (gst_v4lsrc_set_caps):
10435         * sys/v4l/gstv4lsrc.h:
10436         * sys/v4l/v4l_calls.c: (gst_v4l_open):
10437         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_get_fps),
10438         (gst_v4lsrc_get_fps_list), (gst_v4lsrc_buffer_new):
10439         * sys/v4l/v4lsrc_calls.h:
10440           Fractional framerates...
10441
10442 2005-11-22  Wim Taymans  <wim@fluendo.com>
10443
10444         * gst-libs/gst/audio/gstbaseaudiosink.c:
10445         (gst_base_audio_sink_class_init), (gst_base_audio_sink_set_clock),
10446         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
10447         And we provide a clock by default, of course...
10448
10449 2005-11-22  Wim Taymans  <wim@fluendo.com>
10450
10451         * gst-libs/gst/audio/gstaudioclock.c: (gst_audio_clock_init):
10452         This clock can be slaved to a master clock now.
10453
10454         * gst-libs/gst/audio/gstbaseaudiosink.c:
10455         (gst_base_audio_sink_class_init), (gst_base_audio_sink_init),
10456         (gst_base_audio_sink_dispose), (gst_base_audio_sink_provide_clock),
10457         (gst_base_audio_sink_set_clock),
10458         (gst_base_audio_sink_set_property),
10459         (gst_base_audio_sink_get_property), (gst_base_audio_sink_preroll),
10460         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
10461         * gst-libs/gst/audio/gstbaseaudiosink.h:
10462         Handle slaving the internal clock to the clock selected in the
10463         pipeline.
10464         Add property to make the basesink not provide a clock.
10465
10466         * gst-libs/gst/rtp/gstbasertpdepayload.c:
10467         (gst_base_rtp_depayload_class_init), (gst_base_rtp_depayload_init),
10468         (gst_base_rtp_depayload_wait):
10469         * gst-libs/gst/rtp/gstbasertpdepayload.h:
10470         We can use the clock in GstElement, no need to store it ourselves.
10471
10472 2005-11-22  Thomas Vander Stichele  <thomas at apestaart dot org>
10473
10474         * docs/libs/tmpl/gstaudio.sgml:
10475           update
10476         * ext/cdparanoia/gstcdparanoia.c: (gst_paranoia_mode_get_type),
10477         (gst_paranoia_endian_get_type):
10478         * ext/theora/theoraenc.c: (gst_border_mode_get_type):
10479         * gst/audioscale/gstaudioscale.c: (gst_audioscale_method_get_type):
10480         * gst/audiotestsrc/gstaudiotestsrc.c:
10481         (gst_audiostestsrc_wave_get_type):
10482         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type):
10483         * gst/tcp/gstfdset.c: (gst_fdset_mode_get_type):
10484         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
10485         (gst_sync_method_get_type), (gst_unit_type_get_type),
10486         (gst_client_status_get_type), (gst_multifdsink_class_init),
10487         (gst_multifdsink_new_client), (gst_multifdsink_recover_client),
10488         (gst_multifdsink_queue_buffer), (gst_multifdsink_set_property),
10489         (gst_multifdsink_get_property):
10490         * gst/tcp/gstmultifdsink.h:
10491         * gst/videoscale/gstvideoscale.c: (gst_videoscale_method_get_type):
10492         * gst/videotestsrc/gstvideotestsrc.c:
10493         (gst_videotestsrc_pattern_get_type):
10494           remove deprecated properties
10495           fix up enums to correctly have short lowercase dashed nicks
10496
10497 2005-11-22  Michael Smith <msmith@fluendo.com>
10498
10499         * gst/videorate/gstvideorate.c: (gst_videorate_chain):
10500         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_create):
10501           Add underscore.
10502
10503 2005-11-22  Michael Smith <msmith@fluendo.com>
10504
10505         * gst/videorate/gstvideorate.c: (gst_videorate_chain):
10506         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_create):
10507           Use utility method for scaling clocktime for fractional framerates.
10508
10509 2005-11-22  Jan Schmidt  <thaytan@mad.scientist.com>
10510
10511         * ext/libvisual/visual.c: (gst_visual_src_setcaps), (get_buffer),
10512         (gst_visual_chain):
10513         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
10514         * ext/theora/theoradec.c: (theora_handle_type_packet):
10515         * ext/theora/theoraenc.c: (theora_enc_sink_setcaps),
10516         (theora_enc_chain):
10517         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
10518         * gst-libs/gst/video/video.c: (gst_video_frame_rate):
10519         * gst-libs/gst/video/video.h:
10520         * gst/ffmpegcolorspace/avcodec.h:
10521         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
10522         (gst_ffmpeg_caps_to_pixfmt):
10523         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
10524         (gst_ffmpegcsp_set_caps):
10525         * gst/videorate/gstvideorate.c: (gst_videorate_transformcaps),
10526         (gst_videorate_setcaps), (gst_videorate_blank_data),
10527         (gst_videorate_chain):
10528         * gst/videotestsrc/gstvideotestsrc.c:
10529         (gst_videotestsrc_src_fixate), (gst_videotestsrc_getcaps),
10530         (gst_videotestsrc_parse_caps), (gst_videotestsrc_setcaps),
10531         (gst_videotestsrc_event), (gst_videotestsrc_create):
10532         * gst/videotestsrc/gstvideotestsrc.h:
10533         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
10534         (gst_ximagesink_setcaps), (gst_ximagesink_change_state),
10535         (gst_ximagesink_get_times), (gst_ximagesink_init):
10536         * sys/ximage/ximagesink.h:
10537         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
10538         (gst_xvimagesink_setcaps), (gst_xvimagesink_change_state),
10539         (gst_xvimagesink_get_times), (gst_xvimagesink_init):
10540         * sys/xvimage/xvimagesink.h:
10541           Convert elements to use fractions for their framerate.
10542           V4L elements to come later tonight.
10543
10544 2005-11-22  Thomas Vander Stichele  <thomas at apestaart dot org>
10545
10546         * gst-libs/gst/audio/audio.c:
10547         * gst-libs/gst/audio/audio.h:
10548           remove some deprecated functions
10549
10550 2005-11-22  Andy Wingo  <wingo@pobox.com>
10551
10552         * Update for gst_tag_setter API changes.
10553
10554 2005-11-22  Andy Wingo  <wingo@pobox.com>
10555
10556         * ext/ogg/gstoggdemux.c (gst_ogg_pad_submit_packet)
10557         (gst_ogg_demux_perform_seek):
10558         * ext/theora/theoradec.c (theora_dec_sink_event):
10559         * ext/vorbis/vorbisdec.c (vorbis_dec_sink_event): Run
10560         update-funcnames.
10561
10562 2005-11-22  Wim Taymans  <wim@fluendo.com>
10563
10564         * examples/seeking/seek.c: (main):
10565         Give higher priority to bus signals than the gtk events
10566         to fix a race condition in the segment looping.
10567
10568 2005-11-22  Tim-Philipp Müller  <tim at centricular dot net>
10569
10570         * ext/theora/Makefile.am:
10571         * ext/vorbis/Makefile.am:
10572         * gst-libs/gst/tag/Makefile.am:
10573         * gst-plugins-base.spec.in:
10574           Rename libgsttagedit to libgsttag (#322117).
10575
10576 2005-11-22  Tim-Philipp Müller  <tim at centricular dot net>
10577
10578         * sys/ximage/ximagesink.c: (gst_ximagesink_setcaps):
10579         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps):
10580           Call gst_x_overlay_prepare_xwindow_id() to give applications
10581           a final chance to set their own xwindow id before the video
10582           sink creates its own window.
10583
10584 2005-11-22  Julien MOUTTE  <julien@moutte.net>
10585
10586         * sys/xvimage/xvimagesink.c:
10587         (gst_xvimagesink_navigation_send_event): Handle navigation
10588         events correcly with borders if applicable.
10589
10590 2005-11-22  Tim-Philipp Müller  <tim at centricular dot net>
10591
10592         Patch by: Luca Ognibene
10593
10594         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
10595         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt):
10596         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
10597         (gst_ffmpegcsp_caps_remove_format_info):
10598         * gst/ffmpegcolorspace/imgconvert.c:
10599         * gst/ffmpegcolorspace/imgconvert_template.h:
10600           Forward-port fixes from the 0.8 branch (patch by Luca Ognibene,
10601           #318353); use gst_structure_has_name().
10602
10603 2005-11-22  Julien MOUTTE  <julien@moutte.net>
10604
10605         * sys/ximage/ximagesink.c: (gst_ximagesink_event_thread),
10606         (gst_ximagesink_class_init): Add debug macros on functions.
10607         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
10608         (gst_xvimagesink_xwindow_draw_borders),
10609         (gst_xvimagesink_xvimage_put),
10610         (gst_xvimagesink_xwindow_update_geometry),
10611         (gst_xvimagesink_handle_xevents), (gst_xvimagesink_get_xv_support),
10612         (gst_xvimagesink_event_thread), (gst_xvimagesink_xcontext_get),
10613         (gst_xvimagesink_xcontext_clear),
10614         (gst_xvimagesink_get_format_from_caps), (gst_xvimagesink_setcaps),
10615         (gst_xvimagesink_change_state), (gst_xvimagesink_show_frame),
10616         (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_set_xwindow_id),
10617         (gst_xvimagesink_expose), (gst_xvimagesink_set_property),
10618         (gst_xvimagesink_get_property), (gst_xvimagesink_finalize),
10619         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
10620         * sys/xvimage/xvimagesink.h: Refactoring to handle aspect ratio,
10621         expose while being PAUSED, out of data flow navigation events, etc..
10622
10623 2005-11-22  Thomas Vander Stichele  <thomas at apestaart dot org>
10624
10625         * gst-libs/gst/audio/audio.c: (gst_audio_duration_from_pad_buffer):
10626         * gst-libs/gst/audio/audio.h:
10627           fix prototype - wondering why the test worked regardless
10628
10629 2005-11-21  Thomas Vander Stichele  <thomas at apestaart dot org>
10630
10631         * check/Makefile.am:
10632         * gst-libs/gst/audio/audio.c: (gst_audio_duration_from_pad_buffer):
10633         * gst-libs/gst/audio/audio.h:
10634           add a method that returns a proper GstClockTime
10635
10636 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
10637
10638         * gst-libs/gst/interfaces/xoverlay.c: (gst_x_overlay_base_init),
10639         (gst_x_overlay_got_xwindow_id), (gst_x_overlay_prepare_xwindow_id):
10640         * gst-libs/gst/interfaces/xoverlay.h:
10641           Remove everything having to do with the desired size; add 
10642           gst_x_overlay_prepare_xwindow_id() function; remove the
10643           'have-xwindow-id' signal and make gst_x_overlay_got_xwindow_id()
10644           post a message on the bus instead (#321816).
10645
10646         * sys/ximage/ximagesink.c: (gst_ximagesink_xoverlay_init):
10647         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps),
10648         (gst_xvimagesink_xoverlay_init):
10649           Remove desired size stuff (#321816).
10650
10651 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
10652
10653         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find),
10654         (mpeg2_sys_type_find), (mpeg1_sys_type_find),
10655         (mpeg_video_type_find), (mpeg_video_stream_type_find):
10656           Terminate vararg functions with NULL instead of 0 to 
10657           make gcc4 happy.
10658
10659 2005-11-21  Andy Wingo  <wingo@pobox.com>
10660
10661         patch by: Sebastien Cote <sebas642@yahoo.ca>
10662         
10663         * gst-libs/gst/rtp/gstrtpbuffer.h: 
10664         * gst-libs/gst/rtp/gstrtpbuffer.c
10665         (gst_rtpbuffer_get_payload_buffer): New function. Fixes #321451.
10666
10667 2005-11-21  Andy Wingo  <wingo@pobox.com>
10668
10669         * gst/playback/gstplaybin.c (gen_audio_element) 
10670         (gen_video_element): Use the new MISSING_PLUGIN core error
10671         category. Closes #320060.
10672
10673         * ext/vorbis/vorbisdec.c (vorbis_dec_sink_event): 
10674         * gst/videorate/gstvideorate.c (gst_videorate_event):
10675         * ext/theora/theoradec.c (theora_dec_sink_event): 
10676         * ext/theora/theoraenc.c (theora_enc_sink_event): Don't take
10677         stream lock.
10678
10679         * gst/subparse/gstsubparse.c (gst_subparse_src_event):
10680         * ext/ogg/gstoggdemux.c (gst_ogg_demux_perform_seek): Update for
10681         stream lock changes.
10682
10683 2005-11-21  Wim Taymans  <wim@fluendo.com>
10684
10685         * gst-libs/gst/audio/gstbaseaudiosink.c:
10686         (gst_base_audio_sink_class_init), (gst_base_audio_sink_init),
10687         (gst_base_audio_sink_provide_clock),
10688         (gst_base_audio_sink_set_clock), (gst_base_audio_sink_render),
10689         (gst_base_audio_sink_change_state):
10690         * gst/audioresample/gstaudioresample.c:
10691         Segment update fix.
10692
10693 2005-11-21  Andy Wingo  <wingo@pobox.com>
10694
10695         * *.h:
10696         * *.c: Ran scripts/update-macros. Oh yes.
10697
10698 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
10699
10700         * sys/ximage/Makefile.am:
10701         * sys/ximage/ximage.c:
10702           Rename ximage plugin to ximagesink (#321426) (Don't forget to
10703           remove your old libgstximage.* manually if necessary).
10704
10705 2005-11-21  Michael Smith <msmith@fluendo.com>
10706
10707         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_setup):
10708           Minimal fix for bug #320200: set the min/max bitrate in the correct
10709           units. A better fix would be to upgrade to the RATEMANAGE2
10710           interface, rather than using the deprecated interface used here, but
10711           that would require an update in our libvorbis dependency (to 1.1),
10712           which is probably undesirable.
10713
10714 2005-11-21  Jan Schmidt  <thaytan@mad.scientist.com>
10715
10716         * ext/libvisual/visual.c: (get_buffer):
10717         * gst-libs/gst/audio/gstbaseaudiosrc.c:
10718         (gst_base_audio_src_fixate):
10719         * gst/audioconvert/gstaudioconvert.c:
10720         (gst_audio_convert_fixate_caps):
10721         * gst/audioscale/gstaudioscale.c: (gst_audioscale_fixate):
10722         * gst/audiotestsrc/gstaudiotestsrc.c:
10723         (gst_audiotestsrc_src_fixate):
10724         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_fixate):
10725         * gst/videorate/gstvideorate.c: (gst_videorate_setcaps):
10726         * gst/videoscale/gstvideoscale.c: (gst_videoscale_fixate_caps):
10727         * gst/videotestsrc/gstvideotestsrc.c:
10728         (gst_videotestsrc_src_fixate):
10729         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_fixate):
10730         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_fixate):
10731           Rename gst_caps_structure_fixate_* to gst_structure_fixate_*
10732           (#322027)
10733
10734
10735 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
10736
10737         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
10738         (gst_riff_create_iavs_caps):
10739         * gst-libs/gst/riff/riff-read.c: (gst_riff_parse_file_header),
10740         (gst_riff_parse_strh), (gst_riff_parse_strf_vids),
10741         (gst_riff_parse_info):
10742         * gst/videotestsrc/videotestsrc.c: (paintinfo_find_by_structure):
10743         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_set_caps):
10744         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps):
10745           Fixes for GST_FOURCC_FORMAT API change.
10746
10747 2005-11-21  Andy Wingo  <wingo@pobox.com>
10748
10749         patch by: Alessandro Dessina <alessandro nnva org>
10750
10751         * ext/ogg/gstoggmux.c (gst_ogg_mux_set_header_on_caps):
10752         * ext/ogg/gstoggparse.c (gst_ogg_parse_append_header)
10753         (gst_ogg_parse_chain):
10754         * ext/theora/theoraenc.c (theora_set_header_on_caps):
10755         * ext/vorbis/vorbisenc.c (gst_vorbisenc_set_header_on_caps):
10756         * ext/vorbis/vorbisparse.c (vorbis_parse_set_header_on_caps): Fix
10757         gst_value_list calls on arrays. Fixes #321962.
10758
10759 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
10760
10761         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
10762         (gst_ogg_mux_request_new_pad), (gst_ogg_mux_queue_pads),
10763         (gst_ogg_mux_clear_collectpads), (gst_ogg_mux_change_state):
10764         * gst/adder/gstadder.c: (gst_adder_init),
10765         (gst_adder_request_new_pad), (gst_adder_collected),
10766         (gst_adder_change_state):
10767           Update for gst_collectpads_foo() to gst_collect_pads_foo()
10768           API change.
10769
10770 2005-11-21  Michael Smith <msmith@fluendo.com>
10771
10772         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_clear),
10773         (gst_vorbisenc_chain), (gst_vorbisenc_output_buffers):
10774           Properly handle pad_push return values.
10775
10776 2005-11-20  Jan Schmidt  <thaytan@mad.scientist.com>
10777
10778         * gst-libs/gst/tag/Makefile.am:
10779         * gst-libs/gst/tag/gstvorbistag.c:
10780         (gst_tag_list_to_vorbiscomment_buffer):
10781           Remove obsolete vorbistag element and debug category.
10782
10783         * gst/playback/gstplaybasebin.c: (check_queue):
10784           Don't divide by 0 when queue-threshold is 0.
10785
10786         * sys/ximage/ximagesink.c: (gst_ximagesink_set_property):
10787           Don't modify an existing pixel-aspect-ratio if we fail to read
10788           a new one.
10789
10790 2005-11-20  Wim Taymans  <wim@fluendo.com>
10791
10792         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_push_buffer),
10793         (gst_vorbisenc_push_packet):
10794         GST_PAD_IS_USABLE is gone, use the return value of
10795         the push or pad_alloc_buffer instead.
10796
10797 2005-11-18  Julien MOUTTE  <julien@moutte.net>
10798
10799         * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
10800         (gst_ximagesink_check_xshm_calls), (gst_ximagesink_ximage_new),
10801         (gst_ximagesink_ximage_destroy),
10802         (gst_ximagesink_xwindow_draw_borders), (gst_ximagesink_ximage_put),
10803         (gst_ximagesink_xwindow_new),
10804         (gst_ximagesink_xwindow_update_geometry),
10805         (gst_ximagesink_handle_xevents), (gst_ximagesink_event_thread),
10806         (gst_ximagesink_xcontext_get), (gst_ximagesink_xcontext_clear),
10807         (gst_ximagesink_bufferpool_clear), (gst_ximagesink_getcaps),
10808         (gst_ximagesink_setcaps), (gst_ximagesink_change_state),
10809         (gst_ximagesink_show_frame), (gst_ximagesink_buffer_alloc),
10810         (gst_ximagesink_navigation_send_event),
10811         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_expose),
10812         (gst_ximagesink_set_property), (gst_ximagesink_get_property),
10813         (gst_ximagesink_finalize), (gst_ximagesink_init),
10814         (gst_ximagesink_class_init):
10815         * sys/ximage/ximagesink.h: Refactoring of ximagesink.
10816         This new version brings correct software scaling, non flickering
10817         window while resizing, pixel aspect ratio handling, usage of
10818         hardware buffer pools, out of data flow event thread for 
10819         navigation and handling of expose events even when being PAUSED,
10820         a new property to keep video aspect ratio when resizing, etc...
10821
10822 2005-11-18  Julien MOUTTE  <julien@moutte.net>
10823
10824         * gst/videoscale/gstvideoscale.c: (gst_videoscale_class_init),
10825         (gst_videoscale_fixate_caps): Introduce back caps fixate with
10826         handling of PAR.
10827
10828 2005-11-18  Edward Hervey  <bilboed@dvdsrc.fluendo.com>
10829
10830         * gst/playback/gstdecodebin.c: (gst_decode_bin_init): 
10831         Unsetting IS_SINK flag from the fakesink, so decodebin
10832         never behaves as a sink.
10833
10834 2005-11-17  Wim Taymans  <wim@fluendo.com>
10835
10836         * gst-libs/gst/audio/gstbaseaudiosrc.c:
10837         (gst_base_audio_src_change_state):
10838         Fix the audiosrc base class again, we did not unflush.
10839
10840 2005-11-17  Julien MOUTTE  <julien@moutte.net>
10841
10842         * examples/seeking/seek.c: (make_dv_pipeline),
10843         (make_vorbis_theora_pipeline), (make_avi_pipeline),
10844         (make_mpegnt_pipeline): Use VSINK everywhere, add a scaler
10845         to ogg/vorbis/theora pipeline.
10846
10847 2005-11-17  Wim Taymans  <wim@fluendo.com>
10848
10849         * ext/ogg/gstoggmux.c: (gst_ogg_mux_queue_pads),
10850         (gst_ogg_mux_get_headers), (gst_ogg_mux_send_headers),
10851         (gst_ogg_mux_collected), (gst_ogg_mux_change_state):
10852         Fix EOS on multiple streams.
10853         More debugging.
10854
10855 2005-11-16  Wim Taymans  <wim@fluendo.com>
10856
10857         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_configure_segment),
10858         (gst_ogg_demux_perform_seek):
10859         Segment done must include stream time.
10860
10861         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
10862         (gst_ogg_mux_clear), (gst_ogg_mux_init), (gst_ogg_mux_finalize),
10863         (gst_ogg_mux_change_state):
10864         Fix ogg muxer again.
10865
10866 2005-11-16  Wim Taymans  <wim@fluendo.com>
10867
10868         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_init):
10869         Fix compile again.
10870
10871 2005-11-16  Thomas Vander Stichele  <thomas at apestaart dot org>
10872
10873         * ext/libvisual/visual.c: (gst_visual_init):
10874         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_init):
10875         * ext/ogg/gstoggparse.c: (gst_ogg_parse_init),
10876         (gst_ogg_parse_chain):
10877         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_init),
10878         (gst_ogm_video_parse_init), (gst_ogm_text_parse_init):
10879         * ext/theora/theoradec.c: (gst_theora_dec_init):
10880         * ext/theora/theoraenc.c: (gst_theora_enc_init):
10881         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init):
10882         * ext/vorbis/vorbisparse.c: (gst_vorbis_parse_init):
10883         * gst/adder/gstadder.c: (gst_adder_class_init),
10884         (gst_adder_dispose):
10885         * gst/audiorate/gstaudiorate.c: (gst_audiorate_init):
10886         * gst/subparse/gstsubparse.c: (gst_subparse_init):
10887         * gst/videorate/gstvideorate.c: (gst_videorate_init):
10888           Fix a whole set of pad template leaks
10889
10890 2005-11-16  Thomas Vander Stichele  <thomas at apestaart dot org>
10891
10892         * check/generic/states.c: (GST_START_TEST):
10893           fix the test so that it only checks for elements that are part of
10894           this source module
10895
10896 2005-11-16  Michael Smith <msmith@fluendo.com>
10897
10898         * ext/ogg/gstoggmux.c: (gst_ogg_mux_clear), (gst_ogg_mux_reset),
10899         (gst_ogg_mux_init), (gst_ogg_mux_request_new_pad),
10900         (gst_ogg_mux_push_buffer), (gst_ogg_mux_dequeue_page),
10901         (gst_ogg_mux_pad_queue_page), (gst_ogg_mux_queue_pads),
10902         (gst_ogg_mux_collected), (gst_ogg_mux_clear_collectpads),
10903         (gst_ogg_mux_change_state):
10904           Fix leaking collectpads.
10905
10906 2005-11-16  Edward Hervey  <edward@fluendo.com>
10907
10908         * gst/videorate/gstvideorate.c: (gst_videorate_blank_data),
10909         (gst_videorate_event), (gst_videorate_chain):
10910         Handle segment seeks
10911
10912 2005-11-16  Wim Taymans  <wim@fluendo.com>
10913
10914         * gst-libs/gst/audio/gstbaseaudiosink.c:
10915         (gst_base_audio_sink_provide_clock),
10916         (gst_base_audio_sink_change_state):
10917         Set ringbuffer to non-flushing when going to PAUSED, set to
10918         flushing again when going to READY.
10919
10920         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_init),
10921         (gst_ring_buffer_stop):
10922         Start in flushing mode by default.
10923         Don't set flushing in the _stop method, let the app call
10924         this explicitly.
10925
10926 2005-11-16  Julien MOUTTE  <julien@moutte.net>
10927
10928         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_center_rect):
10929         * gst-libs/gst/video/videosink.h: Add helper function needed
10930         for video sinks.
10931
10932 2005-11-16  Tim-Philipp Müller  <tim at centricular dot net>
10933
10934         * gst/videoscale/gstvideoscale.c:
10935         (gst_videoscale_handle_src_event):
10936           Don't leak reference to pad parent.
10937
10938 2005-11-16  Wim Taymans  <wim@fluendo.com>
10939
10940         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_stop):
10941         Set ringbuffer to flushing when stopping so that we don't
10942         block on wait_segment anymore and livelock.
10943
10944 2005-11-16  Wim Taymans  <wim@fluendo.com>
10945
10946         * examples/seeking/seek.c: (send_event), (do_seek),
10947         (loop_toggle_cb), (segment_done), (main):
10948         Added looping checkbox.
10949
10950 2005-11-16  Thomas Vander Stichele  <thomas at apestaart dot org>
10951
10952         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
10953         (gst_ogg_demux_init):
10954         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_base_init),
10955         (gst_vorbis_dec_init):
10956           revert unrefs, they don't pass make check
10957
10958 2005-11-15  Johan Dahlin  <johan@gnome.org>
10959
10960         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
10961         (gst_ogg_demux_init), (gst_ogg_demux_finalize):
10962         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_base_init),
10963         (gst_vorbis_dec_init):
10964         Fix pad template leaks. 
10965
10966 2005-11-15  Tim-Philipp Müller  <tim at centricular dot net>
10967
10968         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state):
10969           Make state change function thread safe.
10970
10971 2005-11-15  Edward Hervey  <edward@fluendo.com>
10972
10973         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_receive_event),
10974         (gst_ogg_demux_class_init):
10975         Implement GstElement::send_event, so we can send seek events
10976         in GST_STATE_READY
10977
10978 2005-11-14  Julien MOUTTE  <julien@moutte.net>
10979
10980         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_new):
10981         Discovered how to take away flickering while resizing the
10982         window. Please don't put that in ximagesink, refactoring in
10983         progress.
10984
10985 2005-11-14  Michael Smith <msmith@fluendo.com>
10986
10987         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_client_queue_data),
10988         (gst_multifdsink_render):
10989           Don't leak GDP headers when using GDP mode (i.e. tcpserversink).
10990
10991 2005-11-14  Tim-Philipp Müller  <tim at centricular dot net>
10992
10993         * gst/playback/gstplaybin.c: (gen_audio_element):
10994           Use autoaudiosink, it tends to be more widely available than
10995           autoaudiiosink.
10996           
10997 2005-11-14  Andy Wingo  <wingo@pobox.com>
10998
10999         * gst/playback/gstplaybin.c (gen_audio_element): Use autoaudiosink
11000         as well if it is available. Fixes #316442.
11001
11002 2005-11-14  Michael Smith <msmith@fluendo.com>
11003
11004         * ext/ogg/gstoggmux.c: (gst_ogg_mux_clear), (gst_ogg_mux_init),
11005         (gst_ogg_mux_sinkconnect), (gst_ogg_mux_request_new_pad),
11006         (gst_ogg_mux_push_buffer), (gst_ogg_mux_dequeue_page),
11007         (gst_ogg_mux_pad_queue_page), (gst_ogg_mux_queue_pads),
11008         (gst_ogg_mux_set_header_on_caps), (gst_ogg_mux_collected),
11009         (gst_ogg_mux_clear_collectpads), (gst_ogg_mux_change_state):
11010         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_buffer_from_packet),
11011         (gst_vorbisenc_change_state):
11012           Fix a small memory leak in vorbisenc.
11013           Fix large memory leaks in oggmux, also fix lots of state change
11014           bugs in oggmux.
11015
11016 2005-11-14  Thomas Vander Stichele  <thomas at apestaart dot org>
11017
11018         * gst/videotestsrc/gstvideotestsrc.c:
11019         (gst_videotestsrc_class_init), (gst_videotestsrc_init),
11020         (gst_videotestsrc_src_fixate):
11021           move fixation to a fixate function
11022           remove negotiate function, basesrc's is good enough
11023           fixes a bug for check when using the element alone
11024
11025 2005-11-13  Edward Hervey  <edward@fluendo.com>
11026
11027         * examples/seeking/seek.c: (do_seek), (accurate_toggle_cb),
11028         (key_toggle_cb), (main):
11029         Added checkboxes for adding/removing the accurate and key_unit seek
11030         flags.
11031
11032 2005-11-11  Thomas Vander Stichele  <thomas at apestaart dot org>
11033
11034         * configure.ac: back to HEAD
11035
11036 === release 0.9.5 ===
11037
11038 2005-11-11  Thomas Vander Stichele <thomas at apestaart dot org>
11039
11040         * configure.ac:
11041           releasing 0.9.5, "No No Kia"
11042
11043 2005-11-11  Edward Hervey  <edward@fluendo.com>
11044
11045         * examples/seeking/seek.c: (make_parselaunch_pipeline):
11046         Added parse-launch syntax seeking mode for the seeking example.
11047         This should help stress-test even more cases.
11048         Ex usage : ./seek 15 "filesrc location=uranus.avi ! decodebin ! xvimagesink"
11049
11050 2005-11-11  Tim-Philipp Müller  <tim at centricular dot net>
11051
11052         * sys/xvimage/xvimagesink.c:
11053         (gst_xvimagesink_navigation_send_event):
11054           Check whether peer pad exists before sending navigation events
11055           to it.
11056
11057 2005-11-11  Michael Smith <msmith@fluendo.com>
11058
11059         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_setup),
11060         (gst_vorbisenc_buffer_from_packet):
11061         * ext/vorbis/vorbisenc.h:
11062           Set duration on encoded buffers. This allows oggmux's
11063           max_page_delay parameter to actually work.
11064
11065 2005-11-11  Tim-Philipp Müller  <tim at centricular dot net>
11066
11067         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
11068         (gst_ffmpeg_get_palette), (gst_ffmpeg_set_palette),
11069         (gst_ffmpegcsp_avpicture_fill):
11070         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
11071         (gst_ffmpegcsp_get_unit_size), (gst_ffmpegcsp_transform):
11072           Make palettes work again (see #132341). Use our own macros
11073           for rounding up.
11074
11075 2005-11-10  Andy Wingo  <wingo@pobox.com>
11076
11077         * gst/playback/gstplaybasebin.c (prepare_output): Fix format
11078         string doober.
11079
11080 2005-11-10  Thomas Vander Stichele  <thomas at apestaart dot org>
11081
11082         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
11083         (gst_ffmpegcsp_transform_caps):
11084           Prefer passthrough in transform_caps
11085
11086 2005-11-10  Thomas Vander Stichele  <thomas at apestaart dot org>
11087
11088         * ext/alsa/gstalsasink.c: (gst_alsasink_open):
11089           check for ALSA errors properly, instead of relying on ALSA's
11090           error strings to serve to the user.
11091
11092 2005-11-10  Wim Taymans  <wim@fluendo.com>
11093
11094         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_event), (gst_ogg_demux_init),
11095         (gst_ogg_demux_configure_segment), (gst_ogg_demux_perform_seek),
11096         (gst_ogg_demux_loop), (gst_ogg_demux_change_state):
11097         Modernise the seek code.
11098
11099 2005-11-10  Michael Smith <msmith@fluendo.com>
11100         
11101         * gst/playback/gstplaybasebin.c: (group_commit), (new_decoded_pad),
11102         (setup_substreams), (set_active_source):
11103           Unlock GROUP_LOCK in failure cases, so that we don't deadlock when
11104           trying to go to NULL if we failed to read a file.
11105
11106 2005-11-10  Wim Taymans  <wim@fluendo.com>
11107
11108         * gst/audiotestsrc/gstaudiotestsrc.c:
11109         (gst_audiotestsrc_class_init), (gst_audiotestsrc_get_times),
11110         (gst_audiotestsrc_create):
11111         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
11112         (gst_sinesrc_get_times), (gst_sinesrc_create):
11113         * gst/videotestsrc/gstvideotestsrc.c:
11114         (gst_videotestsrc_class_init), (gst_videotestsrc_get_times),
11115         (gst_videotestsrc_create):
11116         The base class can now sync for us.
11117
11118 2005-11-10  Thomas Vander Stichele  <thomas at apestaart dot org>
11119
11120         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_fixate): Check if the caps have
11121           a fourcc field. Fixes crash for gst-launch-0.9 v4lsrc
11122           name=source autoprobe=false autoprobe-fps=false copy-mode=1
11123           device=/dev/video0 ! ffmpegcolorspace ! "video/x-raw-yuv,
11124           format=(fourcc)I420" ! xvimagesink
11125
11126 2005-11-10  Tim-Philipp Müller  <tim at centricular dot net>
11127
11128         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
11129         (gst_sinesrc_get_query_types), (gst_sinesrc_src_query),
11130         (gst_sinesrc_newsegment):
11131           Send newsegment event in TIME format, set duration if
11132           num-buffers is set, fix duration querying.
11133
11134 2005-11-10  Michael Smith <msmith@fluendo.com>
11135
11136         * ext/ogg/gstoggmux.c: (gst_ogg_mux_request_new_pad),
11137         (gst_ogg_mux_push_buffer), (gst_ogg_mux_dequeue_page),
11138         (gst_ogg_mux_pad_queue_page), (gst_ogg_mux_queue_pads),
11139         (gst_ogg_mux_collected):
11140          Fix EOS handling, partially. Now forwarding an EOS event once we have
11141          EOS on all pads works correctly. However, we still don't properly set
11142          EOS on the actual ogg stream pages.
11143
11144 2005-11-09  Tim-Philipp Müller  <tim at centricular dot net>
11145
11146         * gst/playback/gstplaybin.c: (gst_play_bin_dispose):
11147           Set elements to NULL state before disposing of them.
11148
11149 2005-11-08  Sebastien Cote  <sebas642 at yahoo dot ca>
11150
11151         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
11152
11153         * gst-libs/gst/rtp/gstbasertpdepayload.c:
11154         (gst_base_rtp_depayload_init),
11155         (gst_base_rtp_depayload_set_gst_timestamp):
11156         * gst-libs/gst/rtp/gstbasertpdepayload.h:
11157           We need to send a newsegment event for each instance, not
11158           just for the first instance of this class (get rid of
11159           static variable in function). (#321011).
11160           
11161 2005-11-08  Michael Smith <msmith@fluendo.com>
11162
11163         * ext/ogg/gstoggmux.c: (gst_ogg_mux_request_new_pad),
11164         (gst_ogg_mux_buffer_from_page), (gst_ogg_mux_push_buffer),
11165         (gst_ogg_mux_dequeue_page), (gst_ogg_mux_pad_queue_page),
11166         (gst_ogg_mux_send_headers), (gst_ogg_mux_collected):
11167           Forward port rewrite of muxing strategy to 0.9 version of oggmux.
11168           This makes us mux things correctly according to the ogg muxing
11169           rules. Still not handling EOS correctly right now, though.
11170
11171 2005-11-08  Tim-Philipp Müller  <tim at centricular dot net>
11172
11173         * gst/audioconvert/gstaudioconvert.c:
11174           Fix typo in docs. 
11175
11176 2005-11-08  Tim-Philipp Müller  <tim at centricular dot net>
11177
11178         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_internal_chain),
11179         (gst_ogg_pad_submit_packet), (gst_ogg_chain_new):
11180           Initialise segment_stop to GST_CLOCK_TIME_NONE when
11181           creating a new chain; should fix live streaming. Also
11182           add more debug output and fix a typo.
11183
11184 2005-11-08  Brian Cameron  <brian dot cameron at sun dot com>
11185
11186         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
11187
11188         * gst/volume/gstvolume.c: (volume_set_caps):
11189           Fix compilation on Solaris with Forte. (#320923)
11190
11191 2005-11-08  Wim Taymans  <wim@fluendo.com>
11192
11193         * gst-libs/gst/audio/gstbaseaudiosink.c:
11194         (gst_base_audio_sink_render):
11195         No need to do a typecheck.
11196
11197 2005-11-07  Tim-Philipp Müller  <tim at centricular dot net>
11198
11199         * ext/alsa/gstalsa.h:
11200           We register a debug category, so let's use it.
11201
11202 2005-11-04  Zeeshan Ali  <zeenix@gmail.com>
11203
11204         * gst-libs/gst/rtp/gstbasertpdepayload.c:
11205         (gst_base_rtp_depayload_class_init), (gst_base_rtp_depayload_wait):
11206         Fixed a small problem.
11207
11208 2005-11-04  Wim Taymans  <wim@fluendo.com>
11209
11210         * examples/seeking/Makefile.am:
11211         * examples/seeking/scrubby.c: (gst_element_factory_make_or_warn),
11212         (dynamic_link), (setup_dynamic_link), (make_wav_pipeline),
11213         (make_playerbin_pipeline), (format_value), (update_scale),
11214         (speed_cb), (seek_cb), (do_seek), (start_seek), (stop_seek),
11215         (play_cb), (pause_cb), (stop_cb), (print_message), (bus_message),
11216         (print_usage), (main):
11217         Added app for playback speed testing.
11218
11219         * examples/seeking/seek.c: (dynamic_link),
11220         (make_avi_msmpeg4v3_mp3_pipeline), (make_avi_pipeline),
11221         (make_mpeg_pipeline), (do_seek), (set_update_scale),
11222         (message_received), (main):
11223         Updated seek example.
11224
11225 2005-11-04  Zeeshan Ali  <zeenix@gmail.com>
11226
11227         * gst-libs/gst/rtp/gstbasertpdepayload.c:
11228         (gst_base_rtp_depayload_class_init), (gst_base_rtp_depayload_init),
11229         (gst_base_rtp_depayload_thread), (gst_base_rtp_depayload_wait),
11230         (gst_base_rtp_depayload_set_clock):
11231         * gst-libs/gst/rtp/gstbasertpdepayload.h:
11232         Don't sleep on the bench (system clock) when you have a nice 
11233         comfortable bed (Gstreamer clock) to sleep on.
11234
11235 2005-11-03  Wim Taymans  <wim@fluendo.com>
11236
11237         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
11238         (gst_decode_bin_dispose), (free_dynamics), (remove_fakesink),
11239         (pad_blocked), (close_pad_link), (new_pad), (no_more_pads):
11240         Handle the case where a pad_block failed.
11241
11242 2005-11-02  Sebastien Cote  <sebas642@yahoo.ca> 
11243
11244         reviewed by: Zeeshan Ali  <zeenix@gmail.com>
11245
11246         * gst-libs/gst/rtp/gstbasertpdepayload.c:
11247         (gst_base_rtp_depayload_add_to_queue),
11248         (gst_base_rtp_depayload_push),
11249         (gst_base_rtp_depayload_set_gst_timestamp),
11250         (gst_base_rtp_depayload_queue_release):
11251           Fixes some bugs in the depayloader's queuing/de-queueing code.
11252
11253 2005-10-31  Michael Smith <msmith@fluendo.com>
11254
11255         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_init),
11256         (gst_ogg_demux_read_chain), (gst_ogg_demux_read_end_chain),
11257         (gst_ogg_demux_collect_chain_info), (gst_ogg_print):
11258           Patch from Alessandro Decina <alessandro@nnva.org>.
11259           Make oggdemux only find the final time in a chain, not per-pad,
11260           since the per-pad information can be very expensive to locate, and
11261           it isn't used anywhere. This makes reading a file containing
11262           OggSkeleton reasonably fast.
11263           Also, make chain finding work when there are logical bitstreams that
11264           can't be decoded. Fixes #319110.
11265
11266 2005-10-31  Zeeshan Ali  <zeenix@gmail.com>
11267
11268         * gst-libs/gst/rtp/gstbasertpdepayload.c:
11269         (gst_base_rtp_depayload_class_init), (gst_base_rtp_depayload_init),
11270         (gst_base_rtp_depayload_chain),
11271         (gst_base_rtp_depayload_add_to_queue),
11272         (gst_base_rtp_depayload_push),
11273         (gst_base_rtp_depayload_set_gst_timestamp),
11274         (gst_base_rtp_depayload_queue_release),
11275         (gst_base_rtp_depayload_start_thread),
11276         (gst_base_rtp_depayload_set_property),
11277         (gst_base_rtp_depayload_get_property):
11278         * gst-libs/gst/rtp/gstbasertpdepayload.h:
11279         Some random fixes, to fullfill the desires of thomas.
11280
11281 2005-10-31  Zeeshan Ali  <zeenix@gmail.com>
11282
11283         * gst-libs/gst/rtp/gstbasertpdepayload.c:
11284         (gst_base_rtp_depayload_add_to_queue),
11285         (gst_base_rtp_depayload_push):
11286         Fixed the queueing algorithm.
11287
11288 2005-10-31  Zeeshan Ali  <zeenix@gmail.com>
11289
11290         * gst-libs/gst/rtp/gstbasertpdepayload.c:
11291         (gst_base_rtp_depayload_push):
11292         A small fix
11293
11294 2005-10-31  Wim Taymans  <wim@fluendo.com>
11295
11296         * gst-libs/gst/audio/gstringbuffer.h:
11297         Don't break ABI.
11298
11299         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
11300         (gst_ffmpeg_caps_to_pixfmt):
11301         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
11302         (gst_ffmpegcsp_set_caps):
11303         Some more comments.
11304         Handle missing required caps fields better.
11305
11306 2005-10-31  Wim Taymans  <wim@fluendo.com>
11307
11308         * gst-libs/gst/audio/gstbaseaudiosink.c:
11309         (gst_base_audio_sink_event), (gst_base_audio_sink_get_offset),
11310         (gst_base_audio_sink_render):
11311         * gst-libs/gst/audio/gstringbuffer.c:
11312         (gst_ring_buffer_open_device), (gst_ring_buffer_close_device),
11313         (gst_ring_buffer_set_flushing), (gst_ring_buffer_start),
11314         (gst_ring_buffer_pause_unlocked), (gst_ring_buffer_pause),
11315         (gst_ring_buffer_stop), (wait_segment), (gst_ring_buffer_commit),
11316         (gst_ring_buffer_read):
11317         * gst-libs/gst/audio/gstringbuffer.h:
11318         Add flushing mode to the ringbuffer so that it in all cases does
11319         not try to handle more audio. This makes sure it does not try to
11320         block anymore when flushing and fixes a livelock.
11321
11322 2005-10-29  Tim-Philipp Müller  <tim at centricular dot net>
11323
11324         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_query_convert),
11325         (gst_ogg_demux_chain_peer), (gst_ogg_demux_perform_seek),
11326         (gst_ogg_demux_read_chain), (gst_ogg_demux_read_end_chain):
11327           Explicitly check for -1 values before doing a conversion
11328           and always map them to -1. (#315545)
11329
11330 2005-10-28  Thomas Vander Stichele  <thomas at apestaart dot org>
11331
11332         * gst/playback/gstplaybin.c: (gen_video_element):
11333           first try autovideosink, then xvimagesink, then error out
11334         * po/POTFILES.in:
11335           add translatable file
11336         * po/af.po:
11337         * po/az.po:
11338         * po/cs.po:
11339         * po/en_GB.po:
11340         * po/hu.po:
11341         * po/it.po:
11342         * po/nb.po:
11343         * po/nl.po:
11344         * po/or.po:
11345         * po/sq.po:
11346         * po/sr.po:
11347         * po/sv.po:
11348         * po/uk.po:
11349         * po/vi.po:
11350           update translations
11351
11352 2005-10-27  Philippe Khalaf <burger at speedy dot org> 
11353
11354         * gst-libs/gst/rtp/gstbasedepayload.c:
11355         * gst-libs/gst/rtp/gstbasedepayload.h:
11356           Minor cleanups
11357
11358 2005-10-27  Tim-Philipp Müller  <tim at centricular dot net>
11359
11360         * gst/playback/.cvsignore:
11361         * gst/playback/decodetest.c:
11362         * gst/playback/test3.c:
11363           Port these two tests as well.
11364
11365 2005-10-27  Wim Taymans  <wim@fluendo.com>
11366
11367         * ext/theora/theoradec.c: (theora_dec_src_query),
11368         (theora_dec_sink_event):
11369         * ext/theora/theoraenc.c: (theora_enc_sink_event),
11370         (theora_enc_change_state):
11371         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
11372         (gst_vorbisenc_sink_event), (gst_vorbisenc_change_state):
11373         Take proper locks when handling events.
11374
11375 2005-10-27  Wim Taymans  <wim@fluendo.com>
11376
11377         * gst/adder/gstadder.c: (gst_adder_query), (gst_adder_collected),
11378         (gst_adder_change_state):
11379         Fix timestamps and fix deadlock when stopping the collectpads.
11380
11381 2005-10-27  Zeeshan Ali  <zeenix@gmail.com>
11382
11383         * gst-libs/gst/rtp/gstrtpbuffer.h:
11384         Declaring the payload types as strings too so that they can be used
11385         in the padtemplate inialization.
11386
11387 2005-10-26  Andre Magalhaes  <andrunko@gmail.com>
11388
11389         reviewed by: Zeeshan Ali   <zeenix@gmail.com>
11390
11391         * gst-libs/gst/rtp/gstbasertpdepayload.c:
11392         (gst_base_rtp_depayload_class_init):
11393         Fixes a small but nasty bug. The derived elements no longer segfaults
11394         on finalization.
11395
11396 2005-10-26  Michael Smith <msmith@fluendo.com>
11397
11398         * gst/audioconvert/audioconvert.c: (audio_convert_clean_context):
11399           When clearing an audioconvert context, set tmpbufsize to zero, so
11400           we'll allocate it again later if required.
11401           This fixes audioconvert re-negotiating formats, which previously
11402           segfaulted with a NULL destination buffer.
11403
11404 2005-10-26  Zeeshan Ali <zeenix@gmail.com>
11405
11406         * gst-libs/gst/rtp/gstbasertpdepayload.c:
11407         (gst_base_rtp_depayload_base_init), (gst_base_rtp_depayload_push),
11408         (gst_base_rtp_depayload_set_gst_timestamp),
11409         (gst_base_rtp_depayload_queue_release):
11410         Fixed a smalll memleak.
11411
11412 2005-10-26  Zeeshan Ali  <zeenix@gmail.com>
11413         * gst-libs/gst/rtp/gstbasertpdepayload.c:
11414         (gst_base_rtp_depayload_base_init), (gst_base_rtp_depayload_init),
11415         (gst_base_rtp_depayload_finalize),
11416         (gst_base_rtp_depayload_setcaps),
11417         (gst_base_rtp_depayload_add_to_queue),
11418         (gst_base_rtp_depayload_push),
11419         (gst_base_rtp_depayload_set_gst_timestamp),
11420         (gst_base_rtp_depayload_queue_release),
11421         (gst_base_rtp_depayload_thread),
11422         (gst_base_rtp_depayload_change_state):
11423         * gst-libs/gst/rtp/gstbasertpdepayload.h:
11424         Changed the C++ comments to C comments
11425
11426 2005-10-26  Tim-Philipp Müller  <tim at centricular dot net>
11427
11428         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init):
11429         * gst/tcp/gsttcpclientsrc.h:
11430         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_init):
11431         * gst/tcp/gsttcpserversrc.h:
11432           Remove unused 'curoffset' structure member.
11433
11434 2005-10-25  Zeeshan Ali  <zeenix@gmail.com>
11435
11436         * gst-libs/gst/rtp/gstbasertpdepayload.c:
11437         (gst_base_rtp_depayload_base_init),
11438         (gst_base_rtp_depayload_finalize):
11439         * gst-libs/gst/rtp/gstbasertpdepayload.h:
11440         * gst-libs/gst/rtp/gstbasertppayload.h:
11441           The pad-template on the sinkpad should be set by the derived classes.
11442           Also added some useful macros.
11443
11444 2005-10-24  Wim Taymans  <wim@fluendo.com>
11445
11446         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
11447         Correctly flush decoder samples even if we could not
11448         copy them to an output buffer. Fixes #319618.
11449
11450 2005-10-24  Julien MOUTTE  <julien@moutte.net>
11451
11452         * sys/ximage/ximagesink.c: (gst_ximagesink_setcaps):
11453         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps): Check
11454         the caps against our xcontext caps.
11455
11456 2005-10-24  Wim Taymans  <wim@fluendo.com>
11457
11458         * gst-libs/gst/audio/gstbaseaudiosink.c:
11459         (gst_base_audio_sink_get_offset), (gst_base_audio_sink_render):
11460         Remove g_print
11461         Use sync property from baseclass to disable sync.
11462
11463 2005-10-24  Wim Taymans  <wim@fluendo.com>
11464
11465         * gst-libs/gst/audio/gstbaseaudiosink.c:
11466         (gst_base_audio_sink_get_offset), (gst_base_audio_sink_render):
11467         Buffers with no timestamps get aligned with previous buffers or
11468         on underrun, played ASAP.
11469
11470 2005-10-24  Julien MOUTTE  <julien@moutte.net>
11471
11472         * gst-libs/gst/video/video.h:
11473         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
11474         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
11475         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support): And
11476         here comes my change on caps for framerate and geometry range.
11477         We are now accepting 1 to MAXINT for width and height, and from
11478         0.0 to MAXDOUBLE for framerate. That allows duration less png frames
11479         to be blended correctly in videomixer.
11480
11481 2005-10-24  Thomas Vander Stichele  <thomas at apestaart dot org>
11482
11483         * configure.ac:
11484           back to HEAD
11485
11486 === release 0.9.4 ===
11487
11488 2005-10-23  Thomas Vander Stichele  <thomas at apestaart dot org>
11489
11490         * NEWS:
11491         * RELEASE:
11492         * configure.ac:
11493           releasing 0.9.4, "Velociraptor"
11494
11495 2005-10-23  Thomas Vander Stichele  <thomas at apestaart dot org>
11496
11497         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_loop):
11498         * po/POTFILES.in:
11499           STOPPED -> FAILED
11500
11501 2005-10-21  Wim Taymans  <wim@fluendo.com>
11502
11503         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
11504         (gst_decode_bin_dispose), (free_dynamics), (pad_unblocked),
11505         (pad_blocked), (close_pad_link), (new_pad):
11506         Don't try to remove elements twice.
11507
11508 2005-10-21  Wim Taymans  <wim@fluendo.com>
11509
11510         * ext/theora/theoradec.c: (theora_dec_src_query),
11511         (theora_dec_sink_event):
11512         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
11513         (vorbis_dec_sink_event), (vorbis_handle_identification_packet),
11514         (vorbis_handle_data_packet):
11515         * ext/vorbis/vorbisdec.h:
11516         Fix old naming.
11517
11518         * gst-libs/gst/audio/gstbaseaudiosink.c:
11519         (gst_base_audio_sink_render):
11520         Don't try to sync on buffers without a timestamp.
11521
11522 2005-10-21  Wim Taymans  <wim@fluendo.com>
11523
11524         * ext/theora/theoradec.c: (theora_dec_src_query),
11525         (theora_dec_sink_event):
11526         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
11527         (vorbis_dec_sink_event), (vorbis_handle_identification_packet),
11528         (vorbis_handle_data_packet):
11529         * ext/vorbis/vorbisdec.h:
11530         Fix old naming.
11531
11532 2005-10-20  Tim-Philipp Müller  <tim at centricular dot net>
11533
11534         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_get_query_types),
11535         (gst_vorbisenc_src_query):
11536           Implement position and duration queries.
11537
11538         * gst/playback/test3.c: (update_scale), (main):
11539           Fix for async state changes and print nicer output.
11540
11541 2005-10-20  Wim Taymans  <wim@fluendo.com>
11542
11543         * gst/playback/test5.c: (new_pad), (no_more_pads), (start_finding),
11544         (dump_element_stats), (main):
11545         * gst/playback/test6.c: (main):
11546         Fix tests again
11547
11548 2005-10-20  Tim-Philipp Müller  <tim at centricular dot net>
11549
11550         * gst/audiotestsrc/gstaudiotestsrc.c: (gst_audiotestsrc_src_query):
11551         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_query):
11552           Don't use functions for position queries when handling
11553           duration queries.
11554
11555 2005-10-20  Tim-Philipp Müller  <tim at centricular dot net>
11556
11557         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
11558         (vorbis_handle_data_packet), (vorbis_dec_chain),
11559         (vorbis_dec_change_state):
11560         * ext/vorbis/vorbisdec.h:
11561           Vorbis streams can be embedded in other container formats
11562           than ogg, container formats where the demuxer might set 
11563           timestamps on encoded vorbis buffers instead of those silly 
11564           granulepos thingies. In short: make vorbisdec handle 
11565           timestamps on incoming buffers as well.
11566
11567 2005-10-20  Wim Taymans  <wim@fluendo.com>
11568
11569         * gst/playback/gstplaybasebin.c: (group_destroy),
11570         (gst_play_base_bin_change_state):
11571         Fix leak.
11572         Handle case where playbasebin is now ASYNC because
11573         decodebin is.
11574
11575 2005-10-19  Tim-Philipp Müller  <tim at centricular dot net>
11576
11577         * gst/audioconvert/Makefile.am:
11578         * gst/audioconvert/bufferframesconvert.c:
11579         * gst/audioconvert/plugin.c: (plugin_init):
11580         * gst/audioconvert/plugin.h:
11581           And bye bye buffer-frames-convert
11582
11583 2005-10-19  Wim Taymans  <wim@fluendo.com>
11584
11585         * check/elements/audioconvert.c:
11586         * docs/libs/tmpl/gstaudio.sgml:
11587         * docs/libs/tmpl/gstcolorbalance.sgml:
11588         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
11589         (vorbis_handle_identification_packet), (vorbis_handle_data_packet):
11590         * ext/vorbis/vorbisenc.c: (raw_caps_factory):
11591         * gst-libs/gst/audio/audio.c: (gst_audio_structure_set_int):
11592         * gst-libs/gst/audio/audio.h:
11593         * gst/audioconvert/audioconvert.h:
11594         * gst/audioconvert/gstaudioconvert.c:
11595         (gst_audio_convert_parse_caps):
11596         * gst/volume/gstvolume.c:
11597         Bye bye buffer-frames.
11598
11599 2005-10-19  Wim Taymans  <wim@fluendo.com>
11600
11601         * examples/seeking/seek.c: (make_avi_msmpeg4v3_mp3_pipeline),
11602         (query_positions_elems), (query_positions_pads), (update_scale),
11603         (do_seek), (set_update_scale), (message_received), (main):
11604         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query),
11605         (gst_ogg_demux_perform_seek), (gst_ogg_demux_find_chains),
11606         (gst_ogg_demux_loop):
11607         * ext/ogg/gstogmparse.c: (gst_ogm_parse_sink_query):
11608         * ext/theora/theoradec.c: (theora_dec_src_query),
11609         (theora_dec_sink_event):
11610         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
11611         (vorbis_dec_sink_event), (vorbis_handle_data_packet):
11612         * gst/adder/gstadder.c: (gst_adder_query):
11613         * gst/audiotestsrc/gstaudiotestsrc.c: (gst_audiotestsrc_src_query):
11614         * gst/playback/test3.c: (update_scale):
11615         * gst/playback/test5.c: (new_pad), (no_more_pads), (start_finding),
11616         (dump_element_stats), (main):
11617         * gst/playback/test6.c: (main):
11618         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_query):
11619         Query API update.
11620
11621 2005-10-19  Tim-Philipp Müller  <tim at centricular dot net>
11622
11623         * gst/typefind/gsttypefindfunctions.c: (utf8_type_find),
11624         (xml_check_first_element), (xml_type_find), (smil_type_find),
11625         (plugin_init):
11626           Add typefinding for SMIL and for generic XML. Based on patch by
11627           Akos Maroy (#308663).
11628
11629 2005-10-18  Wim Taymans  <wim@fluendo.com>
11630
11631         * gst/playback/Makefile.am:
11632         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
11633         (gst_decode_bin_dispose), (dynamic_create), (dynamic_free),
11634         (free_dynamics), (pad_unblocked), (pad_blocked), (close_pad_link),
11635         (try_to_link_1), (new_pad), (no_more_pads), (type_found),
11636         (gst_decode_bin_change_state):
11637         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
11638         (gst_play_bin_send_event_to_sink):
11639         * gst/playback/test5.c: (new_pad), (no_more_pads), (start_finding),
11640         (dump_element_stats), (main):
11641         * gst/playback/test6.c: (main):
11642         Make playbin async, it'll commit state to paused when all streams
11643         are detected.
11644         Remove ugly hack.
11645         Added test6.c to show async behaviour.
11646
11647 2005-10-18  Wim Taymans  <wim@fluendo.com>
11648
11649         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_peer),
11650         (gst_ogg_demux_perform_seek), (gst_ogg_demux_loop):
11651         Fix for segment-start/stop API change.
11652
11653 2005-10-18  Wim Taymans  <wim@fluendo.com>
11654
11655         * check/Makefile.am:
11656         * check/clocks/selection.c: (GST_START_TEST), (volume_suite),
11657         (main):
11658         Add future test for clock selection.
11659
11660 2005-10-18  Wim Taymans  <wim@fluendo.com>
11661
11662         * ext/alsa/gstalsasink.c: (gst_alsasink_init),
11663         (gst_alsasink_close):
11664         Set handle to NULL.
11665
11666         * gst-libs/gst/audio/gstringbuffer.c:
11667         (gst_ring_buffer_open_device), (gst_ring_buffer_close_device),
11668         (gst_ring_buffer_acquire), (gst_ring_buffer_release),
11669         (gst_ring_buffer_start), (gst_ring_buffer_pause),
11670         (gst_ring_buffer_stop), (gst_ring_buffer_commit),
11671         (gst_ring_buffer_read):
11672         More debug info.
11673
11674 2005-10-17  Stefan Kost  <ensonic@users.sf.net>
11675
11676         * gst/audiotestsrc/Makefile.am:
11677         * gst/sine/Makefile.am:
11678         * gst/volume/Makefile.am:
11679           fix broken build of controllerized plugins
11680
11681 2005-10-17  Fabrizio Gennari  <fabrizio dot ge at tiscali dot it>
11682
11683         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
11684
11685         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
11686         (gst_riff_create_video_template_caps):
11687           Add support for Indeo-3 (IV32).
11688
11689 2005-10-17  Thomas Vander Stichele  <thomas at apestaart dot org>
11690
11691         * configure.ac:
11692           rewrite
11693
11694 2005-10-17  Thomas Vander Stichele  <thomas at apestaart dot org>
11695
11696         * gst-libs/gst/video/video.c: (gst_video_get_size):
11697         * gst/audiotestsrc/gstaudiotestsrc.c:
11698           doc updates
11699
11700 2005-10-17  Andy Wingo  <wingo@pobox.com>
11701
11702         * ext/ogg/gstoggmux.c (gst_ogg_mux_queue_pads): Fix bug introduced
11703         with the collectpads change.
11704         (gst_ogg_mux_send_headers): Elevate warning to a g_critical.
11705
11706         * gst/tcp/gstmultifdsink.c: Convert to use the boilerplate macro.
11707
11708         * gst/tcp/gsttcp.c (gst_tcp_socket_read): Comment update.
11709
11710         * ext/theora/theoraenc.c (theora_buffer_from_packet): Pass the
11711         alloc_buffer flow return to callers.
11712         (theora_enc_chain, theora_enc_chain): Adapt to buffer_from_packet
11713         change. Fix some memleaks in theoraenc.
11714
11715         * ext/ogg/gstoggmux.c (gst_ogg_mux_send_headers): Fix a segfault
11716         in strange circumstance.
11717
11718 2005-10-17  Julien MOUTTE  <julien@moutte.net>
11719
11720         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
11721         (gst_ffmpegcsp_get_unit_size): We are asked to compute a buffer size
11722         from caps, let's use the caps...
11723
11724 2005-10-17  Thomas Vander Stichele  <thomas at apestaart dot org>
11725
11726         * configure.ac:
11727           put back AX_CREATE_STDINT_H, ffmpegcolorspace includes _stdint.h
11728
11729 2005-10-16  Thomas Vander Stichele  <thomas at apestaart dot org>
11730
11731         * gst-libs/gst/interfaces/Makefile.am:
11732           fix silly typo
11733
11734 2005-10-16  Andy Wingo  <wingo@pobox.com>
11735
11736         * gst/playback/gstdecodebin.c
11737         (gst_element_set_state_like_a_crazy_man): New kraaaaaaazy
11738         function!
11739         (try_to_link_1): Increase kraziness level.
11740
11741 2005-10-16  Thomas Vander Stichele  <thomas at apestaart dot org>
11742
11743         * configure.ac:
11744           restructure like the core one
11745         * gst-libs/gst/audio/Makefile.am:
11746         * gst-libs/gst/interfaces/Makefile.am:
11747         * gst-libs/gst/net/Makefile.am:
11748         * gst-libs/gst/riff/Makefile.am:
11749         * gst-libs/gst/rtp/Makefile.am:
11750         * gst-libs/gst/tag/Makefile.am:
11751         * gst-libs/gst/video/Makefile.am:
11752           use correct linker flags, now the libs are properly versioned
11753         * check/elements/audioconvert.c: (verify_convert):
11754         * ext/alsa/gstalsaplugin.c:
11755         * ext/cdparanoia/gstcdparanoia.c:
11756         * ext/gnomevfs/gstgnomevfs.c:
11757         * ext/libvisual/visual.c:
11758         * ext/ogg/gstogg.c:
11759         * ext/ogg/gstoggparse.c: (gst_ogg_parse_chain):
11760         * ext/theora/theora.c:
11761         * ext/vorbis/vorbis.c:
11762         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
11763         * gst-libs/gst/tag/gsttagediting.c:
11764         * gst-libs/gst/video/video.c:
11765         * gst/adder/gstadder.c:
11766         * gst/audioconvert/plugin.c:
11767         * gst/audiorate/gstaudiorate.c:
11768         * gst/audioresample/gstaudioresample.c:
11769         * gst/audioresample/resample_ref.c: (resample_scale_ref):
11770         * gst/audioscale/gstaudioscale.c:
11771         * gst/audioscale/resample.c:
11772         * gst/audiotestsrc/gstaudiotestsrc.c:
11773         * gst/ffmpegcolorspace/gstffmpeg.c:
11774         * gst/playback/gstdecodebin.c: (close_pad_link):
11775         * gst/playback/gstplaybin.c: (gen_video_element),
11776         (gen_audio_element):
11777         * gst/sine/gstsinesrc.c:
11778         * gst/subparse/gstsubparse.c:
11779         * gst/tags/gsttagediting.c:
11780         * gst/tcp/gsttcpplugin.c:
11781         * gst/typefind/gsttypefindfunctions.c:
11782         * gst/videorate/gstvideorate.c:
11783         * gst/videoscale/gstvideoscale.c:
11784         * gst/videotestsrc/gstvideotestsrc.c:
11785         * gst/volume/gstvolume.c:
11786         * sys/v4l/gstv4l.c:
11787         * sys/ximage/ximage.c:
11788         * sys/xvimage/xvimagesink.c:
11789           fix up defines
11790
11791 2005-10-13  Tim-Philipp Müller  <tim at centricular dot net>
11792
11793         * ext/vorbis/vorbisenc.c:
11794         * gst-libs/gst/tag/gstid3tag.c: (gst_tag_list_new_from_id3v1):
11795         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add),
11796         (gst_tag_to_vorbis_comments):
11797           Fix handling of GST_TAG_DATE, which is now of GST_TYPE_DATE.
11798
11799 2005-10-13  Stefan Kost  <ensonic@users.sf.net>
11800
11801         * examples/stats/mp2ogg.c:
11802         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
11803           typo fixes
11804
11805 2005-10-13  Michael Smith <msmith@fluendo.com>
11806
11807         * ext/ogg/gstoggmux.c:
11808           Use magic glib macros to define constants as 64 bit, to ensure
11809           appropriate vararg passing.
11810
11811 2005-10-13  Michael Smith <msmith@fluendo.com>
11812
11813         * ext/ogg/gstoggmux.c:
11814         * gst/audioconvert/audioconvert.c: (float):
11815           Don't use LL suffix, as it's not portable, and neither of these
11816           uses required it anyway.
11817
11818 2005-10-12  Stefan Kost  <ensonic@users.sf.net>
11819
11820         * examples/indexing/indexmpeg.c: (main):
11821         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_get),
11822         (cdparanoia_open), (cdparanoia_close), (cdparanoia_event),
11823         (cdparanoia_convert), (cdparanoia_query):
11824         * ext/cdparanoia/gstcdparanoia.h:
11825         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_init),
11826         (gst_gnomevfssink_open_file), (gst_gnomevfssink_close_file),
11827         (gst_gnomevfssink_chain), (gst_gnomevfssink_change_state):
11828         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init):
11829         * gst/audioscale/gstaudioscale.c: (gst_audioscale_init):
11830         * gst/playback/gststreamselector.c: (gst_stream_selector_init):
11831         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_init),
11832         (gst_multifdsink_render), (gst_multifdsink_start),
11833         (gst_multifdsink_stop):
11834         * gst/tcp/gstmultifdsink.h:
11835         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_init),
11836         (gst_tcpclientsink_render), (gst_tcpclientsink_start),
11837         (gst_tcpclientsink_stop):
11838         * gst/tcp/gsttcpclientsink.h:
11839         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init),
11840         (gst_tcpclientsrc_getcaps), (gst_tcpclientsrc_create),
11841         (gst_tcpclientsrc_start), (gst_tcpclientsrc_stop):
11842         * gst/tcp/gsttcpclientsrc.h:
11843         * gst/tcp/gsttcpserversink.h:
11844         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_init),
11845         (gst_tcpserversrc_create), (gst_tcpserversrc_start),
11846         (gst_tcpserversrc_stop):
11847         * gst/tcp/gsttcpserversrc.h:
11848         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_init):
11849         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_init):
11850         * sys/ximage/ximagesink.c: (gst_ximagesink_init):
11851           renamed GST_FLAGS macros to GST_OBJECT_FLAGS
11852           moved bitshift from macro to enum definition
11853
11854 2005-10-12  Wim Taymans  <wim@fluendo.com>
11855
11856         * examples/seeking/Makefile.am:
11857         Oops.
11858
11859 2005-10-12  Wim Taymans  <wim@fluendo.com>
11860
11861         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_commit),
11862         (gst_ring_buffer_read), (gst_ring_buffer_clear):
11863         Don't assert on normal stuff.
11864
11865         * gst/playback/gstplaybin.c: (do_playbin_seek):
11866         API fix.
11867
11868 2005-10-12  Wim Taymans  <wim@fluendo.com>
11869
11870         * check/pipelines/simple_launch_lines.c: (run_pipeline):
11871         * examples/seeking/Makefile.am:
11872         * examples/seeking/cdplayer.c: (play_cb), (pause_cb), (stop_cb):
11873         * examples/seeking/seek.c: (make_avi_msmpeg4v3_mp3_pipeline),
11874         (do_seek), (set_update_scale), (message_received), (main):
11875         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_commit),
11876         (gst_ring_buffer_read), (gst_ring_buffer_clear):
11877         Update for _get_state() API change.
11878
11879 2005-10-11  Wim Taymans  <wim@fluendo.com>
11880
11881         * gst-libs/gst/audio/gstbaseaudiosink.c:
11882         (gst_base_audio_sink_render):
11883         * gst-libs/gst/audio/gstbaseaudiosrc.c:
11884         (gst_base_audio_src_create):
11885         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_commit),
11886         (gst_ring_buffer_read):
11887         Cleanups.
11888         Commit and read from ringbuffer in samples rather than bytes.
11889
11890 2005-10-11  Wim Taymans  <wim@fluendo.com>
11891
11892         * gst-libs/gst/audio/gstbaseaudiosink.c:
11893         (gst_base_audio_sink_render):
11894         Respect segment rate and accum when scheduling samples.
11895
11896 2005-10-11  Julien MOUTTE  <julien@moutte.net>
11897
11898         * ext/ogg/gstoggmux.c: (gst_ogg_mux_queue_pads),
11899         (gst_ogg_mux_collected): Quick hack to fix build. We need to handle
11900         EOS correctly, that needs more work.
11901
11902 2005-10-11  Wim Taymans  <wim@fluendo.com>
11903
11904         * check/generic/states.c: (GST_START_TEST):
11905         remove old property.
11906
11907         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
11908         (gst_ogg_demux_perform_seek):
11909         * ext/theora/theoradec.c: (theora_dec_sink_event):
11910         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
11911         (vorbis_handle_data_packet):
11912         * gst-libs/gst/rtp/gstbasertpdepayload.c:
11913         (gst_base_rtp_depayload_set_gst_timestamp):
11914         * gst/videorate/gstvideorate.c: (gst_videorate_event):
11915         Update for newsegment API change.
11916
11917 2005-10-11  Michael Smith <msmith@fluendo.com>
11918
11919         * gst/playback/gstplaybin.c: (gst_play_bin_send_event_to_sink),
11920         (do_playbin_seek), (gst_play_bin_send_event):
11921           Override send_event differently, so that we can takes bits of
11922           functionality from GstPipeline (special handling for seeks,
11923           including pausing/resuming, and resetting stream time) and still get
11924           the appropriate behaviour of only forwarding event to a single sink,
11925           rather than all of them.
11926           Unfortunately requires a lot of code duplication, but the
11927           alternatives are equally ugly in the end.
11928
11929 2005-10-11  Thomas Vander Stichele  <thomas at apestaart dot org>
11930
11931         * check/elements/audioconvert.c: (setup_audioconvert),
11932         (cleanup_audioconvert), (get_int_caps), (verify_convert),
11933         (GST_START_TEST), (audioconvert_suite):
11934           clean up tests a little, fix some leaks.
11935
11936 2005-10-10  Wim Taymans  <wim@fluendo.com>
11937
11938         * ext/alsa/gstalsasink.c:
11939         Also allow unsigned int.
11940
11941         * gst-libs/gst/audio/gstbaseaudiosrc.c:
11942         (gst_base_audio_src_create), (gst_base_audio_src_change_state):
11943         Small cleanup
11944
11945 2005-10-10  Wim Taymans  <wim@fluendo.com>
11946
11947         * check/pipelines/simple_launch_lines.c: (run_pipeline):
11948         Small update, use API as stated in design docs.
11949
11950         * examples/seeking/seek.c: (make_avi_msmpeg4v3_mp3_pipeline),
11951         (update_scale), (do_seek), (seek_cb), (set_update_scale),
11952         (start_seek), (stop_seek), (play_cb), (pause_cb), (stop_cb),
11953         (message_received), (main):
11954         Updated seek example for GOption. Some usability improvements.
11955
11956 2005-10-10  Wim Taymans  <wim@fluendo.com>
11957
11958         * gst/audioconvert/audioconvert.h:
11959         * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_unset_matrix),
11960         (gst_channel_mix_setup_matrix), (gst_channel_mix_mix):
11961         Alloc temp storage somewhere else where we can do it more
11962         portable.
11963
11964 2005-10-10  Wim Taymans  <wim@fluendo.com>
11965
11966         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_create),
11967         (gst_tcpserversrc_start):
11968         Don't block in accept while doing the state change, move
11969         to poll and make cancellable.
11970
11971 2005-10-09  Philippe Khalaf <burger@speedy.org>
11972
11973         * gst-libs/gst/rtp/rtpbasedepayload.c:
11974         Set timestamp and add queue delay to timestamp
11975         * gst-libs/gst/rtp/rtpbuffer.h:
11976         Set correct payload type for h263
11977
11978 2005-10-09  Stefan Kost  <ensonic@users.sf.net>
11979
11980         * gst/audiotestsrc/gstaudiotestsrc.c:
11981         (gst_audiostestsrc_wave_get_type), (gst_audiotestsrc_class_init),
11982         (gst_audiotestsrc_init), (gst_audiotestsrc_create_sine),
11983         (gst_audiotestsrc_create_square), (gst_audiotestsrc_create_saw),
11984         (gst_audiotestsrc_create_triangle),
11985         (gst_audiotestsrc_create_silence),
11986         (gst_audiotestsrc_create_white_noise),
11987         (gst_audiotestsrc_init_pink_noise),
11988         (gst_audiotestsrc_generate_pink_noise_value),
11989         (gst_audiotestsrc_create_pink_noise),
11990         (gst_audiotestsrc_change_wave):
11991         * gst/audiotestsrc/gstaudiotestsrc.h:
11992           fixed typo, added pink noise
11993
11994 2005-10-09  Tim-Philipp Müller  <tim at centricular dot net>
11995
11996         * gst/typefind/gsttypefindfunctions.c: (wavpack_type_find),
11997         (plugin_init):
11998           Add wavpack and spc typefind functions from 0.8 branch.
11999
12000 2005-10-09  Tim-Philipp Müller  <tim at centricular dot net>
12001
12002         * gst/typefind/gsttypefindfunctions.c: (tar_type_find),
12003         (ar_type_find), (msdos_type_find), (plugin_init):
12004           Add typefind functions for tar archives, ar archives,
12005           RAR archives, and msdos-executables (dlls, exe, etc.).
12006           Some of those would be wrongly identified as mpeg
12007           streams of some sort before (#315550).
12008
12009 2005-10-09  Stefan Kost  <ensonic@users.sf.net>
12010
12011         * configure.ac:
12012         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
12013         * docs/plugins/gst-plugins-base-plugins-sections.txt:
12014         * gst/audioscale/gstaudioscale.c: (gst_audioscale_method_get_type):
12015         * gst/audiotestsrc/Makefile.am:
12016         * gst/audiotestsrc/gstaudiotestsrc.c:
12017         (gst_audiostestsrc_wave_get_type), (gst_audiotestsrc_base_init),
12018         (gst_audiotestsrc_class_init), (gst_audiotestsrc_init),
12019         (gst_audiotestsrc_src_fixate), (gst_audiotestsrc_setcaps),
12020         (gst_audiotestsrc_get_query_types), (gst_audiotestsrc_src_query),
12021         (gst_audiotestsrc_wait), (gst_audiotestsrc_unlock),
12022         (gst_audiotestsrc_create_sine), (gst_audiotestsrc_create_square),
12023         (gst_audiotestsrc_create_saw), (gst_audiotestsrc_create_triangle),
12024         (gst_audiotestsrc_create_silence),
12025         (gst_audiotestsrc_create_white_noise),
12026         (gst_audiotestsrc_change_wave), (gst_audiotestsrc_create),
12027         (gst_audiotestsrc_set_property), (gst_audiotestsrc_get_property),
12028         (gst_audiotestsrc_start), (plugin_init):
12029         * gst/audiotestsrc/gstaudiotestsrc.h:
12030           add new plugin and element
12031         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init):
12032           use gobject_class
12033
12034 2005-10-09  Tim-Philipp Müller  <tim at centricular dot net>
12035
12036         * gst/adder/gstadder.c: (gst_adder_query), (gst_adder_class_init),
12037         (gst_adder_init), (gst_adder_request_new_pad),
12038         (gst_adder_change_state):
12039           Add query function to source pad, so adder reports the correct
12040           time/sample position when queried (#315457); fix state change
12041           function; use GST_DEBUG_FUNCPTR() for pad functions.
12042
12043 2005-10-08  Thomas Vander Stichele  <thomas at apestaart dot org>
12044
12045         * gst/typefind/gsttypefindfunctions.c: (utf8_type_find):
12046           Fix leaks in typefind registration
12047           Clean up the gratuitous commenting and whitespacing a little
12048
12049 2005-10-08  Wim Taymans  <wim@fluendo.com>
12050
12051         * gst-libs/gst/audio/gstaudiosink.c: (gst_audioringbuffer_stop):
12052         Only actually wait for the thread to be stopped if it's 
12053         running.
12054
12055 2005-10-08  Wim Taymans  <wim@fluendo.com>
12056
12057         * gst-libs/gst/audio/gstbaseaudiosink.c:
12058         (gst_base_audio_sink_event), (gst_base_audio_sink_render):
12059         If we receive EOS we can start playback of what we had.
12060
12061 2005-10-08  Wim Taymans  <wim@fluendo.com>
12062
12063         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
12064         (gst_multifdsink_finalize), (multifdsink_hash_remove),
12065         (gst_multifdsink_stop):
12066         Fix crasher when going to NULL multiple times.
12067
12068 2005-10-06  Wim Taymans  <wim@fluendo.com>
12069
12070         * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_event),
12071         (gst_base_audio_src_create), (gst_base_audio_src_change_state):
12072         * gst-libs/gst/audio/gstbaseaudiosrc.h:
12073         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_read):
12074         patch from Edgard Lima <edgard.lima@indt.org.br>
12075         Fixed gstbaseaudiosrc adding ring buffer sync to it.
12076
12077 2005-10-06  Wim Taymans  <wim@fluendo.com>
12078
12079         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_loop):
12080         Report the FLOW_RETURN as string in the error message.
12081
12082         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_clear_all):
12083         Don't assert when clearing an unnegotiated buffer.
12084
12085 2005-10-04  Michael Smith <msmith@fluendo.com>
12086
12087         * gst/playback/gstplaybasebin.c: (group_destroy),
12088         (gen_preroll_element), (remove_groups), (setup_source):
12089         * gst/playback/gstplaybin.c: (remove_sinks), (add_sink),
12090         (setup_sinks), (gst_play_bin_send_event),
12091         (gst_play_bin_change_state):
12092           Set state to NULL before removing from bin. Fix refcounting.
12093
12094 2005-10-04  Michael Smith <msmith@fluendo.com>
12095
12096         * gst/playback/gstplaybin.c: (gst_play_bin_send_event):
12097           Correct refcounting in send_event() function. Previously was wrong
12098           if the first sink was unable to handle the event.
12099
12100 2005-10-03  Thomas Vander Stichele  <thomas at apestaart dot org>
12101
12102         * configure.ac:
12103           back to development
12104
12105 === release 0.9.3 ===
12106
12107 2005-10-03  Thomas Vander Stichele  <thomas at apestaart dot org>
12108
12109         * configure.ac:
12110           Releasing 0.9.3, "De Facto"
12111
12112 2005-10-03  Andy Wingo  <wingo@pobox.com>
12113
12114         * gst/playback/gstdecodebin.c (try_to_link_1)
12115         (remove_element_chain): set element to NULL before removing it.
12116
12117 2005-10-02  Johan Dahlin  <johan@gnome.org>
12118
12119         * ext/gnomevfs/gstgnomevfssrc.c (gst_gnomevfssrc_uri_get_protocols): 
12120         protect gst_gnomevfs_get_supported_uris by a mutex, to make it
12121         MT safe.
12122
12123 2005-10-02  Andy Wingo  <wingo@pobox.com>
12124
12125         * gst-libs/gst/audio/gstringbuffer.c (gst_ring_buffer_clear) 
12126         (gst_ring_buffer_prepare_read): 
12127         * gst-libs/gst/audio/gstaudiosink.c (audioringbuffer_thread_func):
12128         Demote to LOG.
12129
12130 2005-09-29  Wim Taymans  <wim@fluendo.com>
12131
12132         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_peer):
12133         * ext/theora/theoradec.c: (theora_handle_data_packet):
12134         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
12135         Propagate error codes from alloc_buffer too.
12136
12137 2005-09-29  Wim Taymans  <wim@fluendo.com>
12138
12139         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init):
12140         We use fixed caps.
12141
12142         * gst/playback/Makefile.am:
12143         * gst/playback/test5.c: (new_pad), (no_more_pads), (start_finding),
12144         (dump_element_stats), (main):
12145         Added example stream introspection code.
12146
12147 2005-09-28  Stefan Kost  <ensonic@users.sf.net>
12148
12149         * gst/adder/gstadder.c: (gst_adder_collected):
12150           fix adder for float elements
12151
12152 2005-09-28  Wim Taymans  <wim@fluendo.com>
12153
12154         * gst-libs/gst/audio/gstbaseaudiosink.c:
12155         (gst_base_audio_sink_class_init),
12156         (gst_base_audio_sink_provide_clock), (gst_base_audio_sink_render):
12157         * gst-libs/gst/audio/gstbaseaudiosrc.c:
12158         (gst_base_audio_src_class_init),
12159         (gst_base_audio_src_provide_clock):
12160         get_clock -> provide_clock
12161
12162 2005-09-28  Andy Wingo  <wingo@pobox.com>
12163
12164         * gst/videotestsrc/gstvideotestsrc.c: Implement live source mode
12165         and unlocking.
12166
12167         * gst/sine/gstsinesrc.c (gst_sinesrc_unlock): Actually implement
12168         unlocking.
12169
12170         * gst/tcp/gsttcpclientsink.c (gst_tcpclientsink_base_init):
12171         Actually add the pad template.
12172         (gst_tcpclientsink_get_type): We're a base sink. Woot, works.
12173
12174         * gst/tcp/gsttcpserversrc.c: Go ahead and fix up serversrc while
12175         I'm at it...
12176
12177         * gst/tcp/gsttcpclientsrc.c: Make interruptable -- code stolen
12178         from fdsrc. Get caps in create() instead of start() so it can be
12179         interrupted. Interruption somewhat untested.
12180
12181         * gst/tcp/gsttcp.c (gst_tcp_read_buffer, gst_tcp_socket_read):
12182         Proper EOS handling.
12183
12184 2005-09-27  Andy Wingo  <wingo@pobox.com>
12185
12186         * gst/tcp/gsttcpclientsrc.c: Cleaned up.
12187
12188         * gst/tcp/gsttcpserversrc.c: Cleaned up.
12189
12190         * gst/tcp/gsttcpclientsrc.c: Updated for new gsttcp API.
12191
12192         * gst/tcp/gsttcp.h: 
12193         * gst/tcp/gsttcp.c (gst_tcp_read_buffer): New function, factored
12194         out of tcpclientsrc.c. Cancellable.
12195         (gst_tcp_socket_read): Made private, cancellable, with better
12196         diagnostics. Also the FIONREAD ioctl takes a int*, not a size_t*.
12197         (gst_tcp_gdp_read_buffer): Made cancellable, actually returns the
12198         whole buffer, and better diagnostics.
12199         (gst_tcp_gdp_read_caps): Same.
12200
12201         * gst/sine/gstsinesrc.c (gst_sinesrc_wait): Add the base time.
12202
12203 2005-09-26  Andy Wingo  <wingo@pobox.com>
12204
12205         * gst/sine/gstsinesrc.h:
12206         * gst/sine/gstsinesrc.c: Refactor, remove the table lookup code,
12207         change the 'sync' property to 'is-live' and implement it halfway,
12208         update for controller api change.
12209
12210         * gst/volume/gstvolume.c (volume_transform_ip): Update for
12211         controller api change.
12212
12213 2005-09-24  Wim Taymans  <wim@fluendo.com>
12214
12215         * ext/alsa/gstalsasink.c: (gst_alsasink_reset):
12216         * gst-libs/gst/audio/gstaudiosink.c:
12217         (gst_audioringbuffer_class_init), (audioringbuffer_thread_func),
12218         (gst_audioringbuffer_stop):
12219         * gst-libs/gst/audio/gstbaseaudiosink.c:
12220         (gst_base_audio_sink_event), (gst_base_audio_sink_render),
12221         (gst_base_audio_sink_change_state):
12222         * gst-libs/gst/audio/gstbaseaudiosink.h:
12223         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_stop),
12224         (gst_ring_buffer_set_sample), (gst_ring_buffer_clear_all),
12225         (gst_ring_buffer_commit), (gst_ring_buffer_read):
12226         * gst-libs/gst/audio/gstringbuffer.h:
12227         Fix sync again. Moved sample alignment to basesink.
12228
12229 2005-09-23  Thomas Vander Stichele  <thomas at apestaart dot org>
12230
12231         * docs/plugins/Makefile.am:
12232         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
12233         * docs/plugins/gst-plugins-base-plugins-sections.txt:
12234         * gst/volume/gstvolume.c:
12235           add/fix docs
12236         * gst-libs/gst/audio/audio.c: (gst_audio_frame_byte_size):
12237         * gst-libs/gst/audio/audio.h:
12238           add conversion macros for frames <-> clocktime
12239
12240 2005-09-23  David Schleef  <ds@schleef.org>
12241
12242         * gst/audioresample/Makefile.am:
12243         * gst/audioresample/debug.h:
12244         * gst/audioresample/gstaudioresample.c:
12245         * gst/audioresample/resample.c: Convert to using gst debugging
12246
12247 2005-09-22  Wim Taymans  <wim@fluendo.com>
12248
12249         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
12250         (gst_play_bin_send_event):
12251         Only seek on one sink, the first one that succeeds.
12252
12253 2005-09-22  Michael Smith <msmith@fluendo.com>
12254
12255         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_clear),
12256         (gst_vorbisenc_sink_event), (gst_vorbisenc_change_state):
12257         Don't flush encoder state unless we have an initialised encoder.
12258         Clear out encoder state on PAUSED_TO_READY.
12259
12260 2005-09-22  Wim Taymans  <wim@fluendo.com>
12261
12262         * gst-libs/gst/rtp/gstbasertppayload.c:
12263         (gst_basertppayload_class_init), (gst_basertppayload_init),
12264         (gst_basertppayload_setcaps), (gst_basertppayload_chain),
12265         (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
12266         (gst_basertppayload_is_filled), (gst_basertppayload_push),
12267         (gst_basertppayload_set_property),
12268         (gst_basertppayload_get_property),
12269         (gst_basertppayload_change_state):
12270         * gst-libs/gst/rtp/gstbasertppayload.h:
12271         Added max-ptime to control amount of data in the rtp packets.
12272
12273 2005-09-21  Andy Wingo  <wingo@pobox.com>
12274
12275         * gst/playback/gstplaybasebin.c: Attempt to fix up buffer probe
12276         thingies.
12277
12278         * gst/playback/gstdecodebin.c (gst_decode_bin_dispose): Dispose
12279         can be called multiple times, dogs.
12280
12281 2005-09-21  Wim Taymans  <wim@fluendo.com>
12282
12283         * gst-libs/gst/rtp/gstbasertppayload.c:
12284         (gst_basertppayload_class_init), (gst_basertppayload_init),
12285         (gst_basertppayload_setcaps), (gst_basertppayload_chain),
12286         (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
12287         (gst_basertppayload_push), (gst_basertppayload_get_property),
12288         (gst_basertppayload_change_state):
12289         Allow 0 ssrc too.
12290
12291 2005-09-21  Stefan Kost  <ensonic@users.sf.net>
12292
12293         * docs/libs/compiling.sgml:
12294           fixing typos
12295
12296 2005-09-20  Wim Taymans  <wim@fluendo.com>
12297
12298         * gst-libs/gst/rtp/gstbasertppayload.c:
12299         (gst_basertppayload_class_init), (gst_basertppayload_init),
12300         (gst_basertppayload_setcaps), (gst_basertppayload_chain),
12301         (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
12302         (gst_basertppayload_push), (gst_basertppayload_set_property),
12303         (gst_basertppayload_get_property),
12304         (gst_basertppayload_change_state):
12305         * gst-libs/gst/rtp/gstbasertppayload.h:
12306         Added property to configure sequence number offsets.
12307
12308 2005-09-20  Wim Taymans  <wim@fluendo.com>
12309
12310         * gst-libs/gst/rtp/gstbasertppayload.c:
12311         (gst_basertppayload_class_init), (gst_basertppayload_init),
12312         (gst_basertppayload_setcaps), (gst_basertppayload_chain),
12313         (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
12314         (gst_basertppayload_push), (gst_basertppayload_set_property),
12315         (gst_basertppayload_get_property),
12316         (gst_basertppayload_change_state):
12317         * gst-libs/gst/rtp/gstbasertppayload.h:
12318         Make timestamp offset configurable.
12319
12320 2005-09-20  Thomas Vander Stichele  <thomas at apestaart dot org>
12321
12322         * check/pipelines/simple_launch_lines.c: (run_pipeline):
12323           fix wrong pop/unref
12324
12325 2005-09-19  Torsten Schoenfeld  <kaffeetisch at gmx dot net>
12326
12327         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
12328
12329         * gst-libs/gst/interfaces/propertyprobe.c:
12330         (gst_property_probe_probe_property_name),
12331         (gst_property_probe_needs_probe_name),
12332         (gst_property_probe_get_values_name),
12333         (gst_property_probe_probe_and_get_values_name):
12334           Fix wrong macro usage; it's G_OBJECT_GET_CLASS(obj) or
12335           G_OBJECT_CLASS(klass), not G_OBJECT_CLASS(obj). (#316571)
12336
12337 2005-09-19  Thomas Vander Stichele  <thomas at apestaart dot org>
12338
12339         * check/Makefile.am:
12340           have some tests be disabled for valgrinding
12341         * check/elements/vorbisdec.c: (cleanup_vorbisdec),
12342         (GST_START_TEST):
12343         * ext/vorbis/vorbisdec.c: (vorbisdec_finalize):
12344           Fix A Leak.  Chain To Parent Finalize.
12345
12346 2005-09-19  Wim Taymans  <wim@fluendo.com>
12347
12348         * examples/seeking/seek.c: (make_wav_pipeline), (main):
12349         Fixed wav pipeline.
12350
12351 2005-09-19  Wim Taymans  <wim@fluendo.com>
12352
12353         * gst-libs/gst/rtp/gstbasertppayload.c:
12354         (gst_basertppayload_class_init), (gst_basertppayload_init),
12355         (gst_basertppayload_setcaps), (gst_basertppayload_chain),
12356         (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
12357         (gst_basertppayload_push), (gst_basertppayload_get_property),
12358         (gst_basertppayload_change_state):
12359         Posting ERROR and WARNING messages is good.
12360
12361 2005-09-19  Wim Taymans  <wim@fluendo.com>
12362
12363         * gst-libs/gst/rtp/gstbasertpdepayload.c:
12364         (gst_base_rtp_depayload_add_to_queue),
12365         (gst_base_rtp_depayload_push),
12366         (gst_base_rtp_depayload_set_gst_timestamp),
12367         (gst_base_rtp_depayload_queue_release):
12368         This one was not supposed to go in.
12369
12370 2005-09-19  Wim Taymans  <wim@fluendo.com>
12371
12372         * check/pipelines/simple_launch_lines.c: (run_pipeline):
12373         Fix for bus API.
12374
12375         * gst-libs/gst/rtp/gstbasertpdepayload.c:
12376         (gst_base_rtp_depayload_chain),
12377         (gst_base_rtp_depayload_add_to_queue),
12378         (gst_base_rtp_depayload_push),
12379         (gst_base_rtp_depayload_set_gst_timestamp),
12380         (gst_base_rtp_depayload_queue_release):
12381         Some cleanups.
12382
12383         * gst-libs/gst/rtp/gstbasertppayload.c:
12384         (gst_basertppayload_class_init), (gst_basertppayload_init),
12385         (gst_basertppayload_setcaps), (gst_basertppayload_set_options),
12386         (gst_basertppayload_set_outcaps), (gst_basertppayload_push),
12387         (gst_basertppayload_get_property),
12388         (gst_basertppayload_change_state):
12389         Added debugging category.
12390
12391 2005-09-18  David Schleef  <ds@schleef.org>
12392
12393         * gst/playback/gstdecodebin.c: free plugin list correctly
12394         * gst/playback/gstplaybin.c: emit warning if autovideosink
12395           and autoaudiosink can't be found (instead of segfaulting)
12396
12397 2005-09-17  Thomas Vander Stichele  <thomas at apestaart dot org>
12398
12399         * check/elements/audioconvert.c: (GST_START_TEST):
12400           try out 24 bit conversion
12401
12402 2005-09-15  Thomas Vander Stichele  <thomas at apestaart dot org>
12403
12404         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
12405         (gst_vorbisenc_sink_event), (gst_vorbisenc_chain),
12406         (gst_vorbisenc_output_buffers), (gst_vorbisenc_change_state):
12407         * ext/vorbis/vorbisenc.h:
12408           Fix EOS handling.  Still needs a fix in the ogg muxer to
12409           mark the last page as eos.
12410
12411 2005-09-15  Thomas Vander Stichele  <thomas at apestaart dot org>
12412
12413         * common/gtk-doc-plugins.mak:
12414         * docs/plugins/Makefile.am:
12415         * docs/plugins/gst-plugins-base-plugins-sections.txt:
12416         * gst/ffmpegcolorspace/Makefile.am:
12417         * gst/ffmpegcolorspace/avcodec.h:
12418         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
12419         * gst/tcp/gstmultifdsink.c:
12420           fix up ffmpegcolorspace docs; extract header
12421
12422 2005-09-15  Thomas Vander Stichele  <thomas at apestaart dot org>
12423
12424         * common/gtk-doc-plugins.mak:
12425         * docs/plugins/Makefile.am:
12426         * docs/plugins/gst-plugins-base-plugins-sections.txt:
12427         * ext/theora/Makefile.am:
12428         * ext/theora/gsttheoraenc.h:
12429         * ext/theora/theoraenc.c:
12430         * ext/vorbis/vorbisenc.c:
12431           pick up signals and args for vorbis; add some docs for vorbis
12432
12433 2005-09-15  Thomas Vander Stichele  <thomas at apestaart dot org>
12434
12435         * common/gstdoc-scangobj:
12436         * common/gtk-doc-plugins.mak:
12437         * docs/libs/Makefile.am:
12438         * docs/plugins/gst-plugins-base-plugins.args:
12439         * docs/plugins/gst-plugins-base-plugins.hierarchy:
12440         * docs/plugins/gst-plugins-base-plugins.interfaces:
12441         * docs/plugins/gst-plugins-base-plugins.prerequisites:
12442         * docs/plugins/gst-plugins-base-plugins.signals:
12443           only scanobj stuff from our source module.  Not sure yet
12444           if that's correct, given the hierarchy stuff :)
12445
12446 2005-09-15  Wim Taymans  <wim@fluendo.com>
12447
12448         * gst/audioconvert/gstaudioconvert.c:
12449         And enable 24 bits mode as well..
12450
12451 2005-09-15  Wim Taymans  <wim@fluendo.com>
12452
12453         * gst-libs/gst/rtp/Makefile.am:
12454         * gst-libs/gst/rtp/gstbasertppayload.c:
12455         (gst_basertppayload_get_type), (gst_basertppayload_base_init),
12456         (gst_basertppayload_class_init), (gst_basertppayload_init),
12457         (gst_basertppayload_finalize), (gst_basertppayload_setcaps),
12458         (gst_basertppayload_chain), (gst_basertppayload_set_options),
12459         (gst_basertppayload_set_outcaps), (gst_basertppayload_push),
12460         (gst_basertppayload_set_property),
12461         (gst_basertppayload_get_property),
12462         (gst_basertppayload_change_state):
12463         * gst-libs/gst/rtp/gstbasertppayload.h:
12464         Added rtp payloader base class.
12465
12466 2005-09-15  Andy Wingo  <wingo@pobox.com>
12467
12468         * configure.ac (plugindir): Remove the EOL matcher from the
12469         regexp, as it causes me problems. Libtool? Make? Who knows?
12470
12471 2005-09-14  David Schleef  <ds@schleef.org>
12472
12473         * check/generic/states.c: 
12474         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind):
12475         * gst/playback/gstdecodebin.c: (gst_decode_bin_init):
12476           Fixes for changes in registry API.
12477
12478         * configure.ac: Only export gst_plugins_desc.  Add -no-undefined
12479           to GST_PLUGIN_LDFLAGS.
12480         * ext/libvisual/visual.c: Make the library shut up.
12481         * gst-libs/gst/audio/audio.c: Don't define a plugin in a library.
12482         * gst-libs/gst/audio/gstaudiofilter.c: same
12483
12484 2005-09-14  Thomas Vander Stichele  <thomas at apestaart dot org>
12485
12486         * docs/plugins/Makefile.am:
12487         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
12488         * docs/plugins/inspect/plugin-libvisual.xml:
12489         * docs/plugins/tmpl/element-tcpserversink.sgml:
12490         * ext/theora/theoraenc.c:
12491           add libvisual plugin and theoraenc element to docs
12492
12493 2005-09-14  Thomas Vander Stichele  <thomas at apestaart dot org>
12494
12495         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
12496         * docs/plugins/gst-plugins-base-plugins-sections.txt:
12497         * ext/theora/theoraenc.c:
12498           add theoraenc
12499
12500 2005-09-13  Tim-Philipp Müller  <tim at centricular dot net>
12501
12502         * gst/audioconvert/Makefile.am:
12503           Audioconvert derives from GstBaseTransform and should
12504           link to the library with our base elements to avoid
12505           unresolved symbols. Makes things work with MinGW (#316160)
12506
12507         * gst/playback/test4.c: (main):
12508           Fix MinGW build problem and use g_usleep() instead of 
12509           sleep() (#316162)
12510
12511 2005-09-12  Wim Taymans  <wim@fluendo.com>
12512
12513         * gst/audioconvert/audioconvert.c: (float),
12514         (audio_convert_prepare_context), (audio_convert_convert):
12515         * gst/audioconvert/audioconvert.h:
12516         Cleanups, speedups, simplifications, added back support
12517         for 24 bits.
12518
12519 2005-09-11  Thomas Vander Stichele  <thomas at apestaart dot org>
12520
12521         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
12522         * docs/plugins/gst-plugins-base-plugins-sections.txt:
12523         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
12524         * docs/plugins/tmpl/element-tcpserversink.sgml:
12525         * gst/ffmpegcolorspace/gstffmpeg.c:
12526         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
12527         * gst/videotestsrc/gstvideotestsrc.c:
12528         * gst/volume/gstvolume.c:
12529           add more elements to the docs
12530
12531 2005-09-09  Jan Schmidt  <thaytan@mad.scientist.com>
12532
12533         * check/Makefile.am:
12534         * check/pipelines/simple_launch_lines.c: (setup_pipeline),
12535         (run_pipeline), (GST_START_TEST), (simple_launch_lines_suite):
12536           Add extra tests for basetransform based components. 
12537           Comment out the test_element_negotiation test until we decide
12538           if it's testing correct behaviour.
12539         * ext/libvisual/visual.c: (gst_visual_init), (get_buffer),
12540         (gst_visual_chain), (gst_visual_change_state):
12541           Slightly more correct but still bogus timestamping.
12542           Fix state change function.
12543         * gst/audioconvert/gstaudioconvert.c:
12544         (gst_audio_convert_class_init):
12545         * gst/audioresample/gstaudioresample.c:
12546         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
12547         (gst_ffmpegcsp_class_init):
12548         * gst/videoscale/gstvideoscale.c: (gst_videoscale_class_init),
12549         (gst_videoscale_prepare_size), (gst_videoscale_set_caps),
12550         (gst_videoscale_prepare_image):
12551         * gst/volume/gstvolume.c: (gst_volume_class_init),
12552         (volume_transform_ip):
12553           Basetransform updates. Enable passthrough modes.
12554         * sys/ximage/ximagesink.c: (gst_ximage_buffer_init),
12555         (gst_ximagesink_renegotiate_size), (gst_ximagesink_xcontext_get),
12556         (gst_ximagesink_setcaps), (gst_ximagesink_buffer_alloc):
12557           Negotiation fix that allows the window to return to the original
12558           size and renegotiate passthrough upstream. Extra debug output.
12559
12560 2005-09-09  Thomas Vander Stichele  <thomas at apestaart dot org>
12561
12562         * gst/sine/gstsinesrc.c:
12563         * gst/volume/gstvolume.c:
12564           fix up header include
12565
12566 2005-09-09  Stefan Kost  <ensonic@users.sf.net>
12567
12568         * gst-libs/gst/audio/gstbaseaudiosink.c:
12569         (gst_base_audio_sink_render):
12570         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_commit):
12571         * gst/volume/gstvolume.c: (gst_volume_class_init),
12572         (volume_transform):
12573           fixing lost sync, some more debugging
12574
12575 2005-09-08  Jan Schmidt  <thaytan@mad.scientist.com>
12576
12577         * sys/ximage/ximagesink.c: (gst_ximage_buffer_init),
12578         (gst_ximagesink_check_xshm_calls), (gst_ximagesink_xcontext_get):
12579         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_init),
12580         (gst_xvimagesink_check_xshm_calls):
12581           Fix compilation when XShm is not available.
12582
12583 2005-09-07  Jan Schmidt  <thaytan@mad.scientist.com>
12584
12585         * ext/libvisual/visual.c: (gst_visual_dispose),
12586         (gst_visual_getcaps), (gst_visual_src_setcaps),
12587         (gst_visual_sink_setcaps), (get_buffer), (gst_visual_chain),
12588         (gst_visual_change_state):
12589           Finish fixing up libvisual plugin so that it runs. 
12590
12591 2005-09-07  Stefan Kost  <ensonic@users.sf.net>
12592
12593         * ext/vorbis/vorbisenc.c:
12594         * gst-libs/gst/tag/gstvorbistag.c:
12595           gsttaginterface.h -> gsttagsetter.h
12596
12597 2005-09-07  Stefan Kost  <ensonic@users.sf.net>
12598
12599         * check/pipelines/simple_launch_lines.c: (GST_START_TEST):
12600           added another test that failes for me (test is not active by default)
12601
12602 2005-09-07  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
12603
12604         * configure.ac:
12605           v4l2 is no longer in gst-plugins-base
12606
12607 2005-09-07  Jan Schmidt  <thaytan@mad.scientist.com>
12608
12609         * configure.ac:
12610           In the output at the end, don't show the first plugin on the same
12611           line as "Core plug-ins, always built:".
12612           Indent the output as for other plugin categories
12613         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_create):
12614           #define that can be used to not use peer buffer_alloc functions for
12615           test purposes.
12616         * sys/ximage/ximagesink.c: (gst_ximage_buffer_init),
12617         (gst_ximage_buffer_get_type), (gst_ximagesink_ximage_new),
12618         (gst_ximagesink_show_frame):
12619         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_init),
12620         (gst_xvimage_buffer_get_type), (gst_xvimagesink_setcaps),
12621         (gst_xvimagesink_show_frame):
12622           Error case handling fixes. gst-launch fakesrc ! x[v]imagesink now
12623           fails gracefully instead of XError aborting or deadlocking.
12624
12625 2005-09-07  Stefan Kost  <ensonic@users.sf.net>
12626
12627         * ext/libvisual/Makefile.am:
12628           link against gst-base-libs
12629
12630 2005-09-06  David Schleef  <ds@schleef.org>
12631
12632         * configure.ac: Enable libvisual plugin.
12633         * ext/libvisual/Makefile.am:
12634         * ext/libvisual/visual.c: Fixes to make it compile.
12635
12636 === release 0.9.2 ===
12637
12638 2005-09-06  Thomas Vander Stichele  <thomas at apestaart dot org>
12639
12640         * NEWS:
12641         * RELEASE:
12642         * configure.ac:
12643         * docs/random/ChangeLog-0.8:
12644           releasing 0.9.2, "Spoon"
12645
12646 2005-09-05  Michael Smith <msmith@fluendo.com>
12647
12648         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_class_init):
12649           libvorbis accepts quality as low as -0.1, not just 0.0. So accept
12650           that in the vorbisenc element.
12651
12652 2005-09-04  Thomas Vander Stichele  <thomas at apestaart dot org>
12653
12654         * common/gtk-doc-plugins.mak:
12655         * docs/plugins/Makefile.am:
12656           fix distcheck
12657         * gst/audioresample/resample.c:
12658           fix wrong docstring
12659
12660 2005-09-04  Thomas Vander Stichele  <thomas at apestaart dot org>
12661
12662         * common/gst-xmlinspect.py:
12663         * common/gtk-doc-plugins.mak:
12664           only inspect plugins for this given package
12665           require gst-python 0.9
12666
12667 2005-09-03  Thomas Vander Stichele  <thomas at apestaart dot org>
12668
12669         * Makefile.am:
12670         * autogen.sh:
12671         * common/gst-xmlinspect.py:
12672         * configure.ac:
12673         * docs/Makefile.am:
12674         * docs/plugins/inspect/plugin-alsa.xml:
12675         * docs/plugins/inspect/plugin-audioresample.xml:
12676         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
12677         * docs/plugins/inspect/plugin-ogg.xml:
12678         * docs/plugins/tmpl/element-gnomevfssink.sgml:
12679         * docs/plugins/tmpl/element-multifdsink.sgml:
12680         * docs/plugins/tmpl/element-tcpserversink.sgml:
12681         * docs/plugins/tmpl/element-vorbisenc.sgml:
12682         * gst-plugins-base.spec.in:
12683           various doc-related updates
12684
12685 2005-08-31  Wim Taymans  <wim@fluendo.com>
12686
12687         * gst-libs/gst/audio/gstbaseaudiosink.c:
12688         (gst_base_audio_sink_render):
12689         Resync if the buffer timestamps drift more than a 10th 
12690         of a second.
12691
12692 2005-08-31  Tim-Philipp Müller  <tim at centricular dot net>
12693
12694         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_set_property),
12695         (gst_v4lsrc_get_property):
12696           The 'timestamp-offset' property is registered as an int64, so
12697           let's use g_value_{set|get}_int64() in our setter and getter
12698           functions (makes it work and fixes warnings with gst-inspect).
12699
12700 2005-08-30  Wim Taymans  <wim@fluendo.com>
12701
12702         * check/elements/audioconvert.c: (setup_audioconvert):
12703         * check/elements/audioresample.c: (setup_audioresample):
12704         * check/elements/volume.c: (setup_volume):
12705         Fix checks.
12706
12707 2005-08-30  Thomas Vander Stichele  <thomas at apestaart dot org>
12708
12709         * common/gtk-doc-plugins.mak:
12710         * common/plugins.xsl:
12711         * docs/plugins/Makefile.am:
12712           make module a param
12713
12714 2005-08-30  Stefan Kost  <ensonic@users.sf.net>
12715
12716         * examples/seeking/seek.c: (make_mp3_pipeline),
12717         (make_mpeg_pipeline), (seek_cb), (start_seek), (stop_seek),
12718         (play_cb), (pause_cb), (stop_cb):
12719           update the example
12720
12721 2005-08-30  Stefan Kost  <ensonic@users.sf.net>
12722
12723         * gst/volume/gstvolume.c: (gst_volume_class_init),
12724         (volume_transform):
12725           do not update controlled params, if buffer has no timestamp
12726
12727 2005-08-29  Stefan Kost  <ensonic@users.sf.net>
12728
12729         * configure.ac:
12730         * gst/sine/Makefile.am:
12731         * gst/volume/Makefile.am:
12732           controllerized elements also need to link against controller-libs ;)
12733
12734 2005-08-29  Stefan Kost  <ensonic@users.sf.net>
12735
12736         * docs/libs/tmpl/gstcolorbalance.sgml:
12737         * docs/libs/tmpl/gstgconf.sgml:
12738         * docs/libs/tmpl/gstmixer.sgml:
12739         * docs/libs/tmpl/gstringbuffer.sgml:
12740         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
12741         (gst_sinesrc_create):
12742         * gst/volume/gstvolume.c: (gst_volume_class_init),
12743         (volume_transform):
12744           controllerized two audio plugins
12745
12746 2005-08-29  Andy Wingo  <wingo@pobox.com>
12747
12748         * ext/vorbis/vorbisdec.c (vorbis_dec_convert, vorbis_dec_push) 
12749         (vorbis_handle_data_packet): Fix some int overflow errors.
12750
12751         * ext/ogg/gstoggdemux.c (gst_ogg_demux_init): Init total_time to
12752         -1.
12753         (gst_ogg_demux_perform_seek): Clamp segment_stop only if it's
12754         valid.
12755         (gst_ogg_pad_submit_packet): Subtract the chain's begin_time only
12756         if it's valid. Fixed streaming-mode playback.
12757
12758         * check/elements/volume.c (cleanup_volume): Fix for running
12759         CK_FORK=no.
12760
12761         * check/elements/audioconvert.c: Convert from native endian, not
12762         little endian.
12763
12764 2005-08-29  Michael Smith <msmith@fluendo.com>
12765
12766         * ext/ogg/Makefile.am:
12767         * ext/ogg/gstogg.c: (plugin_init):
12768         * ext/ogg/gstoggparse.c: (gst_ogg_parse_get_type), (free_stream),
12769         (gst_ogg_parse_delete_all_streams), (gst_ogg_parse_new_stream),
12770         (gst_ogg_parse_find_stream), (gst_ogg_parse_base_init),
12771         (gst_ogg_parse_class_init), (gst_ogg_parse_init),
12772         (gst_ogg_parse_dispose), (gst_ogg_parse_submit_buffer),
12773         (gst_ogg_parse_append_header), (gst_ogg_parse_is_header),
12774         (gst_ogg_parse_buffer_from_page), (gst_ogg_parse_chain),
12775         (gst_ogg_parse_change_state), (gst_ogg_parse_plugin_init):
12776         Add an ogg parser element.
12777
12778 2005-08-28  Andy Wingo  <wingo@pobox.com>
12779
12780         * Updates for two-arg init from GST_BOILERPLATE_FULL.
12781
12782 2005-08-26  Wim Taymans  <wim@fluendo.com>
12783
12784         * gst/audioconvert/audioconvert.c: (if), (float),
12785         (audio_convert_get_func_index), (check_default),
12786         (audio_convert_clean_fmt), (audio_convert_prepare_context),
12787         (audio_convert_clean_context), (audio_convert_get_sizes),
12788         (audio_convert_convert):
12789         Cleanups.
12790
12791 2005-08-26  Wim Taymans  <wim@fluendo.com>
12792
12793         * gst/audioconvert/audioconvert.c: (if), (float),
12794         (audio_convert_get_func_index), (check_default),
12795         (audio_convert_clean_fmt), (audio_convert_prepare_context),
12796         (audio_convert_clean_context), (audio_convert_get_sizes),
12797         (audio_convert_convert):
12798         More elegant and working temp buffer selection algo.
12799
12800 2005-08-26  Wim Taymans  <wim@fluendo.com>
12801
12802         * gst/audioconvert/audioconvert.c: (if), (float),
12803         (audio_convert_get_func_index), (check_default),
12804         (audio_convert_clean_fmt), (audio_convert_prepare_context),
12805         (audio_convert_clean_context), (audio_convert_get_sizes),
12806         (get_temp_buffer), (audio_convert_convert):
12807         Use realloc else we lose our original data.
12808
12809 2005-08-26  Thomas Vander Stichele  <thomas at apestaart dot org>
12810
12811         * gst/audioresample/gstaudioresample.c:
12812           use base class' newsegment to properly timestamp
12813
12814 2005-08-26  Wim Taymans  <wim@fluendo.com>
12815
12816         * gst/audioconvert/audioconvert.c: (if), (float),
12817         (audio_convert_get_func_index), (check_default),
12818         (audio_convert_clean_fmt), (audio_convert_prepare_context),
12819         (audio_convert_clean_context), (audio_convert_get_sizes),
12820         (get_temp_buffer), (audio_convert_convert):
12821         * gst/audioconvert/gstaudioconvert.c:
12822         (gst_audio_convert_parse_caps), (gst_audio_convert_get_unit_size),
12823         (gst_audio_convert_transform_caps),
12824         (gst_audio_convert_fixate_caps), (gst_audio_convert_transform):
12825         * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_mix):
12826         Oops, allocate enough space to perform the channel mix.
12827
12828 2005-08-26  Wim Taymans  <wim@fluendo.com>
12829
12830         * gst/audioconvert/Makefile.am:
12831         * gst/audioconvert/audioconvert.c: (if), (float),
12832         (audio_convert_get_func_index), (check_default),
12833         (audio_convert_clean_fmt), (audio_convert_prepare_context),
12834         (audio_convert_clean_context), (audio_convert_get_sizes),
12835         (get_temp_buffer), (audio_convert_convert):
12836         * gst/audioconvert/audioconvert.h:
12837         * gst/audioconvert/gstaudioconvert.c:
12838         (gst_audio_convert_class_init), (gst_audio_convert_init),
12839         (gst_audio_convert_dispose), (gst_audio_convert_parse_caps),
12840         (gst_audio_convert_get_unit_size),
12841         (gst_audio_convert_transform_caps),
12842         (gst_audio_convert_fixate_caps), (gst_audio_convert_set_caps),
12843         (gst_audio_convert_transform_ip), (gst_audio_convert_transform):
12844         * gst/audioconvert/gstaudioconvert.h:
12845         * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_unset_matrix),
12846         (gst_channel_mix_fill_identical),
12847         (gst_channel_mix_fill_compatible), (gst_channel_mix_detect_pos),
12848         (gst_channel_mix_fill_one_other), (gst_channel_mix_fill_others),
12849         (gst_channel_mix_fill_normalize), (gst_channel_mix_fill_matrix),
12850         (gst_channel_mix_setup_matrix), (gst_channel_mix_passthrough),
12851         (gst_channel_mix_mix):
12852         * gst/audioconvert/gstchannelmix.h:
12853         Cleanups, librarify a bit, optimize, better negotiation and more.
12854
12855 2005-08-26  Jan Schmidt  <thaytan@mad.scientist.com>
12856
12857         * ext/ogg/gstoggdemux.c: (ogg_find_peek):
12858         Another from MikeS:
12859         During typefinding, don't support negative offsets
12860         (offsets from the end of the stream) in our typefind->peek() function
12861         - nothing embedded in ogg ever needs them. However, we need to recognise
12862         those requests and reject them, otherwise we return invalid pointers.
12863
12864 2005-08-26  Jan Schmidt  <thaytan@mad.scientist.com>
12865
12866         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose):
12867         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_class_init),
12868         (vorbisdec_finalize), (vorbis_handle_type_packet):
12869           Big shout-out to MikeS for fixing this giant memory leak.
12870           Huzzah!
12871
12872 2005-08-25  Thomas Vander Stichele  <thomas at apestaart dot org>
12873
12874         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_dispose),
12875         (audio_convert_get_unit_size):
12876           plug some leaks
12877
12878 2005-08-25  Thomas Vander Stichele  <thomas at apestaart dot org>
12879
12880         * check/Makefile.am:
12881         * check/elements/audioconvert.c: (setup_audioconvert),
12882         (cleanup_audioconvert), (get_int_caps), (verify_convert),
12883         (GST_START_TEST), (audioconvert_suite), (main):
12884           add a test for audioconvert
12885         * gst/audioresample/gstaudioresample.c:
12886         * gst/audioresample/gstaudioresample.h:
12887           set DURATION so that TIMESTAMP(a) + DURATION(a) == TIMESTAMP(b);
12888           note that for buffers of 1/3 sec this means DURATION(c) is 
12889           one nanosecond more than for a and b
12890
12891 2005-08-25  Thomas Vander Stichele  <thomas at apestaart dot org>
12892
12893         * check/Makefile.am:
12894         * check/elements/audioresample.c: (setup_audioresample),
12895         (cleanup_audioresample), (fail_unless_perfect_stream),
12896         (test_perfect_stream_instance), (GST_START_TEST),
12897           add a check for audioresample
12898         (audioresample_suite), (main):
12899         * check/elements/volume.c: (GST_START_TEST):
12900           remove unused method
12901         * gst/audioresample/gstaudioresample.c:
12902           set correct buffer parameters since we're changing them
12903         * gst/audioresample/resample_ref.c: (resample_scale_ref):
12904           add some debug
12905
12906 2005-08-25  Thomas Vander Stichele  <thomas at apestaart dot org>
12907
12908         * gst/audioresample/debug.c:
12909         * gst/audioresample/gstaudioresample.c:
12910           add room for extra overlap samples when asked to transform size
12911           protect against possible mem corruption and check for discrepancies
12912           between written size and outbuffer's size so we can warn for
12913           potential problems
12914         * gst/audioresample/resample.c: (resample_init),
12915         (resample_get_output_size_for_input), (resample_get_output_size),
12916         (resample_set_n_channels), (resample_set_format):
12917           set debug level based on RESAMPLE_DEBUG env var
12918           make sure that get_output_size* returns a whole number of
12919           sample_size
12920           set sample_size each time either channel or format is set
12921         * gst/audioresample/resample_chunk.c: (resample_scale_chunk):
12922         * gst/audioresample/resample_functable.c:
12923         (resample_scale_functable):
12924         * gst/audioresample/resample_ref.c: (resample_scale_ref):
12925           remove r->sample_size, it's done in resample.c now
12926           add some debugging to the ref implementation
12927           make sure we only give back bytes that are wholes of the sample
12928           size
12929
12930 2005-08-25  Jan Schmidt  <thaytan@mad.scientist.com>
12931         * gst/playback/gstplaybasebin.c: (fill_buffer):
12932         Revert unpopular change for GST_MESSAGE_SRC to GObject.
12933
12934 2005-08-25  Stefan Kost  <ensonic@users.sf.net>
12935
12936         * gst/volume/gstvolume.c:
12937           made set_caps function static
12938
12939 2005-08-24  Wim Taymans  <wim@fluendo.com>
12940
12941         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
12942         (gst_vorbisenc_change_state):
12943         Stop leaking taglists.
12944
12945 2005-08-24  Wim Taymans  <wim@fluendo.com>
12946
12947         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query),
12948         (gst_ogg_pad_event), (gst_ogg_demux_factory_filter),
12949         (gst_ogg_pad_submit_packet), (gst_ogg_chain_new),
12950         (gst_ogg_demux_init), (gst_ogg_demux_perform_seek),
12951         (gst_ogg_demux_collect_chain_info), (gst_ogg_demux_collect_info),
12952         (gst_ogg_demux_chain), (gst_ogg_demux_loop), (gst_ogg_print):
12953         Parse seeking events better.
12954         Unref static caps.
12955         Generate correct newsegment events, fixes seeking in live oggs.
12956
12957         * ext/theora/theoradec.c: (theora_dec_src_query),
12958         (theora_dec_src_event), (theora_dec_src_getcaps),
12959         (theora_dec_sink_event), (theora_dec_push), (theora_dec_chain):
12960         Use newsegment values to report correct play time.
12961
12962         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
12963         (vorbis_dec_src_event), (vorbis_dec_sink_event):
12964         * ext/vorbis/vorbisdec.h:
12965         Parse and use newsegment values to report correct play time.
12966
12967         * gst-libs/gst/audio/gstbaseaudiosink.c:
12968         (gst_base_audio_sink_event), (gst_base_audio_sink_render):
12969         Clear ringbuffer on flush.
12970         Use newsegment values to calculate playback time.
12971
12972         * sys/ximage/ximagesink.c: (gst_ximagesink_get_times):
12973         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_times):
12974         Basesink does newsegment calculations for us now.
12975
12976 2005-08-24  Thomas Vander Stichele  <thomas at apestaart dot org>
12977
12978         * check/Makefile.am:
12979         * configure.ac:
12980           add core's plugins to the mix so that playbin works
12981         * check/generic/states.c: (GST_START_TEST):
12982           set a 0 timeout on pipelines, so they don't force the next
12983           state change
12984         * gst/playback/gstplaybasebin.c: (setup_source), (prepare_output),
12985         (gst_play_base_bin_change_state):
12986           remove the crappy error handling and do GST error handling
12987
12988 2005-08-24  Thomas Vander Stichele  <thomas at apestaart dot org>
12989
12990         * check/Makefile.am:
12991         * check/generic/states.c: (GST_START_TEST), (states_suite), (main):
12992           add same test as to core, it bitches out on playbin atm.
12993
12994 2005-08-24  Wim Taymans  <wim@fluendo.com>
12995
12996         * configure.ac:
12997         Remove audioscale.
12998
12999 2005-08-24  Wim Taymans  <wim@fluendo.com>
13000
13001         * gst/videoscale/gstvideoscale.c: (gst_videoscale_init),
13002         (gst_videoscale_prepare_size), (parse_caps),
13003         (gst_videoscale_set_caps), (gst_videoscale_get_size),
13004         (gst_videoscale_prepare_image), (gst_videoscale_transform_ip),
13005         (gst_videoscale_transform):
13006         * gst/videoscale/gstvideoscale.h:
13007         Refactor, make use of BaseTranform really well.
13008
13009 2005-08-24  Thomas Vander Stichele  <thomas at apestaart dot org>
13010
13011         * configure.ac:
13012           compile audioresample
13013         * gst/audioresample/Makefile.am:
13014         * gst/audioresample/buffer.c:
13015         * gst/audioresample/functable.c:
13016         * gst/audioresample/gstaudioresample.c:
13017         * gst/audioresample/gstaudioresample.h:
13018         * gst/audioresample/resample.c:
13019         (resample_get_output_size_for_input):
13020         * gst/audioresample/resample.h:
13021         * gst/audioresample/resample_chunk.c:
13022         * gst/audioresample/resample_functable.c:
13023         * gst/audioresample/resample_ref.c:
13024           port to use basetransform; doesn't work in all cases yet
13025
13026 2005-08-24  Thomas Vander Stichele  <thomas at apestaart dot org>
13027
13028         * gst/audioconvert/gstaudioconvert.c:
13029         (gst_audio_convert_class_init), (gst_audio_convert_init),
13030         (audio_convert_get_unit_size), (audio_convert_transform_caps),
13031         (audio_convert_fixate_caps), (audio_convert_set_caps),
13032         (audio_convert_transform),
13033         (gst_audio_convert_buffer_to_default_format),
13034         (gst_audio_convert_buffer_from_default_format),
13035         (gst_audio_convert_channels):
13036         * gst/audioconvert/gstchannelmix.c:
13037         * gst/audioconvert/gstchannelmix.h:
13038           port to basetransform
13039         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
13040         (gst_ffmpegcsp_transform_caps), (gst_ffmpegcsp_class_init),
13041         (gst_ffmpegcsp_get_unit_size):
13042         * gst/videoscale/gstvideoscale.c: (gst_videoscale_class_init),
13043         (gst_videoscale_transform_caps), (gst_videoscale_get_unit_size):
13044           fix for basetransform changes
13045
13046 2005-08-24  Jan Schmidt  <thaytan@mad.scientist.com>
13047
13048         * check/Makefile.am:
13049           Add CHECK_CFLAGS and LDFLAGS
13050
13051         * gst/playback/gstplaybasebin.c: (fill_buffer):
13052           GST_MESSAGE_SRC became a GObject
13053
13054 2005-08-24  Wim Taymans  <wim@fluendo.com>
13055
13056         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_set_sample),
13057         (gst_ring_buffer_clear_all):
13058         * gst-libs/gst/audio/gstringbuffer.h:
13059         Added function to clear the ringbuffer.
13060
13061 2005-08-24  Andy Wingo  <wingo@pobox.com>
13062
13063         * sys/v4l/gstv4lelement.c (gst_v4lelement_start) 
13064         (gst_v4lelement_stop): Call _start and _stop for xoverlay instead
13065         of _open and _close.
13066
13067         * sys/v4l/gstv4lxoverlay.h:
13068         * sys/v4l/gstv4lxoverlay.c (gst_v4l_xoverlay_set_xwindow_id): Open
13069         an Xv connection here, instead of all the time. Make Xv only be
13070         loaded if you axe for it. Kindof a workaround for buggy behaviour
13071         of Xv when using remote xservers (XvQueryExtension would block).
13072         (gst_v4l_xoverlay_stop, gst_v4l_xoverlay_start): New functions,
13073         replace the _open and _close public API. Only start the xv
13074         connection if necessary.
13075         (gst_v4l_xoverlay_open, gst_v4l_xoverlay_close): Made static.
13076
13077 2005-08-23  David Schleef  <ds@schleef.org>
13078
13079         * gst/audioresample/Makefile.am: Leet audioresampling code
13080         * gst/audioresample/buffer.c:
13081         * gst/audioresample/buffer.h:
13082         * gst/audioresample/debug.c:
13083         * gst/audioresample/debug.h:
13084         * gst/audioresample/functable.c:
13085         * gst/audioresample/functable.h:
13086         * gst/audioresample/gstaudioresample.c:
13087         * gst/audioresample/gstaudioresample.h:
13088         * gst/audioresample/resample.c:
13089         * gst/audioresample/resample.h:
13090         * gst/audioresample/resample_chunk.c:
13091         * gst/audioresample/resample_functable.c:
13092         * gst/audioresample/resample_ref.c:
13093
13094 2005-08-23  Wim Taymans  <wim@fluendo.com>
13095
13096         * examples/seeking/seek.c: (make_vorbis_pipeline),
13097         (make_theora_pipeline), (make_vorbis_theora_pipeline), (do_seek):
13098         Small seek updates.
13099
13100 2005-08-23  Andy Wingo  <wingo@pobox.com>
13101
13102         * gst-libs/gst/audio/gstbaseaudiosrc.c
13103         (gst_base_audio_src_fixate): Only fixate endianness if it is
13104         present in the caps.
13105
13106 2005-08-22  Andy Wingo  <wingo@pobox.com>
13107
13108         * ext/alsa/gstalsasink.c (gst_alsasink_get_property): 
13109         * ext/alsa/gstalsasrc.c (gst_alsasrc_get_property): Add a
13110         device-name property.
13111
13112         * gst-libs/gst/audio/gstaudiosrc.h:
13113         * gst-libs/gst/audio/gstaudiosrc.c: Implement open_device and
13114         close_device in the ring buffer, like gstaudiosink.
13115
13116         * ext/alsa/gstalsamixer.h:
13117         * ext/alsa/gstalsamixer.c: Not a GObject any more. Include a nifty
13118         macro to implement the interface without much code. Cleanups. 
13119
13120         * ext/alsa/gstalsasrc.h:
13121         * ext/alsa/gstalsasrc.c: Be a mixer. Open device and mixer in
13122         READY.
13123
13124         * ext/alsa/Makefile.am: Add new files.
13125         * ext/alsa/gstalsamixerelement.c: 
13126         * ext/alsa/gstalsamixerelement.c: Split element code out from
13127         mixer code so that alsasrc can be a mixer too.
13128
13129 2005-08-21  Thomas Vander Stichele  <thomas at apestaart dot org>
13130
13131         * check/elements/volume.c: (setup_volume), (cleanup_volume),
13132         (GST_START_TEST):
13133         * check/elements/vorbisdec.c: (setup_vorbisdec),
13134         (cleanup_vorbisdec), (GST_START_TEST), (vorbisdec_suite):
13135         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
13136         (vorbis_handle_identification_packet),
13137         (vorbis_handle_comment_packet), (vorbis_handle_type_packet),
13138         (vorbis_handle_header_packet), (vorbis_dec_push),
13139         (vorbis_dec_chain):
13140           use the setup/teardown methods to save code.  save code is good.
13141
13142 2005-08-20  Thomas Vander Stichele  <thomas at apestaart dot org>
13143
13144         * check/Makefile.am:
13145           add ext dir for plugins
13146           add vorbisdec test conditionally
13147         * check/elements/volume.c: (setup_volume), (cleanup_volume),
13148         (GST_START_TEST), (volume_suite):
13149           add a test with wrong caps
13150         * check/elements/vorbisdec.c: (chain_func), (setup_vorbisdec),
13151         (cleanup_vorbisdec), (GST_START_TEST), (vorbisdec_suite), (main):
13152           add a vorbisdec test
13153         * ext/ogg/gstoggdemux.c: (gst_ogg_chain_new_stream),
13154         (gst_ogg_demux_chain), (gst_ogg_demux_loop):
13155           clean up debug output
13156         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
13157           yay, fix a segfault/security issue in vorbisdec
13158           gst-launch fakesrc ! vorbisdec wasn't happy
13159         * ext/vorbis/vorbisenc.c: (vorbisenc_get_type),
13160         (gst_vorbisenc_class_init), (gst_vorbisenc_sink_setcaps),
13161         (gst_vorbisenc_convert_src), (gst_vorbisenc_convert_sink),
13162         (gst_vorbisenc_src_query), (gst_vorbisenc_sink_query),
13163         (gst_vorbisenc_init), (gst_vorbisenc_metadata_set1),
13164         (gst_vorbisenc_set_metadata), (get_constraints_string),
13165         (update_start_message), (gst_vorbisenc_setup),
13166         (gst_vorbisenc_buffer_from_packet), (gst_vorbisenc_push_buffer),
13167         (gst_vorbisenc_push_packet), (gst_vorbisenc_sink_event),
13168         (gst_vorbisenc_chain), (gst_vorbisenc_get_property),
13169         (gst_vorbisenc_set_property), (gst_vorbisenc_change_state):
13170         * ext/vorbis/vorbisenc.h:
13171           march in line
13172         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
13173         (gst_ffmpegcsp_transform):
13174           have the kow come home
13175         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init):
13176           debug my func ptr
13177         * gst/volume/gstvolume.c: (volume_set_caps):
13178           add a debug
13179
13180 2005-08-20  Thomas Vander Stichele  <thomas at apestaart dot org>
13181
13182         * Makefile.am:
13183         * check/.cvsignore:
13184         * check/Makefile.am:
13185         * check/elements/.cvsignore:
13186         * check/elements/volume.c: (chain_func), (event_func),
13187         (setup_volume), (cleanup_volume), (GST_START_TEST), (volume_suite),
13188         (main):
13189         * configure.ac:
13190           add unit test structure for gst-plugins-base
13191           add a test for volume
13192         * gst/volume/gstvolume.c: (gst_volume_list_tracks),
13193         (gst_volume_set_volume), (gst_volume_get_volume),
13194         (gst_volume_set_mute), (gst_volume_class_init), (gst_volume_init),
13195         (volume_funcfind), (volume_process_float), (volume_process_int16),
13196         (volume_set_caps), (volume_transform), (volume_update_mute),
13197         (volume_update_volume), (volume_set_property),
13198         (volume_get_property):
13199           document a little; use basetransform vmethod _set_caps
13200
13201 2005-08-19  Andy Wingo  <wingo@pobox.com>
13202
13203         * ext/alsa/gstalsamixertrack.h:
13204         * ext/alsa/gstalsamixertrack.c:
13205         * ext/alsa/gstalsamixeroptions.h:
13206         * ext/alsa/gstalsamixeroptions.c:
13207         * ext/alsa/gstalsamixer.h:
13208         * ext/alsa/gstalsamixer.c: Port to 0.9.
13209
13210         * ext/alsa/Makefile.am: Build mixer, mixeroptions, mixertracks.
13211         Remove gstalsa.c and alsaclock. No more cruft here.
13212         
13213 2005-08-18  Wim Taymans  <wim@fluendo.com>
13214
13215         * gst-libs/gst/rtp/gstbasertpdepayload.c:
13216         (gst_base_rtp_depayload_chain),
13217         (gst_base_rtp_depayload_add_to_queue),
13218         (gst_base_rtp_depayload_push),
13219         (gst_base_rtp_depayload_queue_release):
13220         * gst-libs/gst/rtp/gstbasertpdepayload.h:
13221         Fix for RTPBuffer changes.
13222
13223         * gst-libs/gst/rtp/gstrtpbuffer.c: (gst_rtpbuffer_allocate_data),
13224         (gst_rtpbuffer_new_take_data), (gst_rtpbuffer_new_copy_data),
13225         (gst_rtpbuffer_new_allocate), (gst_rtpbuffer_new_allocate_len),
13226         (gst_rtpbuffer_calc_header_len), (gst_rtpbuffer_calc_packet_len),
13227         (gst_rtpbuffer_calc_payload_len), (gst_rtpbuffer_validate_data),
13228         (gst_rtpbuffer_validate), (gst_rtpbuffer_set_packet_len),
13229         (gst_rtpbuffer_get_packet_len), (gst_rtpbuffer_get_version),
13230         (gst_rtpbuffer_set_version), (gst_rtpbuffer_get_padding),
13231         (gst_rtpbuffer_set_padding), (gst_rtpbuffer_pad_to),
13232         (gst_rtpbuffer_get_extension), (gst_rtpbuffer_set_extension),
13233         (gst_rtpbuffer_get_ssrc), (gst_rtpbuffer_set_ssrc),
13234         (gst_rtpbuffer_get_csrc_count), (gst_rtpbuffer_get_csrc),
13235         (gst_rtpbuffer_set_csrc), (gst_rtpbuffer_get_marker),
13236         (gst_rtpbuffer_set_marker), (gst_rtpbuffer_get_payload_type),
13237         (gst_rtpbuffer_set_payload_type), (gst_rtpbuffer_get_seq),
13238         (gst_rtpbuffer_set_seq), (gst_rtpbuffer_get_timestamp),
13239         (gst_rtpbuffer_set_timestamp), (gst_rtpbuffer_get_payload_len),
13240         (gst_rtpbuffer_get_payload):
13241         * gst-libs/gst/rtp/gstrtpbuffer.h:
13242         Don't subclass GstBuffer but add methods and helper functions
13243         to construct and manipulate RTP packets in regular GstBuffers.
13244
13245 2005-08-18  Stefan Kost  <ensonic@users.sf.net>
13246
13247         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_query):
13248           moved statement below switch
13249         * gst/volume/gstvolume.c: (gst_volume_class_init):
13250           added debug ptr
13251
13252 2005-08-16  Wim Taymans  <wim@fluendo.com>
13253
13254         * gst-libs/gst/audio/gstbaseaudiosrc.c:
13255         (gst_base_audio_src_change_state):
13256         Open and close device in READY<->NULL state change.
13257
13258 2005-08-16  Andy Wingo  <wingo@pobox.com>
13259
13260         * examples/seeking/Makefile.am: Don't compile non-compiling
13261         compiled objects with the compiler.
13262
13263         * examples/seeking/seek.c (make_dv_pipeline): Update for new DV
13264         elements.
13265
13266 2005-08-12  Philippe Khalaf <burger@speedy.org>
13267         * gst-libs/gst/rtp/gstbasertpdepayload.c:
13268         * gst-libs/gst/rtp/gstbasertpdepayload.h:
13269           Made a thread to release the queue.
13270           Removed timestamp conversion for now.
13271
13272 2005-08-10  Philippe Khalaf <burger@speedy.org>
13273         * gst-libs/gst/rtp/gstbasertpdepayload.c:
13274         * gst-libs/gst/rtp/gstbasertpdepayload.h:
13275           Added rtp timestamp -> gst timestamp conversion.
13276           Fixed several problems with queue.
13277
13278 2005-08-09  Tim-Philipp Müller  <tim at centricular dot net>
13279
13280         * gst-libs/gst/audio/gstaudioclock.h:
13281         * gst-libs/gst/audio/gstaudiofilter.h:
13282         * gst-libs/gst/audio/gstaudiosink.h:
13283         * gst-libs/gst/audio/gstaudiosrc.h:
13284         * gst-libs/gst/audio/gstbaseaudiosink.h:
13285         * gst-libs/gst/audio/gstbaseaudiosrc.h:
13286         * gst-libs/gst/audio/gstringbuffer.h:
13287         * gst-libs/gst/net/gstnetbuffer.h:
13288         * gst-libs/gst/rtp/gstbasertpdepayload.h:
13289         * gst-libs/gst/rtp/gstrtpbuffer.h:
13290           Add padding (you will need to rebuild gst-plugins-base,
13291           gst-plugins and all applications afterwards!)
13292
13293 2005-08-09  Tim-Philipp Müller  <tim at centricular dot net>
13294
13295         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk),
13296         (gst_riff_parse_chunk):
13297           Fix bug in debug message and add some more debug messages.
13298
13299 2005-08-08  Edward Hervey  <edward@fluendo.com>
13300
13301         * gst-libs/gst/riff/riff-media.c:
13302         backported updates since branch
13303
13304 2005-08-08  Andy Wingo  <wingo@pobox.com>
13305
13306         * gst-libs/gst/audio/gstbaseaudiosink.c
13307         (gst_base_audio_sink_change_state): Open the device in NULL->READY
13308         like good elements should. Close on READY->NULL too.
13309
13310         * gst-libs/gst/audio/gstaudiosink.c
13311         (gst_audioringbuffer_open_device,
13312         (gst_audioringbuffer_close_device, gst_audioringbuffer_acquire)
13313         (gst_audioringbuffer_release): Updates for new ring buffer API,
13314         hook into the new audio sink api.
13315
13316         * gst-libs/gst/audio/gstaudiosink.h (GstAudioSinkClass.open)
13317         (GstAudioSinkClass.close): Just open and close the device -- no
13318         resource allocation or configuration.
13319         (GstAudioSinkClass.prepare, GstAudioSinkClass.unprepare): New
13320         vmethods, handle device setup and resource allocation.
13321
13322         * ext/alsa/gstalsasink.c (gst_alsasink_open, gst_alsasink_close)
13323         (gst_alsasink_prepare, gst_alsasink_unprepare): Update for new
13324         base class API.
13325
13326         * gst-libs/gst/audio/gstringbuffer.h
13327         (GstRingBufferClass.open_device, GstRingBufferClass.close_device):
13328         New vmethods.
13329
13330         * gst-libs/gst/audio/gstringbuffer.c (gst_ring_buffer_open_device)
13331         (gst_ring_buffer_close_device, gst_ring_buffer_device_is_open):
13332         New API functions. The device should be opened before acquiring
13333         and closed after releasing.
13334
13335 2005-08-08  Tim-Philipp Müller  <tim at centricular dot net>
13336
13337         * gst-libs/gst/interfaces/mixer.h:
13338           Reset padding to GST_PADDING.
13339
13340 2005-08-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13341
13342         * gst/playback/gstplaybin.c: (remove_sinks):
13343           Remove visualization from parent explicitely; works around some
13344           apparent refcount issue that I haven't tracked down yet.
13345
13346 2005-08-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13347
13348         * ext/alsa/gstalsasink.c: (set_hwparams):
13349           Assign debug category, add negotiation debug msgs.
13350
13351 2005-08-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13352
13353         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_start):
13354           Fix error code for file-not-found to NOT_FOUND.
13355
13356 2005-08-05  Thomas Vander Stichele  <thomas at apestaart dot org>
13357
13358         * common/gtk-doc-plugins.mak:
13359         * docs/plugins/Makefile.am:
13360         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
13361         * docs/plugins/gst-plugins-base-plugins-sections.txt:
13362           renamed to actual element names, so much nicer to look at
13363         * docs/plugins/tmpl/gstmultifdsink.sgml:
13364           remove
13365         * docs/plugins/tmpl/multifdsink.sgml:
13366         * docs/plugins/tmpl/tcpserversink.sgml:
13367           add
13368         * ext/alsa/gstalsa.c:
13369         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_get_property):
13370         * ext/ogg/gstoggmux.c:
13371         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain):
13372         * gst/playback/gstdecodebin.c:
13373         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init):
13374         * gst/tcp/gsttcpserversink.c:
13375           various fixes and documentation additions
13376
13377 2005-08-05  Thomas Vander Stichele  <thomas at apestaart dot org>
13378
13379         * common/Makefile.am:
13380         * common/gstdoc-scangobj:
13381         * common/gtk-doc-plugins.mak:
13382         * common/gtk-doc.mak:
13383           add a custom scangobj that uses the registry
13384           add a custom gtk-doc-plugins.mak that uses it
13385           some doc build fixes
13386         * configure.ac:
13387         * docs/Makefile.am:
13388         * docs/plugins/Makefile.am:
13389         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
13390         * docs/plugins/gst-plugins-base-plugins-sections.txt:
13391         * docs/plugins/gst-plugins-base-plugins.types:
13392         * docs/plugins/tmpl/gstmultifdsink.sgml:
13393           add docs for one element, multifdsink
13394         * gst/adder/gstadder.h:
13395         * gst/volume/gstvolume.h:
13396           don't privatize enum
13397         * gst/tcp/gstfdset.c: (gst_fdset_mode_get_type):
13398         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
13399         (gst_sync_method_get_type), (gst_client_status_get_type),
13400         (gst_multifdsink_class_init),
13401         (gst_multifdsink_client_queue_buffer),
13402         (gst_multifdsink_handle_client_write):
13403         * gst/tcp/gstmultifdsink.h:
13404         * gst/tcp/gsttcp.h:
13405         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_class_init),
13406         (gst_tcpclientsink_init), (gst_tcpclientsink_setcaps),
13407         (gst_tcpclientsink_render):
13408         * gst/tcp/gsttcpclientsink.h:
13409         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_class_init),
13410         (gst_tcpclientsrc_init), (gst_tcpclientsrc_create),
13411         (gst_tcpclientsrc_start):
13412         * gst/tcp/gsttcpclientsrc.h:
13413         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_class_init),
13414         (gst_tcpserversrc_init), (gst_tcpserversrc_create):
13415         * gst/tcp/gsttcpserversrc.h:
13416         * gst/typefind/gsttypefindfunctions.c:
13417           remove superfluous Type stuff
13418
13419 2005-08-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13420
13421         * gst/playback/gstplaybin.c: (gen_video_element):
13422           Enable videoscale.
13423
13424 2005-08-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13425
13426         * gst-libs/gst/gconf/gconf.c:
13427         * gst-libs/gst/gconf/gconf.h:
13428           Fix some Andy Problem [tm].
13429
13430 2005-08-04  Andy Wingo  <wingo@pobox.com>
13431
13432         * gst/videoscale/gstvideoscale.c (gst_videoscale_get_size):
13433         * gst/ffmpegcolorspace/gstffmpegcolorspace.c
13434         (gst_ffmpegcsp_get_size): Adapt to API changes.
13435
13436         * gst/videoscale/gstvideoscale.c (gst_videoscale_transform_ip):
13437         Implement an in-place do-nothing transform.
13438
13439 2005-08-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13440
13441         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_put),
13442         (gst_ximagesink_renegotiate_size):
13443           Do not set new window sizes yet if we prepare a new buffer size
13444           for upstream renegotiation (software scaling) at some point in the
13445           future, because this new size waqs not actually accepted yet. Once
13446           accepted, renegotiation later on will set the new sizes just fine.
13447           Fixes a videotestsrc ! queue ! videoscale ! ximagesink xoverlay
13448           embedding testcase.
13449
13450 2005-08-03  Andy Wingo  <wingo@pobox.com>
13451
13452         * sys/ximage/ximagesink.c (gst_ximagesink_renegotiate_size):
13453         (gst_ximagesink_buffer_alloc): 
13454         Protect the height, width, and desired_caps with the pool_lock.
13455         Fixes videotestsrc ! queue ! ximagesink.
13456
13457 2005-08-02  Edward Hervey  <edward@fluendo.com>
13458
13459         * gst/volume/gstvolume.c:
13460         include left from controller cleanup
13461
13462 2005-08-02  Jan Schmidt  <thaytan@mad.scientist.com>
13463         * ext/ogg/gstoggmux.c: (gst_ogg_mux_change_state):
13464           Stop collectpads before calling the parent state
13465           change function on PAUSED->READY.
13466
13467 2005-08-01  Jan Schmidt  <thaytan@mad.scientist.com>
13468         * configure.ac:
13469           When testing for X libs, use the X CFlags 
13470         * gst/adder/gstadder.c: (gst_adder_change_state):
13471           Stop the collectpads before calling parent state change function
13472           on PAUSED->READY, otherwise we deadlock deactivating pads.
13473
13474 2005-08-01  Stefan Kost  <ensonic@users.sf.net>
13475
13476         * configure.ac:
13477         * docs/libs/tmpl/gstcolorbalance.sgml:
13478         * docs/libs/tmpl/gstmixer.sgml:
13479         * examples/Makefile.am:
13480         * gst/sine/Makefile.am:
13481         * gst/sine/gstsinesrc.c: (gst_sinesrc_init), (gst_sinesrc_create),
13482         (gst_sinesrc_set_property), (plugin_init):
13483         * gst/sine/gstsinesrc.h:
13484         * gst/volume/Makefile.am:
13485         * gst/volume/gstvolume.c: (gst_volume_set_volume),
13486         (gst_volume_set_mute), (gst_volume_dispose), (gst_volume_init),
13487         (volume_process_float), (volume_process_int16),
13488         (volume_set_property), (plugin_init):
13489         * gst/volume/gstvolume.h:
13490           deactivate and remove dparams (libgstcontrol)
13491
13492 2005-07-29  Wim Taymans  <wim@fluendo.com>
13493
13494         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link_src):
13495         Convert me to BaseTransform!! help..
13496
13497 2005-07-29  Andy Wingo  <wingo@pobox.com>
13498
13499         * ext/alsa/gstalsaplugin.c (plugin_init): We are primary audio
13500         sinks.
13501
13502         * ext/alsa/gstalsasink.c (alsasink_sink_factory): Advertise our
13503         support of both endiannesses.
13504
13505 2005-07-28  Tim-Philipp Müller  <tim at centricular dot net>
13506
13507         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
13508           Fix confusing debug message (s/event/query/)
13509
13510 2005-07-28  Tim-Philipp Müller  <tim at centricular dot net>
13511
13512         * gst/videotestsrc/videotestsrc.h:
13513           Use "_stdint.h" instead of <stdint.h>
13514
13515 2005-07-27  Wim Taymans  <wim@fluendo.com>
13516
13517         * ext/vorbis/Makefile.am:
13518         Revert wrong commit.
13519
13520 2005-07-27  Wim Taymans  <wim@fluendo.com>
13521
13522         * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_event):
13523         More compilation fixen.
13524
13525 2005-07-27  Wim Taymans  <wim@fluendo.com>
13526
13527         * gst-libs/gst/audio/gstbaseaudiosink.c:
13528         (gst_base_audio_sink_event), (gst_base_audio_sink_render),
13529         (gst_base_audio_sink_create_ringbuffer),
13530         (gst_base_audio_sink_change_state):
13531         Fix compilation.
13532
13533 2005-07-27  Wim Taymans  <wim@fluendo.com>
13534
13535         * examples/seeking/seek.c: (setup_dynamic_link),
13536         (make_dv_pipeline), (make_vorbis_theora_pipeline), (query_rates),
13537         (query_positions_elems), (query_positions_pads), (do_seek):
13538         Update seek example.
13539
13540         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_event),
13541         (gst_ogg_pad_typefind), (gst_ogg_demux_chain_elem_pad),
13542         (gst_ogg_demux_queue_data), (gst_ogg_demux_chain_peer),
13543         (gst_ogg_pad_submit_packet), (gst_ogg_pad_submit_page),
13544         (gst_ogg_demux_handle_event),
13545         (gst_ogg_demux_deactivate_current_chain),
13546         (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek),
13547         (gst_ogg_demux_collect_chain_info), (gst_ogg_demux_collect_info),
13548         (gst_ogg_demux_chain), (gst_ogg_demux_send_event),
13549         (gst_ogg_demux_loop):
13550         * ext/ogg/gstoggmux.c: (gst_ogg_mux_collected):
13551         * ext/theora/theoradec.c: (theora_dec_src_event),
13552         (theora_dec_src_getcaps), (theora_dec_sink_event),
13553         (theora_dec_push), (theora_dec_chain):
13554         * ext/vorbis/Makefile.am:
13555         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_event),
13556         (vorbis_dec_sink_event), (vorbis_dec_push),
13557         (vorbis_handle_data_packet):
13558         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_sink_event),
13559         (gst_vorbisenc_chain):
13560         * gst/playback/gststreaminfo.c: (cb_probe):
13561         * gst/subparse/gstsubparse.c: (gst_subparse_src_event):
13562         * gst/videorate/gstvideorate.c: (gst_videorate_event):
13563         * gst/videoscale/gstvideoscale.c:
13564         (gst_videoscale_handle_src_event):
13565         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_event):
13566         * sys/ximage/ximagesink.c: (gst_ximagesink_show_frame),
13567         (gst_ximagesink_navigation_send_event):
13568         * sys/xvimage/xvimagesink.c:
13569         (gst_xvimagesink_navigation_send_event):
13570         Various event updates and cleanups
13571
13572 2005-07-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13573
13574         * gst/videoscale/gstvideoscale.c: (gst_videoscale_prepare_images):
13575           Fix segfault for I420/YV12.
13576
13577 2005-07-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13578
13579         * ext/vorbis/vorbisdec.c: (vorbis_handle_comment_packet):
13580           Report bitrate.
13581
13582 2005-07-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13583
13584         * gst/playback/gstplaybin.c: (gen_video_element),
13585         (gen_audio_element):
13586           Switch to auto*sink elements as default sinks; add volume element
13587           so that volume control in totem works.
13588
13589 2005-07-21  Wim Taymans  <wim@fluendo.com>
13590
13591         * gst/playback/gstplaybasebin.c: (gen_preroll_element):
13592         * gst/playback/gstplaybin.c: (setup_sinks),
13593         (gst_play_bin_change_state):
13594         Refcount fix and more comments.
13595
13596 2005-07-21  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
13597
13598         * sys/ximage/Makefile.am:
13599         * sys/ximage/ximage.c: (plugin_init):
13600         * sys/ximage/ximagesink.c:
13601         Prepare for adding ximagesrc, rename of plugin to ximage etc.
13602         
13603
13604 2005-07-21  Wim Taymans  <wim@fluendo.com>
13605
13606         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_event),
13607         (gst_ogg_pad_internal_chain), (gst_ogg_pad_typefind),
13608         (gst_ogg_demux_chain_elem_pad), (gst_ogg_demux_queue_data),
13609         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
13610         (gst_ogg_pad_submit_page), (gst_ogg_chain_new),
13611         (gst_ogg_demux_init), (gst_ogg_demux_activate_chain),
13612         (gst_ogg_demux_perform_seek), (gst_ogg_demux_collect_chain_info),
13613         (gst_ogg_demux_collect_info), (gst_ogg_demux_chain),
13614         (gst_ogg_demux_send_event), (gst_ogg_demux_loop):
13615         Generate correct disconts for live chained oggs.
13616
13617         * gst-libs/gst/audio/gstbaseaudiosink.c:
13618         (gst_base_audio_sink_render),
13619         (gst_base_audio_sink_create_ringbuffer),
13620         (gst_base_audio_sink_change_state):
13621         Handle discont math correctly.
13622
13623         * gst/playback/gstplaybin.c: (add_sink):
13624         Some small debug cleanup.
13625
13626 2005-07-21  Wim Taymans  <wim@fluendo.com>
13627
13628         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_init), (gst_ogg_pad_event),
13629         (gst_ogg_pad_internal_chain), (gst_ogg_pad_typefind),
13630         (gst_ogg_demux_chain_elem_pad), (gst_ogg_demux_queue_data),
13631         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
13632         (gst_ogg_pad_submit_page), (gst_ogg_chain_new),
13633         (gst_ogg_demux_init), (gst_ogg_demux_deactivate_current_chain),
13634         (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek),
13635         (gst_ogg_demux_read_chain), (gst_ogg_demux_find_pad),
13636         (gst_ogg_demux_collect_chain_info), (gst_ogg_demux_collect_info),
13637         (gst_ogg_demux_find_chains), (gst_ogg_demux_chain),
13638         (gst_ogg_demux_send_event), (gst_ogg_demux_loop),
13639         (gst_ogg_demux_change_state), (gst_ogg_print):
13640         Reorganize code to send the right disconts when in streaming
13641         mode.
13642
13643 2005-07-20  Andy Wingo  <wingo@pobox.com>
13644
13645         * gst/videoscale/vs_image.c (vs_image_scale_nearest_YUYV): Typo
13646         fix (?), fixes a seggie mcfalterson (#310894).
13647
13648 2005-07-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13649
13650         * ext/ogg/gstoggmux.c: (gst_ogg_mux_get_headers),
13651         (gst_ogg_mux_set_header_on_caps):
13652         * ext/theora/theoraenc.c: (theora_set_header_on_caps):
13653         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_set_header_on_caps):
13654         * ext/vorbis/vorbisparse.c: (vorbis_parse_set_header_on_caps):
13655         * gst-libs/gst/audio/multichannel.c:
13656         (gst_audio_set_channel_positions),
13657         (gst_audio_set_structure_channel_positions_list):
13658         * gst/playback/gstdecodebin.c: (dynamic_create):
13659         * gst/playback/gstplaybasebin.c: (setup_source), (mute_group_type):
13660         * gst/playback/gststreaminfo.c: (gst_stream_info_set_mute):
13661           Fixes for API changes in core.
13662
13663 2005-07-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13664
13665         * gst/playback/gstplaybasebin.c: (fill_buffer):
13666           Use _new_custom() so we can set custom message types for buffering
13667           messages.
13668
13669 2005-07-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13670
13671         * configure.ac:
13672         * gst-libs/gst/Makefile.am:
13673         * gst-libs/gst/gconf/.cvsignore:
13674         * gst-libs/gst/gconf/Makefile.am:
13675         * gst-libs/gst/gconf/test-gconf.c:
13676         * pkgconfig/Makefile.am:
13677         * pkgconfig/gstreamer-gconf-uninstalled.pc.in:
13678         * pkgconfig/gstreamer-gconf.pc.in:
13679           Remove gconf stuff, use gconf elements instead from now on.
13680
13681 2005-07-20  Wim Taymans  <wim@fluendo.com>
13682
13683         * gst-libs/gst/audio/TODO:
13684         * gst-libs/gst/audio/gstaudioclock.c: (gst_audio_clock_init),
13685         (gst_audio_clock_get_internal_time):
13686         * gst-libs/gst/audio/gstaudioclock.h:
13687         * gst-libs/gst/audio/gstbaseaudiosink.c:
13688         (gst_base_audio_sink_init), (gst_base_audio_sink_dispose),
13689         (gst_base_audio_sink_get_time), (gst_base_audio_sink_event),
13690         (gst_base_audio_sink_render),
13691         (gst_base_audio_sink_create_ringbuffer),
13692         (gst_base_audio_sink_change_state):
13693         Make sure the audio clock always returns an increasing value.
13694
13695 2005-07-19  Andy Wingo  <wingo@pobox.com>
13696
13697         * gst/videotestsrc/: Cleanups.
13698
13699 2005-07-19  Wim Taymans  <wim@fluendo.com>
13700
13701         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_create):
13702         Better debugging.
13703
13704 2005-07-19  Wim Taymans  <wim@fluendo.com>
13705
13706         * examples/seeking/seek.c: (make_dv_pipeline),
13707         (make_vorbis_theora_pipeline), (query_rates),
13708         (query_positions_elems), (query_positions_pads), (do_seek):
13709         Make correct DV pipeline.
13710
13711 2005-07-18  Andy Wingo  <wingo@pobox.com>
13712
13713         * configure.ac (DEFAULT_AUDIOSINK, DEFAULT_AUDIOSRC): Use alsa by
13714         default. Also because it's the only thing that really works. (This
13715         is used in the GConf elements).
13716         Use AS_LIBTOOL_TAGS.
13717
13718 2005-07-18  Wim Taymans  <wim@fluendo.com>
13719
13720         * gst/playback/gstdecodebin.c: (remove_element_chain):
13721         * gst/playback/gstplaybin.c: (add_sink):
13722         * gst/playback/gststreaminfo.c: (gst_stream_info_dispose),
13723         (gst_stream_info_set_mute):
13724         * gst/playback/gststreamselector.c:
13725         (gst_stream_selector_get_linked_pad),
13726         (gst_stream_selector_getcaps), (gst_stream_selector_chain):
13727         More leak and compile fixes.
13728
13729 2005-07-18  Wim Taymans  <wim@fluendo.com>
13730
13731         * examples/seeking/seek.c: (make_vorbis_theora_pipeline),
13732         (query_rates), (query_positions_elems), (query_positions_pads),
13733         (do_seek), (seek_cb), (stop_seek):
13734         Updated seek example. 
13735
13736         * gst/playback/gstdecodebin.c: (remove_element_chain), (unlinked):
13737         * gst/playback/gstplaybasebin.c: (queue_threshold_reached),
13738         (queue_out_of_data), (gen_preroll_element), (new_decoded_pad):
13739         * gst/playback/gstplaybin.c: (add_sink):
13740         * gst/playback/gststreaminfo.c: (gst_stream_info_dispose),
13741         (gst_stream_info_set_mute):
13742         Some refcount leak fixes.
13743
13744 2005-07-16  Wim Taymans  <wim@fluendo.com>
13745
13746         * gst-libs/gst/audio/gstbaseaudiosink.c:
13747         (gst_base_audio_sink_render):
13748         Align samples even if we have roundoff errors in the 
13749         timestamp conversion.
13750
13751 2005-07-16  Wim Taymans  <wim@fluendo.com>
13752
13753         * docs/libs/tmpl/gstringbuffer.sgml:
13754         * examples/seeking/seek.c: (make_vorbis_theora_pipeline),
13755         (query_rates), (query_positions_elems), (query_positions_pads),
13756         (update_scale), (do_seek):
13757         Updated seek example.
13758
13759         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
13760         (gst_ogg_pad_submit_page), (gst_ogg_demux_activate_chain),
13761         (gst_ogg_demux_find_chains), (gst_ogg_demux_send_event),
13762         (gst_ogg_demux_loop):
13763         Push out correct discont values.
13764
13765         * ext/theora/theoradec.c: (theora_dec_src_convert),
13766         (theora_dec_sink_convert), (theora_dec_src_getcaps),
13767         (theora_dec_sink_event), (theora_handle_type_packet),
13768         (theora_handle_header_packet), (theora_dec_push),
13769         (theora_handle_data_packet), (theora_dec_chain),
13770         (theora_dec_change_state):
13771         Better timestamping.
13772
13773         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
13774         (vorbis_dec_sink_event), (vorbis_dec_push),
13775         (vorbis_handle_data_packet), (vorbis_dec_chain):
13776         * ext/vorbis/vorbisdec.h:
13777         Better timestamping.
13778
13779         * gst-libs/gst/audio/gstbaseaudiosink.c:
13780         (gst_base_audio_sink_get_time), (gst_base_audio_sink_get_times),
13781         (gst_base_audio_sink_event), (gst_base_audio_sink_render):
13782         Handle syncing on timestamps instead of sample offsets. Make
13783         use of DISCONT values as described in design docs.
13784
13785         * gst-libs/gst/audio/gstbaseaudiosrc.c:
13786         (gst_base_audio_src_get_time):
13787         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_acquire),
13788         (gst_ring_buffer_set_sample), (gst_ring_buffer_commit),
13789         (gst_ring_buffer_read):
13790         * gst-libs/gst/audio/gstringbuffer.h:
13791         * sys/ximage/ximagesink.c: (gst_ximagesink_get_times),
13792         (gst_ximagesink_show_frame):
13793         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_times):
13794         Correcly convert buffer timestamp to stream time.
13795
13796 2005-07-16  Wim Taymans  <wim@fluendo.com>
13797
13798         * gst/audioconvert/gstaudioconvert.c:
13799         (gst_audio_convert_get_buffer):
13800         Timestamp buffers correctly.
13801
13802         * gst/playback/gstplaybin.c: (gen_video_element):
13803         Make internal fakesink silent.
13804
13805 2005-07-15  Wim Taymans  <wim@fluendo.com>
13806
13807         * gst/ffmpegcolorspace/Makefile.am:
13808         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
13809         (gst_ffmpegcsp_caps_remove_format_info),
13810         (gst_ffmpegcsp_transform_caps), (gst_ffmpegcsp_set_caps),
13811         (gst_ffmpegcsp_get_type), (gst_ffmpegcsp_class_init),
13812         (gst_ffmpegcsp_init), (gst_ffmpegcsp_get_size),
13813         (gst_ffmpegcsp_transform_ip), (gst_ffmpegcsp_transform):
13814         Ported ffmpegcolorspace to basetransform.
13815
13816         * gst/videoscale/gstvideoscale.c: (gst_videoscale_transform):
13817         * gst/volume/gstvolume.c: (volume_transform):
13818         Ported to new API.
13819
13820 2005-07-14  Wim Taymans  <wim@fluendo.com>
13821
13822         * gst/videotestsrc/Makefile.am:
13823         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get_type),
13824         (gst_videotestsrc_class_init), (gst_videotestsrc_negotiate),
13825         (gst_videotestsrc_setcaps), (gst_videotestsrc_getcaps),
13826         (gst_videotestsrc_init), (gst_videotestsrc_event),
13827         (gst_videotestsrc_create), (gst_videotestsrc_start),
13828         (gst_videotestsrc_stop), (gst_videotestsrc_get_times),
13829         (gst_videotestsrc_set_pattern), (gst_videotestsrc_set_property),
13830         (gst_videotestsrc_get_property):
13831         * gst/videotestsrc/gstvideotestsrc.h:
13832         Make videotestsrc a pushsrc.
13833
13834 2005-07-14  Wim Taymans  <wim@fluendo.com>
13835
13836         * gst/tcp/gstfdset.c: (gst_fdset_free):
13837         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_init),
13838         (gst_multifdsink_add), (gst_multifdsink_remove),
13839         (gst_multifdsink_clear), (gst_multifdsink_get_stats),
13840         (gst_multifdsink_remove_client_link),
13841         (gst_multifdsink_client_queue_data),
13842         (gst_multifdsink_client_queue_caps),
13843         (gst_multifdsink_client_queue_buffer),
13844         (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients),
13845         (gst_multifdsink_stop):
13846         * gst/tcp/gstmultifdsink.h:
13847         0.8 backporting.
13848
13849         * sys/ximage/ximagesink.c: (gst_ximagesink_show_frame):
13850         Also draw image when not from a pool.
13851
13852 2005-07-14  Wim Taymans  <wim@fluendo.com>
13853
13854         * gst/playback/gstplaybasebin.c: (check_queue), (probe_triggered),
13855         (mute_stream), (silence_stream):
13856         Small debug additions.
13857
13858 2005-07-14  Wim Taymans  <wim@fluendo.com>
13859
13860         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose),
13861         (gst_ogg_pad_submit_packet), (gst_ogg_pad_submit_page),
13862         (gst_ogg_demux_activate_chain), (gst_ogg_demux_loop):
13863         Better error recovery, ignore unconnected pads and
13864         non-fatal errors.
13865
13866 2005-07-14  Thomas Vander Stichele  <thomas at apestaart dot org>
13867
13868         * docs/libs/tmpl/gstaudio.sgml:
13869         * docs/libs/tmpl/gstcolorbalance.sgml:
13870         * docs/libs/tmpl/gstgconf.sgml:
13871         * docs/libs/tmpl/gstmixer.sgml:
13872         * docs/libs/tmpl/gstringbuffer.sgml:
13873         * docs/libs/tmpl/gsttuner.sgml:
13874         * gst-libs/gst/audio/gstbaseaudiosrc.c:
13875         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get_type),
13876         (gst_tcpclientsrc_class_init):
13877         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_get_type),
13878         (gst_tcpserversrc_class_init):
13879         * sys/v4l/gstv4lelement.c:
13880           more autistic cleanliness in functions/names/defines
13881
13882 2005-07-13  Thomas Vander Stichele  <thomas at apestaart dot org>
13883
13884         * configure.ac:
13885           make GST_PLUGIN_LDFLAGS only be flags; GST_LIBS should be
13886           added manually to each Makefile.am so we are sure it goes
13887           *last* and doesn't add -L flags before linking in libs of our
13888           own, like, say, internal .la libs, that then accidentally pick
13889           up the installed copy.
13890         * docs/libs/Makefile.am:
13891         * ext/alsa/Makefile.am:
13892         * ext/cdparanoia/Makefile.am:
13893         * ext/gnomevfs/Makefile.am:
13894         * ext/libvisual/Makefile.am:
13895         * ext/ogg/Makefile.am:
13896         * ext/theora/Makefile.am:
13897         * ext/vorbis/Makefile.am:
13898         * gst-libs/gst/video/Makefile.am:
13899         * gst/adder/Makefile.am:
13900         * gst/audioconvert/Makefile.am:
13901         * gst/audiorate/Makefile.am:
13902         * gst/audioscale/Makefile.am:
13903         * gst/ffmpegcolorspace/Makefile.am:
13904         * gst/playback/Makefile.am:
13905         * gst/sine/Makefile.am:
13906         * gst/subparse/Makefile.am:
13907         * gst/tags/Makefile.am:
13908         * gst/tcp/Makefile.am:
13909         * gst/typefind/Makefile.am:
13910         * gst/videorate/Makefile.am:
13911         * gst/videoscale/Makefile.am:
13912         * gst/videotestsrc/Makefile.am:
13913         * gst/volume/Makefile.am:
13914         * sys/v4l/Makefile.am:
13915         * sys/ximage/Makefile.am:
13916         * sys/xvimage/Makefile.am:
13917           adapt properly to this change. This should make sure that
13918           plugins and libs properly link to the as-yet-uninstalled
13919           copies of stuff like libgstinterfaces and libgstvideo
13920
13921 2005-07-13  Andy Wingo  <wingo@pobox.com>
13922
13923         * sys/v4l/gstv4lsrc.c (gst_v4lsrc_stop): Fix a spurious warning.
13924         (gst_v4lsrc_fixate): Fixate on format as well.
13925
13926         * sys/xvimage/xvimagesink.c (gst_xvimage_buffer_destroy) 
13927         (gst_xvimagesink_xvimage_new): Ref the xvimagesink while the
13928         buffer points to it.
13929         (gst_xvimagesink_check_xshm_calls): Don't use our xvimage buffer,
13930         rather just doing X calls ourselves. Also fixes a memleak.
13931
13932 2005-07-12  Andy Wingo  <wingo@pobox.com>
13933
13934         * sys/v4l/gstv4lsrc.c (gst_v4lsrc_get_property) 
13935         (gst_v4lsrc_set_property, gst_v4lsrc_class_init, gst_v4lsrc_init) 
13936         (gst_v4lsrc_create): Re-add the copy-mode property, default to
13937         TRUE to avoid deadlocks if an element holds on to our buffers.
13938
13939 2005-07-11  Thomas Vander Stichele  <thomas at apestaart dot org>
13940
13941         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
13942         (gst_sinesrc_init), (gst_sinesrc_create),
13943         (gst_sinesrc_set_property), (gst_sinesrc_get_property),
13944         (gst_sinesrc_start):
13945         * gst/sine/gstsinesrc.h:
13946           removing num-buffers property before moving it
13947
13948 2005-07-10  Thomas Vander Stichele  <thomas at apestaart dot org>
13949
13950         * configure.ac:
13951           use overridable ERROR_CFLAGS
13952         * docs/libs/gst-plugins-base-libs.types:
13953         * docs/libs/tmpl/gstringbuffer.sgml:
13954         * ext/alsa/gstalsasink.c: (gst_alsasink_get_type),
13955         (gst_alsasink_class_init):
13956         * ext/alsa/gstalsasrc.c: (gst_alsasrc_get_type),
13957         (gst_alsasrc_class_init):
13958         * gst-libs/gst/audio/audio.h:
13959         * gst-libs/gst/audio/gstaudioclock.h:
13960         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audio_filter_get_type),
13961         (gst_audio_filter_base_init), (gst_audio_filter_class_init),
13962         (gst_audio_filter_link), (gst_audio_filter_init),
13963         (gst_audio_filter_chain), (gst_audio_filter_set_property),
13964         (gst_audio_filter_get_property),
13965         (gst_audio_filter_class_add_pad_templates):
13966         * gst-libs/gst/audio/gstaudiofilter.h:
13967         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
13968         (gst_audio_filter_template_get_type),
13969         (gst_audio_filter_template_base_init),
13970         (gst_audio_filter_template_class_init),
13971         (gst_audio_filter_template_init),
13972         (gst_audio_filter_template_set_property),
13973         (gst_audio_filter_template_get_property), (plugin_init),
13974         (gst_audio_filter_template_setup),
13975         (gst_audio_filter_template_filter),
13976         (gst_audio_filter_template_filter_inplace):
13977         * gst-libs/gst/audio/gstaudiosink.c:
13978         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
13979         (audioringbuffer_thread_func), (gst_audioringbuffer_acquire),
13980         (gst_audioringbuffer_release), (gst_audioringbuffer_start),
13981         (gst_audioringbuffer_stop), (gst_audioringbuffer_delay),
13982         (gst_audio_sink_base_init), (gst_audio_sink_class_init),
13983         (gst_audio_sink_init), (gst_audio_sink_create_ringbuffer):
13984         * gst-libs/gst/audio/gstaudiosink.h:
13985         * gst-libs/gst/audio/gstaudiosrc.c: (gst_audioringbuffer_get_type),
13986         (gst_audioringbuffer_class_init), (audioringbuffer_thread_func),
13987         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
13988         (gst_audioringbuffer_start), (gst_audioringbuffer_stop),
13989         (gst_audioringbuffer_delay), (gst_audio_src_base_init),
13990         (gst_audio_src_class_init), (gst_audio_src_init),
13991         (gst_audio_src_create_ringbuffer):
13992         * gst-libs/gst/audio/gstaudiosrc.h:
13993         * gst-libs/gst/audio/gstbaseaudiosink.c:
13994         (gst_base_audio_sink_base_init), (gst_base_audio_sink_class_init),
13995         (gst_base_audio_sink_init), (gst_base_audio_sink_dispose),
13996         (gst_base_audio_sink_get_clock), (gst_base_audio_sink_get_time),
13997         (gst_base_audio_sink_set_property),
13998         (gst_base_audio_sink_get_property), (gst_base_audio_sink_setcaps),
13999         (gst_base_audio_sink_get_times), (gst_base_audio_sink_event),
14000         (gst_base_audio_sink_preroll), (gst_base_audio_sink_render),
14001         (gst_base_audio_sink_create_ringbuffer),
14002         (gst_base_audio_sink_callback), (gst_base_audio_sink_change_state):
14003         * gst-libs/gst/audio/gstbaseaudiosink.h:
14004         * gst-libs/gst/audio/gstbaseaudiosrc.c:
14005         (gst_base_audio_src_base_init), (gst_base_audio_src_class_init),
14006         (gst_base_audio_src_init), (gst_base_audio_src_get_clock),
14007         (gst_base_audio_src_get_time), (gst_base_audio_src_set_property),
14008         (gst_base_audio_src_get_property), (gst_base_audio_src_fixate),
14009         (gst_base_audio_src_setcaps), (gst_base_audio_src_get_times),
14010         (gst_base_audio_src_event), (gst_base_audio_src_create),
14011         (gst_base_audio_src_create_ringbuffer),
14012         (gst_base_audio_src_callback), (gst_base_audio_src_change_state):
14013         * gst-libs/gst/audio/gstbaseaudiosrc.h:
14014         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_get_type),
14015         (gst_ring_buffer_class_init), (gst_ring_buffer_init),
14016         (gst_ring_buffer_dispose), (gst_ring_buffer_finalize),
14017         (gst_ring_buffer_debug_spec_caps),
14018         (gst_ring_buffer_debug_spec_buff), (gst_ring_buffer_parse_caps),
14019         (gst_ring_buffer_set_callback), (gst_ring_buffer_acquire),
14020         (gst_ring_buffer_release), (gst_ring_buffer_is_acquired),
14021         (gst_ring_buffer_start), (gst_ring_buffer_pause),
14022         (gst_ring_buffer_stop), (gst_ring_buffer_delay),
14023         (gst_ring_buffer_samples_done), (gst_ring_buffer_set_sample),
14024         (wait_segment), (gst_ring_buffer_commit), (gst_ring_buffer_read),
14025         (gst_ring_buffer_prepare_read), (gst_ring_buffer_advance),
14026         (gst_ring_buffer_clear):
14027         * gst-libs/gst/audio/gstringbuffer.h:
14028         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init),
14029         (gst_video_sink_class_init), (gst_video_sink_get_type):
14030         * gst-libs/gst/video/videosink.h:
14031         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_get_type),
14032         (gst_multifdsink_class_init),
14033         (gst_multifdsink_handle_client_write),
14034         (gst_multifdsink_change_state):
14035         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_class_init),
14036         (gst_tcpclientsink_setcaps):
14037         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
14038         (gst_ximagesink_getcaps), (gst_ximagesink_setcaps),
14039         (gst_ximagesink_change_state), (gst_ximagesink_show_frame),
14040         (gst_ximagesink_buffer_free), (gst_ximagesink_buffer_alloc),
14041         (gst_ximagesink_send_pending_navigation),
14042         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_get_desired_size),
14043         (gst_ximagesink_class_init), (gst_ximagesink_get_type):
14044         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_getcaps),
14045         (gst_xvimagesink_setcaps), (gst_xvimagesink_change_state),
14046         (gst_xvimagesink_show_frame), (gst_xvimagesink_buffer_alloc),
14047         (gst_xvimagesink_send_pending_navigation),
14048         (gst_xvimagesink_navigation_send_event),
14049         (gst_xvimagesink_set_xwindow_id),
14050         (gst_xvimagesink_get_desired_size), (gst_xvimagesink_class_init),
14051         (gst_xvimagesink_get_type):
14052         more macro splitting
14053
14054 2005-07-08  Thomas Vander Stichele  <thomas at apestaart dot org>
14055
14056         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose):
14057           plug a memleak, allows me to import 1479 albums in one go
14058           in jamboree
14059         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
14060         (vorbis_handle_type_packet), (vorbis_dec_chain),
14061         (vorbis_dec_change_state):
14062           fix some format strings
14063
14064 2005-07-08  Thomas Vander Stichele  <thomas at apestaart dot org>
14065
14066         * docs/libs/tmpl/gstcolorbalance.sgml:
14067         * docs/libs/tmpl/gstmixer.sgml:
14068         * ext/alsa/gstalsasink.c: (gst_alsasink_class_init),
14069         (gst_alsasink_set_property), (gst_alsasink_get_property):
14070         * ext/alsa/gstalsasrc.c: (gst_alsasrc_class_init),
14071         (gst_alsasrc_set_property), (gst_alsasrc_get_property):
14072           add device property
14073
14074 2005-07-08  Thomas Vander Stichele  <thomas at apestaart dot org>
14075
14076         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
14077         * ext/gnomevfs/gstgnomevfssrc.c: (audiocast_init),
14078         (audiocast_register_listener), (audiocast_thread_run),
14079         (gst_gnomevfssrc_send_additional_headers_callback),
14080         (gst_gnomevfssrc_received_headers_callback),
14081         (gst_gnomevfssrc_push_callbacks), (gst_gnomevfssrc_pop_callbacks),
14082         (gst_gnomevfssrc_get_icy_metadata), (gst_gnomevfssrc_create),
14083         (gst_gnomevfssrc_get_size):
14084           add/clean up debugging
14085         * gst/audiorate/gstaudiorate.c: (gst_audiorate_init):
14086           cleanups
14087
14088 2005-07-07  Andy Wingo  <wingo@pobox.com>
14089
14090         * sys/v4l/gstv4lsrc.c (gst_v4lsrc_fixate): Also fixate the
14091         framerate. Need to get a handle on when exactly this function is
14092         called, tho.
14093
14094         * sys/v4l/v4lsrc_calls.h:
14095         * sys/v4l/v4lsrc_calls.c: Remove sync-related stuff.
14096         (gst_v4lsrc_get_fps_list): Moved here from gstv4lsrc.c.
14097         (gst_v4lsrc_buffer_new): Totally derive from GstBuffer.
14098
14099         * sys/v4l/v4l_calls.h: Cast to V4lElement.
14100         * sys/v4l/v4l_calls.c: Header loc fixen, don't load mjpeg, all
14101         v4lelements are sources.
14102
14103         * sys/v4l/gstv4lxoverlay.h:
14104         * sys/v4l/gstv4lxoverlay.c:
14105         * sys/v4l/gstv4ltuner.h:
14106         * sys/v4l/gstv4ltuner.c: Header loc fixen.
14107         
14108         * sys/v4l/gstv4lsrc.h:
14109         * sys/v4l/gstv4lsrc.c: Crucial GPL update. Clean up a bit, port to
14110         PushSrc/BaseSrc. Removed most sync-related properties, videorate
14111         or something should handle that. Made a live source.
14112
14113         * sys/v4l/gstv4lelement.h:
14114         * sys/v4l/gstv4lelement.c: Derive from GstPushSrc. No more
14115         signals. Some cleanups.
14116
14117         * sys/v4l/gstv4lcolorbalance.h: Interface header update.
14118
14119         * sys/v4l/gstv4l.c: Don't register v4lelement, or the jpeg/mjpeg
14120         stuff.
14121
14122         * sys/v4l/Makefile.am: Build everything except the jpeg/mjpeg
14123         stuff.
14124
14125         * sys/Makefile.am (SUBDIRS): Hit the V4L crack pipe.
14126
14127 2005-07-07  Wim Taymans  <wim@fluendo.com>
14128
14129         * ext/theora/theoradec.c: (theora_get_query_types),
14130         (theora_dec_src_getcaps), (theora_dec_push):
14131         * ext/vorbis/vorbisdec.c: (vorbis_get_query_types):
14132         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_get_query_types):
14133         Remove deprecated/unused query types.
14134
14135 2005-07-06  Wim Taymans  <wim@fluendo.com>
14136
14137         * ext/alsa/Makefile.am:
14138         * ext/alsa/gstalsaplugin.c: (plugin_init):
14139         * ext/alsa/gstalsasink.c: (gst_alsasink_open):
14140         * ext/alsa/gstalsasrc.c: (gst_alsasrc_get_type),
14141         (gst_alsasrc_dispose), (gst_alsasrc_base_init),
14142         (gst_alsasrc_class_init), (gst_alsasrc_init),
14143         (gst_alsasrc_getcaps), (set_hwparams), (set_swparams),
14144         (alsasrc_parse_spec), (gst_alsasrc_open), (gst_alsasrc_close),
14145         (xrun_recovery), (gst_alsasrc_read), (gst_alsasrc_delay),
14146         (gst_alsasrc_reset):
14147         * ext/alsa/gstalsasrc.h:
14148         * gst-libs/gst/audio/Makefile.am:
14149         * gst-libs/gst/audio/gstaudiosink.c:
14150         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
14151         (gst_audioringbuffer_start):
14152         * gst-libs/gst/audio/gstaudiosrc.c: (gst_audioringbuffer_get_type),
14153         (gst_audioringbuffer_class_init), (audioringbuffer_thread_func),
14154         (gst_audioringbuffer_init), (gst_audioringbuffer_dispose),
14155         (gst_audioringbuffer_finalize), (gst_audioringbuffer_acquire),
14156         (gst_audioringbuffer_release), (gst_audioringbuffer_start),
14157         (gst_audioringbuffer_stop), (gst_audioringbuffer_delay),
14158         (gst_audiosrc_base_init), (gst_audiosrc_class_init),
14159         (gst_audiosrc_init), (gst_audiosrc_create_ringbuffer):
14160         * gst-libs/gst/audio/gstaudiosrc.h:
14161         * gst-libs/gst/audio/gstbaseaudiosink.c:
14162         (gst_baseaudiosink_class_init), (gst_baseaudiosink_dispose),
14163         (gst_baseaudiosink_get_time), (gst_baseaudiosink_setcaps),
14164         (gst_baseaudiosink_preroll), (gst_baseaudiosink_render):
14165         * gst-libs/gst/audio/gstbaseaudiosrc.c:
14166         (gst_baseaudiosrc_base_init), (gst_baseaudiosrc_class_init),
14167         (gst_baseaudiosrc_init), (gst_baseaudiosrc_get_clock),
14168         (gst_baseaudiosrc_get_time), (gst_baseaudiosrc_set_property),
14169         (gst_baseaudiosrc_get_property), (gst_baseaudiosrc_fixate),
14170         (gst_baseaudiosrc_setcaps), (gst_baseaudiosrc_get_times),
14171         (gst_baseaudiosrc_event), (gst_baseaudiosrc_create),
14172         (gst_baseaudiosrc_create_ringbuffer), (gst_baseaudiosrc_callback),
14173         (gst_baseaudiosrc_change_state):
14174         * gst-libs/gst/audio/gstbaseaudiosrc.h:
14175         * gst-libs/gst/audio/gstringbuffer.c: (build_linear_format),
14176         (gst_ringbuffer_debug_spec_caps), (gst_ringbuffer_debug_spec_buff),
14177         (gst_ringbuffer_parse_caps), (gst_ringbuffer_start),
14178         (gst_ringbuffer_pause), (gst_ringbuffer_stop),
14179         (gst_ringbuffer_samples_done), (gst_ringbuffer_set_sample),
14180         (wait_segment), (gst_ringbuffer_commit), (gst_ringbuffer_read),
14181         (gst_ringbuffer_prepare_read), (gst_ringbuffer_advance):
14182         * gst-libs/gst/audio/gstringbuffer.h:
14183         Added audiosource base classes.
14184         Ported alsasrc, still very basic.
14185
14186 2005-07-06  Wim Taymans  <wim@fluendo.com>
14187
14188         * ext/theora/theoradec.c: (theora_dec_src_getcaps),
14189         (theora_dec_push), (theora_handle_data_packet):
14190         Prepare for better timestamp fix later.
14191
14192         * gst/audioconvert/gstaudioconvert.c:
14193         List most accurate caps first
14194
14195         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_loop):
14196         Use proper pad task function.
14197
14198         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
14199         (gst_xvimagesink_show_frame):
14200         Fix deadlock when alloc failed.
14201
14202 2005-07-05  Andy Wingo  <wingo@pobox.com>
14203
14204         * ext/gnomevfs/gstgnomevfssrc.c:
14205         * gst/sine/gstsinesrc.c:
14206         * gst/tcp/gsttcpserversrc.c:
14207         * gst/tcp/gsttcpclientsrc.c: s/BASESRC/BASE_SRC/.
14208
14209         * sys/v4l/: Port from 0.8.
14210
14211         * Many files: Null if we got it....
14212
14213 2005-07-05  Andy Wingo  <wingo@pobox.com>
14214
14215         * gst/tcp/gsttcpserversink.c (gst_tcpserversink_handle_server_read): 
14216         * gst/tcp/gstmultifdsink.c (gst_multifdsink_client_queue_data):
14217         Signedness fixes.
14218
14219 2005-07-05  Wim Taymans  <wim@fluendo.com>
14220
14221         * configure.ac:
14222         * gst/tcp/Makefile.am:
14223         * gst/tcp/README:
14224         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_get_type),
14225         (gst_multifdsink_base_init), (gst_multifdsink_class_init),
14226         (gst_multifdsink_init), (gst_multifdsink_remove_client_link),
14227         (is_sync_frame), (gst_multifdsink_handle_client_write),
14228         (gst_multifdsink_render), (gst_multifdsink_start),
14229         (gst_multifdsink_stop), (gst_multifdsink_change_state):
14230         * gst/tcp/gstmultifdsink.h:
14231         * gst/tcp/gsttcp.c: (gst_tcp_host_to_ip),
14232         (gst_tcp_gdp_read_buffer), (gst_tcp_gdp_read_caps),
14233         (gst_tcp_gdp_write_buffer), (gst_tcp_gdp_write_caps):
14234         * gst/tcp/gsttcp.h:
14235         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_class_init),
14236         (gst_tcpclientsink_init), (gst_tcpclientsink_setcaps),
14237         (gst_tcpclientsink_render), (gst_tcpclientsink_start),
14238         (gst_tcpclientsink_stop), (gst_tcpclientsink_change_state):
14239         * gst/tcp/gsttcpclientsink.h:
14240         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get_type),
14241         (gst_tcpclientsrc_base_init), (gst_tcpclientsrc_class_init),
14242         (gst_tcpclientsrc_init), (gst_tcpclientsrc_getcaps),
14243         (gst_tcpclientsrc_create), (gst_tcpclientsrc_start),
14244         (gst_tcpclientsrc_stop), (gst_tcpclientsrc_unlock):
14245         * gst/tcp/gsttcpclientsrc.h:
14246         * gst/tcp/gsttcpplugin.c: (plugin_init):
14247         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init):
14248         * gst/tcp/gsttcpserversink.h:
14249         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_get_type),
14250         (gst_tcpserversrc_base_init), (gst_tcpserversrc_class_init),
14251         (gst_tcpserversrc_init), (gst_tcpserversrc_finalize),
14252         (gst_tcpserversrc_create), (gst_tcpserversrc_start),
14253         (gst_tcpserversrc_stop):
14254         * gst/tcp/gsttcpserversrc.h:
14255         * gst/tcp/gsttcpsink.c:
14256         * gst/tcp/gsttcpsink.h:
14257         * gst/tcp/gsttcpsrc.c:
14258         * gst/tcp/gsttcpsrc.h:
14259         Ported tcp plugins to 0.9. 
14260         
14261
14262 2005-07-05  Andy Wingo  <wingo@pobox.com>
14263
14264         * gst/playback/gstplaybasebin.c (fill_buffer):
14265         message_new_application fixen.
14266
14267         * gst/videoscale/gstvideoscale.c (gst_videoscale_transform_caps):
14268         Style fix.
14269
14270 2005-07-04  Wim Taymans  <wim@fluendo.com>
14271
14272         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_chain):
14273         Set caps on output buffer.
14274
14275 2005-07-04  Andy Wingo  <wingo@pobox.com>
14276
14277         * ext/gnomevfs/gstgnomevfssrc.c
14278         (gst_gnomevfssrc_received_headers_callback) 
14279         (audiocast_thread_kill, audiocast_thread_run): FORTIFY fixen,
14280         hopefully.
14281
14282         * gst/audioconvert/gstaudioconvert.c (gst_audio_convert_fixate):
14283         No refcount leakage.
14284
14285         * configure.ac: Enable -Werror.
14286         
14287         * ext/theora/theoradec.c (theora_dec_src_getcaps):
14288         * gst/audioconvert/bufferframesconvert.c
14289         (buffer_frames_convert_fixate):
14290         * gst/audioconvert/gstaudioconvert.c (_fixate_caps_to_int)
14291         (gst_audio_convert_fixate):
14292         * gst/sine/gstsinesrc.c (gst_sinesrc_src_fixate)
14293         (gst_sinesrc_create): Fixate func changes.
14294         
14295         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
14296         (gst_ximagesink_buffer_alloc): Unused var.
14297
14298 2005-07-01  Andy Wingo  <wingo@pobox.com>
14299
14300         * ext/theora/theoradec.c (theora_dec_src_getcaps): Implement a
14301         getcaps to do explicit caps. Needs to be done in all decoders,
14302         possibly via a base class.
14303
14304         * configure.ac (GST_PLUGIN_LDFLAGS): Add videoscale.
14305
14306         * ext/ogg/gstoggdemux.c (gst_ogg_pad_typefind): No need to set
14307         caps on the sink pad, just rely on the pad template. Also, setting
14308         ANY caps on a pad is not valid because the caps are not fixed.
14309
14310         * sys/ximage/ximagesink.c (gst_ximagesink_buffer_alloc): Set the
14311         caps on the buffer, and get the width from the desired_caps if
14312         they're set.
14313         (gst_ximagesink_renegotiate_size): Implement via setting the
14314         desired_caps on the ximagesink.
14315         (gst_ximagesink_setcaps): Only reset the width of the player if it
14316         wasn't already set. Not sure if this is right.
14317         (gst_ximagesink_show_frame): Memcpy only for normal buffers.
14318
14319         * sys/ximage/ximagesink.h (desired_caps): New field, is the caps
14320         that the user wants. NULL unless the window has been resized.
14321
14322         * gst/volume/gstvolume.c (volume_transform): Adapt to
14323         basetransform refcount changes.
14324         
14325 2005-07-01  Andy Wingo  <wingo@pobox.com>
14326
14327         * gst/videoscale/gstvideoscale.c:
14328         * gst/videoscale/gstvideoscale.h: Clean up, port to 0.9. Derives
14329         from BaseTransform, implements a transform_caps. Removed dead code
14330         including some PAR stuff that was never reached -- should probably
14331         be added back somehow.
14332
14333 2005-07-01  Andy Wingo  <wingo@pobox.com>
14334
14335         * gst/videoscale: Merge David's work from 0.8 branch. Changes to
14336         come later.
14337
14338 2005-06-30  Thomas Vander Stichele  <thomas at apestaart dot org>
14339
14340         * configure.ac:
14341         * docs/libs/Makefile.am:
14342         * docs/libs/gst-plugins-libs.types:
14343         * ext/alsa/Makefile.am:
14344         * ext/alsa/gstalsamixer.h:
14345         * ext/alsa/gstalsamixeroptions.h:
14346         * ext/alsa/gstalsamixertrack.h:
14347         * gst-libs/gst/Makefile.am:
14348         * gst-libs/gst/colorbalance/.cvsignore:
14349         * gst-libs/gst/colorbalance/Makefile.am:
14350         * gst-libs/gst/colorbalance/colorbalance-marshal.list:
14351         * gst-libs/gst/colorbalance/colorbalance.c:
14352         * gst-libs/gst/colorbalance/colorbalance.h:
14353         * gst-libs/gst/colorbalance/colorbalance.vcproj:
14354         * gst-libs/gst/colorbalance/colorbalancechannel.c:
14355         * gst-libs/gst/colorbalance/colorbalancechannel.h:
14356         * gst-libs/gst/interfaces/Makefile.am:
14357         * gst-libs/gst/interfaces/colorbalance.c:
14358         (gst_color_balance_class_init):
14359         * gst-libs/gst/interfaces/colorbalance.h:
14360         * gst-libs/gst/interfaces/interfaces-marshal.list:
14361         * gst-libs/gst/interfaces/mixer.c: (gst_mixer_class_init):
14362         * gst-libs/gst/interfaces/mixer.h:
14363         * gst-libs/gst/interfaces/mixeroptions.h:
14364         * gst-libs/gst/interfaces/navigation.c:
14365         * gst-libs/gst/interfaces/tuner.c: (gst_tuner_class_init):
14366         * gst-libs/gst/interfaces/tuner.h:
14367         * gst/volume/Makefile.am:
14368         * gst/volume/gstvolume.c:
14369         * pkgconfig/gstreamer-interfaces-uninstalled.pc.in:
14370         * sys/ximage/Makefile.am:
14371         * sys/ximage/ximagesink.c:
14372         * sys/xvimage/Makefile.am:
14373         * sys/xvimage/xvimagesink.c:
14374           fold in all interfaces into an interfaces dir, preserving CVS
14375           history
14376
14377 2005-06-30  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14378
14379         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
14380           Fix build after riff changes.
14381
14382 2005-06-30  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14383
14384         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
14385         (gst_riff_create_audio_caps), (gst_riff_create_iavs_caps),
14386         (gst_riff_create_video_template_caps),
14387         (gst_riff_create_audio_template_caps),
14388         (gst_riff_create_iavs_template_caps):
14389         * gst-libs/gst/riff/riff-media.h:
14390         * gst-libs/gst/riff/riff-read.h:
14391         * gst-libs/gst/riff/riff.c: (gst_riff_init):
14392           Add gst_riff_init() to initialize the debug category, instead
14393           of plugin_init(). Port riff-media.[ch] from -THREADED to HEAD.
14394
14395 2005-06-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14396
14397         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init):
14398           Oops, I shouldn't apply hacks.
14399
14400 2005-06-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14401
14402         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_init):
14403           Remove pad_loop function which doesn't work.
14404
14405 2005-06-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14406
14407         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_deactivate_current_chain):
14408           Send EOS when deactivating.
14409         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
14410         (check_queue), (queue_threshold_reached), (queue_out_of_data),
14411         (gen_preroll_element), (probe_triggered), (mute_stream),
14412         (silence_stream), (new_decoded_pad), (setup_substreams),
14413         (set_active_source):
14414         * gst/playback/gstplaybin.c: (gst_play_bin_get_property),
14415         (remove_sinks), (add_sink):
14416         * gst/playback/gststreaminfo.c: (cb_probe), (gst_stream_info_new):
14417           Change for new probe API.
14418
14419 2005-06-29  Wim Taymans  <wim@fluendo.com>
14420
14421         * gst-libs/gst/audio/gstaudiosink.c: (gst_audioringbuffer_init):
14422         * gst-libs/gst/audio/gstbaseaudiosink.c:
14423         (gst_baseaudiosink_class_init), (gst_baseaudiosink_dispose),
14424         (gst_baseaudiosink_change_state):
14425         * gst-libs/gst/audio/gstbaseaudiosink.h:
14426         * gst-libs/gst/audio/gstringbuffer.c:
14427         (gst_ringbuffer_set_callback):
14428         Fix compilation error.
14429         Ringbuffer starts out as not running.
14430         Free our clock in dispose.
14431         When releasing the ringbuffer we need to renegotiate so
14432         clear the pad caps.
14433
14434 2005-06-29  Thomas Vander Stichele  <thomas at apestaart dot org>
14435
14436         * autogen.sh:
14437         * configure.ac:
14438         * docs/Makefile.am:
14439         * docs/libs/Makefile.am:
14440         * docs/libs/gst-plugins-libs-docs.sgml:
14441         * docs/libs/gst-plugins-libs-sections.txt:
14442         * docs/libs/gst-plugins-libs.types:
14443         * docs/libs/tmpl/gstaudio.sgml:
14444         * docs/libs/tmpl/gstcolorbalance.sgml:
14445         * docs/libs/tmpl/gstringbuffer.sgml:
14446         * gst-libs/gst/audio/gstringbuffer.c:
14447         (gst_ringbuffer_set_callback):
14448           reinstate gtk-doc docs for plugin libs
14449
14450 2005-06-28  Wim Taymans  <wim@fluendo.com>
14451
14452         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
14453         (gst_ogg_demux_init):
14454         Removed pad loop function.
14455
14456 2005-06-28  Wim Taymans  <wim@fluendo.com>
14457
14458         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet):
14459         If we're building a chain we are not in an error case
14460         when we queue a buffer.
14461
14462 2005-06-28  Andy Wingo  <wingo@pobox.com>
14463
14464         * *.c: Don't cast to GstObject before reffing/unreffing.
14465
14466 2005-06-27  Andy Wingo  <wingo@pobox.com>
14467
14468         * gst/videotestsrc/gstvideotestsrc.c
14469         (gst_videotestsrc_activate_push): Activation API changes.
14470
14471         * gst/playback/gstdecodebin.c (gst_decode_bin_change_state) 
14472         (gst_decode_bin_dispose): Free dynamics in READY->NULL, because
14473         they have refs on the decodebin.
14474
14475         * ext/ogg/gstoggdemux.c (gst_ogg_pad_class_init): Ref the right
14476         parent class.
14477         (gst_ogg_pad_typefind): Don't leak a pad ref.
14478         (gst_ogg_chain_new_stream): gst_object_unref, not g_object_unref.
14479         (gst_ogg_demux_sink_activate, gst_ogg_demux_sink_activate_push) 
14480         (gst_ogg_demux_sink_activate_pull): Changes for activation API.
14481
14482 2005-06-27  Edward Hervey  <edward@fluendo.com>
14483
14484         * ext/theora/theoradec.c: (theora_dec_change_state): 
14485         re-arranged call to parent's state change in order to avoid locks (or
14486         worse).
14487
14488 2005-06-26  Edward Hervey  <edward@fluendo.com>
14489
14490         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init):
14491         2nd argument of 'unknow-type' signal is a GstCaps and not a
14492         GstMiniObject
14493
14494 2005-06-25  Jan Schmidt  <thaytan@mad.scientist.com>
14495         * gst-libs/gst/audio/gstaudiosink.c: (gst_audioringbuffer_acquire):
14496           Set the worker thread's running flag to TRUE before starting the
14497           thread.
14498         * gst/playback/gstdecodebin.c: (gst_decode_bin_init):
14499           Catch a failure to add typefind to the bin.
14500
14501 2005-06-24  Thomas Vander Stichele  <thomas at apestaart dot org>
14502
14503         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
14504         (gst_sinesrc_init), (gst_sinesrc_create),
14505         (gst_sinesrc_set_property), (gst_sinesrc_get_property),
14506         (gst_sinesrc_start):
14507         * gst/sine/gstsinesrc.h:
14508           add num-buffers and timestamp-offset properties
14509         * gst/videotestsrc/gstvideotestsrc.c:
14510         (gst_videotestsrc_class_init), (gst_videotestsrc_set_property),
14511         (gst_videotestsrc_get_property):
14512           add timestamp-offset property
14513
14514 2005-06-23  Christian Schaller  <uraeus@gnome.org>
14515
14516         * configure.ac: add videorate
14517         * gst-plugins-base.spec.in: add videorate
14518
14519 2005-06-23  Wim Taymans  <wim@fluendo.com>
14520
14521         * gst/videorate/gstvideorate.c: (gst_videorate_transformcaps),
14522         (gst_videorate_getcaps), (gst_videorate_setcaps),
14523         (gst_videorate_event), (gst_videorate_chain):
14524         Fixed videorate, fixating an already fixated caps is not
14525         an error.
14526
14527 2005-06-23  Wim Taymans  <wim@fluendo.com>
14528
14529         * ext/ogg/README:
14530         * ext/ogg/gstoggmux.c: (gst_ogg_mux_set_header_on_caps):
14531         Buffer on caps is not boxed anymore.
14532
14533 2005-06-22  Wim Taymans  <wim@fluendo.com>
14534
14535         * ext/theora/theoraenc.c: (theora_set_header_on_caps):
14536         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_set_header_on_caps):
14537         Set buffers on caps as miniobjects and not as boxed.
14538
14539 2005-06-19  Thomas Vander Stichele  <thomas at apestaart dot org>
14540
14541         * configure.ac:
14542           back to HEAD
14543
14544 === release 0.9.1 ===
14545
14546 2005-06-19  Thomas Vander Stichele  <thomas at apestaart dot org>
14547
14548         * .cvsignore:
14549         * NEWS:
14550         * README:
14551         * RELEASE:
14552         * configure.ac:
14553         * po/af.po:
14554         * po/az.po:
14555         * po/cs.po:
14556         * po/en_GB.po:
14557         * po/hu.po:
14558         * po/it.po:
14559         * po/nb.po:
14560         * po/nl.po:
14561         * po/or.po:
14562         * po/sq.po:
14563         * po/sr.po:
14564         * po/sv.po:
14565         * po/uk.po:
14566         * po/vi.po:
14567           updates for release
14568
14569 2005-06-09  Andy Wingo  <wingo@pobox.com>
14570
14571         * gst-libs/gst/net/Makefile.am (lib_LTLIBRARIES): Install gstnet.
14572         
14573 2005-06-09  Andy Wingo  <wingo@pobox.com>
14574
14575         * configure.ac:
14576         * gst-libs/gst/Makefile.am:
14577         * gst-libs/gst/net/Makefile.am:
14578         Add gstnet to build.
14579
14580 2005-06-09  Andy Wingo  <wingo@pobox.com>
14581
14582         * gst-libs/gst/gconf/gconf.c:
14583         * gst/playback/test.c:
14584         * gst/playback/gstplaybin.c (gen_video_element): Ghost pad API
14585         fixes.
14586
14587         * gst/audioconvert/gstaudioconvert.c: RPAD fixes.
14588
14589         * ext/theora/theoraenc.c (theora_enc_chain): 
14590         * ext/theora/theoradec.c (theora_handle_data_packet): GCC4 fixes.
14591
14592         * ext/ogg/gstoggdemux.c (GstOggPad): Derive from GstPad, not
14593         RealPad.
14594
14595 2005-06-02  Wim Taymans  <wim@fluendo.com>
14596
14597         * gst-libs/gst/net/Makefile.am:
14598         * pkgconfig/gstreamer-libs-uninstalled.pc.in:
14599         * pkgconfig/gstreamer-libs.pc.in:
14600         Added net stuff, version net lib.
14601
14602 2005-06-02  Wim Taymans  <wim@fluendo.com>
14603
14604         * examples/seeking/seek.c: (make_vorbis_theora_pipeline),
14605         (query_rates), (query_positions_elems), (query_positions_pads),
14606         (do_seek):
14607         Updated seek example.
14608
14609 2005-06-02  Andy Wingo  <wingo@pobox.com>
14610
14611         * pkgconfig/gstreamer-libs-uninstalled.pc.in (prefix):
14612         * pkgconfig/gstreamer-libs.pc.in (prefix): Add gst/tag to the -L
14613         list.
14614
14615         * gst/playback/gstdecodebin.c (gst_decode_bin_dispose): Don't
14616         remove the typefind, the bin dispose will do it for us. When it's
14617         removed and unreffed, the signal handler will be disconnected,
14618         too.
14619         (unlinked): It's too difficult to disconnect from unlinked
14620         handlers, as they are on pads not elements. Just punt if the pads
14621         aren't grandkids of the bin.
14622
14623 2005-06-02  Wim Taymans  <wim@fluendo.com>
14624
14625         * ext/ogg/README:
14626         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
14627         (gst_ogg_demux_activate_chain), (gst_ogg_demux_clear_chains):
14628         * ext/ogg/gstoggmux.c: (gst_ogg_mux_buffer_from_page):
14629         * ext/theora/theoradec.c: (theora_dec_src_query),
14630         (theora_handle_data_packet):
14631         * ext/theora/theoraenc.c: (theora_buffer_from_packet),
14632         (theora_enc_chain):
14633         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
14634         (vorbis_handle_data_packet):
14635         * gst/audioconvert/bufferframesconvert.c:
14636         (buffer_frames_convert_chain):
14637         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
14638         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
14639         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_bufferalloc),
14640         (gst_ffmpegcsp_chain):
14641         * gst/videorate/gstvideorate.c: (gst_videorate_transformcaps),
14642         (gst_videorate_getcaps), (gst_videorate_setcaps),
14643         (gst_videorate_event), (gst_videorate_chain):
14644         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_activate),
14645         (gst_videotestsrc_src_query), (gst_videotestsrc_loop):
14646         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
14647         (gst_ximagesink_setcaps), (gst_ximagesink_buffer_alloc):
14648         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
14649         (gst_xvimage_buffer_finalize), (gst_xvimage_buffer_free),
14650         (gst_xvimage_buffer_class_init), (gst_xvimage_buffer_get_type),
14651         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_put),
14652         (gst_xvimagesink_show_frame), (gst_xvimagesink_buffer_alloc):
14653         Cleanups and buffer alloc.
14654
14655 2005-05-31  Wim Taymans  <wim@fluendo.com>
14656
14657         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_delay):
14658         Don't try to call the delay method when the device is not
14659         opened.
14660
14661 2005-05-31  Wim Taymans  <wim@fluendo.com>
14662
14663         * ext/alsa/gstalsasink.c: (set_hwparams), (gst_alsasink_open):
14664         Get actual segment size and buffer size after opening
14665         the device.
14666
14667 2005-05-30  Wim Taymans  <wim@fluendo.com>
14668
14669         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_activate_chain),
14670         (gst_ogg_demux_perform_seek), (gst_ogg_demux_clear_chains):
14671         Also FLUSH upstream, makes the loop function exit faster.
14672         
14673         * ext/theora/theoradec.c: (theora_dec_src_query):
14674         Some more debug info in the query.
14675         
14676         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
14677         (gst_ximagesink_setcaps):
14678         Release lock on par error, better error reporting.
14679
14680 2005-05-26  Wim Taymans  <wim@fluendo.com>
14681
14682         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
14683         (gst_ogg_demux_activate_chain), (gst_ogg_demux_chain),
14684         (gst_ogg_demux_clear_chains), (gst_ogg_demux_change_state):
14685         Clear chains in READY
14686         Queue packets until the chain is activated.
14687
14688 2005-05-25  Wim Taymans  <wim@fluendo.com>
14689
14690         * gst-libs/gst/audio/gstaudiosink.c:
14691         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
14692         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
14693         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
14694         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
14695         (gst_audioringbuffer_delay), (gst_audiosink_class_init),
14696         (gst_audiosink_create_ringbuffer):
14697         * gst-libs/gst/audio/gstbaseaudiosink.c:
14698         (gst_baseaudiosink_class_init), (gst_baseaudiosink_init),
14699         (gst_baseaudiosink_get_clock), (gst_baseaudiosink_get_time),
14700         (gst_baseaudiosink_set_property), (build_linear_format),
14701         (debug_spec_caps), (debug_spec_buffer),
14702         (gst_baseaudiosink_setcaps), (gst_baseaudiosink_get_times),
14703         (gst_baseaudiosink_event), (gst_baseaudiosink_preroll),
14704         (gst_baseaudiosink_render), (gst_baseaudiosink_create_ringbuffer),
14705         (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
14706         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
14707         (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
14708         (gst_ringbuffer_release), (gst_ringbuffer_is_acquired),
14709         (gst_ringbuffer_play), (gst_ringbuffer_pause),
14710         (gst_ringbuffer_stop), (gst_ringbuffer_delay),
14711         (gst_ringbuffer_played_samples), (gst_ringbuffer_set_sample),
14712         (wait_segment), (gst_ringbuffer_commit),
14713         (gst_ringbuffer_prepare_read), (gst_ringbuffer_advance),
14714         (gst_ringbuffer_clear):
14715         Various small cleanups.
14716
14717         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
14718         (gst_audio_convert_change_state):
14719         * gst/subparse/gstsubparse.c: (gst_subparse_chain):
14720         No need to take the locks anymore.
14721
14722 2005-05-25  Wim Taymans  <wim@fluendo.com>
14723
14724         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
14725         (gst_decode_bin_dispose), (try_to_link_1), (get_our_ghost_pad),
14726         (remove_element_chain), (no_more_pads), (unlinked), (close_link),
14727         (type_found):
14728         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_dispose),
14729         (group_destroy), (group_commit), (queue_overrun),
14730         (gen_preroll_element), (no_more_pads), (preroll_unlinked),
14731         (mute_stream), (new_decoded_pad), (setup_substreams),
14732         (setup_source), (mute_group_type), (set_active_source),
14733         (gst_play_base_bin_change_state):
14734         * gst/playback/gstplaybin.c: (gst_play_bin_dispose),
14735         (gen_video_element), (gen_text_element), (gen_audio_element),
14736         (gen_vis_element), (remove_sinks), (add_sink), (setup_sinks):
14737         * gst/playback/gststreaminfo.c: (gst_stream_info_new),
14738         (gst_stream_info_dispose), (gst_stream_info_set_mute):
14739         * gst/playback/gststreamselector.c: (gst_stream_selector_chain):
14740         Some playbin cleanups mostly refcounting sloppyness.
14741
14742 2005-05-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14743
14744         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet):
14745           Work with streaming input.
14746
14747 2005-05-25  Wim Taymans  <wim@fluendo.com>
14748
14749         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
14750         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
14751         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_bufferalloc),
14752         (gst_ffmpegcsp_chain), (gst_ffmpegcsp_change_state):
14753         No need to take the STREAM lock anymore.
14754
14755 2005-05-25  Wim Taymans  <wim@fluendo.com>
14756
14757         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose),
14758         (gst_ogg_pad_typefind), (gst_ogg_pad_submit_packet),
14759         (gst_ogg_chain_new_stream), (gst_ogg_demux_perform_seek),
14760         (gst_ogg_demux_chain), (gst_ogg_demux_loop),
14761         (gst_ogg_demux_sink_activate):
14762         * ext/theora/theoradec.c: (theora_dec_src_event),
14763         (theora_handle_comment_packet), (theora_dec_chain),
14764         (theora_dec_change_state):
14765         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
14766         (vorbis_handle_data_packet), (vorbis_dec_chain),
14767         (vorbis_dec_change_state):
14768         Remove STREAM locks as they are taken in core now.
14769         Never set bogus granulepos on vorbis/theora.
14770         Fix leaks in theoradec tag parsing.
14771
14772 2005-05-25  Wim Taymans  <wim@fluendo.com>
14773
14774         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_create):
14775         Fix memleaks, GST_BUFFER_DATA() is not freed.
14776
14777 2005-05-25  Wim Taymans  <wim@fluendo.com>
14778
14779         * ext/alsa/gstalsasink.c: (gst_alsasink_open):
14780         Open non-blocking, set to blocking mode afterwards to avoid
14781         lockups when audio device is busy.
14782
14783 2005-05-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14784
14785         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_clear):
14786           This can't be good.
14787
14788 2005-05-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14789
14790         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init),
14791         (gst_audio_convert_chain), (gst_audio_convert_link_src),
14792         (gst_audio_convert_setcaps):
14793           Implement instant setup switching.
14794
14795 2005-05-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14796
14797         * gst/playback/gstplaybasebin.c: (probe_triggered):
14798           Fix missing unlock.
14799         * gst/playback/gstplaybin.c: (add_sink):
14800           First add, then link (otherwise pad link fails).
14801
14802 2005-05-19  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
14803
14804         * examples/Makefile.am:
14805         fix buildbot (make distcheck)
14806
14807 2005-05-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14808
14809         * gst/playback/gstplaybin.c: (gen_vis_element):
14810           Remove some wrong code. Doesn't work yet.
14811
14812 2005-05-19  Wim Taymans  <wim@fluendo.com>
14813
14814         * gst-libs/gst/net/Makefile.am:
14815         * gst-libs/gst/net/README:
14816         * gst-libs/gst/net/gstnetbuffer.c: (gst_netbuffer_get_type),
14817         (gst_netbuffer_class_init), (gst_netbuffer_init),
14818         (gst_netbuffer_finalize), (gst_netbuffer_copy),
14819         (gst_netbuffer_new), (gst_netaddress_set_ip4_address),
14820         (gst_netaddress_set_ip6_address), (gst_netaddress_get_net_type),
14821         (gst_netaddress_get_ip4_address), (gst_netaddress_get_ip6_address):
14822         * gst-libs/gst/net/gstnetbuffer.h:
14823         Added buffer subclass to store extra to/from addresses for
14824         network sources/sinks.
14825
14826 2005-05-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14827
14828         * gst-libs/gst/gconf/gconf.c: (gst_bin_find_unconnected_pad):
14829           Don't lock an unassigned variable.
14830
14831 2005-05-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14832
14833         * gst/playback/gstplaybasebin.c: (gen_preroll_element):
14834           Increase buffer for video, decrease buffer for other media types.
14835         * gst/playback/gstplaybin.c: (gen_video_element),
14836         (gen_audio_element):
14837           Change names for debugging purposes.
14838
14839 2005-05-18  Wim Taymans  <wim@fluendo.com>
14840
14841         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
14842         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
14843         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_bufferalloc),
14844         (gst_ffmpegcsp_chain):
14845         Enable buffer alloc passthrough if the source and dest
14846         formats are the same.
14847
14848 2005-05-17  Wim Taymans  <wim@fluendo.com>
14849
14850         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_internal_chain),
14851         (gst_ogg_demux_submit_buffer), (gst_ogg_demux_get_data),
14852         (gst_ogg_demux_chain_unlocked):
14853         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
14854         (gst_audio_convert_caps_remove_format_info),
14855         (gst_audio_convert_getcaps), (gst_audio_convert_setcaps),
14856         (gst_audio_convert_fixate), (gst_audio_convert_change_state):
14857         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
14858         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
14859         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_init),
14860         (gst_ffmpegcsp_bufferalloc), (gst_ffmpegcsp_chain),
14861         (gst_ffmpegcsp_change_state), (gst_ffmpegcsp_set_property),
14862         (gst_ffmpegcsp_get_property):
14863         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
14864         (gst_xvimage_buffer_finalize), (gst_xvimage_buffer_free),
14865         (gst_xvimage_buffer_class_init), (gst_xvimage_buffer_get_type),
14866         (gst_xvimagesink_check_xshm_calls), (gst_xvimagesink_xvimage_new),
14867         (gst_xvimagesink_xvimage_put), (gst_xvimagesink_imagepool_clear),
14868         (gst_xvimagesink_setcaps), (gst_xvimagesink_change_state),
14869         (gst_xvimagesink_show_frame), (gst_xvimagesink_buffer_free),
14870         (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_set_xwindow_id):
14871         Leak fixes in oggdemux.
14872         Some cleanups in audioconvert.
14873         Make passthrough work along with buffer_alloc etc.
14874         Make buffer_alloc and buffer recycling actually work in
14875         xvimagesink.
14876
14877 2005-05-17  Thomas Vander Stichele  <thomas at apestaart dot org>
14878
14879         * gst/subparse/gstsubparse.c: (parse_subrip), (parse_mpsub):
14880           make the compiler happy
14881
14882 2005-05-17  Wim Taymans  <wim@fluendo.com>
14883
14884         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new):
14885         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_finalize),
14886         (gst_xvimage_buffer_init), (gst_xvimage_buffer_class_init),
14887         (gst_xvimage_buffer_get_type), (gst_xvimagesink_check_xshm_calls),
14888         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_put),
14889         (gst_xvimagesink_imagepool_clear), (gst_xvimagesink_setcaps),
14890         (gst_xvimagesink_change_state), (gst_xvimagesink_show_frame),
14891         (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc),
14892         (gst_xvimagesink_set_xwindow_id):
14893         * sys/xvimage/xvimagesink.h:
14894         Port xvimagesink to new MiniObject.
14895
14896 2005-05-17  Wim Taymans  <wim@fluendo.com>
14897
14898         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link),
14899         (gst_audiofilter_chain):
14900         * gst-libs/gst/audio/gstaudiosink.c:
14901         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
14902         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
14903         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
14904         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
14905         (gst_audioringbuffer_delay), (gst_audiosink_class_init),
14906         (gst_audiosink_create_ringbuffer):
14907         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
14908         (gst_audio_convert_caps_remove_format_info),
14909         (gst_audio_convert_getcaps), (gst_audio_convert_setcaps),
14910         (gst_audio_convert_fixate), (gst_audio_convert_channels):
14911         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
14912         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
14913         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_chain):
14914         Fix passthrough in ffmpegcolorspace.
14915         Fix memset in audiosink on wrong memory.
14916
14917 2005-05-16  David Schleef  <ds@schleef.org>
14918
14919         * gst/playback/gststreaminfo.c: (cb_probe): Port from GstData
14920         to GstMiniObject.
14921
14922 2005-05-16  David Schleef  <ds@schleef.org>
14923
14924         Port from GstData to GstMiniObject.
14925         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose):
14926         * ext/ogg/gstoggmux.c: (gst_ogg_mux_buffer_from_page),
14927         (gst_ogg_mux_queue_pads), (gst_ogg_mux_set_header_on_caps),
14928         (gst_ogg_mux_collected):
14929         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
14930         * ext/theora/theoradec.c: (theora_handle_comment_packet),
14931         (theora_handle_data_packet):
14932         * ext/theora/theoraenc.c: (theora_buffer_from_packet),
14933         (theora_set_header_on_caps), (theora_enc_chain):
14934         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
14935         (vorbis_handle_comment_packet):
14936         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_set_header_on_caps):
14937         * ext/vorbis/vorbisparse.c: (vorbis_parse_set_header_on_caps):
14938         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_chain):
14939         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_chain):
14940         * gst/audioconvert/gstaudioconvert.c:
14941         (gst_audio_convert_get_buffer):
14942         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init):
14943         * gst/playback/gstplaybasebin.c: (check_queue), (probe_triggered),
14944         (mute_stream), (silence_stream):
14945         * gst/playback/gstplaybin.c: (gst_play_bin_class_init):
14946         * gst/volume/gstvolume.c: (volume_transform):
14947         * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
14948         (gst_ximage_buffer_init), (gst_ximage_buffer_class_init),
14949         (gst_ximage_buffer_get_type), (gst_ximagesink_check_xshm_calls),
14950         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy),
14951         (gst_ximagesink_ximage_put), (gst_ximagesink_imagepool_clear),
14952         (gst_ximagesink_show_frame), (gst_ximagesink_buffer_free),
14953         (gst_ximagesink_buffer_alloc):
14954         * sys/ximage/ximagesink.h:
14955
14956 2005-05-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14957
14958         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
14959         (fill_buffer), (check_queue), (queue_threshold_reached),
14960         (queue_out_of_data):
14961         * gst/playback/gstplaybasebin.h:
14962           Post buffer-fullness on the bus.
14963
14964 2005-05-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14965
14966         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
14967         (try_to_link_1):
14968         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
14969         (group_commit), (probe_triggered), (setup_source),
14970         (gst_play_base_bin_change_state):
14971         * gst/playback/gstplaybasebin.h:
14972         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
14973         (gst_play_bin_init), (remove_sinks), (setup_sinks),
14974         (gst_play_bin_change_state):
14975           Move setup_output_pads into a virtual function, remove
14976           group-switch (no longer needed) and redirect (handled by bus
14977           now) signals.
14978
14979 2005-05-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14980
14981         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
14982         (gst_play_base_bin_class_init), (gst_play_base_bin_finalize),
14983         (get_active_group), (get_building_group), (group_destroy),
14984         (group_commit), (check_queue), (queue_overrun),
14985         (queue_threshold_reached), (queue_out_of_data),
14986         (gen_preroll_element), (remove_groups), (unknown_type),
14987         (add_element_stream), (no_more_pads), (probe_triggered),
14988         (preroll_unlinked), (new_decoded_pad), (setup_subtitle),
14989         (setup_substreams), (setup_source), (finish_source),
14990         (prepare_output), (muted_group_change_state),
14991         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property),
14992         (gst_play_base_bin_change_state):
14993         * gst/playback/gstplaybasebin.h:
14994         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
14995         (gst_play_bin_init), (gst_play_bin_set_property),
14996         (gen_video_element), (gen_text_element), (gen_audio_element),
14997         (gen_vis_element), (remove_sinks), (add_sink), (setup_sinks),
14998         (gst_play_bin_change_state):
14999         * gst/playback/gststreaminfo.c: (gst_stream_info_class_init),
15000         (cb_probe), (gst_stream_info_new), (gst_stream_info_dispose),
15001         (stream_info_change_state), (gst_stream_info_set_mute),
15002         (gst_stream_info_get_property):
15003         * gst/playback/gststreaminfo.h:
15004         * gst/playback/gststreamselector.c: (gst_stream_selector_init),
15005         (gst_stream_selector_get_linked_pad),
15006         (gst_stream_selector_getcaps),
15007         (gst_stream_selector_get_linked_pads),
15008         (gst_stream_selector_request_new_pad), (gst_stream_selector_chain):
15009         * gst/playback/gststreamselector.h:
15010           Rough port of playbin. Needs some more work, but is mostly done,
15011           and uses a few locks in important places, which should make stuff
15012           like chain-switches clean. Still uses GST_STATE() in a few places,
15013           which isn't all that good an idea, subtitles/elements disabled
15014           because no elements to test with and thus probably broken, query
15015           and event handling moved to GstBin, internal thread removed
15016           alltogether because the pipeline does that for us now. Can play
15017           Ogg/Vorbis files. Haven't tested anything else yet.
15018
15019 2005-05-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15020
15021         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_activate_chain):
15022           Do no-more-pads (needed for autoplugging).
15023
15024 2005-05-10  Andy Wingo  <wingo@pobox.com>
15025
15026         * ext/vorbis/vorbisdec.c (vorbis_handle_comment_packet): Post a
15027         message to the bus with the tags. Still not sent downstream tho.
15028
15029         * gst/playback/gstdecodebin.c (remove_element_chain): Unref after
15030         get_parent.
15031         (remove_element_chain): Use OBJECT_PARENT instead of get_parent to
15032         avoid refcounting hassles.
15033
15034 2005-05-09  Andy Wingo  <wingo@pobox.com>
15035
15036         * gst/volume/Makefile.am:
15037         * gst/volume/demo.c
15038         * gst/volume/gstvolume.h
15039         * gst/volume/gstvolume.c: Port to 0.9 API, derive from
15040         basetransform. Probably need an audio filter base class.
15041
15042 2005-05-09  Wim Taymans  <wim@fluendo.com>
15043
15044         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_sink_setcaps),
15045         (gst_vorbisenc_src_query), (gst_vorbisenc_sink_query),
15046         (gst_vorbisenc_set_header_on_caps), (gst_vorbisenc_sink_event),
15047         (gst_vorbisenc_chain):
15048         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
15049         (gst_audio_convert_caps_remove_format_info),
15050         (gst_audio_convert_getcaps), (gst_audio_convert_setcaps),
15051         (gst_audio_convert_fixate), (gst_audio_convert_channels):
15052         Make caps writable before writing to it.
15053         Fix negotiation in audioconvert some more.
15054
15055 2005-05-09  Wim Taymans  <wim@fluendo.com>
15056
15057         * gst/videorate/gstvideorate.c: (gst_videorate_transformcaps),
15058         (gst_videorate_getcaps), (gst_videorate_setcaps),
15059         (gst_videorate_event), (gst_videorate_chain):
15060         Better negotiation.
15061
15062 2005-05-09  Wim Taymans  <wim@fluendo.com>
15063
15064         * gst/videorate/gstvideorate.c: (gst_videorate_class_init),
15065         (gst_videorate_getcaps), (gst_videorate_setcaps),
15066         (gst_videorate_blank_data), (gst_videorate_init),
15067         (gst_videorate_event), (gst_videorate_chain),
15068         (gst_videorate_change_state):
15069         Port videorate, do a better job at negotiation while we're at
15070         it.
15071
15072 2005-05-09  Jan Schmidt  <thaytan@mad.scientist.com>
15073
15074         * configure.ac:
15075           Disable libvisual
15076
15077         * examples/Makefile.am:
15078         * gst-libs/gst/audio/Makefile.am:
15079         * gst-libs/gst/riff/Makefile.am:
15080         * gst-libs/gst/tag/Makefile.am:
15081         * gst-libs/gst/video/Makefile.am:
15082           Fixups for missing variables.
15083
15084 2005-05-09  Wim Taymans  <wim@fluendo.com>
15085
15086         * examples/seeking/seek.c: (make_theora_pipeline),
15087         (make_vorbis_theora_pipeline), (make_avi_msmpeg4v3_mp3_pipeline),
15088         (query_rates), (query_positions_elems), (query_positions_pads),
15089         (update_scale), (play_cb), (pause_cb), (stop_cb), (main):
15090         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_init),
15091         (gst_ogg_pad_query_types), (gst_ogg_pad_src_query),
15092         (gst_ogg_pad_typefind), (gst_ogg_demux_init),
15093         (gst_ogg_demux_perform_seek), (gst_ogg_demux_read_chain),
15094         (gst_ogg_demux_read_end_chain), (gst_ogg_demux_sink_activate):
15095         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
15096         (gst_ogg_mux_request_new_pad), (gst_ogg_mux_next_buffer),
15097         (gst_ogg_mux_push_page), (gst_ogg_mux_queue_pads),
15098         (gst_ogg_mux_get_headers), (gst_ogg_mux_send_headers),
15099         (gst_ogg_mux_collected), (gst_ogg_mux_change_state):
15100         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_init),
15101         (gst_ogm_video_parse_init), (gst_ogm_text_parse_init),
15102         (gst_ogm_parse_sink_query), (gst_ogm_parse_chain):
15103         * ext/theora/theoradec.c: (gst_theora_dec_init), (_inc_granulepos),
15104         (theora_dec_src_convert), (theora_dec_sink_convert),
15105         (theora_dec_src_query), (theora_dec_sink_query),
15106         (theora_dec_src_event), (theora_dec_sink_event),
15107         (theora_handle_comment_packet), (theora_handle_type_packet),
15108         (theora_handle_header_packet), (theora_handle_data_packet),
15109         (theora_dec_chain):
15110         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
15111         (vorbis_dec_convert), (vorbis_dec_src_query),
15112         (vorbis_dec_sink_query), (vorbis_dec_src_event),
15113         (vorbis_dec_sink_event), (vorbis_handle_comment_packet),
15114         (vorbis_handle_type_packet), (vorbis_handle_header_packet),
15115         (copy_samples), (vorbis_handle_data_packet), (vorbis_dec_chain):
15116         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_src_query),
15117         (gst_vorbisenc_sink_query), (gst_vorbisenc_init),
15118         (gst_vorbisenc_sink_event), (gst_vorbisenc_chain):
15119         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
15120         (gst_play_bin_query):
15121         * gst/playback/test3.c: (update_scale):
15122         * gst/sine/gstsinesrc.c: (gst_sinesrc_setcaps),
15123         (gst_sinesrc_src_query), (gst_sinesrc_create), (gst_sinesrc_start):
15124         * gst/subparse/gstsubparse.c: (gst_subparse_init):
15125         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_init),
15126         (gst_videotestsrc_src_query):
15127         * gst/videotestsrc/videotestsrc.c: (paint_hline_I420),
15128         (paint_hline_Y41B), (paint_hline_Y42B), (paint_hline_Y800),
15129         (paint_hline_YUV9):
15130         * sys/ximage/ximagesink.c: (gst_ximagesink_show_frame):
15131         Port to new query API.
15132         Updated seek.
15133         Cleanups in x[v]imagesink
15134
15135 2005-05-09  Andy Wingo  <wingo@pobox.com>
15136
15137         * ext/alsa/gstalsasink.h:
15138         * ext/gnomevfs/gstgnomevfssrc.c:
15139         (gst_gnomevfssrc_get_icy_metadata):
15140         * ext/ogg/gstoggdemux.c (gst_ogg_demux_perform_seek)
15141         (gst_ogg_demux_read_chain, gst_ogg_demux_read_end_chain)
15142         * ext/theora/theoradec.c (theora_dec_src_query)
15143         (theora_dec_src_event, theora_dec_sink_event)
15144         (theora_handle_comment_packet, theora_handle_data_packet):
15145         * ext/theora/theoraenc.c (theora_enc_chain):
15146         * ext/vorbis/vorbisdec.c (vorbis_dec_src_event)
15147         (vorbis_dec_sink_event, vorbis_handle_comment_packet):
15148         * gst/audioconvert/gstaudioconvert.c (gst_audio_convert_getcaps):
15149         * gst/typefind/gsttypefindfunctions.c (mp3_type_find)
15150         (qt_type_find):
15151         * gst/videotestsrc/videotestsrc.c (paint_setup_I420)
15152         (paint_setup_YV12, paint_setup_YUY2, paint_setup_UYVY)
15153         (paint_setup_YVYU, paint_setup_IYU2, paint_setup_Y41B)
15154         (paint_setup_Y42B, paint_setup_Y800, paint_setup_IMC1)
15155         (paint_setup_IMC2, paint_setup_IMC3, paint_setup_IMC4)
15156         (paint_setup_YVU9, paint_setup_YUV9, paint_setup_xRGB8888)
15157         (paint_setup_xBGR8888, paint_setup_RGBx8888)
15158         (paint_setup_BGRx8888, paint_setup_RGB888, paint_setup_BGR888)
15159         (paint_setup_RGB565, paint_setup_xRGB1555):
15160         * gst/videotestsrc/videotestsrc.h:
15161         * sys/ximage/ximagesink.c (gst_ximagesink_buffer_alloc):
15162         * sys/xvimage/xvimagesink.c (gst_xvimagesink_get_xv_support)
15163         (gst_xvimagesink_setcaps, gst_xvimagesink_buffer_alloc):
15164         GCC4 fixes.
15165         
15166         * ext/ogg/gstoggdemux.c (gst_ogg_demux_find_chains): Use the new
15167         gst_pad_query_position. Fixes oggdemux.
15168
15169 2005-05-08  David Schleef  <ds@schleef.org>
15170
15171         * configure.ac: Require liboil.
15172         * gst/videotestsrc/gstvideotestsrc.c: Fix up liboil calls, add
15173         a few more.
15174         * gst/videotestsrc/videotestsrc.c:
15175         * gst/videotestsrc/videotestsrc.h:
15176
15177 2005-05-06  Wim Taymans  <wim@fluendo.com>
15178
15179         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
15180         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
15181         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_chain):
15182         Well, unreffing a buffer right before pushing it is asking
15183         for trouble..
15184
15185 2005-05-06  Christian Schaller  <uraeus@gnome.org>
15186
15187         * pkgconfig/gstreamer-libs.pc.in: add missing library calls
15188
15189 2005-05-06  Wim Taymans  <wim@fluendo.com>
15190
15191         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
15192         (gst_audio_convert_caps_remove_format_info),
15193         (gst_audio_convert_getcaps), (gst_audio_convert_setcaps),
15194         (gst_audio_convert_fixate), (gst_audio_convert_channels):
15195         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
15196         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
15197         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_chain):
15198         * gst/sine/Makefile.am:
15199         * gst/sine/gstsinesrc.c: (gst_sinesrc_get_type),
15200         (gst_sinesrc_class_init), (gst_sinesrc_init),
15201         (gst_sinesrc_src_fixate), (gst_sinesrc_setcaps),
15202         (gst_sinesrc_src_query), (gst_sinesrc_create), (gst_sinesrc_start),
15203         (gst_sinesrc_update_freq):
15204         * gst/sine/gstsinesrc.h:
15205         * gst/tcp/gstmultifdsink.c:
15206         * sys/xvimage/xvimagesink.c:
15207         Fixed negotiation wrt _peer_get_caps()
15208         Some cleanups.
15209
15210
15211 2005-05-06  Wim Taymans  <wim@fluendo.com>
15212
15213         * gst-libs/gst/audio/gstaudiosink.c:
15214         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
15215         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
15216         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
15217         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
15218         (gst_audioringbuffer_delay), (gst_audiosink_class_init),
15219         (gst_audiosink_create_ringbuffer):
15220         * gst-libs/gst/audio/gstbaseaudiosink.c:
15221         (gst_baseaudiosink_class_init), (gst_baseaudiosink_init),
15222         (gst_baseaudiosink_get_clock), (gst_baseaudiosink_get_time),
15223         (gst_baseaudiosink_set_property), (build_linear_format),
15224         (debug_spec_caps), (debug_spec_buffer),
15225         (gst_baseaudiosink_setcaps), (gst_baseaudiosink_get_times),
15226         (gst_baseaudiosink_event), (gst_baseaudiosink_preroll),
15227         (gst_baseaudiosink_render), (gst_baseaudiosink_create_ringbuffer),
15228         (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
15229         * gst-libs/gst/audio/gstbaseaudiosink.h:
15230         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
15231         (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
15232         (gst_ringbuffer_release), (gst_ringbuffer_is_acquired),
15233         (gst_ringbuffer_play), (gst_ringbuffer_pause),
15234         (gst_ringbuffer_stop), (gst_ringbuffer_delay),
15235         (gst_ringbuffer_played_samples), (gst_ringbuffer_set_sample),
15236         (wait_segment), (gst_ringbuffer_commit),
15237         (gst_ringbuffer_prepare_read), (gst_ringbuffer_advance),
15238         (gst_ringbuffer_clear):
15239         * gst-libs/gst/audio/gstringbuffer.h:
15240         Make the base audiosink return an error when there is no
15241         audiobuffer negotiated.
15242
15243 2005-05-06  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
15244
15245         * ext/Makefile.am:
15246         Disable cdparanoia until someone ports it!
15247
15248 2005-05-06  Wim Taymans  <wim@fluendo.com>
15249
15250         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
15251         (gst_ogg_demux_sink_activate):
15252         And revert after wingo's revert.. sigh..
15253
15254 2005-05-05  Andy Wingo  <wingo@pobox.com>
15255
15256         * gst/audiorate/gstaudiorate.c (gst_audiorate_class_init): Pacify
15257         GObject.
15258         * configure.ac: Return audiorate and subparse from the ghetto.
15259         Re-enable -Wall -Werror.
15260         * gst/subparse/gstsubparse.c:
15261         * gst/subparse/gstsubparse.h: Port to 0.9. Can operate loop-based
15262         or chain-based. Cleaned up a bit. Not tested.
15263         
15264 2005-05-05  Christian Schaller <christian@fluendo.com> 
15265
15266         * Makefile.am: remove stuff that is not building
15267         * configure.ac: remove stuff that is not building
15268         * examples/Makefile.am: remove stuff that is not building
15269         * ext/alsa/gstalsasink.c: add alsa/ before the alsalib.h file
15270         * ext/alsa/gstalsasink.h: add alsa/ before the alsalib.h file
15271         * sys/Makefile.am: remove stuff that is not building
15272         * testsuite/Makefile.am: remove stuff that is not building
15273
15274 2005-05-05  Andy Wingo  <wingo@pobox.com>
15275
15276         * gst-libs/gst/tag/gstid3tag.c: (gst_tag_list_new_from_id3v1):
15277         * gst-libs/gst/tag/gstvorbistag.c:
15278         (gst_tag_list_from_vorbiscomment_buffer), (gst_vorbis_tag_chain):
15279         * gst/adder/gstadder.h:
15280         * gst/audioconvert/gstchannelmix.c:
15281         (gst_audio_convert_fill_one_other):
15282         * gst/audiorate/gstaudiorate.c: (gst_audiorate_setcaps),
15283         (gst_audiorate_init), (gst_audiorate_chain):
15284         * gst/playback/gstplaybasebin.c: (setup_source):
15285         * gst/playback/test3.c: (update_scale):
15286         Some GCC4 fixes
15287         
15288         * po/af.po:
15289         * po/az.po:
15290         * po/cs.po:
15291         * po/en_GB.po:
15292         * po/hu.po:
15293         * po/it.po:
15294         * po/nb.po:
15295         * po/nl.po:
15296         * po/or.po:
15297         * po/sq.po:
15298         * po/sr.po:
15299         * po/sv.po:
15300         * po/uk.po:
15301         * po/vi.po: Foo
15302
15303 2005-05-05  Wim Taymans  <wim@fluendo.com>
15304
15305         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
15306         (gst_audio_convert_caps_remove_format_info),
15307         (gst_audio_convert_setcaps), (gst_audio_convert_fixate),
15308         (gst_audio_convert_change_state), (gst_audio_convert_channels):
15309         * gst/videotestsrc/gstvideotestsrc.c:
15310         (gst_videotestsrc_src_negotiate), (gst_videotestsrc_src_link),
15311         (gst_videotestsrc_parse_caps), (gst_videotestsrc_src_accept_caps),
15312         (gst_videotestsrc_setcaps), (gst_videotestsrc_activate),
15313         (gst_videotestsrc_init), (gst_videotestsrc_loop):
15314         Don't ignore _push() return values.
15315         Make sure no processing is done when shutting down.
15316         Videotestsrc pad activation fix.
15317
15318 2005-05-05  Wim Taymans  <wim@fluendo.com>
15319
15320         * gst/adder/Makefile.am:
15321         * gst/adder/gstadder.c: (gst_adder_setcaps),
15322         (gst_adder_class_init), (gst_adder_init),
15323         (gst_adder_request_new_pad), (gst_adder_collected),
15324         (gst_adder_change_state):
15325         * gst/adder/gstadder.h:
15326         Ported adder as an example of a mixer element using
15327         collect pads. Needs more negotiation work.
15328
15329 2005-05-05  Wim Taymans  <wim@fluendo.com>
15330
15331         * ext/theora/theoradec.c: (_inc_granulepos),
15332         (theora_dec_src_event), (theora_dec_sink_event),
15333         (theora_handle_comment_packet), (theora_handle_type_packet),
15334         (theora_handle_header_packet), (theora_handle_data_packet),
15335         (theora_dec_chain):
15336         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
15337         (gst_theora_enc_init), (theora_enc_sink_setcaps),
15338         (theora_push_buffer), (theora_push_packet),
15339         (theora_enc_sink_event), (theora_enc_chain),
15340         (theora_enc_change_state), (theora_enc_set_property),
15341         (theora_enc_get_property):
15342         Added stream lock to decoder so that we can serialize
15343         the discont event.
15344         More theoraenc porting, recover from errors, do clean
15345         shutdown.
15346
15347 2005-05-05  Wim Taymans  <wim@fluendo.com>
15348
15349         * ext/ogg/Makefile.am:
15350         * ext/ogg/README:
15351         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
15352         (gst_ogg_pad_submit_packet), (gst_ogg_demux_sink_activate),
15353         (gst_ogg_print):
15354         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
15355         (gst_ogg_mux_request_new_pad), (gst_ogg_mux_next_buffer),
15356         (gst_ogg_mux_push_page), (gst_ogg_mux_queue_pads),
15357         (gst_ogg_mux_get_headers), (gst_ogg_mux_set_header_on_caps),
15358         (gst_ogg_mux_send_headers), (gst_ogg_mux_collected),
15359         (gst_ogg_mux_change_state):
15360         Ported ogg muxer.
15361
15362 2005-05-05  Wim Taymans  <wim@fluendo.com>
15363
15364         * docs/design-audiosinks.txt:
15365         * gst-libs/gst/audio/TODO:
15366         * gst-libs/gst/audio/gstaudiosink.c:
15367         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
15368         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
15369         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
15370         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
15371         (gst_audioringbuffer_delay), (gst_audiosink_class_init),
15372         (gst_audiosink_create_ringbuffer):
15373         * gst-libs/gst/audio/gstbaseaudiosink.c:
15374         (gst_baseaudiosink_class_init), (gst_baseaudiosink_init),
15375         (gst_baseaudiosink_get_clock), (gst_baseaudiosink_get_time),
15376         (gst_baseaudiosink_set_property), (build_linear_format),
15377         (debug_spec_caps), (debug_spec_buffer),
15378         (gst_baseaudiosink_setcaps), (gst_baseaudiosink_get_times),
15379         (gst_baseaudiosink_event), (gst_baseaudiosink_preroll),
15380         (gst_baseaudiosink_render), (gst_baseaudiosink_create_ringbuffer),
15381         (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
15382         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
15383         (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
15384         (gst_ringbuffer_release), (gst_ringbuffer_play),
15385         (gst_ringbuffer_pause), (gst_ringbuffer_stop),
15386         (gst_ringbuffer_delay), (gst_ringbuffer_played_samples),
15387         (gst_ringbuffer_set_sample), (wait_segment),
15388         (gst_ringbuffer_commit), (gst_ringbuffer_prepare_read),
15389         (gst_ringbuffer_advance), (gst_ringbuffer_clear):
15390         More work on the audiosink, mostly debugging and a race in
15391         shutdown.
15392
15393 2005-04-28  Wim Taymans  <wim@fluendo.com>
15394
15395         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
15396         (gst_ogg_demux_perform_seek), (gst_ogg_demux_sink_activate):
15397         * ext/vorbis/vorbisdec.c: (vorbis_dec_convert),
15398         (vorbis_dec_src_query), (vorbis_dec_src_event),
15399         (vorbis_dec_sink_event), (vorbis_handle_comment_packet),
15400         (vorbis_handle_type_packet), (vorbis_handle_header_packet),
15401         (copy_samples), (vorbis_handle_data_packet), (vorbis_dec_chain):
15402         Don't crap out when seeking back to position 0.
15403
15404 2005-04-28  Wim Taymans  <wim@fluendo.com>
15405
15406         * examples/seeking/seek.c: (make_mod_pipeline), (make_dv_pipeline),
15407         (make_wav_pipeline), (make_flac_pipeline), (make_sid_pipeline),
15408         (make_vorbis_pipeline), (make_vorbis_theora_pipeline),
15409         (make_avi_msmpeg4v3_mp3_pipeline), (make_mp3_pipeline),
15410         (make_avi_pipeline), (make_mpeg_pipeline), (make_mpegnt_pipeline):
15411         Make audio sink configurable, use alsasink as default.
15412
15413 2005-04-28  Wim Taymans  <wim@fluendo.com>
15414
15415         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
15416         (vorbis_dec_sink_event), (vorbis_handle_comment_packet),
15417         (vorbis_handle_type_packet), (vorbis_handle_header_packet),
15418         (copy_samples), (vorbis_handle_data_packet), (vorbis_dec_chain),
15419         (vorbis_dec_change_state):
15420         * ext/vorbis/vorbisdec.h:
15421         Refactor, use STREAM_LOCK.
15422
15423 2005-04-28  Wim Taymans  <wim@fluendo.com>
15424
15425         * ext/theora/theoradec.c: (_inc_granulepos),
15426         (theora_dec_sink_event), (theora_handle_comment_packet),
15427         (theora_handle_type_packet), (theora_handle_header_packet),
15428         (theora_handle_data_packet), (theora_dec_chain),
15429         (theora_dec_change_state):
15430         Refactor a bit, use STREAM_LOCK.
15431
15432 2005-04-28  Wim Taymans  <wim@fluendo.com>
15433
15434         * ext/alsa/Makefile.am:
15435         * ext/alsa/gstalsa.c: (gst_alsa_init), (gst_alsa_get_caps),
15436         (gst_alsa_fixate_to_mimetype), (gst_alsa_fixate_field_nearest_int),
15437         (gst_alsa_link), (gst_alsa_close_audio):
15438         * ext/alsa/gstalsaplugin.c: (plugin_init):
15439         * ext/alsa/gstalsasink.c: (gst_alsasink_get_type),
15440         (gst_alsasink_dispose), (gst_alsasink_base_init),
15441         (gst_alsasink_class_init), (gst_alsasink_init),
15442         (gst_alsasink_getcaps), (set_hwparams), (set_swparams),
15443         (alsasink_parse_spec), (gst_alsasink_open), (gst_alsasink_close),
15444         (xrun_recovery), (gst_alsasink_write), (gst_alsasink_delay),
15445         (gst_alsasink_reset):
15446         * ext/alsa/gstalsasink.h:
15447         Implement alsasink with simple open/write/close API. 
15448         Make alsa dir build by disabling compilation of code.
15449
15450 2005-04-28  Wim Taymans  <wim@fluendo.com>
15451
15452         * gst-libs/gst/audio/Makefile.am:
15453         * gst-libs/gst/audio/audio.h:
15454         * gst-libs/gst/audio/audioclock.c:
15455         * gst-libs/gst/audio/audioclock.h:
15456         * gst-libs/gst/audio/gstaudioclock.c: (gst_audio_clock_get_type),
15457         (gst_audio_clock_class_init), (gst_audio_clock_init),
15458         (gst_audio_clock_new), (gst_audio_clock_get_internal_time):
15459         * gst-libs/gst/audio/gstaudioclock.h:
15460         * gst-libs/gst/audio/gstaudiosink.c:
15461         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
15462         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
15463         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
15464         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
15465         (gst_audioringbuffer_delay), (gst_audiosink_class_init),
15466         (gst_audiosink_create_ringbuffer):
15467         * gst-libs/gst/audio/gstbaseaudiosink.c:
15468         (gst_baseaudiosink_class_init), (gst_baseaudiosink_init),
15469         (gst_baseaudiosink_get_clock), (gst_baseaudiosink_get_time),
15470         (gst_baseaudiosink_set_property), (gst_baseaudiosink_get_property),
15471         (build_linear_format), (debug_spec_caps), (debug_spec_buffer),
15472         (gst_baseaudiosink_setcaps), (gst_baseaudiosink_get_times),
15473         (gst_baseaudiosink_event), (gst_baseaudiosink_preroll),
15474         (gst_baseaudiosink_render), (gst_baseaudiosink_create_ringbuffer),
15475         (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
15476         * gst-libs/gst/audio/gstbaseaudiosink.h:
15477         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
15478         (gst_ringbuffer_init), (gst_ringbuffer_finalize),
15479         (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
15480         (gst_ringbuffer_release), (gst_ringbuffer_play),
15481         (gst_ringbuffer_pause), (gst_ringbuffer_stop),
15482         (gst_ringbuffer_delay), (gst_ringbuffer_played_samples),
15483         (gst_ringbuffer_set_sample), (wait_segment),
15484         (gst_ringbuffer_commit), (gst_ringbuffer_prepare_read),
15485         (gst_ringbuffer_advance), (gst_ringbuffer_clear):
15486         * gst-libs/gst/audio/gstringbuffer.h:
15487         Make ringbuffer faster and more simple by removing the locks
15488         in the playback thread.
15489         Add sample accurate playback based on buffer sample offsets.
15490         Make the baseaudiosink provide a clock.
15491         Parse caps in the base class.
15492         Correctly handle seeking, flushing and state changes.
15493
15494 2005-04-25  Thomas Vander Stichele  <thomas at apestaart dot org>
15495
15496         * configure.ac:
15497         * gst/audioconvert/Makefile.am:
15498         * gst/audioscale/Makefile.am:
15499           Fix part of the build.  Come on guys, autogen didn't even work :)
15500
15501 2005-04-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15502
15503         * configure.ac:
15504         * gst-libs/gst/Makefile.am:
15505         * gst-libs/gst/media-info/.cvsignore:
15506         * gst-libs/gst/media-info/Makefile.am:
15507         * gst-libs/gst/media-info/README:
15508         * gst-libs/gst/media-info/media-info-priv.c:
15509         * gst-libs/gst/media-info/media-info-priv.h:
15510         * gst-libs/gst/media-info/media-info-test.c:
15511         * gst-libs/gst/media-info/media-info.c:
15512         * gst-libs/gst/media-info/media-info.h:
15513         * gst-libs/gst/media-info/media-info.vcproj:
15514         * pkgconfig/Makefile.am:
15515         * pkgconfig/gstreamer-media-info-uninstalled.pc.in:
15516         * pkgconfig/gstreamer-media-info.pc.in:
15517           Remove media-info, which is also successed by playbin (see Totem
15518           implementation).
15519
15520 2005-04-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15521
15522         * configure.ac:
15523         * examples/Makefile.am:
15524         * examples/gstplay/.cvsignore:
15525         * examples/gstplay/Makefile.am:
15526         * examples/gstplay/player.c:
15527         * gst-libs/gst/Makefile.am:
15528         * gst-libs/gst/play/.cvsignore:
15529         * gst-libs/gst/play/Makefile.am:
15530         * gst-libs/gst/play/play.c:
15531         * gst-libs/gst/play/play.h:
15532         * gst-libs/gst/play/play.vcproj:
15533         * pkgconfig/Makefile.am:
15534         * pkgconfig/gstreamer-play-uninstalled.pc.in:
15535         * pkgconfig/gstreamer-play.pc.in:
15536           Remove libgstplay, playbin is now the official successor.
15537
15538 2005-04-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15539
15540         * configure.ac:
15541         * gst-libs/gst/Makefile.am:
15542         * gst-libs/gst/xwindowlistener/Makefile.am:
15543         * gst-libs/gst/xwindowlistener/xwindowlistener.c:
15544         * gst-libs/gst/xwindowlistener/xwindowlistener.h:
15545           Remove deprecated xwindowlistener (I've moved xwindowlistening
15546           in the v4l/v4l2 plugins over to serverside).
15547
15548 2005-04-25  David Schleef  <ds@schleef.org>
15549
15550         * examples/dynparams/Makefile.am: Move demo-dparams from gst/sine
15551         to examples/dynparams.  Examples do not belong interspersed with
15552         source code.
15553         * examples/dynparams/demo-dparams.c:
15554         * gst/sine/Makefile.am:
15555         * gst/sine/demo-dparams.c:
15556
15557 2005-04-25  David Schleef  <ds@schleef.org>
15558
15559         Don't use GST_PLUGIN_LDFLAGS, because these aren't plugins.
15560         * gst-libs/gst/audio/Makefile.am:
15561         * gst-libs/gst/riff/Makefile.am:
15562         * gst-libs/gst/tag/Makefile.am:
15563         * gst-libs/gst/video/Makefile.am:
15564         * gst-libs/gst/xwindowlistener/Makefile.am:
15565
15566         Convert to 0.9 API, seems to work:
15567         * sys/ximage/Makefile.am:
15568         * sys/ximage/ximagesink.c:
15569
15570 2005-04-24  David Schleef  <ds@schleef.org>
15571
15572         Link plugins against libraries:
15573         * ext/alsa/Makefile.am:
15574         * gst/tcp/Makefile.am:
15575
15576         Remove asm code that should be in liboil
15577         * gst/videoscale/Makefile.am:
15578         * gst/videoscale/videoscale_x86_asm.s:
15579
15580         gettext wants these checked in:
15581         * po/af.po:
15582         * po/az.po:
15583         * po/cs.po:
15584         * po/en_GB.po:
15585         * po/hu.po:
15586         * po/it.po:
15587         * po/nb.po:
15588         * po/nl.po:
15589         * po/or.po:
15590         * po/sq.po:
15591         * po/sr.po:
15592         * po/sv.po:
15593         * po/uk.po:
15594         * po/vi.po:
15595
15596 2005-04-24  David Schleef  <ds@schleef.org>
15597
15598         Convert gst_main() to g_main_loop_run()
15599         * gst/playback/decodetest.c: (main):
15600         * gst/playback/test2.c: (main):
15601         * gst/playback/test3.c: (main):
15602         * gst/playback/test4.c: (main):
15603
15604         Link plugins against libraries:
15605         * ext/libvisual/Makefile.am:
15606         * sys/xvimage/Makefile.am:
15607
15608 2005-04-24  David Schleef  <ds@schleef.org>
15609
15610         * configure.ac: Remove idct and resample libs
15611         * gst-libs/gst/Makefile.am: same
15612
15613         Remove usage of gst_library_load():
15614         * ext/alsa/gstalsaplugin.c: (plugin_init):
15615         * ext/libvisual/visual.c: (plugin_init):
15616         * ext/ogg/gstogg.c: (plugin_init):
15617         * ext/theora/theora.c: (plugin_init):
15618         * ext/vorbis/vorbis.c: (plugin_init):
15619         * gst-libs/gst/audio/gstaudiofiltertemplate.c: (plugin_init):
15620         * gst/audioscale/gstaudioscale.c:
15621         * gst/adder/gstadder.c: (plugin_init):
15622         * gst/audioconvert/plugin.c: (plugin_init):
15623         * sys/ximage/ximagesink.c: (plugin_init):
15624         * sys/xvimage/xvimagesink.c: (plugin_init):
15625         * gst/tcp/gsttcpplugin.c: (plugin_init):
15626
15627         Link plugins against libraries:
15628         * ext/ogg/Makefile.am:
15629         * ext/theora/Makefile.am:
15630         * ext/vorbis/Makefile.am:
15631         * gst/audioconvert/Makefile.am:
15632
15633         Create proper libraries:
15634         * gst-libs/gst/riff/Makefile.am:
15635         * gst-libs/gst/audio/Makefile.am:
15636         * gst-libs/gst/video/Makefile.am:
15637
15638         Move resample library to audioscale plugin directory:
15639         * gst-libs/gst/resample/Makefile.am:
15640         * gst-libs/gst/resample/README:
15641         * gst-libs/gst/resample/dtof.c:
15642         * gst-libs/gst/resample/dtos.c:
15643         * gst-libs/gst/resample/functable.c:
15644         * gst-libs/gst/resample/private.h:
15645         * gst-libs/gst/resample/resample.c:
15646         * gst-libs/gst/resample/resample.h:
15647         * gst-libs/gst/resample/resample.vcproj:
15648         * gst-libs/gst/resample/test.c:
15649         * gst/audioscale/Makefile.am:
15650         * gst/audioscale/README:
15651         * gst/audioscale/dtof.c:
15652         * gst/audioscale/dtos.c:
15653         * gst/audioscale/functable.c:
15654         * gst/audioscale/private.h:
15655         * gst/audioscale/resample.c:
15656         * gst/audioscale/resample.h:
15657         * gst/audioscale/test.c:
15658
15659         Move tagedit library to gst-libs:
15660         * gst-libs/gst/tag/Makefile.am:
15661         * gst-libs/gst/tag/gstid3tag.c:
15662         * gst-libs/gst/tag/gsttagediting.c:
15663         * gst-libs/gst/tag/gsttageditingprivate.h:
15664         * gst-libs/gst/tag/gstvorbistag.c:
15665         * gst/tags/Makefile.am:
15666         * gst/tags/gstid3tag.c:
15667         * gst/tags/gstvorbistag.c:
15668
15669         Fix for core changes:
15670         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
15671         (gst_sinesrc_init), (gst_sinesrc_src_fixate), (gst_sinesrc_link),
15672         (gst_sinesrc_getrange):
15673
15674 2005-04-23  David Schleef  <ds@schleef.org>
15675
15676         * gst-libs/gst/Makefile.am: Remove idct.  It hasn't been used
15677         in gst-plugins in a long time, and properly belongs in liboil.
15678         * gst-libs/gst/idct/Makefile.am:
15679         * gst-libs/gst/idct/README:
15680         * gst-libs/gst/idct/dct.h:
15681         * gst-libs/gst/idct/doieee:
15682         * gst-libs/gst/idct/fastintidct.c:
15683         * gst-libs/gst/idct/floatidct.c:
15684         * gst-libs/gst/idct/idct.c:
15685         * gst-libs/gst/idct/idct.h:
15686         * gst-libs/gst/idct/idtc.vcproj:
15687         * gst-libs/gst/idct/ieeetest.c:
15688         * gst-libs/gst/idct/intidct.c:
15689
15690 2005-04-20  Wim Taymans  <wim@fluendo.com>
15691
15692         * docs/design-audiosinks.txt:
15693         * gst-libs/gst/audio/Makefile.am:
15694         * gst-libs/gst/audio/TODO:
15695         * gst-libs/gst/audio/gstaudiosink.c:
15696         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
15697         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
15698         (gst_audioringbuffer_dispose), (gst_audioringbuffer_finalize),
15699         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
15700         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
15701         (gst_audioringbuffer_delay), (gst_audiosink_base_init),
15702         (gst_audiosink_class_init), (gst_audiosink_init),
15703         (gst_audiosink_create_ringbuffer):
15704         * gst-libs/gst/audio/gstaudiosink.h:
15705         * gst-libs/gst/audio/gstbaseaudiosink.c:
15706         (gst_baseaudiosink_base_init), (gst_baseaudiosink_class_init),
15707         (gst_baseaudiosink_init), (gst_baseaudiosink_set_property),
15708         (gst_baseaudiosink_get_property), (gst_baseaudiosink_setcaps),
15709         (gst_baseaudiosink_get_times), (gst_baseaudiosink_event),
15710         (gst_baseaudiosink_preroll), (gst_baseaudiosink_render),
15711         (gst_baseaudiosink_create_ringbuffer),
15712         (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
15713         * gst-libs/gst/audio/gstbaseaudiosink.h:
15714         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
15715         (gst_ringbuffer_class_init), (gst_ringbuffer_init),
15716         (gst_ringbuffer_dispose), (gst_ringbuffer_finalize),
15717         (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
15718         (gst_ringbuffer_release), (gst_ringbuffer_play_unlocked),
15719         (gst_ringbuffer_play), (gst_ringbuffer_pause),
15720         (gst_ringbuffer_resume), (gst_ringbuffer_stop),
15721         (gst_ringbuffer_callback), (gst_ringbuffer_delay),
15722         (gst_ringbuffer_played_samples), (gst_ringbuffer_commit),
15723         (gst_ringbuffer_prepare_read), (gst_ringbuffer_clear):
15724         * gst-libs/gst/audio/gstringbuffer.h:
15725         An attempt at a set of audio base classes together with some
15726         design docs.
15727
15728 2005-04-20  Wim Taymans  <wim@fluendo.com>
15729
15730         * gst/audioconvert/Makefile.am:
15731         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
15732         (gst_audio_convert_caps_remove_format_info),
15733         (gst_audio_convert_setcaps), (gst_audio_convert_fixate),
15734         (gst_audio_convert_channels):
15735         Link against audio libs.
15736         Fix audio convert plugin.
15737
15738 2005-04-20  Wim Taymans  <wim@fluendo.com>
15739
15740         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_factory_filter),
15741         (gst_ogg_demux_sink_activate):
15742         * ext/theora/theoraenc.c: (theora_enc_sink_setcaps),
15743         (theora_set_header_on_caps), (theora_enc_sink_event),
15744         (theora_enc_chain):
15745         Fix theora encoder.
15746
15747 2005-04-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15748
15749         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_factory_filter):
15750         * gst/playback/gstdecodebin.c: (find_compatibles):
15751           Work with staticpadtemplates in elementfactories.
15752
15753 2005-04-12  Wim Taymans  <wim@fluendo.com>
15754
15755         * gst/playback/README:
15756         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
15757         (compare_ranks), (print_feature), (gst_decode_bin_init),
15758         (dynamic_create), (dynamic_free), (find_compatibles),
15759         (mimetype_is_raw), (close_pad_link), (got_redirect),
15760         (try_to_link_1), (get_our_ghost_pad), (remove_element_chain),
15761         (new_pad), (no_more_pads), (unlinked), (close_link), (type_found),
15762         (gst_decode_bin_change_state):
15763         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
15764         (gst_play_base_bin_init), (group_destroy), (group_commit),
15765         (check_queue), (queue_overrun), (queue_threshold_reached),
15766         (queue_out_of_data), (gen_preroll_element), (unknown_type),
15767         (new_decoded_pad), (setup_subtitle), (gen_source_element),
15768         (got_redirect), (setup_source), (play_base_eos),
15769         (gst_play_base_bin_change_state), (gst_play_base_bin_add_element),
15770         (gst_play_base_bin_remove_element):
15771         * gst/playback/gstplaybasebin.h:
15772         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
15773         (gst_play_bin_init), (gst_play_bin_dispose),
15774         (gst_play_bin_set_property), (gen_video_element),
15775         (gen_text_element), (gen_audio_element), (remove_sinks),
15776         (gst_play_bin_send_event):
15777         * gst/playback/gststreaminfo.c: (gst_stream_info_dispose),
15778         (stream_info_change_state), (gst_stream_info_set_mute):
15779         * gst/playback/gststreamselector.c: (gst_stream_selector_init),
15780         (gst_stream_selector_get_caps), (gst_stream_selector_setcaps),
15781         (gst_stream_selector_request_new_pad), (gst_stream_selector_event),
15782         (gst_stream_selector_chain):
15783         * gst/playback/test.c: (gen_video_element), (gen_audio_element),
15784         (main):
15785         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_getcaps),
15786         (gst_xvimagesink_setcaps), (gst_xvimagesink_get_times),
15787         (gst_xvimagesink_show_frame), (gst_xvimagesink_chain),
15788         (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_class_init):
15789         Raw and crude port of decodebin. 
15790         Make playbin compile.
15791
15792 2005-04-06  Wim Taymans  <wim@fluendo.com>
15793
15794         * ext/gnomevfs/Makefile.am:
15795         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get_type),
15796         (gst_gnomevfssrc_class_init), (gst_gnomevfssrc_init),
15797         (gst_gnomevfssrc_set_property), (gst_gnomevfssrc_get_property),
15798         (gst_gnomevfssrc_create), (gst_gnomevfssrc_is_seekable),
15799         (gst_gnomevfssrc_get_size), (gst_gnomevfssrc_start),
15800         (gst_gnomevfssrc_stop):
15801         * ext/ogg/Makefile.am:
15802         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_get_data),
15803         (gst_ogg_demux_find_chains), (gst_ogg_demux_sink_activate):
15804         * ext/theora/Makefile.am:
15805         * ext/theora/theoradec.c: (_inc_granulepos),
15806         (theora_dec_sink_event), (theora_dec_chain):
15807         * ext/vorbis/Makefile.am:
15808         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
15809         (vorbis_dec_sink_event), (vorbis_dec_chain):
15810         * gst-libs/gst/audio/Makefile.am:
15811         * sys/xvimage/Makefile.am:
15812         Make gnomevfssrc extend the source base class.
15813         Fix linking against libs in various plugins.
15814
15815 2005-04-06  Andy Wingo  <wingo@pobox.com>
15816
15817         * gst-libs/gst/video/Makefile.am (libgstvideo_la_LDFLAGS): Use
15818         GST_BASE_LIBS.
15819
15820         * configure.ac: Add check and AC_SUBST for libgstbase.
15821
15822 2005-03-31  Wim Taymans  <wim@fluendo.com>
15823
15824         * examples/seeking/Makefile.am:
15825         * examples/seeking/cdparanoia.c: (main):
15826         * examples/seeking/cdplayer.c: (update_scale), (stop_seek),
15827         (play_cb), (pause_cb), (stop_cb), (main):
15828         * examples/seeking/playbin.c:
15829         * examples/seeking/seek.c: (dynamic_link), (make_mod_pipeline),
15830         (make_dv_pipeline), (make_wav_pipeline), (make_flac_pipeline),
15831         (make_sid_pipeline), (make_vorbis_pipeline),
15832         (make_theora_pipeline), (make_vorbis_theora_pipeline),
15833         (make_avi_msmpeg4v3_mp3_pipeline), (make_mp3_pipeline),
15834         (make_avi_pipeline), (make_mpeg_pipeline), (make_mpegnt_pipeline),
15835         (make_playerbin_pipeline), (update_scale), (end_scrub), (do_seek),
15836         (seek_cb), (start_seek), (stop_seek), (play_cb), (pause_cb),
15837         (stop_cb), (main):
15838         * examples/seeking/spider_seek.c:
15839         * examples/seeking/vorbisfile.c:
15840         * ext/gnomevfs/Makefile.am:
15841         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
15842         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_base_init),
15843         (gst_gnomevfssrc_class_init), (gst_gnomevfssrc_init),
15844         (gst_gnomevfssrc_get_property), (gst_gnomevfssrc_get),
15845         (gst_gnomevfssrc_open_file), (gst_gnomevfssrc_close_file),
15846         (gst_gnomevfssrc_getrange), (gst_gnomevfssrc_loop),
15847         (gst_gnomevfssrc_activate), (gst_gnomevfssrc_change_state),
15848         (gst_gnomevfssrc_srcpad_query), (gst_gnomevfssrc_srcpad_event):
15849         * ext/ogg/README:
15850         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_get_type),
15851         (gst_ogg_pad_class_init), (gst_ogg_pad_init),
15852         (gst_ogg_pad_dispose), (gst_ogg_pad_finalize),
15853         (gst_ogg_pad_formats), (gst_ogg_pad_event_masks),
15854         (gst_ogg_pad_query_types), (gst_ogg_pad_getcaps),
15855         (gst_ogg_pad_src_convert), (gst_ogg_pad_src_query),
15856         (gst_ogg_pad_event), (gst_ogg_pad_reset),
15857         (gst_ogg_demux_factory_filter), (compare_ranks),
15858         (gst_ogg_pad_internal_chain), (gst_ogg_pad_typefind),
15859         (gst_ogg_pad_submit_packet), (gst_ogg_pad_submit_page),
15860         (gst_ogg_chain_new), (gst_ogg_chain_free),
15861         (gst_ogg_chain_new_stream), (gst_ogg_chain_get_stream),
15862         (gst_ogg_chain_has_stream), (gst_ogg_demux_base_init),
15863         (gst_ogg_demux_class_init), (gst_ogg_demux_init),
15864         (gst_ogg_demux_finalize), (gst_ogg_demux_handle_event),
15865         (gst_ogg_demux_submit_buffer), (gst_ogg_demux_seek),
15866         (gst_ogg_demux_get_data), (gst_ogg_demux_get_next_page),
15867         (gst_ogg_demux_get_prev_page),
15868         (gst_ogg_demux_deactivate_current_chain),
15869         (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek),
15870         (gst_ogg_demux_bisect_forward_serialno),
15871         (gst_ogg_demux_read_chain), (gst_ogg_demux_read_end_chain),
15872         (gst_ogg_demux_find_pad), (gst_ogg_demux_find_chain),
15873         (gst_ogg_demux_find_chains), (gst_ogg_demux_chain_unlocked),
15874         (gst_ogg_demux_chain), (gst_ogg_demux_send_eos),
15875         (gst_ogg_demux_loop), (gst_ogg_demux_sink_activate),
15876         (gst_ogg_demux_change_state), (gst_ogg_print):
15877         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
15878         (gst_ogg_mux_init), (gst_ogg_mux_sinkconnect),
15879         (gst_ogg_mux_next_buffer), (gst_ogg_mux_buffer_from_page),
15880         (gst_ogg_mux_push_page), (gst_ogg_mux_send_headers),
15881         (gst_ogg_mux_loop):
15882         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
15883         * ext/theora/theoradec.c: (gst_theora_dec_init), (_inc_granulepos),
15884         (theora_dec_src_convert), (theora_dec_sink_convert),
15885         (theora_dec_src_query), (theora_dec_src_event),
15886         (theora_dec_sink_event), (theora_dec_chain),
15887         (theora_dec_change_state):
15888         * ext/theora/theoraenc.c: (gst_theora_enc_init),
15889         (theora_enc_sink_setcaps), (theora_buffer_from_packet),
15890         (theora_push_buffer), (theora_enc_sink_event), (theora_enc_chain),
15891         (theora_enc_change_state):
15892         * ext/vorbis/Makefile.am:
15893         * ext/vorbis/oggvorbisenc.c:
15894         * ext/vorbis/oggvorbisenc.h:
15895         * ext/vorbis/vorbis.c: (plugin_init):
15896         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
15897         (vorbis_dec_src_query), (vorbis_dec_src_event),
15898         (vorbis_dec_sink_event), (vorbis_dec_chain),
15899         (vorbis_dec_change_state):
15900         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_class_init),
15901         (gst_vorbisenc_sink_setcaps), (gst_vorbisenc_init),
15902         (gst_vorbisenc_buffer_from_packet), (gst_vorbisenc_push_buffer),
15903         (gst_vorbisenc_sink_event), (gst_vorbisenc_chain),
15904         (gst_vorbisenc_change_state):
15905         * ext/vorbis/vorbisenc.h:
15906         * ext/vorbis/vorbisparse.c: (vorbis_parse_chain):
15907         * gst-libs/gst/audio/audioclock.c:
15908         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link),
15909         (gst_audiofilter_init), (gst_audiofilter_chain):
15910         * gst-libs/gst/audio/testchannels.c: (main):
15911         * gst-libs/gst/gconf/gconf.c: (gst_bin_find_unconnected_pad):
15912         * gst-libs/gst/media-info/media-info-priv.c: (gmip_reset),
15913         (gmip_find_type), (gmip_find_stream), (gmip_find_track_metadata),
15914         (gmip_find_track_streaminfo), (gmip_find_track_format):
15915         * gst-libs/gst/media-info/media-info.c:
15916         (gst_media_info_read_idler):
15917         * gst-libs/gst/play/play.c: (gst_play_get_sink_element),
15918         (gst_play_get_all_by_interface):
15919         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk),
15920         (gst_riff_parse_chunk), (gst_riff_parse_file_header),
15921         (gst_riff_parse_strh), (gst_riff_parse_strf_vids),
15922         (gst_riff_parse_strf_auds), (gst_riff_parse_strf_iavs),
15923         (gst_riff_parse_info):
15924         * gst-libs/gst/riff/riff-read.h:
15925         * gst-libs/gst/riff/riff.c: (plugin_init):
15926         * gst-libs/gst/video/Makefile.am:
15927         * gst-libs/gst/video/gstvideosink.c: (gst_videosink_init),
15928         (gst_videosink_class_init), (gst_videosink_get_type):
15929         * gst-libs/gst/video/videosink.h:
15930         * gst/audioconvert/bufferframesconvert.c:
15931         (buffer_frames_convert_init), (buffer_frames_convert_fixate),
15932         (buffer_frames_convert_setcaps), (buffer_frames_convert_chain):
15933         * gst/audioconvert/channelmixtest.c: (main):
15934         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init),
15935         (gst_audio_convert_chain),
15936         (gst_audio_convert_caps_remove_format_info),
15937         (gst_audio_convert_getcaps), (gst_audio_convert_parse_caps),
15938         (gst_audio_convert_setcaps), (_fixate_caps_to_int),
15939         (gst_audio_convert_fixate), (gst_audio_convert_get_buffer),
15940         (gst_audio_convert_buffer_to_default_format),
15941         (gst_audio_convert_buffer_from_default_format),
15942         (gst_audio_convert_channels):
15943         * gst/audioconvert/gstchannelmix.h:
15944         * gst/ffmpegcolorspace/avcodec.h:
15945         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
15946         (gst_ffmpegcsp_caps_remove_format_info), (gst_ffmpegcsp_getcaps),
15947         (gst_ffmpegcsp_configure_context), (gst_ffmpegcsp_setcaps),
15948         (gst_ffmpegcsp_init), (gst_ffmpegcsp_chain):
15949         * gst/tags/gstid3tag.c: (gst_tag_extract_id3v1_string):
15950         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_chain):
15951         * gst/typefind/gsttypefindfunctions.c: (aac_type_find),
15952         (mp3_type_find), (mpeg2_sys_type_find), (mpeg1_sys_type_find),
15953         (mpeg_video_type_find), (mpeg_video_stream_type_find),
15954         (dv_type_find):
15955         * gst/videotestsrc/gstvideotestsrc.c:
15956         (gst_videotestsrc_class_init), (gst_videotestsrc_src_negotiate),
15957         (gst_videotestsrc_src_link), (gst_videotestsrc_parse_caps),
15958         (gst_videotestsrc_src_accept_caps), (gst_videotestsrc_setcaps),
15959         (gst_videotestsrc_src_unlink), (gst_videotestsrc_activate),
15960         (gst_videotestsrc_change_state), (gst_videotestsrc_getcaps),
15961         (gst_videotestsrc_init), (gst_videotestsrc_src_query),
15962         (gst_videotestsrc_handle_src_event), (gst_videotestsrc_loop):
15963         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
15964         (gst_xvimagesink_xcontext_clear), (gst_xvimagesink_fixate),
15965         (gst_xvimagesink_getcaps), (gst_xvimagesink_setcaps),
15966         (gst_xvimagesink_change_state), (gst_xvimagesink_get_times),
15967         (gst_xvimagesink_show_frame), (gst_xvimagesink_chain),
15968         (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc),
15969         (gst_xvimagesink_navigation_send_event),
15970         (gst_xvimagesink_set_xwindow_id), (gst_xvimagesink_expose),
15971         (gst_xvimagesink_set_property), (gst_xvimagesink_finalize),
15972         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
15973         * sys/xvimage/xvimagesink.h:
15974         Plugin port to 0.9, ogg/theora playback should work in the seek
15975         example now.
15976         Removed old examples.
15977         Removed old oggvorbisenc, renamed rawvorbisenc to vorbisenc as
15978         explained in 0.9 TODO doc.
15979
15980
15981 2005-02-23  Thomas Vander Stichele  <thomas at apestaart dot org>
15982
15983         * autogen.sh:
15984         * configure.ac:
15985         * ext/Makefile.am:
15986         * gst/Makefile.am:
15987         * po/POTFILES.in:
15988         * po/af.po:
15989         * po/az.po:
15990         * po/cs.po:
15991         * po/en_GB.po:
15992         * po/hu.po:
15993         * po/it.po:
15994         * po/nb.po:
15995         * po/nl.po:
15996         * po/or.po:
15997         * po/sq.po:
15998         * po/sr.po:
15999         * po/sv.po:
16000         * po/uk.po:
16001         * po/vi.po:
16002         * sys/Makefile.am:
16003         * testsuite/Makefile.am:
16004           remove a whole bunch of plugins.  This module now contains a set
16005           of free reference plugins/elements as agreed.
16006
16007 2005-02-22  Thomas Vander Stichele  <thomas at apestaart dot org>
16008
16009         * configure.ac:
16010           hunting season on 0.9 is now OPEN
16011
16012 2005-02-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16013
16014         * sys/oss/gstosselement.c: (gst_osselement_class_probe_devices):
16015           Kick the hell out of gcc for not warning me about a symbol conflict.
16016
16017 2005-02-22  Luca Ognibene  <luogni@tin.it>
16018
16019         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
16020
16021         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_link):
16022           Don't leak caps string (fixes #168134)
16023
16024         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_class_init),
16025         (gst_jpegenc_init), (gst_jpegenc_finalize),
16026         (gst_jpegenc_change_state):
16027           Don't leak line buffers and context struct (fixes #168133).
16028
16029 2005-02-21  Tim-Philipp Müller  <tim at centricular dot net>
16030
16031         * configure.ac:
16032         * ext/dirac/gstdiracdec.cc:
16033         (gst_diracdec_chain):
16034           Since dirac 0.5.0 the framerate in dirac is expressed as a
16035           rational number. Fix build and up requirement to 0.5.0, and
16036           also pass parameters to gst_diracdec_link in the right order
16037           (fixes #167959).
16038
16039 2005-02-21  Maciej Katafiasz  <mathrick@freedesktop.org>
16040
16041         * ext/faad/gstfaad.c: (gst_faad_sinkconnect), (gst_faad_chain):
16042         * ext/faad/gstfaad.h:
16043         TEH LONGEST DEBUGGING SESSION EVAR is over. Fix interaction with 
16044         certain invalid muxed streams, where some packets will contain 
16045         junk after decoder data. Partially fixes #149158.
16046
16047 2005-02-21  Jan Schmidt <thaytan@mad.scientist.com>
16048         * gst/dvdlpcmdec/gstdvdlpcmdec.c: (gst_dvdlpcmdec_chain):
16049           Make sure we only write to writable buffers
16050
16051 2005-02-20  Tim-Philipp Müller  <tim at centricular dot net>
16052
16053         * gst-libs/gst/riff/riff-media.c:
16054         (gst_riff_create_audio_caps_with_data):
16055           Do actually fix invalid RIFF fmt header values for alaw
16056           and mulaw audio instead of just saying so.
16057
16058         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt):
16059           Give gst_riff_create_audio_caps_with_data() a chance to
16060           fix up broken format header fields before extracting any
16061           parameters from the header. (fixes #167633)
16062
16063 2005-02-19  Martin Holters  <martin.holters@gmx.de>
16064
16065         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
16066
16067         * gst/audioconvert/bufferframesconvert.c:
16068         (buffer_frames_convert_link):
16069           Don't leak othercaps. (fixes #167878)
16070
16071 2005-02-19  Arwed v. Merkatz  <v.merkatz@gmx.net>
16072
16073         * configure.ac:
16074         * ext/libvisual/visual.c: (gst_visual_srclink),
16075         (gst_visual_change_state):
16076           Support libvisual 0.2.0.
16077
16078 2005-02-18  Tim-Philipp Müller  <tim at centricular dot net>
16079
16080         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_chain):
16081         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_resync), (gst_jpegenc_chain):
16082           Use same rowstrides for I420 as used everywhere else.
16083
16084 2005-02-17  Tim-Philipp Müller  <tim at centricular dot net>
16085
16086         * gst/avi/gstavidemux.c: (gst_avi_demux_invert):
16087           Declare variables at beginning of block and make gcc-2.95 happy
16088           (fixes # 167482, patch by Gergely Nagy).
16089           
16090         * gst/tcp/gsttcpclientsrc.c:
16091         * gst/tcp/gsttcpclientsrc.h:
16092           Move some includes into the header, so that struct sockaddr_in is
16093           defined when it should be defined on FreeBSD as well (fixes
16094           #167483).
16095           
16096         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_init_receive):
16097           Don't pass uninitialised values to setsockopt() here either.
16098
16099 2005-02-17  Luca Ognibene  <luogni at tin dot it>
16100
16101         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
16102
16103         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_init_send):
16104           Don't pass uninitialised values to setsockopt(). (fixes #167704)
16105
16106 2005-02-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16107
16108         * gst/playback/gstplaybin.c: (add_sink):
16109           Invert bin_add/link order to workaround deadlock in opt.
16110
16111 2005-02-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16112
16113         * gst/modplug/gstmodplug.cc:
16114           Add missing break causing position queries to fail.
16115
16116 2005-02-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16117
16118         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_populate):
16119           Granpos can apparently be -1, which screws up calculations...
16120
16121 2005-02-16  Jan Schmidt  <thaytan@mad.scientist.com>
16122
16123         * sys/ximage/ximagesink.c: (gst_ximagesink_chain),
16124         (gst_ximagesink_send_pending_navigation),
16125         (gst_ximagesink_navigation_send_event), (gst_ximagesink_finalize),
16126         (gst_ximagesink_init):
16127         * sys/ximage/ximagesink.h:
16128         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain),
16129         (gst_xvimagesink_send_pending_navigation),
16130         (gst_xvimagesink_navigation_send_event),
16131         (gst_xvimagesink_finalize), (gst_xvimagesink_init):
16132         * sys/xvimage/xvimagesink.h:
16133           Use a mutex protected list to marshal navigation
16134           events into the stream thread from whichever thread
16135           sends them.
16136
16137 2005-02-15  Tim-Philipp Müller  <tim at centricular dot net>
16138
16139         * gst/speed/demo-mp3.c: (time_tick_cb), (main):
16140           Display current position and track length; misc. clean-ups.
16141           
16142         * gst/speed/gstspeed.c: (speed_get_query_types), (speed_src_query),
16143         (speed_init), (speed_chain):
16144           Add query function, so that the stream length and current position
16145           get adjusted when queried (note that current position queries may
16146           still be wrong if the audio sink returns values based on buffer
16147           timestamps instead of passing on the query).
16148
16149 2005-02-13  Benjamin Otte  <otte@gnome.org>
16150
16151         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link),
16152         (gst_audio_convert_channels):
16153           create channel conversion matrix when linking
16154         * gst/audioconvert/.cvsignore:
16155         * gst/audioconvert/Makefile.am:
16156         * gst/audioconvert/channelmixtest.c: (main):
16157           add (ugly) test that ensures stereo <=> mono conversion works
16158           correctly
16159
16160 2005-02-13  Benjamin Otte  <otte@gnome.org>
16161
16162         * gst/audioconvert/gstchannelmix.h:
16163           include missing header file
16164         * gst/audioconvert/gstchannelmix.c:
16165         (gst_audio_convert_fill_compatible):
16166           use same sign for both channels when converting to/from compatible
16167           channel. Previously used different signs made the signals cancel
16168           each other out and appear like silence. (fixes #167269)
16169
16170 2005-02-12  Tim-Philipp Müller  <tim at centricular dot net>
16171
16172         * gst/ffmpegcolorspace/avcodec.h:
16173         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
16174         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
16175         (gst_ffmpegcsp_avpicture_fill):
16176         * gst/ffmpegcolorspace/imgconvert.c:
16177           Convert to and from YV12 (fixes #156379).
16178
16179 2005-02-12  Julien MOUTTE  <julien@moutte.net>
16180
16181         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new),
16182         (gst_ximagesink_sink_link), (gst_ximagesink_change_state),
16183         (gst_ximagesink_chain), (gst_ximagesink_set_xwindow_id),
16184         (gst_ximagesink_expose), (gst_ximagesink_set_property),
16185         (gst_ximagesink_finalize), (gst_ximagesink_init): Protect interface
16186         methods from chain and negotiation and vice versa (Fixes #166142).
16187         * sys/ximage/ximagesink.h: Add stream_lock.
16188         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sink_link),
16189         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_free),
16190         (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_set_xwindow_id),
16191         (gst_xvimagesink_expose): Check for xcontext before trying to link.
16192
16193 2005-02-12  Tim-Philipp Müller  <tim at centricular dot net>
16194
16195         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_open):
16196           Don't send "Hey! You gave me a NULL pointer you naughty person" as
16197           error message when we can't open the DVD device (when dvdnav_open()
16198           fails, src->dvdnav is NULL, so dvdnav_err_to_string() will return
16199           the above). Send something more useful instead (fixes #167117).
16200
16201 2005-02-11  Julien MOUTTE  <julien@moutte.net>
16202
16203         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put),
16204         (gst_xvimagesink_sink_link), (gst_xvimagesink_change_state),
16205         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_free),
16206         (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_set_xwindow_id),
16207         (gst_xvimagesink_expose), (gst_xvimagesink_set_property),
16208         (gst_xvimagesink_finalize), (gst_xvimagesink_init): Protect interface
16209         methods from chain and negotiation and vice versa (Fixes #166142).
16210         Fix a possible bug of images in the buffer pool being discarded because
16211         we are looking at the wrong geometry.
16212         * sys/xvimage/xvimagesink.h: Add stream_lock.
16213
16214 2005-02-11  David Schleef  <ds@schleef.org>
16215
16216         * ext/mpeg2dec/gstmpeg2dec.c: (crop_buffer): Change uint to
16217         unsigned int. (fixes #167128)
16218
16219 2005-02-11  David Schleef  <ds@schleef.org>
16220
16221         * gst/librfb/Makefile.am: Testing stuff before committing is
16222           for wimps... and people with fast machines.  Fix stupid
16223           mistake.
16224
16225 2005-02-11  David Schleef  <ds@schleef.org>
16226
16227         * configure.ac: Pull in librfb from my CVS tree, because it is
16228           too small and annoying to be separate.  Move rfbsrc plugin
16229           to gst/.
16230         * ext/Makefile.am:
16231         * ext/librfb/Makefile.am:
16232         * ext/librfb/gstrfbsrc.c:
16233         * gst/librfb/Makefile.am:
16234         * gst/librfb/gstrfbsrc.c:
16235         * gst/librfb/rfb.c:
16236         * gst/librfb/rfb.h:
16237         * gst/librfb/rfbbuffer.c:
16238         * gst/librfb/rfbbuffer.h:
16239         * gst/librfb/rfbbytestream.c:
16240         * gst/librfb/rfbbytestream.h:
16241         * gst/librfb/rfbcontext.h:
16242         * gst/librfb/rfbdecoder.c:
16243         * gst/librfb/rfbdecoder.h:
16244         * gst/librfb/rfbutil.h:
16245
16246 2005-02-10  Tim-Philipp Müller  <tim at centricular dot net>
16247
16248         * gst/speed/Makefile.am:
16249         * gst/speed/demo-mp3.c: (main):
16250         * gst/speed/filter.func:
16251         * gst/speed/gstspeed.c: (speed_link), (speed_parse_caps),
16252         (speed_class_init), (speed_init), (speed_chain_int16),
16253         (speed_chain_float32), (speed_chain), (speed_set_property),
16254         (speed_get_property), (speed_change_state):
16255         * gst/speed/gstspeed.h:
16256           Fix speed element and make it chain-based (fixes #156467),
16257           and make it handle more than one channel.
16258
16259 2005-02-10  Jan Schmidt  <thaytan@mad.scientist.com>
16260
16261         * ext/dts/gstdtsdec.c: (gst_dtsdec_init), (gst_dtsdec_channels),
16262         (gst_dtsdec_handle_event), (gst_dtsdec_handle_frame),
16263         (gst_dtsdec_chain), (gst_dtsdec_change_state):
16264         * ext/dts/gstdtsdec.h:
16265           Don't clobber the stack constructing the channels array.
16266           Make the element chain-based. DTS tracks can now be played.
16267           
16268 2005-02-09  Tim-Philipp Müller  <tim at centricular dot net>
16269
16270         * gst-libs/gst/audio/multichannel.h:
16271         * gst-libs/gst/gconf/gconf.h:
16272         * gst-libs/gst/idct/idct.h:
16273         * gst-libs/gst/media-info/media-info-priv.h:
16274         * gst-libs/gst/play/play.h:
16275         * gst-libs/gst/resample/private.h:
16276         * gst-libs/gst/resample/resample.h:
16277         * gst-libs/gst/riff/riff-ids.h:
16278         * gst-libs/gst/video/video.h:
16279         * gst-libs/gst/video/videosink.h:
16280           Add G_BEGIN_DECLS and G_END_DECLS around headers where
16281           missing, so that they work when included from C++ code.
16282
16283 2005-02-09  David Schleef  <ds@schleef.org>
16284
16285         * testsuite/gst-lint: Check for non-statically scoped
16286           parent_class variables.  This won't be a problem once
16287           plugins are loaded with RTLD_LOCAL.
16288
16289 2005-02-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16290
16291         * ext/mplex/gstmplexibitstream.cc:
16292           gcc madness.
16293
16294 2005-02-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16295
16296         * ext/ogg/gstogmparse.c:
16297         * gst/debug/gstnavigationtest.c:
16298           Die, thou faulty symbol pollutors (non-static parent_class).
16299
16300 2005-02-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16301
16302         * ext/mplex/gstmplexibitstream.cc:
16303           Fix event handling (#165525).
16304
16305 2005-02-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16306
16307         * ext/mikmod/gstmikmod.c:
16308         * gst/modplug/gstmodplug.cc:
16309           Add missing endianness to template (fixes #165509).
16310
16311 2005-02-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16312
16313         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_handle_data):
16314           Fix wrong order of reading of optional bytes (#165290).
16315
16316 2005-02-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16317
16318         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
16319           Implement FILLER event awareness.
16320
16321 2005-02-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16322
16323         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_convert):
16324           Fix track calculations (#166208).
16325
16326 2005-02-08  Gergely Nagy  <algernon@bonehunter.rulez.org>
16327
16328         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16329
16330         * ext/libpng/gstpngdec.c: (gst_pngdec_init), (gst_pngdec_chain):
16331         * ext/libpng/gstpngenc.c:
16332           Fix byte-order, use proper fixed caps. Fixes #164197.
16333
16334 2005-02-08  Jan Schmidt  <thaytan@mad.scientist.com>
16335
16336         * configure.ac:
16337           Add dvdlpcmdec 
16338
16339         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_reset),
16340         (free_all_buffers), (gst_mpeg2dec_alloc_buffer):
16341           Don't push buffers if the src pad isn't negotiated yet.
16342           
16343         * gst/audioconvert/gstaudioconvert.c:
16344         (gst_audio_convert_buffer_to_default_format),
16345         (gst_audio_convert_buffer_from_default_format):
16346           Add support for 24-bit width.
16347
16348         * gst/dvdlpcmdec/.cvsignore:
16349         * gst/dvdlpcmdec/Makefile.am:
16350         * gst/dvdlpcmdec/gstdvdlpcmdec.c: (gst_dvdlpcmdec_get_type),
16351         (gst_dvdlpcmdec_base_init), (gst_dvdlpcmdec_class_init),
16352         (gst_dvdlpcm_reset), (gst_dvdlpcmdec_init), (gst_dvdlpcmdec_link),
16353         (gst_dvdlpcmdec_chain), (gst_dvdlpcmdec_change_state),
16354         (plugin_init):
16355         * gst/dvdlpcmdec/gstdvdlpcmdec.h:
16356           New decoder for rearranging DVD LPCM into our audio/x-raw-int
16357           format. Needs support for the channels maps if someone can find 
16358           a DVD LPCM track with > 2 channels.
16359
16360         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_handle_dvd_event),
16361         (gst_dvd_demux_send_discont), (gst_dvd_demux_handle_discont),
16362         (gst_dvd_demux_get_audio_stream), (gst_dvd_demux_process_private):
16363         * gst/mpegstream/gstdvddemux.h:
16364         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_send_discont),
16365         (gst_mpeg_demux_new_output_pad), (gst_mpeg_demux_init_stream),
16366         (gst_mpeg_demux_send_subbuffer), (gst_mpeg_demux_handle_src_query):
16367         * gst/mpegstream/gstmpegdemux.h:
16368         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_reset),
16369         (gst_mpeg_parse_parse_packhead), (gst_mpeg_parse_loop),
16370         (gst_mpeg_parse_get_rate), (gst_mpeg_parse_convert_src),
16371         (gst_mpeg_parse_handle_src_query),
16372         (gst_mpeg_parse_handle_src_event):
16373           Use audio/x-dvd-lpcm for LPCM output.
16374           Add DTS output.
16375
16376 2005-02-08  Gergely Nagy  <algernon@bonehunter.rulez.org>
16377
16378         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16379
16380         * gst/alpha/gstalphacolor.c: (gst_alpha_color_sink_link),
16381         (transform_rgb), (transform_bgr), (gst_alpha_color_chain):
16382           Add BGRA handling (#165736).
16383
16384 2005-02-08  Francis Labonte  <francis_labonte@hotmail.com>
16385
16386         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16387
16388         * gst/law/alaw-decode.c: (alawdec_link):
16389         * gst/law/alaw-encode.c: (alawenc_link):
16390         * gst/law/mulaw-decode.c: (mulawdec_link):
16391         * gst/law/mulaw-encode.c: (mulawenc_link):
16392           Fix caps memleaks (#166600).
16393
16394 2005-02-08  Tim-Philipp Müller  <tim at centricular dot net>
16395
16396         * ext/tarkin/mem.h:
16397         * ext/tarkin/wavelet.h:
16398         * ext/tarkin/yuv.h:
16399         * gst/ffmpegcolorspace/avcodec.h:
16400           Include "_stdint.h" instead of <stdint.h>. Fixes build on
16401           systems that don't have stdint.h, like Solaris9 (fixes #166631).
16402
16403 2005-02-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16404
16405         * sys/ximage/ximagesink.c: (gst_ximagesink_change_state):
16406         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_clear),
16407         (gst_xvimagesink_change_state):
16408           Clear window on PAUSED->READY instead of READY->PAUSED. Stop
16409           Xv video (and thereby regenerate Xv colourkey) in clear() so
16410           that PLAY -> READY -> PLAY works (fixes #162504).
16411
16412 2005-02-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16413
16414         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_getcaps):
16415           Switch to list instead of range, since MJPEG-devices really just
16416           support decimations, not any size.
16417
16418 2005-02-05  Jan Schmidt  <thaytan@mad.scientist.com>
16419         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_open_decoder),
16420         (gst_mpeg2dec_reset), (free_all_buffers),
16421         (gst_mpeg2dec_alloc_buffer), (handle_sequence):
16422         * ext/mpeg2dec/gstmpeg2dec.h:
16423           The libmpeg2 user-allocated buffer management is awkward, 
16424           to say the least. Hopefully this fixes things.
16425
16426 2005-02-04  Andy Wingo  <wingo@pobox.com>
16427
16428         * gst/audioconvert/bufferframesconvert.c
16429         (buffer_frames_convert_fixate): New function, fixates to 256
16430         frames per buffer by default. (Much better than 1.)
16431         (buffer_frames_convert_init): Set the fixate function for both src
16432         and sink pad.
16433         (buffer_frames_convert_link): After success setting nonfixed caps,
16434         get the negotiated caps so we can know how many buffer-frames it
16435         will be. No idea how this worked at all before.
16436
16437 2005-02-05  Jan Schmidt  <thaytan@mad.scientist.com>
16438
16439         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_init),
16440         (gst_mpeg2dec_close_decoder), (put_buffer), (check_buffer),
16441         (free_buffer), (free_all_buffers), (gst_mpeg2dec_alloc_buffer),
16442         (handle_sequence), (handle_picture):
16443         * ext/mpeg2dec/gstmpeg2dec.h:
16444           Rearrange buffer tracking and refcounting and refactor
16445           a little for readability. 
16446
16447 2005-02-04  Jan Schmidt  <thaytan@mad.scientist.com>
16448         * sys/v4l/gstv4l.c: (plugin_init):
16449         * sys/v4l/gstv4ljpegsrc.c: (gst_v4ljpegsrc_get_type),
16450         (gst_v4ljpegsrc_base_init), (gst_v4ljpegsrc_class_init),
16451         (gst_v4ljpegsrc_init), (gst_v4ljpegsrc_src_link),
16452         (gst_v4ljpegsrc_getcaps), (gst_v4ljpegsrc_get):
16453         * sys/v4l/gstv4ljpegsrc.h:
16454         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_open), (gst_v4lsrc_src_link):
16455         * sys/v4l/v4l_calls.h:
16456         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_palette_name),
16457         (gst_v4lsrc_get_fps):
16458         * sys/v4l/v4lsrc_calls.h:
16459           Add new v4ljpegsrc for handling the ov51x hacky "I'll give
16460           you jpeg inside rgb frames" driver.
16461           Don't error in the v4lsrc link function, just return 
16462           REFUSED.
16463
16464 2005-02-03  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16465
16466         * sys/qcam/gstqcamsrc.c: (gst_qcamsrc_change_state),
16467         (gst_qcamsrc_open):
16468           Use GST_ELEMENT_ERROR, not g_warning, if open failed.
16469
16470 2005-02-02  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16471
16472         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):
16473           Change caps on MJPEG-B so it doesn't interfere with MJPEG/JPEG.
16474
16475 2005-02-02  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16476
16477         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_change_state):
16478           Reset negotiated state on PAUSED->READY.
16479
16480 2005-02-02  David Schleef  <ds@schleef.org>
16481
16482         * configure.ac: Put DEFAULT_AUDIOSINK in config.h and use
16483         whereever possible.  (Fixes #165997)
16484         * examples/capsfilter/capsfilter1.c: (main):
16485         * examples/dynparams/filter.c: (create_ui):
16486         * examples/seeking/cdparanoia.c: (get_track_info), (main):
16487         * examples/seeking/chained.c: (main):
16488         * examples/seeking/seek.c: (make_mod_pipeline), (make_dv_pipeline),
16489         (make_wav_pipeline), (make_flac_pipeline), (make_sid_pipeline),
16490         (make_vorbis_pipeline), (make_mp3_pipeline), (make_avi_pipeline),
16491         (make_mpeg_pipeline), (make_mpegnt_pipeline):
16492         * examples/seeking/spider_seek.c: (make_spider_pipeline):
16493         * examples/switch/switcher.c: (main):
16494         * ext/dv/demo-play.c: (main):
16495         * ext/faad/gstfaad.c: (gst_faad_change_state):
16496         * ext/mad/gstmad.c: (gst_mad_chain):
16497         * ext/smoothwave/demo-osssrc.c: (main):
16498         * gst-libs/gst/gconf/gconf.c: (gst_gconf_set_string),
16499         (gst_gconf_render_bin_from_description),
16500         (gst_gconf_get_default_audio_sink),
16501         (gst_gconf_get_default_video_sink),
16502         (gst_gconf_get_default_audio_src),
16503         (gst_gconf_get_default_video_src),
16504         (gst_gconf_get_default_visualization_element):
16505         * gst/level/demo.c: (main):
16506         * gst/level/plot.c: (main):
16507         * gst/playback/gstplaybin.c: (gen_video_element),
16508         (gen_audio_element):
16509         * gst/playback/test.c: (gen_video_element), (gen_audio_element):
16510         * gst/playondemand/demo-mp3.c: (setup_pipeline):
16511         * gst/sine/demo-dparams.c: (main):
16512         * gst/spectrum/demo-osssrc.c: (main):
16513         * gst/speed/demo-mp3.c: (main):
16514         * gst/volume/demo.c: (main):
16515         * testsuite/embed/embed.c: (main):
16516
16517 2005-02-02  Jan Schmidt  <thaytan@mad.scientist.com>
16518
16519         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_class_init),
16520         (gst_tcpclientsink_finalize):
16521         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_class_init),
16522         (gst_tcpclientsrc_finalize):
16523         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
16524         (gst_tcpserversink_init), (gst_tcpserversink_finalize):
16525         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_class_init),
16526         (gst_tcpserversrc_init), (gst_tcpserversrc_finalize):
16527           Don't leak the hostname when shutting down.
16528           In tcpserversrc, take a copy of the default hostname.
16529
16530 2005-02-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16531
16532         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_iso_receive):
16533           Set caps to systemstream=TRUE.
16534
16535 2005-02-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16536
16537         * testsuite/Makefile.am:
16538           Fix more OSX buildbots.
16539
16540 2005-02-02  Jan Schmidt  <thaytan@mad.scientist.com>
16541
16542         * ext/mpeg2dec/gstmpeg2dec.c:
16543           Don't send things to NULL PAD_PEERs
16544
16545         * gst/deinterlace/gstdeinterlace.c: (gst_deinterlace_chain):
16546           Copy-on-write the incoming buffer.
16547
16548         * gst/mpegstream/gstdvddemux.h:
16549         * gst/mpegstream/gstmpegclock.h:
16550         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead),
16551         (normal_seek), (gst_mpeg_demux_handle_src_event):
16552         * gst/mpegstream/gstmpegdemux.h:
16553         * gst/mpegstream/gstmpegpacketize.h:
16554         * gst/mpegstream/gstmpegparse.c:
16555         (gst_mpeg_parse_update_streaminfo), (gst_mpeg_parse_reset),
16556         (gst_mpeg_parse_handle_discont), (gst_mpeg_parse_parse_packhead),
16557         (gst_mpeg_parse_loop), (gst_mpeg_parse_get_rate),
16558         (gst_mpeg_parse_convert_src), (gst_mpeg_parse_handle_src_query),
16559         (gst_mpeg_parse_handle_src_event), (gst_mpeg_parse_change_state):
16560         * gst/mpegstream/gstmpegparse.h:
16561         * gst/mpegstream/gstrfc2250enc.h:
16562           Various changes to the way time is computed that make seeking and
16563           total time estimation much better here.
16564           Use G_BEGIN/END_DECLS instead of __cplusplus
16565
16566         * gst/videocrop/gstvideocrop.c: (gst_video_crop_chain):
16567           Use gst_buffer_stamp instead of only copying the TIMESTAMP
16568
16569 2005-02-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16570
16571         * gst/subparse/gstsubparse.c:
16572           Fix OSX buildbot.
16573
16574 2005-01-31  Tim-Philipp Müller  <tim at centricular dot net>
16575
16576         * ext/theora/theoraenc.c: (theora_buffer_from_packet),
16577         (theora_enc_chain), (theora_enc_change_state):
16578         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
16579         (gst_vorbisenc_buffer_from_packet), (gst_vorbisenc_chain),
16580         (gst_vorbisenc_change_state):
16581         * ext/vorbis/vorbisenc.h:
16582           Set granulepos and timestamp correctly for streams not
16583           starting at 0, taking into account the initial delay.
16584
16585 2005-01-31  Tim-Philipp Müller  <tim at centricular dot net>
16586
16587         * gst/mpegstream/gstdvddemux.c:
16588           Add audio/x-dts to audio pad template caps
16589
16590 2005-01-30  David Schleef  <ds@schleef.org>
16591
16592         * ext/polyp/polypsink.c: (gst_polypsink_base_init),
16593         (create_context), (gst_polypsink_link): Fix silly endianness
16594         bug.  Add some debugging.  Remove float from caps; it doesn't
16595         work.  Attempt to get remote audio working.
16596
16597 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16598
16599         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):
16600           Add 3IV2 fourcc.
16601
16602 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16603
16604         * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream), (swap_line),
16605         (gst_avi_demux_invert), (gst_avi_demux_process_next_entry),
16606         (gst_avi_demux_stream_data):
16607         * gst/avi/gstavidemux.h:
16608           Invert DIB images. Fixes #132341.
16609
16610 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16611
16612         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
16613         (gst_ffmpegcsp_chain):
16614           D'oh, reference the palette data, not the palette structure.
16615           Fixes color distortion in #132341.
16616
16617 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16618
16619         * gst/videoscale/gstvideoscale.c: (gst_videoscale_link):
16620           PAR can be non-fixed when not provided as argument (#162626).
16621
16622 2005-01-29  David Moore  <dcm@acm.org>
16623
16624         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16625
16626         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
16627         (gst_qtdemux_loop_header):
16628           Re-apply patch from #142272 that allows non-seekable sources,
16629           re-proposed by Daniel Drake <dsd@gentoo.org>.
16630
16631 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16632
16633         * gst/rtp/gstrtpgsmenc.c: (gst_rtpgsmenc_init):
16634           Use the src template for creating the src pad (#162330).
16635
16636 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16637
16638         * configure.ac:
16639         * ext/musepack/Makefile.am:
16640         * ext/musepack/gstmusepackdec.c: (gst_musepackdec_class_init),
16641         (gst_musepackdec_init), (gst_musepackdec_dispose),
16642         (gst_musepackdec_src_query), (gst_musepackdec_src_convert),
16643         (gst_musepack_stream_init), (gst_musepackdec_loop),
16644         (gst_musepackdec_change_state):
16645         * ext/musepack/gstmusepackdec.cpp:
16646         * ext/musepack/gstmusepackdec.h:
16647         * ext/musepack/gstmusepackreader.c: (gst_musepack_reader_peek),
16648         (gst_musepack_reader_read), (gst_musepack_reader_seek),
16649         (gst_musepack_reader_tell), (gst_musepack_reader_get_size),
16650         (gst_musepack_reader_canseek), (gst_musepack_init_reader):
16651         * ext/musepack/gstmusepackreader.cpp:
16652         * ext/musepack/gstmusepackreader.h:
16653           Update to 1.1 API (#165446).
16654
16655 2005-01-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16656
16657         * ext/Makefile.am:
16658           Unbreak buildbot.
16659
16660 2005-01-28  Andy Wingo  <wingo@pobox.com>
16661
16662         * ext/dv/gstdvdec.c: Change the pixel aspect ratio of dvdec output
16663         to reflect a different dubious internet source. Add a reference
16664         and some commentary.
16665
16666 2005-01-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16667
16668         * gst/playback/gststreamselector.c: (gst_stream_selector_init),
16669         (gst_stream_selector_get_caps), (gst_stream_selector_chain):
16670         * gst/playback/gststreamselector.h:
16671           Be more selective when we're redoing caps negotiation from
16672           within the chain function on a stream change.
16673
16674 2005-01-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16675
16676         * configure.ac:
16677         * ext/Makefile.am:
16678         * ext/amrnb/Makefile.am:
16679         * ext/amrnb/amrnb.c: (plugin_init):
16680         * ext/amrnb/amrnbdec.c: (gst_amrnbdec_get_type),
16681         (gst_amrnbdec_base_init), (gst_amrnbdec_class_init),
16682         (gst_amrnbdec_init), (gst_amrnbdec_link), (gst_amrnbdec_chain),
16683         (gst_amrnbdec_state_change):
16684         * ext/amrnb/amrnbdec.h:
16685         * ext/amrnb/amrnbparse.c: (gst_amrnbparse_get_type),
16686         (gst_amrnbparse_base_init), (gst_amrnbparse_class_init),
16687         (gst_amrnbparse_init), (gst_amrnbparse_formats),
16688         (gst_amrnbparse_querytypes), (gst_amrnbparse_query),
16689         (gst_amrnbparse_handle_event), (gst_amrnbparse_reserve),
16690         (gst_amrnbparse_loop), (gst_amrnbparse_state_change):
16691         * ext/amrnb/amrnbparse.h:
16692           Add support for AMR-NB (mobile phone audio format; #155163, #163286).
16693         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
16694           Add AMR-NB/-WB raw formats.
16695         * ext/alsa/gstalsa.c: (gst_alsa_link):
16696           Keep valid time when changing format.
16697         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
16698         (qtdemux_parse_trak):
16699           Add some more format-specific options (#140141, #143555, #155163).
16700
16701 2005-01-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16702
16703         * gst/matroska/matroska-demux.c:
16704         (gst_matroska_demux_parse_blockgroup):
16705           Fix logic error in timing of subtitle stream synchronization.
16706         * gst/typefind/gsttypefindfunctions.c: (qt_type_find):
16707           Add skip-chunk, which is found in kodak-camera streams.
16708
16709 2005-01-27  Thomas Vander Stichele  <thomas at apestaart dot org>
16710
16711         * po/LINGUAS:
16712         * po/vi.po:
16713           Adding Vietnamese translation (submitted by Clytie Siddall)
16714
16715 2005-01-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16716
16717         * gst/playback/gstdecodebin.c: (try_to_link_1):
16718           Use realpad for signal.
16719
16720 2005-01-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16721
16722         * ext/mad/gstid3demuxbin.c: (gst_id3demux_bin_base_init):
16723           Fix category so decodebin picks it up.
16724
16725 2005-01-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16726
16727         * ext/mad/Makefile.am:
16728         * ext/mad/gstid3demuxbin.c: (gst_id3demux_bin_get_type),
16729         (gst_id3demux_bin_base_init), (gst_id3demux_bin_class_init),
16730         (gst_id3demux_bin_init), (gst_id3demux_bin_remove_pad),
16731         (found_type), (gst_id3demux_bin_change_state):
16732         * ext/mad/gstid3tag.c: (gst_id3_tag_add_src_pad),
16733         (gst_id3_tag_init), (gst_id3_tag_handle_event),
16734         (gst_id3_tag_src_link), (gst_id3_tag_chain),
16735         (gst_id3_tag_change_state), (plugin_init):
16736         * ext/mad/gstmad.h:
16737           Add id3demuxbin (which is a simple bin consisting of id3demux
16738           and typefind), take over rank from id3demux, remove typefind
16739           code from id3demux. Makes all broken mp3s that I know of work,
16740           and thereby fixes #152688.
16741
16742 2005-01-27  Edward Hervey  <bilboed@bilboed.com>
16743
16744         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16745
16746         * ext/mad/gstmad.c: (gst_mad_src_event):
16747         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_event):
16748           Allow seeks on audio pad, make mad forward those (#164826).
16749         * gst/audioscale/gstaudioscale.c: (gst_audioscale_chain):
16750           Set duration (#165335).
16751
16752 2005-01-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16753
16754         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_init),
16755         (gst_asf_demux_commit_taglist), (gst_asf_demux_process_comment),
16756         (gst_asf_demux_process_ext_content_desc),
16757         (gst_asf_demux_change_state), (gst_asf_demux_add_audio_stream),
16758         (gst_asf_demux_add_video_stream), (gst_asf_demux_setup_pad):
16759         * gst/asfdemux/gstasfdemux.h:
16760           Improve metadata display, e.g. if the metadata comes before the
16761           streams are loaded (which is perfectly valid).
16762
16763 2005-01-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16764
16765         * tools/gst-launch-ext-m.m:
16766           Fix AVI/ASF pipelines (#165340).
16767
16768 2005-01-26  Amaury Jacquot  <sxpert@esitcom.org>
16769         * ext/cairo/gsttextoverlay.c: include  string.h and strings.h to fix
16770         build failure on amd64
16771
16772 2005-01-26  Tim-Philipp Müller  <tim at centricular dot net>
16773
16774         * ext/mad/gstid3tag.c: (mad_id3_parse_latin1_string),
16775         (mad_id3_parse_comment_frame), (gst_mad_id3_to_tag_list):
16776           Check environment variables GST_ID3V2_TAG_ENCODING,
16777           GST_ID3_TAG_ENCODING and GST_TAG_ENCODING for a colon-separated
16778           list of character encodings to force interpretation of non-unicode
16779           strings stored in an ID3v2 tag to a particular encoding. If none
16780           is specified, try to use current locale's encoding, then fall back
16781           to ISO-8859-1 (which will always succeed). (Resolves #149274)
16782         * gst/tags/gstid3tag.c: (gst_tag_from_id3_tag),
16783         (gst_tag_extract_id3v1_string), (gst_tag_list_new_from_id3v1):
16784           Check environment variables GST_ID3V1_TAG_ENCODING,
16785           GST_ID3_TAG_ENCODING and GST_TAG_ENCODING for a colon-separated
16786           list of character encodings to use in case a string encountered
16787           in an ID3v1 tag is not valid UTF-8 already. If no encoding is
16788           specified, try to use the current locale's encoding, then fall
16789           back to ISO-8859-1 (which will always succeed).
16790
16791 2005-01-25  Benjamin Otte  <otte@gnome.org>
16792
16793         * ext/mad/gstmad.c: (gst_mad_check_caps_reset), (gst_mad_chain):
16794           - on half framerate, compute the rate in advance so the comparisons
16795             don't compare wrong values
16796           - don't use mad_synth/frame_mute anymore, this mirrors mad_decoder
16797             behaviour
16798           - don't use mad_header_decode anymore, mad_frame_decode does that
16799             automatically
16800           - when getting rid of consumed bytes, reset the stream's skiplen
16801           (fixes #163867)
16802
16803 2005-01-26  Jan Schmidt  <thaytan@mad.scientist.com>
16804
16805         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_class_init)
16806           Use 1/2 a second for default max_discont, as PES streams from DVB
16807           seem to have larger spacings in the SCR. 
16808           Fix a typo.
16809
16810 2005-01-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16811
16812         * gst/playback/gstplaybasebin.c: (group_commit):
16813           Notify delayed stream-info availability.
16814
16815 2005-01-26  Jan Schmidt  <thaytan@mad.scientist.com>
16816         * ext/a52dec/gsta52dec.c: (gst_a52dec_push),
16817         (gst_a52dec_handle_event), (gst_a52dec_chain):
16818         Add some debug output. Check that a discont has a valid
16819         time associated.
16820         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event),
16821         (gst_alsa_sink_loop):
16822         Ignore TAG events. A little extra debug for broken timestamps.
16823         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_init), (dvdnavsrc_loop),
16824         (dvdnavsrc_change_state):
16825         Ensure we send a discont to engage the link before we send any
16826         other events.
16827         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_init),
16828         (dvdreadsrc_finalize), (_close), (_open), (_seek_title),
16829         (_seek_chapter), (seek_sector), (dvdreadsrc_get),
16830         (dvdreadsrc_uri_get_uri), (dvdreadsrc_uri_set_uri):
16831         Handle URI of the form dvd://title[,chapter[,angle]]. Currently only
16832         dvd://title works in totem because typefinding sends a seek that ends
16833         up going back to chapter 1 regardless.
16834         * ext/mpeg2dec/gstmpeg2dec.c:
16835         * ext/mpeg2dec/gstmpeg2dec.h:
16836         Output correct timestamps and handle disconts.
16837         * ext/ogg/gstoggdemux.c: (get_relative):
16838         Small guard against a null dereference.
16839         * ext/pango/gsttextoverlay.c: (gst_textoverlay_finalize),
16840         (gst_textoverlay_set_property):
16841         Free memory when done. Don't call gst_event_filler_get_duration on
16842         EOS events. Use GST_LOG and GST_WARNING instead of g_message and
16843         g_warning.
16844         * ext/smoothwave/gstsmoothwave.c: (gst_smoothwave_init),
16845         (draw_line), (gst_smoothwave_dispose), (gst_sw_sinklink),
16846         (gst_sw_srclink), (gst_smoothwave_chain):
16847         Draw solid lines, prettier colours.
16848         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_init):
16849         Add a default palette that'll work for some movies.
16850         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_init),
16851         (gst_dvd_demux_handle_dvd_event), (gst_dvd_demux_send_discont),
16852         (gst_dvd_demux_send_subbuffer), (gst_dvd_demux_reset):
16853         * gst/mpegstream/gstdvddemux.h:
16854         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_send_discont),
16855         (gst_mpeg_demux_parse_syshead), (gst_mpeg_demux_parse_pes):
16856         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_init),
16857         (gst_mpeg_parse_handle_discont), (gst_mpeg_parse_parse_packhead):
16858         * gst/mpegstream/gstmpegparse.h:
16859         Use PTM/NAV events when for timestamp adjustment when connected to 
16860         dvdnavsrc. Don't use many discont events where one suffices.
16861         * gst/playback/gstplaybasebin.c: (group_destroy),
16862         (gen_preroll_element), (gst_play_base_bin_add_element):
16863         * gst/playback/gstplaybasebin.h:
16864         Make sure we remove subtitles from the same bin we put them in.
16865         * gst/subparse/gstsubparse.c: (convert_encoding), (parse_subrip),
16866         (gst_subparse_buffer_format_autodetect),
16867         (gst_subparse_change_state):
16868         Fix some memleaks and invalid accesses.
16869         * gst/typefind/gsttypefindfunctions.c: (ogganx_type_find),
16870         (oggskel_type_find), (cmml_type_find), (plugin_init):
16871         Some typefind functions for Annodex v3.0 files
16872         * gst/wavparse/gstwavparse.h:
16873         GstRiffReadClass is the correct parent class.
16874
16875 2005-01-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16876
16877         * gst-libs/gst/riff/riff-media.c:
16878         (gst_riff_create_video_caps_with_data):
16879           Add extradata to huffyuv (fixes #165013).
16880         * gst-libs/gst/riff/riff-read.c:
16881         (gst_riff_read_strf_vids_with_data):
16882           Fix extradata extraction if it is in the chunk size.
16883
16884 2005-01-25  Edward Hervey  <bilboed@bilboed.com>
16885
16886         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16887
16888         * gst/effectv/gstquark.c: (gst_quarktv_class_init),
16889         (gst_quarktv_change_state), (gst_quarktv_dispose):
16890           Memory free'ing location fix (#164708).
16891
16892 2005-01-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16893
16894         * gst/playback/gstplaybasebin.c: (group_commit),
16895         (gen_preroll_element), (probe_triggered), (gen_source_element),
16896         (setup_source), (gst_play_base_bin_change_state),
16897         (gst_play_base_bin_add_element):
16898           Don't block for streams.
16899         * gst/playback/gststreaminfo.c: (stream_info_change_state),
16900         (gst_stream_info_set_mute):
16901           Use gst_pad_set_active_recursive.
16902
16903 2005-01-25  Andy Wingo  <wingo@pobox.com>
16904
16905         * sys/v4l/gstv4lelement.c (gst_v4l_iface_supported): Fix compile
16906         for #ifndef HAVE_XVIDEO.
16907
16908 2005-01-24  Jeffrey C. Ollie
16909
16910         reviewed by: Maciej Katafiasz  <mathrick@freedesktop.org>
16911
16912         * ext/gsm/gstgsmdec.c: (gst_gsmdec_init), (gst_gsmdec_chain):
16913         * ext/gsm/gstgsmdec.h:
16914         * ext/gsm/gstgsmenc.c: (gst_gsmenc_init), (gst_gsmenc_chain):
16915         * ext/gsm/gstgsmenc.h:
16916         Fix rate to 8kHz as per spec, removes obscure errors when no rate
16917         was given by property. Add proper buffer timestamps and offsets.
16918
16919 2005-01-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16920
16921         * gst-libs/gst/riff/riff-media.c:
16922         (gst_riff_create_audio_caps_with_data):
16923           Audio can be <8000Hz.
16924
16925 2005-01-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16926
16927         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
16928           Explicit state change to workaround refcount bugs.
16929
16930 2005-01-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16931
16932         * gst/avi/gstavimux.c: (gst_avimux_write_tag),
16933         (gst_avimux_riff_get_avi_header):
16934           Fix...
16935
16936 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16937
16938         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_element_data),
16939         (gst_riff_read_element_data):
16940         * gst-libs/gst/riff/riff-read.h:
16941           Add _peek version (req'ed in CDXA).
16942         * gst/cdxaparse/gstcdxaparse.c: (gst_cdxaparse_init),
16943         (gst_cdxaparse_loop):
16944           Fix parsing in playbin.
16945         * gst/playback/gstdecodebin.c: (close_pad_link):
16946           Ignore current_ pads, they cause major annoyance.
16947
16948 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16949
16950         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
16951           Safety guard.
16952
16953 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16954
16955         * gst/avi/gstavimux.c: (gst_avimux_write_tag):
16956           Fix padding...
16957
16958 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16959
16960         * gst/matroska/ebml-read.c: (gst_ebml_read_buffer):
16961           Allow for 0-sized buffers. Fixes length query problems in
16962           starwars.mkv from the testsuite.
16963
16964 2005-01-19  Tim-Philipp Müller  <tim at centricular dot net>
16965
16966         * gst/videobox/gstvideobox.c: (gst_video_box_copy_plane_i420),
16967         (gst_video_box_i420), (gst_video_box_chain):
16968           Fix row strides for I420 (fixes #163159)
16969           
16970 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16971
16972         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_parse_packhead):
16973           MPEG2 has a useful rate property, so we can actually use that.
16974           For MPEG-1, continue using the bytes/time properties.
16975
16976 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16977
16978         * gst-libs/gst/riff/riff-media.c:
16979         (gst_riff_create_video_caps_with_data),
16980         (gst_riff_create_video_template_caps):
16981           Add intel-h263.
16982
16983 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16984
16985         * ext/mad/gstmad.c: (gst_mad_check_caps_reset), (gst_mad_chain):
16986           Fail if caps negotiation fails. Should fix #162184, and should
16987           definately be in there regardless of it fixing the actual bug.
16988         * gst/avi/gstavimux.c: (gst_avimux_get_type), (gst_avimux_init),
16989         (gst_avimux_write_tag), (gst_avimux_riff_get_avi_header),
16990         (gst_avimux_riff_get_avix_header),
16991         (gst_avimux_riff_get_video_header),
16992         (gst_avimux_riff_get_audio_header), (gst_avimux_write_index),
16993         (gst_avimux_start_file), (gst_avimux_handle_event),
16994         (gst_avimux_change_state):
16995         * gst/avi/gstavimux.h:
16996           Refactor structure writing to use GST_WRITE_UINT macros, add
16997           metadata writing support.
16998
16999 2005-01-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17000
17001         * gst/playback/gststreaminfo.c: (gst_stream_info_dispose):
17002           Elements may already be destroyed when this function is called.
17003
17004 2005-01-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17005
17006         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
17007         (gst_qtdemux_loop_header), (gst_qtdemux_handle_esds):
17008           More memory leak fixes (#149162).
17009
17010 2005-01-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17011
17012         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
17013         (gst_qtdemux_add_stream):
17014           Fix two memleaks.
17015
17016 2005-01-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17017
17018         * ext/faad/gstfaad.c: (gst_faad_srcgetcaps):
17019           Argh...
17020
17021 2005-01-17  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17022
17023         * ext/faad/gstfaad.c: (gst_faad_srcgetcaps):
17024           Fix off-by-one bug. Fixes warnings during playback of sincity.mp4
17025           when fixating to six channels in Totem.
17026
17027 2005-01-17  Tim-Philipp Müller  <tim at centricular dot net>
17028
17029         * ext/dvdread/dvdreadsrc.c: (get_next_cell_for):
17030           Fix compile warnings on Solaris 10 buildbot
17031
17032 2005-01-17  Tim-Philipp Müller  <tim at centricular dot net>
17033
17034         * ext/dvdread/dvdreadsrc.c: (_read):
17035           Don't read beyond the last cell in a chapter (fixes 
17036           invalid memory access)
17037
17038 2005-01-17  Tim-Philipp Müller  <tim at centricular dot net>
17039
17040         * ext/dvdread/stream_labels.c:
17041         (dvdreadsrc_get_audio_stream_labels):
17042           Use NULL for an empty GList instead of g_list_alloc(); fix 
17043           memory leaks; s/LCPM/LPCM/; use g_strdup_printf() instead 
17044           of GString (easier to bulk free later)
17045
17046 2005-01-17  Gergely Nagy  <algernon@bonehunter.rulez.org>
17047
17048         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17049
17050         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
17051         (gst_ffmpeg_pixfmt_to_caps):
17052           Fix BGRA32 caps (#164209).
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_caps_to_pixfmt):
17060           alpha_mask can be RGBA/ABGR. Fixes #164265.
17061
17062 2005-01-17  Francis Labonte  <francis_labonte@hotmail.com>
17063
17064         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17065
17066         * ext/mpeg2dec/gstmpeg2dec.c: (crop_buffer),
17067         (gst_mpeg2dec_alloc_buffer):
17068         * ext/mpeg2dec/gstmpeg2dec.h:
17069           Crop if decoding size is not the actual image size (#163676).
17070
17071 2005-01-17  Steve Baker  <steve@stevebaker.org>
17072
17073         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17074
17075         * gst/typefind/gsttypefindfunctions.c: (aiff_type_find),
17076         (svx_type_find), (sds_type_find), (ircam_type_find), (plugin_init):
17077           Add libsndfile typefind functions (#163309).
17078
17079 2005-01-17  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17080
17081         * tools/gst-launch-ext-m.m:
17082           Add .aac, fix .m1v/.m2v (#163891).
17083
17084 2005-01-17  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17085
17086         * ext/alsa/gstalsaclock.c: (gst_alsa_clock_wait):
17087           Sanity check, don't wait endlessly since the clock might not
17088           actually run at this point (which is a deadlock). Fixes #164069.
17089
17090 2005-01-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17091
17092         * gst/playback/gstplaybasebin.c: (probe_triggered):
17093           Of course, only pause if group is done...
17094
17095 2005-01-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17096
17097         * gst/playback/gstplaybasebin.c: (probe_triggered):
17098           Thread safety.
17099
17100 2005-01-16  Jan Schmidt  <thaytan@mad.scientist.com>
17101
17102         * ext/swfdec/gstswfdec.c: (gst_swfdec_change_state):
17103           Don't return state change success when the parent
17104           failed.
17105
17106 2005-01-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17107
17108         * gst/avi/gstavimux.c: (gst_avimux_handle_event):
17109           Free events (fix memleak in #162905).
17110
17111 2005-01-15  Gergely Nagy  <algernon@bonehunter.rulez.org>
17112
17113         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17114
17115         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
17116         (gst_ffmpeg_caps_to_pixfmt):
17117           Fix for depth = 15. Fixes #161675.
17118
17119 2005-01-14  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17120
17121         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_getcaps):
17122           Set FPS correctly, even for webcams and the like.
17123         * sys/v4l/v4l_calls.c: (gst_v4l_set_chan_norm):
17124           Don error on setting while capturing.
17125
17126 2005-01-14  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
17127
17128         * ext/dv/gstdvdec.c:
17129         * gst/subparse/gstsubparse.c: (parse_mdvdsub):
17130         * gst/y4m/gsty4mencode.c: (gst_y4mencode_sinkconnect):
17131           I'm a bad boy. using /1001. to force C to do float division
17132           and not integer division (as it did in my last commit)
17133           Thanks to David I. Lehn for pointing this mistake.
17134
17135 2005-01-14  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17136
17137         * sys/v4l/gstv4lelement.c: (gst_v4l_iface_supported):
17138           Revert Johan's 1.35->1.36 since it breaks compat.
17139
17140 2005-01-14  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
17141
17142         * ext/dv/gstdvdec.c:
17143         * ext/libfame/gstlibfame.c:
17144         * gst/subparse/gstsubparse.c: (parse_mdvdsub):
17145         * gst/y4m/gsty4mencode.c: (gst_y4mencode_sinkconnect):
17146           replace framerate aproximations by their real value
17147           (24000/1001, 30000/1001, 60000/1001)
17148           Finish fixing bug #164049
17149
17150 2005-01-13  Thomas Vander Stichele  <thomas at apestaart dot org>
17151
17152         * ext/ogg/gstoggmux.c:
17153           eos/bos debugging
17154         * gst/tcp/gstmultifdsink.c:
17155         * gst/tcp/gstmultifdsink.h:
17156         * gst/tcp/gsttcp.c:
17157         * gst/tcp/gsttcp.h:
17158         * gst/tcp/gsttcpclientsink.c:
17159         * gst/tcp/gsttcpclientsrc.c:
17160         * gst/tcp/gsttcpserversink.c:
17161         * gst/tcp/gsttcpserversrc.c:
17162           improve reusability of elements after state changes and errors
17163           make multifdsink throw away streamheaders when receiving new ones
17164
17165 2005-01-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17166
17167         * ext/alsa/gstalsa.c: (gst_alsa_rates_probe):
17168           Fix for if items are already in list...
17169
17170 2005-01-12  Benjamin Otte  <otte@gnome.org>
17171
17172         * gst/adder/gstadder.c: (gst_adder_loop):
17173           fix adder a bit so it doesn't screw up with events as much anymore
17174
17175 2005-01-12  Jan Schmidt  <thaytan@mad.scientist.com>
17176
17177         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_link),
17178         (pixbufscale_scale), (gst_pixbufscale_chain):
17179         * ext/gdk_pixbuf/pixbufscale.h:
17180           Incorporate changes from Tim-Philipp Mueller <t.i.m@orange.net>
17181           to ensure rowstrides are calculated the same way as 
17182           ffmpegcolorspace
17183           Use gst_buffer_stamp instead of copying TIMESTAMP manually, so
17184           that we pick up duration and offset also.
17185
17186 2005-01-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17187
17188         * gst/avi/gstavimux.c: (gst_avimux_class_init),
17189         (gst_avimux_pad_unlink), (gst_avimux_release_pad):
17190           Reusability fixes.
17191
17192 2005-01-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17193
17194         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_update),
17195         (gst_alsa_mixer_get_volume), (gst_alsa_mixer_set_volume),
17196         (gst_alsa_mixer_set_mute), (gst_alsa_mixer_set_record),
17197         (gst_alsa_mixer_set_option), (gst_alsa_mixer_get_option):
17198           Update flags when requested.
17199
17200 2005-01-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17201
17202         * ext/alsa/gstalsa.c: (gst_alsa_rates_probe):
17203           Fix dmix.
17204
17205 2005-01-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17206
17207         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
17208         (gst_play_base_bin_init), (gst_play_base_bin_dispose),
17209         (probe_triggered), (new_decoded_pad), (gen_source_element),
17210         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property):
17211         * gst/playback/gstplaybasebin.h:
17212         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
17213         (gst_play_bin_init), (group_switch), (remove_sinks), (setup_sinks),
17214         (gst_play_bin_change_state):
17215           Implement group-switch signal for use in apps to clear metadata
17216           cache, clean up subtitle, add suburi property instead of # hack,
17217           some error-out fixes.
17218
17219 2005-01-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17220
17221         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
17222           Debug.
17223         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_grab_frame):
17224           If we got a state change in the _get handler, don't return success.
17225
17226 2005-01-10  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
17227
17228         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_my_output_message),
17229         (gst_jpegdec_my_emit_message), (gst_jpegdec_init):
17230           Make jpegdec quiet on MJPEG decoding
17231         * gst/asfdemux/README:
17232           Fix mimetypes for MJPEG and H263
17233
17234 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17235
17236         * ext/theora/theoradec.c: (theora_dec_chain):
17237           Fix broken code generation by gcc by swapping arguments.
17238         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
17239           Fix \n in debug.
17240
17241 2005-01-10  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
17242
17243         * TODO:
17244           delete this file, it is by far outdated
17245         * ext/alsa/gstalsa.1: remove
17246         * ext/alsa/gstalsa.c: (add_rates), (add_channels), (gst_alsa_caps),
17247         (gst_alsa_check_sample_rates), (gst_alsa_rates_probe),
17248         (gst_alsa_get_caps):
17249           Add HW probing for supported sample rates. Fixes #161704
17250
17251 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17252
17253         * gst/audioscale/gstaudioscale.c: (gst_audioscale_chain):
17254           Don't crash, biatch! :).
17255
17256 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17257
17258         * ext/musepack/gstmusepackreader.cpp:
17259         * gst/apetag/apedemux.c: (gst_ape_demux_stream_data):
17260           Some work on tags - still doesn't work in playbin...
17261         * gst/audioscale/gstaudioscale.c: (gst_audioscale_chain):
17262           Handle events...
17263
17264 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17265
17266         * gst/qtdemux/qtdemux.c: (qtdemux_parse_tree):
17267           Also shove tags on kid pads.
17268
17269 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17270
17271         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_use_event):
17272           Don't bail on unknown events.
17273         * gst/audioscale/gstaudioscale.c: (gst_audioscale_chain):
17274           Don't crash on events before negotiation.
17275         * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream):
17276           Send tags on pads, too.
17277         * gst/playback/gststreamselector.c:
17278         (gst_stream_selector_request_new_pad):
17279           Forward events on first pad if no input was selected yet.
17280
17281 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17282
17283         * gst/playback/gstplaybasebin.c: (setup_substreams):
17284           Don't disable streamtype if the stream doesn't exist, since
17285           then playing a video after audio will disable both and nothing
17286           will happen. Fixes the testsuite.
17287
17288 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17289
17290         * sys/v4l/gstv4lxoverlay.c: (gst_v4l_xoverlay_interface_init),
17291         (gst_v4l_xoverlay_set_xwindow_id):
17292         * sys/v4l2/gstv4l2xoverlay.c: (gst_v4l2_xoverlay_interface_init),
17293         (gst_v4l2_xoverlay_set_xwindow_id):
17294           Add debug categories, fix overlay disabling.
17295
17296 2005-01-10  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
17297
17298         * ext/alsa/gstalsa.c: (gst_alsa_class_init), (gst_alsa_get_caps):
17299         * ext/alsa/gstalsa.h:
17300           Add HW probing for period_count/size and buffer_size MIX/MAX
17301           Adjust default/user defined value if out of bounds
17302           Should fix bug #162024
17303
17304 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17305
17306         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event):
17307           Fix warning (#161191).
17308
17309 2005-01-09  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
17310
17311         * ext/dvdread/stream_labels.c:
17312         (dvdreadsrc_get_audio_stream_labels):
17313           Fix warning (init the good variable in switch default)
17314
17315 2005-01-09  Koop Mast  <kwm@rainbow-runner.nl>
17316
17317         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17318
17319         * gst/tta/gstttaparse.c: (gst_tta_src_event):
17320           Fix gcc-2.95 compile (#163485).
17321
17322 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17323
17324         * configure.ac:
17325         * ext/flac/gstflacenc.c: (gst_flacenc_init),
17326         (gst_flacenc_seek_callback), (gst_flacenc_write_callback),
17327         (gst_flacenc_tell_callback), (gst_flacenc_chain),
17328         (gst_flacenc_change_state):
17329         * ext/flac/gstflacenc.h:
17330           Update for API change in flac-1.1.1. Update requirement in
17331           configure.ac. Fixes #162974.
17332
17333 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17334
17335         * gst/playback/gstplaybasebin.c: (group_destroy):
17336           Remove hack to get rid of assert and get rid of unlinked
17337           signals properly.
17338
17339 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17340
17341         * gst/playback/gstplaybasebin.c: (setup_source):
17342           Set source to NULL so that resources are free'ed. Fixes issues
17343           with playback of CDDA and similar device-accessing things.
17344
17345 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17346
17347         * testsuite/embed/Makefile.am:
17348           test->noinst, fix make test in buildbot.
17349
17350 2005-01-09  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
17351
17352         * ext/dvdread/stream_labels.c: new file
17353         * ext/dvdread/stream_labels.h: new file
17354         * ext/dvdread/Makefile.am:
17355         * ext/dvdread/dvdreadsrc.c: (_seek_title):
17356           Extract audio stream label from DVD IFO files.
17357           It only dump them on the console for now, still have to
17358           make playbin aware of them.
17359
17360 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17361
17362         * gst/playback/gstplaybasebin.c: (setup_source):
17363           Fix hanging subs.
17364
17365 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17366
17367         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
17368         (gen_preroll_element), (remove_groups), (setup_subtitle),
17369         (gen_source_element), (setup_source):
17370         * gst/playback/gstplaybasebin.h:
17371           Multiple .sub files is just a stupid idea... Fix some threading
17372           mistakes. Interestingly, external .sub files cause playbin to
17373           hang, I don't know why... Parsing fixes contributed by Fran??ois
17374           Kooman <fkooman@tuxed.net>.
17375
17376 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17377
17378         * testsuite/embed/Makefile.am:
17379           Fix buildbot.
17380
17381 2005-01-09  Gergely Nagy  <algernon@bonehunter.rulez.org>
17382
17383         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17384
17385         * ext/libpng/gstpngenc.c: (gst_pngenc_class_init),
17386         (gst_pngenc_init), (gst_pngenc_chain), (gst_pngenc_get_property),
17387         (gst_pngenc_set_property):
17388         * ext/libpng/gstpngenc.h:
17389           Add compression level property (#163323).
17390
17391 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17392
17393         * configure.ac:
17394         * examples/capsfilter/capsfilter1.c: (main):
17395         * examples/seeking/spider_seek.c: (make_spider_pipeline):
17396         * ext/dvdread/Makefile.am:
17397         * ext/dvdread/demo-play:
17398         * ext/dvdread/demo-play.c:
17399         * gconf/gstreamer.schemas.in:
17400         * gst-libs/gst/gconf/gconf.c:
17401         * sys/v4l/TODO:
17402         * testsuite/Makefile.am:
17403         * testsuite/embed/Makefile.am:
17404         * testsuite/embed/embed.c: (cb_expose), (main):
17405           Remove all references to xvideosink, fix examples (#140845).
17406         * gst/playback/gstplaybasebin.c: (group_destroy):
17407           Apparently, disposal does not unlink - so do explicitely.
17408         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
17409           Add debug.
17410
17411 2005-01-09  Maciej Katafiasz <mathrick@freedesktop.org>
17412
17413         * README: fix PKG_CONFIG_PATH instructions, what was there
17414         previously was breaking default search path, not nice. 
17415         Fixes #163358
17416
17417 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17418
17419         * gst/audioscale/gstaudioscale.c: (gst_audioscale_init),
17420         (gst_audioscale_chain):
17421           %#^@^#@^@#^#@^#@^@#^@#^@#^@#^#@^#@^#@^@#^#@ fix seeking
17422           when resampling - how the ^@$^!@^! is this possible?!?
17423
17424 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17425
17426         * ext/alsa/gstalsa.c: (gst_alsa_change_state):
17427           Reset variables on READY.
17428         * gst/matroska/matroska-mux.c: (gst_matroska_mux_request_new_pad),
17429         (gst_matroska_mux_loop):
17430           Require data before writing header.
17431
17432 2005-01-09  Francis Labonte  <francis_labonte@hotmail.com>
17433
17434         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17435
17436         * ext/mad/gstmad.c: (gst_mad_chain):
17437           Don't call mad_stream_sync() directly after recovering sync.
17438           Fixes #151661.
17439
17440 2005-01-09  Martin Eikermann  <meiker@upb.de>
17441
17442         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17443
17444         * ext/snapshot/gstsnapshot.c: (gst_snapshot_class_init),
17445         (snapshot_handler), (gst_snapshot_sinkconnect),
17446         (gst_snapshot_chain):
17447           Allocate resources when required, fix recursive signal emission
17448           and fix caps. Fixes #161667.
17449
17450 2005-01-09  Gergely Nagy  <algernon@bonehunter.rulez.org>
17451
17452         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17453
17454         * ext/libpng/gstpngdec.c: (gst_pngdec_src_getcaps),
17455         (gst_pngdec_chain):
17456           Handle only 8-bppc (bits-per-pixel-component) images, better
17457           error handling and correct strides. Fixes #163177.
17458         * ext/libpng/gstpngenc.c: (gst_pngenc_sinklink),
17459         (gst_pngenc_chain):
17460           Better error handling. Fixes #163348.
17461
17462 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17463
17464         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_get_type),
17465         (dvdnavsrc_uri_get_type), (dvdnavsrc_uri_get_protocols),
17466         (dvdnavsrc_uri_get_uri), (dvdnavsrc_uri_set_uri),
17467         (dvdnavsrc_uri_handler_init):
17468           Add DVD-nav URI (dvdnav://) for Totem testing purposes.
17469         * gst/playback/gstplaybasebin.c: (gen_source_element):
17470           Add MMS to streaming URIs.
17471
17472 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17473
17474         * sys/ximage/ximagesink.c: (gst_ximagesink_navigation_send_event):
17475         * sys/xvimage/xvimagesink.c:
17476         (gst_xvimagesink_navigation_send_event):
17477           Check for pad availability before sending event.
17478
17479 2005-01-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17480
17481         * gst-plugins.spec.in:
17482           Add subparse.
17483
17484 2005-01-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17485
17486         * configure.ac:
17487           Since we use functions from CVS, up requirement.
17488
17489 2005-01-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17490
17491         * gst/playback/Makefile.am:
17492         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
17493         (group_destroy), (group_commit), (group_is_muted),
17494         (gen_preroll_element), (add_stream), (unknown_type),
17495         (probe_triggered), (preroll_unlinked), (mute_stream),
17496         (silence_stream), (new_decoded_pad), (setup_substreams),
17497         (setup_source), (get_active_source), (mute_group_type),
17498         (muted_group_change_state), (set_active_source),
17499         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property),
17500         (play_base_eos), (gst_play_base_bin_change_state):
17501         * gst/playback/gstplaybasebin.h:
17502         * gst/playback/gstplaybin.c: (add_sink), (setup_sinks):
17503         * gst/playback/gststreaminfo.c: (gst_stream_info_class_init),
17504         (gst_stream_info_dispose), (stream_info_mute_pad),
17505         (stream_info_change_state), (gst_stream_info_set_mute):
17506         * gst/playback/gststreamselector.c: (gst_stream_selector_get_type),
17507         (gst_stream_selector_base_init), (gst_stream_selector_class_init),
17508         (gst_stream_selector_init), (gst_stream_selector_dispose),
17509         (gst_stream_selector_get_linked_pad),
17510         (gst_stream_selector_get_caps), (gst_stream_selector_link),
17511         (gst_stream_selector_get_linked_pads),
17512         (gst_stream_selector_request_new_pad), (gst_stream_selector_chain):
17513         * gst/playback/gststreamselector.h:
17514           Adding stream selection support plus required properties for
17515           applications to use this. Fully fixes #100931.
17516
17517 2005-01-08  Benjamin Otte  <otte@gnome.org>
17518
17519         * gst/games/gstpuzzle.c: (nav_event_handler):
17520           - handle nav events differently: forward every event no matter if it
17521             was handled or not.
17522           - translate events
17523           You can now cheat by using navigationtest ! puzzle and moving the
17524           mouse close to the edge of a tile. ;)
17525
17526 2005-01-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17527
17528         * configure.ac:
17529         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_new):
17530         * ext/ogg/gstogmparse.c: (gst_ogm_text_parse_get_type),
17531         (gst_ogm_text_parse_base_init), (gst_ogm_text_parse_init),
17532         (gst_ogm_parse_get_sink_querytypes), (gst_ogm_parse_sink_convert),
17533         (gst_ogm_parse_sink_query), (gst_ogm_parse_chain),
17534         (gst_ogm_parse_plugin_init):
17535         * ext/pango/gsttextoverlay.c: (gst_textoverlay_linkedpads),
17536         (gst_textoverlay_link), (gst_textoverlay_getcaps),
17537         (gst_textoverlay_event), (gst_textoverlay_video_chain),
17538         (gst_textoverlay_loop), (gst_textoverlay_init), (plugin_init):
17539         * ext/pango/gsttextoverlay.h:
17540         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
17541         (gst_matroska_demux_handle_seek_event),
17542         (gst_matroska_demux_sync_streams),
17543         (gst_matroska_demux_parse_blockgroup),
17544         (gst_matroska_demux_subtitle_caps),
17545         (gst_matroska_demux_plugin_init):
17546         * gst/matroska/matroska-ids.h:
17547         * gst/playback/gstdecodebin.c: (close_pad_link):
17548         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
17549         (gen_preroll_element), (remove_groups), (add_stream),
17550         (new_decoded_pad), (setup_subtitles), (gen_source_element),
17551         (setup_source):
17552         * gst/playback/gstplaybasebin.h:
17553         * gst/playback/gstplaybin.c: (gen_text_element), (setup_sinks):
17554         * gst/subparse/Makefile.am:
17555         * gst/subparse/gstsubparse.c: (gst_subparse_get_type),
17556         (gst_subparse_base_init), (gst_subparse_class_init),
17557         (gst_subparse_init), (gst_subparse_formats),
17558         (gst_subparse_eventmask), (gst_subparse_event),
17559         (gst_subparse_handle_event), (convert_encoding), (get_next_line),
17560         (parse_mdvdsub), (parse_mdvdsub_init), (parse_subrip),
17561         (parse_subrip_deinit), (parse_subrip_init), (parse_mpsub),
17562         (parse_mpsub_deinit), (parse_mpsub_init),
17563         (gst_subparse_buffer_format_autodetect),
17564         (gst_subparse_format_autodetect), (gst_subparse_loop),
17565         (gst_subparse_change_state), (gst_subparse_type_find),
17566         (plugin_init):
17567         * gst/subparse/gstsubparse.h:
17568         * gst/typefind/gsttypefindfunctions.c: (ogmtext_type_find),
17569         (plugin_init):
17570           Add subtitle support, .sub parser (supports SRT and MPsub),
17571           OGM text support, Matroska UTF-8 text support, deadlock fixes
17572           all over the place, subtitle awareness in decodebin/playbin
17573           and some fixes to textoverlay to handle subtitles in a stream
17574           correctly. Fixes #100931.
17575
17576 2005-01-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17577
17578         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
17579           Check for pad availability before doing a query on it.
17580
17581 2005-01-08  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
17582
17583         * ext/dv/gstdvdec.c:
17584           really fix bpp24/32 dvdec caps (classic rgba indeed)
17585         * gst/asfdemux/gstasfdemux.c:
17586         (gst_asf_demux_process_ext_content_desc):
17587           don't send text tags if they are empty (bis repetita)
17588
17589 2005-01-08  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
17590
17591         * ext/dv/gstdvdec.c:
17592          remove unneeded comment from dvdec
17593           (related to DV 4CC codes in AVI files)
17594           moved them in gstreamer/docs/random/mimetypes
17595         * gst/asfdemux/gstasfdemux.c:
17596         (gst_asf_demux_process_ext_content_desc):
17597          don't send text tags if they are empty
17598          fix mem leak on error path
17599         * gst/ffmpegcolorspace/avcodec.h:
17600         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
17601         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
17602         (gst_ffmpegcsp_avpicture_fill):
17603         * gst/ffmpegcolorspace/imgconvert.c: (img_get_alpha_info):
17604         * gst/ffmpegcolorspace/imgconvert_template.h:
17605          adds BGR32 and BGRA32 to ffmpegcolorspace
17606           (still bad colors, fixing it on next commit)
17607           helps with dvdec outputing BGR32
17608
17609 2005-01-08  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
17610
17611         * ext/dv/gstdvdec.c:
17612          Fix audio caps i just broke (missing ',')
17613         * gst/matroska/matroska-mux.c: (gst_matroska_mux_get_type),
17614         (gst_matroska_mux_reset):
17615          Fix typo + add FIXME about old "x-gst-metadata" crap
17616
17617 2005-01-07  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
17618
17619         * ext/dv/demo-play.c: (main):
17620          xvideosink -> xvimagesink
17621         * ext/dv/gstdvdec.c:
17622          change rgb 32/32 caps to 24/32 (no alpha)
17623          change nb of channels to be a list (2 or 4, not 2)
17624          change sample rate to be a list (32, 44.1, 48 kHz) not a range
17625         * gst/asfdemux/gstasfdemux.c:
17626         (gst_asf_demux_process_ext_content_desc):
17627          Add 'date/year' to extracted metadata list
17628
17629 2005-01-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17630
17631         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_fixate):
17632           The return value of fixate_to does not imply that the requested
17633           value was set, so don't assume.
17634
17635 2005-01-07  Gergely Nagy  <algernon@bonehunter.rulez.org>
17636
17637         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17638
17639         * ext/libpng/gstpngdec.c:
17640         * ext/libpng/gstpngenc.c: (gst_pngenc_base_init),
17641         (gst_pngenc_sinklink), (gst_pngenc_init), (gst_pngenc_chain):
17642         * ext/libpng/gstpngenc.h:
17643           Alpha support (encoder; #163161), mime fixage.
17644
17645 2005-01-07  Sebastien Cote  <sc5@hermes.usherb.ca>
17646
17647         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17648
17649         * ext/faac/gstfaac.c: (gst_faac_outputformat_get_type),
17650         (gst_faac_class_init), (gst_faac_init), (gst_faac_srcconnect),
17651         (gst_faac_set_property), (gst_faac_get_property):
17652         * ext/faac/gstfaac.h:
17653           Allow for ADTS output (#153434).
17654
17655 2005-01-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17656
17657         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_getcaps):
17658           Fix against template (#150576).
17659
17660 2005-01-06  Benjamin Otte  <otte@gnome.org>
17661
17662         * gst/games/gstpuzzle.c: (draw_puzzle):
17663           don't draw a puzzle if either width or height of tiles would be 0.
17664
17665 2005-01-06  Benjamin Otte  <otte@gnome.org>
17666
17667         * gst/games/gstpuzzle.c: (gst_puzzle_get_type),
17668         (gst_puzzle_class_init), (gst_puzzle_finalize):
17669           no memleaks, please
17670         (gst_puzzle_create), (gst_puzzle_init),
17671         (gst_puzzle_set_property), (gst_puzzle_setup):
17672           change initialization code around so we don't reshuffle on resize
17673         (draw_puzzle):
17674           fix another stupid typo
17675
17676 2005-01-06  Benjamin Otte  <otte@gnome.org>
17677
17678         * gst/games/gstvideoimage.c: (copy_hline_YUY2):
17679           fix stupid typo that borked copying on YUY2
17680
17681 2005-01-06  Benjamin Otte  <otte@gnome.org>
17682
17683         * gst/games/gstpuzzle.c: (draw_puzzle):
17684           fix edges when image sizes aren't multiples of tile sizes
17685
17686 2005-01-06  Benjamin Otte  <otte@gnome.org>
17687
17688         * gst/games/gstpuzzle.c: (gst_puzzle_base_init):
17689           make RGB endianness work correctly
17690         (gst_puzzle_show), (gst_puzzle_swap), (gst_puzzle_move):
17691           refactor and fix race with initial shuffling
17692         (nav_event_handler):
17693           allow using the mouse to puzzle
17694         (draw_puzzle):
17695           insist on tiles having width and height as multiples of 4 to get
17696           clean YUV image handling
17697         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
17698         (gst_xvimagesink_handle_xevents), (gst_xvimagesink_buffer_alloc):
17699           s/DEBUG/LOG/ for common messages
17700         (gst_xvimagesink_navigation_send_event):
17701           fix mouse event translation to not include screen PAR
17702         * sys/ximage/ximagesink.c: (gst_ximagesink_navigation_send_event):
17703           fix mouse event translation to actually work
17704
17705 2005-01-06  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
17706
17707         * gst/asfdemux/gstasfdemux.c:
17708         (gst_asf_demux_process_ext_content_desc):
17709          Extract TrackNumber metadata + clean up code
17710         * gst/games/gstvideoimage.c: (gst_video_image_draw_rectangle):
17711          Hope this is the good fix (var used unitialised)
17712
17713 2005-01-06  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17714
17715         * ext/faad/gstfaad.c: (gst_faad_chain):
17716           Only increment timestamp if it's valid. Fixes raw AAC streams.
17717
17718 2005-01-06  Benjamin Otte  <in7y118@public.uni-hamburg.de>
17719
17720         * configure.ac:
17721         * gst/games/Makefile.am:
17722         * gst/games/gstpuzzle.c:
17723           add a puzzle game with...
17724         * gst/games/gstvideoimage.c:
17725         * gst/games/gstvideoimage.h:
17726           ... full colorspace support (that includes YUV9 and RGB16)) stolen
17727           from videotestsrc and made into something that would be a nice
17728           library for a lot of other plugins.
17729
17730 2005-01-06  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
17731
17732         * configure.ac:
17733          don't compile faad plugin if a RC of 2.0 is found
17734          Fixes #155346 (and FC1 buildbot)
17735         * gst/asfdemux/gstasfdemux.c:
17736         (gst_asf_demux_process_ext_content_desc):
17737          try to make Solaris compiler happier
17738
17739 2005-01-06  Paul Jack  <pjack@sfaf.org>
17740
17741         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17742
17743         * ext/snapshot/gstsnapshot.c: (gst_snapshot_class_init):
17744           Fix segfault (#161667).
17745
17746 2005-01-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17747
17748         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_getcaps):
17749           Fix framerate reporting.
17750
17751 2005-01-05  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
17752
17753         * gst-libs/gst/riff/riff-ids.h:
17754         * gst/wavenc/riff.h:
17755          Add AMR (VBR and CBR) ids to riff.h audio codec list
17756         * gst/asfdemux/gstasfdemux.c:
17757         (gst_asf_demux_process_ext_content_desc),
17758         (gst_asf_demux_process_object):
17759           Retrieve more tags from ASF files (Genre, AlbumTitle, Artist)
17760
17761 2005-01-05  Martin Eikermann  <meiker@upb.de>
17762
17763         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17764
17765         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_class_init),
17766         (gst_dvd_demux_handle_discont):
17767         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_class_init),
17768         (gst_mpeg_demux_handle_discont):
17769           Recreate pads on new-media (#160730).
17770         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_new_pad):
17771           Send discont even if manager changes timestamps (#161929).
17772
17773 2005-01-05  Sebastien Cote  <sc5@hermes.usherb.ca>
17774
17775         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17776
17777         * gst-libs/gst/resample/resample.c: (gst_resample_sinc_ft_s16):
17778           Fix invalid memory access (#159211).
17779
17780 2005-01-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17781
17782         * examples/gstplay/player.c: (main):
17783           Don't iterate.
17784         * examples/seeking/seek.c: (fixate), (make_playerbin_pipeline):
17785           Add visualizations.
17786         * ext/a52dec/gsta52dec.c: (gst_a52dec_push),
17787         (gst_a52dec_handle_frame):
17788           Set duration.
17789         * ext/dvdnav/gst-dvd:
17790           Add audioconvert. Fixes #161325.
17791         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_get):
17792           Explicitely case to gint64. Possible valgrind error.
17793         * gst-libs/gst/play/play.c: (caps_set), (setup_size),
17794         (gst_play_tick_callback), (gst_play_change_state),
17795         (gst_play_dispose), (gst_play_init), (gst_play_class_init),
17796         (gst_play_set_location), (gst_play_get_location),
17797         (gst_play_seek_to_time), (gst_play_set_data_src),
17798         (gst_play_set_video_sink), (gst_play_set_audio_sink),
17799         (gst_play_set_visualization), (gst_play_connect_visualization),
17800         (gst_play_get_framerate), (gst_play_get_all_by_interface),
17801         (gst_play_new):
17802           Use playbin. Fixes #139749 and #147744.
17803         * gst/apetag/apedemux.c: (gst_ape_demux_parse_tags):
17804           Add genre tag.
17805         * gst/audioscale/gstaudioscale.c: (gst_audioscale_method_get_type),
17806         (audioscale_get_type), (gst_audioscale_base_init),
17807         (gst_audioscale_class_init), (gst_audioscale_expand_caps),
17808         (gst_audioscale_getcaps), (gst_audioscale_fixate),
17809         (gst_audioscale_link), (gst_audioscale_get_buffer),
17810         (gst_audioscale_decrease_rate), (gst_audioscale_increase_rate),
17811         (gst_audioscale_init), (gst_audioscale_dispose),
17812         (gst_audioscale_chain), (gst_audioscale_set_property),
17813         (gst_audioscale_get_property), (plugin_init):
17814           Indent properly.
17815         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_process_private):
17816           Fix LPCM.
17817         * gst/qtdemux/qtdemux.c: (qtdemux_parse_udta),
17818         (qtdemux_tag_add_str), (qtdemux_tag_add_num),
17819         (qtdemux_tag_add_gnre), (qtdemux_video_caps):
17820           Add more metadata (fixes #162656).
17821
17822 2005-01-05  Thomas Vander Stichele  <thomas at apestaart dot org>
17823
17824         * configure.ac:
17825           back to cvs
17826
17827 === release 0.8.7 ===
17828
17829 2005-01-05  Thomas Vander Stichele  <thomas at apestaart dot org>
17830
17831         * NEWS:
17832         * RELEASE:
17833         * configure.ac:
17834           releasing 0.8.7, "Hyperspace"
17835
17836 2005-01-05  Thomas Vander Stichele  <thomas at apestaart dot org>
17837
17838         patch by: Tim-Philipp Müller  <t.i.m@zen.co.uk>
17839
17840         * gst/playback/gstplaybasebin.c:
17841          Fix for #162924 - free caps after use, not before
17842
17843 2005-01-04  Thomas Vander Stichele  <thomas at apestaart dot org>
17844
17845         patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
17846
17847         * gst/playback/gstplaybasebin.c:
17848         * gst/wavparse/gstwavparse.c:
17849           Fix for #154773 - fixes playback of small .wav files
17850
17851 2005-01-03  Thomas Vander Stichele  <thomas at apestaart dot org>
17852
17853         patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
17854
17855         * gst/audioscale/gstaudioscale.c:
17856           Fix for #162819 - make audioscale reusable
17857           Fixes playback of more than one file with playbin/totem
17858
17859 2004-12-29  Thomas Vander Stichele  <thomas at apestaart dot org>
17860
17861         * gst/ffmpegcolorspace/avcodec.h:
17862         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
17863         * gst/ffmpegcolorspace/imgconvert.c:
17864           clean up the mess that made me cry and avoid needless duplication
17865
17866 2004-12-29  Thomas Vander Stichele  <thomas at apestaart dot org>
17867
17868         * gst/ffmpegcolorspace/imgconvert.c:
17869           give some indication of why we're segfaulting
17870
17871 2004-12-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17872
17873         * configure.ac:
17874           Fix indentation, fix v4l2 plugin detection.
17875         * ext/Makefile.am:
17876           Fix libmms location (Maciej, use diff -u!).
17877         * ext/alsa/gstalsa.c: (gst_alsa_init):
17878           Initialize caps cache to NULL.
17879         * gst/playback/gstplaybin.c: (gst_play_bin_change_state):
17880           Only change state on audiosink if it exists.
17881
17882 2004-12-28  Maciej Katafiasz  <mathrick@mathrick.org>
17883
17884         * gst/matroska/matroska-demux.c:
17885         * gst/matroska/matroska-ids.h:
17886         * gst/matroska/matroska-demux.h:
17887         Fix Vorbis streams failing to decode in some files, where cluster_time
17888         isn't 0, because then it doesn't send codec_priv before actual data.
17889         Remove time-based test and replace it with marker set on beginning of
17890         new stream
17891
17892 2004-12-28  David Schleef  <ds@schleef.org>
17893
17894         Merge patch from Ronald fixing problems with streaming
17895         text.
17896         * ext/cairo/gstcairo.c: (plugin_init):
17897         * ext/cairo/gsttextoverlay.c: (gst_textoverlay_render_text),
17898         (gst_text_overlay_blit_1), (gst_text_overlay_blit_sub2x2),
17899         (gst_textoverlay_video_chain), (gst_textoverlay_loop),
17900         (gst_textoverlay_font_init), (gst_textoverlay_init),
17901         (gst_textoverlay_set_property):
17902         * ext/cairo/gsttextoverlay.h:
17903
17904 2004-12-27  David Schleef  <ds@schleef.org>
17905
17906         * ext/cairo/gsttextoverlay.c: (gst_textoverlay_render_text),
17907         (gst_text_overlay_blit_1), (gst_text_overlay_blit_sub2x2),
17908         (gst_textoverlay_video_chain), (gst_textoverlay_loop),
17909         (gst_textoverlay_font_init), (gst_textoverlay_init),
17910         (gst_textoverlay_set_property): Improvements to actually
17911         render text as white on black outline on video, including
17912         font selection and horizontal/vertical alignment.  (Ronald's
17913         christmas present)
17914         * ext/cairo/gsttextoverlay.h:
17915
17916 2004-12-26  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
17917
17918         * ext/ogg/gstogg.c:
17919         * ext/ogg/gstogmparse.c:
17920           fix ogm[audio/video]parse plugin registration
17921           (riff won't load if bytestream is already loaded)
17922
17923 2004-12-24  Thomas Vander Stichele  <thomas at apestaart dot org>
17924
17925         * gst/audioconvert/gstchannelmix.c:
17926           fix for GLIB < 2.4
17927
17928 2004-12-24  Thomas Vander Stichele  <thomas at apestaart dot org>
17929
17930         * Makefile.am:
17931         * configure.ac:
17932           disable docs again until it actually passes make distcheck.
17933
17934 2004-12-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17935
17936         * gst/qtdemux/qtdemux.c: (qtdemux_type_get), (qtdemux_audio_caps):
17937         * gst/typefind/gsttypefindfunctions.c: (q3gp_type_find),
17938         (plugin_init):
17939           Add 3GP (variables name Q3GP because they can't start with a
17940           number). Add samr audio fourcc (used in .3gp files), decoder
17941           is work in progress. Also do a GST_WARNING instead of ERROR
17942           in case of unknown nodes, to decrease output.
17943
17944 2004-12-24  Thomas Vander Stichele  <thomas at apestaart dot org>
17945
17946         * Makefile.am:
17947           really fix dist
17948
17949 2004-12-23  Thomas Vander Stichele  <thomas at apestaart dot org>
17950
17951         * configure.ac:
17952         * ext/speex/gstspeexdec.h:
17953         * ext/speex/gstspeexenc.h:
17954           Fixes #158382.  Make speex plugin compatible with both 1.0 and 1.1.
17955           Fix detection code in configure.ac
17956
17957 2004-12-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17958
17959         * gst/matroska/matroska-demux.c:
17960         (gst_matroska_demux_parse_blockgroup):
17961           Save position, so that queries give proper return values. Don't
17962           know how this could ever have worked before...
17963
17964 2004-12-23  Thomas Vander Stichele  <thomas at apestaart dot org>
17965
17966         * configure.ac:
17967           Put additional LAME check inside the conditional.  Fixes #152339
17968
17969 2004-12-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17970
17971         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
17972         (gst_avi_demux_stream_scan):
17973           Add some more debug. Fix logic error when setting movi offset
17974           while reading index.
17975
17976 2004-12-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17977
17978         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
17979         (gst_avi_demux_stream_scan), (gst_avi_demux_handle_seek),
17980         (gst_avi_demux_process_next_entry):
17981           Add some debugging. Better detection of broken indexes and the
17982           accompanying index recovery. No infinite loops on state changes
17983           when we're still in our loopfunction.
17984
17985 2004-12-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17986
17987         * configure.ac:
17988           Fix up.
17989
17990 2004-12-22  Archana Shah  <archana.shah@wipro.com>
17991
17992         Reviewed by:  Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17993
17994         * sys/sunaudio/gstsunmixer.c: (gst_sunaudiomixer_set_volume):
17995           Normalizing the value before setting
17996         (gst_sunaudiomixer_get_volume):
17997           Normalizing the value after getting. Fixes bug# 161980
17998
17999 2004-12-22  Christian Fredrik Kalager Schaller  <uraeus@gnome.org>
18000
18001         * Makefile.am: Make sure docs gets disted
18002         * docs/Makefile.am: Make sure all needed files get disted
18003         * gst-plugins.spec.in: latest updates
18004
18005 2004-12-22  Wim Taymans  <wim@fluendo.com>
18006
18007         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_add_element):
18008         Revert patch 1.38 as clock distribution over schedulers does
18009         not work correcly in the core yet.
18010
18011 2004-12-21  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
18012
18013         * sys/oss/README: remove this file, which predates my birth
18014           (and which content is by far outdated)
18015
18016 2004-12-20  Stefan Kost  <ensonic@users.sf.net>
18017
18018         * Makefile.am:
18019         * configure.ac:
18020         * docs/Makefile.am:
18021         * docs/libs/Makefile.am:
18022         * docs/libs/gst-plugins-libs-docs.sgml:
18023         * docs/libs/gst-plugins-libs-sections.txt:
18024         * docs/libs/tmpl/gstgconf.sgml:
18025         * docs/upload.mak:
18026         * docs/version.entities.in:
18027           Added boilerplate gtk-doc files for plugin-libs documentation.
18028
18029 2004-12-19  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
18030
18031         * gst/auparse/gstauparse.c: fix int and float audio caps
18032
18033 2004-12-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18034
18035         * sys/v4l/gstv4lelement.c: (gst_v4l_iface_supported):
18036         * sys/v4l2/gstv4l2element.c: (gst_v4l2_iface_supported):
18037           g_assert() can be a macro, don't use #ifdef inside it.
18038
18039 2004-12-19  Edward Hervey  <bilboed@bilboed.com>
18040
18041         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18042
18043         * gst/videorate/gstvideorate.c: (gst_videorate_blank_data),
18044         (gst_videorate_init), (gst_videorate_chain),
18045         (gst_videorate_change_state):
18046           Event handling (fixes #159986).
18047
18048 2004-12-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18049
18050         * gst-libs/gst/riff/riff-media.c:
18051         (gst_riff_create_video_caps_with_data):
18052           Add BLZ0 (Blizzard's version of DivX) fourcc.
18053
18054 2004-12-18  David Schleef  <ds@schleef.org>
18055
18056         * gst/tta/gstttadec.c: (gst_tta_dec_link): And yet another
18057         portability fix.
18058
18059 2004-12-18  David Schleef  <ds@schleef.org>
18060
18061         * gst/tta/ttadec.h: Disable some header code that isn't used
18062         and clearly isn't portable.
18063
18064 2004-12-18  David Schleef  <ds@schleef.org>
18065
18066         * gst/ffmpegcolorspace/imgconvert.c: (get_pix_fmt_info),
18067         (avcodec_get_chroma_sub_sample), (avcodec_get_pix_fmt_name),
18068         (avcodec_get_pix_fmt), (avpicture_layout),
18069         (avcodec_get_pix_fmt_loss), (avg_bits_per_pixel), (img_copy),
18070         (get_convert_table_entry), (img_convert), (img_get_alpha_info):
18071         Fix code to not use GCC extensions (and c99 extensions that
18072         Forte does not like.)
18073
18074 2004-12-19  Tim-Philipp Müller  <t.i.m@zen.co.uk>
18075
18076         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18077
18078         * gst/deinterlace/gstdeinterlace.c: (gst_deinterlace_link),
18079         (gst_deinterlace_chain):
18080           Rowstride fixes. Fixes #161039.
18081         * gst/videocrop/gstvideocrop.c: (gst_video_crop_init),
18082         (gst_video_crop_get_property), (gst_video_crop_add_to_struct_val),
18083         (gst_video_crop_getcaps), (gst_video_crop_link),
18084         (gst_video_crop_i420), (gst_video_crop_chain),
18085         (gst_video_crop_change_state):
18086           Rework of negotiation. Actually works now. Fixes #158650.
18087
18088 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18089
18090         * gst/matroska/matroska-demux.c: (gst_matroska_ebmlnum_sint):
18091           That was very stupid.
18092
18093 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18094
18095         * gst/matroska/matroska-demux.c:
18096         (gst_matroska_demux_parse_blockgroup):
18097           Fix possible crasher.
18098
18099 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18100
18101         * gst/matroska/matroska-demux.c: (gst_matroska_ebmlnum_uint),
18102         (gst_matroska_ebmlnum_sint), (gst_matroska_demux_parse_blockgroup):
18103           Lace sizes can be zero.
18104
18105 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18106
18107         * ext/musepack/gstmusepackdec.cpp:
18108           Fetch error return values. Fixes #161624.
18109         * gst/apetag/apedemux.c: (gst_ape_demux_stream_data):
18110           Really EOS.
18111
18112 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18113
18114         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index):
18115           Work for truncated (unfinished download etc.) files. Fixes #160514.
18116
18117 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18118
18119         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
18120           Fix for integer overflow. Makes #156001 not crash. Probably masks
18121           the real bug.
18122
18123 2004-12-17  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18124
18125         * gst/ac3parse/gstac3parse.c: (plugin_init):
18126           Parsers never have ranks. Fixes #159651.
18127
18128 2004-12-17  Benjamin Otte  <in7y118@public.uni-hamburg.de>
18129
18130         * gst/playback/gstdecodebin.c: (compare_ranks):
18131           make sure the facotries are ordered the same every time even if they
18132           have the same rank by using the name
18133         * gst/playback/gstdecodebin.c: (find_compatibles):
18134           make sure we don't add factories to the list twice
18135
18136 2004-12-16  David Schleef  <ds@schleef.org>
18137
18138         * configure.ac: look for musepack headers as musepack/*.h
18139         (fixes #159847)
18140         * ext/musepack/gstmusepackdec.h: use <musepack/*.h>
18141         * ext/musepack/gstmusepackreader.h: same
18142
18143 2004-12-17  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18144
18145         * gst-libs/gst/riff/riff-read.c:
18146         (gst_riff_read_strf_auds_with_data):
18147           Read extradata correctly (fixes #155879).
18148
18149 2004-12-16  David Schleef  <ds@schleef.org>
18150
18151         * gst/audioscale/gstaudioscale.c: allow passthru of >2 channel
18152         audio.  does _not_ attempt or allow conversion unless channels
18153         is 1 or 2.
18154
18155 2004-12-16  Christian Fredrik Kalager Schaller  <uraeus@gnome.org>
18156
18157         * tools/gst-launch-ext-m.m: fix mpeg and vob pipelines
18158
18159 2004-12-16  David Schleef  <ds@schleef.org>
18160
18161         * gst/audioscale/gstaudioscale.c: the resample library only
18162         handles 1 or 2 channels.  Change caps to compensate.
18163
18164 2004-12-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18165
18166         * gst/matroska/matroska-demux.c: (aac_rate_idx), (aac_profile_idx),
18167         (gst_matroska_demux_audio_caps):
18168           Some MPEG-AAC hacks, because else it doesn't work...
18169
18170 2004-12-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18171
18172         * gst-libs/gst/riff/riff-media.c:
18173         (gst_riff_create_video_caps_with_data),
18174         (gst_riff_create_video_template_caps):
18175           Add h264.
18176
18177 2004-12-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18178
18179         * gst-libs/gst/audio/Makefile.am:
18180           Try to fix buildbot.
18181
18182 2004-12-16  Thomas Vander Stichele  <thomas at apestaart dot org>
18183
18184         * gst/tcp/gstmultifdsink.c:
18185           Clean up and uniformize debugging.
18186
18187 2004-12-16  Edward Hervey  <bilboed@bilboed.com>
18188
18189         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18190
18191         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_class_init),
18192         (gst_dvd_demux_reset), (gst_dvd_demux_change_state):
18193         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_reset),
18194         (gst_mpeg_demux_change_state):
18195           Reset on ready. Fixes 160276.
18196
18197 2004-12-16  Sebastien Cote  <sc5@hermes.usherb.ca>
18198
18199         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18200
18201         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
18202         (gst_ffmpegcsp_pad_link):
18203           Fix memleak (#154815).
18204
18205 2004-12-16  James Bowes  <bowes@cs.dal.ca>
18206
18207         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18208
18209         * ext/musicbrainz/gsttrm.c: (gst_musicbrainz_class_init),
18210         (gst_musicbrainz_init), (gst_musicbrainz_chain),
18211         (gst_musicbrainz_set_property), (gst_musicbrainz_get_property):
18212         * ext/musicbrainz/gsttrm.h:
18213           Add support for using a proxy server when getting a trm id from
18214           the MusicBrainz database (#149613).
18215
18216 2004-12-16  Christophe Fergeau  <teuf@gnome.org>
18217
18218         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18219
18220         * gst/playback/gstdecodebin.c: (new_pad), (close_link):
18221         * gst/playback/gstplaybasebin.c: (new_decoded_pad):
18222           Fix memleaks (#157233).
18223
18224 2004-12-16  Sebastien Cote  <sc5@hermes.usherb.ca>
18225
18226         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18227
18228         * gst-libs/gst/resample/resample.c: (gst_resample_close):
18229         * gst-libs/gst/resample/resample.h:
18230         * gst/audioscale/gstaudioscale.c:
18231           Fix memleak (#159215).
18232
18233 2004-12-16  Toni Willberg  <toniw@iki.fi>
18234
18235         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18236
18237         * sys/oss/gstosselement.c: (gst_osselement_probe_caps):
18238         * sys/oss/oss_probe.c: (main):
18239           Check for mono/stereo support (similar to samplerate probing),
18240           fixes #159433. Also add missing copyright header to oss_probe.c.
18241
18242 2004-12-15  David Schleef  <ds@schleef.org>
18243
18244         * configure.ac: add audioresample and cairo plugins.  Remove
18245         HAVE_MMX stuff, because it's not used.
18246         * ext/Makefile.am: same
18247         * ext/audioresample/Makefile.am: You are not ready for an
18248         audio resampling element based on audioresample.
18249         * ext/audioresample/gstaudioresample.c:
18250         * ext/audioresample/gstaudioresample.h:
18251         * ext/cairo/Makefile.am: You are not ready for overlay elements
18252         based on cairo.  Don't look too closely, these elements kinda
18253         suck right now.
18254         * ext/cairo/gstcairo.c: new
18255         * ext/cairo/gsttextoverlay.c: new
18256         * ext/cairo/gsttextoverlay.h: new
18257         * ext/cairo/gsttimeoverlay.c: new
18258         * ext/cairo/gsttimeoverlay.h: new
18259         * gst-libs/gst/media-info/media-info-priv.h: fix compile
18260         problem with compilers that don't support variadic macros.
18261
18262 2004-12-15  Balamurali Viswanathan  <balamurali.viswanathan@wipro.com>
18263
18264         Reviewed by:  David Schleef  <ds@schleef.org>
18265
18266         * sys/sunaudio/gstsunaudio.c: (plugin_init):  Apply patch from
18267         Bala, registering sunaudiosrc (oops!), and cleaning up code a
18268         bit.  Also ran indent-gst.
18269         * sys/sunaudio/gstsunaudiosrc.c: (gst_sunaudiosrc_init),
18270         (gst_sunaudiosrc_change_state), (gst_sunaudiosrc_get),
18271         (gst_sunaudiosrc_setparams):
18272
18273 2004-12-14  David Schleef  <ds@schleef.org>
18274
18275         * gst/festival/gstfestival.c: (gst_festival_chain): Set the
18276         output rate to 16000.  Should fix #160235.
18277
18278 2004-12-14  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
18279
18280         * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find):
18281         Add typefinding for mpeg2 pes streams
18282
18283 2004-12-13  David Schleef  <ds@schleef.org>
18284
18285         * configure.ac:  Applied patch from bug #143659, making default
18286         sources and sinks OS-dependent (for Solaris), and added code
18287         for OS/X.
18288         * gconf/gstreamer.schemas.in: use OS-dependent sinks in gconf.
18289
18290 2004-12-13  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
18291
18292         * gst-libs/gst/riff/riff-media.c:
18293           forgot to add h2.64 to avidemux template caps
18294
18295 2004-12-13  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
18296
18297         * gst/wavenc/riff.h:
18298         * gst-libs/gst/riff/riff-media.c:
18299         * gst-libs/gst/riff/riff-ids.h:
18300         * gst/avi/gstavimux.c
18301         add 4CC code for VideoSoft h264 in AVI (VSSH)
18302           fixes bug #160655
18303         remove s323 from riff, it's quicktime specific :(
18304
18305 2004-12-13  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
18306
18307         * gst/asfdemux/README
18308         * gst/wavenc/riff.h
18309         * gst-libs/gst/riff/riff-ids.h
18310         * gst-libs/gst/riff/riff-media.c
18311         * gst/qtdemux/qtdemux.c:
18312           add new 4CC codes for h263 related codecs
18313           fixes partially bug #155163
18314
18315 2004-12-12  Christian Fredrik Kalager Schaller  <christian at fluendo dot com>
18316
18317         * configure.ac: Update polyaudio requirement to 0.7
18318         * ext/polyp/polypsink.c: (create_stream): add patch from iain (158258)
18319
18320 2004-12-11  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
18321
18322         * gst/interleave/deinterleave.c:
18323         fix my name's spelling! :)
18324
18325 2004-12-11  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
18326
18327         * AUTHORS ChangeLog
18328         * gst/auparse/gstauparse.c
18329         * gst/interleave/deinterleave.c
18330         * gst/law/:
18331                 alaw-decode.c alaw-encode.c
18332                 mulaw-decode.c mulaw-encode.c
18333         * gst/oneton/gstoneton.c
18334         * sys/osxaudio/:
18335                 gstosxaudioelement.c gstosxaudiosink.c gstosxaudiosrc.c
18336         * sys/osxvideo/:
18337                 cocoawindow.h cocoawindow.m
18338                 osxvideosink.h osxvideosink.m
18339
18340         put the same mail address for Zaheer Abbas Merali everywhere
18341
18342 2004-12-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18343
18344         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_loop):
18345           Align by packetsize, and assert that we a packet available before
18346           playing. The first makes webstreams work (they often include
18347           trailing padding data in a packet), the second allows pausing a
18348           ASF stream in totem without getting demux errors afterwards.
18349
18350 2004-12-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18351
18352         * ext/ogg/gstoggdemux.c: (get_relative):
18353           Check for non-NULL before accessing member (end-of-chain).
18354
18355 2004-12-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18356
18357         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_class_init),
18358         (cdparanoia_set_property), (cdparanoia_get_property):
18359         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_class_init),
18360         (dvdnavsrc_set_property), (dvdnavsrc_get_property):
18361         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_class_init),
18362         (dvdreadsrc_init), (dvdreadsrc_set_property),
18363         (dvdreadsrc_get_property):
18364         * sys/vcd/vcdsrc.c: (gst_vcdsrc_class_init),
18365         (gst_vcdsrc_set_property), (gst_vcdsrc_get_property):
18366           Synchronize property names where not yet the case. Devices are
18367           now device=X, other versions are deprecated (but still exist).
18368           Also use g_free() unconditionally.
18369         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
18370         (setup_source), (gst_play_base_bin_get_property):
18371           Expose source.
18372
18373 2004-12-09  Thomas Vander Stichele  <thomas at apestaart dot org>
18374
18375         * configure.ac: move GCONF macro outside conditional for the am
18376           conditional. Fixes #160439
18377
18378 2004-12-08  David Schleef  <ds@schleef.org>
18379
18380         * tools/gst-visualise-m.m: Switch to elements that currently
18381         exist.
18382
18383 2004-12-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18384
18385         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
18386           We love wrong commas.
18387
18388 2004-12-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18389
18390         * gst/matroska/matroska-demux.c:
18391         (gst_matroska_demux_handle_src_query):
18392           Don't set DEFAULT, unsupported - makes length display incorrectly
18393           in some cases.
18394
18395 2004-12-07  Christian Fredrik Kalager Schaller  <uraeus@gnome.org>
18396
18397         * gst/monoscope/README: remove blurb about files being GPL
18398         * gst/monoscope/gstmonoscope.c: Change license field to LGPL
18399         * gst/monoscope/monoscope.c: Change license to BSD with explanation
18400           monoscope is now effectively LGPL licensed
18401
18402 2004-12-07  Christian Fredrik Kalager Schaller  <uraeus@gnome.org>
18403
18404         * gst/monoscope/README: Update information to be more correct
18405         * gst/monoscope/convolve.c: Relicense to LGPL
18406         * gst/monoscope/convolve.h: Relicense to LGPL
18407
18408 2004-12-06  Arwed v. Merkatz <v.merkatz@gmx.net>
18409
18410         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain):
18411           set BUFFER_DURATION to correct values (mpeg1 audio frame length is fixed)
18412         * gst/matroska/matroska-mux.c: (gst_matroska_mux_audio_pad_link):
18413           set default_duration for mpeg1 audio
18414
18415 2004-12-06  Benjamin Otte  <in7y118@public.uni-hamburg.de>
18416
18417         * ext/alsa/gstalsa.c: (gst_alsa_get_caps), (gst_alsa_close_audio):
18418         * ext/alsa/gstalsa.h:
18419           refactor big chunks of the core caps negotiation code to make it
18420           a lot faster, because people claim it's really slow
18421           (actually, just cache the getcaps when the device is opened)
18422
18423 2004-12-06  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18424
18425         * ext/a52dec/gsta52dec.c: (gst_a52dec_init),
18426         (gst_a52dec_handle_event), (gst_a52dec_update_streaminfo),
18427         (gst_a52dec_handle_frame), (gst_a52dec_chain),
18428         (gst_a52dec_change_state), (plugin_init):
18429         * ext/a52dec/gsta52dec.h:
18430           Do something useful with timestamps. Make chain-based (since
18431           there's really no reason to be loopbased).
18432         * gst/avi/gstavidemux.c: (gst_avi_demux_process_next_entry):
18433           Update current_byte/frame correctly.
18434
18435 2004-12-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18436
18437         * gst/apetag/apedemux.c: (gst_ape_demux_parse_tags),
18438         (gst_ape_demux_stream_init):
18439           Forward tags, too.
18440
18441 2004-12-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18442
18443         * gst/apetag/apedemux.c: (gst_ape_demux_stream_init):
18444           Let's make sure we're done typefinding when detecting tags.
18445
18446 2004-12-03  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18447
18448         * gst/matroska/ebml-read.c: (gst_ebml_read_class_init),
18449         (gst_ebml_read_init), (gst_ebml_read_use_event),
18450         (gst_ebml_read_element_id), (gst_ebml_peek_id),
18451         (gst_ebml_read_seek), (gst_ebml_read_skip),
18452         (gst_ebml_read_reserve), (gst_ebml_read_buffer),
18453         (gst_ebml_read_master):
18454         * gst/matroska/ebml-read.h:
18455         * gst/matroska/matroska-demux.c:
18456         (gst_matroska_demux_parse_contents),
18457         (gst_matroska_demux_loop_stream), (gst_matroska_demux_audio_caps):
18458           Disgustingly evil hack for working around INTERRUPT events and
18459           their extremely annoying habit of being a pain in the ass. We
18460           simply peek a cluster before reading any of it.
18461
18462 2004-12-03  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18463
18464         * ext/musepack/gstmusepackdec.cpp:
18465           There's also floating point libmusepacks.
18466
18467 2004-12-03  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18468
18469         * ext/faad/gstfaad.c: (gst_faad_chanpos_from_gst),
18470         (gst_faad_chanpos_to_gst), (gst_faad_chain):
18471           Set DURATION even if source buffer didn't. Also use increasing
18472           timestamps.
18473         * gst-libs/gst/riff/riff-media.c:
18474         (gst_riff_create_audio_caps_with_data):
18475           Block_align can have larger values than 8192.
18476
18477 2004-12-02  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18478
18479         * gst/law/alaw-decode.c: (alawdec_getcaps), (alawdec_link):
18480         * gst/law/alaw-encode.c: (alawenc_getcaps), (alawenc_link):
18481         * gst/law/mulaw-decode.c: (mulawdec_getcaps), (mulawdec_link):
18482         * gst/law/mulaw-encode.c: (mulawenc_getcaps), (mulawenc_link):
18483           Fix caps.
18484
18485 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18486
18487         * sys/v4l/v4l_calls.c: (gst_v4l_get_chan_names):
18488           Fix logic bug.
18489
18490 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18491
18492         * ext/ogg/gstoggdemux.c: (gst_ogg_type_find):
18493           Yay, another one.
18494
18495 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18496
18497         * ext/esd/esdsink.c: (gst_esdsink_chain):
18498           Make error actually say something useful (fixes #156798).
18499         * gst-libs/gst/riff/riff-media.c:
18500         (gst_riff_create_video_caps_with_data),
18501         (gst_riff_create_video_template_caps):
18502           Add Intel Video 5.0 fourcc (IV50).
18503
18504 2004-12-01  Christophe Fergeau  <teuf@gnome.org>
18505
18506         * ext/mad/gstmad.c: (mpg123_parse_xing_header): fix xing header
18507         detection on mono and stereo mp3 files.
18508
18509 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18510
18511         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
18512           Don't crash on EMPTY caps (e.g. when the demuxer didn't recognize
18513           the contained stream).
18514
18515 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18516
18517         * ext/faad/gstfaad.c: (gst_faad_srcconnect), (gst_faad_chain):
18518           Oops, remove debug.
18519
18520 2004-12-01  Sebastien Cote  <sc5@hermes.usherb.ca>
18521
18522         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18523
18524         * gst/law/alaw-decode.c: (alawdec_getcaps):
18525         * gst/law/mulaw-decode.c: (mulawdec_getcaps):
18526           Prevent warnings when negotiating caps (fixes #159338).
18527
18528 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18529
18530         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
18531         (gst_ffmpegcsp_chain):
18532           Remove old leftover that shouldn't be there...
18533
18534 2004-12-01  Sebastien Cote  <sc5@hermes.usherb.ca>
18535
18536         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18537
18538         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_use_event):
18539           Don't forward DISCONT events (fixes #159684).
18540
18541 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18542
18543         * gst/playback/gstplaybin.c: (remove_sinks), (setup_sinks):
18544           Unlink manually since sometimes bin disposal (and therefore
18545           pad unlinking) is delayed, which will cause a new media file
18546           to not be able to start playing instantly.
18547
18548 2004-11-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18549
18550         * gst/playback/gststreaminfo.c: (stream_info_mute_pad):
18551           On mute of an unlinked stream, check for pad availability so
18552           we don't crash on unlinked pad.
18553
18554 2004-11-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18555
18556         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
18557         (gst_avi_demux_massage_index):
18558           Fix quite humiliating bug in omitting 0-sized index chunks but
18559           forgetting to count them for timestamps.
18560
18561 2004-11-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18562
18563         * ext/a52dec/gsta52dec.c: (gst_a52dec_loop):
18564           Actually leave the loop if we failed to sync. Don't crash.
18565
18566 2004-11-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18567
18568         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_get_audio_stream),
18569         (gst_dvd_demux_process_private):
18570         * gst/mpegstream/gstdvddemux.h:
18571           Fix crash (#159759). Doesn't work, though. :-(.
18572
18573 2004-11-28  Benjamin Otte  <otte@gnome.org>
18574
18575         * gst/audioconvert/gstchannelmix.c: (gst_audio_convert_mix):
18576           more overwriting protection due to modifying channels one by one
18577           instead of all at once
18578
18579 2004-11-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18580
18581         * gst/audioconvert/gstchannelmix.c:
18582         (gst_audio_convert_fill_normalize):
18583           Normalize using absolute values.
18584
18585 2004-11-28  Julien MOUTTE  <julien@moutte.net>
18586
18587         * configure.ac:
18588         * ext/Makefile.am:
18589         * ext/directfb/Makefile.am:
18590         * ext/directfb/directfbvideosink.c: (gst_directfbvideosink_create),
18591         (gst_directfbvideosink_get_pixel_format),
18592         (gst_directfbvideosink_get_format_from_fourcc),
18593         (gst_directfbvideosink_fixate), (gst_directfbvideosink_getcaps),
18594         (gst_directfbvideosink_sink_link),
18595         (gst_directfbvideosink_change_state),
18596         (gst_directfbvideosink_chain), (gst_directfbvideosink_buffer_free),
18597         (gst_directfbvideosink_buffer_alloc),
18598         (gst_directfbvideosink_interface_supported),
18599         (gst_directfbvideosink_interface_init),
18600         (gst_directfbvideosink_navigation_send_event),
18601         (gst_directfbvideosink_navigation_init),
18602         (gst_directfbvideosink_set_property),
18603         (gst_directfbvideosink_get_property),
18604         (gst_directfbvideosink_finalize), (gst_directfbvideosink_init),
18605         (gst_directfbvideosink_base_init),
18606         (gst_directfbvideosink_class_init),
18607         (gst_directfbvideosink_get_type), (plugin_init):
18608         * ext/directfb/directfbvideosink.h: Adding a first version of
18609         directfbvideosink.
18610         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_init): Initializing some
18611         more.
18612
18613 2004-11-28  Benjamin Otte  <otte@gnome.org>
18614
18615         * gst/audioconvert/gstchannelmix.c: (gst_audio_convert_mix):
18616           walk the samples backwards if out_channels > in_channels so we don't
18617           overwrite data
18618
18619 2004-11-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18620
18621         * gst/audioconvert/Makefile.am:
18622         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init),
18623         (gst_audio_convert_link), (gst_audio_convert_change_state),
18624         (gst_audio_convert_channels):
18625         * gst/audioconvert/gstchannelmix.c:
18626         (gst_audio_convert_unset_matrix),
18627         (gst_audio_convert_fill_identical),
18628         (gst_audio_convert_fill_compatible),
18629         (gst_audio_convert_detect_pos), (gst_audio_convert_fill_one_other),
18630         (gst_audio_convert_fill_others),
18631         (gst_audio_convert_fill_normalize),
18632         (gst_audio_convert_fill_matrix), (gst_audio_convert_setup_matrix),
18633         (gst_audio_convert_passthrough), (gst_audio_convert_mix):
18634         * gst/audioconvert/gstchannelmix.h:
18635           Implement a channel mixer.
18636
18637 2004-11-28  Martin Soto  <martinsoto@users.sourceforge.net>
18638
18639         * ext/alsa/gstalsasink.c (gst_alsa_sink_loop):
18640         * ext/alsa/gstalsa.h:
18641         * ext/alsa/gstalsa.c (gst_alsa_set_clock):
18642         Make alsasink actually honor gst_element_set_clock and use that
18643         clock instead of its internal one.
18644
18645 2004-11-27  Christophe Fergeau  <teuf@gnome.org>
18646
18647         * gst/playback/gstplaybasebin.c: (setup_source): fixed a caps leak
18648         (gst_play_base_bin_change_state): nullify source and decoder when
18649         going from READY to NULL so that we don't try to do weird stuff with
18650         them when going from NULL to READY
18651         * gst/playback/gstplaybin.c: (gst_play_bin_init): use gst_object_unref
18652         instead of g_object_unref
18653         (gen_video_element), (gen_audio_element): more refcounting fixes, now
18654         it should be correct
18655         (gst_play_bin_change_state): don't call remove_sinks if we are
18656         currently disposing the object
18657
18658 2004-11-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18659
18660         * ext/a52dec/gsta52dec.c: (gst_a52dec_loop):
18661           Don't forget bass if it's there. Else left channel is silent...
18662
18663 2004-11-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18664
18665         * ext/a52dec/gsta52dec.c: (gst_a52dec_loop),
18666         (gst_a52dec_change_state):
18667           Don't do sample adjusting anymore, we use float audio now.
18668         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_fixate):
18669           Don't fixate to non-existing properties.
18670
18671 2004-11-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18672
18673         * ext/a52dec/gsta52dec.c: (gst_a52dec_channels),
18674         (gst_a52dec_change_state):
18675           Advertise that we can do surround sound.
18676
18677 2004-11-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18678
18679         * ext/a52dec/gsta52dec.c: (gst_a52dec_reneg):
18680           Add buffer-frames=0.
18681         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_get_type),
18682         (dvdreadsrc_init), (dvdreadsrc_get_event_mask),
18683         (dvdreadsrc_get_query_types), (dvdreadsrc_get_formats),
18684         (dvdreadsrc_srcpad_event), (dvdreadsrc_srcpad_query),
18685         (_seek_title), (_seek_chapter), (get_next_cell_for), (_read),
18686         (seek_sector), (dvdreadsrc_get), (dvdreadsrc_open_file),
18687         (dvdreadsrc_change_state), (dvdreadsrc_uri_get_type),
18688         (dvdreadsrc_uri_get_protocols), (dvdreadsrc_uri_get_uri),
18689         (dvdreadsrc_uri_set_uri), (dvdreadsrc_uri_handler_init):
18690         * ext/dvdread/dvdreadsrc.h:
18691           Add seeking, querying for bytes, sectors, title, angle and
18692           chapter. Handle multiple chapters. Relicense to LGPL because
18693           Billy agreed on that (thanks Billy!).
18694
18695 2004-11-27  Christophe Fergeau  <teuf@gnome.org>
18696
18697         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_dispose):
18698         call parent dispose method
18699
18700 2004-11-27  Martin Soto  <martinsoto@users.sourceforge.net>
18701
18702         * gst-libs/gst/audio/audioclock.c (gst_audio_clock_set_active)
18703         (gst_audio_clock_get_internal_time):
18704         Fix active <-> inactive transitions: ensure time value always
18705         grows and avoid abrupt value changes.
18706
18707 2004-11-27  Arwed v. Merkatz <v.merkatz@gmx.net>
18708
18709         * configure.ac:
18710         * gst/tta/Makefile.am:
18711         * gst/tta/crc32.h:
18712         * gst/tta/filters.h:
18713         * gst/tta/gsttta.c:
18714         * gst/tta/gstttadec.c:
18715         * gst/tta/gstttadec.h:
18716         * gst/tta/gstttaparse.c:
18717         * gst/tta/gstttaparse.h:
18718         * gst/tta/ttadec.h:
18719           added TTA parser and decoder
18720
18721 2004-11-26  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18722
18723         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
18724         (probe_triggered), (check_queue), (buffer_underrun),
18725         (buffer_running), (buffer_overrun), (gen_source_element),
18726         (setup_source):
18727         * gst/playback/gstplaybasebin.h:
18728           Implement buffering. Needs some more work.
18729
18730 2004-11-26  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18731
18732         * ext/theora/theoradec.c: (theora_dec_chain):
18733           Fix ilog mask range overflow.
18734
18735 2004-11-26  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18736
18737         * ext/alsa/gstalsa.c: (gst_alsa_get_caps):
18738           Don't omit the last (which in case of dmix is the only :) )
18739           channel count. Don't set channels if <= 2.
18740
18741 2004-11-26  Christophe Fergeau  <teuf@gnome.org>
18742
18743         * gst/playback/gstplaybin.c: (gen_video_element),
18744         (gen_audio_element): Removed 2 obsolete comments
18745
18746 2004-11-26  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
18747
18748         * ext/vorbis/oggvorbisenc.c
18749         * ext/vorbis/vorbisenc.c :
18750           change description fields of those plugins to differentiate them
18751           (pitivi show Encoders by description, they had the same one)
18752
18753 2004-11-25  Christophe Fergeau  <teuf@gnome.org>
18754
18755         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18756
18757         * gst/playback/gstplaybin.c: (gst_play_bin_dispose),
18758         (gst_play_bin_set_property), (gen_video_element),
18759         (gen_audio_element):
18760           Refcounting fixes for provided audio-/videosinks.
18761
18762 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18763
18764         * gst/playback/gstplaybin.c: (gen_video_element),
18765         (gen_audio_element), (setup_sinks), (gst_play_bin_change_state):
18766           Don't reference all sinks, but only the video- and audiosinks.
18767           The vis. element should be disposed when we're done with it.
18768           We don't have any reason to keep it around. This fixes warnings
18769           when reusing playbin for playing multiple audio files with
18770           vis. enabled. Also release audio device on pause - idea stolen
18771           from Rhythmbox.
18772
18773 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18774
18775         * ext/a52dec/gsta52dec.c: (gst_a52dec_channels), (gst_a52dec_push),
18776         (gst_a52dec_reneg), (gst_a52dec_loop), (plugin_init):
18777         * ext/alsa/gstalsa.c: (gst_alsa_get_caps):
18778         * ext/alsa/gstalsaplugin.c: (plugin_init):
18779         * ext/dts/gstdtsdec.c: (gst_dtsdec_channels),
18780         (gst_dtsdec_renegotiate), (gst_dtsdec_loop), (plugin_init):
18781         * ext/faad/gstfaad.c: (gst_faad_init), (gst_faad_chanpos_from_gst),
18782         (gst_faad_chanpos_to_gst), (gst_faad_sinkconnect),
18783         (gst_faad_srcgetcaps), (gst_faad_srcconnect), (gst_faad_chain),
18784         (gst_faad_change_state), (plugin_init):
18785         * ext/faad/gstfaad.h:
18786         * ext/vorbis/vorbis.c: (plugin_init):
18787         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
18788         * gst-libs/gst/audio/Makefile.am:
18789         * gst-libs/gst/audio/audio.c: (plugin_init):
18790         * gst-libs/gst/audio/multichannel.c:
18791         (gst_audio_check_channel_positions),
18792         (gst_audio_get_channel_positions),
18793         (gst_audio_set_channel_positions),
18794         (gst_audio_set_structure_channel_positions_list),
18795         (add_list_to_struct), (gst_audio_set_caps_channel_positions_list),
18796         (gst_audio_fixate_channel_positions):
18797         * gst-libs/gst/audio/multichannel.h:
18798         * gst-libs/gst/audio/testchannels.c: (main):
18799         * gst/audioconvert/gstaudioconvert.c:
18800         (gst_audio_convert_class_init), (gst_audio_convert_init),
18801         (gst_audio_convert_dispose), (gst_audio_convert_getcaps),
18802         (gst_audio_convert_parse_caps), (gst_audio_convert_link),
18803         (gst_audio_convert_fixate), (gst_audio_convert_channels):
18804         * gst/audioconvert/plugin.c: (plugin_init):
18805           Surround sound support.
18806
18807 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18808
18809         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_push):
18810           Fix position for discont if we're close as well. Nitpicking, but
18811           saves a few milliseconds of extra waiting or skipping.
18812
18813 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18814
18815         * gst/playback/gstdecodebin.c: (gst_decode_bin_factory_filter):
18816           We sometimes need parsers for playback, so add those too.
18817
18818 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18819
18820         * configure.ac:
18821         * gst/apetag/Makefile.am:
18822         * gst/apetag/apedemux.c: (gst_ape_demux_get_type),
18823         (gst_ape_demux_base_init), (gst_ape_demux_class_init),
18824         (gst_ape_demux_init), (gst_ape_demux_get_src_formats),
18825         (gst_ape_demux_get_src_query_types),
18826         (gst_ape_demux_handle_src_query), (gst_ape_demux_get_event_mask),
18827         (gst_ape_demux_handle_src_event), (gst_ape_demux_handle_event),
18828         (gst_ape_demux_typefind_peek), (gst_ape_demux_typefind_get_length),
18829         (gst_ape_demux_typefind_suggest), (gst_ape_demux_typefind),
18830         (gst_ape_demux_parse_tags), (gst_ape_demux_stream_init),
18831         (gst_ape_demux_stream_data), (gst_ape_demux_loop),
18832         (gst_ape_demux_change_state):
18833         * gst/apetag/apedemux.h:
18834         * gst/apetag/apetag.c: (plugin_init):
18835         * gst/typefind/gsttypefindfunctions.c: (apetag_type_find),
18836         (plugin_init):
18837           APE v1/2 tag reader plus typefind function.
18838
18839 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18840
18841         * configure.ac:
18842         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_add_element):
18843         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find):
18844           Remove hacks for older core. Require newer core version
18845           accordingly.
18846
18847 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18848
18849         * gst/cdxaparse/Makefile.am:
18850         * gst/cdxaparse/gstcdxaparse.c: (gst_cdxaparse_get_type),
18851         (gst_cdxaparse_class_init), (gst_cdxaparse_init),
18852         (gst_cdxaparse_loop), (gst_cdxaparse_change_state), (plugin_init):
18853         * gst/cdxaparse/gstcdxaparse.h:
18854         * gst/cdxaparse/gstcdxastrip.c: (gst_cdxastrip_get_type),
18855         (gst_cdxastrip_base_init), (gst_cdxastrip_class_init),
18856         (gst_cdxastrip_init), (gst_cdxastrip_get_src_formats),
18857         (gst_cdxastrip_get_src_query_types),
18858         (gst_cdxastrip_handle_src_query), (gst_cdxastrip_get_event_mask),
18859         (gst_cdxastrip_handle_src_event), (gst_cdxastrip_strip),
18860         (gst_cdxastrip_sync), (gst_cdxastrip_handle_event),
18861         (gst_cdxastrip_chain), (gst_cdxastrip_change_state):
18862         * gst/cdxaparse/gstcdxastrip.h:
18863           SVCD/VCD header stripping separated from CDXA image parsing.
18864         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find),
18865         (plugin_init):
18866           Add VCD/SVCD header typefinding for VCD/SVCD.
18867         * sys/vcd/vcdsrc.c: (gst_vcdsrc_get_type), (gst_vcdsrc_base_init),
18868         (gst_vcdsrc_class_init), (gst_vcdsrc_init),
18869         (gst_vcdsrc_set_property), (gst_vcdsrc_get_property),
18870         (gst_vcdsrc_get_event_mask), (gst_vcdsrc_get_query_types),
18871         (gst_vcdsrc_get_formats), (gst_vcdsrc_srcpad_event),
18872         (gst_vcdsrc_srcpad_query), (gst_vcdsrc_get),
18873         (gst_vcdsrc_open_file), (gst_vcdsrc_close_file),
18874         (gst_vcdsrc_change_state), (gst_vcdsrc_msf),
18875         (gst_vcdsrc_recalculate), (gst_vcdsrc_uri_get_type),
18876         (gst_vcdsrc_uri_get_protocols), (gst_vcdsrc_uri_get_uri),
18877         (gst_vcdsrc_uri_set_uri), (gst_vcdsrc_uri_handler_init):
18878         * sys/vcd/vcdsrc.h:
18879           Fix up, add seeking, querying, URI interface. Works in totem now.
18880
18881 2004-11-25  Thomas Vander Stichele  <thomas at apestaart dot org>
18882
18883         * configure.ac:
18884           back to CVS
18885
18886 === release 0.8.6 ===
18887
18888 2004-11-25  Thomas Vander Stichele  <thomas at apestaart dot org>
18889
18890         * NEWS:
18891         * RELEASE:
18892         * configure.ac:
18893         * po/af.po:
18894         * po/az.po:
18895         * po/cs.po:
18896         * po/en_GB.po:
18897         * po/hu.po:
18898         * po/it.po:
18899         * po/nb.po:
18900         * po/nl.po:
18901         * po/or.po:
18902         * po/sq.po:
18903         * po/sr.po:
18904         * po/sv.po:
18905         * po/uk.po:
18906           releasing 0.8.6, "IOU Love"
18907
18908 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
18909
18910         patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
18911
18912         * gst/playback/gstplaybasebin.c:
18913           Fix unplayable files error handling.  Fixes #158365
18914
18915 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
18916
18917         patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
18918
18919         * gst/typefind/gsttypefindfunctions.c:
18920           Fix broken mp3 typefinding.  Fixes #158375
18921
18922 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
18923
18924         patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
18925
18926         * ext/ogg/gstoggdemux.c:
18927           Fix sync on broken files.  Fixes #158976
18928
18929 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
18930
18931         patch by: Edward Hervey <bilboed@bilboed.com>
18932
18933         * ext/libpng/gstpngenc.c:
18934           Copy over buffer properties.  Fixes #158832
18935
18936 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
18937
18938         patch by: Tim-Philipp Müller <t.i.m@zen.co.uk>
18939
18940         * ext/dvdread/dvdreadsrc.c:
18941           Fixes invalid reads (#158462)
18942
18943 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
18944
18945         * sys/v4l/gstv4lsrc.c:
18946         * sys/v4l/gstv4lsrc.h:
18947         * sys/v4l/v4lsrc_calls.c:
18948           Probe less and cache it.  Fixes #159187.
18949
18950 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
18951
18952         * gst/videorate/gstvideorate.c:
18953           Handle all video formats. Fixes #159186.
18954
18955 2004-11-16  Jan Schmidt  <thaytan@mad.scientist.com>
18956         * gst/synaesthesia/gstsynaesthesia.c:
18957         (gst_synaesthesia_class_init), (gst_synaesthesia_init),
18958         (gst_synaesthesia_dispose), (gst_synaesthesia_finalize),
18959         (gst_synaesthesia_sink_link), (gst_synaesthesia_src_getcaps),
18960         (gst_synaesthesia_src_link), (gst_synaesthesia_chain),
18961         (gst_synaesthesia_change_state), (plugin_init):
18962         Fix up synaesthesia to work under different samplerates/ buffer sizes.
18963         Force 320x200 output, as that's the only thing the underlying
18964         synaesthesia implementation supports. Still needs to be made
18965         re-entrant.
18966
18967 2004-11-14  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18968
18969         * configure.ac:
18970           Fix mpeg2enc configure check (similar to mplex check below).
18971
18972 2004-11-14  Koop Mast  <kwm@rainbow-runner.nl>
18973
18974         reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18975
18976         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
18977           Fix for gcc-2.95 (fixes #158221).
18978
18979 2004-11-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18980
18981         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_add_element):
18982           Re-add clock distribution hack (until new core is released).
18983           Fixes #158125.
18984
18985 2004-11-13  Arwed v. Merkatz  <v.merkatz@gmx.net>
18986         * configure.ac:
18987           fix mplex configure check segfaulting on some systems (bug #140994)
18988
18989 2004-11-13  Benjamin Otte  <otte@gnome.org>
18990
18991         * ext/alsa/gstalsa.c: (gst_alsa_pcm_wait):
18992           add debugging
18993         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
18994           do a wait when we enter the loop func with no data available to
18995           write instead of getting into an 100% CPU loop by just returning and
18996           being called again by the scheduler
18997
18998 2004-11-13  Jan Schmidt  <thaytan@mad.scientist.com>
18999
19000         * configure.ac:
19001         * ext/libvisual/visual.c: (gst_visual_get_type),
19002         (libvisual_log_handler), (gst_visual_getcaps),
19003         (gst_visual_srclink), (gst_visual_change_state), (make_valid_name),
19004         (plugin_init):
19005           Update libvisual to 0.1.7. Link in the debug handling to gstreamer
19006         * ext/smoothwave/Makefile.am:
19007         * ext/smoothwave/demo-osssrc.c: (main):
19008         * ext/smoothwave/gstsmoothwave.c: (gst_smoothwave_class_init),
19009         (gst_smoothwave_init), (gst_smoothwave_dispose), (gst_sw_sinklink),
19010         (gst_sw_srclink), (gst_smoothwave_chain), (gst_sw_change_state),
19011         (plugin_init):
19012         * ext/smoothwave/gstsmoothwave.h:
19013           Make gstsmoothwave a working element in the 20th century.
19014
19015         * gst/chart/gstchart.c: (gst_chart_init), (gst_chart_srcconnect):
19016           Fix incorrect link function
19017
19018 2004-11-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19019
19020         * gst/volume/gstvolume.c:
19021           Allow buffer-frames=0.
19022
19023 2004-11-12 Iain <iaingnome@gmail.com>
19024
19025         * configure.ac: Check for polypaudio
19026
19027         * ext/Makefile.am: Build the polyp dir
19028
19029         * ext/polyp: The polypsink sources.
19030
19031 2004-10-30 Iain <iaingnome@gmail.com>
19032
19033         * gst/interleave/interleave.c (interleave_unlink): Change the src pads
19034         caps to reflect the new number of channels.
19035
19036 2004-11-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19037
19038         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
19039           Fix for negotiation order problem. This would show when the
19040           ALSA loopfuction was called before any other function. ALSA
19041           wouldn't do anything because we're not negotiated yet, leading
19042           to an infinite loop. Showed in e.g. Rhythmbox. Fixes #158006.
19043
19044 2004-11-11  Tim-Philipp Müller  <t.i.m@zen.co.uk>
19045
19046         reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19047
19048         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
19049           No warnings (#157986).
19050
19051 2004-11-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19052
19053         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
19054           Prefer apev1/2 and id3v1 (at end of file) over musepack.
19055
19056 2004-11-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19057
19058         * gst/matroska/matroska-demux.c: (gst_matroska_demux_loop_stream):
19059           Signal no-more-pads (so it works in playbin).
19060
19061 2004-11-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19062
19063         * ext/musepack/gstmusepackreader.cpp:
19064           Workaround for older core.
19065
19066 2004-11-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19067
19068         * gst/ffmpegcolorspace/imgconvert.c: (yuv420p_to_yuv422):
19069           Actually test for odd width/height rather than testing whether
19070           a temporary variable that was 0 before we subtracted 1 is now
19071           not equal to zero (which it always is).
19072
19073 2004-11-11  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
19074
19075         * sys/v4l2/gstv4l2element.c: (gst_v4l2_iface_supported):
19076         Fix compilation if HAVE_XVIDEO is not defined
19077
19078 2004-11-11  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
19079
19080         * sys/v4l/gstv4lelement.c: (gst_v4l_iface_supported):
19081         Fix compilation if HAVE_XVIDEO is not defined
19082
19083 2004-11-11  Jan Schmidt  <thaytan@mad.scientist.com>
19084
19085         * gst/goom/gstgoom.c: (gst_goom_class_init), (gst_goom_init),
19086         (gst_goom_dispose), (gst_goom_sinkconnect), (gst_goom_chain),
19087         (gst_goom_change_state), (plugin_init):
19088         Use the bytestream adapter so goom doesn't depend on the input
19089         buffer size.
19090         Add a debug category
19091
19092 2004-11-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19093
19094         * ext/alsa/gstalsa.c: (gst_alsa_change_state):
19095           Only set hardware parameters *after* negotiation. Before
19096           negotiation, it will set ANY and that seems to cause crashes
19097           (see e.g. #151288, #153227).
19098
19099 2004-11-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19100
19101         * ext/alsa/gstalsasink.c: (gst_alsa_sink_get_time):
19102           This seems to be antique leftover. It needs to pass error
19103           checking.
19104         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_init),
19105         (gst_sdlvideosink_deinitsdl), (gst_sdlvideosink_initsdl),
19106         (gst_sdlvideosink_destroy), (gst_sdlvideosink_create),
19107         (gst_sdlvideosink_sinkconnect), (gst_sdlvideosink_chain):
19108           Fix GstXOverlay implementation (#151059).
19109
19110 2004-11-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19111
19112         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
19113           Don't assert (#157853).
19114
19115 2004-11-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19116
19117         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event),
19118           Fix bytes/samples confustion.
19119         (gst_alsa_sink_mmap), (gst_alsa_sink_loop):
19120           Fix for underrun (#144389).
19121
19122 2004-11-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19123
19124         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find):
19125           Disable halfway-seek for pending release (since it needs a new
19126           core release).
19127
19128 2004-11-09  Thomas Vander Stichele  <thomas at apestaart dot org>
19129
19130         * sys/v4l/gstv4lsrc.c:
19131         * sys/v4l/gstv4lsrc.h:
19132         * sys/v4l/v4lsrc_calls.c:
19133           add autoprobe-fps property so we can separate autoprobing parts
19134
19135 2004-11-09  Thomas Vander Stichele  <thomas at apestaart dot org>
19136
19137         * sys/v4l/gstv4lsrc.c:
19138         * sys/v4l/v4lsrc_calls.c:
19139         initialise fourcc to catch unset fourcc's, and debug
19140
19141 2004-11-09  Wim Taymans  <wim@fluendo.com>
19142
19143         * gst/playback/README:
19144         * gst/playback/gstdecodebin.c: (close_pad_link), (try_to_link_1):
19145         * gst/playback/gstplaybin.c: (gst_play_bin_init),
19146         (gst_play_bin_dispose), (gst_play_bin_set_property),
19147         (remove_sinks), (setup_sinks), (gst_play_bin_change_state),
19148         (gst_play_bin_get_event_masks), (gst_play_bin_send_event),
19149         (gst_play_bin_get_formats), (gst_play_bin_convert),
19150         (gst_play_bin_get_query_types), (gst_play_bin_query):
19151         Cleanups and some more documentation.
19152
19153 2004-11-09  Jan Schmidt  <thaytan@mad.scientist.com>
19154
19155         * ext/libcaca/gstcacasink.c: (gst_cacasink_class_init),
19156         (gst_cacasink_init), (gst_cacasink_chain):
19157         * ext/libcaca/gstcacasink.h:
19158         Cacasink inherits from VideoSink, so let that store the clock.
19159
19160 2004-11-09  Wim Taymans  <wim@fluendo.com>
19161
19162         * gst/playback/README:
19163         * gst/playback/gstplaybasebin.c: (group_destroy), (group_is_muted),
19164         (add_stream), (unknown_type), (add_element_stream), (no_more_pads),
19165         (probe_triggered), (preroll_unlinked), (new_decoded_pad),
19166         (gst_play_base_bin_change_state), (gst_play_base_bin_found_tag):
19167         * gst/playback/gstplaybin.c: (gen_vis_element), (remove_sinks),
19168         (setup_sinks):
19169         * gst/playback/gststreaminfo.c: (gst_stream_info_set_mute),
19170         (gst_stream_info_is_mute), (gst_stream_info_set_property):
19171         * gst/playback/gststreaminfo.h:
19172         Updated README.
19173         Only switch groups if all streams have muted (EOSed).
19174         Send Tags in sync with the stream playback instead of in
19175         the playback/preroll phase.
19176         Some cleanups, free the fakesrc elements.
19177
19178 2004-11-09  Benjamin Otte  <in7y118@public.uni-hamburg.de>
19179
19180         * ext/alsa/gstalsa.c: (gst_alsa_get_caps_internal):
19181           buffer-frames property was missing
19182         * ext/arts/gst_arts.c:
19183           rate missing from sinkcaps
19184         * ext/audiofile/gstafparse.c:
19185         * ext/audiofile/gstafsink.c:
19186         * ext/audiofile/gstafsrc.c:
19187         * ext/swfdec/gstswfdec.c:
19188           int audio doesn't know buffer-frames
19189         * ext/cdparanoia/gstcdparanoia.c:
19190           int audio doesn't know chunksize either
19191         * ext/nas/nassink.c:
19192           it's endianness, not endianess
19193         * gst-libs/gst/audio/audio.h:
19194           make float standard pad template caps really describe float
19195         * gst/law/mulaw.c: (linear_factory):
19196           signed only, please
19197         * gst/mpegstream/gstdvddemux.c:
19198           widths of 20 are not valid
19199
19200 2004-11-08  Thomas Vander Stichele  <thomas at apestaart dot org>
19201
19202         Submitted by: Luca Ferretti <elle.uca@infinito.it>
19203
19204         * po/LINGUAS:
19205         * po/it.po:
19206           Add Italian
19207
19208 2004-11-08  Wim Taymans  <wim@fluendo.com>
19209
19210         * gst/playback/README:
19211         * gst/playback/gstdecodebin.c: (close_pad_link), (try_to_link_1):
19212         * gst/playback/gstplaybasebin.c: (probe_triggered),
19213         (gst_play_base_bin_change_state):
19214         Updated README, added more comments for fixmes etc..
19215
19216 2004-11-08  Wim Taymans  <wim@fluendo.com>
19217
19218         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_add_element):
19219         We can remove this hack now.
19220
19221 2004-11-08  Wim Taymans  <wim@fluendo.com>
19222
19223         * gst/videomixer/videomixer.c: (gst_videomixer_blend_ayuv_ayuv),
19224         (gst_videomixer_fill_checker), (gst_videomixer_fill_color),
19225         (gst_videomixer_blend_buffers), (gst_videomixer_loop):
19226         Only mix AYUV for maximum quality.
19227
19228 2004-11-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19229
19230         * ext/ogg/gstoggdemux.c: (get_relative), (gst_ogg_demux_src_query),
19231         (gst_ogg_demux_push), (gst_ogg_pad_push):
19232           Let's act as if we're synchronized now! :).
19233         * ext/theora/theoradec.c: (theora_dec_chain):
19234           Add some debug.
19235
19236 2004-11-08  Wim Taymans  <wim@fluendo.com>
19237
19238         * gst/alpha/gstalpha.c: (gst_alpha_method_get_type),
19239         (gst_alpha_set_property), (gst_alpha_sink_link),
19240         (gst_alpha_set_ayuv), (gst_alpha_set_i420),
19241         (gst_alpha_chroma_key_ayuv), (gst_alpha_chroma_key_i420),
19242         (gst_alpha_init_params), (gst_alpha_chain):
19243         Implement alpha functions for AYUV too, this increases
19244         accuracy quite a bit.
19245
19246 2004-11-08  Wim Taymans  <wim@fluendo.com>
19247
19248         * gst/ffmpegcolorspace/avcodec.h:
19249         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
19250         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
19251         (gst_ffmpegcsp_avpicture_fill):
19252         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
19253         (gst_ffmpegcsp_caps_remove_format_info):
19254         * gst/ffmpegcolorspace/imgconvert.c: (avpicture_get_size),
19255         (shrink12), (img_get_alpha_info), (deinterlace_line),
19256         (deinterlace_line_inplace):
19257         * gst/ffmpegcolorspace/imgconvert_template.h:
19258         Added AYUV colorspace and handle RGBA a bit more respectful.
19259
19260 2004-11-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19261
19262         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
19263           Actually always send a discont (cornercase when resending the
19264           same serial-tagged chain twice).
19265
19266 2004-11-08  Julien MOUTTE  <julien@moutte.net>
19267
19268         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_clear),
19269         (gst_ximagesink_finalize):
19270         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_clear),
19271         (gst_xvimagesink_finalize): Some more cleanups, leaks fixed and checks.
19272
19273 2004-11-08  Wim Taymans  <wim@fluendo.com>
19274
19275         * gst/typefind/gsttypefindfunctions.c: (aac_type_find):
19276         Don't segfault on NULL data.
19277
19278 2004-11-08  Wim Taymans  <wim@fluendo.com>
19279
19280         * gst/playback/gstdecodebin.c: (unlinked):
19281         * gst/playback/gstplay-marshal.list:
19282         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
19283         (gst_play_base_bin_init), (group_create), (get_active_group),
19284         (get_building_group), (group_destroy), (group_commit),
19285         (queue_overrun), (remove_groups), (add_stream), (unknown_type),
19286         (add_element_stream), (no_more_pads), (probe_triggered),
19287         (preroll_unlinked), (new_decoded_pad), (removed_decoded_pad),
19288         (state_change), (setup_source), (gst_play_base_bin_get_property),
19289         (gst_play_base_bin_change_state), (gst_play_base_bin_add_element),
19290         (gst_play_base_bin_link_stream),
19291         (gst_play_base_bin_get_streaminfo):
19292         * gst/playback/gstplaybasebin.h:
19293         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
19294         (remove_sinks), (setup_sinks), (gst_play_bin_change_state):
19295         Add support for chained ogg files. Prepare for playlist
19296         support. This patch introduces the concept of pad groups, which
19297         together compose one playable media file.
19298
19299 2004-11-07  David Schleef  <ds@schleef.org>
19300
19301         * testsuite/gst-lint: Check for pad templates that aren't statically
19302         scoped.
19303
19304 2004-11-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19305
19306         * configure.ac:
19307         * ext/Makefile.am:
19308         * ext/musepack/Makefile.am:
19309         * ext/musepack/gstmusepackdec.cpp:
19310         * ext/musepack/gstmusepackdec.h:
19311         * ext/musepack/gstmusepackreader.cpp:
19312         * ext/musepack/gstmusepackreader.h:
19313           Add musepack decoder.
19314         * ext/faad/gstfaad.c: (gst_faad_base_init):
19315           Make pad templates static.
19316         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find),
19317         (plugin_init):
19318           Add musepack typefinder, make mp3 typefinding work halfway stream,
19319           which doesn't actually work yet because id3demux doesn't implement
19320           _get_length().
19321
19322 2004-11-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19323
19324         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
19325         (gst_ogg_mux_queue_pads), (gst_ogg_mux_loop):
19326           Fix interrupt event handling (#144436).
19327
19328 2004-11-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19329
19330         * ext/mad/gstid3tag.c: (gst_id3_tag_do_typefind):
19331           Hide unused glory.
19332
19333 2004-11-06  Tim-Philipp Müller  <t.i.m@zen.co.uk>
19334
19335         reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19336
19337         * ext/vorbis/vorbisenc.c: (raw_caps_factory):
19338           Fix weird caps (#157548).
19339
19340 2004-11-06  Tim-Philipp Müller  <t.i.m@zen.co.uk>
19341
19342         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19343
19344         * gst/rtp/gstrtpgsmparse.c: (gst_rtpgsm_caps_nego):
19345           Add missing NULL terminator (#157543).
19346
19347 2004-11-05  Thomas Vander Stichele  <thomas at apestaart dot org>
19348
19349         * gst/tcp/gsttcp.h:
19350         * gst/tcp/gsttcpclientsink.c:
19351         * gst/tcp/gsttcpclientsrc.c:
19352         * gst/tcp/gsttcpserversink.c:
19353         * gst/tcp/gsttcpserversrc.c:
19354           ports can go up to 65535.  Move common defines to gsttcp.h
19355
19356 2004-11-05  Wim Taymans  <wim@fluendo.com>
19357
19358         * gst/videotestsrc/videotestsrc.c: (paint_setup_Y41B),
19359         (paint_hline_Y41B), (paint_setup_Y42B), (paint_hline_Y42B):
19360         Added two more colorspaces.
19361
19362 2004-11-05  Wim Taymans  <wim@fluendo.com>
19363
19364         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
19365         (gst_ffmpegcsp_avpicture_fill):
19366         * gst/ffmpegcolorspace/imgconvert.c: (avpicture_get_size),
19367         (yuv422p_to_yuv422), (yuv420p_to_yuv422), (shrink12),
19368         (img_convert), (deinterlace_line), (deinterlace_line_inplace):
19369         More stride fixes.
19370
19371 2004-11-05  Wim Taymans  <wim@fluendo.com>
19372
19373         * gst/alpha/gstalpha.c: (gst_alpha_set_property), (gst_alpha_add),
19374         (gst_alpha_chroma_key), (gst_alpha_init_params), (gst_alpha_chain):
19375         * gst/videomixer/videomixer.c: (gst_videomixer_blend_ayuv_i420),
19376         (gst_videomixer_fill_checker), (gst_videomixer_blend_buffers),
19377         (gst_videomixer_loop):
19378         More stride fixes.
19379
19380 2004-11-05  Benjamin Otte  <otte@gnome.org>
19381
19382         * ext/mad/gstmad.c: (gst_mad_chain):
19383           don't overflow data buffer. Flush not needed sync data when syncing
19384           failed.
19385
19386 2004-11-04  Wim Taymans  <wim@fluendo.com>
19387
19388         * gst/alpha/gstalpha.c: (gst_alpha_method_get_type),
19389         (gst_alpha_class_init), (gst_alpha_init), (gst_alpha_set_property),
19390         (gst_alpha_get_property), (gst_alpha_add), (gst_alpha_chroma_key),
19391         (gst_alpha_init_params), (gst_alpha_chain),
19392         (gst_alpha_change_state):
19393         Updated the chroma keying algorithm with something more
19394         sophisticated.
19395
19396 2004-11-03  Wim Taymans  <wim@fluendo.com>
19397
19398         * gst/videomixer/videomixer.c: (gst_videomixer_blend_ayuv_i420),
19399         (gst_videomixer_fill_checker), (gst_videomixer_fill_color),
19400         (gst_videomixer_blend_buffers), (gst_videomixer_loop):
19401         Fix stride issues. Does not completely work for odd
19402         heights.
19403
19404 2004-11-03  Wim Taymans  <wim@fluendo.com>
19405
19406         * gst/alpha/gstalpha.c: (gst_alpha_method_get_type),
19407         (gst_alpha_chroma_key), (gst_alpha_chain):
19408         Fix stride issues. Does not completely work for odd
19409         heights.
19410
19411 2004-11-03  Christophe Fergeau  <teuf@gnome.org>
19412
19413         * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps):
19414         * gst/videoscale/videoscale.c: (videoscale_find_by_structure):
19415         leak fixes
19416
19417 2004-11-03  Wim Taymans  <wim@fluendo.com>
19418
19419         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
19420         (gst_ffmpegcsp_avpicture_fill):
19421         * gst/ffmpegcolorspace/imgconvert.c: (avpicture_get_size),
19422         (avpicture_alloc):
19423         * gst/ffmpegcolorspace/imgconvert_template.h:
19424         Use correct _fill function to get correct strides.
19425
19426 2004-11-02  David Schleef  <ds@schleef.org>
19427
19428         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
19429         (gst_qtdemux_add_stream), (qtdemux_parse), (qtdemux_parse_tree),
19430         (qtdemux_parse_udta), (qtdemux_tag_add), (gst_qtdemux_handle_esds):
19431         Change all g_print()s to debugging.  Add a bunch of consistency
19432         checks.
19433
19434 2004-11-02  Wim Taymans  <wim@fluendo.com>
19435
19436         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
19437         (try_to_link_1), (get_our_ghost_pad), (remove_element_chain),
19438         (unlinked), (no_more_pads), (close_link):
19439         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
19440         (unknown_type), (add_element_stream), (new_decoded_pad),
19441         (removed_decoded_pad), (setup_source):
19442         * gst/playback/gststreaminfo.c: (gst_stream_info_get_type),
19443         (gst_stream_info_class_init), (gst_stream_info_init),
19444         (gst_stream_info_new), (gst_stream_info_dispose),
19445         (stream_info_mute_pad), (gst_stream_info_set_property),
19446         (gst_stream_info_get_property):
19447         * gst/playback/gststreaminfo.h:
19448         Fix playback of multiple files.
19449         a slightly different approach to handling dynamic pad removals.
19450         This one only looks at pads that we have linked.
19451
19452 2004-11-01  Christophe Fergeau  <teuf@gnome.org>
19453
19454         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_finalize): fix an "invalid
19455         free" warning from libc.
19456
19457 2004-11-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19458
19459         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
19460         (get_unconnected_element), (remove_starting_from), (pad_removed),
19461         (close_link):
19462           Implement support for dynamic pad changing. We listen to "live"
19463           pad removals (i.e. while playing) and re-setup autoplugging
19464           after that. Playbasebin/playbin need some more work for this
19465           to finally work, but decodebin supports (and replugs) chained
19466           ogg now.
19467
19468 2004-11-02  Jan Schmidt  <thaytan@mad.scientist.com>
19469
19470         * ext/alsa/gstalsa.c: (gst_alsa_class_init), (gst_alsa_dispose),
19471         (gst_alsa_finalize):
19472         * ext/cdaudio/gstcdaudio.c: (gst_cdaudio_class_init),
19473         (gst_cdaudio_finalize):
19474         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_class_init),
19475         (cdparanoia_finalize):
19476         * ext/divx/gstdivxdec.c: (gst_divxdec_dispose):
19477         * ext/divx/gstdivxenc.c: (gst_divxenc_dispose):
19478         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_class_init),
19479         (dvdreadsrc_finalize):
19480         * ext/flac/gstflacdec.c: (gst_flacdec_class_init),
19481         (gst_flacdec_finalize):
19482         * ext/flac/gstflacenc.c: (gst_flacenc_class_init),
19483         (gst_flacenc_finalize):
19484         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_class_init),
19485         (gst_gnomevfssink_finalize):
19486         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_class_init),
19487         (gst_gnomevfssrc_finalize):
19488         * ext/libfame/gstlibfame.c: (gst_fameenc_class_init),
19489         (gst_fameenc_finalize):
19490         * ext/nas/nassink.c: (gst_nassink_class_init),
19491         (gst_nassink_finalize):
19492         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_finalize),
19493         (gst_sdlvideosink_class_init):
19494         * ext/sndfile/gstsf.c: (gst_sf_dispose):
19495         * gst-libs/gst/mixer/mixertrack.c: (gst_mixer_track_dispose):
19496         * gst-libs/gst/tuner/tunerchannel.c: (gst_tuner_channel_dispose):
19497         * gst-libs/gst/tuner/tunernorm.c: (gst_tuner_norm_dispose):
19498         * gst-libs/gst/xwindowlistener/xwindowlistener.c:
19499         (gst_x_window_listener_dispose):
19500         * gst/audioscale/gstaudioscale.c:
19501         * gst/playondemand/gstplayondemand.c: (play_on_demand_class_init),
19502         (play_on_demand_finalize):
19503         * gst/videofilter/gstvideobalance.c: (gst_videobalance_dispose):
19504         * gst/videoscale/gstvideoscale.c: (gst_videoscale_chain):
19505         * sys/cdrom/gstcdplayer.c: (cdplayer_class_init),
19506         (cdplayer_finalize):
19507         * sys/glsink/glimagesink.c: (gst_glimagesink_finalize),
19508         (gst_glimagesink_class_init):
19509         * sys/oss/gstosselement.c: (gst_osselement_class_init),
19510         (gst_osselement_finalize):
19511         * sys/oss/gstosssink.c: (gst_osssink_dispose):
19512         * sys/oss/gstosssrc.c: (gst_osssrc_dispose):
19513         * sys/v4l/gstv4lelement.c: (gst_v4lelement_dispose):
19514           Fixes a bunch of problems with finalize and dispose functions,
19515           either assumptions that dispose is only called once, or not calling
19516           the parent class dispose/finalize function
19517
19518 2004-11-01  Stefan Kost  <ensonic@users.sf.net>
19519
19520         * ext/esd/esdsink.c: (gst_esdsink_init), (gst_esdsink_link):
19521           added two api precondition guards
19522           use g_strdup with getenv to fix crash when using ENVVAR
19523
19524 2004-11-01  Jan Schmidt  <thaytan@mad.scientist.com>
19525         * ext/esd/esdsink.c: (gst_esdsink_class_init),
19526         (gst_esdsink_finalize):
19527         Use a finalize function, not dispose, and more importantly,
19528         call the parent class finalize function too
19529
19530 2004-11-01  Johan Dahlin  <johan@gnome.org>
19531
19532         * ext/ogg/gstoggdemux.c:
19533         * gst/tags/gstvorbistag.c:
19534         Plug leaks.
19535
19536 2004-10-31  Benjamin Otte  <otte@gnome.org>
19537
19538         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_chain):
19539           lotsa memleaks today. But they're all small...
19540
19541 2004-10-31  Benjamin Otte  <otte@gnome.org>
19542
19543         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
19544           another memleak crushed
19545
19546 2004-10-31  Benjamin Otte  <otte@gnome.org>
19547
19548         * gst/tags/gstvorbistag.c: (gst_tag_to_vorbis_comments):
19549           fix memleak
19550
19551 2004-10-31  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19552
19553         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
19554           Hack to prevent crash when going to READY inside signal handler
19555           while this function is active.
19556
19557 2004-10-31  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19558
19559         * gst/ffmpegcolorspace/Makefile.am:
19560         * gst/ffmpegcolorspace/avcodec.h:
19561         * gst/ffmpegcolorspace/common.h:
19562         * gst/ffmpegcolorspace/dsputil.c: (dsputil_static_init):
19563         * gst/ffmpegcolorspace/dsputil.h:
19564         * gst/ffmpegcolorspace/gstffmpeg.c: (plugin_init):
19565         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
19566         (gst_ffmpeg_get_palette), (gst_ffmpeg_set_palette),
19567         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_smpfmt_to_caps),
19568         (gst_ffmpegcsp_codectype_to_caps), (gst_ffmpeg_caps_to_smpfmt),
19569         (gst_ffmpeg_caps_to_pixfmt), (gst_ffmpegcsp_caps_with_codectype),
19570         (gst_ffmpegcsp_avpicture_fill):
19571         * gst/ffmpegcolorspace/gstffmpegcodecmap.h:
19572         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
19573         (gst_ffmpegcsp_caps_remove_format_info), (gst_ffmpegcsp_getcaps),
19574         (gst_ffmpegcsp_pad_link), (gst_ffmpegcsp_get_type),
19575         (gst_ffmpegcsp_base_init), (gst_ffmpegcsp_class_init),
19576         (gst_ffmpegcsp_init), (gst_ffmpegcsp_chain),
19577         (gst_ffmpegcsp_change_state), (gst_ffmpegcsp_set_property),
19578         (gst_ffmpegcsp_get_property), (gst_ffmpegcolorspace_register):
19579         * gst/ffmpegcolorspace/imgconvert.c:
19580         (avcodec_get_chroma_sub_sample), (avcodec_get_pix_fmt_name),
19581         (avcodec_get_pix_fmt), (avpicture_fill), (avpicture_layout),
19582         (avpicture_get_size), (avcodec_get_pix_fmt_loss),
19583         (avg_bits_per_pixel), (avcodec_find_best_pix_fmt1),
19584         (avcodec_find_best_pix_fmt), (img_copy_plane), (img_copy),
19585         (yuv422_to_yuv420p), (uyvy422_to_yuv420p), (uyvy422_to_yuv422p),
19586         (yuv422_to_yuv422p), (yuv422p_to_yuv422), (yuv422p_to_uyvy422),
19587         (uyvy411_to_yuv411p), (yuv420p_to_yuv422), (C_JPEG_TO_CCIR),
19588         (img_convert_init), (img_apply_table), (shrink41), (shrink21),
19589         (shrink12), (shrink22), (shrink44), (grow21_line), (grow41_line),
19590         (grow21), (grow22), (grow41), (grow44), (conv411),
19591         (gif_clut_index), (build_rgb_palette), (bitcopy_n), (mono_to_gray),
19592         (monowhite_to_gray), (monoblack_to_gray), (gray_to_mono),
19593         (gray_to_monowhite), (gray_to_monoblack), (avpicture_alloc),
19594         (avpicture_free), (is_yuv_planar), (img_convert),
19595         (get_alpha_info_pal8), (img_get_alpha_info), (deinterlace_line),
19596         (deinterlace_line_inplace), (deinterlace_bottom_field),
19597         (deinterlace_bottom_field_inplace), (avpicture_deinterlace):
19598         * gst/ffmpegcolorspace/imgconvert_template.h:
19599         * gst/ffmpegcolorspace/mem.c: (av_malloc), (av_realloc), (av_free):
19600         * gst/ffmpegcolorspace/mmx.h:
19601         * gst/ffmpegcolorspace/utils.c: (av_mallocz), (av_strdup),
19602         (av_fast_realloc), (av_mallocz_static), (av_free_static),
19603         (av_freep), (avcodec_get_context_defaults),
19604         (avcodec_alloc_context), (avcodec_init):
19605           Sync back from gst-ffmpeg. Deprecates ffcolorspace. Adds palette
19606           handling plus update from ffmpeg CVS. Large clean-up.
19607
19608 2004-10-31  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19609
19610         * gst/playback/Makefile.am:
19611           We need the marshallers for decodebin, too.
19612
19613 2004-10-30  David Schleef  <ds@schleef.org>
19614
19615         * gst/typefind/gsttypefindfunctions.c: (qt_type_find): Make
19616           quicktime typefinding work with 64-bit offsets.
19617
19618 2004-10-30  Jan Schmidt  <thaytan@mad.scientist.com>
19619
19620         * ext/dv/gstdvdec.c: (gst_dvdec_handle_sink_event):
19621           Set EOS on the element when processing an EOS event.
19622         * ext/speex/gstspeexdec.h:
19623         * ext/speex/gstspeexenc.h:
19624           Only keep a const ptr to the mode
19625         * gst-libs/gst/riff/riff-media.c:
19626         (gst_riff_create_audio_caps_with_data),
19627         (gst_riff_create_audio_template_caps):
19628           Allow WMAV3, with up to 6 channels.
19629         * gst/asfdemux/gstasfmux.c: (gst_asfmux_request_new_pad):
19630           Don't call gst_pad_set_event_function on a sink pad.
19631         * gst/mpegstream/gstdvddemux.c:
19632         (gst_dvd_demux_get_subpicture_stream),
19633         (gst_dvd_demux_set_cur_audio), (gst_dvd_demux_set_cur_subpicture):
19634           Copy the explicit caps that were set across to the cur_* pads,
19635           instead of trying to use a possibly non-existent negotiated caps.
19636           Reset the type of subpicture pads to UNKNOWN after calling
19637           init_stream, so that the caps get set.
19638
19639 2004-10-29  Martin Pitt  <martin.pitt@canonical.com>
19640
19641         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19642
19643         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_chunk):
19644           Don't touch buffer if it is of size 0 (fixes #151064).
19645
19646 2004-10-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19647
19648         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_push), (gst_ogg_pad_push):
19649           Synchronized discont handling.
19650
19651 2004-10-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19652
19653         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event),
19654         (gst_ogg_demux_push):
19655           Make seeking sort-of exact again (fixes #156387).
19656
19657 2004-10-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19658
19659         * gst/playback/gstplaybasebin.c: (unknown_type),
19660         (add_element_stream), (new_decoded_pad),
19661         (gst_play_base_bin_change_state):
19662         * gst/playback/gststreaminfo.c: (gst_stream_info_class_init),
19663         (gst_stream_info_init), (gst_stream_info_new),
19664         (gst_stream_info_dispose), (gst_stream_info_get_property):
19665         * gst/playback/gststreaminfo.h:
19666           Make caps explicitely available. Makes testing for unsupported
19667           types possible. Improves error reporting.
19668
19669 2004-10-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19670
19671         * gst/audioconvert/gstaudioconvert.c:
19672         (gst_audio_convert_buffer_to_default_format):
19673           Really don't touch read-only buffers (#156563).
19674
19675 2004-10-29  Sebastien Cote  <sc5@hermes.usherb.ca>
19676
19677         Reviewd by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19678
19679         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt):
19680           Fix memleak (#155223).
19681
19682 2004-10-29  Wim Taymans  <wim@fluendo.com>
19683
19684         * gst/tcp/.cvsignore:
19685         * gst/tcp/gstmultifdsink.c: (gst_sync_method_get_type),
19686         (gst_multifdsink_class_init), (gst_multifdsink_init),
19687         (gst_multifdsink_add), (gst_multifdsink_remove),
19688         (gst_multifdsink_remove_client_link), (is_sync_frame),
19689         (gst_multifdsink_new_client),
19690         (gst_multifdsink_handle_client_write),
19691         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
19692         (gst_multifdsink_handle_clients), (gst_multifdsink_set_property),
19693         (gst_multifdsink_get_property):
19694         * gst/tcp/gstmultifdsink.h:
19695         Added burst on connect sync_method, deprecated sync_clients,
19696         streamlined the sync code some more.
19697
19698 2004-10-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19699
19700         * gst/playback/gstplaybasebin.c: (thread_error), (setup_source),
19701         (gst_play_base_bin_change_state):
19702           Improve error reporting.
19703
19704 2004-10-28  Wim Taymans  <wim@fluendo.com>
19705
19706         * gst/tcp/Makefile.am:
19707         * gst/tcp/fdsetstress.c: (mess_some_more), (run_test), (main):
19708         * gst/tcp/gstfdset.c: (nearest_pow), (resize), (ensure_size),
19709         (gst_fdset_new), (gst_fdset_free), (gst_fdset_set_mode),
19710         (gst_fdset_fd_ctl_write), (gst_fdset_fd_ctl_read),
19711         (gst_fdset_fd_has_closed), (gst_fdset_fd_has_error),
19712         (gst_fdset_fd_can_read), (gst_fdset_fd_can_write),
19713         (gst_fdset_wait):
19714         Added more locks around fdset structures. Fixed/reworked
19715         the poll array resizing code.
19716         Added stress test for fdset.
19717
19718 2004-10-28  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
19719
19720         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link):
19721         fix build
19722
19723 2004-10-28  Benjamin Otte  <otte@gnome.org>
19724
19725         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link):
19726           fix link function to always query channels and query width for
19727           floats
19728         * configure.ac:
19729           add equalizer dir
19730         * gst/equalizer/Makefile.am:
19731         * gst/equalizer/gstiirequalizer.c: (gst_iir_equalizer_get_type),
19732         (gst_iir_equalizer_base_init), (gst_iir_equalizer_class_init),
19733         (gst_iir_equalizer_init), (gst_iir_equalizer_finalize),
19734         (arg_to_scale), (setup_filter),
19735         (gst_iir_equalizer_compute_frequencies),
19736         (gst_iir_equalizer_set_property), (gst_iir_equalizer_get_property),
19737         (gst_iir_equalizer_filter_inplace), (gst_iir_equalizer_setup),
19738         (plugin_init):
19739           add an equalizer
19740
19741 2004-10-27  Thomas Vander Stichele  <thomas at apestaart dot org>
19742
19743         Submitted by: Kjartan Maraas <kmaraas@broadpark.no>
19744
19745         * po/LINGUAS:
19746         * po/nb.po:
19747           Added Norwegian Bokmaal translation
19748
19749 2004-10-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19750
19751         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
19752           Don't break on options (fixes #156488).
19753
19754 2004-10-27  Thomas Vander Stichele  <thomas at apestaart dot org>
19755
19756         * configure.ac:
19757         * ext/cdaudio/Makefile.am:
19758         * sys/Makefile.am:
19759           fix build on older automake
19760
19761 2004-10-26  Wim Taymans  <wim@fluendo.com>
19762
19763         * ext/dv/gstdvdec.c: (gst_dvdec_video_getcaps),
19764         (gst_dvdec_video_link), (gst_dvdec_push), (gst_dvdec_loop):
19765         Allow a little margin when negotiating the framerate.
19766
19767 2004-10-26  Stefan Kost  <ensonic@users.sf.net>
19768
19769         * gst/level/gstlevel.c:
19770           synchonised naming of pads and pad-templates
19771
19772 2004-10-26  Wim Taymans  <wim@fluendo.com>
19773
19774         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event),
19775         (gst_ogg_demux_handle_event), (_find_chain_get_unknown_part),
19776         (_find_streams_check), (gst_ogg_demux_push):
19777         Fix EOS again. Needs to be done in a better way. We should not
19778         remove the pad if there is no new chained stream.
19779
19780 2004-10-26 Iain <iaingnome@gmail.com>
19781
19782         * ext/ogg/gstoggdemux.c (gst_ogg_pad_new): Free the tag list.
19783         * gst/audioscale/gstaudioscale.c (gst_audioscale_link): Free the copy
19784         of the caps.
19785         * gst/interleave/interleave.c (interleave_class_init): Hook up release
19786         pad.
19787         (interleave_release_pad): Remove the pad.
19788         * gst/level/gstlevel.c: Allow the level to take 1 or 2 channels.
19789         * sys/sunaudio/gstsunaudio.c (gst_sunaudio_setparams): Pay attention to
19790         the set device.
19791         * sys/xvimage/xvimagesink.c (gst_xvimagesink_get_xv_support): Free the
19792         attrs
19793         (gst_xvimagesink_xcontext_clear): Free the xcontext.
19794         (gst_xvimagesink_finalize): Free the par.
19795
19796 2004-10-26  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19797
19798         * gst/avi/gstavimux.c: (gst_avimux_audsinkconnect),
19799         (gst_avimux_stop_file):
19800           First calculate the rate, and only then use it. Hdr.rate is a
19801           multiple and not a derivative of hdr.scale. Scale is not the
19802           same as blockalign but is solely related to rate.
19803
19804 2004-10-26  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19805
19806         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_init),
19807         (gst_gnomevfssink_handle_event), (gst_gnomevfssink_chain):
19808           Implement seeking.
19809
19810 2004-10-25  James Henstridge  <james@jamesh.id.au>
19811
19812         Reviewed by:  David Schleef  <ds@schleef.org>
19813
19814         * examples/gstplay/player.c: (got_stream_length), (main):
19815         * examples/seeking/cdplayer.c: (update_scale):
19816         * examples/seeking/seek.c: (format_value), (update_scale):
19817         * examples/seeking/spider_seek.c: (format_value), (update_scale),
19818         (stop_seek):
19819         Build fixes on AMD64.
19820
19821 2004-10-25  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
19822
19823         reviewed by: Ronald Bultje <rbultje at gnome dot org>
19824
19825         * sys/v4l/v4l_calls.c: (gst_v4l_get_chan_names):
19826         Fix for some v4l cards which hang in v4lsrc
19827
19828 2004-10-25  Wim Taymans  <wim@fluendo.com>
19829
19830         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_remove),
19831         (gst_ogg_demux_push), (gst_ogg_chains_clear):
19832         Make sure to remove the pad when a new chain is
19833         encountered. Set some vars to NULL so we don't try
19834         to reference freed memory.
19835
19836 2004-10-25  Wim Taymans  <wim@fluendo.com>
19837
19838         * examples/seeking/Makefile.am:
19839         * examples/seeking/cdplayer.c: (update_scale):
19840         * examples/seeking/chained.c: (unlinked), (new_pad), (main):
19841         * examples/seeking/playbin.c: (make_playerbin_pipeline),
19842         (format_value), (update_scale), (iterate), (start_seek),
19843         (stop_seek), (print_media_info), (play_cb), (pause_cb), (stop_cb),
19844         (print_usage), (main):
19845         Added some more examples, update others.
19846
19847 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19848
19849         * ext/flac/gstflacdec.c: (gst_flacdec_update_metadata):
19850         * ext/speex/gstspeexdec.c: (speex_dec_chain):
19851         * ext/theora/theoradec.c: (theora_dec_chain):
19852         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
19853           Add codec-name metadata.
19854
19855 2004-10-25  Takao Fujiwara  <Takao.Fujiwara@Sun.COM>
19856
19857         Reviewd by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19858
19859         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
19860         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
19861         * ext/alsa/gstalsamixertrack.h:
19862         * po/POTFILES.in:
19863           ALSA mixer track label internationalization (#154054).
19864
19865 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19866
19867         * ext/theora/theoradec.c: (theora_dec_chain):
19868           Export bitrate as metadata.
19869
19870 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19871
19872         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
19873         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
19874         * ext/alsa/gstalsamixertrack.h:
19875           Fix names, fix loop.
19876
19877 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19878
19879         * ext/speex/gstspeexdec.c: (gst_speex_dec_init),
19880         (speex_dec_convert):
19881           sinkconvert function so oggdemux can get the file length (totem).
19882
19883 2004-10-25  James Morrison  <ja2morri@csclub.uwaterloo.ca>
19884
19885         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19886
19887         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_chunk):
19888           Don't push incomplete packets.
19889         * gst/typefind/gsttypefindfunctions.c: (m4a_type_find):
19890           Fix MPEG-4 audio typefinding.
19891
19892 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19893
19894         * sys/v4l/Makefile.am:
19895         * sys/v4l/gstv4l.c: (plugin_init):
19896         * sys/v4l/gstv4lelement.c: (gst_v4lelement_get_type),
19897         (gst_v4lelement_init), (gst_v4lelement_dispose),
19898         (gst_v4lelement_change_state):
19899         * sys/v4l/gstv4lelement.h:
19900         * sys/v4l/gstv4lxoverlay.c: (gst_v4l_xoverlay_open),
19901         (gst_v4l_xoverlay_close), (idle_refresh),
19902         (gst_v4l_xoverlay_set_xwindow_id):
19903         * sys/v4l/gstv4lxoverlay.h:
19904         * sys/v4l/v4l-overlay_calls.c:
19905         * sys/v4l/v4l_calls.h:
19906         * sys/v4l2/Makefile.am:
19907         * sys/v4l2/gstv4l2.c: (plugin_init):
19908         * sys/v4l2/gstv4l2element.c: (gst_v4l2element_get_type),
19909         (gst_v4l2element_init), (gst_v4l2element_dispose),
19910         (gst_v4l2element_change_state):
19911         * sys/v4l2/gstv4l2element.h:
19912         * sys/v4l2/gstv4l2xoverlay.c: (gst_v4l2_xoverlay_open),
19913         (gst_v4l2_xoverlay_close), (idle_refresh),
19914         (gst_v4l2_xoverlay_set_xwindow_id):
19915         * sys/v4l2/gstv4l2xoverlay.h:
19916         * sys/v4l2/v4l2-overlay_calls.c:
19917         * sys/v4l2/v4l2_calls.h:
19918           Remove client-side overlay handling, use the X-server v4l plugin
19919           for that. Nicer overlay, less code. Also make the plugin
19920           compileable without X (but then without overlay, obviously).
19921           Makes xwindowlistener obsolete, should we remove that?
19922
19923 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19924
19925         * sys/oss/gstosssrc.c: (gst_osssrc_get_time), (gst_osssrc_get),
19926         (gst_osssrc_src_query):
19927         * sys/oss/gstosssrc.h:
19928           OK, so people want offset in DEFAULT. This time, actually fix all
19929           cases.
19930         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_getcaps):
19931           Add FPS properly.
19932
19933 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19934
19935         * gst/asfdemux/gstasfmux.c:
19936         * gst/avi/gstavimux.c:
19937           Framerate.
19938
19939 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19940
19941         * sys/v4l2/gstv4l2element.c: (gst_v4l2element_set_property):
19942           Fix properties (channel, norm, frequency).
19943
19944 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19945
19946         * sys/v4l2/gstv4l2element.c: (gst_v4l2element_get_property):
19947           Flag typo.
19948         * sys/v4l2/v4l2_calls.c: (gst_v4l2_set_defaults):
19949           No warnings.
19950
19951 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19952
19953         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_clear_format_list):
19954           Fix hang.
19955
19956 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19957
19958         * sys/v4l2/gstv4l2element.h:
19959           Yet Another Hack (tm) for kernel header borkedness.
19960         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_init),
19961         (gst_v4l2src_v4l2fourcc_to_caps), (gst_v4l2_fourcc_from_structure),
19962         (gst_v4l2src_link), (gst_v4l2src_getcaps),
19963         (gst_v4l2src_change_state):
19964         * sys/v4l2/gstv4l2src.h:
19965         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_capture_init),
19966         (gst_v4l2src_capture_start), (gst_v4l2src_capture_stop):
19967           Fix caps, keep track of state, work.
19968
19969 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19970
19971         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_getcaps):
19972           Quiet.
19973
19974 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19975
19976         * sys/oss/gstosssrc.c: (gst_osssrc_get):
19977           Don't mix bytes and samples.
19978
19979 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19980
19981         * ext/ogg/gstoggmux.c:
19982           Basic pad template which accepts OGM tracks, speex, flac, vorbis
19983           and theora. Any is incorrect.
19984         * gst/asfdemux/gstasfmux.c: (gst_asfmux_vidsink_link):
19985           Fix caps.
19986         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_base_init):
19987         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_base_init),
19988         (gst_v4lmjpegsrc_init), (gst_v4lmjpegsrc_srcconnect),
19989         (gst_v4lmjpegsrc_getcaps), (gst_v4lmjpegsrc_change_state):
19990         * sys/v4l/gstv4lmjpegsrc.h:
19991         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_src_link), (gst_v4lsrc_getcaps),
19992         (gst_v4lsrc_change_state):
19993         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_capture_start),
19994         (gst_v4lmjpegsrc_capture_stop):
19995           Fix caps. Keep track of internal state. Work.
19996
19997 2004-10-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19998
19999         * ext/Makefile.am:
20000           Fix the build fixes.
20001
20002 2004-10-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20003
20004         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
20005         (gst_ogg_demux_src_event), (_find_chain_seek),
20006         (gst_ogg_pad_push):
20007           Check for pad availability before using it.
20008         * ext/ogg/gstoggdemux.c: (_find_chain_process):
20009           Fix parsing of chained ogg. Needs more work on the decoder side.
20010
20011 2004-10-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
20012
20013         * gst/spectrum/Makefile.am:
20014         * gst/spectrum/demo-osssrc.c: (spectrum_chain), (main),
20015         (idle_func):
20016           Fix demo and reenable it. Yes, I'm currently playing with audio
20017           analysis tools
20018
20019 2004-10-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20020
20021         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
20022           We love it if files that start at zero work too...
20023
20024 2004-10-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20025
20026         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_iterate):
20027           Handle files with missing EOS headers.
20028
20029 2004-10-21  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
20030
20031         * gst/tcp/gsttcpserversink.c:
20032         (gst_tcpserversink_handle_server_read),
20033         (gst_tcpserversink_init_send):
20034         Zero some variables first (need for accept not to return EINVAL)
20035
20036 2004-10-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20037
20038         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
20039         (gst_ogg_demux_src_event), (gst_ogg_pad_push):
20040         * ext/theora/theoradec.c: (theora_dec_sink_convert),
20041         (theora_dec_chain):
20042         * ext/vorbis/vorbisdec.c: (vorbis_dec_get_formats),
20043         (gst_vorbis_dec_init), (vorbis_dec_convert), (vorbis_dec_chain):
20044           Seeking and querying finetune.
20045
20046 2004-10-20  Thomas Vander Stichele  <thomas at apestaart dot org>
20047
20048         * configure.ac:
20049         * ext/Makefile.am:
20050         * ext/raw1394/Makefile.am:
20051           fix the build
20052
20053 2004-10-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20054
20055         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_iterate):
20056           Wrong return.
20057         * gst/playback/Makefile.am:
20058         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init):
20059         * gst/playback/gstplay-marshal.list:
20060         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init):
20061           Fix marshallers.
20062
20063 2004-10-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20064
20065         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event):
20066           Silence.
20067
20068 2004-10-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20069
20070         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
20071         (gst_ogg_demux_src_event), (gst_ogg_pad_populate),
20072         (gst_ogg_pad_push):
20073           Yay for non-lineair granulepos in theora.
20074
20075 2004-10-18  Wim Taymans  <wim@fluendo.com>
20076
20077         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_video_getcaps),
20078         (gst_dvdec_video_link), (gst_dvdec_push), (gst_dvdec_loop):
20079         * ext/dv/gstdvdec.h:
20080         Make sure we renegotiate aspect ratio when the camera switches.
20081
20082 2004-10-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20083
20084         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
20085         (gst_ogg_demux_src_event), (gst_ogg_pad_push):
20086           Start at zero.
20087         * ext/theora/theoradec.c: (theora_dec_chain):
20088           Skip headers. Bad idea for chained ogg, but fixes seeking.
20089
20090 2004-10-18  Wim Taymans  <wim@fluendo.com>
20091
20092         * configure.ac:
20093         I swear, this is the last time I touch this.
20094
20095 2004-10-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20096
20097         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
20098         (gst_ogg_demux_src_event), (gst_ogg_pad_populate),
20099         (_read_bos_process), (gst_ogg_demux_iterate), (gst_ogg_pad_new):
20100           Faster seeking.
20101         * ext/theora/theoradec.c: (theora_dec_sink_convert):
20102           Time-to-default conversion.
20103         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
20104           Don't error on unknown packets, just skip. We should probably
20105           read them if we want to support chained ogg.
20106
20107 2004-10-18  Wim Taymans  <wim@fluendo.com>
20108
20109         * configure.ac:
20110         Added cdaudio to wrong list.
20111
20112 2004-10-18  Wim Taymans  <wim@fluendo.com>
20113
20114         * configure.ac:
20115         Revive cdaudio.
20116
20117 2004-10-18  Wim Taymans  <wim@fluendo.com>
20118
20119         * ext/dv/gstdvdec.c: (gst_dvdec_video_getcaps),
20120         (gst_dvdec_video_link), (gst_dvdec_push):
20121         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_class_init),
20122         (gst_smokeenc_resync), (gst_smokeenc_chain):
20123         Fix mimetype on smoke encoder.
20124         Add aspect ratio to dvdec. Not sure if these
20125         values are correct though....
20126
20127 2004-10-18  Wim Taymans  <wim@fluendo.com>
20128
20129         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_class_init):
20130         Fix vorbis property descriptions and ranges.
20131
20132 2004-10-18  Wim Taymans  <wim@fluendo.com>
20133
20134         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_iterate):
20135         Really do nothing when no data is available.
20136         Go to the playing state when the stream is not seekable
20137         instead of failing.
20138
20139 2004-10-18  Wim Taymans  <wim@fluendo.com>
20140
20141         * ext/cdaudio/gstcdaudio.c: (_do_init), (gst_cdaudio_base_init),
20142         (gst_cdaudio_get_event_masks), (gst_cdaudio_send_event),
20143         (gst_cdaudio_query), (plugin_init), (cdaudio_uri_get_type),
20144         (cdaudio_uri_get_protocols), (cdaudio_uri_get_uri),
20145         (cdaudio_uri_set_uri), (cdaudio_uri_handler_init):
20146         Added uri handler for cd://
20147         Port to new API.
20148
20149 2004-10-18  Wim Taymans  <wim@fluendo.com>
20150
20151         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
20152         (gst_decode_bin_init), (find_compatibles), (close_pad_link),
20153         (try_to_link_1), (no_more_pads), (close_link), (type_found):
20154         * gst/playback/gstplaybasebin.c: (gen_preroll_element),
20155         (remove_prerolls), (unknown_type), (add_element_stream),
20156         (new_decoded_pad), (setup_source), (gst_play_base_bin_add_element),
20157         (gst_play_base_bin_remove_element),
20158         (gst_play_base_bin_link_stream):
20159         * gst/playback/gstplaybin.c: (gen_video_element),
20160         (gen_vis_element), (remove_sinks), (setup_sinks):
20161         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type),
20162         (gst_stream_info_get_type), (gst_stream_info_class_init),
20163         (gst_stream_info_init), (gst_stream_info_new),
20164         (gst_stream_info_dispose), (stream_info_mute_pad),
20165         (gst_stream_info_set_property), (gst_stream_info_get_property):
20166         * gst/playback/gststreaminfo.h:
20167         Add sink padtemplate to decodebin.
20168         Added some more comments.
20169         Make queue size configurable in playbasebin.
20170         Added possibility to use elements as sinks (ex cdaudio).
20171
20172 2004-10-15  Wim Taymans  <wim@fluendo.com>
20173
20174         * ext/speex/gstspeexenc.c: (gst_speexenc_class_init),
20175         (gst_speexenc_chain):
20176         Fix speex timestamps so that it gets muxed properly.
20177
20178 2004-10-15  Wim Taymans  <wim@fluendo.com>
20179
20180         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_get_type),
20181         (gst_dv1394src_base_init), (gst_dv1394src_class_init),
20182         (gst_dv1394src_init), (gst_dv1394src_dispose),
20183         (gst_dv1394src_iso_receive), (gst_dv1394src_discover_avc_node),
20184         (gst_dv1394src_change_state), (gst_dv1394src_get_event_mask),
20185         (gst_dv1394src_event), (gst_dv1394src_get_formats),
20186         (gst_dv1394src_convert), (gst_dv1394src_get_query_types),
20187         (gst_dv1394src_query), (gst_dv1394src_uri_get_type),
20188         (gst_dv1394src_uri_get_protocols), (gst_dv1394src_uri_get_uri),
20189         (gst_dv1394src_uri_set_uri), (gst_dv1394src_uri_handler_init):
20190         * ext/raw1394/gstdv1394src.h:
20191         Added conversion/query functions.
20192         Update buffer timestamps,
20193         Added signals.
20194         Added uri dv:// so it might play from the firewire in playbin.
20195         Fix a possible leak.
20196         Added debugging.
20197
20198 2004-10-15  Wim Taymans  <wim@fluendo.com>
20199
20200         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_class_init),
20201         (gst_dv1394src_init), (gst_dv1394src_set_property),
20202         (gst_dv1394src_get_property), (gst_dv1394src_iso_receive),
20203         (gst_dv1394src_discover_avc_node), (gst_dv1394src_change_state):
20204         * ext/raw1394/gstdv1394src.h:
20205         Added AV/C VTR control support needed for some cameras.
20206         Added automatic port detection.
20207         Added properties for selecting the channel.
20208         The configure.ac script is not yet updated to reflect the
20209         new libavc1394 and librom1394 dependencies.
20210
20211 2004-10-15  Wim Taymans  <wim@fluendo.com>
20212
20213         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
20214         (qtdemux_parse), (gst_qtdemux_handle_esds):
20215         An esds box is not a container.
20216         Fix parsing of mp4v boxes.
20217         Do not try to renegotiate fps for each frame. Need to
20218         find a better method. This should fix mp4 playback.
20219
20220 2004-10-14  David Schleef  <ds@schleef.org>
20221
20222         * configure.ac: update for swfdec-0.3 and liboil-0.2
20223         * ext/swfdec/gstswfdec.c: update for swfdec-0.3
20224         * ext/swfdec/gstswfdec.h: same
20225         * gst/videofilter/gstvideobalance.c: update for liboil-0.2
20226         * gst/videotestsrc/videotestsrc.c: same
20227
20228 2004-10-14  Wim Taymans  <wim@fluendo.com>
20229
20230         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
20231         (gst_multifdsink_remove), (gst_multifdsink_remove_client_link),
20232         (is_sync_frame), (gst_multifdsink_new_client),
20233         (gst_multifdsink_handle_client_write),
20234         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
20235         (gst_multifdsink_handle_clients), (gst_multifdsink_change_state):
20236         Turn warnings into info.
20237         Don't allow a state change in the streaming thread.
20238
20239 2004-10-14  Thomas Vander Stichele  <thomas at apestaart dot org>
20240
20241         * ext/vorbis/oggvorbisenc.c:
20242         * ext/vorbis/vorbisdec.c:
20243           fix template sample rate
20244
20245 2004-10-13  Wim Taymans  <wim@fluendo.com>
20246
20247         * ext/mad/gstmad.c: (gst_mad_check_caps_reset), (gst_mad_chain):
20248         Decoding the header first fixes some problems in resyncing
20249         in more mp3s.
20250
20251 2004-10-12  Wim Taymans  <wim@fluendo.com>
20252
20253         * gst/playback/gstplaybin.c: (gen_video_element),
20254         (gen_vis_element), (remove_sinks), (setup_sinks):
20255         Added vis plugin support, need to configure the vis
20256         element to activate it.
20257
20258 2004-10-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20259
20260         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get),
20261         (gst_gnomevfssrc_srcpad_query), (gst_gnomevfssrc_srcpad_event):
20262           Some debug.
20263         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
20264         (gst_avi_demux_handle_src_event), (gst_avi_demux_read_superindex),
20265         (gst_avi_demux_read_subindexes), (gst_avi_demux_add_stream),
20266         (gst_avi_demux_stream_index), (gst_avi_demux_skip),
20267         (gst_avi_demux_sync), (gst_avi_demux_stream_scan),
20268         (gst_avi_demux_massage_index), (gst_avi_demux_stream_header):
20269         * gst/avi/gstavidemux.h:
20270           Support for openDML-2.0 indx/ix## chunks. Support for broken index
20271           recovery (where, if part of the index is broken, we will still read
20272           the rest of the index and recover the broken part by stream
20273           scanning). More broken media support. EOS workarounds. General AVI
20274           braindamage headache recovery. Aspirin included.
20275
20276 2004-10-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20277
20278         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_open),
20279         (cdparanoia_event), (cdparanoia_query):
20280           Get rid of hideous lead-in.
20281
20282 2004-10-11  Wim Taymans  <wim@fluendo.com>
20283
20284         * gst/playback/gstplaybasebin.c: (setup_source):
20285         Wrong var used to get g_list_next.
20286
20287 2004-10-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20288
20289         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_class_init),
20290         (cdparanoia_get), (cdparanoia_open):
20291           Report discid as metadata, add duration.
20292
20293 2004-10-11  Wim Taymans  <wim@fluendo.com>
20294
20295         * gst/playback/gstplaybasebin.c: (setup_source):
20296         Cleanup the previous pipeline a little earlier for the
20297         case that a source element provides raw data.
20298
20299 2004-10-11  Benjamin Otte  <otte@gnome.org>
20300
20301         * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
20302           reset v1 tag offset when there is no v1 tag. Fixes id3demux always
20303           consuming the last 128 bytes, even though it was valid mp3 data.
20304
20305 2004-10-10  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
20306
20307         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_palette_to_caps),
20308         (gst_v4lsrc_getcaps), (gst_v4lsrc_get):
20309         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay):
20310         Change g_warnings to GST_WARNING_OBJECT and fix colourspace issue
20311
20312 2004-10-10  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
20313
20314         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_src_link), (gst_v4lsrc_getcaps):
20315         Fix for webcams that support only specific width or height
20316
20317 2004-10-09  Tim-Philipp Müller  <t.i.m@zen.co.uk>
20318
20319         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20320
20321         * gst/wavenc/gstwavenc.c: (gst_wavenc_stop_file):
20322           Fix wrong discont event setup (fixes #154967).
20323
20324 2004-10-09  Sebastien Cote  <sc5@hermes.usherb.ca>
20325
20326         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20327
20328         * gst/auparse/gstauparse.c: (gst_auparse_chain):
20329           Error out on invalid data (fixes #154807).
20330
20331 2004-10-09  Tim-Philipp Müller  <t.i.m@zen.co.uk>
20332
20333         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20334
20335         * ext/dvdread/dvdreadsrc.c: (_read):
20336           Make titles > 0 work again (fixes #154834).
20337
20338 2004-10-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20339
20340         * gst-libs/gst/riff/riff-media.c:
20341         (gst_riff_create_video_template_caps):
20342           WMV3 missing in template caps.
20343
20344 2004-10-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20345
20346         * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
20347           OK, so the original code was too strict. It makes random AVI files
20348           hang for seconds upon opening, which is unacceptable and is far
20349           beyond the original goal of getting multiple chunks for one-chunk
20350           sounc stream files. So now do just that.
20351
20352 2004-10-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20353
20354         * gst/playback/gstplaybasebin.c: (setup_source),
20355         (gst_play_base_bin_change_state):
20356           Actually clean up streaminfo if output fails. This would trigger
20357           if, for example, there was no CD in the drive. No preroll, so
20358           a streaminfo structure is created, but the subsequent state change
20359           of the thread fails.
20360         * gst/playback/gstplaybin.c: (gst_play_bin_change_state):
20361           Don't change state if parent failed.
20362
20363 2004-10-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20364
20365         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
20366         (gst_play_bin_init), (gst_play_bin_get_property), (handoff),
20367         (gen_video_element), (remove_sinks):
20368           Add small bits of code for screenshot handling.
20369
20370 2004-10-08  Wim Taymans  <wim@fluendo.com>
20371
20372         * gst/playback/gstplaybin.c: (gst_play_bin_set_property),
20373         (gen_video_element), (gen_audio_element), (setup_sinks):
20374         Don't assume the user provided sinks are named "sink"...
20375
20376 2004-10-08  Wim Taymans  <wim@fluendo.com>
20377
20378         * gst/playback/gstplaybasebin.c: (gen_preroll_element),
20379         (unknown_type), (setup_source), (gst_play_base_bin_remove_element),
20380         (gst_play_base_bin_link_stream):
20381         Do not try to autoplug sources that generate raw streams like
20382         cdparanoia.
20383         disconnect the preroll overrun signal when we don't need it anymore.
20384
20385 2004-10-08  Milosz Derezynski  <internalerror.rez@fhtw-berlin.de>
20386
20387         * ext/cdparanoia/gstcdparanoia.c: (_do_init),
20388         Added reworked patch from #154903 from milosz derezynski (deadchip).
20389
20390 2004-10-08  Wim Taymans  <wim@fluendo.com>
20391
20392         * ext/cdparanoia/gstcdparanoia.c: (_do_init),
20393         (cdparanoia_base_init), (cdparanoia_class_init), (cdparanoia_init),
20394         (cdparanoia_dispose), (cdparanoia_get), (cdparanoia_change_state),
20395         (cdparanoia_convert), (cdparanoia_uri_get_type),
20396         (cdparanoia_uri_get_protocols), (cdparanoia_uri_get_uri),
20397         (cdparanoia_uri_set_uri), (cdparanoia_uri_handler_init):
20398         * ext/cdparanoia/gstcdparanoia.h:
20399         This adds the cdda://<tracknum> uri.
20400
20401 2004-10-08  Wim Taymans  <wim@fluendo.com>
20402
20403         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
20404         (gst_decode_bin_init), (find_compatibles), (close_pad_link),
20405         (try_to_link_1), (no_more_pads), (close_link), (type_found):
20406         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
20407         (unknown_type), (gst_play_base_bin_remove_element),
20408         (gst_play_base_bin_link_stream):
20409         * gst/playback/gstplaybasebin.h:
20410         * gst/playback/gstplaybin.c: (gst_play_bin_init),
20411         (gst_play_bin_set_property), (gen_video_element),
20412         (gen_audio_element), (setup_sinks):
20413         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type),
20414         (gst_stream_info_get_type), (gst_stream_info_class_init),
20415         (gst_stream_info_init), (gst_stream_info_new),
20416         (gst_stream_info_dispose), (stream_info_mute_pad),
20417         (gst_stream_info_set_property), (gst_stream_info_get_property):
20418         * gst/playback/gststreaminfo.h:
20419         Reuse the audio and video bins.
20420         Some internal cleanups in the stream selection code.
20421
20422 2004-10-08  Julien MOUTTE  <julien@moutte.net>
20423
20424         * sys/ximage/ximagesink.c: (gst_ximagesink_sink_link),
20425         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_init):
20426         * sys/ximage/ximagesink.h:
20427         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sink_link),
20428         (gst_xvimagesink_set_xwindow_id), (gst_xvimagesink_init):
20429         * sys/xvimage/xvimagesink.h: Reverting Ronald's changes as the issue is
20430         not coming from those elements. Moreover these elements should not keep
20431         the xid they have been given when in NULL state.
20432
20433 2004-10-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20434
20435         * sys/ximage/ximagesink.c: (gst_ximagesink_sink_link),
20436         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_init):
20437         * sys/ximage/ximagesink.h:
20438         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sink_link),
20439         (gst_xvimagesink_set_xwindow_id), (gst_xvimagesink_init):
20440         * sys/xvimage/xvimagesink.h:
20441           Actually only create a new toplevel window if we're not gonna
20442           embed it right after.
20443
20444 2004-10-07  Wim Taymans  <wim@fluendo.com>
20445
20446         * gst/playback/gstplaybasebin.c: (play_base_bin_mute_pad),
20447         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream):
20448         * gst/playback/gstplaybin.c: (setup_sinks):
20449         Implement muting/unmuting of streams, mute streams that are not
20450         used.
20451
20452 2004-10-07  Wim Taymans  <wim@fluendo.com>
20453
20454         * gst/typefind/gsttypefindfunctions.c: (ac3_type_find),
20455         (plugin_init):
20456         Added lame audio/x-ac3 typefind function.
20457
20458 2004-10-06  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
20459
20460         * configure.ac:
20461           bump nano to cvs
20462
20463 === release 0.8.5 ===
20464
20465 2004-10-06  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
20466
20467         * NEWS:
20468         * RELEASE:
20469         * configure.ac:
20470           releasing 0.8.5, "Take You On"
20471
20472 2004-10-06  Wim Taymans  <wim@fluendo.com>
20473
20474         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
20475         (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
20476         (no_more_pads), (close_link), (type_found):
20477         * gst/playback/gstplaybasebin.c: (new_decoded_pad):
20478         * gst/playback/gstplaybin.c: (gen_video_element):
20479         Do not signal the no_more_pads after the first pad when
20480         we are plugging a non dynamic element with multiple
20481         output pads (like swfdec, dvdec, ...).
20482
20483 2004-10-06  Thomas Vander Stichele  <thomas at apestaart dot org>
20484
20485         * configure.ac:
20486           bump for prerelease
20487
20488 2004-10-06  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
20489
20490         * gst/wavparse/gstwavparse.c:
20491           add ATRAC3 to STATIC CAPS to fix a warning
20492
20493         * gst/matroska/ebml-read.c:
20494         * gst-libs/gst/riff/riff-read.c:
20495           fix typos
20496
20497 2004-10-06  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
20498
20499         * gst-libs/gst/riff/riff-media.c:
20500           generate caps for ATRAC3 audio streams
20501
20502         * gst/realmedia/rmdemux.c:
20503           generate caps for ATRAC3 audio streams
20504
20505 2004-10-06  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
20506
20507         * gst/wavparse/Makefile.am
20508         * gst/wavparse/riff.h
20509         * gst/wavparse/wavparse.vcproj
20510           riff.h removal (unused and duplication with riff-ids.h)
20511
20512 2004-10-06  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
20513
20514         * gst/wavparse/gstwavparse.h
20515           remove duplicated defines for audio codec codes
20516
20517         * gst-libs/gst/riff/riff-ids.h
20518         * gst/wavenc/riff.h:
20519           add "4CC" code for ATRAC3 audio streams
20520           add "4CC" code for ITU_G721_ADPCM (unused for now)
20521
20522 2004-10-06  Wim Taymans  <wim@fluendo.com>
20523
20524         * gst/flx/gstflxdec.c: (gst_flxdec_init), (gst_flxdec_loop):
20525         Actually _do_ negotiation. Pass gdouble as arg instead
20526         of guint64 for the framerate.
20527
20528 2004-10-06  Wim Taymans  <wim@fluendo.com>
20529
20530         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
20531         (find_compatibles), (close_pad_link), (try_to_link_1),
20532         (no_more_pads), (close_link), (type_found):
20533         * gst/playback/gstplaybasebin.c: (new_decoded_pad):
20534         * gst/playback/gstplaybin.c: (gen_video_element),
20535         (gen_audio_element):
20536         Set state on newly added element to READY so that negotiation
20537         can happen ASAP.
20538         Addes some more debug info.
20539         Do not try to plug pads with multiple caps structures or ANY
20540         because it is too dangerous since we do not do dynamic
20541         replugging.
20542
20543 2004-10-06  Thomas Vander Stichele  <thomas at apestaart dot org>
20544
20545         written by: Gora Mohanty <gora_mohanty@yahoo.co.in>
20546
20547         * po/LINGUAS:
20548         * po/or.po:
20549           add Oriya translation
20550
20551 2004-10-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20552
20553         * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
20554           Prevent overwrite of size member. Makes audio sound crappy.
20555
20556 2004-10-05  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
20557
20558         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
20559         Add rmvb to the list of known RealMedia extensions
20560
20561 2004-10-05  Wim Taymans  <wim@fluendo.com>
20562
20563         * ext/libmng/gstmngdec.c: (gst_mngdec_loop), (mngdec_error),
20564         (mngdec_openstream), (mngdec_closestream),
20565         (mngdec_handle_sink_event), (mngdec_readdata),
20566         (mngdec_gettickcount), (mngdec_settimer), (mngdec_processheader),
20567         (mngdec_getcanvasline), (mngdec_refresh),
20568         (gst_mngdec_change_state):
20569         Set the framerate correctly.
20570
20571 2004-10-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20572
20573         * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
20574           There was something wrong with the index massaging.
20575
20576 2004-10-04  Wim Taymans  <wim@fluendo.com>
20577
20578         * ext/jpeg/gstjpeg.c: (smoke_type_find), (plugin_init):
20579         * ext/jpeg/gstsmokedec.c: (gst_smokedec_init),
20580         (gst_smokedec_chain):
20581         * ext/jpeg/gstsmokedec.h:
20582         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_class_init),
20583         (gst_smokeenc_init), (gst_smokeenc_resync), (gst_smokeenc_chain):
20584         * ext/jpeg/gstsmokeenc.h:
20585         * ext/jpeg/smokecodec.c: (smokecodec_encode_new),
20586         (smokecodec_decode_new), (smokecodec_info_free),
20587         (smokecodec_set_quality), (smokecodec_get_quality),
20588         (smokecodec_set_threshold), (smokecodec_get_threshold),
20589         (smokecodec_set_bitrate), (smokecodec_get_bitrate),
20590         (find_best_size), (abs_diff), (put), (smokecodec_encode_id),
20591         (smokecodec_encode), (smokecodec_parse_id),
20592         (smokecodec_parse_header), (smokecodec_decode):
20593         * ext/jpeg/smokecodec.h:
20594         * ext/jpeg/smokeformat.h:
20595         Updated smoke, new bitstream, allows embedding in ogg.
20596
20597 2004-10-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20598
20599         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_event):
20600           Fix seeking in some files. All this code is no longer needed (and
20601           actually breaks stuff) because we now synchronize the full index
20602           right when reading the header.
20603
20604 2004-10-04  Wim Taymans  <wim@fluendo.com>
20605
20606         * configure.ac:
20607         configure update for libmng.
20608
20609 2004-10-04  Wim Taymans  <wim@fluendo.com>
20610
20611         * ext/libmng/Makefile.am:
20612         * ext/libmng/gstmng.c: (plugin_init):
20613         * ext/libmng/gstmng.h:
20614         * ext/libmng/gstmngdec.c: (gst_mngdec_get_type),
20615         (gst_mngdec_base_init), (gst_mngdec_class_init),
20616         (gst_mngdec_sinklink), (gst_mngdec_init), (gst_mngdec_src_getcaps),
20617         (gst_mngdec_loop), (gst_mngdec_get_property),
20618         (gst_mngdec_set_property), (mngdec_error), (mngdec_openstream),
20619         (mngdec_closestream), (mngdec_handle_sink_event),
20620         (mngdec_readdata), (mngdec_gettickcount), (mngdec_settimer),
20621         (mngdec_processheader), (mngdec_getcanvasline), (mngdec_refresh),
20622         (gst_mngdec_change_state):
20623         * ext/libmng/gstmngdec.h:
20624         * ext/libmng/gstmngenc.c: (gst_mngenc_get_type),
20625         (mng_caps_factory), (raw_caps_factory), (gst_mngenc_base_init),
20626         (gst_mngenc_class_init), (gst_mngenc_sinklink), (gst_mngenc_init),
20627         (gst_mngenc_chain), (gst_mngenc_get_property),
20628         (gst_mngenc_set_property):
20629         * ext/libmng/gstmngenc.h:
20630         Added basic MNG decoder. Needs more work. The encoder does
20631         not work yet.
20632
20633 2004-10-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20634
20635         * gst/realmedia/rmdemux.c: (gst_rmdemux_handle_sink_event),
20636         (gst_rmdemux_loop), (gst_rmdemux_add_stream),
20637         (gst_rmdemux_parse_mdpr), (gst_rmdemux_dump_mdpr):
20638           Don't hang on length=0 chunks. Some negotiation fixes. Signal
20639           no-more-pads.
20640
20641 2004-10-04  Thomas Vander Stichele  <thomas at apestaart dot org>
20642
20643         * configure.ac:
20644           you need at least 1.0.4 of speex
20645
20646 2004-10-04 Iain <iaingnome@gmail.com>
20647
20648         * ext/speex/gstspeexdec.h: Revert the includes changes.
20649
20650         * ext/speex/gstspeexenc.[ch]: Revert the includes changes.
20651
20652 2004-09-30 Iain <iaingnome@gmail.com>
20653
20654         * sys/sunaudio/gstsunaudio.c (gst_sunaudiosink_open): Use the device
20655         found during init or set as a property instead of hardcoding /dev/audio
20656
20657 2004-10-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20658
20659         * gst/realmedia/rmdemux.c: (gst_rmdemux_class_init),
20660         (gst_rmdemux_init), (gst_rmdemux_handle_sink_event),
20661         (gst_rmdemux_loop), (gst_rmdemux_add_stream), (re_hexdump_bytes),
20662         (re_dump_pascal_string), (gst_rmdemux_dump__rmf),
20663         (gst_rmdemux_dump_prop), (gst_rmdemux_parse_mdpr),
20664         (gst_rmdemux_dump_mdpr), (gst_rmdemux_dump_indx),
20665         (gst_rmdemux_dump_data):
20666           Use debug category, fix EOS handling. filesrc ! rmdemux now
20667           works.
20668
20669 2004-10-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20670
20671         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
20672         (gst_avi_demux_stream_scan), (sort), (gst_avi_demux_massage_index),
20673         (gst_avi_demux_stream_header), (gst_avi_demux_stream_data):
20674           Improve allocation, cutting and sorting of the index. How takes a
20675           few seconds instead of minutes.
20676
20677 2004-10-03  Christophe Fergeau  <teuf@gnome.org>
20678
20679         * gst/realmedia/rmdemux.c: (gst_rmdemux_parse_mdpr):
20680           fixed compilation
20681
20682 2004-10-02  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20683
20684         * gst-libs/gst/riff/riff-media.c:
20685         (gst_riff_create_video_caps_with_data),
20686         (gst_riff_create_video_template_caps):
20687           Add wing commander format mimetype/fourccs.
20688         * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
20689           Don't crash if some value is 0.
20690
20691 2004-10-02  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20692
20693         * gst-libs/gst/riff/riff-media.c:
20694         (gst_riff_create_video_caps_with_data),
20695         (gst_riff_create_video_template_caps):
20696           Add DIB fourcc (raw, palettized 8-bit RGB).
20697         * gst-libs/gst/riff/riff-read.c:
20698         (gst_riff_read_strf_vids_with_data):
20699           Oops, fix strf_data reading bug.
20700         * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream):
20701           Use a non-NULL tag.
20702         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):
20703           Time for hacks. Sorry Dave. At least one quicktime movie (a
20704           trailer) that I've encountered contains multiple video tracks.
20705           One of those is the actual video track, the other are one-frame
20706           tracks (images). Unfortunately, the number of frames according
20707           to the trak header is 1 for each, so that doesn't help. So
20708           instead, I look at the duration and discard tracks with a
20709           duration shorter than 20% of the length of the stream. Better
20710           than nothing.
20711
20712 2004-10-01  Christian Schaller <christian@fluendo.com>
20713
20714         * ext/ivorbis/vorbis.c:
20715           Patch from Phil Blundell (Bug 152341)
20716
20717 2004-10-01  Wim Taymans  <wim@fluendo.com>
20718
20719         * ext/speex/gstspeexdec.c: (gst_speex_dec_class_init),
20720         (speex_dec_get_formats), (speex_dec_convert),
20721         (speex_dec_src_query), (speex_dec_src_event), (speex_dec_event),
20722         (speex_dec_chain), (gst_speexdec_get_property),
20723         (gst_speexdec_set_property):
20724         Small cleanups.
20725
20726 2004-10-01  Wim Taymans  <wim@fluendo.com>
20727
20728         * gst/wavparse/gstwavparse.c: (gst_wavparse_class_init),
20729         (gst_wavparse_stream_init), (gst_wavparse_fmt),
20730         (gst_wavparse_other), (gst_wavparse_loop),
20731         (gst_wavparse_pad_convert), (gst_wavparse_pad_query),
20732         (gst_wavparse_srcpad_event):
20733         * gst/wavparse/gstwavparse.h:
20734         Added some more debugging info.
20735         Fix the case where the length of the file is 0.
20736         Make sure we seek to sample borders.
20737
20738 2004-10-01  Wim Taymans  <wim@fluendo.com>
20739
20740         * gst/playback/README:
20741         * gst/playback/gstdecodebin.c: (gst_decode_bin_factory_filter),
20742         (gst_decode_bin_init), (find_compatibles), (close_pad_link),
20743         (try_to_link_1), (no_more_pads), (close_link), (type_found):
20744         Add some debug info to decodebin, update README
20745
20746 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20747
20748         * ext/dvdnav/dvdnavsrc.c: (dvdnav_handle_navigation_event):
20749           Don't use g_print(); use GST_DEBUG().
20750
20751 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20752
20753         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
20754         (gst_ogg_mux_queue_pads):
20755           Handle EOS properly.
20756
20757 2004-10-01  Sebastien Cote  <sc5@hermes.usherb.ca>
20758
20759         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20760
20761         * ext/faad/gstfaad.c: (gst_faad_init), (gst_faad_sinkconnect),
20762         (gst_faad_chain), (gst_faad_change_state):
20763         * ext/faad/gstfaad.h:
20764           Allow playback of raw (unframed) MPEG AAC files (#148993).
20765
20766 2004-10-01  Sebastien Cote  <sc5@hermes.usherb.ca>
20767
20768         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20769
20770         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt):
20771           Throw error if we didn't recognize the stream. Fixes #152289.
20772
20773 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20774
20775         * gst/videoscale/gstvideoscale.c: (gst_videoscale_link):
20776           Fix negotiation.
20777
20778 2004-10-01  Francis Labonte  <francis_labonte@hotmail.com>
20779
20780         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20781
20782         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt):
20783           Fix memleak.
20784
20785 2004-10-01  Balamurali Viswanathan  <balamurali.viswanathan@wipro.com>
20786
20787         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20788
20789         * sys/sunaudio/gstsunaudio.c: (gst_sunaudiosink_setparams):
20790           Solve #152805.
20791         * sys/sunaudio/gstsunmixer.c: (gst_sunaudiomixer_set_mute):
20792           Solve 152806.
20793
20794 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20795
20796         * gst-libs/gst/riff/riff-media.c:
20797         (gst_riff_create_video_caps_with_data),
20798         (gst_riff_create_audio_caps_with_data):
20799           Add codec_data handling (like asfdemux used to do).
20800         * gst/asfdemux/gstasf.c: (plugin_init):
20801         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_base_init),
20802         (gst_asf_demux_add_audio_stream), (gst_asf_demux_add_video_stream):
20803           Use riff-media for caps creation instead of our own (mostly
20804           broken) copy of its functions.
20805
20806 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20807
20808         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_try_capture):
20809           Don't actually error out if we get another return value than
20810           -EINVAL. Opposite to what I first thought, drivers have random
20811           return values for this, although -EINVAL is the expected return
20812           value. Since this is not fatal, we shouldn't use
20813           GST_ELEMENT_ERROR() but just GST_ERROR_OBJECT().
20814
20815 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20816
20817         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_class_init),
20818         (dvdreadsrc_init), (dvdreadsrc_dispose), (dvdreadsrc_set_property),
20819         (dvdreadsrc_get_property), (_open), (_seek), (_read),
20820         (dvdreadsrc_get), (dvdreadsrc_open_file),
20821         (dvdreadsrc_change_state):
20822           Fix. Don't do one big huge loop around the whole DVD, that will
20823           cache all data and thus eat sizeof(dvd) (several GB) before we
20824           see something.
20825         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_seek):
20826           Actually NULL'ify event after using it.
20827         * gst/matroska/ebml-read.c: (gst_ebml_read_use_event),
20828         (gst_ebml_read_handle_event), (gst_ebml_read_element_id),
20829         (gst_ebml_read_element_length), (gst_ebml_read_element_data),
20830         (gst_ebml_read_seek), (gst_ebml_read_skip):
20831           Handle events.
20832         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_base_init),
20833         (gst_dvd_demux_init), (gst_dvd_demux_get_audio_stream),
20834         (gst_dvd_demux_get_subpicture_stream), (gst_dvd_demux_plugin_init):
20835           Fix timing (this will probably break if I seek using menus, but
20836           I didn't get there yet). VOBs and normal DVDs should now work.
20837           Add a mpeg2-only pad with high rank so this get autoplugged for
20838           MPEG-2 movies.
20839         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_base_init),
20840         (gst_mpeg_demux_class_init), (gst_mpeg_demux_init),
20841         (gst_mpeg_demux_new_output_pad), (gst_mpeg_demux_get_video_stream),
20842         (gst_mpeg_demux_get_audio_stream),
20843         (gst_mpeg_demux_get_private_stream), (gst_mpeg_demux_parse_packet),
20844         (gst_mpeg_demux_parse_pes), (gst_mpeg_demux_plugin_init):
20845           Use this as second rank for MPEG-1 and MPEG-2. Still use this for
20846           MPEG-1 but use dvddemux for MPEG-2.
20847         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_class_init),
20848         (gst_mpeg_parse_init), (gst_mpeg_parse_new_pad),
20849         (gst_mpeg_parse_parse_packhead):
20850           Timing. Only add pad template if it exists. Add sink template from
20851           class and not from ourselves. This means we will always use the
20852           correct sink template even if it is not the one defined in this
20853           file.
20854
20855 2004-09-29  Wim Taymans  <wim@fluendo.com>
20856
20857         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_packet),
20858         (gst_mpeg_demux_parse_pes):
20859         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_parse_packhead):
20860         Fix playback of mpeg again, timestamps where screwed up by
20861         patch 1.61.
20862
20863 2004-09-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20864
20865         * ext/flac/gstflacdec.c: (gst_flacdec_src_query):
20866           Only return true if we actually filled something in. Prevents
20867           player applications from showing a random length for flac files.
20868         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_class_init),
20869         (gst_riff_read_use_event), (gst_riff_read_handle_event),
20870         (gst_riff_read_seek), (gst_riff_read_skip), (gst_riff_read_strh),
20871         (gst_riff_read_strf_vids_with_data),
20872         (gst_riff_read_strf_auds_with_data), (gst_riff_read_strf_iavs):
20873           OK, ok, so I implemented event handling. Apparently it's normal
20874           that we receive random events at random points without asking
20875           for it.
20876         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
20877         (gst_avi_demux_src_convert), (gst_avi_demux_handle_src_query),
20878         (gst_avi_demux_handle_src_event), (gst_avi_demux_stream_index),
20879         (gst_avi_demux_sync), (gst_avi_demux_stream_scan),
20880         (gst_avi_demux_massage_index), (gst_avi_demux_stream_header),
20881         (gst_avi_demux_handle_seek), (gst_avi_demux_process_next_entry),
20882         (gst_avi_demux_stream_data), (gst_avi_demux_loop):
20883         * gst/avi/gstavidemux.h:
20884           Implement non-lineair chunk handling and subchunk processing.
20885           The first solves playback of AVI files where the audio and video
20886           data of individual buffers that we read are not synchronized.
20887           This should not happen according to the wonderful AVI specs, but
20888           of course it does happen in reality. It is also a prerequisite for
20889           the second. Subchunk processing allows us to cut chunks in small
20890           pieces and process each of these pieces separately. This is
20891           required because I've seen several AVI files with incredibly large
20892           audio chunks, even some files with only one audio chunk for the
20893           whole file. This allows for proper playback including seeking.
20894           This patch is supposed to fix all AVI A/V sync issues.
20895         * gst/flx/gstflxdec.c: (gst_flxdec_class_init),
20896         (flx_decode_chunks), (flx_decode_color), (gst_flxdec_loop):
20897           Work.
20898         * gst/modplug/gstmodplug.cc:
20899           Proper return value setting for the query() function.
20900         * gst/playback/gstplaybasebin.c: (setup_source):
20901           Being in non-playing state (after, e.g., EOS) is not necessarily
20902           a bad thing. Allow for that. This fixes playback of short files.
20903           They don't actually playback fully now, because the clock already
20904           runs. This means that small files (<500kB) with a small length
20905           (<2sec) will still not or barely play. Other files, such as mod
20906           or flx, will work correctly, however.
20907
20908 2004-09-28  Wim Taymans  <wim@fluendo.com>
20909
20910         * ext/speex/gstspeex.c: (plugin_init):
20911         * ext/speex/gstspeexdec.c: (gst_speex_dec_base_init),
20912         (gst_speex_dec_class_init), (speex_dec_get_formats),
20913         (speex_get_event_masks), (speex_get_query_types),
20914         (gst_speex_dec_init), (speex_dec_convert), (speex_dec_src_query),
20915         (speex_dec_src_event), (speex_dec_event), (speex_dec_chain),
20916         (gst_speexdec_get_property), (gst_speexdec_set_property),
20917         (speex_dec_change_state):
20918         * ext/speex/gstspeexdec.h:
20919         * ext/speex/gstspeexenc.c: (gst_speexenc_get_formats),
20920         (gst_speexenc_get_type), (speex_caps_factory), (raw_caps_factory),
20921         (gst_speexenc_base_init), (gst_speexenc_class_init),
20922         (gst_speexenc_sinkconnect), (gst_speexenc_convert_src),
20923         (gst_speexenc_convert_sink), (gst_speexenc_get_query_types),
20924         (gst_speexenc_src_query), (gst_speexenc_init),
20925         (gst_speexenc_get_tag_value), (comment_init), (comment_add),
20926         (gst_speexenc_metadata_set1), (gst_speexenc_set_metadata),
20927         (gst_speexenc_setup), (gst_speexenc_buffer_from_data),
20928         (gst_speexenc_push_buffer), (gst_speexenc_set_header_on_caps),
20929         (gst_speexenc_chain), (gst_speexenc_get_property),
20930         (gst_speexenc_set_property), (gst_speexenc_change_state):
20931         * ext/speex/gstspeexenc.h:
20932         Rewrote speex encoder, make sure it can be embedded in ogg.
20933         Implemented speex decoder.
20934
20935 2004-09-28  Christian Schaller <christian@fluendo.com>
20936
20937         * configure.ac:
20938         Remove kioslave plugin. Markey is brewing a new working one
20939         * ext/Makefile.am: Remove kioslave plugin
20940         * ext/kio: remove
20941         * gst-plugins.spec.in: remove kio plugin from spec
20942
20943 2004-09-27  Wim Taymans  <wim@fluendo.com>
20944
20945         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
20946         (gst_multifdsink_remove), (gst_multifdsink_remove_client_link),
20947         (is_sync_frame), (gst_multifdsink_client_queue_buffer),
20948         (gst_multifdsink_new_client),
20949         (gst_multifdsink_handle_client_write),
20950         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
20951         (gst_multifdsink_handle_clients):
20952         * gst/tcp/gstmultifdsink.h:
20953         Make syncing to keyframes actually work for new clients and lagging
20954         clients.
20955
20956 2004-09-26  Benjamin Otte  <in7y118@public.uni-hamburg.de>
20957
20958         * gst/debug/gstnavigationtest.c: (gst_navigationtest_class_init),
20959         (gst_navigationtest_handle_src_event), (draw_box_planar411),
20960         (gst_navigationtest_planar411), (gst_navigationtest_change_state):
20961         * gst/debug/gstnavigationtest.h:
20962           make navigationtest display button-press and button-release events
20963
20964 2004-09-26 Iain <iaingnome@gmail.com>
20965
20966         * gst/interleave/interleave.c (all_channels_new_media): Checks if all
20967         the channels have received a new media event.
20968         (interleave_buffered_loop): Compresses a new media event on all
20969         channels into one.
20970
20971 2004-09-26 Iain <iaingnome@gmail.com>
20972
20973         * gst/wavenc/gstwavenc.c (gst_wavenc_chain): Company says we need to
20974         call the sinkpad's default event handler and not the srcpads. He also
20975         says this is confusing :)
20976         (gst_wavenc_stop_file): Company says that seek events only go upstream
20977         we should send a discontinuous downstream instead.
20978
20979 2004-09-25  Christian Schaller <christian@fluendo.com>
20980
20981         * Update SPEC file to be usable in conjunction with Fedora Core,
20982           Fedora.us and freshrpms packages
20983         * Fix typo in multifilesrc test Makefile
20984
20985 2004-09-24  Wim Taymans  <wim@fluendo.com>
20986
20987         * gst/playback/gstplaybasebin.c: (new_decoded_pad):
20988         Only signal the no_more_pads signal when we have
20989         added the stream to our list.
20990
20991 2004-09-24  Wim Taymans  <wim@fluendo.com>
20992
20993         * gst/playback/gstplaybasebin.c: (remove_prerolls),
20994         (new_decoded_pad):
20995         * gst/playback/gstplaybasebin.h:
20996         * gst/playback/gstplaybin.c: (setup_sinks):
20997         Don't try to preroll or decode more than one audio/video
20998         track.
20999
21000 2004-09-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21001
21002         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
21003           Throw error if we failed to find a suitable output. This should
21004           throw an error if we successfully set up a pipeline (e.g. because
21005           we recognized a media file) but found no decodable streams in it
21006           (e.g. because it contains only media stream types for which we
21007           have no decoders, or because it's not a media type).
21008
21009 2004-09-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21010
21011         * ext/dirac/Makefile.am:
21012         * ext/dirac/gstdirac.cc:
21013         * ext/dirac/gstdiracdec.cc:
21014         * ext/dirac/gstdiracdec.h:
21015           Do something. Don't actually know if this works because I don't
21016           have a demuxer yet.
21017         * ext/gsm/gstgsmdec.c: (gst_gsmdec_getcaps):
21018           Add channels=1 to caps returned from _getcaps().
21019         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_get_type),
21020         (gst_ogm_video_parse_get_type), (gst_ogm_audio_parse_base_init),
21021         (gst_ogm_video_parse_base_init), (gst_ogm_parse_init),
21022         (gst_ogm_audio_parse_init), (gst_ogm_video_parse_init),
21023         (gst_ogm_parse_sink_convert), (gst_ogm_parse_chain),
21024         (gst_ogm_parse_change_state):
21025           Separate between audio/video so ogmaudioparse actually uses the
21026           audio pad templates. Both audio and video work now, including
21027           autoplugging. Also use sometimes-srcpad hack.
21028         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_seek):
21029           Handle events better. Don't hang on infinite loops.
21030         * gst/avi/gstavidemux.c: (gst_avi_demux_class_init),
21031         (gst_avi_demux_init), (gst_avi_demux_reset),
21032         (gst_avi_demux_src_convert), (gst_avi_demux_handle_src_query),
21033         (gst_avi_demux_stream_header), (gst_avi_demux_stream_data),
21034         (gst_avi_demux_change_state):
21035         * gst/avi/gstavidemux.h:
21036           Improve A/V sync. Still not perfect.
21037         * gst/matroska/ebml-read.c: (gst_ebml_read_seek),
21038         (gst_ebml_read_skip):
21039           Handle events better.
21040         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event),
21041         (gst_qtdemux_loop_header), (qtdemux_parse_trak),
21042         (qtdemux_audio_caps):
21043           Add IMA4. Improve event handling. Save offset after a seek when
21044           the headers are at the end of the file so that we don't end up in
21045           an infinite loop.
21046         * gst/typefind/gsttypefindfunctions.c: (qt_type_find):
21047           Add low-priority typefind support for files with no length.
21048
21049 2004-09-23  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
21050
21051         * testsuite/multifilesink/Makefile.am:
21052         fix typo
21053
21054 2004-09-22  Julien MOUTTE  <julien@moutte.net>
21055
21056         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_destroy):
21057         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls): Fix
21058         mistakes from thaytan's patches.
21059
21060 2004-09-23  Jan Schmidt  <thaytan@mad.scientist.com>
21061
21062         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_destroy):
21063           For completeness, XSync in the destroy function as xvimage does.
21064
21065 2004-09-23  Jan Schmidt  <thaytan@mad.scientist.com>
21066
21067         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_getcaps):
21068            Correct caps negotiation
21069         * gst/volume/gstvolume.c: (volume_chain_float),
21070         (volume_chain_int16):
21071            Modify debug output to be little more informative
21072         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls):
21073         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
21074         (gst_xvimagesink_xvimage_destroy):
21075           Add XSync calls after detaching from the shared memory segment to
21076           avoid a crash.
21077
21078 2004-09-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
21079
21080         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
21081         (gst_ogg_mux_next_buffer), (gst_ogg_mux_loop):
21082         * ext/vorbis/vorbis.c: (plugin_init):
21083         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
21084         (gst_vorbisenc_chain):
21085         * ext/vorbis/vorbisenc.h:
21086         remove explicit newmedia support from oggmux and vorbisenc
21087         add debug category to vorbisenc
21088         * gst/multifilesink/gstmultifilesink.c:
21089         (gst_multifilesink_class_init), (gst_multifilesink_init),
21090         (gst_multifilesink_dispose), (gst_multifilesink_set_location),
21091         (gst_multifilesink_set_property), (gst_multifilesink_next_file),
21092         (gst_multifilesink_handle_event), (gst_multifilesink_chain),
21093         (plugin_init):
21094         * gst/multifilesink/gstmultifilesink.h:
21095         add support for streamheader in multifilesink
21096
21097 2004-09-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21098
21099         * gst/asfdemux/gstasfdemux.c: (_read_var_length), (_read_guid),
21100         (gst_asf_demux_process_segment), (gst_asf_demux_handle_data),
21101         (gst_asf_demux_process_chunk), (gst_asf_demux_handle_sink_event):
21102           Prevent infinite loops. More correct error reporting.
21103         * gst/auparse/gstauparse.c: (gst_auparse_chain):
21104           Error out if negotiation fails.
21105         * gst/playback/gstplaybasebin.c: (setup_source),
21106         (gst_play_base_bin_change_state), (gst_play_base_bin_error),
21107         (gst_play_base_bin_found_tag):
21108           Error/tag forwarding. Pre-roll fixes for source errors on state
21109           changes (e.g. "file does not exist") to prevent hangs.
21110
21111 2004-09-21  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
21112
21113         * testsuite/multifilesink/Makefile.am:
21114         * testsuite/multifilesink/lame_test.c: (gst_newmedia_base_init),
21115         (gst_newmedia_class_init), (gst_newmedia_init),
21116         (gst_newmedia_chain), (gst_newmedia_trigger), (test_format),
21117         (newfile_signal), (test_signal), (main):
21118         * testsuite/multifilesink/multifilesrc_test.c: (main):
21119         * testsuite/multifilesink/oggtheora_test.c:
21120         (gst_newmedia_base_init), (gst_newmedia_class_init),
21121         (gst_newmedia_init), (gst_newmedia_chain), (gst_newmedia_trigger),
21122         (test_format), (newfile_signal), (test_signal), (main):
21123         * testsuite/multifilesink/oggvorbis_test.c:
21124         (gst_newmedia_base_init), (gst_newmedia_class_init),
21125         (gst_newmedia_init), (gst_newmedia_chain), (gst_newmedia_trigger),
21126         (test_format), (newfile_signal), (test_signal), (main):
21127         * testsuite/multifilesink/wavenc_test.c: (gst_newmedia_base_init),
21128         (gst_newmedia_class_init), (gst_newmedia_init),
21129         (gst_newmedia_chain), (gst_newmedia_trigger), (test_format),
21130         (newfile_signal), (test_signal), (main):
21131         New media tests
21132
21133 2004-09-20  Christian Schaller <christian@fluendo.com>
21134
21135         * Fix mikmod license to LGPL as they have relicensed
21136         * Move Dirac and Effectv into LGPL section of README_license
21137
21138 2004-09-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21139
21140         * ext/mad/gstmad.c: (gst_mad_check_caps_reset),
21141         (gst_mad_change_state):
21142           Allow for mp3 rate/channels changes. However, only very
21143           conservatively. Reason that we *have* to enable this is smiply
21144           because the mad find_sync() function is not good enough, it will
21145           regularly sync on random data as valid frames and therefore make
21146           us provide random caps as *final* caps of the stream. The best fix
21147           I could think of is to simply require several of the same stream
21148           changes in a row before we change caps.
21149           The actual testcase that works now is #
21150         * ext/ogg/Makefile.am:
21151         * ext/ogg/gstogg.c: (plugin_init):
21152         * ext/ogg/gstogmparse.c:
21153           OGM support (video only for now; I need an audio sample file).
21154         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_base_init),
21155         (gst_asf_demux_process_stream), (gst_asf_demux_video_caps),
21156         (gst_asf_demux_add_video_stream):
21157           WMV extradata.
21158         * gst/playback/gstplaybasebin.c: (unknown_type):
21159           Don't error out on single unknown-types after all. It's wrong.
21160           If we found type of video and audio but not of a subtitle stream,
21161           it will still error out (which is unwanted). Will find a better fix
21162           later on.
21163         * gst/typefind/gsttypefindfunctions.c: (ogmvideo_type_find),
21164         (ogmaudio_type_find), (plugin_init):
21165           OGM support.
21166
21167 2004-09-20  Johan Dahlin  <johan@gnome.org>
21168
21169         * ext/jpeg/gstjpegdec.c (gst_jpegdec_chain): Allocate the buffer
21170         after setting caps.
21171
21172 2004-09-19  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
21173
21174         * gst/wavenc/gstwavenc.c: (gst_wavenc_init), (gst_wavenc_chain):
21175         * gst/wavenc/gstwavenc.h:
21176         Added newmedia support to wavenc
21177
21178 2004-09-17  Wim Taymans  <wim@fluendo.com>
21179
21180         * gst/tcp/gstfdset.c: (gst_fdset_fd_has_closed),
21181         (gst_fdset_fd_has_error), (gst_fdset_fd_can_read),
21182         (gst_fdset_fd_can_write), (gst_fdset_wait):
21183         * gst/tcp/gstmultifdsink.c: (gst_client_status_get_type),
21184         (gst_multifdsink_init), (gst_multifdsink_add),
21185         (gst_multifdsink_remove), (gst_multifdsink_get_stats),
21186         (gst_multifdsink_remove_client_link),
21187         (gst_multifdsink_client_queue_buffer),
21188         (gst_multifdsink_handle_client_write),
21189         (gst_multifdsink_recover_client), (gst_multifdsink_handle_clients),
21190         (gst_multifdsink_close), (gst_multifdsink_change_state):
21191         * gst/tcp/gstmultifdsink.h:
21192         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
21193         (gst_tcpserversink_removed):
21194         Small cleanups in fdset.c
21195         Use a hastable to map fd to the client structure for faster
21196         lookup in _remove and get_stats.
21197         Added virtual function to close the fds.
21198         Handle clients even when the select/poll call was unblocked because
21199         of a command.
21200         Implement syncing to keyframe in the recovery procedure.
21201
21202 2004-09-16 Iain <iaingnome@gmail.com>
21203
21204         * gst/audioconvert/gstaudioconvert.c (_fixate_caps_to_int): Free the
21205         try caps.
21206
21207 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21208
21209         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_get_audio_stream):
21210           Caps are only set if the type of the stream is unknown, but this
21211           is initialized in ->init_stream(), so set to UNKNOWN after calling
21212           ->init_stream() so that capsnego starts.
21213
21214 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21215
21216         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
21217         (gst_avi_demux_stream_data):
21218           Just hardcode for raw audio then. AVI audio sucks.
21219
21220 2004-09-15  Arwed v. Merkatz  <v.merkatz@gmx.net>
21221
21222         * gst/matroska/matroska-demux.c: (gst_matroska_demux_audio_caps):
21223         * gst/matroska/matroska-mux.c: (audiosink_templ),
21224         (gst_matroska_mux_audio_pad_link):
21225         * gst/typefind/gsttypefindfunctions.c: (tta_caps), (plugin_init):
21226         Use audio/x-ttafile for tta files and audio/x-tta for raw tta frames.
21227
21228 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21229
21230         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
21231         (gst_avi_demux_stream_data):
21232           Try to fix a/v sync issues.
21233
21234 2004-09-15  David Schleef  <ds@schleef.org>
21235
21236         * configure.ac: remove NASM check, since we don't use it.  Update
21237         dirac check to 0.4
21238         * ext/dirac/gstdiracdec.cc: update to current 0.4 API
21239         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
21240         Initialized variables.
21241         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
21242         (gst_qtdemux_loop_header), (qtdemux_parse), (qtdemux_parse_trak),
21243         (gst_qtdemux_handle_esds), (qtdemux_audio_caps): Fix seeking, add
21244         SVQ3 format
21245
21246 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21247
21248         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
21249         (gst_avi_demux_add_stream), (gst_avi_demux_stream_data):
21250         * gst/avi/gstavidemux.h:
21251           Fix for compressed audio (mp3) timestamp generation. How did this
21252           ever work?
21253
21254 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21255
21256         * gst/playback/gstplaybin.c: (gst_play_bin_get_property):
21257           Volume is a double not a float.
21258
21259 2004-09-15  Wim Taymans  <wim@fluendo.com>
21260
21261         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_remove_client_link),
21262         (gst_multifdsink_handle_clients), (gst_multifdsink_change_state):
21263         Don't close the fd in multifdsink as we didn't open it in the
21264         first place. Some cleanups.
21265
21266 2004-09-15  Wim Taymans  <wim@fluendo.com>
21267
21268         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
21269         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
21270         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop):
21271         Fix the case where the muxer would mark pages as delta
21272         frames when they are not (vorbis only ogg).
21273
21274 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21275
21276         * gst/playback/gstplaybasebin.c: (state_change), (setup_source),
21277         (gst_play_base_bin_change_state):
21278           Handle the case where we failed to setup a clear pipeline. This
21279           will throw an error (or EOS, another nice case) and if you don't
21280           catch that, the app will wait for the signal forever (and thus
21281           hang).
21282
21283 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21284
21285         * ext/gnomevfs/gstgnomevfssink.c:
21286         (gst_gnomevfssink_uri_get_protocols):
21287         * ext/gnomevfs/gstgnomevfssrc.c:
21288         (gst_gnomevfssrc_uri_get_protocols):
21289         * ext/gnomevfs/gstgnomevfsuri.c: (gst_gnomevfs_get_supported_uris):
21290         * ext/gnomevfs/gstgnomevfsuri.h:
21291           Use _uri_new() instead of _open(), so it doesn't take as long and
21292           Christophe's computer won't hang.
21293         * gst/playback/gstplaybasebin.c: (unknown_type):
21294           Throw error on unknown media type, so apps actually display it.
21295
21296 2004-09-14  Brian Cameron  <brian.cameron@sun.com
21297
21298         * tools/gst-launch-ext-m.m:  Changed ~ to $ENV{HOME} to allow
21299           this script to work on Solaris since bash shell handles echo
21300           differenly than bash.
21301
21302 2004-09-17  Wim Taymans  <wim@fluendo.com>
21303
21304         * gst/playback/gstplaybasebin.c: (queue_overrun), (no_more_pads),
21305         (setup_source), (gst_play_base_bin_set_property),
21306         (gst_play_base_bin_add_element):
21307         * gst/playback/gstplaybin.c: (gst_play_bin_send_event):
21308         Some more work on making sure seeking pauses the pipeline and
21309         that changing the uri actually does something.
21310
21311 2004-09-17  Wim Taymans  <wim@fluendo.com>
21312
21313         * gst/tcp/gstfdset.c: (gst_fdset_wait):
21314         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_close):
21315         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_init_send),
21316         (gst_tcpserversink_close):
21317         Be a bit more paranoid when freeing memory.
21318
21319 2004-09-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21320
21321         * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream),
21322         (qtdemux_parse_trak):
21323           Don't crash by dividing by zero (see sample movie in #126922).
21324
21325 2004-09-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21326
21327         * gst/qtdemux/qtdemux.c: (qtdemux_audio_caps):
21328           Don't touch non-existing data (fixes crash on file in #140147).
21329
21330 2004-09-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21331
21332         * gst/playback/gstplaybasebin.c:
21333         (gst_play_base_bin_dispose), (gst_play_base_bin_set_property):
21334           Handle double disposals, and proper change of URIs.
21335
21336 2004-09-13  Martin Eikermann <meiker@upb.de>
21337
21338         * gst/mpegstream/gstmpegparse.c:
21339           fix synchronistation for streams recorded from digital PCR
21340           fixes bug #119376
21341
21342 2004-09-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21343
21344         * ext/gnomevfs/Makefile.am:
21345         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
21346         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_get_type),
21347         (gst_gnomevfssink_dispose), (gst_gnomevfssink_init),
21348         (gst_gnomevfssink_uri_get_type),
21349         (gst_gnomevfssink_uri_get_protocols),
21350         (gst_gnomevfssink_uri_get_uri), (gst_gnomevfssink_uri_set_uri),
21351         (gst_gnomevfssink_uri_handler_init),
21352         (gst_gnomevfssink_set_property), (gst_gnomevfssink_get_property),
21353         (gst_gnomevfssink_open_file), (gst_gnomevfssink_close_file):
21354         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get_type),
21355         (gst_gnomevfssrc_init), (gst_gnomevfssrc_dispose),
21356         (gst_gnomevfssrc_uri_get_type),
21357         (gst_gnomevfssrc_uri_get_protocols), (gst_gnomevfssrc_uri_get_uri),
21358         (gst_gnomevfssrc_uri_set_uri), (gst_gnomevfssrc_uri_handler_init),
21359         (gst_gnomevfssrc_set_property), (gst_gnomevfssrc_get_property),
21360         (gst_gnomevfssrc_open_file), (gst_gnomevfssrc_close_file):
21361         * ext/gnomevfs/gstgnomevfsuri.c: (gst_gnomevfs_get_supported_uris):
21362         * ext/gnomevfs/gstgnomevfsuri.h:
21363           Add URI support to Gnome-VFS plugins. Tries to load a fixed list
21364           of fake URIs to see which this version of Gnome-VFS likes, and
21365           uses that for the Gst-URI interface. Makes playbin support http://
21366           streams. Also fix up some stupid behaviour in gnomevfssrc.
21367
21368 2004-09-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21369
21370         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_update),
21371         (gst_alsa_mixer_get_volume), (gst_alsa_mixer_set_volume),
21372         (gst_alsa_mixer_set_mute), (gst_alsa_mixer_set_record),
21373         (gst_alsa_mixer_set_option), (gst_alsa_mixer_get_option):
21374           Update mixer (to sync with other sessions) if we try to obtain
21375           a new value. This makes alsamixer work accross applications.
21376         * ext/alsa/gstalsasink.c: (gst_alsa_sink_get_time):
21377           Only call sync functions if we're running, else alsalib asserts.
21378         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query):
21379           Sometimes fails to compile. Possibly a gcc bug.
21380         * gst/playback/gstplaybin.c: (gen_video_element),
21381         (gen_audio_element):
21382           Add a reference to an application-provided object, because we lose
21383           this same reference if we add it to the bin. If we don't do this,
21384           we can only use this object once and thus crash if we go from
21385           ready to playing, back to ready and back to playing again.
21386           Also add an audioscale element because several cheap soundcards -
21387           like mine - don't support all samplerates.
21388         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
21389         (gst_ximagesink_xcontext_clear), (gst_ximagesink_change_state):
21390           Fix wrong order or PAR calls. Makes automatically obtained PAR
21391           from the X server atually being used.
21392
21393 2004-09-12  David Schleef  <ds@schleef.org>
21394
21395         Fixes: #151879, #151881, #151882, #151883, #151884, #151886,
21396         #151887, #152102, #152247.
21397         * examples/indexing/indexmpeg.c: 64-bit warning fixes.
21398         * examples/seeking/cdparanoia.c: same
21399         * examples/seeking/cdplayer.c: same
21400         * examples/seeking/seek.c: same
21401         * examples/seeking/spider_seek.c: same
21402         * examples/seeking/vorbisfile.c: same
21403         * examples/stats/mp2ogg.c: same
21404         * ext/esd/esdsink.c: (gst_esdsink_class_init),
21405         (gst_esdsink_dispose): Dispose of element properly.
21406         * ext/ivorbis/vorbisfile.c: (gst_ivorbisfile_seek): 64-bit warning
21407         fixes.
21408         * ext/nas/nassink.c: (gst_nassink_class_init),
21409         (gst_nassink_dispose): Dispose of element correctly.
21410         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain): Fix leak.
21411         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
21412         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy):
21413         Fix 64-bit warning.
21414         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
21415         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy):
21416         Fix 64-bit warning.
21417
21418 2004-09-12  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
21419
21420         * configure.ac : change speex detection as 1.1.6 now uses
21421           .pc/pkg-config and they changed their headers location.
21422
21423 2004-09-09  Arwed v. Merkatz  <v.merkatz@gmx.net>
21424
21425         * gst/matroska/matroska-mux.h:
21426         * gst/matroska/matroska-mux.c: (gst_matroska_mux_reset),
21427         (gst_matroska_mux_start), (gst_matroska_mux_finish),
21428         (gst_matroska_mux_write_data):
21429           Write multiple blocks/frames per cluster.
21430                 Write meta-seek information (seek heads).
21431
21432 2004-09-09  Scott Wheeler <wheeler@kde.org>
21433
21434         * gst/gstplaybin.c: (gst_play_bin_class_init), (gst_play_bin_init),
21435         (gst_play_bin_set_property), (gst_play_bin_get_property),
21436         (gen_audio_element), (gen_audio_element):
21437           Add a volume element / property to the pipeline.
21438
21439 2004-09-07  Wim Taymans  <wim@fluendo.com>
21440
21441         * gst/videomixer/videomixer.c: (gst_videomixer_blend_buffers):
21442         Copy timestamps from the master pad to the output buffers.
21443
21444 2004-09-03  Thomas Vander Stichele  <thomas at apestaart dot org>
21445
21446         * ext/raw1394/gstdv1394src.c:
21447           throw errors when applicable
21448
21449 2004-09-01  Arwed v. Merkatz  <v.merkatz@gmx.net>
21450
21451         * gst/matroska/ebml-ids.h:
21452         * gst/matroska/ebml-read.c: (gst_ebml_read_date):
21453         * gst/matroska/ebml-write.c: (gst_ebml_write_date):
21454         * gst/matroska/matroska-mux.c: (gst_matroska_mux_finish):
21455           automatically convert unix time <-> ebml time when reading/writing
21456           a date, use gst_ebml_write_uint to write CUETIME,
21457           not gst_ebml_write_date.
21458         * gst/matroska/matroska-ids.h:
21459         * gst/matroska/matroska-mux.c: (gst_matroska_mux_create_uid),
21460         (gst_matroska_mux_reset), (gst_matroska_mux_audio_pad_link),
21461         (gst_matroska_mux_track_header), (gst_matroska_mux_start),
21462         (gst_matroska_mux_write_data):
21463           Write track and segment UIDs, write muxing date, write
21464           TRACKDEFAULTDURATION for TTA audio, write BLOCKDURATION if known.
21465           Create cues for audio only files.
21466
21467 2004-08-31  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21468
21469         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
21470         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
21471           Re-commit ALSA switches.
21472         * gst/adder/gstadder.c: (gst_adder_loop):
21473           64-bit fix (#151416).
21474         * gst/debug/progressreport.c: (gst_progressreport_report):
21475           64-bit fix (#151419).
21476         * gst/matroska/matroska-demux.c:
21477         (gst_matroska_demux_parse_contents):
21478           64-bit fix (#151420).
21479         * gst/playback/test3.c: (update_scale):
21480           64-bit fix (#151421).
21481
21482 2004-08-31  Thomas Vander Stichele  <thomas at apestaart dot org>
21483
21484         * configure.ac:
21485           bump nano to cvs
21486
21487 === release 0.8.4 ===
21488
21489 2004-08-02  Thomas Vander Stichele  <thomas at apestaart dot org>
21490
21491         * configure.ac: releasing 0.8.4, "Alias"
21492
21493 2004-08-31  Thomas Vander Stichele  <thomas at apestaart dot org>
21494
21495         * ext/theora/Makefile.am:
21496           fix makefile.  Fixes #151462.
21497
21498 2004-08-30  Wim Taymans  <wim@fluendo.com>
21499
21500         * gst/tcp/gstfdset.c: (gst_fdset_free), (gst_fdset_wait):
21501         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
21502         (gst_multifdsink_remove_client_link),
21503         (gst_multifdsink_client_queue_buffer),
21504         (gst_multifdsink_handle_client_write):
21505         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_init_send):
21506         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init_receive):
21507         Fix some memory leaks.
21508
21509 2004-08-30  Thomas Vander Stichele  <thomas at apestaart dot org>
21510
21511         Patch by: David Schleef
21512
21513         * configure.ac:
21514         * sys/Makefile.am:
21515           rename our detection macro for V4L2.  Fixes #151236.
21516
21517 2004-08-30  Thomas Vander Stichele  <thomas at apestaart dot org>
21518
21519         Patch by: David Schleef
21520
21521         * configure.ac:
21522           check to define LAMEPRESET.  Fixes #151232.
21523
21524 2004-08-27  David Schleef  <ds@schleef.org>
21525
21526         * sys/glsink/glimagesink.c: (gst_glimagesink_ximage_put),
21527         (gst_glimagesink_xwindow_new), (gst_glimagesink_xcontext_get),
21528         (gst_glimagesink_fixate):  Move local variable declarations to
21529         make gcc-2.95 happy.
21530
21531 2004-08-27  Thomas Vander Stichele  <thomas at apestaart dot org>
21532
21533         * configure.ac:
21534           bump nano for prerelease
21535
21536 2004-08-27  David Schleef  <ds@schleef.org>
21537
21538         * sys/sunaudio/Makefile.am: Add sunaudiosrc patch from Bala
21539         * sys/sunaudio/gstsunaudiosrc.c:
21540         * sys/sunaudio/gstsunaudiosrc.h:
21541
21542 2004-08-27 Arwed v. Merkatz <v.merkatz@gmx.net>
21543
21544         * gst/matroska/ebml-read.c: (gst_ebml_peed_id), (gst_ebml_read_element_id),
21545         handle EOS correctly
21546         * gst/matroska/matroska-mux.c: (gst_matroska_mux_video_pad_link):
21547         * gst/matroska/matroska-mux.h:
21548         added BITMAPINFOHEADER structure, mux video/x-divx and video/x-xvid in
21549         VFW compatibility mode
21550
21551 2004-08-27  Thomas Vander Stichele  <thomas at apestaart dot org>
21552
21553         patch by: Zaheer Abbas Merali
21554
21555         * ext/ogg/gstoggmux.c:
21556         * ext/vorbis/vorbisenc.c:
21557         * ext/vorbis/vorbisenc.h:
21558           handle NEWMEDIA
21559
21560 2004-08-26 Arwed v. Merkatz <v.merkatz@gmx.net>
21561
21562         * gst/matroska/ebml-write.c: (gst_ebml_write_float),
21563         fix byte order reversion on little endian machines.
21564         * gst/matroska/matroska-mux.c: (audiosink_templ),
21565         (gst_matroska_mux_audio_pad_link):
21566         add TTA codec to the list of supported codecs.
21567         * gst/matroska/matroska-mux.c: (gst_matroska_mux_init),
21568         (gst_matroska_mux_start), (gst_matroska_mux_finish),
21569         (gst_matroska_mux_write_data):
21570         * gst/matroska/matroska-mux.h:
21571         write segment duration correctly, write muxing app string, fixes bugs
21572         #140897 and #140898.
21573         * gst/matroska/matroska-mux.c: (gst_matroska_mux_loop),
21574         wait for all pads to be negotiated before starting to mux.
21575
21576 2004-08-26  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
21577
21578         * ext/lame/gstlame.c: (gst_lame_init), (gst_lame_chain):
21579         * ext/lame/gstlame.h:
21580         Added new media support to lame
21581
21582 2004-08-25 Arwed v. Merkatz <v.merkatz@gmx.net>
21583
21584         * gst/matroska/matroska-demux.c: (gst_matroska_demux_parse_blockgroup),
21585         send vorbis headers at the beginning of a stream, fixes bug #141554.
21586         Interpret BLOCKDURATION and set buffer duration accordingly, fixes
21587         bug #148950.
21588         * gst/matroska/matroska-demux.c: (gst_matroska_demux_audio_caps),
21589         (gst_matroska_demux_plugin_init):
21590         * gst/matroska/matroska-ids.h:
21591         enable demuxing of TTA audio streams, fixes bug #148951.
21592         * gst/typefind/gsttypefindfunctions.c: (tta_type_find), (plugin_init),
21593         enable typefinding for TTA audio files, fixes bug #148711.
21594         * ext/xvid/gstxviddec.c: (gst_xviddec_chain),
21595         set XVID_LOWDELAY flag for decoding so xvid always returns an image,
21596         fixes playback of packed bitstream and xvid with bframes, bug #135407.
21597
21598 2004-08-24  Sebastien Cote  <sc5@hermes.usherb.ca>
21599
21600         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head),
21601         (gst_riff_read_element_data), (gst_riff_read_seek),
21602         (gst_riff_read_skip): fix infinite loop in wavparse, fixes bug
21603         #144616, patch reviewed by Ronald and committed by Christophe Fergeau
21604         <teuf@gnome.org>
21605
21606 2004-08-23 Iain <iaingnome@gmail.com>
21607
21608         * ext/mad/gstid3tag.c (gst_mad_id3_to_tag_list): Special case COMM
21609         tags. They appear to be handled differently to normal.
21610         (tag_list_to_id3_tag_foreach): Ditto.
21611
21612 2004-08-22  Wim Taymans  <wim@fluendo.com>
21613
21614         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
21615         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop):
21616         Make sure we never send -1 granulepos.
21617
21618 2004-08-20  Wim Taymans  <wim@fluendo.com>
21619
21620         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
21621         (gst_ogg_mux_loop):
21622         I will accept bitchslappings with non sharp objects.
21623
21624 2004-08-20  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
21625
21626         * configure.ac:
21627         Clean up the test for lame presets
21628
21629 2004-08-19  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
21630
21631         * configure.ac:
21632         * ext/lame/Makefile.am:
21633         * ext/lame/gstlame.c: (gst_lame_class_init),
21634         (gst_lame_set_property), (gst_lame_get_property), (gst_lame_setup):
21635         Only enable lame presets if version of lame has presets in API
21636
21637 2004-08-19  Jan Schmidt  <thaytan@mad.scientist.com>
21638         * gst/udp/gstudpsrc.c: (gst_udpsrc_init), (gst_udpsrc_get):
21639         * gst/udp/gstudpsrc.h:
21640           Don't call gst_pad_push in a get function. Fixes #150449
21641
21642 2004-08-18  Wim Taymans  <wim@fluendo.com>
21643
21644         * gst/tcp/gstfdset.c: (gst_fdset_free), (gst_fdset_set_mode),
21645         (gst_fdset_get_mode), (gst_fdset_add_fd), (gst_fdset_remove_fd),
21646         (gst_fdset_fd_ctl_write), (gst_fdset_fd_ctl_read),
21647         (gst_fdset_fd_has_closed), (gst_fdset_fd_has_error),
21648         (gst_fdset_fd_can_read), (gst_fdset_fd_can_write),
21649         (gst_fdset_wait):
21650         * gst/tcp/gstfdset.h:
21651         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
21652         (gst_multifdsink_client_queue_buffer),
21653         (gst_multifdsink_handle_client_write):
21654         * gst/tcp/gstmultifdsink.h:
21655         Some extra checks in gstfdset.
21656         Only use send() when the fd is a socket. Don't try to
21657         read from write only fds.
21658
21659 2004-08-18  Wim Taymans  <wim@fluendo.com>
21660
21661         * gst/tcp/gstfdset.c: (gst_fdset_add_fd), (gst_fdset_remove_fd),
21662         (gst_fdset_fd_ctl_write), (gst_fdset_fd_ctl_read),
21663         (gst_fdset_fd_has_closed), (gst_fdset_fd_has_error),
21664         (gst_fdset_fd_can_read), (gst_fdset_fd_can_write),
21665         (gst_fdset_wait):
21666         Add more locking and bounds checking.
21667
21668 2004-08-18  Wim Taymans  <wim@fluendo.com>
21669
21670         * gst/tcp/gstfdset.c: (ensure_size), (gst_fdset_wait):
21671         Realloc test fdset in the lock and right before starting
21672         the poll call. Bump the limit to 4096.
21673
21674 2004-08-17  David Schleef  <ds@schleef.org>
21675
21676         * sys/sunaudio/Makefile.am:
21677         * sys/sunaudio/gstsunaudio.c: Fix caps to handle full range
21678         of rates and channels.  Make debugging less obnoxious.
21679
21680         Patch from Balamurali Viswanathan implementing a mixer for
21681         Sun audio.  (bug #144091):
21682         * sys/sunaudio/gstsunelement.c:
21683         * sys/sunaudio/gstsunelement.h:
21684         * sys/sunaudio/gstsunmixer.c:
21685         * sys/sunaudio/gstsunmixer.h:
21686
21687 2004-08-17  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
21688
21689         * gst/audioscale/gstaudioscale.c:
21690         * gst/audioscale/gstaudioscale.h:
21691         made audioscale resample from any sample rate to any sample rate
21692
21693 2004-08-17  Thomas Vander Stichele  <thomas at apestaart dot org>
21694
21695         * ext/libpng/gstpngdec.c:
21696           error out on unsupported types
21697
21698 2004-08-17  Iain <iaingnome@gmail.com>
21699
21700         * ext/flac/gstflacenc.c (gst_flacenc_update_quality): Only set the
21701         mid_side and loose_mid_side properties if its a stereo stream.
21702
21703 2004-08-17  Wim Taymans  <wim@fluendo.com>
21704
21705         * ext/theora/theoradec.c: (gst_theora_dec_class_init),
21706         (theora_get_formats), (theora_dec_src_convert),
21707         (theora_dec_sink_convert), (theora_dec_src_query),
21708         (theora_dec_src_event), (theora_dec_event), (theora_dec_chain):
21709         Add a debug line.
21710
21711 2004-08-17  Wim Taymans  <wim@fluendo.com>
21712
21713         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_iterate),
21714         (gst_ogg_pad_push):
21715         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
21716         (gst_ogg_mux_request_new_pad), (gst_ogg_mux_next_buffer),
21717         (gst_ogg_mux_buffer_from_page), (gst_ogg_mux_push_page),
21718         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop):
21719         Mark delta units in the muxer.
21720         Try to decode the packet after an out-of-sync error from
21721         libogg.
21722
21723 2004-08-17  Wim Taymans  <wim@fluendo.com>
21724
21725         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
21726         (gst_multifdsink_init), (gst_multifdsink_add),
21727         (gst_multifdsink_client_queue_buffer),
21728         (gst_multifdsink_set_property), (gst_multifdsink_get_property):
21729         * gst/tcp/gstmultifdsink.h:
21730         Added option to send a keyframe to clients as the first buffer.
21731         Make timeout property writable.
21732
21733 2004-08-17  Thomas Vander Stichele  <thomas at apestaart dot org>
21734
21735         patch by: Wim Taymans
21736
21737         * gst/tcp/gstfdset.c:
21738         * gst/tcp/gstmultifdsink.c:
21739           fix index comparison, should include 0
21740
21741 2004-08-16  Wim Taymans  <wim@fluendo.com>
21742
21743         * gst/tcp/gstfdset.c: (ensure_size), (gst_fdset_new),
21744         (gst_fdset_add_fd), (gst_fdset_remove_fd),
21745         (gst_fdset_fd_has_closed), (gst_fdset_fd_has_error),
21746         (gst_fdset_fd_can_read), (gst_fdset_fd_can_write),
21747         (gst_fdset_wait):
21748           copy when reallocing for poll so the select arguments don't get
21749           changed during the call
21750
21751 2004-08-16  Wim Taymans  <wim@fluendo.com>
21752
21753         * ext/theora/theoraenc.c: (gst_border_mode_get_type),
21754         (gst_theora_enc_class_init), (theora_enc_sink_link),
21755         (theora_buffer_from_packet), (theora_enc_chain):
21756         Fix bug where buffers were not marked as keyframes
21757         correctly.
21758
21759 2004-08-15  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
21760
21761         * ext/lame/gstlame.c: (gst_lame_vbrmode_get_type),
21762         (gst_lame_preset_get_type), (gst_lame_class_init):
21763         describe the enum values for vbr mode and presets more verbosely
21764
21765 2004-08-13  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
21766
21767         * ext/lame/gstlame.c: (gst_lame_mode_get_type),
21768         (gst_lame_quality_get_type), (gst_lame_padding_get_type),
21769         (gst_lame_preset_get_type), (gst_lame_class_init), (gst_lame_init),
21770         (gst_lame_set_property), (gst_lame_get_property), (gst_lame_setup):
21771         * ext/lame/gstlame.h:
21772         add preset property to lame so it can use lame presets
21773
21774 2004-08-13  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
21775
21776         * ext/lame/gstlame.c: (gst_lame_get_property):
21777         whoops forgot break, thanks teuf
21778
21779 2004-08-13  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
21780
21781         * ext/lame/gstlame.c: (gst_lame_vbrmode_get_type),
21782         (gst_lame_class_init), (gst_lame_src_getcaps),
21783         (gst_lame_sink_link), (gst_lame_init), (gst_lame_set_property),
21784         (gst_lame_get_property), (gst_lame_setup):
21785         * ext/lame/gstlame.h:
21786         fix lame's broken vbr stuff, allow it to resample if need be, and also
21787         make xing header optional
21788
21789 2004-08-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
21790
21791         * ext/lame/gstlame.c: (gst_lame_src_getcaps), (gst_lame_init):
21792         added getcaps function so samplerate doesnt get fixated to silly values
21793
21794 2004-08-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
21795
21796         * ext/lame/gstlame.c: (gst_lame_src_link):
21797         revert previous fix
21798
21799 2004-08-12  Johan Dahlin  <johan@gnome.org>
21800
21801         * sys/v4l/gstv4lelement.c (gst_v4l_iface_supported): Remove bogus
21802         checks. Doesn't matter what state we are in. Interfaces are a
21803         compile time thing, not runtime. It also broke the python bindings.
21804
21805 2004-08-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
21806
21807         * ext/lame/gstlame.c: (gst_lame_src_link):
21808         made source pad link function check if sinkpad is ok..fixes the problem
21809         where core fixates the output rate of lame stupidly
21810
21811 2004-08-12  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
21812
21813         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_src_link), (gst_v4lsrc_fixate):
21814         * sys/v4l/v4l_calls.c:
21815         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_set_capture):
21816           fix fixate function to handle nonsimple caps.
21817           remove bogus check in _link
21818           cleanups
21819
21820 2004-08-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
21821
21822         * ext/lame/gstlame.c: (gst_lame_class_init), (gst_lame_init):
21823         set default compression ratio parameter to 0.0 so bitrate parameter
21824         works :)
21825
21826 2004-08-11  David Schleef  <ds@schleef.org>
21827
21828         * gst/tcp/gstfdset.c: Fix compile problem on OS/X.
21829
21830 2004-08-11  David Schleef  <ds@schleef.org>
21831
21832         * gst/mpeg1sys/gstmpeg1systemencode.c: Oops, this was correct
21833         before.
21834
21835 2004-08-11  David Schleef  <ds@schleef.org>
21836
21837         * gst-libs/gst/video/videosink.h: Change copyright block to LGPL.
21838
21839 2004-08-11  David Schleef  <ds@schleef.org>
21840
21841         * ext/pango/gsttextoverlay.c: Add copyright block and fix plugin
21842           license field
21843         * gst-libs/gst/idct/Makefile.am: Remove mmx/sse code
21844         * gst-libs/gst/video/gstvideosink.c: Change copyright block to
21845           LGPL.
21846         * gst/auparse/gstauparse.c: Fix plugin license field.
21847         * gst/monoscope/gstmonoscope.c: Fix plugin license field.
21848         * gst/mpeg1sys/gstmpeg1systemencode.c: Fix plugin license field.
21849         * gst/rtp/gstrtp.c: Fix plugin license field.
21850
21851 2004-08-11  Wim Taymans  <wim@fluendo.com>
21852
21853         * gst/tcp/Makefile.am:
21854         * gst/tcp/gstfdset.c: (gst_fdset_mode_get_type), (nearest_pow),
21855         (ensure_size), (gst_fdset_new), (gst_fdset_free),
21856         (gst_fdset_set_mode), (gst_fdset_get_mode), (gst_fdset_add_fd),
21857         (gst_fdset_remove_fd), (gst_fdset_fd_ctl_write),
21858         (gst_fdset_fd_ctl_read), (gst_fdset_fd_has_closed),
21859         (gst_fdset_fd_has_error), (gst_fdset_fd_can_read),
21860         (gst_fdset_fd_can_write), (gst_fdset_wait):
21861         * gst/tcp/gstfdset.h:
21862         * gst/tcp/gstmultifdsink.c: (gst_unit_type_get_type),
21863         (gst_multifdsink_class_init), (gst_multifdsink_init),
21864         (gst_multifdsink_add), (gst_multifdsink_remove),
21865         (gst_multifdsink_clear), (gst_multifdsink_get_stats),
21866         (gst_multifdsink_remove_client_link),
21867         (gst_multifdsink_handle_client_read),
21868         (gst_multifdsink_client_queue_data),
21869         (gst_multifdsink_client_queue_caps),
21870         (gst_multifdsink_client_queue_buffer),
21871         (gst_multifdsink_handle_client_write),
21872         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
21873         (gst_multifdsink_handle_clients), (gst_multifdsink_set_property),
21874         (gst_multifdsink_get_property), (gst_multifdsink_init_send),
21875         (gst_multifdsink_close):
21876         * gst/tcp/gstmultifdsink.h:
21877         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
21878         (gst_tcpserversink_init), (gst_tcpserversink_handle_server_read),
21879         (gst_tcpserversink_handle_wait), (gst_tcpserversink_init_send),
21880         (gst_tcpserversink_close):
21881         * gst/tcp/gsttcpserversink.h:
21882         Abstracted away the select call, implemented poll (yes we ran into
21883         the 1024 limit in production).
21884
21885 2004-08-11  Thomas Vander Stichele  <thomas at apestaart dot org>
21886
21887         * gst/tcp/gsttcp.c:
21888         * gst/tcp/gsttcpplugin.c:
21889           improve debuggging, remove assert
21890
21891 2004-08-10  Wim Taymans  <wim@fluendo.com>
21892
21893         * gst/tcp/gstmultifdsink.c: (gst_unit_type_get_type),
21894         (gst_client_status_get_type), (gst_multifdsink_class_init),
21895         (gst_multifdsink_init), (gst_multifdsink_remove_client_link),
21896         (gst_multifdsink_handle_client_read),
21897         (gst_multifdsink_handle_client_write),
21898         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
21899         (gst_multifdsink_handle_clients), (gst_multifdsink_set_property),
21900         (gst_multifdsink_get_property):
21901         * gst/tcp/gstmultifdsink.h:
21902         * gst/tcp/gsttcp-marshal.list:
21903         Starting to prepare for specifying buffer time in other units
21904         than buffers. Expose remove reason in signal.
21905
21906 2004-08-10  Wim Taymans  <wim@fluendo.com>
21907
21908         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
21909         (gst_multifdsink_remove), (gst_multifdsink_clear),
21910         (gst_multifdsink_remove_client_link),
21911         (gst_multifdsink_handle_client_read),
21912         (gst_multifdsink_client_queue_data),
21913         (gst_multifdsink_client_queue_buffer),
21914         (gst_multifdsink_handle_client_write),
21915         (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients),
21916         (gst_multifdsink_chain), (gst_multifdsink_close):
21917         * gst/tcp/gstmultifdsink.h:
21918         Added more debugging info. Changed the way clients are
21919         removed from the lists. Fixed a bug where a bad file descriptor
21920         could cause many clients to be removed.
21921
21922 2004-08-06  Benjamin Otte  <in7y118@public.uni-hamburg.de>
21923
21924         * gst/videotestsrc/gstvideotestsrc.c: (generate_capslist):
21925           allow all pixel-aspect-ratios, not just 1:1
21926
21927 2004-08-09  David Schleef  <ds@schleef.org>
21928
21929         * sys/glsink/ARB_multitexture.h:  Remove old files.
21930         * sys/glsink/EXT_paletted_texture.h:
21931         * sys/glsink/NV_register_combiners.h:
21932         * sys/glsink/gstgl_nvimage.c:
21933         * sys/glsink/gstgl_pdrimage.c:
21934         * sys/glsink/gstgl_rgbimage.c:
21935         * sys/glsink/gstglsink.c:
21936         * sys/glsink/gstglsink.h:
21937         * sys/glsink/gstglxwindow.c:
21938         * sys/glsink/regcomb_yuvrgb.c:
21939
21940 2004-08-09  David Schleef  <ds@schleef.org>
21941
21942         Patch from Gernot Ziegler <gz@lysator.liu.se> rewriting the
21943         GL sink plugin.  (Bug #147302)
21944
21945         * configure.ac: Test for OpenGL
21946         * sys/Makefile.am: Use test for OpenGL
21947         * sys/glsink/Makefile.am:
21948         * sys/glsink/glimagesink.c: rewrite
21949         * sys/glsink/glimagesink.h: rewrite
21950
21951 2004-08-09  David Schleef  <ds@schleef.org>
21952
21953         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_base_init):  Only allow
21954         sane framerates.
21955         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get): same
21956         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support): same
21957         * testsuite/gst-lint: Test for G_GUINT64_FORMAT usage near gettext.
21958
21959 2004-08-09  Wim Taymans  <wim@fluendo.com>
21960
21961         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
21962         (gst_multifdsink_add), (gst_multifdsink_get_stats),
21963         (gst_multifdsink_client_remove),
21964         (gst_multifdsink_handle_client_read),
21965         (gst_multifdsink_handle_client_write),
21966         (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients):
21967         Do a bit more logging, make the client_read code more robust.
21968
21969 2004-08-09  Thomas Vander Stichele  <thomas at apestaart dot org>
21970
21971         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_init_source),
21972         (gst_jpegdec_fill_input_buffer), (gst_jpegdec_skip_input_data),
21973         (gst_jpegdec_resync_to_restart), (gst_jpegdec_term_source),
21974         (gst_jpegdec_init), (gst_jpegdec_chain):
21975         * gst/multipart/multipartdemux.c: (gst_multipart_demux_init),
21976         (gst_multipart_demux_chain), (gst_multipart_demux_change_state):
21977           cleanups, debugging fixes and memleak plugging
21978
21979 2004-08-09  Wim Taymans  <wim@fluendo.com>
21980
21981         * ext/theora/theoradec.c: (gst_theora_dec_class_init),
21982         (theora_get_formats), (theora_dec_src_convert),
21983         (theora_dec_sink_convert), (theora_dec_src_query),
21984         (theora_dec_src_event), (theora_dec_event), (theora_dec_chain),
21985         (theora_dec_change_state):
21986         Don't crash on missing header packets.
21987
21988 2004-08-09  Thomas Vander Stichele  <thomas at apestaart dot org>
21989
21990         * po/LINGUAS:
21991         * po/sq.po:
21992           Added Albanian translation (Laurent Dhima)
21993         * po/cs.po:
21994           updated
21995
21996 2004-08-09  Thomas Vander Stichele  <thomas at apestaart dot org>
21997
21998         * ext/lame/gstlame.c:
21999           fix/add debugging
22000
22001 2004-08-09  Thomas Vander Stichele  <thomas at apestaart dot org>
22002
22003         * sys/ximage/ximagesink.c:
22004         * sys/xvimage/xvimagesink.c:
22005           assign all TOO_LAZY's to a real category.  Thanks to Warthy Warthog.
22006
22007 2004-08-06  Wim Taymans  <wim@fluendo.com>
22008
22009         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
22010         (gst_multifdsink_add), (gst_multifdsink_get_stats),
22011         (gst_multifdsink_client_remove),
22012         (gst_multifdsink_handle_client_read),
22013         (gst_multifdsink_handle_client_write),
22014         (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients):
22015         Make sure we don't try to read more from a client that what
22016         ioctl says us or we deadlock.
22017
22018 2004-08-05  Thomas Vander Stichele  <thomas at apestaart dot org>
22019
22020         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_src_link),
22021         (gst_videotestsrc_change_state), (gst_videotestsrc_src_query),
22022         (gst_videotestsrc_handle_src_event), (gst_videotestsrc_get):
22023           decouple running_time and n_frames so it can handle changing
22024           framerate while running
22025
22026 2004-08-05  Thomas Vander Stichele  <thomas at apestaart dot org>
22027
22028         * po/nl.po:
22029         * po/sv.po:
22030           updated translations
22031
22032 2004-08-04  Benjamin Otte  <otte@gnome.org>
22033
22034         * gst/videotestsrc/gstvideotestsrc.c:
22035         (gst_videotestsrc_get_capslist), (generate_capslist),
22036         (plugin_init):
22037           generate the list of supported caps at startup and reuse it instead
22038           of always generating it
22039
22040 2004-07-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
22041
22042         * gst/multipart/multipartmux.c: (gst_multipart_mux_pad_link):
22043           whoops, last checkin broke normal build
22044
22045 2004-08-03  Benjamin Otte  <otte@gnome.org>
22046
22047         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_get_volume),
22048         (gst_alsa_mixer_set_volume), (gst_alsa_mixer_set_mute),
22049         (gst_alsa_mixer_set_record), (gst_alsa_mixer_set_option),
22050         (gst_alsa_mixer_get_option):
22051         * ext/dvdnav/dvdnavsrc.c: (dvdnav_get_event_name),
22052         (dvdnavsrc_print_event):
22053         * ext/ogg/gstoggdemux.c: (_find_chain_process), (gst_ogg_print):
22054         * ext/ogg/gstoggmux.c: (gst_ogg_mux_pad_link),
22055         (gst_ogg_mux_pad_unlink):
22056         * gst/multipart/multipartmux.c: (gst_multipart_mux_pad_link),
22057         (gst_multipart_mux_pad_unlink):
22058         * gst/videofilter/gstvideobalance.c:
22059         (gst_videobalance_colorbalance_set_value):
22060         * gst/videomixer/videomixer.c: (gst_videomixer_pad_link),
22061         (gst_videomixer_pad_unlink):
22062         * po/uk.po:
22063         * sys/oss/gstossmixer.c:
22064         * sys/v4l/gstv4lcolorbalance.c:
22065         * sys/v4l/gstv4ltuner.c:
22066         * sys/v4l/v4lsrc_calls.c:
22067         * sys/v4l2/gstv4l2colorbalance.c:
22068         * sys/v4l2/gstv4l2tuner.c:
22069           compile fixes for --disable-gst-debug, G_DISABLE_ASSERT and friends
22070
22071 2004-08-03  Benjamin Otte  <otte@gnome.org>
22072
22073         * examples/dynparams/filter.c: (ui_control_create):
22074         * examples/gstplay/player.c: (print_tag):
22075         * ext/alsa/gstalsa.c: (gst_alsa_request_new_pad):
22076         * ext/gdk_pixbuf/gstgdkanimation.c:
22077         (gst_gdk_animation_iter_may_advance):
22078         * ext/jack/gstjack.c: (gst_jack_request_new_pad):
22079         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list),
22080         (tag_list_to_id3_tag_foreach), (gst_id3_tag_handle_event):
22081         * ext/vorbis/oggvorbisenc.c: (gst_oggvorbisenc_get_tag_value):
22082         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_get_tag_value):
22083         * ext/xine/xineaudiodec.c: (gst_xine_audio_dec_chain):
22084         * gst-libs/gst/media-info/media-info-test.c: (print_tag):
22085         * gst/sine/demo-dparams.c: (main):
22086         * gst/tags/gstvorbistag.c: (gst_tag_to_vorbis_comments):
22087         * testsuite/alsa/formats.c: (create_pipeline):
22088         * testsuite/alsa/sinesrc.c: (sinesrc_force_caps), (sinesrc_get):
22089           fixes for G_DISABLE_ASSERT and friends
22090         * gst/typefind/gsttypefindfunctions.c: (aac_type_find),
22091         (mp3_type_frame_length_from_header), (mp3_type_find),
22092         (plugin_init):
22093           require mp3 typefinding to have at least MIN_HEADERS valid headers
22094           add typefinding for AAC adts files
22095
22096 2004-08-04  Jan Schmidt  <thaytan@mad.scientist.com>
22097
22098         * sys/ximage/ximagesink.c:
22099         (gst_ximagesink_calculate_pixel_aspect_ratio):
22100         * sys/xvimage/xvimagesink.c:
22101         (gst_xvimagesink_calculate_pixel_aspect_ratio):
22102         Make sure we calculate pixel-aspect-ratio using floating point maths
22103
22104 2004-08-03  Thomas Vander Stichele  <thomas at apestaart dot org>
22105
22106         * po/uk.po:
22107           updated translation
22108
22109 2004-08-03  Thomas Vander Stichele  <thomas at apestaart dot org>
22110
22111         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
22112         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get):
22113           add debugging for display PAR calculation
22114
22115 2004-08-02  David Schleef  <ds@schleef.org>
22116
22117         * configure.ac: Fix mikmod CFLAGS.
22118
22119 2004-07-27  Benjamin Otte  <otte@gnome.org>
22120
22121         * gst/audioscale/gstaudioscale.c:
22122         - fix templates to only support S16, it's the only format that works
22123         - make caps nego code use try_set_caps_nonfixed and fixation instead
22124         of try_set_caps twice, which is not nice for autopluggers
22125         - change rank to secondary, so autopluggers can pick it up after
22126         audioconvert
22127
22128 2004-08-02  Iain <iain@prettypeople.org>
22129
22130         * gst/interleave/interleave.c (interleave_init),
22131         (interleave_request_new_pad),
22132         (interleave_pad_removed),
22133         (interleave_buffered_loop): Use the real pad count, not the artificial
22134         one.
22135
22136 2004-08-02  Thomas Vander Stichele  <thomas at apestaart dot org>
22137
22138         * configure.ac: bump nano back to development
22139
22140 === release 0.8.3 ===
22141
22142 2004-08-02  Thomas Vander Stichele  <thomas at apestaart dot org>
22143
22144         * configure.ac: releasing 0.8.3, "Water"
22145
22146 2004-08-02  Thomas Vander Stichele  <thomas at apestaart dot org>
22147
22148         * sys/xvimage/xvimagesink.c:
22149         (gst_xvimagesink_calculate_pixel_aspect_ratio),
22150         (gst_xvimagesink_xcontext_clear), (gst_xvimagesink_sink_link),
22151         (gst_xvimagesink_change_state), (gst_xvimagesink_buffer_alloc),
22152         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
22153         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
22154         * sys/xvimage/xvimagesink.h:
22155           apply similar PAR fixes as to ximagesink
22156
22157 2004-08-02  Thomas Vander Stichele  <thomas at apestaart dot org>
22158
22159         patch from: Benjamin Otte
22160
22161         * ext/lame/gstlame.c: (gst_lame_src_link), (gst_lame_init):
22162           add link function to lame.  Fixes #148986.
22163
22164 2004-08-02  Johan Dahlin  <johan@gnome.org>
22165
22166         * gst/multipart/multipartmux.c (gst_multipart_mux_next_buffer):
22167         fix debugging log
22168
22169 2004-07-30  David Schleef  <ds@schleef.org>
22170
22171         * gst/videomixer/Makefile.am: Fix things that should have been
22172         fixed in the last checkin.
22173
22174 2004-07-30  David Schleef  <ds@schleef.org>
22175
22176         * gst/multipart/Makefile.am: Fix things that should have been
22177         fixed in the last checkin.
22178
22179 2004-07-30  David Schleef  <ds@schleef.org>
22180
22181         * testsuite/multifilesink/Makefile.am: Fix unused variable.
22182
22183 2004-07-30  Thomas Vander Stichele  <thomas at apestaart dot org>
22184
22185         * configure.ac:
22186           bump nano for prerelease
22187         * po/af.po:
22188         * po/az.po:
22189         * po/cs.po:
22190         * po/en_GB.po:
22191         * po/hu.po:
22192         * po/nl.po:
22193         * po/sr.po:
22194         * po/sv.po:
22195         * po/uk.po:
22196           updates
22197
22198 2004-07-30  Wim Taymans  <wim@fluendo.com>
22199
22200         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
22201         (gst_multifdsink_add), (gst_multifdsink_remove),
22202         (gst_multifdsink_clear), (gst_multifdsink_get_stats),
22203         (gst_multifdsink_client_remove),
22204         (gst_multifdsink_handle_client_write),
22205         (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients):
22206         * gst/tcp/gstmultifdsink.h:
22207         Recover from a select with a bad file descriptor by removing
22208         the client.
22209
22210 2004-07-30  Thomas Vander Stichele  <thomas at apestaart dot org>
22211
22212         * configure.ac:
22213           fix requirement of core
22214         * gst-libs/gst/play/play.c: (gst_play_error_plugin),
22215         (gst_play_pipeline_setup):
22216           don't use colorspace element.  do use hermescolorspace element.
22217           make macro to get a colorspace element.
22218           mark strings for translation.
22219         * po/POTFILES.in:
22220           add play.c
22221         * po/af.po:
22222         * po/az.po:
22223         * po/cs.po:
22224         * po/en_GB.po:
22225         * po/hu.po:
22226         * po/nl.po:
22227         * po/sr.po:
22228         * po/sv.po:
22229         * po/uk.po:
22230           update translations
22231
22232 2004-07-30  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
22233
22234         * ext/libpng/gstpngenc.c: (gst_pngenc_class_init):
22235         fix default for newmedia flag
22236
22237 2004-07-30  Wim Taymans  <wim@fluendo.com>
22238
22239         * ext/theora/theoradec.c: (gst_theora_dec_class_init),
22240         (gst_theora_dec_init), (theora_get_formats),
22241         (theora_dec_src_convert), (theora_dec_sink_convert),
22242         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
22243         (theora_dec_chain), (theora_dec_set_property),
22244         (theora_dec_get_property):
22245         * ext/theora/theoraenc.c: (gst_border_mode_get_type),
22246         (gst_theora_enc_class_init), (gst_theora_enc_init),
22247         (theora_enc_sink_link), (theora_enc_chain),
22248         (theora_enc_set_property), (theora_enc_get_property):
22249         Added cropping option to theora decoder.
22250         Added border option to theora encoder.
22251
22252 2004-07-30  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
22253
22254         * ext/libpng/gstpngenc.c: (gst_pngenc_class_init),
22255         (gst_pngenc_init), (gst_pngenc_chain), (gst_pngenc_get_property),
22256         (gst_pngenc_set_property):
22257         * ext/libpng/gstpngenc.h:
22258         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
22259
22260 2004-07-30  Wim Taymans  <wim@fluendo.com>
22261
22262         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
22263         (theora_enc_sink_link), (theora_enc_chain),
22264         (theora_enc_set_property), (theora_enc_get_property):
22265         Fix encoding of non-multiple-of-16 video.
22266
22267 2004-07-29  David Schleef  <ds@schleef.org>
22268
22269         * configure.ac: make test for audiofile more strict
22270
22271 2004-07-25  Benjamin Otte  <in7y118@public.uni-hamburg.de>
22272
22273         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
22274           give different names to typefind functions
22275
22276 2004-07-28  Thomas Vander Stichele  <thomas at apestaart dot org>
22277
22278         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
22279         (gst_ximagesink_calculate_pixel_aspect_ratio),
22280         (gst_ximagesink_xcontext_get), (gst_ximagesink_getcaps),
22281         (gst_ximagesink_sink_link), (gst_ximagesink_change_state),
22282         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_set_property),
22283         (gst_ximagesink_get_property), (gst_ximagesink_init):
22284         * sys/ximage/ximagesink.h:
22285           allocate PAR's dynamically.
22286           use autodetected PAR if no object-set PAR is given.
22287           add workaround for directfb's X not setting physical size.
22288           fix to xvimagesink will follow tomorrow.
22289
22290 2004-07-28  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
22291
22292         * ext/lame/gstlame.c: (gst_lame_chain): send tag events downstream
22293         * ext/shout2/gstshout2.c: (gst_shout2send_protocol_get_type),
22294         (gst_shout2send_get_type), (gst_shout2send_set_clock),
22295         (gst_shout2send_class_init), (gst_shout2send_init),
22296         (set_shout_metadata), (gst_shout2send_set_metadata),
22297         (gst_shout2send_chain), (gst_shout2send_set_property),
22298         (gst_shout2send_get_property), (gst_shout2send_connect),
22299         (gst_shout2send_change_state):
22300         * ext/shout2/gstshout2.h:
22301         - fix for sending mp3 audio to icecast2 server, if pad link function not
22302         called before PAUSED state
22303         - added option to use GStreamer clock sync (as opposed to libshout's own sync)
22304         - added tagging support for mp3 audio broadcasted
22305         * gst/monoscope/gstmonoscope.c: (gst_monoscope_class_init):
22306         debug info
22307
22308 2004-07-28  Wim Taymans  <wim@fluendo.com>
22309
22310         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
22311         (gst_ogg_demux_push):
22312         Return query failure when we don't know the length of
22313         an ogg stream insteda of returning TRUE with a bogus value.
22314
22315 2004-07-28  Wim Taymans  <wim@fluendo.com>
22316
22317         * ext/theora/theoradec.c: (theora_get_formats),
22318         (theora_dec_src_convert), (theora_dec_sink_convert),
22319         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
22320         (theora_dec_chain):
22321         Don't screw up the 1 Chroma for 1 luma sample situation when we
22322         have an odd offset/width by adding a black border in those cases.
22323
22324 2004-07-28  Wim Taymans  <wim@fluendo.com>
22325
22326         * ext/theora/theoradec.c: (theora_get_formats),
22327         (theora_dec_src_convert), (theora_dec_sink_convert),
22328         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
22329         (theora_dec_chain):
22330         * ext/theora/theoraenc.c: (theora_enc_sink_link):
22331         Added first attempt at cropping of the image as required by the
22332         theora spec. We need more properties in the caps (offset_x,
22333         offset_y,stride) to implement this correctly.
22334
22335 2004-07-28  Jan Schmidt  <thaytan@mad.scientist.com>
22336
22337         * ext/dvdnav/README:
22338           Update the README to use dvddemux
22339         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_getcaps):
22340           Ensure getcaps returns a subset of the template caps
22341         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_base_init),
22342         (gst_mpeg2subt_init):
22343           Ensure getcaps returns a subset of the template caps
22344         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_class_init),
22345         (gst_dvd_demux_init), (gst_dvd_demux_get_video_stream),
22346         (gst_dvd_demux_get_subpicture_stream),
22347         (gst_dvd_demux_send_subbuffer), (gst_dvd_demux_set_cur_subpicture):
22348         * gst/mpegstream/gstdvddemux.h:
22349           Set the explicit caps on the current_video pad before pushing
22350           anything
22351         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_get_video_stream),
22352         (gst_mpeg_demux_get_audio_stream):
22353           Free caps used to gst_pad_set_explicit_caps, which takes a const
22354           GstCaps *
22355
22356 2004-07-28  Thomas Vander Stichele  <thomas at apestaart dot org>
22357
22358         * configure.ac: update GStreamer requirement to 0.8.4 because of
22359           GstFraction.
22360
22361 2004-07-28  Wim Taymans  <wim@fluendo.com>
22362
22363         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt),
22364         (gst_wavparse_handle_seek), (gst_wavparse_srcpad_event):
22365         Add the pad to the element after setting up the caps. This
22366         makes it a lot easier to autoplug.
22367
22368 2004-07-27  Steve Lhomme  <steve.lhomme@free.fr>
22369
22370         * gst/median/gstmedian.c:
22371         * gst/mpeg2subt/gstmpeg2subt.c:
22372         * gst/mpegaudioparse/gstmpegaudioparse.c:
22373         * gst/mpegstream/gstdvddemux.c:
22374         * gst/mpegstream/gstmpegdemux.c:
22375         * gst/mpegstream/gstmpegpacketize.c:
22376         * gst/rtjpeg/gstrtjpeg.c:
22377         * gst/rtjpeg/gstrtjpegdec.c:
22378         * gst/rtjpeg/gstrtjpegenc.c:
22379         * gst/sine/gstsinesrc.c:
22380         * gst/smooth/gstsmooth.c:
22381         * gst/smpte/gstsmpte.c:
22382         * gst/smpte/gstsmpte.h:
22383         * gst/stereo/gststereo.c:
22384         * gst/videofilter/gstgamma.c:
22385         * gst/videofilter/gstvideobalance.c:
22386         * gst/videofilter/gstvideofilter.c:
22387         * gst/videofilter/gstvideoflip.c:
22388         * gst/videoscale/gstvideoscale.c:
22389         * gst/videoscale/videoscale.c:
22390         * gst/videotestsrc/gstvideotestsrc.c:
22391         * gst/videotestsrc/videotestsrc.c:
22392         * gst/wavenc/gstwavenc.c:
22393         * gst/wavparse/gstwavparse.c:
22394           fix local includes and 64 bits constants
22395
22396 2004-07-27  Steve Lhomme  <steve.lhomme@free.fr>
22397
22398         * win32/gst.sln:
22399         * gst-libs/gst/*/*.vcproj:
22400         * gst/*/*.vcproj:
22401           more working plugins
22402
22403 2004-07-27  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
22404
22405         * testsuite/alsa/Makefile.am:
22406         * testsuite/alsa/srcstate.c:
22407         add test for alsasrc changing state
22408
22409 2004-07-27  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
22410
22411         * gst/silence/gstsilence.c: (gst_silence_init), (gst_silence_link),
22412         (gst_silence_get):
22413         * gst/silence/gstsilence.h:
22414         fix silence generation for 16bit raw audio
22415
22416 2004-07-27  Thomas Vander Stichele  <thomas at apestaart dot org>
22417
22418         * gst/matroska/matroska-demux.c:
22419         (gst_matroska_demux_parse_metadata),
22420         (gst_matroska_demux_video_caps), (gst_matroska_demux_plugin_init):
22421         * gst/mpegaudio/common.c:
22422         * gst/videoscale/gstvideoscale.c: (gst_videoscale_class_init),
22423         (gst_videoscale_getcaps), (gst_videoscale_link),
22424         (gst_videoscale_src_fixate), (gst_videoscale_init),
22425         (gst_videoscale_finalize):
22426         * gst/videoscale/gstvideoscale.h:
22427         * gst/videotestsrc/gstvideotestsrc.c:
22428         (gst_videotestsrc_get_capslist):
22429         * gst/wavenc/gstwavenc.c:
22430         * sys/oss/gstossmixer.c: (fill_labels):
22431         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
22432         (gst_ximagesink_handle_xevents),
22433         (gst_ximagesink_calculate_pixel_aspect_ratio),
22434         (gst_ximagesink_xcontext_get), (gst_ximagesink_fixate),
22435         (gst_ximagesink_getcaps), (gst_ximagesink_sink_link),
22436         (gst_ximagesink_chain), (gst_ximagesink_set_xwindow_id),
22437         (gst_ximagesink_set_property), (gst_ximagesink_get_property),
22438         (gst_ximagesink_init), (gst_ximagesink_class_init):
22439         * sys/ximage/ximagesink.h:
22440         * sys/xvimage/xvimagesink.c:
22441         (gst_xvimagesink_calculate_pixel_aspect_ratio),
22442         (gst_xvimagesink_xcontext_get), (gst_xvimagesink_sink_link),
22443         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_alloc),
22444         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
22445         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
22446         * sys/xvimage/xvimagesink.h:
22447           first batch of pixel aspect ratio commits.
22448
22449 2004-07-27  Thomas Vander Stichele  <thomas at apestaart dot org>
22450
22451         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
22452         (gst_ffmpegcolorspace_class_init), (gst_ffmpegcolorspace_chain):
22453         * gst/ffmpegcolorspace/imgconvert.c: (avpicture_fill):
22454           handle stride, needs work if we want to move stride handling
22455           upstream, but works correctly for our purposes.
22456
22457 2004-07-27  Thomas Vander Stichele  <thomas at apestaart dot org>
22458
22459         * gst/videoscale/README:
22460           add testing examples
22461         * gst/videoscale/gstvideoscale.c: (gst_videoscale_link),
22462         (gst_videoscale_chain):
22463         * gst/videoscale/videoscale.c: (gst_videoscale_setup),
22464         (gst_videoscale_get_size):
22465           add get_size function that handles stride like videotestsrc.
22466           fixes conversion for YUV formats for as much as I can test them.
22467
22468 2004-07-27  Thomas Vander Stichele  <thomas at apestaart dot org>
22469
22470         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
22471         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy):
22472         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
22473         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy),
22474         (gst_xvimagesink_xvimage_put):
22475           further cleanups, logging, error handling and synchronizing
22476
22477 2004-07-27  Wim Taymans  <wim@fluendo.com>
22478
22479         * gst/videomixer/videomixer.c: (gst_videomixer_pad_get_type),
22480         (gst_videomixer_pad_class_init), (gst_videomixer_pad_get_property),
22481         (gst_videomixer_pad_set_property),
22482         (gst_videomixer_pad_sinkconnect), (gst_videomixer_pad_init),
22483         (gst_video_mixer_background_get_type), (gst_videomixer_get_type),
22484         (gst_videomixer_class_init), (gst_videomixer_init),
22485         (gst_videomixer_getcaps), (gst_videomixer_request_new_pad),
22486         (gst_videomixer_blend_ayuv_i420), (pad_zorder_compare),
22487         (gst_videomixer_sort_pads), (gst_videomixer_fill_checker),
22488         (gst_videomixer_fill_color), (gst_videomixer_fill_queues),
22489         (gst_videomixer_blend_buffers), (gst_videomixer_update_queues),
22490         (gst_videomixer_loop), (plugin_init):
22491         Be a nicer negotiation citizen and provide a getcaps function on
22492         the srcpad. This also fixes a crash when resizing.
22493
22494 2004-07-27  Julien MOUTTE  <julien@moutte.net>
22495
22496         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
22497         (gst_xvimagesink_xvimage_new): Some fixes to image size calculation.
22498
22499 2004-07-27  Wim Taymans  <wim@fluendo.com>
22500
22501         * ext/libpng/gstpngdec.c: (gst_pngdec_src_getcaps):
22502         * ext/libpng/gstpngenc.c: (gst_pngenc_class_init),
22503         (gst_pngenc_init), (gst_pngenc_chain), (gst_pngenc_get_property),
22504         (gst_pngenc_set_property):
22505         * ext/libpng/gstpngenc.h:
22506         Added snapshot property to pngenc.
22507         removed g_print from pngdec
22508
22509 2004-07-27  Steve Lhomme  <steve.lhomme@free.fr>
22510
22511         * gst/ac3parse/ac3parse.vcproj
22512         * gst/adder/adder.vcproj
22513         * gst/alpha/alpha.vcproj
22514         * gst/alpha/alphacolor.vcproj
22515         * gst/asfdemux/asf.vcproj
22516         * gst/audioconvert/audioconvert.vcproj
22517         * gst/audiorate/audiorate.vcproj
22518         * gst/audioscale/audioscale.vcproj
22519         * gst/auparse/auparse.vcproj
22520         * gst/avi/avi.vcproj
22521         * gst/cdxaparse/cdxaparse.vcproj
22522         * gst/chart/chart.vcproj
22523         * gst/colorspace/colorspace.vcproj
22524         * gst/cutter/cutter.vcproj
22525         * gst/debug/debug.vcproj
22526         * gst/debug/efence.vcproj
22527         * gst/debug/navigationtest.vcproj
22528         * gst/deinterlace/deinterlace.vcproj
22529         * gst/effectv/effectv.vcproj
22530         * gst/ffmpegcolorspace/ffmpegcolorspace.vcproj
22531         * gst/filter/filter.vcproj
22532         * gst/flx/flxdec.vcproj
22533         * gst/goom/goom.vcproj
22534         * gst/interleave/interleave.vcproj
22535         * gst/law/alaw.vcproj
22536         * gst/law/mulaw.vcproj
22537         * gst/matroska/matroska.vcproj
22538         * gst/median/median.vcproj
22539         * gst/mixmatrix/mixmatrix.vcproj
22540         * gst/mpeg1sys/mpeg1systemencode.vcproj
22541         * gst/mpeg1videoparse/mp1videoparse.vcproj
22542         * gst/mpeg2sub/mpeg2subt.vcproj
22543         * gst/mpegaudio/mpegaudio.vcproj
22544         * gst/mpegaudioparse/mpegaudioparse.vcproj
22545         * gst/mpegstream/mpegstream.vcproj
22546         * gst/multifilesink/multifilesink.vcproj
22547         * gst/multipart/multipart.vcproj
22548         * gst/oneton/oneton.vcproj
22549         * gst/overlay/overlay.vcproj
22550         * gst/passthrough/passthrough.vcproj
22551         * gst/qtdemux/qtdemux.vcproj
22552         * gst/realmedia/rmdemux.vcproj
22553         * gst/rtjpeg/rtjpeg.vcproj
22554         * gst/rtp/rtp.vcproj
22555         * gst/silence/silence.vcproj
22556         * gst/sine/sinesrc.vcproj
22557         * gst/smooth/smooth.vcproj
22558         * gst/smpte/smpte.vcproj
22559         * gst/spectrum/spectrum.vcproj
22560         * gst/speed/speed.vcproj
22561         * gst/stereo/stereo.vcproj
22562         * gst/switch/switch.vcproj
22563         * gst/tags/tagedit.vcproj
22564         * gst/tcp/tcp.vcproj
22565         * gst/typefind/typefindfunctions.vcproj
22566         * gst/udp/udp.vcproj
22567         * gst/videobox/videobox.vcproj
22568         * gst/videocrop/videocrop.vcproj
22569         * gst/videodrop/videodrop.vcproj
22570         * gst/videofilter/gamma.vcproj
22571         * gst/videofilter/videobalance.vcproj
22572         * gst/videofilter/videofilter.vcproj
22573         * gst/videofilter/videoflip.vcproj
22574         * gst/videoflip/videoflip.vcproj
22575         * gst/videomixer/videomixer.vcproj
22576         * gst/videorate/videorate.vcproj
22577         * gst/videoscale/videoscale.vcproj
22578         * gst/videotestsrc/videotestsrc.vcproj
22579         * gst/virtualdub/virtualdub.vcproj
22580         * gst/volenv/volenv.vcproj
22581         * gst/volume/volume.vcproj
22582         * gst/wavenc/wavenc.vcproj
22583         * gst/wavparse/wavparse.vcproj
22584         * gst/y4m/y4menc.vcproj
22585         * gst-libs/gst/audio/audio.vcproj
22586         * gst-libs/gst/audio/audiofilter.vcproj
22587         * gst-libs/gst/colorbalance/colorbalance.vcproj
22588         * gst-libs/gst/idct/idtc.vcproj
22589         * gst-libs/gst/media-info/media-info.vcproj
22590         * gst-libs/gst/mixer/mixer.vcproj
22591         * gst-libs/gst/navigation/navigation.vcproj
22592         * gst-libs/gst/play/play.vcproj
22593         * gst-libs/gst/propertyprobe/propertyprobe.vcproj
22594         * gst-libs/gst/resample/resample.vcproj
22595         * gst-libs/gst/riff/riff.vcproj
22596         * gst-libs/gst/tuner/tuner.vcproj
22597         * gst-libs/gst/video/video.vcproj
22598         * gst-libs/gst/xoverlay/xoverlay.vcproj
22599           avoid problems with math.h, fix release dependancy
22600           rename GStreamer-0.8.lib to libgstreamer.lib
22601
22602 2004-07-27  Julien MOUTTE  <julien@moutte.net>
22603
22604         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_decorate):
22605         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_decorate): When
22606         the atom is not available we have to unlock the mutex. Fixes #148023
22607
22608 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
22609
22610         * gst-libs/gst/media-info/media-info.h:
22611           issue for a vararg macro with MSVC
22612
22613 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
22614
22615         * gst/effectv/effectv.vcproj
22616         * gst-libs/gst/idct/idct.vcproj:
22617         * gst-libs/gst/media-info/media-info.vcproj:
22618         * gst-libs/gst/navigation/navigation.vcproj:
22619         * gst-libs/gst/propertyprobe/propertyprobe.vcproj:
22620         * gst-libs/gst/video/video.vcproj:
22621         * gst-libs/gst/xoverlay/xoverlay.vcproj:
22622           fixes for build problems
22623
22624 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
22625
22626         * gst-libs/gst/audio/audio.def:
22627         * gst-libs/gst/audio/riff.def:
22628           add some definitions needed by plugins
22629
22630 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
22631
22632         * gst/asfdemux/gstasfmux.c
22633           Fix some 64 bits constants to be glib friendly
22634
22635 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
22636
22637         * gst/ac3parse/gstac3parse.c
22638         * gst/audioscale/gstaudioscale.c
22639         * gst/auparse/gstauparse.c
22640         * gst/colorspace/gstcolorspace.c
22641         * gst/colorspace/yuv2rgb.h
22642           local include fixes
22643
22644 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
22645
22646         * win32/gst.sln
22647           add more plugins to the build
22648
22649 2004-07-26  Julien MOUTTE  <julien@moutte.net>
22650
22651         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
22652         (gst_ximagesink_ximage_new): Some more fixes to image size calculation.
22653
22654 2004-07-26  Thomas Vander Stichele  <thomas at apestaart dot org>
22655
22656         * gst/level/gstlevel.c: (gst_level_link), (gst_level_chain),
22657         (gst_level_set_property), (gst_level_get_property),
22658         (gst_level_base_init), (gst_level_class_init):
22659           add debugging categories.  cleanups.
22660
22661 2004-07-26  Thomas Vander Stichele  <thomas at apestaart dot org>
22662
22663         * gst/videoscale/videoscale.c: (gst_videoscale_setup),
22664         (gst_videoscale_planar411), (gst_videoscale_planar400),
22665         (gst_videoscale_packed422), (gst_videoscale_packed422rev),
22666         (gst_videoscale_scale_nearest_str1),
22667         (gst_videoscale_scale_nearest_str2),
22668         (gst_videoscale_scale_nearest_str4),
22669         (gst_videoscale_scale_nearest_16bit),
22670         (gst_videoscale_scale_nearest_24bit):
22671           fixed stride issues
22672           tested with 320x240 -> 321, 322, 324 x240
22673           tested with YV12, I420, YUY2, UYVY
22674           fixed packed422rev (don't think it could have worked before)
22675           by testing with UYVY
22676
22677 2004-07-26  Benjamin Otte  <otte@gnome.org>
22678
22679         * ext/lame/gstlame.c: (gst_lame_sink_link), (gst_lame_init),
22680         (gst_lame_chain), (gst_lame_setup), (gst_lame_change_state),
22681         (plugin_init):
22682           add debugging category, add error checks like checking return values
22683           of setup calls, make sure it still works after
22684           PLAYING=>NULL=>PLAYING, fix encoding of mono streams
22685
22686 2004-07-26  Wim Taymans  <wim@fluendo.com>
22687
22688         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_get_video_stream),
22689         (gst_mpeg_demux_get_audio_stream),
22690         (gst_mpeg_demux_process_private):
22691         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_send_data):
22692         Check for error codes from the negotiation functions. Make sure
22693         we really set the pad caps when a new pad is created.
22694
22695 2004-07-26  Thomas Vander Stichele  <thomas at apestaart dot org>
22696
22697         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
22698         (gst_ffmpeg_caps_to_pix_fmt):
22699         * gst/ffmpegcolorspace/gstffmpegcodecmap.h:
22700         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
22701         (gst_ffmpegcolorspace_pad_link):
22702           don't make function do two things at the same time without reason.
22703
22704 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
22705
22706         * gst/ac3parse/ac3parse.vcproj
22707         * gst/adder/adder.vcproj
22708         * gst/alpha/alpha.vcproj
22709         * gst/alpha/alphacolor.vcproj
22710         * gst/asfdemux/asf.vcproj
22711         * gst/audioconvert/audioconvert.vcproj
22712         * gst/audiorate/audiorate.vcproj
22713         * gst/audioscale/audioscale.vcproj
22714         * gst/auparse/auparse.vcproj
22715         * gst/avi/avi.vcproj
22716         * gst/cdxaparse/cdxaparse.vcproj
22717         * gst/chart/chart.vcproj
22718         * gst/colorspace/colorspace.vcproj
22719         * gst/cutter/cutter.vcproj
22720         * gst/debug/debug.vcproj
22721         * gst/debug/efence.vcproj
22722         * gst/debug/navigationtest.vcproj
22723         * gst/deinterlace/deinterlace.vcproj
22724         * gst/effectv/effectv.vcproj
22725         * gst/ffmpegcolorspace/ffmpegcolorspace.vcproj
22726         * gst/filter/filter.vcproj
22727         * gst/flx/flxdec.vcproj
22728         * gst/goom/goom.vcproj
22729         * gst/interleave/interleave.vcproj
22730         * gst/law/alaw.vcproj
22731         * gst/law/mulaw.vcproj
22732         * gst/matroska/matroska.vcproj
22733         * gst/median/median.vcproj
22734         * gst/mixmatrix/mixmatrix.vcproj
22735         * gst/mpeg1sys/mpeg1systemencode.vcproj
22736         * gst/mpeg1videoparse/mp1videoparse.vcproj
22737         * gst/mpeg2sub/mpeg2subt.vcproj
22738         * gst/mpegaudio/mpegaudio.vcproj
22739         * gst/mpegaudioparse/mpegaudioparse.vcproj
22740         * gst/mpegstream/mpegstream.vcproj
22741         * gst/multifilesink/multifilesink.vcproj
22742         * gst/multipart/multipart.vcproj
22743         * gst/oneton/oneton.vcproj
22744         * gst/overlay/overlay.vcproj
22745         * gst/passthrough/passthrough.vcproj
22746         * gst/qtdemux/qtdemux.vcproj
22747         * gst/realmedia/rmdemux.vcproj
22748         * gst/rtjpeg/rtjpeg.vcproj
22749         * gst/rtp/rtp.vcproj
22750         * gst/silence/silence.vcproj
22751         * gst/sine/sinesrc.vcproj
22752         * gst/smooth/smooth.vcproj
22753         * gst/smpte/smpte.vcproj
22754         * gst/spectrum/spectrum.vcproj
22755         * gst/speed/speed.vcproj
22756         * gst/stereo/stereo.vcproj
22757         * gst/switch/switch.vcproj
22758         * gst/tags/tagedit.vcproj
22759         * gst/tcp/tcp.vcproj
22760         * gst/typefind/typefindfunctions.vcproj
22761         * gst/udp/udp.vcproj
22762         * gst/videobox/videobox.vcproj
22763         * gst/videocrop/videocrop.vcproj
22764         * gst/videodrop/videodrop.vcproj
22765         * gst/videofilter/gamma.vcproj
22766         * gst/videofilter/videobalance.vcproj
22767         * gst/videofilter/videofilter.vcproj
22768         * gst/videofilter/videoflip.vcproj
22769         * gst/videoflip/videoflip.vcproj
22770         * gst/videomixer/videomixer.vcproj
22771         * gst/videorate/videorate.vcproj
22772         * gst/videoscale/videoscale.vcproj
22773         * gst/videotestsrc/videotestsrc.vcproj
22774         * gst/virtualdub/virtualdub.vcproj
22775         * gst/volenv/volenv.vcproj
22776         * gst/volume/volume.vcproj
22777         * gst/wavenc/wavenc.vcproj
22778         * gst/wavparse/wavparse.vcproj
22779         * gst/y4m/y4menc.vcproj
22780           more plugins supported under windows
22781
22782 2004-07-26  Thomas Vander Stichele  <thomas at apestaart dot org>
22783
22784         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
22785         (gst_ximagesink_ximage_put), (gst_ximagesink_renegotiate_size),
22786         (gst_ximagesink_chain), (gst_ximagesink_buffer_alloc):
22787         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
22788         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_alloc):
22789           Add debugging statements.  Use the sizes as returned by the
22790           *CreateImage calls.
22791
22792 2004-07-26  Johan Dahlin  <johan@gnome.org>
22793
22794         * gst/tcp/gsttcpclientsrc.c (gst_tcpclientsrc_get): Make sure that
22795         the pad is negotiated.
22796
22797         * gst/ffmpegcolorspace/gstffmpegcolorspace.c (gst_ffmpegcolorspace_chain): Ditto
22798
22799 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
22800
22801         * gst-libs/gst/colorbalance/colorbalance.vcproj:
22802         * gst-libs/gst/idct/idct.vcproj:
22803         * gst-libs/gst/media-info/media-info.vcproj:
22804         * gst-libs/gst/mixer/mixer.vcproj:
22805         * gst-libs/gst/navigation/navigation.vcproj:
22806         * gst-libs/gst/play/play.vcproj:
22807         * gst-libs/gst/propertyprobe/propertyprobe.vcproj:
22808         * gst-libs/gst/resample/resample.vcproj:
22809         * gst-libs/gst/tuner/tuner.vcproj:
22810         * gst-libs/gst/video/video.vcproj:
22811         * gst-libs/gst/xoverlay/xoverlay.vcproj:
22812           more plugins supported under windows
22813
22814 2004-07-25 Iain <iain@prettypeople.org>
22815
22816         * gst/wavparse/gstwavparse.c (gst_wavparse_fmt): Set the caps on the
22817         pad now rather than when the pad is created because state changes wipe
22818         explicit caps (fixes #148043).
22819
22820 2004-07-25  Sebastien Cote  <sc5@hermes.usherb.ca>
22821
22822         reviewed by Benjamin Otte  <otte@gnome.org>
22823
22824         * ext/mad/gstmad.c:
22825           fix mad plugin crashing on Sun (fixes #148289)
22826
22827 2004-07-25  Steve Lhomme  <steve.lhomme@free.fr>
22828
22829         * gst/avi/avi.def:
22830         * gst/avi/avi.vcproj:
22831         * gst/matroska/matroska.def:
22832         * gst/matroska/matroska.vcproj:
22833           remove unused .def files
22834
22835 2004-07-25  Steve Lhomme  <steve.lhomme@free.fr>
22836
22837         * gst-libs/gst/audio/gstaudiofilter.c:
22838           Clean the local include
22839
22840 2004-07-25  Steve Lhomme  <steve.lhomme@free.fr>
22841
22842         * win32/gst.sln:
22843         * gst-libs/gst/audio/audio.def:
22844         * gst-libs/gst/audio/audio.vcproj:
22845         * gst-libs/gst/audio/audiofilter.vcproj:
22846         * gst-libs/gst/audio/riff.def:
22847         * gst-libs/gst/audio/riff.vcproj:
22848         * gst-libs/gst/gst-libs.def:
22849         * gst-libs/gst/gst-libs.vcproj:
22850         * gst/avi/avi.vcproj:
22851         * gst/avi/avi.vcproj:
22852           Copy the files where needed after building, cleaner projects
22853
22854 2004-07-25  Steve Lhomme  <steve.lhomme@free.fr>
22855
22856         * gst/matroska/ebml-write.c:
22857           Fix some 64 bits constants to be glib friendly
22858
22859 2004-07-24  Steve Lhomme  <steve.lhomme@free.fr>
22860
22861         * win32/gst.sln:
22862         * gst-libs/gst/gst-libs.def:
22863         * gst-libs/gst/gst-libs.vcproj:
22864         * gst/matroska/matroska.def:
22865         * gst/matroska/matroska.vcproj:
22866           Add the preliminary canvas to build plugins on Win32
22867
22868 2004-07-23  Benjamin Otte  <otte@gnome.org>
22869
22870         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
22871           don't enfore negotiation from source side, it breaks
22872           sinesrc ! audioconvert ! osssink
22873
22874 2004-07-22  David Schleef  <ds@schleef.org>
22875
22876         * gst/typefind/gsttypefindfunctions.c: (plugin_init): Add typefind
22877         for ELF files, since they can easily be recognized as audio/mpeg.
22878         (bug #147441)
22879
22880 2004-07-22  Thomas Vander Stichele  <thomas at apestaart dot org>
22881
22882         * gst/videoscale/videoscale.c: (gst_videoscale_setup),
22883         (gst_videoscale_planar411), (gst_videoscale_scale_nearest_32bit),
22884         (gst_videoscale_scale_nearest_24bit),
22885         (gst_videoscale_scale_nearest_16bit):
22886           fix 16bit and 24bit for stride (24bit might need testing)
22887           don't pretend we do more than one algorithm
22888
22889 2004-07-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
22890
22891         * configure.ac:
22892         * gst/Makefile.am:
22893         * gst/multifilesink/Makefile.am:
22894         * gst/multifilesink/gstmultifilesink.c:
22895         (gst_multifilesink_get_formats),
22896         (gst_multifilesink_get_query_types), (_do_init),
22897         (gst_multifilesink_base_init), (gst_multifilesink_class_init),
22898         (gst_multifilesink_init), (gst_multifilesink_dispose),
22899         (gst_multifilesink_set_location), (gst_multifilesink_set_property),
22900         (gst_multifilesink_get_property), (gst_multifilesink_open_file),
22901         (gst_multifilesink_close_file), (gst_multifilesink_next_file),
22902         (gst_multifilesink_pad_query), (gst_multifilesink_handle_event),
22903         (gst_multifilesink_chain), (gst_multifilesink_change_state),
22904         (gst_multifilesink_uri_get_type),
22905         (gst_multifilesink_uri_get_protocols),
22906         (gst_multifilesink_uri_get_uri), (gst_multifilesink_uri_set_uri),
22907         (gst_multifilesink_uri_handler_init), (plugin_init):
22908         * gst/multifilesink/gstmultifilesink.h:
22909         * testsuite/Makefile.am:
22910         * testsuite/multifilesink/Makefile.am:
22911         * testsuite/multifilesink/fakesrc_test.c: (gst_newmedia_base_init),
22912         (gst_newmedia_class_init), (gst_newmedia_init),
22913         (gst_newmedia_chain), (gst_newmedia_trigger), (test_format),
22914         (newfile_signal), (test_signal), (main):
22915         multifilesink plugin for creating new files every time a new media
22916         discontinuity event occurs
22917
22918 2004-07-22  Wim Taymans  <wim@fluendo.com>
22919
22920         * gst/alpha/Makefile.am:
22921         * gst/alpha/gstalphacolor.c: (gst_alpha_color_get_type),
22922         (gst_alpha_color_base_init), (gst_alpha_color_class_init),
22923         (gst_alpha_color_init), (gst_alpha_color_set_property),
22924         (gst_alpha_color_get_property), (gst_alpha_color_sink_link),
22925         (transform), (gst_alpha_color_chain),
22926         (gst_alpha_color_change_state), (plugin_init):
22927         Stupid plugin to to RGBA to AYUV conversion because none of
22928         the colorspace plugins can handle that yet.
22929
22930 2004-07-22  Wim Taymans  <wim@fluendo.com>
22931
22932         * examples/seeking/seek.c: (update_scale), (main):
22933         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
22934         (gst_decode_bin_class_init), (gst_decode_bin_is_dynamic),
22935         (gst_decode_bin_factory_filter), (compare_ranks), (print_feature),
22936         (gst_decode_bin_init), (gst_decode_bin_dispose),
22937         (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
22938         (no_more_pads), (close_link), (type_found),
22939         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
22940         (plugin_init):
22941         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
22942         (gst_play_base_bin_class_init), (gst_play_base_bin_init),
22943         (gst_play_base_bin_dispose), (queue_overrun),
22944         (gen_preroll_element), (remove_prerolls), (unknown_type),
22945         (no_more_pads), (new_stream), (setup_source),
22946         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property),
22947         (play_base_eos), (gst_play_base_bin_change_state),
22948         (gst_play_base_bin_add_element),
22949         (gst_play_base_bin_remove_element),
22950         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
22951         (gst_play_base_bin_unlink_stream),
22952         (gst_play_base_bin_get_streaminfo):
22953         * gst/playback/gstplaybin.c: (gen_video_element),
22954         (gen_audio_element):
22955         * gst/playback/gststreaminfo.h:
22956         More playback updates, attempt to fix things after the state change
22957         breakage.
22958
22959 2004-07-22  Thomas Vander Stichele  <thomas at apestaart dot org>
22960
22961         * gst/videoscale/videoscale.c: (gst_videoscale_planar411),
22962         (gst_videoscale_scale_nearest_16bit):
22963           comment algorithm
22964
22965 2004-07-22  Thomas Vander Stichele  <thomas at apestaart dot org>
22966
22967         * gst/videotestsrc/gstvideotestsrc.c:
22968         (gst_videotestsrc_class_init), (gst_videotestsrc_src_link),
22969         (gst_videotestsrc_init), (gst_videotestsrc_get),
22970         (gst_videotestsrc_set_pattern), (gst_videotestsrc_set_property),
22971         (gst_videotestsrc_get_property):
22972         * gst/videotestsrc/gstvideotestsrc.h:
22973         * gst/videotestsrc/videotestsrc.c:
22974         * gst/videotestsrc/videotestsrc.h:
22975           cleanup and commenting
22976
22977 2004-07-21  Wim Taymans  <wim@fluendo.com>
22978
22979         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_init),
22980         (gst_ogg_demux_get_formats), (gst_ogg_demux_src_query),
22981         (gst_ogg_demux_src_event), (gst_ogg_demux_src_convert),
22982         (gst_ogg_demux_handle_event), (gst_ogg_demux_seek_before),
22983         (_find_chain_get_unknown_part), (_find_streams_check),
22984         (gst_ogg_demux_push), (gst_ogg_pad_push):
22985         * ext/theora/theoradec.c: (theora_get_formats),
22986         (theora_dec_src_convert), (theora_dec_sink_convert),
22987         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
22988         (theora_dec_chain):
22989         * ext/vorbis/vorbisdec.c: (vorbis_dec_get_formats),
22990         (vorbis_dec_convert), (vorbis_dec_src_query),
22991         (vorbis_dec_src_event), (vorbis_dec_event):
22992         More seeking fixes, oggdemux now supports seeking to time and
22993         uses the downstream element to convert granulepos to time.
22994         Seeking in theora-only ogg files now works.
22995
22996 2004-07-21  Wim Taymans  <wim@fluendo.com>
22997
22998         * ext/theora/theoradec.c: (gst_theora_dec_init),
22999         (theora_get_formats), (theora_get_event_masks),
23000         (theora_get_query_types), (theora_dec_src_convert),
23001         (theora_dec_sink_convert), (theora_dec_src_query),
23002         (theora_dec_src_event), (theora_dec_event), (theora_dec_chain):
23003         * ext/vorbis/vorbisdec.c: (vorbis_dec_get_formats),
23004         (vorbis_get_event_masks), (vorbis_get_query_types),
23005         (gst_vorbis_dec_init), (vorbis_dec_convert),
23006         (vorbis_dec_src_query), (vorbis_dec_src_event), (vorbis_dec_event):
23007         Added query/convert/formats functions to vorbis and theora decoders
23008         so that the outside world can use them too. Fixed seeking on an
23009         ogg/theora/vorbis file by disabling the seeking seeking on the
23010         theora srcpad.
23011
23012 2004-07-21  Julien MOUTTE  <julien@moutte.net>
23013
23014         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
23015         (gst_ximagesink_renegotiate_size), (gst_ximagesink_sink_link),
23016         (gst_ximagesink_chain), (gst_ximagesink_set_xwindow_id): Optimize
23017         images creation for both elements. We don't create the image on caps
23018         nego or renego, we just destroy the internal one if present if it does
23019         not match the needs. The chain function takes care of creating a new
23020         image when needed.
23021         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
23022         (gst_xvimagesink_xwindow_decorate), (gst_xvimagesink_sink_link),
23023         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_alloc),
23024         (gst_xvimagesink_set_xwindow_id): Additionally xvimage now contains
23025         the image format information. The buffer pool checks for the context
23026         image format and discard images with different formats.
23027         * sys/xvimage/xvimagesink.h: Adding im_format in the xvimage structure.
23028
23029 2004-07-21  Thomas Vander Stichele  <thomas at apestaart dot org>
23030
23031         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
23032         (gst_ffmpegcolorspace_chain):
23033           no point in doing any chaining if the pad we want to push from
23034           isn't usable.
23035
23036 2004-07-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
23037
23038         * gst-libs/gst/riff/riff-media.c:
23039         (gst_riff_create_audio_caps_with_data):
23040           Fix double end-to-native symbol conversion (#148021).
23041
23042 2004-07-20  David Schleef  <ds@schleef.org>
23043
23044         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_decorate):
23045         Don't use an Atom that doesn't exist.
23046
23047 2004-07-20  Wim Taymans  <wim@fluendo.com>
23048
23049         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
23050         (gst_multifdsink_add), (gst_multifdsink_get_stats),
23051         (gst_multifdsink_client_remove),
23052         (gst_multifdsink_handle_client_write),
23053         (gst_multifdsink_queue_buffer):
23054         * gst/tcp/gstmultifdsink.h:
23055         More multifdsink stats. Avoid deadlock by releasing locks
23056         before sending out a signal.
23057
23058 2004-07-20  Thomas Vander Stichele  <thomas at apestaart dot org>
23059
23060         * po/LINGUAS:
23061         * po/hu.po:
23062           added Hungarian translation (Laszlo Dvornik)
23063
23064 2004-07-20  Wim Taymans  <wim@fluendo.com>
23065
23066         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
23067         (gst_multifdsink_add), (gst_multifdsink_client_remove),
23068         (gst_multifdsink_handle_client_write),
23069         (gst_multifdsink_queue_buffer):
23070         * gst/tcp/gsttcp-marshal.list:
23071         Fixed the stupid marshal definition.
23072
23073 2004-07-20  Wim Taymans  <wim@fluendo.com>
23074
23075         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
23076         (gst_multifdsink_init), (gst_multifdsink_add),
23077         (gst_multifdsink_client_remove),
23078         (gst_multifdsink_handle_client_write),
23079         (gst_multifdsink_queue_buffer), (gst_multifdsink_chain),
23080         (gst_multifdsink_set_property), (gst_multifdsink_get_property),
23081         (gst_multifdsink_init_send):
23082         * gst/tcp/gstmultifdsink.h:
23083         Added more stats, added timeout for a client, fixed some typos
23084         and added some comments.
23085
23086 2004-07-20  Wim Taymans  <wim@fluendo.com>
23087
23088         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
23089         (gst_multifdsink_add), (gst_multifdsink_get_stats),
23090         (gst_multifdsink_client_remove),
23091         (gst_multifdsink_handle_client_write):
23092         * gst/tcp/gstmultifdsink.h:
23093         * gst/tcp/gsttcp-marshal.list:
23094         Added get_stats method that returns a GValueArray of
23095         stats values.
23096
23097 2004-07-19  Benjamin Otte  <otte@gnome.org>
23098
23099         * ext/ladspa/gstladspa.c: (gst_ladspa_base_init):
23100           make sure longname, description and author are valid UTF-8
23101
23102 2004-07-19  Thomas Vander Stichele  <thomas at apestaart dot org>
23103
23104         * sys/ximage/ximagesink.c: (gst_ximagesink_change_state),
23105         (gst_ximagesink_set_property):
23106         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state),
23107         (gst_xvimagesink_set_property):
23108           make sure SYNCHRONOUS is respected after getting the X context
23109
23110 2004-07-18  Thomas Vander Stichele  <thomas at apestaart dot org>
23111
23112         * gst/matroska/matroska-demux.c:
23113         (gst_matroska_demux_handle_src_event),
23114         (gst_matroska_demux_parse_blockgroup):
23115         * gst/matroska/matroska-ids.h:
23116           add BlockReference tag and ignore it to clear out log.
23117           ignore NAVIGATION events to clear out log.
23118
23119 2004-07-18  Thomas Vander Stichele  <thomas at apestaart dot org>
23120
23121         * gst/matroska/matroska-demux.c: (gst_matroska_demux_class_init),
23122         (gst_matroska_demux_add_stream):
23123         * gst/matroska/matroska-mux.c: (gst_matroska_mux_class_init):
23124           add debug categories
23125
23126 2004-07-16  Wim Taymans  <wim@fluendo.com>
23127
23128         * ext/libpng/Makefile.am:
23129         * ext/libpng/gstpng.c: (plugin_init):
23130         * ext/libpng/gstpngdec.c: (user_error_fn), (user_warning_fn),
23131         (gst_pngdec_get_type), (gst_pngdec_base_init),
23132         (gst_pngdec_class_init), (gst_pngdec_sinklink), (gst_pngdec_init),
23133         (gst_pngdec_src_getcaps), (user_read_data), (gst_pngdec_chain):
23134         * ext/libpng/gstpngdec.h:
23135         Added png decoder.
23136
23137 2004-07-16  Julien MOUTTE  <julien@moutte.net>
23138
23139         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xerror),
23140         (gst_ximagesink_check_xshm_calls), (gst_ximagesink_ximage_new),
23141         (gst_ximagesink_ximage_destroy), (gst_ximagesink_sink_link),
23142         (gst_ximagesink_chain), (gst_ximagesink_buffer_free),
23143         (gst_ximagesink_buffer_alloc):
23144         * sys/ximage/ximagesink.h:
23145         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
23146         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy),
23147         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_free),
23148         (gst_xvimagesink_buffer_alloc):
23149         * sys/xvimage/xvimagesink.h: Getting the 2 video sinks synchronized
23150         again. Using internal data pointer of the x(v)image to store image's
23151         data to be coherent with the buffer alloc mechanism. Investigated the
23152         image destruction code to be sure that everything gets freed correctly.
23153
23154 2004-07-16  Wim Taymans  <wim@fluendo.com>
23155
23156         * gst-libs/gst/riff/riff-read.c:
23157         (gst_riff_read_strf_vids_with_data),
23158         (gst_riff_read_strf_auds_with_data):
23159         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
23160         (gst_avi_demux_add_stream), (gst_avi_demux_stream_header):
23161         Make sure we don't create 0 sized subbuffers in riff-read.
23162         Signal the no more pads signal after reading the avi header.
23163
23164 2004-07-16  Wim Taymans  <wim@fluendo.com>
23165
23166         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
23167         (gst_decode_bin_class_init), (gst_decode_bin_is_dynamic),
23168         (gst_decode_bin_factory_filter), (compare_ranks), (print_feature),
23169         (gst_decode_bin_init), (gst_decode_bin_dispose),
23170         (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
23171         (no_more_pads), (close_link), (type_found),
23172         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
23173         (gst_decode_bin_change_state), (plugin_init):
23174         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
23175         (gst_play_base_bin_class_init), (gst_play_base_bin_init),
23176         (gst_play_base_bin_dispose), (queue_overrun),
23177         (gen_preroll_element), (remove_prerolls), (unknown_type),
23178         (no_more_pads), (new_stream), (setup_source),
23179         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property),
23180         (play_base_eos), (gst_play_base_bin_change_state),
23181         (gst_play_base_bin_add_element),
23182         (gst_play_base_bin_remove_element),
23183         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
23184         (gst_play_base_bin_unlink_stream),
23185         (gst_play_base_bin_get_streaminfo):
23186         * gst/playback/gstplaybasebin.h:
23187         Better error recovery. Added configurable preroll queue size. Faster
23188         detection of no-more-pads.
23189
23190 2004-07-16  Wim Taymans  <wim@fluendo.com>
23191
23192         * gst-libs/gst/video/video.h:
23193         Added 32 bits RGBA. Not sure if we should use another mime-type
23194         for alpha rgb. Currently the presence of the alpha_mask property
23195         signals an alpha channel.
23196
23197 2004-07-16  Wim Taymans  <wim@fluendo.com>
23198
23199         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
23200         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
23201         FPS seems to be 0.0 to MAX everywhere else.
23202
23203 2004-07-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
23204
23205         * gst-libs/gst/riff/riff-media.c:
23206         (gst_riff_create_video_caps_with_data):
23207           mp42/mp43 (no caps) exist too.
23208         * gst/matroska/matroska-demux.c: (gst_matroska_demux_video_caps):
23209           Set pixel_width/height; we've got them in-caps.
23210         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
23211         * gst/wavparse/gstwavparse.c: (plugin_init):
23212           Both are valid primary.
23213         * sys/oss/gstossmixer.c:
23214           Remove i18n hack and enable translations.
23215
23216 2004-07-15  Benjamin Otte  <otte@gnome.org>
23217
23218         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
23219         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy):
23220           fix for non-shm xv. Original patch by Tim Ringenbach (fixes #147248)
23221
23222 2004-07-15  Benjamin Otte  <otte@gnome.org>
23223
23224         * ext/alsa/gstalsa.c: (gst_alsa_open_audio),
23225         (gst_alsa_sw_params_dump), (gst_alsa_hw_params_dump),
23226         (gst_alsa_close_audio):
23227           disable some of the debugging code for now. Writing debugging to a
23228           buffer is broken in current alsalib releases.
23229
23230 2004-07-12  Benjamin Otte  <otte@gnome.org>
23231
23232         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_alloc_buffer):
23233           use bufferpools
23234
23235 2004-07-14  Thomas Vander Stichele  <thomas at apestaart dot org>
23236
23237         * ext/theora/theoradec.c: (gst_theora_dec_class_init),
23238         (theora_dec_src_query), (theora_dec_event):
23239         * ext/theora/theoraenc.c: (gst_theora_enc_class_init):
23240           add debugging categories.  Remove \n's.
23241
23242 2004-07-13  Johan Dahlin  <johan@gnome.org>
23243
23244         * gst/playback/gstplaybin.c (gst_play_bin_set_property)
23245         (gst_play_bin_get_property): Impl.
23246
23247 2004-07-13  Wim Taymans  <wim@fluendo.com>
23248
23249         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_seek_before):
23250         When trying to find the stream length, seek back N pages
23251         instead of just one, where N is the number of streams in
23252         the current chain.
23253
23254 2004-07-13  Wim Taymans  <wim@fluendo.com>
23255
23256         * gst-libs/gst/riff/riff-media.c:
23257         (gst_riff_create_audio_caps_with_data),
23258         (gst_riff_create_audio_caps),
23259         (gst_riff_create_audio_template_caps):
23260         * gst-libs/gst/riff/riff-media.h:
23261         * gst-libs/gst/riff/riff-read.c:
23262         (gst_riff_read_strf_vids_with_data),
23263         (gst_riff_read_strf_auds_with_data), (gst_riff_read_strf_auds):
23264         * gst-libs/gst/riff/riff-read.h:
23265         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
23266         (gst_avi_demux_add_stream):
23267         Set codec_data on caps for avidemuxer.
23268
23269 2004-07-12  David Schleef  <ds@schleef.org>
23270
23271         * configure.ac: Fix test for Objective C
23272
23273 2004-07-12  Jan Schmidt  <thaytan@mad.scientist.com>
23274         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_get_capslist),
23275         (gst_gdk_pixbuf_chain):
23276           Add svg and pcx to template caps, and ensure that getcaps returns a
23277           subset of the template caps.
23278           Copy each row manually for output, as gdkpixbuf may pad the
23279           rowstride to a 32-bit word boundary.
23280
23281 2004-07-12  Wim Taymans  <wim@fluendo.com>
23282
23283         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
23284         (gst_riff_create_video_template_caps):
23285         Fix the template caps to include some more media types.
23286
23287 2004-07-12  Wim Taymans  <wim@fluendo.com>
23288
23289         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
23290         (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
23291         (compare_ranks), (print_feature), (gst_decode_bin_init),
23292         (gst_decode_bin_dispose), (find_compatibles), (close_pad_link),
23293         (try_to_link_1), (new_pad), (close_link), (type_found),
23294         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
23295         (gst_decode_bin_change_state), (plugin_init):
23296         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
23297         (gst_play_base_bin_class_init), (gst_play_base_bin_init),
23298         (gst_play_base_bin_dispose), (queue_overrun),
23299         (gen_preroll_element), (remove_prerolls), (no_more_pads),
23300         (new_stream), (setup_source), (gst_play_base_bin_set_property),
23301         (gst_play_base_bin_get_property), (play_base_eos),
23302         (gst_play_base_bin_change_state), (gst_play_base_bin_add_element),
23303         (gst_play_base_bin_remove_element),
23304         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
23305         (gst_play_base_bin_unlink_stream),
23306         (gst_play_base_bin_get_streaminfo):
23307         * gst/playback/gstplaybasebin.h:
23308         * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
23309         (gst_play_bin_class_init), (gst_play_bin_init),
23310         (gst_play_bin_dispose), (gst_play_bin_set_property),
23311         (gst_play_bin_get_property), (gen_video_element),
23312         (gen_audio_element), (remove_sinks), (setup_sinks),
23313         (gst_play_bin_change_state), (gst_play_bin_get_event_masks),
23314         (gst_play_bin_send_event), (gst_play_bin_get_formats),
23315         (gst_play_bin_convert), (gst_play_bin_get_query_types),
23316         (gst_play_bin_query), (plugin_init):
23317         * gst/playback/test4.c: (main):
23318         More fixes on reusing of the element.
23319
23320 2004-07-11  Benjamin Otte  <otte@gnome.org>
23321
23322         * ext/mad/gstmad.c: (normal_seek):
23323           allow seeking for other methods than just SET
23324
23325 2004-07-11  Andy Wingo  <wingo@pobox.com>
23326
23327         * gst/audioconvert/gstaudioconvert.c (gst_audio_convert_link): For
23328         float, "any" caps -> buffer_frames=[0,MAX].
23329
23330         * gst/interleave/interleave.c (interleave_getcaps): Seems the core
23331         doesn't intersect our caps with the template any more. Do it
23332         ourselves.
23333         (interleave_buffered_loop): Use g_newa instead of malloc/free.
23334
23335 2004-07-09  Wim Taymans  <wim@fluendo.com>
23336
23337         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
23338         (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
23339         (compare_ranks), (print_feature), (gst_decode_bin_init),
23340         (gst_decode_bin_dispose), (find_compatibles), (close_pad_link),
23341         (try_to_link_1), (new_pad), (close_link), (type_found),
23342         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
23343         (gst_decode_bin_change_state), (plugin_init):
23344         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
23345         (gst_play_base_bin_class_init), (gst_play_base_bin_init),
23346         (gst_play_base_bin_dispose), (queue_overrun),
23347         (gen_preroll_element), (remove_prerolls), (no_more_pads),
23348         (new_stream), (setup_source), (gst_play_base_bin_set_property),
23349         (gst_play_base_bin_get_property), (play_base_eos),
23350         (gst_play_base_bin_change_state), (gst_play_base_bin_add_element),
23351         (gst_play_base_bin_remove_element),
23352         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
23353         (gst_play_base_bin_unlink_stream),
23354         (gst_play_base_bin_get_streaminfo):
23355         * gst/playback/gstplaybasebin.h:
23356         * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
23357         (gst_play_bin_class_init), (gst_play_bin_init),
23358         (gst_play_bin_dispose), (gst_play_bin_set_property),
23359         (gst_play_bin_get_property), (gen_video_element),
23360         (gen_audio_element), (remove_sinks), (setup_sinks),
23361         (gst_play_bin_change_state), (gst_play_bin_get_event_masks),
23362         (gst_play_bin_send_event), (gst_play_bin_get_formats),
23363         (gst_play_bin_convert), (gst_play_bin_get_query_types),
23364         (gst_play_bin_query), (plugin_init):
23365         * gst/playback/test4.c: (main):
23366         Work on object reuse and seeking.
23367
23368 2004-07-09  Wim Taymans  <wim@fluendo.com>
23369
23370         * examples/seeking/seek.c: (iterate):
23371         Don't consume all CPU in the idle loop.
23372
23373 2004-07-09  Wim Taymans  <wim@fluendo.com>
23374
23375         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_new_output_pad),
23376         (gst_mpeg_demux_parse_packet), (gst_mpeg_demux_process_private):
23377         Add pad to element *after* setting the pad functions so that
23378         the scheduler can use the correct ones.
23379
23380 2004-07-09  Wim Taymans  <wim@fluendo.com>
23381
23382         * ext/theora/theoradec.c: (theora_dec_from_granulepos),
23383         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_chain):
23384         Sync to keyframe after seek
23385
23386 2004-07-09  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
23387
23388         * ext/alsa/gstalsa.c: (gst_alsa_change_state):
23389         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event),
23390         (gst_alsa_sink_loop), (gst_alsa_sink_change_state):
23391         * ext/alsa/gstalsasrc.c: (gst_alsa_src_change_state):
23392         * ext/libvisual/visual.c: (gst_visual_change_state):
23393         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_change_state):
23394         * ext/theora/theoradec.c: (theora_dec_change_state):
23395         * ext/theora/theoraenc.c: (theora_enc_change_state):
23396         * ext/vorbis/vorbisdec.c: (vorbis_dec_change_state):
23397         * gst-libs/gst/navigation/navigation.c:
23398         * gst/adder/gstadder.c: (gst_adder_change_state):
23399         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
23400         (gst_audio_convert_get_buffer):
23401         * gst/multipart/multipartdemux.c:
23402         (gst_multipart_demux_change_state):
23403         * gst/playback/gstdecodebin.c: (gst_decode_bin_change_state):
23404         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
23405         * gst/playback/gstplaybin.c: (gst_play_bin_change_state):
23406         * gst/videoscale/gstvideoscale.c:
23407         (gst_videoscale_handle_src_event):
23408         * gst/volume/gstvolume.c: (volume_chain_int16):
23409           don't assert in state change, this should be done by the base
23410           GstElement class.
23411           various debugging fixes.
23412
23413 2004-07-08  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
23414
23415         * configure.ac:
23416         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup),
23417         (gst_play_dispose), (gst_play_set_location),
23418         (gst_play_set_data_src), (gst_play_set_video_sink),
23419         (gst_play_set_audio_sink), (gst_play_set_visualization),
23420         (gst_play_connect_visualization), (gst_play_get_sink_element),
23421         (gst_play_get_all_by_interface):
23422         * gst-libs/gst/play/play.h:
23423           add new method to get elements implementing an interface.
23424           add various error logging
23425
23426 2004-07-08  Wim Taymans  <wim@fluendo.com>
23427
23428         * examples/seeking/seek.c: (make_dv_pipeline), (make_avi_pipeline),
23429         (make_mpeg_pipeline), (make_mpegnt_pipeline),
23430         (make_playerbin_pipeline), (query_durations_elems),
23431         (query_durations_pads), (query_positions_elems),
23432         (query_positions_pads), (update_scale), (iterate), (stop_seek),
23433         (main):
23434         Added playbin seeking example.
23435
23436 2004-07-08  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
23437
23438         * gst-libs/gst/play/play.c: (gst_play_set_location),
23439         (gst_play_set_data_src), (gst_play_set_video_sink),
23440         (gst_play_set_audio_sink), (gst_play_set_visualization),
23441         (gst_play_connect_visualization), (gst_play_get_framerate):
23442           use a macro to look up elements from hash table
23443
23444 2004-07-08  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
23445
23446         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup),
23447         (gst_play_get_length_callback), (gst_play_set_location),
23448         (gst_play_seek_to_time), (gst_play_set_data_src),
23449         (gst_play_set_video_sink), (gst_play_set_audio_sink),
23450         (gst_play_set_visualization), (gst_play_connect_visualization),
23451         (gst_play_get_sink_element):
23452         - add debugging info
23453         - fix looking up sink elements by iterating over complete caps
23454         - put everything except for source and autoplugger in a complete bin
23455
23456 2004-07-08  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
23457
23458         * ext/alsa/gstalsa.c: (gst_alsa_drain_audio):
23459         * ext/alsa/gstalsasink.c: (gst_alsa_sink_flush_one_pad),
23460         (gst_alsa_sink_check_event), (gst_alsa_sink_mmap),
23461         (gst_alsa_sink_write), (gst_alsa_sink_loop):
23462         * ext/alsa/gstalsasink.h:
23463         - add debugging info
23464         - clean up schizophrenia of data/buffer/event
23465         - fix double event unref error
23466
23467 2004-07-08  Wim Taymans  <wim@fluendo.com>
23468
23469         * gst/playback/Makefile.am:
23470         Add headers to noinst
23471
23472 2004-07-08  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
23473
23474         * tools/gst-launch-ext-m.m:
23475         * tools/gst-launch-ext.1.in:
23476           convert to the third millenium
23477
23478 2004-07-07  David Schleef  <ds@schleef.org>
23479
23480         * sys/dxr3/Makefile.am: noinst_SOURCES should be nodist_SOURCES
23481
23482 2004-07-07  Wim Taymans  <wim@fluendo.com>
23483
23484         * gst/playback/Makefile.am:
23485         * gst/playback/README:
23486         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
23487         (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
23488         (compare_ranks), (print_feature), (gst_decode_bin_init),
23489         (gst_decode_bin_dispose), (find_compatibles), (close_pad_link),
23490         (try_to_link_1), (new_pad), (close_link), (type_found),
23491         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
23492         (plugin_init):
23493         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
23494         (gst_play_base_bin_class_init), (gst_play_base_bin_init),
23495         (gst_play_base_bin_dispose), (rebuild_pipeline), (queue_overrun),
23496         (gen_preroll_element), (no_more_pads), (new_stream),
23497         (setup_source), (gst_play_base_bin_set_property),
23498         (gst_play_base_bin_get_property), (gst_play_base_bin_change_state),
23499         (gst_play_base_bin_add_element),
23500         (gst_play_base_bin_remove_element),
23501         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
23502         (gst_play_base_bin_unlink_stream),
23503         (gst_play_base_bin_get_streaminfo):
23504         * gst/playback/gstplaybasebin.h:
23505         * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
23506         (gst_play_bin_class_init), (gst_play_bin_init),
23507         (gst_play_bin_dispose), (gst_play_bin_set_property),
23508         (gst_play_bin_get_property), (gen_video_element),
23509         (gen_audio_element), (setup_sinks), (gst_play_bin_change_state),
23510         (gst_play_bin_get_event_masks), (gst_play_bin_send_event),
23511         (gst_play_bin_get_formats), (gst_play_bin_convert),
23512         (gst_play_bin_get_query_types), (gst_play_bin_query),
23513         (plugin_init):
23514         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type),
23515         (gst_stream_info_get_type), (gst_stream_info_class_init),
23516         (gst_stream_info_init), (gst_stream_info_new),
23517         (gst_stream_info_dispose), (gst_stream_info_set_property),
23518         (gst_stream_info_get_property):
23519         * gst/playback/gststreaminfo.h:
23520         * gst/playback/test.c: (gen_video_element), (gen_audio_element),
23521         (main):
23522         * gst/playback/test2.c: (main):
23523         * gst/playback/test3.c: (update_scale), (main):
23524         More playbin fixes. Added README. Do better element filtering.
23525         Added base class to preroll media. Added test apps.
23526
23527 2004-07-07  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
23528
23529         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_flush_decoder):
23530         * ext/mpeg2dec/gstmpeg2dec.h:
23531           various debugging improvements.  Reset stream to next picture
23532           instead of sequence header, otherwise seeks cannot work.
23533
23534 2004-07-07  Wim Taymans  <wim@fluendo.com>
23535
23536         * gst/videobox/gstvideobox.c: (gst_video_box_fill_get_type),
23537         (gst_video_box_class_init), (gst_video_box_set_property),
23538         (gst_video_box_i420), (gst_video_box_ayuv), (gst_video_box_chain):
23539         Use pad_alloc where possible.
23540
23541 2004-07-07  Wim Taymans  <wim@fluendo.com>
23542
23543         * sys/oss/gstosselement.c: (gst_osselement_reset),
23544         (gst_osselement_parse_caps):
23545         * sys/oss/gstosselement.h:
23546         * sys/oss/gstosssrc.c: (gst_osssrc_get):
23547         Fix offset on osssrc.
23548
23549 2004-07-07  Wim Taymans  <wim@fluendo.com>
23550
23551         * ext/theora/theora.c: (plugin_init):
23552         * ext/theora/theoradec.c: (theora_dec_from_granulepos),
23553         (theora_dec_src_query), (theora_dec_chain):
23554         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
23555         (theora_enc_sink_link), (theora_buffer_from_packet),
23556         (theora_push_packet), (theora_enc_chain):
23557         Fix theora granulepos calculation.
23558         Fix overflow in duration/position calculation.
23559         Bump rank to PRIMARY for theoradec.
23560         Use granulepos of last packet to calculate position.
23561         Set keyframe flag on buffers when needed.
23562
23563 2004-07-06  David Schleef  <ds@schleef.org>
23564
23565         * gst/playback/Makefile.am: 'test' in bin_PROGRAMS?  Are you
23566         serious?  (Fixed, obviously.)
23567
23568 2004-07-06  Thomas Vander Stichele  <thomas at apestaart dot org>
23569
23570         * po/LINGUAS:
23571         * po/cs.po:
23572           added Czech translation (Miloslav Trmac)
23573
23574 2004-07-05  Wim Taymans  <wim@fluendo.com>
23575
23576         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
23577         (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
23578         (compare_ranks), (gst_decode_bin_init), (gst_decode_bin_dispose),
23579         (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
23580         (close_link), (type_found), (gst_decode_bin_set_property),
23581         (gst_decode_bin_get_property), (gst_decode_bin_get_event_masks),
23582         (gst_decode_bin_send_event), (gst_decode_bin_get_formats),
23583         (gst_decode_bin_convert), (gst_decode_bin_get_query_types),
23584         (gst_decode_bin_query), (plugin_init):
23585         * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
23586         (gst_play_bin_class_init), (gst_play_bin_init),
23587         (gst_play_bin_dispose), (rebuild_pipeline), (get_audio_element),
23588         (get_video_element), (new_pad), (setup_source),
23589         (gst_play_bin_set_property), (gst_play_bin_get_property),
23590         (gst_play_bin_change_state), (gst_play_bin_add_element),
23591         (gst_play_bin_remove_element), (gst_play_bin_get_event_masks),
23592         (gst_play_bin_send_event), (gst_play_bin_get_formats),
23593         (gst_play_bin_convert), (gst_play_bin_get_query_types),
23594         (gst_play_bin_query), (gst_play_bin_get_clock), (plugin_init):
23595         * gst/playback/test.c: (main):
23596         More fixes, cleaned up playbin, make it use decodebin. Added
23597         threaded property to playbin.
23598
23599 2004-07-05  Wim Taymans  <wim@fluendo.com>
23600
23601         * configure.ac:
23602         * gst/playback/Makefile.am:
23603         * gst/playback/decodetest.c: (main):
23604         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
23605         (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
23606         (compare_ranks), (gst_decode_bin_init), (gst_decode_bin_dispose),
23607         (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
23608         (close_link), (type_found), (gst_decode_bin_set_property),
23609         (gst_decode_bin_get_property), (gst_decode_bin_change_state),
23610         (gst_decode_bin_get_event_masks), (gst_decode_bin_send_event),
23611         (gst_decode_bin_get_formats), (gst_decode_bin_convert),
23612         (gst_decode_bin_get_query_types), (gst_decode_bin_query),
23613         (plugin_init):
23614         * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
23615         (gst_play_bin_class_init), (gst_play_bin_init),
23616         (gst_play_bin_dispose), (gen_default_output), (rebuild_pipeline),
23617         (collect_sink_pads), (find_compatibles), (close_pad_link),
23618         (try_to_link_1), (new_pad), (close_link), (type_found),
23619         (setup_source), (gst_play_bin_set_property),
23620         (gst_play_bin_get_property), (gst_play_bin_factory_filter),
23621         (compare_ranks), (gst_play_bin_collect_factories),
23622         (gst_play_bin_change_state), (gst_play_bin_add_element),
23623         (gst_play_bin_remove_element), (gst_play_bin_get_event_masks),
23624         (gst_play_bin_send_event), (gst_play_bin_get_formats),
23625         (gst_play_bin_convert), (gst_play_bin_get_query_types),
23626         (gst_play_bin_query), (gst_play_bin_get_clock), (plugin_init):
23627         * gst/playback/test.c: (main):
23628         Added some playback helper elements and some test apps, very alpha
23629         still.
23630
23631 2004-07-04  Benjamin Otte  <otte@gnome.org>
23632
23633         * ext/alsa/gstalsa.c: (gst_alsa_xrun_recovery):
23634           only restart audio when we indeed have an xrun to fix repeated
23635           xruns. Fix suggested by Giuliano Pochini.
23636
23637 2004-07-03  David Schleef  <ds@schleef.org>
23638
23639         * ext/alsa/gstalsaplugin.c: (gst_alsa_error_wrapper): Disable
23640         call to gst_debug_log() if debugging is disabled (bug #145118)
23641
23642 2004-07-03  Benjamin Otte  <otte@gnome.org>
23643
23644         * ext/alsa/gstalsa.c: (gst_alsa_xrun_recovery):
23645           use our own functions for restarting the alsa device.
23646         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
23647           I should apply patches myself - use MIN for the third argument, not
23648           the second, this fixes seeking
23649
23650 2004-07-02  David Schleef  <ds@schleef.org>
23651
23652         * ext/flac/gstflacdec.c: (gst_flacdec_class_init),
23653         (gst_flacdec_write):  Actually, GST_PAD_CAPS() has nothing to
23654         do with the logic.
23655
23656 2004-07-02  David Schleef  <ds@schleef.org>
23657
23658         * ext/flac/gstflacdec.c: (gst_flacdec_write):  Set duration on
23659         output buffers.  Fix logic mistake.  (bug #144866)
23660
23661 2004-07-02  David Schleef  <ds@schleef.org>
23662
23663         * gst-libs/gst/xoverlay/Makefile.am: xoverlay no longer depends
23664         on X.  (bug #144753)
23665
23666 2004-07-02  David Schleef  <ds@schleef.org>
23667
23668         * gst/wavenc/gstwavenc.c: (gst_wavenc_setup),
23669         (gst_wavenc_stop_file): Switch to GST_WRITE_UINT32_LE macros
23670         (bug #144624)
23671         * sys/oss/gstosselement.c: (gst_osselement_probe_caps),
23672         (gst_osselement_rate_probe_check): Add another workaround for
23673         buggy drivers (bug #145336)
23674
23675 2004-07-02  David Schleef  <ds@schleef.org>
23676
23677         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_handle_client_write):
23678         Most systems don't have MSG_NOSIGNAL.
23679
23680 2004-07-02  Thomas Vander Stichele  <thomas at apestaart dot org>
23681
23682         * Makefile.am:
23683         * gst-libs/gst/colorbalance/Makefile.am:
23684         * gst-libs/gst/mixer/Makefile.am:
23685         * gst-libs/gst/play/Makefile.am:
23686         * gst-libs/gst/tuner/Makefile.am:
23687           (hopefully) fix both install and dist and make error message useful.
23688           needs testing across automakes.
23689
23690 2004-07-02  Benjamin Otte  <otte@gnome.org>
23691
23692         * ext/ogg/gstogg.c: (plugin_init):
23693           we require bytestream now
23694         * ext/ogg/gstoggdemux.c:
23695           huge diff to implement chain setup in a fast and generic way. This
23696           improves tag reading and startup of huge files (read: Theora videos)
23697           quite a bit. It probably contains bugs, too, so please test.
23698           Seeking is not improved to the fast method.
23699
23700 2004-06-29  Wim Taymans  <wim@fluendo.com>
23701
23702         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
23703         * ext/ogg/gstoggmux.c:
23704         Fix memleak in oggdemux when running unconnected pads.
23705         doc update in mux, start working on keyframe mode.
23706
23707 2004-06-29  Benjamin Otte  <otte@gnome.org>
23708
23709         * sys/oss/gstosssink.c:
23710         * sys/oss/gstosssrc.c:
23711           advertise correct template caps - we indeed do non-native endianness
23712           and 8bit audio has no endianness
23713         * sys/ximage/ximagesink.c: (gst_ximagesink_getcaps):
23714         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_getcaps):
23715           avoid (wrong) duplications in getcaps function and return
23716           template caps
23717
23718 2004-06-29  Wim Taymans  <wim@fluendo.com>
23719
23720         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
23721         (gst_multifdsink_class_init), (gst_multifdsink_add),
23722         (gst_multifdsink_remove), (gst_multifdsink_clear),
23723         (gst_multifdsink_client_remove),
23724         (gst_multifdsink_handle_client_read),
23725         (gst_multifdsink_client_queue_data),
23726         (gst_multifdsink_client_queue_caps),
23727         (gst_multifdsink_client_queue_buffer),
23728         (gst_multifdsink_handle_client_write),
23729         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
23730         (gst_multifdsink_handle_clients), (gst_multifdsink_thread),
23731         (gst_multifdsink_init_send), (gst_multifdsink_close):
23732         Fix wrong GList iteration that could crash the server when
23733         more then 2 clients disconnect at the same time. Read all the
23734         pending commands in one batch to recover from command storms under
23735         very heavy load.
23736
23737 2004-06-28  Wim Taymans  <wim@fluendo.com>
23738
23739         * gst/videomixer/videomixer.c: (gst_videomixer_pad_get_type),
23740         (gst_videomixer_pad_class_init), (gst_videomixer_pad_get_property),
23741         (gst_videomixer_pad_set_property),
23742         (gst_videomixer_pad_sinkconnect), (gst_videomixer_pad_init),
23743         (gst_video_mixer_background_get_type), (gst_videomixer_get_type),
23744         (gst_videomixer_class_init), (gst_videomixer_init),
23745         (gst_videomixer_request_new_pad), (gst_videomixer_blend_ayuv_i420),
23746         (pad_zorder_compare), (gst_videomixer_sort_pads),
23747         (gst_videomixer_fill_checker), (gst_videomixer_fill_color),
23748         (gst_videomixer_fill_queues), (gst_videomixer_blend_buffers),
23749         (gst_videomixer_update_queues), (gst_videomixer_loop),
23750         (plugin_init):
23751         Avoid divide by zero, choose masterpad as the pad with the highest
23752         framerate.
23753
23754 2004-06-27  Julien Moutte  <julien@moutte.net>
23755
23756         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_decorate),
23757         (gst_ximagesink_xwindow_new):
23758         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_decorate),
23759         (gst_xvimagesink_xwindow_new): I prefer locking the mutex in the
23760         function directly. We might want to call it from somewhere else one day.
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): Trying to fix the random behaviour of
23768         window decorations.
23769
23770 2004-06-27  Wim Taymans  <wim@fluendo.com>
23771
23772         * ext/dv/gstdvdec.c: (gst_dvdec_class_init), (gst_dvdec_init),
23773         (gst_dvdec_video_getcaps), (gst_dvdec_video_link),
23774         (gst_dvdec_push), (gst_dvdec_loop), (gst_dvdec_change_state),
23775         (gst_dvdec_set_property), (gst_dvdec_get_property):
23776         * ext/dv/gstdvdec.h:
23777         Implement drop_factor property to lower the framerate with
23778         a factor.
23779
23780 2004-06-27  Thomas Vander Stichele  <thomas at apestaart dot org>
23781
23782         * gst-libs/gst/colorbalance/Makefile.am:
23783         * gst-libs/gst/mixer/Makefile.am:
23784         * gst-libs/gst/play/Makefile.am:
23785         * gst-libs/gst/tuner/Makefile.am:
23786           unbreak Company's fix that didn't install the -enum.h files
23787
23788 2004-06-27  Wim Taymans  <wim@fluendo.com>
23789
23790         * ext/dv/gstdvdec.c: (gst_dvdec_push), (gst_dvdec_loop),
23791         (gst_dvdec_change_state):
23792         * ext/dv/gstdvdec.h:
23793         Fix timestamp, duration and offset of the buffers.
23794
23795 2004-06-27  Wim Taymans  <wim@fluendo.com>
23796
23797         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
23798         (gst_multifdsink_class_init), (gst_multifdsink_add),
23799         (gst_multifdsink_remove), (gst_multifdsink_clear),
23800         (gst_multifdsink_client_remove),
23801         (gst_multifdsink_handle_client_read),
23802         (gst_multifdsink_client_queue_data),
23803         (gst_multifdsink_client_queue_caps),
23804         (gst_multifdsink_client_queue_buffer),
23805         (gst_multifdsink_handle_client_write),
23806         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
23807         (gst_multifdsink_handle_clients), (gst_multifdsink_thread),
23808         (gst_multifdsink_init_send), (gst_multifdsink_close):
23809         * gst/tcp/gstmultifdsink.h:
23810         * gst/tcp/gsttcpserversink.c:
23811         (gst_tcpserversink_handle_server_read),
23812         (gst_tcpserversink_handle_select), (gst_tcpserversink_close):
23813         More multifdsink fixes, more recovery policy fixes.
23814         Removed stupid g_print
23815
23816 2004-06-26  Wim Taymans  <wim@fluendo.com>
23817
23818         * gst/tcp/Makefile.am:
23819         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
23820         (gst_multifdsink_get_type), (gst_multifdsink_base_init),
23821         (gst_multifdsink_class_init), (gst_multifdsink_init),
23822         (gst_multifdsink_debug_fdset), (gst_multifdsink_client_remove),
23823         (gst_multifdsink_handle_client_read),
23824         (gst_multifdsink_client_queue_data),
23825         (gst_multifdsink_client_queue_caps),
23826         (gst_multifdsink_client_queue_buffer),
23827         (gst_multifdsink_handle_client_write),
23828         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
23829         (gst_multifdsink_handle_clients), (gst_multifdsink_thread),
23830         (gst_multifdsink_chain), (gst_multifdsink_set_property),
23831         (gst_multifdsink_get_property), (gst_multifdsink_init_send),
23832         (gst_multifdsink_close), (gst_multifdsink_change_state):
23833         * gst/tcp/gstmultifdsink.h:
23834         * gst/tcp/gsttcpplugin.c: (plugin_init):
23835         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_get_type),
23836         (gst_tcpserversink_class_init), (gst_tcpserversink_init),
23837         (gst_tcpserversink_handle_server_read),
23838         (gst_tcpserversink_handle_select),
23839         (gst_tcpserversink_set_property), (gst_tcpserversink_get_property),
23840         (gst_tcpserversink_init_send), (gst_tcpserversink_close):
23841         * gst/tcp/gsttcpserversink.h:
23842         Added multifdsink, made tcpserversink a subclass of fdsink, removed
23843         one of the locks, added recovery policy to multifdsink.
23844
23845 2004-06-26  Thomas Vander Stichele  <thomas at apestaart dot org>
23846
23847         * gst/videorate/gstvideorate.c: (gst_videorate_chain):
23848           fix decision for when getting frames with same timestamp
23849         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init), (gst_v4lsrc_init),
23850         (gst_v4lsrc_get), (gst_v4lsrc_set_property),
23851         (gst_v4lsrc_get_property):
23852         * sys/v4l/gstv4lsrc.h:
23853           add latency offset property
23854
23855 2004-06-26  Thomas Vander Stichele  <thomas at apestaart dot org>
23856
23857         * gst/videorate/gstvideorate.c: (gst_videorate_chain),
23858         (plugin_init):
23859           fix debugging. add category.
23860
23861 2004-06-25  Thomas Vander Stichele  <thomas at apestaart dot org>
23862
23863         * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
23864           fix wrong offsets
23865
23866 2004-06-25  Thomas Vander Stichele  <thomas at apestaart dot org>
23867
23868         * ext/alsa/gstalsasrc.c: (gst_alsa_src_init),
23869         (gst_alsa_src_get_time), (gst_alsa_src_loop),
23870         (gst_alsa_src_change_state):
23871           return a time that is in sync with the element's processing
23872
23873 2004-06-25  Wim Taymans  <wim@fluendo.com>
23874
23875         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
23876         (gst_tcpserversink_init), (gst_tcpserversink_handle_server_read),
23877         (gst_tcpserversink_client_remove),
23878         (gst_tcpserversink_handle_client_read),
23879         (gst_tcpserversink_client_queue_data),
23880         (gst_tcpserversink_client_queue_caps),
23881         (gst_tcpserversink_client_queue_buffer),
23882         (gst_tcpserversink_handle_client_write),
23883         (gst_tcpserversink_queue_buffer),
23884         (gst_tcpserversink_handle_clients), (gst_tcpserversink_thread),
23885         (gst_tcpserversink_chain), (gst_tcpserversink_set_property),
23886         (gst_tcpserversink_get_property), (gst_tcpserversink_init_send),
23887         (gst_tcpserversink_close):
23888         * gst/tcp/gsttcpserversink.h:
23889         Serversink rewrite. Really do non blocking writes to clients and
23890         maintain an internal queue to handle slower clients while not
23891         disturbing fast clients.
23892
23893 2004-06-25  Thomas Vander Stichele  <thomas at apestaart dot org>
23894
23895         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get):
23896           better debug, don't override OFFSET and OFFSET_END
23897
23898 2004-06-25  Iain <iain@prettypeople.org>
23899
23900         * gst-libs/gst/media-info/media-info-priv.c (gmi_set_mime): Add
23901         name=source for the wavparse pipeline.
23902
23903 2004-06-24  Johan Dahlin  <johan@gnome.org>
23904
23905         * ext/theora/theoraenc.c (theora_enc_chain): Call
23906         gst_pad_try_set_caps instead of gst_pad_set_explicit_caps so the
23907         streamheader caps are set correctly.
23908
23909 2004-06-24  Thomas Vander Stichele  <thomas at apestaart dot org>
23910
23911         * ext/vorbis/vorbisenc.c: (raw_caps_factory),
23912         (gst_vorbisenc_setup), (gst_vorbisenc_set_property):
23913           respect minimum bitrate; same could be done for max bitrate
23914
23915 2004-06-24  Thomas Vander Stichele  <thomas at apestaart dot org>
23916
23917         * ext/vorbis/vorbisenc.c: (raw_caps_factory),
23918         (gst_vorbisenc_setup):
23919           fix sample rate range
23920
23921 2004-06-24  Thomas Vander Stichele  <thomas at apestaart dot org>
23922
23923         * ext/vorbis/oggvorbisenc.c: (gst_oggvorbisenc_class_init),
23924         (gst_oggvorbisenc_setup):
23925         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_class_init),
23926         (gst_vorbisenc_setup):
23927           resolve ambiguities in code and description
23928
23929 2004-06-24  Wim Taymans  <wim@fluendo.com>
23930
23931         * ext/alsa/gstalsa.c: (gst_alsa_start), (gst_alsa_xrun_recovery):
23932         * ext/alsa/gstalsa.h:
23933         * ext/alsa/gstalsasrc.c: (gst_alsa_src_init),
23934         (gst_alsa_src_update_avail), (gst_alsa_src_loop):
23935         Use alsa trigger_tstamp to get the timestamp of the first
23936         sample in the buffer for more precise sync. Some cleanups.
23937
23938 2004-06-24  Wim Taymans  <wim@fluendo.com>
23939
23940         * gst/audiorate/gstaudiorate.c: (gst_audiorate_link),
23941         (gst_audiorate_init), (gst_audiorate_chain),
23942         (gst_audiorate_set_property), (gst_audiorate_get_property):
23943         * gst/videorate/gstvideorate.c: (gst_videorate_class_init),
23944         (gst_videorate_chain):
23945         Added some logging, fixed an overflow bug in videorate.
23946
23947 2004-06-24  Benjamin Otte  <otte@gnome.org>
23948
23949         * ext/kio/Makefile.am:
23950           fix for builddir != srcdir and distcheck
23951
23952 2004-06-24  Benjamin Otte  <otte@gnome.org>
23953
23954         * gst-libs/gst/colorbalance/Makefile.am:
23955         * gst-libs/gst/mixer/Makefile.am:
23956         * gst-libs/gst/play/Makefile.am:
23957         * gst-libs/gst/tuner/Makefile.am:
23958         * gst/tcp/Makefile.am:
23959         * sys/dxr3/Makefile.am:
23960           don't include -enumtypes.[ch] or -marshal.[ch] files in the disted
23961           tarball.
23962           Also add all *.list files that were missing.
23963         * Makefile.am:
23964           add a distcheck hook to ensure the above doesn't happen again.
23965
23966 2004-06-23  David I. Lehn  <dlehn@users.sourceforge.net>
23967
23968         * ext/Makefile.am: s/DTS_DIR=dvdread/DTS_DIR=dts/
23969
23970 2004-06-23  Colin Walters  <walters@redhat.com>
23971
23972         * m4/Makefile.am: Distribute gst-fionread.m4.
23973
23974 2004-06-23  Thomas Vander Stichele  <thomas at apestaart dot org>
23975
23976         * configure.ac: back to dev
23977
23978 2004-06-23  Wim Taymans  <wim@fluendo.com>
23979
23980         * ext/alsa/gstalsa.c: (gst_alsa_change_state), (gst_alsa_start),
23981         (gst_alsa_xrun_recovery):
23982         * ext/alsa/gstalsa.h:
23983         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event),
23984         (gst_alsa_sink_loop), (gst_alsa_sink_get_time):
23985         * ext/alsa/gstalsasrc.c: (gst_alsa_src_init),
23986         (gst_alsa_src_get_time), (gst_alsa_src_update_avail),
23987         (gst_alsa_src_loop):
23988         Add clock to alsasrc. Take new capture timestamp when
23989         restarting after an overrun. Split up some functions between
23990         alsasrc and alsasink.
23991
23992 === release 0.8.2 ===
23993
23994 2004-06-23  Thomas Vander Stichele  <thomas at apestaart dot org>
23995
23996         * ext/alsa/gstalsa.c: (gst_alsa_init), (gst_alsa_dispose),
23997         (gst_alsa_change_state), (gst_alsa_update_avail),
23998         (gst_alsa_xrun_recovery):
23999         * ext/alsa/gstalsa.h:
24000         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
24001           merge back changes from release
24002
24003 2004-06-23  Wim Taymans  <wim@fluendo.com>
24004
24005         * gst/audiorate/gstaudiorate.c: (gst_audiorate_class_init),
24006         (gst_audiorate_init), (gst_audiorate_chain),
24007         (gst_audiorate_set_property), (gst_audiorate_get_property):
24008         Implement sample dropping and notify
24009
24010 2004-06-22  Wim Taymans  <wim@fluendo.com>
24011
24012         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
24013         (theora_enc_sink_link), (theora_buffer_from_packet),
24014         (theora_push_packet), (theora_enc_chain):
24015         Some cleanups, make sure the timestamps are correct.
24016
24017 2004-06-22  Wim Taymans  <wim@fluendo.com>
24018
24019         * ext/alsa/gstalsa.c: (gst_alsa_get_time), (gst_alsa_clock_update),
24020         (gst_alsa_change_state), (gst_alsa_update_avail),
24021         (gst_alsa_xrun_recovery):
24022         * ext/alsa/gstalsa.h:
24023         * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
24024         Cleanups, take queued samples into account when reporting
24025         the time.
24026
24027 2004-06-22  Wim Taymans  <wim@fluendo.com>
24028
24029         * gst/videorate/gstvideorate.c: (gst_videorate_class_init),
24030         (gst_videorate_init):
24031         Initialize the property as well.
24032
24033 2004-06-22  Wim Taymans  <wim@fluendo.com>
24034
24035         * gst/videorate/gstvideorate.c: (gst_videorate_class_init),
24036         (gst_videorate_init), (gst_videorate_chain),
24037         (gst_videorate_set_property), (gst_videorate_get_property):
24038         Add property to make videorate silent.
24039         Add property to prefer new frames over old ones.
24040
24041 2004-06-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
24042
24043         * sys/osxvideo/Makefile.am:
24044         Workaround so that the osxvideo .so file gets linked with the
24045         Cocoa, OpenGL and QuickTime frameworks
24046
24047 2004-06-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
24048
24049         * sys/osxaudio/Makefile.am:
24050         Workaround so that the osxaudio .so file gets linked with the
24051         CoreAudio framework
24052
24053 2004-06-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
24054
24055         * configure.ac:
24056         Whoops, my fault...fixed build issues
24057
24058 2004-06-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
24059
24060         * configure.ac:
24061         Add objective-c support if running in Darwin/Mac OS X
24062         * sys/Makefile.am:
24063         * sys/osxvideo:
24064         * sys/osxvideo/Makefile.am:
24065         * sys/osxvideo/osxvideosink.h:
24066         * sys/osxvideo/osxvideosink.m:
24067         * sys/osxvideo/cocoawindow.h:
24068         * sys/osxvideo/cocoawindow.m:
24069         Add osxvideosink, a cocoa-based osx video sink
24070
24071
24072 2004-06-19  Jan Schmidt  <thaytan@mad.scientist.com>
24073         * ext/dvdnav/gst-dvd:
24074         Grab the gconf key from the right spot
24075         * gst/debug/gstnavseek.c: (gst_navseek_init),
24076         (gst_navseek_segseek), (gst_navseek_handle_src_event),
24077         (gst_navseek_chain):
24078         * gst/debug/gstnavseek.h:
24079           Add 's', 'e' and 'l' keypresses to navseek to define the start,end
24080           and loop parameters of a segment seek.
24081         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_init),
24082         (gst_videotestsrc_get_event_masks),
24083         (gst_videotestsrc_handle_src_event), (gst_videotestsrc_get):
24084         * gst/videotestsrc/gstvideotestsrc.h:
24085           Add seeking support to videotestsrc
24086           Initialise the timestamp_offset variable.
24087
24088 2004-06-18  Wim Taymans  <wim@fluendo.com>
24089
24090         * ext/sidplay/gstsiddec.cc:
24091         Fix negotiation and set correct end offset.
24092
24093 2004-06-18  Thomas Vander Stichele  <thomas at apestaart dot org>
24094
24095         * configure.ac: branch and prerelease
24096
24097 2004-06-17  Thomas Vander Stichele  <thomas at apestaart dot org>
24098
24099         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init),
24100         (gst_tcpclientsrc_getcaps), (gst_tcpclientsrc_get),
24101         (gst_tcpclientsrc_init_receive):
24102         * gst/tcp/gsttcpclientsrc.h:
24103           read caps when connecting to server for GDP so we set them correctly
24104
24105 2004-06-17  Thomas Vander Stichele  <thomas at apestaart dot org>
24106
24107         * gst/videorate/gstvideorate.c: (gst_videorate_chain):
24108           notify drops and duplicates
24109         * gst/videoscale/videoscale.c: (videoscale_get_structure):
24110           no good reason to limit ourselves to 100x100
24111
24112 2004-06-17  Thomas Vander Stichele  <thomas at apestaart dot org>
24113
24114         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init), (gst_v4lsrc_init),
24115         (gst_v4lsrc_open), (gst_v4lsrc_src_link), (gst_v4lsrc_getcaps),
24116         (gst_v4lsrc_get), (gst_v4lsrc_set_property),
24117         (gst_v4lsrc_get_property):
24118         * sys/v4l/gstv4lsrc.h:
24119         * sys/v4l/v4l_calls.c: (gst_v4l_set_window_properties),
24120         (gst_v4l_open), (gst_v4l_get_picture), (gst_v4l_get_audio),
24121         (gst_v4l_set_audio):
24122         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_grab_frame),
24123         (gst_v4lsrc_try_capture):
24124         * sys/v4l/v4lsrc_calls.h:
24125           change try_palette to more general try_capture
24126           add autoprobe option so we can turn off autoprobing
24127           various fixes
24128
24129 2004-06-17  Thomas Vander Stichele  <thomas at apestaart dot org>
24130
24131         * configure.ac:
24132           add videorate
24133         * sys/ximage/ximagesink.c: (gst_ximagesink_finalize),
24134         (gst_ximagesink_class_init):
24135         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_finalize),
24136         (gst_xvimagesink_class_init):
24137           run them as finalize, not dispose, since dispose can be invoked
24138           multiple times
24139
24140 2004-06-17  Wim Taymans  <wim@fluendo.com>
24141
24142         * ext/alsa/gstalsa.c: (gst_alsa_init), (gst_alsa_dispose),
24143         (gst_alsa_get_time), (gst_alsa_xrun_recovery):
24144         * ext/alsa/gstalsa.h:
24145         * ext/alsa/gstalsaclock.c: (gst_alsa_clock_get_type):
24146         * ext/alsa/gstalsasrc.c: (gst_alsa_src_init), (gst_alsa_src_loop),
24147         (gst_alsa_src_change_state):
24148         * ext/alsa/gstalsasrc.h:
24149         Make the xrun code timestamp and offset the buffers correctly.
24150         moved the clock to the base class, use alsa methods to get time.
24151         Do correct timestamping on outgoing buffers.
24152
24153 2004-06-17  Wim Taymans  <wim@fluendo.com>
24154
24155         * gst/audiorate/Makefile.am:
24156         * gst/audiorate/gstaudiorate.c: (gst_audiorate_get_type),
24157         (gst_audiorate_base_init), (gst_audiorate_class_init),
24158         (gst_audiorate_link), (gst_audiorate_init), (gst_audiorate_chain),
24159         (gst_audiorate_set_property), (gst_audiorate_get_property),
24160         (gst_audiorate_change_state), (plugin_init):
24161         Added an audiorate converter that fills in gaps.
24162
24163 2004-06-17  Johan Dahlin  <johan@gnome.org>
24164
24165         * ext/tcp/*: Revert Zaheer changes, to make things actually work again.
24166
24167 2004-06-16  Wim Taymans  <wim@fluendo.com>
24168
24169         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get):
24170         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_sync_mode_get_type),
24171         (gst_v4lsrc_class_init), (gst_v4lsrc_init), (gst_v4lsrc_get_fps),
24172         (gst_v4lsrc_get), (gst_v4lsrc_set_property),
24173         (gst_v4lsrc_get_property):
24174         * sys/v4l/gstv4lsrc.h:
24175         Added a copy mode to v4lsrc where it will output a copied version
24176         of its internal hardware buffer.
24177         Fix the wrong FLAG_SET usage. The flags are integers, not bits, you
24178         can't | them.
24179
24180 2004-06-16  Wim Taymans  <wim@fluendo.com>
24181
24182         * sys/oss/gstosssrc.c: (gst_osssrc_get):
24183         Timestamp fixes.
24184
24185 2004-06-16  Wim Taymans  <wim@fluendo.com>
24186
24187         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_sync_mode_get_type),
24188         (gst_v4lsrc_class_init), (gst_v4lsrc_init), (gst_v4lsrc_get_fps),
24189         (gst_v4lsrc_get), (gst_v4lsrc_set_property),
24190         (gst_v4lsrc_get_property):
24191         * sys/v4l/gstv4lsrc.h:
24192         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay):
24193         Added a sync mode enum property to control v4lsrc timestamp method
24194         Removed the use-fixed-fps property and moved functionality in
24195         the enum.
24196         Don't error on an error value from v4l-conf, it might not always
24197         be a real error.
24198
24199 2004-06-16  Wim Taymans  <wim@fluendo.com>
24200
24201         * gst/videorate/Makefile.am:
24202         * gst/videorate/gstvideorate.c: (gst_videorate_get_type),
24203         (gst_videorate_base_init), (gst_videorate_class_init),
24204         (gst_videorate_getcaps), (gst_videorate_link),
24205         (gst_videorate_init), (gst_videorate_chain),
24206         (gst_videorate_set_property), (gst_videorate_get_property),
24207         (gst_videorate_change_state), (plugin_init):
24208         Added a video timestamp corrector.
24209
24210 2004-06-15  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
24211
24212         fixed a potential leak with previous commit
24213
24214         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head):
24215
24216 2004-06-15  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
24217
24218         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head):
24219         Added missing refcount, fixes bug #144425
24220         Cheers Tim for finding the bug
24221
24222 2004-06-15  Thomas Vander Stichele  <thomas at apestaart dot org>
24223
24224         * sys/v4l/gstv4l.c: (plugin_init):
24225         * sys/v4l/gstv4lcolorbalance.c:
24226         * sys/v4l/gstv4lcolorbalance.h:
24227         * sys/v4l/gstv4lelement.c:
24228         * sys/v4l/gstv4lelement.h:
24229         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_class_init):
24230         * sys/v4l/gstv4lmjpegsink.h:
24231         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_class_init):
24232         * sys/v4l/gstv4lmjpegsrc.h:
24233         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get_fps_list),
24234         (gst_v4lsrc_get_fps), (gst_v4lsrc_srcconnect),
24235         (gst_v4lsrc_getcaps), (gst_v4lsrc_get):
24236         * sys/v4l/gstv4lsrc.h:
24237         * sys/v4l/gstv4ltuner.c:
24238         * sys/v4l/gstv4ltuner.h:
24239         * sys/v4l/gstv4lxoverlay.c:
24240         * sys/v4l/gstv4lxoverlay.h:
24241         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay),
24242         (gst_v4l_set_window), (gst_v4l_enable_overlay):
24243         * sys/v4l/v4l_calls.c: (gst_v4l_set_window_properties),
24244         (gst_v4l_open), (gst_v4l_get_picture), (gst_v4l_get_audio),
24245         (gst_v4l_set_audio):
24246         * sys/v4l/v4l_calls.h:
24247         * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_sync_thread),
24248         (gst_v4lmjpegsink_queue_frame), (gst_v4lmjpegsink_sync_frame),
24249         (gst_v4lmjpegsink_set_buffer), (gst_v4lmjpegsink_set_playback),
24250         (gst_v4lmjpegsink_playback_init),
24251         (gst_v4lmjpegsink_playback_start), (gst_v4lmjpegsink_get_buffer),
24252         (gst_v4lmjpegsink_play_frame), (gst_v4lmjpegsink_wait_frame),
24253         (gst_v4lmjpegsink_playback_stop),
24254         (gst_v4lmjpegsink_playback_deinit):
24255         * sys/v4l/v4lmjpegsink_calls.h:
24256         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_queue_frame),
24257         (gst_v4lmjpegsrc_sync_next_frame), (gst_v4lmjpegsrc_set_buffer),
24258         (gst_v4lmjpegsrc_set_capture), (gst_v4lmjpegsrc_set_capture_m),
24259         (gst_v4lmjpegsrc_capture_init), (gst_v4lmjpegsrc_capture_start),
24260         (gst_v4lmjpegsrc_grab_frame), (gst_v4lmjpegsrc_requeue_frame),
24261         (gst_v4lmjpegsrc_capture_stop), (gst_v4lmjpegsrc_capture_deinit):
24262         * sys/v4l/v4lmjpegsrc_calls.h:
24263         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_queue_frame),
24264         (gst_v4lsrc_sync_frame), (gst_v4lsrc_set_capture),
24265         (gst_v4lsrc_capture_init), (gst_v4lsrc_capture_start),
24266         (gst_v4lsrc_grab_frame), (gst_v4lsrc_requeue_frame),
24267         (gst_v4lsrc_capture_stop), (gst_v4lsrc_capture_deinit),
24268         (gst_v4lsrc_try_palette):
24269         * sys/v4l/v4lsrc_calls.h:
24270           bunch of paranoia cleanups
24271
24272 2004-06-14  David Schleef  <ds@schleef.org>
24273
24274         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_init),
24275         (cdparanoia_get), (cdparanoia_open), (cdparanoia_change_state):
24276         Send discont events and change timestamps appropriately when
24277         we get a seek event.  (bug #144240)
24278         * ext/cdparanoia/gstcdparanoia.h:
24279
24280 2004-06-14  Benjamin Otte  <otte@gnome.org>
24281
24282         * ext/alsa/gstalsa.c: Use snd_pcm_hw_params_set_rate _near instead of
24283           snd_pcm_hw_params_set_rate  since the latter fails for no good
24284           reason on some setups.
24285
24286 2004-06-14  David Schleef  <ds@schleef.org>
24287
24288         * gst/volume/demo.c: (value_changed_callback): exp10() is not
24289         standard.  Thank you for playing.
24290
24291 2004-06-14  Wim Taymans  <wim@fluendo.com>
24292
24293         * gst/ffmpegcolorspace/imgconvert.c: (img_convert):
24294         Patch 1.3 broke the ordering of the colorspace info and
24295         made the plugin basically work by coincidence, reordered
24296         the info.
24297
24298 2004-06-14  Thomas Vander Stichele  <thomas at apestaart dot org>
24299
24300         * ext/lame/gstlame.c:
24301         * ext/mad/gstmad.c:
24302           sync caps.  Make sure mad can only output a list of rates, not
24303           a full range.  In the future, have three caps lists for each of the
24304           mpeg versions.  Change mpegversion to a double as well.
24305
24306 2004-06-14  Thomas Vander Stichele  <thomas at apestaart dot org>
24307
24308         * gst/volume/.cvsignore:
24309         * gst/volume/Makefile.am:
24310         * gst/volume/demo.c: (value_changed_callback), (idler),
24311         (setup_gui), (main):
24312           added small demo app
24313
24314 2004-06-13  Jan Schmidt  <thaytan@mad.scientist.com>
24315         * ext/esd/esdsink.c: (gst_esdsink_change_state):
24316         * ext/esd/esdsink.h:
24317         Close the esd connection on pause, because esd will just wait -
24318         blocking all other esd clients indefinitely.
24319
24320 2004-06-12  Christophe Fergeau  <teuf@gnome.org>
24321
24322         * gst/tags/gstvorbistag.c: replaced a g_warning which I added in my
24323           previous commit with GST_DEBUG
24324
24325 2004-06-12  Thomas Vander Stichele  <thomas at apestaart dot org>
24326
24327         * configure.ac:
24328           add a header check for a dvdread header in dvdnav.  Fixes #133002
24329
24330 2004-06-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
24331
24332         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_init_send):
24333         * gst/tcp/gsttcpclientsink.h:
24334         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init_receive):
24335         * gst/tcp/gsttcpclientsrc.h:
24336         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_init),
24337         (gst_tcpserversink_handle_server_read),
24338         (gst_tcpserversink_init_send):
24339         * gst/tcp/gsttcpserversink.h:
24340         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_init_receive):
24341         * gst/tcp/gsttcpserversrc.h:
24342         Modified the tcp plugins so they are portable (IPv4,IPv6, any future
24343         version of IP)
24344
24345 2004-06-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
24346
24347         * configure.ac:
24348         Added ogg library so that OSX detects libtheora properly
24349
24350 2004-06-11  Wim Taymans  <wim@fluendo.com>
24351
24352         * ext/theora/theoradec.c: (theora_dec_chain),
24353         (theora_dec_change_state):
24354         Don't try to decode frames before we received a keyframe.
24355
24356 2004-06-11  Wim Taymans  <wim@fluendo.com>
24357
24358         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
24359         (gst_ogg_mux_init), (gst_ogg_mux_next_buffer),
24360         (gst_ogg_mux_get_headers), (gst_ogg_mux_set_header_on_caps),
24361         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop),
24362         (gst_ogg_mux_get_property), (gst_ogg_mux_set_property):
24363         Added property to set the maximum delay of a page.
24364
24365 2004-06-10  Wim Taymans  <wim@fluendo.com>
24366
24367         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
24368         (gst_ogg_mux_init), (gst_ogg_mux_next_buffer),
24369         (gst_ogg_mux_get_headers), (gst_ogg_mux_set_header_on_caps),
24370         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop),
24371         (gst_ogg_mux_get_property), (gst_ogg_mux_set_property):
24372         Added max-delay property to control the maximum amount
24373         of data to put in one page.
24374
24375 2004-06-10  Wim Taymans  <wim@fluendo.com>
24376
24377         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
24378         (gst_theora_enc_init), (theora_enc_sink_link),
24379         (theora_buffer_from_packet), (theora_enc_set_property),
24380         (theora_enc_get_property):
24381         Set duration on encoded buffer, added some more properties
24382
24383 2004-06-10  Wim Taymans  <wim@fluendo.com>
24384
24385         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
24386         (gst_ogg_mux_get_headers), (gst_ogg_mux_set_header_on_caps),
24387         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop):
24388         * ext/theora/theoraenc.c: (theora_enc_chain):
24389         Fix refcounting bugs
24390
24391 2004-06-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
24392
24393         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_init),
24394         (gst_asf_demux_loop), (gst_asf_demux_process_file),
24395         (gst_asf_demux_process_data), (gst_asf_demux_handle_data),
24396         (gst_asf_demux_process_object), (gst_asf_demux_get_stream),
24397         (gst_asf_demux_process_chunk), (gst_asf_demux_handle_sink_event),
24398         (gst_asf_demux_handle_src_event), (gst_asf_demux_handle_src_query),
24399         (gst_asf_demux_change_state):
24400         * gst/asfdemux/gstasfdemux.h:
24401           You know Chimaira? "I - HATE - EVERYTHING". Yeah, that's what this
24402           feels like. I think we should set a new requirement for demuxers
24403           from now on to implement sane loop functions, data loops, query
24404           and seek functions before first commit into CVS. And this commit
24405           fixes all of the above.
24406
24407 2004-06-10  Christophe Fergeau  <teuf@gnome.org>
24408
24409         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_add): make sure parsed
24410           vorbis comments are properly encoded in UTF-8 before adding them
24411           to a GstTagList
24412
24413 2004-06-09  Benjamin Otte  <otte@gnome.org>
24414
24415         * ext/alsa/gstalsa.c: (add_channels):
24416           handle min <= max correctly
24417         * ext/alsa/gstalsa.c: (gst_alsa_fixate_to_mimetype),
24418         (gst_alsa_fixate_field_nearest_int), (gst_alsa_fixate):
24419           add fixation functions so we fixate correctly. No preferring of alaw
24420           anymore because it's the first structure.
24421         * ext/alsa/gstalsa.h:
24422         * ext/alsa/gstalsa.c: (gst_alsa_sw_params_dump),
24423         (gst_alsa_hw_params_dump):
24424           add functions to ease debugging in alsalib
24425         * ext/alsa/gstalsa.c: (gst_alsa_probe_hw_params),
24426         (gst_alsa_set_hw_params), (gst_alsa_set_sw_params),
24427         (gst_alsa_start_audio):
24428           only specify hw params if we really setup a format (fixes #134007 -
24429           or at least works around it)
24430
24431 2004-06-09  Wim Taymans  <wim@fluendo.com>
24432
24433         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
24434         (gst_ogg_mux_next_buffer), (gst_ogg_mux_buffer_from_page),
24435         (gst_ogg_mux_push_page), (gst_ogg_mux_get_headers),
24436         (gst_ogg_mux_set_header_on_caps), (gst_ogg_mux_send_headers),
24437         (gst_ogg_mux_loop):
24438         Use stream caps to setup the initial pages in the ogg stream.
24439         Correctly set the streamheader caps on the srcpad.
24440
24441 2004-06-09  Thomas Vander Stichele  <thomas at apestaart dot org>
24442
24443         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get_fps_list),
24444         (gst_v4lsrc_get_fps), (gst_v4lsrc_srcconnect),
24445         (gst_v4lsrc_getcaps):
24446         * sys/v4l/v4l_calls.c: (gst_v4l_set_window_properties),
24447         (gst_v4l_get_picture), (gst_v4l_get_audio), (gst_v4l_set_audio):
24448           add querying of fps lists for webcams.  Negotiating to a framerate
24449           now works.
24450
24451 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
24452
24453         * ext/theora/theoraenc.c: (theora_buffer_from_packet),
24454         (theora_push_buffer), (theora_push_packet),
24455         (theora_set_header_on_caps), (theora_enc_chain):
24456           mark buffers and put on streamheader, raw theora streaming
24457           now works too, whee
24458
24459 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
24460
24461         * gst/tcp/gsttcp.c: (gst_tcp_gdp_read_header),
24462         (gst_tcp_gdp_read_caps):
24463           do a looping read for caps and GDP headers too
24464
24465 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
24466
24467         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get):
24468         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_get):
24469           return EOS instead of NULL in _get
24470
24471 2004-06-08  Wim Taymans  <wim@fluendo.com>
24472
24473         * gst/tcp/gsttcp.c: (gst_tcp_gdp_read_header),
24474         (gst_tcp_gdp_read_caps), (gst_tcp_gdp_write_header),
24475         (gst_tcp_gdp_write_caps):
24476         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get):
24477         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_gdp_read_caps),
24478         (gst_tcpserversrc_gdp_read_header), (gst_tcpserversrc_get):
24479         Memory leak fixes
24480
24481 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
24482
24483         * ext/vorbis/Makefile.am:
24484         * ext/vorbis/vorbis.c: (plugin_init):
24485         * ext/vorbis/vorbisparse.c: (gst_vorbis_parse_base_init),
24486         (gst_vorbis_parse_class_init), (gst_vorbis_parse_init),
24487         (vorbis_parse_set_header_on_caps), (vorbis_parse_chain),
24488         (vorbis_parse_change_state):
24489         * ext/vorbis/vorbisparse.h:
24490           adding a vorbisparse element that marks the buffers, streaming
24491           raw vorbis using GDP now works, whee
24492
24493 2004-06-08  Wim Taymans  <wim@fluendo.com>
24494
24495         * ext/jpeg/Makefile.am:
24496         * ext/jpeg/README:
24497         * ext/jpeg/gstjpeg.c: (plugin_init):
24498         * ext/jpeg/gstsmokedec.c: (gst_smokedec_get_type),
24499         (gst_smokedec_base_init), (gst_smokedec_class_init),
24500         (gst_smokedec_init), (gst_smokedec_link), (gst_smokedec_chain):
24501         * ext/jpeg/gstsmokedec.h:
24502         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_get_type),
24503         (gst_smokeenc_base_init), (gst_smokeenc_class_init),
24504         (gst_smokeenc_init), (gst_smokeenc_getcaps), (gst_smokeenc_link),
24505         (gst_smokeenc_resync), (gst_smokeenc_chain),
24506         (gst_smokeenc_set_property), (gst_smokeenc_get_property):
24507         * ext/jpeg/gstsmokeenc.h:
24508         * ext/jpeg/smokecodec.c: (smokecodec_init_destination),
24509         (smokecodec_flush_destination), (smokecodec_term_destination),
24510         (smokecodec_init_source), (smokecodec_fill_input_buffer),
24511         (smokecodec_skip_input_data), (smokecodec_resync_to_restart),
24512         (smokecodec_term_source), (smokecodec_encode_new),
24513         (smokecodec_decode_new), (smokecodec_info_free),
24514         (smokecodec_set_quality), (smokecodec_get_quality),
24515         (smokecodec_set_threshold), (smokecodec_get_threshold),
24516         (smokecodec_set_bitrate), (smokecodec_get_bitrate),
24517         (find_best_size), (abs_diff), (put), (smokecodec_encode),
24518         (smokecodec_parse_header), (smokecodec_decode):
24519         * ext/jpeg/smokecodec.h:
24520         Added a new simple jpeg based codec
24521
24522 2004-06-08  Wim Taymans  <wim@fluendo.com>
24523
24524         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
24525         (gst_multipart_mux_loop):
24526         Fix memory leak
24527
24528 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
24529
24530         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get):
24531         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_client_remove),
24532         (gst_tcpserversink_handle_client_read), (gst_tcp_buffer_write),
24533         (gst_tcpserversink_handle_client_write), (gst_tcpserversink_chain),
24534         (gst_tcpserversink_init_send), (gst_tcpserversink_close):
24535         * gst/tcp/gsttcpserversink.h:
24536           take streamheader into account
24537
24538 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
24539
24540         * gst/level/Makefile.am:
24541         * gst/level/gstlevel.c: (gst_level_class_init):
24542           clean up marshal generation
24543
24544 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
24545
24546         * gst/tcp/Makefile.am:
24547         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_get_type),
24548         (gst_tcpclientsink_class_init), (gst_tcpclientsink_init),
24549         (gst_tcpclientsink_set_property), (gst_tcpclientsink_get_property):
24550         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_class_init),
24551         (gst_tcpclientsrc_init), (gst_tcpclientsrc_set_property),
24552         (gst_tcpclientsrc_get_property):
24553         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
24554         (gst_tcpserversink_init), (gst_tcpserversink_handle_server_read),
24555         (gst_tcpserversink_handle_client_read),
24556         (gst_tcpserversink_handle_client_write),
24557         (gst_tcpserversink_set_property), (gst_tcpserversink_get_property):
24558         * gst/tcp/gsttcpserversink.h:
24559           add signals client-added and client-removed
24560         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_class_init),
24561         (gst_tcpserversrc_init), (gst_tcpserversrc_set_property),
24562         (gst_tcpserversrc_get_property):
24563         uniformized, change default protocol to NONE
24564         * gst/tcp/gsttcp-marshal.list: added
24565 2004-06-07  Benjamin Otte  <otte@gnome.org>
24566
24567         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
24568           handle discont events if they happen before caps nego
24569
24570 2004-06-07  Wim Taymans  <wim@fluendo.com>
24571
24572         * gst/multipart/multipartdemux.c: (gst_multipart_demux_base_init),
24573         (gst_multipart_find_pad_by_mime), (gst_multipart_demux_chain),
24574         (gst_multipart_demux_plugin_init):
24575         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
24576         (gst_multipart_mux_init), (gst_multipart_mux_loop),
24577         (gst_multipart_mux_change_state):
24578         Small updates, fix a memleak
24579
24580 2004-06-07  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
24581
24582         * configure.ac: OSS portability
24583         * ext/arts/gst_arts.c: idem
24584         * sys/oss/gstosselement.c: idem
24585         * sys/oss/gstossmixer.c: idem
24586         * sys/oss/gstosssink.c: idem
24587         * sys/oss/gstosssrc.c: idem
24588         * sys/oss/oss_probe.c: idem
24589           - check for soundcard.h in different places for some BSD
24590
24591 2004-06-07  Jan Schmidt <thaytan@mad.scientist.com>
24592
24593         * AUTHORS:
24594         Add me to the authors file
24595         * configure.ac:
24596         Increase the libdv requirement to >= version 0.100
24597         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_src_convert),
24598         (gst_dvdec_src_query), (gst_dvdec_handle_sink_event),
24599         (gst_dvdec_push), (gst_dvdec_loop), (gst_dvdec_change_state):
24600         * ext/dv/gstdvdec.h:
24601         Add support for the new_media flag when sending DISCONT events
24602         Make the querying work when video pad is not linked
24603
24604 2004-06-07  Tim-Philipp Müller  <t.i.m@zen.co.uk>
24605
24606         reviewed by Benjamin Otte  <otte@gnome.org>
24607
24608         * gst/mixmatrix/mixmatrix.c: (gst_mixmatrix_init):
24609           create a NULL-initialized array of pads, so we don't think they
24610           exist already. (fixes #143130)
24611
24612 2004-06-07  Benjamin Otte  <otte@gnome.org>
24613
24614         * gst/mixmatrix/mixmatrix.c: (gst_mixmatrix_init),
24615         (mixmatrix_resize), (gst_mixmatrix_set_all_caps),
24616         (gst_mixmatrix_request_new_pad), (gst_mixmatrix_loop):
24617           don't use // coments
24618
24619 2004-06-07  Benjamin Otte  <otte@gnome.org>
24620
24621         * ext/alsa/gstalsa.c: (gst_alsa_samples_to_timestamp):
24622           cast to GstClockTime to get higher granularity
24623         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
24624           use gst_element_set_time_delay to get the exact time
24625         * ext/mad/gstmad.c: (gst_mad_chain):
24626           use the negotiated rate instead of the current frame's rate which
24627           might be wrong because of bit errors. This avoids emitting totally
24628           bogus timestamps and screwing sync.
24629         (fixes #143454)
24630
24631 2004-06-07  Tim-Philipp Müller  <t.i.m@zen.co.uk>
24632
24633         reviewed by Benjamin Otte  <otte@gnome.org>
24634
24635         * gst/adder/gstadder.c: (gst_adder_loop):
24636           properly error out when no negotiation has happened yet. (fixes
24637           #143032)
24638
24639 2004-06-06  Benjamin Otte  <otte@gnome.org>
24640
24641         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event):
24642           forward correctly transformed offset in discont events. Based on
24643           patch by Arwed v. Merkatz. (fixes #142851)
24644
24645 2004-06-06  David Schleef  <ds@schleef.org>
24646
24647         * gst/ffmpegcolorspace/gstffmpegcodecmap.c: that's
24648         G_HAVE_GNUC_VARARGS, not G_HAVE_GNU_VARARGS.  Should fix compile
24649         problems on several systems.
24650
24651 2004-06-06  Benjamin Otte  <otte@gnome.org>
24652
24653         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init):
24654           use explicit caps on the srcpad
24655         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
24656           properly error out if caps couldn't be set (fixes #142764)
24657
24658 2004-06-06  Benjamin Otte  <otte@gnome.org>
24659
24660         * ext/alsa/gstalsa.c: (gst_alsa_probe_hw_params),
24661         (gst_alsa_set_hw_params), (gst_alsa_set_sw_params),
24662         (gst_alsa_start_audio):
24663           - don't call set_periods_integer anymore, it breaks the
24664           configuration randomly
24665           - call snd_pcm_hw_params_set_access directly instead of using masks
24666           - don't fail if the sw_params can't be set, just use the default
24667           params and hope it works. Alsalib has weird issues when you touch
24668           sw_params and does no proper error reporting about what failed.
24669         * ext/alsa/gstalsa.c: (gst_alsa_open_audio),
24670         (gst_alsa_close_audio):
24671           make our alsa debugging go via gst debugging and not conditionally
24672           defined
24673         * ext/alsa/gstalsa.h:
24674           add ALSA_DEBUG_FLUSH macro
24675         * ext/alsa/gstalsaplugin.c: (gst_alsa_error_wrapper),
24676         (plugin_init):
24677           wrap alsa errors to be printed via the gst debugging system and not
24678           spammed to stderr
24679
24680 2004-06-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
24681
24682         * gst/qtdemux/qtdemux.c: (gst_qtdemux_init),
24683         (gst_qtdemux_handle_src_query), (gst_qtdemux_handle_src_event),
24684         (gst_qtdemux_handle_sink_event), (gst_qtdemux_change_state),
24685         (gst_qtdemux_loop_header), (qtdemux_dump_mvhd),
24686         (qtdemux_parse_trak):
24687         * gst/qtdemux/qtdemux.h:
24688           Bitch. Also known as seeking, querying & co.
24689         * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_chain),
24690         (gst_osssink_change_state):
24691         * sys/oss/gstosssink.h:
24692           Resyncing is for weenies, this hack is no longer needed and was
24693           broken anyway (since it - unintendedly - always leaves resync to
24694           TRUE).
24695
24696 2004-06-05  Andrew Turner <zxombie@hotpop.com>
24697
24698         * gst/tcp/gsttcp.c: portability (Solaris 10/FreeBSD)
24699         * gst/tcp/gsttcpclientsrc.h: idem
24700           - define MSG_NOSIGNAL if not done
24701           - include unistd.h for off_t
24702           (fixes #143749)
24703
24704 2004-06-05  Benjamin Otte  <otte@gnome.org>
24705
24706         * configure.ac:
24707         * ext/kio/Makefile.am:
24708           check for qt's moc preprocessor explicitly and use it
24709
24710 2004-06-03  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
24711
24712         * gst/tcp/gsttcp.c: (gst_tcp_socket_write):
24713           don't get a signal for EPIPE on socket writes
24714           (somebody check if this works on other platforms)
24715
24716 2004-06-02  Thomas Vander Stichele  <thomas at apestaart dot org>
24717
24718         * ext/alsa/gstalsaclock.c: (gst_alsa_clock_get_type):
24719         * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
24720           check error condition on available samples correctly
24721
24722 2004-06-02  Thomas Vander Stichele  <thomas at apestaart dot org>
24723
24724         * ext/alsa/gstalsasrc.c: (gst_alsa_src_get_time):
24725           avoid a segfault
24726         * gst/tcp/gsttcp.c: (gst_tcp_socket_write), (gst_tcp_socket_read),
24727         (gst_tcp_gdp_read_header), (gst_tcp_gdp_read_caps):
24728         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_gdp_read_caps),
24729         (gst_tcpserversrc_gdp_read_header):
24730          use ssize_t over size_t since the former is signed and thus the
24731          check for error codes can work
24732
24733 2004-06-02  Wim Taymans  <wim@fluendo.com>
24734
24735         reviewed by: Johan
24736
24737         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
24738         (gst_multipart_mux_loop):
24739         Oops
24740
24741 2004-06-02  Wim Taymans  <wim@fluendo.com>
24742
24743         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
24744         (gst_multipart_mux_init), (gst_multipart_mux_loop),
24745         (gst_multipart_mux_get_property), (gst_multipart_mux_set_property),
24746         (gst_multipart_mux_change_state):
24747         Added configurable boundary specifier, added the value as a
24748         caps field as well.
24749
24750 2004-06-02  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
24751
24752         * gst/tcp/gsttcp.c:
24753         * gst/tcp/gsttcpclientsrc.c:
24754         * gst/tcp/gsttcpclientsrc.h:
24755         * gst/tcp/gsttcpserversrc.c:
24756           - portability fix, to compile on OSX
24757             (fixes #143146)
24758
24759         * sys/osxaudio/gstosxaudioelement.c:
24760         * sys/osxaudio/gstosxaudiosink.c:
24761         * sys/osxaudio/gstosxaudiosrc.c:
24762           - compilation warnings on OSX
24763             (fixes #143153)
24764
24765 2004-06-02  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
24766
24767         * ext/vorbis/vorbisdec.c : sign warning fixes
24768
24769         * gst-libs/gst/mixer/mixertrack.c :
24770           do no use defines which are glib 2.4 specific
24771
24772 2004-06-01  Christophe Fergeau  <teuf@gnome.org>
24773
24774         * ext/flac/gstflactag.c: strip ending framing bit from vorbiscomment
24775           buffer since libflac doesn't expect it (reports a sync error when
24776           it encounters that)
24777
24778
24779 2004-06-01  Owen Fraser-Green  <owen@discobabe.net>
24780
24781         * gst-libs/gst/mixer/mixertrack.h: Changed struct syntax
24782         * gst-libs/gst/mixer/mixertrack.c:
24783         (gst_mixer_track_get_property), (get_mixer_track_init),
24784         (get_mixer_track_get_property): Added property accessors
24785         * gst-libs/gst/mixer/mixeroptions.h: Changed struct syntax
24786         * gst-libs/gst/mixer/mixeroptions.c:
24787         (gst_mixer_options_get_values): Added
24788         * gst-libs/gst/mixer/mixer.h: Changed GstMixerClass syntax
24789         * gst-libs/gst/mixer/mixer.c: Fixed comment
24790
24791
24792 2004-06-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
24793
24794         * ext/alsa/gstalsa.c: (gst_alsa_open_audio):
24795           improve error messages on open
24796
24797
24798 2004-06-01  Thomas Vander Stichele  <thomas at apestaart dot org>
24799
24800         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay):
24801           check if v4l-conf is in path
24802
24803 2004-06-01  Thomas Vander Stichele  <thomas at apestaart dot org>
24804
24805         * gst-libs/gst/media-info/media-info-priv.c: (gmi_set_mime):
24806           change assert to a more readable error message
24807
24808 2004-05-31  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
24809
24810         * gst-libs/gst/tuner/tunerchannel.h:
24811           - add a freq_multiplicator field to make the conversion
24812             between internal frequency unit and Hz
24813         * sys/v4l/gstv4lelement.c:
24814         * sys/v4l2/gstv4l2element.c:
24815           - change default video device to /dev/video0
24816         * sys/v4l/v4l_calls.c:
24817         * sys/v4l2/v4l2_calls.c:
24818           - we only expose frequency to the user in Hz instead of
24819             bastard v4lX unit (either 62.5kHz or 62.5Hz)
24820
24821 2004-05-31  Jan Schmidt  <thaytan@mad.scientist.com>
24822         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
24823           Initialise b_o_s and e_o_s variables
24824         * gst-libs/gst/riff/riff-media.c:
24825         (gst_riff_create_video_caps_with_data):
24826           Add some unusual fourcc's from mplayer avi's
24827         * gst/multipart/multipartmux.c: (gst_multipart_mux_plugin_init):
24828           Make the muxer have rank GST_RANK_NONE, so it doesn't mess up
24829           autoplugging.
24830
24831 2004-05-28  Wim Taymans  <wim@fluendo.com>
24832
24833         * configure.ac:
24834         * gst/alpha/Makefile.am:
24835         * gst/alpha/gstalpha.c: (gst_alpha_method_get_type),
24836         (gst_alpha_get_type), (gst_alpha_base_init),
24837         (gst_alpha_class_init), (gst_alpha_init), (gst_alpha_set_property),
24838         (gst_alpha_get_property), (gst_alpha_sink_link), (gst_alpha_add),
24839         (gst_alpha_chroma_key), (gst_alpha_chain),
24840         (gst_alpha_change_state), (plugin_init):
24841         A plugin to add an alpha channel to I420 video. Can optionally do
24842         chroma keying.
24843         * gst/multipart/Makefile.am:
24844         * gst/multipart/multipart.c: (plugin_init):
24845         * gst/multipart/multipartdemux.c: (gst_multipart_demux_base_init),
24846         (gst_multipart_demux_class_init), (gst_multipart_demux_init),
24847         (gst_multipart_demux_finalize), (gst_multipart_demux_handle_event),
24848         (gst_multipart_find_pad_by_mime), (gst_multipart_demux_chain),
24849         (gst_multipart_demux_change_state),
24850         (gst_multipart_demux_plugin_init):
24851         * gst/multipart/multipartmux.c: (gst_multipart_mux_get_type),
24852         (gst_multipart_mux_base_init), (gst_multipart_mux_class_init),
24853         (gst_multipart_mux_get_sink_event_masks), (gst_multipart_mux_init),
24854         (gst_multipart_mux_sinkconnect), (gst_multipart_mux_pad_link),
24855         (gst_multipart_mux_pad_unlink),
24856         (gst_multipart_mux_request_new_pad),
24857         (gst_multipart_mux_handle_src_event),
24858         (gst_multipart_mux_next_buffer), (gst_multipart_mux_compare_pads),
24859         (gst_multipart_mux_queue_pads), (gst_multipart_mux_loop),
24860         (gst_multipart_mux_get_property), (gst_multipart_mux_set_property),
24861         (gst_multipart_mux_change_state), (gst_multipart_mux_plugin_init):
24862         A Multipart demuxer/muxer. Not sure if it violates specs. Used to
24863         send multipart jpeg images to a browser.
24864         * gst/videobox/Makefile.am:
24865         * gst/videobox/README:
24866         * gst/videobox/gstvideobox.c: (gst_video_box_fill_get_type),
24867         (gst_video_box_get_type), (gst_video_box_base_init),
24868         (gst_video_box_class_init), (gst_video_box_init),
24869         (gst_video_box_set_property), (gst_video_box_get_property),
24870         (gst_video_box_sink_link), (gst_video_box_i420),
24871         (gst_video_box_ayuv), (gst_video_box_chain),
24872         (gst_video_box_change_state), (plugin_init):
24873         Crops or adds borders around an image. can do alpha channel
24874         borders as well.
24875         * gst/videomixer/Makefile.am:
24876         * gst/videomixer/README:
24877         * gst/videomixer/videomixer.c: (gst_videomixer_pad_get_type),
24878         (gst_videomixer_pad_base_init), (gst_videomixer_pad_class_init),
24879         (gst_videomixer_pad_get_sink_event_masks),
24880         (gst_videomixer_pad_get_property),
24881         (gst_videomixer_pad_set_property),
24882         (gst_videomixer_pad_sinkconnect), (gst_videomixer_pad_link),
24883         (gst_videomixer_pad_unlink), (gst_videomixer_pad_init),
24884         (gst_video_mixer_background_get_type), (gst_videomixer_get_type),
24885         (gst_videomixer_base_init), (gst_videomixer_class_init),
24886         (gst_videomixer_init), (gst_videomixer_request_new_pad),
24887         (gst_videomixer_handle_src_event),
24888         (gst_videomixer_blend_ayuv_i420), (gst_videomixer_fill_checker),
24889         (gst_videomixer_fill_color), (gst_videomixer_fill_queues),
24890         (gst_videomixer_blend_buffers), (gst_videomixer_update_queues),
24891         (gst_videomixer_loop), (gst_videomixer_get_property),
24892         (gst_videomixer_set_property), (gst_videomixer_change_state),
24893         (plugin_init):
24894         Generic video mixer plugin, can handle multiple inputs all with
24895         different framerates and video sizes. Is fully alpha channel
24896         aware.
24897
24898 2004-05-27  Ronald Bultje  <rbultje@ronald.bitfreak.net>
24899
24900         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
24901           Select first track as master track. Not sure how else to handle
24902           that...
24903         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer):
24904           Discard discont events. Should fix #142962.
24905
24906 2004-05-26  Ronald Bultje  <rbultje@ronald.bitfreak.net>
24907
24908         * ext/alsa/Makefile.am:
24909         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_interface_init),
24910         (gst_alsa_mixer_build_list), (gst_alsa_mixer_get_volume),
24911         (gst_alsa_mixer_set_volume), (gst_alsa_mixer_set_mute),
24912         (gst_alsa_mixer_set_record), (gst_alsa_mixer_set_option),
24913         (gst_alsa_mixer_get_option):
24914         * ext/alsa/gstalsamixer.h:
24915         * ext/alsa/gstalsamixeroptions.c:
24916         (gst_alsa_mixer_options_get_type),
24917         (gst_alsa_mixer_options_class_init), (gst_alsa_mixer_options_init),
24918         (gst_alsa_mixer_options_new):
24919         * ext/alsa/gstalsamixeroptions.h:
24920         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
24921         * ext/alsa/gstalsamixertrack.h:
24922           Add enumerations (as GstMixerOptions). Make correct distinction
24923           between input/output tracks. Add capture/playback private flag.
24924           Use flag to decide on whether to set capture or playback volumes
24925           or switches. Use playback and record switches.
24926         * gst-libs/gst/mixer/Makefile.am:
24927         * gst-libs/gst/mixer/mixer-marshal.list:
24928         * gst-libs/gst/mixer/mixer.c: (gst_mixer_class_init),
24929         (gst_mixer_set_option), (gst_mixer_get_option),
24930         (gst_mixer_mute_toggled), (gst_mixer_record_toggled),
24931         (gst_mixer_volume_changed), (gst_mixer_option_changed):
24932         * gst-libs/gst/mixer/mixer.h:
24933         * gst-libs/gst/mixer/mixeroptions.c: (gst_mixer_options_get_type),
24934         (gst_mixer_options_class_init), (gst_mixer_options_init),
24935         (gst_mixer_options_dispose):
24936         * gst-libs/gst/mixer/mixeroptions.h:
24937           Add GstMixerOptions.
24938         * sys/oss/gstosselement.c: (gst_osselement_class_probe_devices):
24939           Rename Audio Mixer to OSS Mixer (similar to Alsa Mixer). Fix
24940           broken device detection on computers with multiple OSS sound
24941           cards.
24942
24943 2004-05-26  Benjamin Otte  <in7y118@public.uni-hamburg.de>
24944
24945         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_fixate):
24946           fixate nicely even when the peer is not negotiating
24947
24948 2004-05-25  Benjamin Otte  <in7y118@public.uni-hamburg.de>
24949
24950         * gst/audioconvert/gstaudioconvert.c:
24951         (gst_audio_convert_parse_caps):
24952           make sure we don't allow depth > width
24953         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_fixate):
24954           fixate endianness to G_BYTE_ORDER as default
24955         * gst/audioscale/gstaudioscale.c:
24956           we don't handle another endianness as host-endianness
24957
24958 2004-05-25  David Schleef  <ds@schleef.org>
24959
24960         * gst/ffmpegcolorspace/mem.c:  malloc() is in stdlib.h, not malloc.h
24961
24962 2004-05-24  Benjamin Otte  <otte@gnome.org>
24963
24964         * ext/vorbis/oggvorbisenc.c: (gst_oggvorbisenc_sinkconnect),
24965         (gst_oggvorbisenc_setup):
24966           properly fail when we can't setup the vorbis encoder due to
24967           unsupported settings
24968         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_sinkconnect),
24969         (gst_vorbisenc_setup):
24970           same
24971         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
24972           fix case where warnings occured when one pad was unlinked while the
24973           other's link function was called
24974
24975 2004-05-24  Thomas Vander Stichele  <thomas at apestaart dot org>
24976
24977         * gst/tcp/Makefile.am:
24978           use GST_ENABLE_NEW
24979
24980 2004-05-24  Benjamin Otte  <in7y118@public.uni-hamburg.de>
24981
24982         * gst-libs/gst/resample/private.h:
24983           don't use optimizations that are #if 0'ed
24984
24985 2004-05-24  Wim Taymans  <wim@fluendo.com>
24986
24987         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query):
24988         Fix potential division by zero error and hopefully get
24989         the position query right to get correct timestamps on avi
24990         audio.
24991
24992 2004-05-24  Wim Taymans  <wim@fluendo.com>
24993
24994         * gst/videoscale/videoscale.c: (gst_videoscale_scale_nearest),
24995         (gst_videoscale_scale_nearest_str2),
24996         (gst_videoscale_scale_nearest_str4),
24997         (gst_videoscale_scale_nearest_32bit),
24998         (gst_videoscale_scale_nearest_24bit),
24999         (gst_videoscale_scale_nearest_16bit):
25000         Fix the scaling algorithm and avoid a buffer overflow.
25001         removed the while loop in the scaling function as it
25002         was used for point sampling only.
25003
25004 2004-05-24  Benjamin Otte  <in7y118@public.uni-hamburg.de>
25005
25006         * ext/mad/gstid3tag.c: (gst_id3_tag_get_type),
25007         (gst_id3_tag_class_init), (gst_id3_tag_init),
25008         (gst_id3_tag_set_property), (gst_id3_tag_get_tag_to_render),
25009         (gst_id3_tag_handle_event), (gst_id3_tag_do_caps_nego),
25010         (gst_id3_tag_send_tag_event):
25011           lots of fixes to make id3mux work and id3demux work correctly
25012
25013 2004-05-24  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
25014
25015         * ext/Makefile.am:
25016           add rules to build shout2send (was removed by accident
25017           when this module was no more marked experimental/broken)
25018
25019 2004-05-24  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
25020
25021         * ext/shout2/gstshout2.c:
25022         * ext/shout2/gstshout2.h:
25023           adding a "connection problem" signal to shout2send
25024           (fixes #142954)
25025
25026 2004-05-21  Thomas Vander Stichele  <thomas at apestaart dot org>
25027
25028         * ext/kio/kioreceiver.cpp:
25029         * ext/kio/kioreceiver.h:
25030           fix sign comparison issues
25031
25032 2004-05-21  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
25033
25034         * gst/cdxaparse/gstcdxaparse.c:
25035         * gst/cdxaparse/gstcdxaparse.h:
25036           some renaming
25037           add some checks/sanity
25038           prepare for seek addition
25039
25040         * sys/sunaudio/gstsunaudio.c:
25041           remove exported dupe init function
25042
25043 2004-05-21  Jan Schmidt  <thaytan@mad.scientist.com>
25044
25045         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_get_formats),
25046         (gst_dvdec_src_convert), (gst_dvdec_sink_convert):
25047           Fix format conversion and position querying.
25048         * gst/debug/progressreport.c: (gst_progressreport_report):
25049           Don't output a bogus total value that we didn't query.
25050         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
25051           Always set XV_AUTOPAINT_COLORKEY to true. Fixes xvimagesink showing
25052           only a blank window after xine has been used.
25053
25054 2004-05-21  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
25055
25056         * m4/as-arts.m4:
25057           sync with upstream version to fix test on FC2
25058           readd with -ko to preserve Id header
25059
25060 2004-05-20  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
25061
25062         * configure.ac:
25063           test for FIONREAD ioctl in sys/filio.h for Solaris compat.
25064         * gst/tcp/gsttcpclientsrc.c: idem
25065         * gst/tcp/gsttcpserversink.c: idem
25066         * gst/tcp/gsttcpserversrc.c: idem
25067         * m4/gst-fionread.m4: idem
25068
25069         * sys/sunaudio/gstsunaudio.c: change category to Sink/Audio
25070
25071         * configure.ac: enable speex plugin for speex 1.1.5+
25072         * ext/speex/gstspeexenc.c: fix cast warning
25073
25074         * ext/esd/README: fix typo
25075
25076 2004-05-20  David Schleef  <ds@schleef.org>
25077
25078         * configure.ac: Minor cosmetic change to convince the buildbot to
25079         reautogen.
25080         * sys/sunaudio/gstsunaudio.c: (gst_sunaudiosink_class_init),
25081         (gst_sunaudiosink_init), (gst_sunaudiosink_getcaps),
25082         (gst_sunaudiosink_pad_link), (gst_sunaudiosink_chain),
25083         (gst_sunaudiosink_setparams), (gst_sunaudiosink_open),
25084         (gst_sunaudiosink_close), (gst_sunaudiosink_change_state),
25085         (gst_sunaudiosink_set_property), (gst_sunaudiosink_get_property):
25086         More hacking.  Plays audio now.
25087
25088 2004-05-20  David Schleef  <ds@schleef.org>
25089
25090         * configure.ac:
25091         * sys/Makefile.am:
25092
25093 2004-05-20  David Schleef  <ds@schleef.org>
25094
25095         * sys/osxaudio/Makefile.am:  New OS X audio plugin by Zaheer Abbas Merali
25096         * sys/osxaudio/gstosxaudio.c:
25097         * sys/osxaudio/gstosxaudioelement.c:
25098         * sys/osxaudio/gstosxaudioelement.h:
25099         * sys/osxaudio/gstosxaudiosink.c:
25100         * sys/osxaudio/gstosxaudiosink.h:
25101         * sys/osxaudio/gstosxaudiosrc.c:
25102         * sys/osxaudio/gstosxaudiosrc.h:
25103
25104 2004-05-20  Thomas Vander Stichele  <thomas at apestaart dot org>
25105
25106         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_set_header_on_caps),
25107         (gst_vorbisenc_chain):
25108           put the codec headers on the caps as streamheader as well as
25109           pushing them out
25110
25111 2004-05-20  Thomas Vander Stichele  <thomas at apestaart dot org>
25112
25113         * ext/vorbis/vorbisenc.c: (vorbis_granule_time_copy),
25114         (gst_vorbisenc_buffer_from_packet), (gst_vorbisenc_push_buffer),
25115         (gst_vorbisenc_push_packet), (gst_vorbisenc_chain):
25116         split up push_packet into two functions
25117
25118 2004-05-20  Thomas Vander Stichele  <thomas at apestaart dot org>
25119
25120         * gst/tcp/.cvsignore:
25121           ignore enums
25122         * gst/tcp/Makefile.am:
25123         * gst/tcp/README:
25124         * gst/tcp/gsttcp.c:
25125         * gst/tcp/gsttcp.h:
25126         * gst/tcp/gsttcpclientsink.c:
25127         * gst/tcp/gsttcpclientsink.h:
25128         * gst/tcp/gsttcpclientsrc.c:
25129         * gst/tcp/gsttcpclientsrc.h:
25130         * gst/tcp/gsttcpplugin.c:
25131         * gst/tcp/gsttcpserversink.c:
25132         * gst/tcp/gsttcpserversink.h:
25133         * gst/tcp/gsttcpserversrc.c:
25134         * gst/tcp/gsttcpserversrc.h:
25135           add new tcp elements
25136
25137 2004-05-19  Wim Taymans  <wim@fluendo.com>
25138
25139         * gst/law/mulaw-conversion.c: (mulaw_encode):
25140         Fix overflow bug in ulaw encoding.
25141
25142 2004-05-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
25143
25144         * ext/mad/gstmad.c: (gst_mad_handle_event):
25145           don't unref the event twice
25146
25147 2004-05-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
25148
25149         * configure.ac:
25150           remove -Wno-sign-compare
25151
25152 2004-05-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
25153
25154         * configure.ac:
25155           remove -DG_DISABLE_DEPRECATED. It's not usable without workarounds
25156           if you want to work against glib 2.2 and 2.4
25157
25158 2004-05-19  Thomas Vander Stichele  <thomas at apestaart dot org>
25159
25160         * gst/tcp/Makefile.am:
25161         * gst/tcp/gsttcp.c:
25162         * gst/tcp/gsttcp.h:
25163         * gst/tcp/gsttcpsink.h:
25164         * gst/tcp/gsttcpsrc.h:
25165           gsttcp -> gsttcpplugin + CVS surgery in preparation for tcp merge
25166
25167 2004-05-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
25168
25169         * gst/debug/tests.c: (md5_get_value):
25170           fix segfault on gst-inspect
25171
25172 2004-05-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
25173
25174         * gst/debug/testplugin.c:
25175         * gst/debug/tests.c:
25176         * gst/debug/tests.h:
25177           add new extensible and configurable testing element. Current tests
25178           include buffer count, stream length, timestamp/duration matching and
25179           md5.
25180         * gst/debug/Makefile.am:
25181         * gst/debug/gstdebug.c: (plugin_init):
25182           add infrastructure for new element
25183
25184 2004-05-19  Johan Dahlin  <johan@gnome.org>
25185
25186         * ext/dv/gstdvdec.c (gst_dvdec_quality_get_type): Add proper
25187         ending of the array. Fixes gst-inspect segfault on ppc.
25188
25189 2004-05-19  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
25190
25191         * ext/dirac/gstdiracdec.cc : change category to Codec/Decoder/Video
25192
25193         * m4/a52.m4 : don't fix a test that should fail with current a52dec lib
25194
25195 2004-05-18  David Schleef  <ds@schleef.org>
25196
25197         * gst/ffmpegcolorspace/imgconvert.c: (img_convert): Fixes for
25198         warnings (bugs, actually) noticed by gcc but not forte.
25199
25200 2004-05-18  David Schleef  <ds@schleef.org>
25201
25202         * sys/sunaudio/Makefile.am:
25203         * sys/sunaudio/gstsunaudio.c: New sunaudiosink
25204
25205 2004-05-18  David Schleef  <ds@schleef.org>
25206
25207         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
25208         (gst_qtdemux_loop_header):  Patch from dcm@acm.org (David Moore)
25209         to allow qtdemux to use non-seekable streams. (bug #142272)
25210
25211 2004-05-18  David Schleef  <ds@schleef.org>
25212
25213         * gst-libs/gst/resample/resample.c: (gst_resample_sinc_ft_s16),
25214         (gst_resample_sinc_ft_float): Remove use of static temporary
25215         buffer.  This code was obviously not supposed to last long, but
25216         it's stuck in our ABI, so it required a little hack to make it
25217         ABI-compatible.  Fixes #142585.
25218         * gst-libs/gst/resample/resample.h: same.
25219
25220 2004-05-18  David Schleef  <ds@schleef.org>
25221
25222         * configure.ac: Add sunaudio
25223         * examples/Makefile.am: make gstplay depend on gconf
25224         * gst/ffmpegcolorspace/gstffmpegcodecmap.c: Remove c99-isms
25225         * gst/ffmpegcolorspace/imgconvert.c: (build_rgb_palette),
25226         (convert_table_lookup), (img_convert): remove c99-isms
25227         * gst/ffmpegcolorspace/imgconvert_template.h: make a constant
25228           unsigned, to fix a warning on Solaris
25229         * gst/mpeg1sys/systems.c: bcopy->memcpy
25230         * gst/rtjpeg/RTjpeg.c: (RTjpeg_yuvrgb8): bcopy->memcpy
25231         * sys/Makefile.am: Add sunaudio
25232
25233 2004-05-18  Wim Taymans  <wim@fluendo.com>
25234
25235         * ext/ogg/gstoggmux.c: (gst_ogg_mux_get_type), (gst_ogg_mux_init),
25236         (gst_ogg_mux_sinkconnect), (gst_ogg_mux_request_new_pad),
25237         (gst_ogg_mux_next_buffer), (gst_ogg_mux_push_page),
25238         (gst_ogg_mux_compare_pads), (gst_ogg_mux_queue_pads),
25239         (gst_ogg_mux_loop):
25240         Fix an ugly memleak where the muxer didn't flush enough ogg
25241         pages. This also resulted in badly muxed ogg files.
25242
25243 2004-05-18  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
25244
25245         * gst/asfdemux/asfheaders.c :
25246         * gst/asfdemux/asfheaders.h :
25247         * gst/asfdemux/gstasfdemux.c :
25248           - fix ASF_OBJ_PADDING guid
25249           - add 3 new object guids (language list, metadata,
25250             extended stream properties)
25251           - add a function to parse extended header objects
25252
25253 2004-05-18  Benjamin Otte  <in7y118@public.uni-hamburg.de>
25254
25255         * sys/oss/gstosselement.c: (gst_osselement_sync_parms):
25256           remove leftover debugging g_print
25257
25258 2004-05-17  Ronald Bultje  <rbultje@ronald.bitfreak.net>
25259
25260         * ext/mad/gstmad.c: (gst_mad_handle_event):
25261           Fix for when the first format in a discont event is not a
25262           byte-based one. Should fix #137710.
25263
25264 2004-05-18  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
25265
25266         * m4/a52.m4 : fix compilation with -Wall -Werror
25267         * m4/libfame.m4 : idem
25268         * m4/libmikmod.m4 : idem
25269
25270 2004-05-17  Benjamin Otte  <otte@gnome.org>
25271
25272         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_comment):
25273           signal the new tags before giving up the reference
25274
25275 2004-05-17  Benjamin Otte  <in7y118@public.uni-hamburg.de>
25276
25277         * ext/shout2/gstshout2.c:
25278           use application/ogg instead of application/x-ogg (patch by Patrick
25279           Guimond, fixes #142432)
25280         * sys/oss/gstosselement.c: (gst_osselement_reset),
25281         (gst_osselement_sync_parms):
25282           don't set fragment size unless specified (fixes #142493)
25283
25284 2004-05-17  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
25285
25286         * configure.ac : fix compilation of v4l2src with "-Wall -Werror"
25287           fixes #142664
25288
25289 2004-05-17  Benjamin Otte  <otte@gnome.org>
25290
25291         * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
25292           compute offsets correctly for internal buffers so timestamps are set
25293           correctly when we can't seek. Also handle cases where there are no
25294           offsets. (based on a patch by David Moore, fixes #142507)
25295
25296 2004-05-17  Benjamin Otte  <otte@gnome.org>
25297
25298         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
25299           use correct variable when determining amount of data to skip so we
25300           don't skip into the void and segfault
25301
25302 2004-05-16  Benjamin Otte  <otte@gnome.org>
25303
25304         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_audio_caps):
25305           Hi, I'm a memleak
25306
25307 2004-05-16  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
25308
25309         * gst/asfdemux/gstasfdemux.c:
25310           - fix a mem leak and always propagate tags
25311           - add WMV3 to known video codecs (but no decoder yet)
25312           - replace "surplus data" at end of audio header for what
25313             it is : codec specific data
25314           - fix a typo
25315
25316 2004-05-16  Arwed v. Merkatz  <v.merkatz@gmx.net>
25317
25318         reviewed by: Ronald Bultje  <rbultje@ronald.bitfreak.net>
25319
25320         * gst-libs/gst/audio/audioclock.c:
25321           Fix wrong return type (#142205).
25322
25323 2004-05-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
25324
25325         * ext/mad/gstmad.c: (gst_mad_class_init), (gst_mad_init):
25326           Ignore CRCs by default (fixes #142566).
25327
25328 2004-05-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
25329
25330         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_open),
25331         (gst_alsa_mixer_close), (gst_alsa_mixer_supported),
25332         (gst_alsa_mixer_build_list), (gst_alsa_mixer_free_list),
25333         (gst_alsa_mixer_change_state), (gst_alsa_mixer_list_tracks),
25334         (gst_alsa_mixer_get_volume), (gst_alsa_mixer_set_volume),
25335         (gst_alsa_mixer_set_mute), (gst_alsa_mixer_set_record):
25336           Fix for cases where we fail to attach to a mixer.
25337
25338 2004-05-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
25339
25340         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_seek):
25341           Don't touch events after not owning them anymore.
25342         * gst/wavparse/gstwavparse.c: (gst_wavparse_base_init),
25343         (gst_wavparse_fmt), (gst_wavparse_other),
25344         (gst_wavparse_handle_seek), (gst_wavparse_loop),
25345         (gst_wavparse_pad_convert), (gst_wavparse_pad_query),
25346         (gst_wavparse_srcpad_event):
25347         * gst/wavparse/gstwavparse.h:
25348           Add seeking, fix querying.
25349
25350 2004-05-16  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
25351
25352         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_comment):
25353           - process comments even if they don't end with \0\0
25354             g_convert would ignore them if present and works well without them
25355
25356 2004-05-16  Benjamin Otte  <otte@gnome.org>
25357
25358         * ext/alsa/gstalsa.c: (gst_alsa_caps), (gst_alsa_get_caps):
25359           simplify caps
25360
25361 2004-05-16  Benjamin Otte  <otte@gnome.org>
25362
25363         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_comment):
25364           don't write to memory we might not write to - g_convert does that
25365           for us anyway (fixes #142613)
25366         (gst_asf_demux_audio_caps):
25367           comment out gst_util_dump_mem
25368
25369 2004-05-16  Benjamin Otte  <otte@gnome.org>
25370
25371         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
25372           compute correct expected timestamps after seek (broken since
25373           last commit)
25374         * ext/gdk_pixbuf/pixbufscale.c: (pixbufscale_init):
25375           rename element and debugging category to gdkpixbufscale
25376
25377 2004-05-16  Benjamin Otte  <otte@gnome.org>
25378
25379         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
25380           add error checking to snd_pcm_delay and remove duplicate call to
25381           snd_pcm_delay that caused issues (see inline code comments)
25382         * ext/alsa/gstalsasink.c: (gst_alsa_sink_get_time):
25383           make more readable and fix return value when snd_pcm_delay fails
25384         (fixes #142586)
25385
25386 2004-05-15  Jan Schmidt  <thaytan@mad.scientisti.com>
25387         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_method_get_type),
25388         (gst_pixbufscale_get_type), (gst_pixbufscale_base_init),
25389         (gst_pixbufscale_class_init), (gst_pixbufscale_getcaps),
25390         (gst_pixbufscale_link), (gst_pixbufscale_init),
25391         (gst_pixbufscale_handle_src_event), (pixbufscale_scale),
25392         (gst_pixbufscale_chain), (gst_pixbufscale_set_property),
25393         (gst_pixbufscale_get_property), (pixbufscale_init):
25394         * ext/gdk_pixbuf/pixbufscale.h:
25395         Add these files I forgot earlier
25396
25397 2004-05-15  Jan Schmidt  <thaytan@mad.scientist.com>
25398         * ext/gdk_pixbuf/Makefile.am:
25399         * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init):
25400         * ext/gdk_pixbuf/gstgdkpixbuf.h:
25401         Add new pixbufscale element to scale RGB video
25402         using gdk_pixbuf, because gdk_pixbuf does BILINEAR
25403         and HYPER interpolation correctly.
25404         * ext/theora/theoraenc.c: (theora_enc_chain),
25405         Discard buffer and return if explicit caps could not be set
25406         (theora_enc_get_property):
25407         Make _get return kbps for the bitrate consistent with
25408         the _set function.
25409
25410
25411 2004-05-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
25412
25413         * ext/libvisual/visual.c: (gst_visual_chain):
25414           add missing visual_audio_analyze
25415
25416 2004-05-14  David Schleef  <ds@schleef.org>
25417
25418         * ext/esd/esdsink.c: (gst_esdsink_chain): Fix crash when ESD
25419         is killed while we're playing.
25420         * gst/qtdemux/qtdemux.c: (qtdemux_parse): call
25421         gst_element_no_more_pads().
25422
25423 2004-05-14  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
25424
25425         * gst-libs/gst/riff/riff-read.c :
25426           - fix INFO tag extraction in RIFF/AVI files
25427             because gst_event_unref (event) also freed taglist
25428           - avoid a mem leak
25429
25430 2004-05-13  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
25431
25432         * ext/mad/gstid3tag.c : move from "Codec/(Dem/M)uxer" to "Codec/(Dem/M)uxer/Audio"
25433         * gst/wavenc/gstwavenc.c : move from "Codec/Encoder/Audio" to "Codec/Muxer/Audio"
25434
25435         * gst/auparse/gstauparse.c :
25436           - add code (commented for now) to support audio/x-adpcm on src pad
25437             (we have no decoder for those layout yet)
25438
25439         * gst/cdxaparse/gstcdxaparse.c :
25440         * gst/cdxaparse/gstcdxaparse.h :
25441           - partial rewrite using RiffRead (ripped iain's wavparse code)
25442
25443         * gst/rtp/gstrtpL16enc.c : typo
25444         * gst/rtp/gstrtpgsmenc.c : typo
25445
25446 2004-05-13  Benjamin Otte  <otte@gnome.org>
25447
25448         * configure.ac:
25449           check for exact version of libvisual, it's not supposed to be
25450           API/ABI stable yet
25451
25452 2004-05-13  Benjamin Otte  <in7y118@public.uni-hamburg.de>
25453
25454         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_push):
25455           signal no-more-pads
25456
25457 2004-05-13  Jan Schmidt  <thaytan@mad.scientist.com>
25458
25459         * ext/dv/gstdvdec.c: (gst_dvdec_src_convert)
25460         Report which format was used for GST_FORMAT_DEFAULT
25461         * gst/debug/Makefile.am:
25462         * gst/debug/gstdebug.c: (plugin_init):
25463         * gst/debug/progressreport.c: (gst_progressreport_base_init),
25464         (gst_progressreport_class_init), (gst_progressreport_init),
25465         (gst_progressreport_report), (gst_progressreport_set_property),
25466         (gst_progressreport_get_property), (gst_progressreport_chain),
25467         (gst_progressreport_plugin_init):
25468         Add progressreport element for testing.
25469
25470 2004-05-13  Thomas Vander Stichele  <thomas at apestaart dot org>
25471
25472         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get), (gst_v4lsrc_change_state):
25473         * sys/v4l/gstv4lsrc.h:
25474         * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_playback_init):
25475         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_capture_init):
25476         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_capture_init),
25477         (gst_v4lsrc_grab_frame):
25478           add more debugging
25479           send a discont at start
25480
25481 2004-05-12  Colin Walters  <walters@redhat.com>
25482
25483         * gst/asfdemux/gstasfdemux.c (gst_asf_demux_process_segment): Avoid
25484         inflooping if we can't find a chunk.  Or in other words, don't blow
25485         chunks if we don't have a chunk to blow.
25486
25487 2004-05-13  Jan Schmidt  <thaytan@mad.scientist.com>
25488         * ext/audiofile/gstafsrc.c: (gst_afsrc_get):
25489         Remove old debug output
25490         * ext/dv/gstdvdec.c: (gst_dvdec_quality_get_type),
25491         (gst_dvdec_class_init), (gst_dvdec_loop), (gst_dvdec_change_state),
25492         (gst_dvdec_set_property), (gst_dvdec_get_property):
25493         Change the quality setting to an enum, so it works from gst-launch
25494         Don't renegotiate a non-linked pad. Allows audio only decoding.
25495         * gst/deinterlace/gstdeinterlace.c: (gst_deinterlace_getcaps),
25496         (gst_deinterlace_link), (gst_deinterlace_init):
25497         * gst/videodrop/gstvideodrop.c: (gst_videodrop_getcaps),
25498         (gst_videodrop_link):
25499         Some caps negotiation fixes
25500
25501 2004-05-12  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
25502
25503         * ext/tarkin/gsttarkin.c :
25504           - Change RANK from NONE to PRIMARY
25505         * ext/gdk_pixbuf/gstgdkpixbuf.c :
25506           - Change RANK from NONE to MARGINAL
25507         * ext/divx/gstdivxenc.c :
25508           - Change RANK from PRIMARY to NONE (encoder/spider issue)
25509
25510 2004-05-12  Thomas Vander Stichele  <thomas at apestaart dot org>
25511
25512         * ext/vorbis/vorbisenc.c: (vorbis_granule_time_copy),
25513         (gst_vorbisenc_push_packet):
25514           copy a function that was added between 1.0 and 1.0.1 until we
25515           depend on worthwhile features of post-1.0
25516
25517 2004-05-12  Benjamin Otte  <in7y118@public.uni-hamburg.de>
25518
25519         * configure.ac:
25520           enable shout2 by default
25521         * ext/shout2/gstshout2.c: (gst_shout2send_protocol_get_type),
25522         (gst_shout2send_base_init), (gst_shout2send_init),
25523         (gst_shout2send_connect), (gst_shout2send_change_state):
25524         * ext/shout2/gstshout2.h:
25525           make this work again. Based on a patch by Zaheer Abbas Merali (fixes
25526           #142262)
25527         * ext/theora/theora.c: (plugin_init):
25528           don't set rank on encoders
25529
25530 2004-05-11  Jeremy Simon  <jesimon@libertysurf.fr>
25531
25532         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_audio_caps):
25533           Use codec_data property instead of flag1 and flag2 for wma
25534
25535 2004-05-11  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
25536
25537         * gst/cdxaparse/gstcdxaparse.c :
25538           - Add mpegversion to CAPS to make it link
25539           - Rank is as GST_RANK_SECONDARY instead of NONE
25540         * gst/auparse/gstauparse.c :
25541           - Document all audio encoding we can encounter from Solaris 9
25542             headers and libsndfile information.
25543           - Increase max. rate from 48000 to 192000 (to match other elements)
25544           - Don't try to play junk data between header and samples
25545
25546 2004-05-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
25547
25548         * ext/libvisual/visual.c: (gst_visual_getcaps):
25549           use the right caps depending on endianness (I hope)
25550         * ext/ogg/gstoggmux.c: (gst_ogg_mux_plugin_init):
25551           use GST_RANK_NONE for all non-decoding elements or spider gets
25552           mighty confused
25553
25554 2004-05-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
25555
25556         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_comment):
25557           Fix some odd cases and fix BE metadata parsing of unicode16 text.
25558
25559 2004-05-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
25560
25561         * gst/switch/gstswitch.c: (gst_switch_release_pad),
25562         (gst_switch_request_new_pad), (gst_switch_poll_sinkpads),
25563         (gst_switch_loop), (gst_switch_get_type):
25564           whoever that was: DO NOT IMPORT PRIVATE SYMBOLS THAT ARE NOT IN
25565           HEADERS. Had to be said.
25566
25567 2004-05-10  David Schleef  <ds@schleef.org>
25568
25569         * configure.ac: Add prototype Dirac support.
25570         * ext/Makefile.am:
25571         * ext/dirac/Makefile.am:
25572         * ext/dirac/gstdirac.cc:
25573         * ext/dirac/gstdiracdec.cc:
25574
25575 2004-05-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
25576
25577         * gst/auparse/gstauparse.c: (gst_auparse_class_init),
25578         (gst_auparse_init), (gst_auparse_chain),
25579         (gst_auparse_change_state):
25580           Hack around spider. Remove me some day please.
25581
25582 2004-05-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
25583
25584         * gst/auparse/gstauparse.c: (gst_auparse_chain):
25585           Fix for some uninitialized variables in previous patch, also
25586           makes it work. Fixes #142286 while we're at it.
25587
25588 2004-05-11  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
25589
25590         * gst/auparse/gstauparse.c:
25591                 fixes a-law, adds mu-law, linear pcm (8,16,24,32), ieee (32, 64)
25592                 only unsupported formats are ADPCM/CCITT G.72x
25593                 reviewed by Ronald
25594         * gst-libs/gst/audio/audio.h: adds 24bit depth to PCM (x-raw-int)
25595
25596 2004-05-10  Wim Taymans  <wim@fluendo.com>
25597
25598         * ext/vorbis/Makefile.am:
25599         * ext/vorbis/README:
25600         * ext/vorbis/oggvorbisenc.c: (gst_oggvorbisenc_get_formats),
25601         (oggvorbisenc_get_type), (vorbis_caps_factory), (raw_caps_factory),
25602         (gst_oggvorbisenc_base_init), (gst_oggvorbisenc_class_init),
25603         (gst_oggvorbisenc_sinkconnect), (gst_oggvorbisenc_convert_src),
25604         (gst_oggvorbisenc_convert_sink),
25605         (gst_oggvorbisenc_get_query_types), (gst_oggvorbisenc_src_query),
25606         (gst_oggvorbisenc_init), (gst_oggvorbisenc_get_tag_value),
25607         (gst_oggvorbisenc_metadata_set1), (gst_oggvorbisenc_set_metadata),
25608         (get_constraints_string), (update_start_message),
25609         (gst_oggvorbisenc_setup), (gst_oggvorbisenc_write_page),
25610         (gst_oggvorbisenc_chain), (gst_oggvorbisenc_get_property),
25611         (gst_oggvorbisenc_set_property), (gst_oggvorbisenc_change_state):
25612         * ext/vorbis/oggvorbisenc.h:
25613         * ext/vorbis/vorbis.c: (plugin_init):
25614         * ext/vorbis/vorbisenc.c: (vorbis_caps_factory),
25615         (raw_caps_factory), (gst_vorbisenc_class_init),
25616         (gst_vorbisenc_init), (gst_vorbisenc_setup),
25617         (gst_vorbisenc_push_packet), (gst_vorbisenc_chain),
25618         (gst_vorbisenc_get_property), (gst_vorbisenc_set_property):
25619         * ext/vorbis/vorbisenc.h:
25620         Added a raw vorbis encoder to be used with the oggmuxer.
25621         We still need the old encoder for some gnome applications,
25622         read the README to find out how that works.
25623         The raw encoder is called "rawvorbisenc" until 0.9.
25624
25625 2004-05-10  Wim Taymans  <wim@fluendo.com>
25626
25627         * ext/ogg/gstogg.c: (plugin_init):
25628         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_plugin_init),
25629         (gst_ogg_print):
25630         * ext/ogg/gstoggmux.c: (gst_ogg_mux_get_type),
25631         (gst_ogg_mux_base_init), (gst_ogg_mux_class_init),
25632         (gst_ogg_mux_get_sink_event_masks), (gst_ogg_mux_init),
25633         (gst_ogg_mux_sinkconnect), (gst_ogg_mux_pad_link),
25634         (gst_ogg_mux_pad_unlink), (gst_ogg_mux_request_new_pad),
25635         (gst_ogg_mux_handle_src_event), (gst_ogg_mux_next_buffer),
25636         (gst_ogg_mux_push_page), (gst_ogg_mux_compare_pads),
25637         (gst_ogg_mux_queue_pads), (gst_ogg_mux_loop),
25638         (gst_ogg_mux_get_property), (gst_ogg_mux_set_property),
25639         (gst_ogg_mux_change_state), (gst_ogg_mux_plugin_init):
25640         Added an ogg muxer.
25641         Small typo fixes in the demuxer.
25642
25643 2004-05-10  Wim Taymans  <wim@fluendo.com>
25644
25645         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
25646         (theora_enc_sink_link), (theora_push_packet), (theora_enc_chain),
25647         (theora_enc_change_state), (theora_enc_set_property),
25648         (theora_enc_get_property):
25649         Mark the last packet with an EOS flag which is not really needed
25650         in gstreamer.
25651         Do some better video framerate initialisation.
25652         Update the buffer timestamp.
25653
25654 2004-05-10  Jan Schmidt  <thaytan@mad.scientist.com>
25655
25656         * ext/dv/gstdvdec.c: (gst_dvdec_change_state):
25657         Return the result of the parent state change call
25658
25659 2004-05-10  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
25660
25661         * gst/law/alaw.c : alawdec should be registered with type ALAWDEC, not ALAWENC
25662         * gst/law/alaw-decode.c : put audio/x-alaw on pads, instead of audio/x-mulaw
25663         * gst/law/alaw-encode.c : (idem)
25664         * ext/a52dec/gsta52dec.c : mark audio/a52, audio/ac3 as deprecated in a comment
25665         * gst/ac3parse/gstac3parse.c : audio/ac3 => audio/x-ac3
25666         * gst/realmedia/rmdemux.c : audio/a52 => audio/x-ac3
25667
25668 2004-05-09  Benjamin Otte  <otte@gnome.org>
25669
25670         * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
25671           don't use a fixed buffer size when writing variable length data to
25672           it. Fixes memory corruption and makes alsasrc work
25673
25674 2004-05-09  Ronald Bultje  <rbultje@ronald.bitfreak.net>
25675
25676         * ext/gnomevfs/gstgnomevfssink.c:
25677         (_gst_boolean_allow_overwrite_accumulator),
25678         (gst_gnomevfssink_class_init), (gst_gnomevfssink_open_file):
25679           Run glib's default signal handler (??) in RUN_CLEANUP rather than
25680           RUN_LAST, and don't use that to set the accumulator value because
25681           then it's always FALSE.
25682
25683 2004-05-09  Ronald Bultje  <rbultje@ronald.bitfreak.net>
25684
25685         * gst-libs/gst/riff/riff-media.c:
25686         (gst_riff_create_video_caps_with_data),
25687         (gst_riff_create_audio_caps),
25688         (gst_riff_create_audio_template_caps):
25689         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head):
25690           Fix for unaligned RIFF files (i.e. where all the chunks together
25691           in a LIST chunk are not of the same size as the size given in
25692           the LIST chunk header). Fixes several odd WAVE files. Also fix
25693           ADPCM (block_align property) in audio, so that wavparse based
25694           on this works now as it used to stand-alone.
25695
25696 2004-05-09  Edward Hervey  <bilboed@bilboed.com>
25697
25698         reviewed by Benjamin Otte  <otte@gnome.org>
25699
25700         * ext/a52dec/gsta52dec.c:
25701         * ext/divx/gstdivxdec.c:
25702         * ext/divx/gstdivxenc.c:
25703         * ext/dts/gstdtsdec.c: (gst_dtsdec_base_init):
25704         * ext/faac/gstfaac.c: (gst_faac_base_init):
25705         * ext/faad/gstfaad.c: (gst_faad_base_init):
25706         * ext/ivorbis/vorbisfile.c:
25707         * ext/lame/gstlame.c:
25708         * ext/libfame/gstlibfame.c:
25709         * ext/mpeg2enc/gstmpeg2enc.cc:
25710         * ext/musicbrainz/gsttrm.c: (gst_musicbrainz_base_init):
25711         * ext/sidplay/gstsiddec.cc:
25712         * ext/speex/gstspeexdec.c:
25713         * ext/speex/gstspeexenc.c:
25714         * ext/xvid/gstxviddec.c:
25715         * ext/xvid/gstxvidenc.c:
25716           correct klasses. Mostly s,Codec/(Audio|Video),\1/Codec,
25717           (fixes #142193)
25718
25719 2004-05-08  Ronald Bultje  <rbultje@ronald.bitfreak.net>
25720
25721         * ext/alsa/gstalsa.c: (device_list),
25722         (gst_alsa_class_probe_devices):
25723         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_open):
25724           Fix alsa oddness in mixer after the combination of using mixer
25725           in source/sink elements and using hw:x,y instead of just hw:x.
25726
25727 2004-05-09  Benjamin Otte  <otte@gnome.org>
25728
25729         * gst/wavparse/gstwavparse.c: (gst_wavparse_destroy_sourcepad),
25730         (gst_wavparse_create_sourcepad):
25731           make PAUSED=>READY=>PAUSED=READY work by not destroying NULL
25732           sourcepads
25733
25734 2004-05-09  Benjamin Otte  <otte@gnome.org>
25735
25736         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
25737           allow discont events before caps nego
25738
25739 2004-05-08  Benjamin Otte  <otte@gnome.org>
25740
25741         * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
25742           don't leak events
25743
25744 2004-05-08  Benjamin Otte  <otte@gnome.org>
25745
25746         * gst/level/gstlevel.c: (gst_level_link), (gst_level_chain),
25747         (gst_level_change_state), (gst_level_init):
25748         * gst/level/gstlevel.h:
25749           figure out if we're initialized directly instead of keeping a
25750           variable that's wrong in 90% of cases
25751           don't initialize pads and then leak them and use a new unitialized
25752           pad. (fixes #142084)
25753           these were bugs so n00bish I didn't find them for an hour :/
25754
25755 2004-05-08 Iain <iain@prettypeople.org>
25756
25757         * gst/wavparse/gstwavparse.[ch]: Rewrote to use RiffRead instead.
25758         * gst-libs/gst/riff/riff-read.c (gst_riff_read_peek_head): Unstatic it
25759         (gst_riff_read_element_data): Ditto, and added a got_bytes argument to
25760         return the length that was read.
25761         (gst_riff_read_strf_auds): Allow fmt tags as well.
25762
25763 2004-05-07  David Schleef  <ds@schleef.org>
25764
25765         * ext/faad/gstfaad.c: (gst_faad_sinkconnect): HACK to correct
25766         signed char assumption in faad.h.
25767
25768 2004-05-07  Ronald Bultje  <rbultje@ronald.bitfreak.net>
25769
25770         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_v4l2fourcc_to_caps):
25771           Missing break, detected by Daniel Gazard <daniel.gazard@free.fr>.
25772
25773 2004-05-07  Colin Walters  <walters@redhat.com>
25774
25775         * gst/volume/gstvolume.c (gst_volume_dispose): Unref dpman.
25776         * ext/flac/gstflacdec.c (gst_flacdec_dispose): Add dispose
25777         function.
25778         * gst/audioscale/gstaudioscale.c (gst_audioscale_dispose):
25779         Add dispose function.
25780
25781 2004-05-08  Jan Schmidt  <thaytan@mad.scientist.com>
25782         * ext/dv/gstdvdec.c: (gst_dvdec_video_link):
25783           Fix caps nego and pad templates. RGB mode caps should
25784           work now.
25785         * ext/dvdnav/gst-dvd:
25786           Move mpeg2dec inside the thread because otherwise the
25787           queue rejects cap changes mid-stream
25788         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_get_type),
25789         (gst_mpeg2dec_flush_decoder):
25790           For mpeg2dec > 0.4.0, call the flush function instead of
25791           manually extracting all in-flight frames.
25792         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_factory),
25793         (gst_dv1394src_init), (gst_dv1394src_iso_receive):
25794           Change mime type video/dv go video/x-dv to match the
25795           rest of gst-plugins
25796
25797 2004-05-07  Ronald Bultje  <rbultje@ronald.bitfreak.net>
25798
25799         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
25800         * ext/alsa/gstalsasink.c: (gst_alsa_sink_get_type),
25801         (gst_alsa_sink_class_init):
25802         * ext/alsa/gstalsasink.h:
25803         * ext/alsa/gstalsasrc.c: (gst_alsa_src_get_type),
25804         (gst_alsa_src_class_init):
25805         * ext/alsa/gstalsasrc.h:
25806           Make alsasink/src a subclass of alsamixer so that mixer stuff
25807           shows up in gst-rec. Needs some finetuning.
25808
25809 2004-05-05  Benjamin Otte  <in7y118@public.uni-hamburg.de>
25810
25811         * ext/lame/gstlame.c: (gst_lame_chain):
25812           simplify
25813         * ext/mad/gstmad.c: (gst_mad_handle_event):
25814           fix event leak
25815         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find):
25816           be able to detect mp3 files < 4096 bytes
25817
25818 2004-05-06  Wim Taymans  <wim@fluendo.com>
25819
25820         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
25821         (theora_enc_sink_link), (theora_push_packet), (theora_enc_chain),
25822         (theora_enc_set_property), (theora_enc_get_property):
25823         Also encode the first frame, cleanup some code.
25824
25825 2004-05-06  Wim Taymans  <wim@fluendo.com>
25826
25827         * ext/mpeg2enc/gstmpeg2enc.cc:
25828         Forward events first before deciding that negotiation was
25829         not performed.
25830
25831 2004-05-06  Wim Taymans  <wim@fluendo.com>
25832
25833         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain):
25834         First process the events before deciding that negotiation
25835         was not performed.
25836
25837 2004-05-06  Wim Taymans  <wim@fluendo.com>
25838
25839         * ext/theora/Makefile.am:
25840         * ext/theora/theora.c: (plugin_init):
25841         * ext/theora/theoradec.c: (theora_dec_change_state):
25842         * ext/theora/theoraenc.c: (gst_theora_enc_base_init),
25843         (gst_theora_enc_class_init), (gst_theora_enc_init),
25844         (theora_enc_sink_link), (theora_enc_event), (theora_push_packet),
25845         (theora_enc_chain), (theora_enc_change_state),
25846         (theora_enc_set_property), (theora_enc_get_property):
25847         Added a theora encoder, grouped the encoder and decoder into the
25848         same plugin.
25849
25850 2004-05-05  Thomas Vander Stichele  <thomas at apestaart dot org>
25851
25852         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_get_type),
25853         (gst_jpegenc_chain):
25854         fix DURATION on outgoing buffers
25855         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_handle_sink_event):
25856         debug using time formats
25857         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
25858         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
25859         (gst_xvimagesink_sink_link):
25860         windows with width/height 0 generate X errors, so don't allow them
25861
25862 2004-05-05  Wim Taymans  <wim@fluendo.com>
25863
25864         * ext/mpeg2dec/gstmpeg2dec.c: (src_templ),
25865         (gst_mpeg2dec_base_init), (gst_mpeg2dec_init),
25866         (gst_mpeg2dec_negotiate_format):
25867         * ext/mpeg2dec/gstmpeg2dec.h:
25868           removed the static pad template so that we can add the
25869           more accurate framerate value to the caps.
25870
25871
25872 2004-05-04  Benjamin Otte  <otte@gnome.org>
25873
25874         * configure.ac:
25875           check for kdemacros.h, too (should fix #141821)
25876         * ext/vorbis/vorbisdec.c: (vorbis_dec_event), (vorbis_dec_chain):
25877           don't crash if no header was sent, but nicely error out (fixes part
25878           of #141554)
25879
25880 2004-05-04  Wim Taymans  <wim@fluendo.com>
25881
25882         * ext/mpeg2enc/gstmpeg2enc.cc: (gst_mpeg2enc_dispose): call the
25883         parent dispose function to avoid segfault on destroy.
25884
25885 2004-05-04  Thomas Vander Stichele  <thomas at apestaart dot org>
25886
25887         * sys/ximage/ximagesink.c: (gst_ximagesink_sink_link),
25888         (plugin_init):
25889         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
25890         (gst_xvimagesink_sink_link):
25891         clean up debugging caps
25892         also recreate xvimage when format has changed
25893
25894 2004-05-04  Benjamin Otte  <otte@gnome.org>
25895
25896         * ext/libvisual/Makefile.am:
25897         * ext/libvisual/visual.c: (gst_visual_class_init),
25898         (gst_visual_init), (gst_visual_dispose), (gst_visual_getcaps),
25899         (gst_visual_srclink), (gst_visual_chain),
25900         (gst_visual_change_state), (plugin_init):
25901           use a GstAdapter to correctly adapt buffer sizes - allows using a
25902           framerate
25903
25904 2004-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
25905
25906         * sys/v4l/gstv4lelement.h:
25907         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_class_init):
25908         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get_fps), (gst_v4lsrc_getcaps),
25909         (gst_v4lsrc_buffer_free):
25910         * sys/v4l/v4l_calls.c: (gst_v4l_get_capabilities):
25911         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_queue_frame),
25912         (gst_v4lsrc_sync_frame), (gst_v4lsrc_grab_frame),
25913         (gst_v4lsrc_requeue_frame):
25914         move some debugging categories around
25915         query for fps index and set accordingly if found
25916
25917 2004-05-03  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
25918
25919         * ext/lame/gstlame.c:
25920         correct defaults that lame_init puts out of range
25921
25922 2004-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
25923
25924         * ext/divx/gstdivxenc.c: (gst_divxenc_get_type),
25925         (gst_divxenc_class_init):
25926         fix range since -1 is the default
25927         * gst/mpeg1sys/gstmpeg1systemencode.c:
25928         (gst_mpeg1_system_encode_get_type), (gst_system_encode_multiplex):
25929         * gst/rtjpeg/gstrtjpegdec.c: (gst_rtjpegdec_get_type),
25930         (gst_rtjpegdec_chain):
25931         * gst/rtjpeg/gstrtjpegenc.c: (gst_rtjpegenc_get_type),
25932         (gst_rtjpegenc_chain):
25933         * sys/qcam/gstqcamsrc.c: (gst_autoexp_mode_get_type),
25934         (gst_qcamsrc_get_type), (gst_qcamsrc_change_state):
25935         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_get_type):
25936         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get_type):
25937         * sys/v4l/gstv4lsrc.c:
25938         * sys/v4l/v4l_calls.c: (gst_v4l_open):
25939         * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_playback_init):
25940         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_capture_init):
25941         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_capture_init):
25942         * sys/vcd/vcdsrc.c: (vcdsrc_get_type), (vcdsrc_get):
25943           remove gst_info calls
25944
25945 2004-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
25946
25947         * Makefile.am:
25948         * po/af.po:
25949         * po/az.po:
25950         * po/en_GB.po:
25951         * po/nl.po:
25952         * po/sr.po:
25953         * po/sv.po:
25954           Updated translations
25955
25956 2004-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
25957
25958         * gst/audioconvert/gstaudioconvert.c: (_fixate_caps_to_int):
25959           refactor/comment code
25960
25961 2004-05-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
25962
25963         * gst/asfdemux/Makefile.am:
25964         * gst/asfdemux/asfheaders.c:
25965         * gst/asfdemux/asfheaders.h:
25966         * gst/asfdemux/gstasf.c: (plugin_init):
25967         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_get_type),
25968         (gst_asf_demux_base_init), (gst_asf_demux_process_comment),
25969         (gst_asf_demux_setup_pad):
25970         * gst/asfdemux/gstasfdemux.h:
25971         * gst/asfdemux/gstasfmux.c:
25972         * gst/asfdemux/gstasfmux.h:
25973           Add tagging support to demuxer, split out registration in its own
25974           file instead of in demux (hacky), and prevent having some tables
25975           in our memory multiple times (in asfheaders.h).
25976
25977 2004-05-01  Ronald Bultje  <rbultje@ronald.bitfreak.net>
25978
25979         * gst/matroska/matroska-demux.c:
25980         (gst_matroska_demux_parse_metadata):
25981         * gst/matroska/matroska-ids.h:
25982           Basic tag reading support.
25983
25984 2004-04-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
25985
25986         * gst/matroska/matroska-demux.c: (gst_matroska_demux_audio_caps):
25987           Really detect ac-3 audio.
25988         * gst/typefind/gsttypefindfunctions.c: (matroska_type_find):
25989           really detect matroska files (off-by-1).
25990
25991 2004-04-30  David Schleef  <ds@schleef.org>
25992
25993         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
25994         (gst_qtdemux_add_stream), (qtdemux_parse), (qtdemux_type_get),
25995         (qtdemux_dump_stsz), (qtdemux_dump_stco), (qtdemux_dump_co64),
25996         (qtdemux_dump_unknown), (qtdemux_parse_tree), (qtdemux_parse_udta),
25997         (qtdemux_tag_add), (get_size), (gst_qtdemux_handle_esds): More qtdemux
25998         hackage -- parse a lot more atoms, extract a few tags.  One might even
25999         mistake this for tag support.  Maybe it is.
26000         * gst/qtdemux/qtdemux.h:
26001
26002 2004-04-30  Colin Walters  <walters@verbum.org>
26003
26004         * ext/alsa/gstalsasink.c (gst_alsa_sink_mmap): Plug a memleak.
26005
26006 2004-04-30  Thomas Vander Stichele  <thomas at apestaart dot org>
26007
26008         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
26009         (gst_ffmpegcolorspace_getcaps):
26010           remove broken nego fix
26011
26012 2004-04-30  Benjamin Otte  <otte@gnome.org>
26013
26014         * configure.ac:
26015         * ext/Makefile.am:
26016         * ext/libvisual/Makefile.am:
26017         * ext/libvisual/visual.c:
26018           add initial support for libvisual (http://libvisual.sourceforge.net)
26019           libvisual is still quite alpha, so expect crashes in there :)
26020
26021 2004-04-29  David Schleef  <ds@schleef.org>
26022
26023         * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream), (qtdemux_parse),
26024         (qtdemux_parse_trak), (get_size), (gst_qtdemux_handle_esds): Hacked
26025         up qtdemux to make it spit out codec_data.  Do _not_ look at this
26026         code; you will no longer respect me.
26027
26028 2004-04-29  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
26029
26030         * ext/alsa/gstalsa.c : (gst_alsa_class_probe_devices)
26031         * ext/alsa/gstalsa.h :
26032         change alsa pcm device discovery to find more than 1 device
26033         per card. code review by Ronald.
26034
26035 2004-04-29  David Schleef  <ds@schleef.org>
26036
26037         * sys/oss/gstosselement.c: (gst_osselement_rate_probe_check):
26038         Add a check for a driver bug on FreeBSD.  (bug #140565)
26039
26040 2004-04-29  Thomas Vander Stichele  <thomas at apestaart dot org>
26041
26042         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_get_type):
26043         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_get_type),
26044         (gst_jpegenc_getcaps):
26045           move format setting to inner loop
26046         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
26047         (gst_ffmpegcolorspace_getcaps):
26048           use GST_PAD_CAPS if available so that we use already negotiated
26049           caps
26050         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
26051         (qtdemux_parse_moov), (qtdemux_parse):
26052           extra debugging
26053         * sys/qcam/qcam-Linux.c: (qc_lock_wait), (qc_unlock):
26054         * sys/qcam/qcam-os.c: (qc_lock_wait), (qc_unlock):
26055           move hardcoded path to DEFINE
26056
26057 2004-04-28  David Schleef  <ds@schleef.org>
26058
26059         * gst/speed/gstspeed.c: (speed_parse_caps):  Fix caps parsing.
26060         (bug #140064)
26061
26062 2004-04-28  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26063
26064         * ext/alsa/gstalsa.c: (gst_alsa_class_probe_devices):
26065           Don't probe for playback device if we're a source element. Fixes
26066           #139658.
26067
26068 2004-04-29  Benjamin Otte  <otte@gnome.org>
26069
26070         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event),
26071         (gst_id3_tag_chain):
26072           rewrite buffer offset
26073
26074 2004-04-28  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26075
26076         * configure.ac:
26077         * ext/Makefile.am:
26078         * ext/dts/Makefile.am:
26079         * ext/dts/gstdtsdec.c: (gst_dtsdec_get_type),
26080         (gst_dtsdec_base_init), (gst_dtsdec_class_init), (gst_dtsdec_init),
26081         (gst_dtsdec_channels), (gst_dtsdec_renegotiate),
26082         (gst_dtsdec_handle_event), (gst_dtsdec_update_streaminfo),
26083         (gst_dtsdec_loop), (gst_dtsdec_change_state),
26084         (gst_dtsdec_set_property), (gst_dtsdec_get_property),
26085         (plugin_init):
26086         * ext/dts/gstdtsdec.h:
26087           New DTS decoder.
26088         * ext/faad/gstfaad.c: (gst_faad_sinkconnect),
26089         (gst_faad_srcconnect):
26090           Add ESDS atom handling (.m4a).
26091
26092 2004-04-27  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26093
26094         * ext/divx/gstdivxdec.c: (plugin_init):
26095           Remove comment that makes no sense.
26096         * ext/mad/gstid3tag.c: (gst_id3_tag_set_property):
26097           Fix for obvious typo that resulted in warnings during gst-register.
26098         * ext/xvid/gstxviddec.c: (gst_xviddec_src_link),
26099         (gst_xviddec_sink_link):
26100           Fix caps negotiation a bit better.
26101         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):
26102           We call this 'codec_data', not 'esds'.
26103
26104 2004-04-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
26105
26106         * gst/monoscope/gstmonoscope.c:
26107           make sure we only provide 256x128
26108         * gst/monoscope/monoscope.c: (monoscope_init):
26109           assert size of 256x128
26110
26111 2004-04-27  Thomas Vander Stichele  <thomas at apestaart dot org>
26112
26113         * Makefile.am:
26114         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_init), (gst_v4lsrc_fixate),
26115         (gst_v4lsrc_getcaps), (gst_v4lsrc_buffer_free):
26116           fixate to max width and height of device
26117
26118 2004-04-27  Thomas Vander Stichele  <thomas at apestaart dot org>
26119
26120         * Makefile.am:
26121         * sys/v4l/gstv4l.c:
26122         * sys/v4l/gstv4lsrc.c:
26123         * sys/v4l/v4l_calls.c:
26124         * sys/v4l/v4lsrc_calls.c:
26125           fix for qc-usb driver which fakes having more than one buffer
26126           by handing the same buffer twice, which confused GStreamer's/v4lsrc
26127           buffer_free override
26128           add debugging
26129
26130 2004-04-27  Thomas Vander Stichele  <thomas at apestaart dot org>
26131
26132         * Makefile.am:
26133         * gst/videotestsrc/gstvideotestsrc.c:
26134         (gst_videotestsrc_class_init), (gst_videotestsrc_change_state),
26135         (gst_videotestsrc_init), (gst_videotestsrc_get),
26136         (gst_videotestsrc_set_property), (gst_videotestsrc_get_property):
26137         * gst/videotestsrc/gstvideotestsrc.h:
26138           add num-buffers property
26139
26140         2004-04-26  Benjamin Otte  <otte@gnome.org>
26141
26142         * ext/mad/gstid3tag.c: (plugin_init):
26143           set id3mux rank to NONE so it doesn't confuse spider
26144           require audio/mpeg,mpegversion=1 in id3mux
26145
26146 2004-04-26  Benjamin Otte  <otte@gnome.org>
26147
26148         * configure.ac:
26149           detect faad correctly as non-working if it's indeed non-working
26150
26151 2004-04-26  Thomas Vander Stichele  <thomas at apestaart dot org>
26152
26153         * Makefile.am:
26154         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_get_type),
26155         (gst_jpegenc_class_init), (gst_jpegenc_getcaps):
26156         fix _getcaps so it only negotiates to its supported format
26157
26158 2004-04-25  Benjamin Otte  <otte@gnome.org>
26159
26160         * gst/audioconvert/gstaudioconvert.c: (_fixate_caps_to_int):
26161           fix memleak
26162
26163 2004-04-23  Benjamin Otte  <otte@gnome.org>
26164
26165         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
26166           audio/x-raw-int with height rules! not. Now it's depth.
26167
26168 2004-04-22  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26169
26170         * gst/wavparse/gstwavparse.c: (gst_wavparse_create_sourcepad),
26171         (gst_wavparse_parse_fmt), (gst_wavparse_handle_sink_event),
26172         (gst_wavparse_loop):
26173           Missing variable initialization. Add handling of DVI ADPCM. Fix
26174           mis-parsing of LIST chunks. This works around a bug where we mis-
26175           parse non-aligning LIST chunks (so LIST chunks where the contents
26176           don't align with the actual LIST size). The correct fix is to use
26177           rifflib, I'm not going to fix wavparse - too much work. All this
26178           fixes #104878.
26179
26180 2004-04-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
26181
26182         reviewed by Benjamin Otte  <otte@gnome.org>
26183
26184         * ext/shout/gstshout.c: (gst_icecastsend_change_state):
26185           fix shoutcast not working (fixes #140844)
26186
26187 2004-04-22  Benjamin Otte  <otte@gnome.org>
26188
26189         * ext/hermes/gsthermescolorspace.c:
26190         (gst_hermes_colorspace_caps_remove_format_info):
26191         * gst/colorspace/gstcolorspace.c:
26192         (gst_colorspace_caps_remove_format_info):
26193         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
26194         (gst_ffmpegcolorspace_caps_remove_format_info):
26195           s/gst_caps_simplify/gst_caps_do_simplify/
26196
26197 2004-04-22  Benjamin Otte  <otte@gnome.org>
26198
26199         * gst-libs/gst/riff/riff-media.c:
26200         (gst_riff_create_video_caps_with_data):
26201           mpegversion is an int
26202         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_base_init):
26203           don't try to create pad templates with NULL caps, use any caps
26204           instead.
26205
26206 2004-04-20  David Schleef  <ds@schleef.org>
26207
26208         * ext/sdl/Makefile.am: Link against libgstinterfaces, not
26209         libgstxoverlay.  jmmv@menta.net (Julio M. Merino Vidal)
26210         (bug #140384)
26211
26212 2004-04-20  Daniel Gazard  <daniel.gazard@epita.fr>
26213
26214         reviewed by David Schleef
26215
26216         * ext/mad/gstid3tag.c: Add stdlib.h
26217         * gst/rtp/gstrtpgsmenc.c: same
26218         * gst/tags/gstid3tag.c: same
26219         * gst/udp/gstudpsrc.c: (gst_udpsrc_get): Fix GST_DISABLE_LOADSAVE
26220         * gst/tcp/gsttcpsink.c: (gst_tcpsink_sink_link): Adjust
26221         GST_DISABLE_LOADSAVE use.
26222         * gst/udp/gstudpsink.c: (gst_udpsink_sink_link): Likewise.
26223         * gst/tcp/gsttcpsrc.c: (gst_tcpsrc_get): Likewise.
26224         * ext/gnomevfs/gstgnomevfssrc.c: Include <stdlib.h> (needed by
26225         atol(3)).
26226         * sys/oss/gstosselement.h: Include <sys/types.h> (needed for dev_t).
26227         * gst/tags/gstvorbistag.c: Include <stdlib.h> (needed by
26228         strtoul(3)).
26229         * gst/rtp/gstrtpL16enc.c: Include <stdlib.h> (needed by random(3)).
26230         * ext/mad/Makefile.am: (libgstmad_la_CFLAGS): Add $(MAD_CFLAGS)
26231         $(ID3_CFLAGS).
26232         * ext/libfame/Makefile.am: (libgstlibfame_la_CFLAGS): Add
26233         $(LIBFAME_CFLAGS).
26234
26235 2004-04-20  David Schleef  <ds@schleef.org>
26236
26237         * gst/realmedia/rmdemux.c:  This was supposed to part of the
26238         last checkin.  Same idea.
26239
26240 2004-04-20  Daniel Gazard  <daniel.gazard@epita.fr>
26241
26242         reviewed by David Schleef
26243
26244         * configure.ac: bump required gstreamer version to 0.8.1.1
26245         because of following changes [--ds]
26246
26247         * gst-libs/gst/riff/riff-read.c:  Include gst/gstutils.h.
26248         (gst_riff_peek_head, gst_riff_peek_list, gst_riff_read_list)
26249         (gst_riff_read_header):  Use GST_READ_UINT*
26250         macros to access possibly unaligned memory.
26251
26252         * gst/typefind/gsttypefindfunctions.c: Include gst/gstutils.h.
26253         (mp3_type_find):  Use GST_READ_UINT*
26254         macros to access possibly unaligned memory.
26255         (mp3_type_find, mpeg1_parse_header, qt_type_find)
26256         (speex_type_find): Likewise
26257
26258         * gst/tags/gstvorbistag.c: (ADVANCE): Likewise
26259
26260         * gst/qtdemux/qtdemux.c: Include stdlib.h (needed by realloc).
26261         (QTDEMUX_GUINT32_GET, QTDEMUX_GUINT16_GET, QTDEMUX_FP32_GET)
26262         (QTDEMUX_FP16_GET, QTDEMUX_FOURCC_GET)
26263         (gst_qtdemux_loop_header, gst_qtdemux_loop_header)
26264         (qtdemux_node_dump_foreach, qtdemux_tree_get_child_by_type)
26265         (qtdemux_tree_get_sibling_by_type):  Use GST_READ_UINT*
26266         macros to access possibly unaligned memory.
26267
26268         * gst/mpegstream/gstmpegpacketize.c: (parse_generic, parse_chunk):
26269         Likewise.
26270
26271         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead)
26272         (gst_mpeg_demux_parse_packet, gst_mpeg_demux_parse_pes): Likewise.
26273
26274         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain):
26275         Likewise.
26276
26277         * gst/mpeg2sub/gstmpeg2subt.c: (GST_BUFFER_DATA)
26278         (gst_mpeg2subt_chain_subtitle): Likewise.
26279
26280         * gst/mpeg1videoparse/gstmp1videoparse.c: (mp1videoparse_parse_seq)
26281         (gst_mp1videoparse_time_code, gst_mp1videoparse_real_chain):
26282         Likewise.
26283
26284         * gst/mpeg1sys/buffer.c: (mpeg1mux_buffer_update_audio_info):
26285         Likewise.
26286
26287         * gst/cdxaparse/gstcdxaparse.c: (gst_bytestream_peek_bytes):
26288         Likewise.
26289
26290         * gst/asfdemux/gstasfdemux.c: (_read_var_length, _read_uint):
26291         Likewise.
26292
26293 2004-04-20  Thomas Vander Stichele  <thomas at apestaart dot org>
26294
26295         * configure.ac:
26296           update required version of GStreamer because of GST_TIME_FORMAT
26297
26298 2004-04-20  Benjamin Otte  <in7y118@public.uni-hamburg.de>
26299
26300         * ext/mad/gstid3tag.c: (gst_id3_tag_init):
26301           remove leftover g_print
26302         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
26303           don't try setting only a subset of the caps. We don't want to kill
26304           autoplugging on purpose
26305
26306 2004-04-20  Thomas Vander Stichele  <thomas at apestaart dot org>
26307
26308         * sys/ximage/ximagesink.c: (plugin_init):
26309         * sys/xvimage/xvimagesink.c: (plugin_init):
26310           add debugging categories
26311
26312 2004-04-20  Thomas Vander Stichele  <thomas at apestaart dot org>
26313
26314         * po/en_GB.po:
26315         * po/LINGUAS:
26316           Adding en_GB translation (Gareth Owen)
26317
26318 2004-04-20  David Schleef  <ds@schleef.org>
26319
26320         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event),
26321         (qtdemux_parse), (qtdemux_type_get), (qtdemux_dump_mvhd),
26322         (qtdemux_dump_tkhd), (qtdemux_dump_stsd), (qtdemux_dump_unknown),
26323         (qtdemux_parse_trak), (qtdemux_video_caps), (qtdemux_audio_caps):
26324         A number of new features and hacks to extract the esds atom and
26325         put it into the caps.  (bug #137724)
26326
26327 2004-04-19  David Schleef  <ds@schleef.org>
26328
26329         * gconf/Makefile.am: Fix for non-GNU make
26330         * gst-libs/gst/Makefile.am: Change directory order to handle
26331         GstPlay linking with gstinterfaces
26332         * gst-libs/gst/audio/make_filter: make use of tr portable
26333         * gst-libs/gst/play/Makefile.am: Add intended \
26334         * gst-libs/gst/xwindowlistener/xwindowlistener.c:
26335         (gst_xwin_set_clips): Switch to ISO variadic macro. Use a
26336         function prototype instead of void *.
26337         * gst/ffmpegcolorspace/gstffmpegcodecmap.c: Switch to ISO variadic
26338         macro.
26339         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
26340         (gst_ffmpegcolorspace_chain): wrap NULL in GST_ELEMENT_ERROR call
26341         * gst/videofilter/make_filter: make use of tr portable
26342         * pkgconfig/Makefile.am: Remove GNU extension in Makefile target
26343
26344 2004-04-19  Thomas Vander Stichele  <thomas at apestaart dot org>
26345
26346         * po/LINGUAS:
26347         * po/uk.po:
26348           Added Ukrainian translation (Maxim V. Dziumanenko)
26349
26350 2004-04-18  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26351
26352         * ext/gsm/gstgsmdec.c: (gst_gsmdec_init), (gst_gsmdec_getcaps),
26353         (gst_gsmdec_link), (gst_gsmdec_chain):
26354           Fix capsnego, simplify chain function slightly.
26355         * gst/qtdemux/qtdemux.c: (qtdemux_audio_caps):
26356           Add GSM.
26357
26358 2004-04-18  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26359
26360         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
26361         (gst_wavparse_destroy_sourcepad), (gst_wavparse_create_sourcepad),
26362         (gst_wavparse_parse_fmt), (gst_wavparse_change_state):
26363           Hack to make wavparse work with spider (always -> sometimes pad).
26364           Fixes #135862 && #140411.
26365
26366 2004-04-18  Benjamin Otte  <otte@gnome.org>
26367
26368         * sys/oss/gstosselement.c: (gst_osselement_sync_parms),
26369         (gst_osselement_rate_probe_check),
26370         (gst_osselement_rate_check_rate), (gst_osselement_rate_add_rate):
26371           get rid of \n in debug output
26372
26373 2004-04-17  Iain <iain@prettypeople.org>
26374
26375         * gst/wavparse/gstwavparse.c (gst_wavparse_loop): Allow all events,
26376         not just EOS.
26377
26378 2004-04-17  Benjamin Otte  <in7y118@public.uni-hamburg.de>
26379
26380         * ext/mad/gstid3tag.c: (gst_id3_tag_get_type),
26381         (gst_id3_tag_class_init), (gst_id3_tag_get_caps),
26382         (gst_id3_tag_add_src_pad), (gst_id3_tag_init),
26383         (gst_id3_tag_set_property), (gst_id3_tag_do_caps_nego),
26384         (gst_id3_tag_src_link), (gst_id3_tag_chain),
26385         (gst_id3_tag_change_state), (plugin_init):
26386           deprecate id3tag element and replace with id3demux/id3mux.
26387           great side effect: this ugly file is now even uglier, yay!
26388         * ext/mad/gstmad.h:
26389           remove non-available function
26390           update for new get_type
26391
26392 2004-04-17  Benjamin Otte  <in7y118@public.uni-hamburg.de>
26393
26394         * configure.ac:
26395           require mpeg2dec >= 0.4.0
26396
26397 2004-04-17  Benjamin Otte  <otte@gnome.org>
26398
26399         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
26400         (gst_xvimagesink_xcontext_get), (gst_xvimagesink_change_state),
26401         (gst_xvimagesink_set_xwindow_id):
26402           call GST_ELEMENT_ERROR whenever get_xcontext fails. Includes
26403           assorted cleanup fixes.
26404
26405 2004-04-16  David Schleef  <ds@schleef.org>
26406
26407         * sys/ximage/ximagesink.h: Compile fix for FreeBSD. (bug #140268)
26408         * sys/xvimage/xvimagesink.h: same
26409
26410 2004-04-16  Thomas Vander Stichele  <thomas at apestaart dot org>
26411
26412         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file):
26413           Fix GST_ELEMENT_ERROR with (NULL)
26414
26415 2004-04-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26416
26417         * gst-libs/gst/riff/riff-media.c:
26418         (gst_riff_create_video_caps_with_data):
26419           Add div[3456] as fourccs for DivX 3 (fixes #140137).
26420
26421 2004-04-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26422
26423         * gst-libs/gst/riff/riff-media.c:
26424         (gst_riff_create_video_caps_with_data),
26425         (gst_riff_create_video_caps), (gst_riff_create_audio_caps),
26426         (gst_riff_create_video_template_caps),
26427         (gst_riff_create_audio_template_caps):
26428         * gst-libs/gst/riff/riff-media.h:
26429         * gst-libs/gst/riff/riff-read.c:
26430         (gst_riff_read_strf_vids_with_data), (gst_riff_read_strf_vids):
26431         * gst-libs/gst/riff/riff-read.h:
26432         * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream):
26433           Add MS RLE support. I added some functions to read out strf chunks
26434           into strf chunks and the data behind it. This is usually color
26435           palettes (as in RLE, but also in 8-bit RGB). Also use those during
26436           caps creation. Lastly, add ADPCM (similar to wavparse - which
26437           should eventually be rifflib based).
26438         * gst/matroska/matroska-demux.c: (gst_matroska_demux_class_init),
26439         (gst_matroska_demux_init), (gst_matroska_demux_reset):
26440         * gst/matroska/matroska-demux.h:
26441           Remove placeholders for some prehistoric tagging system. Didn't add
26442           support for any tag system really anyway.
26443         * gst/qtdemux/qtdemux.c:
26444           Add support for audio/x-m4a (MPEG-4) through spider.
26445         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt),
26446         (gst_wavparse_loop):
26447           ADPCM support (#135862). Increase max. buffer size because we
26448           cannot split buffers for ADPCM (screws references) and I've seen
26449           files with 2048 byte chunks. 4096 seems safe for now.
26450
26451 2004-04-15  Thomas Vander Stichele  <thomas at apestaart dot org>
26452
26453         * configure.ac: bump nano to 1
26454
26455 === release 0.8.1 ===
26456
26457 2004-04-15  Thomas Vander Stichele  <thomas at apestaart dot org>
26458
26459         * configure.ac: releasing 0.8.1, "Comforting Sounds"
26460
26461 2004-04-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26462
26463         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
26464           Fix typo in divxversion (3 instead of 4 for "DIVX" fourcc).
26465           Fixes #140058
26466
26467 2004-04-14  Thomas Vander Stichele  <thomas at apestaart dot org>
26468
26469         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_plugin_init):
26470           lower rank of dvddemux so that it's not used for mpeg playback.
26471
26472 2004-04-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
26473
26474         * configure.ac:
26475           save libs correctly when checking mad
26476
26477 2004-04-14  Thomas Vander Stichele  <thomas at apestaart dot org>
26478
26479         * ext/mad/gstid3tag.c: (plugin_init):
26480           lower rank of id3tag as proposed by Benjamin.  Fixes #139926.
26481
26482 2004-04-13  David Schleef  <ds@schleef.org>
26483
26484         * common/m4/gst-feature.m4: Call -config scripts with
26485         --plugin-libs if it is supported.
26486         * gst/avi/gstavimux.c: (gst_avimux_vidsinkconnect): sequences of
26487         JPEG images are image/jpeg.
26488         * gst/debug/Makefile.am:
26489         * gst/debug/negotiation.c: (gst_negotiation_class_init),
26490         (gst_negotiation_getcaps), (gst_negotiation_pad_link),
26491         (gst_negotiation_update_caps), (gst_negotiation_get_property),
26492         (gst_negotiation_plugin_init): Add a property that acts like
26493         filter caps.
26494         * testsuite/gst-lint:  Move license checking to be a standard
26495         test.
26496
26497 2004-04-13  David Schleef  <ds@schleef.org>
26498
26499         * gst/avi/gstavidemux.c: (gst_avi_demux_reset): Fix memleak.
26500         patch from Sebastien Cote (bug #139958)
26501
26502 2004-04-13  Thomas Vander Stichele  <thomas at apestaart dot org>
26503
26504         * examples/gstplay/Makefile.am:
26505         * examples/gstplay/player.c: (main):
26506           make the commandline player example use gconf settings
26507
26508 2004-04-13  Thomas Vander Stichele  <thomas at apestaart dot org>
26509
26510         * ext/libcaca/gstcacasink.c: (gst_cacasink_class_init),
26511         (gst_cacasink_sinkconnect), (gst_cacasink_init),
26512         (gst_cacasink_chain), (gst_cacasink_open), (gst_cacasink_close):
26513           init/end library during state transition, not object
26514           creation/disposal.  get rid of custom dispose handler.
26515
26516
26517 2004-04-12  Christian Schaller <Uraeus@gnome.org>
26518
26519         * sys/oss/gstosselement.c: s/lstat/stat/ from freeBSD, since it can
26520         be a symlink
26521
26522 2004-04-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26523
26524         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_data):
26525           Handle JUNK chunks inside data section. Prevents warnings.
26526
26527 2004-04-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26528
26529         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
26530         (gst_riff_create_video_template_caps):
26531           Add MS video v1.
26532         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
26533         (gst_avi_demux_stream_data):
26534           Add support for "rec-list" chunks.
26535
26536 2004-04-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26537
26538         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
26539           Fix another codecname mismatch.
26540
26541 2004-04-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26542
26543         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
26544           Fix divx caps mismatch and move from video/x-jpeg to image/jpeg
26545           so that MJPEG plays back.
26546
26547 2004-04-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26548
26549         * gst/mpeg1videoparse/gstmp1videoparse.c: (gst_mp1videoparse_init),
26550         (gst_mp1videoparse_real_chain), (gst_mp1videoparse_change_state):
26551         * gst/mpeg1videoparse/gstmp1videoparse.h:
26552           Fix for some slight mis-cuts in buffer parsing, and for some
26553           potential overflows or faults-causers. Adds disconts. Also fixes
26554           #139105 while we're at it.
26555
26556 2004-04-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26557
26558         * configure.ac:
26559         * sys/v4l2/gstv4l2element.h:
26560           Workaround for missing struct v4l2_buffer declaration in Suse 9
26561           and Mandrake 10 linux/videodev2.h header file (#135919).
26562
26563 2004-04-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26564
26565         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file):
26566           Bail out if no filename was given.
26567
26568 2004-04-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26569
26570         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_v4l2fourcc_to_caps),
26571         (gst_v4l2_fourcc_from_structure):
26572           Add Y41B/Y42B YUV formats (see #125732), fix Y41P (was typo'ed to
26573           Y41B somewhere).
26574
26575 2004-04-09  Benjamin Otte  <otte@gnome.org>
26576
26577         * ext/gnomevfs/gstgnomevfssink.c:
26578         (_gst_boolean_allow_overwrite_accumulator),
26579         (gst_gnomevfssink_class_init):
26580           fix erase signal - if any handler returns false the file will not be
26581           overwritten. If no handler is connected, the file will not be
26582           overwritten either.
26583           renamed signal to "allow-overwrite"
26584         * ext/mad/gstid3tag.c: (tag_list_to_id3_tag_foreach):
26585           free string when adding it to ID3 failed
26586         * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
26587           unref event when done
26588         * gst/audioconvert/gstaudioconvert.c: (_fixate_caps_to_int):
26589           free caps
26590         * gst/typefind/gsttypefindfunctions.c:
26591         (mpeg_video_stream_type_find):
26592           fix invalid read
26593
26594 2004-04-08  David Schleef  <ds@schleef.org>
26595
26596         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
26597         (gst_ffmpegcolorspace_register): Change rank to PRIMARY.
26598
26599 2004-04-08  David Schleef  <ds@schleef.org>
26600
26601         * gst/colorspace/gstcolorspace.c: Don't advertise a conversion
26602         we don't support (bug #139532)
26603
26604 2004-04-07  Thomas Vander Stichele  <thomas at apestaart dot org>
26605
26606         * ext/mad/gstmad.c: (gst_mad_handle_event),
26607         (gst_mad_check_caps_reset), (gst_mad_chain),
26608         (gst_mad_change_state):
26609           only set explicit caps if they haven't been set before for
26610           this stream.  MPEG-audio sample rate/channels aren't allowed
26611           to change in-stream.
26612           Fixes #139382
26613
26614 2004-04-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26615
26616         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_base_init),
26617         (_gst_boolean_did_something_accumulator),
26618         (gst_gnomevfssink_class_init), (gst_gnomevfssink_dispose),
26619         (gst_gnomevfssink_init), (gst_gnomevfssink_set_property),
26620         (gst_gnomevfssink_get_property), (gst_gnomevfssink_open_file),
26621         (gst_gnomevfssink_close_file), (gst_gnomevfssink_chain),
26622         (gst_gnomevfssink_change_state):
26623           Fix erase signal. Don't erase by default. Remove handoff signal.
26624           Remove erase property. Don't segfault. General cleanup.
26625
26626 2004-04-07  Benjamin Otte  <otte@gnome.org>
26627
26628         * gst-libs/gst/gconf/test-gconf.c: (main):
26629           add missing gst_init
26630
26631 2004-04-07  Benjamin Otte  <otte@gnome.org>
26632
26633         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_dispose):
26634           free the mutexes, too
26635
26636 2004-04-07  Benjamin Otte  <otte@gnome.org>
26637
26638         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_dispose):
26639           actually free the URI string
26640         * ext/mad/gstid3tag.c: (gst_id3_tag_src_event):
26641           compute offset correctly when passing discont events
26642         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event):
26643           don't leak discont events
26644         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_video_caps):
26645           add some missing breaks so caps aren't copied randomly
26646         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_get_video_stream):
26647           if we realloc memory, we better use it
26648
26649 2004-04-06  Benjamin Otte  <in7y118@public.uni-hamburg.de>
26650
26651         * ext/mad/gstmad.c: (normal_seek):
26652           fix GST_FORMAT_TIME usage
26653
26654 2004-04-05  David Schleef  <ds@schleef.org>
26655
26656         * ext/kio/kiosrc.cpp:  Undefine KDE_DEPRECATED so we can use
26657         a deprecated function (hack!)
26658
26659 2004-04-05  Benjamin Otte  <otte@gnome.org>
26660
26661         * ext/esd/esdmon.c: (gst_esdmon_get):
26662           fix nonterminated vararg and memleak
26663
26664 2004-04-05  Benjamin Otte  <otte@gnome.org>
26665
26666         * ext/ladspa/gstladspa.c: (gst_ladspa_class_init),
26667         (gst_ladspa_init), (gst_ladspa_force_src_caps),
26668         (gst_ladspa_set_property), (gst_ladspa_get_property),
26669         (gst_ladspa_instantiate), (gst_ladspa_activate),
26670         (gst_ladspa_deactivate), (gst_ladspa_loop), (gst_ladspa_chain):
26671           clean up debugging
26672
26673 2004-04-05  Stefan Kost <kost@imn.htwk-leipzig.de>
26674
26675         reviewed by Benjamin Otte  <otte@gnome.org>
26676
26677         * ext/ladspa/gstladspa.c: (gst_ladspa_class_init):
26678           check for broken LADSPA parameters (fixes #138635)
26679
26680 2004-04-05  Benjamin Otte  <otte@gnome.org>
26681
26682         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_getcaps):
26683           advertise buffer-frames correctly on sinkpads
26684
26685 2004-04-05  Thomas Vander Stichele  <thomas at apestaart dot org>
26686
26687         * ext/mad/gstmad.c: (gst_mad_get_type), (gst_mad_layer_get_type),
26688         (gst_mad_mode_get_type), (gst_mad_emphasis_get_type),
26689         (gst_mad_get_event_masks), (gst_mad_get_query_types), (index_seek),
26690         (normal_seek), (gst_mad_src_event), (gst_mad_handle_event),
26691         (gst_mad_check_caps_reset), (gst_mad_chain):
26692         add more debugging, only reset caps when we're not in error state
26693
26694 2004-04-05  Thomas Vander Stichele  <thomas at apestaart dot org>
26695
26696         * ext/mad/gstmad.c: add debugging category, comment + cleanups
26697
26698 2004-04-05  Julio M. Merino Vidal  <jmmv@menta.net>
26699
26700         reviewed by Benjamin Otte  <otte@gnome.org>
26701
26702         * configure.ac:
26703           fix == in test(1) operator
26704
26705 2004-04-05  Julio M. Merino Vidal  <jmmv@menta.net>
26706
26707         reviewed by Benjamin Otte  <otte@gnome.org>
26708
26709         * configure.ac:
26710           fix --export-symblos-regex to a working regex.
26711
26712 2004-04-04  Benjamin Otte  <otte@gnome.org>
26713
26714         * sys/oss/.cvsignore:
26715           add for oss_probe
26716
26717 2004-04-03  Tim-Phillip Müller <t.i.m@zen.co.uk>
26718
26719         reviewed by Benjamin Otte  <otte@gnome.org>
26720
26721         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event):
26722           add missing 'new_media' argument (fixes #138168)
26723         * gst/matroska/matroska-demux.c:
26724         (gst_matroska_demux_handle_seek_event):
26725           add vararg terminator (fixes #138169)
26726
26727 2004-04-02  David Schleef  <ds@schleef.org>
26728
26729         * ext/gdk_pixbuf/Makefile.am:  Make sure gstgdkanimation.h is
26730         disted (bug #138914)
26731
26732 2004-04-01  Benjamin Otte  <otte@gnome.org>
26733
26734         * ext/alsa/gstalsa.c: (gst_alsa_change_state),
26735         (gst_alsa_close_audio):
26736           handle case better where a soundcard can't pause
26737         * ext/ogg/gstoggdemux.c:
26738           don't crash when we get events but don't have pads yet
26739
26740 2004-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
26741
26742         * sys/oss/gstosselement.c: (gst_osselement_probe_caps):
26743           throw an error if we couldn't probe any caps.
26744
26745 2004-04-01  Jan Schmidt  <thaytan@mad.scientist.com>
26746
26747         * ext/dvdnav/gst-dvd:
26748         Add a really simple sample DVD player
26749
26750 2004-04-01  Jan Schmidt  <thaytan@mad.scientist.com>
26751
26752         * ext/a52dec/gsta52dec.c: (gst_a52dec_get_type), (gst_a52dec_init),
26753         (gst_a52dec_push), (gst_a52dec_handle_event),
26754         (gst_a52dec_update_streaminfo), (gst_a52dec_loop),
26755         (gst_a52dec_change_state):
26756         * ext/a52dec/gsta52dec.h:
26757           Use a debug category, Output timestamps correctly
26758           Emit tag info, Handle events, tell liba52dec about cpu
26759           capabilities so it can use MMX etc.
26760         * ext/dv/gstdvdec.c: (gst_dvdec_loop), (gst_dvdec_change_state):
26761           Fix a crasher accessing invalid memory
26762         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_init),
26763         (dvdnavsrc_update_highlight), (dvdnavsrc_loop),
26764         (dvdnavsrc_get_event_mask), (dvdnav_handle_navigation_event),
26765         (dvdnavsrc_event), (dvdnavsrc_get_formats), (dvdnavsrc_convert),
26766         (dvdnavsrc_query):
26767           Some support for byte-format seeking.
26768           Small fixes for still frames and menu button overlays
26769         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_get_type),
26770         (gst_mpeg2dec_alloc_buffer):
26771           Use a debug category. Adjust the report level of several items to
26772           LOG. Call mpeg2_custom_fbuf to mark our buffers as 'custom buffers'
26773           so it doesn't lose the GstBuffer pointer
26774         * gst/debug/Makefile.am:
26775         * gst/debug/gstdebug.c: (plugin_init):
26776         * gst/debug/gstnavseek.c: (gst_navseek_get_type),
26777         (gst_navseek_base_init), (gst_navseek_class_init),
26778         (gst_navseek_init), (gst_navseek_seek),
26779         (gst_navseek_handle_src_event), (gst_navseek_set_property),
26780         (gst_navseek_get_property), (gst_navseek_chain),
26781         (gst_navseek_plugin_init):
26782         * gst/debug/gstnavseek.h:
26783           Add the navseek debug element for seeking back and forth in a
26784           video stream using arrow keys.
26785         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_get_type),
26786         (gst_mpeg2subt_base_init), (gst_mpeg2subt_class_init),
26787         (gst_mpeg2subt_init), (gst_mpeg2subt_finalize),
26788         (gst_mpeg2subt_getcaps_video), (gst_mpeg2subt_link_video),
26789         (gst_mpeg2subt_handle_video), (gst_mpeg2subt_src_event),
26790         (gst_mpeg2subt_parse_header), (gst_get_nibble),
26791         (gst_setup_palette), (gst_get_rle_code), (gst_draw_rle_line),
26792         (gst_merge_uv_data), (gst_mpeg2subt_merge_title),
26793         (gst_update_still_frame), (gst_mpeg2subt_handle_subtitle),
26794         (gst_mpeg2subt_handle_dvd_event), (gst_mpeg2subt_loop):
26795         * gst/mpeg2sub/gstmpeg2subt.h:
26796           Pretty much a complete rewrite. Now a loopbased element. May still
26797           require work to properly synchronise subtitle buffers.
26798         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_process_private),
26799         (gst_dvd_demux_send_subbuffer):
26800         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_send_subbuffer):
26801           Don't attempt to create subbuffers of size 0
26802           Reduce a couple of error outputs to warnings.
26803         * gst/y4m/gsty4mencode.c: (gst_y4mencode_sinkconnect),
26804         (gst_y4mencode_chain):
26805         Output the y4m frame header correctly.
26806
26807 2004-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
26808
26809         * gst/adder/gstadder.c: (gst_adder_get_type), (gst_adder_loop):
26810           throw errors instead of allowing SIGFPE
26811
26812 2004-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
26813
26814         * gst-libs/gst/gconf/gconf.c: (gst_gconf_get_string),
26815         (gst_gconf_render_bin_from_key):
26816           leak plugging and style fixing
26817
26818 2004-03-31  David Schleef  <ds@schleef.org>
26819
26820         * gst/audioscale/gstaudioscale.c: (gst_audioscale_expand_value),
26821         (gst_audioscale_getcaps): Fix getcaps to expand and union lists.
26822         (bug #138225)
26823         * gst/debug/Makefile.am:
26824         * gst/debug/breakmydata.c: (gst_break_my_data_plugin_init):
26825         * gst/debug/gstdebug.c: (plugin_init):  Merge elements into one
26826         plugin.
26827         * gst/debug/negotiation.c: (gst_gst_negotiation_get_type),
26828         (gst_negotiation_base_init), (gst_negotiation_class_init),
26829         (gst_negotiation_init), (gst_negotiation_getcaps),
26830         (gst_negotiation_pad_link), (gst_negotiation_chain),
26831         (gst_negotiation_set_property), (gst_negotiation_get_property),
26832         (gst_negotiation_plugin_init):  New element to talk about random
26833         negotiation things happening in a pipeline.
26834
26835 2004-03-31  Thomas Vander Stichele  <thomas at apestaart dot org>
26836
26837         * gst/adder/gstadder.c: (gst_adder_get_type), (gst_adder_loop):
26838           fix integer addition with help of Stefan Kost
26839
26840 2004-03-31  Thomas Vander Stichele  <thomas at apestaart dot org>
26841
26842         * po/nl.po: updated Dutch translation (Elros Cyriatan)
26843
26844 2004-03-30  David Schleef  <ds@schleef.org>
26845
26846         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_alloc_buffer),
26847         (gst_mpeg2dec_negotiate_format):  Handle Y42B-format MPEG
26848         video, patch from Matthew.Spencer@eu.sony.com (Matthew Spencer)
26849         (bug #137504)
26850         * ext/mpeg2dec/gstmpeg2dec.h:
26851
26852 2004-03-30  David Schleef  <ds@schleef.org>
26853
26854         * ext/gdk_pixbuf/Makefile.am: Remove spurious rules. (bug #136527)
26855
26856 2004-03-30  David Schleef  <ds@schleef.org>
26857
26858         * tools/gst-launch-ext-m.m:  Applied patch from gnome@flyn.org (W.
26859         Michael Petullo) to handle .mov
26860
26861 2004-03-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
26862
26863         * sys/oss/gstosselement.c: (gst_osselement_probe_caps),
26864         (gst_osselement_rate_check_rate):
26865           probe caps correctly for sound cards that only support one format
26866
26867 2004-03-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
26868
26869         * ext/kio/kiosrc.cpp: (process_events):
26870           update handling event processing if inside KDE - untested
26871
26872 2004-03-29  David Schleef  <ds@schleef.org>
26873
26874         * ext/hermes/gsthermescolorspace.c: (plugin_init): decrease rank
26875         by 2 to not interfere with other colorspaces.
26876         * ext/pango/gsttextoverlay.c: (plugin_init): change rank to NONE
26877         * gst/colorspace/gstcolorspace.c: (plugin_init): decrease rank by
26878         one to not interfere with ffmpeg_colorspace.
26879
26880 2004-03-29  David Schleef  <ds@schleef.org>
26881
26882         * ext/alsa/gstalsa.c: (gst_alsa_fixate): Don't fixate fields that
26883         aren't in the caps.
26884         * gst/sine/gstsinesrc.c: change rate caps to [1,MAX]
26885         * gst/videocrop/gstvideocrop.c: (plugin_init): Change rank to NONE.
26886
26887 2004-03-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
26888
26889         * gst-libs/gst/riff/riff-media.c:
26890           fail on error, don't try to set stuff on NULL caps
26891
26892 2004-03-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
26893
26894         * configure.ac:
26895         * ext/Makefile.am:
26896         * ext/kio/Makefile.am:
26897         * ext/kio/kioreceiver.cpp:
26898         * ext/kio/kioreceiver.h:
26899         * ext/kio/kiosrc.cpp:
26900         * ext/kio/kiosrc.h:
26901           add experimental kiosrc plugin
26902         * ext/alsa/gstalsaplugin.c: (plugin_init):
26903           initialize debugging category only when we're sure registering the
26904           plugins worked.
26905
26906 2004-03-29  Thomas Vander Stichele  <thomas at apestaart dot org>
26907
26908         * examples/gstplay/player.c: (main):
26909         * gst-libs/gst/play/play.c: (gst_play_class_init),
26910         (gst_play_set_location), (gst_play_set_data_src),
26911         (gst_play_set_video_sink), (gst_play_set_audio_sink),
26912         (gst_play_set_visualization), (gst_play_connect_visualization):
26913           check return values of element_set_state and return FALSE where
26914           failed
26915
26916 2004-03-29  Benjamin Otte  <otte@gnome.org>
26917
26918         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event):
26919           try harder to check if an event is really a discont
26920
26921 2004-03-29  Thomas Vander Stichele  <thomas at apestaart dot org>
26922
26923         * po/LINGUAS: adding Azerbaijani (M??tin ??mirov)
26924         * po/az.po:
26925
26926 2004-03-28  Benjamin Otte  <otte@gnome.org>
26927
26928         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_process_private):
26929         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead),
26930         (gst_mpeg_demux_parse_packet), (gst_mpeg_demux_parse_pes):
26931           get rid of non-standard "..." ranges in case statements.
26932
26933 2004-03-27  Martin Soto  <martinsoto@users.sourceforge.net>
26934
26935         * gst/mpegstream/gstmpegdemux.c:
26936         * gst/mpegstream/gstmpegdemux.h: Complete overhaul. All DVD
26937         specific functionality split to the new dvddemux element.
26938         * gst/mpegstream/gstdvddemux.c:
26939         * gst/mpegstream/gstdvddemux.h: New demultiplexer for DVD (VOB)
26940         streams, derived from mpegdemux.
26941         * gst/mpegstream/gstmpegparse.c: Discontinuity handling cleaned
26942         up. SCR based timestamp rewriting can be turned off (will probably
26943         completely disappear soon).
26944         * ext/dvdnav/dvdnavsrc.c: Changes resulting from a few months
26945         hacking. General cleanup. All printf statements replaced by
26946         debugging messages. Almost complete libdvdnav support.
26947         (dvdnavsrc_class_init): Got rid of unnecessary signals (replaced
26948         by events. New properties for audio and subpicture languages.
26949         (dvdnavsrc_update_highlight): Now uses events.
26950         (dvdnavsrc_user_op): Cleaned up.
26951         (dvdnavsrc_get): Renamed to dvdnavsrc_loop (element is now loop
26952         based). Lots of cleanup, and propper support for most libdvdnav
26953         events.
26954         (dvdnavsrc_make_dvd_event): New function.
26955         (dvdnavsrc_make_dvd_nav_packet_event): New function.
26956         (dvdnavsrc_make_clut_change_event): New function.
26957
26958 2004-03-26  Benjamin Otte  <otte@gnome.org>
26959
26960         * gst/typefind/gsttypefindfunctions.c: (theora_type_find):
26961           fix bug where typefinding would claim it's theora whenever less then
26962           7 bytes of data were available
26963
26964 2004-03-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26965
26966         * gst/law/alaw-decode.c: (alawdec_getcaps), (alawdec_link),
26967         (gst_alawdec_base_init), (gst_alawdec_class_init),
26968         (gst_alawdec_init), (gst_alawdec_chain):
26969         * gst/law/alaw-encode.c: (alawenc_getcaps), (alawenc_link),
26970         (gst_alawenc_base_init), (gst_alawenc_class_init),
26971         (gst_alawenc_init), (gst_alawenc_chain):
26972         * gst/law/mulaw-decode.c: (mulawdec_getcaps), (mulawdec_link),
26973         (gst_mulawdec_base_init), (gst_mulawdec_class_init),
26974         (gst_mulawdec_init), (gst_mulawdec_chain):
26975         * gst/law/mulaw-encode.c: (mulawenc_getcaps), (mulawenc_link),
26976         (gst_mulawenc_base_init), (gst_mulawenc_class_init),
26977         (gst_mulawenc_init), (gst_mulawenc_chain):
26978           Fix capsnego in all four, remove the unused property functions and
26979           simplify the chain functions slightly. I guess we could use macros
26980           or something similar for those, since the code is so similar, but
26981           I'm currently too lazy...
26982
26983 2004-03-24  David Schleef  <ds@schleef.org>
26984
26985         * sys/oss/gstosselement.c: (gst_osselement_sync_parms),
26986         (gst_osselement_close_audio), (gst_osselement_probe_caps),
26987         (gst_osselement_get_format_structure),
26988         (gst_osselement_rate_probe_check), (gst_osselement_rate_add_range),
26989         (gst_osselement_rate_check_rate), (gst_osselement_rate_add_rate),
26990         (gst_osselement_rate_int_compare): Add code to handle rate probing
26991         (bug #120883)
26992         * sys/oss/gstosselement.h: same
26993         * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_getcaps):
26994         Use rate probing provided by osselement.
26995         * sys/oss/gstosssrc.c: (gst_osssrc_init), (gst_osssrc_getcaps): same
26996
26997 2004-03-24  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26998
26999         * ext/xvid/gstxvidenc.c: (gst_xvidenc_set_property),
27000         (gst_xvidenc_get_property):
27001           ulong/int mess-up.
27002
27003 2004-03-24  David Schleef  <ds@schleef.org>
27004
27005         * ext/speex/gstspeexdec.c: (gst_speexdec_base_init),
27006         (gst_speexdec_init):
27007         * ext/speex/gstspeexenc.c: (gst_speexenc_base_init),
27008         (gst_speexenc_init):  Create the pad template correctly (from
27009         the static pad template, not a NULL pointer.)
27010
27011 2004-03-25  Benjamin Otte  <otte@gnome.org>
27012
27013         * gst/debug/Makefile.am:
27014         * gst/debug/breakmydata.c:
27015           add element that quasi-randomly changes bytes in the stream.
27016           Intended use is robustness checking of demuxers and decoders in
27017           media tests.
27018
27019 2004-03-24  Benjamin Otte  <otte@gnome.org>
27020
27021         * ext/alsa/gstalsa.c: (gst_alsa_open_audio),
27022         (gst_alsa_probe_hw_params):
27023         * ext/alsa/gstalsa.h:
27024           debugging output fixes
27025
27026 2004-03-24  Benjamin Otte  <otte@gnome.org>
27027
27028         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_set_property):
27029           don't g_return_if_fail if element is PLAYING, fail silently as every
27030           other element.
27031         * gst/effectv/gstquark.c: (gst_quarktv_chain):
27032           only fix needed for cast lvalue issues in gst-plugins
27033         * gst/volenv/gstvolenv.c: (gst_volenv_init):
27034           add proxy_getcaps
27035
27036 2004-03-24  Benjamin Otte  <otte@gnome.org>
27037
27038         * gst/level/gstlevel.c: (gst_level_init):
27039           add proxying getcaps function, so level doesn't advertise impossible
27040           caps
27041
27042 2004-03-24  David Schleef  <ds@schleef.org>
27043
27044         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event),
27045         (gst_qtdemux_loop_header), (qtdemux_parse_moov), (qtdemux_parse),
27046         (qtdemux_node_dump_foreach), (qtdemux_dump_mvhd),
27047         (qtdemux_dump_tkhd), (qtdemux_dump_elst), (qtdemux_dump_mdhd),
27048         (qtdemux_dump_hdlr), (qtdemux_dump_vmhd), (qtdemux_dump_dref),
27049         (qtdemux_dump_stsd), (qtdemux_dump_stts), (qtdemux_dump_stss),
27050         (qtdemux_dump_stsc), (qtdemux_dump_stsz), (qtdemux_dump_stco),
27051         (qtdemux_dump_co64), (qtdemux_dump_dcom), (qtdemux_dump_cmvd),
27052         (qtdemux_parse_tree), (qtdemux_parse_trak):  Fix debugging
27053         messages.  Divide the chunk size by the compression ratio
27054         (needed for MACE audio)
27055
27056 2004-03-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
27057
27058         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain):
27059           Fix buffer overflow read error.
27060
27061 2004-03-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
27062
27063         * ext/alsa/gstalsa.h:
27064           Remove unused entry.
27065         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
27066           Add cinepak.
27067         * gst/videodrop/gstvideodrop.c: (gst_videodrop_getcaps),
27068         (gst_videodrop_link), (gst_videodrop_chain):
27069           Fix, sort of. Was horribly broken with new capsnego. Bah...
27070
27071 2004-03-23  Jeremy Simon  <jesimon@libertysurf.fr>
27072
27073         * gst/typefind/gsttypefindfunctions.c: (ape_type_find),
27074         (plugin_init):
27075         Add a monkeysaudio typefind function
27076
27077 2004-03-23  Johan Dahlin  <johan@gnome.org>
27078
27079         * gst-libs/gst/play/play.c (gst_play_audio_fixate)
27080         (gst_play_video_fixate): Check so the structure has the field
27081         before trying to fixate them, this makes it possible to have
27082         fakesinks for video and audio output without printing errors on
27083         the output console.
27084
27085 2004-03-22  David Schleef  <ds@schleef.org>
27086
27087         * sys/oss/Makefile.am:
27088         * sys/oss/oss_probe.c: (main), (probe_check), (add_range),
27089         (check_rate), (add_rate):  Rate probing test app.
27090
27091 2004-03-21  Benjamin Otte  <otte@gnome.org>
27092
27093         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link),
27094         (_fixate_caps_to_int), (gst_audio_convert_fixate):
27095           add a fixation function that pretty much does the right thing (fixes
27096           #137556)
27097
27098 2004-03-20  David I. Lehn  <dlehn@users.sourceforge.net>
27099
27100         * configure.ac: GST_PACKAGE default: s/GStreamer/GStreamer Plugins/
27101
27102 2004-03-20  Tim-Phillip Müller <t.i.m@zen.co.uk>
27103
27104         reviewed by: Benjamin Otte  <otte@gnome.org>
27105
27106         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
27107           terminate gst_event_new_discontinuous correctly (fixes parts of
27108           #137711)
27109
27110 2004-03-19  David Schleef  <ds@schleef.org>
27111
27112         * gst-libs/gst/Makefile.am:  Enable xoverlay unconditionally,
27113         since it doesn't depend on X, and it's part of our ABI.
27114
27115 2004-03-19  Iain <iain@prettypeople.org>
27116
27117         * gst/interleave/deinterleave.c (deinterleave_sink_link): Use the
27118         is_int in the structure, not the local variable.
27119
27120 2004-03-19  David Schleef  <ds@schleef.org>
27121
27122         * ext/librfb/gstrfbsrc.c: (gst_rfbsrc_change_state),
27123         (gst_rfbsrc_init), (gst_rfbsrc_getcaps), (gst_rfbsrc_fixate),
27124         (gst_rfbsrc_link), (gst_rfbsrc_paint_rect), (gst_rfbsrc_get):
27125         Improvements in caps negotiation.
27126
27127 2004-03-18  Thomas Vander Stichele  <thomas at apestaart dot org>
27128
27129         * po/LINGUAS:
27130         * po/af.po:
27131           adding Afrikaans (Petri Jooste)
27132
27133 2004-03-18  Thomas Vander Stichele  <thomas at apestaart dot org>
27134
27135         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
27136         (gst_ffmpegcolorspace_chain):
27137         throw error instead of g_critical (#137588)
27138
27139 2004-03-18  Thomas Vander Stichele  <thomas at apestaart dot org>
27140
27141         * Makefile.am:
27142         * configure.ac:
27143           dist common and m4 correctly
27144         * po/sv.po:
27145
27146 2004-03-17  David Schleef  <ds@schleef.org>
27147
27148         * pkgconfig/gstreamer-media-info.pc.in:  Add Version.
27149         (bug #137348)
27150
27151 2004-03-17  Thomas Vander Stichele  <thomas at apestaart dot org>
27152
27153         * po/LINGUAS:
27154         * po/sv.po:
27155           adding Swedish translation (Christian Rose)
27156
27157 2004-03-17  Thomas Vander Stichele  <thomas at apestaart dot org>
27158
27159         * Makefile.am: use release.mak
27160
27161 2004-03-16  Thomas Vander Stichele  <thomas at apestaart dot org>
27162
27163         * common/ChangeLog:
27164         * common/gst-autogen.sh:
27165           add some explanation about the version detection
27166         * configure.ac:
27167           fix X check
27168
27169 2004-03-16  Thomas Vander Stichele  <thomas at apestaart dot org>
27170
27171         * configure.ac: bump nano to 1
27172
27173 === release 0.8.0 ===
27174
27175 2004-03-16  Thomas Vander Stichele  <thomas at apestaart dot org>
27176
27177         * configure.ac: release 0.8.0, "Pharmaceutical Itch"
27178
27179 2004-03-16  Thomas Vander Stichele  <thomas at apestaart dot org>
27180
27181         * configure.ac:
27182           update libtool version
27183         * gst-libs/gst/media-info/Makefile.am:
27184           actually use libtool version
27185
27186 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
27187
27188         * configure.ac: fix speex detection to work with 1.0 but not 1.1
27189
27190 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
27191
27192         * configure.ac:
27193         * gst-plugins.spec.in:
27194         * pkgconfig/Makefile.am:
27195         * pkgconfig/gstreamer-gconf-uninstalled.pc.in:
27196         * pkgconfig/gstreamer-interfaces-uninstalled.pc.in:
27197         * pkgconfig/gstreamer-libs-uninstalled.pc.in:
27198         * pkgconfig/gstreamer-libs.pc.in:
27199         * pkgconfig/gstreamer-media-info-uninstalled.pc.in:
27200         * pkgconfig/gstreamer-play-uninstalled.pc.in:
27201         * pkgconfig/gstreamer-plugins-uninstalled.pc.in:
27202         * pkgconfig/gstreamer-plugins.pc.in:
27203           remove @VERSION@ from some of the pc files since core and plugins
27204           are decoupled.
27205           created gstreamer-plugins.pc as it's a better name, but keeping
27206           -libs around for now to get fixes upstream done first.
27207
27208 2004-03-15  Julien MOUTTE <julien@moutte.net>
27209
27210         * gst-libs/gst/play/play.c: (gst_play_get_framerate),
27211         (gst_play_get_sink_element): First draft of gst_play_get_framerate.
27212         * gst-libs/gst/play/play.h:
27213
27214 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
27215
27216         * *.c, *.cc: don't mix tabs and spaces
27217
27218 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
27219
27220         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup):
27221           use the new ffmpegcolorspace
27222         * gst-plugins.spec.in:
27223           package new colorspace and media-info
27224         * configure.ac:
27225         * pkgconfig/Makefile.am:
27226           fix some more disting issues
27227         * pkgconfig/gstreamer-media-info-uninstalled.pc.in:
27228         * pkgconfig/gstreamer-media-info.pc.in:
27229           generate media-info pc files
27230
27231 2004-03-15  Johan Dahlin  <johan@gnome.org>
27232
27233         * *.h: Revert indenting
27234
27235 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
27236
27237         * configure.ac:
27238           adding ffmpegcolorspace element
27239         * gst/ffmpegcolorspace/Makefile.am:
27240         * gst/ffmpegcolorspace/avcodec.h:
27241         * gst/ffmpegcolorspace/common.h:
27242         * gst/ffmpegcolorspace/dsputil.c: (dsputil_static_init):
27243         * gst/ffmpegcolorspace/dsputil.h:
27244         * gst/ffmpegcolorspace/gstffmpeg.c: (plugin_init):
27245         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
27246         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_pix_fmt_to_caps),
27247         (gst_ffmpeg_caps_to_pix_fmt):
27248         * gst/ffmpegcolorspace/gstffmpegcodecmap.h:
27249         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
27250         (gst_ffmpegcolorspace_caps_remove_format_info),
27251         (gst_ffmpegcolorspace_getcaps), (gst_ffmpegcolorspace_pad_link),
27252         (gst_ffmpegcolorspace_get_type), (gst_ffmpegcolorspace_base_init),
27253         (gst_ffmpegcolorspace_class_init), (gst_ffmpegcolorspace_init),
27254         (gst_ffmpegcolorspace_chain), (gst_ffmpegcolorspace_change_state),
27255         (gst_ffmpegcolorspace_set_property),
27256         (gst_ffmpegcolorspace_get_property),
27257         (gst_ffmpegcolorspace_register):
27258         * gst/ffmpegcolorspace/imgconvert.c:
27259         (avcodec_get_chroma_sub_sample), (avcodec_get_pix_fmt_name),
27260         (avcodec_get_pix_fmt), (avpicture_fill), (avpicture_layout),
27261         (avpicture_get_size), (avcodec_get_pix_fmt_loss),
27262         (avg_bits_per_pixel), (avcodec_find_best_pix_fmt1),
27263         (avcodec_find_best_pix_fmt), (img_copy_plane), (img_copy),
27264         (yuv422_to_yuv420p), (yuv422_to_yuv422p), (yuv422p_to_yuv422),
27265         (C_JPEG_TO_CCIR), (img_convert_init), (img_apply_table),
27266         (shrink41), (shrink21), (shrink12), (shrink22), (shrink44),
27267         (grow21_line), (grow41_line), (grow21), (grow22), (grow41),
27268         (grow44), (conv411), (gif_clut_index), (build_rgb_palette),
27269         (bitcopy_n), (mono_to_gray), (monowhite_to_gray),
27270         (monoblack_to_gray), (gray_to_mono), (gray_to_monowhite),
27271         (gray_to_monoblack), (avpicture_alloc), (avpicture_free),
27272         (is_yuv_planar), (img_convert), (get_alpha_info_pal8),
27273         (img_get_alpha_info), (deinterlace_line),
27274         (deinterlace_line_inplace), (deinterlace_bottom_field),
27275         (deinterlace_bottom_field_inplace), (avpicture_deinterlace):
27276         * gst/ffmpegcolorspace/imgconvert_template.h:
27277         * gst/ffmpegcolorspace/mem.c: (av_malloc), (av_realloc), (av_free):
27278         * gst/ffmpegcolorspace/mmx.h:
27279         * gst/ffmpegcolorspace/utils.c: (avcodec_init):
27280           adding ffmpegcolorspace element supplied by Ronald after cleaning
27281           up and pulling in the right bits of upstream source.
27282           I'm sure a better C/compiler wizard could do some cleaning up (for
27283           example use GLIB's malloc stuff), but as a first pass this
27284           works very well
27285
27286 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
27287
27288         * ext/alsa/gstalsa.h:
27289           I assume Ronald forgot to commit the change to have cardname
27290           as a struct member.  Expect some public spanking at the next
27291           opportunity.
27292
27293 2004-03-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
27294
27295         * ext/alsa/gstalsa.c: (gst_alsa_get_property),
27296         (gst_alsa_open_audio), (gst_alsa_close_audio):
27297         * ext/alsa/gstalsa.c:
27298           Don't open the device if we're a mixer (= padless).
27299         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_class_init),
27300         (gst_alsa_mixer_init), (gst_alsa_mixer_open),
27301         (gst_alsa_mixer_close), (gst_alsa_mixer_change_state):
27302           Open mixer during state change rather than during object
27303           initialization. Also, get a device name. Currently in a somewhat
27304           hackish fashion, but I didn't really find something better.
27305
27306 2004-03-14  Thomas Vander Stichele  <thomas at apestaart dot org>
27307
27308         * *.c, *.h: run gst-indent
27309
27310 2004-03-14  Benjamin Otte  <otte@gnome.org>
27311
27312         * gst/modplug/gstmodplug.cc:
27313         * gst/modplug/gstmodplug.h:
27314           set correct timestamps on outgoing buffers
27315
27316 2004-03-14  Benjamin Otte  <otte@gnome.org>
27317
27318         * gst/modplug/gstmodplug.cc:
27319           handle events - don't do crap when a discont arrives that's not
27320           necessary
27321           This allows correct loading and playback of mods in Rhythmbox
27322
27323 2004-03-14  Benjamin Otte  <otte@gnome.org>
27324
27325         * configure.ac:
27326         * gst-libs/gst/gconf/Makefile.am:
27327         * pkgconfig/Makefile.am:
27328           move gstreamer-gconf pkgconfig files to pkgconfig/ dir. Make sure
27329           they get rebuilt properly
27330         * configure.ac:
27331           when checking for vorbis, try pkgconfig first.
27332         * gst/modplug/gstmodplug.cc:
27333           add fixate function
27334
27335 2004-03-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
27336
27337         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):
27338           Fix for obvious mistake, where we first shift the offset and then
27339           read a samplesize element assuming the old offset. Note that this
27340           part still has something weird, i.e. my movies containing those
27341           don't actually play well, but at least there's something that looks
27342           like sound now.
27343
27344 2004-03-14  Jan Schmidt  <thaytan@mad.scientist.com>
27345         * gst/typefind/gsttypefindfunctions.c: (speex_type_find),
27346         (plugin_init):
27347         Add a typefind function for speex format
27348
27349 2004-03-13  Ronald Bultje  <rbultje@ronald.bitfreak.net>
27350
27351         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_video_caps),
27352         (gst_asf_demux_setup_pad):
27353           Use 25fps as our "fake" fps value (marked for fixage in 0.9.x)
27354           instead of 0. Reason is simple: some elements have a fps range
27355           of 1-max instead of 0-max. So now ASF video actually works.
27356
27357 2004-03-13  Thomas Vander Stichele  <thomas at apestaart dot org>
27358
27359         * po/LINGUAS:
27360         * po/sr.po:
27361           adding serbian as a language
27362
27363 2004-03-13  Benjamin Otte  <otte@gnome.org>
27364
27365         * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
27366           return taglist correctly from _get function, don't gst_pad_push it.
27367           (fixes #137042)
27368
27369 2004-03-13  Jan Schmidt  <thaytan@mad.scientist.com>
27370         * ext/alsa/gstalsa.c: (gst_alsa_class_probe_devices):
27371
27372 2004-03-13  Ronald Bultje  <rbultje@ronald.bitfreak.net>
27373
27374         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_free_list):
27375         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_class_init),
27376         (gst_alsa_mixer_track_new):
27377         * ext/alsa/gstalsamixertrack.h:
27378           Fix ancient leftovers... MixerTrack is a GObject.
27379
27380 2004-03-13  Ronald Bultje  <rbultje@ronald.bitfreak.net>
27381
27382         * ext/alsa/gstalsa.c: (gst_alsa_class_probe_devices):
27383         * sys/oss/gstosselement.c: (gst_osselement_class_probe_devices):
27384           Don't block during probing...
27385
27386 2004-03-12  Ronald Bultje  <rbultje@ronald.bitfreak.net>
27387
27388         * ext/alsa/gstalsa.c: (gst_alsa_get_type), (gst_alsa_class_init),
27389         (gst_alsa_get_property), (gst_alsa_probe_get_properties),
27390         (gst_alsa_class_probe_devices), (gst_alsa_class_list_devices),
27391         (gst_alsa_probe_probe_property), (gst_alsa_probe_needs_probe),
27392         (gst_alsa_probe_get_values), (gst_alsa_probe_interface_init),
27393         (gst_alsa_open_audio), (gst_alsa_close_audio):
27394         * ext/alsa/gstalsa.h:
27395           Add propertyprobe interface implementation, add some device-name
27396           property, all this so that it looks good in gnome-volume-control.
27397
27398 2004-03-12  David Schleef  <ds@schleef.org>
27399
27400         * configure.ac: the Hermes library controls hermescolorspace, not
27401         colorspace.
27402         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_base_init),
27403         (gst_mpeg2dec_init): minor pet peeve: disable code with #ifdef,
27404         not /* */
27405         * ext/sdl/sdlvideosink.c: Change XID to unsigned long.
27406         * ext/sdl/sdlvideosink.h: ditto.
27407         * gst/colorspace/gstcolorspace.c: Fix old comments about Hermes
27408
27409 2004-03-12  Benjamin Otte  <otte@gnome.org>
27410
27411         * gst-libs/gst/xoverlay/xoverlay.c: (gst_x_overlay_set_xwindow_id),
27412         (gst_x_overlay_got_xwindow_id):
27413         * gst-libs/gst/xoverlay/xoverlay.h:
27414           replace XID with unsigned long to get rid of the xlibs dependency in
27415           XOverlay (fixes #137004)
27416
27417 2004-03-13  Jan Schmidt  <thaytan@mad.scientist.com>
27418         * gst/effectv/gstaging.c: (gst_agingtv_base_init),
27419         (gst_agingtv_setup):
27420         * gst/effectv/gstdice.c: (gst_dicetv_get_type),
27421         (gst_dicetv_base_init), (gst_dicetv_class_init),
27422         (gst_dicetv_setup), (gst_dicetv_init), (gst_dicetv_draw):
27423         * gst/effectv/gstedge.c: (gst_edgetv_get_type),
27424         (gst_edgetv_base_init), (gst_edgetv_class_init), (gst_edgetv_init),
27425         (gst_edgetv_setup), (gst_edgetv_rgb32):
27426         * gst/effectv/gsteffectv.c:
27427         * gst/effectv/gstquark.c: (gst_quarktv_link), (gst_quarktv_init),
27428         (gst_quarktv_set_property):
27429         * gst/effectv/gstrev.c: (gst_revtv_get_type),
27430         (gst_revtv_base_init), (gst_revtv_class_init), (gst_revtv_init),
27431         (gst_revtv_setup), (gst_revtv_rgb32):
27432         * gst/effectv/gstshagadelic.c: (gst_shagadelictv_get_type),
27433         (gst_shagadelictv_base_init), (gst_shagadelictv_class_init),
27434         (gst_shagadelictv_init), (gst_shagadelictv_setup),
27435         (gst_shagadelictv_rgb32):
27436         * gst/effectv/gstvertigo.c: (gst_vertigotv_get_type),
27437         (gst_vertigotv_base_init), (gst_vertigotv_class_init),
27438         (gst_vertigotv_setup), (gst_vertigotv_init), (gst_vertigotv_rgb32):
27439         * gst/effectv/gstwarp.c:
27440         Port everything that can be ported to videofilter and fix up the caps.
27441         Can someone with a big-endian machine please check these?
27442
27443 2004-03-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
27444
27445         * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_get_time),
27446         (gst_osssink_chain), (gst_osssink_change_state):
27447           Latest fixes for A/V sync, audio playback and such. This is about
27448           all... MPEG playback issues are mostly related to the async build-
27449           up of MPEG files, I cannot fix that. Use basicgthread to solve it.
27450
27451 2004-03-10  Thomas Vander Stichele  <thomas at apestaart dot org>
27452
27453         patch from: Stephane Loeuillet
27454
27455         * configure.ac:
27456           use pkg-config for some libraries, falling back to the old .m4 way
27457           (fixes #131270)
27458         * m4/libdv.m4:
27459           removed
27460
27461 2004-03-10  Thomas Vander Stichele  <thomas at apestaart dot org>
27462
27463         * configure.ac:
27464         * tools/Makefile.am:
27465         * tools/Makefile.in:
27466         * tools/gst-launch-ext-m.m:
27467         * tools/gst-launch-ext.1.in:
27468         * tools/gst-visualise-m.m:
27469         * tools/gst-visualise.1:
27470         * tools/gst-visualise.1.in:
27471           reorganizing generation of script tools
27472
27473 2004-03-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
27474
27475         * ext/divx/gstdivxdec.c:
27476           Downgrade priority. We prefer ffdec_mpeg4.
27477         * ext/faad/gstfaad.c: (gst_faad_srcgetcaps), (gst_faad_srcconnect),
27478         (gst_faad_chain), (gst_faad_change_state):
27479           Fix capsnego. Doesn't work for some sounds because we don't have
27480           a 5:1 to stereo element.
27481         * ext/xvid/gstxvid.c: (plugin_init):
27482           Add priority.
27483         * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_chain),
27484         (gst_osssink_change_state):
27485           Add discont handling.
27486
27487 2004-03-09  Colin Walters  <walters@verbum.org>
27488
27489         * gst/audioconvert/gstaudioconvert.c: Fix typo in width 8
27490         conversion.
27491
27492 2004-03-09  Benjamin Otte  <otte@gnome.org>
27493
27494         * gst-libs/gst/mixer/mixer.c: (gst_mixer_class_init):
27495           the signals take 2 arguments
27496
27497 2004-03-09  David Schleef  <ds@schleef.org>
27498
27499         * ext/alsa/gstalsa.c: (gst_alsa_request_new_pad),
27500         (gst_alsa_fixate): Add fixate function.  (bug #136686)
27501         * ext/alsa/gstalsa.h:
27502         * ext/alsa/gstalsasink.c: (gst_alsa_sink_init):
27503
27504 2004-03-09  Benjamin Otte  <otte@gnome.org>
27505
27506         * ext/mikmod/gstmikmod.c: (gst_mikmod_init), (gst_mikmod_loop),
27507         (gst_mikmod_change_state):
27508         * ext/mikmod/gstmikmod.h:
27509           make mikmod's loop function not loop infinitely and call
27510           gst_element_yield anymore
27511         * gst/modplug/gstmodplug.cc:
27512           fix pad negotiation (fixes #136590)
27513
27514 2004-03-09  David Schleef  <ds@schleef.org>
27515
27516         * ext/lcs/Makefile.am:  Fix so that the lcs colorspace plugin
27517         doesn't conflict with the internal colorspace plugin.
27518         * gst-libs/gst/audio/make_filter:  Use `` instead of $() to
27519         satisfy the crappy-ass shell shipped by a certain vendor.
27520         * gst/videofilter/make_filter: same (bug #135299)
27521
27522 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
27523
27524         * configure.ac: bump nano to 1
27525
27526 === release 0.7.6 ===
27527
27528 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
27529
27530         * configure.in: releasing 0.7.6, "There"
27531
27532 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
27533
27534         * pkgconfig/gstreamer-play-uninstalled.pc.in:
27535         * pkgconfig/gstreamer-play.pc.in:
27536           synchronize the two
27537
27538 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
27539
27540         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_base_init),
27541         (cdparanoia_open), (cdparanoia_event):
27542           fix/add error handling
27543         * po/POTFILES.in:
27544           add cdparanoia source
27545         * tools/Makefile.am:
27546           make scripts executable
27547
27548 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
27549
27550         * configure.ac:
27551         * ext/vorbis/Makefile.am:
27552         * sys/Makefile.am:
27553           remove id3types, vorbisfile and xvideosink from the build (#133783)
27554
27555 2004-03-08  Ronald Bultje  <rbultje@ronald.bitfreak.net>
27556
27557         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_info):
27558           Fix metadata read crash (#136537).
27559
27560 2004-03-08  Thomas Vander Stichele  <thomas at apestaart dot org>
27561
27562         * gst-libs/gst/media-info/media-info-priv.c: (gmi_set_mime):
27563         * gst-libs/gst/media-info/media-info.c: (gst_media_info_read):
27564           adding mime types, fixing the one-stop function
27565
27566 2004-03-08  Christian Schaller <Uraeus@gnome.org>
27567
27568         * ext/nas/nassink.c and /ext/nas/nassink.h:
27569         More NAS love from Arwed von Merkatz
27570         So lets all sing 'Can you feel the NAS tonight'
27571
27572 2004-03-08  Christian Schaller <Uraeus@gnome.org>
27573
27574         * tools/gst-launch-ext.in:
27575         Replace vorbisfile with oggdemux/vorbisdec/audioconvert
27576
27577 2004-03-08  Thomas Vander Stichele  <thomas at apestaart dot org>
27578
27579         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_base_init),
27580         (gst_mpeg2dec_init):
27581         remove the user_data pad for now, because it is being used in
27582         fixating causing MPEG playback to fixate on 1000 Hz for playback.
27583         If someone knows how to fix this properly, please do.
27584
27585 2004-03-08  Thomas Vander Stichele  <thomas at apestaart dot org>
27586
27587         * sys/oss/gstosssink.c: (gst_osssink_get_delay),
27588         (gst_osssink_get_time):
27589         add a warning, IMO this won't get triggered anymore, remove later
27590
27591 2004-03-07  David Schleef  <ds@schleef.org>
27592
27593         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):  Added Cinepak
27594         format (bug #136470)
27595
27596 2004-03-07  Thomas Vander Stichele  <thomas at apestaart dot org>
27597
27598         * gst-libs/Makefile.am:
27599         * gst-libs/gst/media-info/Makefile.am:
27600         * gst-libs/gst/media-info/media-info-priv.c: (found_tag_callback),
27601         (error_callback), (gst_media_info_error_create),
27602         (gst_media_info_error_element), (gmip_init), (gmip_reset),
27603         (gmi_clear_decoder), (gmip_find_type_pre), (gmip_find_type):
27604         * gst-libs/gst/media-info/media-info-priv.h:
27605         * gst-libs/gst/media-info/media-info-test.c: (main):
27606         * gst-libs/gst/media-info/media-info.c: (gst_media_info_init),
27607         (gst_media_info_class_init), (gst_media_info_instance_init),
27608         (gst_media_info_set_source), (gst_media_info_read_with_idler),
27609         (gst_media_info_read_idler), (gst_media_info_read):
27610         * gst-libs/gst/media-info/media-info.h:
27611         fixed, should work now
27612
27613 2004-03-07  Christian Schaller <Uraeus@gnome.org>
27614
27615         * ext/nas/nassink.c:
27616         A bunch of NAS fixes from Arwed von Merkatz
27617
27618 2004-03-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
27619
27620         * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream),
27621         (qtdemux_parse_trak):
27622           Fix crash (j might be greater than n_samples, in which case we're
27623           writing outside the allocated space for the array) and memleak.
27624
27625 2004-03-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
27626
27627         * sys/oss/gstosssink.c: (gst_osssink_chain):
27628           And another caller that couldn't handle delay < 0 (unsigned
27629           integer overflow). Video now continues playing on an audio
27630           buffer underrun, and the clock continues working. Audio still
27631           stalls.
27632
27633 2004-03-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
27634
27635         * sys/oss/gstosssink.c: (gst_osssink_get_delay),
27636         (gst_osssink_get_time):
27637           get_delay() may return values lower than 0. In those cases, we
27638           should not actually cast to *unsigned* int64, that will break
27639           stuff horribly. In my case, it screwed up A/V sync in movies
27640           in totem rather badly.
27641
27642 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
27643
27644         * ext/faac/gstfaac.c: (gst_faac_chain):
27645         * ext/flac/gstflactag.c: (gst_flac_tag_chain):
27646         * ext/libpng/gstpngenc.c: (user_write_data):
27647         * ext/mikmod/gstmikmod.c: (gst_mikmod_loop):
27648         * gst/ac3parse/gstac3parse.c: (gst_ac3parse_chain):
27649         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_chain_subtitle):
27650         * gst/mpegstream/gstrfc2250enc.c: (gst_rfc2250_enc_add_slice):
27651         Fix several misuse of gst_buffer_merge (it doesn't take ownership
27652         of any buffer), should fix some leaks. I hope I didn't unref buffers
27653         that shouldn't be...
27654
27655 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
27656
27657         * gst-libs/gst/media-info/media-info-priv.c: (have_type_callback),
27658         (deep_notify_callback), (tag_flag_score), (found_tag_callback),
27659         (error_callback), (gmi_reset), (gmi_seek_to_track),
27660         (gmi_get_decoder), (gmi_set_mime), (gmip_find_type_pre),
27661         (gmip_find_type_post), (gmip_find_stream_post),
27662         (gmip_find_track_streaminfo_post):
27663         * gst-libs/gst/media-info/media-info-priv.h:
27664         * gst-libs/gst/media-info/media-info-test.c: (print_tag),
27665         (info_print), (main):
27666         * gst-libs/gst/media-info/media-info.c:
27667         (gst_media_info_error_create), (gst_media_info_error_element),
27668         (gst_media_info_instance_init), (gst_media_info_get_property),
27669         (gst_media_info_new), (gst_media_info_set_source),
27670         (gst_media_info_read_idler), (gst_media_info_read):
27671         * gst-libs/gst/media-info/media-info.h:
27672           first pass at making this work again.  This seems to work on
27673           tagged ogg/vorbis and mp3 files.
27674
27675 2004-03-06  Benjamin Otte  <otte@gnome.org>
27676
27677         * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
27678           fix huge leak: gst_buffer_merge doesn't unref the first argument
27679           itself.
27680
27681 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
27682
27683         * ext/mad/gstmad.c: (gst_mad_class_init), (gst_mad_update_info):
27684           report layer/mode/emphasis
27685
27686 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
27687
27688         * ext/mad/gstmad.c: (gst_mad_chain): fixed caps leak
27689
27690 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
27691
27692         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_new):
27693           signal serial
27694
27695 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
27696
27697         * ext/vorbis/vorbis.c: (plugin_init):
27698         * ext/vorbis/vorbisdec.c: (vorbis_dec_get_formats),
27699         (gst_vorbis_dec_init), (vorbis_dec_event):
27700         add debug category
27701         make vorbisdec handle _BYTE and _TIME queries
27702
27703 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
27704
27705         * ext/mad/gstmad.c: (gst_mad_chain): send the average bitrate read
27706           from the xing header
27707
27708 2004-03-06  Benjamin Otte  <otte@gnome.org>
27709
27710         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_getcaps),
27711         (gst_audio_convert_link), (gst_audio_convert_change_state),
27712         (gst_audio_convert_buffer_from_default_format):
27713           do conversions from/to float correctly, fix some caps nego errors,
27714           export correct supported caps in template and getcaps, use correct
27715           caps in try_set_caps functions
27716
27717 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
27718
27719         For some reason, I only committed a ChangeLog entry yesterday and
27720         not the corresponding code...
27721         * ext/mad/gstmad.c: Fix detection of Xing headers
27722         * gst/tags/gstid3tag.c: Changes to support TLEN tags
27723
27724 2004-03-06  Benjamin Otte  <otte@gnome.org>
27725
27726         * ext/ogg/gstoggdemux.c: (gst_ogg_get_pad_by_pad),
27727         (gst_ogg_demux_src_query):
27728           make sure to handle the case where there's no current chain
27729           gracefully.
27730
27731 2004-03-05  David Schleef  <ds@schleef.org>
27732
27733         * ext/aalib/gstaasink.c: (gst_aasink_fixate), (gst_aasink_init):
27734         Add fixate function. (bug #131128)
27735         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_init),
27736         (gst_sdlvideosink_fixate):  Add fixate function.
27737         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
27738         Fix attempt to print a non-pointer using GST_PTR_FORMAT.
27739         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt):
27740         Fix missing break that was causing ulaw to be interpreted as
27741         raw int.
27742
27743 2004-03-05  David Schleef  <ds@schleef.org>
27744
27745         * gst/mpegstream/gstrfc2250enc.c: (gst_rfc2250_enc_add_slice):
27746         Fix code that ignores return value of gst_buffer_merge().
27747         (bug #114560)
27748         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_descramble_segment):
27749         * gst/mpegstream/gstrfc2250enc.c: (gst_rfc2250_enc_add_slice): same
27750         * testsuite/gst-lint:  Check for above.
27751
27752 2004-03-05  David Schleef  <ds@schleef.org>
27753
27754         * gst/udp/gstudpsrc.c: (gst_udpsrc_get):  Check for unfixed
27755         caps and throw an element error.  (bug #136334)
27756
27757 2004-03-05  David Schleef  <ds@schleef.org>
27758
27759         * ext/faad/gstfaad.c: (gst_faad_init), (gst_faad_srcgetcaps),
27760         (gst_faad_chain): Fix negotiation.
27761         * ext/librfb/gstrfbsrc.c: (gst_rfbsrc_handle_src_event): Add
27762         key and button events.
27763         * gst-libs/gst/floatcast/floatcast.h: Fix a minor bug in this
27764         dung heap of code.
27765         * gst-libs/gst/gconf/gstreamer-gconf-uninstalled.pc.in: gstgconf
27766         depends on gconf
27767         * gst-libs/gst/gconf/gstreamer-gconf.pc.in: same
27768         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup),
27769         (gst_play_video_fixate), (gst_play_audio_fixate): Add a fixate
27770         function to encourage better negotiation, particularly between
27771         audioconvert and osssink.
27772         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain):
27773         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):  Make some debugging
27774         more important.
27775         * gst/typefind/gsttypefindfunctions.c:  Fix mistake in flash
27776         typefinding.
27777         * gst/vbidec/vbiscreen.c:  Add glib header
27778         * pkgconfig/gstreamer-play.pc.in:  Depends on gst-interfaces.
27779
27780 2004-03-06  Christophe Fergeau  <teuf@users.sourceforge.net>
27781
27782         * ext/mad/gstmad.c: Fix detection of Xing headers
27783         * gst/tags/gstid3tag.c: Changes to support TLEN tags
27784
27785 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
27786
27787         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt),
27788         (gst_wavparse_pad_convert), (gst_wavparse_pad_query):
27789           debug updates
27790
27791 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
27792
27793         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list):
27794         * ext/mad/gstmad.c: (gst_mad_init), (is_xhead),
27795         (mpg123_parse_xing_header), (gst_mad_chain): parse Xing header in vbr
27796         files, and report the parsed length as a GST_TAG_DURATION tag.
27797         * gst/tags/gstid3tag.c: support TLEN (duration) tag
27798
27799 2004-03-05  Benjamin Otte  <otte@gnome.org>
27800
27801         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_channels):
27802           convert channels correctly. convert correctly to unsigned.
27803
27804 2004-03-05  Julien MOUTTE <julien@moutte.net>
27805
27806         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state): Check if
27807         we have a window before clearing it.
27808
27809 2004-03-05  Julien MOUTTE <julien@moutte.net>
27810
27811         * sys/ximage/ximagesink.c: (gst_ximagesink_change_state): Check if we
27812         have a window before clearing it.
27813
27814 2004-03-05  Thomas Vander Stichele  <thomas at apestaart dot org>
27815
27816         * gconf/gstreamer.schemas.in:
27817         * gst-libs/gst/gconf/Makefile.am:
27818           version installation path the same way as for 0.6
27819         * pkgconfig/gstreamer-interfaces-uninstalled.pc.in:
27820         * pkgconfig/gstreamer-libs-uninstalled.pc.in:
27821         * pkgconfig/gstreamer-play-uninstalled.pc.in:
27822           remove comment that was fixed
27823
27824 2004-03-05  David Schleef  <ds@schleef.org>
27825
27826         * gst/qtdemux/qtdemux.c: (gst_qtdemux_get_src_formats),
27827         (gst_qtdemux_src_convert), (gst_qtdemux_get_src_query_types),
27828         (gst_qtdemux_get_event_mask), (gst_qtdemux_handle_src_query),
27829         (gst_qtdemux_handle_src_event), (gst_qtdemux_add_stream):
27830         Add prototype code for handling seeking and querying.
27831
27832 2004-03-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
27833
27834         * examples/gstplay/player.c: (main):
27835           Initialize variables to NULL. Prevents a segfault because the
27836           (uninitialized) variable is not NULL, resulting in a crash on
27837           trying to reach error->message.
27838
27839 2004-03-05  Benjamin Otte  <otte@gnome.org>
27840
27841         * gst/audioconvert/gstaudioconvert.c:
27842         (gst_audio_convert_buffer_to_default_format):
27843         make float=>int conversion work correctly even in cornercases.
27844
27845 2004-03-04  David I. Lehn  <dlehn@users.sourceforge.net>
27846
27847         * debian/README.Debian:
27848         * debian/build-deps:
27849         * debian/changelog:
27850         * debian/control:
27851         * debian/control.in:
27852         * debian/copyright:
27853         * debian/gstreamer-a52dec.files:
27854         * debian/gstreamer-aa.files:
27855         * debian/gstreamer-alsa.files:
27856         * debian/gstreamer-alsa.manpages:
27857         * debian/gstreamer-arts.files:
27858         * debian/gstreamer-artsd.files:
27859         * debian/gstreamer-audiofile.files:
27860         * debian/gstreamer-avifile.files:
27861         * debian/gstreamer-cdparanoia.files:
27862         * debian/gstreamer-colorspace.files:
27863         * debian/gstreamer-doc.files:
27864         * debian/gstreamer-dv.files:
27865         * debian/gstreamer-dvd.files:
27866         * debian/gstreamer-esd.files:
27867         * debian/gstreamer-festival.files:
27868         * debian/gstreamer-flac.files:
27869         * debian/gstreamer-gconf.conffiles:
27870         * debian/gstreamer-gconf.files:
27871         * debian/gstreamer-gconf.postinst:
27872         * debian/gstreamer-gnomevfs.files:
27873         * debian/gstreamer-gsm.files:
27874         * debian/gstreamer-http.files:
27875         * debian/gstreamer-jack.files:
27876         * debian/gstreamer-jpeg.files:
27877         * debian/gstreamer-mad.files:
27878         * debian/gstreamer-mikmod.files:
27879         * debian/gstreamer-misc.files:
27880         * debian/gstreamer-mpeg2dec.files:
27881         * debian/gstreamer-oss.files:
27882         * debian/gstreamer-plugin-apps.files:
27883         * debian/gstreamer-plugin-apps.manpages:
27884         * debian/gstreamer-plugin-libs-dev.files:
27885         * debian/gstreamer-plugin-libs.files:
27886         * debian/gstreamer-plugin-template.postinst:
27887         * debian/gstreamer-plugin-template.postrm:
27888         * debian/gstreamer-sdl.files:
27889         * debian/gstreamer-sid.files:
27890         * debian/gstreamer-vorbis.files:
27891         * debian/gstreamer-x.files:
27892         * debian/mk.control:
27893         * debian/rules:
27894         Debian package info not maintained here.
27895
27896 2004-03-04  Thomas Vander Stichele  <thomas at apestaart dot org>
27897
27898         * ext/aalib/gstaasink.c: (gst_aasink_class_init):
27899         * ext/cdaudio/gstcdaudio.c: (gst_cdaudio_class_init):
27900         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_class_init):
27901         * ext/divx/gstdivxenc.c: (gst_divxenc_class_init):
27902         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_class_init):
27903         * ext/gsm/gstgsmenc.c: (gst_gsmenc_class_init):
27904         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_class_init):
27905         * ext/musicbrainz/gsttrm.c: (gst_musicbrainz_class_init):
27906         * ext/speex/gstspeexenc.c: (gst_speexenc_class_init):
27907         * ext/xvid/gstxvidenc.c: (gst_xvidenc_class_init):
27908         * gst-libs/gst/colorbalance/colorbalance.c:
27909         (gst_color_balance_class_init):
27910         * gst-libs/gst/colorbalance/colorbalancechannel.c:
27911         (gst_color_balance_channel_class_init):
27912         * gst-libs/gst/mixer/mixer.c: (gst_mixer_class_init):
27913         * gst-libs/gst/play/play.c: (gst_play_class_init):
27914         * gst-libs/gst/propertyprobe/propertyprobe.c:
27915         (gst_property_probe_iface_init):
27916         * gst-libs/gst/tuner/tuner.c: (gst_tuner_class_init):
27917         * gst-libs/gst/tuner/tunerchannel.c:
27918         (gst_tuner_channel_class_init):
27919         * gst-libs/gst/xoverlay/xoverlay.c: (gst_x_overlay_base_init):
27920         * gst/cutter/gstcutter.c: (gst_cutter_class_init):
27921         * gst/effectv/gstvertigo.c: (gst_vertigotv_class_init):
27922         * sys/cdrom/gstcdplayer.c: (cdplayer_class_init):
27923         * sys/dxr3/dxr3spusink.c: (dxr3spusink_class_init):
27924         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_class_init):
27925         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_class_init):
27926         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init):
27927         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_class_init):
27928           fix signals to use - instead of _
27929         * ext/libcaca/gstcacasink.h:
27930         * ext/sdl/sdlvideosink.h:
27931           fix header rename
27932
27933 2004-03-04  David Schleef  <ds@schleef.org>
27934
27935         * testsuite/gst-lint:  Add a check for bad signal names.
27936
27937 2004-03-04  Stefan Kost <kost@imn.htwk-leipzig.de>
27938
27939         reviewed by David Schleef
27940
27941         * gst/videofilter/gstgamma.c: (gst_gamma_rgb32): Fix typo that
27942         modified the alpha channel and caused a warning. (bug #136192)
27943
27944 2004-04-03  Christian Schaller <Uraeus@gnome.org>
27945
27946         * gst-plugins.spec.in:
27947         Change names of plugins to actually be correct. Try to keep things
27948         alphabetical to avoid getting beat up by Thomas
27949
27950 2004-03-03  Julien MOUTTE <julien@moutte.net>
27951
27952         * gst-libs/gst/gconf/gconf.c: (gst_gconf_get_default_video_sink):
27953         Using ximagesink as a default if no gconf key found. We should
27954         probably consider using alsasink instead of osssink for the audio
27955         part.
27956
27957 2004-03-02  Thomas Vander Stichele  <thomas at apestaart dot org>
27958
27959         * configure.ac:
27960           fix --with-plugins, don't think it ever worked before
27961         * gst-plugins.spec.in:
27962           even more updates
27963
27964 2004-03-01  Ronald Bultje  <rbultje@ronald.bitfreak.net>
27965
27966         * ext/sdl/sdlvideosink.h:
27967         * sys/ximage/ximagesink.h:
27968         * sys/xvideo/xvideosink.h:
27969         * sys/xvimage/xvimagesink.h:
27970           Fix for move of gstvideosink.h -> videosink.h.
27971
27972 2004-03-02  Thomas Vander Stichele  <thomas at apestaart dot org>
27973
27974         * gst-libs/gst/xwindowlistener/Makefile.am:
27975           this is a plugin library, not a library
27976
27977 2004-03-01  David Schleef  <ds@schleef.org>
27978
27979         * AUTHORS:  Added some names.  Add yourself if you're still
27980         missing.
27981
27982 2004-03-01  David Schleef  <ds@schleef.org>
27983
27984         * MAINTAINERS: Add
27985
27986 2004-03-01  Thomas Vander Stichele  <thomas at apestaart dot org>
27987
27988         * gst-plugins.spec.in: clean up spec file
27989
27990 2004-03-01  Thomas Vander Stichele  <thomas at apestaart dot org>
27991
27992         * gst-libs/gst/video/Makefile.am:
27993         * gst-libs/gst/video/gstvideosink.c:
27994         * gst-libs/gst/video/gstvideosink.h:
27995           rename gstvideosink.h to videosink.h to match other headers
27996         * gst/mixmatrix/Makefile.am:
27997           fix plugin filename
27998         * gst/tags/Makefile.am: fix plugin filename
27999
28000 2004-03-01  Thomas Vander Stichele  <thomas at apestaart dot org>
28001
28002         * gst/tags/Makefile.am: fix plugin filename
28003
28004 2004-03-01  Thomas Vander Stichele  <thomas at apestaart dot org>
28005
28006         * examples/gstplay/player.c: (got_time_tick), (main):
28007           add error handler
28008           display time_tick more readably
28009         * gst/mixmatrix/Makefile.am:
28010           fix plugin file name
28011
28012 2004-02-29  Christophe Fergeau  <teuf@gnome.org>
28013
28014         * sys/oss/gstosselement.c: (gst_osselement_probe),
28015         (device_combination_append), (gst_osselement_class_probe_devices):
28016         * sys/oss/gstosselement.h:
28017           Reworked enumeration of oss dsps and mixers so that gst-mixer works
28018           on my system using alsa oss emulation, fixes bug #135597
28019
28020 2004-02-29  Ronald Bultje  <rbultje@ronald.bitfreak.net>
28021
28022         * gst/videodrop/gstvideodrop.c: (gst_videodrop_init),
28023         (gst_videodrop_chain), (gst_videodrop_change_state):
28024         * gst/videodrop/gstvideodrop.h:
28025           Work based on timestamp of input data, not based on the expected
28026           framerate from the input. The consequence is that this element now
28027           not only scales framerates, but also functions as a framerate
28028           corrector or framerate stabilizer/constantizer.
28029
28030 2004-02-27  David Schleef  <ds@schleef.org>
28031
28032         patches from jmmv@menta.net (Julio M. Merino Vidal)
28033
28034         * gst/interleave/deinterleave.c: (deinterleave_chain): Fix
28035         GST_ELEMENT_ERROR call (bug #135634)
28036         * gst/interleave/interleave.c: (interleave_buffered_loop),
28037         (interleave_bytestream_loop): Don't use alloca() (bug #135640)
28038         * sys/cdrom/gstcdplayer_ioctl_bsd.h: Fix ioctls on NetBSD (bug #135645)
28039         * sys/oss/gstosssink.c: (gst_osssink_get_delay),
28040         (gst_osssink_chain): Fix ioctls on NetBSD. (bug #135644)
28041         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_sync_next_frame),
28042         (gst_v4lmjpegsrc_set_capture), (gst_v4lmjpegsrc_set_capture_m),
28043         (gst_v4lmjpegsrc_capture_init), (gst_v4lmjpegsrc_requeue_frame):
28044         Fix GST_ELEMENT_ERROR call.
28045         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_try_palette): Fix
28046         GST_ELEMENT_ERROR call.
28047
28048 2004-02-27  Benjamin Otte  <otte@gnome.org>
28049
28050         * gst-libs/gst/audio/audio.h:
28051           add macro to make sure header isn't included twice
28052         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_chunk):
28053           don't use gst_buffer_free
28054         * gst/playondemand/filter.func:
28055           don't use gst_data_free. Free data only once.
28056
28057 2004-02-26  David Schleef  <ds@schleef.org>
28058
28059         * gst-libs/gst/colorbalance/Makefile.am:
28060         * gst-libs/gst/mixer/Makefile.am:
28061         * gst-libs/gst/tuner/Makefile.am:
28062         * gst/level/Makefile.am: -marshal.[ch] and -enum.[ch] files
28063         should not be disted, -marshal.h files should not be installed,
28064         and -enum.h files _should_ be installed.  Fix to make this the
28065         case.
28066
28067 === release 0.7.5 ===
28068
28069 2004-02-26  Thomas Vander Stichele  <thomas at apestaart dot org>
28070
28071         * configure.ac: release 0.7.5, "Under The Sea"
28072
28073 2004-02-25  Thomas Vander Stichele  <thomas at apestaart dot org>
28074
28075         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link),
28076         (gst_audio_convert_change_state), (gst_audio_convert_get_buffer):
28077         * gst/videoscale/gstvideoscale.c:
28078         * sys/oss/gstosselement.c: (gst_osselement_sync_parms):
28079           assorted debug/warning fixes
28080
28081 2004-02-25  Thomas Vander Stichele  <thomas at apestaart dot org>
28082
28083         * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps),
28084         (gst_videoscale_init), (gst_videoscale_chain),
28085         (gst_videoscale_set_property), (plugin_init):
28086         * gst/videoscale/gstvideoscale.h:
28087         * gst/videoscale/videoscale.c: (gst_videoscale_setup),
28088         (gst_videoscale_scale_rgb), (gst_videoscale_planar411),
28089         (gst_videoscale_planar400), (gst_videoscale_packed422),
28090         (gst_videoscale_packed422rev), (gst_videoscale_32bit),
28091         (gst_videoscale_24bit), (gst_videoscale_16bit),
28092         (gst_videoscale_bilinear), (gst_videoscale_bicubic),
28093         (gst_videoscale_scale_plane_slow),
28094         (gst_videoscale_scale_point_sample),
28095         (gst_videoscale_scale_nearest),
28096         (gst_videoscale_scale_nearest_str2),
28097         (gst_videoscale_scale_nearest_str4),
28098         (gst_videoscale_scale_nearest_32bit),
28099         (gst_videoscale_scale_nearest_24bit),
28100         (gst_videoscale_scale_nearest_16bit):
28101         add debugging category and use it properly
28102         fix use of GST_PTR_FORMAT
28103
28104 2004-02-25  Andy Wingo  <wingo@pobox.com>
28105
28106         * gst/interleave/interleave.c (interleave_buffered_loop): Always
28107         push only when channel->buffer is NULL. Prevents segfaults doing
28108         the state change after a nonlocal exit, like a scheme exception.
28109
28110         * gst/audioconvert/gstaudioconvert.c (gst_audio_convert_getcaps):
28111         Handle the case where the intersected caps is empty.
28112
28113 2004-02-25  Thomas Vander Stichele  <thomas at apestaart dot org>
28114
28115         * gst/law/mulaw-decode.c: (mulawdec_link):
28116         * gst/law/mulaw.c: (plugin_init):
28117           fix mulawdec so it actually works again
28118
28119 2004-02-24  Arwed v. Merkatz  <v.merkatz@gmx.net>
28120
28121         reviewed by: David Schleef  <ds@schleef.org>
28122
28123         * gst/videofilter/gstgamma.c: (gst_gamma_class_init),
28124         (gst_gamma_init), (gst_gamma_set_property),
28125         (gst_gamma_get_property), (gst_gamma_calculate_tables),
28126         (gst_gamma_rgb24), (gst_gamma_rgb32):  Adds gamma correction
28127         for RGB, with separate r g and b correction factors. (#131167)
28128
28129 2004-02-24  Thomas Vander Stichele  <thomas at apestaart dot org>
28130
28131         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
28132           only signal tags for bitrate if they're > 0 (#134894)
28133
28134 2004-02-24  David Schleef  <ds@schleef.org>
28135
28136         * gst/qtdemux/qtdemux.c: (plugin_init), (gst_qtdemux_loop_header),
28137         (qtdemux_parse_moov), (qtdemux_parse), (qtdemux_node_dump_foreach),
28138         (qtdemux_dump_mvhd), (qtdemux_dump_tkhd), (qtdemux_dump_elst),
28139         (qtdemux_dump_mdhd), (qtdemux_dump_hdlr), (qtdemux_dump_vmhd),
28140         (qtdemux_dump_dref), (qtdemux_dump_stsd), (qtdemux_dump_stts),
28141         (qtdemux_dump_stss), (qtdemux_dump_stsc), (qtdemux_dump_stsz),
28142         (qtdemux_dump_stco), (qtdemux_dump_co64), (qtdemux_dump_dcom),
28143         (qtdemux_dump_cmvd), (qtdemux_parse_tree), (qtdemux_parse_trak):
28144         Cleanups.  Convert g_prints to GST_LOGs.  Add qtdemux debug
28145         category.  Attempt to fix timestamp calculation.
28146
28147 2004-02-24  Johan Dahlin  <johan@gnome.org>
28148
28149         * gst-libs/gst/gconf/gconf.c: Add \n to g_print error messages
28150
28151 2004-02-23  Thomas Vander Stichele  <thomas at apestaart dot org>
28152
28153         * configure.ac:
28154         * gconf/Makefile.am:
28155         * gconf/gstreamer.schemas:
28156         * gst-libs/gst/gconf/Makefile.am:
28157         * gst-libs/gst/gconf/gconf.c:
28158           version gconf schemas and install locations
28159
28160 2004-02-23  Benjamin Otte  <otte@gnome.org>
28161
28162         * ext/xine/xineinput.c: (gst_xine_input_dispose):
28163         (gst_xine_input_subclass_init):
28164           call parent dispose.
28165           change pad template for CD reader correctly
28166         * ext/xine/Makefile.am:
28167         * ext/xine/gstxine.h:
28168         * ext/xine/xine.c: (plugin_init):
28169         * ext/xine/xineaudiosink.c:
28170           wrap audio sinks, too
28171         * gst-libs/gst/resample/private.h:
28172         * gst-libs/gst/resample/resample.c: (gst_resample_init),
28173         (gst_resample_reinit), (gst_resample_scale),
28174         (gst_resample_nearest_s16), (gst_resample_bilinear_s16),
28175         (gst_resample_sinc_slow_s16), (gst_resample_sinc_s16),
28176         (gst_resample_sinc_ft_s16), (gst_resample_nearest_float),
28177         (gst_resample_bilinear_float), (gst_resample_sinc_slow_float),
28178         (gst_resample_sinc_float), (gst_resample_sinc_ft_float):
28179         * gst-libs/gst/resample/resample.h:
28180         * gst/audioscale/gstaudioscale.c: (gst_audioscale_method_get_type),
28181         (gst_audioscale_class_init), (gst_audioscale_link),
28182         (gst_audioscale_get_buffer), (gst_audioscale_init),
28183         (gst_audioscale_chain), (gst_audioscale_set_property),
28184         (gst_audioscale_get_property):
28185         * gst/audioscale/gstaudioscale.h:
28186           s/resample_*/gst_resample_*/i to not clobber namespaces
28187
28188 2004-02-23  Julien MOUTTE  <julien@moutte.net>
28189
28190         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
28191         (gst_riff_create_audio_caps), (gst_riff_create_iavs_caps),
28192         (gst_riff_create_video_template_caps),
28193         (gst_riff_create_audio_template_caps),
28194         (gst_riff_create_iavs_template_caps):
28195         * gst-libs/gst/riff/riff-media.h:
28196         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_base_init),
28197         (gst_asf_demux_audio_caps), (gst_asf_demux_add_audio_stream),
28198         (gst_asf_demux_video_caps), (gst_asf_demux_add_video_stream):
28199         * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream):
28200         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
28201         (gst_matroska_demux_video_caps), (gst_matroska_demux_audio_caps),
28202         (gst_matroska_demux_plugin_init): First batch implementing audio and
28203         video codec tags in demuxers.
28204
28205 2004-02-22  Benjamin Otte  <otte@gnome.org>
28206
28207         * ext/xine/Makefile.am:
28208         * ext/xine/gstxine.h:
28209         * ext/xine/xine.c: (plugin_init):
28210         * ext/xine/xineinput.c:
28211           add input plugin wrapper. Playback from files, http, mms and cdda
28212           works.
28213         * ext/xine/xineaudiodec.c: (gst_xine_audio_dec_chain):
28214           remove leftover G_GNUC_UNUSED
28215         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_stream),
28216         (gst_asf_demux_identify_guid):
28217           improve debugging output
28218
28219 2004-02-22  Benjamin Otte  <otte@gnome.org>
28220
28221         reported by: Padraig O'Briain <padraig.obriain@sun.com>
28222
28223         * autogen.sh:
28224           replace test -e with test -x for mkinstalldirs to be more portable.
28225           (fixes #134816)
28226
28227 2004-02-22  Benjamin Otte  <otte@gnome.org>
28228
28229         reported by: Stefan Kost <kost@imn.htwk-leipzig.de>
28230
28231         * gst/audioconvert/gstaudioconvert.c: (plugin_init):
28232           set rank to PRIMARY
28233         * gst/volume/gstvolume.c: (plugin_init):
28234           set rank to NONE
28235         fixes #134960
28236
28237 2004-02-22   Julio M. Merino Vidal <jmmv@menta.net>
28238
28239         reviewed by Benjamin Otte  <otte@gnome.org>
28240
28241         * ext/flac/gstflacenc.c: (gst_flacenc_chain):
28242           escape NULL strings in GST_ELEMENT_ERROR properly (fixes #135116)
28243
28244 2004-02-22  Benjamin Otte  <otte@gnome.org>
28245
28246         * configure.ac:
28247           export [_]*{gst,Gst,GST}.* symbols from plugins
28248
28249 2004-02-22  Christophe Fergeau <teuf@gnome.org>
28250
28251         reviewed by: Benjamin Otte  <otte@gnome.org>
28252
28253         * ext/lame/gstlame.c: (add_one_tag):
28254         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list):
28255         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_get_tag_value),
28256         (gst_vorbisenc_metadata_set1):
28257         * gst/tags/gstid3tag.c:
28258         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_add):
28259           apply fixes from bugs #135042 (lame can't write tags) and #133817
28260           (add GST_ALBUM_VOLUME_{COUNT,NUMBER} tags)
28261
28262 2004-02-22 Ramon Garcia <ramon_garcia_f@yahoo.com>
28263
28264         * configure.ac: Export only gst_plugin_desc from plugins.
28265          Note that this change only makes any effect with Linux using libtool
28266          1.5.2 or higher. Otherwise it is silently ignored, but it would build
28267          fine. And don't try to have several versions of libtool in different
28268          directories.
28269
28270 2004-02-20  Andy Wingo  <wingo@pobox.com>
28271
28272         * gst/intfloat/, gst/oneton: Removed, replaced by audioconvert and
28273         interleave respectively.
28274
28275         * gst/interleave/deinterleave.c: New plugin: deinterleave
28276         (replaces on oneton).
28277         * gst/interleave/interleave.c: New plugin: interleave.
28278         * gst/interleave/plugin.h: Support file.
28279         * gst/interleave/plugin.c: Support file.
28280
28281         * configure.ac: Remove intfloat and oneton, add interleave.
28282
28283         * ext/sndfile/gstsf.c: Handle events better.
28284
28285         * gst/audioconvert/gstaudioconvert.c: Change to support int2float
28286         and float2int operation. int2float has scheduling problems as
28287         noted in in2float_chain.
28288
28289 2004-02-20  Benjamin Otte  <otte@gnome.org>
28290
28291         * ext/xine/Makefile.am:
28292         * ext/xine/gstxine.h:
28293         * ext/xine/xine.c:
28294         * ext/xine/xineaudiodec.c:
28295         * ext/xine/xinecaps.c:
28296           add first version of xine plugin wrapper. Currently only wraps the
28297           QDM2 win32 DLL, and even that only in proof-of-concept quality.
28298         * configure.ac:
28299         * ext/Makefile.am:
28300           add xine plugin wrapper, disabled by default. Use --enable-xine to
28301           build. Note that it'll segfault on gst-register if you don't remove
28302           the goom and tvtime post plugins from xine.
28303         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event),
28304         (qtdemux_parse), (qtdemux_parse_trak), (qtdemux_audio_caps):
28305           add extradata parsing for QDM2.
28306           change around debugging prints.
28307
28308 2004-02-19  Benjamin Otte  <otte@gnome.org>
28309
28310         * ext/lame/gstlame.c: (gst_lame_chain):
28311         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_chain):
28312           use gst_tag_list_insert when you want to insert tags
28313
28314 2004-02-18  David Schleef  <ds@schleef.org>
28315
28316         * configure.ac:  Move massink to gst-rotten
28317         * ext/Makefile.am:
28318         * ext/mas/Makefile.am:
28319         * ext/mas/massink.c:
28320         * ext/mas/massink.h:
28321
28322 2004-02-18  David Schleef  <ds@schleef.org>
28323
28324         * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init): Disable gdk_pixbuf
28325         typefinding, since it seems to be worse than nothing.
28326         * gst/typefind/gsttypefindfunctions.c: (qt_type_find):  Add ftyp
28327         atom to recognize .mp4 and .m4a files as video/quicktime.
28328
28329 2004-02-18  David Schleef  <ds@schleef.org>
28330
28331         * gst/sine/demo-dparams.c: (quit_live),
28332         (dynparm_log_value_changed), (dynparm_value_changed), (main):
28333         Use double dparams, not float.
28334         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
28335         (gst_sinesrc_init): Change sync default to FALSE, since multiple
28336         sync'd elements don't really work correctly.
28337         * gst/volume/gstvolume.c: (volume_class_init), (volume_init),
28338         (volume_update_volume), (volume_get_property):  Change dparam
28339         to double.
28340
28341 2004-02-18  Julien MOUTTE  <julien@moutte.net>
28342
28343         * sys/ximage/ximagesink.c:
28344         (gst_ximagesink_xwindow_update_geometry),
28345         (gst_ximagesink_renegotiate_size), (gst_ximagesink_handle_xevents),
28346         (gst_ximagesink_change_state), (gst_ximagesink_expose),
28347         (gst_ximagesink_init): Rework the way software video scaling works. So
28348         now we check on each chain call if the video frames are feeling the
28349         window. If not we try to renegotiate caps. On failure we memorize that
28350         and we won't try again for that PLAYING sessions.
28351         * sys/ximage/ximagesink.h: Adding a boolean to store the caps renego
28352         failure.
28353         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_init): initialize the
28354         synchronous flag.
28355
28356 2004-02-18  Thomas Vander Stichele  <thomas at apestaart dot org>
28357
28358         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup):
28359           break up _link so we can give a better debug message for errors
28360
28361 2004-02-18  Thomas Vander Stichele  <thomas at apestaart dot org>
28362
28363         * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init):
28364           set up debug category
28365
28366 2004-02-18  Julien MOUTTE <julien@moutte.net>
28367
28368         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
28369         (gst_ximagesink_handle_xevents), (gst_ximagesink_expose): Reorganizing
28370         the way renegotiation work. The event handling function is not taking
28371         care of external windows and renegotiate method check for pad flags
28372         NEGOTIATING. Should fix : #133209
28373
28374 2004-02-17  Julien MOUTTE  <julien@moutte.net>
28375
28376         * sys/ximage/ximagesink.c: (gst_ximagesink_expose): Checking if the
28377         pad is negotiating before trying renegotiation.
28378
28379 2004-02-17  Thomas Vander Stichele  <thomas at apestaart dot org>
28380
28381         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_type_find):
28382           pass on all possible mime types as typefind hints
28383
28384 2004-02-17  Julien MOUTTE <julien@moutte.net>
28385
28386         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new):
28387         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new): Fix a
28388         possible SHM leak if we crash. All other apps using XShm are doing
28389         that.
28390
28391 2004-02-17  Julien MOUTTE  <julien@moutte.net>
28392
28393         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
28394         (gst_ximagesink_expose): Renegotiate size on expose.
28395         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_expose): Update window
28396         size on expose.
28397
28398 2004-02-16  Benjamin Otte  <in7y118@public.uni-hamburg.de>
28399
28400         * testsuite/alsa/sinesrc.c:
28401           cosmetic fix to fix compile issue with gcc 2.95.4
28402
28403 2004-02-16  Julien MOUTTE <julien@moutte.net>
28404
28405         * ext/alsa/gstalsa.c: (gst_alsa_open_audio),
28406         (gst_alsa_timestamp_to_bytes): Alsa should trigger an error if it
28407         failed opening the audio device.
28408         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
28409         (gst_ximagesink_ximage_destroy), (gst_ximagesink_ximage_put),
28410         (gst_ximagesink_xwindow_new), (gst_ximagesink_xwindow_destroy),
28411         (gst_ximagesink_xwindow_resize), (gst_ximagesink_xwindow_clear),
28412         (gst_ximagesink_renegotiate_size), (gst_ximagesink_handle_xevents),
28413         (gst_ximagesink_xcontext_get), (gst_ximagesink_xcontext_clear),
28414         (gst_ximagesink_change_state), (gst_ximagesink_chain),
28415         (gst_ximagesink_set_xwindow_id): Clearing window in READY TO PAUSED.
28416         Removing some useless g_return_if_fail like wingo suggested.
28417         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
28418         (gst_xvimagesink_xvimage_destroy), (gst_xvimagesink_xvimage_put),
28419         (gst_xvimagesink_xwindow_new), (gst_xvimagesink_xwindow_destroy),
28420         (gst_xvimagesink_xwindow_resize), (gst_xvimagesink_xwindow_clear),
28421         (gst_xvimagesink_update_colorbalance),
28422         (gst_xvimagesink_handle_xevents), (gst_xvimagesink_xcontext_get),
28423         (gst_xvimagesink_xcontext_clear),
28424         (gst_xvimagesink_get_fourcc_from_caps),
28425         (gst_xvimagesink_change_state), (gst_xvimagesink_chain),
28426         (gst_xvimagesink_set_xwindow_id),
28427         (gst_xvimagesink_colorbalance_list_channels),
28428         (gst_xvimagesink_colorbalance_set_value),
28429         (gst_xvimagesink_colorbalance_get_value): Clearing window in READY TO
28430         PAUSED. Removing some useless g_return_if_fail like wingo suggested.
28431
28432 2004-02-16  Thomas Vander Stichele  <thomas at apestaart dot org>
28433
28434         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain):
28435           throw error when not negotiated instead of asserting
28436
28437 2004-02-15  Julien MOUTTE  <julien@moutte.net>
28438
28439         * gst/switch/gstswitch.c: (gst_switch_loop): More fixes for
28440         correct data refcounting.
28441
28442 2004-02-15  Julien MOUTTE  <julien@moutte.net>
28443
28444         * gst/switch/gstswitch.c: (gst_switch_change_state),
28445         (gst_switch_class_init): Cleaning the sinkpads correctly on state
28446         change, mostly the EOS flag.
28447
28448 2004-02-15  Julien MOUTTE  <julien@moutte.net>
28449
28450         * examples/gstplay/player.c: (got_eos), (main): Adding some
28451         output for debugging.
28452         * gst-libs/gst/play/play.c: (gst_play_state_change): Stop our
28453         timeouts if we go to any state different from PLAYING.
28454         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_seek): Fix some
28455         more EOS bugs in riff lib.
28456
28457 2004-02-14  Julien MOUTTE  <julien@moutte.net>
28458
28459         * gst-libs/gst/play/play.c: (gst_play_connect_visualization): Disable
28460         visualization until i find a way to fix switch correctly.
28461         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head): Fix a bug when
28462         EOS arrives.
28463         * gst/switch/gstswitch.c: (gst_switch_release_pad),
28464         (gst_switch_request_new_pad), (gst_switch_poll_sinkpads),
28465         (gst_switch_loop), (gst_switch_dispose), (gst_switch_class_init):
28466         Reworked switch to get a more correct behaviour with events and refing
28467         of data stored in sinkpads.
28468         * gst/switch/gstswitch.h: Adding an eos flag for every sinkpad so that
28469         we don't pull from a pad in EOS.
28470
28471 2004-02-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
28472
28473         * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
28474           remove v1 tag even if we can't read it (makes sure we don't detect
28475           it again)
28476
28477 2004-02-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
28478
28479         * ext/alsa/gstalsa.c: (gst_alsa_pcm_wait),
28480         (gst_alsa_xrun_recovery):
28481         * ext/alsa/gstalsa.h:
28482           try xrun recovery when wait failed. Make xrun recovery function
28483           return TRUE/FALSE to indicate success. (might fix #134354)
28484
28485 2004-02-13  David Schleef  <ds@schleef.org>
28486
28487         * gst/sine/demo-dparams.c: (dynparm_log_value_changed),
28488         (dynparm_value_changed), (main): Convert from float to double.
28489         * gst/sine/gstsinesrc.c: (gst_sinesrc_init): same.
28490
28491 2004-02-13  David Schleef  <ds@schleef.org>
28492
28493         * gst/silence/gstsilence.c: (gst_silence_class_init),
28494         (gst_silence_set_clock), (gst_silence_get),
28495         (gst_silence_set_property), (gst_silence_get_property):
28496         * gst/silence/gstsilence.h: Add sync property.
28497         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
28498         (gst_sinesrc_init), (gst_sinesrc_set_clock), (gst_sinesrc_get),
28499         (gst_sinesrc_set_property), (gst_sinesrc_get_property):
28500         * gst/sine/gstsinesrc.h: Add sync property.
28501
28502 2004-02-13  David Schleef  <ds@schleef.org>
28503
28504         * gst/intfloat/gstint2float.c: (conv_f32_s16),
28505         (gst_int2float_chain_gint16):  Change stdint usage to glib types.
28506
28507 2004-02-13  Thomas Vander Stichele  <thomas at apestaart dot org>
28508
28509         * configure.ac:
28510         * ext/Makefile.am:
28511         * gst-libs/ext/Makefile.am:
28512           move ffmpeg plugin to gst-ffmpeg module
28513
28514 2004-02-13  Thomas Vander Stichele  <thomas at apestaart dot org>
28515
28516         * configure.ac: use GST_ARCH to detect architecture
28517
28518 2004-02-12  Julien MOUTTE  <julien@moutte.net>
28519
28520         * gst/vbidec/vbiscreen.c: Fixing thomasvs fixes. Missing header.
28521
28522 2004-02-12  Thomas Vander Stichele  <thomas at apestaart dot org>
28523
28524         * ext/ladspa/gstladspa.c: (gst_ladspa_base_init):
28525           classify LADSPA plugins based on number of src/sink pads
28526           (#133663, Stefan Kost)
28527         * gst/sine/gstsinesrc.c: (gst_sinesrc_init):
28528           fix dparams registration
28529           (#133528, Stefan Kost)
28530         * gst/vbidec/vbiscreen.c: (vbiscreen_set_current_cell):
28531           fix use of isprint and use g_ascii_isprint instead
28532           (#133316, Stefan Kost)
28533
28534 2004-02-11  David Schleef  <ds@schleef.org>
28535
28536         Convert a few inner loops to use liboil.  This is currently
28537         optional, and is only enabled if liboil is present (duh!).
28538         * configure.ac: Check for liboil-0.1
28539         * gst/intfloat/Makefile.am:
28540         * gst/intfloat/gstint2float.c: (conv_f32_s16), (scalarmult_f32),
28541         (gst_int2float_chain_gint16):
28542         * gst/videofilter/Makefile.am:
28543         * gst/videofilter/gstvideobalance.c: (gst_videobalance_class_init),
28544         (tablelookup_u8), (gst_videobalance_planar411):
28545         * gst/videotestsrc/Makefile.am:
28546         * gst/videotestsrc/gstvideotestsrc.c: (plugin_init):
28547         * gst/videotestsrc/videotestsrc.c: (splat_u8), (paint_hline_YUY2),
28548         (paint_hline_IYU2), (paint_hline_str4), (paint_hline_str3),
28549         (paint_hline_RGB565), (paint_hline_xRGB1555):
28550
28551 2004-02-11  David Schleef  <ds@schleef.org>
28552
28553         * ext/lcs/gstcolorspace.c: (colorspace_find_lcs_format),
28554         (gst_colorspace_caps_get_fourcc), (colorspace_setup_converter),
28555         (gst_colorspace_getcaps), (gst_colorspace_link),
28556         (gst_colorspace_base_init), (gst_colorspace_init),
28557         (gst_colorspace_chain), (gst_colorspace_change_state),
28558         (plugin_init): Merge Ronald's patch (bug #117897) and update
28559         for new caps and negotiation.  Seems to work, although it
28560         shows off bugs in lcs.
28561
28562 2004-02-11  David Schleef  <ds@schleef.org>
28563
28564         * ext/alsa/Makefile.am: Fix linking against libgstinterfaces.
28565         (bug #133886)  Noticed by bugs@leroutier.net (Stephane LOEUILLET)
28566
28567 2004-02-11  David Schleef  <ds@schleef.org>
28568
28569         * ext/librfb/gstrfbsrc.c: (gst_rfbsrc_class_init),
28570         (gst_rfbsrc_change_state), (gst_rfbsrc_init),
28571         (gst_rfbsrc_set_property), (gst_rfbsrc_get_property):
28572         Add server and port properties
28573
28574 2004-02-11  Thomas Vander Stichele  <thomas at apestaart dot org>
28575
28576         * m4/a52.m4:
28577         * m4/aalib.m4:
28578         * m4/as-ffmpeg.m4:
28579         * m4/as-liblame.m4:
28580         * m4/as-slurp-ffmpeg.m4:
28581         * m4/check-libheader.m4:
28582         * m4/esd.m4:
28583         * m4/freetype2.m4:
28584         * m4/gconf-2.m4:
28585         * m4/glib.m4:
28586         * m4/gst-alsa.m4:
28587         * m4/gst-artsc.m4:
28588         * m4/gst-ivorbis.m4:
28589         * m4/gst-matroska.m4:
28590         * m4/gst-sdl.m4:
28591         * m4/gst-shout2.m4:
28592         * m4/gst-sid.m4:
28593         * m4/gtk.m4:
28594         * m4/libdv.m4:
28595         * m4/libfame.m4:
28596         * m4/libmikmod.m4:
28597         * m4/ogg.m4:
28598         * m4/vorbis.m4:
28599           fix underquotedness of macros (#133800)
28600         * m4/as-avifile.m4:
28601         * m4/xmms.m4:
28602           removed because no longer used
28603
28604 2004-02-11  Thomas Vander Stichele  <thomas at apestaart dot org>
28605
28606         * configure.ac:
28607           require gettext 0.11.5 so ulonglong.m4 gets checked out and copied
28608           by autopoint (fixes #132996)
28609
28610 2004-02-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
28611
28612         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_base_init):
28613         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_base_init):
28614         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_base_init):
28615         * ext/ffmpeg/gstffmpegmux.c: (gst_ffmpegmux_base_init):
28616           fix memleaks
28617
28618 2004-02-11  David Schleef  <ds@schleef.org>
28619
28620         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_link),
28621         (gst_gdk_pixbuf_chain): Fix logic bug causing spurious errors.
28622         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_base_init),
28623         (gst_jpegdec_init), (gst_jpegdec_chain): Fix negotiation.
28624         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_base_init),
28625         (gst_jpegenc_class_init), (gst_jpegenc_init),
28626         (gst_jpegenc_getcaps), (gst_jpegenc_link), (gst_jpegenc_resync),
28627         (gst_jpegenc_chain), (gst_jpegenc_set_property),
28628         (gst_jpegenc_get_property):  Fix negotiation.  Add some properties.
28629         * ext/jpeg/gstjpegenc.h: Fix negotiation.
28630
28631 2004-02-10  Benjamin Otte  <in7y118@public.uni-hamburg.de>
28632
28633         * ext/mikmod/gstmikmod.c: (gst_mikmod_init),
28634         (gst_mikmod_srcfixate), (gst_mikmod_srclink), (gst_mikmod_loop):
28635         * ext/mikmod/gstmikmod.h:
28636           fix caps negotiation in mikmod
28637         * ext/ogg/gstoggdemux.c: (gst_ogg_print):
28638           output debug information
28639
28640 2004-02-08  Benjamin Otte  <in7y118@public.uni-hamburg.de>
28641
28642         * gst-libs/gst/colorbalance/Makefile.am:
28643         * gst-libs/gst/navigation/Makefile.am:
28644         * gst-libs/gst/xoverlay/Makefile.am:
28645           remove unused GST_OPT_CFLAGS from Makefiles
28646           include X_CFLAGS and X_LIBS in xoverlay. (#131948)
28647
28648 2004-02-07  David Schleef  <ds@schleef.org>
28649
28650         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_handle_event): Don't
28651         push events to pads that haven't been created (#133508)
28652
28653 2004-02-07  Jan Schmidt  <thaytan@mad.scientist.com>
28654
28655         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_src_convert),
28656         (gst_dvdec_sink_convert), (gst_dvdec_handle_sink_event),
28657         (gst_dvdec_video_getcaps), (gst_dvdec_video_link),
28658         (gst_dvdec_loop), (gst_dvdec_change_state):
28659         Second attempt at committing a working dvdec element.
28660
28661 2004-02-06  David Schleef  <ds@schleef.org>
28662
28663         Build fixes for OS X: (see #129600)
28664         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_strh),
28665         (gst_riff_read_strf_vids), (gst_riff_read_strf_auds),
28666         (gst_riff_read_strf_iavs):
28667         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_avih),
28668         (gst_avi_demux_stream_odml):
28669         * gst/playondemand/Makefile.am:
28670         * gst/rtp/rtp-packet.c:
28671
28672 2004-02-05  David Schleef  <ds@schleef.org>
28673
28674         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_loop): Revert
28675         last change, because it Just Doesn't Compile.
28676
28677 2004-02-05  Benjamin Otte  <in7y118@public.uni-hamburg.de>
28678
28679         * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
28680           skip undecodable id3v2 tag instead of keeping it
28681
28682 2004-02-05  David Schleef  <ds@schleef.org>
28683
28684         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain):
28685         Unref leaked buffer.  (Noticed by Ronald)
28686
28687 2004-02-05  David I. Lehn  <dlehn@users.sourceforge.net>
28688
28689         * pkgconfig/gstreamer-libs-uninstalled.pc.in:
28690         Sync requires with other checks.  >= vs =.
28691
28692 2004-02-06  Jan Schmidt  <thaytan@mad.scientist.com>
28693
28694         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_video_getcaps),
28695         (gst_dvdec_video_link), (gst_dvdec_loop):
28696         * ext/dv/gstdvdec.h:
28697           rework the caps negotiation so that dvdec works again instead
28698           of just segfaulting.
28699
28700 === release 0.7.4 ===
28701
28702 2004-02-06  Thomas Vander Stichele  <thomas at apestaart dot org>
28703
28704         * NEWS: GStreamer Plugins 0.7.4 "For Great Justice" released
28705         * configure.ac: changed for release
28706
28707 2004-02-05  Thomas Vander Stichele  <thomas at apestaart dot org>
28708
28709         * gst-libs/gst/gconf/gstreamer-gconf-uninstalled.pc.in:
28710         * pkgconfig/gstreamer-interfaces-uninstalled.pc.in:
28711         * pkgconfig/gstreamer-libs-uninstalled.pc.in:
28712         * pkgconfig/gstreamer-play-uninstalled.pc.in:
28713           reworked patch by David Lehn to fix libdir and includedir for
28714           uninstalled libraries
28715           removed play and gconf from gstreamer-libs since they have their
28716           own pkgconfig files
28717
28718 2004-02-04  David Schleef  <ds@schleef.org>
28719
28720         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt): Fix a caps
28721         memleak.
28722
28723 2004-02-05  Benjamin Otte  <in7y118@public.uni-hamburg.de>
28724
28725         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_info):
28726           use correct GST_TAG_ENCODER tag
28727
28728 2004-02-05  Benjamin Otte  <in7y118@public.uni-hamburg.de>
28729
28730         * ext/alsa/gstalsa.c: (gst_alsa_change_state):
28731           be sure to stop the clock when going to paused
28732         * sys/oss/gstosssink.c: (gst_osssink_change_state):
28733           reset number of transmitted when going to ready.
28734         fixes #132935
28735
28736 2004-02-05  Charles Schmidt <cschmidt2@emich.edu>
28737
28738         reviewed by Benjamin Otte
28739
28740         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list):
28741           extract track count (fixes #133410)
28742
28743 2004-02-04  Benjamin Otte  <in7y118@public.uni-hamburg.de>
28744
28745         * ext/mad/gstid3tag.c: (gst_id3_tag_do_caps_nego):
28746           that should be !=, not == (fixes #132519)
28747
28748 2004-02-04  David Schleef  <ds@schleef.org>
28749
28750         Make sure set_explicit_caps() is called before adding pad.
28751         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_loop):
28752         * gst/id3/gstid3types.c: (gst_id3types_loop):
28753         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead):
28754         * gst/realmedia/rmdemux.c: (gst_rmdemux_add_stream):
28755
28756 2004-02-04  Thomas Vander Stichele  <thomas at apestaart dot org>
28757
28758         * configure.ac:
28759           bump nano to 2, first prerelease
28760           put back AM_PROG_LIBTOOL
28761
28762 2004-02-04  Thomas Vander Stichele  <thomas at apestaart dot org>
28763
28764         * testsuite/alsa/Makefile.am:
28765           these are user test apps, not automatic testsuite tests
28766
28767 2004-02-04  David Schleef  <ds@schleef.org>
28768
28769         Convert GST_DEBUG_CAPS() to GST_DEBUG():
28770         * gst/mpeg1videoparse/gstmp1videoparse.c:
28771         (mp1videoparse_parse_seq):
28772         * gst/realmedia/rmdemux.c: (gst_rmdemux_add_stream):
28773         * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps):
28774         * sys/xvideo/gstxwindow.c: (_gst_xwindow_new):
28775         * sys/xvideo/xvideosink.c: (gst_xvideosink_sinkconnect),
28776         (gst_xvideosink_getcaps):
28777         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
28778         * testsuite/gst-lint: more tests
28779
28780 2004-02-04  David Schleef  <ds@schleef.org>
28781
28782         Replace use of GST_PAD_FORMATS_FUNCTION() and similar macros
28783         with the code that they would expand to.
28784         * ext/flac/gstflacdec.c: (gst_flacdec_get_src_formats),
28785         (gst_flacdec_get_src_query_types),
28786         (gst_flacdec_get_src_event_masks):
28787         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get_formats),
28788         (gst_gnomevfssrc_get_query_types),
28789         (gst_gnomevfssrc_get_event_mask):
28790
28791 2004-02-04  Benjamin Otte  <in7y118@public.uni-hamburg.de>
28792
28793         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
28794         (gst_sinesrc_dispose):
28795           fix memleak by properly disposing sinesrc
28796
28797 2004-02-04  Julien MOUTTE  <julien@moutte.net>
28798
28799         * gst-libs/gst/xoverlay/xoverlay.c: (gst_x_overlay_expose):
28800         * gst-libs/gst/xoverlay/xoverlay.h: Adding the _expose method to tell
28801         an overlay to redraw the image because it has been exposed.
28802         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_destroy),
28803         (gst_ximagesink_ximage_put), (gst_ximagesink_expose),
28804         (gst_ximagesink_xoverlay_init), (gst_ximagesink_init):
28805         * sys/ximage/ximagesink.h: Implement expose method from XOverlay
28806         interface
28807         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_destroy),
28808         (gst_xvimagesink_xvimage_put), (gst_xvimagesink_expose),
28809         (gst_xvimagesink_xoverlay_init), (gst_xvimagesink_init):
28810         * sys/xvimage/xvimagesink.h: Implement expose method from XOverlay
28811         interface
28812
28813 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
28814
28815         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_type_find):
28816           more memleak fixage
28817
28818 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
28819
28820         * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init):
28821         * gst/typefind/gsttypefindfunctions.c:
28822           fix memleaks shown by gst-typefind
28823
28824 2004-02-03  Thomas Vander Stichele  <thomas at apestaart dot org>
28825
28826         * common/glib-gen.mak:
28827           add hack rule to touch .Plo files
28828         * gst-libs/gst/colorbalance/Makefile.am:
28829         * gst-libs/gst/mixer/Makefile.am:
28830         * gst-libs/gst/play/Makefile.am:
28831         * gst-libs/gst/tuner/Makefile.am:
28832           remove glib_root variable
28833
28834 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
28835
28836         * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream):
28837           set explicit caps before adding the element, so the autopluggers can
28838           plug correctly.
28839         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find),
28840         (mpeg2_sys_type_find), (mpeg1_sys_type_find),
28841         (mpeg_video_type_find), (mpeg_video_stream_type_find),
28842         (dv_type_find):
28843           fix memleaks in typefind functions. gst_type_find_suggest takes a const
28844           argument.
28845
28846 2004-02-03  Thomas Vander Stichele  <thomas at apestaart dot org>
28847
28848         * gst-libs/gst/colorbalance/Makefile.am:
28849         * gst-libs/gst/colorbalance/colorbalance-marshal.list:
28850         * gst-libs/gst/colorbalance/colorbalance.c:
28851         * gst-libs/gst/colorbalance/colorbalance.h:
28852         * gst-libs/gst/colorbalance/colorbalancemarshal.list:
28853         * gst-libs/gst/mixer/Makefile.am:
28854         * gst-libs/gst/mixer/mixer-marshal.list:
28855         * gst-libs/gst/mixer/mixer.c:
28856         * gst-libs/gst/mixer/mixer.h:
28857         * gst-libs/gst/mixer/mixermarshal.list:
28858         * gst-libs/gst/play/Makefile.am:
28859         * gst-libs/gst/play/play.h:
28860         * gst-libs/gst/tuner/Makefile.am:
28861         * gst-libs/gst/tuner/tuner-marshal.list:
28862         * gst-libs/gst/tuner/tuner.c:
28863         * gst-libs/gst/tuner/tuner.h:
28864         * gst-libs/gst/tuner/tunermarshal.list:
28865           use new glib-gen.mak snippet to clean up Makefile.am
28866           fix various bugs in Makefile.am's
28867
28868 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
28869
28870         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain):
28871           handle chain parsing correctly in the multichain case
28872         * ext/theora/theoradec.c: (gst_theora_dec_init), (_theora_ilog),
28873         (theora_dec_from_granulepos), (theora_dec_to_granulepos),
28874         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
28875         (theora_dec_chain):
28876           handle events and queries correctly
28877
28878 2004-02-03  David I. Lehn  <dlehn@users.sourceforge.net>
28879
28880         * .cvsignore:
28881         Ignore generated file _stdint.h.
28882
28883 2004-02-03  David I. Lehn  <dlehn@users.sourceforge.net>
28884
28885         * gst-libs/gst/colorbalance/Makefile.am:
28886         * gst-libs/gst/colorbalance/colorbalance.h:
28887         * gst-libs/gst/mixer/Makefile.am:
28888         * gst-libs/gst/mixer/mixer.h:
28889         * gst-libs/gst/play/Makefile.am:
28890         * gst-libs/gst/play/play.h:
28891         * gst-libs/gst/tuner/Makefile.am:
28892         * gst-libs/gst/tuner/tuner.h:
28893         Generate enum type code with glib-mkenums.
28894         * gst-libs/gst/colorbalance/.cvsignore:
28895         * gst-libs/gst/mixer/.cvsignore:
28896         * gst-libs/gst/play/.cvsignore:
28897         * gst-libs/gst/tuner/.cvsignore:
28898         Ignore generated files.
28899
28900 2004-02-03  David I. Lehn  <dlehn@users.sourceforge.net>
28901
28902         * gst-libs/gst/audio/.cvsignore:
28903         Ignore generated file.
28904         * gst-libs/gst/audio/Makefile.am:
28905         Do not install example filter.
28906
28907 2004-02-03  David I. Lehn  <dlehn@users.sourceforge.net>
28908
28909         * examples/switch/.cvsignore:
28910         Ignore generated file.
28911
28912 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
28913
28914         * common/m4/ax_create_stdint_h.m4:
28915         * configure.ac:
28916           add AX_CREATE_STDINT_H to get correct type definitions for a52dec in
28917           _stdint.h.
28918         * Makefile.am:
28919           remove generated _stdint.h in DISTCLEANFILES
28920         * ext/a52dec/gsta52dec.c:
28921           include _stdint.h for a52dec. (should fix #133064)
28922
28923 2004-02-02  Jeremy Simon  <jesimon@libertysurf.fr>
28924
28925         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_add),
28926         (gst_tag_to_vorbis_comments):
28927         Add replaygain support to vorbistag
28928
28929 2004-02-02  Jeremy Simon  <jesimon@libertysurf.fr>
28930         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps),
28931         (gst_ffmpeg_caps_to_extradata):
28932           Fix SVQ3 caps flag properties
28933           Use glib macro for bytes swap
28934
28935 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
28936
28937         * ext/audiofile/gstafsink.c: (gst_afsink_plugin_init):
28938         * ext/audiofile/gstafsrc.c: (gst_afsrc_plugin_init):
28939         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
28940         * ext/sndfile/gstsf.c: (plugin_init):
28941         * gst/avi/gstavi.c: (plugin_init):
28942         * sys/dxr3/dxr3init.c: (plugin_init):
28943         * sys/oss/gstossaudio.c: (plugin_init):
28944         * sys/v4l/gstv4l.c: (plugin_init):
28945         * sys/v4l2/gstv4l2.c: (plugin_init):
28946           remove textdomain calls
28947         * po/nl.po:
28948           update Dutch translation
28949
28950 2004-02-02  Julien MOUTTE  <julien@moutte.net>
28951
28952         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup),
28953         (gst_play_set_audio_sink): Moving volume in the audio thread for
28954         instantaneous volume change. Maybe i will add another volume in front
28955         of visualization later, not sure yet though.
28956
28957 2004-02-02  Julien MOUTTE  <julien@moutte.net>
28958
28959         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
28960         (gst_ximagesink_handle_xevents): Better X events handling, only take
28961         the latest events for configure and motion.
28962         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents): same.
28963
28964 2004-02-02  Jon Trowbridge  <trow@gnu.org>
28965
28966         reviewed by: David Schleef  <ds@schleef.org>
28967
28968         Fix memory leaks:
28969         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_register):
28970         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_register):
28971
28972 2004-02-02  David Schleef  <ds@schleef.org>
28973
28974         code cleanup.  Change bzero() to memset().  Remove duplicate ; at ends
28975         of lines.
28976         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_event):
28977         * ext/flac/gstflactag.c: (gst_flac_tag_chain):
28978         * ext/xvid/gstxviddec.c: (gst_xviddec_src_link):
28979         * gst-libs/gst/play/play.c: (gst_play_get_sink_element):
28980         * gst/ac3parse/gstac3parse.c: (gst_ac3parse_chain):
28981         * gst/effectv/gstedge.c: (gst_edgetv_sinkconnect):
28982         * gst/effectv/gstvertigo.c: (gst_vertigotv_sinkconnect):
28983         * gst/intfloat/float22int.c: (gst_float2_2_int_getcaps),
28984         (gst_float2_2_int_link):
28985         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_chain_subtitle):
28986         * gst/rtjpeg/RTjpeg.c: (RTjpeg_init_mcompress):
28987         * gst/tcp/gsttcpsink.c: (gst_tcpsink_init_send):
28988         * gst/tcp/gsttcpsrc.c: (gst_tcpsrc_init_receive):
28989         * gst/udp/gstudpsink.c: (gst_udpsink_init_send):
28990         * gst/udp/gstudpsrc.c: (gst_udpsrc_init_receive):
28991         * sys/v4l/gstv4lelement.c: (gst_v4lelement_init):
28992         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_set_capture):
28993         * testsuite/gst-lint: Add tests for bzero and ;;
28994
28995 2004-02-02  David Schleef  <ds@schleef.org>
28996
28997         * gst/debug/efence.c: Add fallback if MAP_ANONYMOUS isn't defined.
28998
28999 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
29000
29001         * ext/aalib/gstaasink.c: (gst_aasink_open):
29002         * ext/alsa/gstalsa.c: (gst_alsa_link), (gst_alsa_xrun_recovery):
29003         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
29004         * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
29005         * ext/audiofile/gstafsink.c: (gst_afsink_open_file),
29006         (gst_afsink_close_file):
29007         * ext/audiofile/gstafsrc.c: (gst_afsrc_open_file),
29008         (gst_afsrc_close_file):
29009         * ext/divx/gstdivxdec.c: (gst_divxdec_setup), (gst_divxdec_chain):
29010         * ext/divx/gstdivxenc.c: (gst_divxenc_setup), (gst_divxenc_chain):
29011         * ext/dv/gstdvdec.c: (gst_dvdec_loop):
29012         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_user_op), (dvdnavsrc_get):
29013         * ext/esd/esdmon.c: (gst_esdmon_get):
29014         * ext/esd/esdsink.c: (gst_esdsink_chain), (gst_esdsink_open_audio):
29015         * ext/faac/gstfaac.c: (gst_faac_chain):
29016         * ext/faad/gstfaad.c: (gst_faad_chain):
29017         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_chain):
29018         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_loop):
29019         * ext/ffmpeg/gstffmpegmux.c: (gst_ffmpegmux_loop):
29020         * ext/flac/gstflacdec.c: (gst_flacdec_error_callback),
29021         (gst_flacdec_loop):
29022         * ext/flac/gstflacenc.c: (gst_flacenc_chain):
29023         * ext/flac/gstflactag.c: (gst_flac_tag_chain):
29024         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_chain):
29025         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file),
29026         (gst_gnomevfssink_close_file):
29027         * ext/gnomevfs/gstgnomevfssrc.c: (audiocast_init),
29028         (gst_gnomevfssrc_open_file):
29029         * ext/ivorbis/vorbisfile.c: (gst_ivorbisfile_loop):
29030         * ext/lame/gstlame.c: (gst_lame_sink_link), (gst_lame_chain):
29031         * ext/lcs/gstcolorspace.c: (gst_colorspace_srcconnect_func):
29032         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event),
29033         (gst_id3_tag_do_typefind), (gst_id3_tag_chain):
29034         * ext/mad/gstmad.c: (gst_mad_chain):
29035         * ext/mikmod/gstmikmod.c: (gst_mikmod_loop):
29036         * ext/mpeg2dec/gstmpeg2dec.c:
29037         * ext/mpeg2enc/gstmpeg2enc.cc:
29038         * ext/mplex/gstmplex.cc:
29039         * ext/mplex/gstmplexibitstream.cc:
29040         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain),
29041         (gst_ogg_demux_push):
29042         * ext/raw1394/gstdv1394src.c:
29043         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_lock),
29044         (gst_sdlvideosink_initsdl), (gst_sdlvideosink_create):
29045         * ext/sndfile/gstsf.c: (gst_sf_open_file), (gst_sf_close_file),
29046         (gst_sf_loop):
29047         * ext/speex/gstspeexenc.c: (gst_speexenc_chain):
29048         * ext/swfdec/gstswfdec.c: (gst_swfdec_loop):
29049         * ext/tarkin/gsttarkindec.c: (gst_tarkindec_chain):
29050         * ext/tarkin/gsttarkinenc.c: (gst_tarkinenc_chain):
29051         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_chain):
29052         * ext/vorbis/vorbisfile.c: (gst_vorbisfile_loop):
29053         * ext/xvid/gstxviddec.c: (gst_xviddec_setup), (gst_xviddec_chain):
29054         * ext/xvid/gstxvidenc.c: (gst_xvidenc_setup), (gst_xvidenc_chain):
29055         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head),
29056         (gst_riff_read_element_data), (gst_riff_read_seek),
29057         (gst_riff_peek_list), (gst_riff_read_list), (gst_riff_read_header):
29058         * gst/adder/gstadder.c: (gst_adder_loop):
29059         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_segment),
29060         (gst_asf_demux_process_stream), (gst_asf_demux_get_stream):
29061         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_init),
29062         (gst_avi_demux_add_stream), (gst_avi_demux_stream_header):
29063         * gst/avi/gstavimux.c: (gst_avimux_stop_file):
29064         * gst/flx/gstflxdec.c: (gst_flxdec_loop):
29065         * gst/goom/gstgoom.c: (gst_goom_chain):
29066         * gst/id3/gstid3types.c: (gst_id3types_loop):
29067         * gst/intfloat/float22int.c: (gst_float2_2_int_chain):
29068         * gst/intfloat/gstfloat2int.c: (gst_float2int_loop):
29069         * gst/intfloat/gstint2float.c: (gst_int2float_chain_gint16):
29070         * gst/matroska/ebml-read.c: (gst_ebml_read_element_id),
29071         (gst_ebml_read_element_length), (gst_ebml_read_element_data),
29072         (gst_ebml_read_seek), (gst_ebml_read_uint), (gst_ebml_read_sint),
29073         (gst_ebml_read_float), (gst_ebml_read_header):
29074         * gst/matroska/matroska-demux.c: (gst_matroska_demux_init_stream),
29075         (gst_matroska_demux_parse_blockgroup):
29076         * gst/monoscope/gstmonoscope.c: (gst_monoscope_chain):
29077         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_loop):
29078         * gst/oneton/gstoneton.c: (gst_oneton_chain):
29079         * gst/silence/gstsilence.c: (gst_silence_get):
29080         * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
29081         * gst/smpte/gstsmpte.c: (gst_smpte_loop):
29082         * gst/speed/gstspeed.c: (speed_loop):
29083         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_chain):
29084         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
29085         * gst/volenv/gstvolenv.c: (gst_volenv_chain):
29086         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain):
29087         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt),
29088         (gst_wavparse_loop):
29089         * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_open),
29090         (dxr3audiosink_set_mode_pcm), (dxr3audiosink_set_mode_ac3),
29091         (dxr3audiosink_close):
29092         * sys/dxr3/dxr3spusink.c: (dxr3spusink_open), (dxr3spusink_close):
29093         * sys/dxr3/dxr3videosink.c: (dxr3videosink_open),
29094         (dxr3videosink_close), (dxr3videosink_write_data):
29095         * sys/oss/gstosselement.c: (gst_osselement_open_audio):
29096         * sys/oss/gstosssink.c: (gst_osssink_chain):
29097         * sys/oss/gstosssrc.c: (gst_osssrc_get):
29098         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_chain):
29099         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_buffer_free):
29100         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_buffer_free):
29101         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay),
29102         (gst_v4l_set_window), (gst_v4l_enable_overlay):
29103         * sys/v4l/v4l_calls.c: (gst_v4l_get_capabilities), (gst_v4l_open),
29104         (gst_v4l_set_chan_norm), (gst_v4l_get_signal),
29105         (gst_v4l_get_frequency), (gst_v4l_set_frequency),
29106         (gst_v4l_get_picture), (gst_v4l_set_picture), (gst_v4l_get_audio),
29107         (gst_v4l_set_audio):
29108         * sys/v4l/v4l_calls.h:
29109         * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_sync_thread),
29110         (gst_v4lmjpegsink_queue_frame), (gst_v4lmjpegsink_set_playback),
29111         (gst_v4lmjpegsink_playback_init),
29112         (gst_v4lmjpegsink_playback_start):
29113         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_queue_frame):
29114         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_queue_frame),
29115         (gst_v4lsrc_sync_frame), (gst_v4lsrc_capture_init),
29116         (gst_v4lsrc_requeue_frame), (gst_v4lsrc_try_palette):
29117         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_get):
29118         * sys/v4l2/v4l2-overlay_calls.c: (gst_v4l2_set_display),
29119         (gst_v4l2_set_window), (gst_v4l2_enable_overlay):
29120         * sys/v4l2/v4l2_calls.c: (gst_v4l2_get_capabilities),
29121         (gst_v4l2_fill_lists), (gst_v4l2_open), (gst_v4l2_get_norm),
29122         (gst_v4l2_set_norm), (gst_v4l2_get_input), (gst_v4l2_set_input),
29123         (gst_v4l2_get_output), (gst_v4l2_set_output),
29124         (gst_v4l2_get_frequency), (gst_v4l2_set_frequency),
29125         (gst_v4l2_signal_strength), (gst_v4l2_get_attribute),
29126         (gst_v4l2_set_attribute):
29127         * sys/v4l2/v4l2_calls.h:
29128         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
29129         (gst_v4l2src_queue_frame), (gst_v4l2src_grab_frame),
29130         (gst_v4l2src_get_capture), (gst_v4l2src_set_capture),
29131         (gst_v4l2src_capture_init), (gst_v4l2src_capture_start),
29132         (gst_v4l2src_capture_stop):
29133         * sys/vcd/vcdsrc.c: (vcdsrc_open_file):
29134         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
29135         (gst_ximagesink_chain):
29136         * sys/xvideo/xvideosink.c: (gst_xvideosink_buffer_new),
29137         (gst_xvideosink_sinkconnect), (gst_xvideosink_chain),
29138         (gst_xvideosink_xwindow_new):
29139         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
29140         (gst_xvimagesink_chain):
29141
29142 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
29143
29144         * gst/volume/gstvolume.c: (gst_volume_set_volume),
29145         (gst_volume_get_volume), (volume_class_init), (volume_init),
29146         (volume_chain_int16), (volume_update_volume):
29147         * gst/volume/gstvolume.h:
29148           make code more readable by removing magic numbers
29149           make mixer interface export 0-100 range
29150           make it internally map to 0.0-1.0 range so users don't distort
29151           output by putting the sliders at full volume
29152
29153 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
29154
29155         * gst-libs/gst/play/play.c: (gst_play_tick_callback),
29156         (gst_play_state_change), (gst_play_seek_to_time):
29157         block the tick callback for 0.5 secs after doing a seek
29158
29159 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
29160
29161         * gst-libs/gst/play/play.c: (gst_play_new):
29162           check for GError
29163
29164 2004-02-01  Julien MOUTTE  <julien@moutte.net>
29165
29166         * gst-libs/gst/play/play.c: (gst_play_seek_to_time),
29167         (gst_play_new): Accepting NULL GError, blocking time tick while seeking.
29168         * sys/ximage/ximagesink.c: (gst_ximagesink_sink_link),
29169         (gst_ximagesink_chain), (gst_ximagesink_init): s/sinkconnect/sink_link
29170         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sink_link),
29171         (gst_xvimagesink_chain), (gst_xvimagesink_init): s/sinkconnect/sink_link
29172
29173 2004-02-01  Thomas Vander Stichele  <thomas at apestaart dot org>
29174
29175         * configure.ac:
29176         * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
29177           check for a function added in vorbis 1.1
29178
29179 2004-01-31  Benjamin Otte  <in7y118@public.uni-hamburg.de>
29180
29181         * ext/alsa/gstalsa.c: (gst_alsa_change_state), (gst_alsa_start),
29182         (gst_alsa_drain_audio), (gst_alsa_stop_audio):
29183           really start/stop clock only on PLAYING <=> PAUSED
29184         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
29185           remove \n from debugging lines
29186         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain):
29187           make it work when seeking does not
29188         * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
29189           reset on DISCONT
29190
29191 2004-01-31  Benjamin Otte  <in7y118@public.uni-hamburg.de>
29192
29193         * ext/alsa/gstalsa.c: (gst_alsa_change_state), (gst_alsa_start):
29194           start clock on PAUSED=>PLAYING, not later
29195         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
29196           extract correct time for different discont formats
29197         (gst_alsa_sink_get_time):
29198           don't segfault when no format is negotiated yet, just return 0
29199         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event),
29200         (gst_ogg_demux_handle_event), (gst_ogg_demux_push),
29201         (gst_ogg_pad_push):
29202           handle flush and discont events correctly
29203         * ext/vorbis/vorbisdec.c: (vorbis_dec_event), (vorbis_dec_chain):
29204           handle discont events correctly
29205
29206 2004-01-31  Thomas Vander Stichele  <thomas at apestaart dot org>
29207
29208         * gst-libs/gst/play/play.c: (gst_play_error_quark),
29209         (gst_play_error_create), (gst_play_error_plugin),
29210         (gst_play_pipeline_setup), (gst_play_init), (gst_play_new):
29211         * gst-libs/gst/play/play.h:
29212           add error handling during creation
29213         * examples/gstplay/player.c: (main):
29214           use new gst_play_new
29215
29216
29217 2004-01-31  Benjamin Otte  <in7y118@public.uni-hamburg.de>
29218
29219         * ext/theora/theoradec.c: (theora_dec_chain):
29220           make comments work
29221         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
29222         (vorbis_dec_src_event), (vorbis_dec_chain):
29223           add encoder tag, fix tag reading to be more error tolerant, change
29224           BITRATE to NOMINAL_BITRATE, add debugging, don't unref events after
29225           gst_pad_event_default.
29226         * gst/tags/gstvorbistag.c:
29227         (gst_tag_list_from_vorbiscomment_buffer):
29228           undefine function specific define at end of function
29229
29230 2004-01-31  Jeremy Simon  <jesimon@libertysurf.fr>
29231
29232         * ext/flac/gstflac.c: (plugin_init):
29233         * ext/flac/gstflacdec.c: (gst_flacdec_class_init):
29234         * ext/flac/gstflacdec.h:
29235         * ext/flac/gstflacenc.h:
29236           Fix typos
29237
29238 2004-01-30  David I. Lehn  <dlehn@users.sourceforge.net>
29239
29240         * examples/gstplay/player.c: s/gstplay.h/play.h/
29241
29242 2004-01-30  Thomas Vander Stichele  <thomas at apestaart dot org>
29243
29244         * gst-libs/gst/play/Makefile.am:
29245         * gst-libs/gst/play/gstplay.c:
29246         * gst-libs/gst/play/gstplay.h:
29247         * gst-libs/gst/play/play.c:
29248           more surgery, operation complete
29249
29250 2004-01-30  Thomas Vander Stichele  <thomas at apestaart dot org>
29251
29252         * gst-libs/gst/play/play.old.c:
29253         * gst-libs/gst/play/play.old.h:
29254           after CVS surgery by moving, remove
29255         * gst-libs/gst/play/playpipelines.c:
29256           remove
29257
29258         * gst/intfloat/float22int.c: (gst_float2_2_int_chain):
29259           add negotiation error
29260
29261 2004-01-30  Thomas Vander Stichele  <thomas at apestaart dot org>
29262
29263         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event),
29264         (gst_ogg_demux_push):
29265           add some seeking debug info
29266           send a flush when seeking
29267
29268 2004-01-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
29269
29270         * configure.ac:
29271           use AC_C_INLINE
29272         * configure.ac:
29273         * ext/Makefile.am:
29274         * ext/theora/Makefile.am:
29275         * ext/theora/theoradec.c:
29276           add theora video decoder. Does just do simple decoding for now and
29277           has been tested against Theora cvs only. It only works when theora
29278           is compiled with --enable-static.
29279         * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
29280           always reset packetno on DISCONT
29281
29282 2004-01-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29283
29284         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead):
29285           Fix audio.
29286
29287 2004-01-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29288
29289         * gst/mpegaudioparse/gstmpegaudioparse.c:
29290         (mp3_type_frame_length_from_header):
29291           Fix header parsing - stolen from ffmpeg (thank you! :) ).
29292
29293 2004-01-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29294
29295         * ext/esd/esdsink.c: (gst_esdsink_init):
29296           Since we have static pad template caps, we don't need to negotiate;
29297           either the core errors out or we know the format.
29298
29299 2004-01-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29300
29301         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head),
29302         (gst_riff_read_seek):
29303         * gst/matroska/ebml-read.c: (gst_ebml_read_element_id),
29304         (gst_ebml_read_seek):
29305           Fix event handling.
29306
29307 2004-01-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
29308
29309         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps):
29310           removee video/x-theora from vp3 decoder, it doesn't handle raw
29311           theora streams
29312         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_init):
29313           fix bug with finalizing element that never went to PAUSED
29314         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query):
29315           length and position queries were swapped
29316         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
29317         (vorbis_dec_from_granulepos), (vorbis_dec_src_query),
29318         (vorbis_dec_src_event):
29319           implement querying time and bytes
29320
29321 2004-01-30  Thomas Vander Stichele  <thomas at apestaart dot org>
29322
29323         * just about every source file:
29324           gst_element_error -> GST_ELEMENT_ERROR
29325
29326 2004-01-29  Julien MOUTTE  <julien@moutte.net>
29327
29328         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get): Fixing seeking
29329         emiting FLUSH and even before DISCONT.
29330         * gst-libs/gst/play/gstplay.c: (gst_play_seek_to_time): Fix seeking to
29331         get the best instant seeking as possible yay!
29332
29333 2004-01-29  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29334
29335         * gst/mpeg1videoparse/gstmp1videoparse.c:
29336         (gst_mp1videoparse_real_chain):
29337           Committed wrong version last week... Grr... Didn't notice until now.
29338
29339 2004-01-29  Julien MOUTTE <julien@moutte.net>
29340
29341         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new):
29342         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_new): Emit the
29343         have_xwindow_id signal in xwindow_create.
29344
29345 2004-01-29  Benjamin Otte  <in7y118@public.uni-hamburg.de>
29346
29347         * ext/ogg/gstoggdemux.c:
29348           lots of changes - mainly support for chained bitstreams, seeking,
29349           querying and bugfixes of course
29350         * ext/vorbis/Makefile.am:
29351         * ext/vorbis/vorbisdec.c:
29352         * ext/vorbis/vorbisdec.h:
29353           add vorbisdec raw vorbis decoder
29354         * ext/vorbis/vorbis.c: (plugin_init):
29355           register vorbisdec as PRIMARY, vorbisfile as SECONDARY
29356         * gst/intfloat/Makefile.am:
29357         * gst/intfloat/float22int.c:
29358         * gst/intfloat/float22int.h:
29359         * gst/intfloat/gstintfloatconvert.c: (plugin_init):
29360           add float2intnew plugin. It converts multichannel interleaved float to
29361           multichannel interleaved int. The name should probably be changed.
29362         * gst/typefind/gsttypefindfunctions.c: (theora_type_find),
29363         (plugin_init):
29364           add typefinding for raw theora video so oggdemux can detect it.
29365
29366 2004-01-28  Julien MOUTTE  <julien@moutte.net>
29367
29368         * gst-libs/gst/play/gstplay.c: (gst_play_seek_to_time): seek on video
29369         sink element first.
29370         * gst/videoscale/gstvideoscale.c:
29371         (gst_videoscale_handle_src_event): Fixing src event handler.
29372
29373 2004-01-28  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29374
29375         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init), (gst_v4lsrc_init),
29376         (gst_v4lsrc_open), (gst_v4lsrc_close),
29377         (gst_v4lsrc_palette_to_caps), (gst_v4lsrc_srcconnect),
29378         (gst_v4lsrc_getcaps), (gst_v4lsrc_set_clock):
29379         * sys/v4l/gstv4lsrc.h:
29380         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_capture_start),
29381         (gst_v4lsrc_grab_frame), (gst_v4lsrc_capture_stop):
29382           Implement resizing... Hack. But that's why v4l is b0rked...
29383
29384 2004-01-28  Julien MOUTTE <julien@moutte.net>
29385
29386         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
29387         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy),
29388         (gst_ximagesink_ximage_put), (gst_ximagesink_xwindow_new),
29389         (gst_ximagesink_xwindow_destroy):
29390         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
29391         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy),
29392         (gst_xvimagesink_xwindow_new), (gst_xvimagesink_xwindow_destroy),
29393         (gst_xvimagesink_xwindow_resize), (gst_xvimagesink_get_xv_support),
29394         (gst_xvimagesink_xcontext_get): Removing some useless debugs messages,
29395         correctly cleaning the image created to check xshm calls on succes,
29396         added a lot of XSync calls in X11 functions, and fixed a segfault when
29397         no image format was defined before negotiation happened.
29398
29399 2004-01-28  Benjamin Otte  <in7y118@public.uni-hamburg.de>
29400
29401         * ext/alsa/gstalsa.c: (gst_alsa_query_func):
29402           use gst_element_get_time to get correct time
29403
29404 2004-01-28  Julien MOUTTE  <julien@moutte.net>
29405
29406         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xerror),
29407         (gst_ximagesink_check_xshm_calls), (gst_ximagesink_ximage_destroy),
29408         (gst_ximagesink_xcontext_get), (gst_ximagesink_class_init):
29409         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xerror),
29410         (gst_xvimagesink_check_xshm_calls),
29411         (gst_xvimagesink_xvimage_destroy), (gst_xvimagesink_xcontext_get): Our
29412         X plugins are now able to detect that XShm calls will fail even if the
29413         server claims that it has XShm support (remote displays most of the
29414         time). We then log the error as a GST_DEBUG and set use_shm to FALSE
29415         so that we use non XShm functions. This feature is almost useless for
29416         xvimagesink as Xv is not supported on remote displays anyway, but
29417         it might happen than even on the local display XShm calls fail.
29418
29419 2004-01-27  David Schleef  <ds@schleef.org>
29420
29421         * ext/esd/esdsink.c: (gst_esdsink_class_init), (gst_esdsink_init),
29422         (gst_esdsink_link), (gst_esdsink_get_time), (gst_esdsink_chain),
29423         (gst_esdsink_change_state):  Fix sync issues in esdsink.  Also
29424         changed esdsink to only use 44100,16,2, since esd sucks at rate
29425         conversion and esdsink has had difficulty negotiating.
29426
29427 2004-01-27  Julien MOUTTE <julien@moutte.net>
29428
29429         * gst-libs/gst/play/gstplay.c: (gst_play_tick_callback),
29430         (gst_play_seek_to_time): Fixing the way to get current position.
29431
29432 2004-01-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
29433
29434         * sys/oss/gstosssink.c: (gst_osssink_sink_query):
29435           use gst_element_get_time to get correct time
29436
29437 2004-01-27  Julien MOUTTE <julien@moutte.net>
29438
29439         * gst-libs/gst/play/gstplay.c: (gst_play_set_location): The easiest
29440         fix ever... Inverting 2 lines of code make spider autoplug correctly
29441         tagged mp3 !
29442
29443 2004-01-27  David Schleef  <ds@schleef.org>
29444
29445         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
29446         Use gst_pad_try_set_caps_nonfixed().
29447
29448 2004-01-27  David Schleef  <ds@schleef.org>
29449
29450         * gst/ac3parse/gstac3parse.c: update to checklist 5
29451         * gst/adder/gstadder.c: rewrite negotiation.  update to checklist 5
29452         * gst/audioconvert/gstaudioconvert.c: update to checklist 5
29453         * gst/audioscale/gstaudioscale.c: same
29454         * gst/auparse/gstauparse.c: same
29455         * gst/avi/gstavidemux.c: same
29456
29457 2004-01-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
29458
29459         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_handle_sink_event):
29460           stop processing after EOS
29461
29462 2004-01-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
29463
29464         * gst/asfdemux/asfheaders.h:
29465         * gst/asfdemux/gstasfdemux.c:
29466         * gst/asfdemux/gstasfmux.c: (gst_asfmux_put_guid),
29467         (gst_asfmux_put_string), (gst_asfmux_put_wav_header),
29468         (gst_asfmux_put_vid_header), (gst_asfmux_put_bmp_header):
29469           lot's of fixes to make data extraction simpler and get the code
29470           architecture and compiler independant. Add debugging category
29471         * gst/goom/gstgoom.c: (gst_goom_change_state):
29472           reset channel count on PAUSED=>READY, not READY=>PAUSED
29473
29474 2004-01-26  Colin Walters  <walters@verbum.org>
29475
29476         * ext/gnomevfs/gstgnomevfssrc.c (gst_gnomevfssrc_get): Remove ugly
29477         code to pull a bigger buffer in iradio mode.  This as a side effect
29478         makes typefinding work.
29479
29480 2004-01-26  Jeremy Simon  <jesimon@libertysurf.fr>
29481
29482         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_caps_to_extradata):
29483         Fix SVQ3 decoding on PPC
29484
29485 2004-01-26  Julien MOUTTE <julien@moutte.net>
29486
29487         * gst/videoscale/gstvideoscale.c: (gst_videoscale_chain): Dunno how
29488         that one managed to stay there... Fixed.
29489
29490 2004-01-26  Jeremy Simon  <jesimon@libertysurf.fr>
29491
29492         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps),
29493         (gst_ffmpeg_caps_to_extradata), (gst_ffmpeg_caps_to_pixfmt):
29494         * gst/qtdemux/qtdemux.c: (plugin_init), (qtdemux_parse_trak),
29495         (qtdemux_video_caps):
29496         * gst/qtdemux/qtdemux.h:
29497         Add SVQ3 specific flags to qtdemux and ffmpeg
29498
29499 2004-01-26  Benjamin Otte  <in7y118@public.uni-hamburg.de>
29500
29501         * gst-libs/gst/audio/audio.h:
29502           remove buffer-frames from audio caps
29503         * gst/audioconvert/gstaudioconvert.c:
29504           fix plugin to really work.
29505
29506 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29507
29508         * gst-libs/gst/mixer/mixer.c:
29509         * gst-libs/gst/propertyprobe/propertyprobe.c:
29510         * gst-libs/gst/tuner/tuner.c: (gst_tuner_find_norm_by_name),
29511         (gst_tuner_find_channel_by_name):
29512         * gst-libs/gst/tuner/tuner.h:
29513           Add gtk-doc style comments. Also fix a function name.
29514
29515 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29516
29517         * ext/divx/gstdivxdec.c: (gst_divxdec_init),
29518         (gst_divxdec_negotiate):
29519           Fix for new capsnego - also fixes gst-player with divxdec.
29520
29521 2004-01-25  Julien MOUTTE  <julien@moutte.net>
29522
29523         * gst-libs/gst/play/gstplay.c: (gst_play_pipeline_setup),
29524         (gst_play_identity_handoff), (gst_play_set_location),
29525         (gst_play_set_visualization), (gst_play_connect_visualization): Another
29526         try in visualization implementation. Still have an issue with switch
29527         blocking when pulling from video_queue and only audio comes out of
29528         spider.
29529         * gst/switch/gstswitch.c: (gst_switch_release_pad),
29530         (gst_switch_poll_sinkpads), (gst_switch_class_init): Implementing pad
29531         release method. And check if the pad is usable before pulling.
29532
29533 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29534
29535         * gst/videofilter/gstvideobalance.c: (gst_videobalance_dispose),
29536         (gst_videobalance_init),
29537         (gst_videobalance_colorbalance_list_channels),
29538         (gst_videobalance_colorbalance_set_value),
29539         (gst_videobalance_colorbalance_get_value),
29540         (gst_videobalance_update_properties),
29541         (gst_videobalance_update_tables_planar411),
29542         (gst_videobalance_planar411):
29543         * gst/videofilter/gstvideobalance.h:
29544           Implement lookup-tables. +/- 10x faster.
29545
29546 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29547
29548         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_avih),
29549         (gst_avi_demux_stream_odml), (gst_avi_demux_stream_index):
29550           The index reading was broken. The rest worked fine, but the whole
29551           goal of my rewrite was to make avidemux readable, and this was
29552           not at all readable. Please use typed variables.
29553
29554 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29555
29556         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_info):
29557           Additional pad usability check.
29558         * gst/mpeg1videoparse/gstmp1videoparse.c: (gst_mp1videoparse_init),
29559         (mp1videoparse_find_next_gop), (gst_mp1videoparse_time_code),
29560         (gst_mp1videoparse_real_chain):
29561           Fix MPEG video stream parsing. The original plugin had several
29562           issues, including not timestamping streams where the source was
29563           not timestamped (this happens with PTS values in mpeg system
29564           streams, but MPEG video is also a valid stream on its own so
29565           that needs timestamps too). We use the display time code for that
29566           for now. Also, if one incoming buffer contains multiple valid
29567           frames, we push them all on correctly now, including proper EOS
29568           handling. Lastly, several potential segfaults were fixed, and we
29569           properly sync on new sequence/gop headers to include them in next,
29570           not previous frames (since they're header for the next frame, not
29571           the previous). Also see #119206.
29572         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain),
29573         (bpf_from_header):
29574           Move caps setting so we only do it after finding several valid
29575           MPEG-1 fraes sequentially, not right after the first one (which
29576           might be coincidental).
29577         * gst/typefind/gsttypefindfunctions.c: (mpeg1_sys_type_find),
29578         (mpeg_video_type_find), (mpeg_video_stream_type_find),
29579         (plugin_init):
29580           Add unsynced MPEG video stream typefinding, and change some
29581           probability values so we detect streams rightly. The idea is as
29582           follows: I can have an unsynced system stream which contains
29583           video. In the current code, I would randomly get a type for either
29584           system or video stream type found, because the probabilities are
29585           being calculated rather randomly. I now use fixed values, so we
29586           always prefer system stream if that was found (and that is how it
29587           should be). If no system stream was found, we can still identity                the stream as video-only.
29588
29589 2004-01-23  Benjamin Otte  <in7y118@public.uni-hamburg.de>
29590
29591         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_avih),
29592         (gst_avi_demux_stream_odml), (gst_avi_demux_stream_index):
29593           don't write to buffer. Extract data without the need of
29594           __attribute__ ((packed))
29595
29596 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29597
29598         * gst/typefind/gsttypefindfunctions.c: (mpeg1_parse_header),
29599         (mpeg1_sys_type_find):
29600           Fix MPEG-1 stream typefinding.
29601
29602 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29603
29604         * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find):
29605           Fix typefinding for MPEG-1 system streams, similar to MPEG-2.
29606
29607 2004-01-23  Thomas Vander Stichele  <thomas at apestaart dot org>
29608
29609         * ext/esd/esdsink.c: (gst_esdsink_open_audio):
29610         * ext/esd/gstesd.c: (plugin_init):
29611           private debugging, better error reporting
29612
29613 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29614
29615         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_class_init),
29616         (gst_riff_read_init), (gst_riff_read_change_state):
29617         * gst-libs/gst/riff/riff-read.h:
29618           Remove stuff fromold metadata system.
29619
29620 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29621
29622         * ext/ogg/gstoggdemux.c:
29623           Fix wrong file comment.
29624         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_info):
29625         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_header):
29626           Add metadata reading properly.
29627
29628 2004-01-23  Thomas Vander Stichele  <thomas at apestaart dot org>
29629
29630         * ext/Makefile.am:
29631           Fix nas DIST_SUBDIRS
29632           Uraeus:
29633           Fix bug where make distcheck doesn't get run on adding stuff to
29634           the build.
29635
29636 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29637
29638         * ext/divx/gstdivxdec.c: (gst_divxdec_init), (gst_divxdec_setup):
29639         * ext/divx/gstdivxdec.h:
29640           Fix divx3 ("msmpeg4") playback using divxdec.
29641
29642 2004-01-23  Benjamin Otte  <in7y118@public.uni-hamburg.de>
29643
29644         * gst/typefind/gsttypefindfunctions.c:
29645         (mp3_type_frame_length_from_header): fix bug in length computation
29646         (mp3_type_find): improve debugging output
29647
29648 2004-01-23  Julien MOUTTE  <julien@moutte.net>
29649
29650         * gst-libs/gst/play/gstplay.c: (gst_play_pipeline_setup),
29651         (gst_play_set_location), (gst_play_seek_to_time),
29652         (gst_play_set_audio_sink), (gst_play_set_visualization),
29653         (gst_play_connect_visualization), (gst_play_get_sink_element): Reworked
29654         the pipeline from scratch. Visualization is back and switch went out as
29655         i realized it was not possible to use the way i wanted.
29656         * sys/ximage/ximagesink.c: (gst_ximagesink_imagepool_clear),
29657         (gst_ximagesink_change_state), (gst_ximagesink_dispose): Move xcontext
29658         clearing in state change from READY to NULL. So that one can clean the
29659         X ressources keeping the element.
29660         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
29661         (gst_xvimagesink_imagepool_clear), (gst_xvimagesink_change_state),
29662         (gst_xvimagesink_colorbalance_set_value),
29663         (gst_xvimagesink_colorbalance_get_value),
29664         (gst_xvimagesink_set_property), (gst_xvimagesink_dispose),
29665         (gst_xvimagesink_init): Same xcontext cleaning than ximagesink in state
29666         change from READY to NULL and fixed some stupid bugs in colorbalance
29667         get/set values. Also added the following feature : when nobody tries to
29668         set some values to the colorbalance levels before the xcontext is
29669         grabbed, then when creating channels list from Xv attributes we set the
29670         internal values to the Xv defaults. This way we handle buggy Xv drivers
29671         that set default hue values far from the middle of the range (Thanks
29672         to Jon Trowbridge for pointing that issue).
29673         * sys/xvimage/xvimagesink.h: Adding a cb_changed boolean to know if
29674         colorbalance levels have been set before xcontext is grabbed.
29675
29676 2004-01-22  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29677
29678         * sys/oss/gstosselement.c: (gst_osselement_class_probe_devices):
29679           Fix the ossmixer case where we shouldn't open /dev/dsp* because
29680           it might block operations (which is bad for a mixer).
29681
29682 2004-01-22  Thomas Vander Stichele  <thomas at apestaart dot org>
29683
29684         * gst-libs/gst/media-info/media-info-priv.c: (have_type_callback),
29685         (deep_notify_callback), (gmi_set_decoder), (gmi_clear_decoder),
29686         (gmip_find_type_pre):
29687         * gst-libs/gst/media-info/media-info-priv.h:
29688         * gst-libs/gst/media-info/media-info.c:
29689         (gst_media_info_instance_init), (gst_media_info_read_idler):
29690         add fakesink to get caps on decoder src pad again
29691         fix callback prototype to match new have_type signal signature
29692
29693 2004-01-22  Thomas Vander Stichele  <thomas at apestaart dot org>
29694
29695         * gst/adder/gstadder.c: (gst_adder_link):
29696           fix non-compile and cut-n-paste code
29697
29698 2004-01-21  David Schleef  <ds@schleef.org>
29699
29700         * ext/swfdec/gstswfdec.c: (gst_swfdec_video_getcaps),
29701         (gst_swfdec_video_link), (copy_image), (gst_swfdec_loop),
29702         (gst_swfdec_init), (gst_swfdec_change_state):
29703         * ext/swfdec/gstswfdec.h:
29704         Fix negotiation.
29705         * gst/adder/gstadder.c: (gst_adder_link), (gst_adder_init),
29706         (gst_adder_request_new_pad): Fix negotiation.
29707         * gst/goom/gstgoom.c: (gst_goom_init), (gst_goom_src_fixate):
29708         Add a fixate function.
29709         * gst/intfloat/gstfloat2int.c:
29710         * gst/intfloat/gstfloat2int.h:
29711         * gst/intfloat/gstint2float.c:
29712         * gst/intfloat/gstint2float.h:
29713         Completely rewrite the negotiation.  Doesn't quite work yet,
29714         due to some buffer-frames problem.
29715
29716 2004-01-21  Thomas Vander Stichele  <thomas at apestaart dot org>
29717
29718         * ext/gnomevfs/gstgnomevfssrc.c:
29719         * sys/v4l2/v4l2_calls.h:
29720           fix includes for distcheck
29721
29722 2004-01-21  Christian Schaller <uraeus@gnome.org>
29723
29724         * ext/nas/
29725         Add libnas (network audio system) plugin, patch from Arwed von Merkatz
29726         based on earlier patch from Laurent Vivier
29727
29728 2004-01-20  Jeremy Simon  <jesimon@libertysurf.fr>
29729
29730         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_caps_to_extradata):
29731         Fix wma caps property
29732         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_audio_caps):
29733         Fix typo (flags1 and flags2)
29734
29735 2004-01-20  Thomas Vander Stichele  <thomas at apestaart dot org>
29736
29737         * gst-libs/gst/media-info/media-info-priv.c:
29738         (deep_notify_callback), (gmi_seek_to_track), (gmi_get_decoder),
29739         (gmip_find_type_pre), (gmip_find_type), (gmip_find_stream_post),
29740         (gmip_find_stream), (gmip_find_track_metadata),
29741         (gmip_find_track_streaminfo_post), (gmip_find_track_streaminfo),
29742         (gmip_find_track_format):
29743         * gst-libs/gst/media-info/media-info-priv.h:
29744         * gst-libs/gst/media-info/media-info-test.c: (main):
29745         * gst-libs/gst/media-info/media-info.c: (gst_media_info_init),
29746         (gst_media_info_read_idler), (gst_media_info_read):
29747         * gst-libs/gst/media-info/media-info.h:
29748           register debugging category and use it for debugging
29749
29750 2004-01-20  Thomas Vander Stichele  <thomas at apestaart dot org>
29751
29752         * ext/vorbis/vorbisfile.c: (gst_vorbisfile_update_streaminfo),
29753         (gst_vorbisfile_new_link):
29754           signal streaminfo through tags
29755
29756 2004-01-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29757
29758         * ext/mplex/gstmplex.cc:
29759         * ext/mplex/gstmplexibitstream.cc:
29760           g++ doesn't like NULL in our i18n/error macros, should be
29761           either (NULL) or ("").
29762
29763 2004-01-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29764
29765         * sys/dxr3/dxr3audiosink.c:
29766         * sys/dxr3/dxr3init.c:
29767         * sys/dxr3/dxr3spusink.c: (dxr3spusink_close):
29768         * sys/dxr3/dxr3videosink.c: (dxr3videosink_close):
29769           Fix more error error error errors (missing includes here).
29770
29771 2004-01-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29772
29773         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
29774           fix thomas' error errors.
29775
29776 2004-01-20  Thomas Vander Stichele  <thomas at apestaart dot org>
29777
29778         * ext/mpeg2enc/gstmpeg2enc.cc:
29779           fix error errors.
29780
29781 2004-01-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29782
29783         * ext/divx/gstdivxdec.c: (gst_divxdec_setup), (gst_divxdec_chain):
29784         * ext/divx/gstdivxenc.c: (gst_divxenc_setup), (gst_divxenc_chain):
29785           Fix for new error system.
29786
29787 2004-01-20  Thomas Vander Stichele  <thomas at apestaart dot org>
29788
29789         * ext/divx/gstdivxenc.c: (gst_divxenc_setup), (gst_divxenc_chain):
29790           fix for new error reporting
29791
29792 2004-01-20  David Schleef  <ds@schleef.org>
29793
29794         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents),
29795         (gst_ximagesink_xcontext_get), (gst_ximagesink_getcaps),
29796         (gst_ximagesink_set_xwindow_id): Change to using a framerate
29797         of [1,100] instead of [0,MAX], since 0 isn't handled correctly,
29798         and neither is 100+, most likely.
29799         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
29800         (gst_xvimagesink_getcaps): same
29801
29802 2004-01-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
29803
29804         * configure.ac:
29805           Up version requirement to 2.0.3 (not yet released) to avoid symbol
29806           clashes with ffmpeg.
29807
29808 2004-01-20  Julien MOUTTE  <julien@moutte.net>
29809
29810         * gst/switch/gstswitch.c: (gst_switch_request_new_pad),
29811         (gst_switch_init): Fixed switch element : proxying link and setting
29812         caps from src to sink on request.
29813
29814 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
29815
29816         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay):
29817         * sys/v4l2/v4l2-overlay_calls.c: (gst_v4l2_set_display),
29818         (gst_v4l2_set_window), (gst_v4l2_enable_overlay):
29819         fix element_error
29820
29821 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
29822
29823         * sys/v4l/v4l_calls.h:
29824         * sys/v4l2/v4l2_calls.h:
29825           element_error fixes
29826
29827 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
29828
29829         * gst-libs/gst/gst-i18n-plugin.h:
29830           add locale.h
29831           remove config.h inclusion
29832
29833 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
29834
29835         * autogen.sh:
29836           adding autopoint invocation
29837         * Makefile.am:
29838         * configure.ac:
29839         * gst-libs/gst/gettext.h:
29840           adding gettext bits
29841         * ext/audiofile/gstafsink.c: (gst_afsink_plugin_init):
29842         * ext/audiofile/gstafsrc.c: (gst_afsrc_plugin_init):
29843         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
29844         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file),
29845         (gst_gnomevfssink_close_file):
29846         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_open_file):
29847         * ext/sndfile/gstsf.c: (gst_sf_loop), (plugin_init):
29848         * gst-libs/gst/gst-i18n-plugin.h:
29849         * gst/avi/gstavi.c: (plugin_init):
29850         * sys/dxr3/dxr3init.c: (plugin_init):
29851         * sys/dxr3/dxr3videosink.c: (dxr3videosink_write_data):
29852         * sys/oss/gstossaudio.c: (plugin_init):
29853         * sys/oss/gstosselement.c: (gst_osselement_open_audio):
29854         * sys/v4l/gstv4l.c: (plugin_init):
29855         * sys/v4l/v4l_calls.c: (gst_v4l_open):
29856         * sys/v4l2/gstv4l2.c: (plugin_init):
29857         * sys/v4l2/v4l2_calls.c: (gst_v4l2_get_capabilities),
29858         (gst_v4l2_fill_lists), (gst_v4l2_get_norm), (gst_v4l2_set_norm),
29859         (gst_v4l2_get_input), (gst_v4l2_set_input), (gst_v4l2_get_output),
29860         (gst_v4l2_set_output), (gst_v4l2_get_frequency),
29861         (gst_v4l2_set_frequency), (gst_v4l2_signal_strength),
29862         (gst_v4l2_get_attribute), (gst_v4l2_set_attribute):
29863           make sure locale and translation domain are set
29864           fix translated strings
29865         * po/.cvsignore:
29866         * po/LINGUAS:
29867         * po/Makevars:
29868         * po/POTFILES.in:
29869         * po/nl.po:
29870           put translation files into place
29871         * sys/xvideo/imagetest.c: (main):
29872         * ext/dv/demo-play.c: (main):
29873           fix unnecessary translations
29874
29875 2004-01-19  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
29876
29877         * ext/sndfile/gstsf.c:
29878         * gst/avi/gstavimux.c:
29879         * ext/audiofile/gstafsink.c:
29880         * ext/audiofile/gstafsrc.c:
29881         * ext/gnomevfs/gstgnomevfssink.c:
29882         * ext/gnomevfs/gstgnomevfssrc.c:
29883         * sys/oss/gstosselement.c:
29884         * sys/v4l/v4l_calls.h:
29885           fix i18n include
29886
29887 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
29888
29889         * sys/v4l2/v4l2_calls.c: (gst_v4l2_get_capabilities),
29890         (gst_v4l2_fill_lists), (gst_v4l2_open), (gst_v4l2_get_norm),
29891         (gst_v4l2_set_norm), (gst_v4l2_get_input), (gst_v4l2_set_input),
29892         (gst_v4l2_get_output), (gst_v4l2_set_output),
29893         (gst_v4l2_get_frequency), (gst_v4l2_set_frequency),
29894         (gst_v4l2_signal_strength), (gst_v4l2_get_attribute),
29895         (gst_v4l2_set_attribute):
29896         update to new error handling
29897
29898 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
29899
29900         * ext/sidplay/gstsiddec.cc:
29901         * gst/modplug/gstmodplug.cc:
29902           parenthese NULL because C++ seems angry about it
29903
29904 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
29905
29906         * gst-libs/gst/gst-i18n-plugin.h:
29907           add skeleton i18n stuff, but needs to be further implemented
29908
29909 2004-01-18  Thomas Vander Stichele  <thomas at apestaart dot org>
29910
29911         * examples/gstplay/player.c: (main):
29912         * ext/aalib/gstaasink.c: (gst_aasink_open):
29913         * ext/alsa/gstalsa.c: (gst_alsa_link), (gst_alsa_xrun_recovery):
29914         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
29915         * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
29916         * ext/audiofile/gstafsink.c: (gst_afsink_open_file),
29917         (gst_afsink_close_file):
29918         * ext/audiofile/gstafsrc.c: (gst_afsrc_open_file),
29919         (gst_afsrc_close_file):
29920         * ext/divx/gstdivxdec.c: (gst_divxdec_setup), (gst_divxdec_chain):
29921         * ext/dv/gstdvdec.c: (gst_dvdec_loop):
29922         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_user_op), (dvdnavsrc_get):
29923         * ext/esd/esdmon.c: (gst_esdmon_get):
29924         * ext/esd/esdsink.c: (gst_esdsink_chain):
29925         * ext/faac/gstfaac.c: (gst_faac_chain):
29926         * ext/faad/gstfaad.c: (gst_faad_chain):
29927         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_chain):
29928         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_loop):
29929         * ext/ffmpeg/gstffmpegmux.c: (gst_ffmpegmux_loop):
29930         * ext/flac/gstflacdec.c: (gst_flacdec_error_callback),
29931         (gst_flacdec_loop):
29932         * ext/flac/gstflacenc.c: (gst_flacenc_chain):
29933         * ext/flac/gstflactag.c: (gst_flac_tag_chain):
29934         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_chain):
29935         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file),
29936         (gst_gnomevfssink_close_file):
29937         * ext/gnomevfs/gstgnomevfssrc.c: (audiocast_init),
29938         (gst_gnomevfssrc_open_file):
29939         * ext/ivorbis/vorbisfile.c: (gst_ivorbisfile_loop):
29940         * ext/lame/gstlame.c: (gst_lame_sink_link), (gst_lame_chain):
29941         * ext/lcs/gstcolorspace.c: (gst_colorspace_srcconnect_func):
29942         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event),
29943         (gst_id3_tag_do_typefind), (gst_id3_tag_chain):
29944         * ext/mad/gstmad.c: (gst_mad_chain):
29945         * ext/mikmod/gstmikmod.c: (gst_mikmod_loop):
29946         * ext/mpeg2dec/gstmpeg2dec.c:
29947         * ext/mpeg2enc/gstmpeg2enc.cc:
29948         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
29949         * ext/mplex/gstmplex.cc:
29950         * ext/mplex/gstmplexibitstream.cc:
29951         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain),
29952         (gst_ogg_demux_push), (gst_ogg_pad_push):
29953         * ext/raw1394/gstdv1394src.c:
29954         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_lock),
29955         (gst_sdlvideosink_initsdl), (gst_sdlvideosink_create):
29956         * ext/sidplay/gstsiddec.cc:
29957         * ext/sndfile/gstsf.c: (gst_sf_open_file), (gst_sf_close_file),
29958         (gst_sf_loop):
29959         * ext/speex/gstspeexenc.c: (gst_speexenc_chain):
29960         * ext/tarkin/gsttarkindec.c: (gst_tarkindec_chain):
29961         * ext/tarkin/gsttarkinenc.c: (gst_tarkinenc_chain):
29962         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_chain):
29963         * ext/vorbis/vorbisfile.c: (gst_vorbisfile_loop):
29964         * ext/xvid/gstxviddec.c: (gst_xviddec_setup), (gst_xviddec_chain):
29965         * ext/xvid/gstxvidenc.c: (gst_xvidenc_setup), (gst_xvidenc_chain):
29966         * gst-libs/gst/Makefile.am:
29967         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head),
29968         (gst_riff_read_element_data), (gst_riff_read_seek),
29969         (gst_riff_peek_list), (gst_riff_read_list), (gst_riff_read_header):
29970         * gst/adder/gstadder.c: (gst_adder_parse_caps), (gst_adder_loop):
29971         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_segment),
29972         (gst_asf_demux_process_stream), (gst_asf_demux_get_stream):
29973         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_init),
29974         (gst_avi_demux_add_stream), (gst_avi_demux_stream_header):
29975         * gst/avi/gstavimux.c: (gst_avimux_stop_file):
29976         * gst/flx/gstflxdec.c: (gst_flxdec_loop):
29977         * gst/goom/gstgoom.c: (gst_goom_chain):
29978         * gst/id3/gstid3types.c: (gst_id3types_loop):
29979         * gst/intfloat/gstfloat2int.c: (gst_float2int_loop):
29980         * gst/intfloat/gstint2float.c: (gst_int2float_chain_gint16):
29981         * gst/matroska/ebml-read.c: (gst_ebml_read_element_id),
29982         (gst_ebml_read_element_length), (gst_ebml_read_element_data),
29983         (gst_ebml_read_seek), (gst_ebml_read_uint), (gst_ebml_read_sint),
29984         (gst_ebml_read_float), (gst_ebml_read_header):
29985         * gst/matroska/matroska-demux.c: (gst_matroska_demux_init_stream),
29986         (gst_matroska_demux_parse_blockgroup):
29987         * gst/modplug/gstmodplug.cc:
29988         * gst/monoscope/gstmonoscope.c: (gst_monoscope_chain):
29989         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_loop):
29990         * gst/oneton/gstoneton.c: (gst_oneton_chain):
29991         * gst/silence/gstsilence.c: (gst_silence_get):
29992         * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
29993         * gst/smpte/gstsmpte.c: (gst_smpte_loop):
29994         * gst/speed/gstspeed.c: (speed_loop):
29995         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_chain):
29996         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
29997         * gst/volenv/gstvolenv.c: (gst_volenv_chain):
29998         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain):
29999         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt),
30000         (gst_wavparse_loop):
30001         * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_open),
30002         (dxr3audiosink_set_mode_pcm), (dxr3audiosink_set_mode_ac3),
30003         (dxr3audiosink_close):
30004         * sys/dxr3/dxr3spusink.c: (dxr3spusink_open), (dxr3spusink_close):
30005         * sys/dxr3/dxr3videosink.c: (dxr3videosink_open),
30006         (dxr3videosink_close), (dxr3videosink_write_data):
30007         * sys/oss/gstosselement.c: (gst_osselement_open_audio):
30008         * sys/oss/gstosselement.h:
30009         * sys/oss/gstosssink.c: (gst_osssink_get_type), (gst_osssink_init),
30010         (gst_osssink_chain):
30011         * sys/oss/gstosssrc.c: (gst_osssrc_get):
30012         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_chain):
30013         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_buffer_free):
30014         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_buffer_free):
30015         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_window),
30016         (gst_v4l_enable_overlay):
30017         * sys/v4l/v4l_calls.c: (gst_v4l_get_capabilities), (gst_v4l_open),
30018         (gst_v4l_set_chan_norm), (gst_v4l_get_signal),
30019         (gst_v4l_get_frequency), (gst_v4l_set_frequency),
30020         (gst_v4l_get_picture), (gst_v4l_set_picture), (gst_v4l_get_audio),
30021         (gst_v4l_set_audio):
30022         * sys/v4l/v4l_calls.h:
30023         * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_sync_thread),
30024         (gst_v4lmjpegsink_queue_frame), (gst_v4lmjpegsink_set_playback),
30025         (gst_v4lmjpegsink_playback_init),
30026         (gst_v4lmjpegsink_playback_start):
30027         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_queue_frame),
30028         (gst_v4lmjpegsrc_sync_next_frame), (gst_v4lmjpegsrc_set_capture),
30029         (gst_v4lmjpegsrc_set_capture_m), (gst_v4lmjpegsrc_capture_init),
30030         (gst_v4lmjpegsrc_requeue_frame):
30031         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_queue_frame),
30032         (gst_v4lsrc_sync_frame), (gst_v4lsrc_capture_init),
30033         (gst_v4lsrc_requeue_frame), (gst_v4lsrc_try_palette):
30034         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_get):
30035         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
30036         (gst_v4l2src_queue_frame), (gst_v4l2src_grab_frame),
30037         (gst_v4l2src_get_capture), (gst_v4l2src_set_capture),
30038         (gst_v4l2src_capture_init), (gst_v4l2src_capture_start),
30039         (gst_v4l2src_capture_stop):
30040         * sys/vcd/vcdsrc.c: (vcdsrc_open_file):
30041         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
30042         (gst_ximagesink_chain):
30043         * sys/xvideo/xvideosink.c: (gst_xvideosink_buffer_new),
30044         (gst_xvideosink_sinkconnect), (gst_xvideosink_chain),
30045         (gst_xvideosink_xwindow_new):
30046         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
30047         (gst_xvimagesink_chain):
30048         use new error signal, function and categories
30049
30050 2004-01-18  Jeremy Simon <jesimon@libertysurf.fr>
30051
30052         * configure.ac:
30053         * ext/Makefile.am:
30054         * ext/musicbrainz/gsttrm.c:
30055         * ext/musicbrainz/gsttrm.h:
30056         * ext/musicbrainz/Makefile.am:
30057         Add a trm plugin
30058
30059 2004-01-18  Julien MOUTTE  <julien@moutte.net>
30060
30061         * sys/ximage/ximagesink.c: (gst_ximagesink_set_property),
30062         (gst_ximagesink_get_property), (gst_ximagesink_class_init): Adding
30063         synchronous property for debugging.
30064         * sys/ximage/ximagesink.h: Adding the synchronous boolean flag.
30065         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
30066         (gst_xvimagesink_set_property): Moving a pointer declaration to a
30067         smaller block, fixing indent.
30068
30069 2004-01-16  David Schleef  <ds@schleef.org>
30070
30071         * gst/videofilter/gstvideobalance.c: Fix regression; changing a
30072         property affects the video stream.
30073         * sys/xvimage/xvimagesink.c:
30074         * sys/xvimage/xvimagesink.h:
30075         Add synchronous property for debugging.  Should probably be
30076         disabled in non-CVS builds.  Make sure that the Xv attribute
30077         exists before we set it (crash!).  Fix a silly float bug that
30078         caused colorbalance to just not work.
30079
30080 2004-01-17  Christian Schaller <Uraeus@gnome.org>
30081
30082         * tools/gst-launch-ext.in - update for new plugins
30083
30084 2004-01-16  David Schleef  <ds@schleef.org>
30085
30086         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_connect): Fix use of
30087         already-freed caps.
30088
30089 2994-01-16  Christian Schaller <Uraeus@gnome.org>
30090
30091         * Update spec for new colorspace plugin and libcaca plugin
30092         * Fix compilation of libcaca plugin (clock -> id)
30093
30094 2004-01-16  Julien MOUTTE <julien@moutte.net>
30095
30096         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_update_colorbalance),
30097         (gst_xvimagesink_xcontext_get), (gst_xvimagesink_change_state),
30098         (gst_xvimagesink_set_xwindow_id),
30099         (gst_xvimagesink_colorbalance_set_value),
30100         (gst_xvimagesink_colorbalance_get_value),
30101         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
30102         (gst_xvimagesink_init), (gst_xvimagesink_class_init): Implementing
30103         correct colorbalance properties. They can now be set when the element
30104         is still in NULL state. The values will be committed to the Xv Port
30105         when xcontext is initialized.
30106         * sys/xvimage/xvimagesink.h: Added hue, saturation, contrast,
30107         brightness int values in the GstXvImagesink structure.
30108
30109 2004-01-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30110
30111         * gst-libs/gst/Makefile.am:
30112           restructure so having local patches works easier.
30113
30114 2004-01-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30115
30116         * ext/mpeg2enc/Makefile.am:
30117         * ext/mpeg2enc/gstmpeg2enc.cc:
30118         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
30119           Bugfix with respect to EOS handling.
30120
30121 2004-01-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30122
30123         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_connect):
30124           Link with right caps (else, it segfaults).
30125         * ext/mplex/gstmplexjob.cc:
30126           Fix for slight API change in 1.6.1.93 release of mjpegtools.
30127
30128 2004-01-15  David Schleef  <ds@schleef.org>
30129
30130         * gst-libs/gst/audio/Makefile.am:
30131         Add gstaudiofiltertemplate.c and building of gstaudiofilterexample.c
30132         from the template.
30133         * gst-libs/gst/audio/gstaudiofilter.c:
30134         * gst-libs/gst/audio/gstaudiofilter.h:
30135         Add bytes_per_sample and size and n_samples calculation.
30136         * gst-libs/gst/audio/gstaudiofilterexample.c:
30137         Remove, now autogenerated.
30138         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
30139         Moved from gstaudiofilterexample, object name changed, code added
30140         so that it actually works.
30141         * gst-libs/gst/audio/make_filter:
30142         Script to build an audiofilter subclass from the template.
30143         * gst/colorspace/Makefile.am:
30144         * gst/colorspace/yuv2yuv.c:
30145         Remove file, since it's GPL, and we don't use it.
30146
30147 2004-01-15  Julien MOUTTE  <julien@moutte.net>
30148
30149         * sys/ximage/ximagesink.c: (gst_ximagesink_chain):
30150         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain): Making both of
30151         them use the buffer free function to test how the buffer was allocated.
30152
30153 2004-01-15  David Schleef  <ds@schleef.org>
30154
30155         * ext/esd/esdsink.c: (gst_esdsink_class_init): Remove property
30156         that handles osssink fallback.
30157         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init),
30158         (gst_audio_convert_getcaps):
30159         * gst/qtdemux/qtdemux.c: (qtdemux_audio_caps):
30160         Add audio/x-qdm2 for QDM2 audio.
30161         * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
30162         * gst/sine/gstsinesrc.h: Add example of how to implement tags.
30163         * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps):
30164         Decrease minimum size to 16x16.
30165         * gst/wavparse/gstwavparse.c:
30166         Convert disabled pad template caps to new caps.
30167         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
30168         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
30169         (gst_xvimagesink_chain): Throw element error when display cannot
30170         be opened.  Increase minimum framerate to 1.0.  Check the data
30171         free function on a buffer to make sure it is the type we expect
30172         before manipulating it.
30173
30174 2004-01-15  Julien MOUTTE <julien@moutte.net>
30175
30176         * gst/videofilter/gstvideobalance.c: (gst_videobalance_init),
30177         (gst_videobalance_colorbalance_set_value): Implement passthru if
30178         settings are in the middle.
30179         * tools/gst-launch-ext.in: Stop using xvideosink, use ximagesink.
30180
30181 2004-01-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30182
30183         * gst/videofilter/Makefile.am:
30184         * gst/volume/Makefile.am:
30185           Since we use videofilter symbols, link to it.
30186
30187 2004-01-15  Julien MOUTTE <julien@moutte.net>
30188
30189         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_interface_init): Setting
30190         mixer interface type to HARDWARE.
30191         * gst-libs/gst/mixer/mixer.c: (gst_mixer_class_init): Adding a default
30192         type to SOFTWARE.
30193         * gst-libs/gst/mixer/mixer.h: Adding mixer interface type and macro.
30194         * gst-libs/gst/mixer/mixertrack.h: Adding mixertrack flag SOFTWARE.
30195         * gst/volume/gstvolume.c: (gst_volume_interface_supported),
30196         (gst_volume_interface_init), (gst_volume_list_tracks),
30197         (gst_volume_set_volume), (gst_volume_get_volume),
30198         (gst_volume_set_mute), (gst_volume_mixer_init),
30199         (gst_volume_dispose), (gst_volume_get_type), (volume_class_init),
30200         (volume_init): Implementing mixer interface.
30201         * gst/volume/gstvolume.h: Adding tracklist for mixer interface.
30202         * sys/oss/gstosselement.c: (gst_osselement_get_type),
30203         (gst_osselement_change_state): Removing some trailing commas in
30204         structures.
30205         * sys/oss/gstossmixer.c: (gst_ossmixer_interface_init): Setting mixer
30206         interface type to HARDWARE.
30207         * sys/v4l/gstv4lcolorbalance.c:
30208         (gst_v4l_color_balance_interface_init): Setting colorbalance interface
30209         type to HARDWARE.
30210         * sys/v4l2/gstv4l2colorbalance.c:
30211         (gst_v4l2_color_balance_interface_init): Setting colorbalance
30212         interface type to HARDWARE.
30213         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain): use exactly the
30214         same code than ximagesink for event handling.
30215
30216 2004-01-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30217
30218         * ext/snapshot/Makefile.am:
30219         * ext/snapshot/gstsnapshot.c: (gst_snapshot_sinkconnect),
30220         (gst_snapshot_chain):
30221         * ext/snapshot/gstsnapshot.h:
30222           This has to be a joke... Snapshot should be connected to a tee,
30223           colorspace element before it and EOS after that, where the other
30224           src of the tee receives normal data.
30225           The current way is *wrong*.
30226
30227 2004-01-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30228
30229         * ext/hermes/gsthermescolorspace.c:
30230           Fix another compile error. Same as below.
30231
30232 2004-01-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30233
30234         * gst/colorspace/gstcolorspace.c:
30235         * gst/colorspace/yuv2yuv.c: (gst_colorspace_yuy2_to_i420),
30236         (gst_colorspace_i420_to_yv12):
30237           Fix compiling... Didn't test if it actually works.
30238
30239 2004-01-15  David Schleef  <ds@schleef.org>
30240
30241         * configure.ac:
30242         * gst/colorspace/Makefile.am:
30243         * gst/colorspace/gstcolorspace.c:
30244         * gst/colorspace/gstcolorspace.h:
30245         * gst/colorspace/yuv2rgb.c:
30246         * gst/colorspace/yuv2rgb.h:
30247         Duplicate the ext/hermes colorspace plugin, and remove Hermes
30248         code and GPL code.  Fix for new caps negotiation.  Rewrite
30249         much of the format handling code, and some of the conversion
30250         code.  Basically, rewrote almost everything.  This element
30251         handles I420, YV12 to RGB conversions.
30252         * ext/hermes/Makefile.am:
30253         * ext/hermes/gsthermescolorspace.c:
30254         Rename colorspace to hermescolorspace.  Fix negotiation issues.
30255         Remove non-Hermes related code.  This element handles lots of
30256         RGB to RGB conversions, but no YUV.
30257         * ext/hermes/gstcolorspace.c:
30258         * ext/hermes/gstcolorspace.h:
30259         * ext/hermes/rgb2yuv.c:
30260         * ext/hermes/yuv2rgb.c:
30261         * ext/hermes/yuv2rgb.h:
30262         * ext/hermes/yuv2rgb_mmx16.s:
30263         * ext/hermes/yuv2yuv.c:
30264         * ext/hermes/yuv2yuv.h:
30265         Remove old code.
30266
30267 2004-01-14  Colin Walters  <walters@verbum.org>
30268
30269         * ext/mad/gstid3tag.c (gst_id3_tag_chain): Don't nego caps if
30270         they've already been.
30271
30272 2004-01-15  Benjamin Otte  <in7y118@public.uni-hamburg.de>
30273
30274         * ext/mad/gstid3tag.c: (gst_id3_tag_do_caps_nego):
30275           assume tag mode when pad is not connected
30276
30277 2004-01-15  Benjamin Otte  <in7y118@public.uni-hamburg.de>
30278
30279         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
30280           Don't update the time of the clock
30281         (gst_alsa_sink_loop):
30282           sync to the clock given to alsasink, not the own clock
30283         * sys/oss/gstosssink.c: (gst_osssink_chain):
30284           sync to the clock
30285         (gst_osssink_change_state):
30286           activate the clock
30287         * sys/ximage/ximagesink.c: (gst_ximagesink_chain):
30288         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain):
30289           remove bogus code that made DISCONT events unhandled
30290         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_video_caps):
30291           explicitly case to double in _set_simple. (fixes 2nd warning in bug
30292           #131502)
30293         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_read_object_header),
30294         (gst_asf_demux_handle_sink_event), (gst_asf_demux_audio_caps),
30295         (gst_asf_demux_add_audio_stream), (gst_asf_demux_video_caps):
30296           convert g_warning because of wrong asf data to GST_WARNINGs (fixes
30297           2nd warning in bug #131502)
30298
30299 2004-01-14  Julien MOUTTE  <julien@moutte.net>
30300
30301         * gst/videofilter/gstvideobalance.c: (gst_videobalance_init),
30302         (gst_videobalance_colorbalance_set_value),
30303         (gst_videobalance_colorbalance_get_value): Fixing videobalance ranges
30304         for colorbalance interface implementation.
30305         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
30306         (gst_ximagesink_set_property), (gst_ximagesink_get_property),
30307         (gst_ximagesink_dispose), (gst_ximagesink_init),
30308         (gst_ximagesink_class_init): Adding DISPLAY property.
30309         * sys/ximage/ximagesink.h: Adding display_name to store display.
30310         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
30311         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
30312         (gst_xvimagesink_dispose), (gst_xvimagesink_init),
30313         (gst_xvimagesink_class_init): Adding DISPLAY property and colorbalance
30314         properties (they still need polishing though for gst-launch use : no
30315         xcontext yet, i ll do that tomorrow).
30316         * sys/xvimage/xvimagesink.h: Adding display_name to store display.
30317
30318 2004-01-14  Julien MOUTTE  <julien@moutte.net>
30319
30320         * gst-libs/gst/play/gstplay.c: (gst_play_pipeline_setup),
30321         (gst_play_set_location), (gst_play_set_visualization): Preparing
30322         switch integration, adding videobalance in the pipeline.
30323
30324 2004-01-14  Julien MOUTTE <julien@moutte.net>
30325
30326         * gst-libs/gst/colorbalance/colorbalance.c:
30327         (gst_color_balance_class_init): Adding a default type.
30328         * gst-libs/gst/colorbalance/colorbalance.h: Adding a macro to access
30329         the type.
30330         * gst/videofilter/gstvideobalance.c: (gst_videobalance_get_type),
30331         (gst_videobalance_dispose), (gst_videobalance_class_init),
30332         (gst_videobalance_init), (gst_videobalance_interface_supported),
30333         (gst_videobalance_interface_init),
30334         (gst_videobalance_colorbalance_list_channels),
30335         (gst_videobalance_colorbalance_set_value),
30336         (gst_videobalance_colorbalance_get_value),
30337         (gst_videobalance_colorbalance_init): Implementing colorbalance
30338         interface.
30339         * gst/videofilter/gstvideobalance.h: Adding colorbalance channels
30340         list.
30341         * sys/ximage/ximagesink.c: (gst_ximagesink_set_xwindow_id): Fixing a
30342         bug which was triggering a BadAccess X error when setting an overlay
30343         before pad was really negotiated.
30344         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_colorbalance_init):
30345         Using the colorbalance type macro.
30346
30347 2004-01-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
30348
30349         * ext/flac/gstflacenc.c: (gst_flacenc_set_metadata),
30350         (gst_flacenc_chain):
30351           handle tags correctly
30352         * gst/tags/gstid3tag.c: (gst_tag_list_new_from_id3v1):
30353           extract ID3v1 tags correctly
30354
30355 2004-01-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30356
30357         * gst/typefind/gsttypefindfunctions.c: (matroska_type_find),
30358         (plugin_init):
30359           Improve matroska typefinding for odd-typed headers...
30360
30361 2004-01-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30362
30363         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream):
30364           Fix for using incremental number on padnames.
30365
30366 2004-01-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30367
30368         * ext/divx/gstdivxdec.c:
30369         * ext/divx/gstdivxenc.c:
30370           Set category to divx4linux instead of divx (too generic).
30371         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
30372         (gst_wavparse_parse_fmt), (gst_wavparse_handle_sink_event),
30373         (gst_wavparse_loop), (gst_wavparse_change_state):
30374         * gst/wavparse/gstwavparse.h:
30375           fix parsing of WAV files with non-standard fmt-tag size and fix
30376           skipping of unrecognized chunks... Someone please fix this thing
30377           to use rifflib so all this is automated.
30378         * sys/v4l/Makefile.am:
30379         * sys/v4l2/Makefile.am:
30380           Add X_CFLAGS because we depend on X (for overlay).
30381
30382 2004-01-14  Jan Schmidt  <thaytan@mad.scientist.com>
30383
30384         * ext/mpeg2dec/gstmpeg2dec.c:
30385           Don't issue a timestamp unless we tagged the frame
30386           with a PTS.
30387
30388 2004-01-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
30389
30390         * gst-libs/gst/play/gstplay.c: (gst_play_tick_callback):
30391           Query the audio element to get the time, not the clock. We're
30392           interested in the element's time here.
30393
30394 2004-01-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
30395
30396         * ext/aalib/gstaasink.c: (gst_aasink_chain):
30397         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
30398         * ext/esd/esdsink.c: (gst_esdsink_chain):
30399         * ext/libcaca/gstcacasink.c: (gst_cacasink_chain):
30400         * ext/mas/massink.c: (gst_massink_chain):
30401         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_chain):
30402         * gst/matroska/matroska-demux.c: (gst_matroska_demux_parse_index),
30403         (gst_matroska_demux_parse_metadata):
30404         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_loop),
30405         (gst_mpeg_parse_release_locks):
30406         * gst/tcp/gsttcpsink.c: (gst_tcpsink_chain):
30407         * gst/udp/gstudpsink.c: (gst_udpsink_chain):
30408         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
30409         * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_chain),
30410         (gst_osssink_change_state):
30411         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_chain):
30412         * sys/ximage/ximagesink.c: (gst_ximagesink_chain):
30413         * sys/xvideo/xvideosink.c: (gst_xvideosink_chain),
30414         (gst_xvideosink_release_locks):
30415         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain):
30416           use element time.
30417         * ext/alsa/gstalsaclock.c: (gst_alsa_clock_start),
30418         (gst_alsa_clock_stop):
30419         * gst-libs/gst/audio/audioclock.c: (gst_audio_clock_set_active),
30420         (gst_audio_clock_get_internal_time):
30421           simplify for use with new clocking code.
30422         * testsuite/alsa/Makefile.am:
30423         * testsuite/alsa/sinesrc.c: (sinesrc_init), (sinesrc_force_caps):
30424           fix testsuite for new caps system
30425
30426 2004-01-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
30427
30428         * ext/flac/gstflacdec.c: (gst_flacdec_update_metadata):
30429         * ext/flac/gstflacenc.c: (add_one_tag):
30430           length is already host endian, no need to convert. Fixes playback of
30431           tagged files on PPC. (bug #128384)
30432
30433 2004-01-13  Julien MOUTTE <julien@moutte.net>
30434
30435         * gst-libs/gst/colorbalance/colorbalance.h: Adding a type to the
30436         colorbalance interface stating if it is hardware based or software
30437         based.
30438         * gst/videofilter/gstvideobalance.c: (gst_videobalance_planar411):
30439         Removing a trailing comma.
30440         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
30441         (gst_xvimagesink_colorbalance_init): Integrating a patch from Jon
30442         Trowbridge <trow@ximian.com> querying Xv adaptor for min/max value as
30443         the documentation seems to be wrong on the -1000 to 1000 interval.
30444
30445 2004-01-12  David Schleef  <ds@schleef.org>
30446
30447         * gst/debug/efence.c: (gst_efence_init), (gst_efence_chain),
30448         (gst_efence_buffer_alloc), (gst_fenced_buffer_new),
30449         (gst_fenced_buffer_default_free), (gst_fenced_buffer_default_copy):
30450         Fix negotiation.  Add a bufferalloc function for the sink pad,
30451         and generally clean up some of the code.
30452
30453 2004-01-12  Julien MOUTTE <julien@moutte.net>
30454
30455         * gst-libs/gst/colorbalance/colorbalancechannel.c:
30456         (gst_color_balance_channel_dispose): Adding safety check in dispose
30457         method.
30458         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
30459         (gst_xvimagesink_xcontext_clear),
30460         (gst_xvimagesink_interface_supported),
30461         (gst_xvimagesink_colorbalance_list_channels),
30462         (gst_xvimagesink_colorbalance_set_value),
30463         (gst_xvimagesink_colorbalance_get_value),
30464         (gst_xvimagesink_colorbalance_init), (gst_xvimagesink_get_type):
30465         Adding colorbalance interface support to set XV parameters such as
30466         HUE, BRIGHTNESS, CONTRAST, SATURATION.
30467         * sys/xvimage/xvimagesink.h: Adding the channels list for colorbalance
30468         interface.
30469
30470 2004-01-12  Thomas Vander Stichele  <thomas at apestaart dot org>
30471
30472         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_get_type),
30473         (gst_audio_convert_class_init), (gst_audioconvert_getcaps),
30474         (gst_audio_convert_init), (gst_audio_convert_set_property),
30475         (gst_audio_convert_get_property), (gst_audio_convert_chain),
30476         (gst_audio_convert_link),
30477         (gst_audio_convert_buffer_to_default_format),
30478         (gst_audio_convert_buffer_from_default_format), (plugin_init):
30479           - implement _getcaps and use it
30480           - improve linking
30481           - remove float caps since no float conversion is actually done
30482           - remove properties and arguments that were to be used for rate
30483             conversion
30484
30485 2004-01-12  Thomas Vander Stichele  <thomas at apestaart dot org>
30486
30487         * gst-libs/gst/audio/audio.c: (_gst_audio_structure_set_list),
30488         (gst_audio_structure_set_int):
30489         * gst-libs/gst/audio/audio.h:
30490           add helper functions for _getcaps matching the standard audio
30491           templates
30492
30493 2004-01-12  David Schleef  <ds@schleef.org>
30494
30495         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
30496         Test that pad is negotiated before getting its caps.
30497
30498 2004-01-12  Julien MOUTTE <julien@moutte.net>
30499
30500         * gst-libs/gst/play/gstplay.c: (gst_play_get_sink_element): When
30501         analyzing the pads of an element the bin is mostly in READY state so
30502         no caps were negotiated. This helper function needs to work with
30503         _get_caps directly then. I was not freeing them though, added that to
30504         fix the mem leak.
30505
30506 2004-01-12  Julien MOUTTE <julien@moutte.net>
30507
30508         * sys/ximage/ximagesink.c: (gst_ximagesink_chain):
30509         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain): Fixing the
30510         direct put buffers detection. I prefer checking GST_BUFFER_PRIVATE
30511         than the free_func.
30512
30513 2004-01-12  Thomas Vander Stichele  <thomas at apestaart dot org>
30514
30515         * sys/oss/gstossaudio.c: (plugin_init):
30516         * sys/oss/gstosselement.c: (gst_osselement_sync_parms):
30517         * sys/oss/gstosselement.h:
30518           make an oss debugging category
30519           make failure more descriptive
30520
30521 2004-01-11  David Schleef  <ds@schleef.org>
30522
30523         * ext/ffmpeg/gstffmpeg.c:
30524         * ext/ffmpeg/gstffmpegcodecmap.c:
30525         * ext/ffmpeg/gstffmpegdec.c:
30526         * ext/ffmpeg/gstffmpegenc.c:
30527         * ext/ffmpeg/gstffmpegprotocol.c:
30528         * ext/gdk_pixbuf/gstgdkanimation.c:
30529         * ext/jpeg/gstjpeg.c:
30530         * ext/libpng/gstpng.c:
30531         * ext/mpeg2dec/perftest.c:
30532         * ext/speex/gstspeex.c:
30533         * gst-libs/gst/resample/dtos.c:
30534         * gst/intfloat/gstintfloatconvert.c:
30535         * gst/oneton/gstoneton.c:
30536         * gst/rtjpeg/RTjpeg.c:
30537         * gst/rtp/gstrtp.c:
30538         * sys/dxr3/dxr3init.c:
30539         * sys/glsink/gstgl_nvimage.c:
30540         * sys/glsink/gstgl_pdrimage.c:
30541         * sys/glsink/gstglsink.c:
30542         * testsuite/gst-lint:
30543         Make sure everybody wraps #include "config.h" in #ifdef HAVE_CONFIG_H
30544
30545 2004-01-11  David Schleef  <ds@schleef.org>
30546
30547         * ext/alsa/gstalsasrc.c: (gst_alsa_src_set_caps):
30548         * ext/faac/gstfaac.c: (gst_faac_sinkconnect):
30549         * ext/gdk_pixbuf/gstgdkanimation.c:
30550         (gst_gdk_animation_iter_create_pixbuf):
30551         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_link),
30552         (gst_gdk_pixbuf_chain):
30553         * ext/gdk_pixbuf/gstgdkpixbuf.h:
30554         * ext/jack/gstjack.c: (gst_jack_change_state):
30555         * ext/xvid/gstxviddec.c: (gst_xviddec_sink_link):
30556         * gst-libs/gst/play/gstplay.c: (gst_play_get_sink_element):
30557         * gst-libs/gst/play/play.c: (gst_play_get_sink_element):
30558         * gst/videofilter/gstvideofilter.c:
30559         (gst_videofilter_set_output_size):
30560         Remove all usage of gst_pad_get_caps(), and replace it with
30561         gst_pad_get_allowed_caps() or gst_pad_get_negotiated_cap().
30562
30563 2004-01-11  David Schleef  <ds@schleef.org>
30564
30565         * configure.ac:
30566         * ext/Makefile.am: Fixes to make ext/libcaca compile.
30567         * ext/divx/gstdivxdec.c:
30568         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_link),
30569         (gst_gdk_pixbuf_init), (gst_gdk_pixbuf_chain): Make gdkpixbufdec
30570         handle images that span multiple buffers.  Now work with both
30571         filesrc ! gdkpixbufdec and qtdemux ! gdkpixbufdec.
30572         * ext/gdk_pixbuf/gstgdkpixbuf.h:
30573         * ext/libcaca/gstcacasink.h: Fixes needed due to recent
30574         video/video.h changes
30575         * ext/xvid/gstxvid.c: (gst_xvid_csp_to_caps): same
30576         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get),
30577         (gst_v4lmjpegsrc_buffer_free): Use buffer free function instead
30578         of GstData free function.
30579         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get), (gst_v4lsrc_buffer_free):
30580         same.
30581
30582 2004-01-12  Benjamin Otte  <in7y118@public.uni-hamburg.de>
30583
30584         * sys/v4l2/gstv4l2element.c: (gst_v4l2element_class_init),
30585         (gst_v4l2element_dispose), (gst_v4l2element_set_property),
30586         (gst_v4l2element_get_property):
30587         * sys/v4l2/v4l2_calls.c: (gst_v4l2_set_defaults), (gst_v4l2_open):
30588           add norm, channel and frequency properties.
30589         * sys/v4l2/gstv4l2tuner.c:
30590           fixes for tuner interface changes
30591         * sys/v4l2/gstv4l2element.h:
30592         * sys/v4l2/gstv4l2src.c:
30593         * sys/v4l2/gstv4l2src.h:
30594         * sys/v4l2/v4l2src_calls.c:
30595         * sys/v4l2/v4l2src_calls.h:
30596           rework v4l2src to work with saa1734 cards and allow mmaped buffers.
30597
30598 2004-01-12  Benjamin Otte  <in7y118@public.uni-hamburg.de>
30599
30600         * gst-libs/gst/tuner/tuner.c: (gst_tuner_class_init),
30601         (gst_tuner_find_norm_by_name), (gst_v4l2_find_channel_by_name),
30602         (gst_tuner_channel_changed), (gst_tuner_norm_changed),
30603         (gst_tuner_frequency_changed), (gst_tuner_signal_changed):
30604         * gst-libs/gst/tuner/tuner.h:
30605           GObjects aren't const.
30606           Add find_by_name functions.
30607           Add checks to _changed functions.
30608         * sys/v4l/gstv4ltuner.c: (gst_v4l_tuner_get_channel),
30609         (gst_v4l_tuner_get_norm):
30610           Fixes for above.
30611
30612 2004-01-12  Benjamin Otte  <in7y118@public.uni-hamburg.de>
30613
30614         * gst-libs/gst/video/video.h:
30615           Fix caps template names to be understandable.
30616           Prefix everything with GST_VIDEO.
30617         * ext/aalib/gstaasink.c:
30618         * ext/divx/gstdivxdec.c:
30619         * ext/divx/gstdivxenc.c:
30620         * ext/gdk_pixbuf/gstgdkpixbuf.c:
30621         * ext/hermes/gstcolorspace.c: (gst_colorspace_base_init):
30622         * ext/jpeg/gstjpegdec.c: (raw_caps_factory):
30623         * ext/jpeg/gstjpegenc.c: (raw_caps_factory):
30624         * ext/libcaca/gstcacasink.c:
30625         * ext/libpng/gstpngenc.c: (raw_caps_factory):
30626         * ext/snapshot/gstsnapshot.c:
30627         * ext/swfdec/gstswfdec.c:
30628         * ext/xvid/gstxviddec.c:
30629         * ext/xvid/gstxvidenc.c:
30630         * gst/chart/gstchart.c:
30631         * gst/deinterlace/gstdeinterlace.c:
30632         * gst/effectv/gsteffectv.c:
30633         * gst/flx/gstflxdec.c: (gst_flxdec_loop):
30634         * gst/goom/gstgoom.c:
30635         * gst/median/gstmedian.c:
30636         * gst/monoscope/gstmonoscope.c: (gst_monoscope_init),
30637         (gst_monoscope_srcconnect), (gst_monoscope_chain):
30638         * gst/overlay/gstoverlay.c:
30639         * gst/smooth/gstsmooth.c:
30640         * gst/smpte/gstsmpte.c:
30641         * gst/synaesthesia/gstsynaesthesia.c:
30642         * gst/videocrop/gstvideocrop.c:
30643         * gst/videodrop/gstvideodrop.c:
30644         * gst/y4m/gsty4mencode.c:
30645         * sys/qcam/gstqcamsrc.c:
30646         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_palette_to_caps):
30647           Make them work with new video.h file.
30648         * sys/ximage/ximagesink.c: (gst_ximagesink_chain),
30649         (gst_ximagesink_buffer_free), (gst_ximagesink_buffer_alloc):
30650         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain),
30651         (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc):
30652           Make it work with new buffer allocation system.
30653
30654 2004-01-11  Julien MOUTTE  <julien@moutte.net>
30655
30656         * ext/ffmpeg/gstffmpegcolorspace.c: (gst_ffmpegcsp_chain): Fixing the
30657         pad_alloc_buffer implementation to use ->srcpad
30658         * ext/hermes/gstcolorspace.c: (gst_colorspace_chain): Fixing the
30659         pad_alloc_buffer implementation to use ->srcpad
30660         * gst/videoscale/gstvideoscale.c: (gst_videoscale_chain):  Fixing the
30661         pad_alloc_buffer implementation to use ->srcpad
30662         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
30663         (gst_ximagesink_chain), (gst_ximagesink_buffer_free),
30664         (gst_ximagesink_buffer_alloc): Now only use GST_BUFFER_PRIVATE to keep
30665         a reference to everything we need.
30666         * sys/ximage/ximagesink.h: adding a reference to the sink in the image.
30667         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
30668         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_free),
30669         (gst_xvimagesink_buffer_alloc): Now only use GST_BUFFER_PRIVATE to keep
30670         a reference to everything we need.
30671         * sys/xvimage/xvimagesink.h: adding a reference to the sink in the image
30672
30673 2004-01-11  David Schleef  <ds@schleef.org>
30674
30675         * ext/divx/gstdivxenc.c: remove bogus gst_caps_is_fixed() test
30676         * gst/debug/efence.c: (gst_efence_chain), (gst_fenced_buffer_new),
30677         (gst_fenced_buffer_default_copy): Fix for rename of buffer private
30678         structure members.
30679         * gst/effectv/gstwarp.c: (gst_warptv_setup): Don't reset the time
30680         value during a resize/renegotiation.
30681         * gst/videofilter/gstvideofilter.c: (gst_videofilter_chain): use
30682         gst_pad_alloc_buffer();
30683         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get),
30684         (gst_v4lmjpegsrc_buffer_free): Fix for rename of buffer private
30685         structure members.
30686         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get), (gst_v4lsrc_buffer_free):
30687         Fix for rename of buffer private structure members.
30688         * sys/ximage/ximagesink.c: (gst_ximagesink_chain),
30689         (gst_ximagesink_buffer_free), (gst_ximagesink_buffer_alloc):
30690         Fix for rename of buffer private structure members.
30691         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain),
30692         (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc):
30693         Fix for rename of buffer private structure members.
30694
30695 2004-01-11  Arwed v. Merkatz <v.merkatz@gmx.net>
30696
30697         reviewed by: David Schleef <ds@schleef.org>
30698
30699         * gst/videofilter/Makefile.am:
30700         * gst/videofilter/gstgamma.c: Gamma correction filter.  Modified
30701         from the patch by ds to fit in with recent make_filter changes.
30702
30703 2004-01-11  Julien MOUTTE  <julien@moutte.net>
30704
30705         * configure.ac: Adding examples/switch/Makefile
30706         * examples/Makefile.am: Adding examples/switch
30707         * examples/switch/Makefile.am: Adding switcher example.
30708         * examples/switch/switcher.c: (got_eos), (idle_iterate),
30709         (switch_timer), (main): Adding an example demonstrating switch usage
30710         with 2 videotestsrc showing different patterns.
30711         * gst/switch/gstswitch.c: (gst_switch_request_new_pad),
30712         (gst_switch_init): Fixing switch with the new caps system.
30713
30714 2004-01-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
30715
30716         * gst-libs/gst/video/video.h:
30717           Fix 32bit caps. Issue remaining: The macro names are chosen poorly.
30718           They should probably be like
30719           GST_VIDEO_PAD_TEMPLATE_CAPS_{RGB,BGR,RGBx,BGRx}.
30720
30721 2004-01-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
30722
30723         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
30724         (qtdemux_parse_trak):
30725           fix audio chunk size/timestamp calculation
30726
30727 2004-01-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
30728
30729         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps):
30730           fix SVQ3 caps
30731
30732 2004-01-11  Steve Baker  <steve@stevebaker.org>
30733
30734         * gst/effectv/gstaging.c: (gst_agingtv_get_type),
30735         (gst_agingtv_base_init), (gst_agingtv_class_init),
30736         (gst_agingtv_init), (gst_agingtv_setup), (gst_agingtv_rgb32),
30737         (gst_agingtv_set_property), (gst_agingtv_get_property):
30738         Port agingTV to videofilter
30739
30740 2004-01-09  Julien MOUTTE <julien@moutte.net>
30741
30742         * ext/hermes/gstcolorspace.c: (gst_colorspace_chain):
30743         Implementing gst_pad_alloc_buffer to use optimized buffer allocation.
30744
30745 2004-01-09  Julien MOUTTE <julien@moutte.net>
30746
30747         * ext/ffmpeg/gstffmpegcolorspace.c: (gst_ffmpegcsp_chain):
30748         Implementing gst_pad_alloc_buffer to use optimized buffer allocation.
30749         * gst-libs/gst/xoverlay/xoverlay.c:
30750         (gst_x_overlay_got_desired_size): Updating doc for the xid being 0.
30751         * gst/videoscale/gstvideoscale.c: (gst_videoscale_chain):
30752         Implementing gst_pad_alloc_buffer to use optimized buffer allocation.
30753         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
30754         Implementing gst_pad_alloc_buffer to use optimized buffer allocation.
30755         * sys/ximage/ximagesink.c: (gst_ximagesink_chain),
30756         (gst_ximagesink_buffer_free), (gst_ximagesink_buffer_alloc),
30757         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_init): Implementing
30758         the bufferalloc_function to replace bufferpools, fixing the XOverlay
30759         interface implementation to handle xid being 0 and fix some bugs
30760         triggered by Benjamin's testcase.
30761         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain),
30762         (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc),
30763         (gst_xvimagesink_set_xwindow_id), (gst_xvimagesink_init): Implementing
30764         the bufferalloc_function to replace bufferpools, fixing the XOverlay
30765         interface implementation to handle xid being 0 and fix some bugs
30766         triggered by Benjamin's testcase.
30767
30768 2004-01-09  David Schleef  <ds@schleef.org>
30769
30770         * ext/librfb/gstrfbsrc.c:  Hacking.  Added actual decoding and
30771         mouse pointer events.  It works.
30772
30773 2004-01-09  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30774
30775         * ext/divx/gstdivxenc.c: (gst_divxenc_init):
30776           Use explicit caps - fix capsnego.
30777         * ext/xvid/gstxviddec.c:
30778         * ext/xvid/gstxvidenc.c:
30779           Remove macro-inside-macro which caused compile errors.
30780         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_header):
30781           Error out if it's not a RIFF file. Else we error out without
30782           gst_element_error() which is not good...
30783
30784 2004-01-08  David Schleef  <ds@schleef.org>
30785
30786         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_connect):
30787         Fix pad_link function to handle formats that ffmpeg returns
30788         as multiple caps structures.
30789         * gst/videofilter/gstvideofilter.c: (gst_videofilter_chain):
30790         Only complain if source buffer is _smaller_ than expected.
30791         * gst/videoscale/gstvideoscale.c: (gst_videoscale_init),
30792         (gst_videoscale_handle_src_event): Resize navigation events
30793         when passing them upstream.
30794         * gst/videotestsrc/gstvideotestsrc.c:
30795         * gst/videotestsrc/gstvideotestsrc.h:
30796         * gst/videotestsrc/videotestsrc.c:
30797         * gst/videotestsrc/videotestsrc.h:
30798         Rewrite many of the buffer painting functions to handle odd
30799         sizes (for many formats, size%4!=0 or size%8!=0).  Most have
30800         been verified to work with my video card.
30801         * testsuite/gst-lint:  Add check for elements calling
30802         gst_pad_get_caps() instead of gst_pad_get_allowed_caps().
30803
30804 2004-01-08  David Schleef  <ds@schleef.org>
30805
30806         * gst/videodrop/gstvideodrop.c: (gst_videodrop_getcaps),
30807         (gst_videodrop_link), (gst_videodrop_init): Fix negotiation.
30808
30809 2004-01-08  Julien MOUTTE  <julien@moutte.net>
30810
30811         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents): A
30812         configure event is not emiting the desired size signal. That fixes
30813         aspect ratio issues with gst-player.
30814
30815 2004-01-08  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30816
30817         * gst/median/gstmedian.c: (gst_median_link), (gst_median_init):
30818           Fix capsnego.
30819
30820 2004-01-08  Julien MOUTTE  <julien@moutte.net>
30821
30822         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_create): Using XOverlay
30823         public method to fire size signal.
30824
30825 2004-01-07  Julien MOUTTE  <julien@moutte.net>
30826
30827         * examples/gstplay/Makefile.am: Adding the interface library.
30828         * gst-libs/gst/play/Makefile.am: Adding the interface library.
30829         * gst-libs/gst/play/gstplay.c: (gst_play_set_video_sink): Connecting to         the XOverlay size signal instead of GstVideoSink.
30830         * gst-libs/gst/play/gstplay.h: Including the XOverlay interface to check
30831         GST_IS_X_OVERLAY before signal connect.
30832         * gst-libs/gst/video/gstvideosink.c: (gst_videosink_class_init):
30833         Removing the have_video_size signal.
30834         * gst-libs/gst/video/gstvideosink.h: Removing the have_video_size signal
30835         and associated public method.
30836         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents),
30837         (gst_ximagesink_sinkconnect): Using XOverlay public method to fire size
30838         signal.
30839         * sys/xvideo/xvideosink.c: (gst_xvideosink_sinkconnect),
30840         (gst_xvideosink_xwindow_new): Using XOverlay public method to fire size
30841         signal.
30842         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sinkconnect):
30843         Using XOverlay public method to fire size signal.
30844
30845 2004-01-07  David Schleef  <ds@schleef.org>
30846
30847         * gst/videofilter/Makefile.am:
30848         * gst/videofilter/gstvideotemplate.c:
30849         * gst/videofilter/make_filter:
30850         Create gstvideoexample.c in a srcdir!=builddir friendly way.
30851         Convert make_filter to /bin/sh script.
30852
30853 2004-01-07  Thomas Vander Stichele  <thomas at apestaart dot org>
30854
30855         * gst/modplug/gstmodplug.cc: fix element description
30856
30857 2004-01-07  Julien MOUTTE  <julien@moutte.net>
30858
30859         * examples/gstplay/player.c: (got_time_tick), (got_stream_length),
30860         (got_video_size): Adding some new lines in g_print calls.
30861         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new),
30862         (gst_ximagesink_xwindow_destroy), (gst_ximagesink_xwindow_resize),
30863         (gst_ximagesink_handle_xevents), (gst_ximagesink_fixate),
30864         (gst_ximagesink_sinkconnect), (gst_ximagesink_change_state),
30865         (gst_ximagesink_chain), (gst_ximagesink_buffer_new),
30866         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_get_desired_size):
30867         Complete code review, reverting some stuff i disagree with, adding
30868         some fixes : time synchronization on invalid timestamps, renegotiation
30869         of private window.
30870         * sys/ximage/ximagesink.h:
30871         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_destroy),
30872         (gst_xvimagesink_xwindow_resize), (gst_xvimagesink_handle_xevents),
30873         (gst_xvimagesink_get_xv_support), (gst_xvimagesink_xcontext_get),
30874         (gst_xvimagesink_fixate), (gst_xvimagesink_sinkconnect),
30875         (gst_xvimagesink_change_state), (gst_xvimagesink_chain),
30876         (gst_xvimagesink_buffer_new),
30877         (gst_xvimagesink_navigation_send_event),
30878         (gst_xvimagesink_set_xwindow_id),
30879         (gst_xvimagesink_get_desired_size),
30880         (gst_xvimagesink_xoverlay_init): Complete code review, reverting some
30881         stuff i disagree with, adding some fixes : Renegotiation of private
30882         window, implementing get_desired_size.
30883
30884 2004-01-07  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30885
30886         * ext/audiofile/gstafsink.c: (gst_afsink_init), (gst_afsink_chain),
30887         (gst_afsink_handle_event):
30888         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_init):
30889         * gst/avi/gstavimux.c: (gst_avimux_request_new_pad):
30890         * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_init):
30891         * sys/dxr3/dxr3spusink.c: (dxr3spusink_init):
30892         * sys/dxr3/dxr3videosink.c: (dxr3videosink_init):
30893           Fix for instantiate-test (see core). Also remove dead code from
30894           jpegenc (which still needs fixing, but that's lower on my TODO
30895           list...).
30896         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_getcaps):
30897           Never return NULL as caps.
30898
30899 2004-01-07  David Schleef  <ds@schleef.org>
30900
30901         * configure.ac:
30902         * ext/Makefile.am:
30903         * ext/librfb/Makefile.am:
30904         * ext/librfb/gstrfbsrc.c:
30905         New source plugin based on librfb-0.1.  RFB (remote framebuffer)
30906         is the protocol used by VNC.
30907
30908 2004-01-07  David Schleef  <ds@schleef.org>
30909
30910         * gst/videofilter/gstvideotemplate.c:
30911         * gst/videofilter/gstvideotemplate.h:
30912         * gst/videofilter/make_filter:
30913         Merge videotemplate header into source file.
30914         * gst/effectv/Makefile.am:
30915         * gst/effectv/gsteffectv.c: (plugin_init):
30916         * gst/effectv/gstwarp.c:
30917         Make warpTV a subclass of videofilter.
30918
30919 2004-01-07  Benjamin Otte  <in7y118@public.uni-hamburg.de>
30920
30921         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list):
30922           Add guard against invalid utf-8 conversions in mad. Just in case.
30923
30924 2004-01-07  Benjamin Otte  <in7y118@public.uni-hamburg.de>
30925
30926         * sys/oss/gstosssink.c: (gst_osssink_sink_fixate):
30927           Fix for bug shown by poisoning
30928
30929 2004-01-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30930
30931         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get),
30932         (gst_v4lmjpegsrc_buffer_free):
30933         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_palette_to_caps),
30934         (gst_v4lsrc_srcconnect), (gst_v4lsrc_getcaps), (gst_v4lsrc_get),
30935         (gst_v4lsrc_buffer_free):
30936           Fix for removed bufferpools.
30937
30938 2004-01-07  Jan Schmidt  <thaytan@mad.scientist.com>
30939
30940         * ext/dv/gstdvdec.c: (gst_dvdec_loop):
30941         Fix caps negotiation.
30942
30943         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_class_init),
30944         (dvdnavsrc_update_buttoninfo), (dvdnavsrc_get),
30945         (dvdnavsrc_get_event_mask), (dvdnav_handle_navigation_event),
30946         (dvdnavsrc_event):
30947         * ext/mpeg2dec/gstmpeg2dec.c:
30948         * gst-libs/gst/navigation/navigation.c:
30949         (gst_navigation_send_key_event), (gst_navigation_send_mouse_event):
30950         * gst-libs/gst/navigation/navigation.h:
30951         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_handle_src_event):
30952         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents):
30953         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents):
30954         Super-simple first version of mouse and keyboard events. Clicking
30955         on a DVD menu now works, although it may not take you where you
30956         expected.
30957
30958         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_fixate):
30959         * gst/videotestsrc/gstvideotestsrc.c:
30960         (gst_videotestsrc_src_fixate):
30961         These fixate functions were broken - they never actually
30962         fixated :)
30963
30964 2004-01-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30965
30966         * ext/shout/gstshout.c: (gst_icecastsend_base_init),
30967         (gst_icecastsend_init):
30968           fix for new caps system.
30969         * gst-libs/gst/mixer/mixertrack.h:
30970         * sys/oss/gstossmixer.c: (gst_ossmixer_build_list):
30971           Add 'master track' flag (for tools like ACME that only want to
30972           change the main volume).
30973
30974 2004-01-07  Jan Schmidt  <thaytan@mad.scientist.com>
30975
30976         * ext/xvid/gstxvid.c: (gst_xvid_structure_to_csp),
30977         (gst_xvid_csp_to_caps):
30978         * ext/xvid/gstxviddec.c: (gst_xviddec_src_getcaps):
30979         * ext/xvid/gstxvidenc.c:
30980         ifdef out ARGB type when it isn't available
30981         in xvidcore 1.0.0beta2
30982
30983 2004-01-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30984
30985         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_loop):
30986           When we have received a new SCR right in the first buffer after
30987           a seek (so in the same cycle that handles the discont), we should
30988           handle the buffer instead of unreffing it, else we lose data.
30989
30990 2004-01-06  Iain <iain@prettypeople.org>
30991
30992         * gst/intfloat/gstint2float.c (gst_int2float_link): Set the
30993           buffer-frames caps too.
30994
30995         * gst/oneton/gstoneton.c (gst_oneton_sink_connect): Only create the new
30996           caps that we need, don't destroy them all and rebuild them. And when
30997           creating src pads, use the src pad template rather than the sink...
30998
30999 2004-01-05  Ronald Bultje  <rbultje@ronald.bitfreak.net>
31000
31001         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead):
31002           Add pad to element *after* setting functions such as event handler.
31003           Without this, the scheduler (opt) will link pads, set the event
31004           handler from the default event function (dispatcher in gstpad.c)
31005           and *after* that, we will set our own event function, which will
31006           thus never be used (and thus mpegdemux doesn't handle events).
31007
31008 2004-01-04  David Schleef  <ds@schleef.org>
31009
31010         Fix the fixate functions to handle new prototype:
31011         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_fixate):
31012         * gst/videotestsrc/gstvideotestsrc.c:
31013         (gst_videotestsrc_src_fixate):
31014         * sys/oss/gstosssink.c: (gst_osssink_sink_fixate):
31015         * sys/ximage/ximagesink.c: (gst_ximagesink_fixate):
31016         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_fixate):
31017
31018 2004-01-04  Benjamin Otte  <in7y118@public.uni-hamburg.de>
31019
31020         * sys/ximage/ximagesink.h:
31021         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new),
31022         (gst_ximagesink_xwindow_destroy), (gst_ximagesink_sinkconnect),
31023         (gst_ximagesink_change_state), (gst_ximagesink_set_xwindow_id),
31024         (gst_ximagesink_xoverlay_init):
31025           assorted fixes to make (re)embedding work
31026         * sys/ximage/ximagesink.c: (gst_ximagesink_sinkconnect),
31027         (gst_ximagesink_get_desired_size):
31028           implement desired size additions to XOverlay
31029
31030 2004-01-04  Benjamin Otte  <in7y118@public.uni-hamburg.de>
31031
31032         * gst-libs/gst/xoverlay/xoverlay.c: (gst_x_overlay_base_init),
31033         (gst_x_overlay_got_xwindow_id), (gst_x_overlay_get_desired_size),
31034         (gst_x_overlay_got_desired_size):
31035         * gst-libs/gst/xoverlay/xoverlay.h:
31036           Add optional "desired size" signal and querying.
31037
31038 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
31039
31040         * gst/matroska/matroska-demux.c:
31041         (gst_matroska_demux_parse_blockgroup):
31042           Fix EBML-laced block parsing. Diffs are relative to previous
31043           lace, not the first lace. Thanks to Mosu from the Matroska
31044           team for detecting this.
31045         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
31046         (gst_wavparse_parse_fmt), (gst_wavparse_getcaps),
31047         (gst_wavparse_handle_sink_event), (gst_wavparse_loop),
31048         (gst_wavparse_change_state):
31049         * gst/wavparse/gstwavparse.h:
31050           Quickfix for capsnego.
31051
31052 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
31053
31054         * gst/wavenc/gstwavenc.c: (set_property), (gst_wavenc_init):
31055           Fix indenting, fix pad creation.
31056
31057 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
31058
31059         * ext/xvid/gstxviddec.c: (gst_xviddec_init),
31060         (gst_xviddec_src_getcaps), (gst_xviddec_src_link),
31061         (gst_xviddec_sink_link):
31062           Implement src_getcaps() so proper size caps is negotiated.
31063
31064 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
31065
31066         * ext/flac/gstflacdec.c: (gst_flacdec_loop):
31067           Finish flac decoder on EOS. See #116178.
31068
31069 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
31070
31071         * gst/matroska/matroska-demux.c: (gst_matroska_demux_src_getcaps),
31072         (gst_matroska_demux_add_stream):
31073         * gst/matroska/matroska-ids.h:
31074           Add getcaps() function to fix capsnego...
31075
31076 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
31077
31078         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead),
31079         (gst_mpeg_demux_parse_packet), (gst_mpeg_demux_parse_pes):
31080         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_parse_packhead):
31081           Fix more integer overflows. Again, see #126967.
31082
31083 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
31084
31085         * ext/mpeg2dec/gstmpeg2dec.c:
31086           Add support for mpeg2dec-0.4.0 (released two weeks ago). See
31087           #130416.
31088
31089 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
31090
31091         * configure.ac:
31092         * ext/xvid/gstxvid.c: (gst_xvid_init), (gst_xvid_error),
31093         (gst_xvid_structure_to_csp), (gst_xvid_csp_to_caps):
31094         * ext/xvid/gstxvid.h:
31095         * ext/xvid/gstxviddec.c: (gst_xviddec_class_init),
31096         (gst_xviddec_init), (gst_xviddec_setup), (gst_xviddec_chain),
31097         (gst_xviddec_src_link), (gst_xviddec_sink_link),
31098         (gst_xviddec_change_state):
31099         * ext/xvid/gstxviddec.h:
31100         * ext/xvid/gstxvidenc.c: (gst_xvidenc_profile_get_type),
31101         (gst_xvidenc_base_init), (gst_xvidenc_class_init),
31102         (gst_xvidenc_init), (gst_xvidenc_setup), (gst_xvidenc_chain),
31103         (gst_xvidenc_link), (gst_xvidenc_set_property),
31104         (gst_xvidenc_get_property), (gst_xvidenc_change_state):
31105         * ext/xvid/gstxvidenc.h:
31106           Update xvid plugin to latest xvid (1.0.0-beta3) API.
31107
31108 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
31109
31110         * gst/rtp/rtp-packet.c:
31111           Add sys/types.h include, since OS X doesn't define in_addr_t
31112           in netinet/in.h, like it does on Linux (see #129600).
31113
31114 2004-01-03  Thomas Canty <tommydal@optushome.com.au>
31115
31116         reviewed by: Ronald Bultje  <rbultje@ronald.bitfreak.net>
31117
31118         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_dispose):
31119           Correct logic of dispose function (see #129306).
31120
31121 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
31122
31123         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_pes):
31124         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_class_init),
31125         (gst_mpeg_parse_init):
31126         * gst/mpegstream/gstmpegparse.h:
31127           Remove clock (which was never provided, i.e. dead code), and
31128           also fix integer overflows at high PTS values (see #126967).
31129
31130 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
31131
31132         * ext/flac/gstflacdec.c:
31133         * ext/libpng/gstpngenc.h:
31134         * ext/mikmod/gstmikmod.h:
31135           OS X fixes (see #126628).
31136
31137 2004-01-02  David Schleef  <ds@schleef.org>
31138
31139         * ext/alsa/gstalsasrc.c: (gst_alsa_src_pad_factory),
31140         (gst_alsa_src_base_init): Remove bogus "src" request pad.
31141         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_base_init),
31142         (gst_mpeg_parse_class_init): Move pad template registration
31143         to class_init, since the derived class (mpegdemux) doesn't
31144         want them.
31145
31146 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
31147
31148         * sys/ximage/Makefile.am:
31149         * sys/xvideo/Makefile.am:
31150         * sys/xvimage/Makefile.am:
31151           Move interface libs from LDFLAGS to LIBADD, fix relocation errors
31152           after installation (see #127664).
31153
31154 2004-01-02  David Schleef  <ds@schleef.org>
31155
31156         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_init),
31157         (gst_ffmpegenc_connect):  Negotiation fixes.
31158         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_negotiate_format):
31159         Remove inappropriate gst_caps_free().
31160         * sys/ximage/ximagesink.c: (gst_ximagesink_sinkconnect):
31161         Reenable Ronald's internal resize code, since the core handles
31162         it correctly now.
31163
31164 2004-01-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
31165
31166         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_init):
31167         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_init):
31168         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_base_init), (gst_v4lsrc_init):
31169           Fix pad template stuff.
31170
31171 2004-01-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
31172
31173         * gst/matroska/ebml-read.c: (gst_ebml_read_sint):
31174         * gst/matroska/ebml-write.c: (gst_ebml_write_sint):
31175           fix signed integer reading/writing.
31176
31177 2004-01-02  Benjamin Otte  <in7y118@public.uni-hamburg.de>
31178
31179         * ext/alsa/README:
31180           Remove outdated document
31181
31182 2004-01-03  Jan Schmidt  <thaytan@mad.scientist.com>
31183
31184         * gst/cutter/gstcutter.c: (gst_cutter_init):
31185           src pad was being created twice - oops.
31186
31187 2004-01-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
31188
31189         * sys/ximage/ximagesink.c: (gst_ximagesink_sinkconnect):
31190           Comment out internal resize. It doesn't handle the resulting
31191           XEvent internally, does another try_set_caps() which leads to
31192           a really nice loop.
31193           Real fix will come when Julien and Dave are awake. ;).
31194
31195 2004-01-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
31196
31197         * ext/mpeg2enc/gstmpeg2enc.cc:
31198           fix const/nonconst compile issue.
31199
31200 2004-01-02  David Schleef  <ds@schleef.org>
31201
31202         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_fixate),
31203         (gst_xvimagesink_sinkconnect), (gst_xvimagesink_init):
31204         Add fixate function and a check for bad formats.
31205
31206 2004-01-01  David Schleef  <ds@schleef.org>
31207
31208         Negotiation fixes:
31209         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link),
31210         (gst_audiofilter_init):
31211         * gst/debug/efence.c: (gst_efence_init):
31212         * gst/deinterlace/gstdeinterlace.c: (gst_deinterlace_link),
31213         (gst_deinterlace_init):
31214         * gst/volume/gstvolume.c: (volume_connect):
31215
31216 2004-01-01  David Schleef  <ds@schleef.org>
31217
31218         Convert elements to use gst_pad_use_explicit_caps() where
31219         appropriate:
31220         * ext/a52dec/gsta52dec.c: (gst_a52dec_init), (gst_a52dec_reneg):
31221         * ext/audiofile/gstafparse.c: (gst_afparse_init),
31222         (gst_afparse_open_file):
31223         * ext/audiofile/gstafsrc.c: (gst_afsrc_init),
31224         (gst_afsrc_open_file):
31225         * ext/esd/esdmon.c: (gst_esdmon_init), (gst_esdmon_get):
31226         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_init),
31227         (gst_ffmpegdec_chain):
31228         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_loop):
31229         * ext/flac/gstflacdec.c: (gst_flacdec_init), (gst_flacdec_write):
31230         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_init),
31231         (gst_gdk_pixbuf_chain):
31232         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_init), (gst_jpegdec_link),
31233         (gst_jpegdec_chain):
31234         * ext/mad/gstmad.c: (gst_mad_init), (gst_mad_chain):
31235         * ext/mikmod/gstmikmod.c: (gst_mikmod_init),
31236         (gst_mikmod_negotiate):
31237         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_init),
31238         (gst_mpeg2dec_negotiate_format):
31239         * ext/mpeg2enc/gstmpeg2enc.cc:
31240         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
31241         * ext/speex/gstspeexdec.c: (gst_speexdec_init),
31242         (gst_speexdec_sinkconnect):
31243         * ext/swfdec/gstswfdec.c: (gst_swfdec_loop), (gst_swfdec_init):
31244         * ext/vorbis/vorbisfile.c: (gst_vorbisfile_init),
31245         (gst_vorbisfile_new_link):
31246         * gst/ac3parse/gstac3parse.c: (gst_ac3parse_init),
31247         (gst_ac3parse_chain):
31248         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_add_audio_stream),
31249         (gst_asf_demux_setup_pad):
31250         * gst/auparse/gstauparse.c: (gst_auparse_init),
31251         (gst_auparse_chain):
31252         * gst/id3/gstid3types.c: (gst_id3types_loop):
31253         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream):
31254         * gst/mpeg1videoparse/gstmp1videoparse.c: (gst_mp1videoparse_init),
31255         (mp1videoparse_parse_seq):
31256         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_init),
31257         (bpf_from_header):
31258         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead),
31259         (gst_mpeg_demux_parse_pes), (gst_mpeg_demux_lpcm_set_caps):
31260         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_init),
31261         (gst_mpeg_parse_send_data):
31262         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
31263         (gst_qtdemux_add_stream):
31264         * gst/realmedia/rmdemux.c: (gst_rmdemux_add_stream):
31265         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
31266         (gst_wavparse_parse_fmt):
31267
31268 2004-01-01  Ronald Bultje  <rbultje@ronald.bitfreak.net>
31269
31270         * configure.ac:
31271           Fix configure check for mpeg2enc. We need 1.6.1.93 instead of
31272           1.6.1.92, since the pkg-config file of 1.6.1.92 is borked and
31273           it therefore uses the wrong include paths. Too bad... Note
31274           that 1.6.1.93 is not release yet. ;).
31275           Also add a check for mplex, which is now using the lib'ified
31276           mplex from mjpegtools, too.
31277         * ext/ffmpeg/gstffmpegcodecmap.c:
31278           Add codec_tag for 3ivx/xvid. For xvid, this should fix playback
31279           issues. I don't think ffmpeg handles 3ivx correctly, so this
31280           probably won't work. But it won't hurt either.
31281         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_connect),
31282         (gst_ffmpegdec_chain):
31283         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_connect),
31284         (gst_ffmpegenc_chain_audio):
31285           Fix memleak in audio encoding. Close codec if open fails, this
31286           calls the cleanup routines so we can re-use the context.
31287         * ext/mpeg2enc/gstmpeg2enc.cc:
31288           Fix pad template names/types, fix memory issue with getcaps().
31289         * ext/mpeg2enc/gstmpeg2encoder.cc:
31290         * ext/mpeg2enc/gstmpeg2encoder.hh:
31291           Fix compile issue with new caps system (const thingy).
31292         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
31293         * ext/mpeg2enc/gstmpeg2encpicturereader.hh:
31294           We read a first frame right on initing, so that we have a caps
31295           when we init the output. This caps is cached in padprivate and
31296           read as first frame.
31297         * ext/mplex/Makefile.am:
31298         * ext/mplex/gstmplex.cc:
31299         * ext/mplex/gstmplex.h:
31300         * ext/mplex/gstmplex.hh:
31301         * ext/mplex/gstmplexibitstream.cc:
31302         * ext/mplex/gstmplexibitstream.hh:
31303         * ext/mplex/gstmplexjob.cc:
31304         * ext/mplex/gstmplexjob.hh:
31305         * ext/mplex/gstmplexoutputstream.cc:
31306         * ext/mplex/gstmplexoutputstream.hh:
31307           We wrap mjpegtools mplex. So I rewrote the plugin. The old plugin
31308           had issues, didn't do capsnego, supported only a subset of the
31309           mplex features and required a mplex fork in our local CVS. Plus
31310           that it worked agaist a very old mplex version. Rewriting was
31311           faster than updating it.
31312         * gst-libs/ext/Makefile.am:
31313         * gst-libs/ext/mplex/INSTRUCT:
31314         * gst-libs/ext/mplex/Makefile.am:
31315         * gst-libs/ext/mplex/README:
31316         * gst-libs/ext/mplex/TODO:
31317         * gst-libs/ext/mplex/ac3strm_in.cc:
31318         * gst-libs/ext/mplex/audiostrm.hh:
31319         * gst-libs/ext/mplex/audiostrm_out.cc:
31320         * gst-libs/ext/mplex/aunit.hh:
31321         * gst-libs/ext/mplex/bits.cc:
31322         * gst-libs/ext/mplex/bits.hh:
31323         * gst-libs/ext/mplex/buffer.cc:
31324         * gst-libs/ext/mplex/buffer.hh:
31325         * gst-libs/ext/mplex/fastintfns.h:
31326         * gst-libs/ext/mplex/format_codes.h:
31327         * gst-libs/ext/mplex/inputstrm.cc:
31328         * gst-libs/ext/mplex/inputstrm.hh:
31329         * gst-libs/ext/mplex/lpcmstrm_in.cc:
31330         * gst-libs/ext/mplex/mjpeg_logging.cc:
31331         * gst-libs/ext/mplex/mjpeg_logging.h:
31332         * gst-libs/ext/mplex/mjpeg_types.h:
31333         * gst-libs/ext/mplex/mpastrm_in.cc:
31334         * gst-libs/ext/mplex/mpegconsts.cc:
31335         * gst-libs/ext/mplex/mpegconsts.h:
31336         * gst-libs/ext/mplex/mplexconsts.hh:
31337         * gst-libs/ext/mplex/multplex.cc:
31338         * gst-libs/ext/mplex/outputstream.hh:
31339         * gst-libs/ext/mplex/padstrm.cc:
31340         * gst-libs/ext/mplex/padstrm.hh:
31341         * gst-libs/ext/mplex/stillsstream.cc:
31342         * gst-libs/ext/mplex/stillsstream.hh:
31343         * gst-libs/ext/mplex/systems.cc:
31344         * gst-libs/ext/mplex/systems.hh:
31345         * gst-libs/ext/mplex/vector.cc:
31346         * gst-libs/ext/mplex/vector.hh:
31347         * gst-libs/ext/mplex/videostrm.hh:
31348         * gst-libs/ext/mplex/videostrm_in.cc:
31349         * gst-libs/ext/mplex/videostrm_out.cc:
31350         * gst-libs/ext/mplex/yuv4mpeg.cc:
31351         * gst-libs/ext/mplex/yuv4mpeg.h:
31352         * gst-libs/ext/mplex/yuv4mpeg_intern.h:
31353         * gst-libs/ext/mplex/yuv4mpeg_ratio.cc:
31354           We don't fork mjpegtools' mplex in our CVS anymore.
31355         * gst/avi/gstavidemux.c: (gst_avi_demux_src_getcaps),
31356         (gst_avi_demux_add_stream):
31357         * gst/avi/gstavidemux.h:
31358           Add getcaps() function for proper caps nego. This makes some
31359           parts of AVI playback/reading work.
31360         * sys/ximage/ximagesink.c: (gst_ximagesink_sinkconnect):
31361           Resize window on new capsnego. This is probably wrong, but
31362           I'm still committing it because with current capsnego, the
31363           first successfull capsnego is auto-fixated, therefore rounded
31364           down to the lowest values in the caps. this results in a 16x16
31365           XWindow that is not reized when real capsnego finishes.
31366           Dave, I see more cases of this, do you know a proper solution?
31367         * tools/gst-launch-ext.in:
31368           Fix MPEG-4 AAC (Apple iPod/iTunes) file commandline.
31369
31370 2003-12-31  David Schleef  <ds@schleef.org>
31371
31372         * gst/tcp/gsttcpsrc.c: (gst_tcpsrc_get):
31373         * gst/udp/gstudpsrc.c: (gst_udpsrc_get):
31374           Change gst_pad_proxy_link() to gst_pad_try_set_caps()
31375
31376 2003-12-30  David Schleef  <ds@schleef.org>
31377
31378         * ext/ffmpeg/gstffmpegcolorspace.c:
31379         (gst_ffmpegcsp_caps_remove_format_info), (gst_ffmpegcsp_getcaps),
31380         (gst_ffmpegcsp_pad_link), (gst_ffmpegcsp_init),
31381         (gst_ffmpegcsp_chain): Negotiation fixes
31382         * ext/mad/gstmad.c: (gst_mad_chain): Negotiation fixes
31383         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
31384         (gst_audio_convert_link), (gst_audio_convert_channels):
31385         * gst/audioscale/gstaudioscale.c: (gst_audioscale_getcaps),
31386         (gst_audioscale_link), (gst_audioscale_get_buffer),
31387         (gst_audioscale_chain): Negotiation fixes
31388         * gst/audioscale/gstaudioscale.h:
31389         * gst/videofilter/gstvideofilter.c:
31390         (gst_videofilter_format_get_structure), (gst_videofilter_getcaps),
31391         (gst_videofilter_link), (gst_videofilter_init),
31392         (gst_videofilter_set_output_size), (gst_videofilter_setup),
31393         (gst_videofilter_find_format_by_structure):
31394         * gst/videofilter/gstvideofilter.h: Negotiation fixes
31395         * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps),
31396         (gst_videoscale_link):
31397         * gst/videoscale/videoscale.c: (videoscale_get_structure),
31398         (videoscale_find_by_structure), (gst_videoscale_setup):
31399         * gst/videoscale/videoscale.h: Negotiation fixes
31400         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents),
31401         (gst_ximagesink_fixate), (gst_ximagesink_init): Add a fixate
31402         function, restrict resizing to a multiple of 4 (hack until
31403         everyone supports odd sizes correctly).
31404
31405 2003-12-29  Colin Walters  <walters@verbum.org>
31406
31407         * ext/esd/esdsink.c (gst_esdsink_link): Fix typo; get depth instead of
31408         signed.
31409
31410 2003-12-30  Jan Schmidt <thaytan@mad.scientist.com>
31411
31412         * ext/sndfile/gstsf.c: (gst_sf_loop):
31413           Fix warning about discarding const qualifier
31414
31415 2003-12-27  Jeremy Simon   <jesimon@libertysurf.fr>
31416
31417         * gst/cutter/gstcutter.c:
31418         * gst/videoscale/gstvideoscale.c:
31419         * gst/volenv/gstvolenv.c:
31420         * gst-libs/gst/audio/audio.c:
31421         * gst-libs/gst/video/video.c:
31422           Fix warnings
31423
31424 2003-12-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
31425
31426         * ext/alsa/gstalsa.c: (gst_alsa_open_audio):
31427           Don't send ALSA debugging to stderr.
31428         * ext/alsa/gstalsa.h:
31429           Use GST_WARNING instead of g_warning when ALSA functions fail.
31430
31431 2003-12-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
31432
31433         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
31434           Free XVAdapterInfo correctly.
31435
31436 2003-12-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
31437
31438         * ext/mad/gstid3tag.c: (gst_id3_tag_add_src_pad),
31439         (gst_id3_tag_do_caps_nego), (gst_id3_tag_src_link):
31440           Make id3tag use correct caps nego.
31441
31442 2003-12-27  Amaury Jacquot <sxpert@esitcom.org>
31443
31444         * ext/ivorbis/vorbis.c:
31445         * ext/ivorbis/vorbisenc.h:
31446         * ext/ivorbis/vorbisfile.c:
31447           Modify so that it uses the new caps things
31448
31449 2003-12-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
31450
31451         * testsuite/spider/spider1.c: (main):
31452         * testsuite/spider/spider2.c: (main):
31453         * testsuite/spider/spider3.c: (main):
31454           Make tests compile again. They probably don't work.
31455
31456 2003-12-24  Colin Walters  <walters@verbum.org>
31457
31458         * sys/oss/gstosssink.c (gst_osssink_sink_fixate): Return NULL if
31459         we can't fixate the caps anymore.
31460
31461 2003-12-23  David Schleef  <ds@schleef.org>
31462
31463         * gst/volume/gstvolume.c: (volume_init): Proxy getcaps.
31464         * sys/oss/gstosssink.c: (gst_osssink_init),
31465         (gst_osssink_sink_fixate): Add fixate function.
31466
31467 2003-12-24  Ronald Bultje  <rbultje@ronald.bitfreak.net>
31468
31469         * ext/ffmpeg/gstffmpegcodecmap.c:
31470         * ext/ffmpeg/gstffmpegcolorspace.c: (gst_ffmpegcsp_getcaps),
31471         (gst_ffmpegcsp_srcconnect_func), (gst_ffmpegcsp_sinkconnect),
31472         (gst_ffmpegcsp_srcconnect), (gst_ffmpegcsp_get_type),
31473         (gst_ffmpegcsp_base_init), (gst_ffmpegcsp_class_init),
31474         (gst_ffmpegcsp_init), (gst_ffmpegcsp_chain),
31475         (gst_ffmpegcsp_change_state), (gst_ffmpegcsp_set_property),
31476         (gst_ffmpegcsp_get_property), (gst_ffmpegcsp_register):
31477           fix typo in RGB masks, and move back to "old" colorspace
31478           capsnego code until whoever wrote this new crap has actually
31479           tested it so that it works.
31480           And yes, this works, keep it that way please.
31481
31482 2003-12-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
31483
31484         * ext/divx/gstdivxdec.c: (gst_divxdec_base_init),
31485         (gst_divxdec_init), (gst_divxdec_negotiate):
31486         * ext/divx/gstdivxdec.h:
31487         * ext/divx/gstdivxenc.c: (gst_divxenc_base_init),
31488         (gst_divxenc_init):
31489         * ext/faac/gstfaac.c: (gst_faac_base_init), (gst_faac_init),
31490         (gst_faac_sinkconnect), (gst_faac_srcconnect):
31491         * ext/mpeg2enc/gstmpeg2enc.cc:
31492         * ext/mpeg2enc/gstmpeg2encoder.cc:
31493         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
31494         * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_base_init),
31495         (dxr3audiosink_init), (dxr3audiosink_pcm_sinklink):
31496         * sys/dxr3/dxr3spusink.c: (dxr3spusink_base_init),
31497         (dxr3spusink_init):
31498         * sys/dxr3/dxr3videosink.c: (dxr3videosink_base_init),
31499         (dxr3videosink_init):
31500           Fix caps breakage after Dave's caps branch merge.
31501
31502 2003-12-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
31503
31504         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
31505           Fix for 24bpp display.
31506
31507 2003-12-23  Colin Walters  <walters@verbum.org>
31508
31509         * ext/gnomevfs/gstgnomevfssink.c: Add ARG_HANDLE property that takes
31510         a GnomeVFSHandle directly.
31511
31512 2003-12-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
31513
31514         * gst/volume/Makefile.am:
31515         * gst/volume/gstvolume.c: (volume_connect), (volume_parse_caps),
31516         (volume_base_init), (volume_init):
31517           Reenable volume element and fix to work with new caps stuff.
31518           Rhythmbox needs this.
31519
31520 2003-12-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
31521
31522         * gst/qtdemux/qtdemux.c: (plugin_init):
31523           qtdemux requires bytestream
31524
31525 2003-12-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
31526
31527         * ext/alsa/gstalsa.c: (gst_alsa_get_caps), (gst_alsa_link):
31528           Fix remaining caps handling errors due to CAPS merge.
31529
31530 2003-12-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
31531
31532         * ext/faad/gstfaad.c: (gst_faad_base_init), (gst_faad_init),
31533         (gst_faad_sinkconnect), (gst_faad_srcgetcaps),
31534         (gst_faad_srcconnect):
31535           Port to new caps system.
31536
31537 2003-12-21  Julien MOUTTE  <julien@moutte.net>
31538
31539         * examples/gstplay/player.c: (got_time_tick), (got_stream_length),
31540         (got_video_size), (main): using g_print instead of g_message.
31541         * gst-libs/gst/play/gstplay.c: (gst_play_pipeline_setup): Fixing EOS
31542         signal which was not emitted because of "switch" element added to the
31543         bin but not connected. (Removing from the bin temporarily)
31544
31545 2003-12-21  Julien MOUTTE  <julien@moutte.net>
31546
31547         * configure.ac: X_DISPLAY_MISSING is set to 1 if AC_PATH_XTRA fails to
31548         find X development files. I don't understand the previous tests and
31549         they fail on my debian/ppc unstable. This one works.
31550         * examples/gstplay/player.c: (main): Set the pipeline to READY before
31551         exiting.
31552         * gst-libs/gst/play/gstplay.c: (gst_play_get_length_callback),
31553         (gst_play_set_video_sink), (gst_play_set_audio_sink),
31554         (gst_play_set_visualization): Add some safety checks in set_ methods
31555         and state_change. This was throwing some ugly CRITICAL messages when
31556         pipeline was getting disposed and casts were failing.
31557
31558 2003-12-21  Ronald Bultje  <rbultje@ronald.bitfreak.net>
31559
31560         * configure.ac:
31561           Improve mpeg2enc detection. This is for distributions that do
31562           ship mjpegtools, but without mpeg2enc. Also does object check
31563           for might there ever be ABI incompatibility.
31564         * ext/mpeg2enc/gstmpeg2enc.cc:
31565           Add Andrew as second maintainer (he's helping me), and also add
31566           an error if no caps was set. This happens if I pull before capsnego
31567           and that's something I should solve sometime else.
31568         * gst/matroska/matroska-demux.c:
31569         (gst_matroska_demux_parse_blockgroup):
31570           Fix time parsing.
31571         * gst/matroska/matroska-mux.c: (gst_matroska_mux_audio_pad_link),
31572         (gst_matroska_mux_track_header):
31573           Add caps to templates.
31574         * gst/mpegaudioparse/gstmpegaudioparse.c: (mp3_sink_factory):
31575           Add mpegversion=1 to prevent confusion with MPEG/AAC.
31576         * gst/mpegstream/gstmpegdemux.c:
31577           Remove layer since it causes warnings about unfixed caps.
31578         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
31579           Fix obvious typo (we error out if caps were set, we should of
31580           course error out if *no* caps were set).
31581         * sys/oss/gstosselement.c: (gst_osselement_convert):
31582           Fix format conversion, we confused bits/bytes.
31583         * sys/oss/gstosselement.h:
31584           Improve documentation for 'bps'.
31585         * sys/v4l/TODO:
31586           Remove stuff about plugins that need removing - this was done
31587           ages ago.
31588         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_init),
31589         (gst_v4lmjpegsrc_src_convert), (gst_v4lmjpegsrc_src_query):
31590         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_init), (gst_v4lsrc_src_convert),
31591         (gst_v4lsrc_src_query):
31592         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_init),
31593         (gst_v4l2src_src_convert), (gst_v4l2src_src_query):
31594           Add get_query_types(), get_formats() and query() functions.
31595
31596 2003-12-21  Thomas Vander Stichele  <thomas at apestaart dot org>
31597
31598         * ChangeLog: moved to gstreamer/docs/random/old/ChangeLog.gst-plugins
31599           * moved CVS to freedesktop.org