po/: Update translations from translation project.
[platform/upstream/gstreamer.git] / ChangeLog
1 2007-03-14  Thomas Vander Stichele  <thomas at apestaart dot org>
2
3         * po/af.po:
4         * po/az.po:
5         * po/cs.po:
6         * po/en_GB.po:
7         * po/it.po:
8         * po/nb.po:
9         * po/nl.po:
10         * po/or.po:
11         * po/sq.po:
12         * po/sr.po:
13         * po/sv.po:
14         * po/uk.po:
15         * po/vi.po:
16           Update translations from translation project.
17
18 2007-03-14  Thomas Vander Stichele  <thomas at apestaart dot org>
19
20         * gst/audioresample/debug.h:
21         * gst/audioresample/resample.c: (resample_init):
22           Since I really am not interested in a debug line for each sample
23           being processed, move the library's debugging to its own category,
24           libaudioresample
25
26 2007-03-13  Michael Smith  <msmith@fluendo.com>
27
28         * ext/theora/theoradec.c: (theora_handle_type_packet):
29           Since the plugin doesn't support anything other than 4:2:0 right
30           now, post an error and fail if we get something else. Won't matter
31           until libtheora supports the other pixel formats, but hopefully
32           that'll be soon...
33
34 2007-03-10  Sebastien Moutte  <sebastien@moutte.net>
35
36         * gst-libs/gst/audio/gstbaseaudiosink.c:(gst_base_audio_sink_render):
37         Use gst_guint64_to_gdouble for conversion.
38         * win32/MANIFEST:
39         Add new files to the win32 MANIFEST.
40         * win32/common/libgstaudio.def:
41         * win32/common/libgstpbutils.def:
42         Add new exported functions.
43         * win32/vs6/gst_plugins_base.dsw:
44         * win32/vs6/libgstdecodebin.dsp:
45         * win32/vs6/libgstplaybin.dsp:
46         Change the link to libgstpbutils.lib.
47         * win32/vs6/libgstdecodebin2.dsp:
48         Add a new project for decodebin2.
49         * win32/vs6/libgstpbutils.dsp:
50         Add a new project for pbutils.
51
52 2007-03-10  Tim-Philipp Müller  <tim at centricular dot net>
53
54         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add):
55           Also accept partial dates with only year and month,
56           like 1999-12-00 (fixes #410396 even more).
57
58         * tests/check/libs/tag.c: (GST_START_TEST):
59           Add unit test for the above.
60
61 2007-03-10  Tim-Philipp Müller  <tim at centricular dot net>
62
63         * tests/check/elements/subparse.c: (GST_START_TEST),
64         (subparse_suite):
65           Add unit test for MPL2 subtitle format (#413799).
66
67 2007-03-10  Tim-Philipp Müller  <tim at centricular dot net>
68
69         Patch by: Kamil Pawlowski  <kamilpe gmail com>
70
71         * gst/subparse/Makefile.am:
72         * gst/subparse/gstsubparse.c:
73         (gst_sub_parse_data_format_autodetect),
74         (gst_sub_parse_format_autodetect), (gst_sub_parse_sink_event),
75         (gst_subparse_type_find):
76         * gst/subparse/gstsubparse.h:
77         * gst/subparse/mpl2parse.c: (mpl2_parse_line), (parse_mpl2):
78         * gst/subparse/mpl2parse.h:
79           Add support for MPL2 subtitle format (#413799).
80
81 2007-03-09  Tim-Philipp Müller  <tim at centricular dot net>
82
83         * configure.ac:
84           We require core CVS for the new buffer metadata copy functions.
85
86 2007-03-09  Wim Taymans  <wim@fluendo.com>
87
88         * gst-libs/gst/tag/gstid3tag.c:
89         Add read support for GST_TAG_MUSICBRAINZ_SORTNAME (TSOP) tag.
90         Fixes #414496.
91
92         Patch by: Alex Lancaster <alexl at users sourceforge net>
93
94 2007-03-09  Wim Taymans  <wim@fluendo.com>
95
96         * ext/libvisual/visual.c: (gst_visual_sink_setcaps),
97         (gst_vis_src_negotiate), (get_buffer), (gst_visual_chain):
98         Improve adapter usage and comments.
99
100 2007-03-09  Wim Taymans  <wim@fluendo.com>
101
102         * ext/pango/gsttextrender.c: (gst_text_render_chain):
103         * ext/vorbis/vorbistag.c: (gst_vorbis_tag_parse_packet):
104         * gst-libs/gst/netbuffer/gstnetbuffer.c: (gst_netbuffer_copy):
105         Use new metadata copy function.
106
107         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
108         (gst_ffmpegcsp_transform):
109         * gst/videoscale/gstvideoscale.c: (gst_video_scale_transform):
110         Basetransform copied the metadata for us.
111
112 2007-03-09  Tim-Philipp Müller  <tim at centricular dot net>
113
114         * ext/pango/gsttextoverlay.c: (gst_text_overlay_text_event),
115         (gst_text_overlay_video_event):
116           Some more logging. Only accept newsegment events in TIME format and
117           send a WARNING message if they are not in TIME format.
118
119         * gst/subparse/gstsubparse.c: (gst_sub_parse_dispose),
120         (gst_sub_parse_init), (gst_sub_parse_src_event), (handle_buffer),
121         (gst_sub_parse_chain), (gst_sub_parse_sink_event):
122         * gst/subparse/gstsubparse.h:
123           No need to allocate GstSegment structure dynamically, just put it
124           into the instance structure; ignore newsegment events in BYTE
125           format and in particular don't let it overwrite our saved TIME
126           segment from the last seek.
127
128 2007-03-09  Michael Smith  <msmith@fluendo.com>
129
130         * gst/typefind/gsttypefindfunctions.c: (ac3_type_find):
131           Replace AC3 typefinder with one that isn't terrible, and actually
132           works usefully.
133
134 2007-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
135
136         * gst/audioconvert/gstaudioconvert.c:
137         (gst_audio_convert_transform):
138           fix error category and translatable string
139           
140
141 2007-03-09  Tim-Philipp Müller  <tim at centricular dot net>
142
143         * pkgconfig/gstreamer-plugins-base-uninstalled.pc.in:
144         * pkgconfig/gstreamer-plugins-base.pc.in:
145           Fix up utils => pbutils here too.
146
147 2007-03-09  Tim-Philipp Müller  <tim at centricular dot net>
148
149         * gst/subparse/gstsubparse.c: (handle_buffer):
150           Break out of loop in chain function as soon as possible if we get
151           a non-OK flow return.
152
153 2007-03-08  Jan Schmidt  <thaytan@mad.scientist.com>
154
155         * tests/check/elements/alsa.c: (GST_START_TEST):
156         Unref the mixer if the state change fails too (if the
157         alsa devices are inaccessible, for example)
158
159 2007-03-08  Jan Schmidt  <thaytan@mad.scientist.com>
160
161         * tests/check/Makefile.am:
162         Don't test libvisual elements in the states check, because libvisual
163         seems to leak internally.
164
165         Re-enable the alsa and states tests now that there's new suppressions
166         in gst.supp.
167
168         * tests/check/elements/alsa.c: (GST_START_TEST):
169         Don't leak the alsamixer we instantiated.
170
171 2007-03-08  Jan Schmidt  <thaytan@mad.scientist.com>
172
173         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_clear),
174         (gst_ximagesink_change_state), (gst_ximagesink_reset),
175         (gst_ximagesink_finalize):
176         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state),
177         (gst_xvimagesink_reset), (gst_xvimagesink_finalize):
178         Move some cleanup stuff from the state change handler into a _reset()
179         function that can be called from _finalize(). This ensures that things
180         get freed even if (for some reason) the NULL->READY state transition
181         fails in the parent class.
182         Even if a parent state change fails, process our downward state change
183         logic instead of bailing out early.
184         Free the correct xcontext pointer in ximagesink's xcontext_clear.
185
186 2007-03-08  Jan Schmidt  <thaytan@mad.scientist.com>
187
188         * ext/alsa/gstalsasink.c: (gst_alsasink_open):
189         Extra log line.
190
191         * ext/pango/gstclockoverlay.c: (gst_clock_overlay_init):
192         * ext/pango/gsttimeoverlay.c: (gst_time_overlay_init):
193         Use pango_font_description_set_family_static instead of 
194         pango_font_description_set_family to save a string copy (it was
195         leaking due to the strdup anyway)
196
197         * gst/tcp/gsttcpclientsink.c: (gst_tcp_client_sink_finalize):
198         * gst/tcp/gsttcpclientsrc.c: (gst_tcp_client_src_finalize):
199         * gst/tcp/gsttcpserversink.c: (gst_tcp_server_sink_finalize):
200         * gst/tcp/gsttcpserversrc.c: (gst_tcp_server_src_finalize):
201         Chain up in finalize.
202
203 2007-03-07  Tim-Philipp Müller  <tim at centricular dot net>
204
205         * gst-libs/gst/interfaces/mixertrack.c:
206         (gst_mixer_track_class_init), (gst_mixer_track_get_property),
207         (gst_mixer_track_set_property):
208           API: add "untranslated-label" property which should be set by
209           implementations at construct time (#414645).
210
211         * ext/alsa/gstalsamixeroptions.c: (gst_alsa_mixer_options_new):
212         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
213           Set "untranslated-label" when constructing mixer track objects.
214
215         * tests/check/elements/alsa.c: (GST_START_TEST), (alsa_suite):
216           Unit test to check the above.
217
218 2007-03-07  Wim Taymans  <wim@fluendo.com>
219
220         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_read_chain):
221         Fix confusing debug message.
222
223 2007-03-07  Jan Schmidt  <thaytan@mad.scientist.com>
224
225         * gst-plugins-base.doap:
226         update doap file with new version
227
228 2007-03-07  Jan Schmidt  <thaytan@mad.scientist.com>
229
230         * configure.ac:
231         Back to CVS
232
233 === release 0.10.12 ===
234
235 2007-03-07  Jan Schmidt <thaytan@mad.scientist.com>
236
237         * configure.ac:
238           releasing 0.10.12, "Zombie Horde"
239
240 2007-03-06  Jan Schmidt  <thaytan@mad.scientist.com>
241
242         * configure.ac:
243         Bump version to 0.10.11.4 pre-release
244
245 2007-03-06  Wim Taymans  <wim@fluendo.com>
246
247         * gst-libs/gst/audio/gstbaseaudiosink.c:
248         (gst_base_audio_sink_async_play):
249         Fix regression that made GStreamer skip the first samples of audio.
250         Fixes #414684.
251
252 2007-03-05  Jan Schmidt  <thaytan@mad.scientist.com>
253
254         * configure.ac:
255         Bump version to 0.10.11.3 pre-release
256
257 2007-03-05  Sebastian Dröge  <slomo@circular-chaos.org>
258
259         * po/POTFILES.in:
260           Update paths for the rename from utils to pbutils to fix the build.
261
262 2007-03-05  Tim-Philipp Müller  <tim at centricular dot net>
263
264         * gst-libs/gst/pbutils/Makefile.am:
265           Change directory to install headers in from gst/utils to gst/pbutils
266           as well.
267
268 2007-03-05  Thomas Vander Stichele  <thomas at apestaart dot org>
269
270         * configure.ac:
271         * docs/libs/gst-plugins-base-libs-docs.sgml:
272         * docs/libs/gst-plugins-base-libs-sections.txt:
273         * gst-libs/gst/Makefile.am:
274         * gst-libs/gst/interfaces/mixer.c:
275         * gst-libs/gst/pbutils/Makefile.am:
276         * gst-libs/gst/pbutils/descriptions.c:
277         (gst_pb_utils_get_source_description),
278         (gst_pb_utils_get_sink_description),
279         (gst_pb_utils_get_decoder_description),
280         (gst_pb_utils_get_encoder_description),
281         (gst_pb_utils_get_element_description),
282         (gst_pb_utils_add_codec_description_to_tag_list),
283         (gst_pb_utils_get_codec_description), (gst_pb_utils_list_all):
284         * gst-libs/gst/pbutils/descriptions.h:
285         * gst-libs/gst/pbutils/install-plugins.c:
286         * gst-libs/gst/pbutils/install-plugins.h:
287         * gst-libs/gst/pbutils/missing-plugins.c:
288         (gst_missing_uri_source_message_new),
289         (gst_missing_uri_sink_message_new),
290         (gst_missing_element_message_new),
291         (gst_missing_decoder_message_new),
292         (gst_missing_encoder_message_new),
293         (gst_missing_plugin_message_get_description):
294         * gst-libs/gst/pbutils/missing-plugins.h:
295         * gst-libs/gst/pbutils/pbutils.c: (gst_pb_utils_init):
296         * gst-libs/gst/pbutils/pbutils.h:
297         * gst-libs/gst/utils/Makefile.am:
298         * gst-libs/gst/utils/base-utils.c:
299         * gst-libs/gst/utils/base-utils.h:
300         * gst-libs/gst/utils/descriptions.c:
301         * gst-libs/gst/utils/descriptions.h:
302         * gst-libs/gst/utils/install-plugins.c:
303         * gst-libs/gst/utils/install-plugins.h:
304         * gst-libs/gst/utils/missing-plugins.c:
305         * gst-libs/gst/utils/missing-plugins.h:
306         * gst-plugins-base.spec.in:
307         * gst/playback/Makefile.am:
308         * gst/playback/gstdecodebin.c:
309         * gst/playback/gstdecodebin2.c:
310         * gst/playback/gstplaybasebin.c: (setup_subtitle),
311         (gen_source_element):
312         * gst/playback/gstplaybin.c: (plugin_init):
313         * tests/check/Makefile.am:
314         * tests/check/libs/pbutils.c: (GST_START_TEST),
315         (test_pb_utils_install_plugins_do_callout), (libgstpbutils_suite):
316         * tests/check/libs/utils.c:
317           rename utils to pbutils
318
319 2007-03-02  Jan Schmidt  <thaytan@mad.scientist.com>
320
321         * docs/plugins/Makefile.am:
322         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
323         * docs/plugins/gst-plugins-base-plugins-sections.txt:
324         * docs/plugins/inspect/plugin-decodebin2.xml:
325         * gst/playback/gstdecodebin2.c: (gst_decode_bin_class_init):
326         Add documentation for decodebin2 that indicates that the API
327         is still unstable.
328
329 2007-03-01  Jan Schmidt  <thaytan@mad.scientist.com>
330
331         * configure.ac:
332         Update to 0.10.11.2 (0.10.12 pre-release)
333
334 2007-03-01  Wim Taymans  <wim@fluendo.com>
335
336         * gst-libs/gst/audio/gstbaseaudiosink.c:
337         (gst_base_audio_sink_async_play):
338         base time is irrelevant here.
339
340 2007-03-01  Wim Taymans  <wim@fluendo.com>
341
342         * gst-libs/gst/audio/gstaudiosink.c: (audioringbuffer_thread_func):
343         * gst-libs/gst/audio/gstaudiosrc.c: (audioringbuffer_thread_func):
344         Improve debugging.
345
346         * gst-libs/gst/audio/gstbaseaudiosink.c:
347         (gst_base_audio_sink_query), (gst_base_audio_sink_event),
348         (gst_base_audio_sink_render), (gst_base_audio_sink_async_play):
349         Improve latency and clock slaving calculations.
350         Improve slave clock calibration.
351
352         * gst-libs/gst/audio/gstringbuffer.c:
353         (gst_ring_buffer_commit_full):
354         When we are asked to render N sample to 0 bytes, return N.
355
356 2007-03-01  Wim Taymans  <wim@fluendo.com>
357
358         * ext/alsa/gstalsasink.c: (gst_alsasink_class_init),
359         (gst_alsasink_write), (gst_alsasink_reset):
360         * ext/alsa/gstalsasink.h:
361         Remove unused dispose function.
362         Rename lock to not interfere with alsasrc lock.
363
364         * ext/alsa/gstalsasrc.c: (gst_alsasrc_finalize),
365         (gst_alsasrc_class_init), (gst_alsasrc_init), (set_swparams),
366         (gst_alsasrc_read), (gst_alsasrc_reset):
367         * ext/alsa/gstalsasrc.h:
368         Implement finalize function.
369         Use lock to protect alsa access.
370         Implement _reset.
371         Fine tune sw params.
372
373 2007-02-28  Thomas Vander Stichele  <thomas at apestaart dot org>
374
375         * configure.ac:
376           Convert to new AG_GST style.
377
378 2007-02-28  Wim Taymans  <wim@fluendo.com>
379
380         Patch by: Ed Catmur <ed at catmur dot co dot uk>
381
382         * gst/playback/gstplaybin.c: (gst_play_bin_vis_unblocked),
383         (gst_play_bin_vis_blocked), (gst_play_bin_set_property):
384         Fix race condition when rapidly switching visualisations in playbin.
385         Fixes #401029.
386
387 2007-02-28  Jan Schmidt  <thaytan@mad.scientist.com>
388
389         * tests/check/Makefile.am:
390         Include local stuff before system installed things in LDFLAGS and
391         CFLAGS.
392
393 2007-02-28  Wim Taymans  <wim@fluendo.com>
394
395         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_sink_activate):
396         Improve debugging.
397
398 2007-02-28  Wim Taymans  <wim@fluendo.com>
399
400         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init), (gst_v4lsrc_init),
401         (gst_v4lsrc_fixate), (gst_v4lsrc_query):
402         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_buffer_new):
403         Fix duration and timestamping, taking latency into account.
404         Implement latency query.
405
406 2007-02-28  Wim Taymans  <wim@fluendo.com>
407
408         * gst-libs/gst/audio/gstaudioclock.c: (gst_audio_clock_init),
409         (gst_audio_clock_new):
410         Fix clock name.
411
412         * gst-libs/gst/audio/gstbaseaudiosink.c:
413         (gst_base_audio_sink_init), (gst_base_audio_sink_query):
414         * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_init),
415         (gst_base_audio_src_query), (gst_base_audio_src_get_offset),
416         (gst_base_audio_src_create):
417         Improve latency query code.
418         Use proper clock names.
419
420 2007-02-28  Thomas Vander Stichele  <thomas at apestaart dot org>
421
422         * tests/check/generic/states.c: (GST_START_TEST):
423           Copy the states.c test from core again
424         * tests/check/Makefile.am:
425           ignore cdio and cdparanoiasrc
426
427 2007-02-28  Stefan Kost  <ensonic@users.sf.net>
428
429         * gst/audioconvert/audioconvert.c: (float), (double), (float_hq),
430         (double_hq), (audio_convert_get_func_index), (check_default),
431         (audio_convert_prepare_context), (audio_convert_convert):
432           Also make valgrind happy and avoid copying data in some cases.
433
434 2007-02-28  Stefan Kost  <ensonic@users.sf.net>
435
436         * gst/audioconvert/audioconvert.c: (float), (double), (float_hq),
437         (double_hq), (audio_convert_get_func_index),
438         (audio_convert_prepare_context), (audio_convert_convert):
439         * gst/audioconvert/gstaudioconvert.c:
440         (gst_audio_convert_class_init), (gst_audio_convert_get_unit_size),
441         (gst_audio_convert_transform_caps):
442         * tests/check/elements/audioconvert.c: (GST_START_TEST),
443         (audioconvert_suite):
444           Don't run inplace if that overwrites source data as we go. Add more
445           tests. Fixes #339837 even more.
446
447 2007-02-27  Julien MOUTTE  <julien@moutte.net>
448
449         * tests/examples/seek/seek.c: (do_seek), (set_update_scale),
450         (msg_segment_done): Fix various seeking bugs (Slider was not
451         updating when doing a non flushing seek, Reverse playback 
452         on segment seek was wrong).
453
454 2007-02-26  Wim Taymans  <wim@fluendo.com>
455
456         * tests/examples/seek/seek.c: (stop_seek):
457         When we stop scrubbing, don't leave the pipeline PLAYING when we
458         requested a PAUSED state.
459
460 2007-02-25  Tim-Philipp Müller  <tim at centricular dot net>
461
462         Patch by: René Stadler <mail at renestadler de>
463
464         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add):
465           Parse date strings in vorbis comments that have an invalid (zero)
466           month or day (#410396).
467
468         * tests/check/libs/tag.c: (GST_START_TEST):
469           Test case for the above.
470
471 2007-02-24  Tim-Philipp Müller  <tim at centricular dot net>
472
473         Patch by: Loïc Minier <lool+gnome at via ecp fr>
474
475         * configure.ac:
476         * ext/alsa/Makefile.am:
477         * gst/audiotestsrc/Makefile.am:
478           Fix compilation with LDFLAGS='-Wl,-z,defs' (#410963).
479
480 2007-02-23  Tim-Philipp Müller  <tim at centricular dot net>
481
482         * gst/playback/gstplaybin.c:
483           Improve docs: point out that the application needs to assist playbin
484           with buffering.
485
486 2007-02-23  Tim-Philipp Müller  <tim at centricular dot net>
487
488         * gst-libs/gst/utils/install-plugins.c:
489         * gst-libs/gst/utils/missing-plugins.c:
490         * tests/check/libs/utils.c: (missing_msg_check_getters):
491           Change GStreamer marker prefix in detail string from 'gstreamer.net'
492           to just 'gstreamer'. Document the caps string component of the
493           decoder/encoder detail a bit better, since not everyone will be
494           familiar with the GStreamer media type/caps system (but they better
495           enjoy nested itemized lists).
496
497 2007-02-22  Tim-Philipp Müller  <tim at centricular dot net>
498
499         * gst-libs/gst/netbuffer/gstnetbuffer.c:
500         (notgst_buffer_copy_fields_in_place), (gst_netbuffer_copy):
501           Fix copying of GstNetBuffer (would crash before, or at least lead to
502           invalid memory access, #410772), for now by copying the GstBuffer copy
503           code from the core over here so we can copy the GstBuffer fields on a
504           provided buffer instance (of type GstNetBuffer in this case). Would be
505           better to fix this with some support by the core though (and in the long
506           run change the broken GstBuffer/GstMiniObject copy semantics, #393099).
507
508         * tests/check/Makefile.am:
509           Enable unit test for GstNetBuffer.
510
511 2007-02-22  Andy Wingo  <wingo@pobox.com>
512
513         * gst-libs/gst/audio/gstbaseaudiosink.c
514         (gst_base_audio_sink_init): Disable pull-mode activation until we
515         figure out how to make audio sinks go to PLAYING.
516
517 2007-02-22  Stefan Kost  <ensonic@users.sf.net>
518
519         * gst/audioconvert/audioconvert.c: (float), (double), (float_hq),
520         (double_hq), (audio_convert_get_func_index),
521         (audio_convert_prepare_context), (audio_convert_convert):
522         * gst/audioconvert/audioconvert.h:
523         * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_setup_matrix),
524         (gst_channel_mix_mix_int), (gst_channel_mix_mix_float):
525         * gst/audioconvert/gstchannelmix.h:
526         * tests/check/elements/audioconvert.c: (GST_START_TEST):
527           Add float as an intermediate format, as well as float mixing. Enable
528           test that was failing before. Fixes #339837
529
530 2007-02-21  Jan Schmidt  <thaytan@mad.scientist.com>
531
532         * tests/examples/seek/seek.c: (do_seek):
533         Undo the previous commit: -1 as a stop time implies that the stop
534         time is the end of file, clearing any previously configured segment.
535
536 2007-02-21  Jan Schmidt  <thaytan@mad.scientist.com>
537
538         * tests/examples/seek/seek.c: (do_seek):
539         Don't SEEK_SET with a stop time of -1, use SEEK_NONE instead.
540
541 2007-02-21  Stefan Kost  <ensonic@users.sf.net>
542
543         * gst/volume/gstvolume.c: (volume_process_int16),
544         (volume_process_int16_clamp), (volume_set_caps):
545           Unbreak volume, value remains gint.
546
547 2007-02-21  Stefan Kost  <ensonic@users.sf.net>
548
549         * gst/volume/gstvolume.c: (volume_choose_func),
550         (volume_update_real_volume), (gst_volume_set_volume),
551         (gst_volume_init), (volume_process_double), (volume_process_float),
552         (volume_process_int16), (volume_process_int16_clamp),
553         (volume_set_caps), (volume_transform_ip), (volume_update_volume):
554         * gst/volume/gstvolume.h:
555           Extend float audio support (double) and some int->uint cleanups.
556
557 2007-02-20  Edward Hervey  <edward@fluendo.com>
558
559         * gst/playback/gstdecodebin2.c: (gst_decode_bin_dispose),
560         (multi_queue_underrun_cb), (gst_decode_group_check_if_drained),
561         (sort_end_pads), (gst_decode_group_expose),
562         (gst_decode_group_hide):
563         Don't free groups from the streaming threads. Just put them aside and
564         free them in dispose.
565
566 2007-02-20  Edward Hervey  <edward@fluendo.com>
567
568         * gst/playback/gstdecodebin2.c: (connect_element),
569         (pad_added_group_cb), (gst_decode_group_check_if_blocked),
570         (sort_end_pads), (gst_decode_group_expose):
571         Handle dynamic pads within groups.
572         Sort pads before exposing them in order to make playbin happy.
573         There still is a race with the multiqueue filling up. This should be
574         solved separately.
575         Fixes #398721
576
577 2007-02-16  Tim-Philipp Müller  <tim at centricular dot net>
578
579         * gst-libs/gst/utils/base-utils.c:
580         * gst-libs/gst/utils/descriptions.c:
581         * gst-libs/gst/utils/install-plugins.c:
582         * gst-libs/gst/utils/missing-plugins.c:
583           Some more docs (and descriptions for two subtitle formats).
584
585 2007-02-16  Tim-Philipp Müller  <tim at centricular dot net>
586
587         * gst-libs/gst/audio/audio.c:
588           Fix documentation.
589
590 2007-02-16  Tim-Philipp Müller  <tim at centricular dot net>
591
592         Patch by: Yves Lefebvre  <ivanohe abacom com>
593
594         * gst/videorate/gstvideorate.c: (gst_video_rate_setcaps):
595           Don't leak caps. Fixes #408278.
596
597 2007-02-15  Stefan Kost  <ensonic@users.sf.net>
598
599         * ext/cdparanoia/gstcdparanoiasrc.h:
600         * ext/ogg/gstoggdemux.h:
601         * gst-libs/gst/audio/audio.c: (gst_audio_frame_byte_size),
602         (gst_audio_frame_length), (gst_audio_duration_from_pad_buffer),
603         (gst_audio_is_buffer_framed), (gst_audio_structure_set_int):
604         * gst-libs/gst/audio/audio.h:
605         * gst-libs/gst/audio/gstaudiofilter.h:
606         * gst-libs/gst/interfaces/videoorientation.h:
607         * gst/adder/gstadder.h:
608           More docs coverage and some ChangeLog surgery (add missing names)
609
610 2007-02-15  Wim Taymans  <wim@fluendo.com>
611
612         * sys/ximage/ximagesink.c:
613         (gst_ximagesink_calculate_pixel_aspect_ratio):
614         * sys/xvimage/xvimagesink.c:
615         (gst_xvimagesink_calculate_pixel_aspect_ratio):
616         Small constifications.
617
618 2007-02-15  Wim Taymans  <wim@fluendo.com>
619
620         * gst-libs/gst/audio/gstbaseaudiosink.c:
621         (gst_base_audio_sink_class_init), (gst_base_audio_sink_query),
622         (gst_base_audio_sink_render), (gst_base_audio_sink_callback),
623         (gst_base_audio_sink_async_play),
624         (gst_base_audio_sink_change_state):
625         Answer latency query.
626         Use configured latency when syncing.
627         Fix clock slaving.
628
629         * gst-libs/gst/audio/gstbaseaudiosrc.c:
630         (gst_base_audio_src_class_init), (gst_base_audio_src_dispose),
631         (gst_base_audio_src_query), (gst_base_audio_src_change_state):
632         Fix possible memleak.
633         Implement latency query.
634         Small cleanups.
635
636 2007-02-15  Wim Taymans  <wim@fluendo.com>
637
638         * ext/alsa/gstalsasink.c: (gst_alsasink_reset):
639         Ignore errors in reset, these are not fatal. They also grab the element
640         lock which is already taking when this function is called. Fixes
641         #405451.
642
643 2007-02-13  Stefan Kost  <ensonic@users.sf.net>
644
645         * configure.ac:
646           Remove 'tests/examples/xerror/Makefile' from output files again.
647
648 2007-02-13  Stefan Kost  <ensonic@users.sf.net>
649
650         * configure.ac:
651         * docs/plugins/Makefile.am:
652           Also crossref against gst-plugins-base-libs.
653
654 2007-02-12  Stefan Kost  <ensonic@users.sf.net>
655
656         * configure.ac:
657         * docs/libs/Makefile.am:
658         * docs/plugins/Makefile.am:
659           Add crossreferences to glib/gobject/gstream docs.
660
661         * gst-libs/gst/audio/audio.h:
662           Source formatting.
663
664         * gst/audiotestsrc/gstaudiotestsrc.c: (plugin_init):
665           Add own debug category.
666
667 2007-02-12  Tim-Philipp Müller  <tim at centricular dot net>
668
669         Patch by: René Stadler <mail at renestadler de>
670
671         * gst-libs/gst/tag/gstvorbistag.c:
672           Add vorbis/FLAC-tag mapping for new GST_TAG_REFERENCE_LEVEL
673           (#403597).
674
675 2007-02-10  Tim-Philipp Müller  <tim at centricular dot net>
676
677         * gst/playback/gstplaybasebin.c: (setup_source):
678           When we have external subtitles and wait for the subtitle decodebin
679           to get up and running, we set up a (sync) bus handler for the
680           subtitle decodebin, so we can stop waiting when it posts an error
681           message. However, we should do that before we set the subtitle
682           decodebin's state to playing, otherwise things are racy and we might
683           miss error messages posted before we had a chance to set up the bus.
684           This should finally fix totem hanging on .txt pseudo-subtitle files.
685           
686 2007-02-10  Sébastien Moutte  <sebastien at moutte dot net>
687
688         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:(gst_base_rtp_audio_payload_handle_frame_based_buffer):
689           Use gst_gdouble_to_guint64 for conversions.
690         * win32/common/config.h.in:
691           Add a define for GST_INSTALL_PLUGINS_HELPER
692         * win32/common/libgstaudio.def:
693         * win32/common/libgstcdda.def:
694         * win32/common/libgstnetbuffer.def:
695         * win32/common/libgstrtp.def:
696         * win32/common/libgutils.def:
697           Add new exported functions.
698         * win32/vs6/gst_plugins_base.dsw:
699         * win32/vs6/libgstdecodebin.dsp:
700         * win32/vs6/libgstnetbuffer.dsp:
701         * win32/vs6/libgstplaybin.dsp:
702         * win32/vs6/libgstrtp.dsp:
703         * win32/vs6/libgstvorbis.dsp:
704         * win32/vs6/libgstcdda.dsp:
705         * win32/vs6/libgstgdp.dsp:
706         * win32/vs6/libgstutils.dsp:
707           Update and add new project files.
708
709 2007-02-10  Tim-Philipp Müller  <tim at centricular dot net>
710
711         * gst/subparse/gstsubparse.c: (subrip_remove_unhandled_tag),
712         (subrip_remove_unhandled_tags), (parse_subrip):
713           For SubRip (.srt) subtitles, ignore all markup tags we don't
714           handle (like font tags, for example).
715
716         * tests/check/elements/subparse.c:
717           Add test for this.
718
719 2007-02-09  Tim-Philipp Müller  <tim at centricular dot net>
720
721         * gst/playback/gstdecodebin.c: (add_fakesink),
722         (gst_decode_bin_change_state):
723         * gst/playback/gstdecodebin2.c: (add_fakesink),
724         (gst_decode_bin_change_state):
725           Don't error out if there is no fakesink in the NULL to READY state
726           change, since when decodebin is re-used, we're only adding the
727           fakesink element in READY to PAUSED.
728
729         * tests/check/elements/decodebin.c:
730         (new_decoded_pad_plug_fakesink_cb), (GST_START_TEST),
731         (decodebin_suite):
732           Minimal unit test to make sure we can use the same decodebin
733           instance twice (at least with audiotestsrc input).
734
735 2007-02-09  Tim-Philipp Müller  <tim at centricular dot net>
736
737         * ext/alsa/gstalsa.c: (gst_alsa_find_device_name):
738           Try to get devic-name from device string first, and from handle only
739           as fallback (seems to yield better results and is more robust
740           against buggy probing code on the application side).
741
742 2007-02-08  Tim-Philipp Müller  <tim at centricular dot net>
743
744         Based on patch by: Julien Puydt <julien.puydt at laposte net>
745
746         * ext/alsa/gstalsa.c: (gst_alsa_find_device_name_no_handle),
747         (gst_alsa_find_device_name):
748         * ext/alsa/gstalsa.h:
749         * ext/alsa/gstalsasink.c: (gst_alsasink_get_property):
750         * ext/alsa/gstalsasrc.c: (gst_alsasrc_get_property):
751           Improve device-name detection a bit, especially in the case where
752           the device is not actually open (#405020, #405024). Move common code
753           into gstalsa.c instead of duplicating it.
754
755 2007-02-07  Tim-Philipp Müller  <tim at centricular dot net>
756
757         * gst/audioconvert/gstaudioconvert.c:
758           Fix up docs chunk so that gtk-doc doesn't complain, and fix typo.
759
760 2007-02-06  Julien MOUTTE  <julien@moutte.net>
761
762         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents),
763         (gst_xvimagesink_get_xv_support), (gst_xvimagesink_xcontext_clear),
764         (gst_xvimagesink_interface_supported),
765         (gst_xvimagesink_probe_get_properties),
766         (gst_xvimagesink_probe_probe_property),
767         (gst_xvimagesink_probe_needs_probe),
768         (gst_xvimagesink_probe_get_values),
769         (gst_xvimagesink_property_probe_interface_init),
770         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
771         (gst_xvimagesink_init), (gst_xvimagesink_class_init),
772         (gst_xvimagesink_get_type):
773         * sys/xvimage/xvimagesink.h: Implement PropertyProbe Interface
774         for XVAdaptors so that one can choose the adaptor to use with 
775         gstreamer-properties.
776
777 2007-02-06  Stefan Kost  <ensonic@users.sf.net>
778
779         * gst/audioconvert/gstaudioconvert.c:
780           Also mention that a conversion from double to float is suboptimal still.
781
782 2007-02-06  Tim-Philipp Müller  <tim at centricular dot net>
783
784         * gst-libs/gst/audio/gstaudiofilter.c:
785         (gst_audio_filter_class_init), (gst_audio_filter_change_state):
786           Clear our formats structure and free the caps contained in it when
787           shutting down.
788
789 2007-02-05  Andy Wingo  <wingo@pobox.com>
790
791         * gst-libs/gst/audio/gstbaseaudiosink.c
792         (gst_base_audio_sink_callback): Update basesink->offset so that we
793         pull monotonically increasing offsets instead of, um, seeking back
794         to 0 each time. Fixes alsasrc ! alsasink!
795
796 2007-02-05  Tim-Philipp Müller  <tim at centricular dot net>
797
798         * gst/videoscale/gstvideoscale.c:
799           A width and height of 1 makes us crash, so increase minimum size to
800           2x2 pixels until someone feels like fixing this (#404512).
801
802 2007-02-04  Tim-Philipp Müller  <tim at centricular dot net>
803
804         * tests/check/pipelines/oggmux.c: (GST_START_TEST), (oggmux_suite):
805           Add small test to make sure request pads are cleaned up properly
806           even if oggmux never changes state out of NULL.
807
808 2007-02-04  Tim-Philipp Müller  <tim at centricular dot net>
809
810         * tests/check/libs/utils.c: (GST_START_TEST):
811           Fix unit test. Turns out things work much better when you
812           NULL-terminate string arrays. Should make p5 build bot happy again.
813
814 2007-02-03  Tim-Philipp Müller  <tim at centricular dot net>
815
816         * gst-libs/gst/audio/Makefile.am:
817         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
818         (gst_audio_filter_template_base_init),
819         (gst_audio_filter_template_class_init),
820         (gst_audio_filter_template_init),
821         (gst_audio_filter_template_set_property),
822         (gst_audio_filter_template_get_property),
823         (gst_audio_filter_template_setup),
824         (gst_audio_filter_template_filter),
825         (gst_audio_filter_template_filter_inplace), (plugin_init):
826           Oops, forgot to commit fixed-up example.
827
828 2007-02-03  Tim-Philipp Müller  <tim at centricular dot net>
829
830         * docs/libs/gst-plugins-base-libs-sections.txt:
831         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audio_filter_get_type),
832         (gst_audio_filter_class_init), (gst_audio_filter_init),
833         (gst_audio_filter_set_caps),
834         (gst_audio_filter_class_add_pad_templates):
835         * gst-libs/gst/audio/gstaudiofilter.h:
836           Port GstAudioFilter to 0.10. This change technically breaks
837           API and ABI (and thus also every library developer's heart),
838           but seems justifiable on the grounds that the base class was
839           completely unusable before (ie. would crash immediately when
840           actually used). Fixes #403963 (and eventually also #403572).
841           Also document all of this a bit.
842
843 2007-02-03  Tim-Philipp Müller  <tim at centricular dot net>
844
845         * gst-libs/gst/utils/install-plugins.c:
846         (gst_install_plugins_spawn_child):
847         * tests/check/libs/utils.c:
848         (test_base_utils_install_plugins_do_callout):
849           Lowering log level to see why things fail on the p5 build bot;
850           fix some typos in unit test messages.
851
852 2007-02-03  Tim-Philipp Müller  <tim at centricular dot net>
853
854         * tests/check/libs/utils.c:
855         (test_base_utils_install_plugins_do_callout):
856           Don't hard-code temp directory for test helper; use GLib functions
857           to write out file and do error checking etc.
858
859 2007-02-02  Tim-Philipp Müller  <tim at centricular dot net>
860
861         * gst-libs/gst/utils/Makefile.am:
862         * gst-libs/gst/utils/base-utils.h:
863         * gst-libs/gst/utils/install-plugins.c:
864         (gst_install_plugins_context_set_xid),
865         (gst_install_plugins_context_new),
866         (gst_install_plugins_context_free),
867         (gst_install_plugins_get_helper),
868         (gst_install_plugins_spawn_child),
869         (gst_install_plugins_return_from_status),
870         (gst_install_plugins_installer_exited),
871         (gst_install_plugins_async), (gst_install_plugins_sync),
872         (gst_install_plugins_return_get_name),
873         (gst_install_plugins_installation_in_progress):
874         * gst-libs/gst/utils/install-plugins.h:
875           API: add API for applications to initiate installation of missing
876           plugins, ie. gst_install_plugins_async() primarily.
877           Based on libgimme-codec by Ryan Lortie.
878
879         * configure.ac:
880           Add --with-install-plugins-helper configure option so distros can specify
881           the path of the helper script or program to call when plugin installation
882           is requested (distros: please do any argument munging in this helper
883           script instead of patching GStreamer to pass arguments differently
884           to another program directly).
885
886         * docs/libs/gst-plugins-base-libs-docs.sgml:
887         * docs/libs/gst-plugins-base-libs-sections.txt:
888           Build and document new API.
889
890         * tests/check/libs/utils.c: (result_cb),
891         (test_base_utils_install_plugins_do_callout), (GST_START_TEST),
892         (libgstbaseutils_suite):
893           Some simple checks for the new API.
894
895 2007-02-02  Tim-Philipp Müller  <tim at centricular dot net>
896
897         * tests/check/elements/audioconvert.c: (test_float_conversion):
898           Add small test for 32bit float <=> 64bit float conversion (works
899           only one way so far, 32=>64 produces structured noise).
900
901 2007-02-02  Tim-Philipp Müller  <tim at centricular dot net>
902
903         * gst/audioconvert/gstaudioconvert.c:
904         (set_structure_widths_32_and_64), (make_lossless_changes):
905           We don't support floats with a width of 40, 48 or 56 bits.
906
907 2007-02-02  Stefan Kost  <ensonic@users.sf.net>
908
909         * gst/audioconvert/audioconvert.c: (float), (double),
910         (audio_convert_get_func_index):
911         * gst/audioconvert/gstaudioconvert.c: (set_structure_widths),
912         (make_lossless_changes):
913           Support for 64-bit float audio in audioconvert (#339837)
914
915 2007-02-01  Tim-Philipp Müller  <tim at centricular dot net>
916
917         Patch by: Holger Wansing  <linux wansing-online de>
918
919         * po/LINGUAS:
920         * po/de.po:
921           Add German translation (#352069).
922
923 2007-02-01  Sebastian Dröge  <slomo@circular-chaos.org>
924
925         reviewed by: Wim Taymans <wim@fluendo.com>
926
927         * ext/ogg/gstoggmux.c: (gst_ogg_mux_ogg_pad_destroy_notify),
928         (gst_ogg_mux_request_new_pad), (gst_ogg_mux_release_pad):
929         Use newly added GstCollectPads API to free the allocated resources in
930         the GstOggPad structures (#402393).
931
932 2007-01-31  Jan Schmidt  <thaytan@mad.scientist.com>
933
934         * gst/playback/gstplaybin.c: (gen_vis_element):
935           Add audioresample+audioconvert in front of the visualisation
936           element, so that elements like libvisual 0.4 that don't support all
937           samplerates can work.
938
939           Fixes: #402505
940
941 2007-01-30  Tim-Philipp Müller  <tim at centricular dot net>
942
943         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_property),
944         (gst_play_base_bin_get_streaminfo_value_array):
945           Take some locks and make a copy of the streaminfo value array we
946           maintain while holding the lock, so that the application can
947           retrieve the stream-info as a value array in a thread-safe way.
948
949 2007-01-30  Wim Taymans  <wim@fluendo.com>
950
951         * gst/audioconvert/gstaudioconvert.c:
952         Don't fail on 0 sized buffers. Fixes #396835.
953
954 2007-01-29  David Schleef  <ds@schleef.org>
955
956         * gst/typefind/gsttypefindfunctions.c:
957           Detect BBCD as video/x-dirac, so we can play raw dirac
958           streams.
959
960 2007-01-29  Tim-Philipp Müller  <tim at centricular dot net>
961
962         * ext/theora/theoraenc.c: (theora_enc_chain):
963           Check return value of theora_encode_header(), or we might try to
964           allocate a random number of bytes. theora_encode_header() can fail
965           if libtheora has been compiled with encoding support disabled.
966           Fixes #398110.
967
968 2007-01-29  Wim Taymans  <wim@fluendo.com>
969
970         * tests/check/gst/.cvsignore:
971         Do as buildbot says.
972
973 2007-01-29  Wim Taymans  <wim@fluendo.com>
974
975         * ext/libvisual/visual.c: (gst_visual_src_setcaps):
976         Fix strides in libvisual. Gst uses X strides.
977         Inspired by: <ed at catmur dot co dot uk> and 
978         <tim at centricular dot net>
979         Fixes #401118.
980
981 2007-01-27  Wim Taymans  <wim@fluendo.com>
982
983         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_submit_buffer),
984         (gst_ogg_demux_get_data), (gst_ogg_demux_get_next_page),
985         (gst_ogg_demux_get_prev_page), (gst_ogg_demux_do_seek),
986         (gst_ogg_demux_perform_seek),
987         (gst_ogg_demux_bisect_forward_serialno),
988         (gst_ogg_demux_read_chain), (gst_ogg_demux_read_end_chain),
989         (gst_ogg_demux_find_chains), (gst_ogg_demux_handle_page),
990         (gst_ogg_demux_chain), (gst_ogg_demux_combine_flows),
991         (gst_ogg_demux_loop_reverse), (gst_ogg_demux_loop):
992         * ext/ogg/gstoggdemux.h:
993         Properly propagate streaming errors when we are scanning the file for
994         chains so that we don't crash when shut down. Might fix some crashers
995         when quickly switching oggs in RB such as #332503 and #378436.
996
997 2007-01-26  Tim-Philipp Müller  <tim at centricular dot net>
998
999         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_start):
1000           Map a gnome-vfs HOST_NOT_FOUND error into a GStreamer NOT_FOUND
1001           error code as well.
1002
1003 2007-01-25  Wim Taymans  <wim@fluendo.com>
1004
1005         * gst/playback/gstplaybasebin.c: (remove_source):
1006         Don't try to disconnect a signal from a finalized object.
1007
1008 2007-01-25  Tim-Philipp Müller  <tim at centricular dot net>
1009
1010         * gst/playback/gstdecodebin2.c: (gst_decode_bin_dispose):
1011           Cast lock macro parameters to make sure we're actually accessing the
1012           lock member at the right class level. Free list itself in _dispose()
1013           as well and NULL it in case dispose gets called multiple times.
1014
1015 2007-01-25  Edward Hervey  <edward@fluendo.com>
1016
1017         * gst/playback/gstdecodebin2.c:
1018         (gst_decode_bin_dispose),(gst_decode_bin_finalize):
1019         Free GstDecodeGroups no longer used.
1020         (gst_decode_group_expose):
1021         Don't unlock too many times !
1022         (deactivate_free_recursive):
1023         Free iterator once we're done with it.
1024         Fix for recursively deactivating elements (stop at ghostpads).
1025
1026 2007-01-25  Tim-Philipp Müller  <tim at centricular dot net>
1027
1028         * gst/playback/gstplaybin.c: (handoff):
1029           Fix up caps on the frame buffer before we save it and potentially
1030           make it accessible to other threads via g_object_get; also use
1031           gst_buffer_replace() instead of gst_mini_object_replace().
1032
1033 2007-01-25  Tim-Philipp Müller  <tim at centricular dot net>
1034
1035         * gst/playback/gstplaybin.c: (gst_play_bin_get_property):
1036           Make getting the current frame thread-safe.
1037
1038 2007-01-25  Edward Hervey  <edward@fluendo.com>
1039
1040         * gst/playback/gstdecodebin2.c: (gst_decode_bin_finalize),
1041         (gst_decode_group_new), (gst_decode_group_free):
1042         Set queues to bigger sizes to cope with HD contents.
1043         Fix some mutex freeing and add comment about MT safe methods.
1044
1045 2007-01-24  Tim-Philipp Müller  <tim at centricular dot net>
1046
1047         * ext/pango/gsttextoverlay.c: (gst_text_overlay_src_event),
1048         (gst_text_overlay_text_event):
1049           Don't unnecessarily ref (and then leak) upstream events if the text
1050           pad is not linked. Fixes #399948.
1051
1052         * tests/check/gst-plugins-base.supp:
1053           Add suppression for pango on edgy/x86 for textoverlay test.
1054
1055 2007-01-24  Wim Taymans  <wim@fluendo.com>
1056
1057         * gst-libs/gst/rtp/gstrtpbuffer.h:
1058         Add some more fixed payloads.
1059
1060 2007-01-23  Tim-Philipp Müller  <tim at centricular dot net>
1061
1062         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_read_chain):
1063           Error out properly if we get an error from libogg while reading the
1064           BOS page(s). Fixes crash parsing 'fuzzed' ogg file (#399340).
1065
1066 2007-01-23  Tim-Philipp Müller  <tim at centricular dot net>
1067
1068         * gst/playback/gstdecodebin2.c: (gst_decode_bin_finalize):
1069           Don't leak mutex.
1070
1071         * tests/check/elements/playbin.c:
1072         (test_sink_usage_video_only_stream),
1073         (test_suburi_error_unknowntype), (test_suburi_error_invalidfile),
1074         (test_suburi_error_wrongproto), (test_missing_urisource_handler),
1075         (test_missing_suburisource_handler),
1076         (test_missing_primary_decoder), (playbin_suite):
1077           Run all tests once with decodebin and once with decodebin2.
1078           One test does not pass yet with decodebin2.
1079
1080 2007-01-23  Edward Hervey  <edward@fluendo.com>
1081
1082         * ext/ogg/gstoggmux.c: (all_pads_eos), (gst_ogg_mux_collected):
1083         Fix the cases where oggmux doesn't properly figure out that all
1084         sinkpads have gone EOS, and therefore doesn't push out the remaining
1085         buffers and the final EOS event.
1086         Fixes #363379
1087
1088 2007-01-23  Julien MOUTTE  <julien@moutte.net>
1089
1090         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents):
1091         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents):
1092         Don't lock on navigation event push, just on keysym to string.
1093         Fixes #397673 again.
1094
1095 2007-01-22  Edward Hervey  <edward@fluendo.com>
1096
1097         * gst/playback/gstdecodebin2.c: (gst_decode_group_new),
1098         (get_current_group), (group_demuxer_event_probe),
1099         (gst_decode_group_expose), (deactivate_free_recursive),
1100         (gst_decode_group_free):
1101         Cleanups.
1102         Don't forget to emit 'no-more-pads' once a group is exposed.
1103         Cleanup elements from a DecodeGroup once we remove it.
1104         Protect call to gst_decode_group_expose() with the decodebin lock.
1105
1106 2007-01-22  Julien MOUTTE  <julien@moutte.net>
1107
1108         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents):
1109         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents):
1110         Looking at Xorg code i can't figure out if that XKeysymToString
1111         function is thread sensible or not. Lock it just in case as
1112         recommended by Radek Doulik <rodo at ximian dot com>.
1113
1114 2007-01-22  Julien MOUTTE  <julien@moutte.net>
1115
1116         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents):
1117         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents):
1118         Lock that X Call as well. Fixes #397673.
1119
1120 2007-01-22  Tim-Philipp Müller  <tim at centricular dot net>
1121
1122         * gst/typefind/gsttypefindfunctions.c: (mpeg4_video_type_find):
1123           Don't go into an endless loop if the file starts with 00 00 01 2X,
1124           like quicktime redirect files might. Fixes #396042.
1125
1126         * tests/check/Makefile.am:
1127         * tests/check/gst/.cvsignore:
1128         * tests/check/gst/typefindfunctions.c: (GST_START_TEST),
1129         (typefindfunctions_suite):
1130           Add unit test for the above.
1131
1132 2007-01-22  Tim-Philipp Müller  <tim at centricular dot net>
1133
1134         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
1135           On second thought, use "depth" field rather than "bpp" field.
1136
1137 2007-01-22  Tim-Philipp Müller  <tim at centricular dot net>
1138
1139         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
1140           Camtasia caps apparently need a bpp field (#398875).
1141
1142 2007-01-19  Tim-Philipp Müller  <tim at centricular dot net>
1143
1144         * gst/playback/gstplaybasebin.c: (setup_subtitle),
1145         (gen_source_element), (gst_play_base_bin_change_state):
1146           Attempt at a better error message in case we don't have the required
1147           URI handler installed; post missing-plugin message also when we're
1148           missing an URI handler for the subtitle URI; clean up properly also
1149           when an error occurs and we never made it to PAUSED state.
1150
1151         * tests/check/elements/playbin.c: (GST_START_TEST),
1152         (playbin_suite):
1153           Check that we're also getting a missing-plugin messsage for a
1154           missing subtitle URI handler (and clean up properly).
1155
1156 2007-01-19  Tim-Philipp Müller  <tim at centricular dot net>
1157
1158         * gst/playback/gstplaybasebin.c: (analyse_source), (setup_source):
1159           Plug a few reference leaks.
1160
1161 2007-01-19  Tim-Philipp Müller  <tim at centricular dot net>
1162
1163         * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find):
1164           Lower probability a bit if the marker isn't right at the start,
1165           to decrease the chance of false positives.
1166
1167 2007-01-19  Tim-Philipp Müller  <tim at centricular dot net>
1168
1169         * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find):
1170           Small mpeg2 system stream typefinding improvement: make typefinder
1171           probe a bit into the stream instead of just looking for a marker
1172           at the beginning. Fixes #397810.
1173
1174 2007-01-18  Tim-Philipp Müller  <tim at centricular dot net>
1175
1176         * gst/audioconvert/gstchannelmix.c:
1177           Remove compatibility cruft for prehistoric GLib versions.
1178
1179 2007-01-17  Tim-Philipp Müller  <tim at centricular dot net>
1180
1181         * gst/playback/Makefile.am:
1182         * gst/playback/gstdecodebin.c: (close_pad_link):
1183         * gst/playback/gstdecodebin2.c: (analyze_new_pad):
1184         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
1185         (gst_play_base_bin_handle_message_func), (unknown_type):
1186           Let decodebin be the element to post missing-plugin messages for
1187           missing decoders (rather than playbin); make playbin implement
1188           GstBin::handle_message so we can suppress missing-plugin messages
1189           for types we're not handling on purpose (don't want to bring up an
1190           installer in those cases).
1191
1192 2007-01-16  Tim-Philipp Müller  <tim at centricular dot net>
1193
1194         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
1195         * gst-libs/gst/tag/gstvorbistag.c:
1196         (gst_tag_list_to_vorbiscomment_buffer):
1197         * gst/typefind/gsttypefindfunctions.c: (vorbis_type_find):
1198           Fix potentially unaligned access (#397207).
1199
1200 2007-01-16  Stefan Kost  <ensonic@users.sf.net>
1201
1202         * tests/examples/seek/seek.c: (set_scale), (update_scale),
1203         (do_seek), (stop_seek), (pause_cb), (stop_cb), (loop_toggle_cb),
1204         (rate_spinbutton_changed_cb), (msg_eos), (msg_segment_done),
1205         (main):
1206           Allow to toggle looping while it plays. Fix callback prototype. Clean
1207           up code a bit more. Add copyright header.
1208
1209 2007-01-16  Stefan Kost  <ensonic@users.sf.net>
1210
1211         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
1212           Red and blue mask was swapped (spotted by Dan Williams).
1213
1214 2007-01-15  Stefan Kost  <ensonic@users.sf.net>
1215
1216         * gst-libs/gst/tag/gstid3tag.c:
1217         * gst-libs/gst/tag/gstvorbistag.c:
1218           Use new beats-per-minute tag from core.
1219
1220 2007-01-15  Tim-Philipp Müller  <tim at centricular dot net>
1221
1222         * po/POTFILES.in:
1223           Add new files with translatable strings, so they actually make it
1224           into the template file one day.
1225
1226 2007-01-12  Andy Wingo  <wingo@pobox.com>
1227
1228         * gst-libs/gst/audio/gstbaseaudiosink.c
1229         (gst_base_audio_sink_fixate): Implement, stolen from baseaudiosrc.
1230         (gst_base_audio_sink_activate_pull): Remove the handwavey nego
1231         stuff, as the base class handles this now. Actually tell the ring
1232         buffer to start.
1233         (gst_base_audio_sink_callback): Cast the ring buffer correctly.
1234         How did this work before? Maybe I'm not as awesome a programmer as
1235         I think.
1236
1237         * gst-libs/gst/audio/gstbaseaudiosrc.c
1238         (gst_base_audio_src_fixate): Rework as a basesrc vmethod instead
1239         of a pad function.
1240
1241 2007-01-12  Tim-Philipp Müller  <tim at centricular dot net>
1242
1243         * gst-libs/gst/utils/missing-plugins.c: (copy_and_clean_caps):
1244           Remove more fields so that the application can better blacklist
1245           formats that have been tried before.
1246
1247 2007-01-12  Tim-Philipp Müller  <tim at centricular dot net>
1248
1249         * gst-libs/gst/audio/mixerutils.h:
1250           Add G_BEGIN_DECLS and G_END_DECLS guards so these helpers can be
1251           used when compiling with c++ compilers as well.
1252
1253 2007-01-12  Tim-Philipp Müller  <tim at centricular dot net>
1254
1255         * gst/typefind/gsttypefindfunctions.c:
1256           Fix comment.
1257
1258 2007-01-11  Tim-Philipp Müller  <tim at centricular dot net>
1259
1260         * gst/playback/gstplaybin.c: (post_missing_element_message),
1261         (gen_video_element), (gen_text_element), (gen_audio_element),
1262         (gen_vis_element):
1263           Post missing-plugin messages also when we error out because
1264           converters, textoverlay or auto*sinks are missing (#161922).
1265
1266 2007-01-10  Wim Taymans  <wim@fluendo.com>
1267
1268         * gst/playback/gstdecodebin.c: (dynamic_add), (close_pad_link),
1269         (is_demuxer_element), (new_caps):
1270         * gst/playback/gstplaybasebin.c: (source_new_pad):
1271         Fix the case where we try to ref a NULL element when we delay a link
1272         because of unfixed caps.
1273         Set the state of autoplugged decodebins to PAUSED.
1274         RTSP now works in playbin, we can remove it from the blacklist.
1275
1276 2007-01-09  Tim-Philipp Müller  <tim at centricular dot net>
1277
1278         * gst/playback/Makefile.am:
1279         * gst/playback/gstplaybasebin.c: (string_arr_has_str),
1280         (unknown_type), (setup_subtitle), (gen_source_element):
1281         * gst/playback/gstplaybin.c: (plugin_init):
1282           Post missing-plugin messages on the bus for missing sources and
1283           missing decoders/demuxers/depayloaders; fix error code used when
1284           we're missing an URI handler source; for media types that we are not
1285           handling on purpose at the moment, don't print "don't know how to
1286           handle xyz" messages to the terminal or post missing-plugin
1287           messages on the bus.
1288
1289         * tests/check/elements/playbin.c: (create_playbin),
1290         (GST_START_TEST), (gst_codec_src_uri_get_type),
1291         (gst_codec_src_uri_get_protocols), (gst_codec_src_uri_get_uri),
1292         (gst_codec_src_uri_set_uri), (gst_codec_src_uri_handler_init),
1293         (gst_codec_src_init_type), (gst_codec_src_base_init),
1294         (gst_codec_src_create), (gst_codec_src_class_init),
1295         (gst_codec_src_init), (plugin_init), (playbin_suite):
1296           Add some tests for the missing-plugin stuff.
1297
1298 2007-01-09  Tim-Philipp Müller  <tim at centricular dot net>
1299
1300         * configure.ac:
1301         * gst-libs/gst/Makefile.am:
1302         * gst-libs/gst/utils/Makefile.am:
1303         * gst-libs/gst/utils/base-utils.c: (gst_base_utils_init):
1304         * gst-libs/gst/utils/base-utils.h:
1305         * gst-libs/gst/utils/descriptions.c: (format_info_get_desc),
1306         (find_format_info), (caps_are_rtp_caps),
1307         (gst_base_utils_get_source_description),
1308         (gst_base_utils_get_sink_description),
1309         (gst_base_utils_get_decoder_description),
1310         (gst_base_utils_get_encoder_description),
1311         (gst_base_utils_get_element_description),
1312         (gst_base_utils_add_codec_description_to_tag_list),
1313         (gst_base_utils_get_codec_description), (gst_base_utils_list_all):
1314         * gst-libs/gst/utils/descriptions.h:
1315         * gst-libs/gst/utils/missing-plugins.c:
1316         (missing_structure_get_type), (copy_and_clean_caps),
1317         (gst_missing_uri_source_message_new),
1318         (gst_missing_uri_sink_message_new),
1319         (gst_missing_element_message_new),
1320         (gst_missing_decoder_message_new),
1321         (gst_missing_encoder_message_new),
1322         (missing_structure_get_string_detail),
1323         (missing_structure_get_caps_detail),
1324         (gst_missing_plugin_message_get_installer_detail),
1325         (gst_missing_plugin_message_get_description),
1326         (gst_is_missing_plugin_message):
1327         * gst-libs/gst/utils/missing-plugins.h:
1328           API: add new libgstbaseutils library with functions
1329           - to create and parse missing-plugins messages
1330           - that provide (translated) descriptions for caps/decoders/sources/etc.
1331           Closes #392393.
1332
1333         * pkgconfig/gstreamer-plugins-base-uninstalled.pc.in:
1334         * pkgconfig/gstreamer-plugins-base.pc.in:
1335           Add new lib.
1336
1337         * docs/libs/gst-plugins-base-libs-docs.sgml:
1338         * docs/libs/gst-plugins-base-libs-sections.txt:
1339           Generate docs for new lib and API.
1340
1341         * tests/check/Makefile.am:
1342         * tests/check/libs/.cvsignore:
1343         * tests/check/libs/utils.c: (missing_msg_check_getters),
1344         (GST_START_TEST), (libgstbaseutils_suite):
1345           Add some basic unit tests.
1346
1347 2007-01-09  Tim-Philipp Müller  <tim at centricular dot net>
1348
1349         * ext/ogg/Makefile.am:
1350           Dist gstoggdemux.h to fix 'make distcheck'.
1351
1352         * sys/v4l/Makefile.am:
1353           Fix 'make distcheck' even more.
1354
1355 2007-01-09  Wim Taymans  <wim@fluendo.com>
1356
1357         * docs/plugins/Makefile.am:
1358         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
1359         * docs/plugins/gst-plugins-base-plugins-sections.txt:
1360         * ext/ogg/gstoggdemux.c: (gst_ogg_page_copy), (gst_ogg_page_free),
1361         (gst_ogg_pad_query_types), (gst_ogg_pad_submit_page),
1362         (gst_ogg_chain_reset), (gst_ogg_chain_new_stream),
1363         (gst_ogg_demux_perform_seek):
1364         * ext/ogg/gstoggdemux.h:
1365         Added docs.
1366         Add some more comments.
1367         Small cleanups.
1368
1369 2007-01-09  Wim Taymans  <wim@fluendo.com>
1370
1371         * ext/theora/theoradec.c:
1372         * ext/vorbis/vorbisdec.c:
1373         * gst-libs/gst/audio/gstringbuffer.c:
1374         (gst_ring_buffer_commit_full):
1375         * gst-libs/gst/audio/gstringbuffer.h:
1376         * gst-libs/gst/rtp/gstrtpbuffer.c:
1377         * gst-libs/gst/tag/gstvorbistag.c:
1378         Small documentation updates/fixes
1379
1380 2007-01-09  Tim-Philipp Müller  <tim at centricular dot net>
1381
1382         * configure.ac:
1383           Require core CVS HEAD for Andy's basesrc/sink API additions.
1384
1385 2007-01-08  Tim-Philipp Müller  <tim at centricular dot net>
1386
1387         Patch by: Günter Thelen  <daedalus dot inc at gmx net>
1388
1389         * gst/typefind/gsttypefindfunctions.c: (flac_type_find),
1390         (plugin_init):
1391           Add typefinder for flac-in-ogg in conformance with the ogg-mapping
1392           on flac.sf.net (there appear to be other versions of the first
1393           ogg page in the wild) (#391365).
1394
1395 2007-01-08  Tim-Philipp Müller  <tim at centricular dot net>
1396
1397         * configure.ac:
1398           Check if localtime_r() is available.
1399
1400         * ext/pango/gstclockoverlay.c: (gst_clock_overlay_render_time):
1401           If localtime_r() is not available, fall back to localtime(). Should
1402           fix build on MingW (#393310).
1403
1404 2007-01-08  Tim-Philipp Müller  <tim at centricular dot net>
1405
1406         * gst/subparse/gstsubparse.c: (parse_mdvdsub):
1407         * gst/subparse/gstsubparse.h:
1408           Remove spurious 1000 subtrahend when calculating the timestamp from
1409           the frame number and the frame rate . Also, use the frames/second
1410           value specified in the first line of the file, if one is specified
1411           there. Should fix #357503.
1412
1413         * tests/check/elements/subparse.c: (do_test),
1414         (test_tmplayer_do_test), (test_microdvd_do_test), (GST_START_TEST),
1415         (subparse_suite):
1416           Add some basic unit tests for the microdvd subtitle format.
1417
1418 2007-01-07  Julien MOUTTE  <julien@moutte.net>
1419
1420         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
1421         (gst_xvimage_buffer_finalize), (gst_xvimagesink_xvimage_new),
1422         (gst_xvimagesink_xvimage_put), (gst_lookup_xv_port_from_adaptor),
1423         (gst_xvimagesink_get_xv_support), (gst_xvimagesink_setcaps),
1424         (gst_xvimagesink_set_xwindow_id),
1425         (gst_xvimagesink_set_event_handling),
1426         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
1427         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
1428         Patch by : Young-Ho Cha <ganadist at chollian dot net>
1429         Fixes : #390076.
1430         Add an adaptor property to select a specific XV adaptor.
1431         * sys/xvimage/xvimagesink.h:
1432
1433 2007-01-07  Julien MOUTTE  <julien@moutte.net>
1434
1435         * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
1436         (gst_ximagesink_handle_xerror), (gst_ximagesink_ximage_new),
1437         (gst_ximagesink_ximage_destroy), (gst_ximagesink_ximage_put),
1438         (gst_ximagesink_handle_xevents), (gst_ximagesink_setcaps),
1439         (gst_ximagesink_change_state), (gst_ximagesink_set_xwindow_id),
1440         (gst_ximagesink_expose), (gst_ximagesink_set_event_handling):
1441         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
1442         (gst_xvimage_buffer_finalize), (gst_xvimagesink_handle_xerror),
1443         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_put),
1444         (gst_xvimagesink_handle_xevents), (gst_xvimagesink_setcaps),
1445         (gst_xvimagesink_change_state), (gst_xvimagesink_set_xwindow_id),
1446         (gst_xvimagesink_expose), (gst_xvimagesink_set_event_handling):
1447         Use flow_lock much more to protect every access to xwindow.
1448         Try to catch erros while creating images in case some drivers are
1449         just generating an XError when the requested image is too big.
1450         Should fix : #354698, #384008, #384060.
1451         * tests/icles/stress-xoverlay.c: (cycle_window), (create_window):
1452         Implement some stress testing of setting window xid.
1453
1454 2007-01-07  Sébastien Moutte  <sebastien@moutte.net>
1455
1456         * win32/common/libgsaudio.def:
1457           Add new exported function.
1458         * win32/common/libgstogg.dsp:
1459           Add gstoggaviparse.c to the build.
1460         * win32/common/libgstvideoscale.dsp:
1461           Add vs_4tap.c to the build.
1462         * win32/common/libgstvorbis.dsp:
1463           Add vorbistag.c to the build.
1464         
1465 2007-01-06  Andy Wingo  <wingo@pobox.com>
1466
1467         * gst-libs/gst/audio/gstbaseaudiosink.c
1468         (gst_base_audio_sink_class_init)
1469         (gst_base_audio_sink_init): 
1470         (gst_base_audio_sink_activate_pull): Add an activate_pull function
1471         to baseaudiosink, and tell basesink that we can work in pull mode.
1472         This way the ring buffer thread drives the pipeline directly, if
1473         pull mode is possible. There is some lingering nastiness regarding
1474         capsnego, however.
1475         (gst_base_audio_sink_callback): Implement the callback to pull
1476         data. This interface is a bit light, though -- it should get a
1477         GstFlowReturn return value at least.
1478
1479 2007-01-05  Tim-Philipp Müller  <tim at centricular dot net>
1480
1481         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_stream_out):
1482         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
1483         * gst/playback/gstdecodebin2.c:
1484         (gst_decode_group_check_if_blocked):
1485           Printf format and missing argument fixes.
1486
1487 2007-01-05  Jan Schmidt  <thaytan@mad.scientist.com>
1488
1489         * ext/ogg/gstogmparse.c: (gst_ogm_parse_stream_header),
1490         (gst_ogm_parse_change_state):
1491         Activate pads before adding them to the element.
1492
1493 2007-01-05  Tim-Philipp Müller  <tim at centricular dot net>
1494
1495         * tests/examples/seek/scrubby.c: (main):
1496         * tests/examples/seek/seek.c: (main):
1497           Call g_thread_init() first thing in main() (see #391278).
1498
1499 2007-01-05  Tim-Philipp Müller  <tim at centricular dot net>
1500
1501         * tests/check/Makefile.am:
1502         * tests/check/libs/.cvsignore:
1503         * tests/check/libs/netbuffer.c: (GST_START_TEST),
1504         (netbuffer_suite):
1505           Add test for GstNetBuffer + gst_buffer_copy(). Disabled
1506           for the time being, since it's broken, see #393099.
1507
1508 2007-01-05  Tim-Philipp Müller  <tim at centricular dot net>
1509
1510         * tests/check/Makefile.am:
1511           Update to use GST_PLUGINS_BASE_CFLAGS as well.
1512
1513 2007-01-04  Thomas Vander Stichele  <thomas at apestaart dot org>
1514
1515         * configure.ac:
1516           split out GST_CFLAGS into GST_PLUGINS_BASE_CFLAGS and GST_CFLAGS
1517           so that GST_BASE_CFLAGS can go inbetween them, making sure
1518           we use uninstalled gst-libs headers
1519         * docs/libs/Makefile.am:
1520         * ext/alsa/Makefile.am:
1521         * ext/cdparanoia/Makefile.am:
1522         * ext/gnomevfs/Makefile.am:
1523         * ext/libvisual/Makefile.am:
1524         * ext/ogg/Makefile.am:
1525         * ext/theora/Makefile.am:
1526         * ext/vorbis/Makefile.am:
1527         * gst-libs/gst/audio/Makefile.am:
1528         * gst-libs/gst/cdda/Makefile.am:
1529         * gst-libs/gst/interfaces/Makefile.am:
1530         * gst-libs/gst/riff/Makefile.am:
1531         * gst-libs/gst/rtp/Makefile.am:
1532         * gst-libs/gst/tag/Makefile.am:
1533         * gst/adder/Makefile.am:
1534         * gst/audioconvert/Makefile.am:
1535         * gst/audiorate/Makefile.am:
1536         * gst/audioresample/Makefile.am:
1537         * gst/playback/Makefile.am:
1538         * gst/tcp/Makefile.am:
1539         * gst/videoscale/Makefile.am:
1540         * gst/volume/Makefile.am:
1541         * sys/ximage/Makefile.am:
1542         * sys/xvimage/Makefile.am:
1543         * tests/icles/Makefile.am:
1544           adapt
1545
1546 2007-01-04  Julien MOUTTE  <julien@moutte.net>
1547
1548         * gst-libs/gst/interfaces/xoverlay.c:
1549         (gst_x_overlay_handle_events):
1550         * gst-libs/gst/interfaces/xoverlay.h:
1551         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new),
1552         (gst_ximagesink_set_xwindow_id),
1553         (gst_ximagesink_set_event_handling),
1554         (gst_ximagesink_xoverlay_init), (gst_ximagesink_set_property),
1555         (gst_ximagesink_get_property), (gst_ximagesink_init),
1556         (gst_ximagesink_class_init):
1557         * sys/ximage/ximagesink.h:
1558         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_new),
1559         (gst_xvimagesink_set_xwindow_id),
1560         (gst_xvimagesink_set_event_handling),
1561         (gst_xvimagesink_xoverlay_init), (gst_xvimagesink_set_property),
1562         (gst_xvimagesink_get_property), (gst_xvimagesink_init),
1563         (gst_xvimagesink_class_init):
1564         * sys/xvimage/xvimagesink.h:
1565         * tests/icles/stress-xoverlay.c: (toggle_events), (create_window):
1566         Add a method to the XOverlay interface to allow disabling of 
1567         event handling in x[v]imagesink elements. This will let X events
1568         propagate to parent windows which can be usefull in some cases.
1569         Be carefull that the application is then responsible of pushing
1570         navigation events and expose events to the video sink.
1571         Fixes: #387138.
1572
1573 2007-01-03  Tim-Philipp Müller  <tim at centricular dot net>
1574
1575         * gst-libs/gst/tag/gstvorbistag.c:
1576         * tests/check/libs/tag.c: (GST_START_TEST):
1577           Add vorbistag <=> GStreamer tag mapping for GST_TAG_LOCATION
1578           (fixes #392070).
1579
1580 2007-01-01  Tim-Philipp Müller  <tim at centricular dot net>
1581
1582         * configure.ac:
1583         * docs/Makefile.am:
1584         * docs/design/Makefile.am:
1585           Dist design docs.
1586
1587 2006-12-27  Julien MOUTTE  <julien@moutte.net>
1588
1589         * docs/libs/gst-plugins-base-libs-sections.txt: Fix a documentation
1590         typo. Fixes: #390063.
1591
1592 2006-12-27  Julien MOUTTE  <julien@moutte.net>
1593
1594         * sys/ximage/ximagesink.c: (gst_ximagesink_setcaps):
1595         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps): Plug a
1596         caps leak.
1597         * win32/common/config.h: Updated.
1598
1599 2006-12-22  Stefan Kost  <ensonic@users.sf.net>
1600
1601         * tests/check/elements/gdpdepay.c: (cleanup_gdpdepay),
1602         (setup_gdpdepay_streamheader):
1603         * tests/check/elements/gdppay.c: (cleanup_gdppay),
1604         (setup_gdppay_streamheader):
1605           Fix the dp tests, but activating the pads for the streamheader tests
1606           too and cleaning up conditionaly
1607
1608 2006-12-22  Jan Schmidt  <thaytan@mad.scientist.com>
1609
1610         * gst/ffmpegcolorspace/avcodec.h:
1611         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
1612         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
1613         (gst_ffmpegcsp_avpicture_fill):
1614         * gst/ffmpegcolorspace/imgconvert.c: (img_convert),
1615         (img_get_alpha_info):
1616         Add 2 new caps arrangements, for 24-bit RGB and BGR in 32-bits, but at the
1617         other end of the word. Fixes: #387073.
1618
1619         Add some inconsequential branch hints in a couple of places.
1620
1621 2006-12-21  Tim-Philipp Müller  <tim at centricular dot net>
1622
1623         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
1624         (gst_ffmpeg_caps_to_smpfmt):
1625           The "signed" field in raw audio caps is of boolean type, trying to
1626           extract the value with _get_int() will fail (fix to keep in sync with
1627           the copy in gst-ffmpeg)
1628
1629 2006-12-21  Stefan Kost  <ensonic@users.sf.net>
1630
1631         * tests/check/elements/audioresample.c: (cleanup_audioresample):
1632         * tests/check/elements/audiotestsrc.c: (cleanup_audiotestsrc):
1633         * tests/check/elements/gdpdepay.c: (setup_gdpdepay),
1634         (cleanup_gdpdepay):
1635         * tests/check/elements/gdppay.c: (setup_gdppay), (cleanup_gdppay):
1636         * tests/check/elements/subparse.c: (teardown_subparse):
1637         * tests/check/elements/textoverlay.c: (cleanup_textoverlay):
1638         * tests/check/elements/videorate.c: (cleanup_videorate):
1639         * tests/check/elements/videotestsrc.c: (cleanup_videotestsrc):
1640         * tests/check/elements/volume.c: (cleanup_volume):
1641         * tests/check/elements/vorbisdec.c: (setup_vorbisdec),
1642         (cleanup_vorbisdec):
1643         * tests/check/elements/vorbistag.c: (setup_vorbistag),
1644         (cleanup_vorbistag):
1645           consistent pad (de)activation
1646
1647 2006-12-20  Tim-Philipp Müller  <tim at centricular dot net>
1648
1649         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
1650           Forgot to register the extensions.
1651
1652 2006-12-20  Tim-Philipp Müller  <tim at centricular dot net>
1653
1654         * gst/typefind/gsttypefindfunctions.c: (vivo_type_find),
1655         (plugin_init):
1656           Add typefinder for VIVO files (my christmas present to the 90s).
1657
1658 2006-12-16  Tim-Philipp Müller  <tim at centricular dot net>
1659
1660         * gst/playback/gstdecodebin.c: (type_found):
1661           Special-case the text/plain media type: we only want to recognise it
1662           as a 'raw' decoded media type if it comes from a demuxer or subtitle
1663           parser, but not if the entire stream is of text/plain type. If the
1664           entire stream is text/plain, we should just error out.
1665
1666           This fixes playback of audio files with lyrics in totem. Totem can't
1667           distinguish between text files and subtitle files and passes any
1668           .txt file with the same basename as the main file to playbin as
1669           suburi, and playbin will then throw a 'subtitle found, but no video
1670           stream' error, which isn't entirely helpful. See #380342.
1671
1672           Also, with this change we'll show a slightly more correct error
1673           message in case totem passes a playlist file to us (although a
1674           custom error message wording instead of the default text would
1675           probably not be a bad idea either).
1676
1677           Same problem also needs to be fixed for playbin+decodebin2.
1678
1679         * tests/check/Makefile.am:
1680         * tests/check/elements/decodebin.c: (src_handoff_cb),
1681         (decodebin_new_decoded_pad_cb), (GST_START_TEST),
1682         (decodebin_suite):
1683           Add simple unit test for decodebin for the above.
1684
1685 2006-12-16  Tim-Philipp Müller  <tim at centricular dot net>
1686
1687         * gst/playback/gstdecodebin.c: (gst_decode_bin_change_state):
1688         * gst/playback/gstdecodebin2.c: (gst_decode_bin_change_state):
1689           Refuse to change state to READY when we failed to create any of the
1690           required elements in our instance init function.
1691
1692 2006-12-15  Tim-Philipp Müller  <tim at centricular dot net>
1693
1694         * docs/libs/gst-plugins-base-libs-sections.txt:
1695           Small docs fixes/updates.
1696
1697         * gst-libs/gst/video/gstvideosink.h:
1698           Remove nonfunctional GST_VIDEO_SINK_CLOCK macro which is a leftover
1699           from the 0.9 days (GST_BASE_SINK_CLOCK, which it points to, was
1700           removed from the base sink API between 0.9.6 and 0.9.7).
1701           API: add GST_VIDEO_SINK_CAST and use it for the height/width
1702           accessor macros, so we don't do a runtime GObject type check every
1703           time we use them.
1704
1705 2006-12-15  Thomas Vander Stichele  <thomas at apestaart dot org>
1706
1707         * Makefile.am:
1708         * gst-plugins-base.doap:
1709         * gst-plugins-base.spec.in:
1710           add doap file
1711
1712 2006-12-09  Tim-Philipp Müller  <tim at centricular dot net>
1713
1714         Patch by: Jens Granseuer <jensgr at gmx net>
1715
1716         * gst-libs/gst/cdda/gstcddabasesrc.c: (gst_cdda_base_src_create):
1717         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
1718         (gst_base_rtp_audio_payload_handle_frame_based_buffer),
1719         (gst_base_rtp_audio_payload_handle_sample_based_buffer):
1720         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_fixate):
1721           Declare variables at the beginning of a block. Fixes #383195.
1722
1723 2006-12-07  Jan Schmidt  <thaytan@mad.scientist.com>
1724
1725         * configure.ac:
1726         Bump version nano - back to CVS.
1727
1728
1729 === release 0.10.11 ===
1730
1731 2006-12-06  Jan Schmidt <thaytan@mad.scientist.com>
1732
1733         * configure.ac:
1734           releasing 0.10.11, "Dumb things"
1735
1736 2006-12-05  Jan Schmidt  <thaytan@mad.scientist.com>
1737
1738         * gst/playback/gstdecodebin.c: (find_dynamic), (dynamic_add),
1739         (close_pad_link), (elem_is_dynamic), (unlinked), (close_link):
1740         Handle the case where an element has multiple pads with 
1741         unfixed caps as well as still possibly producing more dynamic 
1742         pads by storing each case as a distinct entry in the dynamic list.
1743         Fixes #38223 again.
1744
1745 2006-12-04  Wim Taymans  <wim@fluendo.com>
1746
1747         * gst/playback/gstdecodebin.c: (close_pad_link):
1748         Fix #382223, add more dynamic caps handling.
1749
1750 2006-12-04  Wim Taymans  <wim@fluendo.com>
1751
1752         reviewed by: <delete if not using a buddy>
1753
1754         * gst-libs/gst/audio/gstringbuffer.h:
1755         * gst-libs/gst/netbuffer/gstnetbuffer.c: (gst_netbuffer_init),
1756         (gst_netaddress_set_ip4_interface),
1757         (gst_netaddress_set_ip6_interface), (gst_netaddress_set_loopback),
1758         (gst_netaddress_set_ttl), (gst_netaddress_get_ip4_interface),
1759         (gst_netaddress_get_ip6_interface), (gst_netaddress_get_loopback),
1760         (gst_netaddress_get_ttl):
1761         * gst-libs/gst/netbuffer/gstnetbuffer.h:
1762         * gst/playback/gstdecodebin.c: (close_pad_link):
1763         * tests/examples/seek/seek.c: (end_scrub), (end_seek), (do_seek),
1764         (seek_cb), (stop_seek), (rate_spinbutton_changed_cb):
1765         * win32/common/config.h:
1766
1767 2006-12-01  Michael Smith  <msmith@fluendo.com>
1768
1769         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_chain):
1770           Delete bad debug code.
1771           Fixes #381219
1772
1773 2006-12-01  Jan Schmidt  <thaytan@mad.scientist.com>
1774
1775         * gst/videoscale/vs_4tap.c:
1776         * win32/MANIFEST:
1777         * win32/common/config.h:
1778         * win32/vs8/libgstvideoscale.vcproj:
1779         Fix compilation on win32 under VS8
1780         Patch by: Sergey Scobich <sergey dot scobich at gmail dot com>
1781         Partially fixes #381175
1782
1783 2006-11-30  Michael Smith  <msmith@fluendo.com>
1784
1785         * tests/check/pipelines/theoraenc.c: (check_buffer_granulepos),
1786         (GST_START_TEST):
1787           It would be very bad if, after a discont buffer, we thought every
1788           single following buffer was also discont. So, add to the test to
1789           ensure that this isn't the case.
1790           
1791         * ext/theora/theoraenc.c: (theora_enc_is_discontinuous):
1792           ... it was the case. So fix it.
1793
1794 2006-11-28  Wim Taymans  <wim@fluendo.com>
1795
1796         * gst/playback/gstplaybasebin.c: (check_queue_event):
1797         Improve debug.
1798
1799         * gst/videoscale/gstvideoscale.c: (gst_video_scale_transform_caps):
1800         Fix width and height range from 16 - 4096 to 1 - MAXINT, just like the
1801         padtemplate caps. Refixes #357577.
1802
1803 2006-11-28  Wim Taymans  <wim@fluendo.com>
1804
1805         * gst/playback/gstplaybasebin.c: (check_queue_event),
1806         (queue_threshold_reached), (queue_out_of_data),
1807         (gen_preroll_element):
1808         Add event probe to see when EOS is in a queue and we can disable the
1809         underrun signals. Fixes #357577.
1810
1811 2006-11-28  Edward Hervey  <edward@fluendo.com>
1812
1813         * gst/playback/Makefile.am:
1814         * gst/playback/gstdecodebin2.c: (gst_decode_bin_get_type),
1815         (_gst_boolean_accumulator), (gst_decode_bin_class_init),
1816         (gst_decode_bin_factory_filter), (compare_ranks), (print_feature),
1817         (gst_decode_bin_init), (gst_decode_bin_dispose),
1818         (gst_decode_bin_finalize), (gst_decode_bin_set_property),
1819         (gst_decode_bin_get_property), (gst_decode_bin_set_caps),
1820         (gst_decode_bin_get_caps), (gst_decode_bin_autoplug_continue),
1821         (gst_decode_bin_autoplug_sort), (analyze_new_pad), (connect_pad),
1822         (connect_element), (expose_pad), (type_found),
1823         (pad_added_group_cb), (pad_removed_group_cb),
1824         (no_more_pads_group_cb), (pad_added_cb), (pad_removed_cb),
1825         (no_more_pads_cb), (find_compatibles), (is_demuxer_element),
1826         (are_raw_caps), (multi_queue_overrun_cb),
1827         (multi_queue_underrun_cb), (gst_decode_group_new),
1828         (get_current_group), (group_demuxer_event_probe),
1829         (gst_decode_group_control_demuxer_pad),
1830         (gst_decode_group_control_source_pad),
1831         (gst_decode_group_check_if_blocked),
1832         (gst_decode_group_check_if_drained), (gst_decode_group_expose),
1833         (gst_decode_group_hide), (gst_decode_group_free),
1834         (gst_decode_group_set_complete), (source_pad_blocked_cb),
1835         (source_pad_event_probe), (gst_decode_pad_new), (add_fakesink),
1836         (remove_fakesink), (find_sink_pad), (gst_decode_bin_change_state),
1837         (plugin_init):
1838         New decodebin2 element.
1839         Closes #370092
1840         * gst/playback/gstplay-marshal.list:
1841         Added marshallers for new signals in decodebin2
1842         * gst/playback/gstplaybasebin.c: (setup_subtitle), (make_decoder):
1843         Use decodebin2 if *and only if* the USE_DECODEBIN2 environment variable
1844         is set.
1845
1846 2006-11-28  Wim Taymans  <wim@fluendo.com>
1847
1848         * gst/playback/gstplaybasebin.c: (setup_source),
1849         (gst_play_base_bin_change_state):
1850         Disable rtsp:// uris for the release, it's not good enough yet.
1851         Remove unused var.
1852
1853 2006-11-26  Wim Taymans  <wim@fluendo.com>
1854
1855         * ext/theora/theoradec.c: (gst_theora_dec_reset),
1856         (theora_dec_push_forward), (theora_dec_push_reverse),
1857         (theora_handle_data_packet), (theora_dec_decode_buffer),
1858         (theora_dec_flush_decode), (theora_dec_chain_reverse),
1859         (theora_dec_chain_forward), (theora_dec_chain):
1860         Implement reverse playback.
1861
1862         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_reset),
1863         (vorbis_dec_decode_buffer), (vorbis_dec_flush_decode),
1864         (vorbis_dec_chain_forward):
1865         Clear buffers used for reverse playback in _reset.
1866         No need to set the eos flag, we clip samples using the segment.
1867
1868 2006-11-24  Wim Taymans  <wim@fluendo.com>
1869
1870         * ext/ogg/gstoggdemux.c: (gst_ogg_page_copy), (gst_ogg_page_free),
1871         (gst_ogg_pad_init), (gst_ogg_pad_dispose), (gst_ogg_pad_reset),
1872         (gst_ogg_pad_stream_out), (gst_ogg_pad_submit_page),
1873         (gst_ogg_chain_reset), (gst_ogg_demux_perform_seek):
1874         Some cleanups.
1875         Handle continued pages in reverse mode.
1876
1877 2006-11-24  Wim Taymans  <wim@fluendo.com>
1878
1879         * ext/vorbis/vorbisdec.c: (vorbis_dec_push_forward),
1880         (vorbis_handle_data_packet), (vorbis_dec_decode_buffer),
1881         (vorbis_dec_flush_decode):
1882         Small cleanups.
1883         Don't try to add invalid timestamps.
1884         Clipping will unref the buffer.
1885
1886 2006-11-24  Stefan Kost  <ensonic@users.sf.net>
1887
1888         * gst/adder/gstadder.h:
1889         * gst/audiotestsrc/gstaudiotestsrc.h:
1890           remove obsolete _factory_init protos
1891
1892 2006-11-24  Stefan Kost  <ensonic@users.sf.net>
1893
1894         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_buffer_alloc):
1895           Fix spacing in debug message.
1896
1897 2006-11-23  Wim Taymans  <wim@fluendo.com>
1898
1899         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_page),
1900         (gst_ogg_demux_chain):
1901         Don't just ignore return values from _pad_push().
1902         Small debug improvements.
1903
1904 2006-11-23  Michael Smith  <msmith@fluendo.com>
1905
1906         * ext/ogg/gstoggmux.c: (gst_ogg_mux_process_best_pad):
1907           If our incoming buffer is marked as DISCONT, then increment the page
1908           number (so that the discontinuity is marked in the final ogg
1909           bitstream) and flush the previous page.
1910
1911 2006-11-22  Michael Smith  <msmith@fluendo.com>
1912
1913         * ext/theora/gsttheoraenc.h:
1914         * ext/theora/theoraenc.c: (gst_theora_enc_init),
1915         (theora_enc_reset), (theora_enc_clear), (theora_enc_sink_setcaps),
1916         (theora_buffer_from_packet), (theora_enc_is_discontinuous),
1917         (theora_enc_chain), (theora_enc_change_state):
1918           Mark discontinuities of > 3/4 of a frame, reinit encoder.
1919
1920         * tests/check/pipelines/theoraenc.c: (check_buffer_granulepos),
1921         (GST_START_TEST), (theoraenc_suite):
1922           Enable discontinuity test, fix it.
1923
1924 2006-11-21  Tim-Philipp Müller  <tim at centricular dot net>
1925
1926         * ext/pango/gsttextoverlay.c: (gst_text_overlay_init),
1927         (gst_text_overlay_text_pad_unlink), (gst_text_overlay_text_event),
1928         (gst_text_overlay_video_event), (gst_text_overlay_pop_text),
1929         (gst_text_overlay_text_chain), (gst_text_overlay_video_chain),
1930         (gst_text_overlay_change_state):
1931         * ext/pango/gsttextoverlay.h:
1932           Some textoverlay fixes: for one, in the video chain function,
1933           actually wait for a text buffer to come in if there is none at the
1934           moment and there should be one; also, deal more gracefully with
1935           incoming buffers that do not have a timestamp or duration; discard
1936           text buffer when not needed any longer. Fixes #341681.
1937
1938         * tests/check/Makefile.am:
1939         * tests/check/elements/.cvsignore:
1940         * tests/check/elements/textoverlay.c:
1941         (notgst_check_setup_src_pad2), (notgst_check_teardown_src_pad2),
1942         (setup_textoverlay), (buffer_is_all_black), (create_black_buffer),
1943         (create_text_buffer), (cleanup_textoverlay), (GST_START_TEST),
1944         (test_video_waits_for_text_send_text_newsegment_thread),
1945         (test_video_waits_for_text_shutdown_element),
1946         (test_render_continuity_push_video_buffers_thread),
1947         (textoverlay_suite):
1948           Add some unit tests for textoverlay.
1949
1950 2006-11-21  Tim-Philipp Müller  <tim at centricular dot net>
1951
1952         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset):
1953           Avoid integer underflow when the found probability for mp3 is
1954           smaller than the 'penalty' we subtract if there's not a clean
1955           mp3 header sync at offset 0.
1956
1957 2006-11-21  Stefan Kost  <ensonic@users.sf.net>
1958
1959         * docs/libs/gst-plugins-base-libs-sections.txt:
1960           Add some new symbols to the docs
1961
1962 2006-11-20  Tim-Philipp Müller  <tim at centricular dot net>
1963
1964         * tests/check/Makefile.am:
1965         * tests/check/elements/ffmpegcolorspace.c:
1966         (ffmpegcolorspace_suite):
1967           Enable ffmpegcolorspace test now that the RGBA32 issue is fixed
1968           (for now not for valgrinding though, since it takes too long).
1969
1970 2006-11-20  Wim Taymans  <wim@fluendo.com>
1971
1972         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
1973         (gst_ffmpeg_pixfmt_to_caps):
1974         Fix RGBA32 caps. Fixes #357038.
1975
1976 2006-11-20  Tim-Philipp Müller  <tim at centricular dot net>
1977
1978         * gst-libs/gst/interfaces/mixertrack.h:
1979           Add FIXME so we can add some padding here in 0.11
1980
1981 2006-11-19  Tim-Philipp Müller  <tim at centricular dot net>
1982
1983         * gst-libs/gst/rtp/gstbasertpaudiopayload.h:
1984           Fix GstBaseRTPAudioPayload structure so the whole GObject
1985           inheritance business actually works (parent class instance structure
1986           must always come first in the derived class instance structure).
1987
1988 2006-11-16  Tim-Philipp Müller  <tim at centricular dot net>
1989
1990         * gst/videotestsrc/Makefile.am:
1991         * tests/check/Makefile.am:
1992           Make sure our checks and the videotestsrc plugin link against the
1993           local uninstalled gst libs and not any installed gst libs that
1994           might happen to exist as well.
1995
1996         * tests/check/elements/adder.c: (message_received),
1997         (test_event_message_received), (test_play_twice_message_received):
1998         * tests/check/elements/ffmpegcolorspace.c: (GST_START_TEST):
1999           Fix compiler warnings when compiling against core with disabled
2000           debugging system.
2001
2002 2006-11-16  Michael Smith  <msmith@fluendo.com>
2003
2004         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_reset),
2005         (gst_audio_rate_sink_event), (gst_audio_rate_chain):
2006           Fix audiorate, so that it accurately sets offsets and timestamps.
2007           Doesn't change the fundamental algorithmic decisions; so should be
2008           safe.
2009
2010         * tests/check/Makefile.am:
2011           Enable audiorate test now that it passes.
2012
2013 2006-11-09  Stefan Kost  <ensonic@users.sf.net>
2014
2015         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state):
2016           clear xv when going to NULL, remove // commented non-existant proto
2017
2018         * tests/examples/seek/seek.c: (main):
2019           add missing tooltip description for scrub and play_scrub
2020
2021 2006-11-14  David Schleef  <ds@schleef.org>
2022
2023         * configure.ac:
2024           Bump liboil requirement to 0.3.8.
2025         * gst-libs/gst/riff/riff-media.c:
2026           Add Dirac fourcc.
2027         * gst/videoscale/vs_image.h:
2028         * gst/videoscale/vs_scanline.h:
2029           Use liboil's stdint.h.
2030         * gst/videotestsrc/videotestsrc.c:
2031           Remove liboil related ifdef's, since they aren't needed now, and
2032           won't work with future versions.
2033
2034 2006-11-14  David Schleef  <ds@schleef.org>
2035
2036         * gst/videoscale/Makefile.am:
2037         * gst/videoscale/gstvideoscale.c:
2038         * gst/videoscale/gstvideoscale.h:
2039         * gst/videoscale/vs_4tap.c:
2040         * gst/videoscale/vs_4tap.h:
2041         * gst/videoscale/vs_image.c:
2042         * gst/videoscale/vs_image.h:
2043         * gst/videoscale/vs_scanline.c:
2044         * gst/videoscale/vs_scanline.h:
2045           Add a 4-tap image scaler.  Theoretically looks much prettier.
2046           The tap calculation could use some improvement.
2047
2048 2006-11-14  Wim Taymans  <wim@fluendo.com>
2049
2050         Patch by: Jan David Mol <j dot j dot d dot mol at tudelft dot nl>
2051
2052         * gst-libs/gst/riff/riff-read.c: (gst_riff_parse_strf_auds),
2053         (gst_riff_parse_strf_iavs):
2054         * gst/subparse/gstsubparse.c: (convert_encoding):
2055         * gst/tcp/gstmultifdsink.c:
2056         (gst_multi_fd_sink_handle_client_write):
2057         * gst/tcp/gsttcp.c: (gst_tcp_socket_write), (gst_tcp_socket_read),
2058         (gst_tcp_read_buffer), (gst_tcp_gdp_read_caps),
2059         (gst_tcp_gdp_write_buffer), (gst_tcp_gdp_write_caps):
2060         * gst/tcp/gsttcpclientsink.c: (gst_tcp_client_sink_render):
2061         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
2062         (gst_ximagesink_ximage_new):
2063         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new):
2064         Various gsize and gssize printf fixes. Fixes #372507.
2065
2066 2006-11-13  Wim Taymans  <wim@fluendo.com>
2067
2068         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
2069         (vorbis_dec_push_forward), (vorbis_dec_push_reverse),
2070         (vorbis_handle_data_packet), (vorbis_dec_decode_buffer),
2071         (vorbis_dec_flush_decode), (vorbis_dec_chain_reverse),
2072         (vorbis_dec_chain_forward), (vorbis_dec_chain):
2073         * ext/vorbis/vorbisdec.h:
2074         First stab at vorbis reverse playback.
2075
2076 2006-11-13  Wim Taymans  <wim@fluendo.com>
2077
2078         * gst-libs/gst/audio/gstbaseaudiosink.c:
2079         (gst_base_audio_sink_event), (gst_base_audio_sink_render):
2080         * gst-libs/gst/audio/gstbaseaudiosink.h:
2081         Make the clock sync code more accurate wrt resampling and playback
2082         at different rates.
2083         
2084         * gst-libs/gst/audio/gstringbuffer.c:
2085         (gst_ring_buffer_commit_full), (gst_ring_buffer_commit):
2086         * gst-libs/gst/audio/gstringbuffer.h:
2087         Use better algorithm to interpolate sample rates. 
2088
2089 2006-11-13  Michael Smith  <msmith@fluendo.com>
2090
2091         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_page):
2092           Improve a debug line slightly.
2093
2094         * ext/ogg/gstogmparse.c: (gst_ogm_parse_plugin_init):
2095           Call gst_riff_init() in plugin_init, to avoid getting errors from
2096           the debug system (unrelated changes to another plugin made this turn
2097           up; not sure why).
2098
2099 2006-11-10  Tim-Philipp Müller  <tim at centricular dot net>
2100
2101         Patch by: Sergey Scobich  <sergery.scobich at gmail com>
2102
2103         * win32/common/libgsttag.def:
2104           Add missing symbol (#366492).
2105
2106 2006-11-09  Tim-Philipp Müller  <tim at centricular dot net>
2107
2108         * gst/playback/gststreamselector.c: (gst_stream_selector_dispose):
2109           Don't unref a NULL pad.
2110
2111 2006-11-09  Wim Taymans  <wim@fluendo.com>
2112
2113         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_page),
2114         (gst_ogg_demux_get_prev_page), (gst_ogg_demux_perform_seek),
2115         (gst_ogg_demux_handle_page), (gst_ogg_demux_chain),
2116         (gst_ogg_demux_loop_forward), (gst_ogg_demux_loop_reverse),
2117         (gst_ogg_demux_loop):
2118         Implement first stab at reverse playback.
2119
2120 2006-11-07  Stefan Kost  <ensonic@users.sf.net>
2121
2122         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
2123         (gst_riff_create_video_template_caps):
2124           add h263/h264 variants to the caps, Fixes #363118
2125
2126 2006-11-06  Tim-Philipp Müller  <tim at centricular dot net>
2127
2128         * gst-libs/gst/audio/gstaudiosink.c: (audioringbuffer_thread_func):
2129         * gst-libs/gst/audio/gstaudiosrc.c: (audioringbuffer_thread_func):
2130           Use g_strerror instead of strerror so we get UTF-8.
2131
2132 2006-11-03  David Schleef  <ds@schleef.org>
2133
2134         * ext/ogg/gstoggdemux.c:
2135         * ext/ogg/gstoggmux.c:
2136           Add/remove KW-DIRAC header here, since it is ogg-specific.
2137
2138 2006-11-03  Michael Smith  <msmith@fluendo.com>
2139
2140         * gst/typefind/gsttypefindfunctions.c: (mpeg4_video_type_find):
2141           Recognise more mpeg4 elementary video streams.
2142
2143 2006-11-02  Edward Hervey  <edward@fluendo.com>
2144
2145         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset):
2146         Lower the probability of mp3 typefinding functions if we don't find a
2147         valid mp3 header at the start of the file.
2148         Closes #369482
2149
2150 2006-11-02  Wim Taymans  <wim@fluendo.com>
2151
2152         * ext/theora/gsttheoradec.h:
2153         * ext/theora/theoradec.c: (gst_theora_dec_init),
2154         (theora_dec_sink_event), (theora_dec_chain_forward),
2155         (theora_dec_flush_decode), (theora_dec_chain_reverse),
2156         (theora_dec_chain):
2157         Document and partially implement an algorithm for doing reverse playback
2158         of theora video.
2159
2160 2006-11-02  Tim-Philipp Müller  <tim at centricular dot net>
2161
2162         Patch by: Sergey Scobich  <sergey.scobich at gmail com>
2163
2164         * win32/common/config.h:
2165         * win32/common/interfaces-enumtypes.c:
2166         * win32/common/libgsttag.def:
2167         * win32/vs8/gst-plugins-base.sln:
2168         * win32/vs8/libgstaudioresample.vcproj:
2169         * win32/vs8/libgstinterfaces.vcproj:
2170         * win32/vs8/libgstogg.vcproj:
2171         * win32/vs8/libgstriff.vcproj:
2172         * win32/vs8/libgsttag.vcproj:
2173         * win32/vs8/libgsttheora.vcproj:
2174         * win32/vs8/libgstvideoscale.vcproj:
2175         * win32/vs8/libgstvorbis.vcproj:
2176           Misc. VS8 build fixes: fix syntax in config.h, add missing entries
2177           to libgsttag.def; add missing dependencies for some vs8 projects;
2178           re-arrange placement of .def files in vs8 projects (#366334).
2179
2180 2006-11-01  Tim-Philipp Müller  <tim at centricular dot net>
2181
2182         * ext/ogg/gstogg.c:
2183           Remove unused variable.
2184
2185         * ext/ogg/gstoggdemux.c:
2186           Fix Wim's surname in plugin description.
2187
2188 2006-10-31  Wim Taymans  <wim@fluendo.com>
2189
2190         * gst-plugins-base.spec.in:
2191         spec new .h file. Fixes #368310.
2192
2193 2006-10-31  Michael Smith  <msmith@fluendo.com>
2194
2195         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_add_full),
2196         (gst_multi_fd_sink_remove), (gst_multi_fd_sink_clear),
2197         (gst_multi_fd_sink_get_stats),
2198         (gst_multi_fd_sink_remove_client_link),
2199         (gst_multi_fd_sink_queue_buffer),
2200         (gst_multi_fd_sink_handle_clients):
2201         * gst/tcp/gstmultifdsink.h:
2202           Make using the remove or clear signals threadsafe.
2203           Make calling get-stats with an invalid fd not segfault.
2204           Fixes 368273.
2205
2206 2006-10-31  Wim Taymans  <wim@fluendo.com>
2207
2208         * gst-libs/gst/rtp/Makefile.am:
2209         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
2210         (gst_base_rtp_audio_payload_init):
2211         Fix and activate base audio payloader.
2212
2213 2006-10-28  Tim-Philipp Müller  <tim at centricular dot net>
2214
2215         * gst/typefind/gsttypefindfunctions.c: (qtif_type_find),
2216         (plugin_init):
2217           Add typefinder for QuickTime Image Files (see #366156).
2218
2219 2006-10-28  Tim-Philipp Müller  <tim at centricular dot net>
2220
2221         * gst/audioresample/gstaudioresample.c: (gst_audioresample_init):
2222           Another typo fix (#366212).
2223
2224 2006-10-27  Wim Taymans  <wim@fluendo.com>
2225
2226         * gst/volume/gstvolume.c: (volume_transform_ip):
2227         Use stream time to synchronize volume property instead of rather random
2228         timestamps. This is needed when gnonlin does its time shifting.
2229
2230 2006-10-27  Wim Taymans  <wim@fluendo.com>
2231
2232         Patch by: Mark Nauwelaerts <manauw at skynet dot be>
2233
2234         * ext/ogg/gstoggmux.c: (gst_ogg_mux_release_pad):
2235         Remove the pad from the element in release_pad. Fixes #364812.
2236
2237 2006-10-27  Tim-Philipp Müller  <tim at centricular dot net>
2238
2239         * sys/ximage/ximagesink.c: (gst_ximagesink_get_type):
2240         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_type):
2241           Explicitly create our custom buffer classes at a thread-safe
2242           location as well, since g_type_class_ref() doesn't seem to be
2243           entirely thread-safe either (#365501; also see #349410).
2244
2245 2006-10-26  Tim-Philipp Müller  <tim at centricular dot net>
2246
2247         * gst-libs/gst/riff/riff-read.c: (freeform_string_to_utf8),
2248         (gst_riff_parse_info):
2249           If strings in INFO chunk are not UTF-8, do something similar to
2250           what we do for ID3v1 tags: check a number of environment variables
2251           (GST_AVI_TAG_ENCODING, GST_RIFF_TAG_ENCODING, GST_TAG_ENCODING) for
2252           character sets to try, otherwise try the current locale and/or fall
2253           back on ISO-8859-1. Fixes #360552.
2254
2255 2006-10-23  Tim-Philipp Müller  <tim at centricular dot net>
2256
2257         * gst/videotestsrc/gstvideotestsrc.c:
2258         (gst_video_test_src_pattern_get_type),
2259         (gst_video_test_src_set_pattern):
2260         * gst/videotestsrc/gstvideotestsrc.h:
2261         * gst/videotestsrc/videotestsrc.c: (gst_video_test_src_checkers1),
2262         (gst_video_test_src_checkers2), (gst_video_test_src_checkers4),
2263         (gst_video_test_src_checkers8):
2264         * gst/videotestsrc/videotestsrc.h:
2265           Add a bunch of exciting new checkers patterns.
2266
2267 2006-10-23  Tim-Philipp Müller  <tim at centricular dot net>
2268
2269         * gst/subparse/Makefile.am:
2270         * gst/subparse/gstsubparse.c:
2271         (gst_sub_parse_data_format_autodetect),
2272         (gst_sub_parse_format_autodetect), (handle_buffer),
2273         (gst_sub_parse_chain), (gst_subparse_type_find), (plugin_init):
2274         * gst/subparse/gstsubparse.h:
2275         * gst/subparse/tmplayerparse.c: (tmplayer_parse_line),
2276         (parse_tmplayer):
2277         * gst/subparse/tmplayerparse.h:
2278           Add support for TMPlayer-type subtitles (#362845).
2279
2280         * tests/check/elements/subparse.c: (test_tmplayer_do_test),
2281         (GST_START_TEST), (subparse_suite):
2282           Add some basic unit tests for the above.
2283
2284 2006-10-23  Tim-Philipp Müller  <tim at centricular dot net>
2285
2286         * tests/check/elements/audiorate.c: (test_injector_base_init),
2287         (test_injector_class_init), (test_injector_chain),
2288         (test_injector_init), (probe_cb), (do_perfect_stream_test),
2289         (GST_START_TEST), (audiorate_suite):
2290           More tests for audiorate: inject buffers to check behaviour when
2291           buffers overlap.
2292
2293 2006-10-21  Tim-Philipp Müller  <tim at centricular dot net>
2294
2295         * tests/check/Makefile.am:
2296         * tests/check/elements/.cvsignore:
2297         * tests/check/elements/audiorate.c: (probe_cb), (got_buf),
2298         (do_perfect_stream_test), (GST_START_TEST), (audiorate_suite):
2299           Add some basic unit tests for audiorate. Disabled at the moment
2300           since it doesn't pass yet (see bug #363119).
2301
2302 2006-10-20  Tim-Philipp Müller  <tim at centricular dot net>
2303
2304         * gst/subparse/gstsubparse.c: (subrip_fix_up_markup),
2305         (parse_subrip), (handle_buffer):
2306           Add missing closing tags for markup and fix broken markup,
2307           otherwise pango won't render anything (fixes #357531). Also,
2308           make sure the text we send out is always NUL-terminated
2309           (better safe than sorry etc.).
2310
2311         * tests/check/elements/subparse.c: (test_srt_do_test),
2312         (test_srt):
2313           Some more tests for .srt incl. tests for the above stuff.
2314
2315 2006-10-20  Julien MOUTTE  <julien@moutte.net>
2316
2317         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_put):
2318         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put):
2319         Patch by: Stefan Kost  <ensonic@users.sf.net>
2320         Try to redraw borders only when needed. Apparently this consumes
2321         resources on small devices... :-O (#363607)
2322
2323 2006-10-20  Michael Smith  <msmith@fluendo.com>
2324
2325         * gst/tcp/gstmultifdsink.c:
2326         (gst_multi_fd_sink_client_queue_buffer):
2327           If caps change, then update the client's idea of the caps so that we
2328           don't end up re-sending streamheaders for every single buffer after
2329           the caps change.
2330
2331 2006-10-20  Michael Smith  <msmith@fluendo.com>
2332
2333         * ext/ogg/gstoggparse.c: (gst_ogg_parse_dispose),
2334         (gst_ogg_parse_append_header), (gst_ogg_parse_chain):
2335           Set caps on pushed buffers; fix up refcounting of caps objects.
2336
2337 2006-10-19  Tim-Philipp Müller  <tim at centricular dot net>
2338
2339         * gst/typefind/gsttypefindfunctions.c: (mmsh_type_find),
2340         (plugin_init):
2341           Typefind mmsh header data packet to application/x-mmsh (#362625).
2342
2343 2006-10-19  Tim-Philipp Müller  <tim at centricular dot net>
2344
2345         * tests/check/Makefile.am:
2346         * tests/check/elements/.cvsignore:
2347         * tests/check/elements/subparse.c: (buffer_from_static_string),
2348         (setup_subparse), (teardown_subparse), (test_srt_do_test),
2349         (GST_START_TEST), (subparse_suite):
2350           Add very simple unit test for subparse.
2351
2352 2006-10-19  Tim-Philipp Müller  <tim at centricular dot net>
2353
2354         * gst/subparse/gstsubparse.c: (strip_trailing_newlines),
2355         (parse_subrip):
2356           Strip trailing newlines from subtitle text output.
2357
2358 2006-10-18  Tim-Philipp Müller  <tim at centricular dot net>
2359
2360         * gst/subparse/gstsubparse.c: (gst_sub_parse_dispose),
2361         (gst_sub_parse_change_state):
2362           Fix memleak; clear subparse->textbuf n state change function.
2363
2364 2006-10-18  Tim-Philipp Müller  <tim at centricular dot net>
2365
2366         * gst/subparse/gstsubparse.c:
2367         (gst_sub_parse_data_format_autodetect):
2368           Don't require subrip (.srt) files to start with a chunk number of 1.
2369
2370 2006-10-18  Wim Taymans  <wim@fluendo.com>
2371
2372         * gst-libs/gst/audio/gstbaseaudiosink.c:
2373         (gst_base_audio_sink_event), (gst_base_audio_sink_render):
2374         * gst-libs/gst/audio/gstbaseaudiosink.h:
2375         Extract rate from the NEWSEGMENT event.
2376         Use commit_full to also take rate adjustment into account when writing
2377         samples to the ringbuffer.
2378         
2379         * gst-libs/gst/audio/gstringbuffer.c:
2380         (gst_ring_buffer_commit_full), (gst_ring_buffer_commit),
2381         (gst_ring_buffer_read):
2382         * gst-libs/gst/audio/gstringbuffer.h:
2383         Added _commit_full() to also take rate into account.
2384         Use simple interpolation algorithm to resample audio.
2385         API: gst_ring_buffer_commit_full()
2386
2387         * tests/examples/seek/scrubby.c: (speed_cb), (do_seek):
2388         * tests/examples/seek/seek.c: (segment_done):
2389         Don't try to seek with 0.0 rate, just pause instead.
2390         Remove bogus debug line.
2391
2392 2006-10-18  Tim-Philipp Müller  <tim at centricular dot net>
2393
2394         * gst/playback/gstplaybasebin.c: (subbin_startup_sync_msg),
2395         (setup_source):
2396           Catch async errors when starting up the subtitle bin, so we can
2397           stop waiting and continue with the main film instead of hanging
2398           forever. Fixes #339366.
2399
2400         * tests/check/elements/playbin.c: (playbin_suite):
2401           Enable unit test for the above.
2402
2403 2006-10-18  Tim-Philipp Müller  <tim at centricular dot net>
2404
2405         * tests/check/Makefile.am:
2406         * tests/check/elements/.cvsignore:
2407         * tests/check/elements/playbin.c: (GST_START_TEST),
2408         (gst_red_video_src_uri_get_type),
2409         (gst_red_video_src_uri_get_protocols),
2410         (gst_red_video_src_uri_get_uri), (gst_red_video_src_uri_set_uri),
2411         (gst_red_video_src_uri_handler_init),
2412         (gst_red_video_src_init_type), (gst_red_video_src_base_init),
2413         (gst_red_video_src_create), (gst_red_video_src_class_init),
2414         (gst_red_video_src_init), (plugin_init), (playbin_suite):
2415           Some small and basic unit tests for playbin; not very useful yet,
2416           but at least a start.
2417
2418 2006-10-18  Tim-Philipp Müller  <tim at centricular dot net>
2419
2420         * gst/playback/gstplaybin.c: (setup_sinks):
2421           The old pad activation spiel.
2422
2423 2006-10-18  Tim-Philipp Müller  <tim at centricular dot net>
2424
2425         * gst/playback/gstplaybasebin.c: (setup_source):
2426           Don't hang forever if the subbin already fails to start up in 
2427           the state change to PAUSED (#339366).
2428
2429 2006-10-17  Tim-Philipp Müller  <tim at centricular dot net>
2430
2431         * gst-libs/gst/interfaces/tuner.c: (gst_tuner_list_channels),
2432         (gst_tuner_set_channel), (gst_tuner_get_channel),
2433         (gst_tuner_list_norms), (gst_tuner_set_norm), (gst_tuner_get_norm),
2434         (gst_tuner_set_frequency), (gst_tuner_get_frequency),
2435         (gst_tuner_signal_strength), (gst_tuner_find_norm_by_name),
2436         (gst_tuner_find_channel_by_name):
2437           Fix some function guards, add some more function guards.
2438
2439 2006-10-17  Jan Schmidt  <thaytan@mad.scientist.com>
2440
2441         * gst/playback/gstdecodebin.c: (get_our_ghost_pad),
2442         (remove_element_chain):
2443         Don't return a pad from get_our_ghost_pad unless it is actually the
2444         one we want.
2445         Change a cast in remove_element_chain slightly.
2446
2447 2006-10-13  Julien MOUTTE  <julien@moutte.net>
2448
2449         * tests/examples/seek/seek.c: (do_seek), (start_seek),
2450         (rate_spinbutton_changed_cb), (segment_done), (msg_state_changed):
2451         Segment seeking needs to use the rate and set stop to -1.
2452
2453 2006-10-13  Wim Taymans  <wim@fluendo.com>
2454
2455         * gst-libs/gst/audio/gstbaseaudiosink.c:
2456         (gst_base_audio_sink_setcaps):
2457         Don't crash when ringbuffer is not yet created.
2458         Patch by: Ville Syrjala <ville dot syrjala at movial dot fi>
2459         Fixes #361634.
2460
2461         * gst/playback/gstplaybasebin.c: (new_decoded_pad_full):
2462         * gst/playback/gststreamselector.c:
2463         (gst_stream_selector_request_new_pad):
2464         Activate pads befre adding them to running elements.
2465
2466 2006-10-13  Julien MOUTTE  <julien@moutte.net>
2467
2468         * tests/examples/seek/seek.c: (do_seek), (start_seek),
2469         (rate_spinbutton_changed_cb), (msg_state_changed): Stop the scale
2470         updater when we start grabing the slider. Don't wait for the
2471         pipeline to be PAUSED.
2472
2473 2006-10-13  Tim-Philipp Müller  <tim at centricular dot net>
2474
2475         * gst-libs/gst/interfaces/mixer.c: (gst_mixer_list_tracks),
2476         (gst_mixer_set_volume), (gst_mixer_get_volume),
2477         (gst_mixer_set_mute), (gst_mixer_set_option),
2478         (gst_mixer_get_option), (gst_mixer_mute_toggled),
2479         (gst_mixer_record_toggled), (gst_mixer_volume_changed),
2480         (gst_mixer_option_changed):
2481           Guard mixer interface functions against bogus arguments.
2482
2483 2006-10-12  Julien MOUTTE  <julien@moutte.net>
2484
2485         * tests/examples/seek/seek.c: (do_seek), (start_seek), (stop_seek),
2486         (play_cb), (pause_cb), (stop_cb), (rate_spinbutton_changed_cb),
2487         (msg_state_changed), (main): Use state-changed messages to trigger
2488         start/stop of scale update timer. Indeed the scale slider was
2489         jumping here and there because the update timer was activated 
2490         before seek completed. This fixes instant applying of rate changes
2491         by pressing the spinbutton like a crazy man !
2492
2493 2006-10-12  Tim-Philipp Müller  <tim at centricular dot net>
2494
2495         Patch by: Sebastien Cote  <sebas642 at yahoo.ca>
2496
2497         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_init),
2498         (gst_basertppayload_finalize):
2499           Fix two small memory leaks (#361456).
2500
2501 2006-10-10  Julien MOUTTE  <julien@moutte.net>
2502
2503         * tests/examples/seek/seek.c: (do_seek),
2504         (rate_spinbutton_changed_cb): When changing spinbutton we try
2505         to change the rate on the fly.
2506
2507 2006-10-10  Wim Taymans  <wim@fluendo.com>
2508
2509         * gst-libs/gst/riff/riff-ids.h:
2510         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
2511         (gst_riff_create_audio_template_caps):
2512         Add WMS caps.
2513
2514 2006-10-10  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
2515
2516         Patch by: Josep Torre Valles <josep@fluendo.com>
2517
2518         * ext/gnomevfs/gstgnomevfssink.c:
2519         * ext/gnomevfs/gstgnomevfssrc.c:
2520         Fix URI interface implementation return type.
2521         * ext/pango/gsttextoverlay.c: (gst_text_overlay_set_property):
2522         Fix what looks like a copy/paste issue when assigning values.
2523         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
2524         (gst_audio_filter_template_get_type):
2525         Cast to prevent Forte warnings.
2526         * gst-libs/gst/cdda/gstcddabasesrc.c: (gst_cdda_base_src_create):
2527         Fix URI interface implementation return type.
2528         gst_pad_query_position requires a signed integer pointer as
2529         3rd parameter, GstClockTime is unsigned.
2530         * gst/audioconvert/audioconvert.c:
2531         Fix integer overflow when treated as signed.
2532         * gst/audioresample/resample.c: (resample_add_input_data):
2533         Cast to prevent warnings on Forte.
2534         * gst/ffmpegcolorspace/imgconvert.c: (build_rgb_palette):
2535         Fix integer overflow when treated as signed.
2536         * gst/ffmpegcolorspace/imgconvert_template.h:
2537         Fix integer overflow when treated as signed. RGBA_OUT shifts bits.
2538         * gst/playback/gstdecodebin.c: (queue_filled_cb),
2539         (cleanup_decodebin):
2540         Who initialises a guint to -1!
2541         Cast function pointers to prevent warnings on Forte.
2542         * gst/playback/gstplaybasebin.c: (queue_deadlock_check),
2543         (queue_threshold_reached):
2544         Cast function pointers correctly to prevent warnings on Forte.
2545         * gst/playback/gststreaminfo.c: (gst_stream_info_dispose):
2546         Cast function pointers correctly to prevent warnings on Forte.
2547         * gst/subparse/gstssaparse.c: (gst_ssa_parse_setcaps):
2548         Obvious change to unsigned, 0xEF > max signed char.
2549         * gst/tcp/gstmultifdsink.c: (get_buffers_max), (count_burst_unit):
2550         GstClockTime is unsigned, initialise correctly.
2551         * gst/tcp/gsttcp.c: (gst_tcp_socket_write):
2552         Cast so pointer arithemetic doesn't cause warnings on Forte.
2553         * gst/videorate/gstvideorate.c:
2554         Use correct return value.
2555         * tests/examples/seek/scrubby.c:
2556         GstClockTime is unsigned, initialise correctly.
2557
2558 2006-10-10  Tim-Philipp Müller  <tim at centricular dot net>
2559
2560         Patch by: Ferenc Gerlits  <fgerlits at gmail com>
2561
2562         * gst/typefind/gsttypefindfunctions.c:
2563           Recognise XML files and XML-like files shorter than 256 bytes as
2564           well (fixes #359237).
2565
2566 2006-10-09  Edgard Lima <edgard.lima@indt.org.br>
2567
2568         Patch by: Renato Filho <renato.filho@indt.org.br>
2569         
2570         * gst/typefind/gsttypefindfunctions.c:
2571         Added typefind functions to video/x-nuv media.
2572         
2573 2006-10-08  Tim-Philipp Müller  <tim at centricular dot net>
2574
2575         * gst-libs/gst/interfaces/xoverlay.c:
2576         (gst_x_overlay_set_xwindow_id), (gst_x_overlay_expose):
2577           Some more guards against invalid input.
2578
2579 2006-10-07  Julien MOUTTE  <julien@moutte.net>
2580
2581         * ext/pango/gsttextoverlay.c: (gst_text_overlay_text_event): 
2582         Useless goto.
2583         * tests/examples/seek/seek.c: (do_seek),
2584         (rate_spinbutton_changed_cb), (main): Add a rate spinbutton in
2585         seek example to experiment with rates != 1.0 (reverse playback !)
2586
2587 2006-10-06  Stefan Kost  <ensonic@users.sf.net>
2588
2589         * gst-libs/gst/interfaces/xoverlay.c:
2590           Unref message in doc-example (spotted by Robert McQueen)
2591
2592 2006-10-06  Wim Taymans  <wim@fluendo.com>
2593
2594         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset),
2595         (mpeg1_parse_header), (mpeg1_sys_type_find):
2596         printf fix.
2597
2598 2006-10-06  Wim Taymans  <wim@fluendo.com>
2599
2600         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
2601         (close_pad_link):
2602         * gst/playback/gstplaybasebin.c: (new_decoded_pad_full):
2603         Activate dynamic pads before adding them to the element.
2604
2605 2006-10-06  Michael Smith  <msmith@fluendo.com>
2606
2607         * gst-libs/gst/floatcast/floatcast.h:
2608           Fix obviously-bogus macros; use the correct types.
2609
2610 2006-10-06  Wim Taymans  <wim@fluendo.com>
2611
2612         * gst-libs/gst/rtp/gstbasertpdepayload.c:
2613         (gst_base_rtp_depayload_change_state):
2614         Also call parent state change function to activate pads.
2615
2616         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset),
2617         (mpeg1_parse_header), (mpeg1_sys_type_find):
2618         Add some more debug info in mpeg typefinding.
2619
2620 2006-10-06  Michael Smith  <msmith@fluendo.com>
2621
2622         * ext/theora/theoradec.c: (theora_dec_chain):
2623           Zero byte theora packets are valid and well-defined; don't warn on
2624           them.
2625
2626 2006-10-06  Thomas Vander Stichele  <thomas at apestaart dot org>
2627
2628         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init),
2629         (gst_multi_fd_sink_get_stats), (find_limits),
2630         (gst_multi_fd_sink_queue_buffer):
2631           API: add dropped_buffers to the get-stats GValueArray
2632
2633 2006-10-05  Tim-Philipp Müller  <tim at centricular dot net>
2634
2635         * ext/alsa/gstalsadeviceprobe.c:
2636         (gst_alsa_device_property_probe_get_values):
2637         * ext/alsa/gstalsasink.c: (set_hwparams):
2638         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_elem_pad),
2639         (gst_ogg_chain_new_stream), (gst_ogg_demux_read_chain):
2640         * ext/ogg/gstoggmux.c: (gst_ogg_mux_send_headers),
2641         (gst_ogg_mux_process_best_pad):
2642         * ext/ogg/gstoggparse.c: (gst_ogg_parse_new_stream),
2643         (gst_ogg_parse_chain):
2644         * ext/ogg/gstogmparse.c: (gst_ogm_parse_stream_header):
2645         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
2646         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_setup),
2647         (gst_vorbis_enc_buffer_check_discontinuous):
2648         * ext/vorbis/vorbisparse.c: (vorbis_parse_src_query):
2649         * gst-libs/gst/audio/gstbaseaudiosink.c:
2650         (gst_base_audio_sink_render):
2651         * gst-libs/gst/cdda/gstcddabasesrc.c:
2652         (gst_cdda_base_src_handle_track_seek):
2653         * gst-libs/gst/rtp/gstbasertpdepayload.c:
2654         (gst_base_rtp_depayload_push_full):
2655         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_push):
2656         * gst/audioresample/resample.c: (resample_input_pushthrough):
2657         * gst/playback/gstplaybasebin.c: (queue_out_of_data):
2658         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_handle_clients):
2659         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset),
2660         (wavpack_type_find):
2661         * gst/videotestsrc/gstvideotestsrc.c: (gst_video_test_src_create):
2662         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
2663         (gst_xvimagesink_check_xshm_calls), (gst_xvimagesink_xvimage_new):
2664         * tests/check/elements/volume.c: (GST_START_TEST):
2665           Printf format fixes.
2666
2667 2006-10-04  Thomas Vander Stichele  <thomas at apestaart dot org>
2668
2669         * gst/tcp/gsttcp.c: (gst_tcp_gdp_read_caps):
2670           Fix a simple mistake (see the docs)
2671           Fixes #359580
2672
2673 2006-10-03  Tim-Philipp Müller  <tim at centricular dot net>
2674
2675         * docs/plugins/Makefile.am:
2676         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
2677         * docs/plugins/gst-plugins-base-plugins-sections.txt:
2678         * docs/plugins/gst-plugins-base-plugins.args:
2679         * docs/plugins/gst-plugins-base-plugins.hierarchy:
2680         * docs/plugins/inspect/plugin-adder.xml:
2681         * docs/plugins/inspect/plugin-alsa.xml:
2682         * docs/plugins/inspect/plugin-audioconvert.xml:
2683         * docs/plugins/inspect/plugin-audiorate.xml:
2684         * docs/plugins/inspect/plugin-audioresample.xml:
2685         * docs/plugins/inspect/plugin-audiotestsrc.xml:
2686         * docs/plugins/inspect/plugin-cdparanoia.xml:
2687         * docs/plugins/inspect/plugin-decodebin.xml:
2688         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
2689         * docs/plugins/inspect/plugin-gdp.xml:
2690         * docs/plugins/inspect/plugin-gnomevfs.xml:
2691         * docs/plugins/inspect/plugin-libvisual.xml:
2692         * docs/plugins/inspect/plugin-ogg.xml:
2693         * docs/plugins/inspect/plugin-pango.xml:
2694         * docs/plugins/inspect/plugin-playbin.xml:
2695         * docs/plugins/inspect/plugin-subparse.xml:
2696         * docs/plugins/inspect/plugin-tcp.xml:
2697         * docs/plugins/inspect/plugin-theora.xml:
2698         * docs/plugins/inspect/plugin-typefindfunctions.xml:
2699         * docs/plugins/inspect/plugin-video4linux.xml:
2700         * docs/plugins/inspect/plugin-videorate.xml:
2701         * docs/plugins/inspect/plugin-videoscale.xml:
2702         * docs/plugins/inspect/plugin-videotestsrc.xml:
2703         * docs/plugins/inspect/plugin-volume.xml:
2704         * docs/plugins/inspect/plugin-vorbis.xml:
2705         * docs/plugins/inspect/plugin-ximagesink.xml:
2706         * docs/plugins/inspect/plugin-xvimagesink.xml:
2707           Add vorbistag element to docs; update version numbers to 0.10.10.1.
2708
2709 2006-10-03  Tim-Philipp Müller  <tim at centricular dot net>
2710
2711         Patch by: James "Doc" Livingston <doclivingston at gmail com>
2712
2713         * ext/vorbis/Makefile.am:
2714         * ext/vorbis/vorbis.c: (plugin_init):
2715         * ext/vorbis/vorbisparse.c: (gst_vorbis_parse_class_init),
2716         (vorbis_parse_parse_packet), (vorbis_parse_chain):
2717         * ext/vorbis/vorbisparse.h:
2718         * ext/vorbis/vorbistag.c: (gst_vorbis_tag_base_init),
2719         (gst_vorbis_tag_class_init), (gst_vorbis_tag_init),
2720         (gst_vorbis_tag_parse_packet):
2721         * ext/vorbis/vorbistag.h:
2722           Add new vorbistag element which derives from vorbisparse
2723           and is essentially the same as well, only that it implements
2724           the GstTagSetter interface and can modify the stream's
2725           vorbiscomment on the fly (#335635).
2726
2727         * tests/check/Makefile.am:
2728         * tests/check/elements/.cvsignore:
2729         * tests/check/elements/vorbistag.c: (setup_vorbistag),
2730         (cleanup_vorbistag), (buffer_probe), (start_pipeline),
2731         (get_buffer), (stop_pipeline), (_create_codebook_header_buffer),
2732         (_create_audio_buffer), (GST_START_TEST), (vorbistag_suite):
2733           Add unit test for new vorbistag element.
2734
2735 2006-10-03  Tim-Philipp Müller  <tim at centricular dot net>
2736
2737         * ext/vorbis/vorbisparse.c: (gst_vorbis_parse_init),
2738         (vorbis_parse_push_headers), (vorbis_parse_chain):
2739           Set BOS flag in packet structure to fix 'jump depends
2740           on unitialized value' errors in valgrind; various minor
2741           clean-ups.
2742
2743 2006-09-30  Jan Schmidt  <thaytan@mad.scientist.com>
2744
2745         * gst/playback/gstdecodebin.c: (close_pad_link):
2746         Fix typo in a debug statement.
2747
2748         * gst/playback/gstplaybasebin.c: (probe_triggered),
2749         (new_decoded_pad_full), (new_decoded_pad), (subs_new_decoded_pad),
2750         (gen_source_element), (source_new_pad), (analyse_source),
2751         (setup_source):
2752         When handling no_more_pads in new_decoded_pad, make sure to treat
2753         subtitle pads correctly. Fixes playback with subtitle files.
2754
2755         Move a recurring message to LOG level.
2756
2757         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
2758         The maximum value for the Xv colorkey on this Radeon is 0xFFFFFFFF,
2759         which ends up as -1 when cast to an int. Make the logic handle the
2760         max value as an unsigned mask and only change the colorkey when it's
2761         a value we recognise.
2762
2763 2006-09-29 Philippe Kalaf <philippe.kalaf@collabora.co.uk>       
2764
2765         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
2766         Removed empty * between paragraphs
2767
2768 2006-09-29 Philippe Kalaf <philippe.kalaf@collabora.co.uk>       
2769
2770         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
2771         * gst-libs/gst/rtp/README:
2772         Moved some documentation into .c file
2773
2774 2006-09-29  Wim Taymans  <wim@fluendo.com>
2775
2776         * gst/playback/gstdecodebin.c: (no_more_pads):
2777         Fix compilation.
2778
2779 2006-09-29  Wim Taymans  <wim@fluendo.com>
2780
2781         * gst/playback/gstdecodebin.c: (new_caps):
2782         Remove g_print
2783
2784         * gst/playback/gstplaybin.c:
2785         Add some docs.
2786
2787 2006-09-29  Tim-Philipp Müller  <tim at centricular dot net>
2788
2789         * tests/check/Makefile.am:
2790           Re-enable cddabasesrc test to see if it works again
2791           now.
2792
2793 2006-09-29  Wim Taymans  <wim@fluendo.com>
2794
2795         * gst/playback/gstplaybasebin.c: (setup_subtitle),
2796         (gen_source_element):
2797         Handle invalid URIs a bit more gracefully.
2798
2799 2006-09-29  Tim-Philipp Müller  <tim at centricular dot net>
2800
2801         * tests/check/pipelines/oggmux.c:
2802           Remove obsolete comment.
2803
2804 2006-09-29  Michael Smith  <msmith@fluendo.com>
2805
2806         * ext/ogg/gstoggmux.c: (gst_ogg_mux_request_new_pad),
2807         (gst_ogg_mux_release_pad), (gst_ogg_mux_push_buffer),
2808         (gst_ogg_mux_compare_pads), (gst_ogg_mux_queue_pads),
2809         (gst_ogg_mux_send_headers), (gst_ogg_mux_process_best_pad),
2810         (gst_ogg_mux_collected):
2811           Commit patch from James "Doc" Livingston, adds proper EOS handling
2812           in oggmux. GStreamer can, for the first time ever, create a valid
2813           Ogg file! Yay!
2814
2815         * tests/check/pipelines/oggmux.c: (check_chain_final_state),
2816         (oggmux_suite):
2817           Reenable tests now that they pass.
2818
2819 2006-09-29  Wim Taymans  <wim@fluendo.com>
2820
2821         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_handle_clients):
2822         Stop reading commands when EOF (we read 0) as well.
2823
2824 2006-09-28  Wim Taymans  <wim@fluendo.com>
2825
2826         * gst/playback/gstdecodebin.c: (dynamic_create), (dynamic_free),
2827         (close_pad_link), (dynamic_remove), (no_more_pads), (new_caps),
2828         (find_dynamic), (unlinked), (close_link):
2829         Implement delayed caps linking needed for element with a lot of
2830         different caps on the src pads that get fixed at runtime.
2831         Improve management of dynamic elements.
2832
2833         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
2834         (group_destroy), (group_commit), (check_queue), (queue_overrun),
2835         (gen_preroll_element), (remove_groups), (unknown_type),
2836         (add_element_stream), (no_more_pads_full), (no_more_pads),
2837         (sub_no_more_pads), (source_no_more_pads), (preroll_unlinked),
2838         (new_decoded_pad), (setup_subtitle), (array_has_value),
2839         (gen_source_element), (source_new_pad), (has_all_raw_caps),
2840         (analyse_source), (remove_decoders), (make_decoder),
2841         (remove_source), (setup_source), (finish_source), (prepare_output),
2842         (gst_play_base_bin_change_state):
2843         * gst/playback/gstplaybasebin.h:
2844         Use more _CAST instead of full type checking casts.
2845         Small cleanups, plug some leaks.
2846         Handle dynamic sources.
2847         Add some helper functions to create lists of strings used for
2848         blacklisting and other stuff.
2849         Refactor some code dealing with analysing the source.
2850         Re-enable sources without pads (like cd:// or other selfcontained
2851         elements).
2852
2853 2006-09-28  Wim Taymans  <wim@fluendo.com>
2854
2855         * gst-libs/gst/audio/gstbaseaudiosink.c:
2856         (gst_base_audio_sink_render):
2857         When we have a timestamp, we can still perform clipping.
2858         When we have no clock, we must play the sample ASAP.
2859
2860 2006-09-28  Wim Taymans  <wim@fluendo.com>
2861
2862         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_chain):
2863         Set caps on outgoing buffers.
2864
2865         * gst/videorate/gstvideorate.c: (gst_video_rate_flush_prev),
2866         (gst_video_rate_event), (gst_video_rate_chain):
2867         * gst/videorate/gstvideorate.h:
2868         Fix videorate some more. Fixes #357977
2869
2870 2006-09-28  Tim-Philipp Müller  <tim at centricular dot net>
2871
2872         * tests/check/elements/adder.c: (adder_suite):
2873           Don't set timeout to 6 seconds when we're running
2874           in valgrind ... (and how is 6 seconds longer than
2875           the default anyway?)
2876
2877 2006-09-28  Wim Taymans  <wim@fluendo.com>
2878
2879         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_reset),
2880         (gst_audio_rate_sink_event), (gst_audio_rate_convert),
2881         (gst_audio_rate_convert_segments), (gst_audio_rate_chain):
2882         Keep sink and src segment to keep track of time and support more
2883         input formats.
2884         Fix bogus next_offset and run_time calculation, don't understand how
2885         this could have worked before. Fixes #357976.
2886         Remove some unneeded vars.
2887
2888 2006-09-28  Tim-Philipp Müller  <tim at centricular dot net>
2889
2890         * gst/playback/gstplaybin.c: (remove_sinks):
2891           Only remove visualisation from visbin if there is a visbin (or:
2892           don't throw warnings when closing totem without playing a file).
2893
2894 2006-09-27  Wim Taymans  <wim@fluendo.com>
2895
2896         * gst-libs/gst/audio/gstbaseaudiosink.c:
2897         (gst_base_audio_sink_render):
2898         Add some more info in a WARNING.
2899
2900         * gst-libs/gst/audio/gstbaseaudiosrc.c:
2901         (gst_base_audio_src_create):
2902         Handle PAUSE in create function, use new -core addition to
2903         wait for playing. Fixes pausing and resuming capture from an
2904         audiosrc.
2905
2906         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_commit),
2907         (gst_ring_buffer_read):
2908         Constify some more.
2909         Caller supports interrupted reads now.
2910
2911 2006-09-27  Tim-Philipp Müller  <tim at centricular dot net>
2912
2913         * tests/check/Makefile.am:
2914           Another attempt to make the gen64 buildbot happy.
2915
2916 2006-09-27  Stefan Kost  <ensonic@users.sf.net>
2917
2918         Patch by: Jonathan Matthew <jonathan@kaolin.wh9.net>
2919
2920         * ext/libvisual/visual.c: (gst_visual_clear_actors),
2921         (gst_visual_chain), (gst_visual_change_state):
2922           Libvisual plugin was not passing audio data to libvisual 0.4.0 
2923           correctly. Fixes #357800
2924
2925 2006-09-27  Tim-Philipp Müller  <tim at centricular dot net>
2926
2927         * tests/check/pipelines/simple-launch-lines.c: (run_pipeline):
2928           Add timeout to _get_state() so we see which pipeline it is
2929           that causes trouble on the gen64 build bot.
2930
2931 2006-09-27  Wim Taymans  <wim@fluendo.com>
2932
2933         * gst-libs/gst/rtp/gstbasertpdepayload.c:
2934         (gst_base_rtp_depayload_init), (gst_base_rtp_depayload_push_full),
2935         (gst_base_rtp_depayload_push_ts), (gst_base_rtp_depayload_process),
2936         (gst_base_rtp_depayload_set_gst_timestamp):
2937         the source pad always uses fixed caps.
2938
2939 2006-09-27  Wim Taymans  <wim@fluendo.com>
2940
2941         * docs/libs/gst-plugins-base-libs-docs.sgml:
2942         * docs/libs/gst-plugins-base-libs-sections.txt:
2943         * gst-libs/gst/audio/gstaudioclock.c:
2944         * gst-libs/gst/audio/gstaudioclock.h:
2945         * gst-libs/gst/audio/gstaudiosink.c:
2946         * gst-libs/gst/audio/gstaudiosink.h:
2947         * gst-libs/gst/audio/gstaudiosrc.c:
2948         * gst-libs/gst/audio/gstbaseaudiosink.c:
2949         (gst_base_audio_sink_render):
2950         * gst-libs/gst/audio/gstbaseaudiosink.h:
2951         * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_init):
2952         * gst-libs/gst/audio/gstbaseaudiosrc.h:
2953         * gst-libs/gst/audio/gstringbuffer.h:
2954         Added docs for the audio libs.
2955
2956 2006-09-27  Tim-Philipp Müller  <tim at centricular dot net>
2957
2958         * tests/check/Makefile.am:
2959           Temporarily disable test that fails on the bots for unknown reasons.
2960
2961 2006-09-26 Philippe Kalaf <philippe.kalaf@collabora.co.uk>       
2962
2963         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
2964         * gst-libs/gst/rtp/gstbasertpaudiopayload.h:
2965         Moved AudioCodecType into priv
2966         Renamed all gst_basertpaudiopayload to gst_base_rtp_audio_payload prefixes
2967
2968 2006-09-25  Wim Taymans  <wim@fluendo.com>
2969
2970         * gst/playback/gstdecodebin.c: (gst_decode_bin_factory_filter),
2971         (add_fakesink), (remove_fakesink), (pad_probe), (close_pad_link),
2972         (is_demuxer_element), (try_to_link_1), (get_our_ghost_pad),
2973         (new_pad):
2974         Cleanups and small leak fixes.
2975         Added Depayloaders to valid list of autopluggable elements.
2976
2977 2006-09-25  Wim Taymans  <wim@fluendo.com>
2978
2979         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
2980         (gst_play_bin_vis_blocked), (gst_play_bin_set_property),
2981         (gen_video_element), (gen_text_element), (gen_audio_element),
2982         (gen_vis_element), (remove_sinks), (add_sink), (setup_sinks),
2983         (gst_play_bin_set_clock_func), (gst_play_bin_change_state):
2984         Detect NO_PREROLL state change returns and disable clock distribution to
2985         the sinks so that sync is disabled.
2986         Avoid some type checking and do simple casts instead.
2987         Small cleanups, fix some FIXMEs.
2988         Be more robust when linking user specified elements, catch an report
2989         errors. Fixes #357404.
2990         Fix some leaks in the error paths.
2991
2992 2006-09-25  Stefan Kost  <ensonic@users.sf.net>
2993
2994         * ChangeLog:
2995           ChangeLog surgery for missing bug-number
2996
2997 2006-09-25  Tim-Philipp Müller  <tim at centricular dot net>
2998
2999         Patch by: Peter Kjellerstedt  <pkj at axis com>
3000
3001         * gst/playback/test.c:
3002           Fix compilation with uClibc and -Werror (#357591).
3003
3004 2006-09-25  Tim-Philipp Müller  <tim at centricular dot net>
3005
3006         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add):
3007           Parse dates that are followed by a time as well (#357532).
3008
3009         * tests/check/libs/tag.c: (test_vorbis_tags):
3010           Add unit test for this.
3011
3012 2006-09-23  Tim-Philipp Müller  <tim at centricular dot net>
3013
3014         * gst/audioconvert/gstaudioconvert.c: (make_lossless_changes),
3015         (gst_audio_convert_transform_caps):
3016         * gst/videotestsrc/videotestsrc.c: (gst_video_test_src_unicolor):
3017         * gst/videotestsrc/videotestsrc.h:
3018           A few array const-ifications.
3019
3020 2006-09-23  Tim-Philipp Müller  <tim at centricular dot net>
3021
3022         * tests/check/Makefile.am:
3023           See if this makes the build bots happy.
3024
3025         * tests/check/libs/cddabasesrc.c:
3026           UTF8-ise my name.
3027
3028 2006-09-23  Tim-Philipp Müller  <tim at centricular dot net>
3029
3030         Patch by: Young-Ho Cha <ganadist at chollian dot net>
3031
3032         * gst/subparse/samiparse.c: (handle_start_font),
3033         (fix_invalid_entities):
3034           More case-insensitivity for certain tags; recognise entities with
3035           decimal codes as special entities as well (#357330).
3036
3037 2006-09-23  Tim-Philipp Müller  <tim at centricular dot net>
3038
3039         * gst-libs/gst/Makefile.am:
3040           Need to build tag directory before cdda.
3041
3042 2006-09-23  Tim-Philipp Müller  <tim at centricular dot net>
3043
3044         * docs/libs/gst-plugins-base-libs-sections.txt:
3045         * gst-libs/gst/cdda/Makefile.am:
3046         * gst-libs/gst/cdda/gstcddabasesrc.c:
3047         (gst_cdda_base_src_base_init):
3048         * gst-libs/gst/cdda/gstcddabasesrc.h:
3049         * gst-libs/gst/tag/tag.h:
3050         * gst-libs/gst/tag/tags.c: (gst_tag_register_tags_internal),
3051         (gst_tag_register_musicbrainz_tags):
3052           Move GST_TAG_CDDA_* tags into libgsttag and make libgstcddabasesrc
3053           depend on libgsttag. This is required so we can extract/read tags like
3054           DISCID without depending on libgstcddabasesrc (which used to register
3055           them).
3056
3057         * gst-libs/gst/tag/gstvorbistag.c:
3058           Add vorbiscomment mapping for CDDB_DISCID and MUSICBRAINZ_DISCID
3059           tags (also see #347848).
3060
3061         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_metadata_set1):
3062           Log vorbis comments we are actually writing. Const-ify array.
3063
3064 2006-09-23  Wim Taymans  <wim@fluendo.com>
3065
3066         * gst/playback/gstplaybasebin.c: (gen_preroll_element):
3067         Improve buffering a bit by avoiding a deadlock because we cannot assume
3068         the underrun is always called.
3069
3070 2006-09-23  Wim Taymans  <wim@fluendo.com>
3071
3072         Patch by: Young-Ho Cha <ganadist at chollian dot net>
3073
3074         * gst-libs/gst/riff/riff-ids.h:
3075         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
3076         (gst_riff_create_audio_template_caps):
3077         Added MPEG-4 AAC and id and caps. Fixes #357289
3078         Added WMA9 Lossless id.
3079
3080 2006-09-22  Tim-Philipp Müller  <tim at centricular dot net>
3081
3082         * ext/gnomevfs/gstgnomevfssrc.c:
3083           Fix misleading docs addition.
3084
3085         * tests/check/elements/videotestsrc.c: (check_rgb_buf):
3086           Get rid of compiler warning the right way.
3087
3088 2006-09-22  Wim Taymans  <wim@fluendo.com>
3089
3090         * gst-libs/gst/rtp/gstbasertpdepayload.c:
3091         (gst_base_rtp_depayload_finalize),
3092         (gst_base_rtp_depayload_setcaps), (gst_base_rtp_depayload_chain),
3093         (gst_base_rtp_depayload_push_full),
3094         (gst_base_rtp_depayload_push_ts), (gst_base_rtp_depayload_push),
3095         (gst_base_rtp_depayload_process),
3096         (gst_base_rtp_depayload_set_gst_timestamp),
3097         (gst_base_rtp_depayload_queue_release):
3098         * gst-libs/gst/rtp/gstbasertpdepayload.h:
3099         Small cleanups.
3100         Fix some leaks.
3101         Refactored the process method and added methods to push from the process
3102         vmethod.
3103         Use _scale functions.
3104         API: gst_base_rtp_depayload_push_ts
3105         API: gst_base_rtp_depayload_push
3106
3107         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_push):
3108         timestamps are uint.
3109
3110 2006-09-22  Stefan Kost  <ensonic@users.sf.net>
3111
3112         * gst-libs/gst/interfaces/xoverlay.c:
3113           Remove unused statement from doc example.
3114
3115 2006-09-21  Stefan Kost  <ensonic@users.sf.net>
3116
3117         * gst-libs/gst/interfaces/videoorientation.c:
3118         (gst_video_orientation_iface_init),
3119         (gst_video_orientation_get_hflip),
3120         (gst_video_orientation_get_vflip),
3121         (gst_video_orientation_get_hcenter),
3122         (gst_video_orientation_get_vcenter),
3123         (gst_video_orientation_set_hflip),
3124         (gst_video_orientation_set_vflip),
3125         (gst_video_orientation_set_hcenter),
3126         (gst_video_orientation_set_vcenter):
3127           Add since tags to new API docs, ChangeLog surgery (forgot API keyword
3128           in ChangeLog)
3129
3130 2006-09-21  Tim-Philipp Müller  <tim at centricular dot net>
3131
3132         * tests/check/Makefile.am:
3133         * tests/check/elements/.cvsignore:
3134         * tests/check/elements/ffmpegcolorspace.c: (rgb_format_to_caps),
3135         (create_rgb_conversions), (rgb_conversion_free),
3136         (right_shift_colour), (fix_expected_colour), (check_rgb_buf),
3137         (got_buf_cb), (GST_START_TEST), (ffmpegcolorspace_suite):
3138           Add unit test for ffmpegcolorspace (RGB <=> RGB only so far),
3139           but disable for now since it doesn't pass (something wrong with
3140           RGBA somewhere).
3141
3142 2006-09-21  Wim Taymans  <wim@fluendo.com>
3143
3144         * gst/playback/gstplaybasebin.c: (group_commit),
3145         (queue_deadlock_check), (queue_overrun), (queue_threshold_reached),
3146         (queue_out_of_data), (gen_preroll_element),
3147         (preroll_remove_overrun), (probe_triggered):
3148         Refactor handling of overrun detection.
3149         Separate handling of group completion and deadlock detection when doing
3150         network buffering. This should fix some deadlocks that were not detected
3151         because the group was completed.
3152         Add more comments, improve debugging.
3153
3154 2006-09-21  Wim Taymans  <wim@fluendo.com>
3155
3156         * tests/check/elements/gdpdepay.c: (GST_START_TEST):
3157         * tests/check/libs/audio.c:
3158         Some more compilation fixes.
3159
3160 2006-09-21  Wim Taymans  <wim@fluendo.com>
3161
3162         * gst-libs/gst/audio/gstringbuffer.c:
3163         (gst_ring_buffer_samples_done), (gst_ring_buffer_commit),
3164         (gst_ring_buffer_read):
3165         Early morning compilation fix.
3166
3167 2006-09-20  Wim Taymans  <wim@fluendo.com>
3168
3169         * tests/check/elements/gdpdepay.c: (GST_START_TEST):
3170         * tests/check/elements/multifdsink.c: (GST_START_TEST):
3171         * tests/check/elements/videorate.c: (GST_START_TEST):
3172         * tests/check/libs/cddabasesrc.c: (GST_START_TEST):
3173         * tests/check/pipelines/oggmux.c: (eos_buffer_probe):
3174         Fix some warnings.
3175
3176 2006-09-20  Stefan Kost  <ensonic@users.sf.net>
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           Handcrafted merge to help CVS understanding what I changed and what
3182           not.
3183
3184 2006-09-20  Stefan Kost  <ensonic@users.sf.net>
3185
3186         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
3187         (gst_xvimagesink_get_times):
3188           change colorkey behaviour back according to #354773 comment 6/7
3189
3190 2006-09-19  Michael Smith  <msmith@fluendo.com>
3191
3192         * gst/tcp/gstmultifdsink.c: (gst_sync_method_get_type),
3193         (gst_multi_fd_sink_class_init), (get_buffers_max), (find_limits),
3194         (gst_multi_fd_sink_recover_client),
3195         (gst_multi_fd_sink_queue_buffer), (gst_multi_fd_sink_set_property),
3196         (gst_multi_fd_sink_get_property):
3197         * gst/tcp/gstmultifdsink.h:
3198           Implement stubbed out properties unit-type, units-soft-max,
3199           units-max, to allow specifying maximum sizes in units other than
3200           buffers.
3201           Fixes #355935
3202
3203 2006-09-19  Wim Taymans  <wim@fluendo.com>
3204
3205         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
3206         (gst_riff_create_audio_template_caps):
3207         Reorder the audio formats a bit for clarity.
3208         Detect and create caps for MSGSM and MSN (WAV49).
3209         Fixes #356596.
3210
3211         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
3212         (gst_xvimagesink_check_xshm_calls), (gst_xvimagesink_xvimage_new),
3213         (gst_xvimagesink_get_xv_support), (gst_xvimagesink_show_frame):
3214         Small cleanups, move error handling out of normal flow for clarity.
3215
3216 2006-09-18  Stefan Kost  <ensonic@users.sf.net>
3217
3218         * docs/libs/gst-plugins-base-libs-docs.sgml:
3219         * docs/libs/gst-plugins-base-libs.types:
3220         * gst-libs/gst/interfaces/Makefile.am:
3221         * gst-libs/gst/interfaces/videoorientation.c:
3222         (gst_video_orientation_get_type),
3223         (gst_video_orientation_iface_init),
3224         (gst_video_orientation_get_hflip),
3225         (gst_video_orientation_get_vflip),
3226         (gst_video_orientation_get_hcenter),
3227         (gst_video_orientation_get_vcenter),
3228         (gst_video_orientation_set_hflip),
3229         (gst_video_orientation_set_vflip),
3230         (gst_video_orientation_set_hcenter),
3231         (gst_video_orientation_set_vcenter):
3232         * gst-libs/gst/interfaces/videoorientation.h:
3233           API: Add new interface to control video orientation (fixes #354908)
3234
3235 2006-09-18  Stefan Kost  <ensonic@users.sf.net>
3236
3237         * gst/videotestsrc/gstvideotestsrc.c:
3238           Use G_UNLIKELY in _create and log one more detail.
3239           
3240         (gst_video_test_src_get_times), (gst_video_test_src_create):
3241         * sys/ximage/ximagesink.c: (gst_ximagesink_get_times):
3242           Use gst_util_uint64_scale_int in _get_times().
3243
3244 2006-09-18  Stefan Kost  <ensonic@users.sf.net>
3245
3246         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support)
3247           Give better warning message (add object and detail).
3248
3249 2006-09-18  Stefan Kost  <ensonic@users.sf.net>
3250
3251         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
3252         (gst_xvimagesink_get_times):
3253           xvimage assumed that XV_COLORKEY can be set in RGB888 format (fixes
3254           #354773), use gst_util_uint64_scale_int in _get_times()
3255
3256 2006-09-18  Michael Smith  <msmith@fluendo.com>
3257
3258         * ext/ogg/gstoggmux.c: (gst_ogg_mux_push_buffer):
3259           Timestamps are unsigned; comparision against GST_CLOCK_TIME_NONE was
3260           always true, leading to dropping all timestamps.
3261
3262 2006-09-18  Stefan Kost  <ensonic@users.sf.net>
3263
3264         * ext/libvisual/visual.c: (gst_vis_src_negotiate),
3265         (gst_visual_chain), (gst_visual_change_state):
3266           update to work also with libvisual 0.4 API, fix double unref (#355914)
3267           
3268         * tools/gst-launch-ext.1.in:
3269         * tools/gst-visualise.1.in:
3270           remove references to old man-pages
3271
3272         * tests/examples/seek/seek.c: (main):
3273           add real meadi-buttons, add tool-tips for the seek-options, arrange
3274           seek options in a table
3275
3276 2006-09-18  Michael Smith  <msmith@fluendo.com>
3277
3278         * ext/ogg/gstoggmux.c: (gst_ogg_mux_clear),
3279         (gst_ogg_mux_push_buffer):
3280           Don't generate out-of-order timestamps from oggmux, instead clamp
3281           output timestamps to be >= the previously output ts.
3282           Fixes #355595
3283
3284 2006-09-18  Michael Smith  <msmith@fluendo.com>
3285
3286         * gst/tcp/gstmultifdsink.c: (gst_sync_method_get_type),
3287         (gst_multi_fd_sink_class_init):
3288           Updates, fixes, and typo corrections for multifdsink. No functional
3289           changes.
3290
3291 2006-09-17  Michael Smith  <msmith@fluendo.com>
3292
3293         * gst/typefind/gsttypefindfunctions.c: (ogganx_type_find):
3294           Don't crash on truncated files - check that we got an 8 byte buffer
3295           before trying to memcmp it.
3296
3297 2006-09-17  Tim-Philipp Müller  <tim at centricular dot net>
3298
3299         * gst/playback/gstplaybasebin.c: (get_active_source):
3300           Make stream-switching appear instant to the application
3301           (ie. make sure that a g_object_get on 'current-foo' returns
3302           the stream previously set with g_object_set(). Totem needs
3303           this to update stream-related meta-info (like audio-codec)
3304           correctly when switching streams.
3305
3306 2006-09-17  Tim-Philipp Müller  <tim at centricular dot net>
3307
3308         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_find_master_mixer),
3309         (gst_alsa_mixer_ensure_track_list):
3310           Try harder to guess which mixer track is the master mixer
3311           track (instead of just taking the first one that has a pvolume).
3312           Fixes #342228.
3313
3314 2006-09-17  Stefan Kost  <ensonic@users.sf.net>
3315
3316         reviewed by: <delete if not using a buddy>
3317
3318         * gst-libs/gst/audio/audio.h:
3319         * gst/audiotestsrc/gstaudiotestsrc.c: (plugin_init):
3320
3321 2006-09-17  Stefan Kost  <ensonic@users.sf.net>
3322
3323         * gst/audioconvert/gstaudioconvert.c: (set_structure_widths),
3324         (gst_audio_convert_transform_caps):
3325           Get structure-name just once.
3326
3327 2006-09-17  Stefan Kost  <ensonic@users.sf.net>
3328
3329         * tests/check/elements/audioresample.c: (GST_START_TEST):
3330         * tests/check/elements/videotestsrc.c: (check_rgb_buf):
3331         * tests/check/elements/volume.c: (GST_START_TEST):
3332         * tests/check/elements/vorbisdec.c: (GST_START_TEST):
3333         * tests/check/pipelines/oggmux.c: (validate_ogg_page), (eos_watch),
3334         (test_pipeline), (GST_START_TEST):
3335         * tests/check/pipelines/theoraenc.c: (GST_START_TEST):
3336         * tests/check/pipelines/vorbisenc.c: (GST_START_TEST):
3337           Fix big batch of compiler warnings.
3338
3339 2006-09-17  Stefan Kost  <ensonic@users.sf.net>
3340
3341         * ext/gnomevfs/gstgnomevfssrc.c:
3342           Add docs about icydemux usage in connection with gnomevfssrc
3343
3344         * ext/libvisual/visual.c:
3345         * ext/ogg/gstoggaviparse.c:
3346         * ext/ogg/gstoggdemux.c:
3347         * ext/ogg/gstoggmux.c:
3348         * ext/ogg/gstoggparse.c:
3349         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
3350         * gst-libs/gst/audio/gstaudiosink.c:
3351         * gst-libs/gst/audio/gstaudiosrc.c:
3352         * gst/audiorate/gstaudiorate.c:
3353           More G_OBJECT macro fixing.
3354
3355         * gst/audiotestsrc/gstaudiotestsrc.h:
3356           Fix wrong info in header due to copy & paste
3357
3358 2006-09-15  Wim Taymans  <wim@fluendo.com>
3359
3360         * gst-libs/gst/audio/gstbaseaudiosink.c:
3361         (gst_base_audio_sink_get_time), (gst_base_audio_sink_callback):
3362         * gst-libs/gst/audio/gstbaseaudiosrc.c:
3363         (gst_base_audio_src_get_time), (gst_base_audio_src_fixate),
3364         (gst_base_audio_src_get_times), (gst_base_audio_src_get_offset),
3365         (gst_base_audio_src_create), (gst_base_audio_src_change_state):
3366         Do the delay calculation in the source/sink base classes as this is
3367         specific for the capture/playback mode.
3368         Try to fixate a bit better, like round depth up to a multiple of 8
3369         bigger than width.
3370         Handle underruns correctly by marking DISCONT on buffers and adjusting
3371         timestamps to handle the gap.
3372         Set offset/offset_end correctly on buffers.
3373
3374         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_pause),
3375         (gst_ring_buffer_samples_done), (gst_ring_buffer_commit),
3376         (gst_ring_buffer_read):
3377         Remove resync and underrun recovery from the ringbuffer.
3378         Fix ringbuffer read code on under/overrun.
3379
3380 2006-09-15  Wim Taymans  <wim@fluendo.com>
3381
3382         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
3383         (gst_play_base_bin_init), (fill_buffer), (check_queue),
3384         (queue_threshold_reached), (gst_play_base_bin_set_property),
3385         (gst_play_base_bin_get_property):
3386         * gst/playback/gstplaybasebin.h:
3387         Don't use a 0 low watermark when buffering, it is catching starvation
3388         way too late. Instead, use a 3 second queue with 30 and 95
3389         percent low/high watermarks. 
3390         Added queue-min-threshold property to configure low watermark.
3391         Use new _buffering message API.
3392         Make queue_threshold variable big enough to store a uint64 time value.
3393         API: playbin::queue-min-threshold property.
3394
3395 2006-09-15  Wim Taymans  <wim@fluendo.com>
3396
3397         * configure.ac:
3398         We require 0.10.10.1 now because of _wait_preroll().
3399
3400         * gst-libs/gst/audio/gstbaseaudiosink.c:
3401         (gst_base_audio_sink_render):
3402         Use gst_base_sink_wait_preroll().
3403
3404 2006-09-15  Wim Taymans  <wim@fluendo.com>
3405
3406         * ext/alsa/gstalsasink.c: (xrun_recovery), (gst_alsasink_write):
3407         * ext/alsa/gstalsasrc.c: (xrun_recovery), (gst_alsasrc_read):
3408         Use DEBUG_OBJECT more.
3409
3410 === release 0.10.10 ===
3411
3412 2006-09-07  Thomas Vander Stichele  <thomas at apestaart dot org>
3413
3414         patch by: Michael Smith <msmith at fluendo dot com>
3415
3416         * gst/tcp/gstmultifdsink.c: (is_sync_frame),
3417         (gst_multi_fd_sink_client_queue_buffer),
3418         (gst_multi_fd_sink_new_client):
3419         * tests/check/elements/multifdsink.c: (GST_START_TEST),
3420         (multifdsink_suite):
3421           Fix implementation of sync-method 'next-keyframe'
3422           Closes #354594
3423
3424 2006-09-07  Thomas Vander Stichele  <thomas at apestaart dot org>
3425
3426         patch by: Wim Taymans <wim at fluendo dot com>
3427
3428         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_start):
3429         This patch removes the RANDOM flag that was incorrectly introduced with
3430         revision 1.91.  Fixes #354590
3431
3432 2006-09-05  Tim-Philipp Müller  <tim at centricular dot net>
3433
3434         * tests/check/Makefile.am:
3435           Random variation in Makefile line to see if it makes the
3436           gen64-base-full bot any happier.
3437
3438 2006-09-04  Tim-Philipp Müller  <tim at centricular dot net>
3439
3440         * tests/check/pipelines/oggmux.c: (oggmux_suite):
3441           Disable test that fails at the moment (killed after timeout).
3442
3443 2006-09-04  Tim-Philipp Müller  <tim at centricular dot net>
3444
3445         Patch by: James Livingston  <doclivingston at gmail.com>
3446
3447         * tests/check/Makefile.am:
3448         * tests/check/pipelines/.cvsignore:
3449         * tests/check/pipelines/oggmux.c: (get_page_codec),
3450         (check_chain_final_state), (fail_if_audio), (validate_ogg_page),
3451         (eos_buffer_probe), (start_pipeline), (stop_pipeline), (eos_watch),
3452         (test_pipeline), (test_vorbis), (test_theora), (test_vorbis_theora),
3453         (test_theora_vorbis), (oggmux_suite):
3454           Add simple unit test for oggmux from #337026 with checking for the
3455           EOS flags disabled for the time being.
3456
3457 2006-09-04  Wim Taymans  <wim@fluendo.com>
3458
3459         patch by: Alessandro Dessina <alessandro nnva org>
3460
3461         * ext/ogg/gstoggmux.c:
3462         Add cmml caps to oggmux. Fixes #353912
3463
3464 2006-09-02  Tim-Philipp Müller  <tim at centricular dot net>
3465
3466         * tests/check/elements/videotestsrc.c: (check_rgb_buf):
3467           Returning a return value often helps. In this case, we
3468           don't need the return value anyway, so just get rid of it.
3469           Should make build bots much happier.
3470
3471 2006-09-02  Tim-Philipp Müller  <tim at centricular dot net>
3472
3473         * gst/videotestsrc/videotestsrc.c: (paintinfo_find_by_structure),
3474         (paint_get_structure), (gst_video_test_src_get_size),
3475         (gst_video_test_src_smpte), (gst_video_test_src_snow),
3476         (gst_video_test_src_unicolor), (paint_setup_AYUV),
3477         (paint_hline_AYUV), (paint_setup_ARGB8888), (paint_setup_ABGR8888),
3478         (paint_setup_RGBA8888), (paint_setup_BGRA8888), (paint_hline_str4):
3479         * gst/videotestsrc/videotestsrc.h:
3480           Add support for AYUV and the various RGBA formats. Initialise
3481           fields of paintinfo structs allocated on the stack.
3482
3483         * tests/check/elements/videotestsrc.c: (right_shift_colour),
3484         (fix_expected_colour), (check_rgb_buf), (got_buf_cb),
3485         (check_rgb_buf), (videotestsrc_suite):
3486           Add unit tests for videotestsrc's RGB output.
3487
3488 2006-09-01  Tim-Philipp Müller  <tim at centricular dot net>
3489
3490         * gst/videotestsrc/gstvideotestsrc.c:
3491         (gst_video_test_src_pattern_get_type),
3492         (gst_video_test_src_set_pattern):
3493         * gst/videotestsrc/gstvideotestsrc.h:
3494         * gst/videotestsrc/videotestsrc.c: (gst_video_test_src_unicolor),
3495         (gst_video_test_src_black), (gst_video_test_src_white),
3496         (gst_video_test_src_red), (gst_video_test_src_green),
3497         (gst_video_test_src_blue):
3498         * gst/videotestsrc/videotestsrc.h:
3499           Add more uni-colour patterns ("white", "red", "green", and "blue").
3500
3501 2006-09-01  Tim-Philipp Müller  <tim at centricular dot net>
3502
3503         * gst/videotestsrc/videotestsrc.c: (paint_setup_YVYU):
3504           Fix stride for YVYU, should be word-aligned (#353658).
3505
3506 2006-08-31  Tim-Philipp Müller  <tim at centricular dot net>
3507
3508         * gst/adder/gstadder.c: (gst_adder_src_event):
3509           Fix build.
3510
3511 2006-08-31  Edward Hervey  <edward@fluendo.com>
3512
3513         * gst/adder/gstadder.c: (forward_event_func),
3514         (gst_adder_src_event), (gst_adder_collected),
3515         (gst_adder_change_state):
3516         * gst/adder/gstadder.h:
3517         Remember the start position asked in the incoming seeks, so we can
3518         output GST_EVENT_NEW_SEGMENT with a correct position value (instead
3519         of assuming it will always be 0).
3520
3521 2006-08-31  Edward Hervey  <edward@fluendo.com>
3522
3523         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_init),
3524         (gst_ogg_demux_finalize), (gst_ogg_demux_perform_seek),
3525         (gst_ogg_demux_loop):
3526         Send the GST_EVENT_NEW_SEGMENT from the streaming thread.
3527
3528 2006-08-30  Tim-Philipp Müller  <tim at centricular dot net>
3529
3530         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
3531         (gst_ffmpegcsp_get_unit_size):
3532           Return FALSE instead of returning a random false unit
3533           size when the format isn't known/supported (even if
3534           this shouldn't happen under normal circumstances).
3535
3536 2006-08-29  Wim Taymans  <wim@fluendo.com>
3537
3538         Patch by: Tim-Philipp Müller  <tim at centricular dot net>
3539
3540         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_create),
3541         (gst_gnome_vfs_src_start):
3542         Try harder to get the size from a uri by using _info_uri() when
3543         _info_from_handle() does not give us enough info. 
3544         Also follow symlinks when getting the size.
3545         Partially Fixes #332864.
3546
3547 2006-08-29  Tim-Philipp Müller  <tim at centricular dot net>
3548
3549         Patch by: Viktor Peters  <viktor dot peters at gmail dot com>
3550
3551         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_ensure_track_list),
3552         (gst_alsa_mixer_update), (gst_alsa_mixer_get_volume),
3553         (gst_alsa_mixer_set_volume), (gst_alsa_mixer_set_mute),
3554         (gst_alsa_mixer_set_record):
3555         * ext/alsa/gstalsamixertrack.c:
3556         (gst_alsa_mixer_track_update_alsa_capabilities),
3557         (alsa_track_has_cap), (gst_alsa_mixer_track_new),
3558         (gst_alsa_mixer_track_update):
3559         * ext/alsa/gstalsamixertrack.h:
3560           Improve and fix mixer track handling, in particular better handling
3561           of alsa's pvolume/pswitch/cvolume/cswitch capabilities; create
3562           separate track objects for tracks that have both capture and playback
3563           volume (and label them differently as well so they're not mistakenly
3564           assumed to be duplicates); classify mixer tracks that only affect
3565           the audible volume of something (rather than the capture volume)
3566           as playback tracks. Redefine/fix meaning of RECORD and MUTE flags
3567           for capture tracks to correspond to alsa-pswitch alsa-cswitch
3568           (following the meaning documented in the mixer interface header
3569           file); add support for alsa's exclusive cswitch groups; update/sync
3570           state/flags better if mixer settings are changed by another
3571           application. Fixes #336075.
3572
3573 2006-08-29  Tim-Philipp Müller  <tim at centricular dot net>
3574
3575         * gst/playback/gstplaybin.c:
3576           Improve docs: add section about BUFFERING messages sent by playbin.
3577
3578 2006-08-29  Michael Smith  <msmith@fluendo.com>
3579
3580         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_push_buffer),
3581         (gst_vorbis_enc_buffer_check_discontinuous),
3582         (gst_vorbis_enc_chain):
3583           Ignore explicit DISCONT marked on buffers (which is often spurious,
3584           particularly when using multiple segments), in favour of solely
3585           using the timestamps/durations.
3586
3587 2006-08-29  Edward Hervey  <edward@fluendo.com>
3588
3589         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_chain):
3590         Don't rely on incoming buffers offset anymore, since it is completely
3591         broken when using multiple segments.
3592         Instead convert the incoming buffers timestamp to running time, and
3593         then convert that value to the offsets.
3594         Also inform GstSegment of the last outputted stop position, which is
3595         needed if we received several segments with an unknown stop value.
3596
3597 2006-08-29  Thomas Vander Stichele  <thomas at apestaart dot org>
3598
3599         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_chain):
3600           fix buffer unreffing on a header push failure
3601
3602 2006-08-28  Wim Taymans  <wim@fluendo.com>
3603
3604         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_sink_event),
3605         (gst_audio_rate_chain):
3606         Make the metadata of the buffer writable before changing its
3607         flags.
3608
3609 2006-08-28  Wim Taymans  <wim@fluendo.com>
3610
3611         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_reset),
3612         (gst_audio_rate_setcaps), (gst_audio_rate_init),
3613         (gst_audio_rate_sink_event), (gst_audio_rate_src_event),
3614         (gst_audio_rate_chain), (gst_audio_rate_change_state):
3615         Fix audiorate some more.
3616         Reset and resync counters on flush and READY.
3617         Handle the DISCONT flag correctly.
3618         Use GstSegment to track position.
3619         Fail when not negotiated.
3620         Fixes #353234.
3621
3622 2006-08-25  Michael Smith  <msmith@fluendo.com>
3623
3624         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_render):
3625           Fix spelling.
3626           Remove accidently included debug line.
3627
3628 2006-08-25  Wim Taymans  <wim@fluendo.com>
3629
3630         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_render):
3631         Small cleanups.
3632         If a buffer is received with no caps, make the buffer metadata
3633         writable and set the caps, making sure that we don't screw up the
3634         refcounts.
3635
3636 2006-08-25  Michael Smith  <msmith@fluendo.com>
3637
3638         * gst/gdp/gstgdppay.c: (gst_gdp_pay_reset),
3639         (gst_gdp_pay_reset_streamheader), (gst_gdp_pay_chain):
3640           Fix memory leaks and misleading debug messages, add a couple of
3641           comments.
3642
3643         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_get_stats),
3644         (gst_multi_fd_sink_render):
3645           Do not use gst_buffer_make_writable() in a basesink render method,
3646           as it may incorrectly unref the buffer. Instead, use convoluted
3647           dance to avoid copying the buffer except when we need to.
3648
3649 2006-08-25  Michael Smith  <msmith@fluendo.com>
3650
3651         * ext/vorbis/vorbisenc.c:
3652         (gst_vorbis_enc_buffer_check_discontinuous):
3653           Allow very small discontinuities in the timestamps. These we can't
3654           do anything useful with anyway (because vorbis's timestamps have
3655           only sample granularity), and are commonly produced by elements with
3656           minor bugs. Allow up to 1/2 a sample out.
3657           Fixes #351742.
3658
3659 2006-08-24  Wim Taymans  <wim@fluendo.com>
3660
3661         * tests/examples/seek/seek.c: (seek_cb), (start_seek), (stop_seek),
3662         (play_scrub_toggle_cb), (main):
3663         Add a checkbox to enable play scrubbing. Makes it possible to disable
3664         normal scrubbing.
3665
3666 2006-08-23  Stefan Kost  <ensonic@users.sf.net>
3667
3668         * tests/check/elements/.cvsignore:
3669           make buildbot happy
3670
3671 2006-08-23  Tim-Philipp Müller  <tim at centricular dot net>
3672
3673         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_base_init),
3674         (gst_ogm_video_parse_base_init), (gst_ogm_text_parse_base_init),
3675         (gst_ogm_parse_class_init), (gst_ogm_parse_dispose),
3676         (gst_ogm_parse_init), (gst_ogm_audio_parse_init),
3677         (gst_ogm_video_parse_init), (gst_ogm_text_parse_init),
3678         (gst_ogm_parse_stream_header), (gst_ogm_parse_comment_packet),
3679         (gst_ogm_text_parse_strip_trailing_zeroes),
3680         (gst_ogm_parse_data_packet), (gst_ogm_parse_chain),
3681         (gst_ogm_parse_sink_event), (gst_ogm_parse_change_state):
3682           Refactor ogm parse, do better input checking, misc. clean-ups.
3683           Cache incoming events and push them once the source pad has
3684           been created. Don't pass unterminated strings to sscanf().
3685           Strip trailing zeroes from subtitle text output, since they
3686           are not valid UTF-8. Don't push vorbiscomment packets on
3687           the subtitle text pad. Output perfect streams if possible.
3688
3689 2006-08-23  Wim Taymans  <wim@fluendo.com>
3690
3691         * tests/check/libs/cddabasesrc.c: (GST_START_TEST):
3692         Waits for tasks to settle down so that we clean up correctly for 
3693         valgrind.
3694
3695 2006-08-23  Tim-Philipp Müller  <tim at centricular dot net>
3696
3697         * tests/check/libs/tag.c: (GST_START_TEST), (taglists_are_equal):
3698           Unit test fixes: \377 is more likely to fit into 8 bits than \777;
3699           actually return return value in taglists_are_equal.
3700
3701 2006-08-23  Tim-Philipp Müller  <tim at centricular dot net>
3702
3703         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
3704           Fix crash due to broken bitstream parsing on x86-64: can't make
3705           any assumptions about sizeof(struct) due to alignment/packing
3706           differences on different architectures. Fixes #351790.
3707
3708 2006-08-22  Wim Taymans  <wim@fluendo.com>
3709
3710         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk),
3711         (gst_riff_parse_chunk), (gst_riff_parse_file_header),
3712         (gst_riff_parse_strh), (gst_riff_parse_strf_vids),
3713         (gst_riff_parse_strf_auds), (gst_riff_parse_strf_iavs),
3714         (gst_riff_parse_info):
3715         Protect public functions against bad input.
3716         Do some cleanups.
3717         Fix documentation.
3718
3719 2006-08-22  Tim-Philipp Müller  <tim at centricular dot net>
3720
3721         * gst-libs/gst/riff/riff-ids.h:
3722         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
3723           Add voxware audio IDs (even if we can't play it) (#351795).
3724
3725 2006-08-22  Tim-Philipp Müller  <tim at centricular dot net>
3726
3727         * gst-libs/gst/riff/riff-media.c:
3728         (gst_riff_create_video_template_caps),
3729         (gst_riff_create_audio_template_caps),
3730         (gst_riff_create_iavs_template_caps):
3731           Const-ify some arrays and use G_N_ELEMENTS instead
3732           of wasting oodles of RAM on terminator bits.
3733
3734 2006-08-22  Tim-Philipp Müller  <tim at centricular dot net>
3735
3736         * gst-libs/gst/tag/gstvorbistag.c:
3737         (gst_tag_list_to_vorbiscomment_buffer):
3738         * tests/check/libs/tag.c: (GST_START_TEST):
3739           And the same for _to_vorbiscomment_buffer(): allow
3740           id_data_len == 0 for speex.
3741
3742 2006-08-21  Thomas Vander Stichele  <thomas at apestaart dot org>
3743
3744         * configure.ac:
3745         * docs/plugins/Makefile.am:
3746         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
3747         * docs/plugins/gst-plugins-base-plugins-sections.txt:
3748         * docs/plugins/inspect/plugin-gdp.xml:
3749         * gst/gdp/Makefile.am:
3750         * tests/check/Makefile.am:
3751           Move GDP plugin to -base from -bad.  Closes #347783.
3752
3753 2006-08-21  Tim-Philipp Müller  <tim at centricular dot net>
3754
3755         * gst-libs/gst/tag/gstvorbistag.c:
3756         (gst_tag_list_from_vorbiscomment_buffer):
3757           Allow id_data_len == 0 (needed for vorbis comments in Speex files).
3758           Also add some checks to make sure we don't memcmp() beyond the end of
3759           vorbiscomment buffer if the ID to check for is larger than the buffer.
3760
3761         * tests/check/libs/tag.c: (GST_START_TEST):
3762           Some more tests for gst_tag_list_from_vorbiscomment_buffer().
3763
3764 2006-08-21  Tim-Philipp Müller  <tim at centricular dot net>
3765
3766         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_metadata_set1),
3767         (gst_vorbis_enc_set_metadata):
3768           Use vorbis comment utility functions from libgsttag
3769           instead of re-inventing the wheel (partially fixes #347091).
3770
3771 2006-08-21  Jan Schmidt  <thaytan@mad.scientist.com>
3772
3773         * tests/check/elements/audioconvert.c: (GST_START_TEST):
3774         Fix leaks. Wait for state transitions that might happen ASYNC, as well
3775         as some that won't.
3776
3777 2006-08-21  Wim Taymans  <wim@fluendo.com>
3778
3779         * docs/libs/Makefile.am:
3780         * docs/libs/gst-plugins-base-libs-sections.txt:
3781         * docs/libs/gst-plugins-base-libs.types:
3782         Don't try to GObject scan the netbuffer as it's not a GObject.
3783         Fixes #351308.
3784
3785         * gst-libs/gst/netbuffer/gstnetbuffer.c:
3786         * gst-libs/gst/netbuffer/gstnetbuffer.h:
3787         Document GstNetBuffer.
3788
3789 2006-08-21  Stefan Kost  <ensonic@users.sf.net>
3790
3791         * tests/check/elements/audioconvert.c: (GST_START_TEST),
3792         (audioconvert_suite):
3793           Add testcase for caps-size-explosion
3794
3795 2006-08-20  Stefan Kost  <ensonic@users.sf.net>
3796
3797         * gst/audioconvert/gstaudioconvert.c:
3798         (gst_audio_convert_get_unit_size), (set_structure_widths):
3799           Lower debug, use g_assert in _get_unit_size
3800
3801         * gst/audioresample/gstaudioresample.c:
3802         (audioresample_get_unit_size):
3803         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
3804         (gst_ffmpegcsp_get_unit_size):
3805         * gst/videoscale/gstvideoscale.c: (gst_video_scale_get_unit_size):
3806           use g_assert in _get_unit_size
3807
3808 2006-08-18  Wim Taymans  <wim@fluendo.com>
3809
3810         * docs/libs/gst-plugins-base-libs-sections.txt:
3811         * gst-libs/gst/rtp/gstrtpbuffer.c: (gst_rtp_buffer_set_packet_len),
3812         (gst_rtp_buffer_pad_to), (gst_rtp_buffer_get_payload_subbuffer),
3813         (gst_rtp_buffer_get_payload_buffer):
3814         * gst-libs/gst/rtp/gstrtpbuffer.h:
3815         Document GstRTPBuffer.
3816         Added function to efficiently strip payload headers.
3817         API: gst_rtp_buffer_get_payload_subbuffer()
3818
3819 2006-08-17  Tim-Philipp Müller  <tim at centricular dot net>
3820
3821         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add),
3822         (gst_tag_to_vorbis_comments):
3823           Serialise unknown vorbis comments into GST_TAG_EXTENDED_COMMENT
3824           tags and deserialise them properly as well (#347091).
3825           Add some more gtk-doc blurbs and also some g_return_if_fail().
3826
3827         * tests/check/libs/tag.c: (GST_START_TEST),
3828         (back_to_vorbis_comments), (taglists_are_equal), (tag_suite):
3829           More tests.
3830
3831 2006-08-17  Wim Taymans  <wim@fluendo.com>
3832
3833         * ext/ogg/Makefile.am:
3834         * ext/ogg/gstogg.c: (plugin_init):
3835         * ext/ogg/gstoggaviparse.c: (gst_ogg_avi_parse_get_type),
3836         (gst_ogg_avi_parse_base_init), (gst_ogg_avi_parse_class_init),
3837         (gst_ogg_avi_parse_init), (gst_ogg_avi_parse_finalize),
3838         (gst_ogg_avi_parse_setcaps), (gst_ogg_avi_parse_event),
3839         (gst_ogg_avi_parse_push_packet), (gst_ogg_avi_parse_chain),
3840         (gst_ogg_avi_parse_change_state), (gst_ogg_avi_parse_plugin_init):
3841         Added ogg-in-avi parser element. Fixes #140139.
3842
3843         * ext/ogg/gstoggmux.c: (gst_ogg_mux_buffer_from_page):
3844         Fixed a bug in oggdemux debug code.
3845
3846         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
3847         (gst_riff_create_audio_template_caps):
3848         Recognise Ogg in the AVI extensible wave format.
3849
3850 2006-08-17  Tim-Philipp Müller  <tim at centricular dot net>
3851
3852         * gst-libs/gst/cdda/gstcddabasesrc.c: (gst_cdda_base_src_create):
3853           Make buffer durations add up (duration should be next_ts-ts for
3854           perfect streams). Fixes CD ripping to Ogg/Vorbis with vorbisenc
3855           from CVS.
3856
3857         * tests/check/libs/cddabasesrc.c: (gst_cd_foo_src_close),
3858         (test_buffer_timestamps), (cddabasesrc_suite):
3859           Add unit test for the above.
3860
3861         * tests/check/Makefile.am:
3862           Don't know why cddabasesrc test was in VALGRIND_TO_FIX, remove
3863           to see what happens.
3864
3865 2006-08-16  Wim Taymans  <wim@fluendo.com>
3866
3867         * ext/alsa/gstalsasink.c: (gst_alsasink_set_property),
3868         (gst_alsasink_open):
3869         * ext/alsa/gstalsasrc.c: (gst_alsasrc_set_property),
3870         (gst_alsasrc_open):
3871         Avoid setting and using a NULL device name.
3872         Print more info when we fail to open a device.
3873
3874 2006-08-16  Tim-Philipp Müller  <tim at centricular dot net>
3875
3876         * docs/libs/gst-plugins-base-libs-sections.txt:
3877         * gst-libs/gst/tag/tag.h:
3878         * gst-libs/gst/tag/tags.c: (gst_tag_parse_extended_comment):
3879           API: add gst_tag_parse_extended_comment() (#351426).
3880
3881         * tests/check/Makefile.am:
3882         * tests/check/libs/.cvsignore:
3883         * tests/check/libs/tag.c: (GST_START_TEST), (tag_suite), (main):
3884           Add unit test for gst_tag_parse_extended_comment().
3885
3886 2006-08-15  Tim-Philipp Müller  <tim at centricular dot net>
3887
3888         * sys/ximage/ximagesink.c: (gst_ximagesink_get_property):
3889         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_property):
3890           Fix leak (#351502).
3891
3892 2006-08-15  Tim-Philipp Müller  <tim at centricular dot net>
3893
3894         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
3895         * docs/plugins/gst-plugins-base-plugins-sections.txt:
3896         * docs/plugins/gst-plugins-base-plugins.args:
3897         * gst/playback/gstplaybin.c:
3898           Document playbin.
3899           
3900         * docs/plugins/inspect/plugin-adder.xml:
3901         * docs/plugins/inspect/plugin-alsa.xml:
3902         * docs/plugins/inspect/plugin-audioconvert.xml:
3903         * docs/plugins/inspect/plugin-audiorate.xml:
3904         * docs/plugins/inspect/plugin-audioresample.xml:
3905         * docs/plugins/inspect/plugin-audiotestsrc.xml:
3906         * docs/plugins/inspect/plugin-cdparanoia.xml:
3907         * docs/plugins/inspect/plugin-decodebin.xml:
3908         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
3909         * docs/plugins/inspect/plugin-gnomevfs.xml:
3910         * docs/plugins/inspect/plugin-ogg.xml:
3911         * docs/plugins/inspect/plugin-pango.xml:
3912         * docs/plugins/inspect/plugin-playbin.xml:
3913         * docs/plugins/inspect/plugin-subparse.xml:
3914         * docs/plugins/inspect/plugin-tcp.xml:
3915         * docs/plugins/inspect/plugin-theora.xml:
3916         * docs/plugins/inspect/plugin-typefindfunctions.xml:
3917         * docs/plugins/inspect/plugin-video4linux.xml:
3918         * docs/plugins/inspect/plugin-videorate.xml:
3919         * docs/plugins/inspect/plugin-videoscale.xml:
3920         * docs/plugins/inspect/plugin-videotestsrc.xml:
3921         * docs/plugins/inspect/plugin-volume.xml:
3922         * docs/plugins/inspect/plugin-vorbis.xml:
3923         * docs/plugins/inspect/plugin-ximagesink.xml:
3924         * docs/plugins/inspect/plugin-xvimagesink.xml:
3925           Update to CVS version.
3926
3927 2006-08-14  Tim-Philipp Müller  <tim at centricular dot net>
3928
3929         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
3930         (gst_play_bin_set_property), (gst_play_bin_get_property),
3931         (value_list_append_structure_list),
3932         (gst_play_bin_handle_redirect_message),
3933         (gst_play_bin_handle_message):
3934           API: GstPlayBin::connection-speed
3935           Add "connection-speed" property; re-order redirect messages with
3936           multiple redirect locations depending on the minimum bitrate if
3937           that information is available and a connection speed is set
3938           (#350399).
3939
3940 2006-08-14  Tim-Philipp Müller  <tim at centricular dot net>
3941
3942         * gst/playback/gstplaybin.c:
3943           Update max volume to the same value that the volume element uses.
3944
3945 2006-08-14  Wim Taymans  <wim@fluendo.com>
3946
3947         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_open):
3948         Less uglyness..
3949
3950 2006-08-14  Wim Taymans  <wim@fluendo.com>
3951
3952         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_submit_buffer),
3953         (gst_ogg_demux_get_next_page), (gst_ogg_demux_perform_seek),
3954         (gst_ogg_demux_read_chain), (gst_ogg_demux_loop):
3955         Add some more debug info.
3956         Don't crash when a seek failed.
3957         Actually return the result of the seek instead of TRUE.
3958         Ignore multiple BOS pages with the same serial so that we don't create
3959         the same stream multiple times.
3960         Post an error when we fail to do the initial seek.
3961
3962 2006-08-13  Wim Taymans  <wim@fluendo.com>
3963
3964         * ext/alsa/gstalsa.c: (gst_alsa_detect_rates),
3965         (gst_alsa_detect_channels), (gst_alsa_probe_supported_formats):
3966         Small code cleanup.
3967
3968         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_open),
3969         (gst_alsa_mixer_new):
3970         Remove hack that always set the device to hw:0*.
3971         Properly find the card name for whatever device was configured.
3972         Do some better debugging.
3973         Fixes #350784.
3974
3975         * ext/alsa/gstalsamixerelement.c:
3976         (gst_alsa_mixer_element_set_property),
3977         (gst_alsa_mixer_element_change_state):
3978         Cleanups.
3979         Handle setting of a NULL device name better.
3980
3981 2006-08-11  Wim Taymans  <wim@fluendo.com>
3982
3983         * gst/adder/gstadder.c:
3984         Don't clip float values. Fixes #350900.
3985
3986 2006-08-11  Andy Wingo  <wingo@pobox.com>
3987
3988         * gst/tcp/gsttcp.c: Really fix the build?
3989
3990         * gst/tcp/gsttcp.h: For now, always disable deprecation here --
3991         fixes the build.
3992
3993 2006-08-10  Tim-Philipp Müller  <tim at centricular dot net>
3994
3995         * gst/audioconvert/gstaudioconvert.c: (make_lossless_changes):
3996           Float caps shouldn't have a "signed" field.
3997
3998 2006-08-10  Tim-Philipp Müller  <tim at centricular dot net>
3999
4000         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query):
4001           Implement SEEKING query in its most basic form, so that we can
4002           at least check if we're seekable or not (#350655).
4003
4004 2006-08-09  Tim-Philipp Müller  <tim at centricular dot net>
4005
4006         * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find):
4007           The checks here are not even close to anything that would
4008           justify MAXIMUM probability, lowering to POSSIBLE until someone
4009           fixes the checks (case at hand: quicktime redirection files
4010           might start with 00 00 01 XX and pass the checks here just
4011           fine, see #350399).
4012
4013 2006-08-08  Tim-Philipp Müller  <tim at centricular dot net>
4014
4015         Patch by: Sjoerd Simons  <sjoerd at luon net>
4016
4017         * gst/typefind/gsttypefindfunctions.c: (multipart_type_find):
4018           Better detection for multipart/x-mixed-replace: accept leading
4019           whitespaces before the boundary marker as well (as our very own
4020           multipartmux used to produce) (#349068).
4021
4022 2006-08-07  Tim-Philipp Müller  <tim at centricular dot net>
4023
4024         Patch by: Young-Ho Cha  <ganadist at chollian net>
4025
4026         * gst-libs/gst/riff/riff-ids.h:
4027         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
4028         (gst_riff_create_audio_template_caps):
4029           Detect DTS audio streams (#350157).
4030
4031 2006-08-05  Andy Wingo  <wingo@pobox.com>
4032
4033         * ext/theora/gsttheoraparse.h:
4034         * ext/theora/theoraparse.c (gst_theora_parse_class_init)
4035         (theora_parse_dispose, theora_parse_set_property)
4036         (theora_parse_get_property, theora_parse_munge_granulepos)
4037         (theora_parse_push_buffer, theora_parse_change_state):
4038         API: GstTheoraParse::synchronization-points
4039         Add a property 'synchronization-points' to fix badly synchronized oggs.
4040
4041 2006-08-03  Tim-Philipp Müller  <tim at centricular dot net>
4042
4043         * tests/check/Makefile.am:
4044         * tests/check/libs/.cvsignore:
4045         * tests/check/libs/audio.c: (structure_contains_channel_positions),
4046         (fixed_caps_have_channel_positions), (GST_START_TEST),
4047         (audio_suite), (main):
4048           Add a few tests for the channel position stuff in libgstaudio.
4049
4050 2006-08-03  Tim-Philipp Müller  <tim at centricular dot net>
4051
4052         * ext/alsa/gstalsa.c: (caps_add_channel_configuration),
4053         (gst_alsa_detect_channels):
4054         * ext/alsa/gstalsasink.c:
4055           Add support for cards that (only) do more than 8 channels,
4056           like the Delta 44 (#345188).
4057
4058         * gst-libs/gst/audio/multichannel.c:
4059         (gst_audio_check_channel_positions):
4060         * gst-libs/gst/audio/multichannel.h:
4061           API: add GST_AUDIO_CHANNEL_POSITION_NONE, which stands for an
4062           unspecified channel position and cannot be combined with any
4063           of the other audio channel positions; adjust position layout
4064           checks accordingly (#345188).
4065
4066 2006-08-03  Tim-Philipp Müller  <tim at centricular dot net>
4067
4068         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
4069           Recognise ancient RealAudio files (see #349779).
4070
4071 2006-08-03  Tim-Philipp Müller  <tim at centricular dot net>
4072
4073         Patch by: Jens Granseuer  <jensgr at gmx net>
4074
4075         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
4076           Add typefinder for Interplay's MVE format (#348973).
4077
4078 2006-08-02  Wim Taymans  <wim@fluendo.com>
4079
4080         Patch by: Marcel Moreaux <marcelm at luon dot net>
4081
4082         * gst-libs/gst/rtp/gstbasertpdepayload.c:
4083         (gst_base_rtp_depayload_add_to_queue):
4084         * gst-libs/gst/rtp/gstbasertpdepayload.h:
4085         Handle RTP sequence number rollover.
4086         Disable jitterbuffer by default.
4087
4088 2006-07-28  Jan Schmidt  <thaytan@mad.scientist.com>
4089
4090         * gst/audioresample/gstaudioresample.c: (audioresample_stop),
4091         (audioresample_set_caps):
4092         Don't leak references to the incoming caps. Clean them up when
4093         stopping.
4094
4095         * gst/videoscale/gstvideoscale.c: (gst_video_scale_class_init),
4096         (gst_video_scale_finalize):
4097         Don't leak our temporary pixel buffer.
4098
4099         * tests/check/Makefile.am:
4100         * tests/check/pipelines/simple-launch-lines.c: (run_pipeline),
4101         (GST_START_TEST), (simple_launch_lines_suite):
4102
4103         Fix leaks and re-enable the test for valgrind checking.
4104
4105 2006-07-28  Tim-Philipp Müller  <tim at centricular dot net>
4106
4107         Patch by: Sjoerd Simons  <sjoerd at luon net>
4108
4109         * gst/typefind/gsttypefindfunctions.c: (multipart_type_find),
4110         (plugin_init):
4111           Add typefind function for multipart/x-mixed-replace (#348916).
4112
4113 2006-07-28  Wim Taymans  <wim@fluendo.com>
4114
4115         * gst/adder/gstadder.c: (gst_adder_setcaps),
4116         (gst_adder_query_duration):
4117         Fix leak in duration query.
4118         Reflow some docs and notes.
4119
4120 2006-07-28  Michael Smith  <msmith@fluendo.com>
4121
4122         * tests/check/pipelines/vorbisenc.c: (GST_START_TEST),
4123         (vorbisenc_suite):
4124           Enable Andy's extra vorbisenc test, now that it passes. Also fix one
4125           aspect of it.
4126
4127 2006-07-28  Michael Smith  <msmith@fluendo.com>
4128
4129         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_generate_sink_caps),
4130         (gst_vorbis_enc_sink_getcaps), (gst_vorbis_enc_buffer_from_packet),
4131         (gst_vorbis_enc_push_buffer),
4132         (gst_vorbis_enc_buffer_check_discontinuous),
4133         (gst_vorbis_enc_chain), (gst_vorbis_enc_change_state):
4134         * ext/vorbis/vorbisenc.h:
4135           Handle discontinuities in the input vorbis stream correctly,
4136           so that the output is properly timestamped (and has good granulepos
4137           values). Needs some oggmux fixes too.
4138
4139 2006-07-27  Wim Taymans  <wim@fluendo.com>
4140
4141         patch by: Kai Vehmanen <kv2004 eca cx>
4142
4143         * gst-libs/gst/rtp/gstbasertpdepayload.c:
4144         (gst_base_rtp_depayload_chain),
4145         (gst_base_rtp_depayload_handle_sink_event),
4146         (gst_base_rtp_depayload_change_state):
4147         Don't send multiple newsegments with different formats.
4148         Fixes #348677.
4149
4150 2006-07-26  Wim Taymans  <wim@fluendo.com>
4151
4152         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_internal_chain),
4153         (gst_ogg_demux_do_seek), (gst_ogg_demux_read_chain):
4154         Make seeking in ogg more accurate again by doing the more correct
4155         granuletime to stream time conversion.
4156
4157 2006-07-26  Thomas Vander Stichele  <thomas at apestaart dot org>
4158
4159         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_add_full),
4160         (gst_multi_fd_sink_new_client):
4161           debug a little more understandably
4162           do not use goto as a substitute for break, especially if
4163           break is also being used
4164
4165 2006-07-26  Tim-Philipp Müller  <tim at centricular dot net>
4166
4167         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_property):
4168         * gst/playback/gstplaybin.c: (gst_play_bin_get_property):
4169           Remove GLib-2.6 compatibility cruft.
4170
4171 2006-07-24  Wim Taymans  <wim@fluendo.com>
4172
4173         * gst-libs/gst/audio/gstbaseaudiosink.c:
4174         (gst_base_audio_sink_render):
4175         Don't try to align a sample to an unknown value.
4176
4177 2006-07-24  Wim Taymans  <wim@fluendo.com>
4178
4179         * gst-libs/gst/audio/gstbaseaudiosink.c:
4180         (gst_base_audio_sink_provide_clock), (gst_base_audio_sink_render):
4181         When the audio clock is slaved to another clock, never try to align
4182         samples but trust the rate interpolation algorithm.
4183
4184 2006-07-24  Wim Taymans  <wim@fluendo.com>
4185
4186         * ext/alsa/gstalsasink.c: (set_hwparams), (gst_alsasink_prepare):
4187         Don't try to calculate silence samples, base class does this much
4188         better now.
4189
4190         * gst-libs/gst/audio/gstringbuffer.c: (build_linear_format),
4191         (gst_ring_buffer_debug_spec_caps), (gst_ring_buffer_parse_caps),
4192         (gst_ring_buffer_acquire):
4193         Calculate silence samples correctly.
4194
4195         * gst-libs/gst/audio/gstringbuffer.h:
4196         Add _CAST macro.
4197
4198 2006-07-22  Tim-Philipp Müller  <tim at centricular dot net>
4199
4200         * gst/typefind/gsttypefindfunctions.c: (xml_check_first_element):
4201           Limit search for the first markup tag to the first few kB of
4202           the file. If we don't find one there, it's highly unlikely that
4203           this is an XML(-ish) file.
4204
4205 2006-07-21  Andy Wingo  <wingo@pobox.com>
4206
4207         * tests/check/pipelines/theoraenc.c (test_discontinuity): Similar
4208         test to the one in vorbisenc. Also commented out.
4209
4210         * tests/check/pipelines/vorbisenc.c: 
4211         (test_discontinuity): New test, commented out until Mike lands
4212         some elite vorbisenc patches.
4213
4214         * tests/check/pipelines/theoraenc.c: Port to bufferstraw.
4215         Bufferstraw was actually factored out of these tests. Now we share
4216         code yay.
4217
4218         * configure.ac (GST_MAJORMINOR): Rev core requirements to 0.10.9.1
4219         for bufferstraw addition to gstcheck.
4220
4221 2006-07-21  Wim Taymans  <wim@fluendo.com>
4222
4223         * ext/theora/theoradec.c: (clip_buffer):
4224         Better clipping.
4225
4226 2006-07-21  Wim Taymans  <wim@fluendo.com>
4227
4228         * gst-libs/gst/audio/gstaudiosink.c: (audioringbuffer_thread_func),
4229         (gst_audioringbuffer_finalize), (gst_audioringbuffer_acquire),
4230         (gst_audioringbuffer_release), (gst_audioringbuffer_stop):
4231         Fix leak.
4232         Avoid type casting when we can.
4233
4234         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_dispose):
4235         Fix mem leak.
4236
4237 2006-07-20  Tim-Philipp Müller  <tim at centricular dot net>
4238
4239         * ext/alsa/gstalsamixerelement.c:
4240         (gst_alsa_mixer_element_change_state):
4241           Make state change fail if the specified device can't be opened
4242           for some reason.
4243
4244 2006-07-20  Wim Taymans  <wim@fluendo.com>
4245
4246         * gst/playback/test.c: (gen_video_element), (gen_audio_element),
4247         (cb_newpad), (main):
4248         Example of a small audio/video player using decodebin.
4249
4250 2006-07-20  Stefan Kost  <ensonic@users.sf.net>
4251
4252         * gst-libs/gst/riff/riff-ids.h:
4253           Add 'fact' chunk id
4254
4255 2006-07-19  Wim Taymans  <wim@fluendo.com>
4256
4257         * gst-libs/gst/rtp/gstbasertpdepayload.c:
4258         (gst_base_rtp_depayload_chain),
4259         (gst_base_rtp_depayload_change_state):
4260         Don't assert when not negotiated but post a meaningfull 
4261         error message. Fixes #347918.
4262
4263         * gst-libs/gst/rtp/gstbasertppayload.c:
4264         Add comment about better default MTU size.
4265
4266         * gst-libs/gst/rtp/gstrtpbuffer.c: (gst_rtp_buffer_validate_data):
4267         Small cleanups, start docs.
4268
4269 2006-07-19  Tim-Philipp Müller  <tim at centricular dot net>
4270
4271         Patch by: Martin Szulecki
4272
4273         * sys/v4l/gstv4lelement.c: (gst_v4lelement_get_property):
4274           If "device-name" is requested and the device is not
4275           open, try to temporarily open it to obtain this
4276           information (#342494).
4277
4278 2006-07-19  Tim-Philipp Müller  <tim at centricular dot net>
4279
4280         * gst-libs/gst/tag/gstid3tag.c:
4281           Add TSSE <=> GST_TAG_ENCODER mapping (see #347898).
4282
4283         * gst-libs/gst/tag/gsttageditingprivate.h:
4284         * gst-libs/gst/tag/gstvorbistag.c:
4285           Some more random const-ifications.
4286
4287 2006-07-18  Stefan Kost  <ensonic@users.sf.net>
4288
4289         * gst-libs/gst/riff/riff-ids.h:
4290         * gst-libs/gst/riff/riff-media.c:
4291         (gst_riff_create_video_template_caps):
4292           Add more FOURCCs (sort list to make stuff easier to find),
4293           add comment what those 16 bytes in struct _gst_riff_strh according to
4294           one avi-dumper are
4295
4296 2006-07-17  Tim-Philipp Müller  <tim at centricular dot net>
4297
4298         * gst-libs/gst/audio/multichannel.c:
4299         (gst_audio_check_channel_positions),
4300         (gst_audio_fixate_channel_positions):
4301           Const-ify two arrays.
4302
4303 2006-07-17  Tim-Philipp Müller  <tim at centricular dot net>
4304
4305         * ext/alsa/gstalsa.c: (caps_add_channel_configuration):
4306           Fix typo, so that alsasink also advertises 8 channels
4307           if that's supported (tags: can, worms, open, alsa, ph34r).
4308
4309 2006-07-17  Wim Taymans  <wim@fluendo.com>
4310
4311         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_internal_chain),
4312         (gst_ogg_pad_submit_packet), (gst_ogg_demux_read_chain):
4313         *sigh*, when is the compiler going to warn when the comments
4314         are out-of-sync with the code.. Refix case of busted theora
4315         headers with 0 granule pos.
4316
4317 2006-07-14  Wim Taymans  <wim@fluendo.com>
4318
4319         * gst-libs/gst/rtp/gstbasertpdepayload.c:
4320         (gst_base_rtp_depayload_wait),
4321         (gst_base_rtp_depayload_change_state),
4322         (gst_base_rtp_depayload_set_property),
4323         (gst_base_rtp_depayload_get_property):
4324         Fix 99% cpu load by waiting for absolute times on the
4325         clock. Fixes #347300.
4326
4327 2006-07-14  Andy Wingo  <wingo@pobox.com>
4328
4329         * ext/theora/gsttheoraparse.h: 
4330         * ext/theora/theoraparse.c (theora_parse_drain_event_queue)
4331         (theora_parse_push_headers, theora_parse_clear_queue)
4332         (theora_parse_drain_queue_prematurely, )
4333         (theora_parse_sink_event, theora_parse_change_state): Queue events
4334         until we initialized our state, like in vorbisparse.
4335
4336         * ext/vorbis/vorbisparse.h: 
4337         * ext/vorbis/vorbisparse.c (vorbis_parse_drain_event_queue)
4338         (vorbis_parse_push_headers, vorbis_parse_clear_queue)
4339         (vorbis_parse_drain_queue_prematurely, )
4340         (vorbis_parse_sink_event, vorbis_parse_change_state): Queue events
4341         until we have initialized our state. Fixes seeking after an
4342         initial pad block.
4343
4344 2006-07-14  Andy Wingo  <wingo@pobox.com>
4345
4346         Patch by: Iain Holmes <iaingnome@gmail.com>
4347         
4348         * ext/ogg/gstoggdemux.c (gst_ogg_demux_finalize): Fix memleak.
4349
4350 2006-07-14  Jan Schmidt  <thaytan@mad.scientist.com>
4351
4352         * configure.ac:
4353         Bump nano back to CVS
4354
4355 === release 0.10.9 ===
4356
4357 2006-07-13  Jan Schmidt <thaytan@mad.scientist.com>
4358
4359         * configure.ac:
4360           releasing 0.10.9, "I walk the line"
4361
4362 2006-07-14  Michael Smith  <msmith@fluendo.com>
4363
4364         * tests/check/pipelines/vorbisenc.c: (stop_pipeline):
4365           Move a g_cond_signal to earlier to avoid sometimes deadlocking
4366           (commonly happens when running this test under valgrind) when trying
4367           to remove the buffer probe.
4368
4369 2006-07-13  Jan Schmidt  <thaytan@mad.scientist.com>
4370
4371         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new):
4372         Fix missing g_unlock from the previous commit
4373
4374 2006-07-13  Jan Schmidt  <thaytan@mad.scientist.com>
4375
4376         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
4377         (gst_ximagesink_change_state):
4378         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
4379         (gst_xvimagesink_change_state):
4380         Implement a locking order to ensure we always take the object lock
4381         before the x_lock and never vice-versa.
4382
4383 2006-07-13  Jan Schmidt  <thaytan@mad.scientist.com>
4384
4385         * gst/playback/gstdecodebin.c: (find_compatibles):
4386         Fix a caps leak when linking (#347304)
4387
4388         * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
4389         (gst_ximagesink_ximage_destroy), (gst_ximagesink_xcontext_clear),
4390         (gst_ximagesink_change_state):
4391         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
4392         (gst_xvimage_buffer_finalize), (gst_xvimagesink_check_xshm_calls),
4393         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_put),
4394         (gst_xvimagesink_xcontext_clear), (gst_xvimagesink_change_state):
4395         Don't leak shared memory resources. Use the object lock to protect
4396         against the xcontext disappearing while returning a buffer from the
4397         pipeline. (#347304)
4398
4399 2006-07-12  Edward Hervey  <edward@fluendo.com>
4400
4401         * ext/vorbis/vorbisdec.c: (vorbis_dec_finalize),
4402         (vorbis_handle_comment_packet):
4403         gst_tag_list_merge() returns a new object. Take that into account when
4404         using it. This avoids memleak.
4405         Revert previous commit which is not needed.
4406
4407 2006-07-12  Edward Hervey  <edward@fluendo.com>
4408
4409         * ext/vorbis/vorbisdec.c: (vorbis_dec_finalize):
4410         Reset the decoder in finalize so that all fields get cleared.
4411
4412 2006-07-12  Wim Taymans  <wim@fluendo.com>
4413
4414         * gst-libs/gst/audio/gstbaseaudiosrc.c:
4415         (gst_base_audio_src_set_clock),
4416         (gst_base_audio_src_check_get_range), (gst_base_audio_src_create):
4417         Don't try to post an error message when setting the clock fails
4418         as this can happen when adding an element to a bin which will then
4419         deadlock. Fixes #347296.
4420
4421 2006-07-12  Edward Hervey  <edward@fluendo.com>
4422
4423         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_reset),
4424         (vorbis_dec_sink_event), (vorbis_handle_comment_packet),
4425         (vorbis_handle_type_packet):
4426         Post tag messages on the bus even if we're not initialized.
4427         If we're not initialized, we still postpone the event pushing of tags.
4428
4429 2006-07-12  Wim Taymans  <wim@fluendo.com>
4430
4431         * ext/alsa/gstalsasink.c: (set_hwparams), (gst_alsasink_prepare):
4432         * gst-libs/gst/audio/gstringbuffer.c: (build_linear_format),
4433         (gst_ring_buffer_debug_spec_caps), (gst_ring_buffer_parse_caps):
4434         Revert last two changes that broke the freeze.
4435
4436 2006-07-12  Wim Taymans  <wim@fluendo.com>
4437
4438         * ext/alsa/gstalsasink.c: (set_hwparams), (gst_alsasink_prepare):
4439         basesink calculates silence sample correctly for us.
4440
4441 2006-07-12  Wim Taymans  <wim@fluendo.com>
4442
4443         * gst-libs/gst/audio/gstringbuffer.c: (build_linear_format),
4444         (gst_ring_buffer_debug_spec_caps), (gst_ring_buffer_parse_caps):
4445         Calculate correct silence samples so we don't fill our ringbuffer
4446         with noise.
4447
4448 2006-07-12  Edward Hervey  <edward@fluendo.com>
4449
4450         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
4451         (gst_vorbis_dec_reset), (vorbis_dec_sink_event),
4452         (vorbis_handle_comment_packet), (vorbis_handle_type_packet):
4453         * ext/vorbis/vorbisdec.h:
4454         Delay sending events (newsegment, tags) until the decoder is properly
4455         initialized.
4456         Fixes #347295
4457
4458 2006-07-11  Jan Schmidt  <thaytan@mad.scientist.com>
4459
4460         * tests/check/elements/audioconvert.c: (get_float_mc_caps),
4461         (get_int_mc_caps), (GST_START_TEST), (audioconvert_suite):
4462           Patch from #347221 adding a test for audioconvert
4463           channel remappings.
4464
4465 2006-07-11  Tim-Philipp Müller  <tim at centricular dot net>
4466
4467         * gst/subparse/gstssaparse.c: (gst_ssa_parse_base_init),
4468         (gst_ssa_parse_parse_line):
4469           Don't include the terminating NUL in the buffer size,
4470           it's only there for extra paranoia (would add random
4471           '*' characters at the end of each subtitle since the
4472           terminator itself is not valid UTF-8 technically).
4473           Also fix indenting after boilerplate macro.
4474
4475 2006-07-10  Tim-Philipp Müller  <tim at centricular dot net>
4476
4477         * gst/playback/gstdecodebin.c: (close_pad_link):
4478           Also emit 'unknown-type' signal (which should really be
4479           called unhandled-type) if we found potential decoders/demuxers
4480           in the registry but none of them worked in the end (as in the
4481           case where the plugins don't exist any longer but are still
4482           listed in the registry). Fixes #329798.
4483
4484 2006-07-08  Andy Wingo  <wingo@pobox.com>
4485
4486         * theoraparse.c (theora_parse_push_buffer)
4487         (theora_parse_drain_queue_prematurely, theora_parse_drain_queue):
4488         Add some more debugging. Fix granulepos reconstruction in the face
4489         of discontinuities.
4490
4491 2006-07-06  Wim Taymans  <wim@fluendo.com>
4492
4493         * gst-libs/gst/audio/gstbaseaudiosink.c:
4494         (gst_base_audio_sink_class_init),
4495         (gst_base_audio_sink_provide_clock):
4496         Use gobject_class instead of G_OBJECT_CLASS (klass)
4497
4498         * gst-libs/gst/audio/gstbaseaudiosrc.c:
4499         (gst_base_audio_src_class_init), (gst_base_audio_src_init),
4500         (gst_base_audio_src_set_clock), (gst_base_audio_src_provide_clock),
4501         (gst_base_audio_src_get_time),
4502         (gst_base_audio_src_check_get_range), (gst_base_audio_src_create),
4503         (gst_base_audio_src_create_ringbuffer):
4504         Fix latency and buffer-time constants and properties ala basesink.
4505         Implement pull based scheduling. Fixes #346527.
4506         Set default blocksize in GstBaseSrc to 0, we default to pushing out
4507         one segment.
4508         Refuse slaving to another clock instead of silently not working.
4509         Only provide a clock when we are actually able to do so.
4510         Various small cleanups and compiler hints.
4511
4512 2006-07-06  Tim-Philipp Müller  <tim at centricular dot net>
4513
4514         Patch by: Lutz Mueller <lutz at topfrose de>
4515
4516         * gst/typefind/gsttypefindfunctions.c: (html_type_find),
4517         (plugin_init):
4518           Add typefinding for text/html (#346581).
4519
4520 2006-07-06  Tim-Philipp Müller  <tim at centricular dot net>
4521
4522         * gst/typefind/gsttypefindfunctions.c: (utf8_type_find),
4523         (xml_check_first_element), (xml_type_find), (smil_type_find):
4524           Fix SMIL typefinding, make xml_check_first_element() more
4525           useful.
4526
4527 2006-07-06  Tim-Philipp Müller  <tim at centricular dot net>
4528
4529         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
4530         (gst_play_base_bin_finalize), (decodebin_element_added_cb),
4531         (decodebin_element_removed_cb), (gst_play_base_bin_set_property):
4532         * gst/playback/gstplaybasebin.h:
4533           Protect list of elements with a subtitle-encoding property and
4534           the subtitle encoding member itself with a lock of their own
4535           instead of using the object lock. This prevents a dead-lock in
4536           the element-remove callback in some circumstances when shutting
4537           down playbin.
4538
4539 2006-07-05  Sebastien Moutte  <sebastien@moutte.net>
4540
4541         * win32/common/libgsttag.def:
4542         Export some new functions.
4543         * win32/vs6/libgstogg.dsp:
4544         Add a link to libgsttag-0.10.lib.
4545
4546 2006-07-04  Tim-Philipp Müller  <tim at centricular dot net>
4547
4548         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
4549           Some const-ification.
4550
4551 2006-07-04  Wim Taymans  <wim@fluendo.com>
4552
4553         * gst/playback/gstplaybasebin.c: (is_stream), (gen_source_element):
4554         Improve checking if we are dealing with a stream. Added some
4555         more uris that need buffering.
4556
4557 2006-07-03  Edward Hervey  <edward@fluendo.com>
4558
4559         * ext/vorbis/vorbisdec.c: (vorbis_do_clip):
4560         Remove unused variable.
4561
4562 2006-07-02  Thomas Vander Stichele  <thomas at apestaart dot org>
4563
4564         * Makefile.am:
4565           include lcov.mak
4566         * configure.ac:
4567           add GCOV_LIBS to GST_LIBS
4568
4569 2006-07-02  Tim-Philipp Müller  <tim at centricular dot net>
4570
4571         Patch by: Michael Sheldon  <webmaster at mikeasoft com>
4572
4573         * ext/alsa/gstalsasrc.c:
4574           Add 32 bps to template caps and increase channels range
4575           from [1,2] to [1,MAX]. See #346326.
4576
4577 2006-06-30  Tim-Philipp Müller  <tim at centricular dot net>
4578
4579         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
4580           Recognise 'WMVA' video codec fourcc (#345879).
4581           
4582 2006-06-29 Philippe Kalaf <philippe.kalaf@collabora.co.uk>       
4583          
4584         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:     
4585           Fixed nasty memory leak
4586
4587 2006-06-26  Thomas Vander Stichele  <thomas at apestaart dot org>
4588
4589         * gst/tcp/gsttcp.c: (gst_tcp_read_buffer),
4590         (gst_tcp_gdp_read_buffer), (gst_tcp_gdp_read_caps):
4591           fix logging
4592
4593 2006-06-23  Jan Schmidt  <thaytan@mad.scientist.com>
4594
4595         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
4596         (gst_decode_bin_init), (gst_decode_bin_finalize), (add_fakesink),
4597         (remove_fakesink), (pad_probe), (gst_decode_bin_change_state):
4598         Protect remove_fakesink using a mutex, so that we don't try and
4599         remove the fakesink simultaneously from multiple threads.
4600
4601         When going from READY to PAUSED, restore the fakesink, so that
4602         it is there when decodebin gets reused.
4603
4604 2006-06-23  Tim-Philipp Müller  <tim at centricular dot net>
4605
4606         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
4607         * gst-libs/gst/rtp/gstbasertpdepayload.c:
4608         * gst-libs/gst/rtp/gstbasertppayload.c:
4609         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
4610         * gst/tcp/gstmultifdsink.c:
4611         * gst/tcp/gsttcpclientsink.c:
4612         * gst/tcp/gsttcpclientsrc.c:
4613         * gst/tcp/gsttcpserversink.c:
4614         * gst/tcp/gsttcpserversrc.c:
4615         * gst/videorate/gstvideorate.c:
4616         * gst/videotestsrc/gstvideotestsrc.c:
4617         * sys/v4l/gstv4ljpegsrc.c:
4618         * sys/v4l/gstv4lmjpegsink.c:
4619         * sys/v4l/gstv4lsrc.c:
4620         * tests/examples/seek/scrubby.c:
4621         * tests/examples/seek/seek.c:
4622           Use GST_DEBUG_CATEGORY_STATIC where possible (#342503).
4623
4624 2006-06-22  Tim-Philipp Müller  <tim at centricular dot net>
4625
4626         * gst-libs/gst/tag/tags.c: (register_tag_image_type_enum):
4627           Second field in GEnumValue shouldn't be a description,
4628           but a stringified version of the enum value.
4629
4630 2006-06-22  Wim Taymans  <wim@fluendo.com>
4631
4632         * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
4633         (gst_ximage_buffer_free), (gst_ximagesink_ximage_put),
4634         (gst_ximagesink_setcaps), (gst_ximagesink_buffer_alloc):
4635         Avoid type checking in buffer casts.
4636         Avoid caps copy in buffer_alloc when we can.
4637         Use pad_peer_accept.
4638
4639 2006-06-22  Tim-Philipp Müller  <tim at centricular dot net>
4640
4641         * gst-libs/gst/tag/tag.h:
4642           Oops, make that 'Since: 0.10.9'.
4643
4644 2006-06-22  Tim-Philipp Müller  <tim at centricular dot net>
4645
4646         * docs/libs/gst-plugins-base-libs-sections.txt:
4647         * gst-libs/gst/tag/tag.h:
4648         * gst-libs/gst/tag/tags.c: (register_tag_image_type_enum),
4649         (gst_tag_image_type_get_type):
4650           API: add GstTagImageType enum to describe images contained
4651           in image tags (#345641).
4652
4653 2006-06-22  Tim-Philipp Müller  <tim at centricular dot net>
4654
4655         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init):
4656           Fix warnings with gst-inspect: "buffers-min" property
4657           should be of G_TYPE_INT and not G_TYPE_INT64. Also fix
4658           typo in property description.
4659
4660 2006-06-22  Tim-Philipp Müller  <tim at centricular dot net>
4661
4662         Patch by: Cody Russell <bratsche at gnome org>
4663
4664         * gst/audioresample/gstaudioresample.c:
4665         (gst_audioresample_class_init):
4666         * gst/playback/gststreamselector.c:
4667         (gst_stream_selector_class_init):
4668         * gst/subparse/gstsubparse.c: (gst_sub_parse_class_init):
4669         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init):
4670         * gst/tcp/gsttcpclientsink.c: (gst_tcp_client_sink_class_init):
4671         * gst/tcp/gsttcpclientsrc.c: (gst_tcp_client_src_class_init):
4672         * gst/tcp/gsttcpserversink.c: (gst_tcp_server_sink_class_init):
4673         * gst/tcp/gsttcpserversrc.c: (gst_tcp_server_src_class_init):
4674         * gst/videoscale/gstvideoscale.c: (gst_video_scale_class_init):
4675         * gst/videotestsrc/gstvideotestsrc.c:
4676         (gst_video_test_src_class_init):
4677         * gst/volume/gstvolume.c: (gst_volume_class_init):
4678           Avoid unnecessary class cast check in class_init
4679           functions (#337747).
4680
4681 2006-06-21  Tim-Philipp Müller  <tim at centricular dot net>
4682
4683         * ext/pango/gsttextoverlay.c: (gst_text_overlay_make_utf8),
4684         (gst_text_overlay_video_chain):
4685           g_markup_escape_text() REALLY doesn't like non-UTF8 input
4686           and doesn't validate its input either (and neither did
4687           textoverlay it seems). Let's do that then and fix #345206.
4688
4689 2006-06-19  Wim Taymans  <wim@fluendo.com>
4690
4691         * gst/tcp/gstmultifdsink.c: (gst_sync_method_get_type),
4692         (gst_unit_type_get_type), (gst_multi_fd_sink_class_init),
4693         (gst_multi_fd_sink_init), (gst_multi_fd_sink_add_full),
4694         (gst_multi_fd_sink_add), (gst_multi_fd_sink_handle_client_read),
4695         (find_syncframe), (find_limits), (assign_value),
4696         (count_burst_unit), (gst_multi_fd_sink_new_client),
4697         (gst_multi_fd_sink_handle_client_write),
4698         (gst_multi_fd_sink_queue_buffer), (gst_multi_fd_sink_render),
4699         (gst_multi_fd_sink_set_property), (gst_multi_fd_sink_get_property),
4700         (gst_multi_fd_sink_change_state):
4701         * gst/tcp/gstmultifdsink.h:
4702         Added shiny new burst-on-connect methods.
4703         Add properties to control the minimal amount of data queued.
4704         Small cleanups.
4705         API: bytes-min property
4706         API: time-min property
4707         API: buffers-min property
4708         API: burst-unit property
4709         API: burst-value property
4710         API: add-full signal
4711
4712         * gst/tcp/gsttcp-marshal.list:
4713         Added new marshaller code for the new signal.
4714
4715         * tests/check/elements/multifdsink.c: (GST_START_TEST),
4716         (multifdsink_suite):
4717         Added testcases for new burst methods.
4718
4719 2006-06-19  Edward Hervey  <edward@fluendo.com>
4720
4721         * ext/theora/theoradec.c: (clip_buffer), (theora_dec_push):
4722         Implement clipping for accurate seeking.
4723         Closes #345225
4724
4725 2006-06-19  Wim Taymans  <wim@fluendo.com>
4726
4727         Patch by: Philip Jaegenstedt <philip at lysator dot liu dot se>
4728
4729         * gst/videoscale/gstvideoscale.c: (gst_video_scale_prepare_size),
4730         (gst_video_scale_transform):
4731         Make videoscale support RGBA, ARGB, BGRA and ABGR. Fixes #345131
4732
4733 2006-06-17  Tim-Philipp Müller  <tim at centricular dot net>
4734
4735         * configure.ac:
4736           Fix --disable-external (can't set conditionals conditionally,
4737           #343602).
4738
4739 2006-06-16  Tim-Philipp Müller  <tim at centricular dot net>
4740
4741         * tests/check/elements/audioresample.c: (test_reuse),
4742         (audioresample_suite):
4743           Add test case for bug #342789 fixed below.
4744
4745 2006-06-16  Tim-Philipp Müller  <tim at centricular dot net>
4746
4747         * gst/audioresample/gstaudioresample.c:
4748         (gst_audioresample_class_init), (gst_audioresample_init),
4749         (audioresample_start), (audioresample_stop),
4750         (gst_audioresample_set_property), (gst_audioresample_get_property):
4751           Implement GstBaseTransform::start and ::stop so that audioresample
4752           can clear its internal state properly and be reused instead of
4753           causing non-negotiated errors with playbin under some circumstances
4754           (#342789).
4755
4756         * tests/check/elements/audioresample.c: (setup_audioresample),
4757         (cleanup_audioresample):
4758           Need to set element state here so that ::start and ::stop are
4759           called.
4760
4761 2006-06-16  Wim Taymans  <wim@fluendo.com>
4762
4763         Patch by: Young-Ho Cha <ganadist at chollian dot net>
4764
4765         * gst-libs/gst/riff/riff-read.c: (gst_riff_parse_strf_vids):
4766         Parse extra data better, apparently it's right behind
4767         the normal strf header size. Fixes #343500.
4768
4769 2006-06-16  Wim Taymans  <wim@fluendo.com>
4770
4771         * ext/alsa/gstalsasink.c: (set_hwparams):
4772         If we fail to set the buffer_time and period_time alsa
4773         parameters, post a warning and leave alsa select a 
4774         default instead of failing. Fixes #342085
4775
4776 2006-06-16  Tim-Philipp Müller  <tim at centricular dot net>
4777
4778         * docs/libs/gst-plugins-base-libs-sections.txt:
4779         * gst-libs/gst/cdda/gstcddabasesrc.h:
4780           Remove GST_CDDA_TAG_TRACK_TAGS again, it is #ifdef 0'ed
4781           out in the header file and shouldn't be listed in the docs.
4782
4783         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk):
4784           Must dereference pointer to fourcc in the debug statement.
4785
4786 2006-06-16  Stefan Kost  <ensonic@users.sf.net>
4787
4788         * docs/libs/Makefile.am:
4789         * docs/libs/gst-plugins-base-libs-docs.sgml:
4790         * docs/libs/gst-plugins-base-libs-sections.txt:
4791         * docs/libs/gst-plugins-base-libs.types:
4792         add remaining symbols into correct setions
4793         
4794         * gst-libs/gst/audio/gstringbuffer.c:
4795         fix incomplete docs
4796         
4797         * gst-libs/gst/audio/gstringbuffer.h:
4798         comment out not yet implemented function
4799         
4800         
4801         * gst-libs/gst/floatcast/floatcast.h:
4802         * gst-libs/gst/netbuffer/gstnetbuffer.c:
4803         add short descriptions
4804         
4805         
4806         * gst-libs/gst/interfaces/propertyprobe.c:
4807         fix return value docs   
4808         
4809         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk):
4810         simplify debug logging
4811         
4812         * gst-libs/gst/riff/riff-read.h:
4813         sync function prototype and docs
4814         
4815         * gst-libs/gst/rtp/gstbasertpaudiopayload.h:
4816         remove left over symbol
4817
4818 2006-06-16  Tim-Philipp Müller  <tim at centricular dot net>
4819
4820         * autogen.sh:
4821         * configure.ac:
4822         * docs/Makefile.am:
4823           Use GST_PLUGIN_DOCS macro in configure.ac, add
4824           --enable-plugin-docs default to autogen.sh and use
4825           ENABLE_PLUGIN_DOCS conditional in Makefile.am (#344039).
4826
4827 2006-06-15  Wim Taymans  <wim@fluendo.com>
4828
4829         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_peer),
4830         (gst_ogg_demux_activate_chain), (gst_ogg_demux_combine_flows),
4831         (gst_ogg_demux_loop):
4832         Combine GstFlowReturn from the source pads to give a
4833         meaningfull result to the upstream peer or to stop the
4834         processing task in case of errors.
4835
4836 2006-06-14  Tim-Philipp Müller  <tim at centricular dot net>
4837
4838         * gst/playback/gststreaminfo.c: (cb_probe):
4839           Try GST_TAG_CODEC as fallback when extracting the
4840           codec name; more debug info.
4841
4842 2006-06-14  Tim-Philipp Müller  <tim at centricular dot net>
4843
4844         * ext/ogg/Makefile.am:
4845         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
4846           Extract language tags from ogm subtitle streams, so that
4847           the subtitle menu choices are labelled correctly in
4848           Totem (fixes #344708).
4849
4850 2006-06-14  Wim Taymans  <wim@fluendo.com>
4851
4852         Patch by: Alessandro Decina <alessandro at nnva dot org>
4853
4854         * ext/ogg/gstoggmux.c: (gst_ogg_mux_get_type), (gst_ogg_mux_clear),
4855         (gst_ogg_mux_release_pad), (gst_ogg_mux_get_headers),
4856         (gst_ogg_mux_set_header_on_caps), (gst_ogg_mux_init_collectpads),
4857         (gst_ogg_mux_clear_collectpads), (gst_ogg_mux_change_state):
4858         Fix various leaks. Fixes #343699.
4859         Add x-smoke mime type.
4860
4861 2006-06-14  Tim-Philipp Müller  <tim at centricular dot net>
4862
4863         * gst-libs/gst/riff/riff-ids.h:
4864           Add IDs for 'bext' chunks (see #343837).
4865
4866 2006-06-12  Tim-Philipp Müller  <tim at centricular dot net>
4867
4868         Patch by: Young-Ho Cha  <ganadist at chollian net>
4869
4870         * gst/subparse/samiparse.c: (sami_context_pop_state),
4871         (handle_start_font), (end_sami_element):
4872           Honour font face tags in SAMI subtitles (#344503).
4873
4874 2006-06-11  Stefan Kost  <ensonic@users.sf.net>
4875
4876         * po/POTFILES.in:
4877           add missing files containing translatable strings
4878
4879 2006-06-11  Stefan Kost  <ensonic@users.sf.net>
4880
4881         * docs/libs/tmpl/.cvsignore:
4882           we don't want those *.sgml files in CVS either
4883
4884 2006-06-11  Stefan Kost  <ensonic@users.sf.net>
4885
4886         * docs/libs/.cvsignore:
4887         * tests/check/elements/.cvsignore:
4888         * tests/check/libs/.cvsignore:
4889           ignore more
4890
4891 2006-06-11  Stefan Kost  <ensonic@users.sf.net>
4892
4893         * docs/libs/Makefile.am:
4894           also commiting the changed Makefile.am (added more libs to the
4895           doc-build)
4896
4897 2006-06-11  Stefan Kost  <ensonic@users.sf.net>
4898
4899         * docs/libs/gst-plugins-base-libs-docs.sgml:
4900         * docs/libs/gst-plugins-base-libs-sections.txt:
4901         * docs/libs/gst-plugins-base-libs.types:
4902           first batch of reordering things, add index & hierarchy
4903
4904 2006-06-11  Thomas Vander Stichele  <thomas at apestaart dot org>
4905
4906         * configure.ac:
4907           use GST_PKG_CHECK_MODULES, cleans up output
4908
4909 2006-06-10  Tim-Philipp Müller  <tim at centricular dot net>
4910
4911         * ext/gnomevfs/gstgnomevfsuri.c: (gst_gnomevfs_get_supported_uris):
4912           Add support for burn:// URIs (#343385); const-ify things a bit,
4913           use G_N_ELEMENTS instead of hard-coded array size.
4914
4915 2006-06-10  Tim-Philipp Müller  <tim at centricular dot net>
4916
4917         Patch by: Young-Ho Cha  <ganadist at chollian net>
4918
4919         * gst/subparse/samiparse.c: (fix_invalid_entities), (parse_sami):
4920           Fix up broken entities before passing them to libxml *sigh*.
4921           (#343303).
4922           
4923 2006-06-09  Thomas Vander Stichele  <thomas at apestaart dot org>
4924
4925         * configure.ac:
4926           back to TRUNK
4927
4928 === release 0.10.8 ===
4929
4930 2006-06-09  Thomas Vander Stichele <thomas at apestaart dot org>
4931
4932         * configure.ac:
4933           releasing 0.10.8, "Moar gij ziet mij nie"
4934
4935 2006-06-07  Thomas Vander Stichele  <thomas at apestaart dot org>
4936
4937         * configure.ac:
4938         * po/af.po:
4939         * po/az.po:
4940         * po/cs.po:
4941         * po/en_GB.po:
4942         * po/hu.po:
4943         * po/it.po:
4944         * po/nb.po:
4945         * po/nl.po:
4946         * po/or.po:
4947         * po/sq.po:
4948         * po/sr.po:
4949         * po/sv.po:
4950         * po/uk.po:
4951         * po/vi.po:
4952         * win32/common/config.h:
4953           0.10.7.2 prerelease
4954
4955 2006-06-07  Thomas Vander Stichele  <thomas at apestaart dot org>
4956
4957         * docs/libs/tmpl/gstaudio.sgml:
4958         * docs/libs/tmpl/gstcolorbalance.sgml:
4959         * docs/libs/tmpl/gstmixer.sgml:
4960         * docs/libs/tmpl/gstringbuffer.sgml:
4961         * docs/libs/tmpl/gsttuner.sgml:
4962         * docs/libs/tmpl/gstxoverlay.sgml:
4963         * gst-libs/gst/audio/audio.c:
4964         * gst-libs/gst/audio/gstringbuffer.c:
4965         * gst-libs/gst/interfaces/colorbalance.c:
4966         * gst-libs/gst/interfaces/mixer.c:
4967         * gst-libs/gst/interfaces/tuner.c:
4968         * gst-libs/gst/interfaces/xoverlay.c:
4969           move last template doc snippets to source code and delete them
4970
4971 2006-06-06  Michael Smith  <msmith@fluendo.com>
4972
4973         * ext/theora/theoraparse.c: (theora_parse_drain_queue_prematurely),
4974         (theora_parse_drain_queue):
4975           Mark DELTA_UNIT on non-keyframes.
4976
4977 2006-06-03  Jan Schmidt  <thaytan@mad.scientist.com>
4978
4979         * gst-libs/gst/audio/gstbaseaudiosink.c:
4980         (gst_base_audio_sink_class_init), (gst_base_audio_sink_setcaps):
4981         * gst-libs/gst/audio/gstbaseaudiosink.h:
4982         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_parse_caps),
4983         (gst_ring_buffer_samples_done):
4984         * gst-libs/gst/audio/gstringbuffer.h:
4985         Document better the fact that latency_time and buffer_time are values
4986         stored in microseconds, and not the usual GStreamer nanoseconds.
4987         Change the variables (compatibly) that store them from GstClockTime 
4988         to guint64 to make it more clear that they're not storing clock times.
4989         Also, remove the bogus property description that says the user can
4990         specify -1 to get the default value, since that's never been the case.
4991
4992         When computing the default segment size for the ring buffer, make it
4993         an integer number of samples.
4994
4995         When the sub-class indicates a delay greater than the number of
4996         samples we've written return 0 from the audio sink get_time method.
4997
4998 2006-06-02  Michael Smith  <msmith@fluendo.com>
4999
5000         * tests/check/elements/audioconvert.c: (set_channel_positions),
5001         (get_float_mc_caps), (get_int_mc_caps):
5002         * tests/check/elements/audioresample.c:
5003         * tests/check/elements/audiotestsrc.c: (GST_START_TEST):
5004         * tests/check/elements/videorate.c:
5005         * tests/check/elements/videotestsrc.c: (GST_START_TEST):
5006         * tests/check/elements/volume.c:
5007         * tests/check/elements/vorbisdec.c:
5008         * tests/check/pipelines/vorbisenc.c: (GST_START_TEST):
5009           Don't busy-wait in tests; this was causing test timeouts very
5010           frequently when running under valgrind.
5011
5012 2006-06-02  Thomas Vander Stichele  <thomas at apestaart dot org>
5013
5014         * gst/tcp/README:
5015         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_init),
5016         (gst_multi_fd_sink_remove_client_link),
5017         (gst_multi_fd_sink_client_queue_caps),
5018         (gst_multi_fd_sink_client_queue_buffer),
5019         (gst_multi_fd_sink_handle_client_write),
5020         (gst_multi_fd_sink_render):
5021         * gst/tcp/gstmultifdsink.h:
5022           make multifdsink properly deal with streamheader:
5023           - streamheader is taken from caps
5024           - buffers marked with IN_CAPS are not sent
5025           - streamheaders are sent, on connection, from the caps of the
5026             buffer where the client gets positioned to
5027           - further streamheader changes are done every time the client
5028             will receive a buffer with different caps
5029         * tests/check/elements/multifdsink.c: (GST_START_TEST),
5030         (gst_multifdsink_create_streamheader):
5031           add tests for this
5032
5033 2006-06-02  Michael Smith  <msmith@fluendo.com>
5034
5035         * ext/vorbis/vorbisdec.c: (vorbis_handle_identification_packet):
5036           Reinstate limit on channel count. Vorbis does not define the meaning
5037           of > 6 channels, so they're just independent channels. Gstreamer
5038           currently has no mechanism to represent N independent channels.
5039
5040 2006-06-02  Michael Smith  <msmith@fluendo.com>
5041
5042         * ext/vorbis/vorbisdec.c: (vorbis_handle_identification_packet):
5043           Don't arbitrarily restrict channel counts and rate in vorbis.
5044           In terms of effects likely on real-world files, this fixes 96kHz
5045           playback of vorbis.
5046
5047 2006-06-02  Michael Smith  <msmith@fluendo.com>
5048
5049         * gst/audioconvert/audioconvert.c: (float):
5050           More correct float->int conversion.
5051
5052 2006-06-02  Michael Smith  <msmith@fluendo.com>
5053
5054         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_perform_seek):
5055           Don't accidently send GST_CLOCK_TIME_NONE as a new segment start
5056           value. Fixes g-critical on trying to play back ogg containing
5057           unknown codec.
5058
5059 2006-06-02  Wim Taymans  <wim@fluendo.com>
5060
5061         * gst/playback/gstplaybasebin.c: (group_create), (group_commit),
5062         (setup_source):
5063         * gst/playback/gstplaybasebin.h:
5064         Make the subtitle detection work from any thread so we don't
5065         deadlock. Fixes #343397.
5066
5067 2006-06-02  Thomas Vander Stichele  <thomas at apestaart dot org>
5068
5069         * gst/volume/Makefile.am:
5070           Seriously, it's not *that* hard to get compilation right.  Even
5071           a drunk can do it ! Add LIBOIL CFLAGS and LIBS
5072
5073 2006-06-01  Stefan Kost  <ensonic@users.sf.net>
5074
5075         * gst/volume/gstvolume.c: (volume_choose_func),
5076         (volume_update_real_volume), (gst_volume_class_init),
5077         (gst_volume_init), (volume_process_float), (volume_process_int16),
5078         (volume_process_int16_clamp), (volume_set_caps),
5079         (volume_transform_ip), (plugin_init):
5080         * gst/volume/gstvolume.h:
5081         rewrite the passthrough check, split _int16 and _int16_clamp, fix
5082         another property desc., remove unused param from process function
5083         
5084         * tests/check/elements/volume.c: (volume_suite):
5085         reactivate the passthrough test
5086
5087 2006-06-01  Stefan Kost  <ensonic@users.sf.net>
5088
5089         * ext/alsa/gstalsamixerelement.h:
5090         * ext/alsa/gstalsamixeroptions.h:
5091         * ext/alsa/gstalsamixertrack.h:
5092         * ext/gnomevfs/gstgnomevfssink.h:
5093         * ext/gnomevfs/gstgnomevfssrc.h:
5094         * ext/theora/gsttheoradec.h:
5095         * ext/theora/gsttheoraenc.h:
5096         * ext/theora/gsttheoraparse.h:
5097         * ext/vorbis/vorbisparse.h:
5098         * gst-libs/gst/audio/gstaudioclock.h:
5099         * gst-libs/gst/audio/gstaudiofilter.h:
5100         * gst-libs/gst/rtp/gstbasertpaudiopayload.h:
5101         * gst/audioconvert/gstaudioconvert.h:
5102         * gst/audioresample/gstaudioresample.h:
5103         * gst/audiotestsrc/gstaudiotestsrc.h:
5104         * gst/ffmpegcolorspace/gstffmpegcolorspace.h:
5105         * gst/playback/gststreamselector.h:
5106         * gst/tcp/gstmultifdsink.h:
5107         * gst/tcp/gsttcpclientsink.h:
5108         * gst/tcp/gsttcpclientsrc.h:
5109         * gst/tcp/gsttcpserversink.h:
5110         * gst/tcp/gsttcpserversrc.h:
5111         * gst/videorate/gstvideorate.h:
5112         * gst/videoscale/gstvideoscale.h:
5113         * gst/videotestsrc/gstvideotestsrc.h:
5114         * gst/volume/gstvolume.h:
5115         * sys/v4l/gstv4ljpegsrc.h:
5116         * sys/v4l/gstv4lmjpegsink.h:
5117         * sys/v4l/gstv4lmjpegsrc.h:
5118         * sys/v4l/gstv4lsrc.h:
5119         * sys/ximage/ximagesink.h:
5120         * sys/xvimage/xvimagesink.h:
5121         * tests/old/testsuite/alsa/sinesrc.h:
5122         Fix more gobject macros: obj<->klass, GstXXX<->GstXXXClass
5123
5124 2006-05-31  Wim Taymans  <wim@fluendo.com>
5125
5126         * ext/libvisual/visual.c: (gst_visual_reset),
5127         (gst_visual_sink_setcaps), (gst_visual_sink_event),
5128         (gst_visual_src_event), (get_buffer), (gst_visual_chain):
5129         Handle DISCONT.
5130         Use running time before doing QoS.
5131         Handle mono too.
5132
5133 2006-05-31  Thomas Vander Stichele  <thomas at apestaart dot org>
5134
5135         * docs/libs/Makefile.am:
5136           set a magic variable to indicate we know the docs are incomplete
5137
5138 2006-05-30  Sebastien Moutte  <sebastien@moutte.net>
5139
5140         * win32/common/libgstvideo.def:
5141           export gst_video_calculate_display_ratio
5142         * win32/vs6/libgstvideoscale.dsp:
5143           add link to libgstvideo-0.10.lib
5144
5145 2006-05-30  Tim-Philipp Müller  <tim at centricular dot net>
5146
5147         * gst/playback/gstplaybasebin.c: (gen_source_element):
5148           Throw a more comprehensible error for rtsp:// URIs (rather
5149           than erroring out with a negotiation error later on) until
5150           we fix playbin to handle rtspsrc etc.
5151
5152 2006-05-30  Wim Taymans  <wim@fluendo.com>
5153
5154         * ext/pango/gsttextoverlay.c: (gst_text_overlay_src_event),
5155         (gst_text_overlay_text_event):
5156         Added some FIXMEs.
5157
5158 2006-05-30  Wim Taymans  <wim@fluendo.com>
5159
5160         * gst/adder/gstadder.c: (gst_adder_class_init), (gst_adder_init),
5161         (gst_adder_request_new_pad), (gst_adder_release_pad):
5162         * gst/adder/gstadder.h:
5163         Implement release_request_pad.
5164         Make padcounter atomic.
5165
5166         * tests/check/elements/adder.c: (GST_START_TEST), (adder_suite):
5167         Added check for release_pad in adder.
5168
5169 2006-05-30  Wim Taymans  <wim@fluendo.com>
5170
5171         * ext/ogg/gstoggdemux.c: (gst_ogg_chain_new_stream):
5172         Fix build again.
5173
5174 2006-05-30  Thomas Vander Stichele  <thomas at apestaart dot org>
5175
5176         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
5177         (gst_ogg_demux_chain_elem_pad), (gst_ogg_demux_queue_data),
5178         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
5179         (gst_ogg_pad_submit_page), (gst_ogg_chain_new_stream),
5180         (gst_ogg_demux_seek), (gst_ogg_demux_get_data),
5181         (gst_ogg_demux_get_next_page), (gst_ogg_demux_do_seek),
5182         (gst_ogg_demux_bisect_forward_serialno),
5183         (gst_ogg_demux_read_chain), (gst_ogg_demux_find_chains),
5184         (gst_ogg_demux_chain), (gst_ogg_demux_loop), (gst_ogg_print):
5185           add more debugging
5186           clean up printf formats for granulepos and serialno
5187
5188 2006-05-30  Michael Smith  <msmith@fluendo.com>
5189
5190         * ext/vorbis/vorbisenc.c: (raw_caps_factory),
5191         (gst_vorbis_enc_class_init), (gst_vorbis_enc_dispose),
5192         (gst_vorbis_enc_generate_sink_caps), (gst_vorbis_enc_sink_getcaps),
5193         (gst_vorbis_enc_init), (gst_vorbis_enc_buffer_from_header_packet),
5194         (gst_vorbis_enc_chain), (gst_vorbis_enc_change_state):
5195         * ext/vorbis/vorbisenc.h:
5196           Multi-channel caps negotiation, so we can do proper multichannel
5197           vorbis encoding, negotiated through audioconvert.
5198
5199 2006-05-30  Wim Taymans  <wim@fluendo.com>
5200
5201         * tests/check/elements/adder.c: (test_event_message_received),
5202         (test_play_twice_message_received), (GST_START_TEST),
5203         (adder_suite):
5204         Added check to show that #339935 is fixed with ongoing
5205         adder and collectpads fixes.
5206
5207 2006-05-29  Wim Taymans  <wim@fluendo.com>
5208
5209         * gst/adder/gstadder.c: (gst_adder_request_new_pad):
5210         Don't leak pad name.
5211
5212 2006-05-29  Wim Taymans  <wim@fluendo.com>
5213
5214         * gst/adder/gstadder.c: (gst_adder_query_duration),
5215         (forward_event_func), (forward_event), (gst_adder_src_event):
5216         Fix adder seeking.
5217         Make query/seeking code threadsafe.
5218
5219         * tests/check/Makefile.am:
5220         * tests/check/elements/adder.c: (test_event_message_received),
5221         (GST_START_TEST), (test_play_twice_message_received):
5222         Fix adder test case.
5223
5224 2006-05-29  Tim-Philipp Müller  <tim at centricular dot net>
5225
5226         Patch by: Young-Ho Cha  <ganadist at chollian net>
5227
5228         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
5229         (gst_play_base_bin_init), (gst_play_base_bin_dispose),
5230         (set_encoding_element), (decodebin_element_added_cb),
5231         (decodebin_element_removed_cb), (setup_subtitle), (setup_source),
5232         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property):
5233         * gst/playback/gstplaybasebin.h:
5234           Add 'subtitle-encoding' property to playbin, so applications can
5235           force a subtitle encoding for non-UTF8 subtitles (#342268).
5236
5237         * gst/subparse/gstsubparse.c: (gst_sub_parse_class_init),
5238         (gst_sub_parse_set_property):
5239           Rename recently-added 'encoding' property to 'subtitle-encoding'
5240           (so it can be proxied by playbin/decodebin in a generic way
5241           with less danger of false positives).
5242
5243 2006-05-29  Michael Smith  <msmith@fluendo.com>
5244
5245         * gst/audioconvert/gstaudioconvert.c: (make_lossless_changes),
5246         (append_with_other_format), (set_structure_widths),
5247         (gst_audio_convert_transform_caps):
5248           Patch from #341562: give more specific audio caps in get_caps, so
5249           that basetransform  can make better decisions on what caps to
5250           negotiate.
5251
5252 2006-05-28  Stefan Kost  <ensonic@users.sf.net>
5253
5254         * tests/check/elements/volume.c:
5255         make it compile again
5256
5257 2006-05-28  Stefan Kost  <ensonic@users.sf.net>
5258
5259         * tests/check/elements/volume.c: (volume_suite):
5260         disable test until #343196 gets resolved
5261
5262 2006-05-28  Stefan Kost  <ensonic@users.sf.net>
5263
5264         * gst/adder/gstadder.c: (gst_adder_get_type):
5265         Make it easier to copy&paste
5266         
5267         * gst/volume/Makefile.am:
5268         * gst/volume/gstvolume.c: (volume_update_real_volume),
5269         (gst_volume_set_volume), (gst_volume_set_mute),
5270         (gst_volume_class_init), (volume_process_int16), (volume_set_caps),
5271         (volume_transform_ip), (volume_update_mute),
5272         (volume_update_volume):
5273         * gst/volume/gstvolume.h:
5274         Add own debug category, move duplicate code to helper function, fix
5275         property texts, add more comments and prepare ffor liboil-goodness
5276         
5277         * tests/check/Makefile.am:
5278         * tests/check/elements/volume.c: (GST_START_TEST), (volume_suite):
5279         add test for mute and passtrough case, be a bit more verbose to track
5280         failure
5281         
5282         * tests/check/generic/states.c: (GST_START_TEST):
5283         catch elements that fail to instantiate
5284
5285 2006-05-28  Edward Hervey  <edward@fluendo.com>
5286
5287         * tests/check/pipelines/simple-launch-lines.c:
5288         * tests/check/pipelines/theoraenc.c:
5289         * tests/check/pipelines/vorbisenc.c:
5290         Comment out tests using parse_launch() if core was built without
5291         parsing capabilities.
5292
5293 2006-05-27  Edward Hervey  <edward@fluendo.com>
5294
5295         * tests/check/Makefile.am:
5296         Extra bonus points for whoever explains to ensonic that you are meant
5297         to test unit tests thoroughly before commiting them, especially if
5298         you know it's going to break.
5299         De-activated element/adder tests.
5300
5301 2006-05-27  Edward Hervey  <edward@fluendo.com>
5302
5303         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
5304         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_smpfmt_to_caps):
5305         Marking caps conversion issues as GST_WARNING is way too verbose,
5306         Moving them to GST_LOG.
5307
5308 2006-05-27  Tim-Philipp Müller  <tim at centricular dot net>
5309
5310         * README:
5311           Replace current README (containing the release notes from
5312           some 0.9.x version) with a proper README taken from the core.
5313
5314 2006-05-26  Wim Taymans  <wim@fluendo.com>
5315
5316         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
5317         (vorbis_dec_src_event), (vorbis_dec_sink_event), (vorbis_do_clip),
5318         (vorbis_dec_push), (vorbis_handle_data_packet), (vorbis_dec_chain),
5319         (vorbis_dec_change_state):
5320         Small cleanups.
5321         Add some FIXMEs
5322         Clip output samples to segment boundaries.
5323
5324 2006-05-26  Jan Schmidt  <thaytan@mad.scientist.com>
5325
5326         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
5327         (gst_ximagesink_xcontext_get), (gst_ximagesink_show_frame):
5328         Improve the errors produced on bad output, including some human
5329         readable description strings.
5330         Handle the (theoretical for ximagesink) case where the XServer 
5331         has a different idea about the size required for a particular 
5332         frame and gives us too small a memory allocation.
5333
5334 2006-05-26  Jan Schmidt  <thaytan@mad.scientist.com>
5335
5336         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
5337         (gst_xvimagesink_get_xv_support), (gst_xvimagesink_xcontext_get),
5338         (gst_xvimagesink_get_format_from_caps), (gst_xvimagesink_setcaps),
5339         (gst_xvimagesink_show_frame), (gst_xvimagesink_buffer_alloc):
5340         Improve the errors produced on bad output, including some human 
5341         readable description strings.
5342         Handle RGB Xv formats properly by transforming them into our 
5343         big-endian caps description.
5344         Use gst_caps_truncate to ensure that we never try and choose a
5345         non-fixed caps in buffer_alloc.
5346         Handle the case where the XServer has a different idea about the size
5347         required for a particular frame and gives us too small a memory
5348         allocation.
5349         Use -1 to indicate 'no image format', because 0 is a valid XServer
5350         image format number.
5351         Put RGB Xv formats at the end of the caps, so that we always prefer
5352         YUV format frames.
5353         Iterate the available Xv Encodings to determine the maximum width and
5354         height, and then return that in our caps.
5355         (Closes #315312, #337544)
5356
5357 2006-05-25  Jan Schmidt  <thaytan@mad.scientist.com>
5358
5359         * gst/playback/gstdecodebin.c: (remove_fakesink), (pad_probe):
5360         When there is only one unfinished pad and it receives an event that
5361         doesn't match our requirements, we need to set alldone=FALSE so that
5362         the fakesink is not removed yet.
5363
5364 2006-05-25  Tim-Philipp Müller  <tim at centricular dot net>
5365
5366         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind):
5367           Use gst_type_find_helper_for_buffer() to find the type
5368           of stream from the first packet.
5369
5370         * configure.ac:
5371           Bump requirements to core CVS (needed for vorbis
5372           typefinding to work).
5373
5374 2006-05-24  Edward Hervey  <edward@fluendo.com>
5375
5376         * gst/typefind/gsttypefindfunctions.c: (qt_type_find): 
5377         Added the 'prfl' atom type which MQV (no, it's not a typo) files
5378         contain.  Else they play perfectly fine with qtdemux.
5379
5380 2006-05-23  Stefan Kost  <ensonic@users.sf.net>
5381
5382         * ext/theora/theoradec.c:
5383         * ext/theora/theoraenc.c:
5384         * ext/theora/theoraparse.c: (gst_theora_parse_class_init):
5385         * gst/audiorate/gstaudiorate.c:
5386           make more debug catagories static
5387         
5388         * tests/check/Makefile.am:
5389         * tests/check/elements/adder.c: (message_received),
5390         (test_event_message_received), (GST_START_TEST),
5391         (test_play_twice_message_received), (adder_suite):
5392           added test case for using element twice, extra bonus points for anyone
5393           who can make these test run reliably
5394
5395 2006-05-23  Tim-Philipp Müller  <tim at centricular dot net>
5396
5397         * ext/theora/theoradec.c: (theora_dec_chain):
5398           Make work with time-stamped input buffers that do not
5399           have a granulepos in BUFFER_OFFSET_END (like theora
5400           buffers coming from matroskademux). Fixes #342448.
5401
5402 2006-05-22  Tim-Philipp Müller  <tim at centricular dot net>
5403
5404         Patch by: Peter Kjellerstedt  <pkj at axis com>
5405
5406         * gst/tcp/Makefile.am:
5407           fdstresstest doesn't need Gtk+, fix compilation if 
5408           gtk is not available (#342566).
5409
5410 2006-05-19 Philippe Kalaf <philippe.kalaf@collabora.co.uk>       
5411          
5412         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:     
5413           80 line columns
5414           Removed redundant floor()
5415
5416 2006-05-19  Tim-Philipp Müller  <tim at centricular dot net>
5417
5418         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk):
5419           On second thought, just skip JUNK chunks automatically, so
5420           the caller doesn't have to handle this. Fixes #342345.
5421           Also, return GST_FLOW_UNEXPECTED if we get a short read,
5422           not GST_FLOW_ERROR.
5423
5424 2006-05-19  Tim-Philipp Müller  <tim at centricular dot net>
5425
5426         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk):
5427           Don't bail out on JUNK chunks with a size of 0 (would try to
5428           pull_range 0 bytes before, which sources don't like too much).
5429           See #342345.
5430
5431 2006-05-19  Jan Schmidt  <thaytan@mad.scientist.com>
5432
5433         * gst/videoscale/gstvideoscale.c: (gst_video_scale_fixate_caps):
5434         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps):
5435         Use the gstutil scaling function to preserve 64 bits while calculating
5436         output width and height from the display-aspect-ratio. (A continuation
5437         of #341542)
5438
5439 2006-05-19  Jan Schmidt  <thaytan@mad.scientist.com>
5440
5441         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_clear),
5442         (gst_xvimagesink_buffer_alloc):
5443         * sys/xvimage/xvimagesink.h:
5444         When performing buffer allocations, remember the caps and image format
5445         we return so that if the same caps are asked for next time we can
5446         return them immediately without doing any caps intersections.
5447
5448 2006-05-18 Philippe Kalaf <philippe.kalaf@collabora.co.uk>       
5449          
5450         * gst-libs/gst/rtp/README:
5451           Some new documentation
5452         * gst-libs/gst/rtp/gstrtpbuffer.h:       
5453           Added GST_RTP_PAYLOAD_DYNAMIC_STRING for use by children       
5454         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:     
5455         * gst-libs/gst/rtp/gstbasertpaudiopayload.h:     
5456           New RTP audio base payloader class. Supports frame or sample based
5457           codecs.  Not enabled in Makefile.am until approved.
5458
5459 2006-05-18  Tim-Philipp Müller  <tim at centricular dot net>
5460
5461         * tests/check/elements/alsa.c: (test_device_property_probe):
5462           Fix test case: don't try to free NULL GValueArray when there
5463           are no devices.
5464
5465 2006-05-18  Tim-Philipp Müller  <tim at centricular dot net>
5466
5467         * tests/check/Makefile.am:
5468         * tests/check/elements/alsa.c: (test_device_property_probe),
5469         (alsa_suite), (main):
5470           Add simple test that runs a device property probe on alsasrc,
5471           alsasink and alsamixer. Disable valgrind check for now (too
5472           many leaks in libasound, and valgrind ignored my suppressions
5473           additions).
5474
5475 2006-05-18  Tim-Philipp Müller  <tim at centricular dot net>
5476
5477         * ext/alsa/gstalsadeviceprobe.c: (gst_alsa_get_device_list),
5478         (gst_alsa_device_property_probe_probe_property),
5479         (gst_alsa_device_property_probe_needs_probe),
5480         (gst_alsa_device_property_probe_get_values),
5481         (gst_alsa_type_add_device_property_probe_interface):
5482         * ext/alsa/gstalsadeviceprobe.h:
5483         * ext/alsa/gstalsamixerelement.c:
5484         (gst_alsa_mixer_element_init_interfaces):
5485         * ext/alsa/gstalsamixerelement.h:
5486           Clean up and simplify alsa device probing. Make it actually work
5487           for multiple classes. Don't cache results any longer.
5488
5489         * ext/alsa/gstalsasink.c: (gst_alsasink_init_interfaces),
5490         (gst_alsasink_init):
5491         * ext/alsa/gstalsasrc.c: (gst_alsasrc_dispose),
5492         (gst_alsasrc_interface_supported), (gst_implements_interface_init),
5493         (gst_alsasrc_init_interfaces), (gst_alsasrc_set_property):
5494           Make alsasink and alsasrc implement the GstPropertyProbe interface
5495           for device probing (#342181).
5496           Patch by: Martin Szulecki  <gnomebugzilla at sukimashita com>
5497
5498 2006-05-18  Tim-Philipp Müller  <tim at centricular dot net>
5499
5500         * gst/subparse/samiparse.c: (handle_start_font):
5501           Don't ignore return value of strtol (++compiler_happiness).
5502
5503 2006-05-17  Tim-Philipp Müller  <tim at centricular dot net>
5504
5505         Patch by: Young-Ho Cha  <ganadist chollian net>
5506
5507         * gst/subparse/gstsubparse.c: (gst_sub_parse_dispose),
5508         (gst_sub_parse_class_init), (gst_sub_parse_init),
5509         (gst_sub_parse_set_property), (gst_sub_parse_get_property),
5510         (convert_encoding):
5511         * gst/subparse/gstsubparse.h:
5512           Add 'encoding' property (#341681).
5513
5514         * gst/subparse/samiparse.c: (characters_sami):
5515           Output is pango markup, so we need to escape text
5516           between tags (#342143).
5517
5518 2006-05-16  Tim-Philipp Müller  <tim at centricular dot net>
5519
5520         * gst-libs/gst/audio/multichannel.c:
5521         (gst_audio_check_channel_positions):
5522           It's okay to have caps with channels=1 and a channel position
5523           different from GST_AUDIO_CHANNEL_POSITION_FRONT_MONO
5524           (deinterleavers might want to keep the position in the caps,
5525           so that they can be re-interleaved again properly later).
5526           Leave check for unexpected 2-channel layouts intact for now.
5527
5528 2006-05-16  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
5529
5530         * gst/tcp/gsttcp.c: (gst_tcp_socket_read):
5531         Return GST_FLOW_UNEXPECTED when we have an eos on the socket so
5532         basesrc can do its job correctly.
5533
5534 2006-05-16  Tim-Philipp Müller  <tim at centricular dot net>
5535
5536         * ext/alsa/Makefile.am:
5537         * ext/alsa/gstalsa.c: (gst_alsa_detect_rates),
5538         (gst_alsa_detect_formats), (get_channel_free_structure),
5539         (caps_add_channel_configuration), (gst_alsa_detect_channels),
5540         (gst_alsa_probe_supported_formats):
5541         * ext/alsa/gstalsa.h:
5542         * ext/alsa/gstalsasink.c: (gst_alsasink_getcaps):
5543           Refactor and improve caps probing code: probe signedness
5544           when we probe the supported formats/widths; set endianness
5545           to the one we actually probed for (ie. cpu endianness).
5546           
5547         * ext/alsa/gstalsasrc.c: (gst_alsasrc_init), (gst_alsasrc_getcaps),
5548         (gst_alsasrc_close):
5549         * ext/alsa/gstalsasrc.h:
5550           Implement caps probing for alsasrc.
5551
5552 2006-05-15  Wim Taymans  <wim@fluendo.com>
5553
5554         * ext/theora/theoradec.c: (gst_theora_dec_reset),
5555         (theora_dec_src_query), (theora_dec_src_event),
5556         (theora_dec_sink_event), (theora_handle_comment_packet),
5557         (theora_handle_data_packet), (theora_dec_change_state):
5558         Cleanups, add some G_LIKELY.
5559         Use segment helpers instead of our own wrong code.
5560         Clear queued buffers on seek and READY.
5561
5562         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_reset),
5563         (vorbis_dec_convert), (vorbis_dec_src_query),
5564         (vorbis_dec_src_event), (vorbis_dec_sink_event),
5565         (vorbis_handle_comment_packet), (vorbis_dec_push),
5566         (vorbis_handle_data_packet), (vorbis_dec_chain),
5567         (vorbis_dec_change_state):
5568         * ext/vorbis/vorbisdec.h:
5569         Remove old useless packetno variable.
5570         Do position query properly.
5571         Add some G_LIKELY.
5572         Do cleanup of queued buffers in new helper function
5573         and use it.
5574
5575 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
5576
5577         * ext/alsa/gstalsasink.c: (gst_alsasink_getcaps):
5578           Query supported sample rates. Fixes #341732.
5579
5580 2006-05-15  Julien MOUTTE  <julien@moutte.net>
5581
5582         * gst/playback/gstdecodebin.c: (cleanup_decodebin),
5583         (gst_decode_bin_change_state): Make decodebin reusable
5584         when going from PAUSE_TO_READY and then back to PAUSED.
5585         Fixes #331678.
5586
5587 2006-05-15  Wim Taymans  <wim@fluendo.com>
5588
5589         * ext/vorbis/vorbisdec.c: (vorbis_get_query_types),
5590         (vorbis_dec_convert), (vorbis_dec_src_query),
5591         (vorbis_dec_sink_query), (vorbis_dec_src_event),
5592         (vorbis_dec_sink_event), (vorbis_handle_identification_packet),
5593         (vorbis_dec_clean_queued), (vorbis_dec_push),
5594         (vorbis_handle_data_packet), (vorbis_dec_change_state):
5595         Cleanups. Use refcounting and DEBUG_OBJECT.
5596         Reset segment on flush, use code methods instead of our
5597         own wrong version.
5598         Fix potential memleak.
5599
5600 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
5601
5602         * ext/alsa/gstalsasink.c: (gst_alsasink_finalise),
5603         (gst_alsasink_init):
5604         * ext/alsa/gstalsasink.h:
5605           Don't leak allocated snd_output_t structure if there's
5606           more than one alsasink instance at a time (#341873).
5607           Also fix GObject macros in header file.
5608           
5609 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
5610
5611         * gst/subparse/gstsubparse.c:
5612         (gst_sub_parse_data_format_autodetect):
5613           Don't use libxml functions in the typefinding code.
5614
5615 2006-05-15  Wim Taymans  <wim@fluendo.com>
5616
5617         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet):
5618         Fix seeking performance in the case where a non-header 
5619         packet has a 0 granulepos (busted theora case). 
5620         Fixes #341719
5621         (nvdr: thanks Wim for not mentioning who spotted and fixed it in
5622          the first place, you limelight stealer you)
5623
5624 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
5625
5626         * gst/subparse/gstsubparse.c:
5627         (gst_sub_parse_data_format_autodetect):
5628           Improve SAMI typefinding: handle case where there are
5629           whitespaces or newlines in front of the first <SAMI>
5630           tag (#169936).
5631
5632 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
5633
5634         * configure.ac:
5635           Build video4linux plugin even if there's no XVIDEO, just
5636           without implementing the GstXOverlay interface (#334002).
5637          
5638 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
5639
5640         * configure.ac:
5641         * ext/libvisual/visual.c: (gst_visual_actor_plugin_is_gl),
5642         (plugin_init):
5643           Add tentative support for libvisual-0.4 (#336881).
5644
5645 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
5646
5647         Patch by: Young-Ho Cha <ganadist at chollian net>
5648
5649         * gst/subparse/samiparse.c: (handle_start_font):
5650           Need to map "silver" colour explicitly (#169936).
5651
5652 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
5653
5654         Patch by: Young-Ho Cha  <ganadist at chollian net>
5655
5656         * gst/subparse/Makefile.am:
5657         * gst/subparse/gstsubparse.c: (gst_sub_parse_dispose),
5658         (parser_state_dispose), (gst_sub_parse_data_format_autodetect),
5659         (gst_sub_parse_format_autodetect), (feed_textbuf),
5660         (gst_subparse_type_find), (plugin_init):
5661         * gst/subparse/gstsubparse.h:
5662         * gst/subparse/samiparse.c:
5663         * gst/subparse/samiparse.h:
5664           Add support for SAMI subtitles (#169936).
5665
5666 2006-05-14  Michael Smith  <msmith@fluendo.com>
5667
5668         * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_fill_others):
5669           Fix #341696: crash when mixing L+R+C to mono or stereo.
5670         * tests/check/Makefile.am:
5671         * tests/check/elements/audioconvert.c: (set_channel_positions),
5672         (get_float_mc_caps), (get_int_mc_caps), (GST_START_TEST),
5673         (audioconvert_suite):
5674           Add test for the above, including some generic framework bits for
5675           testing multichannel things.
5676
5677 === release 0.10.7 ===
5678
5679 2006-05-14  Jan Schmidt <thaytan@mad.scientist.com>
5680
5681         * configure.ac:
5682           releasing 0.10.7, "Leave the gun"
5683
5684 2006-05-13  Jan Schmidt  <thaytan@mad.scientist.com>
5685
5686         * gst/videoscale/gstvideoscale.c: (gst_video_scale_fixate_caps):
5687         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps):
5688         Fix the build.
5689
5690 2006-05-12  Jan Schmidt  <thaytan@mad.scientist.com>
5691
5692         * docs/libs/gst-plugins-base-libs-docs.sgml:
5693         * docs/libs/gst-plugins-base-libs-sections.txt:
5694         * gst-libs/gst/video/video.c: (gst_video_calculate_display_ratio):
5695         * gst-libs/gst/video/video.h:
5696         * gst/videoscale/Makefile.am:
5697         * gst/videoscale/gstvideoscale.c: (gst_video_scale_fixate_caps):
5698         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps):
5699         * tests/check/Makefile.am:
5700         * tests/check/libs/video.c: (GST_START_TEST), (video_suite),
5701         (main):
5702           Fix integer overflow problem with pixel-aspect-ratio calculations
5703           in videoscale and xvimagesink (#341542)
5704
5705 2006-05-12  Tim-Philipp Müller  <tim at centricular dot net>
5706
5707         * gst-libs/gst/tag/gstid3tag.c:
5708           Map GST_IMAGE_TAG to and from ID2v2 APIC frames (#341557).
5709
5710 2006-05-12  Sebastien Moutte  <sebastien@moutte.net>
5711
5712         * win32/MANIFEST:
5713           update win32 files listing
5714
5715 2006-05-11  Thomas Vander Stichele  <thomas at apestaart dot org>
5716
5717         patch by: Sjoerd Simons (sjoerd@luon.net)
5718
5719         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
5720         (group_create), (group_destroy), (add_stream),
5721         (gst_play_base_bin_get_property),
5722         (gst_play_base_bin_get_streaminfo_value_array):
5723         * gst/playback/gstplaybasebin.h:
5724           API: GstPlayBaseBin::stream-info-value-array property
5725           use a more bindings-friendly way of exposing streaminfo
5726           using a GValueArray.  Tested in ipython.
5727           Closes #341114
5728
5729 2006-05-11  Wim Taymans  <wim@fluendo.com>
5730
5731         * gst/playback/gstdecodebin.c: (try_to_link_1), (queue_enlarge),
5732         (queue_underrun_cb), (queue_filled_cb):
5733         Also catch queue underruns but don't do anything yet.
5734         Refactor and comment queue enlarging code a bit.
5735
5736         * gst/playback/gstplaybasebin.c: (queue_overrun),
5737         (queue_threshold_reached), (queue_out_of_data),
5738         (gen_preroll_element):
5739         If a queue over/underruns check that we don't create nasty
5740         deadlocks when the min-threshold is not reached but the
5741         max-bytes is. In those cases disable max-bytes when we
5742         know that the queue is fed timed data.
5743         Add more comments.
5744
5745 2006-05-11  Tim-Philipp Müller  <tim at centricular dot net>
5746
5747         * gst/playback/gstplaybin.c: (gen_audio_element):
5748           Make playbin automatically plug an 'audioresample'
5749           element before the audio sink as well. This solves
5750           problems with sinks that only accept a very specific
5751           sample rate, like esdsink (e.g. #340379).
5752
5753 2006-05-11  Tim-Philipp Müller  <tim at centricular dot net>
5754
5755         * gst/playback/gstplaybasebin.c: (gen_source_element):
5756           Make http sources send special headers so that we receive
5757           icecast metadata if the http stream is an icecast stream
5758           (otherwise the server will just ignore them). This also
5759           means that from now on users will need the 'icydemux'
5760           element from gst-plugins-good installed if they want to
5761           listen to icecast radio streams. (#341432, #333657).
5762
5763 2006-05-11  Thomas Vander Stichele  <thomas at apestaart dot org>
5764
5765         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_remove_client_link),
5766         (gst_multi_fd_sink_new_client), (gst_multi_fd_sink_stop):
5767           remove stupid example from docs - it should come with a simple
5768           C program instead.
5769           Clean up/fix docs
5770         * tests/check/elements/multifdsink.c: (wait_bytes_served),
5771         (fail_if_can_read), (GST_START_TEST),
5772         (gst_multifdsink_create_streamheader), (multifdsink_suite):
5773           add a test for changing streamheader which exposes a bug in
5774           multifdsink
5775
5776 2006-05-11  Michael Smith  <msmith@fluendo.com>
5777
5778         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_init),
5779         (gst_gnome_vfs_src_received_headers_callback):
5780         * ext/gnomevfs/gstgnomevfssrc.h:
5781           Don't set icy-caps unless we have a sane interval value. Move
5782           interval to a local variable; we never use it outside this function.
5783
5784 2006-05-11  Wim Taymans  <wim@fluendo.com>
5785
5786         * sys/ximage/ximagesink.c: (gst_ximagesink_get_type):
5787         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_type):
5788         Register special buffer types along with the objects so
5789         that they are not registered at runtime from N different
5790         streaming threads since they are not threadsafe.
5791
5792 2006-05-10  Thomas Vander Stichele  <thomas at apestaart dot org>
5793
5794         * tests/check/elements/multifdsink.c: (wait_bytes_served),
5795         (GST_START_TEST), (fail_unless_read), (multifdsink_suite):
5796           add two more tests, one doing streamheader
5797
5798 2006-05-10  Thomas Vander Stichele  <thomas at apestaart dot org>
5799
5800         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_stop):
5801           clean up the bufqueue when shutting down
5802         * tests/check/Makefile.am:
5803         * tests/check/elements/multifdsink.c: (setup_multifdsink),
5804         (cleanup_multifdsink), (GST_START_TEST), (multifdsink_suite),
5805         (main):
5806           add a test for the leak that was just fixed
5807
5808 2006-05-10  Wim Taymans  <wim@fluendo.com>
5809
5810         * gst/adder/gstadder.c: (gst_adder_setcaps),
5811         (gst_adder_query_duration), (gst_adder_query), (forward_event),
5812         (gst_adder_src_event), (gst_adder_sink_event),
5813         (gst_adder_class_init), (gst_adder_finalize),
5814         (gst_adder_request_new_pad), (gst_adder_collected):
5815         * gst/adder/gstadder.h:
5816         Updated some docs. Added comments and FIXMEs all over the place.
5817         Improve debugging info.
5818         Fix leak on finalize by not calling the parent.
5819         Implement duration query.
5820         Make event forwarding threadsafe.
5821         Correctly send NEWSEGMENT at start and after flush.
5822         Handle EOS correctly.
5823         Post error when not negotiated.
5824
5825         * tests/check/elements/adder.c: (GST_START_TEST):
5826         Added FIXME in the test.
5827
5828 2006-05-09  Tim-Philipp Müller  <tim at centricular dot net>
5829
5830         * ext/pango/gsttextoverlay.c: (gst_text_overlay_valign_get_type),
5831         (gst_text_overlay_halign_get_type),
5832         (gst_text_overlay_wrap_mode_get_type):
5833         * ext/theora/theoradec.c: (theora_handle_type_packet),
5834         (theora_handle_data_packet):
5835         * ext/theora/theoraenc.c: (gst_border_mode_get_type),
5836         (theora_enc_sink_setcaps), (theora_enc_chain):
5837         * gst-libs/gst/cdda/gstcddabasesrc.c:
5838         (gst_cdda_base_src_mode_get_type):
5839         * gst/audiotestsrc/gstaudiotestsrc.c:
5840         (gst_audiostestsrc_wave_get_type):
5841         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type):
5842         * gst/tcp/gstfdset.c: (gst_fdset_mode_get_type):
5843         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
5844         (gst_sync_method_get_type), (gst_unit_type_get_type),
5845         (gst_client_status_get_type):
5846         * gst/videoscale/gstvideoscale.c:
5847         (gst_video_scale_method_get_type):
5848         * gst/videotestsrc/gstvideotestsrc.c:
5849         (gst_video_test_src_pattern_get_type):
5850         * gst/videotestsrc/videotestsrc.c: (paint_setup_I420),
5851         (paint_setup_YV12), (paint_setup_YUY2), (paint_setup_UYVY),
5852         (paint_setup_YVYU), (paint_setup_IYU2), (paint_setup_Y41B),
5853         (paint_setup_Y42B), (paint_setup_Y800), (paint_setup_YVU9),
5854         (paint_setup_YUV9), (paint_setup_RGB888), (paint_setup_BGR888),
5855         (paint_setup_RGB565), (paint_setup_xRGB1555):
5856           Const-ify GEnumValue and GFlagsValue arrays. Use
5857           GST_ROUND_UP_* macros instead of home-made ones.
5858
5859 2006-05-09  Tim-Philipp Müller  <tim at centricular dot net>
5860
5861         * configure.ac:
5862           Require core CVS for the new newsegment stuff.
5863
5864 2006-05-09  Tim-Philipp Müller  <tim at centricular dot net>
5865
5866         Patch by: Sjoerd Simons  <sjoerd at luon net>
5867
5868         * gst/tcp/gstmultifdsink.c: (gst_client_status_get_type):
5869           Register nick for enum value (#341160).
5870
5871 2006-05-09  Stefan Kost  <ensonic@users.sf.net>
5872
5873         * gst/typefind/gsttypefindfunctions.c: (m4a_type_find),
5874         (plugin_init):
5875          backout typefind patch #340375
5876          
5877         * tests/check/elements/adder.c: (message_received),
5878         (GST_START_TEST), (adder_suite):
5879           redo, signal-handling of test
5880
5881 2006-05-09  Wim Taymans  <wim@fluendo.com>
5882
5883         * gst/adder/gstadder.c: (gst_adder_request_new_pad),
5884         (gst_adder_collected):
5885         * gst/adder/gstadder.h:
5886         Remove bogus segment merging and forwarding, we don't
5887         care about timestamps anyway and we just produce a
5888         continuous stream. 
5889         Also create a nice NEWSEGMENT event when we start.
5890         Use _scale_int some more.
5891
5892 2006-05-09  Edward Hervey  <edward@fluendo.com>
5893
5894         * tests/icles/stress-xoverlay.c:
5895         Fix if core was built without parsing support.
5896
5897 2006-05-09  Tim-Philipp Müller  <tim at centricular dot net>
5898
5899         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
5900           Add SEDG (Samsung MPEG-4) fourcc.
5901
5902 2006-05-09  Edward Hervey  <edward@fluendo.com>
5903
5904         * tests/icles/stress-xoverlay.c:
5905         * tests/examples/volume/volume.c:
5906         Fix if core was built without parsing support.
5907
5908         * tests/examples/seek/seek.c:
5909         Disable the parse_launch example if core was built without parsing
5910         support.
5911
5912 2006-05-08  Edward Hervey  <edward@fluendo.com>
5913
5914         * autogen.sh: (CONFIGURE_DEF_OPT): 
5915         libtoolize on Darwin/MacOSX is called glibtoolize
5916
5917 2006-05-07  Stefan Kost  <ensonic@users.sf.net>
5918
5919         * tests/check/Makefile.am:
5920         * tests/check/elements/adder.c: (event_loop), (GST_START_TEST):
5921           Disable the adder test, until the build-slaves posses the kindness to 
5922           either like it or to give valid reason for not doing so 
5923
5924 2006-05-07  Stefan Kost  <ensonic@users.sf.net>
5925
5926         * tests/check/elements/adder.c: (event_loop), (GST_START_TEST),
5927         (adder_suite):
5928           Shuffle NULL state change around and raise timeout more
5929
5930 2006-05-07  Stefan Kost  <ensonic@users.sf.net>
5931
5932         * gst/typefind/gsttypefindfunctions.c: (mp4_find_box),
5933         (mp4_type_find), (plugin_init):
5934           Add typefind to distinguish between "audio/x-m4a" and new type
5935           "video/mp4". Fixes #340375
5936
5937         * tests/check/elements/adder.c: (adder_suite):
5938           Raise timeout to make buildbot happy
5939
5940 2006-05-07  Stefan Kost  <ensonic@users.sf.net>
5941
5942         * gst/adder/gstadder.c: (gst_adder_sink_event),
5943         (gst_adder_request_new_pad), (gst_adder_change_state):
5944         * gst/adder/gstadder.h:
5945         * tests/check/Makefile.am:
5946         * tests/check/elements/adder.c: (event_loop), (GST_START_TEST),
5947         (adder_suite), (main):
5948           Add sink-event handling to adder. It tries to merge incomming
5949           newsegment-events. Added test to check if segment_done is comming
5950           through. Fixes #340060
5951
5952 2006-05-05  Andy Wingo  <wingo@pobox.com>
5953
5954         * ext/theora/theoraparse.c (gst_theora_parse_init)
5955         (theora_parse_src_convert, theora_parse_src_query):
5956         * ext/vorbis/vorbisparse.c (gst_vorbis_parse_init)
5957         (vorbis_parse_convert, vorbis_parse_src_query): Add convert and
5958         query functions on the source pads of the theora and vorbis parse
5959         elements. Fixes position querying when doing a remux.
5960
5961 2006-05-05  Michael Smith  <msmith@fluendo.com>
5962
5963         * ext/theora/theoraparse.c: (parse_granulepos),
5964         (theora_parse_drain_queue_prematurely),
5965         (theora_parse_queue_buffer), (theora_parse_sink_event):
5966           Fix flushing.
5967           Fix invalid granulepos outputs when starting with a non-keyframe.
5968
5969 2006-05-05  Jan Schmidt  <thaytan@mad.scientist.com>
5970
5971         * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find),
5972         (mpeg1_sys_type_find), (ogganx_type_find), (sw_data_destroy):
5973         Rearrange MPEG system stream detection, fixing some memleaks in the
5974         process.
5975         Constify the data for STARTS_WITH and RIFF helper handlers. Make sure
5976         they clean up their data correctly.
5977         Remove unused ogganx caps and move the 'is_annodex' check to inside
5978         the 'is_ogg' if statement.
5979
5980 2006-05-05  Wim Taymans  <wim@fluendo.com>
5981
5982         * gst/playback/gstdecodebin.c: (cleanup_decodebin):
5983         Properly remove ghostpads. Fixes #340392
5984
5985 2006-05-04  David Schleef  <ds@schleef.org>
5986
5987         * gst/typefind/gsttypefindfunctions.c:
5988
5989 2006-05-03  Jan Schmidt  <thaytan@mad.scientist.com>
5990
5991         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset),
5992         (mpeg_ts_probe_headers), (mpeg_ts_type_find):
5993
5994         When typefinding an MP3 in push-based mode, don't penalise the
5995         probability down to 74% when we found 5 valid frames just because we
5996         can't peek the end of the file.
5997
5998         Make the probability for detecting MPEG Transport Streams based on the
5999         number of sequential headers we successfully detected.
6000
6001 2006-05-03  Wim Taymans  <wim@fluendo.com>
6002
6003         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
6004         (vorbis_dec_push), (vorbis_dec_chain):
6005         Still produce an error when we receive an empty packet.
6006
6007 2006-05-03  Wim Taymans  <wim@fluendo.com>
6008
6009         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_peer),
6010         (gst_ogg_chain_mark_discont), (gst_ogg_chain_new_stream),
6011         (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek):
6012         Mark buffers with DISCONT after seek and after activating new
6013         chains.
6014
6015         * ext/theora/gsttheoradec.h:
6016         * ext/theora/theoradec.c: (gst_theora_dec_reset),
6017         (theora_get_query_types), (theora_dec_sink_event),
6018         (theora_dec_push), (theora_handle_data_packet), (theora_dec_chain),
6019         (theora_dec_change_state):
6020         Fix frame counter.
6021         Detect and mark DISCONT buffers.
6022
6023         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
6024         (vorbis_dec_sink_event), (vorbis_dec_push), (vorbis_dec_chain),
6025         (vorbis_dec_change_state):
6026         * ext/vorbis/vorbisdec.h:
6027         Use GstSegment.
6028         Detect and mark DISCONT buffers.
6029         Don't crash on 0 sized buffers.
6030
6031 2006-05-03  Wim Taymans  <wim@fluendo.com>
6032
6033         * gst/volume/gstvolume.c: (volume_funcfind), (volume_set_caps),
6034         (volume_transform_ip):
6035         Increase "volume" property to 10.0. Fixes #340369.
6036         Set the process function to NULL when capsnego fails so that
6037         we properly error out.
6038
6039 2006-05-02  Stefan Kost  <ensonic@users.sf.net>
6040
6041         * gst/playback/gstplaybin.c: (add_sink):
6042         * gst/playback/test.c: (main):
6043         * gst/playback/test5.c: (dump_element_stats):
6044         * gst/playback/test6.c: (main):
6045           free caps using gst_caps_unref, don't leak caps-strings
6046
6047 2006-05-01  Tim-Philipp Müller  <tim at centricular dot net>
6048
6049         * gst/typefind/gsttypefindfunctions.c: (musepack_type_find),
6050         (plugin_init):
6051           Refine musepack typefinding a bit. Return MAXIMUM
6052           probability when we detect stream version 7 to make
6053           sure the mpeg audio typefinder doesn't trump us.
6054
6055 2006-04-29  Tim-Philipp Müller  <tim at centricular dot net>
6056
6057         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
6058           Protect against unexpected NULL strf_data buffer.
6059
6060 2006-04-29  Thomas Vander Stichele  <thomas at apestaart dot org>
6061
6062         * tests/check/elements/audioconvert.c: (verify_convert),
6063         (GST_START_TEST):
6064           interpret the out[] buffer in the order the bytes are actually
6065           put in, which is LITTLE_ENDIAN, not BYTE_ORDER.
6066           Other tests should use BYTE_ORDER since the array is filled in
6067           with actual values
6068
6069 2006-04-29  Thomas Vander Stichele  <thomas at apestaart dot org>
6070
6071         * tests/check/elements/audioconvert.c: (verify_convert),
6072         (GST_START_TEST):
6073           when a test fails, give an indication of which it is
6074
6075 2006-04-29  Thomas Vander Stichele  <thomas at apestaart dot org>
6076
6077         * gst-libs/gst/cdda/gstcddabasesrc.c:
6078           compile fix; strtol() needs <stdlib.h>
6079
6080 2006-04-28  Stefan Kost  <ensonic@users.sf.net>
6081
6082         * ext/alsa/gstalsamixerelement.c:
6083         * ext/alsa/gstalsasrc.c:
6084         * ext/cdparanoia/gstcdparanoiasrc.c:
6085         * ext/gnomevfs/gstgnomevfssink.c:
6086         * ext/gnomevfs/gstgnomevfssrc.c:
6087         * ext/ogg/gstoggdemux.c:
6088         * ext/ogg/gstoggmux.c:
6089         * ext/ogg/gstoggparse.c:
6090         * ext/ogg/gstogmparse.c:
6091         * ext/pango/gstclockoverlay.c:
6092         * ext/pango/gsttextoverlay.c:
6093         * ext/pango/gsttextrender.c:
6094         * ext/pango/gsttimeoverlay.c:
6095         * ext/theora/theoradec.c:
6096         * ext/theora/theoraenc.c:
6097         * ext/vorbis/vorbisdec.c:
6098         * ext/vorbis/vorbisenc.c:
6099         * gst-libs/gst/audio/gstaudiofilter.c:
6100         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
6101         * gst/audioconvert/gstaudioconvert.c:
6102         * gst/audiorate/gstaudiorate.c:
6103         * gst/audioresample/gstaudioresample.c:
6104         * gst/audiotestsrc/gstaudiotestsrc.c:
6105         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
6106         * gst/playback/gstdecodebin.c:
6107         * gst/playback/gstplaybin.c:
6108         * gst/playback/gststreamselector.c:
6109         * gst/subparse/gstsubparse.c:
6110         * gst/tcp/gstmultifdsink.c:
6111         * gst/tcp/gsttcpclientsink.c:
6112         * gst/tcp/gsttcpclientsrc.c:
6113         * gst/tcp/gsttcpserversink.c:
6114         * gst/tcp/gsttcpserversrc.c:
6115         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
6116         * gst/videorate/gstvideorate.c:
6117         * gst/videoscale/gstvideoscale.c:
6118         * gst/videotestsrc/gstvideotestsrc.c:
6119         * gst/volume/gstvolume.c:
6120         * sys/v4l/gstv4ljpegsrc.c:
6121         * sys/v4l/gstv4lmjpegsink.c:
6122         * sys/v4l/gstv4lmjpegsrc.c:
6123         * sys/v4l/gstv4lsrc.c:
6124         * sys/ximage/ximagesink.c:
6125         * sys/xvimage/xvimagesink.c:
6126         * tests/check/libs/cddabasesrc.c:
6127           make GstElementDetails const
6128
6129 2006-04-28  Stefan Kost  <ensonic@users.sf.net>
6130
6131         * gst/adder/gstadder.c: (gst_adder_setcaps), (gst_adder_src_event),
6132         (gst_adder_init):
6133           send events from src-pad to all sink-pads fixes #338657
6134
6135 2006-04-28  Stefan Kost  <ensonic@users.sf.net>
6136
6137         * ext/alsa/gstalsasink.c: (gst_alsasink_getcaps),
6138         (alsasink_parse_spec):
6139           query width capabilities from alsa, fixes #338919
6140
6141 2006-04-28  Wim Taymans  <wim@fluendo.com>
6142
6143         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init),
6144         (gst_multi_fd_sink_remove_client_link):
6145         * gst/tcp/gstmultifdsink.h:
6146         Fix race condition in multifdsink that can lead to spurious 
6147         duplicate clients. this patch adds a new signal that is fired when
6148         multifdsink has removed all references to the fd.
6149         Fixes #339574.
6150         Updated documentation.
6151         API: client-fd-removed signal added
6152
6153 2006-04-28  Michael Smith  <msmith@fluendo.com>
6154
6155         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_get_stats):
6156           When asking g_value_array_new to prealloc elements, we may as well
6157           ask for the right number of elements.
6158
6159 2006-04-28  Wim Taymans  <wim@fluendo.com>
6160
6161         * gst-libs/gst/audio/gstbaseaudiosink.c:
6162         (gst_base_audio_sink_drain), (gst_base_audio_sink_event),
6163         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
6164         patch to make timestamp checking more tollerant to rounding 
6165         errors given that real discontinuities are to be marked on
6166         buffers. Fixes some asf files and #338778.
6167         Also avoid some crashers when we receive an event in the 
6168         NULL state.
6169
6170 2006-04-28  Michael Smith  <msmith@fluendo.com>
6171
6172         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_class_init),
6173         (gst_gnome_vfs_src_init), (gst_gnome_vfs_src_finalize),
6174         (gst_gnome_vfs_src_get_property),
6175         (gst_gnome_vfs_src_send_additional_headers_callback),
6176         (gst_gnome_vfs_src_received_headers_callback),
6177         (gst_gnome_vfs_src_create), (gst_gnome_vfs_src_start),
6178         (gst_gnome_vfs_src_stop):
6179         * ext/gnomevfs/gstgnomevfssrc.h:
6180           Remove ICY handling (mostly) from gnomevfssrc, in favour of
6181           proper shared support within icydemux.
6182
6183 2006-04-28  Thomas Vander Stichele  <thomas at apestaart dot org>
6184
6185         * gst/videorate/gstvideorate.c: (gst_video_rate_reset),
6186         (gst_video_rate_swap_prev), (gst_video_rate_chain):
6187           fix up docs
6188           fix a leak when no caps negotiated
6189           fix counting of input frames
6190         * tests/check/elements/.cvsignore:
6191         * tests/check/elements/videorate.c: (assert_videorate_stats),
6192         (GST_START_TEST), (videorate_suite):
6193           add tests for these
6194
6195 2006-04-28  Wim Taymans  <wim@fluendo.com>
6196
6197         * gst-libs/gst/audio/gstringbuffer.c:
6198         (gst_ring_buffer_set_callback), (gst_ring_buffer_acquire),
6199         (gst_ring_buffer_release), (gst_ring_buffer_is_acquired),
6200         (gst_ring_buffer_set_flushing), (gst_ring_buffer_start),
6201         (gst_ring_buffer_pause), (gst_ring_buffer_stop),
6202         (gst_ring_buffer_delay), (gst_ring_buffer_samples_done),
6203         (gst_ring_buffer_set_sample), (gst_ring_buffer_clear_all),
6204         (gst_ring_buffer_commit), (gst_ring_buffer_read),
6205         (gst_ring_buffer_prepare_read), (gst_ring_buffer_advance),
6206         (gst_ring_buffer_clear), (gst_ring_buffer_may_start):
6207         Check arguments passed to public functions instead of
6208         crashing.
6209
6210 2006-04-28  Wim Taymans  <wim@fluendo.com>
6211
6212         * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_init),
6213         (gst_base_audio_src_get_time), (gst_base_audio_src_create):
6214         GstBaseAudioSrc must be live or it does not work.
6215
6216         * gst-libs/gst/audio/gstaudiosrc.c: (gst_audio_src_init):
6217         Don't set live to TRUE as this is the default in the parentclass.
6218
6219 2006-04-28  Wim Taymans  <wim@fluendo.com>
6220
6221         * gst/videoscale/gstvideoscale.c: (gst_video_scale_transform_caps),
6222         (gst_video_scale_fixate_caps), (gst_video_scale_src_event):
6223         Videoscale doesn't pass on pixel-aspect ratio. Handle all
6224         fixation cases better. Fixes #338991
6225
6226 2006-04-28  Wim Taymans  <wim@fluendo.com>
6227
6228         * gst/videotestsrc/gstvideotestsrc.c: (gst_video_test_src_create):
6229         Handle 0/1 framerate correctly Fixes #331901.
6230
6231 2006-04-28  Wim Taymans  <wim@fluendo.com>
6232
6233         * tests/check/elements/audioconvert.c: (get_float_caps),
6234         (GST_START_TEST), (audioconvert_suite):
6235         Added check for correct clipping when doing float samples
6236         in audioconvert.
6237
6238 2006-04-28  Wim Taymans  <wim@fluendo.com>
6239
6240         * gst/videorate/gstvideorate.c: (gst_video_rate_event),
6241         (gst_video_rate_chain):
6242         Print more debugging info.
6243
6244 2006-04-28  Wim Taymans  <wim@fluendo.com>
6245
6246         * gst/audioresample/gstaudioresample.c: (gst_audioresample_init),
6247         (resample_set_state_from_caps):
6248         Add support for other formats audioresample can handle such as
6249         32 bits in and float and 64 bits float. Fixes #301759
6250
6251 2006-04-28  Wim Taymans  <wim@fluendo.com>
6252
6253         * gst/audioconvert/audioconvert.c: (float):
6254         correctly clip float samples > 1.0. Fixes #338718
6255
6256 2006-04-28  Tim-Philipp Müller  <tim at centricular dot net>
6257
6258         Patch by: Young-Ho Cha  <ganadist at chollian net>
6259
6260         * ext/pango/gsttextoverlay.c: (gst_text_overlay_init),
6261         (gst_text_overlay_render_text):
6262           Don't strip newlines from the text. Also, center lines
6263           within multi-line paragraphs (#339405).
6264
6265 2006-04-28  Tim-Philipp Müller  <tim at centricular dot net>
6266
6267         * gst/typefind/gsttypefindfunctions.c: (wavpack_type_find):
6268           Fix wavpack typefinding to work in more cases (don't peek
6269           for chunks of multiple hundred kBs at once, but process
6270           things step-by-step in smaller units). Fixes #339786.
6271
6272 2006-04-28  Thomas Vander Stichele  <thomas at apestaart dot org>
6273
6274         * configure.ac:
6275           back to HEAD
6276
6277 === release 0.10.6 ===
6278
6279 2006-04-28  Thomas Vander Stichele <thomas at apestaart dot org>
6280
6281         * configure.ac:
6282           releasing 0.10.6, "Chao"
6283
6284 2006-04-26  David Schleef  <ds@schleef.org>
6285
6286         * gst/videoscale/gstvideoscale.c: Add call to oil_init().
6287           Fixes #338897.
6288
6289 2006-04-26  Thomas Vander Stichele  <thomas at apestaart dot org>
6290
6291         * configure.ac:
6292         * win32/common/config.h:
6293           new prerelease
6294
6295 2006-04-26  Thomas Vander Stichele  <thomas at apestaart dot org>
6296
6297         patch by: Wim Taymans
6298
6299         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
6300         (gst_ogg_demux_perform_seek):
6301           make sure correct newsegments are sent, so that the decoder
6302           and the demuxer agree on timestamps.  Fixes playback of a lot
6303           of Ogg files that do not start from 0.  Fixes #339833.
6304
6305 2006-04-26  Thomas Vander Stichele  <thomas at apestaart dot org>
6306
6307         Patch by: Edward Hervey  <edward@fluendo.com>
6308
6309         * gst/videorate/gstvideorate.c: (gst_video_rate_chain):
6310         * tests/check/Makefile.am:
6311         * tests/check/elements/videorate.c: (assert_videorate_stats),
6312         (setup_videorate), (cleanup_videorate), (GST_START_TEST),
6313         (videorate_suite), (main):
6314           Fix an infinite loop if frames are passed in with wrongly ordered
6315           timestamps.  Fixes #339013.
6316
6317 2006-04-22  Thomas Vander Stichele  <thomas at apestaart dot org>
6318
6319         Patch by: Tim-Philipp Müller  <tim at centricular dot net>
6320
6321         * gst/typefind/gsttypefindfunctions.c: (qt_type_find):
6322           fix typefinding on some ISO files.  Fixes #339212.
6323
6324 2006-04-22  Thomas Vander Stichele  <thomas at apestaart dot org>
6325
6326         Patch by: Tim-Philipp Müller  <tim at centricular dot net>
6327
6328         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
6329           add another H264 fourcc.  Fixes #339047.
6330
6331 2006-04-22  Thomas Vander Stichele  <thomas at apestaart dot org>
6332
6333         Patch by: Jan Schmidt
6334
6335         * gst/playback/gststreamselector.c:
6336         (gst_stream_selector_bufferalloc):
6337           Restore old StreamSelector behaviour.
6338           Fixes #338419.
6339
6340 2006-04-12  Thomas Vander Stichele  <thomas at apestaart dot org>
6341
6342         * configure.ac:
6343         * win32/common/config.h:
6344           prerelease
6345
6346 2006-04-11  Tim-Philipp Müller  <tim at centricular dot net>
6347
6348         Patch by: Antoine Tremblay  <hexa00 at gmail dot com>
6349
6350         * gst-libs/gst/rtp/gstbasertpdepayload.c:
6351         (gst_base_rtp_depayload_finalize), (gst_base_rtp_depayload_push):
6352           Fix some memory leaks: on finalize, free buffers left in the queue
6353           before destroying the queue; in _push(), unref rtp_buf even if
6354           the process vfunc returned a NULL buffer as output buffer (#337548);
6355           demote some recuring debug messages to LOG level.
6356
6357 2006-04-11  Wim Taymans  <wim@fluendo.com>
6358
6359         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query),
6360         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
6361         (gst_ogg_chain_free), (gst_ogg_demux_sink_event),
6362         (gst_ogg_demux_loop):
6363         More cleanups.
6364         Respect segment stop when emiting EOS or SEGMENT_DONE.
6365         Fixes (#337945).
6366
6367 2006-04-11  Tim-Philipp Müller  <tim at centricular dot net>
6368
6369         * gst/playback/gststreamselector.c:
6370         (gst_stream_selector_get_property):
6371           Don't leak pad name.
6372
6373 2006-04-10  Michael Smith  <msmith@fluendo.com>
6374
6375         * tests/check/Makefile.am:
6376         * tests/check/gst-plugins-base.supp:
6377           Suppress an old libtheora bug (fixed in more recent versions), so 
6378           that FC4 buildslaves can pass.
6379
6380 2006-04-10  Wim Taymans  <wim@fluendo.com>
6381
6382         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query),
6383         (gst_ogg_demux_receive_event), (gst_ogg_pad_event),
6384         (gst_ogg_demux_init), (gst_ogg_demux_finalize),
6385         (gst_ogg_demux_sink_event), (gst_ogg_demux_get_data),
6386         (gst_ogg_demux_loop):
6387         Don't leak events.
6388         Remember what error we got when finding chains, if we
6389         were shutdown, that would not be an error.
6390
6391 2006-04-10  Wim Taymans  <wim@fluendo.com>
6392
6393         * gst-libs/gst/audio/gstbaseaudiosink.c:
6394         (gst_base_audio_sink_event):
6395         Starting the ringbuffer when we did not acquire it can cause
6396         a deadlock, is pointless and causes nasty things for
6397         subclasses. 
6398         Fixes gst-launch audiotestsrc num-buffers=0 ! alsasink.
6399
6400 2006-04-10  Wim Taymans  <wim@fluendo.com>
6401
6402         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query),
6403         (gst_ogg_demux_receive_event), (gst_ogg_pad_event),
6404         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
6405         (gst_ogg_demux_submit_buffer), (gst_ogg_demux_get_data),
6406         (gst_ogg_demux_deactivate_current_chain),
6407         (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek),
6408         (gst_ogg_demux_bisect_forward_serialno),
6409         (gst_ogg_demux_find_chains), (gst_ogg_demux_chain):
6410         Add some more debugging.
6411
6412 2006-04-10  Wim Taymans  <wim@fluendo.com>
6413
6414         * ext/theora/theoradec.c: (theora_dec_src_event),
6415         (theora_handle_data_packet):
6416         Some more debug info.
6417
6418         * tests/examples/seek/seek.c: (start_seek), (main):
6419         Print element messages too.
6420
6421 2006-04-09  Sebastien Moutte  <sebastien@moutte.net>
6422
6423         * gst/audioresample/debug.h:
6424           replace debug macros with variable number of parameters
6425           by a simple alias to gstreamer standard debug macros 
6426          (#define RESAMPLE_ERROR GST_ERROR, __VA_ARGS__ is not
6427           supported by MSVC 6.0 and 7.1)
6428         * gst/audioresample/resample.h:
6429           define M_PI and rint for WIN32
6430         * win32/common/libgstaudio.def:
6431         * win32/common/libgstriff.def:
6432         * win32/common/libgsttag.def:
6433         * win32/common/libgstvideo.def:
6434           add new exported functions
6435         * win32/vs6:
6436           update project files
6437
6438 2006-04-08  Stefan Kost  <ensonic@users.sf.net>
6439
6440         * ext/alsa/gstalsamixeroptions.c:
6441         (gst_alsa_mixer_options_class_init):
6442         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_class_init):
6443         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_class_init):
6444         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init):
6445         * ext/ogg/gstoggparse.c: (gst_ogg_parse_class_init):
6446         * gst-libs/gst/audio/gstaudioclock.c: (gst_audio_clock_class_init):
6447         * gst-libs/gst/audio/gstaudiofilter.c:
6448         (gst_audio_filter_class_init):
6449         * gst-libs/gst/audio/gstaudiosink.c:
6450         (gst_audioringbuffer_class_init):
6451         * gst-libs/gst/audio/gstaudiosrc.c:
6452         (gst_audioringbuffer_class_init):
6453         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_class_init):
6454         * gst-libs/gst/interfaces/colorbalancechannel.c:
6455         (gst_color_balance_channel_class_init):
6456         * gst-libs/gst/interfaces/mixeroptions.c:
6457         (gst_mixer_options_class_init):
6458         * gst-libs/gst/interfaces/mixertrack.c:
6459         (gst_mixer_track_class_init):
6460         * gst-libs/gst/interfaces/tunerchannel.c:
6461         (gst_tuner_channel_class_init):
6462         * gst-libs/gst/interfaces/tunernorm.c: (gst_tuner_norm_class_init):
6463         * gst-libs/gst/netbuffer/gstnetbuffer.c:
6464         (gst_netbuffer_class_init):
6465         * gst-libs/gst/rtp/gstbasertppayload.c:
6466         (gst_basertppayload_class_init):
6467         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init):
6468         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init):
6469         * gst/playback/gstplaybin.c: (gst_play_bin_class_init):
6470         * gst/playback/gststreaminfo.c: (gst_stream_info_class_init):
6471         * gst/playback/gststreamselector.c:
6472         (gst_stream_selector_class_init):
6473         * gst/subparse/gstsubparse.c: (gst_sub_parse_class_init):
6474         * gst/tcp/gsttcpclientsink.c: (gst_tcp_client_sink_class_init):
6475         * sys/v4l/gstv4lcolorbalance.c:
6476         (gst_v4l_color_balance_channel_class_init):
6477         * sys/v4l/gstv4ljpegsrc.c: (gst_v4ljpegsrc_class_init):
6478         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_class_init):
6479         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_class_init):
6480         * sys/v4l/gstv4ltuner.c: (gst_v4l_tuner_channel_class_init),
6481         (gst_v4l_tuner_norm_class_init):
6482         * sys/ximage/ximagesink.c: (gst_ximagesink_class_init):
6483         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_class_init):
6484         * tests/old/testsuite/alsa/sinesrc.c: (sinesrc_class_init):
6485         Fix #337365 (g_type_class_ref <-> g_type_class_peek_parent)
6486
6487 2006-04-08  Stefan Kost  <ensonic@users.sf.net>
6488
6489         * ext/pango/gsttextrender.h:
6490         * gst-libs/gst/audio/gstaudiosink.h:
6491         * gst-libs/gst/audio/gstaudiosrc.h:
6492         * gst-libs/gst/audio/gstbaseaudiosink.h:
6493         * gst-libs/gst/audio/gstbaseaudiosrc.h:
6494         * gst-libs/gst/audio/gstringbuffer.h:
6495         * gst-libs/gst/rtp/gstbasertpdepayload.h:
6496         * gst-libs/gst/rtp/gstbasertppayload.h:
6497         * gst-libs/gst/video/gstvideofilter.h:
6498         * gst-libs/gst/video/gstvideosink.h:
6499         * gst/playback/gstplaybasebin.h:
6500         * gst/tcp/gstmultifdsink.h:
6501         * sys/v4l/gstv4lelement.h:
6502         Fix broken GObject macros
6503
6504 2006-04-08  Stefan Kost  <ensonic@users.sf.net>
6505
6506         * ext/alsa/gstalsasink.c: (set_hwparams), (alsasink_parse_spec):
6507         More debug to trace why my USB headset is not working with gst
6508
6509 2006-04-07  Jan Schmidt  <thaytan@mad.scientist.com>
6510
6511         * gst/playback/gstplaybasebin.c: (group_destroy):
6512         Clean up our group elements properly in the case where it never 
6513         got committed - it still got added unconditionally to the bin.
6514
6515 2006-04-07  Wim Taymans  <wim@fluendo.com>
6516
6517         * ext/theora/theoradec.c: (theora_dec_sink_event),
6518         (theora_handle_data_packet), (theora_dec_chain):
6519         Unref unhandled events.
6520         Protect against empty buffers.
6521         Perform QoS on running time.
6522
6523 2006-04-07  Michael Smith  <msmith@fluendo.com>
6524
6525         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_set_header_on_caps),
6526         (gst_vorbis_enc_chain):
6527           Remove leaks from vorbisenc.
6528           Mostly minor changes, the only significant one is that now the
6529           buffers we set as 'streamheader' on the caps are copies of the
6530           original buffers, to avoid circular refcounting problems.
6531
6532 2006-04-07  Jan Schmidt  <thaytan@mad.scientist.com>
6533
6534         * gst/playback/gstplaybasebin.c: (mute_stream), (setup_substreams):
6535           Don't remove our mute-probe if someone else already did so.
6536           Don't set a 2nd one if there is already one pending on the pad.
6537
6538         * gst/playback/gstplaybin.c: (gst_play_bin_send_event_to_sink),
6539         (do_playbin_seek):
6540           When a seek fails, ensure that playbin is still set back to playing.
6541           
6542         * gst/typefind/gsttypefindfunctions.c: (mpeg_ts_probe_headers),
6543         (mpeg_ts_type_find), (plugin_init):
6544           Add a typefind function for mpeg-ts streams. (Closes: #336617)
6545
6546 2006-04-06  Andy Wingo  <wingo@pobox.com>
6547
6548         * gst/videorate/gstvideorate.c (gst_video_rate_reset) 
6549         (gst_video_rate_init): Caps-related parameters should not be reset
6550         by a flush -- move their inits to the instance init function.
6551         (gst_video_rate_flush_prev): Don't complain if gst_pad_push
6552         is not OK, just return the result.
6553
6554         * gst/audiotestsrc/gstaudiotestsrc.c
6555         (gst_audio_test_src_class_init)
6556         (gst_audio_test_src_get_times): Re-enable is-live=true, as was
6557         broken by Stefan's commit on 24 March.
6558
6559         * ext/ogg/gstoggmux.c (gst_ogg_mux_push_buffer): Set caps on
6560         buffers being pushed out. Fixes oggmux ! multifdsink.
6561
6562 2006-04-05  Tim-Philipp Müller  <tim at centricular dot net>
6563
6564         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_class_init),
6565         (gst_vorbis_dec_init), (vorbis_dec_finalize):
6566         * ext/vorbis/vorbisdec.h:
6567         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_add_interfaces),
6568         (gst_vorbis_enc_base_init), (gst_vorbis_enc_class_init),
6569         (gst_vorbis_enc_sink_setcaps), (gst_vorbis_enc_convert_src),
6570         (gst_vorbis_enc_convert_sink), (gst_vorbis_enc_get_query_types),
6571         (gst_vorbis_enc_src_query), (gst_vorbis_enc_sink_query),
6572         (gst_vorbis_enc_init), (gst_vorbis_enc_get_tag_value),
6573         (gst_vorbis_enc_metadata_set1), (gst_vorbis_enc_set_metadata),
6574         (gst_vorbis_enc_setup), (gst_vorbis_enc_clear),
6575         (gst_vorbis_enc_buffer_from_packet),
6576         (gst_vorbis_enc_buffer_from_header_packet),
6577         (gst_vorbis_enc_push_buffer), (gst_vorbis_enc_push_packet),
6578         (gst_vorbis_enc_set_header_on_caps), (gst_vorbis_enc_sink_event),
6579         (gst_vorbis_enc_chain), (gst_vorbis_enc_output_buffers),
6580         (gst_vorbis_enc_get_property), (gst_vorbis_enc_set_property),
6581         (gst_vorbis_enc_change_state):
6582         * ext/vorbis/vorbisenc.h:
6583           Remove left-over 0.8 cruft; use GST_DEBUG_FUNCPTR; make
6584           vorbisenc adhere to the official nomenclature; use boilerplate
6585           macro.
6586
6587 2006-04-04  Andy Wingo  <wingo@pobox.com>
6588
6589         * gst/videorate/gstvideorate.c (gst_video_rate_flush_prev):
6590         Whoops, fix bug introduced. Bad hacker!
6591         
6592         * gst/videorate/gstvideorate.c (gst_video_rate_flush_prev):
6593         Properly handle the case where you get EOS before any buffers are
6594         received. Use gst_buffer_make_metadata_writable where appropriate.
6595
6596         * ext/theora/theoradec.c (theora_handle_data_packet): This value
6597         is often negative -- make it signed so as not to wrap around.
6598         Fixes segfaults introduced on 9 March.
6599
6600 2006-04-03  Wim Taymans  <wim@fluendo.com>
6601
6602         * ext/theora/gsttheoradec.h:
6603         * ext/theora/theoradec.c: (theora_dec_src_event):
6604         Don't try to store a gdouble in a gboolean.
6605         Small cleanups.
6606
6607 2006-04-03  Michael Smith  <msmith@fluendo.com>
6608
6609         * ext/ogg/gstoggmux.c: (gst_ogg_mux_queue_pads):
6610           Oggmux sucks.
6611           Make it suck slightly less by writing out the final page.
6612           Still can't encode a vorbis-in-ogg file correctly, though.
6613
6614 2006-04-03  Andy Wingo  <wingo@pobox.com>
6615
6616         * ext/theora/theoraparse.c (theora_parse_drain_queue): Um, remove
6617         a g_print.
6618
6619         * ext/theora/theora.c (plugin_init): Register theoraparse.
6620
6621         * ext/theora/gsttheoraparse.h: 
6622         * ext/theora/theoraparse.c: New files implementing a theora
6623         parser. Now we can properly remux ogg/theora+vorbis, yay.
6624
6625         * ext/vorbis/vorbisparse.c: Add some docs and a copyright.
6626
6627 2006-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
6628
6629         * gst/audiotestsrc/gstaudiotestsrc.c:
6630           Fixed the sample pipeline (see #323798)
6631
6632 2006-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
6633
6634         * configure.ac:
6635         * win32/common/config.h:
6636         * win32/common/config.h.in:
6637           use AS_VERSION and AS_NANO
6638           more cleanups
6639
6640 2006-03-31  Andy Wingo  <wingo@pobox.com>
6641
6642         * ext/vorbis/vorbisparse.c (vorbis_parse_sink_event): Fix
6643         uninitialized variable return that would happen.
6644         
6645         * ext/vorbis/vorbisparse.c (vorbis_parse_drain_queue): Fix
6646         uninitialized variable return that would never happen.
6647
6648         * ext/vorbis/vorbisparse.c (gst_vorbis_parse_init) 
6649         (vorbis_parse_sink_event): Add an event function to flush our
6650         state on a seek, and to drain buffers on a premature EOS.
6651         (vorbis_parse_push_headers, vorbis_parse_clear_queue) 
6652         (vorbis_parse_push_buffer, vorbis_parse_drain_queue_prematurely) 
6653         (vorbis_parse_chain, vorbis_parse_queue_buffer) 
6654         (vorbis_parse_drain_queue): Queue up buffers until we can set
6655         their timestamps and granulepos values.
6656
6657         * ext/vorbis/vorbisparse.h: Include the vorbis decoder headers,
6658         and keep track of data needed for deriving granulepos and
6659         timestamps for buffers.
6660
6661 2006-03-29  Wim Taymans  <wim@fluendo.com>
6662
6663         Patch by: j^ <j at bootlab dot org>
6664
6665         * ext/alsa/gstalsamixerelement.c:
6666         (gst_alsa_mixer_element_class_init):
6667         * ext/alsa/gstalsasink.c:
6668         * ext/alsa/gstalsasrc.c: (gst_alsasrc_class_init):
6669         * ext/ogg/gstoggdemux.c:
6670         * ext/ogg/gstoggmux.c:
6671         * ext/ogg/gstoggparse.c:
6672         * ext/pango/gstclockoverlay.c:
6673         * ext/pango/gsttextoverlay.c:
6674         * ext/pango/gsttextrender.c:
6675         * ext/pango/gsttimeoverlay.c:
6676         * ext/theora/theoradec.c:
6677         * ext/theora/theoraenc.c:
6678         * ext/vorbis/vorbisdec.c:
6679         * ext/vorbis/vorbisenc.c:
6680         * gst/audioconvert/gstaudioconvert.c:
6681         * gst/subparse/gstsubparse.c:
6682         * gst/tcp/gstmultifdsink.c:
6683         * gst/tcp/gsttcpclientsink.c:
6684         * gst/tcp/gsttcpclientsrc.c:
6685         * gst/tcp/gsttcpserversink.c:
6686         * gst/tcp/gsttcpserversrc.c:
6687           better/unified long descriptions
6688           Fixes #336477
6689
6690 2006-03-29  Wim Taymans  <wim@fluendo.com>
6691
6692         * tests/examples/seek/seek.c: (end_scrub), (seek_cb), (start_seek),
6693         (stop_seek):
6694         Don't let double and triple clicks mess up our state.
6695
6696 2006-03-28  Tim-Philipp Müller  <tim at centricular dot net>
6697
6698         * gst/playback/gstplaybin.c: (gen_video_element),
6699         (gen_text_element), (gen_audio_element), (gen_vis_element):
6700           Error out gracefully when we can't create any of the usual
6701           conversion elements for some reason. Also, don't try to
6702           create an audioscale (sic) element that's not used anyway.
6703
6704 2006-03-28  Tim-Philipp Müller  <tim at centricular dot net>
6705
6706         * gst/playback/gstplaybasebin.c: (setup_source):
6707           Don't post RESOURCE_NOT_FOUND error when we can't find a source
6708           element for a particular protocol, that's confusing for users.
6709           Instead, post a RESOURCE_FAILED error, so that our own error
6710           message is actually shown in totem etc. (#336303).
6711
6712 2006-03-27  Tim-Philipp Müller  <tim at centricular dot net>
6713
6714         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
6715
6716         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_finalize),
6717         (gst_gnome_vfs_src_get_icy_metadata):
6718           Fix some minor memory leaks (#336194).
6719
6720 2006-03-27  Tim-Philipp Müller  <tim at centricular dot net>
6721
6722         * ext/gnomevfs/gstgnomevfs.c:
6723         (gst_gnome_vfs_location_to_uri_string):
6724         * ext/gnomevfs/gstgnomevfs.h:
6725         * ext/gnomevfs/gstgnomevfssink.c:
6726         (gst_gnome_vfs_sink_set_property):
6727         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_set_property):
6728           Make gnomevfssink accept filenames as well as URIs for the
6729           "location" property, just like gnomevfssrc does (and
6730           filesrc/filesink do) (#336190).
6731
6732 2006-03-24  Thomas Vander Stichele <thomas at apestaart dot org>
6733
6734         * tests/check/generic/clock-selection.c: (GST_START_TEST):
6735           set to NULL before unreffing, fixes a valgrind leak.
6736           Why was this not triggering the error that an object needs to
6737           be NULL before unreffing ?
6738         * win32/common/config.h:
6739           update
6740
6741 2006-03-24  Tim-Philipp Müller  <tim at centricular dot net>
6742
6743         * gst/subparse/gstsubparse.c: (convert_encoding),
6744         (gst_sub_parse_change_state):
6745         * gst/subparse/gstsubparse.h:
6746           Text subtitle files may or may not be UTF-8. If it's not, we
6747           don't really want to see '?' characters in place of non-ASCII
6748           characters like accented characters. So let's assume the input
6749           is UTF-8 until we come across text that is clearly not. If it's
6750           not UTF-8, we don't really know what it is, so try the following:
6751           (a) see whether the GST_SUBTITLE_ENCODING environment variable
6752           is set; if not, check (b) if the current locale encoding is
6753           non-UTF-8 and use that if it is, or (c) assume ISO-8859-15 if
6754           the current locale encoding is UTF-8 and the environment variable
6755           was not set to any particular encoding. Not perfect, but better
6756           than nothing (and better than before, I think) (fixes #172848).
6757
6758 2006-03-24  Thomas Vander Stichele <thomas at apestaart dot org>
6759
6760         * configure.ac:
6761           update core requirement to 0.10.4.1 because of async_playback
6762           vmethod on GstBaseSink
6763
6764 2006-03-24  Stefan Kost  <ensonic@users.sf.net>
6765
6766         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init):
6767         * gst/adder/gstadder.c: (gst_adder_init):
6768         use DEBUG_FUNCPTR for collectpads
6769
6770 2006-03-24  Stefan Kost  <ensonic@users.sf.net>
6771
6772         * docs/plugins/Makefile.am:
6773         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
6774         * docs/plugins/gst-plugins-base-plugins-sections.txt:
6775         * ext/cdparanoia/gstcdparanoiasrc.c:
6776         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_base_init),
6777         (gst_gnome_vfs_sink_class_init):
6778         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_base_init):
6779         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_base_init):
6780         * ext/ogg/gstoggmux.c:
6781         * ext/ogg/gstoggparse.c: (gst_ogg_parse_base_init):
6782         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_base_init),
6783         (gst_ogm_video_parse_base_init), (gst_ogm_text_parse_base_init):
6784         * ext/pango/gsttextoverlay.c:
6785         * ext/pango/gsttextrender.c:
6786         * ext/theora/theoradec.c:
6787         * ext/theora/theoraenc.c:
6788         * ext/vorbis/vorbisdec.c:
6789         * ext/vorbis/vorbisenc.c:
6790         * gst-libs/gst/audio/gstaudiofilter.c:
6791         (gst_audio_filter_base_init):
6792         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
6793         (gst_audio_filter_template_base_init):
6794         * gst/adder/gstadder.c: (gst_adder_get_type):
6795         * gst/adder/gstadder.h:
6796         * gst/audioconvert/gstaudioconvert.c:
6797         * gst/audiotestsrc/gstaudiotestsrc.c:
6798         (gst_audiostestsrc_wave_get_type), (gst_audio_test_src_class_init),
6799         (gst_audio_test_src_create):
6800         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
6801         * gst/playback/gstdecodebin.c:
6802         * gst/playback/gstplaybin.c:
6803         * gst/playback/gststreamselector.c:
6804         (gst_stream_selector_base_init):
6805         * gst/subparse/gstsubparse.c: (gst_sub_parse_base_init):
6806         * gst/volume/gstvolume.c:
6807         * sys/v4l/gstv4lmjpegsink.c:
6808         * sys/v4l/gstv4lmjpegsrc.c:
6809         * tests/check/libs/cddabasesrc.c:
6810         * tests/old/examples/gob/gst-identity2.gob:
6811           Add docs for adder, use GST_ELEMENT_DETAILS macro,
6812           define GstElementDetails at the top
6813
6814 2006-03-23  Sebastien Moutte  <sebastien@moutte.net>
6815
6816         * win32/common/libgstinterfaces.def:
6817         Add a lot of export functions for gst-python
6818         * win32/vs6/libgstinterfaces.dsp:
6819         Add a missing include folder in the project configuration
6820         
6821 2006-03-23  Wim Taymans  <wim@fluendo.com>
6822
6823         * gst-libs/gst/audio/gstbaseaudiosrc.c:
6824         (gst_base_audio_src_get_time), (gst_base_audio_src_create),
6825         (gst_base_audio_src_change_state):
6826         Fix audio sources, forgot to make the ringbuffer
6827         startable...
6828
6829 2006-03-23  Wim Taymans  <wim@fluendo.com>
6830
6831         * gst-libs/gst/audio/gstbaseaudiosrc.c:
6832         (gst_base_audio_src_get_time), (gst_base_audio_src_create),
6833         (gst_base_audio_src_change_state):
6834         unparent instead of unref the ringbuffer.
6835
6836 2006-03-23  Wim Taymans  <wim@fluendo.com>
6837
6838         * gst-libs/gst/audio/gstbaseaudiosink.c:
6839         (gst_base_audio_sink_class_init), (gst_base_audio_sink_async_play),
6840         (gst_base_audio_sink_do_play), (gst_base_audio_sink_change_state):
6841         Implement new async_play vmethod to start slaving and allow
6842         playback start in case of async PLAY state changes. 
6843
6844         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init):
6845         Enable QoS with new method in base class.
6846
6847 2006-03-23  Wim Taymans  <wim@fluendo.com>
6848
6849         Patch by: Julien MOUTTE <julien at moutte dot net>
6850
6851         * gst/videotestsrc/gstvideotestsrc.c: (gst_video_test_src_query),
6852         (gst_video_test_src_do_seek), (gst_video_test_src_create):
6853         Partially handle 0 framerate, only EOS after the first frame
6854         is missing.
6855
6856 2006-03-23  Wim Taymans  <wim@fluendo.com>
6857
6858         Patch by: Fabrizio Gennari <fabrizio dot ge at tiscali dot it>
6859
6860         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
6861         (gst_riff_create_video_template_caps):
6862         * gst/ffmpegcolorspace/avcodec.h:
6863         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
6864         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
6865         (gst_ffmpegcsp_avpicture_fill):
6866         * gst/ffmpegcolorspace/imgconvert.c:
6867         Patch for support of YVU9 AVI files (#334822)
6868
6869 2006-03-22  Edward Hervey  <edward@fluendo.com>
6870
6871         * docs/design/design-decodebin.txt:
6872         Added design document for new decodebin
6873         (Target Caps): text/x-pango-markup is also a default target caps.
6874
6875 2006-03-22  Wim Taymans  <wim@fluendo.com>
6876
6877         * gst-libs/gst/audio/gstbaseaudiosink.c:
6878         (gst_base_audio_sink_dispose):
6879         Since we _parent the ringbuffer, we also need to
6880         _unparent instead of a plain _unref.
6881
6882 2006-03-22  Wim Taymans  <wim@fluendo.com>
6883
6884         * tests/examples/seek/seek.c: (end_scrub), (do_seek), (seek_cb),
6885         (stop_seek), (scrub_toggle_cb), (main):
6886         Add scrub checkbox.
6887
6888 2006-03-21  Tim-Philipp Müller  <tim at centricular dot net>
6889
6890         * ext/ogg/gstoggparse.c: (gst_ogg_parse_find_stream),
6891         (gst_ogg_parse_chain):
6892           Fix very inefficient usage of linked lists (#335365).
6893
6894 2006-03-21  Edward Hervey  <edward@fluendo.com>
6895
6896         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose):
6897         * gst/playback/gstplaybin.c: (handoff):
6898         * gst/playback/gststreamselector.c:
6899         (gst_stream_selector_set_property):
6900         gcc 4.1 unreferenced pointer fixes.
6901         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_put):
6902         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put):
6903         gst_buffer_ref() now takes a GstBuffer*.
6904
6905 2006-03-20  Julien MOUTTE  <julien@moutte.net>
6906
6907         * sys/xvimage/xvimagesink.c:
6908         (gst_xvimagesink_get_format_from_caps): Fix a memleak reported
6909         by Jan Schmidt.
6910
6911 2006-03-19  Tim-Philipp Müller  <tim at centricular dot net>
6912
6913         * gst/typefind/gsttypefindfunctions.c: (id3v2_type_find),
6914         (id3v1_type_find), (apetag_type_find), (plugin_init):
6915           Can't do tag preferences via probability, as tags would then
6916           lose against types that are recognised with MAXIMUM probability
6917           (like .wav); so let all tag typefinders return MAXIMUM themselves
6918           and order them via the rank. Split ID3v1 and ID3v2 typefinders so
6919           that we can prefer APE to ID3v1 (fixes #335028).
6920           
6921 2006-03-17  Wim Taymans  <wim@fluendo.com>
6922
6923         * gst-libs/gst/audio/gstbaseaudiosink.c:
6924         (gst_base_audio_sink_change_state):
6925         * gst-libs/gst/audio/gstringbuffer.c: (wait_segment),
6926         (gst_ring_buffer_may_start):
6927         * gst-libs/gst/audio/gstringbuffer.h:
6928         Only start playback if we are playing.
6929         should fix #330748.
6930
6931 2006-03-17  Jan Schmidt  <thaytan@mad.scientist.com>
6932
6933         * ext/alsa/gstalsasink.c: (gst_alsasink_getcaps):
6934         * win32/common/config.h:
6935           Revert accidental commits to these files.
6936
6937 2006-03-16  Tim-Philipp Müller  <tim at centricular dot net>
6938
6939         Patch by: Michal Benes  <michal dot benes at xeris dot cz>
6940
6941         * tests/Makefile.am:
6942           Don't try to build tests in tests/icles if we
6943           don't have X (#323852)
6944
6945 2006-03-16  Tim-Philipp Müller  <tim at centricular dot net>
6946
6947         * gst-libs/gst/tag/gstid3tag.c:
6948           Add TXXX frame identifiers for replaygain stuff as used
6949           by some taggers (see #323721).
6950
6951 2006-03-16  Jan Schmidt  <thaytan@mad.scientist.com>
6952
6953         * gst/playback/gststreamselector.c:
6954         (gst_stream_selector_set_property),
6955         (gst_stream_selector_bufferalloc):
6956           Preserve the existing buggy streamselector behaviour by performing
6957           a fallback buffer allocation when downstream isn't linked yet.
6958           This should really be fixed in playbin by blocking pads until it's
6959           linked them.
6960           Also, use gst_pad_alloc_buffer instead of
6961           gst_pad_alloc_buffer_and_set.
6962
6963 2006-03-15  Tim-Philipp Müller  <tim at centricular dot net>
6964
6965         * gst-libs/gst/tag/gstid3tag.c:
6966           Don't crash on unknown ID3v2 TXXX frames.
6967           
6968 2006-03-15  Jan Schmidt  <thaytan@mad.scientist.com>
6969
6970         * ext/alsa/gstalsasink.c: (gst_alsasink_finalise):
6971           Chain up to the parent finalize method.
6972           Add 32-bit sample size to the template caps.
6973
6974         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
6975         (gst_riff_create_video_template_caps):
6976           Add the fourcc that the VMWare codec uses.
6977           
6978         * gst/playback/gststreamselector.c:
6979         (gst_stream_selector_set_property),
6980         (gst_stream_selector_bufferalloc),
6981         (gst_stream_selector_request_new_pad):
6982           For the active pad, forward buffer-alloc requests, otherwise
6983           return GST_FLOW_NOT_LINKED. This also prevents xvimagesink
6984           having to memcpy every frame when used by playbin.
6985
6986         * gst/tcp/gstmultifdsink.c:
6987         (gst_multi_fd_sink_handle_client_write):
6988           Get negotiated caps from the sink pad, rather than the sink
6989           pad's peer.
6990
6991 2006-03-15  Tim-Philipp Müller  <tim at centricular dot net>
6992
6993         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
6994         
6995         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_pop_callbacks):
6996           Don't forget to set src->callbacks_pushed to FALSE again when
6997           popping them, otherwise re-activation in a different mode won't
6998           work (#334620).
6999
7000 2006-03-15  Tim-Philipp Müller  <tim at centricular dot net>
7001
7002         Patch by: Sebastien Moutte  <sebastien moutte net>
7003
7004         * gst/ffmpegcolorspace/gstffmpegcodecmap.c: (gst_ff_vid_caps_new),
7005         (gst_ff_aud_caps_new), (gst_ffmpeg_pixfmt_to_caps),
7006         (gst_ffmpeg_smpfmt_to_caps):
7007           Replace __VA_ARGS__ caps creation macros with varargs functions.
7008           Makes things compile on MSVC (#320765), looks nicer, and we can
7009           tell the compiler to check for the NULL terminator.
7010
7011 2006-03-14  Tim-Philipp Müller  <tim at centricular dot net>
7012
7013         Patch by: Fabrizio Gennari  <fabrizio dot ge at tiscali dot it>
7014
7015         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
7016           Make sure the buffer we copy into is really always big
7017           enough, this time for real (#333488).
7018           
7019 2006-03-14  Tim-Philipp Müller  <tim at centricular dot net>
7020
7021         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
7022           Add support for 24bpp DIB (#305279).
7023
7024 2006-03-14  Wim Taymans  <wim@fluendo.com>
7025
7026         * gst-libs/gst/video/gstvideofilter.c: (gst_video_filter_init):
7027         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init):
7028         * gst/ffmpegcolorspace/gstffmpegcolorspace.c: (gst_ffmpegcsp_init):
7029         * gst/videoscale/gstvideoscale.c: (gst_video_scale_class_init),
7030         (gst_video_scale_init), (gst_video_scale_src_event):
7031         Re-enable QoS after the release.
7032         Rework videoscale to use the base class src_event handler.
7033
7034 2006-03-14  Tim-Philipp Müller  <tim at centricular dot net>
7035
7036         * configure.ac:
7037           back to CVS.
7038
7039 === release 0.10.5 ===
7040
7041 2006-03-13  Thomas Vander Stichele <thomas at apestaart dot org>
7042
7043         * configure.ac:
7044           releasing 0.10.5, "Net"
7045
7046 2006-03-13  Tim-Philipp Müller  <tim at centricular dot net>
7047
7048         * docs/plugins/Makefile.am:
7049           Part of previous cdparanoiasrc docs fixes, forgot to commit.
7050           
7051 2006-03-12  Tim-Philipp Müller  <tim at centricular dot net>
7052
7053         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
7054         * docs/plugins/gst-plugins-base-plugins-sections.txt:
7055         * docs/plugins/gst-plugins-base-plugins.hierarchy:
7056           Add cdparanoiasrc to docs.
7057
7058         * gst-libs/gst/cdda/gstcddabasesrc.c:
7059           More GstCddaBaseSrc docs.
7060
7061 2006-03-12  Tim-Philipp Müller  <tim at centricular dot net>
7062
7063         * docs/libs/gst-plugins-base-libs-sections.txt:
7064         * gst-libs/gst/tag/gstid3tag.c: (gst_tag_from_id3_user_tag):
7065         * gst-libs/gst/tag/tag.h:
7066           API: libgsttag: new method gst_tag_from_id3_user_tag().
7067
7068 2006-03-11  Tim-Philipp Müller  <tim at centricular dot net>
7069
7070         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
7071           NULL-terminate array of mpeg4 video file extensions.
7072           Fixes crash on PPC (#334226).
7073
7074 2006-03-11  Tim-Philipp Müller  <tim at centricular dot net>
7075
7076         * ext/gnomevfs/gstgnomevfssrc.c:
7077         (gst_gnome_vfs_src_check_get_range):
7078           gnome_vfs_uri_is_local() alone is not a good indicator
7079           whether we can operate in pull-mode with a specific URI,
7080           as it returns FALSE for file:// URIs that point to an
7081           NFS-mounted path. Be more conservative here: whitelist
7082           local files, blacklist http URIs and use the old
7083           mechanism for anything else (fixes #334216).
7084
7085 2006-03-10  Thomas Vander Stichele  <thomas at apestaart dot org>
7086
7087         * configure.ac:
7088           back to trunk
7089
7090 === release 0.10.4 ===
7091
7092 2006-03-10  Thomas Vander Stichele <thomas at apestaart dot org>
7093
7094         * configure.ac:
7095           releasing 0.10.4, "Power"
7096
7097 2006-03-10  Jan Schmidt  <thaytan@mad.scientist.com>
7098
7099         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init):
7100         Disable max-lateness by setting it to -1 for now, so that 
7101         we can bed QoS stuff in thoroughly between now and the next
7102         release.
7103
7104 2006-03-10  Tim-Philipp Müller  <tim at centricular dot net>
7105
7106         Patch by: Fabrizio Gennari
7107
7108         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
7109           Make sure we don't read beyond the palette buffer in case of
7110           broken or manipulated files (#333488)
7111
7112 2006-03-10  Edward Hervey  <edward@fluendo.com>
7113
7114         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset):
7115         Fix for variable not initialized.
7116
7117 2006-03-09  Wim Taymans  <wim@fluendo.com>
7118
7119         * ext/libvisual/visual.c: (gst_visual_get_type),
7120         (gst_visual_src_setcaps), (gst_vis_src_negotiate),
7121         (gst_visual_chain):
7122         Small cleanups.
7123
7124         * ext/theora/gsttheoradec.h:
7125         * ext/theora/theoradec.c: (gst_theora_dec_init),
7126         (gst_theora_dec_reset), (_theora_granule_time),
7127         (theora_dec_src_convert), (theora_dec_sink_convert),
7128         (theora_dec_src_query), (theora_dec_src_event),
7129         (theora_dec_sink_event), (theora_handle_comment_packet),
7130         (theora_handle_header_packet), (theora_dec_push),
7131         (theora_handle_data_packet), (theora_dec_chain),
7132         (theora_dec_change_state):
7133         Add simple QoS.
7134
7135 2006-03-09  Wim Taymans  <wim@fluendo.com>
7136
7137         * ext/gnomevfs/gstgnomevfssrc.c: (audiocast_init),
7138         (audiocast_register_listener), (gst_gnome_vfs_src_start):
7139         Some cleanups.
7140
7141 2006-03-09  Wim Taymans  <wim@fluendo.com>
7142
7143         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_activate_chain):
7144         Don't try to activate NULL chains.
7145
7146 2006-03-09  Tim-Philipp Müller  <tim at centricular dot net>
7147
7148         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset):
7149           Fix invalid memory access to region before peek'd data (#332964).
7150
7151 2006-03-09  Wim Taymans  <wim@fluendo.com>
7152
7153         Patch by: Christophe Fergeau
7154
7155         * ext/pango/gsttextoverlay.c: (gst_text_overlay_init):
7156         * ext/pango/gsttextrender.c: (gst_text_render_init):
7157         * gst/adder/gstadder.c: (gst_adder_init):
7158         Don't leak padtemplates, closes #333510.
7159
7160 2006-03-09  Tim-Philipp Müller  <tim at centricular dot net>
7161
7162         * gst/subparse/gstsubparse.c: (gst_subparse_type_find):
7163           Fix invalid memory access: make sure string passed to
7164           regexec() is NUL-termianted.
7165
7166 2006-03-09  Tim-Philipp Müller  <tim at centricular dot net>
7167
7168         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset),
7169         (mp3_type_find):
7170           Refactor mpeg/audio typefinding to make it more maintainable
7171           and easier to fine-tune. Make probing into middle of the file
7172           work properly (fixes #333900, also see #152688).
7173
7174 2006-03-09  Tim-Philipp Müller  <tim at centricular dot net>
7175
7176         * gst/typefind/gsttypefindfunctions.c:
7177         (utf8_type_find_have_valid_utf8_at_offset):
7178           Remove part from previous commit that was bogus:
7179           g_utf8_validate() does in fact not accept embedded
7180           zeroes, so we don't need to check for those (thanks
7181           to Mike for the hint).
7182
7183 2006-03-08  Tim-Philipp Müller  <tim at centricular dot net>
7184
7185         * gst/typefind/gsttypefindfunctions.c:
7186         (utf8_type_find_count_embedded_zeroes),
7187         (utf8_type_find_have_valid_utf8_at_offset), (utf8_type_find):
7188           Make plain/text typefinder more conservative: firstly, check
7189           for embedded zeroes, which are perfectly valid UTF-8 characters,
7190           but also a fairly good sign that something is not a plain text
7191           file; secondly, probe into the middle of the file if possible.
7192           If we can't probe into the middle, limit the probability value
7193           to be returned to TYPE_FIND_POSSIBLE (see #333900).
7194
7195 2006-03-08  Michael Smith  <msmith@fluendo.com>
7196
7197         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
7198           Make typefind function name for mpeg4 video unique.
7199
7200 2006-03-08  Wim Taymans  <wim@fluendo.com>
7201
7202         * ext/libvisual/visual.c: (gst_visual_init),
7203         (gst_visual_clear_actors), (gst_visual_dispose),
7204         (gst_visual_reset), (gst_visual_src_setcaps),
7205         (gst_visual_sink_setcaps), (gst_vis_src_negotiate),
7206         (gst_visual_sink_event), (gst_visual_src_event), (get_buffer),
7207         (gst_visual_chain), (gst_visual_change_state):
7208         Cleanups, post nice errors.
7209         Handle sink and src events.
7210         Implement simple QoS.
7211
7212         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init):
7213         Use new basesink methods to configure max-lateness.
7214         Small doc update.
7215
7216         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
7217         (gst_ffmpegcsp_transform_caps), (gst_ffmpegcsp_set_caps):
7218         Debug statement cleanups.
7219
7220         * gst/volume/gstvolume.c: (gst_volume_class_init):
7221         Simple cleanup.
7222
7223 2006-03-08  Tim-Philipp Müller  <tim at centricular dot net>
7224
7225         * ext/pango/gsttextoverlay.c: (gst_text_overlay_class_init),
7226         (gst_text_overlay_init), (gst_text_overlay_set_property),
7227         (gst_text_overlay_get_property):
7228           Revert API/ABI break from March 1. Keep 'halign' and 'valign'
7229           as string type properties, but mark them deprecated. Add
7230           'halignment' and 'valignment' properties that use enums
7231           instead of strings.
7232
7233 2006-03-08  Tim-Philipp Müller  <tim at centricular dot net>
7234
7235         Patch by: Fabrizio Gennari
7236
7237         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
7238           Allow palettes with less than 256 colours in AVI files
7239           (#333488)
7240
7241 2006-03-07  Julien MOUTTE  <julien@moutte.net>
7242
7243         * ext/pango/gsttextoverlay.c: (gst_text_overlay_text_event),
7244         (gst_text_overlay_video_event): Fix wrong EOS handling on text
7245         pad. We were releasing the queued text buffer when we should keep
7246         it until video pad gets EOS or discard the text buffer because it's
7247         too old. That was eating the last subtitle buffer. Add some more
7248         debug.
7249
7250 2006-03-07  Tim-Philipp Müller  <tim at centricular dot net>
7251
7252         * ext/pango/gsttextoverlay.c: (gst_text_overlay_render_text),
7253         (gst_text_overlay_video_chain):
7254           Fix invalid memory access (we can't access a buffer after it's been
7255           pushed downstream without taking a reference); fix memory leak (if
7256           there's no text to render, bail out before allocating stuff).
7257
7258 2006-03-07  Tim-Philipp Müller  <tim at centricular dot net>
7259
7260         * ext/pango/gsttextoverlay.c: (gst_text_overlay_init),
7261         (gst_text_overlay_setcaps_txt), (gst_text_overlay_video_chain):
7262         * ext/pango/gsttextoverlay.h:
7263           If input is plain text, escape it before passing it to
7264           pango_layout_set_markup().
7265
7266 2006-03-07  Tim-Philipp Müller  <tim at centricular dot net>
7267
7268         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audio_filter_chain):
7269           Don't ignore flow return from gst_pad_push().
7270
7271 2006-03-07  Tim-Philipp Müller  <tim at centricular dot net>
7272
7273         Patch by: Fabrizio Gennari
7274
7275         * ext/libvisual/visual.c: (gst_visual_getcaps),
7276         (gst_visual_src_setcaps), (gst_visual_sink_setcaps):
7277         * ext/ogg/gstoggmux.c: (gst_ogg_mux_sinkconnect):
7278         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_convert_src),
7279         (gst_vorbisenc_convert_sink):
7280         * gst-libs/gst/audio/audio.c: (gst_audio_frame_byte_size),
7281         (gst_audio_duration_from_pad_buffer):
7282         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audio_filter_link),
7283         (gst_audio_filter_chain):
7284         * gst-libs/gst/rtp/gstbasertpdepayload.c:
7285         (gst_base_rtp_depayload_setcaps):
7286         * gst-libs/gst/video/video.c: (gst_video_frame_rate),
7287         (gst_video_get_size):
7288         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_setcaps):
7289           Don't leak references returned by gst_pad_get_parent()
7290           (#333663)
7291
7292 2006-03-06  Stefan Kost  <ensonic@users.sf.net>
7293
7294         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_class_init):
7295           change location param details
7296         * gst/volume/gstvolume.c: (plugin_init):
7297           correct plugin description
7298
7299 2006-03-06  Tim-Philipp Müller  <tim at centricular dot net>
7300
7301         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_class_init),
7302         (gst_gnome_vfs_src_check_get_range):
7303           Override GstBaseSrc::check_get_range() in order to avoid opening
7304           the resource just to check whether we can operate in pull-mode or
7305           not - we can predict that pretty well from the URI alone. Should
7306           fix problems with last.fm (#331690). (Requires latest core CVS).
7307
7308 2006-03-06  Wim Taymans  <wim@fluendo.com>
7309
7310         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init),
7311         (gst_video_sink_class_init):
7312         Throw away frames that are later than 20 ms.
7313
7314 2006-03-06  Tim-Philipp Müller  <tim at centricular dot net>
7315
7316         Patch by: Fabrizio Gennari
7317
7318         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
7319           Set depth on WMA caps (#333545)
7320
7321 2006-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
7322
7323         * ext/ogg/gstoggmux.c: (gst_ogg_mux_buffer_from_page),
7324         (gst_ogg_mux_send_headers), (gst_ogg_mux_collected):
7325           put Theora BOS pages before others.  This hardcodes
7326           the Ogg/Theora I profile, but hey.
7327
7328 2006-03-05  Thomas Vander Stichele  <thomas at apestaart dot org>
7329
7330         * ext/ogg/README:
7331           updated with some examples
7332         * ext/theora/theoraenc.c: (granulepos_to_timestamp),
7333         (granulepos_add), (theora_buffer_from_packet):
7334         * ext/vorbis/vorbisenc.c: (granulepos_to_timestamp_offset),
7335         (granulepos_to_timestamp), (gst_vorbisenc_buffer_from_packet),
7336         (gst_vorbisenc_chain):
7337           implement strategy from ext/ogg/README
7338         * ext/ogg/gstoggmux.c: (gst_ogg_mux_buffer_from_page),
7339         (gst_ogg_mux_push_buffer), (gst_ogg_mux_dequeue_page),
7340         (gst_ogg_mux_pad_queue_page), (gst_ogg_mux_compare_pads),
7341         (gst_ogg_mux_queue_pads), (gst_ogg_mux_collected):
7342           Fix muxer so that oggz-validate is happy with all streams;
7343           except for no eos mark, and the BOS page ordering
7344         * tests/check/pipelines/theoraenc.c: (check_buffer_is_header),
7345         (check_buffer_granulepos):
7346         * tests/check/pipelines/vorbisenc.c: (check_buffer_granulepos):
7347           update tests to check for OFFSET being set as requested
7348           fixed type of granulepos, it's not a ClockTime
7349
7350 2006-03-05  Julien MOUTTE  <julien@moutte.net>
7351
7352         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
7353         (gst_xvimagesink_show_frame), (gst_xvimagesink_buffer_alloc):
7354         Check that the xvimage we are creating has a correct size
7355         before returning it. (#314897)
7356
7357 2006-03-05  Tim-Philipp Müller  <tim at centricular dot net>
7358
7359         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
7360           Give id3 and ape tag typefinders a rank slightly higher
7361           than PRIMARY to ensure they're always run before any of
7362           the other typefinders (in particular wav and mp3) (#324186).
7363
7364 2006-03-05  Tim-Philipp Müller  <tim at centricular dot net>
7365
7366         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
7367           Add support for '3IVD' fourcc (#333403).
7368
7369 2006-03-04  Tim-Philipp Müller  <tim at centricular dot net>
7370
7371         * configure.ac:
7372           Bump requirements to GStreamer CVS for the new error enum.
7373
7374         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_render):
7375           Emit new GST_RESOURCE_ERROR_NO_SPACE_LEFT when there's no
7376           space left on the device (fixes #333352).
7377
7378 2006-03-04  Sebastien Moutte  <sebastien@moutte.net>
7379
7380         * win32/vs6:
7381           add a project file for libgstvolume
7382           update the workspace
7383
7384 2006-03-03  Thomas Vander Stichele  <thomas at apestaart dot org>
7385
7386         * ext/theora/theoraenc.c: (theora_set_header_on_caps):
7387         * tests/check/pipelines/theoraenc.c: (check_buffer_is_header),
7388         (GST_START_TEST):
7389           Fix for http://bugzilla.gnome.org/show_bug.cgi?id=333254
7390           Set IN_CAPS on header buffers
7391
7392 2006-03-02  Wim Taymans  <wim@fluendo.com>
7393
7394         * docs/plugins/Makefile.am:
7395         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
7396         * docs/plugins/gst-plugins-base-plugins-sections.txt:
7397         Add audioresample to docs.
7398
7399         * gst/audioconvert/gstaudioconvert.c:
7400         Add revision date.
7401
7402         * gst/audioresample/gstaudioresample.c:
7403         (gst_audioresample_base_init), (gst_audioresample_class_init),
7404         (gst_audioresample_init), (gst_audioresample_dispose),
7405         (audioresample_get_unit_size), (audioresample_transform_caps),
7406         (resample_set_state_from_caps), (audioresample_transform_size),
7407         (audioresample_set_caps), (audioresample_event),
7408         (audioresample_do_output), (audioresample_transform),
7409         (audioresample_pushthrough), (gst_audioresample_set_property),
7410         (gst_audioresample_get_property), (plugin_init):
7411         * gst/audioresample/gstaudioresample.h:
7412         Added docs.
7413         Small code cleanups.
7414
7415 2006-03-02  Wim Taymans  <wim@fluendo.com>
7416
7417         * docs/plugins/Makefile.am:
7418         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
7419         * docs/plugins/gst-plugins-base-plugins-sections.txt:
7420         Added videoscale to docs.
7421
7422         * gst/videorate/gstvideorate.c: (gst_video_rate_flush_prev),
7423         (gst_video_rate_swap_prev), (gst_video_rate_event),
7424         (gst_video_rate_chain):
7425         Fix typo in docs.
7426
7427         * gst/videoscale/gstvideoscale.c: (gst_video_scale_class_init),
7428         (gst_video_scale_init), (gst_video_scale_prepare_size),
7429         (gst_video_scale_set_caps), (gst_video_scale_get_unit_size),
7430         (gst_video_scale_fixate_caps), (gst_video_scale_transform):
7431         * gst/videoscale/gstvideoscale.h:
7432         Added docs, examples.
7433         Some code cleanups.
7434         Post errors instead of g_warning.
7435
7436 2006-03-02  Wim Taymans  <wim@fluendo.com>
7437
7438         * docs/libs/gst-plugins-base-libs-docs.sgml:
7439         * docs/libs/gst-plugins-base-libs-sections.txt:
7440         * docs/libs/gst-plugins-base-libs.types:
7441         * docs/plugins/Makefile.am:
7442         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
7443         * docs/plugins/gst-plugins-base-plugins-sections.txt:
7444         Added some more docs to libs and plugins.
7445
7446         * gst-libs/gst/audio/gstringbuffer.c:
7447         (gst_ring_buffer_prepare_read), (gst_ring_buffer_clear):
7448         * gst-libs/gst/audio/gstringbuffer.h:
7449         Document ringbuffer some more.
7450
7451         * gst/videorate/gstvideorate.c: (gst_video_rate_class_init),
7452         (gst_video_rate_setcaps), (gst_video_rate_reset),
7453         (gst_video_rate_init), (gst_video_rate_flush_prev),
7454         (gst_video_rate_swap_prev), (gst_video_rate_event),
7455         (gst_video_rate_chain), (gst_video_rate_change_state):
7456         * gst/videorate/gstvideorate.h:
7457         Fix videorate to use segments.
7458         Make it work with 0/1 framerates (closes #331903)
7459         Handle EOS correctly.
7460         Added docs.
7461
7462 2006-03-02  Tim-Philipp Müller  <tim at centricular dot net>
7463
7464         * ext/ogg/gstogmparse.c: (gst_ogm_parse_class_init),
7465         (gst_ogm_audio_parse_init), (gst_ogm_video_parse_init),
7466         (gst_ogm_text_parse_init), (gst_ogm_parse_change_state):
7467           In state change function, first chain up to parent class,
7468           then handle downwards state change stuff. Remove some
7469           commented out cruft from 0.8 code.
7470
7471 2006-03-02  Tim-Philipp Müller  <tim at centricular dot net>
7472
7473         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_init),
7474         (gst_ogm_video_parse_init), (gst_ogm_text_parse_init),
7475         (gst_ogm_parse_sink_convert), (gst_ogm_parse_sink_query),
7476         (gst_ogm_parse_chain):
7477           Don't remove/re-add source pad if the new caps are the same as
7478           the old caps anyway (#333042). When removing source pad, don't
7479           unref it afterwards - we didn't ref it when adding. Sprinkle some
7480           GST_DEBUG_FUNCPTR goodness here and there. Don't leak references
7481           after using gst_pad_get_parent(). Return downstream flow return
7482           value in chain function.
7483
7484 2006-03-02  Wim Taymans  <wim@fluendo.com>
7485
7486         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
7487         * docs/plugins/gst-plugins-base-plugins.args:
7488         * docs/plugins/gst-plugins-base-plugins.hierarchy:
7489         * docs/plugins/gst-plugins-base-plugins.interfaces:
7490         * docs/plugins/gst-plugins-base-plugins.signals:
7491         Fix hierarchy, added some more elements to the docs.
7492
7493         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
7494         (gst_ffmpegcsp_get_type):
7495         * gst/ffmpegcolorspace/gstffmpegcolorspace.h:
7496         Fix docs for ffmpegcolorspace.
7497
7498 2006-03-01  Tim-Philipp Müller  <tim at centricular dot net>
7499
7500         * gst/typefind/gsttypefindfunctions.c: (id3_type_find),
7501         (apetag_type_find), (ape_type_find), (plugin_init):
7502           Some typefinding fine-tuning:
7503           - rank ID3/APE tags in order of preference via probabilities, so that
7504             ID3v2 > APEv2 > APEv1 > ID3v1.
7505           - three or four bytes don't really justify MAXIMUM probability,
7506             change those to 'very likely' (musepack and monkeysaudio).
7507
7508 2006-03-01  Wim Taymans  <wim@fluendo.com>
7509
7510         * docs/plugins/Makefile.am:
7511         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
7512         * docs/plugins/gst-plugins-base-plugins-sections.txt:
7513         * ext/alsa/gstalsamixer.c:
7514         * ext/alsa/gstalsamixer.h:
7515         * ext/alsa/gstalsamixerelement.c:
7516         (gst_alsa_mixer_element_class_init), (gst_alsa_mixer_element_init):
7517         * ext/alsa/gstalsamixerelement.h:
7518         * ext/alsa/gstalsasink.c:
7519         * ext/alsa/gstalsasink.h:
7520         * ext/alsa/gstalsasrc.c: (gst_alsasrc_class_init),
7521         (gst_alsasrc_init):
7522         * ext/alsa/gstalsasrc.h:
7523         Added alsa docs.
7524         Small code cleanups.
7525
7526 2006-03-01  Wim Taymans  <wim@fluendo.com>
7527
7528         * ext/theora/Makefile.am:
7529         Dist new header too,
7530
7531 2006-03-01  Wim Taymans  <wim@fluendo.com>
7532
7533         * docs/plugins/Makefile.am:
7534         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
7535         * docs/plugins/gst-plugins-base-plugins-sections.txt:
7536         * ext/gnomevfs/gstgnomevfssink.h:
7537         * ext/gnomevfs/gstgnomevfssrc.h:
7538         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
7539         * ext/vorbis/vorbisdec.h:
7540         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_convert_sink):
7541         * ext/vorbis/vorbisenc.h:
7542         * ext/vorbis/vorbisparse.c: (vorbis_parse_set_header_on_caps),
7543         (vorbis_parse_chain), (vorbis_parse_change_state):
7544         * ext/vorbis/vorbisparse.h:
7545         * gst/audioconvert/gstaudioconvert.h:
7546         * gst/tcp/gsttcpserversink.h:
7547         * gst/videotestsrc/gstvideotestsrc.c:
7548         * gst/videotestsrc/gstvideotestsrc.h:
7549         * gst/volume/gstvolume.c:
7550         * gst/volume/gstvolume.h:
7551         Fix some more docs.
7552         Added docs for vorbisdec and vorbisparse.
7553         Fix vorbisparse.
7554
7555 2006-03-01  Wim Taymans  <wim@fluendo.com>
7556
7557         * docs/plugins/Makefile.am:
7558         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
7559         * docs/plugins/gst-plugins-base-plugins-sections.txt:
7560         * ext/pango/gstclockoverlay.h:
7561         * ext/pango/gsttextoverlay.h:
7562         * ext/pango/gsttextrender.h:
7563         * ext/pango/gsttimeoverlay.h:
7564         * ext/theora/gsttheoradec.h:
7565         * ext/theora/gsttheoraenc.h:
7566         * ext/theora/theoradec.c:
7567         * ext/theora/theoraenc.c:
7568         * gst/audioconvert/gstaudioconvert.h:
7569         * gst/audiotestsrc/gstaudiotestsrc.h:
7570         * gst/ffmpegcolorspace/gstffmpegcolorspace.h:
7571         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init):
7572         * gst/tcp/gstmultifdsink.h:
7573         Updated/added documentation.
7574
7575         * ext/pango/gsttextoverlay.c: (gst_text_overlay_valign_get_type),
7576         (gst_text_overlay_halign_get_type),
7577         (gst_text_overlay_wrap_mode_get_type),
7578         (gst_text_overlay_base_init), (gst_text_overlay_class_init),
7579         (gst_text_overlay_init), (gst_text_overlay_set_property),
7580         (gst_text_overlay_get_property):
7581         Fix up properties to be enums instead of string to make bindings,
7582         introspection and automatic GUI creation possible.
7583         Add getters for the properties.
7584
7585 2006-02-28  Sebastien Moutte  <sebastien@moutte.net>
7586
7587         * gst/audiotestsrc/gstaudiotestsrc.c:
7588           added defines of M_PI and M_PI_2
7589         * gst/ffmpegcolorspace/avcodec.h:
7590           removed #include "stdint.h" for win32 as _stdint.h is 
7591           autogenerated to win32/common
7592         * win32/common/libgstaudio.def:
7593         * win32/common/libgsttag.def:
7594           added some exports
7595         * win32/vs6:
7596           some project files bugs corrected
7597         * win32/vs7:
7598           project files are reset to the default vs7 configuration 
7599           (they link to msvcr71.dll using default optimizations)
7600           
7601 2006-02-28  Wim Taymans  <wim@fluendo.com>
7602
7603         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_class_init):
7604         Fix some docs.
7605
7606 2006-02-28  Edward Hervey  <edward@fluendo.com>
7607
7608         * ext/alsa/gstalsasrc.c:
7609         Set proper class on the ElementDetails:
7610         Source/Audio instead of Src/Audio/
7611
7612 2006-02-28  Edward Hervey  <edward@fluendo.com>
7613
7614         * gst/videoscale/vs_scanline.c:
7615         (vs_scanline_resample_nearest_RGBA):
7616         Revert optimization in videoscale. It should go in liboil and have
7617         an appropriate liboil function.
7618
7619 2006-02-28  Wim Taymans  <wim@fluendo.com>
7620
7621         * gst-libs/gst/audio/gstbaseaudiosink.c:
7622         (gst_base_audio_sink_provide_clock):
7623         Don't try to provide a clock in the NULL state.
7624
7625 2006-02-28  Wim Taymans  <wim@fluendo.com>
7626
7627         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_receive_event),
7628         (gst_ogg_pad_event), (gst_ogg_pad_internal_chain),
7629         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
7630         (gst_ogg_demux_deactivate_current_chain),
7631         (gst_ogg_demux_activate_chain), (gst_ogg_demux_do_seek),
7632         (gst_ogg_demux_perform_seek), (gst_ogg_demux_collect_info),
7633         (gst_ogg_demux_find_chains), (gst_ogg_demux_chain),
7634         (gst_ogg_demux_loop), (gst_ogg_demux_change_state):
7635         Use GstSegment infrastructure to remove duplicated code
7636         and handle more seek cases correctly.
7637
7638 2006-02-28  Wim Taymans  <wim@fluendo.com>
7639
7640         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
7641         (gst_ffmpegcsp_transform):
7642         Don't ignore return code from ffmpeg convert function.
7643
7644         * gst/ffmpegcolorspace/imgconvert.c: (img_convert):
7645         Split out some long statements to ease debugging.
7646
7647 2006-02-27  Jan Schmidt  <thaytan@mad.scientist.com>
7648
7649         * ext/libvisual/visual.c: (gst_visual_init),
7650         (gst_vis_src_negotiate), (get_buffer), (plugin_init):
7651         Don't use gst_pad_use_fixed_caps, because it prevents downstream from
7652         being able to renegotiate the size. Instead, use the negotiation
7653         algorithm from the goom plugin to pick an initial output caps. 
7654
7655         Also, allow theoretical libvisual plugins that might support non-GL 
7656         output even if they also do GL.
7657
7658 2006-02-26  Julien MOUTTE  <julien@moutte.net>
7659
7660         * ext/libvisual/visual.c: (gst_visual_init),
7661         (gst_visual_src_setcaps), (get_buffer), (gst_visual_chain),
7662         (plugin_init): Load only non GL plugins. Fix some memleaks and 
7663         possible negotiation issues.
7664
7665 2006-02-25  Julien MOUTTE  <julien@moutte.net>
7666
7667         * gst-libs/gst/tag/tag.h: Adding Annodex tags here.
7668
7669 2006-02-24  Michael Smith  <msmith@fluendo.com>
7670
7671         * gst/typefind/gsttypefindfunctions.c: (mpeg4_video_type_find),
7672         (cmml_type_find), (plugin_init):
7673           Fix CMML type find function to not require a specific minor version
7674           of the CMML header.
7675
7676           Add an MPEG4 video elementary stream typefind function.
7677
7678 2006-02-04  Michael Smith  <msmith@fluendo.com>
7679
7680         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_parse_skeleton_fishead),
7681         (gst_ogg_pad_parse_skeleton_fisbone), (gst_ogg_pad_query_convert),
7682         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
7683         (gst_ogg_demux_perform_seek), (gst_ogg_demux_read_chain),
7684         (gst_ogg_demux_read_end_chain), (gst_ogg_demux_collect_chain_info),
7685         (gst_ogg_demux_change_state), (gst_annodex_granule_to_time):
7686           Annodex support in ogg demuxer. Doesn't do very much without the
7687           other annodex patches (to come).
7688
7689 2006-02-24  Tim-Philipp Müller  <tim at centricular dot net>
7690
7691         Patch by: Fabrizio Gennari <fabrizio dot get at tiscali dot it>
7692
7693         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
7694           Pick up palette for MS video v1 (#327028)
7695
7696 2006-02-24  Tim-Philipp Müller  <tim at centricular dot net>
7697
7698         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
7699         (gst_ffmpegcsp_caps_remove_format_info),
7700         (gst_ffmpegcsp_get_unit_size):
7701           The 'palette_data' field from incoming RGB caps shouldn't be
7702           proxied on outgoing YUV caps; also, restrict unit size
7703           adjustment in case of paletted data only to the unit that
7704           actually has a palette. Fixes #330711.
7705
7706 2006-02-24  Tim-Philipp Müller  <tim at centricular dot net>
7707
7708         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
7709         (gst_ffmpegcsp_transform_caps), (gst_ffmpegcsp_set_caps),
7710         (gst_ffmpegcsp_finalize), (gst_ffmpegcsp_class_init),
7711         (gst_ffmpegcsp_get_unit_size):
7712           Plug some memory leaks.
7713
7714 2006-02-24  Tim-Philipp Müller  <tim at centricular dot net>
7715
7716         * sys/ximage/Makefile.am:
7717         * sys/xvimage/Makefile.am:
7718           Add some _CFLAGS and _LIBS that seem to be missing
7719           and/or required for Cygwin (see #317048).
7720
7721 2006-02-22  Wim Taymans  <wim@fluendo.com>
7722
7723         * ext/alsa/gstalsasrc.c:
7724         Fix description as pointed out by caugier.
7725
7726 2006-02-22  Tommi Myöhänen  <ext-tommi do myohanen at nokia dot com>
7727
7728         Reviewed by : Edward Hervey  <edward@fluendo.com>
7729
7730         * gst/typefind/gsttypefindfunctions.c: (q3gp_type_find),
7731         (qt_type_find):
7732         Better 3gp typefinding (#331526).
7733
7734 2006-02-21  Tim-Philipp Müller  <tim at centricular dot net>
7735
7736         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_create):
7737           Don't send EOS event here, the base class will send one for us.
7738
7739         * gst/playback/gstplaybasebin.c: (prepare_output):
7740           Subpictures without video stream aren't allowed either.
7741         
7742         * gst/subparse/gstsubparse.c: (gst_subparse_type_find):
7743           Fix debug statement copy'n'paste-o.
7744
7745 2006-02-21  Tim-Philipp Müller  <tim at centricular dot net>
7746
7747         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_get_volume):
7748           Fix issues with mixer keeping state when muting/unmuting
7749           and when changing the volume whilst muted (see #331763
7750           and #331765).
7751
7752 2006-02-20  Tim-Philipp Müller  <tim at centricular dot net>
7753
7754         * gst/subparse/gstsubparse.c: (subrip_unescape_formatting),
7755         (parse_subrip), (gst_sub_parse_format_autodetect):
7756           Set right caps given that we send escaped text. Also,
7757           honour <i></i>, <b></b> and <u></u> markers that can be found
7758           in .srt files (fixes #310202).
7759
7760 2006-02-20  Tim-Philipp Müller  <tim at centricular dot net>
7761
7762         * gst-libs/gst/audio/mixerutils.c:
7763         (element_factory_rank_compare_func):
7764           Make order in which elements are tried more determinable.
7765
7766 2006-02-20  Julien MOUTTE  <julien@moutte.net>
7767
7768         * gst/playback/gstdecodebin.c: (get_our_ghost_pad),
7769         (remove_element_chain), (cleanup_decodebin),
7770         (gst_decode_bin_change_state): Make decodebin reusable by
7771         fixing remove_element_chain first and then introduce a
7772         cleaner in state change to ->NULL. (Closes #331678)
7773
7774 2006-02-19  Wim Taymans  <wim@fluendo.com>
7775
7776         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_open_file):
7777         use 0666 mask when creating files so umask gets applied
7778         correctly. Fixes #331295.
7779
7780 2006-02-19  Tim-Philipp Müller  <tim at centricular dot net>
7781
7782         * gst/subparse/Makefile.am:
7783         * gst/subparse/gstssaparse.c: (gst_ssa_parse_base_init),
7784         (gst_ssa_parse_dispose), (gst_ssa_parse_init),
7785         (gst_ssa_parse_class_init), (gst_ssa_parse_src_event),
7786         (gst_ssa_parse_sink_event), (gst_ssa_parse_setcaps),
7787         (gst_ssa_parse_remove_override_codes), (gst_ssa_parse_parse_line),
7788         (gst_ssa_parse_chain), (gst_ssa_parse_change_state):
7789         * gst/subparse/gstssaparse.h:
7790         * gst/subparse/gstsubparse.c: (plugin_init):
7791           Add very basic parser for SSA subtitle streams (as often
7792           found in matroska files).
7793
7794 2006-02-19  Tim-Philipp Müller  <tim at centricular dot net>
7795
7796         * gst/playback/gstdecodebin.c: (mimetype_is_raw):
7797           That should be text/x-pango-markup, not text/x-pango-layout.
7798
7799 2006-02-19  Julien MOUTTE  <julien@moutte.net>
7800
7801         * ext/pango/gsttextoverlay.c: (gst_text_overlay_finalize):
7802         Polishing.
7803
7804 2006-02-19  Julien MOUTTE  <julien@moutte.net>
7805
7806         * ext/pango/gsttextoverlay.c: (gst_text_overlay_base_init),
7807         (gst_text_overlay_finalize), (gst_text_overlay_init),
7808         (gst_text_overlay_setcaps), (gst_text_overlay_src_event),
7809         (gst_text_overlay_render_text), (gst_text_overlay_text_pad_link),
7810         (gst_text_overlay_text_event), (gst_text_overlay_video_event),
7811         (gst_text_overlay_pop_text), (gst_text_overlay_text_chain),
7812         (gst_text_overlay_video_chain), (gst_text_overlay_change_state):
7813         Fix state change deadlock.
7814
7815 2006-02-19  Julien MOUTTE  <julien@moutte.net>
7816
7817         * ext/pango/gsttextoverlay.c: (gst_text_overlay_base_init),
7818         (gst_text_overlay_finalize), (gst_text_overlay_init),
7819         (gst_text_overlay_setcaps), (gst_text_overlay_src_event),
7820         (gst_text_overlay_render_text), (gst_text_overlay_text_pad_link),
7821         (gst_text_overlay_text_event), (gst_text_overlay_video_event),
7822         (gst_text_overlay_pop_text), (gst_text_overlay_text_chain),
7823         (gst_text_overlay_video_chain), (gst_text_overlay_change_state):
7824         * ext/pango/gsttextoverlay.h: Fix seeking both for muxed formats
7825         and subtitles files.
7826
7827 2006-02-19  Julien MOUTTE  <julien@moutte.net>
7828
7829         * gst/playback/gstdecodebin.c: (mimetype_is_raw): pango layout
7830         should be considered as raw.
7831
7832 2006-02-19  Julien MOUTTE  <julien@moutte.net>
7833
7834         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type),
7835         (cb_probe):
7836         * gst/playback/gststreaminfo.h: Introduce language informations.
7837
7838 2006-02-18  Jan Schmidt  <thaytan@mad.scientist.com>
7839
7840         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
7841         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy):
7842         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
7843         (gst_xvimagesink_check_xshm_calls), (gst_xvimagesink_xvimage_new):
7844         Set shared memory segments to be deleted as soon as we have attached,
7845         that way they get cleaned up automatically if we crash.
7846
7847 2006-02-18  Julien MOUTTE  <julien@moutte.net>
7848
7849         * ext/pango/gstclockoverlay.c: (gst_clock_overlay_get_text): 
7850         * ext/pango/gsttimeoverlay.c: (gst_time_overlay_get_text): Those
7851         functions are called with lock held.
7852
7853 2006-02-18  Julien MOUTTE  <julien@moutte.net>
7854
7855         * ext/pango/gsttextoverlay.c: (gst_text_overlay_base_init),
7856         (gst_text_overlay_finalize), (gst_text_overlay_init),
7857         (gst_text_overlay_setcaps), (gst_text_overlay_src_event),
7858         (gst_text_overlay_render_text), (gst_text_overlay_text_pad_link),
7859         (gst_text_overlay_text_pad_unlink), (gst_text_overlay_text_event),
7860         (gst_text_overlay_video_event), (gst_text_overlay_pop_text),
7861         (gst_text_overlay_text_chain), (gst_text_overlay_video_chain),
7862         (gst_text_overlay_change_state): Refactoring of textoverlay
7863         without collectpads. This now supports sparse subtitles coming
7864         from a demuxer instead of a sub file. Seeking is still broken 
7865         though. Need to discuss with wtay some more on how to handle
7866         seeking correctly.
7867         * ext/pango/gsttextoverlay.h:
7868         * gst/playback/gstplaybin.c: (setup_sinks): Support linking with
7869         subtitles coming from the demuxer.
7870
7871 2006-02-17  Wim Taymans  <wim@fluendo.com>
7872
7873         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_convert_src),
7874         (gst_vorbisenc_convert_sink):
7875         Use some more scaling functions.
7876
7877 2006-02-17  Tim-Philipp Müller  <tim at centricular dot net>
7878
7879         * ext/cdparanoia/gstcdparanoiasrc.c:
7880         (gst_cd_paranoia_src_class_init), (gst_cd_paranoia_dummy_callback),
7881         (gst_cd_paranoia_paranoia_callback),
7882         (gst_cd_paranoia_src_signal_is_being_watched),
7883         (gst_cd_paranoia_src_read_sector):
7884         * ext/cdparanoia/gstcdparanoiasrc.h:
7885           Add back 'transport-error' and 'uncorrected-error' signals and
7886           make them actually be fired when bad stuff happens (#319340).
7887
7888 2006-02-17  Wim Taymans  <wim@fluendo.com>
7889
7890         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_get_type),
7891         (gst_ring_buffer_open_device), (gst_ring_buffer_close_device),
7892         (gst_ring_buffer_device_is_open), (gst_ring_buffer_acquire),
7893         (gst_ring_buffer_release), (gst_ring_buffer_set_flushing),
7894         (gst_ring_buffer_start), (gst_ring_buffer_pause_unlocked),
7895         (gst_ring_buffer_pause), (gst_ring_buffer_stop),
7896         (gst_ring_buffer_delay), (gst_ring_buffer_samples_done),
7897         (gst_ring_buffer_set_sample), (gst_ring_buffer_clear_all),
7898         (gst_ring_buffer_commit), (gst_ring_buffer_prepare_read),
7899         (gst_ring_buffer_clear):
7900         Small cleanups.
7901         Added some G_LIKELY.
7902
7903 2006-02-17  Wim Taymans  <wim@fluendo.com>
7904
7905         * gst-libs/gst/audio/TODO:
7906         Update TODO
7907
7908         * gst-libs/gst/audio/gstbaseaudiosink.c:
7909         (gst_base_audio_sink_get_offset):
7910         When trying to play samples ASAP and we don't have a
7911         previous sample, try to play at position 0 instead of
7912         an invalid position.
7913
7914 2006-02-17  Wim Taymans  <wim@fluendo.com>
7915
7916         * ext/alsa/gstalsasink.c: (gst_alsasink_open),
7917         (gst_alsasink_reset):
7918         Also release lock when we get an error in _reset();
7919         fix an error message.
7920
7921 2006-02-16  Tim-Philipp Müller  <tim at centricular dot net>
7922
7923         * ext/alsa/gstalsasink.c: (gst_alsasink_class_init),
7924         (gst_alsasink_init), (get_channel_free_structure),
7925         (caps_add_channel_configuration), (gst_alsasink_getcaps),
7926         (gst_alsasink_close):
7927         * ext/alsa/gstalsasink.h:
7928           Add support for more than 2 channels (#326720).
7929
7930 2006-02-16  Tim-Philipp Müller  <tim at centricular dot net>
7931
7932         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
7933           Set codec_name for WAVEFORMATEX as well. When we have 'normal PCM'
7934           with 4 or 6 channels, assume a default channel layout to make things
7935           work (not sure there's anything else we can do in those cases).
7936
7937 2006-02-16  Tim-Philipp Müller  <tim at centricular dot net>
7938
7939         * gst-libs/gst/audio/multichannel.c:
7940           Minor docs fix.
7941
7942         * gst-libs/gst/riff/Makefile.am:
7943         * gst-libs/gst/riff/riff-ids.h:
7944         * gst-libs/gst/riff/riff-media.c:
7945         (gst_riff_wavext_add_channel_layout), (gst_riff_create_audio_caps):
7946           Add support for WAVEFORMATEX, eg. PCM audio with more than two
7947           channels and a channel layout map.
7948           
7949 2006-02-16  Mathieu Garcia <b0nk at free dot fr>
7950
7951         Reviewed by Edward Hervey  <edward@fluendo.com>
7952
7953         * gst/videoscale/vs_scanline.c: (vs_scanline_resample_nearest_RGBA): 
7954         C-level optimization of the RGBA nearest neighbour function.
7955         Eventually this might end up in liboil with vectorized versions.
7956
7957 2006-02-16  Tim-Philipp Müller  <tim at centricular dot net>
7958
7959         * gst-libs/gst/audio/multichannel.c:
7960         (gst_audio_get_channel_positions):
7961           When we have more than 2 channels, but no channel layout is
7962           specified in the caps, return some default channel layout
7963           to the caller and warn about about a possibly buggy element
7964           (could be buggy filtercaps as well of course) (#317038).
7965
7966 2006-02-16  Tim-Philipp Müller  <tim at centricular dot net>
7967
7968         * pkgconfig/gstreamer-plugins-base-uninstalled.pc.in:
7969           Add gst-libs/gst/cdda to list of lib search paths.
7970
7971 2006-02-15  Andy Wingo  <wingo@pobox.com>
7972
7973         * ext/ogg/gstoggmux.c (gst_ogg_mux_collected): When updating
7974         timestamp, update timestamp_end as well. Fixes a bugaboo. I hope
7975         to the Lord Jesus that I do not have to touch the ogg muxer ever
7976         again.
7977
7978 2006-02-15  Edward Hervey  <edward@fluendo.com>
7979
7980         * gst/typefind/gsttypefindfunctions.c: (qt_type_find):
7981         quicktime movie files can also contain 'uuid' atoms.
7982
7983 2006-02-14  Tim-Philipp Müller  <tim at centricular dot net>
7984
7985         * gst/audioconvert/plugin.c: (plugin_init):
7986           Register the GstAudioChannelPosition enum type with the type
7987           system in the plugin_init function, so that it is known before
7988           any element actually makes use of multi-channel stuff. This is
7989           required for example if one wants to be able to deserialise/use
7990           a caps string with channel positions before any pipeline has
7991           been setup and started, like with gst-launch.
7992
7993 2006-02-14  Wim Taymans  <wim@fluendo.com>
7994
7995         * gst-libs/gst/audio/gstringbuffer.c:
7996         (gst_ring_buffer_pause_unlocked), (gst_ring_buffer_delay),
7997         (gst_ring_buffer_samples_done), (wait_segment),
7998         (gst_ring_buffer_commit), (gst_ring_buffer_clear):
7999         Add some compiler G_(UN_)LIKELY help.
8000         SIGNAL the ringbuffer waiters when going to PAUSED as well to
8001         make sure they can exit their functions. Should fix #330748
8002
8003 2006-02-13  Thomas Vander Stichele  <thomas at apestaart dot org>
8004
8005         * Makefile.am:
8006         * configure.ac:
8007         * win32/MANIFEST:
8008         * win32/common/_stdint.h:
8009           Windows does not have long long; copy the generated _stdint.h
8010         * win32/common/interfaces-enumtypes.c:
8011         (gst_color_balance_type_get_type), (gst_mixer_type_get_type),
8012         (gst_mixer_track_flags_get_type),
8013         (gst_tuner_channel_flags_get_type):
8014         * win32/common/multichannel-enumtypes.c:
8015         (gst_audio_channel_position_get_type):
8016           update
8017
8018 2006-02-13  Wim Taymans  <wim@fluendo.com>
8019
8020         * gst-libs/gst/audio/gstbaseaudiosink.c:
8021         (gst_base_audio_sink_get_time), (gst_base_audio_sink_preroll),
8022         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
8023         Always sync on first sample we receive when starting.
8024
8025 2006-02-13  Wim Taymans  <wim@fluendo.com>
8026
8027         * gst/playback/gstplaybin.c: (gen_vis_element):
8028         Update vis bin docs.
8029         Move queue after tee so we don't queue video buffers but
8030         audio samples instead. Fixes problems where the video queue
8031         is filled and the audio queue empty.
8032
8033 2006-02-13  Tim-Philipp Müller  <tim at centricular dot net>
8034
8035         * gst-libs/gst/cdda/gstcddabasesrc.c: (gst_cdda_base_src_create):
8036           No need to push an EOS event here, GstBaseSrc will do that for us
8037           when we return FLOW_UNEXPECTED.
8038           
8039 2006-02-12  Wim Taymans  <wim@fluendo.com>
8040
8041         * gst-libs/gst/audio/gstbaseaudiosink.c:
8042         (gst_base_audio_sink_get_time), (gst_base_audio_sink_setcaps),
8043         (gst_base_audio_sink_drain), (gst_base_audio_sink_preroll),
8044         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
8045         Use scale functions when possible.
8046         Fix error messages.
8047         Free clockid when after waiting for EOS.
8048         Use G_(UN_)LIKLY when it makes sense.
8049         Fix sample clipping bug found by Arwed v. Merkatz fixes #330789.
8050
8051 2006-02-12  Edward Hervey  <edward@fluendo.com>
8052
8053         * gst/playback/gstplaybasebin.c: (prepare_output): 
8054         Remove stray semi-colon (fixes #330888).
8055
8056 2006-02-12  Jan Schmidt  <thaytan@mad.scientist.com>
8057
8058         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls):
8059         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls):
8060         Fix up the XShm call testing so that we catch errors, and don't
8061         cause new ones by attempting to detach from a segment we failed
8062         to attach to. Fixes #312439.
8063
8064 2006-02-10  Edward Hervey  <edward@fluendo.com>
8065
8066         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
8067         Added flv file typefind (video/x-flv).
8068
8069 2006-02-10  Edward Hervey  <edward@fluendo.com>
8070
8071         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
8072         (gst_riff_create_video_template_caps):
8073         Added FLV1 <==> 'video/x-flash-video,flvversion=1' conversion.
8074         Also added the caps to the default set of riff video caps.
8075
8076 2006-02-09  Andy Wingo  <wingo@pobox.com>
8077
8078         * ext/ogg/gstoggmux.c (GstOggPad): Keep track of both the start
8079         time and the end time of the last packet in the page.
8080         (gst_ogg_mux_pad_queue_page): In addition to setting the timestamp
8081         on the pages in our queue, set the duration as well. Reflow a
8082         debug statement.
8083         (gst_ogg_mux_collected): Keep track of GstOggPad->timestamp_end.
8084         Fixes bad muxing order.
8085
8086 2006-02-09  Thomas Vander Stichele  <thomas at apestaart dot org>
8087
8088         * gst-libs/gst/rtp/gstbasertppayload.c:
8089         (gst_basertppayload_setcaps), (gst_basertppayload_push):
8090           update seqnum before setting it on the packet; this makes sure
8091           that the timestamp and seqnum properties match after pushing
8092           a buffer
8093
8094 2006-02-09  Andy Wingo  <wingo@pobox.com>
8095
8096         * gst-libs/gst/audio/gstringbuffer.c
8097         (gst_ring_buffer_samples_done): Cast to guint64, fixes an integer
8098         overflow after 13.5 hours of recording. Kapow!
8099
8100         * ext/alsa/gstalsasrc.c (gst_alsasrc_delay): Clamp the delay to
8101         the buffer size -- we don't care about underrun/overrun reporting
8102         right now, just need to return a useful value.
8103
8104 2006-02-09  Jan Schmidt  <thaytan@mad.scientist.com>
8105
8106         * configure.ac:
8107           Back to CVS
8108
8109 === release 0.10.3 ===
8110
8111 2006-02-09  Jan Schmidt <thaytan@mad.scientist.com>
8112
8113         * configure.ac:
8114           releasing 0.10.3, "Under Pressure"
8115
8116 2006-02-08  Jan Schmidt  <thaytan@mad.scientist.com>
8117
8118         * configure.ac:
8119         Drat. Bump libtool version number for new API.
8120         Prelease 0.10.2.3 (of 0.10.3)
8121
8122 2006-02-08  Jan Schmidt  <thaytan@mad.scientist.com>
8123
8124         * configure.ac:
8125         * win32/common/config.h:
8126         0.10.2.2 prerelease (of 0.10.3).
8127
8128 2006-02-08  Jan Schmidt  <thaytan@mad.scientist.com>
8129
8130         * gst/tcp/gsttcpclientsrc.c: (gst_tcp_client_src_create):
8131           Revert Andy's newsegment change pending a more correct
8132           fix.
8133
8134 2006-02-08  Thomas Vander Stichele  <thomas at apestaart dot org>
8135
8136         * gst/typefind/gsttypefindfunctions.c: (q3gp_type_find),
8137         (qt_type_find), (plugin_init):
8138           detect more files as 3gp
8139           group and reorder the iso file formats
8140
8141 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
8142
8143         * ext/vorbis/vorbis.c: (plugin_init):
8144           Register musicbrainz tags, so apps don't have to.
8145
8146 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
8147
8148         * gst-libs/gst/tag/gstvorbistag.c: (gst_tag_from_vorbis_tag),
8149         (gst_tag_to_vorbis_tag):
8150           Make sure we called gst_tag_register_musicbrainz_tags()
8151           before possibly mapping a vorbiscomment string from/to a
8152           musicbrainz tag.
8153
8154 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
8155
8156         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find):
8157           In case we can't find the required number of consecutive
8158           mpeg audio frames to positively identify an MPEG audio
8159           stream, check if there's at least a valid mpeg audio
8160           frame right at offset 0 and if so suggest mpeg/audio
8161           caps with a very low probability (#153004).
8162
8163 2006-02-07  Andy Wingo  <wingo@pobox.com>
8164
8165         * gst/tcp/gsttcpclientsrc.c (gst_tcp_client_src_create): Switch to
8166         a TIME segment if we get timestamped buffers. Requires recent
8167         fixes in core to work properly.
8168
8169 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
8170
8171         * gst/playback/gstplaybasebin.c: (prepare_output):
8172           Don't print the URI as part of the error message, it
8173           makes error dialogs look rather ugly, especially if
8174           the URI is very long or has characters in it that
8175           need escaping.
8176
8177 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
8178
8179         * gst/playback/gstplaybasebin.c: (prepare_output):
8180           Error out if we have only text or subtitles, but nothing
8181           else. Also error out if we have subtitles but no video
8182           stream.
8183
8184 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
8185
8186         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_create):
8187           Treat GNOME_VFS_RESULT_EOF as EOS, not as error (#329194).
8188           Post an error message on the bus when we encounter an
8189           error, which will hopefully be more meaningful than the
8190           'Internal Flow Error' message users get to see if we
8191           just return GST_FLOW_ERROR.
8192
8193 2006-02-07  Andy Wingo  <wingo@pobox.com>
8194
8195         * configure.ac (GST_MAJORMINOR): Update core version req to
8196         0.10.2.2, for the collectpads API addition (#330244).
8197
8198 2006-02-06  Tim-Philipp Müller  <tim at centricular dot net>
8199
8200         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
8201           Return FALSE from plugin_init() when GnomeVFS can't
8202           be initialised for some reason (#328423).
8203
8204 2006-02-06  Julien MOUTTE  <julien@moutte.net>
8205
8206         * ext/pango/gsttextoverlay.c: (gst_text_overlay_src_event): 
8207         Stick to seeking theory until i find the bug.
8208         * gst/subparse/gstsubparse.c: (parse_subrip): Fix debug.
8209
8210 2006-02-06  Jan Schmidt  <thaytan@mad.scientist.com>
8211
8212         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
8213         (theora_enc_finalize), (theora_enc_sink_setcaps),
8214         (theora_set_header_on_caps), (theora_enc_chain),
8215         (theora_enc_change_state):
8216         * tests/check/pipelines/theoraenc.c: (GST_START_TEST):
8217           Make theoraenc and the tests leak free. Like, really.
8218
8219 2006-02-06  Jan Schmidt  <thaytan@mad.scientist.com>
8220
8221         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
8222         (theora_enc_finalize), (theora_enc_sink_setcaps):
8223           Add a finalize method to ensure we clean up state even if
8224           someone omitted the state change back to NULL.
8225
8226         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_metadata_set1),
8227         (gst_vorbisenc_chain):
8228           Free some more leaked bits.
8229
8230         * tests/check/pipelines/theoraenc.c: (start_pipeline),
8231         (stop_pipeline):
8232           Wait for state changes to happen if they're ASYNC.
8233
8234           This ought to teach those fancy pants buildbots a lesson.
8235
8236 2006-02-05  Jan Schmidt  <thaytan@mad.scientist.com>
8237
8238         * gst-libs/gst/tag/gstid3tag.c:
8239           Add mapping for ID3 International Standard Recording Code
8240           tag "TSRC"
8241
8242 2006-02-05  Jan Schmidt  <thaytan@mad.scientist.com>
8243
8244         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_metadata_set1):
8245           Don't leak tag names.
8246
8247 2006-02-05  Tim-Philipp Müller  <tim at centricular dot net>
8248
8249         * docs/libs/gst-plugins-base-libs-docs.sgml:
8250         * docs/libs/gst-plugins-base-libs-sections.txt:
8251         * gst-libs/gst/tag/gstid3tag.c:
8252         * gst-libs/gst/tag/gstvorbistag.c:
8253         * gst-libs/gst/tag/tags.c:
8254           Split libgsttag docs into multiple sections.
8255
8256 2006-02-05  Tim-Philipp Müller  <tim at centricular dot net>
8257
8258         * docs/libs/Makefile.am:
8259         * docs/libs/gst-plugins-base-libs-docs.sgml:
8260         * docs/libs/gst-plugins-base-libs-sections.txt:
8261         * gst-libs/gst/tag/gstid3tag.c: (gst_tag_from_id3_tag):
8262         * gst-libs/gst/tag/gstvorbistag.c:
8263         * gst-libs/gst/tag/tag.h:
8264         * gst-libs/gst/tag/tags.c:
8265           Add libgsttag to the docs.
8266
8267 2006-02-05  Julien MOUTTE  <julien@moutte.net>
8268
8269         * ext/pango/gsttextoverlay.c: (gst_text_overlay_finalize),
8270         (gst_text_overlay_init), (gst_text_overlay_src_event),
8271         (gst_text_overlay_collected): Fix clockoverlay.
8272
8273 2006-02-05  Tim-Philipp Müller  <tim at centricular dot net>
8274
8275         * docs/libs/compiling.sgml:
8276           Fix typo: it's pkg-config, not pkg-gconfig
8277
8278         * docs/libs/gst-plugins-base-libs-docs.sgml:
8279         * docs/libs/gst-plugins-base-libs-sections.txt:
8280         * docs/libs/tmpl/gstgconf.sgml:
8281           There is no libgstgconf in 0.10, remove it
8282           from the docs.
8283
8284 2006-02-05  Julien MOUTTE  <julien@moutte.net>
8285
8286         * docs/libs/tmpl/gstcolorbalance.sgml: Updated.
8287         * ext/pango/gsttextoverlay.c: (gst_text_overlay_init),
8288         (gst_text_overlay_src_event), (gst_text_overlay_collected):
8289         * gst/subparse/gstsubparse.c: (gst_sub_parse_dispose),
8290         (gst_sub_parse_class_init), (gst_sub_parse_init),
8291         (gst_sub_parse_src_event), (parse_mdvdsub), (parse_subrip),
8292         (parse_mpsub), (parser_state_init), (handle_buffer),
8293         (gst_sub_parse_chain), (gst_sub_parse_sink_event), (plugin_init):
8294         * gst/subparse/gstsubparse.h: Introduce seeking code.
8295
8296 2006-02-05  Tim-Philipp Müller  <tim at centricular dot net>
8297
8298         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add):
8299           Add comment about LANGUAGE tag inconsistency (we want
8300           ISO-639-1, but extract three-letter identifiers?)
8301
8302         * po/POTFILES.in:
8303           Add two translatable files.
8304
8305 2006-02-05  Tim-Philipp Müller  <tim at centricular dot net>
8306
8307         * gst-libs/gst/tag/Makefile.am:
8308         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add):
8309         * gst-libs/gst/tag/tag.h:
8310         * gst-libs/gst/tag/tags.c:
8311         (gst_tag_register_musicbrainz_tags_internal),
8312         (gst_tag_register_musicbrainz_tags):
8313           Forward-port some tags stuff from the 0.8 branch. This is
8314           mostly the addition of musicbrainz tags and their mapping
8315           to vorbistags, and a vorbistag mapping of the language tag.
8316
8317 2006-02-05  Julien MOUTTE  <julien@moutte.net>
8318
8319         * gst/playback/gstplaybin.c: (gen_text_element): Fix broken code
8320         refactoring.
8321
8322 2006-02-04  David Schleef  <ds@schleef.org>
8323
8324         * ext/ogg/gstoggmux.c:
8325         * gst/typefind/gsttypefindfunctions.c:
8326           Add Dirac typefinding and add dirac format to oggmux.
8327
8328 2006-02-03  Tim-Philipp Müller  <tim at centricular dot net>
8329
8330         * gst/playback/gstdecodebin.c: (try_to_link_1):
8331           Don't put essential function call into
8332           g_return_*() macro, otherwise it'll all be
8333           replaced by NOOPs when compiling with
8334           G_DISABLE_CHECKS defined.
8335
8336 2006-02-03  Edgard Lima <edgard.lima@indt.org.br>
8337
8338         * ext/ogg/gstoggdemux.c:
8339         * ext/ogg/gstoggparse.c:
8340         * gst/tcp/gsttcpserversink.c:
8341         * sys/v4l/v4lsrc_calls.c:
8342         * sys/v4l/v4lsrc_calls.h:
8343         Just make it compile with --disable-gst-debug.
8344
8345 2006-02-03  Wim Taymans  <wim@fluendo.com>
8346
8347         * ext/alsa/gstalsasink.c: (gst_alsasink_finalise),
8348         (gst_alsasink_class_init), (gst_alsasink_init),
8349         (gst_alsasink_write), (gst_alsasink_reset):
8350         * ext/alsa/gstalsasink.h:
8351         Add lock to protect alsa calls.
8352         Implement reset to flush samples ASAP, does not work
8353         with dmix though.
8354
8355 2006-02-02  Wim Taymans  <wim@fluendo.com>
8356
8357         * gst-libs/gst/audio/gstbaseaudiosink.c:
8358         (gst_base_audio_sink_provide_clock):
8359         Ugh.. getting late I guess...
8360
8361 2006-02-02  Wim Taymans  <wim@fluendo.com>
8362
8363         * gst-libs/gst/audio/gstbaseaudiosink.c:
8364         (gst_base_audio_sink_provide_clock),
8365         (gst_base_audio_sink_set_property),
8366         (gst_base_audio_sink_get_property), (gst_base_audio_sink_render):
8367         Don't try to provide a clock when we are not negotiated since
8368         we might not be able to make it run.
8369
8370 2006-02-02  Tim-Philipp Müller  <tim at centricular dot net>
8371
8372         * gst/playback/gstdecodebin.c: (try_to_link_1):
8373           Unlinking two source pads is ... hard.
8374
8375 2006-02-02  Wim Taymans  <wim@fluendo.com>
8376
8377         * gst-libs/gst/audio/TODO:
8378         Updated.
8379
8380         * gst-libs/gst/audio/gstbaseaudiosink.c:
8381         (gst_base_audio_sink_drain), (gst_base_audio_sink_event):
8382         On EOS, wait till the last sample is played before posting EOS.
8383
8384 2006-02-01  Philippe Kalaf <burger at speedy dot org>
8385
8386         * gst-libs/gst/rtp/gstbasertpdepayload.c:
8387           Patch by Kai Vehmanen : Adds ability to enable newsegment bypass by
8388           setting queue_delay to zero. Also avoid thread being started if
8389           queue_delay is zero.
8390
8391 2006-02-01  Tim-Philipp Müller  <tim at centricular dot net>
8392
8393         * gst/playback/test6.c: (new_decoded_pad_cb), (show_error), (main):
8394           Make test work again by connecting fakesinks to each decoded pad,
8395           which makes the pipeline wait until each fakesink has a buffer
8396           queued before going to PAUSED state. At that point we know the
8397           decodebin pads are negotiated.
8398
8399 2006-02-01  Tim-Philipp Müller  <tim at centricular dot net>
8400
8401         * gst-libs/gst/cdda/gstcddabasesrc.c: (gst_cdda_base_src_query),
8402         (gst_cdda_base_src_handle_event):
8403         * gst/audiotestsrc/gstaudiotestsrc.c: (gst_audio_test_src_query):
8404           Pass unhandled queries to the parent class's query function.
8405
8406 2006-02-01  Tim-Philipp Müller  <tim at centricular dot net>
8407
8408         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_query_types),
8409         (gst_ogg_pad_src_query):
8410         * ext/ogg/gstogmparse.c: (gst_ogm_parse_sink_query):
8411         * ext/theora/theoradec.c: (theora_dec_src_query),
8412         (theora_dec_sink_query):
8413         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
8414         (vorbis_dec_sink_query):
8415         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_src_query),
8416         (gst_vorbisenc_sink_query):
8417         * gst/adder/gstadder.c: (gst_adder_query):
8418           Pass unhandled queries upstream instead of just
8419           dropping them (#326447). Also, fix supported
8420           query types list for some elements.
8421
8422 2006-02-01  Tim-Philipp Müller  <tim at centricular dot net>
8423
8424         * gst/typefind/gsttypefindfunctions.c: (au_type_find),
8425         (paris_type_find), (ilbc_type_find), (plugin_init):
8426           Fix typefinding for audio/x-au, audio/x-paris and
8427           audio/iLBC-sh. We cannot use the START_WITH macros
8428           here, because there can only be one typefind factory
8429           with the same name (caps), so the second one would
8430           replace the first one and the first one would never
8431           be called when doing typefinding (see #161712).
8432           
8433
8434 2006-01-31  Wim Taymans  <wim@fluendo.com>
8435
8436         * ext/vorbis/vorbisdec.c: (vorbis_dec_convert),
8437         (vorbis_handle_header_packet), (vorbis_dec_push),
8438         (vorbis_handle_data_packet):
8439         Use scale_int when we can, add some more scaling.
8440         Check packettype before parsing it.
8441
8442 2006-01-31  Wim Taymans  <wim@fluendo.com>
8443
8444         * ext/theora/theoradec.c: (_theora_granule_time),
8445         (theora_dec_src_convert), (theora_dec_sink_convert):
8446         Call right _scale functions.
8447         Use parameter instead of some other random value.
8448
8449 2006-01-31  Wim Taymans  <wim@fluendo.com>
8450
8451         * ext/theora/theoradec.c: (_theora_granule_frame),
8452         (_theora_granule_time), (_inc_granulepos),
8453         (theora_dec_src_convert), (theora_dec_sink_convert),
8454         (theora_handle_type_packet), (theora_handle_data_packet),
8455         (theora_dec_chain):
8456         Use higher precision timestamps calculation.
8457         Convert some other conversions to _scale.
8458
8459 2006-01-31  Stefan Kost  <ensonic@users.sf.net>
8460
8461         * gst/audiotestsrc/gstaudiotestsrc.c:
8462         (gst_audio_test_src_create_sine_table), (plugin_init):
8463         * gst/volume/gstvolume.c: (plugin_init):
8464           initialize gst_controller before using
8465
8466 2006-01-31  Jan Schmidt  <thaytan@mad.scientist.com>
8467
8468         * tests/check/pipelines/theoraenc.c:
8469         * tests/check/pipelines/vorbisenc.c:
8470         Define constant using G_GINT64_CONSTANT to avoid errors when
8471         passing it around - otherwise it gets truncated to 32 bits.
8472
8473         Fixes failing tests.
8474
8475 2006-01-31  Andy Wingo  <wingo@pobox.com>
8476
8477         * sys/v4l/gstv4lsrc.c (gst_v4lsrc_set_caps): Don't segfault if the
8478         caps being set doesn't have a framerate value. Basically a stopgap
8479         measure.
8480
8481         * ext/ogg/gstoggmux.c (GST_BUFFER_END_TIME): New macro. Not
8482         technically correct enough to put into core though.
8483         (gst_ogg_mux_dequeue_page): Use END_TIME instead of TIMESTAMP +
8484         DURATION. Fixes theoraenc ! oggmux.
8485
8486         * sys/v4l/gstv4lsrc.c (gst_v4lsrc_fixate): Fixate to the nearest
8487         fraction, not double.
8488
8489 2006-01-31  Sebastien Moutte  <sebastien@moutte.net>
8490
8491         * win32/vs7:
8492         add vs7 project files created by Sergey Scobich
8493
8494 2006-01-30  Sebastien Moutte  <sebastien@moutte.net>
8495
8496         * win32/vs8:
8497         add vs8 project files created by Sergey Scobich
8498         
8499 2006-01-30  Andy Wingo  <wingo@pobox.com>
8500
8501         * ext/ogg/gstoggmux.c (gst_ogg_mux_dequeue_page): Compare
8502         timestamp + duration, not just timestamp -- ogg pages should be
8503         ordered by stop time. Necessary fix given the change in vorbis
8504         timestamps.
8505
8506         * ext/theora/theoraenc.c (theora_enc_sink_setcaps) 
8507         (gst_theora_enc_init): Pull the granule shift out of the encoder.
8508         (granulepos_add): New function, handles the messiness of adjusting
8509         granulepos values.
8510         (theora_buffer_from_packet):
8511         (theora_enc_chain):
8512         (theora_enc_sink_event): Use granulepos_add, not +.
8513
8514         * tests/check/pipelines/theoraenc.c
8515         (check_buffer_granulepos_from_starttime): Just check the frame
8516         count, not the actual granulepos -- we can't dictate to the
8517         encoder when it should be placing keyframes.
8518
8519 2006-01-30  Thomas Vander Stichele  <thomas at apestaart dot org>
8520
8521         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_start):
8522           SERVICE_NOT_AVAILABLE happens for example when you're trying to
8523           play an http:// stream from a server that's not serving
8524
8525 2006-01-30  Andy Wingo  <wingo@pobox.com>
8526
8527         * tests/check/pipelines/vorbisenc.c (TIMESTAMP_OFFSET): 
8528         * tests/check/pipelines/theoraenc.c (TIMESTAMP_OFFSET): Totally
8529         remove the UINT64_CONSTANT macro, doesn't appear to be needed or
8530         available.
8531
8532         * ext/theora/gsttheoraenc.h:
8533         * ext/theora/theoraenc.c: Same changes as were done to vorbisenc,
8534         although theoraenc was timestamping correctly. Added handling of
8535         streams that start with nonzero timestamps.
8536
8537         * tests/check/Makefile.am:
8538         * tests/check/pipelines/theoraenc.c: New file, basically does same
8539         tests as vorbisenc.
8540
8541         * tests/check/pipelines/vorbisenc.c: I claim these bugs.
8542
8543 2006-01-30  Wim Taymans  <wim@fluendo.com>
8544
8545         * gst-libs/gst/audio/gstaudiosink.c:
8546         (gst_audioringbuffer_class_init), (gst_audioringbuffer_release),
8547         (gst_audioringbuffer_pause):
8548         Implement pause that does not wait for completion.
8549
8550         * gst-libs/gst/audio/gstbaseaudiosink.c:
8551         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
8552         Don't drop buffers when going to PAUSED but perform preroll on
8553         remaining samples now that core base class supports this.
8554
8555         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_release),
8556         (gst_ring_buffer_pause_unlocked), (gst_ring_buffer_stop),
8557         (gst_ring_buffer_commit):
8558         Pause should not signal waiters.
8559         Implement return value of _commit correctly.
8560
8561 2006-01-30  Andy Wingo  <wingo@pobox.com>
8562
8563         * tests/check/Makefile.am (check_vorbis): Add pipelines/vorbisenc.
8564
8565         * ext/vorbis/vorbisenc.c (gst_vorbisenc_buffer_from_packet): Logic
8566         updated to timestamp from the first sample, not the last.
8567         (gst_vorbisenc_buffer_from_header_packet): New function, takes
8568         special care of granulepos and timestamp for header packets.
8569         (gst_vorbisenc_chain): Reflow, fix some leaks, and handle the case
8570         when the first buffer has a nonzero timestamp.
8571
8572         * ext/vorbis/vorbisenc.h (GstVorbisEnc.granulepos_offset)
8573         (GstVorbisEnc.subgranule_offset): New members. Take care of the
8574         case when the first audio buffer we get has a nonzero timestamp.
8575         (GstVorbisEnc.next_ts): Renamed from prev_ts, because now we
8576         properly timestamp vorbis buffers with the time of the first
8577         sample, not the last.
8578         
8579         * ext/vorbis/vorbisenc.c (granulepos_to_clocktime): Renamed from
8580         vorbis_granule_time_copy -- now it takes the granule/subgranule
8581         offset into account.
8582
8583         * tests/check/pipelines/vorbisenc.c: New test for correctness of
8584         timestamps, durations, and granulepos on buffers produced by
8585         vorbisenc.
8586
8587 2006-01-30  Jan Schmidt  <thaytan@mad.scientist.com>
8588
8589         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
8590         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt):
8591           Patch from Eric Jonas to support conversions to/from UYVY 
8592           (Fixes: #324626)
8593
8594 2006-01-30  Julien MOUTTE  <julien@moutte.net>
8595
8596         * gst/playback/gstplaybasebin.c: (group_commit), (queue_overrun),
8597         (setup_subtitle), (setup_source), (set_active_source):
8598         * gst/playback/gstplaybin.c: (gst_play_bin_dispose),
8599         (gen_text_element), (gen_audio_element), (gen_vis_element),
8600         (remove_sinks), (add_sink), (setup_sinks): Implement subtitles.
8601
8602 2006-01-29  Sebastien Moutte  <sebastien@moutte.net>
8603
8604         * gst-libs/gst/audio/audio.h: (GST_CLOCK_TIME_TO_FRAMES)
8605         * gst-libs/gst/audio/gstbaseaudiosink.c: (gst_base_audio_sink_render)
8606                 use gst_guint64_to_gdouble to be compliant with vs6
8607         * gst/playback/gstdecodebin.c: (try_to_link_1)
8608         * gst/videorate/videorate.c: (gst_video_rate_blank_data)
8609                 use G_GINT64_CONSTANT for int64 constants
8610         * win32/common/libgstinterfaces.def:
8611                 export some symbols (gst_mixer_get_type,gst_mixer_track_get_type)
8612         * win32/vs6:
8613                 update and add new project files
8614                 
8615 2006-01-29  Thomas Vander Stichele  <thomas at apestaart dot org>
8616
8617         * Makefile.am:
8618         * win32/MANIFEST:
8619         * win32/common/interfaces-enumtypes.c:
8620         (gst_color_balance_type_get_type), (gst_mixer_type_get_type),
8621         (gst_mixer_track_flags_get_type),
8622         (gst_tuner_channel_flags_get_type):
8623         * win32/common/interfaces-enumtypes.h:
8624         * win32/common/multichannel-enumtypes.c:
8625         (gst_audio_channel_position_get_type):
8626         * win32/common/multichannel-enumtypes.h:
8627           add a win32-update rule like in core, and copy over enumtypes files
8628
8629 2006-01-29  Thomas Vander Stichele  <thomas at apestaart dot org>
8630
8631         * win32/MANIFEST:
8632         * win32/common/config.h:
8633         * win32/common/config.h.in:
8634           add config files just like in core
8635
8636 2006-01-28  Tim-Philipp Müller  <tim at centricular dot net>
8637
8638         * gst-libs/gst/audio/gstringbuffer.c: (build_linear_format):
8639           Make gcc-4.1 happy (part of #327357).
8640
8641 2006-01-28  Thomas Vander Stichele  <thomas at apestaart dot org>
8642
8643         * ext/alsa/gstalsasink.c: (gst_alsasink_init), (set_hwparams),
8644         (set_swparams), (gst_alsasink_prepare), (gst_alsasink_unprepare),
8645         (gst_alsasink_close), (gst_alsasink_write), (gst_alsasink_reset):
8646         * ext/alsa/gstalsasrc.c: (gst_alsasrc_init), (set_hwparams),
8647         (set_swparams), (gst_alsasrc_open), (gst_alsasrc_prepare),
8648         (gst_alsasrc_unprepare), (gst_alsasrc_read):
8649           Update all error messages.  All of them should either use
8650           the default translated message, or actually provide a
8651           translatable string.
8652           Make the string for channel count problems meaningful.
8653
8654 2006-01-28  Thomas Vander Stichele  <thomas at apestaart dot org>
8655
8656         * sys/v4l/v4l_calls.c: (gst_v4l_open):
8657           check for and throw RESOURCE_BUSY
8658
8659 2006-01-27  David Schleef  <ds@schleef.org>
8660
8661         * gst/videoscale/vs_scanline.c: Oops, *that's* why I never
8662           checked in this change -- it requires liboil features not
8663           in 0.3.6.  Revert parts.
8664
8665 2006-01-27  David Schleef  <ds@schleef.org>
8666
8667         * REQUIREMENTS:
8668         * configure.ac: update liboil requirement to 0.3.6
8669         * gst/videoscale/Makefile.am:
8670         * gst/videoscale/vs_scanline.c: liboilify
8671
8672 2006-01-27  Jan Schmidt  <thaytan@mad.scientist.com>
8673
8674         * ext/libvisual/visual.c: (get_buffer):
8675           When pad_alloc returns a GstFlowReturn other
8676           than GST_FLOW_OK, make sure it is passed upstream.
8677
8678 2006-01-27  Jan Schmidt  <thaytan@mad.scientist.com>
8679
8680         * ext/alsa/gstalsasink.c: (gst_alsasink_finalise),
8681         (gst_alsasink_class_init):
8682           Free the device name string.
8683
8684         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
8685         (gst_ogg_mux_request_new_pad), (gst_ogg_mux_release_pad),
8686         (gst_ogg_mux_handle_src_event), (gst_ogg_mux_clear_collectpads):
8687           Don't remove a pad from the collectpads structure until it
8688           is released - it's a request pad, and may receive data again
8689           if the element gets moved back to PLAYING state.
8690
8691         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
8692           Ensure we turn on double buffering on the Xv port, and
8693           set the colour key to something dark and mysterious that
8694           isn't black.
8695
8696 2006-01-27  Thomas Vander Stichele  <thomas at apestaart dot org>
8697
8698         * ext/alsa/gstalsaplugin.c: (plugin_init):
8699         * ext/cdparanoia/gstcdparanoiasrc.c:
8700         (gst_cd_paranoia_src_base_init), (plugin_init):
8701         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
8702         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_plugin_init):
8703           - a library should not call setlocale. see "Libraries" node in
8704             gettext manual
8705           - make sure all plugins that use translation do bindtextdomain
8706             to point to the localedir
8707         * gst/playback/gstplaybin.c: (gen_vis_element), (add_sink),
8708         (setup_sinks), (plugin_init):
8709           all this, and check for NULL when creating sinks
8710
8711 2006-01-27  Julien MOUTTE  <julien@moutte.net>
8712
8713         * gst/subparse/gstsubparse.c: (gst_subparse_type_find),
8714         (plugin_init): Make typefinding of subtitles work again.
8715
8716 2006-01-26  Tim-Philipp Müller  <tim at centricular dot net>
8717
8718         * gst/typefind/gsttypefindfunctions.c: (aac_type_find),
8719         (mp3_type_frame_length_from_header), (mp3_type_find),
8720         (wavpack_type_find), (m4a_type_find), (ircam_type_find),
8721         (plugin_init):
8722           Backport a bunch of typefinding fixes from the 0.8 branch.
8723           Also, improve wavpack typefinding: if we can't peek the
8724           entire wavpack block, try to parse the bits we can get and
8725           see if we find what we're looking for in those.
8726
8727 2006-01-26  Julien MOUTTE  <julien@moutte.net>
8728
8729         * sys/ximage/ximagesink.c:
8730         (gst_ximagesink_calculate_pixel_aspect_ratio):
8731         * sys/xvimage/xvimagesink.c:
8732         (gst_xvimagesink_calculate_pixel_aspect_ratio): Handle some
8733         more cases of pixel aspect ratio.
8734
8735 2006-01-26  Edward Hervey  <edward@fluendo.com>
8736
8737         * gst/playback/gstdecodebin.c: (pad_probe):
8738         Also consider the flush-start and tag events as unblockers
8739         for the pad probes.
8740
8741 2006-01-26  Julien MOUTTE  <julien@moutte.net>
8742
8743         * gst/playback/gstplaybin.c: (gst_play_bin_init),
8744         (gst_play_bin_dispose), (gst_play_bin_vis_unblocked),
8745         (gst_play_bin_vis_blocked), (gst_play_bin_set_property): 
8746         On the fly visualisation switch, works disabling, enabling as
8747         well but it won't be able to enable vis in a playbin that was
8748         created with no visualisation.
8749
8750 2006-01-25  Wim Taymans  <wim@fluendo.com>
8751
8752         * gst-libs/gst/audio/gstbaseaudiosink.c:
8753         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
8754         Undo previous commit that returned WRONG_STATE sooner, it breaks 
8755         resume after pause.
8756
8757 2006-01-25  Wim Taymans  <wim@fluendo.com>
8758
8759         * gst-libs/gst/audio/gstbaseaudiosink.c:
8760         (gst_base_audio_sink_setcaps), (gst_base_audio_sink_event),
8761         (gst_base_audio_sink_preroll), (gst_base_audio_sink_render):
8762         Improve debugging.
8763         Post error when caps cannot be parsed.
8764         Resync on discontinuity in the stream.
8765         Clip samples to segment boundaries.
8766         return WRONG_STATE sooner when we are flushing.
8767
8768         * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_init),
8769         (gst_base_audio_src_get_time), (gst_base_audio_src_create):
8770         Make audiosrc operate in TIME.
8771         Set TIMESTAMP and DURATION on buffers.
8772
8773 2006-01-24  Tim-Philipp Müller  <tim at centricular dot net>
8774
8775         * tests/examples/seek/seek.c: (main):
8776           Output tag messages as well.
8777
8778 2006-01-23  Edward Hervey  <edward@fluendo.com>
8779
8780         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
8781         (free_pad_probes), (remove_fakesink), (pad_probe),
8782         (close_pad_link), (gst_decode_bin_change_state):
8783         Replace GstPadBlockCallback with pad probes that detect
8784         first buffer AND eos before removing fakesink.
8785         Fixes hang with demuxers doing EOS while pre-rolling.
8786         Solves #328279
8787
8788 2006-01-23  Andy Wingo  <wingo@pobox.com>
8789
8790         * ext/alsa/gstalsasink.c:
8791         * gst-libs/gst/rtp/gstbasertpdepayload.c:
8792         (gst_base_rtp_depayload_setcaps),
8793         (gst_base_rtp_depayload_add_to_queue),
8794         (gst_base_rtp_depayload_queue_release): GCC 2.95 fixes (#328263).
8795         
8796         Patch by: Jens Granseuer <jensgr at gmx dot net>
8797
8798 2006-01-22  Julien MOUTTE  <julien@moutte.net>
8799
8800         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_destroy):
8801         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
8802         (gst_xvimagesink_buffer_alloc): Playbin keeps some ref to some 
8803         frames. We might get a frame destroyed after changing state to
8804         NULL, adding a safety check on xcontext.
8805
8806 2006-01-22  Tim-Philipp Müller  <tim at centricular dot net>
8807
8808         * gst-libs/gst/interfaces/xoverlay.c:
8809           Fix prepare-xwindow-id code example in the docs - we need to
8810           ignore all messages that aren't element messages as well.
8811           
8812 2006-01-21  Julien MOUTTE  <julien@moutte.net>
8813
8814         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_buffer_alloc):
8815           I think one day i'll completely undestand how caps negotiation
8816           is supposed to work. This refactoring handles buffer_alloc
8817           called with caps we can't handle. We definitely don't want a
8818           set_caps with those caps, so we define and allocate a buffer
8819           we would like to receive.
8820
8821 2006-01-19  Tim-Philipp Müller  <tim at centricular dot net>
8822
8823         * gst/playback/gstplaybasebin.c: (setup_source):
8824           Free iterator when done.
8825
8826 2006-01-17  Jan Schmidt  <thaytan@mad.scientist.com>
8827
8828         * gst-libs/gst/audio/gstbaseaudiosink.c:
8829         (gst_base_audio_sink_render):
8830           Fix playback of non-synchronised streams by assuming a rate
8831           of 1.0 instead of a random one.
8832
8833           Makes this work again:
8834
8835           gst-launch filesrc location=raw_audio.file ! 'audio/x-raw-int,
8836           endianness=(int)4321, signed=(boolean)true, width=(int)16,
8837           depth=(int)16, rate=(int)44100, channels=(int)2' ! audioconvert !
8838           audioresample ! alsasink
8839
8840 === release 0.10.2 ===
8841
8842 2006-01-16  Thomas Vander Stichele <thomas at apestaart dot org>
8843
8844         * configure.ac:
8845           releasing 0.10.2, "Then the devil is six"
8846
8847 2006-01-16  Jan Schmidt  <thaytan@mad.scientist.com>
8848
8849         * gst/playback/gststreaminfo.c: (gst_stream_info_set_mute):
8850         * gst/playback/gststreamselector.c:
8851         (gst_stream_selector_set_property):
8852           Comment out broken code that connects to the state-changed signal.
8853           At this point, changing current stream selection is broken, but 
8854           stuff like gst-launch playbin current-audio=1 works and filters
8855           to the chosen stream.
8856
8857 2006-01-16  Thomas Vander Stichele  <thomas at apestaart dot org>
8858
8859         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
8860           Fix #327216 (null dereference in vorbisdec)
8861
8862 2006-01-16  Tim-Philipp Müller  <tim at centricular dot net>
8863
8864         * ext/theora/theoradec.c: (theora_handle_comment_packet):
8865           Post taglist actually on bus instead of just freeing it
8866           (fixes #327114 and totem bug #327080).
8867
8868         * ext/vorbis/vorbisdec.c: (vorbis_handle_comment_packet):
8869           Use gst_element_found_tags_for_pad(), so that the tags
8870           are sent downstream as an event as well.
8871
8872 2006-01-15  Thomas Vander Stichele  <thomas at apestaart dot org>
8873
8874         * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
8875         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_put),
8876         (gst_ximagesink_buffer_alloc):
8877         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_finalize),
8878         (gst_xvimagesink_xvimage_put), (gst_xvimagesink_show_frame),
8879         (gst_xvimagesink_buffer_alloc):
8880           move all regularly occurring messages to GST_LOG level
8881           add some more object logs
8882
8883 2006-01-14  Thomas Vander Stichele  <thomas at apestaart dot org>
8884
8885         * ext/ogg/gstoggmux.c: (gst_ogg_mux_collected):
8886           fix a silly segfault
8887
8888 2006-01-14  Tim-Philipp Müller  <tim at centricular dot net>
8889
8890         * docs/libs/gst-plugins-base-libs-docs.sgml:
8891         * docs/libs/gst-plugins-base-libs-sections.txt:
8892         * gst-libs/gst/audio/mixerutils.c:
8893         * gst-libs/gst/audio/mixerutils.h:
8894           Add docs for mixerutils stuff.
8895
8896 2006-01-13  Tim-Philipp Müller  <tim at centricular dot net>
8897
8898         * gst/playback/gstplaybasebin.c: (setup_source):
8899           Fix playback for sources that emit raw audio or
8900           raw video streams (e.g.: cd audio sources) (#325984).
8901
8902 2006-01-13  Thomas Vander Stichele  <thomas at apestaart dot org>
8903
8904         * gst-libs/gst/audio/mixerutils.c:
8905         (gst_audio_mixer_filter_do_filter):
8906           actually save the element we create
8907
8908 2006-01-12  Tim-Philipp Müller  <tim at centricular dot net>
8909
8910         * gst-libs/gst/cdda/gstcddabasesrc.c:
8911         (gst_cdda_base_src_handle_track_seek):
8912           No need to post a tag message on the bus when seeking
8913           within the same track, only post it when the current
8914           track changes.
8915
8916 2006-01-11  Jan Schmidt  <thaytan@mad.scientist.com>
8917
8918         * gst/playback/gstplaybasebin.c: (group_destroy),
8919         (probe_triggered), (new_decoded_pad), (mute_group_type),
8920         (set_active_source):
8921         * gst/playback/gststreaminfo.c: (gst_stream_info_set_mute):
8922         * gst/playback/gststreamselector.c:
8923         (gst_stream_selector_base_init),
8924         (gst_stream_selector_set_property),
8925         (gst_stream_selector_request_new_pad):
8926           Reenable stream selection. These mechanisms need a complete overhaul
8927           in the face of 0.8->0.10 changes though.
8928
8929 2006-01-11  Jan Schmidt  <thaytan@mad.scientist.com>
8930
8931         * ext/ogg/gstoggdemux.c:
8932           Change the pad template to src_%d to match the pads that 
8933           are created from it. decodebin needs this information in order
8934           to decide that oggdemux is capable of producing multiple pads
8935           (and hence needs queues inserted).
8936
8937         * ext/ogg/gstoggmux.c: (gst_ogg_mux_queue_pads),
8938         (gst_ogg_mux_collected):
8939           Make debug output more useful by using GST_PTR_FORMAT.
8940
8941 2006-01-11  Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
8942
8943         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
8944
8945         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_parse_caps):
8946           Set depth and width for alaw/mulaw (fixes #326601).
8947
8948 2006-01-11  Thomas Vander Stichele  <thomas at apestaart dot org>
8949
8950         * tests/icles/Makefile.am:
8951           don't build the tests if we don't have the libs
8952
8953 2006-01-10  Tim-Philipp Müller  <tim at centricular dot net>
8954
8955         * ext/cdparanoia/gstcdparanoiasrc.c: (gst_cd_paranoia_src_close),
8956         (gst_cd_paranoia_paranoia_callback):
8957           Don't try to free NULL pointers.
8958
8959 2006-01-10  Edward Hervey  <edward@fluendo.com>
8960
8961         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_chain),
8962         (gst_audio_rate_change_state), (plugin_init):
8963         Add debugging category.
8964         Fix type issues.
8965         Add case for incoming buffers without valid offset/offset_end.
8966
8967 2006-01-10  Michael Smith  <msmith@fluendo.com>
8968
8969         * gst-libs/gst/audio/gstaudiosrc.c: (gst_audioringbuffer_dispose):
8970           Don't leak GCond in audio sources.
8971
8972 2006-01-10  Jan Schmidt  <thaytan@mad.scientist.com>
8973
8974         * gst/playback/gstplaybin.c: (gen_audio_element):
8975           Don't leak an autoaudiosink/alsasink when we generate
8976           a new audio element. (old code, I guess)
8977
8978 2006-01-10  Michael Smith  <msmith@fluendo.com>
8979
8980         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_setcaps):
8981           Support float audio in audiorate.
8982           Use width rather than depth for selecting sample width.
8983
8984 2006-01-10  Tim-Philipp Müller  <tim at centricular dot net>
8985
8986         * gst/videotestsrc/videotestsrc.h:
8987           Use GLib types here (that way we don't have to include the
8988           generated _stdint.h header, which makes life easier for win32
8989           folks that don't use autotools for the build) (#325990, patch
8990           by: Sergey Scobich).
8991
8992 2006-01-10  Tim-Philipp Müller  <tim at centricular dot net>
8993
8994         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_init),
8995         (gst_ring_buffer_set_flushing), (gst_ring_buffer_start),
8996         (gst_ring_buffer_pause), (wait_segment):
8997         * gst-libs/gst/audio/gstringbuffer.h:
8998           Name (private) union, makes Forte compiler happy (this time
8999           for real) (#324900).
9000
9001 2006-01-09  Tim-Philipp Müller  <tim at centricular dot net>
9002
9003         * gst-libs/gst/audio/Makefile.am:
9004           Link against libgstinterfaces, needed for mixer
9005           and property probe stuff.
9006
9007 2006-01-09  Edward Hervey  <edward@fluendo.com>
9008
9009         * gst-libs/gst/Makefile.am:
9010
9011 2006-01-09  Tim-Philipp Müller  <tim at centricular dot net>
9012
9013         * gst-libs/gst/audio/Makefile.am:
9014         * gst-libs/gst/audio/mixerutils.c:
9015         (gst_audio_mixer_filter_do_filter),
9016         (gst_audio_mixer_filter_check_element),
9017         (gst_audio_mixer_filter_probe_feature),
9018         (element_factory_rank_compare_func),
9019         (gst_audio_default_registry_mixer_filter):
9020         * gst-libs/gst/audio/mixerutils.h:
9021           Add gst_audio_default_registry_mixer_filter() utility
9022           function.
9023
9024 2006-01-03  Michael Smith  <msmith@fluendo.com>
9025
9026         * gst/audioresample/resample.h:
9027           As before, but for o_buf
9028
9029 2006-01-03  Michael Smith  <msmith@fluendo.com>
9030
9031         * gst/audioresample/resample.h:
9032           Declare struct _ResampleState.buffer as unsigned char *, not void *,
9033           since we do arithmetic on it.
9034
9035 2006-01-02  Tim-Philipp Müller  <tim at centricular dot net>
9036
9037         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_init),
9038         (gst_ring_buffer_set_flushing), (gst_ring_buffer_start),
9039         (gst_ring_buffer_pause), (wait_segment):
9040         * gst-libs/gst/audio/gstringbuffer.h:
9041           Sun's Forte compiler doesn't seem to like anonymous structs,
9042           so use same setup as in GstBaseSrc (fixes #324900).
9043
9044 2005-12-30  Stefan Kost  <ensonic@users.sf.net>
9045
9046         * configure.ac:
9047         * gst/volume/Makefile.am:
9048         * gst/volume/demo.c:
9049           move old example to tests/examples/volume/volune.c
9050         * tests/examples/Makefile.am:
9051         * tests/examples/seek/seek.c: (main):
9052           change window-close event from "delete-event" to "destroy"
9053         * tests/examples/volume/Makefile.am:
9054         * tests/examples/volume/volume.c: (value_changed_callback),
9055         (setup_gui), (message_received), (eos_message_received), (main):
9056           fix event handling and bus usage
9057
9058 2005-12-29  Stefan Kost  <ensonic@users.sf.net>
9059
9060         * gst/audiotestsrc/gstaudiotestsrc.c:
9061         (gst_audiostestsrc_wave_get_type), (gst_audio_test_src_class_init),
9062         (gst_audio_test_src_init), (gst_audio_test_src_src_fixate),
9063         (gst_audio_test_src_query), (gst_audio_test_src_create_sine),
9064         (gst_audio_test_src_create_square),
9065         (gst_audio_test_src_create_saw),
9066         (gst_audio_test_src_create_triangle),
9067         (gst_audio_test_src_create_silence),
9068         (gst_audio_test_src_create_white_noise),
9069         (gst_audio_test_src_create_pink_noise),
9070         (gst_audio_test_src_init_sine_table),
9071         (gst_audio_test_src_create_sine_table),
9072         (gst_audio_test_src_change_wave),
9073         (gst_audio_test_src_change_volume), (gst_audio_test_src_do_seek),
9074         (gst_audio_test_src_create), (gst_audio_test_src_set_property):
9075         * gst/audiotestsrc/gstaudiotestsrc.h:
9076           update to basesrc changes, implement segmented seeking and eos
9077           handling, add a 'sine-tab' waveform for performance critical playback
9078
9079 2005-12-29  Tim-Philipp Müller  <tim at centricular dot net>
9080
9081         * po/POTFILES.in:
9082           ... and this time the other modified file that I missed last time.
9083
9084 2005-12-29  Michael Smith  <msmith@fluendo.com>
9085
9086         * gst/playback/gstdecodebin.c: (new_pad):
9087           Fix non-C89 variable declaration not at the start of a block. Should
9088           help some compilers.
9089
9090 2005-12-29  Tim-Philipp Müller  <tim at centricular dot net>
9091
9092         * tests/check/Makefile.am:
9093           And now fix 'make distcheck' (builddir != srcdir)
9094
9095 2005-12-29  Tim-Philipp Müller  <tim at centricular dot net>
9096
9097         * configure.ac:
9098         * ext/cdparanoia/Makefile.am:
9099         * ext/cdparanoia/gstcdparanoia.c:
9100         * ext/cdparanoia/gstcdparanoia.h:
9101         * ext/cdparanoia/gstcdparanoiasrc.c:
9102         (gst_cd_paranoia_mode_get_type), (gst_cd_paranoia_src_base_init),
9103         (gst_cd_paranoia_src_init), (gst_cd_paranoia_src_class_init),
9104         (gst_cd_paranoia_src_open), (gst_cd_paranoia_src_close),
9105         (gst_cd_paranoia_paranoia_callback),
9106         (gst_cd_paranoia_src_read_sector), (gst_cd_paranoia_src_finalize),
9107         (gst_cd_paranoia_src_set_property),
9108         (gst_cd_paranoia_src_get_property), (plugin_init):
9109         * ext/cdparanoia/gstcdparanoiasrc.h:
9110           New cdparanoiasrc element based on cddabasesrc; enable cdparanoia
9111           plugin again (there are still fixes required to playbin to make
9112           cdda:// uris work there).
9113
9114 2005-12-29  Tim-Philipp Müller  <tim at centricular dot net>
9115
9116         * tests/check/Makefile.am:
9117           Fix test case compilation.
9118
9119 2005-12-29  Tim-Philipp Müller  <tim at centricular dot net>
9120
9121         * gst-libs/gst/cdda/gstcddabasesrc.c:
9122         (gst_cdda_base_src_update_duration),
9123         (gst_cdda_base_src_calculate_cddb_id):
9124           An integer is not a string. Fix access to uninitialised variable.
9125
9126         * tests/check/Makefile.am:
9127           Add cddabasesrc unit test; also actually enable the vorbis test.
9128
9129         * tests/check/generic/states.c:
9130           Blacklist new cd audio elements as well.
9131
9132         * tests/check/libs/cddabasesrc.c:
9133           Unit test for GstCddaBaseSrc (discid calculation mostly).
9134
9135 2005-12-28  Tim-Philipp Müller  <tim at centricular dot net>
9136
9137         * docs/libs/Makefile.am:
9138         * docs/libs/gst-plugins-base-libs-docs.sgml:
9139         * docs/libs/gst-plugins-base-libs-sections.txt:
9140         * docs/libs/gst-plugins-base-libs.types:
9141           Add docs for libgstcdda/GstCddaBaseSrc.
9142
9143         * gst-libs/gst/interfaces/mixertrack.h:
9144           Do one struct member per line with a semicolon at the end, that way
9145           even gtk-doc might parse it without complaining.
9146
9147 2005-12-28  Tim-Philipp Müller  <tim at centricular dot net>
9148
9149         * configure.ac:
9150         * gst-libs/gst/Makefile.am:
9151         * gst-libs/gst/cdda/Makefile.am:
9152         * gst-libs/gst/cdda/base64.c:
9153         * gst-libs/gst/cdda/base64.h:
9154         * gst-libs/gst/cdda/gstcddabasesrc.c:
9155         (gst_cdda_base_src_mode_get_type), (gst_cdda_base_src_base_init),
9156         (gst_cdda_base_src_class_init), (gst_cdda_base_src_init),
9157         (gst_cdda_base_src_finalize), (gst_cdda_base_src_set_property),
9158         (gst_cdda_base_src_get_property),
9159         (gst_cdda_base_src_get_track_from_sector),
9160         (gst_cdda_base_src_get_query_types), (gst_cdda_base_src_convert),
9161         (gst_cdda_base_src_query), (gst_cdda_base_src_is_seekable),
9162         (gst_cdda_base_src_do_seek), (gst_cdda_base_src_handle_track_seek),
9163         (gst_cdda_base_src_handle_event), (gst_cdda_base_src_uri_get_type),
9164         (gst_cdda_base_src_uri_get_protocols),
9165         (gst_cdda_base_src_uri_get_uri), (gst_cdda_base_src_uri_set_uri),
9166         (gst_cdda_base_src_uri_handler_init),
9167         (gst_cdda_base_src_setup_interfaces),
9168         (gst_cdda_base_src_add_track), (gst_cdda_base_src_update_duration),
9169         (cddb_sum), (gst_cddabasesrc_calculate_musicbrainz_discid),
9170         (lba_to_msf), (gst_cdda_base_src_calculate_cddb_id),
9171         (gst_cdda_base_src_add_tags),
9172         (gst_cdda_base_src_add_index_associations),
9173         (gst_cdda_base_src_set_index), (gst_cdda_base_src_get_index),
9174         (gst_cdda_base_src_track_sort_func), (gst_cdda_base_src_start),
9175         (gst_cdda_base_src_clear_tracks), (gst_cdda_base_src_stop),
9176         (gst_cdda_base_src_create):
9177         * gst-libs/gst/cdda/gstcddabasesrc.h:
9178         * gst-libs/gst/cdda/sha1.c:
9179         * gst-libs/gst/cdda/sha1.h:
9180           Add new libgstcdda with GstCddaBaseSrc class.
9181
9182 2005-12-28  Tim-Philipp Müller  <tim at centricular dot net>
9183
9184         * ext/gnomevfs/gstgnomevfssink.h:
9185           Use GstBaseSinkClass as parent_class member for class struct, not
9186           GstBaseSink.
9187
9188 2005-12-27  Tim-Philipp Müller  <tim at centricular dot net>
9189
9190         Patch by: Michael Benes
9191
9192         * gst/videotestsrc/gstvideotestsrc.c:
9193         (gst_video_test_src_class_init), (gst_video_test_src_start):
9194           Add start method to reset running time and number of frames sent
9195           when starting up (fixes #324696)
9196
9197 2005-12-27  Tim-Philipp Müller  <tim at centricular dot net>
9198
9199         * docs/plugins/Makefile.am:
9200         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
9201         * docs/plugins/gst-plugins-base-plugins-sections.txt:
9202         * docs/plugins/gst-plugins-base-plugins.args:
9203         * docs/plugins/gst-plugins-base-plugins.hierarchy:
9204         * docs/plugins/gst-plugins-base-plugins.signals:
9205           Add docs stuff for gnomevfssrc and gnomevfssink.
9206
9207         * ext/gnomevfs/gstgnomevfssrc.c:
9208           Fix example pipeline in gtk-doc blurb.
9209
9210 2005-12-27  Tim-Philipp Müller  <tim at centricular dot net>
9211
9212         * ext/gnomevfs/Makefile.am:
9213         * ext/gnomevfs/gstgnomevfs.c: (gst_gnome_vfs_uri_get_type),
9214         (gst_gnome_vfs_handle_copy), (gst_gnome_vfs_handle_free),
9215         (gst_gnome_vfs_handle_get_type), (plugin_init):
9216         * ext/gnomevfs/gstgnomevfs.h:
9217         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_do_init),
9218         (gst_gnome_vfs_sink_base_init), (gst_gnome_vfs_sink_class_init),
9219         (gst_gnome_vfs_sink_finalize), (gst_gnome_vfs_sink_init),
9220         (gst_gnome_vfs_sink_set_property),
9221         (gst_gnome_vfs_sink_get_property), (gst_gnome_vfs_sink_open_file),
9222         (gst_gnome_vfs_sink_close_file), (gst_gnome_vfs_sink_start),
9223         (gst_gnome_vfs_sink_stop), (gst_gnome_vfs_sink_handle_event),
9224         (gst_gnome_vfs_sink_query), (gst_gnome_vfs_sink_render),
9225         (gst_gnome_vfs_sink_uri_get_type),
9226         (gst_gnome_vfs_sink_uri_get_protocols),
9227         (gst_gnome_vfs_sink_uri_get_uri), (gst_gnome_vfs_sink_uri_set_uri),
9228         (gst_gnome_vfs_sink_uri_handler_init):
9229         * ext/gnomevfs/gstgnomevfssink.h:
9230           Port gnomevfssink; add gtk-doc blurb.
9231
9232         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_get_type),
9233         (gst_gnome_vfs_src_base_init), (gst_gnome_vfs_src_class_init),
9234         (gst_gnome_vfs_src_init), (gst_gnome_vfs_src_finalize),
9235         (gst_gnome_vfs_src_uri_get_type),
9236         (gst_gnome_vfs_src_uri_get_protocols),
9237         (gst_gnome_vfs_src_uri_get_uri), (gst_gnome_vfs_src_uri_set_uri),
9238         (gst_gnome_vfs_src_uri_handler_init),
9239         (gst_gnome_vfs_src_set_property), (gst_gnome_vfs_src_get_property),
9240         (gst_gnome_vfs_src_unicodify), (audiocast_thread_run),
9241         (gst_gnome_vfs_src_send_additional_headers_callback),
9242         (gst_gnome_vfs_src_received_headers_callback),
9243         (gst_gnome_vfs_src_push_callbacks),
9244         (gst_gnome_vfs_src_pop_callbacks),
9245         (gst_gnome_vfs_src_get_icy_metadata), (gst_gnome_vfs_src_create),
9246         (gst_gnome_vfs_src_is_seekable), (gst_gnome_vfs_src_get_size),
9247         (gst_gnome_vfs_src_start), (gst_gnome_vfs_src_stop):
9248         * ext/gnomevfs/gstgnomevfssrc.h:
9249           s/gst_gnomevfssrc/gst_gnome_vfs_src/; move header stuff to header
9250           file; add gtk-doc blurb with example pipelines.
9251
9252 === release 0.10.1 ===
9253
9254 2005-12-23  Thomas Vander Stichele <thomas at apestaart dot org>
9255
9256         * configure.ac:
9257           releasing 0.10.1, "Dobro Dedek"
9258
9259 2005-12-21  Edgard Lima <edgard.lima@indt.org.br>
9260
9261         * gst/typefind/gsttypefindfunctions.c:
9262         iLBC30 and iLBC20 added to typefind.
9263
9264 2005-12-20  Thomas Vander Stichele  <thomas at apestaart dot org>
9265
9266         * gst-libs/gst/audio/gstbaseaudiosink.c:
9267         (gst_base_audio_sink_class_init):
9268         * gst-libs/gst/audio/gstbaseaudiosrc.c:
9269         (gst_base_audio_src_class_init):
9270           update strings, values are in microseconds
9271           change the default sink buffer time to something that is smaller
9272           (to help software volume mixing have a slightly lower delay) but
9273           still be acceptable on Wim's laptop
9274
9275 2005-12-20  Edward Hervey  <edward@fluendo.com>
9276
9277         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_template_caps):
9278         Made a quack, forgot to add DUCK to the riff video template.
9279
9280 2005-12-19  Edward Hervey  <edward@fluendo.com>
9281
9282         * ext/ogg/gstogmparse.c: (gst_ogm_text_parse_base_init),
9283         (gst_ogm_parse_init), (gst_ogm_audio_parse_init),
9284         (gst_ogm_video_parse_init), (gst_ogm_text_parse_init),
9285         (gst_ogm_parse_chain):
9286         Make sure pads are initialized correctly.
9287         * gst-libs/gst/riff/riff-ids.h:
9288         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
9289         (gst_riff_create_video_template_caps):
9290         Add a whole bunch of FOURCC <=> MimeType.
9291         Extend the riff video pad template to support the newly added fourcc.
9292
9293 2005-12-18  Jan Schmidt  <thaytan@mad.scientist.com>
9294
9295         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_deactivate_current_chain),
9296         (gst_ogg_demux_activate_chain):
9297           Extra debug output when activating/deactivating chains.
9298
9299         * gst/playback/gstdecodebin.c: (gst_decode_bin_factory_filter),
9300         (is_demuxer_element), (try_to_link_1), (remove_element_chain),
9301         (unlinked):
9302           Remove a queue from our list when it becomes unlinked.
9303           Don't add queues to elements in class 'Demux' if they
9304           can only produce one pad 
9305
9306 2005-12-18  Julien MOUTTE  <julien@moutte.net>
9307
9308         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_base_init),
9309         (gst_video_sink_get_type): Add a debug category.
9310
9311 2005-12-17  Philippe Khalaf  <burger@speedy.org> 
9312
9313         * gst-libs/gst/rtp/gstbasertpdepayload.c:
9314         (gst_base_rtp_depayload_init), (gst_base_rtp_depayload_handle_sink_event):
9315           Handle downstream newsegment by sending our own newsegment before the
9316           next buffer to be released. (#323900)
9317
9318 2005-12-17  Philippe Khalaf  <burger@speedy.org> 
9319
9320         * gst-libs/gst/rtp/gstbasertpdepayload.c:
9321         (gst_base_rtp_depayload_set_gst_timestamp):
9322           add queue delay to new segment as well (as opposed to just the first
9323           buffer). (bug #322347)
9324
9325 2005-12-16  Stefan Kost  <ensonic@users.sf.net>
9326
9327         * ext/libvisual/visual.c: (make_valid_name):
9328           change some char* into char[]
9329         * gst/audiotestsrc/gstaudiotestsrc.c:
9330         (gst_audio_test_src_class_init), (gst_audio_test_src_do_seek),
9331         (gst_audio_test_src_create):
9332         * gst/audiotestsrc/gstaudiotestsrc.h:
9333           prepare to handle EOS and SEGMENT_DONE
9334
9335 2005-12-16  Tim-Philipp Müller  <tim at centricular dot net>
9336
9337         * tests/check/generic/states.c: (GST_START_TEST):
9338           Blacklist cdparanoia element in state test.
9339
9340 2005-12-16  Tim-Philipp Müller  <tim at centricular dot net>
9341
9342           Patch by: Benjamin Pineau
9343
9344         * gst/tcp/gsttcp.c:
9345         * gst/tcp/gsttcpclientsink.c:
9346         * gst/tcp/gsttcpserversink.c:
9347         * gst/tcp/gsttcpserversrc.c:
9348           Add <string.h> includes for memset and FD_ZERO (fixes #323878)
9349
9350 2005-12-15  Michael Smith  <msmith@fluendo.com>
9351
9352         * gst/videorate/gstvideorate.c: (gst_video_rate_blank_data),
9353         (gst_video_rate_chain):
9354           Fix timestamping for videorate when the first buffer it sees has a
9355           non-zero timestamp. Fix some misleading debug output.
9356
9357 2005-12-15  Michael Smith  <msmith@fluendo.com>
9358
9359         * gst/audioresample/gstaudioresample.c:
9360           Don't leak all input buffers to audioresample.
9361
9362 2005-12-15  Tim-Philipp Müller  <tim at centricular dot net>
9363
9364         * ext/pango/gsttextoverlay.c: (gst_text_overlay_collected):
9365           Don't operate on empty text buffers. Strip newlines and
9366           tabs only from the end of the text, but leave them intact
9367           in the middle. Fix typo in gtk-doc description.
9368
9369 2005-12-15  Tim-Philipp Müller  <tim at centricular dot net>
9370
9371         * gst/playback/gstplaybasebin.c:
9372         * gst/playback/gstplaybin.c: (handoff):
9373           Make sure the video frame buffer we return to apps via the
9374           "frame" property always has caps set on it. Modify
9375           _gst_gvalue_set_object() macro to handle NULL objects
9376           gracefully too.
9377
9378 2005-12-14  Stefan Kost  <ensonic@users.sf.net>
9379
9380         * gst/audiotestsrc/gstaudiotestsrc.c:
9381         (gst_audio_test_src_class_init), (gst_audio_test_src_init),
9382         (gst_audio_test_src_setcaps), (gst_audio_test_src_src_query),
9383         (gst_audio_test_src_do_seek), (gst_audio_test_src_is_seekable),
9384         (gst_audio_test_src_create):
9385         * gst/audiotestsrc/gstaudiotestsrc.h:
9386         Adjust to some recent api changes and add wtays new cool seeking
9387         capabillities
9388
9389 2005-12-14  Tim-Philipp Müller  <tim at centricular dot net>
9390
9391         * ext/alsa/Makefile.am:
9392         * ext/alsa/gstalsadeviceprobe.c:
9393         * ext/alsa/gstalsadeviceprobe.h:
9394           Helper functions to add device probing via the GstPropertyProbe
9395           interface to a class.
9396
9397         * ext/alsa/gstalsamixer.h:
9398           Comment out GST_ALSA_MIXER, it returns a struct that's not
9399           used.
9400
9401         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_open):
9402           Add some debug info. 
9403
9404         * ext/alsa/gstalsamixerelement.c:
9405         (gst_alsa_mixer_element_interface_supported),
9406         (gst_implements_interface_init),
9407         (gst_alsa_mixer_element_init_interfaces),
9408         (gst_alsa_mixer_element_class_init),
9409         (gst_alsa_mixer_element_finalize), (gst_alsa_mixer_element_init),
9410         (gst_alsa_mixer_element_set_property),
9411         (gst_alsa_mixer_element_get_property),
9412         (gst_alsa_mixer_element_change_state):
9413         * ext/alsa/gstalsamixerelement.h:
9414           Add 'device' and 'device-name' properties. Add GstPropertyProbe
9415           for device handling (gnome-volume-control will need that).
9416
9417 2005-12-12  Christian Schaller  <uraeus@gnome.org>
9418
9419         * ext/Makefile.am: fix cdparanoia entry
9420         * gst-plugins-base.spec.in: add cdparanoia
9421
9422 2005-12-12  Michael Smith  <msmith@fluendo.com>
9423
9424         * ext/ogg/gstoggdemux.c: (gst_ogg_type_find):
9425           Use the correct function to free list of typefind factories.
9426
9427 2005-12-12  Wim Taymans  <wim@fluendo.com>
9428
9429         * gst/videotestsrc/gstvideotestsrc.c:
9430         (gst_video_test_src_class_init), (gst_video_test_src_init),
9431         (gst_video_test_src_parse_caps), (gst_video_test_src_query),
9432         (gst_video_test_src_do_seek), (gst_video_test_src_is_seekable),
9433         (gst_video_test_src_create):
9434         * gst/videotestsrc/gstvideotestsrc.h:
9435         Implement seeking in videotestsrc.
9436         Small cleanups.
9437
9438 2005-12-12  Wim Taymans  <wim@fluendo.com>
9439
9440         * ext/cdparanoia/Makefile.am:
9441         * ext/cdparanoia/gstcdparanoia.c: (gst_paranoia_mode_get_type),
9442         (gst_paranoia_endian_get_type), (_do_init),
9443         (cdparanoia_class_init), (cdparanoia_init),
9444         (cdparanoia_set_property), (cdparanoia_get_property),
9445         (cdparanoia_do_seek), (cdparanoia_is_seekable),
9446         (cdparanoia_create), (cdparanoia_start), (cdparanoia_stop),
9447         (cdparanoia_convert), (cdparanoia_get_query_types),
9448         (cdparanoia_query), (cdparanoia_set_index),
9449         (cdparanoia_uri_set_uri):
9450         * ext/cdparanoia/gstcdparanoia.h:
9451         Partially ported cdparanoia now that basesrc can support a
9452         plugin like this..
9453
9454 2005-12-12  Wim Taymans  <wim@fluendo.com>
9455
9456         * tests/examples/seek/scrubby.c: (main):
9457         Set higher priority for bus events so they don't get reordered with
9458         gtk gui events.
9459
9460         * tests/examples/seek/seek.c: (do_seek), (start_seek), (stop_seek),
9461         (flush_toggle_cb), (main):
9462         Added checkbox to disable flushing seeks. 
9463         Disable scrubbing when doing non flushing seeks.
9464
9465 2005-12-12  Tim-Philipp Müller  <tim at centricular dot net>
9466
9467         * gst/subparse/gstsubparse.c: (gst_sub_parse_init),
9468         (gst_sub_parse_do_seek), (gst_sub_parse_src_event), (parse_subrip),
9469         (parser_state_init), (handle_buffer), (gst_sub_parse_chain),
9470         (gst_sub_parse_sink_event), (gst_sub_parse_change_state):
9471           Implement some sort of event handling that doesn't rely on
9472           g_return_if_fail; make sure we always push the last chunk of an 
9473           .srt out when we receive an EOS; use gst_pad_alloc_buffer; fix
9474           state change function; remove some old cruft. Seeking is still
9475           rather unlikely to work though.
9476
9477         * tools/.cvsignore:
9478           Ignore more.
9479
9480 2005-12-11  Julien MOUTTE  <julien@moutte.net>
9481
9482         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state): 
9483         Fixed a leak of the current image reference when cleaning up.
9484         Thanks to Arwed von Merkatz (alley_cat) for pointing it out.
9485
9486 2005-12-09  Michael Smith  <msmith@fluendo.com>
9487
9488         * tools/Makefile.am:
9489         * tools/gst-launch-ext-m.m:
9490           Remove gst-launch-ext. It doesn't work, and is no longer
9491           particularly useful.
9492
9493 2005-12-08  Luca Ognibene  <luogni@tin.it>
9494
9495         * ext/ogg/gstogmparse.c: (gst_ogm_parse_sink_query):
9496           don't pass random values to ogmparse convert function.
9497           Make seeking possible in the exile1.ogm file.
9498
9499 2005-12-07  Tim-Philipp Müller  <tim at centricular dot net>
9500
9501         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_property):
9502         * gst/playback/gstplaybin.c: (gst_play_bin_get_property):
9503           Work around refcount problem with g_value_set_object() that occur
9504           if the core has been compiled against GLib-2.6 (g_value_set_object()
9505           will only g_object_ref() the element, but the caller will
9506           gst_object_unref() it and bad things will happen due to the way
9507           GstObjects are refcounted in the GLib-2.6 case). Fixes problems with
9508           totem for people on FC4 using Thomas's 0.10 RPMs.
9509           
9510 2005-12-07  Edward Hervey  <edward@fluendo.com>
9511
9512         Time to welcome ogm to 0.10 :)
9513         
9514         * ext/ogg/gstoggdemux.c: (internal_element_pad_added_cb),
9515         (gst_ogg_pad_typefind):
9516         Oggdemux can now properly typefind elements with dynamic pads.
9517         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
9518         Properly set caps on src pad, and set caps on outgoing buffers.
9519
9520 2005-12-06  Thomas Vander Stichele  <thomas at apestaart dot org>
9521
9522         * ext/alsa/gstalsamixer.h:
9523         * ext/alsa/gstalsamixerelement.h:
9524         * ext/alsa/gstalsamixeroptions.h:
9525         * ext/alsa/gstalsamixertrack.h:
9526         * ext/alsa/gstalsasink.c:
9527         * ext/alsa/gstalsasink.h:
9528         * ext/alsa/gstalsasrc.c:
9529         * ext/alsa/gstalsasrc.h:
9530         * ext/cdparanoia/gstcdparanoia.h:
9531         * ext/gnomevfs/gstgnomevfsuri.h:
9532         * ext/ogg/gstoggdemux.c:
9533         * ext/ogg/gstoggmux.c:
9534         * ext/pango/gsttextoverlay.h:
9535         * ext/theora/theoradec.c:
9536         * ext/theora/theoraenc.c:
9537         * ext/vorbis/vorbisdec.h:
9538         * ext/vorbis/vorbisenc.c:
9539         * ext/vorbis/vorbisenc.h:
9540         * ext/vorbis/vorbisparse.h:
9541         * gst-libs/gst/audio/gstaudioclock.h:
9542         * gst-libs/gst/audio/gstaudiosink.c:
9543         * gst-libs/gst/audio/gstaudiosink.h:
9544         * gst-libs/gst/audio/gstaudiosrc.c:
9545         * gst-libs/gst/audio/gstaudiosrc.h:
9546         * gst-libs/gst/audio/gstbaseaudiosink.c:
9547         * gst-libs/gst/audio/gstbaseaudiosink.h:
9548         * gst-libs/gst/audio/gstbaseaudiosrc.c:
9549         * gst-libs/gst/audio/gstbaseaudiosrc.h:
9550         * gst-libs/gst/audio/gstringbuffer.h:
9551         * gst-libs/gst/audio/multichannel.h:
9552         * gst-libs/gst/floatcast/floatcast.h:
9553         * gst-libs/gst/interfaces/colorbalance.c:
9554         * gst-libs/gst/interfaces/colorbalance.h:
9555         * gst-libs/gst/interfaces/colorbalancechannel.h:
9556         * gst-libs/gst/interfaces/mixer.h:
9557         * gst-libs/gst/interfaces/mixeroptions.h:
9558         * gst-libs/gst/interfaces/mixertrack.h:
9559         * gst-libs/gst/interfaces/navigation.h:
9560         * gst-libs/gst/interfaces/propertyprobe.h:
9561         * gst-libs/gst/interfaces/tuner.h:
9562         * gst-libs/gst/interfaces/tunerchannel.h:
9563         * gst-libs/gst/interfaces/tunernorm.h:
9564         * gst-libs/gst/interfaces/xoverlay.h:
9565         * gst-libs/gst/netbuffer/gstnetbuffer.h:
9566         * gst-libs/gst/riff/riff-ids.h:
9567         * gst-libs/gst/riff/riff-media.h:
9568         * gst-libs/gst/riff/riff-read.h:
9569         * gst-libs/gst/rtp/gstbasertpdepayload.h:
9570         * gst-libs/gst/rtp/gstbasertppayload.c:
9571         * gst-libs/gst/rtp/gstbasertppayload.h:
9572         * gst-libs/gst/rtp/gstrtpbuffer.c:
9573         * gst-libs/gst/rtp/gstrtpbuffer.h:
9574         * gst-libs/gst/tag/gsttageditingprivate.h:
9575         * gst-libs/gst/tag/gstvorbistag.c:
9576         (gst_tag_list_from_vorbiscomment_buffer):
9577         * gst-libs/gst/tag/tag.h:
9578         * gst-libs/gst/video/video.h:
9579         * gst/adder/gstadder.c:
9580         * gst/adder/gstadder.h:
9581         * gst/audioconvert/audioconvert.c:
9582         * gst/audioconvert/audioconvert.h:
9583         * gst/audioconvert/gstaudioconvert.c:
9584         * gst/audioconvert/gstchannelmix.c:
9585         * gst/audioconvert/gstchannelmix.h:
9586         * gst/audiorate/gstaudiorate.c:
9587         * gst/audioresample/buffer.h:
9588         * gst/audioresample/functable.h:
9589         * gst/audioresample/gstaudioresample.c:
9590         * gst/audioresample/resample.h:
9591         * gst/ffmpegcolorspace/avcodec.h:
9592         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
9593         * gst/ffmpegcolorspace/gstffmpegcodecmap.h:
9594         * gst/ffmpegcolorspace/imgconvert.c:
9595         * gst/ffmpegcolorspace/imgconvert_template.h:
9596         * gst/playback/gstdecodebin.c:
9597         * gst/playback/gstplaybasebin.h:
9598         * gst/playback/gstplaybin.c:
9599         * gst/playback/gststreaminfo.h:
9600         * gst/tcp/gstfdset.c:
9601         * gst/tcp/gstfdset.h:
9602         * gst/tcp/gstmultifdsink.c:
9603         * gst/tcp/gstmultifdsink.h:
9604         * gst/tcp/gsttcp.h:
9605         * gst/tcp/gsttcpclientsrc.c:
9606         * gst/tcp/gsttcpclientsrc.h:
9607         * gst/tcp/gsttcpplugin.h:
9608         * gst/tcp/gsttcpserversink.c:
9609         * gst/tcp/gsttcpserversrc.c:
9610         * gst/typefind/gsttypefindfunctions.c:
9611         * gst/videorate/gstvideorate.c:
9612         * gst/videotestsrc/gstvideotestsrc.h:
9613         * gst/videotestsrc/videotestsrc.h:
9614         * sys/v4l/gstv4lcolorbalance.h:
9615         * sys/v4l/gstv4ltuner.h:
9616         * sys/v4l/gstv4lxoverlay.h:
9617         * sys/v4l/v4l_calls.h:
9618         * sys/v4l/videodev_mjpeg.h:
9619         * tests/check/elements/audioconvert.c:
9620         * tests/check/elements/audioresample.c:
9621         * tests/check/elements/audiotestsrc.c:
9622         * tests/check/elements/videotestsrc.c:
9623         * tests/check/elements/volume.c:
9624         * tests/examples/seek/scrubby.c:
9625         * tests/examples/seek/seek.c:
9626           expand tabs
9627
9628 === release 0.10.0 ===
9629
9630 2005-12-05 Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
9631
9632         * configure.ac:
9633           releasing 0.10.0, "Mont-d'or"
9634
9635 2005-12-05  Jan Schmidt  <thaytan@mad.scientist.com>
9636
9637         * tests/examples/seek/Makefile.am:
9638         Build fix for when gtk is not available.
9639
9640 2005-12-05  Andy Wingo  <wingo@pobox.com>
9641
9642         * ext/libvisual/visual.c: (get_buffer):
9643         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_peer):
9644         * ext/pango/gsttextrender.c: (gst_text_render_chain):
9645         * ext/theora/theoradec.c: (theora_handle_data_packet):
9646         * ext/theora/theoraenc.c: (theora_buffer_from_packet),
9647         (theora_enc_chain):
9648         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
9649         * gst/videotestsrc/gstvideotestsrc.c: (gst_video_test_src_create):
9650         Update for alloc_buffer changes.
9651
9652 2005-12-05  Andy Wingo  <wingo@pobox.com>
9653
9654         patch by: Kai Vehmanen <kv2004 eca cx>
9655         
9656         * gst-libs/gst/rtp/gstbasertpdepayload.c
9657         (gst_base_rtp_depayload_thread): Fix busy loop (#323017).
9658
9659 2005-12-04  Andy Wingo  <wingo@pobox.com>
9660
9661         patch by: Sebastien Cote <sebas642 yahoo ca>
9662         
9663         * pkgconfig/gstreamer-plugins-base.pc.in (Libs): Add -L flag.
9664         Fixes #319172.
9665
9666 2005-12-02  Tim-Philipp Müller  <tim at centricular dot net>
9667
9668         * docs/plugins/Makefile.am:
9669         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
9670         * docs/plugins/gst-plugins-base-plugins-sections.txt:
9671         * docs/plugins/gst-plugins-base-plugins.hierarchy:
9672         * ext/pango/gstclockoverlay.c:
9673         * ext/pango/gsttextoverlay.c: 
9674         * ext/pango/gsttextrender.c:
9675         * ext/pango/gsttimeoverlay.c:
9676           Add gtk-doc blurbs to pango elements.
9677
9678 2005-12-02  Wim Taymans  <wim@fluendo.com>
9679
9680         * gst/audioresample/buffer.c: (audioresample_buffer_queue_flush):
9681         * gst/audioresample/buffer.h:
9682         * gst/audioresample/gstaudioresample.c:
9683         * gst/audioresample/gstaudioresample.h:
9684         * gst/audioresample/resample.c: (resample_input_flush),
9685         (resample_input_pushthrough), (resample_input_eos),
9686         (resample_get_output_size_for_input),
9687         (resample_get_input_size_for_output), (resample_get_output_size),
9688         (resample_get_output_data):
9689         * gst/audioresample/resample.h:
9690         * gst/audioresample/resample_ref.c: (resample_scale_ref):
9691         Fix audioresample, seek torture, new segments, reverse negotiation
9692         etc.. work fine.
9693
9694 2005-12-02  Wim Taymans  <wim@fluendo.com>
9695
9696         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
9697         Small cleanups.
9698
9699 2005-12-02  Wim Taymans  <wim@fluendo.com>
9700
9701         * gst/audioconvert/gstaudioconvert.c:
9702         (gst_audio_convert_transform):
9703         Post errors.
9704
9705 === release 0.9.7 ===
9706
9707 2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
9708
9709         * configure.ac:
9710           releasing 0.9.7, "Mi Perro No Tiene Ninguna Nariz"
9711
9712 2005-12-01  Thomas Vander Stichele  <thomas at apestaart dot org>
9713
9714         * Makefile.am:
9715         * po/hu.po:
9716         * win32/MANIFEST:
9717         * win32/gst.sln:
9718           add win32 MANIFEST file
9719           do something to the hungarian translation
9720
9721 2005-12-01  Tim-Philipp Müller  <tim at centricular dot net>
9722
9723         * ext/Makefile.am:
9724           Add $(PANGO_DIR) to SUBDIRS
9725
9726         * ext/pango/gstclockoverlay.c:
9727         * ext/pango/gsttimeoverlay.c:
9728           Fix and improve element descriptions.
9729
9730 2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
9731
9732         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
9733         * docs/plugins/inspect/plugin-libvisual.xml:
9734         * docs/plugins/inspect/plugin-pango.xml:
9735           add pango plugin to docs
9736
9737 2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
9738
9739         * configure.ac:
9740         * ext/Makefile.am:
9741           moved pango to base
9742
9743 2005-12-01  Thomas Vander Stichele  <thomas at apestaart dot org>
9744
9745         * configure.ac:
9746         * tests/Makefile.am:
9747         * tests/icles/.cvsignore:
9748         * tests/icles/Makefile.am:
9749         * tests/icles/stress-xoverlay.c: (myclock), (open_display),
9750         (close_display), (resize_window), (move_window), (create_window),
9751         (terminate_playback), (pause_playback), (start_playback), (main):
9752           add stress test for xoverlay from Julien
9753
9754 2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
9755
9756         * docs/libs/tmpl/gstcolorbalance.sgml:
9757         * gst-libs/gst/rtp/gstbasertpdepayload.c:
9758         * gst-libs/gst/rtp/gstbasertppayload.c:
9759         * gst-libs/gst/rtp/gstrtpbuffer.c:
9760         * gst-libs/gst/rtp/gstrtpbuffer.h:
9761           Do burger's rename for rtp payloaders and depayloaders
9762
9763 2005-12-01  Thomas Vander Stichele  <thomas at apestaart dot org>
9764
9765         * win32/:
9766           add Visual Studio 6 build files
9767
9768 2005-12-01  Thomas Vander Stichele  <thomas at apestaart dot org>
9769
9770         * docs/libs/gst-plugins-base-libs-docs.sgml:
9771         * docs/libs/gst-plugins-base-libs-sections.txt:
9772         * docs/libs/tmpl/gstaudio.sgml:
9773         * docs/libs/tmpl/gstringbuffer.sgml:
9774         * gst-libs/gst/interfaces/xoverlay.c:
9775         * gst-libs/gst/video/gstvideofilter.c:
9776         * gst-libs/gst/video/gstvideosink.c:
9777           update documentation
9778
9779 2005-12-01  Thomas Vander Stichele  <thomas at apestaart dot org>
9780
9781         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_base_init),
9782         (gst_multi_fd_sink_class_init), (gst_multi_fd_sink_init),
9783         (gst_multi_fd_sink_finalize), (gst_multi_fd_sink_add),
9784         (gst_multi_fd_sink_remove), (gst_multi_fd_sink_clear),
9785         (gst_multi_fd_sink_get_stats),
9786         (gst_multi_fd_sink_remove_client_link),
9787         (gst_multi_fd_sink_handle_client_read),
9788         (gst_multi_fd_sink_client_queue_data),
9789         (gst_multi_fd_sink_client_queue_caps),
9790         (gst_multi_fd_sink_client_queue_buffer),
9791         (gst_multi_fd_sink_new_client),
9792         (gst_multi_fd_sink_handle_client_write),
9793         (gst_multi_fd_sink_recover_client),
9794         (gst_multi_fd_sink_queue_buffer),
9795         (gst_multi_fd_sink_handle_clients), (gst_multi_fd_sink_thread),
9796         (gst_multi_fd_sink_render), (gst_multi_fd_sink_set_property),
9797         (gst_multi_fd_sink_get_property), (gst_multi_fd_sink_start),
9798         (gst_multi_fd_sink_stop), (gst_multi_fd_sink_change_state):
9799         * gst/tcp/gstmultifdsink.h:
9800         * gst/tcp/gsttcpclientsink.c: (gst_tcp_client_sink_get_type),
9801         (gst_tcp_client_sink_base_init), (gst_tcp_client_sink_class_init),
9802         (gst_tcp_client_sink_init), (gst_tcp_client_sink_finalize),
9803         (gst_tcp_client_sink_setcaps), (gst_tcp_client_sink_render),
9804         (gst_tcp_client_sink_set_property),
9805         (gst_tcp_client_sink_get_property), (gst_tcp_client_sink_start),
9806         (gst_tcp_client_sink_stop), (gst_tcp_client_sink_change_state):
9807         * gst/tcp/gsttcpclientsink.h:
9808         * gst/tcp/gsttcpclientsrc.c: (gst_tcp_client_src_base_init),
9809         (gst_tcp_client_src_class_init), (gst_tcp_client_src_init),
9810         (gst_tcp_client_src_finalize), (gst_tcp_client_src_getcaps),
9811         (gst_tcp_client_src_create), (gst_tcp_client_src_set_property),
9812         (gst_tcp_client_src_get_property), (gst_tcp_client_src_start),
9813         (gst_tcp_client_src_stop), (gst_tcp_client_src_unlock):
9814         * gst/tcp/gsttcpclientsrc.h:
9815         * gst/tcp/gsttcpplugin.c: (plugin_init):
9816         * gst/tcp/gsttcpserversink.c: (gst_tcp_server_sink_base_init),
9817         (gst_tcp_server_sink_class_init), (gst_tcp_server_sink_init),
9818         (gst_tcp_server_sink_finalize),
9819         (gst_tcp_server_sink_handle_server_read),
9820         (gst_tcp_server_sink_removed), (gst_tcp_server_sink_handle_wait),
9821         (gst_tcp_server_sink_set_property),
9822         (gst_tcp_server_sink_get_property),
9823         (gst_tcp_server_sink_init_send), (gst_tcp_server_sink_close):
9824         * gst/tcp/gsttcpserversink.h:
9825         * gst/tcp/gsttcpserversrc.c: (gst_tcp_server_src_base_init),
9826         (gst_tcp_server_src_class_init), (gst_tcp_server_src_init),
9827         (gst_tcp_server_src_finalize), (gst_tcp_server_src_create),
9828         (gst_tcp_server_src_set_property),
9829         (gst_tcp_server_src_get_property), (gst_tcp_server_src_start),
9830         (gst_tcp_server_src_stop), (gst_tcp_server_src_unlock):
9831         * gst/tcp/gsttcpserversrc.h:
9832           more borgifying
9833
9834 2005-12-01  Thomas Vander Stichele  <thomas at apestaart dot org>
9835
9836         * docs/plugins/Makefile.am:
9837         * docs/plugins/gst-plugins-base-plugins.args:
9838         * docs/plugins/inspect/plugin-libvisual.xml:
9839         * gst/audioconvert/plugin.h:
9840         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_get_type),
9841         (gst_audio_rate_base_init), (gst_audio_rate_class_init),
9842         (gst_audio_rate_setcaps), (gst_audio_rate_init),
9843         (gst_audio_rate_chain), (gst_audio_rate_set_property),
9844         (gst_audio_rate_get_property), (gst_audio_rate_change_state),
9845         (plugin_init):
9846         * gst/audiotestsrc/gstaudiotestsrc.c:
9847         (gst_audiostestsrc_wave_get_type), (gst_audio_test_src_base_init),
9848         (gst_audio_test_src_class_init), (gst_audio_test_src_init),
9849         (gst_audio_test_src_src_fixate), (gst_audio_test_src_setcaps),
9850         (gst_audio_test_src_get_query_types),
9851         (gst_audio_test_src_src_query), (gst_audio_test_src_create_sine),
9852         (gst_audio_test_src_create_square),
9853         (gst_audio_test_src_create_saw),
9854         (gst_audio_test_src_create_triangle),
9855         (gst_audio_test_src_create_silence),
9856         (gst_audio_test_src_create_white_noise),
9857         (gst_audio_test_src_init_pink_noise),
9858         (gst_audio_test_src_generate_pink_noise_value),
9859         (gst_audio_test_src_create_pink_noise),
9860         (gst_audio_test_src_change_wave), (gst_audio_test_src_get_times),
9861         (gst_audio_test_src_create), (gst_audio_test_src_set_property),
9862         (gst_audio_test_src_get_property), (gst_audio_test_src_start),
9863         (plugin_init):
9864         * gst/audiotestsrc/gstaudiotestsrc.h:
9865         * gst/subparse/gstsubparse.c: (gst_sub_parse_get_type),
9866         (gst_sub_parse_base_init), (gst_sub_parse_class_init),
9867         (gst_sub_parse_init), (gst_sub_parse_formats),
9868         (gst_sub_parse_src_eventmask), (gst_sub_parse_src_event),
9869         (convert_encoding), (get_next_line),
9870         (gst_sub_parse_data_format_autodetect),
9871         (gst_sub_parse_format_autodetect), (feed_textbuf), (handle_buffer),
9872         (gst_sub_parse_loop), (gst_sub_parse_chain),
9873         (gst_sub_parse_change_state), (gst_sub_parse_type_find),
9874         (plugin_init):
9875         * gst/subparse/gstsubparse.h:
9876         * gst/videorate/gstvideorate.c: (gst_video_rate_get_type),
9877         (gst_video_rate_base_init), (gst_video_rate_class_init),
9878         (gst_video_rate_transformcaps), (gst_video_rate_getcaps),
9879         (gst_video_rate_setcaps), (gst_video_rate_blank_data),
9880         (gst_video_rate_init), (gst_video_rate_event),
9881         (gst_video_rate_chain), (gst_video_rate_set_property),
9882         (gst_video_rate_get_property), (gst_video_rate_change_state),
9883         (plugin_init):
9884         * gst/videoscale/gstvideoscale.c:
9885         (gst_video_scale_method_get_type), (gst_video_scale_get_capslist),
9886         (gst_video_scale_src_template_factory),
9887         (gst_video_scale_sink_template_factory),
9888         (gst_video_scale_get_type), (gst_video_scale_base_init),
9889         (gst_video_scale_class_init), (gst_video_scale_init),
9890         (gst_video_scale_set_property), (gst_video_scale_get_property),
9891         (gst_video_scale_transform_caps), (gst_video_scale_get_format),
9892         (gst_video_scale_prepare_size), (parse_caps),
9893         (gst_video_scale_set_caps), (gst_video_scale_get_unit_size),
9894         (gst_video_scale_fixate_caps), (gst_video_scale_prepare_image),
9895         (gst_video_scale_transform), (gst_video_scale_handle_src_event),
9896         (plugin_init):
9897         * gst/videoscale/gstvideoscale.h:
9898         * gst/videotestsrc/gstvideotestsrc.c:
9899         (gst_video_test_src_pattern_get_type),
9900         (gst_video_test_src_base_init), (gst_video_test_src_class_init),
9901         (gst_video_test_src_init), (gst_video_test_src_src_fixate),
9902         (gst_video_test_src_set_pattern),
9903         (gst_video_test_src_set_property),
9904         (gst_video_test_src_get_property), (gst_video_test_src_getcaps),
9905         (gst_video_test_src_parse_caps), (gst_video_test_src_setcaps),
9906         (gst_video_test_src_event), (gst_video_test_src_get_times),
9907         (gst_video_test_src_create), (plugin_init):
9908         * gst/videotestsrc/gstvideotestsrc.h:
9909         * gst/videotestsrc/videotestsrc.c: (gst_video_test_src_get_size),
9910         (gst_video_test_src_smpte), (gst_video_test_src_snow),
9911         (gst_video_test_src_black):
9912         * gst/videotestsrc/videotestsrc.h:
9913           borgify further
9914           clean up docs a little
9915
9916 2005-11-30  Wim Taymans  <wim@fluendo.com>
9917
9918         * gst-libs/gst/rtp/gstbasertpdepayload.h:
9919         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_init),
9920         (gst_basertppayload_event), (gst_basertppayload_push),
9921         (gst_basertppayload_change_state):
9922         * gst-libs/gst/rtp/gstbasertppayload.h:
9923         closed #320644.
9924
9925 2005-11-30  Julien MOUTTE  <julien@moutte.net>
9926
9927         * docs/libs/gst-plugins-base-libs-docs.sgml:
9928         * docs/libs/gst-plugins-base-libs-sections.txt:
9929         * gst-libs/gst/video/gstvideofilter.c:
9930         * gst-libs/gst/video/gstvideosink.c:
9931         * gst-libs/gst/video/gstvideosink.h: Adding docs.
9932
9933 2005-11-30  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
9934
9935         * LICENSE:
9936           move
9937         * po/af.po:
9938         * po/az.po:
9939         * po/cs.po:
9940         * po/en_GB.po:
9941         * po/hu.po:
9942         * po/it.po:
9943         * po/nb.po:
9944         * po/nl.po:
9945         * po/or.po:
9946         * po/sq.po:
9947         * po/sr.po:
9948         * po/sv.po:
9949         * po/uk.po:
9950         * po/vi.po:
9951         * Makefile.am:
9952           update
9953         * scripts/autoplugins.sh:
9954           remove
9955
9956 2005-11-30  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
9957
9958         * Makefile.am:
9959         * configure.ac:
9960         * examples/Makefile.am:
9961         * examples/capsfilter/Makefile.am:
9962         * examples/capsfilter/capsfilter1.c:
9963         * examples/gob/Makefile.am:
9964         * examples/gob/gst-identity2.gob:
9965         * examples/indexing/.cvsignore:
9966         * examples/indexing/Makefile.am:
9967         * examples/indexing/indexmpeg.c:
9968         * examples/seeking/.cvsignore:
9969         * examples/seeking/Makefile.am:
9970         * examples/seeking/cdparanoia.c:
9971         * examples/seeking/cdplayer.c:
9972         * examples/seeking/chained.c:
9973         * examples/seeking/scrubby.c:
9974         * examples/seeking/seek.c:
9975         * examples/stats/Makefile.am:
9976         * examples/stats/mp2ogg.c:
9977         * examples/switch/.cvsignore:
9978         * examples/switch/Makefile.am:
9979         * examples/switch/switcher.c:
9980         * tests/Makefile.am:
9981         * tests/check/generic/.cvsignore:
9982         * tests/check/pipelines/.cvsignore:
9983         * tests/examples/Makefile.am:
9984         * tests/examples/seek/Makefile.am:
9985           reorganize stuff under tests/
9986
9987 2005-11-30  Edward Hervey  <edward@fluendo.com>
9988
9989         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind):
9990         Go away you stupid GstStaticPadTemplate memleak.
9991
9992 2005-11-30  Thomas Vander Stichele  <thomas at apestaart dot org>
9993
9994         * gst-libs/gst/net/Makefile.am:
9995         * gst-libs/gst/net/README:
9996         * gst-libs/gst/net/gstnetbuffer.c:
9997         * gst-libs/gst/net/gstnetbuffer.h:
9998           this was moved to "netbuffer"
9999
10000 2005-11-30  Thomas Vander Stichele  <thomas at apestaart dot org>
10001
10002         * gst-libs/gst/video/gstvideofilter.c: (gst_video_filter_get_type),
10003         (gst_video_filter_class_init), (gst_video_filter_init):
10004         * gst-libs/gst/video/gstvideofilter.h:
10005           borgify name to bring in line with other classes
10006
10007 2005-11-30  Thomas Vander Stichele  <thomas at apestaart dot org>
10008
10009         * gst/audioscale/.cvsignore:
10010         * gst/audioscale/Makefile.am:
10011         * gst/audioscale/README:
10012         * gst/audioscale/audioscale.vcproj:
10013         * gst/audioscale/dtof.c:
10014         * gst/audioscale/dtos.c:
10015         * gst/audioscale/functable.c:
10016         * gst/audioscale/gstaudioscale.c:
10017         * gst/audioscale/gstaudioscale.h:
10018         * gst/audioscale/private.h:
10019         * gst/audioscale/resample.c:
10020         * gst/audioscale/resample.h:
10021         * gst/audioscale/test.c:
10022           remove
10023
10024 2005-11-30  Edward Hervey  <edward@fluendo.com>
10025
10026         * gst-libs/gst/netbuffer/Makefile.am:
10027         really, really tired
10028
10029 2005-11-30  Edward Hervey  <edward@fluendo.com>
10030
10031         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
10032         Update for new GstTypeFindFactory _register()
10033
10034 2005-11-30  Edward Hervey  <edward@fluendo.com>
10035
10036         * gst-libs/gst/netbuffer/Makefile.am: (libgstnetbufferincludedir): 
10037         Let's not override libgstnet from core for no reason...
10038         (libgstnetbuffer_@GST_MAJORMINOR@_la_SOURCES):
10039         Ok, maybe not so quick next time.
10040
10041 2005-11-29  Thomas Vander Stichele  <thomas at apestaart dot org>
10042
10043         * configure.ac:
10044         * gst-libs/gst/Makefile.am:
10045           moved gst-libs/gst/net to netbuffer through CVS surgery
10046           remove old directory
10047           updating build to accomodate
10048           (#322257)
10049
10050 2005-11-29  Andy Wingo  <wingo@pobox.com>
10051
10052         * pkgconfig/gstreamer-plugins-base.pc.in:
10053         * pkgconfig/gstreamer-plugins-base-uninstalled.pc.in:
10054         * gst-libs/gst/net/Makefile.am: Rename gstnet to gstnetbuffer
10055         (#322257).
10056
10057 2005-11-29  Jan Schmidt  <thaytan@mad.scientist.com>
10058
10059         * gst/playback/gststreamselector.c: (gst_stream_selector_chain):
10060         3rd time's the charm. Correct ref-counting for discarded buffers.
10061
10062 2005-11-29  Jan Schmidt  <thaytan@mad.scientist.com>
10063
10064         * gst/playback/gststreamselector.c:
10065         (gst_stream_selector_class_init),
10066         (gst_stream_selector_set_property),
10067         (gst_stream_selector_get_property),
10068         (gst_stream_selector_request_new_pad), (gst_stream_selector_chain):
10069         Fix ref-counting
10070
10071 2005-11-29  Tim-Philipp Müller  <tim at centricular dot net>
10072
10073         * gst/subparse/gstsubparse.c: (feed_textbuf):
10074           Don't access already unref'ed buffer.
10075
10076 2005-11-29  Jan Schmidt  <thaytan@mad.scientist.com>
10077
10078         * gst/playback/gststreamselector.c:
10079         (gst_stream_selector_class_init), (gst_stream_selector_init),
10080         (gst_stream_selector_dispose), (gst_stream_selector_set_property),
10081         (gst_stream_selector_get_property),
10082         (gst_stream_selector_get_linked_pad),
10083         (gst_stream_selector_request_new_pad), (gst_stream_selector_chain):
10084         * gst/playback/gststreamselector.h:
10085         Add the active-pad property for playbin to use shortly. Ignore buffers
10086         from any other pad, returning GST_FLOW_NOT_LINKED
10087
10088 2005-11-29  Julien MOUTTE  <julien@moutte.net>
10089
10090         * ext/ogg/gstoggdemux.c: (gst_ogg_type_find): Free the list,
10091         patch from bug #322704 (Alessandro Decina).
10092
10093 2005-11-29  Thomas Vander Stichele  <thomas at apestaart dot org>
10094
10095         * gst-libs/gst/audio/Makefile.am:
10096           folded audiofilter into the audio library
10097
10098 2005-11-29  Thomas Vander Stichele  <thomas at apestaart dot org>
10099
10100         * gst/videoscale/gstvideoscale.h:
10101         * gst/videoscale/gstvideoscale.c:
10102           remove unimplemented scale methods
10103
10104 2005-11-28  Tim-Philipp Müller  <tim at centricular dot net>
10105
10106         * ext/ogg/gstoggmux.c: (gst_ogg_mux_send_headers):
10107           Don't leak caps.
10108
10109 2005-11-28  Julien MOUTTE  <julien@moutte.net>
10110
10111         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_put),
10112         (gst_ximagesink_setcaps):
10113         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put),
10114         (gst_xvimagesink_setcaps): Fixed a tricky bug. When caps renegotiation
10115         happens (only visible on ximagesink but bug is in xv too) set_caps was
10116         destroying the internal x[v]image used to memcpy non locally alloced
10117         buffers so that it got renewed on next _chain. The issue is that 
10118         _expose will try to put that image as it reffed it in _put.
10119         Using gst_buffer_unref instead of destroy fixes it !
10120
10121 2005-11-28  Edward Hervey  <edward@fluendo.com>
10122
10123         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
10124         (try_to_link_1), (queue_filled_cb):
10125         Better use of the queues. Start with a small size queue and only increase
10126         the size of the queues when the other queues are empty.
10127
10128 2005-11-28  Thomas Vander Stichele  <thomas at apestaart dot org>
10129
10130         * gst-libs/gst/video/Makefile.am:
10131           compile in copied-over videofilter into the video library
10132         * gst-libs/gst/video/videosink.h:
10133           rename the header to gstvideosink.h since it's a base GstObject class
10134         * sys/ximage/ximagesink.h:
10135         * sys/xvimage/xvimagesink.h:
10136           use the new header
10137
10138 2005-11-28  Wim Taymans  <wim@fluendo.com>
10139
10140         * gst/playback/gstplaybasebin.c: (group_commit), (probe_triggered):
10141         * gst/playback/gstplaybasebin.h:
10142         Prepare to handle errors betters.
10143
10144         * gst/playback/gstplaybin.c: (add_sink), (setup_sinks):
10145         Set sinks to PAUSED first before adding and linking them so that
10146         we don't interrupt dataflow.
10147
10148 2005-11-28  Wim Taymans  <wim@fluendo.com>
10149
10150         * gst-libs/gst/audio/TODO:
10151         Updated TODO
10152
10153         * gst-libs/gst/audio/gstaudiosink.c:
10154         (gst_audioringbuffer_open_device),
10155         (gst_audioringbuffer_close_device), (gst_audioringbuffer_acquire),
10156         (gst_audioringbuffer_release):
10157         Small cleanups.
10158
10159         * gst-libs/gst/audio/gstbaseaudiosink.c:
10160         (gst_base_audio_sink_class_init), (gst_base_audio_sink_render),
10161         (gst_base_audio_sink_change_state):
10162         Slave to the master clock when going to PLAYING and unslave when
10163         going to PAUSED.
10164
10165         * gst-libs/gst/audio/gstringbuffer.c:
10166         (gst_ring_buffer_open_device), (gst_ring_buffer_close_device),
10167         (gst_ring_buffer_acquire), (gst_ring_buffer_release),
10168         (gst_ring_buffer_samples_done), (gst_ring_buffer_set_sample),
10169         (gst_ring_buffer_clear_all), (wait_segment),
10170         (gst_ring_buffer_commit), (gst_ring_buffer_read),
10171         (gst_ring_buffer_advance):
10172         * gst-libs/gst/audio/gstringbuffer.h:
10173         Add some docs and cleanups.
10174
10175 2005-11-28  Julien MOUTTE  <julien@moutte.net>
10176
10177         * sys/xvimage/xvimagesink.c:
10178         (gst_xvimagesink_navigation_send_event): Fix navigation events
10179         coordinates translation with pixel aspect ratios.
10180
10181 2005-11-28  Julien MOUTTE  <julien@moutte.net>
10182
10183         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put):
10184         Use calculated video geometry from _setcaps instead of buffer
10185         caps to respect pixel aspect ratio. (fixes #322388)
10186
10187 2005-11-28  Julien MOUTTE  <julien@moutte.net>
10188
10189         * docs/libs/tmpl/gstcolorbalance.sgml:
10190         * docs/libs/tmpl/gstmixer.sgml:
10191         * docs/libs/tmpl/gstxoverlay.sgml:
10192         * gst-libs/gst/interfaces/xoverlay.c: Add docs for the Xoverlay
10193         interface.
10194
10195 2005-11-28  Julien MOUTTE  <julien@moutte.net>
10196
10197         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new):
10198         Refuse to create an XvImage if we can't find the format.
10199
10200 2005-11-28  Edward Hervey  <edward@fluendo.com>
10201
10202         * gst-libs/gst/riff/riff-media.c:
10203         (gst_riff_create_audio_template_caps):
10204         Add ATRAC3 to the list of riff-possible audio caps.
10205         I know we still don't have a plugin for atrac3, but it's saner to output
10206         that than a cryptic mimetype.
10207
10208 2005-11-27  Edward Hervey  <edward@fluendo.com>
10209
10210         * gst-libs/gst/riff/riff-read.c: (gst_riff_parse_strf_auds):
10211         Don't try to create a zero-sized subbuffer.
10212
10213 2005-11-27  Julien MOUTTE  <julien@moutte.net>
10214
10215         * sys/ximage/ximagesink.c: (gst_ximage_buffer_free),
10216         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_put),
10217         (gst_ximagesink_bufferpool_clear), (gst_ximagesink_buffer_alloc),
10218         (gst_ximagesink_expose): Fixed a tricky race.
10219         * sys/ximage/ximagesink.h:
10220         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put),
10221         (gst_xvimagesink_expose): Fixed a tricky race.
10222         * sys/xvimage/xvimagesink.h:
10223
10224 2005-11-27  Edward Hervey  <edward@fluendo.com>
10225
10226         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
10227         (gst_decode_bin_init), (close_pad_link), (try_to_link_1):
10228         Remove unused properties, and add queues between demuxers and decoders
10229         so that a lot more files can preroll properly.
10230
10231 2005-11-27  Thomas Vander Stichele  <thomas at apestaart dot org>
10232
10233         * gst-libs/gst/net/Makefile.am:
10234         * gst-libs/gst/rtp/Makefile.am:
10235         * gst-libs/gst/tag/Makefile.am:
10236           remove silly include
10237         * gst/tags/Makefile.am:
10238         * gst/tags/gsttagediting.c:
10239         * gst/tags/gsttageditingprivate.h:
10240         * gst/tags/tagedit.vcproj:
10241           remove directory, is as good as empty
10242
10243 2005-11-27  Thomas Vander Stichele  <thomas at apestaart dot org>
10244
10245         * configure.ac:
10246           added GST_LIB_LDFLAGS and GST_ALL_LDFLAGS
10247         * gst-libs/Makefile.am:
10248         * gst-libs/gst/audio/Makefile.am:
10249         * gst-libs/gst/interfaces/Makefile.am:
10250         * gst-libs/gst/net/Makefile.am:
10251         * gst-libs/gst/riff/Makefile.am:
10252         * gst-libs/gst/rtp/Makefile.am:
10253         * gst-libs/gst/tag/Makefile.am:
10254         * gst-libs/gst/video/Makefile.am:
10255           and use them
10256
10257 2005-11-27  Julien MOUTTE  <julien@moutte.net>
10258
10259         * docs/libs/tmpl/gstcolorbalance.sgml:
10260         * docs/libs/tmpl/gstmixer.sgml:
10261         * docs/libs/tmpl/gstxoverlay.sgml:
10262         * sys/ximage/ximagesink.c: (gst_ximagesink_buffer_alloc):
10263         * sys/ximage/ximagesink.h:
10264         * sys/xvimage/xvimagesink.h: More and more documentation.
10265
10266 2005-11-26  Julien MOUTTE  <julien@moutte.net>
10267
10268         * docs/libs/gst-plugins-base-libs-docs.sgml:
10269         * docs/libs/gst-plugins-base-libs-sections.txt:
10270         * docs/libs/tmpl/gstcolorbalance.sgml:
10271         * docs/libs/tmpl/gstmixer.sgml:
10272         * docs/libs/tmpl/gstxoverlay.sgml: Add the XOverlay interface
10273         to documentation.
10274
10275 2005-11-26  Julien MOUTTE  <julien@moutte.net>
10276
10277         * docs/plugins/Makefile.am:
10278         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
10279         * docs/plugins/gst-plugins-base-plugins-sections.txt:
10280         * sys/xvimage/xvimagesink.c: Added doc for xvimagesink.
10281
10282 2005-11-26  Julien MOUTTE  <julien@moutte.net>
10283
10284         * docs/plugins/Makefile.am:
10285         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
10286         * docs/plugins/gst-plugins-base-plugins-sections.txt:
10287         * docs/plugins/inspect/plugin-adder.xml:
10288         * docs/plugins/inspect/plugin-alsa.xml:
10289         * docs/plugins/inspect/plugin-audioconvert.xml:
10290         * docs/plugins/inspect/plugin-audiorate.xml:
10291         * docs/plugins/inspect/plugin-audioresample.xml:
10292         * docs/plugins/inspect/plugin-audiotestsrc.xml:
10293         * docs/plugins/inspect/plugin-decodebin.xml:
10294         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
10295         * docs/plugins/inspect/plugin-gnomevfs.xml:
10296         * docs/plugins/inspect/plugin-ogg.xml:
10297         * docs/plugins/inspect/plugin-playbin.xml:
10298         * docs/plugins/inspect/plugin-subparse.xml:
10299         * docs/plugins/inspect/plugin-tcp.xml:
10300         * docs/plugins/inspect/plugin-theora.xml:
10301         * docs/plugins/inspect/plugin-typefindfunctions.xml:
10302         * docs/plugins/inspect/plugin-video4linux.xml:
10303         * docs/plugins/inspect/plugin-videorate.xml:
10304         * docs/plugins/inspect/plugin-videoscale.xml:
10305         * docs/plugins/inspect/plugin-videotestsrc.xml:
10306         * docs/plugins/inspect/plugin-volume.xml:
10307         * docs/plugins/inspect/plugin-vorbis.xml:
10308         * docs/plugins/inspect/plugin-ximagesink.xml:
10309         * docs/plugins/inspect/plugin-xvimagesink.xml: Updated version.
10310         * sys/ximage/ximagesink.c: Adding documentation for ximagesink.
10311
10312 2005-11-26  Edward Hervey  <edward@fluendo.com>
10313
10314         * gst/audiorate/gstaudiorate.c: (gst_audiorate_chain):
10315         Properly return GstFlowReturn from gst_pad_push in chain functions.
10316
10317 2005-11-25  Michael Smith  <msmith@fluendo.com>
10318
10319         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_query_convert),
10320         (gst_ogg_demux_chain_peer), (gst_ogg_demux_perform_seek),
10321         (gst_ogg_demux_read_chain), (gst_ogg_demux_read_end_chain),
10322         (gst_ogg_demux_send_event), (gst_ogg_demux_loop):
10323           Handle various conditions better when we don't understand a stream.
10324           Removes a heap of CRITICALs on ogg streams containing unknown data.
10325
10326 2005-11-24  Andy Wingo  <wingo@pobox.com>
10327
10328         * gst/tcp/gstmultifdsink.c (gst_multifdsink_handle_client_write):
10329         Be threadsafe.
10330
10331 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
10332
10333         * configure.ac: back to HEAD
10334
10335 === release 0.9.6 ===
10336
10337 2005-11-23  Thomas Vander Stichele <thomas at apestaart dot org>
10338
10339         * configure.ac:
10340           releasing 0.9.6, "White Eight"
10341
10342 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
10343
10344         * check/pipelines/simple_launch_lines.c: (GST_START_TEST):
10345         * docs/plugins/inspect/plugin-sine.xml:
10346           remove sinesrc some more
10347
10348 2005-11-23  Wim Taymans  <wim@fluendo.com>
10349
10350         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_read):
10351         If we are reading too slowly, jump forward in the ringbuffer
10352         instead of blocking.
10353
10354 2005-11-23  Jan Schmidt  <thaytan@mad.scientist.com>
10355
10356         * ext/libvisual/visual.c: (gst_visual_src_setcaps), (get_buffer),
10357         (gst_visual_chain):
10358         * ext/theora/theoraenc.c: (theora_enc_sink_setcaps):
10359         * gst/videorate/gstvideorate.c: (gst_videorate_setcaps),
10360         (gst_videorate_chain):
10361         * gst/videotestsrc/gstvideotestsrc.c:
10362         (gst_videotestsrc_src_fixate), (gst_videotestsrc_create):
10363         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get_fps),
10364         (gst_v4lmjpegsrc_src_convert), (gst_v4lmjpegsrc_src_query),
10365         (gst_v4lmjpegsrc_get), (gst_v4lmjpegsrc_getcaps):
10366         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_get_fps),
10367         (gst_v4lsrc_get_fps_list), (gst_v4lsrc_buffer_new):
10368           Updates for API changes
10369
10370 2005-11-23  Wim Taymans  <wim@fluendo.com>
10371
10372         * gst-libs/gst/audio/gstbaseaudiosink.c:
10373         (gst_base_audio_sink_class_init), (gst_base_audio_sink_set_clock),
10374         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
10375         Fix for calibration API change.
10376
10377 2005-11-23  Michael Smith <msmith@fluendo.com>
10378
10379         * gst-libs/gst/audio/multichannel.c:
10380         (gst_audio_get_channel_positions),
10381         (gst_audio_set_channel_positions),
10382         (gst_audio_set_structure_channel_positions_list),
10383         (gst_audio_fixate_channel_positions):
10384           Use gst_value_array_*() functions on value arrays, not
10385           gst_value_list_*().
10386
10387 2005-11-23  Edward Hervey  <edward@fluendo.com>
10388
10389         * autogen.sh:
10390         eheh, sinesrc is gone. Replacing sample srcfile by existing one.
10391         Fixes autogen
10392
10393 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
10394
10395         * check/Makefile.am:
10396         * check/elements/videotestsrc.c: (setup_videotestsrc),
10397         (cleanup_videotestsrc), (GST_START_TEST), (videotestsrc_suite),
10398         (main):
10399           add a test for videotestsrc
10400
10401 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
10402
10403         * gst/sine/.cvsignore:
10404         * gst/sine/Makefile.am:
10405         * gst/sine/gstsinesrc.c:
10406         * gst/sine/gstsinesrc.h:
10407         * gst/sine/sinesrc.vcproj:
10408           and remove sinesrc from the repository.  Closes #321446
10409
10410 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
10411
10412         * configure.ac:
10413         * gst-plugins-base.spec.in:
10414           remove sinesrc from the build
10415
10416 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
10417
10418         * check/Makefile.am:
10419         * check/elements/audiotestsrc.c: (setup_audiotestsrc),
10420         (cleanup_audiotestsrc), (GST_START_TEST), (audiotestsrc_suite),
10421         (main):
10422           add a test for audiotestsrc, testing all waves.  Even seems
10423           leak-free at first glance, nice job Stefan
10424
10425 2005-11-23  Jan Schmidt  <thaytan@mad.scientist.com>
10426
10427         * po/af.po:
10428         * po/az.po:
10429         * po/cs.po:
10430         * po/en_GB.po:
10431         * po/hu.po:
10432         * po/it.po:
10433         * po/nb.po:
10434         * po/nl.po:
10435         * po/or.po:
10436         * po/sq.po:
10437         * po/sr.po:
10438         * po/sv.po:
10439         * po/uk.po:
10440         * po/vi.po:
10441           Translation string updates
10442
10443         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_fixate), (gst_v4lsrc_get_caps),
10444         (gst_v4lsrc_set_caps):
10445         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_get_fps),
10446         (gst_v4lsrc_get_fps_list), (gst_v4lsrc_buffer_new):
10447         * sys/v4l/v4lsrc_calls.h:
10448           Improve v4lsrc, by making it work again.
10449
10450 2005-11-23  Jan Schmidt  <thaytan@mad.scientist.com>
10451
10452         * ext/libvisual/visual.c: (gst_visual_chain):
10453           Fix the fps calculations.
10454
10455         * gst/ffmpegcolorspace/avcodec.h:
10456           Move structure element for clarity
10457
10458         * gst-libs/gst/interfaces/tunernorm.c: (gst_tuner_norm_init):
10459         * gst-libs/gst/interfaces/tunernorm.h:
10460         * sys/v4l/gstv4ljpegsrc.c: (gst_v4ljpegsrc_src_link):
10461         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_base_init):
10462         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_base_init),
10463         (gst_v4lmjpegsrc_get_fps), (gst_v4lmjpegsrc_src_convert),
10464         (gst_v4lmjpegsrc_src_query), (gst_v4lmjpegsrc_get),
10465         (gst_v4lmjpegsrc_getcaps):
10466         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_fixate), (gst_v4lsrc_get_caps),
10467         (gst_v4lsrc_set_caps):
10468         * sys/v4l/gstv4lsrc.h:
10469         * sys/v4l/v4l_calls.c: (gst_v4l_open):
10470         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_get_fps),
10471         (gst_v4lsrc_get_fps_list), (gst_v4lsrc_buffer_new):
10472         * sys/v4l/v4lsrc_calls.h:
10473           Fractional framerates...
10474
10475 2005-11-22  Wim Taymans  <wim@fluendo.com>
10476
10477         * gst-libs/gst/audio/gstbaseaudiosink.c:
10478         (gst_base_audio_sink_class_init), (gst_base_audio_sink_set_clock),
10479         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
10480         And we provide a clock by default, of course...
10481
10482 2005-11-22  Wim Taymans  <wim@fluendo.com>
10483
10484         * gst-libs/gst/audio/gstaudioclock.c: (gst_audio_clock_init):
10485         This clock can be slaved to a master clock now.
10486
10487         * gst-libs/gst/audio/gstbaseaudiosink.c:
10488         (gst_base_audio_sink_class_init), (gst_base_audio_sink_init),
10489         (gst_base_audio_sink_dispose), (gst_base_audio_sink_provide_clock),
10490         (gst_base_audio_sink_set_clock),
10491         (gst_base_audio_sink_set_property),
10492         (gst_base_audio_sink_get_property), (gst_base_audio_sink_preroll),
10493         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
10494         * gst-libs/gst/audio/gstbaseaudiosink.h:
10495         Handle slaving the internal clock to the clock selected in the
10496         pipeline.
10497         Add property to make the basesink not provide a clock.
10498
10499         * gst-libs/gst/rtp/gstbasertpdepayload.c:
10500         (gst_base_rtp_depayload_class_init), (gst_base_rtp_depayload_init),
10501         (gst_base_rtp_depayload_wait):
10502         * gst-libs/gst/rtp/gstbasertpdepayload.h:
10503         We can use the clock in GstElement, no need to store it ourselves.
10504
10505 2005-11-22  Thomas Vander Stichele  <thomas at apestaart dot org>
10506
10507         * docs/libs/tmpl/gstaudio.sgml:
10508           update
10509         * ext/cdparanoia/gstcdparanoia.c: (gst_paranoia_mode_get_type),
10510         (gst_paranoia_endian_get_type):
10511         * ext/theora/theoraenc.c: (gst_border_mode_get_type):
10512         * gst/audioscale/gstaudioscale.c: (gst_audioscale_method_get_type):
10513         * gst/audiotestsrc/gstaudiotestsrc.c:
10514         (gst_audiostestsrc_wave_get_type):
10515         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type):
10516         * gst/tcp/gstfdset.c: (gst_fdset_mode_get_type):
10517         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
10518         (gst_sync_method_get_type), (gst_unit_type_get_type),
10519         (gst_client_status_get_type), (gst_multifdsink_class_init),
10520         (gst_multifdsink_new_client), (gst_multifdsink_recover_client),
10521         (gst_multifdsink_queue_buffer), (gst_multifdsink_set_property),
10522         (gst_multifdsink_get_property):
10523         * gst/tcp/gstmultifdsink.h:
10524         * gst/videoscale/gstvideoscale.c: (gst_videoscale_method_get_type):
10525         * gst/videotestsrc/gstvideotestsrc.c:
10526         (gst_videotestsrc_pattern_get_type):
10527           remove deprecated properties
10528           fix up enums to correctly have short lowercase dashed nicks
10529
10530 2005-11-22  Michael Smith <msmith@fluendo.com>
10531
10532         * gst/videorate/gstvideorate.c: (gst_videorate_chain):
10533         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_create):
10534           Add underscore.
10535
10536 2005-11-22  Michael Smith <msmith@fluendo.com>
10537
10538         * gst/videorate/gstvideorate.c: (gst_videorate_chain):
10539         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_create):
10540           Use utility method for scaling clocktime for fractional framerates.
10541
10542 2005-11-22  Jan Schmidt  <thaytan@mad.scientist.com>
10543
10544         * ext/libvisual/visual.c: (gst_visual_src_setcaps), (get_buffer),
10545         (gst_visual_chain):
10546         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
10547         * ext/theora/theoradec.c: (theora_handle_type_packet):
10548         * ext/theora/theoraenc.c: (theora_enc_sink_setcaps),
10549         (theora_enc_chain):
10550         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
10551         * gst-libs/gst/video/video.c: (gst_video_frame_rate):
10552         * gst-libs/gst/video/video.h:
10553         * gst/ffmpegcolorspace/avcodec.h:
10554         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
10555         (gst_ffmpeg_caps_to_pixfmt):
10556         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
10557         (gst_ffmpegcsp_set_caps):
10558         * gst/videorate/gstvideorate.c: (gst_videorate_transformcaps),
10559         (gst_videorate_setcaps), (gst_videorate_blank_data),
10560         (gst_videorate_chain):
10561         * gst/videotestsrc/gstvideotestsrc.c:
10562         (gst_videotestsrc_src_fixate), (gst_videotestsrc_getcaps),
10563         (gst_videotestsrc_parse_caps), (gst_videotestsrc_setcaps),
10564         (gst_videotestsrc_event), (gst_videotestsrc_create):
10565         * gst/videotestsrc/gstvideotestsrc.h:
10566         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
10567         (gst_ximagesink_setcaps), (gst_ximagesink_change_state),
10568         (gst_ximagesink_get_times), (gst_ximagesink_init):
10569         * sys/ximage/ximagesink.h:
10570         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
10571         (gst_xvimagesink_setcaps), (gst_xvimagesink_change_state),
10572         (gst_xvimagesink_get_times), (gst_xvimagesink_init):
10573         * sys/xvimage/xvimagesink.h:
10574           Convert elements to use fractions for their framerate.
10575           V4L elements to come later tonight.
10576
10577 2005-11-22  Thomas Vander Stichele  <thomas at apestaart dot org>
10578
10579         * gst-libs/gst/audio/audio.c:
10580         * gst-libs/gst/audio/audio.h:
10581           remove some deprecated functions
10582
10583 2005-11-22  Andy Wingo  <wingo@pobox.com>
10584
10585         * Update for gst_tag_setter API changes.
10586
10587 2005-11-22  Andy Wingo  <wingo@pobox.com>
10588
10589         * ext/ogg/gstoggdemux.c (gst_ogg_pad_submit_packet)
10590         (gst_ogg_demux_perform_seek):
10591         * ext/theora/theoradec.c (theora_dec_sink_event):
10592         * ext/vorbis/vorbisdec.c (vorbis_dec_sink_event): Run
10593         update-funcnames.
10594
10595 2005-11-22  Wim Taymans  <wim@fluendo.com>
10596
10597         * examples/seeking/seek.c: (main):
10598         Give higher priority to bus signals than the gtk events
10599         to fix a race condition in the segment looping.
10600
10601 2005-11-22  Tim-Philipp Müller  <tim at centricular dot net>
10602
10603         * ext/theora/Makefile.am:
10604         * ext/vorbis/Makefile.am:
10605         * gst-libs/gst/tag/Makefile.am:
10606         * gst-plugins-base.spec.in:
10607           Rename libgsttagedit to libgsttag (#322117).
10608
10609 2005-11-22  Tim-Philipp Müller  <tim at centricular dot net>
10610
10611         * sys/ximage/ximagesink.c: (gst_ximagesink_setcaps):
10612         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps):
10613           Call gst_x_overlay_prepare_xwindow_id() to give applications
10614           a final chance to set their own xwindow id before the video
10615           sink creates its own window.
10616
10617 2005-11-22  Julien MOUTTE  <julien@moutte.net>
10618
10619         * sys/xvimage/xvimagesink.c:
10620         (gst_xvimagesink_navigation_send_event): Handle navigation
10621         events correcly with borders if applicable.
10622
10623 2005-11-22  Tim-Philipp Müller  <tim at centricular dot net>
10624
10625         Patch by: Luca Ognibene
10626
10627         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
10628         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt):
10629         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
10630         (gst_ffmpegcsp_caps_remove_format_info):
10631         * gst/ffmpegcolorspace/imgconvert.c:
10632         * gst/ffmpegcolorspace/imgconvert_template.h:
10633           Forward-port fixes from the 0.8 branch (patch by Luca Ognibene,
10634           #318353); use gst_structure_has_name().
10635
10636 2005-11-22  Julien MOUTTE  <julien@moutte.net>
10637
10638         * sys/ximage/ximagesink.c: (gst_ximagesink_event_thread),
10639         (gst_ximagesink_class_init): Add debug macros on functions.
10640         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
10641         (gst_xvimagesink_xwindow_draw_borders),
10642         (gst_xvimagesink_xvimage_put),
10643         (gst_xvimagesink_xwindow_update_geometry),
10644         (gst_xvimagesink_handle_xevents), (gst_xvimagesink_get_xv_support),
10645         (gst_xvimagesink_event_thread), (gst_xvimagesink_xcontext_get),
10646         (gst_xvimagesink_xcontext_clear),
10647         (gst_xvimagesink_get_format_from_caps), (gst_xvimagesink_setcaps),
10648         (gst_xvimagesink_change_state), (gst_xvimagesink_show_frame),
10649         (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_set_xwindow_id),
10650         (gst_xvimagesink_expose), (gst_xvimagesink_set_property),
10651         (gst_xvimagesink_get_property), (gst_xvimagesink_finalize),
10652         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
10653         * sys/xvimage/xvimagesink.h: Refactoring to handle aspect ratio,
10654         expose while being PAUSED, out of data flow navigation events, etc..
10655
10656 2005-11-22  Thomas Vander Stichele  <thomas at apestaart dot org>
10657
10658         * gst-libs/gst/audio/audio.c: (gst_audio_duration_from_pad_buffer):
10659         * gst-libs/gst/audio/audio.h:
10660           fix prototype - wondering why the test worked regardless
10661
10662 2005-11-21  Thomas Vander Stichele  <thomas at apestaart dot org>
10663
10664         * check/Makefile.am:
10665         * gst-libs/gst/audio/audio.c: (gst_audio_duration_from_pad_buffer):
10666         * gst-libs/gst/audio/audio.h:
10667           add a method that returns a proper GstClockTime
10668
10669 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
10670
10671         * gst-libs/gst/interfaces/xoverlay.c: (gst_x_overlay_base_init),
10672         (gst_x_overlay_got_xwindow_id), (gst_x_overlay_prepare_xwindow_id):
10673         * gst-libs/gst/interfaces/xoverlay.h:
10674           Remove everything having to do with the desired size; add 
10675           gst_x_overlay_prepare_xwindow_id() function; remove the
10676           'have-xwindow-id' signal and make gst_x_overlay_got_xwindow_id()
10677           post a message on the bus instead (#321816).
10678
10679         * sys/ximage/ximagesink.c: (gst_ximagesink_xoverlay_init):
10680         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps),
10681         (gst_xvimagesink_xoverlay_init):
10682           Remove desired size stuff (#321816).
10683
10684 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
10685
10686         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find),
10687         (mpeg2_sys_type_find), (mpeg1_sys_type_find),
10688         (mpeg_video_type_find), (mpeg_video_stream_type_find):
10689           Terminate vararg functions with NULL instead of 0 to 
10690           make gcc4 happy.
10691
10692 2005-11-21  Andy Wingo  <wingo@pobox.com>
10693
10694         patch by: Sebastien Cote <sebas642@yahoo.ca>
10695         
10696         * gst-libs/gst/rtp/gstrtpbuffer.h: 
10697         * gst-libs/gst/rtp/gstrtpbuffer.c
10698         (gst_rtpbuffer_get_payload_buffer): New function. Fixes #321451.
10699
10700 2005-11-21  Andy Wingo  <wingo@pobox.com>
10701
10702         * gst/playback/gstplaybin.c (gen_audio_element) 
10703         (gen_video_element): Use the new MISSING_PLUGIN core error
10704         category. Closes #320060.
10705
10706         * ext/vorbis/vorbisdec.c (vorbis_dec_sink_event): 
10707         * gst/videorate/gstvideorate.c (gst_videorate_event):
10708         * ext/theora/theoradec.c (theora_dec_sink_event): 
10709         * ext/theora/theoraenc.c (theora_enc_sink_event): Don't take
10710         stream lock.
10711
10712         * gst/subparse/gstsubparse.c (gst_subparse_src_event):
10713         * ext/ogg/gstoggdemux.c (gst_ogg_demux_perform_seek): Update for
10714         stream lock changes.
10715
10716 2005-11-21  Wim Taymans  <wim@fluendo.com>
10717
10718         * gst-libs/gst/audio/gstbaseaudiosink.c:
10719         (gst_base_audio_sink_class_init), (gst_base_audio_sink_init),
10720         (gst_base_audio_sink_provide_clock),
10721         (gst_base_audio_sink_set_clock), (gst_base_audio_sink_render),
10722         (gst_base_audio_sink_change_state):
10723         * gst/audioresample/gstaudioresample.c:
10724         Segment update fix.
10725
10726 2005-11-21  Andy Wingo  <wingo@pobox.com>
10727
10728         * *.h:
10729         * *.c: Ran scripts/update-macros. Oh yes.
10730
10731 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
10732
10733         * sys/ximage/Makefile.am:
10734         * sys/ximage/ximage.c:
10735           Rename ximage plugin to ximagesink (#321426) (Don't forget to
10736           remove your old libgstximage.* manually if necessary).
10737
10738 2005-11-21  Michael Smith <msmith@fluendo.com>
10739
10740         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_setup):
10741           Minimal fix for bug #320200: set the min/max bitrate in the correct
10742           units. A better fix would be to upgrade to the RATEMANAGE2
10743           interface, rather than using the deprecated interface used here, but
10744           that would require an update in our libvorbis dependency (to 1.1),
10745           which is probably undesirable.
10746
10747 2005-11-21  Jan Schmidt  <thaytan@mad.scientist.com>
10748
10749         * ext/libvisual/visual.c: (get_buffer):
10750         * gst-libs/gst/audio/gstbaseaudiosrc.c:
10751         (gst_base_audio_src_fixate):
10752         * gst/audioconvert/gstaudioconvert.c:
10753         (gst_audio_convert_fixate_caps):
10754         * gst/audioscale/gstaudioscale.c: (gst_audioscale_fixate):
10755         * gst/audiotestsrc/gstaudiotestsrc.c:
10756         (gst_audiotestsrc_src_fixate):
10757         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_fixate):
10758         * gst/videorate/gstvideorate.c: (gst_videorate_setcaps):
10759         * gst/videoscale/gstvideoscale.c: (gst_videoscale_fixate_caps):
10760         * gst/videotestsrc/gstvideotestsrc.c:
10761         (gst_videotestsrc_src_fixate):
10762         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_fixate):
10763         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_fixate):
10764           Rename gst_caps_structure_fixate_* to gst_structure_fixate_*
10765           (#322027)
10766
10767
10768 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
10769
10770         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
10771         (gst_riff_create_iavs_caps):
10772         * gst-libs/gst/riff/riff-read.c: (gst_riff_parse_file_header),
10773         (gst_riff_parse_strh), (gst_riff_parse_strf_vids),
10774         (gst_riff_parse_info):
10775         * gst/videotestsrc/videotestsrc.c: (paintinfo_find_by_structure):
10776         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_set_caps):
10777         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps):
10778           Fixes for GST_FOURCC_FORMAT API change.
10779
10780 2005-11-21  Andy Wingo  <wingo@pobox.com>
10781
10782         patch by: Alessandro Dessina <alessandro nnva org>
10783
10784         * ext/ogg/gstoggmux.c (gst_ogg_mux_set_header_on_caps):
10785         * ext/ogg/gstoggparse.c (gst_ogg_parse_append_header)
10786         (gst_ogg_parse_chain):
10787         * ext/theora/theoraenc.c (theora_set_header_on_caps):
10788         * ext/vorbis/vorbisenc.c (gst_vorbisenc_set_header_on_caps):
10789         * ext/vorbis/vorbisparse.c (vorbis_parse_set_header_on_caps): Fix
10790         gst_value_list calls on arrays. Fixes #321962.
10791
10792 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
10793
10794         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
10795         (gst_ogg_mux_request_new_pad), (gst_ogg_mux_queue_pads),
10796         (gst_ogg_mux_clear_collectpads), (gst_ogg_mux_change_state):
10797         * gst/adder/gstadder.c: (gst_adder_init),
10798         (gst_adder_request_new_pad), (gst_adder_collected),
10799         (gst_adder_change_state):
10800           Update for gst_collectpads_foo() to gst_collect_pads_foo()
10801           API change.
10802
10803 2005-11-21  Michael Smith <msmith@fluendo.com>
10804
10805         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_clear),
10806         (gst_vorbisenc_chain), (gst_vorbisenc_output_buffers):
10807           Properly handle pad_push return values.
10808
10809 2005-11-20  Jan Schmidt  <thaytan@mad.scientist.com>
10810
10811         * gst-libs/gst/tag/Makefile.am:
10812         * gst-libs/gst/tag/gstvorbistag.c:
10813         (gst_tag_list_to_vorbiscomment_buffer):
10814           Remove obsolete vorbistag element and debug category.
10815
10816         * gst/playback/gstplaybasebin.c: (check_queue):
10817           Don't divide by 0 when queue-threshold is 0.
10818
10819         * sys/ximage/ximagesink.c: (gst_ximagesink_set_property):
10820           Don't modify an existing pixel-aspect-ratio if we fail to read
10821           a new one.
10822
10823 2005-11-20  Wim Taymans  <wim@fluendo.com>
10824
10825         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_push_buffer),
10826         (gst_vorbisenc_push_packet):
10827         GST_PAD_IS_USABLE is gone, use the return value of
10828         the push or pad_alloc_buffer instead.
10829
10830 2005-11-18  Julien MOUTTE  <julien@moutte.net>
10831
10832         * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
10833         (gst_ximagesink_check_xshm_calls), (gst_ximagesink_ximage_new),
10834         (gst_ximagesink_ximage_destroy),
10835         (gst_ximagesink_xwindow_draw_borders), (gst_ximagesink_ximage_put),
10836         (gst_ximagesink_xwindow_new),
10837         (gst_ximagesink_xwindow_update_geometry),
10838         (gst_ximagesink_handle_xevents), (gst_ximagesink_event_thread),
10839         (gst_ximagesink_xcontext_get), (gst_ximagesink_xcontext_clear),
10840         (gst_ximagesink_bufferpool_clear), (gst_ximagesink_getcaps),
10841         (gst_ximagesink_setcaps), (gst_ximagesink_change_state),
10842         (gst_ximagesink_show_frame), (gst_ximagesink_buffer_alloc),
10843         (gst_ximagesink_navigation_send_event),
10844         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_expose),
10845         (gst_ximagesink_set_property), (gst_ximagesink_get_property),
10846         (gst_ximagesink_finalize), (gst_ximagesink_init),
10847         (gst_ximagesink_class_init):
10848         * sys/ximage/ximagesink.h: Refactoring of ximagesink.
10849         This new version brings correct software scaling, non flickering
10850         window while resizing, pixel aspect ratio handling, usage of
10851         hardware buffer pools, out of data flow event thread for 
10852         navigation and handling of expose events even when being PAUSED,
10853         a new property to keep video aspect ratio when resizing, etc...
10854
10855 2005-11-18  Julien MOUTTE  <julien@moutte.net>
10856
10857         * gst/videoscale/gstvideoscale.c: (gst_videoscale_class_init),
10858         (gst_videoscale_fixate_caps): Introduce back caps fixate with
10859         handling of PAR.
10860
10861 2005-11-18  Edward Hervey  <bilboed@dvdsrc.fluendo.com>
10862
10863         * gst/playback/gstdecodebin.c: (gst_decode_bin_init): 
10864         Unsetting IS_SINK flag from the fakesink, so decodebin
10865         never behaves as a sink.
10866
10867 2005-11-17  Wim Taymans  <wim@fluendo.com>
10868
10869         * gst-libs/gst/audio/gstbaseaudiosrc.c:
10870         (gst_base_audio_src_change_state):
10871         Fix the audiosrc base class again, we did not unflush.
10872
10873 2005-11-17  Julien MOUTTE  <julien@moutte.net>
10874
10875         * examples/seeking/seek.c: (make_dv_pipeline),
10876         (make_vorbis_theora_pipeline), (make_avi_pipeline),
10877         (make_mpegnt_pipeline): Use VSINK everywhere, add a scaler
10878         to ogg/vorbis/theora pipeline.
10879
10880 2005-11-17  Wim Taymans  <wim@fluendo.com>
10881
10882         * ext/ogg/gstoggmux.c: (gst_ogg_mux_queue_pads),
10883         (gst_ogg_mux_get_headers), (gst_ogg_mux_send_headers),
10884         (gst_ogg_mux_collected), (gst_ogg_mux_change_state):
10885         Fix EOS on multiple streams.
10886         More debugging.
10887
10888 2005-11-16  Wim Taymans  <wim@fluendo.com>
10889
10890         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_configure_segment),
10891         (gst_ogg_demux_perform_seek):
10892         Segment done must include stream time.
10893
10894         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
10895         (gst_ogg_mux_clear), (gst_ogg_mux_init), (gst_ogg_mux_finalize),
10896         (gst_ogg_mux_change_state):
10897         Fix ogg muxer again.
10898
10899 2005-11-16  Wim Taymans  <wim@fluendo.com>
10900
10901         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_init):
10902         Fix compile again.
10903
10904 2005-11-16  Thomas Vander Stichele  <thomas at apestaart dot org>
10905
10906         * ext/libvisual/visual.c: (gst_visual_init):
10907         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_init):
10908         * ext/ogg/gstoggparse.c: (gst_ogg_parse_init),
10909         (gst_ogg_parse_chain):
10910         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_init),
10911         (gst_ogm_video_parse_init), (gst_ogm_text_parse_init):
10912         * ext/theora/theoradec.c: (gst_theora_dec_init):
10913         * ext/theora/theoraenc.c: (gst_theora_enc_init):
10914         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init):
10915         * ext/vorbis/vorbisparse.c: (gst_vorbis_parse_init):
10916         * gst/adder/gstadder.c: (gst_adder_class_init),
10917         (gst_adder_dispose):
10918         * gst/audiorate/gstaudiorate.c: (gst_audiorate_init):
10919         * gst/subparse/gstsubparse.c: (gst_subparse_init):
10920         * gst/videorate/gstvideorate.c: (gst_videorate_init):
10921           Fix a whole set of pad template leaks
10922
10923 2005-11-16  Thomas Vander Stichele  <thomas at apestaart dot org>
10924
10925         * check/generic/states.c: (GST_START_TEST):
10926           fix the test so that it only checks for elements that are part of
10927           this source module
10928
10929 2005-11-16  Michael Smith <msmith@fluendo.com>
10930
10931         * ext/ogg/gstoggmux.c: (gst_ogg_mux_clear), (gst_ogg_mux_reset),
10932         (gst_ogg_mux_init), (gst_ogg_mux_request_new_pad),
10933         (gst_ogg_mux_push_buffer), (gst_ogg_mux_dequeue_page),
10934         (gst_ogg_mux_pad_queue_page), (gst_ogg_mux_queue_pads),
10935         (gst_ogg_mux_collected), (gst_ogg_mux_clear_collectpads),
10936         (gst_ogg_mux_change_state):
10937           Fix leaking collectpads.
10938
10939 2005-11-16  Edward Hervey  <edward@fluendo.com>
10940
10941         * gst/videorate/gstvideorate.c: (gst_videorate_blank_data),
10942         (gst_videorate_event), (gst_videorate_chain):
10943         Handle segment seeks
10944
10945 2005-11-16  Wim Taymans  <wim@fluendo.com>
10946
10947         * gst-libs/gst/audio/gstbaseaudiosink.c:
10948         (gst_base_audio_sink_provide_clock),
10949         (gst_base_audio_sink_change_state):
10950         Set ringbuffer to non-flushing when going to PAUSED, set to
10951         flushing again when going to READY.
10952
10953         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_init),
10954         (gst_ring_buffer_stop):
10955         Start in flushing mode by default.
10956         Don't set flushing in the _stop method, let the app call
10957         this explicitly.
10958
10959 2005-11-16  Julien MOUTTE  <julien@moutte.net>
10960
10961         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_center_rect):
10962         * gst-libs/gst/video/videosink.h: Add helper function needed
10963         for video sinks.
10964
10965 2005-11-16  Tim-Philipp Müller  <tim at centricular dot net>
10966
10967         * gst/videoscale/gstvideoscale.c:
10968         (gst_videoscale_handle_src_event):
10969           Don't leak reference to pad parent.
10970
10971 2005-11-16  Wim Taymans  <wim@fluendo.com>
10972
10973         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_stop):
10974         Set ringbuffer to flushing when stopping so that we don't
10975         block on wait_segment anymore and livelock.
10976
10977 2005-11-16  Wim Taymans  <wim@fluendo.com>
10978
10979         * examples/seeking/seek.c: (send_event), (do_seek),
10980         (loop_toggle_cb), (segment_done), (main):
10981         Added looping checkbox.
10982
10983 2005-11-16  Thomas Vander Stichele  <thomas at apestaart dot org>
10984
10985         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
10986         (gst_ogg_demux_init):
10987         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_base_init),
10988         (gst_vorbis_dec_init):
10989           revert unrefs, they don't pass make check
10990
10991 2005-11-15  Johan Dahlin  <johan@gnome.org>
10992
10993         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
10994         (gst_ogg_demux_init), (gst_ogg_demux_finalize):
10995         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_base_init),
10996         (gst_vorbis_dec_init):
10997         Fix pad template leaks. 
10998
10999 2005-11-15  Tim-Philipp Müller  <tim at centricular dot net>
11000
11001         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state):
11002           Make state change function thread safe.
11003
11004 2005-11-15  Edward Hervey  <edward@fluendo.com>
11005
11006         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_receive_event),
11007         (gst_ogg_demux_class_init):
11008         Implement GstElement::send_event, so we can send seek events
11009         in GST_STATE_READY
11010
11011 2005-11-14  Julien MOUTTE  <julien@moutte.net>
11012
11013         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_new):
11014         Discovered how to take away flickering while resizing the
11015         window. Please don't put that in ximagesink, refactoring in
11016         progress.
11017
11018 2005-11-14  Michael Smith <msmith@fluendo.com>
11019
11020         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_client_queue_data),
11021         (gst_multifdsink_render):
11022           Don't leak GDP headers when using GDP mode (i.e. tcpserversink).
11023
11024 2005-11-14  Tim-Philipp Müller  <tim at centricular dot net>
11025
11026         * gst/playback/gstplaybin.c: (gen_audio_element):
11027           Use autoaudiosink, it tends to be more widely available than
11028           autoaudiiosink.
11029           
11030 2005-11-14  Andy Wingo  <wingo@pobox.com>
11031
11032         * gst/playback/gstplaybin.c (gen_audio_element): Use autoaudiosink
11033         as well if it is available. Fixes #316442.
11034
11035 2005-11-14  Michael Smith <msmith@fluendo.com>
11036
11037         * ext/ogg/gstoggmux.c: (gst_ogg_mux_clear), (gst_ogg_mux_init),
11038         (gst_ogg_mux_sinkconnect), (gst_ogg_mux_request_new_pad),
11039         (gst_ogg_mux_push_buffer), (gst_ogg_mux_dequeue_page),
11040         (gst_ogg_mux_pad_queue_page), (gst_ogg_mux_queue_pads),
11041         (gst_ogg_mux_set_header_on_caps), (gst_ogg_mux_collected),
11042         (gst_ogg_mux_clear_collectpads), (gst_ogg_mux_change_state):
11043         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_buffer_from_packet),
11044         (gst_vorbisenc_change_state):
11045           Fix a small memory leak in vorbisenc.
11046           Fix large memory leaks in oggmux, also fix lots of state change
11047           bugs in oggmux.
11048
11049 2005-11-14  Thomas Vander Stichele  <thomas at apestaart dot org>
11050
11051         * gst/videotestsrc/gstvideotestsrc.c:
11052         (gst_videotestsrc_class_init), (gst_videotestsrc_init),
11053         (gst_videotestsrc_src_fixate):
11054           move fixation to a fixate function
11055           remove negotiate function, basesrc's is good enough
11056           fixes a bug for check when using the element alone
11057
11058 2005-11-13  Edward Hervey  <edward@fluendo.com>
11059
11060         * examples/seeking/seek.c: (do_seek), (accurate_toggle_cb),
11061         (key_toggle_cb), (main):
11062         Added checkboxes for adding/removing the accurate and key_unit seek
11063         flags.
11064
11065 2005-11-11  Thomas Vander Stichele  <thomas at apestaart dot org>
11066
11067         * configure.ac: back to HEAD
11068
11069 === release 0.9.5 ===
11070
11071 2005-11-11  Thomas Vander Stichele <thomas at apestaart dot org>
11072
11073         * configure.ac:
11074           releasing 0.9.5, "No No Kia"
11075
11076 2005-11-11  Edward Hervey  <edward@fluendo.com>
11077
11078         * examples/seeking/seek.c: (make_parselaunch_pipeline):
11079         Added parse-launch syntax seeking mode for the seeking example.
11080         This should help stress-test even more cases.
11081         Ex usage : ./seek 15 "filesrc location=uranus.avi ! decodebin ! xvimagesink"
11082
11083 2005-11-11  Tim-Philipp Müller  <tim at centricular dot net>
11084
11085         * sys/xvimage/xvimagesink.c:
11086         (gst_xvimagesink_navigation_send_event):
11087           Check whether peer pad exists before sending navigation events
11088           to it.
11089
11090 2005-11-11  Michael Smith <msmith@fluendo.com>
11091
11092         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_setup),
11093         (gst_vorbisenc_buffer_from_packet):
11094         * ext/vorbis/vorbisenc.h:
11095           Set duration on encoded buffers. This allows oggmux's
11096           max_page_delay parameter to actually work.
11097
11098 2005-11-11  Tim-Philipp Müller  <tim at centricular dot net>
11099
11100         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
11101         (gst_ffmpeg_get_palette), (gst_ffmpeg_set_palette),
11102         (gst_ffmpegcsp_avpicture_fill):
11103         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
11104         (gst_ffmpegcsp_get_unit_size), (gst_ffmpegcsp_transform):
11105           Make palettes work again (see #132341). Use our own macros
11106           for rounding up.
11107
11108 2005-11-10  Andy Wingo  <wingo@pobox.com>
11109
11110         * gst/playback/gstplaybasebin.c (prepare_output): Fix format
11111         string doober.
11112
11113 2005-11-10  Thomas Vander Stichele  <thomas at apestaart dot org>
11114
11115         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
11116         (gst_ffmpegcsp_transform_caps):
11117           Prefer passthrough in transform_caps
11118
11119 2005-11-10  Thomas Vander Stichele  <thomas at apestaart dot org>
11120
11121         * ext/alsa/gstalsasink.c: (gst_alsasink_open):
11122           check for ALSA errors properly, instead of relying on ALSA's
11123           error strings to serve to the user.
11124
11125 2005-11-10  Wim Taymans  <wim@fluendo.com>
11126
11127         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_event), (gst_ogg_demux_init),
11128         (gst_ogg_demux_configure_segment), (gst_ogg_demux_perform_seek),
11129         (gst_ogg_demux_loop), (gst_ogg_demux_change_state):
11130         Modernise the seek code.
11131
11132 2005-11-10  Michael Smith <msmith@fluendo.com>
11133         
11134         * gst/playback/gstplaybasebin.c: (group_commit), (new_decoded_pad),
11135         (setup_substreams), (set_active_source):
11136           Unlock GROUP_LOCK in failure cases, so that we don't deadlock when
11137           trying to go to NULL if we failed to read a file.
11138
11139 2005-11-10  Wim Taymans  <wim@fluendo.com>
11140
11141         * gst/audiotestsrc/gstaudiotestsrc.c:
11142         (gst_audiotestsrc_class_init), (gst_audiotestsrc_get_times),
11143         (gst_audiotestsrc_create):
11144         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
11145         (gst_sinesrc_get_times), (gst_sinesrc_create):
11146         * gst/videotestsrc/gstvideotestsrc.c:
11147         (gst_videotestsrc_class_init), (gst_videotestsrc_get_times),
11148         (gst_videotestsrc_create):
11149         The base class can now sync for us.
11150
11151 2005-11-10  Thomas Vander Stichele  <thomas at apestaart dot org>
11152
11153         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_fixate): Check if the caps have
11154           a fourcc field. Fixes crash for gst-launch-0.9 v4lsrc
11155           name=source autoprobe=false autoprobe-fps=false copy-mode=1
11156           device=/dev/video0 ! ffmpegcolorspace ! "video/x-raw-yuv,
11157           format=(fourcc)I420" ! xvimagesink
11158
11159 2005-11-10  Tim-Philipp Müller  <tim at centricular dot net>
11160
11161         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
11162         (gst_sinesrc_get_query_types), (gst_sinesrc_src_query),
11163         (gst_sinesrc_newsegment):
11164           Send newsegment event in TIME format, set duration if
11165           num-buffers is set, fix duration querying.
11166
11167 2005-11-10  Michael Smith <msmith@fluendo.com>
11168
11169         * ext/ogg/gstoggmux.c: (gst_ogg_mux_request_new_pad),
11170         (gst_ogg_mux_push_buffer), (gst_ogg_mux_dequeue_page),
11171         (gst_ogg_mux_pad_queue_page), (gst_ogg_mux_queue_pads),
11172         (gst_ogg_mux_collected):
11173          Fix EOS handling, partially. Now forwarding an EOS event once we have
11174          EOS on all pads works correctly. However, we still don't properly set
11175          EOS on the actual ogg stream pages.
11176
11177 2005-11-09  Tim-Philipp Müller  <tim at centricular dot net>
11178
11179         * gst/playback/gstplaybin.c: (gst_play_bin_dispose):
11180           Set elements to NULL state before disposing of them.
11181
11182 2005-11-08  Sebastien Cote  <sebas642 at yahoo dot ca>
11183
11184         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
11185
11186         * gst-libs/gst/rtp/gstbasertpdepayload.c:
11187         (gst_base_rtp_depayload_init),
11188         (gst_base_rtp_depayload_set_gst_timestamp):
11189         * gst-libs/gst/rtp/gstbasertpdepayload.h:
11190           We need to send a newsegment event for each instance, not
11191           just for the first instance of this class (get rid of
11192           static variable in function). (#321011).
11193           
11194 2005-11-08  Michael Smith <msmith@fluendo.com>
11195
11196         * ext/ogg/gstoggmux.c: (gst_ogg_mux_request_new_pad),
11197         (gst_ogg_mux_buffer_from_page), (gst_ogg_mux_push_buffer),
11198         (gst_ogg_mux_dequeue_page), (gst_ogg_mux_pad_queue_page),
11199         (gst_ogg_mux_send_headers), (gst_ogg_mux_collected):
11200           Forward port rewrite of muxing strategy to 0.9 version of oggmux.
11201           This makes us mux things correctly according to the ogg muxing
11202           rules. Still not handling EOS correctly right now, though.
11203
11204 2005-11-08  Tim-Philipp Müller  <tim at centricular dot net>
11205
11206         * gst/audioconvert/gstaudioconvert.c:
11207           Fix typo in docs. 
11208
11209 2005-11-08  Tim-Philipp Müller  <tim at centricular dot net>
11210
11211         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_internal_chain),
11212         (gst_ogg_pad_submit_packet), (gst_ogg_chain_new):
11213           Initialise segment_stop to GST_CLOCK_TIME_NONE when
11214           creating a new chain; should fix live streaming. Also
11215           add more debug output and fix a typo.
11216
11217 2005-11-08  Brian Cameron  <brian dot cameron at sun dot com>
11218
11219         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
11220
11221         * gst/volume/gstvolume.c: (volume_set_caps):
11222           Fix compilation on Solaris with Forte. (#320923)
11223
11224 2005-11-08  Wim Taymans  <wim@fluendo.com>
11225
11226         * gst-libs/gst/audio/gstbaseaudiosink.c:
11227         (gst_base_audio_sink_render):
11228         No need to do a typecheck.
11229
11230 2005-11-07  Tim-Philipp Müller  <tim at centricular dot net>
11231
11232         * ext/alsa/gstalsa.h:
11233           We register a debug category, so let's use it.
11234
11235 2005-11-04  Zeeshan Ali  <zeenix@gmail.com>
11236
11237         * gst-libs/gst/rtp/gstbasertpdepayload.c:
11238         (gst_base_rtp_depayload_class_init), (gst_base_rtp_depayload_wait):
11239         Fixed a small problem.
11240
11241 2005-11-04  Wim Taymans  <wim@fluendo.com>
11242
11243         * examples/seeking/Makefile.am:
11244         * examples/seeking/scrubby.c: (gst_element_factory_make_or_warn),
11245         (dynamic_link), (setup_dynamic_link), (make_wav_pipeline),
11246         (make_playerbin_pipeline), (format_value), (update_scale),
11247         (speed_cb), (seek_cb), (do_seek), (start_seek), (stop_seek),
11248         (play_cb), (pause_cb), (stop_cb), (print_message), (bus_message),
11249         (print_usage), (main):
11250         Added app for playback speed testing.
11251
11252         * examples/seeking/seek.c: (dynamic_link),
11253         (make_avi_msmpeg4v3_mp3_pipeline), (make_avi_pipeline),
11254         (make_mpeg_pipeline), (do_seek), (set_update_scale),
11255         (message_received), (main):
11256         Updated seek example.
11257
11258 2005-11-04  Zeeshan Ali  <zeenix@gmail.com>
11259
11260         * gst-libs/gst/rtp/gstbasertpdepayload.c:
11261         (gst_base_rtp_depayload_class_init), (gst_base_rtp_depayload_init),
11262         (gst_base_rtp_depayload_thread), (gst_base_rtp_depayload_wait),
11263         (gst_base_rtp_depayload_set_clock):
11264         * gst-libs/gst/rtp/gstbasertpdepayload.h:
11265         Don't sleep on the bench (system clock) when you have a nice 
11266         comfortable bed (Gstreamer clock) to sleep on.
11267
11268 2005-11-03  Wim Taymans  <wim@fluendo.com>
11269
11270         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
11271         (gst_decode_bin_dispose), (free_dynamics), (remove_fakesink),
11272         (pad_blocked), (close_pad_link), (new_pad), (no_more_pads):
11273         Handle the case where a pad_block failed.
11274
11275 2005-11-02  Sebastien Cote  <sebas642@yahoo.ca> 
11276
11277         reviewed by: Zeeshan Ali  <zeenix@gmail.com>
11278
11279         * gst-libs/gst/rtp/gstbasertpdepayload.c:
11280         (gst_base_rtp_depayload_add_to_queue),
11281         (gst_base_rtp_depayload_push),
11282         (gst_base_rtp_depayload_set_gst_timestamp),
11283         (gst_base_rtp_depayload_queue_release):
11284           Fixes some bugs in the depayloader's queuing/de-queueing code.
11285
11286 2005-10-31  Michael Smith <msmith@fluendo.com>
11287
11288         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_init),
11289         (gst_ogg_demux_read_chain), (gst_ogg_demux_read_end_chain),
11290         (gst_ogg_demux_collect_chain_info), (gst_ogg_print):
11291           Patch from Alessandro Decina <alessandro@nnva.org>.
11292           Make oggdemux only find the final time in a chain, not per-pad,
11293           since the per-pad information can be very expensive to locate, and
11294           it isn't used anywhere. This makes reading a file containing
11295           OggSkeleton reasonably fast.
11296           Also, make chain finding work when there are logical bitstreams that
11297           can't be decoded. Fixes #319110.
11298
11299 2005-10-31  Zeeshan Ali  <zeenix@gmail.com>
11300
11301         * gst-libs/gst/rtp/gstbasertpdepayload.c:
11302         (gst_base_rtp_depayload_class_init), (gst_base_rtp_depayload_init),
11303         (gst_base_rtp_depayload_chain),
11304         (gst_base_rtp_depayload_add_to_queue),
11305         (gst_base_rtp_depayload_push),
11306         (gst_base_rtp_depayload_set_gst_timestamp),
11307         (gst_base_rtp_depayload_queue_release),
11308         (gst_base_rtp_depayload_start_thread),
11309         (gst_base_rtp_depayload_set_property),
11310         (gst_base_rtp_depayload_get_property):
11311         * gst-libs/gst/rtp/gstbasertpdepayload.h:
11312         Some random fixes, to fullfill the desires of thomas.
11313
11314 2005-10-31  Zeeshan Ali  <zeenix@gmail.com>
11315
11316         * gst-libs/gst/rtp/gstbasertpdepayload.c:
11317         (gst_base_rtp_depayload_add_to_queue),
11318         (gst_base_rtp_depayload_push):
11319         Fixed the queueing algorithm.
11320
11321 2005-10-31  Zeeshan Ali  <zeenix@gmail.com>
11322
11323         * gst-libs/gst/rtp/gstbasertpdepayload.c:
11324         (gst_base_rtp_depayload_push):
11325         A small fix
11326
11327 2005-10-31  Wim Taymans  <wim@fluendo.com>
11328
11329         * gst-libs/gst/audio/gstringbuffer.h:
11330         Don't break ABI.
11331
11332         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
11333         (gst_ffmpeg_caps_to_pixfmt):
11334         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
11335         (gst_ffmpegcsp_set_caps):
11336         Some more comments.
11337         Handle missing required caps fields better.
11338
11339 2005-10-31  Wim Taymans  <wim@fluendo.com>
11340
11341         * gst-libs/gst/audio/gstbaseaudiosink.c:
11342         (gst_base_audio_sink_event), (gst_base_audio_sink_get_offset),
11343         (gst_base_audio_sink_render):
11344         * gst-libs/gst/audio/gstringbuffer.c:
11345         (gst_ring_buffer_open_device), (gst_ring_buffer_close_device),
11346         (gst_ring_buffer_set_flushing), (gst_ring_buffer_start),
11347         (gst_ring_buffer_pause_unlocked), (gst_ring_buffer_pause),
11348         (gst_ring_buffer_stop), (wait_segment), (gst_ring_buffer_commit),
11349         (gst_ring_buffer_read):
11350         * gst-libs/gst/audio/gstringbuffer.h:
11351         Add flushing mode to the ringbuffer so that it in all cases does
11352         not try to handle more audio. This makes sure it does not try to
11353         block anymore when flushing and fixes a livelock.
11354
11355 2005-10-29  Tim-Philipp Müller  <tim at centricular dot net>
11356
11357         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_query_convert),
11358         (gst_ogg_demux_chain_peer), (gst_ogg_demux_perform_seek),
11359         (gst_ogg_demux_read_chain), (gst_ogg_demux_read_end_chain):
11360           Explicitly check for -1 values before doing a conversion
11361           and always map them to -1. (#315545)
11362
11363 2005-10-28  Thomas Vander Stichele  <thomas at apestaart dot org>
11364
11365         * gst/playback/gstplaybin.c: (gen_video_element):
11366           first try autovideosink, then xvimagesink, then error out
11367         * po/POTFILES.in:
11368           add translatable file
11369         * po/af.po:
11370         * po/az.po:
11371         * po/cs.po:
11372         * po/en_GB.po:
11373         * po/hu.po:
11374         * po/it.po:
11375         * po/nb.po:
11376         * po/nl.po:
11377         * po/or.po:
11378         * po/sq.po:
11379         * po/sr.po:
11380         * po/sv.po:
11381         * po/uk.po:
11382         * po/vi.po:
11383           update translations
11384
11385 2005-10-27  Philippe Khalaf <burger at speedy dot org> 
11386
11387         * gst-libs/gst/rtp/gstbasedepayload.c:
11388         * gst-libs/gst/rtp/gstbasedepayload.h:
11389           Minor cleanups
11390
11391 2005-10-27  Tim-Philipp Müller  <tim at centricular dot net>
11392
11393         * gst/playback/.cvsignore:
11394         * gst/playback/decodetest.c:
11395         * gst/playback/test3.c:
11396           Port these two tests as well.
11397
11398 2005-10-27  Wim Taymans  <wim@fluendo.com>
11399
11400         * ext/theora/theoradec.c: (theora_dec_src_query),
11401         (theora_dec_sink_event):
11402         * ext/theora/theoraenc.c: (theora_enc_sink_event),
11403         (theora_enc_change_state):
11404         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
11405         (gst_vorbisenc_sink_event), (gst_vorbisenc_change_state):
11406         Take proper locks when handling events.
11407
11408 2005-10-27  Wim Taymans  <wim@fluendo.com>
11409
11410         * gst/adder/gstadder.c: (gst_adder_query), (gst_adder_collected),
11411         (gst_adder_change_state):
11412         Fix timestamps and fix deadlock when stopping the collectpads.
11413
11414 2005-10-27  Zeeshan Ali  <zeenix@gmail.com>
11415
11416         * gst-libs/gst/rtp/gstrtpbuffer.h:
11417         Declaring the payload types as strings too so that they can be used
11418         in the padtemplate inialization.
11419
11420 2005-10-26  Andre Magalhaes  <andrunko@gmail.com>
11421
11422         reviewed by: Zeeshan Ali   <zeenix@gmail.com>
11423
11424         * gst-libs/gst/rtp/gstbasertpdepayload.c:
11425         (gst_base_rtp_depayload_class_init):
11426         Fixes a small but nasty bug. The derived elements no longer segfaults
11427         on finalization.
11428
11429 2005-10-26  Michael Smith <msmith@fluendo.com>
11430
11431         * gst/audioconvert/audioconvert.c: (audio_convert_clean_context):
11432           When clearing an audioconvert context, set tmpbufsize to zero, so
11433           we'll allocate it again later if required.
11434           This fixes audioconvert re-negotiating formats, which previously
11435           segfaulted with a NULL destination buffer.
11436
11437 2005-10-26  Zeeshan Ali <zeenix@gmail.com>
11438
11439         * gst-libs/gst/rtp/gstbasertpdepayload.c:
11440         (gst_base_rtp_depayload_base_init), (gst_base_rtp_depayload_push),
11441         (gst_base_rtp_depayload_set_gst_timestamp),
11442         (gst_base_rtp_depayload_queue_release):
11443         Fixed a smalll memleak.
11444
11445 2005-10-26  Zeeshan Ali  <zeenix@gmail.com>
11446         * gst-libs/gst/rtp/gstbasertpdepayload.c:
11447         (gst_base_rtp_depayload_base_init), (gst_base_rtp_depayload_init),
11448         (gst_base_rtp_depayload_finalize),
11449         (gst_base_rtp_depayload_setcaps),
11450         (gst_base_rtp_depayload_add_to_queue),
11451         (gst_base_rtp_depayload_push),
11452         (gst_base_rtp_depayload_set_gst_timestamp),
11453         (gst_base_rtp_depayload_queue_release),
11454         (gst_base_rtp_depayload_thread),
11455         (gst_base_rtp_depayload_change_state):
11456         * gst-libs/gst/rtp/gstbasertpdepayload.h:
11457         Changed the C++ comments to C comments
11458
11459 2005-10-26  Tim-Philipp Müller  <tim at centricular dot net>
11460
11461         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init):
11462         * gst/tcp/gsttcpclientsrc.h:
11463         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_init):
11464         * gst/tcp/gsttcpserversrc.h:
11465           Remove unused 'curoffset' structure member.
11466
11467 2005-10-25  Zeeshan Ali  <zeenix@gmail.com>
11468
11469         * gst-libs/gst/rtp/gstbasertpdepayload.c:
11470         (gst_base_rtp_depayload_base_init),
11471         (gst_base_rtp_depayload_finalize):
11472         * gst-libs/gst/rtp/gstbasertpdepayload.h:
11473         * gst-libs/gst/rtp/gstbasertppayload.h:
11474           The pad-template on the sinkpad should be set by the derived classes.
11475           Also added some useful macros.
11476
11477 2005-10-24  Wim Taymans  <wim@fluendo.com>
11478
11479         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
11480         Correctly flush decoder samples even if we could not
11481         copy them to an output buffer. Fixes #319618.
11482
11483 2005-10-24  Julien MOUTTE  <julien@moutte.net>
11484
11485         * sys/ximage/ximagesink.c: (gst_ximagesink_setcaps):
11486         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps): Check
11487         the caps against our xcontext caps.
11488
11489 2005-10-24  Wim Taymans  <wim@fluendo.com>
11490
11491         * gst-libs/gst/audio/gstbaseaudiosink.c:
11492         (gst_base_audio_sink_get_offset), (gst_base_audio_sink_render):
11493         Remove g_print
11494         Use sync property from baseclass to disable sync.
11495
11496 2005-10-24  Wim Taymans  <wim@fluendo.com>
11497
11498         * gst-libs/gst/audio/gstbaseaudiosink.c:
11499         (gst_base_audio_sink_get_offset), (gst_base_audio_sink_render):
11500         Buffers with no timestamps get aligned with previous buffers or
11501         on underrun, played ASAP.
11502
11503 2005-10-24  Julien MOUTTE  <julien@moutte.net>
11504
11505         * gst-libs/gst/video/video.h:
11506         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
11507         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
11508         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support): And
11509         here comes my change on caps for framerate and geometry range.
11510         We are now accepting 1 to MAXINT for width and height, and from
11511         0.0 to MAXDOUBLE for framerate. That allows duration less png frames
11512         to be blended correctly in videomixer.
11513
11514 2005-10-24  Thomas Vander Stichele  <thomas at apestaart dot org>
11515
11516         * configure.ac:
11517           back to HEAD
11518
11519 === release 0.9.4 ===
11520
11521 2005-10-23  Thomas Vander Stichele  <thomas at apestaart dot org>
11522
11523         * NEWS:
11524         * RELEASE:
11525         * configure.ac:
11526           releasing 0.9.4, "Velociraptor"
11527
11528 2005-10-23  Thomas Vander Stichele  <thomas at apestaart dot org>
11529
11530         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_loop):
11531         * po/POTFILES.in:
11532           STOPPED -> FAILED
11533
11534 2005-10-21  Wim Taymans  <wim@fluendo.com>
11535
11536         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
11537         (gst_decode_bin_dispose), (free_dynamics), (pad_unblocked),
11538         (pad_blocked), (close_pad_link), (new_pad):
11539         Don't try to remove elements twice.
11540
11541 2005-10-21  Wim Taymans  <wim@fluendo.com>
11542
11543         * ext/theora/theoradec.c: (theora_dec_src_query),
11544         (theora_dec_sink_event):
11545         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
11546         (vorbis_dec_sink_event), (vorbis_handle_identification_packet),
11547         (vorbis_handle_data_packet):
11548         * ext/vorbis/vorbisdec.h:
11549         Fix old naming.
11550
11551         * gst-libs/gst/audio/gstbaseaudiosink.c:
11552         (gst_base_audio_sink_render):
11553         Don't try to sync on buffers without a timestamp.
11554
11555 2005-10-21  Wim Taymans  <wim@fluendo.com>
11556
11557         * ext/theora/theoradec.c: (theora_dec_src_query),
11558         (theora_dec_sink_event):
11559         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
11560         (vorbis_dec_sink_event), (vorbis_handle_identification_packet),
11561         (vorbis_handle_data_packet):
11562         * ext/vorbis/vorbisdec.h:
11563         Fix old naming.
11564
11565 2005-10-20  Tim-Philipp Müller  <tim at centricular dot net>
11566
11567         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_get_query_types),
11568         (gst_vorbisenc_src_query):
11569           Implement position and duration queries.
11570
11571         * gst/playback/test3.c: (update_scale), (main):
11572           Fix for async state changes and print nicer output.
11573
11574 2005-10-20  Wim Taymans  <wim@fluendo.com>
11575
11576         * gst/playback/test5.c: (new_pad), (no_more_pads), (start_finding),
11577         (dump_element_stats), (main):
11578         * gst/playback/test6.c: (main):
11579         Fix tests again
11580
11581 2005-10-20  Tim-Philipp Müller  <tim at centricular dot net>
11582
11583         * gst/audiotestsrc/gstaudiotestsrc.c: (gst_audiotestsrc_src_query):
11584         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_query):
11585           Don't use functions for position queries when handling
11586           duration queries.
11587
11588 2005-10-20  Tim-Philipp Müller  <tim at centricular dot net>
11589
11590         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
11591         (vorbis_handle_data_packet), (vorbis_dec_chain),
11592         (vorbis_dec_change_state):
11593         * ext/vorbis/vorbisdec.h:
11594           Vorbis streams can be embedded in other container formats
11595           than ogg, container formats where the demuxer might set 
11596           timestamps on encoded vorbis buffers instead of those silly 
11597           granulepos thingies. In short: make vorbisdec handle 
11598           timestamps on incoming buffers as well.
11599
11600 2005-10-20  Wim Taymans  <wim@fluendo.com>
11601
11602         * gst/playback/gstplaybasebin.c: (group_destroy),
11603         (gst_play_base_bin_change_state):
11604         Fix leak.
11605         Handle case where playbasebin is now ASYNC because
11606         decodebin is.
11607
11608 2005-10-19  Tim-Philipp Müller  <tim at centricular dot net>
11609
11610         * gst/audioconvert/Makefile.am:
11611         * gst/audioconvert/bufferframesconvert.c:
11612         * gst/audioconvert/plugin.c: (plugin_init):
11613         * gst/audioconvert/plugin.h:
11614           And bye bye buffer-frames-convert
11615
11616 2005-10-19  Wim Taymans  <wim@fluendo.com>
11617
11618         * check/elements/audioconvert.c:
11619         * docs/libs/tmpl/gstaudio.sgml:
11620         * docs/libs/tmpl/gstcolorbalance.sgml:
11621         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
11622         (vorbis_handle_identification_packet), (vorbis_handle_data_packet):
11623         * ext/vorbis/vorbisenc.c: (raw_caps_factory):
11624         * gst-libs/gst/audio/audio.c: (gst_audio_structure_set_int):
11625         * gst-libs/gst/audio/audio.h:
11626         * gst/audioconvert/audioconvert.h:
11627         * gst/audioconvert/gstaudioconvert.c:
11628         (gst_audio_convert_parse_caps):
11629         * gst/volume/gstvolume.c:
11630         Bye bye buffer-frames.
11631
11632 2005-10-19  Wim Taymans  <wim@fluendo.com>
11633
11634         * examples/seeking/seek.c: (make_avi_msmpeg4v3_mp3_pipeline),
11635         (query_positions_elems), (query_positions_pads), (update_scale),
11636         (do_seek), (set_update_scale), (message_received), (main):
11637         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query),
11638         (gst_ogg_demux_perform_seek), (gst_ogg_demux_find_chains),
11639         (gst_ogg_demux_loop):
11640         * ext/ogg/gstogmparse.c: (gst_ogm_parse_sink_query):
11641         * ext/theora/theoradec.c: (theora_dec_src_query),
11642         (theora_dec_sink_event):
11643         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
11644         (vorbis_dec_sink_event), (vorbis_handle_data_packet):
11645         * gst/adder/gstadder.c: (gst_adder_query):
11646         * gst/audiotestsrc/gstaudiotestsrc.c: (gst_audiotestsrc_src_query):
11647         * gst/playback/test3.c: (update_scale):
11648         * gst/playback/test5.c: (new_pad), (no_more_pads), (start_finding),
11649         (dump_element_stats), (main):
11650         * gst/playback/test6.c: (main):
11651         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_query):
11652         Query API update.
11653
11654 2005-10-19  Tim-Philipp Müller  <tim at centricular dot net>
11655
11656         * gst/typefind/gsttypefindfunctions.c: (utf8_type_find),
11657         (xml_check_first_element), (xml_type_find), (smil_type_find),
11658         (plugin_init):
11659           Add typefinding for SMIL and for generic XML. Based on patch by
11660           Akos Maroy (#308663).
11661
11662 2005-10-18  Wim Taymans  <wim@fluendo.com>
11663
11664         * gst/playback/Makefile.am:
11665         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
11666         (gst_decode_bin_dispose), (dynamic_create), (dynamic_free),
11667         (free_dynamics), (pad_unblocked), (pad_blocked), (close_pad_link),
11668         (try_to_link_1), (new_pad), (no_more_pads), (type_found),
11669         (gst_decode_bin_change_state):
11670         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
11671         (gst_play_bin_send_event_to_sink):
11672         * gst/playback/test5.c: (new_pad), (no_more_pads), (start_finding),
11673         (dump_element_stats), (main):
11674         * gst/playback/test6.c: (main):
11675         Make playbin async, it'll commit state to paused when all streams
11676         are detected.
11677         Remove ugly hack.
11678         Added test6.c to show async behaviour.
11679
11680 2005-10-18  Wim Taymans  <wim@fluendo.com>
11681
11682         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_peer),
11683         (gst_ogg_demux_perform_seek), (gst_ogg_demux_loop):
11684         Fix for segment-start/stop API change.
11685
11686 2005-10-18  Wim Taymans  <wim@fluendo.com>
11687
11688         * check/Makefile.am:
11689         * check/clocks/selection.c: (GST_START_TEST), (volume_suite),
11690         (main):
11691         Add future test for clock selection.
11692
11693 2005-10-18  Wim Taymans  <wim@fluendo.com>
11694
11695         * ext/alsa/gstalsasink.c: (gst_alsasink_init),
11696         (gst_alsasink_close):
11697         Set handle to NULL.
11698
11699         * gst-libs/gst/audio/gstringbuffer.c:
11700         (gst_ring_buffer_open_device), (gst_ring_buffer_close_device),
11701         (gst_ring_buffer_acquire), (gst_ring_buffer_release),
11702         (gst_ring_buffer_start), (gst_ring_buffer_pause),
11703         (gst_ring_buffer_stop), (gst_ring_buffer_commit),
11704         (gst_ring_buffer_read):
11705         More debug info.
11706
11707 2005-10-17  Stefan Kost  <ensonic@users.sf.net>
11708
11709         * gst/audiotestsrc/Makefile.am:
11710         * gst/sine/Makefile.am:
11711         * gst/volume/Makefile.am:
11712           fix broken build of controllerized plugins
11713
11714 2005-10-17  Fabrizio Gennari  <fabrizio dot ge at tiscali dot it>
11715
11716         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
11717
11718         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
11719         (gst_riff_create_video_template_caps):
11720           Add support for Indeo-3 (IV32).
11721
11722 2005-10-17  Thomas Vander Stichele  <thomas at apestaart dot org>
11723
11724         * configure.ac:
11725           rewrite
11726
11727 2005-10-17  Thomas Vander Stichele  <thomas at apestaart dot org>
11728
11729         * gst-libs/gst/video/video.c: (gst_video_get_size):
11730         * gst/audiotestsrc/gstaudiotestsrc.c:
11731           doc updates
11732
11733 2005-10-17  Andy Wingo  <wingo@pobox.com>
11734
11735         * ext/ogg/gstoggmux.c (gst_ogg_mux_queue_pads): Fix bug introduced
11736         with the collectpads change.
11737         (gst_ogg_mux_send_headers): Elevate warning to a g_critical.
11738
11739         * gst/tcp/gstmultifdsink.c: Convert to use the boilerplate macro.
11740
11741         * gst/tcp/gsttcp.c (gst_tcp_socket_read): Comment update.
11742
11743         * ext/theora/theoraenc.c (theora_buffer_from_packet): Pass the
11744         alloc_buffer flow return to callers.
11745         (theora_enc_chain, theora_enc_chain): Adapt to buffer_from_packet
11746         change. Fix some memleaks in theoraenc.
11747
11748         * ext/ogg/gstoggmux.c (gst_ogg_mux_send_headers): Fix a segfault
11749         in strange circumstance.
11750
11751 2005-10-17  Julien MOUTTE  <julien@moutte.net>
11752
11753         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
11754         (gst_ffmpegcsp_get_unit_size): We are asked to compute a buffer size
11755         from caps, let's use the caps...
11756
11757 2005-10-17  Thomas Vander Stichele  <thomas at apestaart dot org>
11758
11759         * configure.ac:
11760           put back AX_CREATE_STDINT_H, ffmpegcolorspace includes _stdint.h
11761
11762 2005-10-16  Thomas Vander Stichele  <thomas at apestaart dot org>
11763
11764         * gst-libs/gst/interfaces/Makefile.am:
11765           fix silly typo
11766
11767 2005-10-16  Andy Wingo  <wingo@pobox.com>
11768
11769         * gst/playback/gstdecodebin.c
11770         (gst_element_set_state_like_a_crazy_man): New kraaaaaaazy
11771         function!
11772         (try_to_link_1): Increase kraziness level.
11773
11774 2005-10-16  Thomas Vander Stichele  <thomas at apestaart dot org>
11775
11776         * configure.ac:
11777           restructure like the core one
11778         * gst-libs/gst/audio/Makefile.am:
11779         * gst-libs/gst/interfaces/Makefile.am:
11780         * gst-libs/gst/net/Makefile.am:
11781         * gst-libs/gst/riff/Makefile.am:
11782         * gst-libs/gst/rtp/Makefile.am:
11783         * gst-libs/gst/tag/Makefile.am:
11784         * gst-libs/gst/video/Makefile.am:
11785           use correct linker flags, now the libs are properly versioned
11786         * check/elements/audioconvert.c: (verify_convert):
11787         * ext/alsa/gstalsaplugin.c:
11788         * ext/cdparanoia/gstcdparanoia.c:
11789         * ext/gnomevfs/gstgnomevfs.c:
11790         * ext/libvisual/visual.c:
11791         * ext/ogg/gstogg.c:
11792         * ext/ogg/gstoggparse.c: (gst_ogg_parse_chain):
11793         * ext/theora/theora.c:
11794         * ext/vorbis/vorbis.c:
11795         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
11796         * gst-libs/gst/tag/gsttagediting.c:
11797         * gst-libs/gst/video/video.c:
11798         * gst/adder/gstadder.c:
11799         * gst/audioconvert/plugin.c:
11800         * gst/audiorate/gstaudiorate.c:
11801         * gst/audioresample/gstaudioresample.c:
11802         * gst/audioresample/resample_ref.c: (resample_scale_ref):
11803         * gst/audioscale/gstaudioscale.c:
11804         * gst/audioscale/resample.c:
11805         * gst/audiotestsrc/gstaudiotestsrc.c:
11806         * gst/ffmpegcolorspace/gstffmpeg.c:
11807         * gst/playback/gstdecodebin.c: (close_pad_link):
11808         * gst/playback/gstplaybin.c: (gen_video_element),
11809         (gen_audio_element):
11810         * gst/sine/gstsinesrc.c:
11811         * gst/subparse/gstsubparse.c:
11812         * gst/tags/gsttagediting.c:
11813         * gst/tcp/gsttcpplugin.c:
11814         * gst/typefind/gsttypefindfunctions.c:
11815         * gst/videorate/gstvideorate.c:
11816         * gst/videoscale/gstvideoscale.c:
11817         * gst/videotestsrc/gstvideotestsrc.c:
11818         * gst/volume/gstvolume.c:
11819         * sys/v4l/gstv4l.c:
11820         * sys/ximage/ximage.c:
11821         * sys/xvimage/xvimagesink.c:
11822           fix up defines
11823
11824 2005-10-13  Tim-Philipp Müller  <tim at centricular dot net>
11825
11826         * ext/vorbis/vorbisenc.c:
11827         * gst-libs/gst/tag/gstid3tag.c: (gst_tag_list_new_from_id3v1):
11828         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add),
11829         (gst_tag_to_vorbis_comments):
11830           Fix handling of GST_TAG_DATE, which is now of GST_TYPE_DATE.
11831
11832 2005-10-13  Stefan Kost  <ensonic@users.sf.net>
11833
11834         * examples/stats/mp2ogg.c:
11835         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
11836           typo fixes
11837
11838 2005-10-13  Michael Smith <msmith@fluendo.com>
11839
11840         * ext/ogg/gstoggmux.c:
11841           Use magic glib macros to define constants as 64 bit, to ensure
11842           appropriate vararg passing.
11843
11844 2005-10-13  Michael Smith <msmith@fluendo.com>
11845
11846         * ext/ogg/gstoggmux.c:
11847         * gst/audioconvert/audioconvert.c: (float):
11848           Don't use LL suffix, as it's not portable, and neither of these
11849           uses required it anyway.
11850
11851 2005-10-12  Stefan Kost  <ensonic@users.sf.net>
11852
11853         * examples/indexing/indexmpeg.c: (main):
11854         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_get),
11855         (cdparanoia_open), (cdparanoia_close), (cdparanoia_event),
11856         (cdparanoia_convert), (cdparanoia_query):
11857         * ext/cdparanoia/gstcdparanoia.h:
11858         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_init),
11859         (gst_gnomevfssink_open_file), (gst_gnomevfssink_close_file),
11860         (gst_gnomevfssink_chain), (gst_gnomevfssink_change_state):
11861         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init):
11862         * gst/audioscale/gstaudioscale.c: (gst_audioscale_init):
11863         * gst/playback/gststreamselector.c: (gst_stream_selector_init):
11864         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_init),
11865         (gst_multifdsink_render), (gst_multifdsink_start),
11866         (gst_multifdsink_stop):
11867         * gst/tcp/gstmultifdsink.h:
11868         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_init),
11869         (gst_tcpclientsink_render), (gst_tcpclientsink_start),
11870         (gst_tcpclientsink_stop):
11871         * gst/tcp/gsttcpclientsink.h:
11872         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init),
11873         (gst_tcpclientsrc_getcaps), (gst_tcpclientsrc_create),
11874         (gst_tcpclientsrc_start), (gst_tcpclientsrc_stop):
11875         * gst/tcp/gsttcpclientsrc.h:
11876         * gst/tcp/gsttcpserversink.h:
11877         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_init),
11878         (gst_tcpserversrc_create), (gst_tcpserversrc_start),
11879         (gst_tcpserversrc_stop):
11880         * gst/tcp/gsttcpserversrc.h:
11881         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_init):
11882         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_init):
11883         * sys/ximage/ximagesink.c: (gst_ximagesink_init):
11884           renamed GST_FLAGS macros to GST_OBJECT_FLAGS
11885           moved bitshift from macro to enum definition
11886
11887 2005-10-12  Wim Taymans  <wim@fluendo.com>
11888
11889         * examples/seeking/Makefile.am:
11890         Oops.
11891
11892 2005-10-12  Wim Taymans  <wim@fluendo.com>
11893
11894         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_commit),
11895         (gst_ring_buffer_read), (gst_ring_buffer_clear):
11896         Don't assert on normal stuff.
11897
11898         * gst/playback/gstplaybin.c: (do_playbin_seek):
11899         API fix.
11900
11901 2005-10-12  Wim Taymans  <wim@fluendo.com>
11902
11903         * check/pipelines/simple_launch_lines.c: (run_pipeline):
11904         * examples/seeking/Makefile.am:
11905         * examples/seeking/cdplayer.c: (play_cb), (pause_cb), (stop_cb):
11906         * examples/seeking/seek.c: (make_avi_msmpeg4v3_mp3_pipeline),
11907         (do_seek), (set_update_scale), (message_received), (main):
11908         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_commit),
11909         (gst_ring_buffer_read), (gst_ring_buffer_clear):
11910         Update for _get_state() API change.
11911
11912 2005-10-11  Wim Taymans  <wim@fluendo.com>
11913
11914         * gst-libs/gst/audio/gstbaseaudiosink.c:
11915         (gst_base_audio_sink_render):
11916         * gst-libs/gst/audio/gstbaseaudiosrc.c:
11917         (gst_base_audio_src_create):
11918         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_commit),
11919         (gst_ring_buffer_read):
11920         Cleanups.
11921         Commit and read from ringbuffer in samples rather than bytes.
11922
11923 2005-10-11  Wim Taymans  <wim@fluendo.com>
11924
11925         * gst-libs/gst/audio/gstbaseaudiosink.c:
11926         (gst_base_audio_sink_render):
11927         Respect segment rate and accum when scheduling samples.
11928
11929 2005-10-11  Julien MOUTTE  <julien@moutte.net>
11930
11931         * ext/ogg/gstoggmux.c: (gst_ogg_mux_queue_pads),
11932         (gst_ogg_mux_collected): Quick hack to fix build. We need to handle
11933         EOS correctly, that needs more work.
11934
11935 2005-10-11  Wim Taymans  <wim@fluendo.com>
11936
11937         * check/generic/states.c: (GST_START_TEST):
11938         remove old property.
11939
11940         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
11941         (gst_ogg_demux_perform_seek):
11942         * ext/theora/theoradec.c: (theora_dec_sink_event):
11943         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
11944         (vorbis_handle_data_packet):
11945         * gst-libs/gst/rtp/gstbasertpdepayload.c:
11946         (gst_base_rtp_depayload_set_gst_timestamp):
11947         * gst/videorate/gstvideorate.c: (gst_videorate_event):
11948         Update for newsegment API change.
11949
11950 2005-10-11  Michael Smith <msmith@fluendo.com>
11951
11952         * gst/playback/gstplaybin.c: (gst_play_bin_send_event_to_sink),
11953         (do_playbin_seek), (gst_play_bin_send_event):
11954           Override send_event differently, so that we can takes bits of
11955           functionality from GstPipeline (special handling for seeks,
11956           including pausing/resuming, and resetting stream time) and still get
11957           the appropriate behaviour of only forwarding event to a single sink,
11958           rather than all of them.
11959           Unfortunately requires a lot of code duplication, but the
11960           alternatives are equally ugly in the end.
11961
11962 2005-10-11  Thomas Vander Stichele  <thomas at apestaart dot org>
11963
11964         * check/elements/audioconvert.c: (setup_audioconvert),
11965         (cleanup_audioconvert), (get_int_caps), (verify_convert),
11966         (GST_START_TEST), (audioconvert_suite):
11967           clean up tests a little, fix some leaks.
11968
11969 2005-10-10  Wim Taymans  <wim@fluendo.com>
11970
11971         * ext/alsa/gstalsasink.c:
11972         Also allow unsigned int.
11973
11974         * gst-libs/gst/audio/gstbaseaudiosrc.c:
11975         (gst_base_audio_src_create), (gst_base_audio_src_change_state):
11976         Small cleanup
11977
11978 2005-10-10  Wim Taymans  <wim@fluendo.com>
11979
11980         * check/pipelines/simple_launch_lines.c: (run_pipeline):
11981         Small update, use API as stated in design docs.
11982
11983         * examples/seeking/seek.c: (make_avi_msmpeg4v3_mp3_pipeline),
11984         (update_scale), (do_seek), (seek_cb), (set_update_scale),
11985         (start_seek), (stop_seek), (play_cb), (pause_cb), (stop_cb),
11986         (message_received), (main):
11987         Updated seek example for GOption. Some usability improvements.
11988
11989 2005-10-10  Wim Taymans  <wim@fluendo.com>
11990
11991         * gst/audioconvert/audioconvert.h:
11992         * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_unset_matrix),
11993         (gst_channel_mix_setup_matrix), (gst_channel_mix_mix):
11994         Alloc temp storage somewhere else where we can do it more
11995         portable.
11996
11997 2005-10-10  Wim Taymans  <wim@fluendo.com>
11998
11999         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_create),
12000         (gst_tcpserversrc_start):
12001         Don't block in accept while doing the state change, move
12002         to poll and make cancellable.
12003
12004 2005-10-09  Philippe Khalaf <burger@speedy.org>
12005
12006         * gst-libs/gst/rtp/rtpbasedepayload.c:
12007         Set timestamp and add queue delay to timestamp
12008         * gst-libs/gst/rtp/rtpbuffer.h:
12009         Set correct payload type for h263
12010
12011 2005-10-09  Stefan Kost  <ensonic@users.sf.net>
12012
12013         * gst/audiotestsrc/gstaudiotestsrc.c:
12014         (gst_audiostestsrc_wave_get_type), (gst_audiotestsrc_class_init),
12015         (gst_audiotestsrc_init), (gst_audiotestsrc_create_sine),
12016         (gst_audiotestsrc_create_square), (gst_audiotestsrc_create_saw),
12017         (gst_audiotestsrc_create_triangle),
12018         (gst_audiotestsrc_create_silence),
12019         (gst_audiotestsrc_create_white_noise),
12020         (gst_audiotestsrc_init_pink_noise),
12021         (gst_audiotestsrc_generate_pink_noise_value),
12022         (gst_audiotestsrc_create_pink_noise),
12023         (gst_audiotestsrc_change_wave):
12024         * gst/audiotestsrc/gstaudiotestsrc.h:
12025           fixed typo, added pink noise
12026
12027 2005-10-09  Tim-Philipp Müller  <tim at centricular dot net>
12028
12029         * gst/typefind/gsttypefindfunctions.c: (wavpack_type_find),
12030         (plugin_init):
12031           Add wavpack and spc typefind functions from 0.8 branch.
12032
12033 2005-10-09  Tim-Philipp Müller  <tim at centricular dot net>
12034
12035         * gst/typefind/gsttypefindfunctions.c: (tar_type_find),
12036         (ar_type_find), (msdos_type_find), (plugin_init):
12037           Add typefind functions for tar archives, ar archives,
12038           RAR archives, and msdos-executables (dlls, exe, etc.).
12039           Some of those would be wrongly identified as mpeg
12040           streams of some sort before (#315550).
12041
12042 2005-10-09  Stefan Kost  <ensonic@users.sf.net>
12043
12044         * configure.ac:
12045         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
12046         * docs/plugins/gst-plugins-base-plugins-sections.txt:
12047         * gst/audioscale/gstaudioscale.c: (gst_audioscale_method_get_type):
12048         * gst/audiotestsrc/Makefile.am:
12049         * gst/audiotestsrc/gstaudiotestsrc.c:
12050         (gst_audiostestsrc_wave_get_type), (gst_audiotestsrc_base_init),
12051         (gst_audiotestsrc_class_init), (gst_audiotestsrc_init),
12052         (gst_audiotestsrc_src_fixate), (gst_audiotestsrc_setcaps),
12053         (gst_audiotestsrc_get_query_types), (gst_audiotestsrc_src_query),
12054         (gst_audiotestsrc_wait), (gst_audiotestsrc_unlock),
12055         (gst_audiotestsrc_create_sine), (gst_audiotestsrc_create_square),
12056         (gst_audiotestsrc_create_saw), (gst_audiotestsrc_create_triangle),
12057         (gst_audiotestsrc_create_silence),
12058         (gst_audiotestsrc_create_white_noise),
12059         (gst_audiotestsrc_change_wave), (gst_audiotestsrc_create),
12060         (gst_audiotestsrc_set_property), (gst_audiotestsrc_get_property),
12061         (gst_audiotestsrc_start), (plugin_init):
12062         * gst/audiotestsrc/gstaudiotestsrc.h:
12063           add new plugin and element
12064         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init):
12065           use gobject_class
12066
12067 2005-10-09  Tim-Philipp Müller  <tim at centricular dot net>
12068
12069         * gst/adder/gstadder.c: (gst_adder_query), (gst_adder_class_init),
12070         (gst_adder_init), (gst_adder_request_new_pad),
12071         (gst_adder_change_state):
12072           Add query function to source pad, so adder reports the correct
12073           time/sample position when queried (#315457); fix state change
12074           function; use GST_DEBUG_FUNCPTR() for pad functions.
12075
12076 2005-10-08  Thomas Vander Stichele  <thomas at apestaart dot org>
12077
12078         * gst/typefind/gsttypefindfunctions.c: (utf8_type_find):
12079           Fix leaks in typefind registration
12080           Clean up the gratuitous commenting and whitespacing a little
12081
12082 2005-10-08  Wim Taymans  <wim@fluendo.com>
12083
12084         * gst-libs/gst/audio/gstaudiosink.c: (gst_audioringbuffer_stop):
12085         Only actually wait for the thread to be stopped if it's 
12086         running.
12087
12088 2005-10-08  Wim Taymans  <wim@fluendo.com>
12089
12090         * gst-libs/gst/audio/gstbaseaudiosink.c:
12091         (gst_base_audio_sink_event), (gst_base_audio_sink_render):
12092         If we receive EOS we can start playback of what we had.
12093
12094 2005-10-08  Wim Taymans  <wim@fluendo.com>
12095
12096         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
12097         (gst_multifdsink_finalize), (multifdsink_hash_remove),
12098         (gst_multifdsink_stop):
12099         Fix crasher when going to NULL multiple times.
12100
12101 2005-10-06  Wim Taymans  <wim@fluendo.com>
12102
12103         * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_event),
12104         (gst_base_audio_src_create), (gst_base_audio_src_change_state):
12105         * gst-libs/gst/audio/gstbaseaudiosrc.h:
12106         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_read):
12107         patch from Edgard Lima <edgard.lima@indt.org.br>
12108         Fixed gstbaseaudiosrc adding ring buffer sync to it.
12109
12110 2005-10-06  Wim Taymans  <wim@fluendo.com>
12111
12112         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_loop):
12113         Report the FLOW_RETURN as string in the error message.
12114
12115         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_clear_all):
12116         Don't assert when clearing an unnegotiated buffer.
12117
12118 2005-10-04  Michael Smith <msmith@fluendo.com>
12119
12120         * gst/playback/gstplaybasebin.c: (group_destroy),
12121         (gen_preroll_element), (remove_groups), (setup_source):
12122         * gst/playback/gstplaybin.c: (remove_sinks), (add_sink),
12123         (setup_sinks), (gst_play_bin_send_event),
12124         (gst_play_bin_change_state):
12125           Set state to NULL before removing from bin. Fix refcounting.
12126
12127 2005-10-04  Michael Smith <msmith@fluendo.com>
12128
12129         * gst/playback/gstplaybin.c: (gst_play_bin_send_event):
12130           Correct refcounting in send_event() function. Previously was wrong
12131           if the first sink was unable to handle the event.
12132
12133 2005-10-03  Thomas Vander Stichele  <thomas at apestaart dot org>
12134
12135         * configure.ac:
12136           back to development
12137
12138 === release 0.9.3 ===
12139
12140 2005-10-03  Thomas Vander Stichele  <thomas at apestaart dot org>
12141
12142         * configure.ac:
12143           Releasing 0.9.3, "De Facto"
12144
12145 2005-10-03  Andy Wingo  <wingo@pobox.com>
12146
12147         * gst/playback/gstdecodebin.c (try_to_link_1)
12148         (remove_element_chain): set element to NULL before removing it.
12149
12150 2005-10-02  Johan Dahlin  <johan@gnome.org>
12151
12152         * ext/gnomevfs/gstgnomevfssrc.c (gst_gnomevfssrc_uri_get_protocols): 
12153         protect gst_gnomevfs_get_supported_uris by a mutex, to make it
12154         MT safe.
12155
12156 2005-10-02  Andy Wingo  <wingo@pobox.com>
12157
12158         * gst-libs/gst/audio/gstringbuffer.c (gst_ring_buffer_clear) 
12159         (gst_ring_buffer_prepare_read): 
12160         * gst-libs/gst/audio/gstaudiosink.c (audioringbuffer_thread_func):
12161         Demote to LOG.
12162
12163 2005-09-29  Wim Taymans  <wim@fluendo.com>
12164
12165         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_peer):
12166         * ext/theora/theoradec.c: (theora_handle_data_packet):
12167         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
12168         Propagate error codes from alloc_buffer too.
12169
12170 2005-09-29  Wim Taymans  <wim@fluendo.com>
12171
12172         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init):
12173         We use fixed caps.
12174
12175         * gst/playback/Makefile.am:
12176         * gst/playback/test5.c: (new_pad), (no_more_pads), (start_finding),
12177         (dump_element_stats), (main):
12178         Added example stream introspection code.
12179
12180 2005-09-28  Stefan Kost  <ensonic@users.sf.net>
12181
12182         * gst/adder/gstadder.c: (gst_adder_collected):
12183           fix adder for float elements
12184
12185 2005-09-28  Wim Taymans  <wim@fluendo.com>
12186
12187         * gst-libs/gst/audio/gstbaseaudiosink.c:
12188         (gst_base_audio_sink_class_init),
12189         (gst_base_audio_sink_provide_clock), (gst_base_audio_sink_render):
12190         * gst-libs/gst/audio/gstbaseaudiosrc.c:
12191         (gst_base_audio_src_class_init),
12192         (gst_base_audio_src_provide_clock):
12193         get_clock -> provide_clock
12194
12195 2005-09-28  Andy Wingo  <wingo@pobox.com>
12196
12197         * gst/videotestsrc/gstvideotestsrc.c: Implement live source mode
12198         and unlocking.
12199
12200         * gst/sine/gstsinesrc.c (gst_sinesrc_unlock): Actually implement
12201         unlocking.
12202
12203         * gst/tcp/gsttcpclientsink.c (gst_tcpclientsink_base_init):
12204         Actually add the pad template.
12205         (gst_tcpclientsink_get_type): We're a base sink. Woot, works.
12206
12207         * gst/tcp/gsttcpserversrc.c: Go ahead and fix up serversrc while
12208         I'm at it...
12209
12210         * gst/tcp/gsttcpclientsrc.c: Make interruptable -- code stolen
12211         from fdsrc. Get caps in create() instead of start() so it can be
12212         interrupted. Interruption somewhat untested.
12213
12214         * gst/tcp/gsttcp.c (gst_tcp_read_buffer, gst_tcp_socket_read):
12215         Proper EOS handling.
12216
12217 2005-09-27  Andy Wingo  <wingo@pobox.com>
12218
12219         * gst/tcp/gsttcpclientsrc.c: Cleaned up.
12220
12221         * gst/tcp/gsttcpserversrc.c: Cleaned up.
12222
12223         * gst/tcp/gsttcpclientsrc.c: Updated for new gsttcp API.
12224
12225         * gst/tcp/gsttcp.h: 
12226         * gst/tcp/gsttcp.c (gst_tcp_read_buffer): New function, factored
12227         out of tcpclientsrc.c. Cancellable.
12228         (gst_tcp_socket_read): Made private, cancellable, with better
12229         diagnostics. Also the FIONREAD ioctl takes a int*, not a size_t*.
12230         (gst_tcp_gdp_read_buffer): Made cancellable, actually returns the
12231         whole buffer, and better diagnostics.
12232         (gst_tcp_gdp_read_caps): Same.
12233
12234         * gst/sine/gstsinesrc.c (gst_sinesrc_wait): Add the base time.
12235
12236 2005-09-26  Andy Wingo  <wingo@pobox.com>
12237
12238         * gst/sine/gstsinesrc.h:
12239         * gst/sine/gstsinesrc.c: Refactor, remove the table lookup code,
12240         change the 'sync' property to 'is-live' and implement it halfway,
12241         update for controller api change.
12242
12243         * gst/volume/gstvolume.c (volume_transform_ip): Update for
12244         controller api change.
12245
12246 2005-09-24  Wim Taymans  <wim@fluendo.com>
12247
12248         * ext/alsa/gstalsasink.c: (gst_alsasink_reset):
12249         * gst-libs/gst/audio/gstaudiosink.c:
12250         (gst_audioringbuffer_class_init), (audioringbuffer_thread_func),
12251         (gst_audioringbuffer_stop):
12252         * gst-libs/gst/audio/gstbaseaudiosink.c:
12253         (gst_base_audio_sink_event), (gst_base_audio_sink_render),
12254         (gst_base_audio_sink_change_state):
12255         * gst-libs/gst/audio/gstbaseaudiosink.h:
12256         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_stop),
12257         (gst_ring_buffer_set_sample), (gst_ring_buffer_clear_all),
12258         (gst_ring_buffer_commit), (gst_ring_buffer_read):
12259         * gst-libs/gst/audio/gstringbuffer.h:
12260         Fix sync again. Moved sample alignment to basesink.
12261
12262 2005-09-23  Thomas Vander Stichele  <thomas at apestaart dot org>
12263
12264         * docs/plugins/Makefile.am:
12265         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
12266         * docs/plugins/gst-plugins-base-plugins-sections.txt:
12267         * gst/volume/gstvolume.c:
12268           add/fix docs
12269         * gst-libs/gst/audio/audio.c: (gst_audio_frame_byte_size):
12270         * gst-libs/gst/audio/audio.h:
12271           add conversion macros for frames <-> clocktime
12272
12273 2005-09-23  David Schleef  <ds@schleef.org>
12274
12275         * gst/audioresample/Makefile.am:
12276         * gst/audioresample/debug.h:
12277         * gst/audioresample/gstaudioresample.c:
12278         * gst/audioresample/resample.c: Convert to using gst debugging
12279
12280 2005-09-22  Wim Taymans  <wim@fluendo.com>
12281
12282         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
12283         (gst_play_bin_send_event):
12284         Only seek on one sink, the first one that succeeds.
12285
12286 2005-09-22  Michael Smith <msmith@fluendo.com>
12287
12288         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_clear),
12289         (gst_vorbisenc_sink_event), (gst_vorbisenc_change_state):
12290         Don't flush encoder state unless we have an initialised encoder.
12291         Clear out encoder state on PAUSED_TO_READY.
12292
12293 2005-09-22  Wim Taymans  <wim@fluendo.com>
12294
12295         * gst-libs/gst/rtp/gstbasertppayload.c:
12296         (gst_basertppayload_class_init), (gst_basertppayload_init),
12297         (gst_basertppayload_setcaps), (gst_basertppayload_chain),
12298         (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
12299         (gst_basertppayload_is_filled), (gst_basertppayload_push),
12300         (gst_basertppayload_set_property),
12301         (gst_basertppayload_get_property),
12302         (gst_basertppayload_change_state):
12303         * gst-libs/gst/rtp/gstbasertppayload.h:
12304         Added max-ptime to control amount of data in the rtp packets.
12305
12306 2005-09-21  Andy Wingo  <wingo@pobox.com>
12307
12308         * gst/playback/gstplaybasebin.c: Attempt to fix up buffer probe
12309         thingies.
12310
12311         * gst/playback/gstdecodebin.c (gst_decode_bin_dispose): Dispose
12312         can be called multiple times, dogs.
12313
12314 2005-09-21  Wim Taymans  <wim@fluendo.com>
12315
12316         * gst-libs/gst/rtp/gstbasertppayload.c:
12317         (gst_basertppayload_class_init), (gst_basertppayload_init),
12318         (gst_basertppayload_setcaps), (gst_basertppayload_chain),
12319         (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
12320         (gst_basertppayload_push), (gst_basertppayload_get_property),
12321         (gst_basertppayload_change_state):
12322         Allow 0 ssrc too.
12323
12324 2005-09-21  Stefan Kost  <ensonic@users.sf.net>
12325
12326         * docs/libs/compiling.sgml:
12327           fixing typos
12328
12329 2005-09-20  Wim Taymans  <wim@fluendo.com>
12330
12331         * gst-libs/gst/rtp/gstbasertppayload.c:
12332         (gst_basertppayload_class_init), (gst_basertppayload_init),
12333         (gst_basertppayload_setcaps), (gst_basertppayload_chain),
12334         (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
12335         (gst_basertppayload_push), (gst_basertppayload_set_property),
12336         (gst_basertppayload_get_property),
12337         (gst_basertppayload_change_state):
12338         * gst-libs/gst/rtp/gstbasertppayload.h:
12339         Added property to configure sequence number offsets.
12340
12341 2005-09-20  Wim Taymans  <wim@fluendo.com>
12342
12343         * gst-libs/gst/rtp/gstbasertppayload.c:
12344         (gst_basertppayload_class_init), (gst_basertppayload_init),
12345         (gst_basertppayload_setcaps), (gst_basertppayload_chain),
12346         (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
12347         (gst_basertppayload_push), (gst_basertppayload_set_property),
12348         (gst_basertppayload_get_property),
12349         (gst_basertppayload_change_state):
12350         * gst-libs/gst/rtp/gstbasertppayload.h:
12351         Make timestamp offset configurable.
12352
12353 2005-09-20  Thomas Vander Stichele  <thomas at apestaart dot org>
12354
12355         * check/pipelines/simple_launch_lines.c: (run_pipeline):
12356           fix wrong pop/unref
12357
12358 2005-09-19  Torsten Schoenfeld  <kaffeetisch at gmx dot net>
12359
12360         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
12361
12362         * gst-libs/gst/interfaces/propertyprobe.c:
12363         (gst_property_probe_probe_property_name),
12364         (gst_property_probe_needs_probe_name),
12365         (gst_property_probe_get_values_name),
12366         (gst_property_probe_probe_and_get_values_name):
12367           Fix wrong macro usage; it's G_OBJECT_GET_CLASS(obj) or
12368           G_OBJECT_CLASS(klass), not G_OBJECT_CLASS(obj). (#316571)
12369
12370 2005-09-19  Thomas Vander Stichele  <thomas at apestaart dot org>
12371
12372         * check/Makefile.am:
12373           have some tests be disabled for valgrinding
12374         * check/elements/vorbisdec.c: (cleanup_vorbisdec),
12375         (GST_START_TEST):
12376         * ext/vorbis/vorbisdec.c: (vorbisdec_finalize):
12377           Fix A Leak.  Chain To Parent Finalize.
12378
12379 2005-09-19  Wim Taymans  <wim@fluendo.com>
12380
12381         * examples/seeking/seek.c: (make_wav_pipeline), (main):
12382         Fixed wav pipeline.
12383
12384 2005-09-19  Wim Taymans  <wim@fluendo.com>
12385
12386         * gst-libs/gst/rtp/gstbasertppayload.c:
12387         (gst_basertppayload_class_init), (gst_basertppayload_init),
12388         (gst_basertppayload_setcaps), (gst_basertppayload_chain),
12389         (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
12390         (gst_basertppayload_push), (gst_basertppayload_get_property),
12391         (gst_basertppayload_change_state):
12392         Posting ERROR and WARNING messages is good.
12393
12394 2005-09-19  Wim Taymans  <wim@fluendo.com>
12395
12396         * gst-libs/gst/rtp/gstbasertpdepayload.c:
12397         (gst_base_rtp_depayload_add_to_queue),
12398         (gst_base_rtp_depayload_push),
12399         (gst_base_rtp_depayload_set_gst_timestamp),
12400         (gst_base_rtp_depayload_queue_release):
12401         This one was not supposed to go in.
12402
12403 2005-09-19  Wim Taymans  <wim@fluendo.com>
12404
12405         * check/pipelines/simple_launch_lines.c: (run_pipeline):
12406         Fix for bus API.
12407
12408         * gst-libs/gst/rtp/gstbasertpdepayload.c:
12409         (gst_base_rtp_depayload_chain),
12410         (gst_base_rtp_depayload_add_to_queue),
12411         (gst_base_rtp_depayload_push),
12412         (gst_base_rtp_depayload_set_gst_timestamp),
12413         (gst_base_rtp_depayload_queue_release):
12414         Some cleanups.
12415
12416         * gst-libs/gst/rtp/gstbasertppayload.c:
12417         (gst_basertppayload_class_init), (gst_basertppayload_init),
12418         (gst_basertppayload_setcaps), (gst_basertppayload_set_options),
12419         (gst_basertppayload_set_outcaps), (gst_basertppayload_push),
12420         (gst_basertppayload_get_property),
12421         (gst_basertppayload_change_state):
12422         Added debugging category.
12423
12424 2005-09-18  David Schleef  <ds@schleef.org>
12425
12426         * gst/playback/gstdecodebin.c: free plugin list correctly
12427         * gst/playback/gstplaybin.c: emit warning if autovideosink
12428           and autoaudiosink can't be found (instead of segfaulting)
12429
12430 2005-09-17  Thomas Vander Stichele  <thomas at apestaart dot org>
12431
12432         * check/elements/audioconvert.c: (GST_START_TEST):
12433           try out 24 bit conversion
12434
12435 2005-09-15  Thomas Vander Stichele  <thomas at apestaart dot org>
12436
12437         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
12438         (gst_vorbisenc_sink_event), (gst_vorbisenc_chain),
12439         (gst_vorbisenc_output_buffers), (gst_vorbisenc_change_state):
12440         * ext/vorbis/vorbisenc.h:
12441           Fix EOS handling.  Still needs a fix in the ogg muxer to
12442           mark the last page as eos.
12443
12444 2005-09-15  Thomas Vander Stichele  <thomas at apestaart dot org>
12445
12446         * common/gtk-doc-plugins.mak:
12447         * docs/plugins/Makefile.am:
12448         * docs/plugins/gst-plugins-base-plugins-sections.txt:
12449         * gst/ffmpegcolorspace/Makefile.am:
12450         * gst/ffmpegcolorspace/avcodec.h:
12451         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
12452         * gst/tcp/gstmultifdsink.c:
12453           fix up ffmpegcolorspace docs; extract header
12454
12455 2005-09-15  Thomas Vander Stichele  <thomas at apestaart dot org>
12456
12457         * common/gtk-doc-plugins.mak:
12458         * docs/plugins/Makefile.am:
12459         * docs/plugins/gst-plugins-base-plugins-sections.txt:
12460         * ext/theora/Makefile.am:
12461         * ext/theora/gsttheoraenc.h:
12462         * ext/theora/theoraenc.c:
12463         * ext/vorbis/vorbisenc.c:
12464           pick up signals and args for vorbis; add some docs for vorbis
12465
12466 2005-09-15  Thomas Vander Stichele  <thomas at apestaart dot org>
12467
12468         * common/gstdoc-scangobj:
12469         * common/gtk-doc-plugins.mak:
12470         * docs/libs/Makefile.am:
12471         * docs/plugins/gst-plugins-base-plugins.args:
12472         * docs/plugins/gst-plugins-base-plugins.hierarchy:
12473         * docs/plugins/gst-plugins-base-plugins.interfaces:
12474         * docs/plugins/gst-plugins-base-plugins.prerequisites:
12475         * docs/plugins/gst-plugins-base-plugins.signals:
12476           only scanobj stuff from our source module.  Not sure yet
12477           if that's correct, given the hierarchy stuff :)
12478
12479 2005-09-15  Wim Taymans  <wim@fluendo.com>
12480
12481         * gst/audioconvert/gstaudioconvert.c:
12482         And enable 24 bits mode as well..
12483
12484 2005-09-15  Wim Taymans  <wim@fluendo.com>
12485
12486         * gst-libs/gst/rtp/Makefile.am:
12487         * gst-libs/gst/rtp/gstbasertppayload.c:
12488         (gst_basertppayload_get_type), (gst_basertppayload_base_init),
12489         (gst_basertppayload_class_init), (gst_basertppayload_init),
12490         (gst_basertppayload_finalize), (gst_basertppayload_setcaps),
12491         (gst_basertppayload_chain), (gst_basertppayload_set_options),
12492         (gst_basertppayload_set_outcaps), (gst_basertppayload_push),
12493         (gst_basertppayload_set_property),
12494         (gst_basertppayload_get_property),
12495         (gst_basertppayload_change_state):
12496         * gst-libs/gst/rtp/gstbasertppayload.h:
12497         Added rtp payloader base class.
12498
12499 2005-09-15  Andy Wingo  <wingo@pobox.com>
12500
12501         * configure.ac (plugindir): Remove the EOL matcher from the
12502         regexp, as it causes me problems. Libtool? Make? Who knows?
12503
12504 2005-09-14  David Schleef  <ds@schleef.org>
12505
12506         * check/generic/states.c: 
12507         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind):
12508         * gst/playback/gstdecodebin.c: (gst_decode_bin_init):
12509           Fixes for changes in registry API.
12510
12511         * configure.ac: Only export gst_plugins_desc.  Add -no-undefined
12512           to GST_PLUGIN_LDFLAGS.
12513         * ext/libvisual/visual.c: Make the library shut up.
12514         * gst-libs/gst/audio/audio.c: Don't define a plugin in a library.
12515         * gst-libs/gst/audio/gstaudiofilter.c: same
12516
12517 2005-09-14  Thomas Vander Stichele  <thomas at apestaart dot org>
12518
12519         * docs/plugins/Makefile.am:
12520         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
12521         * docs/plugins/inspect/plugin-libvisual.xml:
12522         * docs/plugins/tmpl/element-tcpserversink.sgml:
12523         * ext/theora/theoraenc.c:
12524           add libvisual plugin and theoraenc element to docs
12525
12526 2005-09-14  Thomas Vander Stichele  <thomas at apestaart dot org>
12527
12528         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
12529         * docs/plugins/gst-plugins-base-plugins-sections.txt:
12530         * ext/theora/theoraenc.c:
12531           add theoraenc
12532
12533 2005-09-13  Tim-Philipp Müller  <tim at centricular dot net>
12534
12535         * gst/audioconvert/Makefile.am:
12536           Audioconvert derives from GstBaseTransform and should
12537           link to the library with our base elements to avoid
12538           unresolved symbols. Makes things work with MinGW (#316160)
12539
12540         * gst/playback/test4.c: (main):
12541           Fix MinGW build problem and use g_usleep() instead of 
12542           sleep() (#316162)
12543
12544 2005-09-12  Wim Taymans  <wim@fluendo.com>
12545
12546         * gst/audioconvert/audioconvert.c: (float),
12547         (audio_convert_prepare_context), (audio_convert_convert):
12548         * gst/audioconvert/audioconvert.h:
12549         Cleanups, speedups, simplifications, added back support
12550         for 24 bits.
12551
12552 2005-09-11  Thomas Vander Stichele  <thomas at apestaart dot org>
12553
12554         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
12555         * docs/plugins/gst-plugins-base-plugins-sections.txt:
12556         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
12557         * docs/plugins/tmpl/element-tcpserversink.sgml:
12558         * gst/ffmpegcolorspace/gstffmpeg.c:
12559         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
12560         * gst/videotestsrc/gstvideotestsrc.c:
12561         * gst/volume/gstvolume.c:
12562           add more elements to the docs
12563
12564 2005-09-09  Jan Schmidt  <thaytan@mad.scientist.com>
12565
12566         * check/Makefile.am:
12567         * check/pipelines/simple_launch_lines.c: (setup_pipeline),
12568         (run_pipeline), (GST_START_TEST), (simple_launch_lines_suite):
12569           Add extra tests for basetransform based components. 
12570           Comment out the test_element_negotiation test until we decide
12571           if it's testing correct behaviour.
12572         * ext/libvisual/visual.c: (gst_visual_init), (get_buffer),
12573         (gst_visual_chain), (gst_visual_change_state):
12574           Slightly more correct but still bogus timestamping.
12575           Fix state change function.
12576         * gst/audioconvert/gstaudioconvert.c:
12577         (gst_audio_convert_class_init):
12578         * gst/audioresample/gstaudioresample.c:
12579         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
12580         (gst_ffmpegcsp_class_init):
12581         * gst/videoscale/gstvideoscale.c: (gst_videoscale_class_init),
12582         (gst_videoscale_prepare_size), (gst_videoscale_set_caps),
12583         (gst_videoscale_prepare_image):
12584         * gst/volume/gstvolume.c: (gst_volume_class_init),
12585         (volume_transform_ip):
12586           Basetransform updates. Enable passthrough modes.
12587         * sys/ximage/ximagesink.c: (gst_ximage_buffer_init),
12588         (gst_ximagesink_renegotiate_size), (gst_ximagesink_xcontext_get),
12589         (gst_ximagesink_setcaps), (gst_ximagesink_buffer_alloc):
12590           Negotiation fix that allows the window to return to the original
12591           size and renegotiate passthrough upstream. Extra debug output.
12592
12593 2005-09-09  Thomas Vander Stichele  <thomas at apestaart dot org>
12594
12595         * gst/sine/gstsinesrc.c:
12596         * gst/volume/gstvolume.c:
12597           fix up header include
12598
12599 2005-09-09  Stefan Kost  <ensonic@users.sf.net>
12600
12601         * gst-libs/gst/audio/gstbaseaudiosink.c:
12602         (gst_base_audio_sink_render):
12603         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_commit):
12604         * gst/volume/gstvolume.c: (gst_volume_class_init),
12605         (volume_transform):
12606           fixing lost sync, some more debugging
12607
12608 2005-09-08  Jan Schmidt  <thaytan@mad.scientist.com>
12609
12610         * sys/ximage/ximagesink.c: (gst_ximage_buffer_init),
12611         (gst_ximagesink_check_xshm_calls), (gst_ximagesink_xcontext_get):
12612         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_init),
12613         (gst_xvimagesink_check_xshm_calls):
12614           Fix compilation when XShm is not available.
12615
12616 2005-09-07  Jan Schmidt  <thaytan@mad.scientist.com>
12617
12618         * ext/libvisual/visual.c: (gst_visual_dispose),
12619         (gst_visual_getcaps), (gst_visual_src_setcaps),
12620         (gst_visual_sink_setcaps), (get_buffer), (gst_visual_chain),
12621         (gst_visual_change_state):
12622           Finish fixing up libvisual plugin so that it runs. 
12623
12624 2005-09-07  Stefan Kost  <ensonic@users.sf.net>
12625
12626         * ext/vorbis/vorbisenc.c:
12627         * gst-libs/gst/tag/gstvorbistag.c:
12628           gsttaginterface.h -> gsttagsetter.h
12629
12630 2005-09-07  Stefan Kost  <ensonic@users.sf.net>
12631
12632         * check/pipelines/simple_launch_lines.c: (GST_START_TEST):
12633           added another test that failes for me (test is not active by default)
12634
12635 2005-09-07  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
12636
12637         * configure.ac:
12638           v4l2 is no longer in gst-plugins-base
12639
12640 2005-09-07  Jan Schmidt  <thaytan@mad.scientist.com>
12641
12642         * configure.ac:
12643           In the output at the end, don't show the first plugin on the same
12644           line as "Core plug-ins, always built:".
12645           Indent the output as for other plugin categories
12646         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_create):
12647           #define that can be used to not use peer buffer_alloc functions for
12648           test purposes.
12649         * sys/ximage/ximagesink.c: (gst_ximage_buffer_init),
12650         (gst_ximage_buffer_get_type), (gst_ximagesink_ximage_new),
12651         (gst_ximagesink_show_frame):
12652         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_init),
12653         (gst_xvimage_buffer_get_type), (gst_xvimagesink_setcaps),
12654         (gst_xvimagesink_show_frame):
12655           Error case handling fixes. gst-launch fakesrc ! x[v]imagesink now
12656           fails gracefully instead of XError aborting or deadlocking.
12657
12658 2005-09-07  Stefan Kost  <ensonic@users.sf.net>
12659
12660         * ext/libvisual/Makefile.am:
12661           link against gst-base-libs
12662
12663 2005-09-06  David Schleef  <ds@schleef.org>
12664
12665         * configure.ac: Enable libvisual plugin.
12666         * ext/libvisual/Makefile.am:
12667         * ext/libvisual/visual.c: Fixes to make it compile.
12668
12669 === release 0.9.2 ===
12670
12671 2005-09-06  Thomas Vander Stichele  <thomas at apestaart dot org>
12672
12673         * NEWS:
12674         * RELEASE:
12675         * configure.ac:
12676         * docs/random/ChangeLog-0.8:
12677           releasing 0.9.2, "Spoon"
12678
12679 2005-09-05  Michael Smith <msmith@fluendo.com>
12680
12681         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_class_init):
12682           libvorbis accepts quality as low as -0.1, not just 0.0. So accept
12683           that in the vorbisenc element.
12684
12685 2005-09-04  Thomas Vander Stichele  <thomas at apestaart dot org>
12686
12687         * common/gtk-doc-plugins.mak:
12688         * docs/plugins/Makefile.am:
12689           fix distcheck
12690         * gst/audioresample/resample.c:
12691           fix wrong docstring
12692
12693 2005-09-04  Thomas Vander Stichele  <thomas at apestaart dot org>
12694
12695         * common/gst-xmlinspect.py:
12696         * common/gtk-doc-plugins.mak:
12697           only inspect plugins for this given package
12698           require gst-python 0.9
12699
12700 2005-09-03  Thomas Vander Stichele  <thomas at apestaart dot org>
12701
12702         * Makefile.am:
12703         * autogen.sh:
12704         * common/gst-xmlinspect.py:
12705         * configure.ac:
12706         * docs/Makefile.am:
12707         * docs/plugins/inspect/plugin-alsa.xml:
12708         * docs/plugins/inspect/plugin-audioresample.xml:
12709         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
12710         * docs/plugins/inspect/plugin-ogg.xml:
12711         * docs/plugins/tmpl/element-gnomevfssink.sgml:
12712         * docs/plugins/tmpl/element-multifdsink.sgml:
12713         * docs/plugins/tmpl/element-tcpserversink.sgml:
12714         * docs/plugins/tmpl/element-vorbisenc.sgml:
12715         * gst-plugins-base.spec.in:
12716           various doc-related updates
12717
12718 2005-08-31  Wim Taymans  <wim@fluendo.com>
12719
12720         * gst-libs/gst/audio/gstbaseaudiosink.c:
12721         (gst_base_audio_sink_render):
12722         Resync if the buffer timestamps drift more than a 10th 
12723         of a second.
12724
12725 2005-08-31  Tim-Philipp Müller  <tim at centricular dot net>
12726
12727         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_set_property),
12728         (gst_v4lsrc_get_property):
12729           The 'timestamp-offset' property is registered as an int64, so
12730           let's use g_value_{set|get}_int64() in our setter and getter
12731           functions (makes it work and fixes warnings with gst-inspect).
12732
12733 2005-08-30  Wim Taymans  <wim@fluendo.com>
12734
12735         * check/elements/audioconvert.c: (setup_audioconvert):
12736         * check/elements/audioresample.c: (setup_audioresample):
12737         * check/elements/volume.c: (setup_volume):
12738         Fix checks.
12739
12740 2005-08-30  Thomas Vander Stichele  <thomas at apestaart dot org>
12741
12742         * common/gtk-doc-plugins.mak:
12743         * common/plugins.xsl:
12744         * docs/plugins/Makefile.am:
12745           make module a param
12746
12747 2005-08-30  Stefan Kost  <ensonic@users.sf.net>
12748
12749         * examples/seeking/seek.c: (make_mp3_pipeline),
12750         (make_mpeg_pipeline), (seek_cb), (start_seek), (stop_seek),
12751         (play_cb), (pause_cb), (stop_cb):
12752           update the example
12753
12754 2005-08-30  Stefan Kost  <ensonic@users.sf.net>
12755
12756         * gst/volume/gstvolume.c: (gst_volume_class_init),
12757         (volume_transform):
12758           do not update controlled params, if buffer has no timestamp
12759
12760 2005-08-29  Stefan Kost  <ensonic@users.sf.net>
12761
12762         * configure.ac:
12763         * gst/sine/Makefile.am:
12764         * gst/volume/Makefile.am:
12765           controllerized elements also need to link against controller-libs ;)
12766
12767 2005-08-29  Stefan Kost  <ensonic@users.sf.net>
12768
12769         * docs/libs/tmpl/gstcolorbalance.sgml:
12770         * docs/libs/tmpl/gstgconf.sgml:
12771         * docs/libs/tmpl/gstmixer.sgml:
12772         * docs/libs/tmpl/gstringbuffer.sgml:
12773         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
12774         (gst_sinesrc_create):
12775         * gst/volume/gstvolume.c: (gst_volume_class_init),
12776         (volume_transform):
12777           controllerized two audio plugins
12778
12779 2005-08-29  Andy Wingo  <wingo@pobox.com>
12780
12781         * ext/vorbis/vorbisdec.c (vorbis_dec_convert, vorbis_dec_push) 
12782         (vorbis_handle_data_packet): Fix some int overflow errors.
12783
12784         * ext/ogg/gstoggdemux.c (gst_ogg_demux_init): Init total_time to
12785         -1.
12786         (gst_ogg_demux_perform_seek): Clamp segment_stop only if it's
12787         valid.
12788         (gst_ogg_pad_submit_packet): Subtract the chain's begin_time only
12789         if it's valid. Fixed streaming-mode playback.
12790
12791         * check/elements/volume.c (cleanup_volume): Fix for running
12792         CK_FORK=no.
12793
12794         * check/elements/audioconvert.c: Convert from native endian, not
12795         little endian.
12796
12797 2005-08-29  Michael Smith <msmith@fluendo.com>
12798
12799         * ext/ogg/Makefile.am:
12800         * ext/ogg/gstogg.c: (plugin_init):
12801         * ext/ogg/gstoggparse.c: (gst_ogg_parse_get_type), (free_stream),
12802         (gst_ogg_parse_delete_all_streams), (gst_ogg_parse_new_stream),
12803         (gst_ogg_parse_find_stream), (gst_ogg_parse_base_init),
12804         (gst_ogg_parse_class_init), (gst_ogg_parse_init),
12805         (gst_ogg_parse_dispose), (gst_ogg_parse_submit_buffer),
12806         (gst_ogg_parse_append_header), (gst_ogg_parse_is_header),
12807         (gst_ogg_parse_buffer_from_page), (gst_ogg_parse_chain),
12808         (gst_ogg_parse_change_state), (gst_ogg_parse_plugin_init):
12809         Add an ogg parser element.
12810
12811 2005-08-28  Andy Wingo  <wingo@pobox.com>
12812
12813         * Updates for two-arg init from GST_BOILERPLATE_FULL.
12814
12815 2005-08-26  Wim Taymans  <wim@fluendo.com>
12816
12817         * gst/audioconvert/audioconvert.c: (if), (float),
12818         (audio_convert_get_func_index), (check_default),
12819         (audio_convert_clean_fmt), (audio_convert_prepare_context),
12820         (audio_convert_clean_context), (audio_convert_get_sizes),
12821         (audio_convert_convert):
12822         Cleanups.
12823
12824 2005-08-26  Wim Taymans  <wim@fluendo.com>
12825
12826         * gst/audioconvert/audioconvert.c: (if), (float),
12827         (audio_convert_get_func_index), (check_default),
12828         (audio_convert_clean_fmt), (audio_convert_prepare_context),
12829         (audio_convert_clean_context), (audio_convert_get_sizes),
12830         (audio_convert_convert):
12831         More elegant and working temp buffer selection algo.
12832
12833 2005-08-26  Wim Taymans  <wim@fluendo.com>
12834
12835         * gst/audioconvert/audioconvert.c: (if), (float),
12836         (audio_convert_get_func_index), (check_default),
12837         (audio_convert_clean_fmt), (audio_convert_prepare_context),
12838         (audio_convert_clean_context), (audio_convert_get_sizes),
12839         (get_temp_buffer), (audio_convert_convert):
12840         Use realloc else we lose our original data.
12841
12842 2005-08-26  Thomas Vander Stichele  <thomas at apestaart dot org>
12843
12844         * gst/audioresample/gstaudioresample.c:
12845           use base class' newsegment to properly timestamp
12846
12847 2005-08-26  Wim Taymans  <wim@fluendo.com>
12848
12849         * gst/audioconvert/audioconvert.c: (if), (float),
12850         (audio_convert_get_func_index), (check_default),
12851         (audio_convert_clean_fmt), (audio_convert_prepare_context),
12852         (audio_convert_clean_context), (audio_convert_get_sizes),
12853         (get_temp_buffer), (audio_convert_convert):
12854         * gst/audioconvert/gstaudioconvert.c:
12855         (gst_audio_convert_parse_caps), (gst_audio_convert_get_unit_size),
12856         (gst_audio_convert_transform_caps),
12857         (gst_audio_convert_fixate_caps), (gst_audio_convert_transform):
12858         * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_mix):
12859         Oops, allocate enough space to perform the channel mix.
12860
12861 2005-08-26  Wim Taymans  <wim@fluendo.com>
12862
12863         * gst/audioconvert/Makefile.am:
12864         * gst/audioconvert/audioconvert.c: (if), (float),
12865         (audio_convert_get_func_index), (check_default),
12866         (audio_convert_clean_fmt), (audio_convert_prepare_context),
12867         (audio_convert_clean_context), (audio_convert_get_sizes),
12868         (get_temp_buffer), (audio_convert_convert):
12869         * gst/audioconvert/audioconvert.h:
12870         * gst/audioconvert/gstaudioconvert.c:
12871         (gst_audio_convert_class_init), (gst_audio_convert_init),
12872         (gst_audio_convert_dispose), (gst_audio_convert_parse_caps),
12873         (gst_audio_convert_get_unit_size),
12874         (gst_audio_convert_transform_caps),
12875         (gst_audio_convert_fixate_caps), (gst_audio_convert_set_caps),
12876         (gst_audio_convert_transform_ip), (gst_audio_convert_transform):
12877         * gst/audioconvert/gstaudioconvert.h:
12878         * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_unset_matrix),
12879         (gst_channel_mix_fill_identical),
12880         (gst_channel_mix_fill_compatible), (gst_channel_mix_detect_pos),
12881         (gst_channel_mix_fill_one_other), (gst_channel_mix_fill_others),
12882         (gst_channel_mix_fill_normalize), (gst_channel_mix_fill_matrix),
12883         (gst_channel_mix_setup_matrix), (gst_channel_mix_passthrough),
12884         (gst_channel_mix_mix):
12885         * gst/audioconvert/gstchannelmix.h:
12886         Cleanups, librarify a bit, optimize, better negotiation and more.
12887
12888 2005-08-26  Jan Schmidt  <thaytan@mad.scientist.com>
12889
12890         * ext/ogg/gstoggdemux.c: (ogg_find_peek):
12891         Another from MikeS:
12892         During typefinding, don't support negative offsets
12893         (offsets from the end of the stream) in our typefind->peek() function
12894         - nothing embedded in ogg ever needs them. However, we need to recognise
12895         those requests and reject them, otherwise we return invalid pointers.
12896
12897 2005-08-26  Jan Schmidt  <thaytan@mad.scientist.com>
12898
12899         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose):
12900         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_class_init),
12901         (vorbisdec_finalize), (vorbis_handle_type_packet):
12902           Big shout-out to MikeS for fixing this giant memory leak.
12903           Huzzah!
12904
12905 2005-08-25  Thomas Vander Stichele  <thomas at apestaart dot org>
12906
12907         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_dispose),
12908         (audio_convert_get_unit_size):
12909           plug some leaks
12910
12911 2005-08-25  Thomas Vander Stichele  <thomas at apestaart dot org>
12912
12913         * check/Makefile.am:
12914         * check/elements/audioconvert.c: (setup_audioconvert),
12915         (cleanup_audioconvert), (get_int_caps), (verify_convert),
12916         (GST_START_TEST), (audioconvert_suite), (main):
12917           add a test for audioconvert
12918         * gst/audioresample/gstaudioresample.c:
12919         * gst/audioresample/gstaudioresample.h:
12920           set DURATION so that TIMESTAMP(a) + DURATION(a) == TIMESTAMP(b);
12921           note that for buffers of 1/3 sec this means DURATION(c) is 
12922           one nanosecond more than for a and b
12923
12924 2005-08-25  Thomas Vander Stichele  <thomas at apestaart dot org>
12925
12926         * check/Makefile.am:
12927         * check/elements/audioresample.c: (setup_audioresample),
12928         (cleanup_audioresample), (fail_unless_perfect_stream),
12929         (test_perfect_stream_instance), (GST_START_TEST),
12930           add a check for audioresample
12931         (audioresample_suite), (main):
12932         * check/elements/volume.c: (GST_START_TEST):
12933           remove unused method
12934         * gst/audioresample/gstaudioresample.c:
12935           set correct buffer parameters since we're changing them
12936         * gst/audioresample/resample_ref.c: (resample_scale_ref):
12937           add some debug
12938
12939 2005-08-25  Thomas Vander Stichele  <thomas at apestaart dot org>
12940
12941         * gst/audioresample/debug.c:
12942         * gst/audioresample/gstaudioresample.c:
12943           add room for extra overlap samples when asked to transform size
12944           protect against possible mem corruption and check for discrepancies
12945           between written size and outbuffer's size so we can warn for
12946           potential problems
12947         * gst/audioresample/resample.c: (resample_init),
12948         (resample_get_output_size_for_input), (resample_get_output_size),
12949         (resample_set_n_channels), (resample_set_format):
12950           set debug level based on RESAMPLE_DEBUG env var
12951           make sure that get_output_size* returns a whole number of
12952           sample_size
12953           set sample_size each time either channel or format is set
12954         * gst/audioresample/resample_chunk.c: (resample_scale_chunk):
12955         * gst/audioresample/resample_functable.c:
12956         (resample_scale_functable):
12957         * gst/audioresample/resample_ref.c: (resample_scale_ref):
12958           remove r->sample_size, it's done in resample.c now
12959           add some debugging to the ref implementation
12960           make sure we only give back bytes that are wholes of the sample
12961           size
12962
12963 2005-08-25  Jan Schmidt  <thaytan@mad.scientist.com>
12964         * gst/playback/gstplaybasebin.c: (fill_buffer):
12965         Revert unpopular change for GST_MESSAGE_SRC to GObject.
12966
12967 2005-08-25  Stefan Kost  <ensonic@users.sf.net>
12968
12969         * gst/volume/gstvolume.c:
12970           made set_caps function static
12971
12972 2005-08-24  Wim Taymans  <wim@fluendo.com>
12973
12974         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
12975         (gst_vorbisenc_change_state):
12976         Stop leaking taglists.
12977
12978 2005-08-24  Wim Taymans  <wim@fluendo.com>
12979
12980         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query),
12981         (gst_ogg_pad_event), (gst_ogg_demux_factory_filter),
12982         (gst_ogg_pad_submit_packet), (gst_ogg_chain_new),
12983         (gst_ogg_demux_init), (gst_ogg_demux_perform_seek),
12984         (gst_ogg_demux_collect_chain_info), (gst_ogg_demux_collect_info),
12985         (gst_ogg_demux_chain), (gst_ogg_demux_loop), (gst_ogg_print):
12986         Parse seeking events better.
12987         Unref static caps.
12988         Generate correct newsegment events, fixes seeking in live oggs.
12989
12990         * ext/theora/theoradec.c: (theora_dec_src_query),
12991         (theora_dec_src_event), (theora_dec_src_getcaps),
12992         (theora_dec_sink_event), (theora_dec_push), (theora_dec_chain):
12993         Use newsegment values to report correct play time.
12994
12995         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
12996         (vorbis_dec_src_event), (vorbis_dec_sink_event):
12997         * ext/vorbis/vorbisdec.h:
12998         Parse and use newsegment values to report correct play time.
12999
13000         * gst-libs/gst/audio/gstbaseaudiosink.c:
13001         (gst_base_audio_sink_event), (gst_base_audio_sink_render):
13002         Clear ringbuffer on flush.
13003         Use newsegment values to calculate playback time.
13004
13005         * sys/ximage/ximagesink.c: (gst_ximagesink_get_times):
13006         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_times):
13007         Basesink does newsegment calculations for us now.
13008
13009 2005-08-24  Thomas Vander Stichele  <thomas at apestaart dot org>
13010
13011         * check/Makefile.am:
13012         * configure.ac:
13013           add core's plugins to the mix so that playbin works
13014         * check/generic/states.c: (GST_START_TEST):
13015           set a 0 timeout on pipelines, so they don't force the next
13016           state change
13017         * gst/playback/gstplaybasebin.c: (setup_source), (prepare_output),
13018         (gst_play_base_bin_change_state):
13019           remove the crappy error handling and do GST error handling
13020
13021 2005-08-24  Thomas Vander Stichele  <thomas at apestaart dot org>
13022
13023         * check/Makefile.am:
13024         * check/generic/states.c: (GST_START_TEST), (states_suite), (main):
13025           add same test as to core, it bitches out on playbin atm.
13026
13027 2005-08-24  Wim Taymans  <wim@fluendo.com>
13028
13029         * configure.ac:
13030         Remove audioscale.
13031
13032 2005-08-24  Wim Taymans  <wim@fluendo.com>
13033
13034         * gst/videoscale/gstvideoscale.c: (gst_videoscale_init),
13035         (gst_videoscale_prepare_size), (parse_caps),
13036         (gst_videoscale_set_caps), (gst_videoscale_get_size),
13037         (gst_videoscale_prepare_image), (gst_videoscale_transform_ip),
13038         (gst_videoscale_transform):
13039         * gst/videoscale/gstvideoscale.h:
13040         Refactor, make use of BaseTranform really well.
13041
13042 2005-08-24  Thomas Vander Stichele  <thomas at apestaart dot org>
13043
13044         * configure.ac:
13045           compile audioresample
13046         * gst/audioresample/Makefile.am:
13047         * gst/audioresample/buffer.c:
13048         * gst/audioresample/functable.c:
13049         * gst/audioresample/gstaudioresample.c:
13050         * gst/audioresample/gstaudioresample.h:
13051         * gst/audioresample/resample.c:
13052         (resample_get_output_size_for_input):
13053         * gst/audioresample/resample.h:
13054         * gst/audioresample/resample_chunk.c:
13055         * gst/audioresample/resample_functable.c:
13056         * gst/audioresample/resample_ref.c:
13057           port to use basetransform; doesn't work in all cases yet
13058
13059 2005-08-24  Thomas Vander Stichele  <thomas at apestaart dot org>
13060
13061         * gst/audioconvert/gstaudioconvert.c:
13062         (gst_audio_convert_class_init), (gst_audio_convert_init),
13063         (audio_convert_get_unit_size), (audio_convert_transform_caps),
13064         (audio_convert_fixate_caps), (audio_convert_set_caps),
13065         (audio_convert_transform),
13066         (gst_audio_convert_buffer_to_default_format),
13067         (gst_audio_convert_buffer_from_default_format),
13068         (gst_audio_convert_channels):
13069         * gst/audioconvert/gstchannelmix.c:
13070         * gst/audioconvert/gstchannelmix.h:
13071           port to basetransform
13072         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
13073         (gst_ffmpegcsp_transform_caps), (gst_ffmpegcsp_class_init),
13074         (gst_ffmpegcsp_get_unit_size):
13075         * gst/videoscale/gstvideoscale.c: (gst_videoscale_class_init),
13076         (gst_videoscale_transform_caps), (gst_videoscale_get_unit_size):
13077           fix for basetransform changes
13078
13079 2005-08-24  Jan Schmidt  <thaytan@mad.scientist.com>
13080
13081         * check/Makefile.am:
13082           Add CHECK_CFLAGS and LDFLAGS
13083
13084         * gst/playback/gstplaybasebin.c: (fill_buffer):
13085           GST_MESSAGE_SRC became a GObject
13086
13087 2005-08-24  Wim Taymans  <wim@fluendo.com>
13088
13089         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_set_sample),
13090         (gst_ring_buffer_clear_all):
13091         * gst-libs/gst/audio/gstringbuffer.h:
13092         Added function to clear the ringbuffer.
13093
13094 2005-08-24  Andy Wingo  <wingo@pobox.com>
13095
13096         * sys/v4l/gstv4lelement.c (gst_v4lelement_start) 
13097         (gst_v4lelement_stop): Call _start and _stop for xoverlay instead
13098         of _open and _close.
13099
13100         * sys/v4l/gstv4lxoverlay.h:
13101         * sys/v4l/gstv4lxoverlay.c (gst_v4l_xoverlay_set_xwindow_id): Open
13102         an Xv connection here, instead of all the time. Make Xv only be
13103         loaded if you axe for it. Kindof a workaround for buggy behaviour
13104         of Xv when using remote xservers (XvQueryExtension would block).
13105         (gst_v4l_xoverlay_stop, gst_v4l_xoverlay_start): New functions,
13106         replace the _open and _close public API. Only start the xv
13107         connection if necessary.
13108         (gst_v4l_xoverlay_open, gst_v4l_xoverlay_close): Made static.
13109
13110 2005-08-23  David Schleef  <ds@schleef.org>
13111
13112         * gst/audioresample/Makefile.am: Leet audioresampling code
13113         * gst/audioresample/buffer.c:
13114         * gst/audioresample/buffer.h:
13115         * gst/audioresample/debug.c:
13116         * gst/audioresample/debug.h:
13117         * gst/audioresample/functable.c:
13118         * gst/audioresample/functable.h:
13119         * gst/audioresample/gstaudioresample.c:
13120         * gst/audioresample/gstaudioresample.h:
13121         * gst/audioresample/resample.c:
13122         * gst/audioresample/resample.h:
13123         * gst/audioresample/resample_chunk.c:
13124         * gst/audioresample/resample_functable.c:
13125         * gst/audioresample/resample_ref.c:
13126
13127 2005-08-23  Wim Taymans  <wim@fluendo.com>
13128
13129         * examples/seeking/seek.c: (make_vorbis_pipeline),
13130         (make_theora_pipeline), (make_vorbis_theora_pipeline), (do_seek):
13131         Small seek updates.
13132
13133 2005-08-23  Andy Wingo  <wingo@pobox.com>
13134
13135         * gst-libs/gst/audio/gstbaseaudiosrc.c
13136         (gst_base_audio_src_fixate): Only fixate endianness if it is
13137         present in the caps.
13138
13139 2005-08-22  Andy Wingo  <wingo@pobox.com>
13140
13141         * ext/alsa/gstalsasink.c (gst_alsasink_get_property): 
13142         * ext/alsa/gstalsasrc.c (gst_alsasrc_get_property): Add a
13143         device-name property.
13144
13145         * gst-libs/gst/audio/gstaudiosrc.h:
13146         * gst-libs/gst/audio/gstaudiosrc.c: Implement open_device and
13147         close_device in the ring buffer, like gstaudiosink.
13148
13149         * ext/alsa/gstalsamixer.h:
13150         * ext/alsa/gstalsamixer.c: Not a GObject any more. Include a nifty
13151         macro to implement the interface without much code. Cleanups. 
13152
13153         * ext/alsa/gstalsasrc.h:
13154         * ext/alsa/gstalsasrc.c: Be a mixer. Open device and mixer in
13155         READY.
13156
13157         * ext/alsa/Makefile.am: Add new files.
13158         * ext/alsa/gstalsamixerelement.c: 
13159         * ext/alsa/gstalsamixerelement.c: Split element code out from
13160         mixer code so that alsasrc can be a mixer too.
13161
13162 2005-08-21  Thomas Vander Stichele  <thomas at apestaart dot org>
13163
13164         * check/elements/volume.c: (setup_volume), (cleanup_volume),
13165         (GST_START_TEST):
13166         * check/elements/vorbisdec.c: (setup_vorbisdec),
13167         (cleanup_vorbisdec), (GST_START_TEST), (vorbisdec_suite):
13168         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
13169         (vorbis_handle_identification_packet),
13170         (vorbis_handle_comment_packet), (vorbis_handle_type_packet),
13171         (vorbis_handle_header_packet), (vorbis_dec_push),
13172         (vorbis_dec_chain):
13173           use the setup/teardown methods to save code.  save code is good.
13174
13175 2005-08-20  Thomas Vander Stichele  <thomas at apestaart dot org>
13176
13177         * check/Makefile.am:
13178           add ext dir for plugins
13179           add vorbisdec test conditionally
13180         * check/elements/volume.c: (setup_volume), (cleanup_volume),
13181         (GST_START_TEST), (volume_suite):
13182           add a test with wrong caps
13183         * check/elements/vorbisdec.c: (chain_func), (setup_vorbisdec),
13184         (cleanup_vorbisdec), (GST_START_TEST), (vorbisdec_suite), (main):
13185           add a vorbisdec test
13186         * ext/ogg/gstoggdemux.c: (gst_ogg_chain_new_stream),
13187         (gst_ogg_demux_chain), (gst_ogg_demux_loop):
13188           clean up debug output
13189         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
13190           yay, fix a segfault/security issue in vorbisdec
13191           gst-launch fakesrc ! vorbisdec wasn't happy
13192         * ext/vorbis/vorbisenc.c: (vorbisenc_get_type),
13193         (gst_vorbisenc_class_init), (gst_vorbisenc_sink_setcaps),
13194         (gst_vorbisenc_convert_src), (gst_vorbisenc_convert_sink),
13195         (gst_vorbisenc_src_query), (gst_vorbisenc_sink_query),
13196         (gst_vorbisenc_init), (gst_vorbisenc_metadata_set1),
13197         (gst_vorbisenc_set_metadata), (get_constraints_string),
13198         (update_start_message), (gst_vorbisenc_setup),
13199         (gst_vorbisenc_buffer_from_packet), (gst_vorbisenc_push_buffer),
13200         (gst_vorbisenc_push_packet), (gst_vorbisenc_sink_event),
13201         (gst_vorbisenc_chain), (gst_vorbisenc_get_property),
13202         (gst_vorbisenc_set_property), (gst_vorbisenc_change_state):
13203         * ext/vorbis/vorbisenc.h:
13204           march in line
13205         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
13206         (gst_ffmpegcsp_transform):
13207           have the kow come home
13208         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init):
13209           debug my func ptr
13210         * gst/volume/gstvolume.c: (volume_set_caps):
13211           add a debug
13212
13213 2005-08-20  Thomas Vander Stichele  <thomas at apestaart dot org>
13214
13215         * Makefile.am:
13216         * check/.cvsignore:
13217         * check/Makefile.am:
13218         * check/elements/.cvsignore:
13219         * check/elements/volume.c: (chain_func), (event_func),
13220         (setup_volume), (cleanup_volume), (GST_START_TEST), (volume_suite),
13221         (main):
13222         * configure.ac:
13223           add unit test structure for gst-plugins-base
13224           add a test for volume
13225         * gst/volume/gstvolume.c: (gst_volume_list_tracks),
13226         (gst_volume_set_volume), (gst_volume_get_volume),
13227         (gst_volume_set_mute), (gst_volume_class_init), (gst_volume_init),
13228         (volume_funcfind), (volume_process_float), (volume_process_int16),
13229         (volume_set_caps), (volume_transform), (volume_update_mute),
13230         (volume_update_volume), (volume_set_property),
13231         (volume_get_property):
13232           document a little; use basetransform vmethod _set_caps
13233
13234 2005-08-19  Andy Wingo  <wingo@pobox.com>
13235
13236         * ext/alsa/gstalsamixertrack.h:
13237         * ext/alsa/gstalsamixertrack.c:
13238         * ext/alsa/gstalsamixeroptions.h:
13239         * ext/alsa/gstalsamixeroptions.c:
13240         * ext/alsa/gstalsamixer.h:
13241         * ext/alsa/gstalsamixer.c: Port to 0.9.
13242
13243         * ext/alsa/Makefile.am: Build mixer, mixeroptions, mixertracks.
13244         Remove gstalsa.c and alsaclock. No more cruft here.
13245         
13246 2005-08-18  Wim Taymans  <wim@fluendo.com>
13247
13248         * gst-libs/gst/rtp/gstbasertpdepayload.c:
13249         (gst_base_rtp_depayload_chain),
13250         (gst_base_rtp_depayload_add_to_queue),
13251         (gst_base_rtp_depayload_push),
13252         (gst_base_rtp_depayload_queue_release):
13253         * gst-libs/gst/rtp/gstbasertpdepayload.h:
13254         Fix for RTPBuffer changes.
13255
13256         * gst-libs/gst/rtp/gstrtpbuffer.c: (gst_rtpbuffer_allocate_data),
13257         (gst_rtpbuffer_new_take_data), (gst_rtpbuffer_new_copy_data),
13258         (gst_rtpbuffer_new_allocate), (gst_rtpbuffer_new_allocate_len),
13259         (gst_rtpbuffer_calc_header_len), (gst_rtpbuffer_calc_packet_len),
13260         (gst_rtpbuffer_calc_payload_len), (gst_rtpbuffer_validate_data),
13261         (gst_rtpbuffer_validate), (gst_rtpbuffer_set_packet_len),
13262         (gst_rtpbuffer_get_packet_len), (gst_rtpbuffer_get_version),
13263         (gst_rtpbuffer_set_version), (gst_rtpbuffer_get_padding),
13264         (gst_rtpbuffer_set_padding), (gst_rtpbuffer_pad_to),
13265         (gst_rtpbuffer_get_extension), (gst_rtpbuffer_set_extension),
13266         (gst_rtpbuffer_get_ssrc), (gst_rtpbuffer_set_ssrc),
13267         (gst_rtpbuffer_get_csrc_count), (gst_rtpbuffer_get_csrc),
13268         (gst_rtpbuffer_set_csrc), (gst_rtpbuffer_get_marker),
13269         (gst_rtpbuffer_set_marker), (gst_rtpbuffer_get_payload_type),
13270         (gst_rtpbuffer_set_payload_type), (gst_rtpbuffer_get_seq),
13271         (gst_rtpbuffer_set_seq), (gst_rtpbuffer_get_timestamp),
13272         (gst_rtpbuffer_set_timestamp), (gst_rtpbuffer_get_payload_len),
13273         (gst_rtpbuffer_get_payload):
13274         * gst-libs/gst/rtp/gstrtpbuffer.h:
13275         Don't subclass GstBuffer but add methods and helper functions
13276         to construct and manipulate RTP packets in regular GstBuffers.
13277
13278 2005-08-18  Stefan Kost  <ensonic@users.sf.net>
13279
13280         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_query):
13281           moved statement below switch
13282         * gst/volume/gstvolume.c: (gst_volume_class_init):
13283           added debug ptr
13284
13285 2005-08-16  Wim Taymans  <wim@fluendo.com>
13286
13287         * gst-libs/gst/audio/gstbaseaudiosrc.c:
13288         (gst_base_audio_src_change_state):
13289         Open and close device in READY<->NULL state change.
13290
13291 2005-08-16  Andy Wingo  <wingo@pobox.com>
13292
13293         * examples/seeking/Makefile.am: Don't compile non-compiling
13294         compiled objects with the compiler.
13295
13296         * examples/seeking/seek.c (make_dv_pipeline): Update for new DV
13297         elements.
13298
13299 2005-08-12  Philippe Khalaf <burger@speedy.org>
13300         * gst-libs/gst/rtp/gstbasertpdepayload.c:
13301         * gst-libs/gst/rtp/gstbasertpdepayload.h:
13302           Made a thread to release the queue.
13303           Removed timestamp conversion for now.
13304
13305 2005-08-10  Philippe Khalaf <burger@speedy.org>
13306         * gst-libs/gst/rtp/gstbasertpdepayload.c:
13307         * gst-libs/gst/rtp/gstbasertpdepayload.h:
13308           Added rtp timestamp -> gst timestamp conversion.
13309           Fixed several problems with queue.
13310
13311 2005-08-09  Tim-Philipp Müller  <tim at centricular dot net>
13312
13313         * gst-libs/gst/audio/gstaudioclock.h:
13314         * gst-libs/gst/audio/gstaudiofilter.h:
13315         * gst-libs/gst/audio/gstaudiosink.h:
13316         * gst-libs/gst/audio/gstaudiosrc.h:
13317         * gst-libs/gst/audio/gstbaseaudiosink.h:
13318         * gst-libs/gst/audio/gstbaseaudiosrc.h:
13319         * gst-libs/gst/audio/gstringbuffer.h:
13320         * gst-libs/gst/net/gstnetbuffer.h:
13321         * gst-libs/gst/rtp/gstbasertpdepayload.h:
13322         * gst-libs/gst/rtp/gstrtpbuffer.h:
13323           Add padding (you will need to rebuild gst-plugins-base,
13324           gst-plugins and all applications afterwards!)
13325
13326 2005-08-09  Tim-Philipp Müller  <tim at centricular dot net>
13327
13328         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk),
13329         (gst_riff_parse_chunk):
13330           Fix bug in debug message and add some more debug messages.
13331
13332 2005-08-08  Edward Hervey  <edward@fluendo.com>
13333
13334         * gst-libs/gst/riff/riff-media.c:
13335         backported updates since branch
13336
13337 2005-08-08  Andy Wingo  <wingo@pobox.com>
13338
13339         * gst-libs/gst/audio/gstbaseaudiosink.c
13340         (gst_base_audio_sink_change_state): Open the device in NULL->READY
13341         like good elements should. Close on READY->NULL too.
13342
13343         * gst-libs/gst/audio/gstaudiosink.c
13344         (gst_audioringbuffer_open_device,
13345         (gst_audioringbuffer_close_device, gst_audioringbuffer_acquire)
13346         (gst_audioringbuffer_release): Updates for new ring buffer API,
13347         hook into the new audio sink api.
13348
13349         * gst-libs/gst/audio/gstaudiosink.h (GstAudioSinkClass.open)
13350         (GstAudioSinkClass.close): Just open and close the device -- no
13351         resource allocation or configuration.
13352         (GstAudioSinkClass.prepare, GstAudioSinkClass.unprepare): New
13353         vmethods, handle device setup and resource allocation.
13354
13355         * ext/alsa/gstalsasink.c (gst_alsasink_open, gst_alsasink_close)
13356         (gst_alsasink_prepare, gst_alsasink_unprepare): Update for new
13357         base class API.
13358
13359         * gst-libs/gst/audio/gstringbuffer.h
13360         (GstRingBufferClass.open_device, GstRingBufferClass.close_device):
13361         New vmethods.
13362
13363         * gst-libs/gst/audio/gstringbuffer.c (gst_ring_buffer_open_device)
13364         (gst_ring_buffer_close_device, gst_ring_buffer_device_is_open):
13365         New API functions. The device should be opened before acquiring
13366         and closed after releasing.
13367
13368 2005-08-08  Tim-Philipp Müller  <tim at centricular dot net>
13369
13370         * gst-libs/gst/interfaces/mixer.h:
13371           Reset padding to GST_PADDING.
13372
13373 2005-08-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13374
13375         * gst/playback/gstplaybin.c: (remove_sinks):
13376           Remove visualization from parent explicitely; works around some
13377           apparent refcount issue that I haven't tracked down yet.
13378
13379 2005-08-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13380
13381         * ext/alsa/gstalsasink.c: (set_hwparams):
13382           Assign debug category, add negotiation debug msgs.
13383
13384 2005-08-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13385
13386         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_start):
13387           Fix error code for file-not-found to NOT_FOUND.
13388
13389 2005-08-05  Thomas Vander Stichele  <thomas at apestaart dot org>
13390
13391         * common/gtk-doc-plugins.mak:
13392         * docs/plugins/Makefile.am:
13393         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
13394         * docs/plugins/gst-plugins-base-plugins-sections.txt:
13395           renamed to actual element names, so much nicer to look at
13396         * docs/plugins/tmpl/gstmultifdsink.sgml:
13397           remove
13398         * docs/plugins/tmpl/multifdsink.sgml:
13399         * docs/plugins/tmpl/tcpserversink.sgml:
13400           add
13401         * ext/alsa/gstalsa.c:
13402         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_get_property):
13403         * ext/ogg/gstoggmux.c:
13404         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain):
13405         * gst/playback/gstdecodebin.c:
13406         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init):
13407         * gst/tcp/gsttcpserversink.c:
13408           various fixes and documentation additions
13409
13410 2005-08-05  Thomas Vander Stichele  <thomas at apestaart dot org>
13411
13412         * common/Makefile.am:
13413         * common/gstdoc-scangobj:
13414         * common/gtk-doc-plugins.mak:
13415         * common/gtk-doc.mak:
13416           add a custom scangobj that uses the registry
13417           add a custom gtk-doc-plugins.mak that uses it
13418           some doc build fixes
13419         * configure.ac:
13420         * docs/Makefile.am:
13421         * docs/plugins/Makefile.am:
13422         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
13423         * docs/plugins/gst-plugins-base-plugins-sections.txt:
13424         * docs/plugins/gst-plugins-base-plugins.types:
13425         * docs/plugins/tmpl/gstmultifdsink.sgml:
13426           add docs for one element, multifdsink
13427         * gst/adder/gstadder.h:
13428         * gst/volume/gstvolume.h:
13429           don't privatize enum
13430         * gst/tcp/gstfdset.c: (gst_fdset_mode_get_type):
13431         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
13432         (gst_sync_method_get_type), (gst_client_status_get_type),
13433         (gst_multifdsink_class_init),
13434         (gst_multifdsink_client_queue_buffer),
13435         (gst_multifdsink_handle_client_write):
13436         * gst/tcp/gstmultifdsink.h:
13437         * gst/tcp/gsttcp.h:
13438         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_class_init),
13439         (gst_tcpclientsink_init), (gst_tcpclientsink_setcaps),
13440         (gst_tcpclientsink_render):
13441         * gst/tcp/gsttcpclientsink.h:
13442         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_class_init),
13443         (gst_tcpclientsrc_init), (gst_tcpclientsrc_create),
13444         (gst_tcpclientsrc_start):
13445         * gst/tcp/gsttcpclientsrc.h:
13446         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_class_init),
13447         (gst_tcpserversrc_init), (gst_tcpserversrc_create):
13448         * gst/tcp/gsttcpserversrc.h:
13449         * gst/typefind/gsttypefindfunctions.c:
13450           remove superfluous Type stuff
13451
13452 2005-08-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13453
13454         * gst/playback/gstplaybin.c: (gen_video_element):
13455           Enable videoscale.
13456
13457 2005-08-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13458
13459         * gst-libs/gst/gconf/gconf.c:
13460         * gst-libs/gst/gconf/gconf.h:
13461           Fix some Andy Problem [tm].
13462
13463 2005-08-04  Andy Wingo  <wingo@pobox.com>
13464
13465         * gst/videoscale/gstvideoscale.c (gst_videoscale_get_size):
13466         * gst/ffmpegcolorspace/gstffmpegcolorspace.c
13467         (gst_ffmpegcsp_get_size): Adapt to API changes.
13468
13469         * gst/videoscale/gstvideoscale.c (gst_videoscale_transform_ip):
13470         Implement an in-place do-nothing transform.
13471
13472 2005-08-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13473
13474         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_put),
13475         (gst_ximagesink_renegotiate_size):
13476           Do not set new window sizes yet if we prepare a new buffer size
13477           for upstream renegotiation (software scaling) at some point in the
13478           future, because this new size waqs not actually accepted yet. Once
13479           accepted, renegotiation later on will set the new sizes just fine.
13480           Fixes a videotestsrc ! queue ! videoscale ! ximagesink xoverlay
13481           embedding testcase.
13482
13483 2005-08-03  Andy Wingo  <wingo@pobox.com>
13484
13485         * sys/ximage/ximagesink.c (gst_ximagesink_renegotiate_size):
13486         (gst_ximagesink_buffer_alloc): 
13487         Protect the height, width, and desired_caps with the pool_lock.
13488         Fixes videotestsrc ! queue ! ximagesink.
13489
13490 2005-08-02  Edward Hervey  <edward@fluendo.com>
13491
13492         * gst/volume/gstvolume.c:
13493         include left from controller cleanup
13494
13495 2005-08-02  Jan Schmidt  <thaytan@mad.scientist.com>
13496         * ext/ogg/gstoggmux.c: (gst_ogg_mux_change_state):
13497           Stop collectpads before calling the parent state
13498           change function on PAUSED->READY.
13499
13500 2005-08-01  Jan Schmidt  <thaytan@mad.scientist.com>
13501         * configure.ac:
13502           When testing for X libs, use the X CFlags 
13503         * gst/adder/gstadder.c: (gst_adder_change_state):
13504           Stop the collectpads before calling parent state change function
13505           on PAUSED->READY, otherwise we deadlock deactivating pads.
13506
13507 2005-08-01  Stefan Kost  <ensonic@users.sf.net>
13508
13509         * configure.ac:
13510         * docs/libs/tmpl/gstcolorbalance.sgml:
13511         * docs/libs/tmpl/gstmixer.sgml:
13512         * examples/Makefile.am:
13513         * gst/sine/Makefile.am:
13514         * gst/sine/gstsinesrc.c: (gst_sinesrc_init), (gst_sinesrc_create),
13515         (gst_sinesrc_set_property), (plugin_init):
13516         * gst/sine/gstsinesrc.h:
13517         * gst/volume/Makefile.am:
13518         * gst/volume/gstvolume.c: (gst_volume_set_volume),
13519         (gst_volume_set_mute), (gst_volume_dispose), (gst_volume_init),
13520         (volume_process_float), (volume_process_int16),
13521         (volume_set_property), (plugin_init):
13522         * gst/volume/gstvolume.h:
13523           deactivate and remove dparams (libgstcontrol)
13524
13525 2005-07-29  Wim Taymans  <wim@fluendo.com>
13526
13527         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link_src):
13528         Convert me to BaseTransform!! help..
13529
13530 2005-07-29  Andy Wingo  <wingo@pobox.com>
13531
13532         * ext/alsa/gstalsaplugin.c (plugin_init): We are primary audio
13533         sinks.
13534
13535         * ext/alsa/gstalsasink.c (alsasink_sink_factory): Advertise our
13536         support of both endiannesses.
13537
13538 2005-07-28  Tim-Philipp Müller  <tim at centricular dot net>
13539
13540         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
13541           Fix confusing debug message (s/event/query/)
13542
13543 2005-07-28  Tim-Philipp Müller  <tim at centricular dot net>
13544
13545         * gst/videotestsrc/videotestsrc.h:
13546           Use "_stdint.h" instead of <stdint.h>
13547
13548 2005-07-27  Wim Taymans  <wim@fluendo.com>
13549
13550         * ext/vorbis/Makefile.am:
13551         Revert wrong commit.
13552
13553 2005-07-27  Wim Taymans  <wim@fluendo.com>
13554
13555         * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_event):
13556         More compilation fixen.
13557
13558 2005-07-27  Wim Taymans  <wim@fluendo.com>
13559
13560         * gst-libs/gst/audio/gstbaseaudiosink.c:
13561         (gst_base_audio_sink_event), (gst_base_audio_sink_render),
13562         (gst_base_audio_sink_create_ringbuffer),
13563         (gst_base_audio_sink_change_state):
13564         Fix compilation.
13565
13566 2005-07-27  Wim Taymans  <wim@fluendo.com>
13567
13568         * examples/seeking/seek.c: (setup_dynamic_link),
13569         (make_dv_pipeline), (make_vorbis_theora_pipeline), (query_rates),
13570         (query_positions_elems), (query_positions_pads), (do_seek):
13571         Update seek example.
13572
13573         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_event),
13574         (gst_ogg_pad_typefind), (gst_ogg_demux_chain_elem_pad),
13575         (gst_ogg_demux_queue_data), (gst_ogg_demux_chain_peer),
13576         (gst_ogg_pad_submit_packet), (gst_ogg_pad_submit_page),
13577         (gst_ogg_demux_handle_event),
13578         (gst_ogg_demux_deactivate_current_chain),
13579         (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek),
13580         (gst_ogg_demux_collect_chain_info), (gst_ogg_demux_collect_info),
13581         (gst_ogg_demux_chain), (gst_ogg_demux_send_event),
13582         (gst_ogg_demux_loop):
13583         * ext/ogg/gstoggmux.c: (gst_ogg_mux_collected):
13584         * ext/theora/theoradec.c: (theora_dec_src_event),
13585         (theora_dec_src_getcaps), (theora_dec_sink_event),
13586         (theora_dec_push), (theora_dec_chain):
13587         * ext/vorbis/Makefile.am:
13588         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_event),
13589         (vorbis_dec_sink_event), (vorbis_dec_push),
13590         (vorbis_handle_data_packet):
13591         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_sink_event),
13592         (gst_vorbisenc_chain):
13593         * gst/playback/gststreaminfo.c: (cb_probe):
13594         * gst/subparse/gstsubparse.c: (gst_subparse_src_event):
13595         * gst/videorate/gstvideorate.c: (gst_videorate_event):
13596         * gst/videoscale/gstvideoscale.c:
13597         (gst_videoscale_handle_src_event):
13598         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_event):
13599         * sys/ximage/ximagesink.c: (gst_ximagesink_show_frame),
13600         (gst_ximagesink_navigation_send_event):
13601         * sys/xvimage/xvimagesink.c:
13602         (gst_xvimagesink_navigation_send_event):
13603         Various event updates and cleanups
13604
13605 2005-07-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13606
13607         * gst/videoscale/gstvideoscale.c: (gst_videoscale_prepare_images):
13608           Fix segfault for I420/YV12.
13609
13610 2005-07-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13611
13612         * ext/vorbis/vorbisdec.c: (vorbis_handle_comment_packet):
13613           Report bitrate.
13614
13615 2005-07-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13616
13617         * gst/playback/gstplaybin.c: (gen_video_element),
13618         (gen_audio_element):
13619           Switch to auto*sink elements as default sinks; add volume element
13620           so that volume control in totem works.
13621
13622 2005-07-21  Wim Taymans  <wim@fluendo.com>
13623
13624         * gst/playback/gstplaybasebin.c: (gen_preroll_element):
13625         * gst/playback/gstplaybin.c: (setup_sinks),
13626         (gst_play_bin_change_state):
13627         Refcount fix and more comments.
13628
13629 2005-07-21  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
13630
13631         * sys/ximage/Makefile.am:
13632         * sys/ximage/ximage.c: (plugin_init):
13633         * sys/ximage/ximagesink.c:
13634         Prepare for adding ximagesrc, rename of plugin to ximage etc.
13635         
13636
13637 2005-07-21  Wim Taymans  <wim@fluendo.com>
13638
13639         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_event),
13640         (gst_ogg_pad_internal_chain), (gst_ogg_pad_typefind),
13641         (gst_ogg_demux_chain_elem_pad), (gst_ogg_demux_queue_data),
13642         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
13643         (gst_ogg_pad_submit_page), (gst_ogg_chain_new),
13644         (gst_ogg_demux_init), (gst_ogg_demux_activate_chain),
13645         (gst_ogg_demux_perform_seek), (gst_ogg_demux_collect_chain_info),
13646         (gst_ogg_demux_collect_info), (gst_ogg_demux_chain),
13647         (gst_ogg_demux_send_event), (gst_ogg_demux_loop):
13648         Generate correct disconts for live chained oggs.
13649
13650         * gst-libs/gst/audio/gstbaseaudiosink.c:
13651         (gst_base_audio_sink_render),
13652         (gst_base_audio_sink_create_ringbuffer),
13653         (gst_base_audio_sink_change_state):
13654         Handle discont math correctly.
13655
13656         * gst/playback/gstplaybin.c: (add_sink):
13657         Some small debug cleanup.
13658
13659 2005-07-21  Wim Taymans  <wim@fluendo.com>
13660
13661         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_init), (gst_ogg_pad_event),
13662         (gst_ogg_pad_internal_chain), (gst_ogg_pad_typefind),
13663         (gst_ogg_demux_chain_elem_pad), (gst_ogg_demux_queue_data),
13664         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
13665         (gst_ogg_pad_submit_page), (gst_ogg_chain_new),
13666         (gst_ogg_demux_init), (gst_ogg_demux_deactivate_current_chain),
13667         (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek),
13668         (gst_ogg_demux_read_chain), (gst_ogg_demux_find_pad),
13669         (gst_ogg_demux_collect_chain_info), (gst_ogg_demux_collect_info),
13670         (gst_ogg_demux_find_chains), (gst_ogg_demux_chain),
13671         (gst_ogg_demux_send_event), (gst_ogg_demux_loop),
13672         (gst_ogg_demux_change_state), (gst_ogg_print):
13673         Reorganize code to send the right disconts when in streaming
13674         mode.
13675
13676 2005-07-20  Andy Wingo  <wingo@pobox.com>
13677
13678         * gst/videoscale/vs_image.c (vs_image_scale_nearest_YUYV): Typo
13679         fix (?), fixes a seggie mcfalterson (#310894).
13680
13681 2005-07-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13682
13683         * ext/ogg/gstoggmux.c: (gst_ogg_mux_get_headers),
13684         (gst_ogg_mux_set_header_on_caps):
13685         * ext/theora/theoraenc.c: (theora_set_header_on_caps):
13686         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_set_header_on_caps):
13687         * ext/vorbis/vorbisparse.c: (vorbis_parse_set_header_on_caps):
13688         * gst-libs/gst/audio/multichannel.c:
13689         (gst_audio_set_channel_positions),
13690         (gst_audio_set_structure_channel_positions_list):
13691         * gst/playback/gstdecodebin.c: (dynamic_create):
13692         * gst/playback/gstplaybasebin.c: (setup_source), (mute_group_type):
13693         * gst/playback/gststreaminfo.c: (gst_stream_info_set_mute):
13694           Fixes for API changes in core.
13695
13696 2005-07-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13697
13698         * gst/playback/gstplaybasebin.c: (fill_buffer):
13699           Use _new_custom() so we can set custom message types for buffering
13700           messages.
13701
13702 2005-07-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13703
13704         * configure.ac:
13705         * gst-libs/gst/Makefile.am:
13706         * gst-libs/gst/gconf/.cvsignore:
13707         * gst-libs/gst/gconf/Makefile.am:
13708         * gst-libs/gst/gconf/test-gconf.c:
13709         * pkgconfig/Makefile.am:
13710         * pkgconfig/gstreamer-gconf-uninstalled.pc.in:
13711         * pkgconfig/gstreamer-gconf.pc.in:
13712           Remove gconf stuff, use gconf elements instead from now on.
13713
13714 2005-07-20  Wim Taymans  <wim@fluendo.com>
13715
13716         * gst-libs/gst/audio/TODO:
13717         * gst-libs/gst/audio/gstaudioclock.c: (gst_audio_clock_init),
13718         (gst_audio_clock_get_internal_time):
13719         * gst-libs/gst/audio/gstaudioclock.h:
13720         * gst-libs/gst/audio/gstbaseaudiosink.c:
13721         (gst_base_audio_sink_init), (gst_base_audio_sink_dispose),
13722         (gst_base_audio_sink_get_time), (gst_base_audio_sink_event),
13723         (gst_base_audio_sink_render),
13724         (gst_base_audio_sink_create_ringbuffer),
13725         (gst_base_audio_sink_change_state):
13726         Make sure the audio clock always returns an increasing value.
13727
13728 2005-07-19  Andy Wingo  <wingo@pobox.com>
13729
13730         * gst/videotestsrc/: Cleanups.
13731
13732 2005-07-19  Wim Taymans  <wim@fluendo.com>
13733
13734         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_create):
13735         Better debugging.
13736
13737 2005-07-19  Wim Taymans  <wim@fluendo.com>
13738
13739         * examples/seeking/seek.c: (make_dv_pipeline),
13740         (make_vorbis_theora_pipeline), (query_rates),
13741         (query_positions_elems), (query_positions_pads), (do_seek):
13742         Make correct DV pipeline.
13743
13744 2005-07-18  Andy Wingo  <wingo@pobox.com>
13745
13746         * configure.ac (DEFAULT_AUDIOSINK, DEFAULT_AUDIOSRC): Use alsa by
13747         default. Also because it's the only thing that really works. (This
13748         is used in the GConf elements).
13749         Use AS_LIBTOOL_TAGS.
13750
13751 2005-07-18  Wim Taymans  <wim@fluendo.com>
13752
13753         * gst/playback/gstdecodebin.c: (remove_element_chain):
13754         * gst/playback/gstplaybin.c: (add_sink):
13755         * gst/playback/gststreaminfo.c: (gst_stream_info_dispose),
13756         (gst_stream_info_set_mute):
13757         * gst/playback/gststreamselector.c:
13758         (gst_stream_selector_get_linked_pad),
13759         (gst_stream_selector_getcaps), (gst_stream_selector_chain):
13760         More leak and compile fixes.
13761
13762 2005-07-18  Wim Taymans  <wim@fluendo.com>
13763
13764         * examples/seeking/seek.c: (make_vorbis_theora_pipeline),
13765         (query_rates), (query_positions_elems), (query_positions_pads),
13766         (do_seek), (seek_cb), (stop_seek):
13767         Updated seek example. 
13768
13769         * gst/playback/gstdecodebin.c: (remove_element_chain), (unlinked):
13770         * gst/playback/gstplaybasebin.c: (queue_threshold_reached),
13771         (queue_out_of_data), (gen_preroll_element), (new_decoded_pad):
13772         * gst/playback/gstplaybin.c: (add_sink):
13773         * gst/playback/gststreaminfo.c: (gst_stream_info_dispose),
13774         (gst_stream_info_set_mute):
13775         Some refcount leak fixes.
13776
13777 2005-07-16  Wim Taymans  <wim@fluendo.com>
13778
13779         * gst-libs/gst/audio/gstbaseaudiosink.c:
13780         (gst_base_audio_sink_render):
13781         Align samples even if we have roundoff errors in the 
13782         timestamp conversion.
13783
13784 2005-07-16  Wim Taymans  <wim@fluendo.com>
13785
13786         * docs/libs/tmpl/gstringbuffer.sgml:
13787         * examples/seeking/seek.c: (make_vorbis_theora_pipeline),
13788         (query_rates), (query_positions_elems), (query_positions_pads),
13789         (update_scale), (do_seek):
13790         Updated seek example.
13791
13792         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
13793         (gst_ogg_pad_submit_page), (gst_ogg_demux_activate_chain),
13794         (gst_ogg_demux_find_chains), (gst_ogg_demux_send_event),
13795         (gst_ogg_demux_loop):
13796         Push out correct discont values.
13797
13798         * ext/theora/theoradec.c: (theora_dec_src_convert),
13799         (theora_dec_sink_convert), (theora_dec_src_getcaps),
13800         (theora_dec_sink_event), (theora_handle_type_packet),
13801         (theora_handle_header_packet), (theora_dec_push),
13802         (theora_handle_data_packet), (theora_dec_chain),
13803         (theora_dec_change_state):
13804         Better timestamping.
13805
13806         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
13807         (vorbis_dec_sink_event), (vorbis_dec_push),
13808         (vorbis_handle_data_packet), (vorbis_dec_chain):
13809         * ext/vorbis/vorbisdec.h:
13810         Better timestamping.
13811
13812         * gst-libs/gst/audio/gstbaseaudiosink.c:
13813         (gst_base_audio_sink_get_time), (gst_base_audio_sink_get_times),
13814         (gst_base_audio_sink_event), (gst_base_audio_sink_render):
13815         Handle syncing on timestamps instead of sample offsets. Make
13816         use of DISCONT values as described in design docs.
13817
13818         * gst-libs/gst/audio/gstbaseaudiosrc.c:
13819         (gst_base_audio_src_get_time):
13820         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_acquire),
13821         (gst_ring_buffer_set_sample), (gst_ring_buffer_commit),
13822         (gst_ring_buffer_read):
13823         * gst-libs/gst/audio/gstringbuffer.h:
13824         * sys/ximage/ximagesink.c: (gst_ximagesink_get_times),
13825         (gst_ximagesink_show_frame):
13826         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_times):
13827         Correcly convert buffer timestamp to stream time.
13828
13829 2005-07-16  Wim Taymans  <wim@fluendo.com>
13830
13831         * gst/audioconvert/gstaudioconvert.c:
13832         (gst_audio_convert_get_buffer):
13833         Timestamp buffers correctly.
13834
13835         * gst/playback/gstplaybin.c: (gen_video_element):
13836         Make internal fakesink silent.
13837
13838 2005-07-15  Wim Taymans  <wim@fluendo.com>
13839
13840         * gst/ffmpegcolorspace/Makefile.am:
13841         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
13842         (gst_ffmpegcsp_caps_remove_format_info),
13843         (gst_ffmpegcsp_transform_caps), (gst_ffmpegcsp_set_caps),
13844         (gst_ffmpegcsp_get_type), (gst_ffmpegcsp_class_init),
13845         (gst_ffmpegcsp_init), (gst_ffmpegcsp_get_size),
13846         (gst_ffmpegcsp_transform_ip), (gst_ffmpegcsp_transform):
13847         Ported ffmpegcolorspace to basetransform.
13848
13849         * gst/videoscale/gstvideoscale.c: (gst_videoscale_transform):
13850         * gst/volume/gstvolume.c: (volume_transform):
13851         Ported to new API.
13852
13853 2005-07-14  Wim Taymans  <wim@fluendo.com>
13854
13855         * gst/videotestsrc/Makefile.am:
13856         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get_type),
13857         (gst_videotestsrc_class_init), (gst_videotestsrc_negotiate),
13858         (gst_videotestsrc_setcaps), (gst_videotestsrc_getcaps),
13859         (gst_videotestsrc_init), (gst_videotestsrc_event),
13860         (gst_videotestsrc_create), (gst_videotestsrc_start),
13861         (gst_videotestsrc_stop), (gst_videotestsrc_get_times),
13862         (gst_videotestsrc_set_pattern), (gst_videotestsrc_set_property),
13863         (gst_videotestsrc_get_property):
13864         * gst/videotestsrc/gstvideotestsrc.h:
13865         Make videotestsrc a pushsrc.
13866
13867 2005-07-14  Wim Taymans  <wim@fluendo.com>
13868
13869         * gst/tcp/gstfdset.c: (gst_fdset_free):
13870         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_init),
13871         (gst_multifdsink_add), (gst_multifdsink_remove),
13872         (gst_multifdsink_clear), (gst_multifdsink_get_stats),
13873         (gst_multifdsink_remove_client_link),
13874         (gst_multifdsink_client_queue_data),
13875         (gst_multifdsink_client_queue_caps),
13876         (gst_multifdsink_client_queue_buffer),
13877         (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients),
13878         (gst_multifdsink_stop):
13879         * gst/tcp/gstmultifdsink.h:
13880         0.8 backporting.
13881
13882         * sys/ximage/ximagesink.c: (gst_ximagesink_show_frame):
13883         Also draw image when not from a pool.
13884
13885 2005-07-14  Wim Taymans  <wim@fluendo.com>
13886
13887         * gst/playback/gstplaybasebin.c: (check_queue), (probe_triggered),
13888         (mute_stream), (silence_stream):
13889         Small debug additions.
13890
13891 2005-07-14  Wim Taymans  <wim@fluendo.com>
13892
13893         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose),
13894         (gst_ogg_pad_submit_packet), (gst_ogg_pad_submit_page),
13895         (gst_ogg_demux_activate_chain), (gst_ogg_demux_loop):
13896         Better error recovery, ignore unconnected pads and
13897         non-fatal errors.
13898
13899 2005-07-14  Thomas Vander Stichele  <thomas at apestaart dot org>
13900
13901         * docs/libs/tmpl/gstaudio.sgml:
13902         * docs/libs/tmpl/gstcolorbalance.sgml:
13903         * docs/libs/tmpl/gstgconf.sgml:
13904         * docs/libs/tmpl/gstmixer.sgml:
13905         * docs/libs/tmpl/gstringbuffer.sgml:
13906         * docs/libs/tmpl/gsttuner.sgml:
13907         * gst-libs/gst/audio/gstbaseaudiosrc.c:
13908         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get_type),
13909         (gst_tcpclientsrc_class_init):
13910         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_get_type),
13911         (gst_tcpserversrc_class_init):
13912         * sys/v4l/gstv4lelement.c:
13913           more autistic cleanliness in functions/names/defines
13914
13915 2005-07-13  Thomas Vander Stichele  <thomas at apestaart dot org>
13916
13917         * configure.ac:
13918           make GST_PLUGIN_LDFLAGS only be flags; GST_LIBS should be
13919           added manually to each Makefile.am so we are sure it goes
13920           *last* and doesn't add -L flags before linking in libs of our
13921           own, like, say, internal .la libs, that then accidentally pick
13922           up the installed copy.
13923         * docs/libs/Makefile.am:
13924         * ext/alsa/Makefile.am:
13925         * ext/cdparanoia/Makefile.am:
13926         * ext/gnomevfs/Makefile.am:
13927         * ext/libvisual/Makefile.am:
13928         * ext/ogg/Makefile.am:
13929         * ext/theora/Makefile.am:
13930         * ext/vorbis/Makefile.am:
13931         * gst-libs/gst/video/Makefile.am:
13932         * gst/adder/Makefile.am:
13933         * gst/audioconvert/Makefile.am:
13934         * gst/audiorate/Makefile.am:
13935         * gst/audioscale/Makefile.am:
13936         * gst/ffmpegcolorspace/Makefile.am:
13937         * gst/playback/Makefile.am:
13938         * gst/sine/Makefile.am:
13939         * gst/subparse/Makefile.am:
13940         * gst/tags/Makefile.am:
13941         * gst/tcp/Makefile.am:
13942         * gst/typefind/Makefile.am:
13943         * gst/videorate/Makefile.am:
13944         * gst/videoscale/Makefile.am:
13945         * gst/videotestsrc/Makefile.am:
13946         * gst/volume/Makefile.am:
13947         * sys/v4l/Makefile.am:
13948         * sys/ximage/Makefile.am:
13949         * sys/xvimage/Makefile.am:
13950           adapt properly to this change. This should make sure that
13951           plugins and libs properly link to the as-yet-uninstalled
13952           copies of stuff like libgstinterfaces and libgstvideo
13953
13954 2005-07-13  Andy Wingo  <wingo@pobox.com>
13955
13956         * sys/v4l/gstv4lsrc.c (gst_v4lsrc_stop): Fix a spurious warning.
13957         (gst_v4lsrc_fixate): Fixate on format as well.
13958
13959         * sys/xvimage/xvimagesink.c (gst_xvimage_buffer_destroy) 
13960         (gst_xvimagesink_xvimage_new): Ref the xvimagesink while the
13961         buffer points to it.
13962         (gst_xvimagesink_check_xshm_calls): Don't use our xvimage buffer,
13963         rather just doing X calls ourselves. Also fixes a memleak.
13964
13965 2005-07-12  Andy Wingo  <wingo@pobox.com>
13966
13967         * sys/v4l/gstv4lsrc.c (gst_v4lsrc_get_property) 
13968         (gst_v4lsrc_set_property, gst_v4lsrc_class_init, gst_v4lsrc_init) 
13969         (gst_v4lsrc_create): Re-add the copy-mode property, default to
13970         TRUE to avoid deadlocks if an element holds on to our buffers.
13971
13972 2005-07-11  Thomas Vander Stichele  <thomas at apestaart dot org>
13973
13974         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
13975         (gst_sinesrc_init), (gst_sinesrc_create),
13976         (gst_sinesrc_set_property), (gst_sinesrc_get_property),
13977         (gst_sinesrc_start):
13978         * gst/sine/gstsinesrc.h:
13979           removing num-buffers property before moving it
13980
13981 2005-07-10  Thomas Vander Stichele  <thomas at apestaart dot org>
13982
13983         * configure.ac:
13984           use overridable ERROR_CFLAGS
13985         * docs/libs/gst-plugins-base-libs.types:
13986         * docs/libs/tmpl/gstringbuffer.sgml:
13987         * ext/alsa/gstalsasink.c: (gst_alsasink_get_type),
13988         (gst_alsasink_class_init):
13989         * ext/alsa/gstalsasrc.c: (gst_alsasrc_get_type),
13990         (gst_alsasrc_class_init):
13991         * gst-libs/gst/audio/audio.h:
13992         * gst-libs/gst/audio/gstaudioclock.h:
13993         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audio_filter_get_type),
13994         (gst_audio_filter_base_init), (gst_audio_filter_class_init),
13995         (gst_audio_filter_link), (gst_audio_filter_init),
13996         (gst_audio_filter_chain), (gst_audio_filter_set_property),
13997         (gst_audio_filter_get_property),
13998         (gst_audio_filter_class_add_pad_templates):
13999         * gst-libs/gst/audio/gstaudiofilter.h:
14000         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
14001         (gst_audio_filter_template_get_type),
14002         (gst_audio_filter_template_base_init),
14003         (gst_audio_filter_template_class_init),
14004         (gst_audio_filter_template_init),
14005         (gst_audio_filter_template_set_property),
14006         (gst_audio_filter_template_get_property), (plugin_init),
14007         (gst_audio_filter_template_setup),
14008         (gst_audio_filter_template_filter),
14009         (gst_audio_filter_template_filter_inplace):
14010         * gst-libs/gst/audio/gstaudiosink.c:
14011         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
14012         (audioringbuffer_thread_func), (gst_audioringbuffer_acquire),
14013         (gst_audioringbuffer_release), (gst_audioringbuffer_start),
14014         (gst_audioringbuffer_stop), (gst_audioringbuffer_delay),
14015         (gst_audio_sink_base_init), (gst_audio_sink_class_init),
14016         (gst_audio_sink_init), (gst_audio_sink_create_ringbuffer):
14017         * gst-libs/gst/audio/gstaudiosink.h:
14018         * gst-libs/gst/audio/gstaudiosrc.c: (gst_audioringbuffer_get_type),
14019         (gst_audioringbuffer_class_init), (audioringbuffer_thread_func),
14020         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
14021         (gst_audioringbuffer_start), (gst_audioringbuffer_stop),
14022         (gst_audioringbuffer_delay), (gst_audio_src_base_init),
14023         (gst_audio_src_class_init), (gst_audio_src_init),
14024         (gst_audio_src_create_ringbuffer):
14025         * gst-libs/gst/audio/gstaudiosrc.h:
14026         * gst-libs/gst/audio/gstbaseaudiosink.c:
14027         (gst_base_audio_sink_base_init), (gst_base_audio_sink_class_init),
14028         (gst_base_audio_sink_init), (gst_base_audio_sink_dispose),
14029         (gst_base_audio_sink_get_clock), (gst_base_audio_sink_get_time),
14030         (gst_base_audio_sink_set_property),
14031         (gst_base_audio_sink_get_property), (gst_base_audio_sink_setcaps),
14032         (gst_base_audio_sink_get_times), (gst_base_audio_sink_event),
14033         (gst_base_audio_sink_preroll), (gst_base_audio_sink_render),
14034         (gst_base_audio_sink_create_ringbuffer),
14035         (gst_base_audio_sink_callback), (gst_base_audio_sink_change_state):
14036         * gst-libs/gst/audio/gstbaseaudiosink.h:
14037         * gst-libs/gst/audio/gstbaseaudiosrc.c:
14038         (gst_base_audio_src_base_init), (gst_base_audio_src_class_init),
14039         (gst_base_audio_src_init), (gst_base_audio_src_get_clock),
14040         (gst_base_audio_src_get_time), (gst_base_audio_src_set_property),
14041         (gst_base_audio_src_get_property), (gst_base_audio_src_fixate),
14042         (gst_base_audio_src_setcaps), (gst_base_audio_src_get_times),
14043         (gst_base_audio_src_event), (gst_base_audio_src_create),
14044         (gst_base_audio_src_create_ringbuffer),
14045         (gst_base_audio_src_callback), (gst_base_audio_src_change_state):
14046         * gst-libs/gst/audio/gstbaseaudiosrc.h:
14047         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_get_type),
14048         (gst_ring_buffer_class_init), (gst_ring_buffer_init),
14049         (gst_ring_buffer_dispose), (gst_ring_buffer_finalize),
14050         (gst_ring_buffer_debug_spec_caps),
14051         (gst_ring_buffer_debug_spec_buff), (gst_ring_buffer_parse_caps),
14052         (gst_ring_buffer_set_callback), (gst_ring_buffer_acquire),
14053         (gst_ring_buffer_release), (gst_ring_buffer_is_acquired),
14054         (gst_ring_buffer_start), (gst_ring_buffer_pause),
14055         (gst_ring_buffer_stop), (gst_ring_buffer_delay),
14056         (gst_ring_buffer_samples_done), (gst_ring_buffer_set_sample),
14057         (wait_segment), (gst_ring_buffer_commit), (gst_ring_buffer_read),
14058         (gst_ring_buffer_prepare_read), (gst_ring_buffer_advance),
14059         (gst_ring_buffer_clear):
14060         * gst-libs/gst/audio/gstringbuffer.h:
14061         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init),
14062         (gst_video_sink_class_init), (gst_video_sink_get_type):
14063         * gst-libs/gst/video/videosink.h:
14064         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_get_type),
14065         (gst_multifdsink_class_init),
14066         (gst_multifdsink_handle_client_write),
14067         (gst_multifdsink_change_state):
14068         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_class_init),
14069         (gst_tcpclientsink_setcaps):
14070         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
14071         (gst_ximagesink_getcaps), (gst_ximagesink_setcaps),
14072         (gst_ximagesink_change_state), (gst_ximagesink_show_frame),
14073         (gst_ximagesink_buffer_free), (gst_ximagesink_buffer_alloc),
14074         (gst_ximagesink_send_pending_navigation),
14075         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_get_desired_size),
14076         (gst_ximagesink_class_init), (gst_ximagesink_get_type):
14077         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_getcaps),
14078         (gst_xvimagesink_setcaps), (gst_xvimagesink_change_state),
14079         (gst_xvimagesink_show_frame), (gst_xvimagesink_buffer_alloc),
14080         (gst_xvimagesink_send_pending_navigation),
14081         (gst_xvimagesink_navigation_send_event),
14082         (gst_xvimagesink_set_xwindow_id),
14083         (gst_xvimagesink_get_desired_size), (gst_xvimagesink_class_init),
14084         (gst_xvimagesink_get_type):
14085         more macro splitting
14086
14087 2005-07-08  Thomas Vander Stichele  <thomas at apestaart dot org>
14088
14089         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose):
14090           plug a memleak, allows me to import 1479 albums in one go
14091           in jamboree
14092         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
14093         (vorbis_handle_type_packet), (vorbis_dec_chain),
14094         (vorbis_dec_change_state):
14095           fix some format strings
14096
14097 2005-07-08  Thomas Vander Stichele  <thomas at apestaart dot org>
14098
14099         * docs/libs/tmpl/gstcolorbalance.sgml:
14100         * docs/libs/tmpl/gstmixer.sgml:
14101         * ext/alsa/gstalsasink.c: (gst_alsasink_class_init),
14102         (gst_alsasink_set_property), (gst_alsasink_get_property):
14103         * ext/alsa/gstalsasrc.c: (gst_alsasrc_class_init),
14104         (gst_alsasrc_set_property), (gst_alsasrc_get_property):
14105           add device property
14106
14107 2005-07-08  Thomas Vander Stichele  <thomas at apestaart dot org>
14108
14109         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
14110         * ext/gnomevfs/gstgnomevfssrc.c: (audiocast_init),
14111         (audiocast_register_listener), (audiocast_thread_run),
14112         (gst_gnomevfssrc_send_additional_headers_callback),
14113         (gst_gnomevfssrc_received_headers_callback),
14114         (gst_gnomevfssrc_push_callbacks), (gst_gnomevfssrc_pop_callbacks),
14115         (gst_gnomevfssrc_get_icy_metadata), (gst_gnomevfssrc_create),
14116         (gst_gnomevfssrc_get_size):
14117           add/clean up debugging
14118         * gst/audiorate/gstaudiorate.c: (gst_audiorate_init):
14119           cleanups
14120
14121 2005-07-07  Andy Wingo  <wingo@pobox.com>
14122
14123         * sys/v4l/gstv4lsrc.c (gst_v4lsrc_fixate): Also fixate the
14124         framerate. Need to get a handle on when exactly this function is
14125         called, tho.
14126
14127         * sys/v4l/v4lsrc_calls.h:
14128         * sys/v4l/v4lsrc_calls.c: Remove sync-related stuff.
14129         (gst_v4lsrc_get_fps_list): Moved here from gstv4lsrc.c.
14130         (gst_v4lsrc_buffer_new): Totally derive from GstBuffer.
14131
14132         * sys/v4l/v4l_calls.h: Cast to V4lElement.
14133         * sys/v4l/v4l_calls.c: Header loc fixen, don't load mjpeg, all
14134         v4lelements are sources.
14135
14136         * sys/v4l/gstv4lxoverlay.h:
14137         * sys/v4l/gstv4lxoverlay.c:
14138         * sys/v4l/gstv4ltuner.h:
14139         * sys/v4l/gstv4ltuner.c: Header loc fixen.
14140         
14141         * sys/v4l/gstv4lsrc.h:
14142         * sys/v4l/gstv4lsrc.c: Crucial GPL update. Clean up a bit, port to
14143         PushSrc/BaseSrc. Removed most sync-related properties, videorate
14144         or something should handle that. Made a live source.
14145
14146         * sys/v4l/gstv4lelement.h:
14147         * sys/v4l/gstv4lelement.c: Derive from GstPushSrc. No more
14148         signals. Some cleanups.
14149
14150         * sys/v4l/gstv4lcolorbalance.h: Interface header update.
14151
14152         * sys/v4l/gstv4l.c: Don't register v4lelement, or the jpeg/mjpeg
14153         stuff.
14154
14155         * sys/v4l/Makefile.am: Build everything except the jpeg/mjpeg
14156         stuff.
14157
14158         * sys/Makefile.am (SUBDIRS): Hit the V4L crack pipe.
14159
14160 2005-07-07  Wim Taymans  <wim@fluendo.com>
14161
14162         * ext/theora/theoradec.c: (theora_get_query_types),
14163         (theora_dec_src_getcaps), (theora_dec_push):
14164         * ext/vorbis/vorbisdec.c: (vorbis_get_query_types):
14165         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_get_query_types):
14166         Remove deprecated/unused query types.
14167
14168 2005-07-06  Wim Taymans  <wim@fluendo.com>
14169
14170         * ext/alsa/Makefile.am:
14171         * ext/alsa/gstalsaplugin.c: (plugin_init):
14172         * ext/alsa/gstalsasink.c: (gst_alsasink_open):
14173         * ext/alsa/gstalsasrc.c: (gst_alsasrc_get_type),
14174         (gst_alsasrc_dispose), (gst_alsasrc_base_init),
14175         (gst_alsasrc_class_init), (gst_alsasrc_init),
14176         (gst_alsasrc_getcaps), (set_hwparams), (set_swparams),
14177         (alsasrc_parse_spec), (gst_alsasrc_open), (gst_alsasrc_close),
14178         (xrun_recovery), (gst_alsasrc_read), (gst_alsasrc_delay),
14179         (gst_alsasrc_reset):
14180         * ext/alsa/gstalsasrc.h:
14181         * gst-libs/gst/audio/Makefile.am:
14182         * gst-libs/gst/audio/gstaudiosink.c:
14183         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
14184         (gst_audioringbuffer_start):
14185         * gst-libs/gst/audio/gstaudiosrc.c: (gst_audioringbuffer_get_type),
14186         (gst_audioringbuffer_class_init), (audioringbuffer_thread_func),
14187         (gst_audioringbuffer_init), (gst_audioringbuffer_dispose),
14188         (gst_audioringbuffer_finalize), (gst_audioringbuffer_acquire),
14189         (gst_audioringbuffer_release), (gst_audioringbuffer_start),
14190         (gst_audioringbuffer_stop), (gst_audioringbuffer_delay),
14191         (gst_audiosrc_base_init), (gst_audiosrc_class_init),
14192         (gst_audiosrc_init), (gst_audiosrc_create_ringbuffer):
14193         * gst-libs/gst/audio/gstaudiosrc.h:
14194         * gst-libs/gst/audio/gstbaseaudiosink.c:
14195         (gst_baseaudiosink_class_init), (gst_baseaudiosink_dispose),
14196         (gst_baseaudiosink_get_time), (gst_baseaudiosink_setcaps),
14197         (gst_baseaudiosink_preroll), (gst_baseaudiosink_render):
14198         * gst-libs/gst/audio/gstbaseaudiosrc.c:
14199         (gst_baseaudiosrc_base_init), (gst_baseaudiosrc_class_init),
14200         (gst_baseaudiosrc_init), (gst_baseaudiosrc_get_clock),
14201         (gst_baseaudiosrc_get_time), (gst_baseaudiosrc_set_property),
14202         (gst_baseaudiosrc_get_property), (gst_baseaudiosrc_fixate),
14203         (gst_baseaudiosrc_setcaps), (gst_baseaudiosrc_get_times),
14204         (gst_baseaudiosrc_event), (gst_baseaudiosrc_create),
14205         (gst_baseaudiosrc_create_ringbuffer), (gst_baseaudiosrc_callback),
14206         (gst_baseaudiosrc_change_state):
14207         * gst-libs/gst/audio/gstbaseaudiosrc.h:
14208         * gst-libs/gst/audio/gstringbuffer.c: (build_linear_format),
14209         (gst_ringbuffer_debug_spec_caps), (gst_ringbuffer_debug_spec_buff),
14210         (gst_ringbuffer_parse_caps), (gst_ringbuffer_start),
14211         (gst_ringbuffer_pause), (gst_ringbuffer_stop),
14212         (gst_ringbuffer_samples_done), (gst_ringbuffer_set_sample),
14213         (wait_segment), (gst_ringbuffer_commit), (gst_ringbuffer_read),
14214         (gst_ringbuffer_prepare_read), (gst_ringbuffer_advance):
14215         * gst-libs/gst/audio/gstringbuffer.h:
14216         Added audiosource base classes.
14217         Ported alsasrc, still very basic.
14218
14219 2005-07-06  Wim Taymans  <wim@fluendo.com>
14220
14221         * ext/theora/theoradec.c: (theora_dec_src_getcaps),
14222         (theora_dec_push), (theora_handle_data_packet):
14223         Prepare for better timestamp fix later.
14224
14225         * gst/audioconvert/gstaudioconvert.c:
14226         List most accurate caps first
14227
14228         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_loop):
14229         Use proper pad task function.
14230
14231         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
14232         (gst_xvimagesink_show_frame):
14233         Fix deadlock when alloc failed.
14234
14235 2005-07-05  Andy Wingo  <wingo@pobox.com>
14236
14237         * ext/gnomevfs/gstgnomevfssrc.c:
14238         * gst/sine/gstsinesrc.c:
14239         * gst/tcp/gsttcpserversrc.c:
14240         * gst/tcp/gsttcpclientsrc.c: s/BASESRC/BASE_SRC/.
14241
14242         * sys/v4l/: Port from 0.8.
14243
14244         * Many files: Null if we got it....
14245
14246 2005-07-05  Andy Wingo  <wingo@pobox.com>
14247
14248         * gst/tcp/gsttcpserversink.c (gst_tcpserversink_handle_server_read): 
14249         * gst/tcp/gstmultifdsink.c (gst_multifdsink_client_queue_data):
14250         Signedness fixes.
14251
14252 2005-07-05  Wim Taymans  <wim@fluendo.com>
14253
14254         * configure.ac:
14255         * gst/tcp/Makefile.am:
14256         * gst/tcp/README:
14257         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_get_type),
14258         (gst_multifdsink_base_init), (gst_multifdsink_class_init),
14259         (gst_multifdsink_init), (gst_multifdsink_remove_client_link),
14260         (is_sync_frame), (gst_multifdsink_handle_client_write),
14261         (gst_multifdsink_render), (gst_multifdsink_start),
14262         (gst_multifdsink_stop), (gst_multifdsink_change_state):
14263         * gst/tcp/gstmultifdsink.h:
14264         * gst/tcp/gsttcp.c: (gst_tcp_host_to_ip),
14265         (gst_tcp_gdp_read_buffer), (gst_tcp_gdp_read_caps),
14266         (gst_tcp_gdp_write_buffer), (gst_tcp_gdp_write_caps):
14267         * gst/tcp/gsttcp.h:
14268         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_class_init),
14269         (gst_tcpclientsink_init), (gst_tcpclientsink_setcaps),
14270         (gst_tcpclientsink_render), (gst_tcpclientsink_start),
14271         (gst_tcpclientsink_stop), (gst_tcpclientsink_change_state):
14272         * gst/tcp/gsttcpclientsink.h:
14273         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get_type),
14274         (gst_tcpclientsrc_base_init), (gst_tcpclientsrc_class_init),
14275         (gst_tcpclientsrc_init), (gst_tcpclientsrc_getcaps),
14276         (gst_tcpclientsrc_create), (gst_tcpclientsrc_start),
14277         (gst_tcpclientsrc_stop), (gst_tcpclientsrc_unlock):
14278         * gst/tcp/gsttcpclientsrc.h:
14279         * gst/tcp/gsttcpplugin.c: (plugin_init):
14280         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init):
14281         * gst/tcp/gsttcpserversink.h:
14282         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_get_type),
14283         (gst_tcpserversrc_base_init), (gst_tcpserversrc_class_init),
14284         (gst_tcpserversrc_init), (gst_tcpserversrc_finalize),
14285         (gst_tcpserversrc_create), (gst_tcpserversrc_start),
14286         (gst_tcpserversrc_stop):
14287         * gst/tcp/gsttcpserversrc.h:
14288         * gst/tcp/gsttcpsink.c:
14289         * gst/tcp/gsttcpsink.h:
14290         * gst/tcp/gsttcpsrc.c:
14291         * gst/tcp/gsttcpsrc.h:
14292         Ported tcp plugins to 0.9. 
14293         
14294
14295 2005-07-05  Andy Wingo  <wingo@pobox.com>
14296
14297         * gst/playback/gstplaybasebin.c (fill_buffer):
14298         message_new_application fixen.
14299
14300         * gst/videoscale/gstvideoscale.c (gst_videoscale_transform_caps):
14301         Style fix.
14302
14303 2005-07-04  Wim Taymans  <wim@fluendo.com>
14304
14305         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_chain):
14306         Set caps on output buffer.
14307
14308 2005-07-04  Andy Wingo  <wingo@pobox.com>
14309
14310         * ext/gnomevfs/gstgnomevfssrc.c
14311         (gst_gnomevfssrc_received_headers_callback) 
14312         (audiocast_thread_kill, audiocast_thread_run): FORTIFY fixen,
14313         hopefully.
14314
14315         * gst/audioconvert/gstaudioconvert.c (gst_audio_convert_fixate):
14316         No refcount leakage.
14317
14318         * configure.ac: Enable -Werror.
14319         
14320         * ext/theora/theoradec.c (theora_dec_src_getcaps):
14321         * gst/audioconvert/bufferframesconvert.c
14322         (buffer_frames_convert_fixate):
14323         * gst/audioconvert/gstaudioconvert.c (_fixate_caps_to_int)
14324         (gst_audio_convert_fixate):
14325         * gst/sine/gstsinesrc.c (gst_sinesrc_src_fixate)
14326         (gst_sinesrc_create): Fixate func changes.
14327         
14328         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
14329         (gst_ximagesink_buffer_alloc): Unused var.
14330
14331 2005-07-01  Andy Wingo  <wingo@pobox.com>
14332
14333         * ext/theora/theoradec.c (theora_dec_src_getcaps): Implement a
14334         getcaps to do explicit caps. Needs to be done in all decoders,
14335         possibly via a base class.
14336
14337         * configure.ac (GST_PLUGIN_LDFLAGS): Add videoscale.
14338
14339         * ext/ogg/gstoggdemux.c (gst_ogg_pad_typefind): No need to set
14340         caps on the sink pad, just rely on the pad template. Also, setting
14341         ANY caps on a pad is not valid because the caps are not fixed.
14342
14343         * sys/ximage/ximagesink.c (gst_ximagesink_buffer_alloc): Set the
14344         caps on the buffer, and get the width from the desired_caps if
14345         they're set.
14346         (gst_ximagesink_renegotiate_size): Implement via setting the
14347         desired_caps on the ximagesink.
14348         (gst_ximagesink_setcaps): Only reset the width of the player if it
14349         wasn't already set. Not sure if this is right.
14350         (gst_ximagesink_show_frame): Memcpy only for normal buffers.
14351
14352         * sys/ximage/ximagesink.h (desired_caps): New field, is the caps
14353         that the user wants. NULL unless the window has been resized.
14354
14355         * gst/volume/gstvolume.c (volume_transform): Adapt to
14356         basetransform refcount changes.
14357         
14358 2005-07-01  Andy Wingo  <wingo@pobox.com>
14359
14360         * gst/videoscale/gstvideoscale.c:
14361         * gst/videoscale/gstvideoscale.h: Clean up, port to 0.9. Derives
14362         from BaseTransform, implements a transform_caps. Removed dead code
14363         including some PAR stuff that was never reached -- should probably
14364         be added back somehow.
14365
14366 2005-07-01  Andy Wingo  <wingo@pobox.com>
14367
14368         * gst/videoscale: Merge David's work from 0.8 branch. Changes to
14369         come later.
14370
14371 2005-06-30  Thomas Vander Stichele  <thomas at apestaart dot org>
14372
14373         * configure.ac:
14374         * docs/libs/Makefile.am:
14375         * docs/libs/gst-plugins-libs.types:
14376         * ext/alsa/Makefile.am:
14377         * ext/alsa/gstalsamixer.h:
14378         * ext/alsa/gstalsamixeroptions.h:
14379         * ext/alsa/gstalsamixertrack.h:
14380         * gst-libs/gst/Makefile.am:
14381         * gst-libs/gst/colorbalance/.cvsignore:
14382         * gst-libs/gst/colorbalance/Makefile.am:
14383         * gst-libs/gst/colorbalance/colorbalance-marshal.list:
14384         * gst-libs/gst/colorbalance/colorbalance.c:
14385         * gst-libs/gst/colorbalance/colorbalance.h:
14386         * gst-libs/gst/colorbalance/colorbalance.vcproj:
14387         * gst-libs/gst/colorbalance/colorbalancechannel.c:
14388         * gst-libs/gst/colorbalance/colorbalancechannel.h:
14389         * gst-libs/gst/interfaces/Makefile.am:
14390         * gst-libs/gst/interfaces/colorbalance.c:
14391         (gst_color_balance_class_init):
14392         * gst-libs/gst/interfaces/colorbalance.h:
14393         * gst-libs/gst/interfaces/interfaces-marshal.list:
14394         * gst-libs/gst/interfaces/mixer.c: (gst_mixer_class_init):
14395         * gst-libs/gst/interfaces/mixer.h:
14396         * gst-libs/gst/interfaces/mixeroptions.h:
14397         * gst-libs/gst/interfaces/navigation.c:
14398         * gst-libs/gst/interfaces/tuner.c: (gst_tuner_class_init):
14399         * gst-libs/gst/interfaces/tuner.h:
14400         * gst/volume/Makefile.am:
14401         * gst/volume/gstvolume.c:
14402         * pkgconfig/gstreamer-interfaces-uninstalled.pc.in:
14403         * sys/ximage/Makefile.am:
14404         * sys/ximage/ximagesink.c:
14405         * sys/xvimage/Makefile.am:
14406         * sys/xvimage/xvimagesink.c:
14407           fold in all interfaces into an interfaces dir, preserving CVS
14408           history
14409
14410 2005-06-30  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14411
14412         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
14413           Fix build after riff changes.
14414
14415 2005-06-30  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14416
14417         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
14418         (gst_riff_create_audio_caps), (gst_riff_create_iavs_caps),
14419         (gst_riff_create_video_template_caps),
14420         (gst_riff_create_audio_template_caps),
14421         (gst_riff_create_iavs_template_caps):
14422         * gst-libs/gst/riff/riff-media.h:
14423         * gst-libs/gst/riff/riff-read.h:
14424         * gst-libs/gst/riff/riff.c: (gst_riff_init):
14425           Add gst_riff_init() to initialize the debug category, instead
14426           of plugin_init(). Port riff-media.[ch] from -THREADED to HEAD.
14427
14428 2005-06-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14429
14430         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init):
14431           Oops, I shouldn't apply hacks.
14432
14433 2005-06-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14434
14435         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_init):
14436           Remove pad_loop function which doesn't work.
14437
14438 2005-06-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14439
14440         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_deactivate_current_chain):
14441           Send EOS when deactivating.
14442         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
14443         (check_queue), (queue_threshold_reached), (queue_out_of_data),
14444         (gen_preroll_element), (probe_triggered), (mute_stream),
14445         (silence_stream), (new_decoded_pad), (setup_substreams),
14446         (set_active_source):
14447         * gst/playback/gstplaybin.c: (gst_play_bin_get_property),
14448         (remove_sinks), (add_sink):
14449         * gst/playback/gststreaminfo.c: (cb_probe), (gst_stream_info_new):
14450           Change for new probe API.
14451
14452 2005-06-29  Wim Taymans  <wim@fluendo.com>
14453
14454         * gst-libs/gst/audio/gstaudiosink.c: (gst_audioringbuffer_init):
14455         * gst-libs/gst/audio/gstbaseaudiosink.c:
14456         (gst_baseaudiosink_class_init), (gst_baseaudiosink_dispose),
14457         (gst_baseaudiosink_change_state):
14458         * gst-libs/gst/audio/gstbaseaudiosink.h:
14459         * gst-libs/gst/audio/gstringbuffer.c:
14460         (gst_ringbuffer_set_callback):
14461         Fix compilation error.
14462         Ringbuffer starts out as not running.
14463         Free our clock in dispose.
14464         When releasing the ringbuffer we need to renegotiate so
14465         clear the pad caps.
14466
14467 2005-06-29  Thomas Vander Stichele  <thomas at apestaart dot org>
14468
14469         * autogen.sh:
14470         * configure.ac:
14471         * docs/Makefile.am:
14472         * docs/libs/Makefile.am:
14473         * docs/libs/gst-plugins-libs-docs.sgml:
14474         * docs/libs/gst-plugins-libs-sections.txt:
14475         * docs/libs/gst-plugins-libs.types:
14476         * docs/libs/tmpl/gstaudio.sgml:
14477         * docs/libs/tmpl/gstcolorbalance.sgml:
14478         * docs/libs/tmpl/gstringbuffer.sgml:
14479         * gst-libs/gst/audio/gstringbuffer.c:
14480         (gst_ringbuffer_set_callback):
14481           reinstate gtk-doc docs for plugin libs
14482
14483 2005-06-28  Wim Taymans  <wim@fluendo.com>
14484
14485         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
14486         (gst_ogg_demux_init):
14487         Removed pad loop function.
14488
14489 2005-06-28  Wim Taymans  <wim@fluendo.com>
14490
14491         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet):
14492         If we're building a chain we are not in an error case
14493         when we queue a buffer.
14494
14495 2005-06-28  Andy Wingo  <wingo@pobox.com>
14496
14497         * *.c: Don't cast to GstObject before reffing/unreffing.
14498
14499 2005-06-27  Andy Wingo  <wingo@pobox.com>
14500
14501         * gst/videotestsrc/gstvideotestsrc.c
14502         (gst_videotestsrc_activate_push): Activation API changes.
14503
14504         * gst/playback/gstdecodebin.c (gst_decode_bin_change_state) 
14505         (gst_decode_bin_dispose): Free dynamics in READY->NULL, because
14506         they have refs on the decodebin.
14507
14508         * ext/ogg/gstoggdemux.c (gst_ogg_pad_class_init): Ref the right
14509         parent class.
14510         (gst_ogg_pad_typefind): Don't leak a pad ref.
14511         (gst_ogg_chain_new_stream): gst_object_unref, not g_object_unref.
14512         (gst_ogg_demux_sink_activate, gst_ogg_demux_sink_activate_push) 
14513         (gst_ogg_demux_sink_activate_pull): Changes for activation API.
14514
14515 2005-06-27  Edward Hervey  <edward@fluendo.com>
14516
14517         * ext/theora/theoradec.c: (theora_dec_change_state): 
14518         re-arranged call to parent's state change in order to avoid locks (or
14519         worse).
14520
14521 2005-06-26  Edward Hervey  <edward@fluendo.com>
14522
14523         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init):
14524         2nd argument of 'unknow-type' signal is a GstCaps and not a
14525         GstMiniObject
14526
14527 2005-06-25  Jan Schmidt  <thaytan@mad.scientist.com>
14528         * gst-libs/gst/audio/gstaudiosink.c: (gst_audioringbuffer_acquire):
14529           Set the worker thread's running flag to TRUE before starting the
14530           thread.
14531         * gst/playback/gstdecodebin.c: (gst_decode_bin_init):
14532           Catch a failure to add typefind to the bin.
14533
14534 2005-06-24  Thomas Vander Stichele  <thomas at apestaart dot org>
14535
14536         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
14537         (gst_sinesrc_init), (gst_sinesrc_create),
14538         (gst_sinesrc_set_property), (gst_sinesrc_get_property),
14539         (gst_sinesrc_start):
14540         * gst/sine/gstsinesrc.h:
14541           add num-buffers and timestamp-offset properties
14542         * gst/videotestsrc/gstvideotestsrc.c:
14543         (gst_videotestsrc_class_init), (gst_videotestsrc_set_property),
14544         (gst_videotestsrc_get_property):
14545           add timestamp-offset property
14546
14547 2005-06-23  Christian Schaller  <uraeus@gnome.org>
14548
14549         * configure.ac: add videorate
14550         * gst-plugins-base.spec.in: add videorate
14551
14552 2005-06-23  Wim Taymans  <wim@fluendo.com>
14553
14554         * gst/videorate/gstvideorate.c: (gst_videorate_transformcaps),
14555         (gst_videorate_getcaps), (gst_videorate_setcaps),
14556         (gst_videorate_event), (gst_videorate_chain):
14557         Fixed videorate, fixating an already fixated caps is not
14558         an error.
14559
14560 2005-06-23  Wim Taymans  <wim@fluendo.com>
14561
14562         * ext/ogg/README:
14563         * ext/ogg/gstoggmux.c: (gst_ogg_mux_set_header_on_caps):
14564         Buffer on caps is not boxed anymore.
14565
14566 2005-06-22  Wim Taymans  <wim@fluendo.com>
14567
14568         * ext/theora/theoraenc.c: (theora_set_header_on_caps):
14569         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_set_header_on_caps):
14570         Set buffers on caps as miniobjects and not as boxed.
14571
14572 2005-06-19  Thomas Vander Stichele  <thomas at apestaart dot org>
14573
14574         * configure.ac:
14575           back to HEAD
14576
14577 === release 0.9.1 ===
14578
14579 2005-06-19  Thomas Vander Stichele  <thomas at apestaart dot org>
14580
14581         * .cvsignore:
14582         * NEWS:
14583         * README:
14584         * RELEASE:
14585         * configure.ac:
14586         * po/af.po:
14587         * po/az.po:
14588         * po/cs.po:
14589         * po/en_GB.po:
14590         * po/hu.po:
14591         * po/it.po:
14592         * po/nb.po:
14593         * po/nl.po:
14594         * po/or.po:
14595         * po/sq.po:
14596         * po/sr.po:
14597         * po/sv.po:
14598         * po/uk.po:
14599         * po/vi.po:
14600           updates for release
14601
14602 2005-06-09  Andy Wingo  <wingo@pobox.com>
14603
14604         * gst-libs/gst/net/Makefile.am (lib_LTLIBRARIES): Install gstnet.
14605         
14606 2005-06-09  Andy Wingo  <wingo@pobox.com>
14607
14608         * configure.ac:
14609         * gst-libs/gst/Makefile.am:
14610         * gst-libs/gst/net/Makefile.am:
14611         Add gstnet to build.
14612
14613 2005-06-09  Andy Wingo  <wingo@pobox.com>
14614
14615         * gst-libs/gst/gconf/gconf.c:
14616         * gst/playback/test.c:
14617         * gst/playback/gstplaybin.c (gen_video_element): Ghost pad API
14618         fixes.
14619
14620         * gst/audioconvert/gstaudioconvert.c: RPAD fixes.
14621
14622         * ext/theora/theoraenc.c (theora_enc_chain): 
14623         * ext/theora/theoradec.c (theora_handle_data_packet): GCC4 fixes.
14624
14625         * ext/ogg/gstoggdemux.c (GstOggPad): Derive from GstPad, not
14626         RealPad.
14627
14628 2005-06-02  Wim Taymans  <wim@fluendo.com>
14629
14630         * gst-libs/gst/net/Makefile.am:
14631         * pkgconfig/gstreamer-libs-uninstalled.pc.in:
14632         * pkgconfig/gstreamer-libs.pc.in:
14633         Added net stuff, version net lib.
14634
14635 2005-06-02  Wim Taymans  <wim@fluendo.com>
14636
14637         * examples/seeking/seek.c: (make_vorbis_theora_pipeline),
14638         (query_rates), (query_positions_elems), (query_positions_pads),
14639         (do_seek):
14640         Updated seek example.
14641
14642 2005-06-02  Andy Wingo  <wingo@pobox.com>
14643
14644         * pkgconfig/gstreamer-libs-uninstalled.pc.in (prefix):
14645         * pkgconfig/gstreamer-libs.pc.in (prefix): Add gst/tag to the -L
14646         list.
14647
14648         * gst/playback/gstdecodebin.c (gst_decode_bin_dispose): Don't
14649         remove the typefind, the bin dispose will do it for us. When it's
14650         removed and unreffed, the signal handler will be disconnected,
14651         too.
14652         (unlinked): It's too difficult to disconnect from unlinked
14653         handlers, as they are on pads not elements. Just punt if the pads
14654         aren't grandkids of the bin.
14655
14656 2005-06-02  Wim Taymans  <wim@fluendo.com>
14657
14658         * ext/ogg/README:
14659         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
14660         (gst_ogg_demux_activate_chain), (gst_ogg_demux_clear_chains):
14661         * ext/ogg/gstoggmux.c: (gst_ogg_mux_buffer_from_page):
14662         * ext/theora/theoradec.c: (theora_dec_src_query),
14663         (theora_handle_data_packet):
14664         * ext/theora/theoraenc.c: (theora_buffer_from_packet),
14665         (theora_enc_chain):
14666         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
14667         (vorbis_handle_data_packet):
14668         * gst/audioconvert/bufferframesconvert.c:
14669         (buffer_frames_convert_chain):
14670         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
14671         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
14672         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_bufferalloc),
14673         (gst_ffmpegcsp_chain):
14674         * gst/videorate/gstvideorate.c: (gst_videorate_transformcaps),
14675         (gst_videorate_getcaps), (gst_videorate_setcaps),
14676         (gst_videorate_event), (gst_videorate_chain):
14677         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_activate),
14678         (gst_videotestsrc_src_query), (gst_videotestsrc_loop):
14679         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
14680         (gst_ximagesink_setcaps), (gst_ximagesink_buffer_alloc):
14681         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
14682         (gst_xvimage_buffer_finalize), (gst_xvimage_buffer_free),
14683         (gst_xvimage_buffer_class_init), (gst_xvimage_buffer_get_type),
14684         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_put),
14685         (gst_xvimagesink_show_frame), (gst_xvimagesink_buffer_alloc):
14686         Cleanups and buffer alloc.
14687
14688 2005-05-31  Wim Taymans  <wim@fluendo.com>
14689
14690         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_delay):
14691         Don't try to call the delay method when the device is not
14692         opened.
14693
14694 2005-05-31  Wim Taymans  <wim@fluendo.com>
14695
14696         * ext/alsa/gstalsasink.c: (set_hwparams), (gst_alsasink_open):
14697         Get actual segment size and buffer size after opening
14698         the device.
14699
14700 2005-05-30  Wim Taymans  <wim@fluendo.com>
14701
14702         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_activate_chain),
14703         (gst_ogg_demux_perform_seek), (gst_ogg_demux_clear_chains):
14704         Also FLUSH upstream, makes the loop function exit faster.
14705         
14706         * ext/theora/theoradec.c: (theora_dec_src_query):
14707         Some more debug info in the query.
14708         
14709         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
14710         (gst_ximagesink_setcaps):
14711         Release lock on par error, better error reporting.
14712
14713 2005-05-26  Wim Taymans  <wim@fluendo.com>
14714
14715         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
14716         (gst_ogg_demux_activate_chain), (gst_ogg_demux_chain),
14717         (gst_ogg_demux_clear_chains), (gst_ogg_demux_change_state):
14718         Clear chains in READY
14719         Queue packets until the chain is activated.
14720
14721 2005-05-25  Wim Taymans  <wim@fluendo.com>
14722
14723         * gst-libs/gst/audio/gstaudiosink.c:
14724         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
14725         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
14726         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
14727         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
14728         (gst_audioringbuffer_delay), (gst_audiosink_class_init),
14729         (gst_audiosink_create_ringbuffer):
14730         * gst-libs/gst/audio/gstbaseaudiosink.c:
14731         (gst_baseaudiosink_class_init), (gst_baseaudiosink_init),
14732         (gst_baseaudiosink_get_clock), (gst_baseaudiosink_get_time),
14733         (gst_baseaudiosink_set_property), (build_linear_format),
14734         (debug_spec_caps), (debug_spec_buffer),
14735         (gst_baseaudiosink_setcaps), (gst_baseaudiosink_get_times),
14736         (gst_baseaudiosink_event), (gst_baseaudiosink_preroll),
14737         (gst_baseaudiosink_render), (gst_baseaudiosink_create_ringbuffer),
14738         (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
14739         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
14740         (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
14741         (gst_ringbuffer_release), (gst_ringbuffer_is_acquired),
14742         (gst_ringbuffer_play), (gst_ringbuffer_pause),
14743         (gst_ringbuffer_stop), (gst_ringbuffer_delay),
14744         (gst_ringbuffer_played_samples), (gst_ringbuffer_set_sample),
14745         (wait_segment), (gst_ringbuffer_commit),
14746         (gst_ringbuffer_prepare_read), (gst_ringbuffer_advance),
14747         (gst_ringbuffer_clear):
14748         Various small cleanups.
14749
14750         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
14751         (gst_audio_convert_change_state):
14752         * gst/subparse/gstsubparse.c: (gst_subparse_chain):
14753         No need to take the locks anymore.
14754
14755 2005-05-25  Wim Taymans  <wim@fluendo.com>
14756
14757         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
14758         (gst_decode_bin_dispose), (try_to_link_1), (get_our_ghost_pad),
14759         (remove_element_chain), (no_more_pads), (unlinked), (close_link),
14760         (type_found):
14761         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_dispose),
14762         (group_destroy), (group_commit), (queue_overrun),
14763         (gen_preroll_element), (no_more_pads), (preroll_unlinked),
14764         (mute_stream), (new_decoded_pad), (setup_substreams),
14765         (setup_source), (mute_group_type), (set_active_source),
14766         (gst_play_base_bin_change_state):
14767         * gst/playback/gstplaybin.c: (gst_play_bin_dispose),
14768         (gen_video_element), (gen_text_element), (gen_audio_element),
14769         (gen_vis_element), (remove_sinks), (add_sink), (setup_sinks):
14770         * gst/playback/gststreaminfo.c: (gst_stream_info_new),
14771         (gst_stream_info_dispose), (gst_stream_info_set_mute):
14772         * gst/playback/gststreamselector.c: (gst_stream_selector_chain):
14773         Some playbin cleanups mostly refcounting sloppyness.
14774
14775 2005-05-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14776
14777         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet):
14778           Work with streaming input.
14779
14780 2005-05-25  Wim Taymans  <wim@fluendo.com>
14781
14782         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
14783         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
14784         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_bufferalloc),
14785         (gst_ffmpegcsp_chain), (gst_ffmpegcsp_change_state):
14786         No need to take the STREAM lock anymore.
14787
14788 2005-05-25  Wim Taymans  <wim@fluendo.com>
14789
14790         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose),
14791         (gst_ogg_pad_typefind), (gst_ogg_pad_submit_packet),
14792         (gst_ogg_chain_new_stream), (gst_ogg_demux_perform_seek),
14793         (gst_ogg_demux_chain), (gst_ogg_demux_loop),
14794         (gst_ogg_demux_sink_activate):
14795         * ext/theora/theoradec.c: (theora_dec_src_event),
14796         (theora_handle_comment_packet), (theora_dec_chain),
14797         (theora_dec_change_state):
14798         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
14799         (vorbis_handle_data_packet), (vorbis_dec_chain),
14800         (vorbis_dec_change_state):
14801         Remove STREAM locks as they are taken in core now.
14802         Never set bogus granulepos on vorbis/theora.
14803         Fix leaks in theoradec tag parsing.
14804
14805 2005-05-25  Wim Taymans  <wim@fluendo.com>
14806
14807         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_create):
14808         Fix memleaks, GST_BUFFER_DATA() is not freed.
14809
14810 2005-05-25  Wim Taymans  <wim@fluendo.com>
14811
14812         * ext/alsa/gstalsasink.c: (gst_alsasink_open):
14813         Open non-blocking, set to blocking mode afterwards to avoid
14814         lockups when audio device is busy.
14815
14816 2005-05-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14817
14818         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_clear):
14819           This can't be good.
14820
14821 2005-05-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14822
14823         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init),
14824         (gst_audio_convert_chain), (gst_audio_convert_link_src),
14825         (gst_audio_convert_setcaps):
14826           Implement instant setup switching.
14827
14828 2005-05-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14829
14830         * gst/playback/gstplaybasebin.c: (probe_triggered):
14831           Fix missing unlock.
14832         * gst/playback/gstplaybin.c: (add_sink):
14833           First add, then link (otherwise pad link fails).
14834
14835 2005-05-19  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
14836
14837         * examples/Makefile.am:
14838         fix buildbot (make distcheck)
14839
14840 2005-05-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14841
14842         * gst/playback/gstplaybin.c: (gen_vis_element):
14843           Remove some wrong code. Doesn't work yet.
14844
14845 2005-05-19  Wim Taymans  <wim@fluendo.com>
14846
14847         * gst-libs/gst/net/Makefile.am:
14848         * gst-libs/gst/net/README:
14849         * gst-libs/gst/net/gstnetbuffer.c: (gst_netbuffer_get_type),
14850         (gst_netbuffer_class_init), (gst_netbuffer_init),
14851         (gst_netbuffer_finalize), (gst_netbuffer_copy),
14852         (gst_netbuffer_new), (gst_netaddress_set_ip4_address),
14853         (gst_netaddress_set_ip6_address), (gst_netaddress_get_net_type),
14854         (gst_netaddress_get_ip4_address), (gst_netaddress_get_ip6_address):
14855         * gst-libs/gst/net/gstnetbuffer.h:
14856         Added buffer subclass to store extra to/from addresses for
14857         network sources/sinks.
14858
14859 2005-05-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14860
14861         * gst-libs/gst/gconf/gconf.c: (gst_bin_find_unconnected_pad):
14862           Don't lock an unassigned variable.
14863
14864 2005-05-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14865
14866         * gst/playback/gstplaybasebin.c: (gen_preroll_element):
14867           Increase buffer for video, decrease buffer for other media types.
14868         * gst/playback/gstplaybin.c: (gen_video_element),
14869         (gen_audio_element):
14870           Change names for debugging purposes.
14871
14872 2005-05-18  Wim Taymans  <wim@fluendo.com>
14873
14874         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
14875         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
14876         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_bufferalloc),
14877         (gst_ffmpegcsp_chain):
14878         Enable buffer alloc passthrough if the source and dest
14879         formats are the same.
14880
14881 2005-05-17  Wim Taymans  <wim@fluendo.com>
14882
14883         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_internal_chain),
14884         (gst_ogg_demux_submit_buffer), (gst_ogg_demux_get_data),
14885         (gst_ogg_demux_chain_unlocked):
14886         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
14887         (gst_audio_convert_caps_remove_format_info),
14888         (gst_audio_convert_getcaps), (gst_audio_convert_setcaps),
14889         (gst_audio_convert_fixate), (gst_audio_convert_change_state):
14890         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
14891         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
14892         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_init),
14893         (gst_ffmpegcsp_bufferalloc), (gst_ffmpegcsp_chain),
14894         (gst_ffmpegcsp_change_state), (gst_ffmpegcsp_set_property),
14895         (gst_ffmpegcsp_get_property):
14896         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
14897         (gst_xvimage_buffer_finalize), (gst_xvimage_buffer_free),
14898         (gst_xvimage_buffer_class_init), (gst_xvimage_buffer_get_type),
14899         (gst_xvimagesink_check_xshm_calls), (gst_xvimagesink_xvimage_new),
14900         (gst_xvimagesink_xvimage_put), (gst_xvimagesink_imagepool_clear),
14901         (gst_xvimagesink_setcaps), (gst_xvimagesink_change_state),
14902         (gst_xvimagesink_show_frame), (gst_xvimagesink_buffer_free),
14903         (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_set_xwindow_id):
14904         Leak fixes in oggdemux.
14905         Some cleanups in audioconvert.
14906         Make passthrough work along with buffer_alloc etc.
14907         Make buffer_alloc and buffer recycling actually work in
14908         xvimagesink.
14909
14910 2005-05-17  Thomas Vander Stichele  <thomas at apestaart dot org>
14911
14912         * gst/subparse/gstsubparse.c: (parse_subrip), (parse_mpsub):
14913           make the compiler happy
14914
14915 2005-05-17  Wim Taymans  <wim@fluendo.com>
14916
14917         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new):
14918         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_finalize),
14919         (gst_xvimage_buffer_init), (gst_xvimage_buffer_class_init),
14920         (gst_xvimage_buffer_get_type), (gst_xvimagesink_check_xshm_calls),
14921         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_put),
14922         (gst_xvimagesink_imagepool_clear), (gst_xvimagesink_setcaps),
14923         (gst_xvimagesink_change_state), (gst_xvimagesink_show_frame),
14924         (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc),
14925         (gst_xvimagesink_set_xwindow_id):
14926         * sys/xvimage/xvimagesink.h:
14927         Port xvimagesink to new MiniObject.
14928
14929 2005-05-17  Wim Taymans  <wim@fluendo.com>
14930
14931         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link),
14932         (gst_audiofilter_chain):
14933         * gst-libs/gst/audio/gstaudiosink.c:
14934         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
14935         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
14936         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
14937         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
14938         (gst_audioringbuffer_delay), (gst_audiosink_class_init),
14939         (gst_audiosink_create_ringbuffer):
14940         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
14941         (gst_audio_convert_caps_remove_format_info),
14942         (gst_audio_convert_getcaps), (gst_audio_convert_setcaps),
14943         (gst_audio_convert_fixate), (gst_audio_convert_channels):
14944         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
14945         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
14946         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_chain):
14947         Fix passthrough in ffmpegcolorspace.
14948         Fix memset in audiosink on wrong memory.
14949
14950 2005-05-16  David Schleef  <ds@schleef.org>
14951
14952         * gst/playback/gststreaminfo.c: (cb_probe): Port from GstData
14953         to GstMiniObject.
14954
14955 2005-05-16  David Schleef  <ds@schleef.org>
14956
14957         Port from GstData to GstMiniObject.
14958         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose):
14959         * ext/ogg/gstoggmux.c: (gst_ogg_mux_buffer_from_page),
14960         (gst_ogg_mux_queue_pads), (gst_ogg_mux_set_header_on_caps),
14961         (gst_ogg_mux_collected):
14962         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
14963         * ext/theora/theoradec.c: (theora_handle_comment_packet),
14964         (theora_handle_data_packet):
14965         * ext/theora/theoraenc.c: (theora_buffer_from_packet),
14966         (theora_set_header_on_caps), (theora_enc_chain):
14967         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
14968         (vorbis_handle_comment_packet):
14969         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_set_header_on_caps):
14970         * ext/vorbis/vorbisparse.c: (vorbis_parse_set_header_on_caps):
14971         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_chain):
14972         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_chain):
14973         * gst/audioconvert/gstaudioconvert.c:
14974         (gst_audio_convert_get_buffer):
14975         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init):
14976         * gst/playback/gstplaybasebin.c: (check_queue), (probe_triggered),
14977         (mute_stream), (silence_stream):
14978         * gst/playback/gstplaybin.c: (gst_play_bin_class_init):
14979         * gst/volume/gstvolume.c: (volume_transform):
14980         * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
14981         (gst_ximage_buffer_init), (gst_ximage_buffer_class_init),
14982         (gst_ximage_buffer_get_type), (gst_ximagesink_check_xshm_calls),
14983         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy),
14984         (gst_ximagesink_ximage_put), (gst_ximagesink_imagepool_clear),
14985         (gst_ximagesink_show_frame), (gst_ximagesink_buffer_free),
14986         (gst_ximagesink_buffer_alloc):
14987         * sys/ximage/ximagesink.h:
14988
14989 2005-05-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14990
14991         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
14992         (fill_buffer), (check_queue), (queue_threshold_reached),
14993         (queue_out_of_data):
14994         * gst/playback/gstplaybasebin.h:
14995           Post buffer-fullness on the bus.
14996
14997 2005-05-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14998
14999         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
15000         (try_to_link_1):
15001         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
15002         (group_commit), (probe_triggered), (setup_source),
15003         (gst_play_base_bin_change_state):
15004         * gst/playback/gstplaybasebin.h:
15005         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
15006         (gst_play_bin_init), (remove_sinks), (setup_sinks),
15007         (gst_play_bin_change_state):
15008           Move setup_output_pads into a virtual function, remove
15009           group-switch (no longer needed) and redirect (handled by bus
15010           now) signals.
15011
15012 2005-05-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15013
15014         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
15015         (gst_play_base_bin_class_init), (gst_play_base_bin_finalize),
15016         (get_active_group), (get_building_group), (group_destroy),
15017         (group_commit), (check_queue), (queue_overrun),
15018         (queue_threshold_reached), (queue_out_of_data),
15019         (gen_preroll_element), (remove_groups), (unknown_type),
15020         (add_element_stream), (no_more_pads), (probe_triggered),
15021         (preroll_unlinked), (new_decoded_pad), (setup_subtitle),
15022         (setup_substreams), (setup_source), (finish_source),
15023         (prepare_output), (muted_group_change_state),
15024         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property),
15025         (gst_play_base_bin_change_state):
15026         * gst/playback/gstplaybasebin.h:
15027         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
15028         (gst_play_bin_init), (gst_play_bin_set_property),
15029         (gen_video_element), (gen_text_element), (gen_audio_element),
15030         (gen_vis_element), (remove_sinks), (add_sink), (setup_sinks),
15031         (gst_play_bin_change_state):
15032         * gst/playback/gststreaminfo.c: (gst_stream_info_class_init),
15033         (cb_probe), (gst_stream_info_new), (gst_stream_info_dispose),
15034         (stream_info_change_state), (gst_stream_info_set_mute),
15035         (gst_stream_info_get_property):
15036         * gst/playback/gststreaminfo.h:
15037         * gst/playback/gststreamselector.c: (gst_stream_selector_init),
15038         (gst_stream_selector_get_linked_pad),
15039         (gst_stream_selector_getcaps),
15040         (gst_stream_selector_get_linked_pads),
15041         (gst_stream_selector_request_new_pad), (gst_stream_selector_chain):
15042         * gst/playback/gststreamselector.h:
15043           Rough port of playbin. Needs some more work, but is mostly done,
15044           and uses a few locks in important places, which should make stuff
15045           like chain-switches clean. Still uses GST_STATE() in a few places,
15046           which isn't all that good an idea, subtitles/elements disabled
15047           because no elements to test with and thus probably broken, query
15048           and event handling moved to GstBin, internal thread removed
15049           alltogether because the pipeline does that for us now. Can play
15050           Ogg/Vorbis files. Haven't tested anything else yet.
15051
15052 2005-05-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15053
15054         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_activate_chain):
15055           Do no-more-pads (needed for autoplugging).
15056
15057 2005-05-10  Andy Wingo  <wingo@pobox.com>
15058
15059         * ext/vorbis/vorbisdec.c (vorbis_handle_comment_packet): Post a
15060         message to the bus with the tags. Still not sent downstream tho.
15061
15062         * gst/playback/gstdecodebin.c (remove_element_chain): Unref after
15063         get_parent.
15064         (remove_element_chain): Use OBJECT_PARENT instead of get_parent to
15065         avoid refcounting hassles.
15066
15067 2005-05-09  Andy Wingo  <wingo@pobox.com>
15068
15069         * gst/volume/Makefile.am:
15070         * gst/volume/demo.c
15071         * gst/volume/gstvolume.h
15072         * gst/volume/gstvolume.c: Port to 0.9 API, derive from
15073         basetransform. Probably need an audio filter base class.
15074
15075 2005-05-09  Wim Taymans  <wim@fluendo.com>
15076
15077         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_sink_setcaps),
15078         (gst_vorbisenc_src_query), (gst_vorbisenc_sink_query),
15079         (gst_vorbisenc_set_header_on_caps), (gst_vorbisenc_sink_event),
15080         (gst_vorbisenc_chain):
15081         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
15082         (gst_audio_convert_caps_remove_format_info),
15083         (gst_audio_convert_getcaps), (gst_audio_convert_setcaps),
15084         (gst_audio_convert_fixate), (gst_audio_convert_channels):
15085         Make caps writable before writing to it.
15086         Fix negotiation in audioconvert some more.
15087
15088 2005-05-09  Wim Taymans  <wim@fluendo.com>
15089
15090         * gst/videorate/gstvideorate.c: (gst_videorate_transformcaps),
15091         (gst_videorate_getcaps), (gst_videorate_setcaps),
15092         (gst_videorate_event), (gst_videorate_chain):
15093         Better negotiation.
15094
15095 2005-05-09  Wim Taymans  <wim@fluendo.com>
15096
15097         * gst/videorate/gstvideorate.c: (gst_videorate_class_init),
15098         (gst_videorate_getcaps), (gst_videorate_setcaps),
15099         (gst_videorate_blank_data), (gst_videorate_init),
15100         (gst_videorate_event), (gst_videorate_chain),
15101         (gst_videorate_change_state):
15102         Port videorate, do a better job at negotiation while we're at
15103         it.
15104
15105 2005-05-09  Jan Schmidt  <thaytan@mad.scientist.com>
15106
15107         * configure.ac:
15108           Disable libvisual
15109
15110         * examples/Makefile.am:
15111         * gst-libs/gst/audio/Makefile.am:
15112         * gst-libs/gst/riff/Makefile.am:
15113         * gst-libs/gst/tag/Makefile.am:
15114         * gst-libs/gst/video/Makefile.am:
15115           Fixups for missing variables.
15116
15117 2005-05-09  Wim Taymans  <wim@fluendo.com>
15118
15119         * examples/seeking/seek.c: (make_theora_pipeline),
15120         (make_vorbis_theora_pipeline), (make_avi_msmpeg4v3_mp3_pipeline),
15121         (query_rates), (query_positions_elems), (query_positions_pads),
15122         (update_scale), (play_cb), (pause_cb), (stop_cb), (main):
15123         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_init),
15124         (gst_ogg_pad_query_types), (gst_ogg_pad_src_query),
15125         (gst_ogg_pad_typefind), (gst_ogg_demux_init),
15126         (gst_ogg_demux_perform_seek), (gst_ogg_demux_read_chain),
15127         (gst_ogg_demux_read_end_chain), (gst_ogg_demux_sink_activate):
15128         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
15129         (gst_ogg_mux_request_new_pad), (gst_ogg_mux_next_buffer),
15130         (gst_ogg_mux_push_page), (gst_ogg_mux_queue_pads),
15131         (gst_ogg_mux_get_headers), (gst_ogg_mux_send_headers),
15132         (gst_ogg_mux_collected), (gst_ogg_mux_change_state):
15133         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_init),
15134         (gst_ogm_video_parse_init), (gst_ogm_text_parse_init),
15135         (gst_ogm_parse_sink_query), (gst_ogm_parse_chain):
15136         * ext/theora/theoradec.c: (gst_theora_dec_init), (_inc_granulepos),
15137         (theora_dec_src_convert), (theora_dec_sink_convert),
15138         (theora_dec_src_query), (theora_dec_sink_query),
15139         (theora_dec_src_event), (theora_dec_sink_event),
15140         (theora_handle_comment_packet), (theora_handle_type_packet),
15141         (theora_handle_header_packet), (theora_handle_data_packet),
15142         (theora_dec_chain):
15143         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
15144         (vorbis_dec_convert), (vorbis_dec_src_query),
15145         (vorbis_dec_sink_query), (vorbis_dec_src_event),
15146         (vorbis_dec_sink_event), (vorbis_handle_comment_packet),
15147         (vorbis_handle_type_packet), (vorbis_handle_header_packet),
15148         (copy_samples), (vorbis_handle_data_packet), (vorbis_dec_chain):
15149         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_src_query),
15150         (gst_vorbisenc_sink_query), (gst_vorbisenc_init),
15151         (gst_vorbisenc_sink_event), (gst_vorbisenc_chain):
15152         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
15153         (gst_play_bin_query):
15154         * gst/playback/test3.c: (update_scale):
15155         * gst/sine/gstsinesrc.c: (gst_sinesrc_setcaps),
15156         (gst_sinesrc_src_query), (gst_sinesrc_create), (gst_sinesrc_start):
15157         * gst/subparse/gstsubparse.c: (gst_subparse_init):
15158         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_init),
15159         (gst_videotestsrc_src_query):
15160         * gst/videotestsrc/videotestsrc.c: (paint_hline_I420),
15161         (paint_hline_Y41B), (paint_hline_Y42B), (paint_hline_Y800),
15162         (paint_hline_YUV9):
15163         * sys/ximage/ximagesink.c: (gst_ximagesink_show_frame):
15164         Port to new query API.
15165         Updated seek.
15166         Cleanups in x[v]imagesink
15167
15168 2005-05-09  Andy Wingo  <wingo@pobox.com>
15169
15170         * ext/alsa/gstalsasink.h:
15171         * ext/gnomevfs/gstgnomevfssrc.c:
15172         (gst_gnomevfssrc_get_icy_metadata):
15173         * ext/ogg/gstoggdemux.c (gst_ogg_demux_perform_seek)
15174         (gst_ogg_demux_read_chain, gst_ogg_demux_read_end_chain)
15175         * ext/theora/theoradec.c (theora_dec_src_query)
15176         (theora_dec_src_event, theora_dec_sink_event)
15177         (theora_handle_comment_packet, theora_handle_data_packet):
15178         * ext/theora/theoraenc.c (theora_enc_chain):
15179         * ext/vorbis/vorbisdec.c (vorbis_dec_src_event)
15180         (vorbis_dec_sink_event, vorbis_handle_comment_packet):
15181         * gst/audioconvert/gstaudioconvert.c (gst_audio_convert_getcaps):
15182         * gst/typefind/gsttypefindfunctions.c (mp3_type_find)
15183         (qt_type_find):
15184         * gst/videotestsrc/videotestsrc.c (paint_setup_I420)
15185         (paint_setup_YV12, paint_setup_YUY2, paint_setup_UYVY)
15186         (paint_setup_YVYU, paint_setup_IYU2, paint_setup_Y41B)
15187         (paint_setup_Y42B, paint_setup_Y800, paint_setup_IMC1)
15188         (paint_setup_IMC2, paint_setup_IMC3, paint_setup_IMC4)
15189         (paint_setup_YVU9, paint_setup_YUV9, paint_setup_xRGB8888)
15190         (paint_setup_xBGR8888, paint_setup_RGBx8888)
15191         (paint_setup_BGRx8888, paint_setup_RGB888, paint_setup_BGR888)
15192         (paint_setup_RGB565, paint_setup_xRGB1555):
15193         * gst/videotestsrc/videotestsrc.h:
15194         * sys/ximage/ximagesink.c (gst_ximagesink_buffer_alloc):
15195         * sys/xvimage/xvimagesink.c (gst_xvimagesink_get_xv_support)
15196         (gst_xvimagesink_setcaps, gst_xvimagesink_buffer_alloc):
15197         GCC4 fixes.
15198         
15199         * ext/ogg/gstoggdemux.c (gst_ogg_demux_find_chains): Use the new
15200         gst_pad_query_position. Fixes oggdemux.
15201
15202 2005-05-08  David Schleef  <ds@schleef.org>
15203
15204         * configure.ac: Require liboil.
15205         * gst/videotestsrc/gstvideotestsrc.c: Fix up liboil calls, add
15206         a few more.
15207         * gst/videotestsrc/videotestsrc.c:
15208         * gst/videotestsrc/videotestsrc.h:
15209
15210 2005-05-06  Wim Taymans  <wim@fluendo.com>
15211
15212         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
15213         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
15214         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_chain):
15215         Well, unreffing a buffer right before pushing it is asking
15216         for trouble..
15217
15218 2005-05-06  Christian Schaller  <uraeus@gnome.org>
15219
15220         * pkgconfig/gstreamer-libs.pc.in: add missing library calls
15221
15222 2005-05-06  Wim Taymans  <wim@fluendo.com>
15223
15224         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
15225         (gst_audio_convert_caps_remove_format_info),
15226         (gst_audio_convert_getcaps), (gst_audio_convert_setcaps),
15227         (gst_audio_convert_fixate), (gst_audio_convert_channels):
15228         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
15229         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
15230         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_chain):
15231         * gst/sine/Makefile.am:
15232         * gst/sine/gstsinesrc.c: (gst_sinesrc_get_type),
15233         (gst_sinesrc_class_init), (gst_sinesrc_init),
15234         (gst_sinesrc_src_fixate), (gst_sinesrc_setcaps),
15235         (gst_sinesrc_src_query), (gst_sinesrc_create), (gst_sinesrc_start),
15236         (gst_sinesrc_update_freq):
15237         * gst/sine/gstsinesrc.h:
15238         * gst/tcp/gstmultifdsink.c:
15239         * sys/xvimage/xvimagesink.c:
15240         Fixed negotiation wrt _peer_get_caps()
15241         Some cleanups.
15242
15243
15244 2005-05-06  Wim Taymans  <wim@fluendo.com>
15245
15246         * gst-libs/gst/audio/gstaudiosink.c:
15247         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
15248         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
15249         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
15250         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
15251         (gst_audioringbuffer_delay), (gst_audiosink_class_init),
15252         (gst_audiosink_create_ringbuffer):
15253         * gst-libs/gst/audio/gstbaseaudiosink.c:
15254         (gst_baseaudiosink_class_init), (gst_baseaudiosink_init),
15255         (gst_baseaudiosink_get_clock), (gst_baseaudiosink_get_time),
15256         (gst_baseaudiosink_set_property), (build_linear_format),
15257         (debug_spec_caps), (debug_spec_buffer),
15258         (gst_baseaudiosink_setcaps), (gst_baseaudiosink_get_times),
15259         (gst_baseaudiosink_event), (gst_baseaudiosink_preroll),
15260         (gst_baseaudiosink_render), (gst_baseaudiosink_create_ringbuffer),
15261         (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
15262         * gst-libs/gst/audio/gstbaseaudiosink.h:
15263         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
15264         (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
15265         (gst_ringbuffer_release), (gst_ringbuffer_is_acquired),
15266         (gst_ringbuffer_play), (gst_ringbuffer_pause),
15267         (gst_ringbuffer_stop), (gst_ringbuffer_delay),
15268         (gst_ringbuffer_played_samples), (gst_ringbuffer_set_sample),
15269         (wait_segment), (gst_ringbuffer_commit),
15270         (gst_ringbuffer_prepare_read), (gst_ringbuffer_advance),
15271         (gst_ringbuffer_clear):
15272         * gst-libs/gst/audio/gstringbuffer.h:
15273         Make the base audiosink return an error when there is no
15274         audiobuffer negotiated.
15275
15276 2005-05-06  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
15277
15278         * ext/Makefile.am:
15279         Disable cdparanoia until someone ports it!
15280
15281 2005-05-06  Wim Taymans  <wim@fluendo.com>
15282
15283         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
15284         (gst_ogg_demux_sink_activate):
15285         And revert after wingo's revert.. sigh..
15286
15287 2005-05-05  Andy Wingo  <wingo@pobox.com>
15288
15289         * gst/audiorate/gstaudiorate.c (gst_audiorate_class_init): Pacify
15290         GObject.
15291         * configure.ac: Return audiorate and subparse from the ghetto.
15292         Re-enable -Wall -Werror.
15293         * gst/subparse/gstsubparse.c:
15294         * gst/subparse/gstsubparse.h: Port to 0.9. Can operate loop-based
15295         or chain-based. Cleaned up a bit. Not tested.
15296         
15297 2005-05-05  Christian Schaller <christian@fluendo.com> 
15298
15299         * Makefile.am: remove stuff that is not building
15300         * configure.ac: remove stuff that is not building
15301         * examples/Makefile.am: remove stuff that is not building
15302         * ext/alsa/gstalsasink.c: add alsa/ before the alsalib.h file
15303         * ext/alsa/gstalsasink.h: add alsa/ before the alsalib.h file
15304         * sys/Makefile.am: remove stuff that is not building
15305         * testsuite/Makefile.am: remove stuff that is not building
15306
15307 2005-05-05  Andy Wingo  <wingo@pobox.com>
15308
15309         * gst-libs/gst/tag/gstid3tag.c: (gst_tag_list_new_from_id3v1):
15310         * gst-libs/gst/tag/gstvorbistag.c:
15311         (gst_tag_list_from_vorbiscomment_buffer), (gst_vorbis_tag_chain):
15312         * gst/adder/gstadder.h:
15313         * gst/audioconvert/gstchannelmix.c:
15314         (gst_audio_convert_fill_one_other):
15315         * gst/audiorate/gstaudiorate.c: (gst_audiorate_setcaps),
15316         (gst_audiorate_init), (gst_audiorate_chain):
15317         * gst/playback/gstplaybasebin.c: (setup_source):
15318         * gst/playback/test3.c: (update_scale):
15319         Some GCC4 fixes
15320         
15321         * po/af.po:
15322         * po/az.po:
15323         * po/cs.po:
15324         * po/en_GB.po:
15325         * po/hu.po:
15326         * po/it.po:
15327         * po/nb.po:
15328         * po/nl.po:
15329         * po/or.po:
15330         * po/sq.po:
15331         * po/sr.po:
15332         * po/sv.po:
15333         * po/uk.po:
15334         * po/vi.po: Foo
15335
15336 2005-05-05  Wim Taymans  <wim@fluendo.com>
15337
15338         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
15339         (gst_audio_convert_caps_remove_format_info),
15340         (gst_audio_convert_setcaps), (gst_audio_convert_fixate),
15341         (gst_audio_convert_change_state), (gst_audio_convert_channels):
15342         * gst/videotestsrc/gstvideotestsrc.c:
15343         (gst_videotestsrc_src_negotiate), (gst_videotestsrc_src_link),
15344         (gst_videotestsrc_parse_caps), (gst_videotestsrc_src_accept_caps),
15345         (gst_videotestsrc_setcaps), (gst_videotestsrc_activate),
15346         (gst_videotestsrc_init), (gst_videotestsrc_loop):
15347         Don't ignore _push() return values.
15348         Make sure no processing is done when shutting down.
15349         Videotestsrc pad activation fix.
15350
15351 2005-05-05  Wim Taymans  <wim@fluendo.com>
15352
15353         * gst/adder/Makefile.am:
15354         * gst/adder/gstadder.c: (gst_adder_setcaps),
15355         (gst_adder_class_init), (gst_adder_init),
15356         (gst_adder_request_new_pad), (gst_adder_collected),
15357         (gst_adder_change_state):
15358         * gst/adder/gstadder.h:
15359         Ported adder as an example of a mixer element using
15360         collect pads. Needs more negotiation work.
15361
15362 2005-05-05  Wim Taymans  <wim@fluendo.com>
15363
15364         * ext/theora/theoradec.c: (_inc_granulepos),
15365         (theora_dec_src_event), (theora_dec_sink_event),
15366         (theora_handle_comment_packet), (theora_handle_type_packet),
15367         (theora_handle_header_packet), (theora_handle_data_packet),
15368         (theora_dec_chain):
15369         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
15370         (gst_theora_enc_init), (theora_enc_sink_setcaps),
15371         (theora_push_buffer), (theora_push_packet),
15372         (theora_enc_sink_event), (theora_enc_chain),
15373         (theora_enc_change_state), (theora_enc_set_property),
15374         (theora_enc_get_property):
15375         Added stream lock to decoder so that we can serialize
15376         the discont event.
15377         More theoraenc porting, recover from errors, do clean
15378         shutdown.
15379
15380 2005-05-05  Wim Taymans  <wim@fluendo.com>
15381
15382         * ext/ogg/Makefile.am:
15383         * ext/ogg/README:
15384         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
15385         (gst_ogg_pad_submit_packet), (gst_ogg_demux_sink_activate),
15386         (gst_ogg_print):
15387         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
15388         (gst_ogg_mux_request_new_pad), (gst_ogg_mux_next_buffer),
15389         (gst_ogg_mux_push_page), (gst_ogg_mux_queue_pads),
15390         (gst_ogg_mux_get_headers), (gst_ogg_mux_set_header_on_caps),
15391         (gst_ogg_mux_send_headers), (gst_ogg_mux_collected),
15392         (gst_ogg_mux_change_state):
15393         Ported ogg muxer.
15394
15395 2005-05-05  Wim Taymans  <wim@fluendo.com>
15396
15397         * docs/design-audiosinks.txt:
15398         * gst-libs/gst/audio/TODO:
15399         * gst-libs/gst/audio/gstaudiosink.c:
15400         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
15401         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
15402         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
15403         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
15404         (gst_audioringbuffer_delay), (gst_audiosink_class_init),
15405         (gst_audiosink_create_ringbuffer):
15406         * gst-libs/gst/audio/gstbaseaudiosink.c:
15407         (gst_baseaudiosink_class_init), (gst_baseaudiosink_init),
15408         (gst_baseaudiosink_get_clock), (gst_baseaudiosink_get_time),
15409         (gst_baseaudiosink_set_property), (build_linear_format),
15410         (debug_spec_caps), (debug_spec_buffer),
15411         (gst_baseaudiosink_setcaps), (gst_baseaudiosink_get_times),
15412         (gst_baseaudiosink_event), (gst_baseaudiosink_preroll),
15413         (gst_baseaudiosink_render), (gst_baseaudiosink_create_ringbuffer),
15414         (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
15415         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
15416         (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
15417         (gst_ringbuffer_release), (gst_ringbuffer_play),
15418         (gst_ringbuffer_pause), (gst_ringbuffer_stop),
15419         (gst_ringbuffer_delay), (gst_ringbuffer_played_samples),
15420         (gst_ringbuffer_set_sample), (wait_segment),
15421         (gst_ringbuffer_commit), (gst_ringbuffer_prepare_read),
15422         (gst_ringbuffer_advance), (gst_ringbuffer_clear):
15423         More work on the audiosink, mostly debugging and a race in
15424         shutdown.
15425
15426 2005-04-28  Wim Taymans  <wim@fluendo.com>
15427
15428         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
15429         (gst_ogg_demux_perform_seek), (gst_ogg_demux_sink_activate):
15430         * ext/vorbis/vorbisdec.c: (vorbis_dec_convert),
15431         (vorbis_dec_src_query), (vorbis_dec_src_event),
15432         (vorbis_dec_sink_event), (vorbis_handle_comment_packet),
15433         (vorbis_handle_type_packet), (vorbis_handle_header_packet),
15434         (copy_samples), (vorbis_handle_data_packet), (vorbis_dec_chain):
15435         Don't crap out when seeking back to position 0.
15436
15437 2005-04-28  Wim Taymans  <wim@fluendo.com>
15438
15439         * examples/seeking/seek.c: (make_mod_pipeline), (make_dv_pipeline),
15440         (make_wav_pipeline), (make_flac_pipeline), (make_sid_pipeline),
15441         (make_vorbis_pipeline), (make_vorbis_theora_pipeline),
15442         (make_avi_msmpeg4v3_mp3_pipeline), (make_mp3_pipeline),
15443         (make_avi_pipeline), (make_mpeg_pipeline), (make_mpegnt_pipeline):
15444         Make audio sink configurable, use alsasink as default.
15445
15446 2005-04-28  Wim Taymans  <wim@fluendo.com>
15447
15448         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
15449         (vorbis_dec_sink_event), (vorbis_handle_comment_packet),
15450         (vorbis_handle_type_packet), (vorbis_handle_header_packet),
15451         (copy_samples), (vorbis_handle_data_packet), (vorbis_dec_chain),
15452         (vorbis_dec_change_state):
15453         * ext/vorbis/vorbisdec.h:
15454         Refactor, use STREAM_LOCK.
15455
15456 2005-04-28  Wim Taymans  <wim@fluendo.com>
15457
15458         * ext/theora/theoradec.c: (_inc_granulepos),
15459         (theora_dec_sink_event), (theora_handle_comment_packet),
15460         (theora_handle_type_packet), (theora_handle_header_packet),
15461         (theora_handle_data_packet), (theora_dec_chain),
15462         (theora_dec_change_state):
15463         Refactor a bit, use STREAM_LOCK.
15464
15465 2005-04-28  Wim Taymans  <wim@fluendo.com>
15466
15467         * ext/alsa/Makefile.am:
15468         * ext/alsa/gstalsa.c: (gst_alsa_init), (gst_alsa_get_caps),
15469         (gst_alsa_fixate_to_mimetype), (gst_alsa_fixate_field_nearest_int),
15470         (gst_alsa_link), (gst_alsa_close_audio):
15471         * ext/alsa/gstalsaplugin.c: (plugin_init):
15472         * ext/alsa/gstalsasink.c: (gst_alsasink_get_type),
15473         (gst_alsasink_dispose), (gst_alsasink_base_init),
15474         (gst_alsasink_class_init), (gst_alsasink_init),
15475         (gst_alsasink_getcaps), (set_hwparams), (set_swparams),
15476         (alsasink_parse_spec), (gst_alsasink_open), (gst_alsasink_close),
15477         (xrun_recovery), (gst_alsasink_write), (gst_alsasink_delay),
15478         (gst_alsasink_reset):
15479         * ext/alsa/gstalsasink.h:
15480         Implement alsasink with simple open/write/close API. 
15481         Make alsa dir build by disabling compilation of code.
15482
15483 2005-04-28  Wim Taymans  <wim@fluendo.com>
15484
15485         * gst-libs/gst/audio/Makefile.am:
15486         * gst-libs/gst/audio/audio.h:
15487         * gst-libs/gst/audio/audioclock.c:
15488         * gst-libs/gst/audio/audioclock.h:
15489         * gst-libs/gst/audio/gstaudioclock.c: (gst_audio_clock_get_type),
15490         (gst_audio_clock_class_init), (gst_audio_clock_init),
15491         (gst_audio_clock_new), (gst_audio_clock_get_internal_time):
15492         * gst-libs/gst/audio/gstaudioclock.h:
15493         * gst-libs/gst/audio/gstaudiosink.c:
15494         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
15495         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
15496         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
15497         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
15498         (gst_audioringbuffer_delay), (gst_audiosink_class_init),
15499         (gst_audiosink_create_ringbuffer):
15500         * gst-libs/gst/audio/gstbaseaudiosink.c:
15501         (gst_baseaudiosink_class_init), (gst_baseaudiosink_init),
15502         (gst_baseaudiosink_get_clock), (gst_baseaudiosink_get_time),
15503         (gst_baseaudiosink_set_property), (gst_baseaudiosink_get_property),
15504         (build_linear_format), (debug_spec_caps), (debug_spec_buffer),
15505         (gst_baseaudiosink_setcaps), (gst_baseaudiosink_get_times),
15506         (gst_baseaudiosink_event), (gst_baseaudiosink_preroll),
15507         (gst_baseaudiosink_render), (gst_baseaudiosink_create_ringbuffer),
15508         (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
15509         * gst-libs/gst/audio/gstbaseaudiosink.h:
15510         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
15511         (gst_ringbuffer_init), (gst_ringbuffer_finalize),
15512         (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
15513         (gst_ringbuffer_release), (gst_ringbuffer_play),
15514         (gst_ringbuffer_pause), (gst_ringbuffer_stop),
15515         (gst_ringbuffer_delay), (gst_ringbuffer_played_samples),
15516         (gst_ringbuffer_set_sample), (wait_segment),
15517         (gst_ringbuffer_commit), (gst_ringbuffer_prepare_read),
15518         (gst_ringbuffer_advance), (gst_ringbuffer_clear):
15519         * gst-libs/gst/audio/gstringbuffer.h:
15520         Make ringbuffer faster and more simple by removing the locks
15521         in the playback thread.
15522         Add sample accurate playback based on buffer sample offsets.
15523         Make the baseaudiosink provide a clock.
15524         Parse caps in the base class.
15525         Correctly handle seeking, flushing and state changes.
15526
15527 2005-04-25  Thomas Vander Stichele  <thomas at apestaart dot org>
15528
15529         * configure.ac:
15530         * gst/audioconvert/Makefile.am:
15531         * gst/audioscale/Makefile.am:
15532           Fix part of the build.  Come on guys, autogen didn't even work :)
15533
15534 2005-04-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15535
15536         * configure.ac:
15537         * gst-libs/gst/Makefile.am:
15538         * gst-libs/gst/media-info/.cvsignore:
15539         * gst-libs/gst/media-info/Makefile.am:
15540         * gst-libs/gst/media-info/README:
15541         * gst-libs/gst/media-info/media-info-priv.c:
15542         * gst-libs/gst/media-info/media-info-priv.h:
15543         * gst-libs/gst/media-info/media-info-test.c:
15544         * gst-libs/gst/media-info/media-info.c:
15545         * gst-libs/gst/media-info/media-info.h:
15546         * gst-libs/gst/media-info/media-info.vcproj:
15547         * pkgconfig/Makefile.am:
15548         * pkgconfig/gstreamer-media-info-uninstalled.pc.in:
15549         * pkgconfig/gstreamer-media-info.pc.in:
15550           Remove media-info, which is also successed by playbin (see Totem
15551           implementation).
15552
15553 2005-04-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15554
15555         * configure.ac:
15556         * examples/Makefile.am:
15557         * examples/gstplay/.cvsignore:
15558         * examples/gstplay/Makefile.am:
15559         * examples/gstplay/player.c:
15560         * gst-libs/gst/Makefile.am:
15561         * gst-libs/gst/play/.cvsignore:
15562         * gst-libs/gst/play/Makefile.am:
15563         * gst-libs/gst/play/play.c:
15564         * gst-libs/gst/play/play.h:
15565         * gst-libs/gst/play/play.vcproj:
15566         * pkgconfig/Makefile.am:
15567         * pkgconfig/gstreamer-play-uninstalled.pc.in:
15568         * pkgconfig/gstreamer-play.pc.in:
15569           Remove libgstplay, playbin is now the official successor.
15570
15571 2005-04-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15572
15573         * configure.ac:
15574         * gst-libs/gst/Makefile.am:
15575         * gst-libs/gst/xwindowlistener/Makefile.am:
15576         * gst-libs/gst/xwindowlistener/xwindowlistener.c:
15577         * gst-libs/gst/xwindowlistener/xwindowlistener.h:
15578           Remove deprecated xwindowlistener (I've moved xwindowlistening
15579           in the v4l/v4l2 plugins over to serverside).
15580
15581 2005-04-25  David Schleef  <ds@schleef.org>
15582
15583         * examples/dynparams/Makefile.am: Move demo-dparams from gst/sine
15584         to examples/dynparams.  Examples do not belong interspersed with
15585         source code.
15586         * examples/dynparams/demo-dparams.c:
15587         * gst/sine/Makefile.am:
15588         * gst/sine/demo-dparams.c:
15589
15590 2005-04-25  David Schleef  <ds@schleef.org>
15591
15592         Don't use GST_PLUGIN_LDFLAGS, because these aren't plugins.
15593         * gst-libs/gst/audio/Makefile.am:
15594         * gst-libs/gst/riff/Makefile.am:
15595         * gst-libs/gst/tag/Makefile.am:
15596         * gst-libs/gst/video/Makefile.am:
15597         * gst-libs/gst/xwindowlistener/Makefile.am:
15598
15599         Convert to 0.9 API, seems to work:
15600         * sys/ximage/Makefile.am:
15601         * sys/ximage/ximagesink.c:
15602
15603 2005-04-24  David Schleef  <ds@schleef.org>
15604
15605         Link plugins against libraries:
15606         * ext/alsa/Makefile.am:
15607         * gst/tcp/Makefile.am:
15608
15609         Remove asm code that should be in liboil
15610         * gst/videoscale/Makefile.am:
15611         * gst/videoscale/videoscale_x86_asm.s:
15612
15613         gettext wants these checked in:
15614         * po/af.po:
15615         * po/az.po:
15616         * po/cs.po:
15617         * po/en_GB.po:
15618         * po/hu.po:
15619         * po/it.po:
15620         * po/nb.po:
15621         * po/nl.po:
15622         * po/or.po:
15623         * po/sq.po:
15624         * po/sr.po:
15625         * po/sv.po:
15626         * po/uk.po:
15627         * po/vi.po:
15628
15629 2005-04-24  David Schleef  <ds@schleef.org>
15630
15631         Convert gst_main() to g_main_loop_run()
15632         * gst/playback/decodetest.c: (main):
15633         * gst/playback/test2.c: (main):
15634         * gst/playback/test3.c: (main):
15635         * gst/playback/test4.c: (main):
15636
15637         Link plugins against libraries:
15638         * ext/libvisual/Makefile.am:
15639         * sys/xvimage/Makefile.am:
15640
15641 2005-04-24  David Schleef  <ds@schleef.org>
15642
15643         * configure.ac: Remove idct and resample libs
15644         * gst-libs/gst/Makefile.am: same
15645
15646         Remove usage of gst_library_load():
15647         * ext/alsa/gstalsaplugin.c: (plugin_init):
15648         * ext/libvisual/visual.c: (plugin_init):
15649         * ext/ogg/gstogg.c: (plugin_init):
15650         * ext/theora/theora.c: (plugin_init):
15651         * ext/vorbis/vorbis.c: (plugin_init):
15652         * gst-libs/gst/audio/gstaudiofiltertemplate.c: (plugin_init):
15653         * gst/audioscale/gstaudioscale.c:
15654         * gst/adder/gstadder.c: (plugin_init):
15655         * gst/audioconvert/plugin.c: (plugin_init):
15656         * sys/ximage/ximagesink.c: (plugin_init):
15657         * sys/xvimage/xvimagesink.c: (plugin_init):
15658         * gst/tcp/gsttcpplugin.c: (plugin_init):
15659
15660         Link plugins against libraries:
15661         * ext/ogg/Makefile.am:
15662         * ext/theora/Makefile.am:
15663         * ext/vorbis/Makefile.am:
15664         * gst/audioconvert/Makefile.am:
15665
15666         Create proper libraries:
15667         * gst-libs/gst/riff/Makefile.am:
15668         * gst-libs/gst/audio/Makefile.am:
15669         * gst-libs/gst/video/Makefile.am:
15670
15671         Move resample library to audioscale plugin directory:
15672         * gst-libs/gst/resample/Makefile.am:
15673         * gst-libs/gst/resample/README:
15674         * gst-libs/gst/resample/dtof.c:
15675         * gst-libs/gst/resample/dtos.c:
15676         * gst-libs/gst/resample/functable.c:
15677         * gst-libs/gst/resample/private.h:
15678         * gst-libs/gst/resample/resample.c:
15679         * gst-libs/gst/resample/resample.h:
15680         * gst-libs/gst/resample/resample.vcproj:
15681         * gst-libs/gst/resample/test.c:
15682         * gst/audioscale/Makefile.am:
15683         * gst/audioscale/README:
15684         * gst/audioscale/dtof.c:
15685         * gst/audioscale/dtos.c:
15686         * gst/audioscale/functable.c:
15687         * gst/audioscale/private.h:
15688         * gst/audioscale/resample.c:
15689         * gst/audioscale/resample.h:
15690         * gst/audioscale/test.c:
15691
15692         Move tagedit library to gst-libs:
15693         * gst-libs/gst/tag/Makefile.am:
15694         * gst-libs/gst/tag/gstid3tag.c:
15695         * gst-libs/gst/tag/gsttagediting.c:
15696         * gst-libs/gst/tag/gsttageditingprivate.h:
15697         * gst-libs/gst/tag/gstvorbistag.c:
15698         * gst/tags/Makefile.am:
15699         * gst/tags/gstid3tag.c:
15700         * gst/tags/gstvorbistag.c:
15701
15702         Fix for core changes:
15703         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
15704         (gst_sinesrc_init), (gst_sinesrc_src_fixate), (gst_sinesrc_link),
15705         (gst_sinesrc_getrange):
15706
15707 2005-04-23  David Schleef  <ds@schleef.org>
15708
15709         * gst-libs/gst/Makefile.am: Remove idct.  It hasn't been used
15710         in gst-plugins in a long time, and properly belongs in liboil.
15711         * gst-libs/gst/idct/Makefile.am:
15712         * gst-libs/gst/idct/README:
15713         * gst-libs/gst/idct/dct.h:
15714         * gst-libs/gst/idct/doieee:
15715         * gst-libs/gst/idct/fastintidct.c:
15716         * gst-libs/gst/idct/floatidct.c:
15717         * gst-libs/gst/idct/idct.c:
15718         * gst-libs/gst/idct/idct.h:
15719         * gst-libs/gst/idct/idtc.vcproj:
15720         * gst-libs/gst/idct/ieeetest.c:
15721         * gst-libs/gst/idct/intidct.c:
15722
15723 2005-04-20  Wim Taymans  <wim@fluendo.com>
15724
15725         * docs/design-audiosinks.txt:
15726         * gst-libs/gst/audio/Makefile.am:
15727         * gst-libs/gst/audio/TODO:
15728         * gst-libs/gst/audio/gstaudiosink.c:
15729         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
15730         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
15731         (gst_audioringbuffer_dispose), (gst_audioringbuffer_finalize),
15732         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
15733         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
15734         (gst_audioringbuffer_delay), (gst_audiosink_base_init),
15735         (gst_audiosink_class_init), (gst_audiosink_init),
15736         (gst_audiosink_create_ringbuffer):
15737         * gst-libs/gst/audio/gstaudiosink.h:
15738         * gst-libs/gst/audio/gstbaseaudiosink.c:
15739         (gst_baseaudiosink_base_init), (gst_baseaudiosink_class_init),
15740         (gst_baseaudiosink_init), (gst_baseaudiosink_set_property),
15741         (gst_baseaudiosink_get_property), (gst_baseaudiosink_setcaps),
15742         (gst_baseaudiosink_get_times), (gst_baseaudiosink_event),
15743         (gst_baseaudiosink_preroll), (gst_baseaudiosink_render),
15744         (gst_baseaudiosink_create_ringbuffer),
15745         (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
15746         * gst-libs/gst/audio/gstbaseaudiosink.h:
15747         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
15748         (gst_ringbuffer_class_init), (gst_ringbuffer_init),
15749         (gst_ringbuffer_dispose), (gst_ringbuffer_finalize),
15750         (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
15751         (gst_ringbuffer_release), (gst_ringbuffer_play_unlocked),
15752         (gst_ringbuffer_play), (gst_ringbuffer_pause),
15753         (gst_ringbuffer_resume), (gst_ringbuffer_stop),
15754         (gst_ringbuffer_callback), (gst_ringbuffer_delay),
15755         (gst_ringbuffer_played_samples), (gst_ringbuffer_commit),
15756         (gst_ringbuffer_prepare_read), (gst_ringbuffer_clear):
15757         * gst-libs/gst/audio/gstringbuffer.h:
15758         An attempt at a set of audio base classes together with some
15759         design docs.
15760
15761 2005-04-20  Wim Taymans  <wim@fluendo.com>
15762
15763         * gst/audioconvert/Makefile.am:
15764         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
15765         (gst_audio_convert_caps_remove_format_info),
15766         (gst_audio_convert_setcaps), (gst_audio_convert_fixate),
15767         (gst_audio_convert_channels):
15768         Link against audio libs.
15769         Fix audio convert plugin.
15770
15771 2005-04-20  Wim Taymans  <wim@fluendo.com>
15772
15773         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_factory_filter),
15774         (gst_ogg_demux_sink_activate):
15775         * ext/theora/theoraenc.c: (theora_enc_sink_setcaps),
15776         (theora_set_header_on_caps), (theora_enc_sink_event),
15777         (theora_enc_chain):
15778         Fix theora encoder.
15779
15780 2005-04-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15781
15782         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_factory_filter):
15783         * gst/playback/gstdecodebin.c: (find_compatibles):
15784           Work with staticpadtemplates in elementfactories.
15785
15786 2005-04-12  Wim Taymans  <wim@fluendo.com>
15787
15788         * gst/playback/README:
15789         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
15790         (compare_ranks), (print_feature), (gst_decode_bin_init),
15791         (dynamic_create), (dynamic_free), (find_compatibles),
15792         (mimetype_is_raw), (close_pad_link), (got_redirect),
15793         (try_to_link_1), (get_our_ghost_pad), (remove_element_chain),
15794         (new_pad), (no_more_pads), (unlinked), (close_link), (type_found),
15795         (gst_decode_bin_change_state):
15796         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
15797         (gst_play_base_bin_init), (group_destroy), (group_commit),
15798         (check_queue), (queue_overrun), (queue_threshold_reached),
15799         (queue_out_of_data), (gen_preroll_element), (unknown_type),
15800         (new_decoded_pad), (setup_subtitle), (gen_source_element),
15801         (got_redirect), (setup_source), (play_base_eos),
15802         (gst_play_base_bin_change_state), (gst_play_base_bin_add_element),
15803         (gst_play_base_bin_remove_element):
15804         * gst/playback/gstplaybasebin.h:
15805         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
15806         (gst_play_bin_init), (gst_play_bin_dispose),
15807         (gst_play_bin_set_property), (gen_video_element),
15808         (gen_text_element), (gen_audio_element), (remove_sinks),
15809         (gst_play_bin_send_event):
15810         * gst/playback/gststreaminfo.c: (gst_stream_info_dispose),
15811         (stream_info_change_state), (gst_stream_info_set_mute):
15812         * gst/playback/gststreamselector.c: (gst_stream_selector_init),
15813         (gst_stream_selector_get_caps), (gst_stream_selector_setcaps),
15814         (gst_stream_selector_request_new_pad), (gst_stream_selector_event),
15815         (gst_stream_selector_chain):
15816         * gst/playback/test.c: (gen_video_element), (gen_audio_element),
15817         (main):
15818         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_getcaps),
15819         (gst_xvimagesink_setcaps), (gst_xvimagesink_get_times),
15820         (gst_xvimagesink_show_frame), (gst_xvimagesink_chain),
15821         (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_class_init):
15822         Raw and crude port of decodebin. 
15823         Make playbin compile.
15824
15825 2005-04-06  Wim Taymans  <wim@fluendo.com>
15826
15827         * ext/gnomevfs/Makefile.am:
15828         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get_type),
15829         (gst_gnomevfssrc_class_init), (gst_gnomevfssrc_init),
15830         (gst_gnomevfssrc_set_property), (gst_gnomevfssrc_get_property),
15831         (gst_gnomevfssrc_create), (gst_gnomevfssrc_is_seekable),
15832         (gst_gnomevfssrc_get_size), (gst_gnomevfssrc_start),
15833         (gst_gnomevfssrc_stop):
15834         * ext/ogg/Makefile.am:
15835         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_get_data),
15836         (gst_ogg_demux_find_chains), (gst_ogg_demux_sink_activate):
15837         * ext/theora/Makefile.am:
15838         * ext/theora/theoradec.c: (_inc_granulepos),
15839         (theora_dec_sink_event), (theora_dec_chain):
15840         * ext/vorbis/Makefile.am:
15841         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
15842         (vorbis_dec_sink_event), (vorbis_dec_chain):
15843         * gst-libs/gst/audio/Makefile.am:
15844         * sys/xvimage/Makefile.am:
15845         Make gnomevfssrc extend the source base class.
15846         Fix linking against libs in various plugins.
15847
15848 2005-04-06  Andy Wingo  <wingo@pobox.com>
15849
15850         * gst-libs/gst/video/Makefile.am (libgstvideo_la_LDFLAGS): Use
15851         GST_BASE_LIBS.
15852
15853         * configure.ac: Add check and AC_SUBST for libgstbase.
15854
15855 2005-03-31  Wim Taymans  <wim@fluendo.com>
15856
15857         * examples/seeking/Makefile.am:
15858         * examples/seeking/cdparanoia.c: (main):
15859         * examples/seeking/cdplayer.c: (update_scale), (stop_seek),
15860         (play_cb), (pause_cb), (stop_cb), (main):
15861         * examples/seeking/playbin.c:
15862         * examples/seeking/seek.c: (dynamic_link), (make_mod_pipeline),
15863         (make_dv_pipeline), (make_wav_pipeline), (make_flac_pipeline),
15864         (make_sid_pipeline), (make_vorbis_pipeline),
15865         (make_theora_pipeline), (make_vorbis_theora_pipeline),
15866         (make_avi_msmpeg4v3_mp3_pipeline), (make_mp3_pipeline),
15867         (make_avi_pipeline), (make_mpeg_pipeline), (make_mpegnt_pipeline),
15868         (make_playerbin_pipeline), (update_scale), (end_scrub), (do_seek),
15869         (seek_cb), (start_seek), (stop_seek), (play_cb), (pause_cb),
15870         (stop_cb), (main):
15871         * examples/seeking/spider_seek.c:
15872         * examples/seeking/vorbisfile.c:
15873         * ext/gnomevfs/Makefile.am:
15874         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
15875         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_base_init),
15876         (gst_gnomevfssrc_class_init), (gst_gnomevfssrc_init),
15877         (gst_gnomevfssrc_get_property), (gst_gnomevfssrc_get),
15878         (gst_gnomevfssrc_open_file), (gst_gnomevfssrc_close_file),
15879         (gst_gnomevfssrc_getrange), (gst_gnomevfssrc_loop),
15880         (gst_gnomevfssrc_activate), (gst_gnomevfssrc_change_state),
15881         (gst_gnomevfssrc_srcpad_query), (gst_gnomevfssrc_srcpad_event):
15882         * ext/ogg/README:
15883         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_get_type),
15884         (gst_ogg_pad_class_init), (gst_ogg_pad_init),
15885         (gst_ogg_pad_dispose), (gst_ogg_pad_finalize),
15886         (gst_ogg_pad_formats), (gst_ogg_pad_event_masks),
15887         (gst_ogg_pad_query_types), (gst_ogg_pad_getcaps),
15888         (gst_ogg_pad_src_convert), (gst_ogg_pad_src_query),
15889         (gst_ogg_pad_event), (gst_ogg_pad_reset),
15890         (gst_ogg_demux_factory_filter), (compare_ranks),
15891         (gst_ogg_pad_internal_chain), (gst_ogg_pad_typefind),
15892         (gst_ogg_pad_submit_packet), (gst_ogg_pad_submit_page),
15893         (gst_ogg_chain_new), (gst_ogg_chain_free),
15894         (gst_ogg_chain_new_stream), (gst_ogg_chain_get_stream),
15895         (gst_ogg_chain_has_stream), (gst_ogg_demux_base_init),
15896         (gst_ogg_demux_class_init), (gst_ogg_demux_init),
15897         (gst_ogg_demux_finalize), (gst_ogg_demux_handle_event),
15898         (gst_ogg_demux_submit_buffer), (gst_ogg_demux_seek),
15899         (gst_ogg_demux_get_data), (gst_ogg_demux_get_next_page),
15900         (gst_ogg_demux_get_prev_page),
15901         (gst_ogg_demux_deactivate_current_chain),
15902         (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek),
15903         (gst_ogg_demux_bisect_forward_serialno),
15904         (gst_ogg_demux_read_chain), (gst_ogg_demux_read_end_chain),
15905         (gst_ogg_demux_find_pad), (gst_ogg_demux_find_chain),
15906         (gst_ogg_demux_find_chains), (gst_ogg_demux_chain_unlocked),
15907         (gst_ogg_demux_chain), (gst_ogg_demux_send_eos),
15908         (gst_ogg_demux_loop), (gst_ogg_demux_sink_activate),
15909         (gst_ogg_demux_change_state), (gst_ogg_print):
15910         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
15911         (gst_ogg_mux_init), (gst_ogg_mux_sinkconnect),
15912         (gst_ogg_mux_next_buffer), (gst_ogg_mux_buffer_from_page),
15913         (gst_ogg_mux_push_page), (gst_ogg_mux_send_headers),
15914         (gst_ogg_mux_loop):
15915         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
15916         * ext/theora/theoradec.c: (gst_theora_dec_init), (_inc_granulepos),
15917         (theora_dec_src_convert), (theora_dec_sink_convert),
15918         (theora_dec_src_query), (theora_dec_src_event),
15919         (theora_dec_sink_event), (theora_dec_chain),
15920         (theora_dec_change_state):
15921         * ext/theora/theoraenc.c: (gst_theora_enc_init),
15922         (theora_enc_sink_setcaps), (theora_buffer_from_packet),
15923         (theora_push_buffer), (theora_enc_sink_event), (theora_enc_chain),
15924         (theora_enc_change_state):
15925         * ext/vorbis/Makefile.am:
15926         * ext/vorbis/oggvorbisenc.c:
15927         * ext/vorbis/oggvorbisenc.h:
15928         * ext/vorbis/vorbis.c: (plugin_init):
15929         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
15930         (vorbis_dec_src_query), (vorbis_dec_src_event),
15931         (vorbis_dec_sink_event), (vorbis_dec_chain),
15932         (vorbis_dec_change_state):
15933         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_class_init),
15934         (gst_vorbisenc_sink_setcaps), (gst_vorbisenc_init),
15935         (gst_vorbisenc_buffer_from_packet), (gst_vorbisenc_push_buffer),
15936         (gst_vorbisenc_sink_event), (gst_vorbisenc_chain),
15937         (gst_vorbisenc_change_state):
15938         * ext/vorbis/vorbisenc.h:
15939         * ext/vorbis/vorbisparse.c: (vorbis_parse_chain):
15940         * gst-libs/gst/audio/audioclock.c:
15941         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link),
15942         (gst_audiofilter_init), (gst_audiofilter_chain):
15943         * gst-libs/gst/audio/testchannels.c: (main):
15944         * gst-libs/gst/gconf/gconf.c: (gst_bin_find_unconnected_pad):
15945         * gst-libs/gst/media-info/media-info-priv.c: (gmip_reset),
15946         (gmip_find_type), (gmip_find_stream), (gmip_find_track_metadata),
15947         (gmip_find_track_streaminfo), (gmip_find_track_format):
15948         * gst-libs/gst/media-info/media-info.c:
15949         (gst_media_info_read_idler):
15950         * gst-libs/gst/play/play.c: (gst_play_get_sink_element),
15951         (gst_play_get_all_by_interface):
15952         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk),
15953         (gst_riff_parse_chunk), (gst_riff_parse_file_header),
15954         (gst_riff_parse_strh), (gst_riff_parse_strf_vids),
15955         (gst_riff_parse_strf_auds), (gst_riff_parse_strf_iavs),
15956         (gst_riff_parse_info):
15957         * gst-libs/gst/riff/riff-read.h:
15958         * gst-libs/gst/riff/riff.c: (plugin_init):
15959         * gst-libs/gst/video/Makefile.am:
15960         * gst-libs/gst/video/gstvideosink.c: (gst_videosink_init),
15961         (gst_videosink_class_init), (gst_videosink_get_type):
15962         * gst-libs/gst/video/videosink.h:
15963         * gst/audioconvert/bufferframesconvert.c:
15964         (buffer_frames_convert_init), (buffer_frames_convert_fixate),
15965         (buffer_frames_convert_setcaps), (buffer_frames_convert_chain):
15966         * gst/audioconvert/channelmixtest.c: (main):
15967         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init),
15968         (gst_audio_convert_chain),
15969         (gst_audio_convert_caps_remove_format_info),
15970         (gst_audio_convert_getcaps), (gst_audio_convert_parse_caps),
15971         (gst_audio_convert_setcaps), (_fixate_caps_to_int),
15972         (gst_audio_convert_fixate), (gst_audio_convert_get_buffer),
15973         (gst_audio_convert_buffer_to_default_format),
15974         (gst_audio_convert_buffer_from_default_format),
15975         (gst_audio_convert_channels):
15976         * gst/audioconvert/gstchannelmix.h:
15977         * gst/ffmpegcolorspace/avcodec.h:
15978         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
15979         (gst_ffmpegcsp_caps_remove_format_info), (gst_ffmpegcsp_getcaps),
15980         (gst_ffmpegcsp_configure_context), (gst_ffmpegcsp_setcaps),
15981         (gst_ffmpegcsp_init), (gst_ffmpegcsp_chain):
15982         * gst/tags/gstid3tag.c: (gst_tag_extract_id3v1_string):
15983         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_chain):
15984         * gst/typefind/gsttypefindfunctions.c: (aac_type_find),
15985         (mp3_type_find), (mpeg2_sys_type_find), (mpeg1_sys_type_find),
15986         (mpeg_video_type_find), (mpeg_video_stream_type_find),
15987         (dv_type_find):
15988         * gst/videotestsrc/gstvideotestsrc.c:
15989         (gst_videotestsrc_class_init), (gst_videotestsrc_src_negotiate),
15990         (gst_videotestsrc_src_link), (gst_videotestsrc_parse_caps),
15991         (gst_videotestsrc_src_accept_caps), (gst_videotestsrc_setcaps),
15992         (gst_videotestsrc_src_unlink), (gst_videotestsrc_activate),
15993         (gst_videotestsrc_change_state), (gst_videotestsrc_getcaps),
15994         (gst_videotestsrc_init), (gst_videotestsrc_src_query),
15995         (gst_videotestsrc_handle_src_event), (gst_videotestsrc_loop):
15996         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
15997         (gst_xvimagesink_xcontext_clear), (gst_xvimagesink_fixate),
15998         (gst_xvimagesink_getcaps), (gst_xvimagesink_setcaps),
15999         (gst_xvimagesink_change_state), (gst_xvimagesink_get_times),
16000         (gst_xvimagesink_show_frame), (gst_xvimagesink_chain),
16001         (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc),
16002         (gst_xvimagesink_navigation_send_event),
16003         (gst_xvimagesink_set_xwindow_id), (gst_xvimagesink_expose),
16004         (gst_xvimagesink_set_property), (gst_xvimagesink_finalize),
16005         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
16006         * sys/xvimage/xvimagesink.h:
16007         Plugin port to 0.9, ogg/theora playback should work in the seek
16008         example now.
16009         Removed old examples.
16010         Removed old oggvorbisenc, renamed rawvorbisenc to vorbisenc as
16011         explained in 0.9 TODO doc.
16012
16013
16014 2005-02-23  Thomas Vander Stichele  <thomas at apestaart dot org>
16015
16016         * autogen.sh:
16017         * configure.ac:
16018         * ext/Makefile.am:
16019         * gst/Makefile.am:
16020         * po/POTFILES.in:
16021         * po/af.po:
16022         * po/az.po:
16023         * po/cs.po:
16024         * po/en_GB.po:
16025         * po/hu.po:
16026         * po/it.po:
16027         * po/nb.po:
16028         * po/nl.po:
16029         * po/or.po:
16030         * po/sq.po:
16031         * po/sr.po:
16032         * po/sv.po:
16033         * po/uk.po:
16034         * po/vi.po:
16035         * sys/Makefile.am:
16036         * testsuite/Makefile.am:
16037           remove a whole bunch of plugins.  This module now contains a set
16038           of free reference plugins/elements as agreed.
16039
16040 2005-02-22  Thomas Vander Stichele  <thomas at apestaart dot org>
16041
16042         * configure.ac:
16043           hunting season on 0.9 is now OPEN
16044
16045 2005-02-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16046
16047         * sys/oss/gstosselement.c: (gst_osselement_class_probe_devices):
16048           Kick the hell out of gcc for not warning me about a symbol conflict.
16049
16050 2005-02-22  Luca Ognibene  <luogni@tin.it>
16051
16052         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
16053
16054         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_link):
16055           Don't leak caps string (fixes #168134)
16056
16057         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_class_init),
16058         (gst_jpegenc_init), (gst_jpegenc_finalize),
16059         (gst_jpegenc_change_state):
16060           Don't leak line buffers and context struct (fixes #168133).
16061
16062 2005-02-21  Tim-Philipp Müller  <tim at centricular dot net>
16063
16064         * configure.ac:
16065         * ext/dirac/gstdiracdec.cc:
16066         (gst_diracdec_chain):
16067           Since dirac 0.5.0 the framerate in dirac is expressed as a
16068           rational number. Fix build and up requirement to 0.5.0, and
16069           also pass parameters to gst_diracdec_link in the right order
16070           (fixes #167959).
16071
16072 2005-02-21  Maciej Katafiasz  <mathrick@freedesktop.org>
16073
16074         * ext/faad/gstfaad.c: (gst_faad_sinkconnect), (gst_faad_chain):
16075         * ext/faad/gstfaad.h:
16076         TEH LONGEST DEBUGGING SESSION EVAR is over. Fix interaction with 
16077         certain invalid muxed streams, where some packets will contain 
16078         junk after decoder data. Partially fixes #149158.
16079
16080 2005-02-21  Jan Schmidt <thaytan@mad.scientist.com>
16081         * gst/dvdlpcmdec/gstdvdlpcmdec.c: (gst_dvdlpcmdec_chain):
16082           Make sure we only write to writable buffers
16083
16084 2005-02-20  Tim-Philipp Müller  <tim at centricular dot net>
16085
16086         * gst-libs/gst/riff/riff-media.c:
16087         (gst_riff_create_audio_caps_with_data):
16088           Do actually fix invalid RIFF fmt header values for alaw
16089           and mulaw audio instead of just saying so.
16090
16091         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt):
16092           Give gst_riff_create_audio_caps_with_data() a chance to
16093           fix up broken format header fields before extracting any
16094           parameters from the header. (fixes #167633)
16095
16096 2005-02-19  Martin Holters  <martin.holters@gmx.de>
16097
16098         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
16099
16100         * gst/audioconvert/bufferframesconvert.c:
16101         (buffer_frames_convert_link):
16102           Don't leak othercaps. (fixes #167878)
16103
16104 2005-02-19  Arwed v. Merkatz  <v.merkatz@gmx.net>
16105
16106         * configure.ac:
16107         * ext/libvisual/visual.c: (gst_visual_srclink),
16108         (gst_visual_change_state):
16109           Support libvisual 0.2.0.
16110
16111 2005-02-18  Tim-Philipp Müller  <tim at centricular dot net>
16112
16113         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_chain):
16114         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_resync), (gst_jpegenc_chain):
16115           Use same rowstrides for I420 as used everywhere else.
16116
16117 2005-02-17  Tim-Philipp Müller  <tim at centricular dot net>
16118
16119         * gst/avi/gstavidemux.c: (gst_avi_demux_invert):
16120           Declare variables at beginning of block and make gcc-2.95 happy
16121           (fixes # 167482, patch by Gergely Nagy).
16122           
16123         * gst/tcp/gsttcpclientsrc.c:
16124         * gst/tcp/gsttcpclientsrc.h:
16125           Move some includes into the header, so that struct sockaddr_in is
16126           defined when it should be defined on FreeBSD as well (fixes
16127           #167483).
16128           
16129         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_init_receive):
16130           Don't pass uninitialised values to setsockopt() here either.
16131
16132 2005-02-17  Luca Ognibene  <luogni at tin dot it>
16133
16134         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
16135
16136         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_init_send):
16137           Don't pass uninitialised values to setsockopt(). (fixes #167704)
16138
16139 2005-02-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16140
16141         * gst/playback/gstplaybin.c: (add_sink):
16142           Invert bin_add/link order to workaround deadlock in opt.
16143
16144 2005-02-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16145
16146         * gst/modplug/gstmodplug.cc:
16147           Add missing break causing position queries to fail.
16148
16149 2005-02-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16150
16151         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_populate):
16152           Granpos can apparently be -1, which screws up calculations...
16153
16154 2005-02-16  Jan Schmidt  <thaytan@mad.scientist.com>
16155
16156         * sys/ximage/ximagesink.c: (gst_ximagesink_chain),
16157         (gst_ximagesink_send_pending_navigation),
16158         (gst_ximagesink_navigation_send_event), (gst_ximagesink_finalize),
16159         (gst_ximagesink_init):
16160         * sys/ximage/ximagesink.h:
16161         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain),
16162         (gst_xvimagesink_send_pending_navigation),
16163         (gst_xvimagesink_navigation_send_event),
16164         (gst_xvimagesink_finalize), (gst_xvimagesink_init):
16165         * sys/xvimage/xvimagesink.h:
16166           Use a mutex protected list to marshal navigation
16167           events into the stream thread from whichever thread
16168           sends them.
16169
16170 2005-02-15  Tim-Philipp Müller  <tim at centricular dot net>
16171
16172         * gst/speed/demo-mp3.c: (time_tick_cb), (main):
16173           Display current position and track length; misc. clean-ups.
16174           
16175         * gst/speed/gstspeed.c: (speed_get_query_types), (speed_src_query),
16176         (speed_init), (speed_chain):
16177           Add query function, so that the stream length and current position
16178           get adjusted when queried (note that current position queries may
16179           still be wrong if the audio sink returns values based on buffer
16180           timestamps instead of passing on the query).
16181
16182 2005-02-13  Benjamin Otte  <otte@gnome.org>
16183
16184         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link),
16185         (gst_audio_convert_channels):
16186           create channel conversion matrix when linking
16187         * gst/audioconvert/.cvsignore:
16188         * gst/audioconvert/Makefile.am:
16189         * gst/audioconvert/channelmixtest.c: (main):
16190           add (ugly) test that ensures stereo <=> mono conversion works
16191           correctly
16192
16193 2005-02-13  Benjamin Otte  <otte@gnome.org>
16194
16195         * gst/audioconvert/gstchannelmix.h:
16196           include missing header file
16197         * gst/audioconvert/gstchannelmix.c:
16198         (gst_audio_convert_fill_compatible):
16199           use same sign for both channels when converting to/from compatible
16200           channel. Previously used different signs made the signals cancel
16201           each other out and appear like silence. (fixes #167269)
16202
16203 2005-02-12  Tim-Philipp Müller  <tim at centricular dot net>
16204
16205         * gst/ffmpegcolorspace/avcodec.h:
16206         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
16207         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
16208         (gst_ffmpegcsp_avpicture_fill):
16209         * gst/ffmpegcolorspace/imgconvert.c:
16210           Convert to and from YV12 (fixes #156379).
16211
16212 2005-02-12  Julien MOUTTE  <julien@moutte.net>
16213
16214         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new),
16215         (gst_ximagesink_sink_link), (gst_ximagesink_change_state),
16216         (gst_ximagesink_chain), (gst_ximagesink_set_xwindow_id),
16217         (gst_ximagesink_expose), (gst_ximagesink_set_property),
16218         (gst_ximagesink_finalize), (gst_ximagesink_init): Protect interface
16219         methods from chain and negotiation and vice versa (Fixes #166142).
16220         * sys/ximage/ximagesink.h: Add stream_lock.
16221         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sink_link),
16222         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_free),
16223         (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_set_xwindow_id),
16224         (gst_xvimagesink_expose): Check for xcontext before trying to link.
16225
16226 2005-02-12  Tim-Philipp Müller  <tim at centricular dot net>
16227
16228         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_open):
16229           Don't send "Hey! You gave me a NULL pointer you naughty person" as
16230           error message when we can't open the DVD device (when dvdnav_open()
16231           fails, src->dvdnav is NULL, so dvdnav_err_to_string() will return
16232           the above). Send something more useful instead (fixes #167117).
16233
16234 2005-02-11  Julien MOUTTE  <julien@moutte.net>
16235
16236         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put),
16237         (gst_xvimagesink_sink_link), (gst_xvimagesink_change_state),
16238         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_free),
16239         (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_set_xwindow_id),
16240         (gst_xvimagesink_expose), (gst_xvimagesink_set_property),
16241         (gst_xvimagesink_finalize), (gst_xvimagesink_init): Protect interface
16242         methods from chain and negotiation and vice versa (Fixes #166142).
16243         Fix a possible bug of images in the buffer pool being discarded because
16244         we are looking at the wrong geometry.
16245         * sys/xvimage/xvimagesink.h: Add stream_lock.
16246
16247 2005-02-11  David Schleef  <ds@schleef.org>
16248
16249         * ext/mpeg2dec/gstmpeg2dec.c: (crop_buffer): Change uint to
16250         unsigned int. (fixes #167128)
16251
16252 2005-02-11  David Schleef  <ds@schleef.org>
16253
16254         * gst/librfb/Makefile.am: Testing stuff before committing is
16255           for wimps... and people with fast machines.  Fix stupid
16256           mistake.
16257
16258 2005-02-11  David Schleef  <ds@schleef.org>
16259
16260         * configure.ac: Pull in librfb from my CVS tree, because it is
16261           too small and annoying to be separate.  Move rfbsrc plugin
16262           to gst/.
16263         * ext/Makefile.am:
16264         * ext/librfb/Makefile.am:
16265         * ext/librfb/gstrfbsrc.c:
16266         * gst/librfb/Makefile.am:
16267         * gst/librfb/gstrfbsrc.c:
16268         * gst/librfb/rfb.c:
16269         * gst/librfb/rfb.h:
16270         * gst/librfb/rfbbuffer.c:
16271         * gst/librfb/rfbbuffer.h:
16272         * gst/librfb/rfbbytestream.c:
16273         * gst/librfb/rfbbytestream.h:
16274         * gst/librfb/rfbcontext.h:
16275         * gst/librfb/rfbdecoder.c:
16276         * gst/librfb/rfbdecoder.h:
16277         * gst/librfb/rfbutil.h:
16278
16279 2005-02-10  Tim-Philipp Müller  <tim at centricular dot net>
16280
16281         * gst/speed/Makefile.am:
16282         * gst/speed/demo-mp3.c: (main):
16283         * gst/speed/filter.func:
16284         * gst/speed/gstspeed.c: (speed_link), (speed_parse_caps),
16285         (speed_class_init), (speed_init), (speed_chain_int16),
16286         (speed_chain_float32), (speed_chain), (speed_set_property),
16287         (speed_get_property), (speed_change_state):
16288         * gst/speed/gstspeed.h:
16289           Fix speed element and make it chain-based (fixes #156467),
16290           and make it handle more than one channel.
16291
16292 2005-02-10  Jan Schmidt  <thaytan@mad.scientist.com>
16293
16294         * ext/dts/gstdtsdec.c: (gst_dtsdec_init), (gst_dtsdec_channels),
16295         (gst_dtsdec_handle_event), (gst_dtsdec_handle_frame),
16296         (gst_dtsdec_chain), (gst_dtsdec_change_state):
16297         * ext/dts/gstdtsdec.h:
16298           Don't clobber the stack constructing the channels array.
16299           Make the element chain-based. DTS tracks can now be played.
16300           
16301 2005-02-09  Tim-Philipp Müller  <tim at centricular dot net>
16302
16303         * gst-libs/gst/audio/multichannel.h:
16304         * gst-libs/gst/gconf/gconf.h:
16305         * gst-libs/gst/idct/idct.h:
16306         * gst-libs/gst/media-info/media-info-priv.h:
16307         * gst-libs/gst/play/play.h:
16308         * gst-libs/gst/resample/private.h:
16309         * gst-libs/gst/resample/resample.h:
16310         * gst-libs/gst/riff/riff-ids.h:
16311         * gst-libs/gst/video/video.h:
16312         * gst-libs/gst/video/videosink.h:
16313           Add G_BEGIN_DECLS and G_END_DECLS around headers where
16314           missing, so that they work when included from C++ code.
16315
16316 2005-02-09  David Schleef  <ds@schleef.org>
16317
16318         * testsuite/gst-lint: Check for non-statically scoped
16319           parent_class variables.  This won't be a problem once
16320           plugins are loaded with RTLD_LOCAL.
16321
16322 2005-02-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16323
16324         * ext/mplex/gstmplexibitstream.cc:
16325           gcc madness.
16326
16327 2005-02-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16328
16329         * ext/ogg/gstogmparse.c:
16330         * gst/debug/gstnavigationtest.c:
16331           Die, thou faulty symbol pollutors (non-static parent_class).
16332
16333 2005-02-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16334
16335         * ext/mplex/gstmplexibitstream.cc:
16336           Fix event handling (#165525).
16337
16338 2005-02-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16339
16340         * ext/mikmod/gstmikmod.c:
16341         * gst/modplug/gstmodplug.cc:
16342           Add missing endianness to template (fixes #165509).
16343
16344 2005-02-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16345
16346         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_handle_data):
16347           Fix wrong order of reading of optional bytes (#165290).
16348
16349 2005-02-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16350
16351         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
16352           Implement FILLER event awareness.
16353
16354 2005-02-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16355
16356         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_convert):
16357           Fix track calculations (#166208).
16358
16359 2005-02-08  Gergely Nagy  <algernon@bonehunter.rulez.org>
16360
16361         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16362
16363         * ext/libpng/gstpngdec.c: (gst_pngdec_init), (gst_pngdec_chain):
16364         * ext/libpng/gstpngenc.c:
16365           Fix byte-order, use proper fixed caps. Fixes #164197.
16366
16367 2005-02-08  Jan Schmidt  <thaytan@mad.scientist.com>
16368
16369         * configure.ac:
16370           Add dvdlpcmdec 
16371
16372         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_reset),
16373         (free_all_buffers), (gst_mpeg2dec_alloc_buffer):
16374           Don't push buffers if the src pad isn't negotiated yet.
16375           
16376         * gst/audioconvert/gstaudioconvert.c:
16377         (gst_audio_convert_buffer_to_default_format),
16378         (gst_audio_convert_buffer_from_default_format):
16379           Add support for 24-bit width.
16380
16381         * gst/dvdlpcmdec/.cvsignore:
16382         * gst/dvdlpcmdec/Makefile.am:
16383         * gst/dvdlpcmdec/gstdvdlpcmdec.c: (gst_dvdlpcmdec_get_type),
16384         (gst_dvdlpcmdec_base_init), (gst_dvdlpcmdec_class_init),
16385         (gst_dvdlpcm_reset), (gst_dvdlpcmdec_init), (gst_dvdlpcmdec_link),
16386         (gst_dvdlpcmdec_chain), (gst_dvdlpcmdec_change_state),
16387         (plugin_init):
16388         * gst/dvdlpcmdec/gstdvdlpcmdec.h:
16389           New decoder for rearranging DVD LPCM into our audio/x-raw-int
16390           format. Needs support for the channels maps if someone can find 
16391           a DVD LPCM track with > 2 channels.
16392
16393         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_handle_dvd_event),
16394         (gst_dvd_demux_send_discont), (gst_dvd_demux_handle_discont),
16395         (gst_dvd_demux_get_audio_stream), (gst_dvd_demux_process_private):
16396         * gst/mpegstream/gstdvddemux.h:
16397         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_send_discont),
16398         (gst_mpeg_demux_new_output_pad), (gst_mpeg_demux_init_stream),
16399         (gst_mpeg_demux_send_subbuffer), (gst_mpeg_demux_handle_src_query):
16400         * gst/mpegstream/gstmpegdemux.h:
16401         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_reset),
16402         (gst_mpeg_parse_parse_packhead), (gst_mpeg_parse_loop),
16403         (gst_mpeg_parse_get_rate), (gst_mpeg_parse_convert_src),
16404         (gst_mpeg_parse_handle_src_query),
16405         (gst_mpeg_parse_handle_src_event):
16406           Use audio/x-dvd-lpcm for LPCM output.
16407           Add DTS output.
16408
16409 2005-02-08  Gergely Nagy  <algernon@bonehunter.rulez.org>
16410
16411         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16412
16413         * gst/alpha/gstalphacolor.c: (gst_alpha_color_sink_link),
16414         (transform_rgb), (transform_bgr), (gst_alpha_color_chain):
16415           Add BGRA handling (#165736).
16416
16417 2005-02-08  Francis Labonte  <francis_labonte@hotmail.com>
16418
16419         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16420
16421         * gst/law/alaw-decode.c: (alawdec_link):
16422         * gst/law/alaw-encode.c: (alawenc_link):
16423         * gst/law/mulaw-decode.c: (mulawdec_link):
16424         * gst/law/mulaw-encode.c: (mulawenc_link):
16425           Fix caps memleaks (#166600).
16426
16427 2005-02-08  Tim-Philipp Müller  <tim at centricular dot net>
16428
16429         * ext/tarkin/mem.h:
16430         * ext/tarkin/wavelet.h:
16431         * ext/tarkin/yuv.h:
16432         * gst/ffmpegcolorspace/avcodec.h:
16433           Include "_stdint.h" instead of <stdint.h>. Fixes build on
16434           systems that don't have stdint.h, like Solaris9 (fixes #166631).
16435
16436 2005-02-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16437
16438         * sys/ximage/ximagesink.c: (gst_ximagesink_change_state):
16439         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_clear),
16440         (gst_xvimagesink_change_state):
16441           Clear window on PAUSED->READY instead of READY->PAUSED. Stop
16442           Xv video (and thereby regenerate Xv colourkey) in clear() so
16443           that PLAY -> READY -> PLAY works (fixes #162504).
16444
16445 2005-02-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16446
16447         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_getcaps):
16448           Switch to list instead of range, since MJPEG-devices really just
16449           support decimations, not any size.
16450
16451 2005-02-05  Jan Schmidt  <thaytan@mad.scientist.com>
16452         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_open_decoder),
16453         (gst_mpeg2dec_reset), (free_all_buffers),
16454         (gst_mpeg2dec_alloc_buffer), (handle_sequence):
16455         * ext/mpeg2dec/gstmpeg2dec.h:
16456           The libmpeg2 user-allocated buffer management is awkward, 
16457           to say the least. Hopefully this fixes things.
16458
16459 2005-02-04  Andy Wingo  <wingo@pobox.com>
16460
16461         * gst/audioconvert/bufferframesconvert.c
16462         (buffer_frames_convert_fixate): New function, fixates to 256
16463         frames per buffer by default. (Much better than 1.)
16464         (buffer_frames_convert_init): Set the fixate function for both src
16465         and sink pad.
16466         (buffer_frames_convert_link): After success setting nonfixed caps,
16467         get the negotiated caps so we can know how many buffer-frames it
16468         will be. No idea how this worked at all before.
16469
16470 2005-02-05  Jan Schmidt  <thaytan@mad.scientist.com>
16471
16472         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_init),
16473         (gst_mpeg2dec_close_decoder), (put_buffer), (check_buffer),
16474         (free_buffer), (free_all_buffers), (gst_mpeg2dec_alloc_buffer),
16475         (handle_sequence), (handle_picture):
16476         * ext/mpeg2dec/gstmpeg2dec.h:
16477           Rearrange buffer tracking and refcounting and refactor
16478           a little for readability. 
16479
16480 2005-02-04  Jan Schmidt  <thaytan@mad.scientist.com>
16481         * sys/v4l/gstv4l.c: (plugin_init):
16482         * sys/v4l/gstv4ljpegsrc.c: (gst_v4ljpegsrc_get_type),
16483         (gst_v4ljpegsrc_base_init), (gst_v4ljpegsrc_class_init),
16484         (gst_v4ljpegsrc_init), (gst_v4ljpegsrc_src_link),
16485         (gst_v4ljpegsrc_getcaps), (gst_v4ljpegsrc_get):
16486         * sys/v4l/gstv4ljpegsrc.h:
16487         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_open), (gst_v4lsrc_src_link):
16488         * sys/v4l/v4l_calls.h:
16489         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_palette_name),
16490         (gst_v4lsrc_get_fps):
16491         * sys/v4l/v4lsrc_calls.h:
16492           Add new v4ljpegsrc for handling the ov51x hacky "I'll give
16493           you jpeg inside rgb frames" driver.
16494           Don't error in the v4lsrc link function, just return 
16495           REFUSED.
16496
16497 2005-02-03  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16498
16499         * sys/qcam/gstqcamsrc.c: (gst_qcamsrc_change_state),
16500         (gst_qcamsrc_open):
16501           Use GST_ELEMENT_ERROR, not g_warning, if open failed.
16502
16503 2005-02-02  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16504
16505         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):
16506           Change caps on MJPEG-B so it doesn't interfere with MJPEG/JPEG.
16507
16508 2005-02-02  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16509
16510         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_change_state):
16511           Reset negotiated state on PAUSED->READY.
16512
16513 2005-02-02  David Schleef  <ds@schleef.org>
16514
16515         * configure.ac: Put DEFAULT_AUDIOSINK in config.h and use
16516         whereever possible.  (Fixes #165997)
16517         * examples/capsfilter/capsfilter1.c: (main):
16518         * examples/dynparams/filter.c: (create_ui):
16519         * examples/seeking/cdparanoia.c: (get_track_info), (main):
16520         * examples/seeking/chained.c: (main):
16521         * examples/seeking/seek.c: (make_mod_pipeline), (make_dv_pipeline),
16522         (make_wav_pipeline), (make_flac_pipeline), (make_sid_pipeline),
16523         (make_vorbis_pipeline), (make_mp3_pipeline), (make_avi_pipeline),
16524         (make_mpeg_pipeline), (make_mpegnt_pipeline):
16525         * examples/seeking/spider_seek.c: (make_spider_pipeline):
16526         * examples/switch/switcher.c: (main):
16527         * ext/dv/demo-play.c: (main):
16528         * ext/faad/gstfaad.c: (gst_faad_change_state):
16529         * ext/mad/gstmad.c: (gst_mad_chain):
16530         * ext/smoothwave/demo-osssrc.c: (main):
16531         * gst-libs/gst/gconf/gconf.c: (gst_gconf_set_string),
16532         (gst_gconf_render_bin_from_description),
16533         (gst_gconf_get_default_audio_sink),
16534         (gst_gconf_get_default_video_sink),
16535         (gst_gconf_get_default_audio_src),
16536         (gst_gconf_get_default_video_src),
16537         (gst_gconf_get_default_visualization_element):
16538         * gst/level/demo.c: (main):
16539         * gst/level/plot.c: (main):
16540         * gst/playback/gstplaybin.c: (gen_video_element),
16541         (gen_audio_element):
16542         * gst/playback/test.c: (gen_video_element), (gen_audio_element):
16543         * gst/playondemand/demo-mp3.c: (setup_pipeline):
16544         * gst/sine/demo-dparams.c: (main):
16545         * gst/spectrum/demo-osssrc.c: (main):
16546         * gst/speed/demo-mp3.c: (main):
16547         * gst/volume/demo.c: (main):
16548         * testsuite/embed/embed.c: (main):
16549
16550 2005-02-02  Jan Schmidt  <thaytan@mad.scientist.com>
16551
16552         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_class_init),
16553         (gst_tcpclientsink_finalize):
16554         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_class_init),
16555         (gst_tcpclientsrc_finalize):
16556         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
16557         (gst_tcpserversink_init), (gst_tcpserversink_finalize):
16558         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_class_init),
16559         (gst_tcpserversrc_init), (gst_tcpserversrc_finalize):
16560           Don't leak the hostname when shutting down.
16561           In tcpserversrc, take a copy of the default hostname.
16562
16563 2005-02-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16564
16565         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_iso_receive):
16566           Set caps to systemstream=TRUE.
16567
16568 2005-02-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16569
16570         * testsuite/Makefile.am:
16571           Fix more OSX buildbots.
16572
16573 2005-02-02  Jan Schmidt  <thaytan@mad.scientist.com>
16574
16575         * ext/mpeg2dec/gstmpeg2dec.c:
16576           Don't send things to NULL PAD_PEERs
16577
16578         * gst/deinterlace/gstdeinterlace.c: (gst_deinterlace_chain):
16579           Copy-on-write the incoming buffer.
16580
16581         * gst/mpegstream/gstdvddemux.h:
16582         * gst/mpegstream/gstmpegclock.h:
16583         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead),
16584         (normal_seek), (gst_mpeg_demux_handle_src_event):
16585         * gst/mpegstream/gstmpegdemux.h:
16586         * gst/mpegstream/gstmpegpacketize.h:
16587         * gst/mpegstream/gstmpegparse.c:
16588         (gst_mpeg_parse_update_streaminfo), (gst_mpeg_parse_reset),
16589         (gst_mpeg_parse_handle_discont), (gst_mpeg_parse_parse_packhead),
16590         (gst_mpeg_parse_loop), (gst_mpeg_parse_get_rate),
16591         (gst_mpeg_parse_convert_src), (gst_mpeg_parse_handle_src_query),
16592         (gst_mpeg_parse_handle_src_event), (gst_mpeg_parse_change_state):
16593         * gst/mpegstream/gstmpegparse.h:
16594         * gst/mpegstream/gstrfc2250enc.h:
16595           Various changes to the way time is computed that make seeking and
16596           total time estimation much better here.
16597           Use G_BEGIN/END_DECLS instead of __cplusplus
16598
16599         * gst/videocrop/gstvideocrop.c: (gst_video_crop_chain):
16600           Use gst_buffer_stamp instead of only copying the TIMESTAMP
16601
16602 2005-02-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16603
16604         * gst/subparse/gstsubparse.c:
16605           Fix OSX buildbot.
16606
16607 2005-01-31  Tim-Philipp Müller  <tim at centricular dot net>
16608
16609         * ext/theora/theoraenc.c: (theora_buffer_from_packet),
16610         (theora_enc_chain), (theora_enc_change_state):
16611         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
16612         (gst_vorbisenc_buffer_from_packet), (gst_vorbisenc_chain),
16613         (gst_vorbisenc_change_state):
16614         * ext/vorbis/vorbisenc.h:
16615           Set granulepos and timestamp correctly for streams not
16616           starting at 0, taking into account the initial delay.
16617
16618 2005-01-31  Tim-Philipp Müller  <tim at centricular dot net>
16619
16620         * gst/mpegstream/gstdvddemux.c:
16621           Add audio/x-dts to audio pad template caps
16622
16623 2005-01-30  David Schleef  <ds@schleef.org>
16624
16625         * ext/polyp/polypsink.c: (gst_polypsink_base_init),
16626         (create_context), (gst_polypsink_link): Fix silly endianness
16627         bug.  Add some debugging.  Remove float from caps; it doesn't
16628         work.  Attempt to get remote audio working.
16629
16630 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16631
16632         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):
16633           Add 3IV2 fourcc.
16634
16635 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16636
16637         * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream), (swap_line),
16638         (gst_avi_demux_invert), (gst_avi_demux_process_next_entry),
16639         (gst_avi_demux_stream_data):
16640         * gst/avi/gstavidemux.h:
16641           Invert DIB images. Fixes #132341.
16642
16643 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16644
16645         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
16646         (gst_ffmpegcsp_chain):
16647           D'oh, reference the palette data, not the palette structure.
16648           Fixes color distortion in #132341.
16649
16650 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16651
16652         * gst/videoscale/gstvideoscale.c: (gst_videoscale_link):
16653           PAR can be non-fixed when not provided as argument (#162626).
16654
16655 2005-01-29  David Moore  <dcm@acm.org>
16656
16657         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16658
16659         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
16660         (gst_qtdemux_loop_header):
16661           Re-apply patch from #142272 that allows non-seekable sources,
16662           re-proposed by Daniel Drake <dsd@gentoo.org>.
16663
16664 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16665
16666         * gst/rtp/gstrtpgsmenc.c: (gst_rtpgsmenc_init):
16667           Use the src template for creating the src pad (#162330).
16668
16669 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16670
16671         * configure.ac:
16672         * ext/musepack/Makefile.am:
16673         * ext/musepack/gstmusepackdec.c: (gst_musepackdec_class_init),
16674         (gst_musepackdec_init), (gst_musepackdec_dispose),
16675         (gst_musepackdec_src_query), (gst_musepackdec_src_convert),
16676         (gst_musepack_stream_init), (gst_musepackdec_loop),
16677         (gst_musepackdec_change_state):
16678         * ext/musepack/gstmusepackdec.cpp:
16679         * ext/musepack/gstmusepackdec.h:
16680         * ext/musepack/gstmusepackreader.c: (gst_musepack_reader_peek),
16681         (gst_musepack_reader_read), (gst_musepack_reader_seek),
16682         (gst_musepack_reader_tell), (gst_musepack_reader_get_size),
16683         (gst_musepack_reader_canseek), (gst_musepack_init_reader):
16684         * ext/musepack/gstmusepackreader.cpp:
16685         * ext/musepack/gstmusepackreader.h:
16686           Update to 1.1 API (#165446).
16687
16688 2005-01-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16689
16690         * ext/Makefile.am:
16691           Unbreak buildbot.
16692
16693 2005-01-28  Andy Wingo  <wingo@pobox.com>
16694
16695         * ext/dv/gstdvdec.c: Change the pixel aspect ratio of dvdec output
16696         to reflect a different dubious internet source. Add a reference
16697         and some commentary.
16698
16699 2005-01-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16700
16701         * gst/playback/gststreamselector.c: (gst_stream_selector_init),
16702         (gst_stream_selector_get_caps), (gst_stream_selector_chain):
16703         * gst/playback/gststreamselector.h:
16704           Be more selective when we're redoing caps negotiation from
16705           within the chain function on a stream change.
16706
16707 2005-01-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16708
16709         * configure.ac:
16710         * ext/Makefile.am:
16711         * ext/amrnb/Makefile.am:
16712         * ext/amrnb/amrnb.c: (plugin_init):
16713         * ext/amrnb/amrnbdec.c: (gst_amrnbdec_get_type),
16714         (gst_amrnbdec_base_init), (gst_amrnbdec_class_init),
16715         (gst_amrnbdec_init), (gst_amrnbdec_link), (gst_amrnbdec_chain),
16716         (gst_amrnbdec_state_change):
16717         * ext/amrnb/amrnbdec.h:
16718         * ext/amrnb/amrnbparse.c: (gst_amrnbparse_get_type),
16719         (gst_amrnbparse_base_init), (gst_amrnbparse_class_init),
16720         (gst_amrnbparse_init), (gst_amrnbparse_formats),
16721         (gst_amrnbparse_querytypes), (gst_amrnbparse_query),
16722         (gst_amrnbparse_handle_event), (gst_amrnbparse_reserve),
16723         (gst_amrnbparse_loop), (gst_amrnbparse_state_change):
16724         * ext/amrnb/amrnbparse.h:
16725           Add support for AMR-NB (mobile phone audio format; #155163, #163286).
16726         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
16727           Add AMR-NB/-WB raw formats.
16728         * ext/alsa/gstalsa.c: (gst_alsa_link):
16729           Keep valid time when changing format.
16730         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
16731         (qtdemux_parse_trak):
16732           Add some more format-specific options (#140141, #143555, #155163).
16733
16734 2005-01-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16735
16736         * gst/matroska/matroska-demux.c:
16737         (gst_matroska_demux_parse_blockgroup):
16738           Fix logic error in timing of subtitle stream synchronization.
16739         * gst/typefind/gsttypefindfunctions.c: (qt_type_find):
16740           Add skip-chunk, which is found in kodak-camera streams.
16741
16742 2005-01-27  Thomas Vander Stichele  <thomas at apestaart dot org>
16743
16744         * po/LINGUAS:
16745         * po/vi.po:
16746           Adding Vietnamese translation (submitted by Clytie Siddall)
16747
16748 2005-01-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16749
16750         * gst/playback/gstdecodebin.c: (try_to_link_1):
16751           Use realpad for signal.
16752
16753 2005-01-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16754
16755         * ext/mad/gstid3demuxbin.c: (gst_id3demux_bin_base_init):
16756           Fix category so decodebin picks it up.
16757
16758 2005-01-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16759
16760         * ext/mad/Makefile.am:
16761         * ext/mad/gstid3demuxbin.c: (gst_id3demux_bin_get_type),
16762         (gst_id3demux_bin_base_init), (gst_id3demux_bin_class_init),
16763         (gst_id3demux_bin_init), (gst_id3demux_bin_remove_pad),
16764         (found_type), (gst_id3demux_bin_change_state):
16765         * ext/mad/gstid3tag.c: (gst_id3_tag_add_src_pad),
16766         (gst_id3_tag_init), (gst_id3_tag_handle_event),
16767         (gst_id3_tag_src_link), (gst_id3_tag_chain),
16768         (gst_id3_tag_change_state), (plugin_init):
16769         * ext/mad/gstmad.h:
16770           Add id3demuxbin (which is a simple bin consisting of id3demux
16771           and typefind), take over rank from id3demux, remove typefind
16772           code from id3demux. Makes all broken mp3s that I know of work,
16773           and thereby fixes #152688.
16774
16775 2005-01-27  Edward Hervey  <bilboed@bilboed.com>
16776
16777         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16778
16779         * ext/mad/gstmad.c: (gst_mad_src_event):
16780         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_event):
16781           Allow seeks on audio pad, make mad forward those (#164826).
16782         * gst/audioscale/gstaudioscale.c: (gst_audioscale_chain):
16783           Set duration (#165335).
16784
16785 2005-01-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16786
16787         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_init),
16788         (gst_asf_demux_commit_taglist), (gst_asf_demux_process_comment),
16789         (gst_asf_demux_process_ext_content_desc),
16790         (gst_asf_demux_change_state), (gst_asf_demux_add_audio_stream),
16791         (gst_asf_demux_add_video_stream), (gst_asf_demux_setup_pad):
16792         * gst/asfdemux/gstasfdemux.h:
16793           Improve metadata display, e.g. if the metadata comes before the
16794           streams are loaded (which is perfectly valid).
16795
16796 2005-01-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16797
16798         * tools/gst-launch-ext-m.m:
16799           Fix AVI/ASF pipelines (#165340).
16800
16801 2005-01-26  Amaury Jacquot  <sxpert@esitcom.org>
16802         * ext/cairo/gsttextoverlay.c: include  string.h and strings.h to fix
16803         build failure on amd64
16804
16805 2005-01-26  Tim-Philipp Müller  <tim at centricular dot net>
16806
16807         * ext/mad/gstid3tag.c: (mad_id3_parse_latin1_string),
16808         (mad_id3_parse_comment_frame), (gst_mad_id3_to_tag_list):
16809           Check environment variables GST_ID3V2_TAG_ENCODING,
16810           GST_ID3_TAG_ENCODING and GST_TAG_ENCODING for a colon-separated
16811           list of character encodings to force interpretation of non-unicode
16812           strings stored in an ID3v2 tag to a particular encoding. If none
16813           is specified, try to use current locale's encoding, then fall back
16814           to ISO-8859-1 (which will always succeed). (Resolves #149274)
16815         * gst/tags/gstid3tag.c: (gst_tag_from_id3_tag),
16816         (gst_tag_extract_id3v1_string), (gst_tag_list_new_from_id3v1):
16817           Check environment variables GST_ID3V1_TAG_ENCODING,
16818           GST_ID3_TAG_ENCODING and GST_TAG_ENCODING for a colon-separated
16819           list of character encodings to use in case a string encountered
16820           in an ID3v1 tag is not valid UTF-8 already. If no encoding is
16821           specified, try to use the current locale's encoding, then fall
16822           back to ISO-8859-1 (which will always succeed).
16823
16824 2005-01-25  Benjamin Otte  <otte@gnome.org>
16825
16826         * ext/mad/gstmad.c: (gst_mad_check_caps_reset), (gst_mad_chain):
16827           - on half framerate, compute the rate in advance so the comparisons
16828             don't compare wrong values
16829           - don't use mad_synth/frame_mute anymore, this mirrors mad_decoder
16830             behaviour
16831           - don't use mad_header_decode anymore, mad_frame_decode does that
16832             automatically
16833           - when getting rid of consumed bytes, reset the stream's skiplen
16834           (fixes #163867)
16835
16836 2005-01-26  Jan Schmidt  <thaytan@mad.scientist.com>
16837
16838         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_class_init)
16839           Use 1/2 a second for default max_discont, as PES streams from DVB
16840           seem to have larger spacings in the SCR. 
16841           Fix a typo.
16842
16843 2005-01-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16844
16845         * gst/playback/gstplaybasebin.c: (group_commit):
16846           Notify delayed stream-info availability.
16847
16848 2005-01-26  Jan Schmidt  <thaytan@mad.scientist.com>
16849         * ext/a52dec/gsta52dec.c: (gst_a52dec_push),
16850         (gst_a52dec_handle_event), (gst_a52dec_chain):
16851         Add some debug output. Check that a discont has a valid
16852         time associated.
16853         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event),
16854         (gst_alsa_sink_loop):
16855         Ignore TAG events. A little extra debug for broken timestamps.
16856         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_init), (dvdnavsrc_loop),
16857         (dvdnavsrc_change_state):
16858         Ensure we send a discont to engage the link before we send any
16859         other events.
16860         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_init),
16861         (dvdreadsrc_finalize), (_close), (_open), (_seek_title),
16862         (_seek_chapter), (seek_sector), (dvdreadsrc_get),
16863         (dvdreadsrc_uri_get_uri), (dvdreadsrc_uri_set_uri):
16864         Handle URI of the form dvd://title[,chapter[,angle]]. Currently only
16865         dvd://title works in totem because typefinding sends a seek that ends
16866         up going back to chapter 1 regardless.
16867         * ext/mpeg2dec/gstmpeg2dec.c:
16868         * ext/mpeg2dec/gstmpeg2dec.h:
16869         Output correct timestamps and handle disconts.
16870         * ext/ogg/gstoggdemux.c: (get_relative):
16871         Small guard against a null dereference.
16872         * ext/pango/gsttextoverlay.c: (gst_textoverlay_finalize),
16873         (gst_textoverlay_set_property):
16874         Free memory when done. Don't call gst_event_filler_get_duration on
16875         EOS events. Use GST_LOG and GST_WARNING instead of g_message and
16876         g_warning.
16877         * ext/smoothwave/gstsmoothwave.c: (gst_smoothwave_init),
16878         (draw_line), (gst_smoothwave_dispose), (gst_sw_sinklink),
16879         (gst_sw_srclink), (gst_smoothwave_chain):
16880         Draw solid lines, prettier colours.
16881         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_init):
16882         Add a default palette that'll work for some movies.
16883         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_init),
16884         (gst_dvd_demux_handle_dvd_event), (gst_dvd_demux_send_discont),
16885         (gst_dvd_demux_send_subbuffer), (gst_dvd_demux_reset):
16886         * gst/mpegstream/gstdvddemux.h:
16887         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_send_discont),
16888         (gst_mpeg_demux_parse_syshead), (gst_mpeg_demux_parse_pes):
16889         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_init),
16890         (gst_mpeg_parse_handle_discont), (gst_mpeg_parse_parse_packhead):
16891         * gst/mpegstream/gstmpegparse.h:
16892         Use PTM/NAV events when for timestamp adjustment when connected to 
16893         dvdnavsrc. Don't use many discont events where one suffices.
16894         * gst/playback/gstplaybasebin.c: (group_destroy),
16895         (gen_preroll_element), (gst_play_base_bin_add_element):
16896         * gst/playback/gstplaybasebin.h:
16897         Make sure we remove subtitles from the same bin we put them in.
16898         * gst/subparse/gstsubparse.c: (convert_encoding), (parse_subrip),
16899         (gst_subparse_buffer_format_autodetect),
16900         (gst_subparse_change_state):
16901         Fix some memleaks and invalid accesses.
16902         * gst/typefind/gsttypefindfunctions.c: (ogganx_type_find),
16903         (oggskel_type_find), (cmml_type_find), (plugin_init):
16904         Some typefind functions for Annodex v3.0 files
16905         * gst/wavparse/gstwavparse.h:
16906         GstRiffReadClass is the correct parent class.
16907
16908 2005-01-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16909
16910         * gst-libs/gst/riff/riff-media.c:
16911         (gst_riff_create_video_caps_with_data):
16912           Add extradata to huffyuv (fixes #165013).
16913         * gst-libs/gst/riff/riff-read.c:
16914         (gst_riff_read_strf_vids_with_data):
16915           Fix extradata extraction if it is in the chunk size.
16916
16917 2005-01-25  Edward Hervey  <bilboed@bilboed.com>
16918
16919         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16920
16921         * gst/effectv/gstquark.c: (gst_quarktv_class_init),
16922         (gst_quarktv_change_state), (gst_quarktv_dispose):
16923           Memory free'ing location fix (#164708).
16924
16925 2005-01-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16926
16927         * gst/playback/gstplaybasebin.c: (group_commit),
16928         (gen_preroll_element), (probe_triggered), (gen_source_element),
16929         (setup_source), (gst_play_base_bin_change_state),
16930         (gst_play_base_bin_add_element):
16931           Don't block for streams.
16932         * gst/playback/gststreaminfo.c: (stream_info_change_state),
16933         (gst_stream_info_set_mute):
16934           Use gst_pad_set_active_recursive.
16935
16936 2005-01-25  Andy Wingo  <wingo@pobox.com>
16937
16938         * sys/v4l/gstv4lelement.c (gst_v4l_iface_supported): Fix compile
16939         for #ifndef HAVE_XVIDEO.
16940
16941 2005-01-24  Jeffrey C. Ollie
16942
16943         reviewed by: Maciej Katafiasz  <mathrick@freedesktop.org>
16944
16945         * ext/gsm/gstgsmdec.c: (gst_gsmdec_init), (gst_gsmdec_chain):
16946         * ext/gsm/gstgsmdec.h:
16947         * ext/gsm/gstgsmenc.c: (gst_gsmenc_init), (gst_gsmenc_chain):
16948         * ext/gsm/gstgsmenc.h:
16949         Fix rate to 8kHz as per spec, removes obscure errors when no rate
16950         was given by property. Add proper buffer timestamps and offsets.
16951
16952 2005-01-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16953
16954         * gst-libs/gst/riff/riff-media.c:
16955         (gst_riff_create_audio_caps_with_data):
16956           Audio can be <8000Hz.
16957
16958 2005-01-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16959
16960         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
16961           Explicit state change to workaround refcount bugs.
16962
16963 2005-01-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16964
16965         * gst/avi/gstavimux.c: (gst_avimux_write_tag),
16966         (gst_avimux_riff_get_avi_header):
16967           Fix...
16968
16969 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16970
16971         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_element_data),
16972         (gst_riff_read_element_data):
16973         * gst-libs/gst/riff/riff-read.h:
16974           Add _peek version (req'ed in CDXA).
16975         * gst/cdxaparse/gstcdxaparse.c: (gst_cdxaparse_init),
16976         (gst_cdxaparse_loop):
16977           Fix parsing in playbin.
16978         * gst/playback/gstdecodebin.c: (close_pad_link):
16979           Ignore current_ pads, they cause major annoyance.
16980
16981 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16982
16983         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
16984           Safety guard.
16985
16986 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16987
16988         * gst/avi/gstavimux.c: (gst_avimux_write_tag):
16989           Fix padding...
16990
16991 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16992
16993         * gst/matroska/ebml-read.c: (gst_ebml_read_buffer):
16994           Allow for 0-sized buffers. Fixes length query problems in
16995           starwars.mkv from the testsuite.
16996
16997 2005-01-19  Tim-Philipp Müller  <tim at centricular dot net>
16998
16999         * gst/videobox/gstvideobox.c: (gst_video_box_copy_plane_i420),
17000         (gst_video_box_i420), (gst_video_box_chain):
17001           Fix row strides for I420 (fixes #163159)
17002           
17003 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17004
17005         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_parse_packhead):
17006           MPEG2 has a useful rate property, so we can actually use that.
17007           For MPEG-1, continue using the bytes/time properties.
17008
17009 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17010
17011         * gst-libs/gst/riff/riff-media.c:
17012         (gst_riff_create_video_caps_with_data),
17013         (gst_riff_create_video_template_caps):
17014           Add intel-h263.
17015
17016 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17017
17018         * ext/mad/gstmad.c: (gst_mad_check_caps_reset), (gst_mad_chain):
17019           Fail if caps negotiation fails. Should fix #162184, and should
17020           definately be in there regardless of it fixing the actual bug.
17021         * gst/avi/gstavimux.c: (gst_avimux_get_type), (gst_avimux_init),
17022         (gst_avimux_write_tag), (gst_avimux_riff_get_avi_header),
17023         (gst_avimux_riff_get_avix_header),
17024         (gst_avimux_riff_get_video_header),
17025         (gst_avimux_riff_get_audio_header), (gst_avimux_write_index),
17026         (gst_avimux_start_file), (gst_avimux_handle_event),
17027         (gst_avimux_change_state):
17028         * gst/avi/gstavimux.h:
17029           Refactor structure writing to use GST_WRITE_UINT macros, add
17030           metadata writing support.
17031
17032 2005-01-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17033
17034         * gst/playback/gststreaminfo.c: (gst_stream_info_dispose):
17035           Elements may already be destroyed when this function is called.
17036
17037 2005-01-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17038
17039         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
17040         (gst_qtdemux_loop_header), (gst_qtdemux_handle_esds):
17041           More memory leak fixes (#149162).
17042
17043 2005-01-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17044
17045         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
17046         (gst_qtdemux_add_stream):
17047           Fix two memleaks.
17048
17049 2005-01-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17050
17051         * ext/faad/gstfaad.c: (gst_faad_srcgetcaps):
17052           Argh...
17053
17054 2005-01-17  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17055
17056         * ext/faad/gstfaad.c: (gst_faad_srcgetcaps):
17057           Fix off-by-one bug. Fixes warnings during playback of sincity.mp4
17058           when fixating to six channels in Totem.
17059
17060 2005-01-17  Tim-Philipp Müller  <tim at centricular dot net>
17061
17062         * ext/dvdread/dvdreadsrc.c: (get_next_cell_for):
17063           Fix compile warnings on Solaris 10 buildbot
17064
17065 2005-01-17  Tim-Philipp Müller  <tim at centricular dot net>
17066
17067         * ext/dvdread/dvdreadsrc.c: (_read):
17068           Don't read beyond the last cell in a chapter (fixes 
17069           invalid memory access)
17070
17071 2005-01-17  Tim-Philipp Müller  <tim at centricular dot net>
17072
17073         * ext/dvdread/stream_labels.c:
17074         (dvdreadsrc_get_audio_stream_labels):
17075           Use NULL for an empty GList instead of g_list_alloc(); fix 
17076           memory leaks; s/LCPM/LPCM/; use g_strdup_printf() instead 
17077           of GString (easier to bulk free later)
17078
17079 2005-01-17  Gergely Nagy  <algernon@bonehunter.rulez.org>
17080
17081         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17082
17083         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
17084         (gst_ffmpeg_pixfmt_to_caps):
17085           Fix BGRA32 caps (#164209).
17086
17087 2005-01-17  Gergely Nagy  <algernon@bonehunter.rulez.org>
17088
17089         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17090
17091         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
17092         (gst_ffmpeg_caps_to_pixfmt):
17093           alpha_mask can be RGBA/ABGR. Fixes #164265.
17094
17095 2005-01-17  Francis Labonte  <francis_labonte@hotmail.com>
17096
17097         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17098
17099         * ext/mpeg2dec/gstmpeg2dec.c: (crop_buffer),
17100         (gst_mpeg2dec_alloc_buffer):
17101         * ext/mpeg2dec/gstmpeg2dec.h:
17102           Crop if decoding size is not the actual image size (#163676).
17103
17104 2005-01-17  Steve Baker  <steve@stevebaker.org>
17105
17106         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17107
17108         * gst/typefind/gsttypefindfunctions.c: (aiff_type_find),
17109         (svx_type_find), (sds_type_find), (ircam_type_find), (plugin_init):
17110           Add libsndfile typefind functions (#163309).
17111
17112 2005-01-17  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17113
17114         * tools/gst-launch-ext-m.m:
17115           Add .aac, fix .m1v/.m2v (#163891).
17116
17117 2005-01-17  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17118
17119         * ext/alsa/gstalsaclock.c: (gst_alsa_clock_wait):
17120           Sanity check, don't wait endlessly since the clock might not
17121           actually run at this point (which is a deadlock). Fixes #164069.
17122
17123 2005-01-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17124
17125         * gst/playback/gstplaybasebin.c: (probe_triggered):
17126           Of course, only pause if group is done...
17127
17128 2005-01-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17129
17130         * gst/playback/gstplaybasebin.c: (probe_triggered):
17131           Thread safety.
17132
17133 2005-01-16  Jan Schmidt  <thaytan@mad.scientist.com>
17134
17135         * ext/swfdec/gstswfdec.c: (gst_swfdec_change_state):
17136           Don't return state change success when the parent
17137           failed.
17138
17139 2005-01-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17140
17141         * gst/avi/gstavimux.c: (gst_avimux_handle_event):
17142           Free events (fix memleak in #162905).
17143
17144 2005-01-15  Gergely Nagy  <algernon@bonehunter.rulez.org>
17145
17146         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17147
17148         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
17149         (gst_ffmpeg_caps_to_pixfmt):
17150           Fix for depth = 15. Fixes #161675.
17151
17152 2005-01-14  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17153
17154         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_getcaps):
17155           Set FPS correctly, even for webcams and the like.
17156         * sys/v4l/v4l_calls.c: (gst_v4l_set_chan_norm):
17157           Don error on setting while capturing.
17158
17159 2005-01-14  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
17160
17161         * ext/dv/gstdvdec.c:
17162         * gst/subparse/gstsubparse.c: (parse_mdvdsub):
17163         * gst/y4m/gsty4mencode.c: (gst_y4mencode_sinkconnect):
17164           I'm a bad boy. using /1001. to force C to do float division
17165           and not integer division (as it did in my last commit)
17166           Thanks to David I. Lehn for pointing this mistake.
17167
17168 2005-01-14  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17169
17170         * sys/v4l/gstv4lelement.c: (gst_v4l_iface_supported):
17171           Revert Johan's 1.35->1.36 since it breaks compat.
17172
17173 2005-01-14  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
17174
17175         * ext/dv/gstdvdec.c:
17176         * ext/libfame/gstlibfame.c:
17177         * gst/subparse/gstsubparse.c: (parse_mdvdsub):
17178         * gst/y4m/gsty4mencode.c: (gst_y4mencode_sinkconnect):
17179           replace framerate aproximations by their real value
17180           (24000/1001, 30000/1001, 60000/1001)
17181           Finish fixing bug #164049
17182
17183 2005-01-13  Thomas Vander Stichele  <thomas at apestaart dot org>
17184
17185         * ext/ogg/gstoggmux.c:
17186           eos/bos debugging
17187         * gst/tcp/gstmultifdsink.c:
17188         * gst/tcp/gstmultifdsink.h:
17189         * gst/tcp/gsttcp.c:
17190         * gst/tcp/gsttcp.h:
17191         * gst/tcp/gsttcpclientsink.c:
17192         * gst/tcp/gsttcpclientsrc.c:
17193         * gst/tcp/gsttcpserversink.c:
17194         * gst/tcp/gsttcpserversrc.c:
17195           improve reusability of elements after state changes and errors
17196           make multifdsink throw away streamheaders when receiving new ones
17197
17198 2005-01-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17199
17200         * ext/alsa/gstalsa.c: (gst_alsa_rates_probe):
17201           Fix for if items are already in list...
17202
17203 2005-01-12  Benjamin Otte  <otte@gnome.org>
17204
17205         * gst/adder/gstadder.c: (gst_adder_loop):
17206           fix adder a bit so it doesn't screw up with events as much anymore
17207
17208 2005-01-12  Jan Schmidt  <thaytan@mad.scientist.com>
17209
17210         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_link),
17211         (pixbufscale_scale), (gst_pixbufscale_chain):
17212         * ext/gdk_pixbuf/pixbufscale.h:
17213           Incorporate changes from Tim-Philipp Mueller <t.i.m@orange.net>
17214           to ensure rowstrides are calculated the same way as 
17215           ffmpegcolorspace
17216           Use gst_buffer_stamp instead of copying TIMESTAMP manually, so
17217           that we pick up duration and offset also.
17218
17219 2005-01-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17220
17221         * gst/avi/gstavimux.c: (gst_avimux_class_init),
17222         (gst_avimux_pad_unlink), (gst_avimux_release_pad):
17223           Reusability fixes.
17224
17225 2005-01-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17226
17227         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_update),
17228         (gst_alsa_mixer_get_volume), (gst_alsa_mixer_set_volume),
17229         (gst_alsa_mixer_set_mute), (gst_alsa_mixer_set_record),
17230         (gst_alsa_mixer_set_option), (gst_alsa_mixer_get_option):
17231           Update flags when requested.
17232
17233 2005-01-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17234
17235         * ext/alsa/gstalsa.c: (gst_alsa_rates_probe):
17236           Fix dmix.
17237
17238 2005-01-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17239
17240         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
17241         (gst_play_base_bin_init), (gst_play_base_bin_dispose),
17242         (probe_triggered), (new_decoded_pad), (gen_source_element),
17243         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property):
17244         * gst/playback/gstplaybasebin.h:
17245         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
17246         (gst_play_bin_init), (group_switch), (remove_sinks), (setup_sinks),
17247         (gst_play_bin_change_state):
17248           Implement group-switch signal for use in apps to clear metadata
17249           cache, clean up subtitle, add suburi property instead of # hack,
17250           some error-out fixes.
17251
17252 2005-01-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17253
17254         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
17255           Debug.
17256         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_grab_frame):
17257           If we got a state change in the _get handler, don't return success.
17258
17259 2005-01-10  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
17260
17261         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_my_output_message),
17262         (gst_jpegdec_my_emit_message), (gst_jpegdec_init):
17263           Make jpegdec quiet on MJPEG decoding
17264         * gst/asfdemux/README:
17265           Fix mimetypes for MJPEG and H263
17266
17267 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17268
17269         * ext/theora/theoradec.c: (theora_dec_chain):
17270           Fix broken code generation by gcc by swapping arguments.
17271         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
17272           Fix \n in debug.
17273
17274 2005-01-10  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
17275
17276         * TODO:
17277           delete this file, it is by far outdated
17278         * ext/alsa/gstalsa.1: remove
17279         * ext/alsa/gstalsa.c: (add_rates), (add_channels), (gst_alsa_caps),
17280         (gst_alsa_check_sample_rates), (gst_alsa_rates_probe),
17281         (gst_alsa_get_caps):
17282           Add HW probing for supported sample rates. Fixes #161704
17283
17284 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17285
17286         * gst/audioscale/gstaudioscale.c: (gst_audioscale_chain):
17287           Don't crash, biatch! :).
17288
17289 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17290
17291         * ext/musepack/gstmusepackreader.cpp:
17292         * gst/apetag/apedemux.c: (gst_ape_demux_stream_data):
17293           Some work on tags - still doesn't work in playbin...
17294         * gst/audioscale/gstaudioscale.c: (gst_audioscale_chain):
17295           Handle events...
17296
17297 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17298
17299         * gst/qtdemux/qtdemux.c: (qtdemux_parse_tree):
17300           Also shove tags on kid pads.
17301
17302 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17303
17304         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_use_event):
17305           Don't bail on unknown events.
17306         * gst/audioscale/gstaudioscale.c: (gst_audioscale_chain):
17307           Don't crash on events before negotiation.
17308         * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream):
17309           Send tags on pads, too.
17310         * gst/playback/gststreamselector.c:
17311         (gst_stream_selector_request_new_pad):
17312           Forward events on first pad if no input was selected yet.
17313
17314 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17315
17316         * gst/playback/gstplaybasebin.c: (setup_substreams):
17317           Don't disable streamtype if the stream doesn't exist, since
17318           then playing a video after audio will disable both and nothing
17319           will happen. Fixes the testsuite.
17320
17321 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17322
17323         * sys/v4l/gstv4lxoverlay.c: (gst_v4l_xoverlay_interface_init),
17324         (gst_v4l_xoverlay_set_xwindow_id):
17325         * sys/v4l2/gstv4l2xoverlay.c: (gst_v4l2_xoverlay_interface_init),
17326         (gst_v4l2_xoverlay_set_xwindow_id):
17327           Add debug categories, fix overlay disabling.
17328
17329 2005-01-10  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
17330
17331         * ext/alsa/gstalsa.c: (gst_alsa_class_init), (gst_alsa_get_caps):
17332         * ext/alsa/gstalsa.h:
17333           Add HW probing for period_count/size and buffer_size MIX/MAX
17334           Adjust default/user defined value if out of bounds
17335           Should fix bug #162024
17336
17337 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17338
17339         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event):
17340           Fix warning (#161191).
17341
17342 2005-01-09  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
17343
17344         * ext/dvdread/stream_labels.c:
17345         (dvdreadsrc_get_audio_stream_labels):
17346           Fix warning (init the good variable in switch default)
17347
17348 2005-01-09  Koop Mast  <kwm@rainbow-runner.nl>
17349
17350         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17351
17352         * gst/tta/gstttaparse.c: (gst_tta_src_event):
17353           Fix gcc-2.95 compile (#163485).
17354
17355 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17356
17357         * configure.ac:
17358         * ext/flac/gstflacenc.c: (gst_flacenc_init),
17359         (gst_flacenc_seek_callback), (gst_flacenc_write_callback),
17360         (gst_flacenc_tell_callback), (gst_flacenc_chain),
17361         (gst_flacenc_change_state):
17362         * ext/flac/gstflacenc.h:
17363           Update for API change in flac-1.1.1. Update requirement in
17364           configure.ac. Fixes #162974.
17365
17366 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17367
17368         * gst/playback/gstplaybasebin.c: (group_destroy):
17369           Remove hack to get rid of assert and get rid of unlinked
17370           signals properly.
17371
17372 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17373
17374         * gst/playback/gstplaybasebin.c: (setup_source):
17375           Set source to NULL so that resources are free'ed. Fixes issues
17376           with playback of CDDA and similar device-accessing things.
17377
17378 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17379
17380         * testsuite/embed/Makefile.am:
17381           test->noinst, fix make test in buildbot.
17382
17383 2005-01-09  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
17384
17385         * ext/dvdread/stream_labels.c: new file
17386         * ext/dvdread/stream_labels.h: new file
17387         * ext/dvdread/Makefile.am:
17388         * ext/dvdread/dvdreadsrc.c: (_seek_title):
17389           Extract audio stream label from DVD IFO files.
17390           It only dump them on the console for now, still have to
17391           make playbin aware of them.
17392
17393 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17394
17395         * gst/playback/gstplaybasebin.c: (setup_source):
17396           Fix hanging subs.
17397
17398 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17399
17400         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
17401         (gen_preroll_element), (remove_groups), (setup_subtitle),
17402         (gen_source_element), (setup_source):
17403         * gst/playback/gstplaybasebin.h:
17404           Multiple .sub files is just a stupid idea... Fix some threading
17405           mistakes. Interestingly, external .sub files cause playbin to
17406           hang, I don't know why... Parsing fixes contributed by Fran??ois
17407           Kooman <fkooman@tuxed.net>.
17408
17409 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17410
17411         * testsuite/embed/Makefile.am:
17412           Fix buildbot.
17413
17414 2005-01-09  Gergely Nagy  <algernon@bonehunter.rulez.org>
17415
17416         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17417
17418         * ext/libpng/gstpngenc.c: (gst_pngenc_class_init),
17419         (gst_pngenc_init), (gst_pngenc_chain), (gst_pngenc_get_property),
17420         (gst_pngenc_set_property):
17421         * ext/libpng/gstpngenc.h:
17422           Add compression level property (#163323).
17423
17424 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17425
17426         * configure.ac:
17427         * examples/capsfilter/capsfilter1.c: (main):
17428         * examples/seeking/spider_seek.c: (make_spider_pipeline):
17429         * ext/dvdread/Makefile.am:
17430         * ext/dvdread/demo-play:
17431         * ext/dvdread/demo-play.c:
17432         * gconf/gstreamer.schemas.in:
17433         * gst-libs/gst/gconf/gconf.c:
17434         * sys/v4l/TODO:
17435         * testsuite/Makefile.am:
17436         * testsuite/embed/Makefile.am:
17437         * testsuite/embed/embed.c: (cb_expose), (main):
17438           Remove all references to xvideosink, fix examples (#140845).
17439         * gst/playback/gstplaybasebin.c: (group_destroy):
17440           Apparently, disposal does not unlink - so do explicitely.
17441         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
17442           Add debug.
17443
17444 2005-01-09  Maciej Katafiasz <mathrick@freedesktop.org>
17445
17446         * README: fix PKG_CONFIG_PATH instructions, what was there
17447         previously was breaking default search path, not nice. 
17448         Fixes #163358
17449
17450 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17451
17452         * gst/audioscale/gstaudioscale.c: (gst_audioscale_init),
17453         (gst_audioscale_chain):
17454           %#^@^#@^@#^#@^#@^@#^@#^@#^@#^#@^#@^#@^@#^#@ fix seeking
17455           when resampling - how the ^@$^!@^! is this possible?!?
17456
17457 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17458
17459         * ext/alsa/gstalsa.c: (gst_alsa_change_state):
17460           Reset variables on READY.
17461         * gst/matroska/matroska-mux.c: (gst_matroska_mux_request_new_pad),
17462         (gst_matroska_mux_loop):
17463           Require data before writing header.
17464
17465 2005-01-09  Francis Labonte  <francis_labonte@hotmail.com>
17466
17467         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17468
17469         * ext/mad/gstmad.c: (gst_mad_chain):
17470           Don't call mad_stream_sync() directly after recovering sync.
17471           Fixes #151661.
17472
17473 2005-01-09  Martin Eikermann  <meiker@upb.de>
17474
17475         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17476
17477         * ext/snapshot/gstsnapshot.c: (gst_snapshot_class_init),
17478         (snapshot_handler), (gst_snapshot_sinkconnect),
17479         (gst_snapshot_chain):
17480           Allocate resources when required, fix recursive signal emission
17481           and fix caps. Fixes #161667.
17482
17483 2005-01-09  Gergely Nagy  <algernon@bonehunter.rulez.org>
17484
17485         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17486
17487         * ext/libpng/gstpngdec.c: (gst_pngdec_src_getcaps),
17488         (gst_pngdec_chain):
17489           Handle only 8-bppc (bits-per-pixel-component) images, better
17490           error handling and correct strides. Fixes #163177.
17491         * ext/libpng/gstpngenc.c: (gst_pngenc_sinklink),
17492         (gst_pngenc_chain):
17493           Better error handling. Fixes #163348.
17494
17495 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17496
17497         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_get_type),
17498         (dvdnavsrc_uri_get_type), (dvdnavsrc_uri_get_protocols),
17499         (dvdnavsrc_uri_get_uri), (dvdnavsrc_uri_set_uri),
17500         (dvdnavsrc_uri_handler_init):
17501           Add DVD-nav URI (dvdnav://) for Totem testing purposes.
17502         * gst/playback/gstplaybasebin.c: (gen_source_element):
17503           Add MMS to streaming URIs.
17504
17505 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17506
17507         * sys/ximage/ximagesink.c: (gst_ximagesink_navigation_send_event):
17508         * sys/xvimage/xvimagesink.c:
17509         (gst_xvimagesink_navigation_send_event):
17510           Check for pad availability before sending event.
17511
17512 2005-01-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17513
17514         * gst-plugins.spec.in:
17515           Add subparse.
17516
17517 2005-01-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17518
17519         * configure.ac:
17520           Since we use functions from CVS, up requirement.
17521
17522 2005-01-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17523
17524         * gst/playback/Makefile.am:
17525         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
17526         (group_destroy), (group_commit), (group_is_muted),
17527         (gen_preroll_element), (add_stream), (unknown_type),
17528         (probe_triggered), (preroll_unlinked), (mute_stream),
17529         (silence_stream), (new_decoded_pad), (setup_substreams),
17530         (setup_source), (get_active_source), (mute_group_type),
17531         (muted_group_change_state), (set_active_source),
17532         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property),
17533         (play_base_eos), (gst_play_base_bin_change_state):
17534         * gst/playback/gstplaybasebin.h:
17535         * gst/playback/gstplaybin.c: (add_sink), (setup_sinks):
17536         * gst/playback/gststreaminfo.c: (gst_stream_info_class_init),
17537         (gst_stream_info_dispose), (stream_info_mute_pad),
17538         (stream_info_change_state), (gst_stream_info_set_mute):
17539         * gst/playback/gststreamselector.c: (gst_stream_selector_get_type),
17540         (gst_stream_selector_base_init), (gst_stream_selector_class_init),
17541         (gst_stream_selector_init), (gst_stream_selector_dispose),
17542         (gst_stream_selector_get_linked_pad),
17543         (gst_stream_selector_get_caps), (gst_stream_selector_link),
17544         (gst_stream_selector_get_linked_pads),
17545         (gst_stream_selector_request_new_pad), (gst_stream_selector_chain):
17546         * gst/playback/gststreamselector.h:
17547           Adding stream selection support plus required properties for
17548           applications to use this. Fully fixes #100931.
17549
17550 2005-01-08  Benjamin Otte  <otte@gnome.org>
17551
17552         * gst/games/gstpuzzle.c: (nav_event_handler):
17553           - handle nav events differently: forward every event no matter if it
17554             was handled or not.
17555           - translate events
17556           You can now cheat by using navigationtest ! puzzle and moving the
17557           mouse close to the edge of a tile. ;)
17558
17559 2005-01-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17560
17561         * configure.ac:
17562         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_new):
17563         * ext/ogg/gstogmparse.c: (gst_ogm_text_parse_get_type),
17564         (gst_ogm_text_parse_base_init), (gst_ogm_text_parse_init),
17565         (gst_ogm_parse_get_sink_querytypes), (gst_ogm_parse_sink_convert),
17566         (gst_ogm_parse_sink_query), (gst_ogm_parse_chain),
17567         (gst_ogm_parse_plugin_init):
17568         * ext/pango/gsttextoverlay.c: (gst_textoverlay_linkedpads),
17569         (gst_textoverlay_link), (gst_textoverlay_getcaps),
17570         (gst_textoverlay_event), (gst_textoverlay_video_chain),
17571         (gst_textoverlay_loop), (gst_textoverlay_init), (plugin_init):
17572         * ext/pango/gsttextoverlay.h:
17573         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
17574         (gst_matroska_demux_handle_seek_event),
17575         (gst_matroska_demux_sync_streams),
17576         (gst_matroska_demux_parse_blockgroup),
17577         (gst_matroska_demux_subtitle_caps),
17578         (gst_matroska_demux_plugin_init):
17579         * gst/matroska/matroska-ids.h:
17580         * gst/playback/gstdecodebin.c: (close_pad_link):
17581         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
17582         (gen_preroll_element), (remove_groups), (add_stream),
17583         (new_decoded_pad), (setup_subtitles), (gen_source_element),
17584         (setup_source):
17585         * gst/playback/gstplaybasebin.h:
17586         * gst/playback/gstplaybin.c: (gen_text_element), (setup_sinks):
17587         * gst/subparse/Makefile.am:
17588         * gst/subparse/gstsubparse.c: (gst_subparse_get_type),
17589         (gst_subparse_base_init), (gst_subparse_class_init),
17590         (gst_subparse_init), (gst_subparse_formats),
17591         (gst_subparse_eventmask), (gst_subparse_event),
17592         (gst_subparse_handle_event), (convert_encoding), (get_next_line),
17593         (parse_mdvdsub), (parse_mdvdsub_init), (parse_subrip),
17594         (parse_subrip_deinit), (parse_subrip_init), (parse_mpsub),
17595         (parse_mpsub_deinit), (parse_mpsub_init),
17596         (gst_subparse_buffer_format_autodetect),
17597         (gst_subparse_format_autodetect), (gst_subparse_loop),
17598         (gst_subparse_change_state), (gst_subparse_type_find),
17599         (plugin_init):
17600         * gst/subparse/gstsubparse.h:
17601         * gst/typefind/gsttypefindfunctions.c: (ogmtext_type_find),
17602         (plugin_init):
17603           Add subtitle support, .sub parser (supports SRT and MPsub),
17604           OGM text support, Matroska UTF-8 text support, deadlock fixes
17605           all over the place, subtitle awareness in decodebin/playbin
17606           and some fixes to textoverlay to handle subtitles in a stream
17607           correctly. Fixes #100931.
17608
17609 2005-01-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17610
17611         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
17612           Check for pad availability before doing a query on it.
17613
17614 2005-01-08  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
17615
17616         * ext/dv/gstdvdec.c:
17617           really fix bpp24/32 dvdec caps (classic rgba indeed)
17618         * gst/asfdemux/gstasfdemux.c:
17619         (gst_asf_demux_process_ext_content_desc):
17620           don't send text tags if they are empty (bis repetita)
17621
17622 2005-01-08  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
17623
17624         * ext/dv/gstdvdec.c:
17625          remove unneeded comment from dvdec
17626           (related to DV 4CC codes in AVI files)
17627           moved them in gstreamer/docs/random/mimetypes
17628         * gst/asfdemux/gstasfdemux.c:
17629         (gst_asf_demux_process_ext_content_desc):
17630          don't send text tags if they are empty
17631          fix mem leak on error path
17632         * gst/ffmpegcolorspace/avcodec.h:
17633         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
17634         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
17635         (gst_ffmpegcsp_avpicture_fill):
17636         * gst/ffmpegcolorspace/imgconvert.c: (img_get_alpha_info):
17637         * gst/ffmpegcolorspace/imgconvert_template.h:
17638          adds BGR32 and BGRA32 to ffmpegcolorspace
17639           (still bad colors, fixing it on next commit)
17640           helps with dvdec outputing BGR32
17641
17642 2005-01-08  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
17643
17644         * ext/dv/gstdvdec.c:
17645          Fix audio caps i just broke (missing ',')
17646         * gst/matroska/matroska-mux.c: (gst_matroska_mux_get_type),
17647         (gst_matroska_mux_reset):
17648          Fix typo + add FIXME about old "x-gst-metadata" crap
17649
17650 2005-01-07  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
17651
17652         * ext/dv/demo-play.c: (main):
17653          xvideosink -> xvimagesink
17654         * ext/dv/gstdvdec.c:
17655          change rgb 32/32 caps to 24/32 (no alpha)
17656          change nb of channels to be a list (2 or 4, not 2)
17657          change sample rate to be a list (32, 44.1, 48 kHz) not a range
17658         * gst/asfdemux/gstasfdemux.c:
17659         (gst_asf_demux_process_ext_content_desc):
17660          Add 'date/year' to extracted metadata list
17661
17662 2005-01-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17663
17664         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_fixate):
17665           The return value of fixate_to does not imply that the requested
17666           value was set, so don't assume.
17667
17668 2005-01-07  Gergely Nagy  <algernon@bonehunter.rulez.org>
17669
17670         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17671
17672         * ext/libpng/gstpngdec.c:
17673         * ext/libpng/gstpngenc.c: (gst_pngenc_base_init),
17674         (gst_pngenc_sinklink), (gst_pngenc_init), (gst_pngenc_chain):
17675         * ext/libpng/gstpngenc.h:
17676           Alpha support (encoder; #163161), mime fixage.
17677
17678 2005-01-07  Sebastien Cote  <sc5@hermes.usherb.ca>
17679
17680         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17681
17682         * ext/faac/gstfaac.c: (gst_faac_outputformat_get_type),
17683         (gst_faac_class_init), (gst_faac_init), (gst_faac_srcconnect),
17684         (gst_faac_set_property), (gst_faac_get_property):
17685         * ext/faac/gstfaac.h:
17686           Allow for ADTS output (#153434).
17687
17688 2005-01-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17689
17690         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_getcaps):
17691           Fix against template (#150576).
17692
17693 2005-01-06  Benjamin Otte  <otte@gnome.org>
17694
17695         * gst/games/gstpuzzle.c: (draw_puzzle):
17696           don't draw a puzzle if either width or height of tiles would be 0.
17697
17698 2005-01-06  Benjamin Otte  <otte@gnome.org>
17699
17700         * gst/games/gstpuzzle.c: (gst_puzzle_get_type),
17701         (gst_puzzle_class_init), (gst_puzzle_finalize):
17702           no memleaks, please
17703         (gst_puzzle_create), (gst_puzzle_init),
17704         (gst_puzzle_set_property), (gst_puzzle_setup):
17705           change initialization code around so we don't reshuffle on resize
17706         (draw_puzzle):
17707           fix another stupid typo
17708
17709 2005-01-06  Benjamin Otte  <otte@gnome.org>
17710
17711         * gst/games/gstvideoimage.c: (copy_hline_YUY2):
17712           fix stupid typo that borked copying on YUY2
17713
17714 2005-01-06  Benjamin Otte  <otte@gnome.org>
17715
17716         * gst/games/gstpuzzle.c: (draw_puzzle):
17717           fix edges when image sizes aren't multiples of tile sizes
17718
17719 2005-01-06  Benjamin Otte  <otte@gnome.org>
17720
17721         * gst/games/gstpuzzle.c: (gst_puzzle_base_init):
17722           make RGB endianness work correctly
17723         (gst_puzzle_show), (gst_puzzle_swap), (gst_puzzle_move):
17724           refactor and fix race with initial shuffling
17725         (nav_event_handler):
17726           allow using the mouse to puzzle
17727         (draw_puzzle):
17728           insist on tiles having width and height as multiples of 4 to get
17729           clean YUV image handling
17730         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
17731         (gst_xvimagesink_handle_xevents), (gst_xvimagesink_buffer_alloc):
17732           s/DEBUG/LOG/ for common messages
17733         (gst_xvimagesink_navigation_send_event):
17734           fix mouse event translation to not include screen PAR
17735         * sys/ximage/ximagesink.c: (gst_ximagesink_navigation_send_event):
17736           fix mouse event translation to actually work
17737
17738 2005-01-06  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
17739
17740         * gst/asfdemux/gstasfdemux.c:
17741         (gst_asf_demux_process_ext_content_desc):
17742          Extract TrackNumber metadata + clean up code
17743         * gst/games/gstvideoimage.c: (gst_video_image_draw_rectangle):
17744          Hope this is the good fix (var used unitialised)
17745
17746 2005-01-06  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17747
17748         * ext/faad/gstfaad.c: (gst_faad_chain):
17749           Only increment timestamp if it's valid. Fixes raw AAC streams.
17750
17751 2005-01-06  Benjamin Otte  <in7y118@public.uni-hamburg.de>
17752
17753         * configure.ac:
17754         * gst/games/Makefile.am:
17755         * gst/games/gstpuzzle.c:
17756           add a puzzle game with...
17757         * gst/games/gstvideoimage.c:
17758         * gst/games/gstvideoimage.h:
17759           ... full colorspace support (that includes YUV9 and RGB16)) stolen
17760           from videotestsrc and made into something that would be a nice
17761           library for a lot of other plugins.
17762
17763 2005-01-06  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
17764
17765         * configure.ac:
17766          don't compile faad plugin if a RC of 2.0 is found
17767          Fixes #155346 (and FC1 buildbot)
17768         * gst/asfdemux/gstasfdemux.c:
17769         (gst_asf_demux_process_ext_content_desc):
17770          try to make Solaris compiler happier
17771
17772 2005-01-06  Paul Jack  <pjack@sfaf.org>
17773
17774         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17775
17776         * ext/snapshot/gstsnapshot.c: (gst_snapshot_class_init):
17777           Fix segfault (#161667).
17778
17779 2005-01-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17780
17781         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_getcaps):
17782           Fix framerate reporting.
17783
17784 2005-01-05  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
17785
17786         * gst-libs/gst/riff/riff-ids.h:
17787         * gst/wavenc/riff.h:
17788          Add AMR (VBR and CBR) ids to riff.h audio codec list
17789         * gst/asfdemux/gstasfdemux.c:
17790         (gst_asf_demux_process_ext_content_desc),
17791         (gst_asf_demux_process_object):
17792           Retrieve more tags from ASF files (Genre, AlbumTitle, Artist)
17793
17794 2005-01-05  Martin Eikermann  <meiker@upb.de>
17795
17796         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17797
17798         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_class_init),
17799         (gst_dvd_demux_handle_discont):
17800         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_class_init),
17801         (gst_mpeg_demux_handle_discont):
17802           Recreate pads on new-media (#160730).
17803         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_new_pad):
17804           Send discont even if manager changes timestamps (#161929).
17805
17806 2005-01-05  Sebastien Cote  <sc5@hermes.usherb.ca>
17807
17808         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17809
17810         * gst-libs/gst/resample/resample.c: (gst_resample_sinc_ft_s16):
17811           Fix invalid memory access (#159211).
17812
17813 2005-01-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17814
17815         * examples/gstplay/player.c: (main):
17816           Don't iterate.
17817         * examples/seeking/seek.c: (fixate), (make_playerbin_pipeline):
17818           Add visualizations.
17819         * ext/a52dec/gsta52dec.c: (gst_a52dec_push),
17820         (gst_a52dec_handle_frame):
17821           Set duration.
17822         * ext/dvdnav/gst-dvd:
17823           Add audioconvert. Fixes #161325.
17824         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_get):
17825           Explicitely case to gint64. Possible valgrind error.
17826         * gst-libs/gst/play/play.c: (caps_set), (setup_size),
17827         (gst_play_tick_callback), (gst_play_change_state),
17828         (gst_play_dispose), (gst_play_init), (gst_play_class_init),
17829         (gst_play_set_location), (gst_play_get_location),
17830         (gst_play_seek_to_time), (gst_play_set_data_src),
17831         (gst_play_set_video_sink), (gst_play_set_audio_sink),
17832         (gst_play_set_visualization), (gst_play_connect_visualization),
17833         (gst_play_get_framerate), (gst_play_get_all_by_interface),
17834         (gst_play_new):
17835           Use playbin. Fixes #139749 and #147744.
17836         * gst/apetag/apedemux.c: (gst_ape_demux_parse_tags):
17837           Add genre tag.
17838         * gst/audioscale/gstaudioscale.c: (gst_audioscale_method_get_type),
17839         (audioscale_get_type), (gst_audioscale_base_init),
17840         (gst_audioscale_class_init), (gst_audioscale_expand_caps),
17841         (gst_audioscale_getcaps), (gst_audioscale_fixate),
17842         (gst_audioscale_link), (gst_audioscale_get_buffer),
17843         (gst_audioscale_decrease_rate), (gst_audioscale_increase_rate),
17844         (gst_audioscale_init), (gst_audioscale_dispose),
17845         (gst_audioscale_chain), (gst_audioscale_set_property),
17846         (gst_audioscale_get_property), (plugin_init):
17847           Indent properly.
17848         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_process_private):
17849           Fix LPCM.
17850         * gst/qtdemux/qtdemux.c: (qtdemux_parse_udta),
17851         (qtdemux_tag_add_str), (qtdemux_tag_add_num),
17852         (qtdemux_tag_add_gnre), (qtdemux_video_caps):
17853           Add more metadata (fixes #162656).
17854
17855 2005-01-05  Thomas Vander Stichele  <thomas at apestaart dot org>
17856
17857         * configure.ac:
17858           back to cvs
17859
17860 === release 0.8.7 ===
17861
17862 2005-01-05  Thomas Vander Stichele  <thomas at apestaart dot org>
17863
17864         * NEWS:
17865         * RELEASE:
17866         * configure.ac:
17867           releasing 0.8.7, "Hyperspace"
17868
17869 2005-01-05  Thomas Vander Stichele  <thomas at apestaart dot org>
17870
17871         patch by: Tim-Philipp Müller  <t.i.m@zen.co.uk>
17872
17873         * gst/playback/gstplaybasebin.c:
17874          Fix for #162924 - free caps after use, not before
17875
17876 2005-01-04  Thomas Vander Stichele  <thomas at apestaart dot org>
17877
17878         patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
17879
17880         * gst/playback/gstplaybasebin.c:
17881         * gst/wavparse/gstwavparse.c:
17882           Fix for #154773 - fixes playback of small .wav files
17883
17884 2005-01-03  Thomas Vander Stichele  <thomas at apestaart dot org>
17885
17886         patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
17887
17888         * gst/audioscale/gstaudioscale.c:
17889           Fix for #162819 - make audioscale reusable
17890           Fixes playback of more than one file with playbin/totem
17891
17892 2004-12-29  Thomas Vander Stichele  <thomas at apestaart dot org>
17893
17894         * gst/ffmpegcolorspace/avcodec.h:
17895         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
17896         * gst/ffmpegcolorspace/imgconvert.c:
17897           clean up the mess that made me cry and avoid needless duplication
17898
17899 2004-12-29  Thomas Vander Stichele  <thomas at apestaart dot org>
17900
17901         * gst/ffmpegcolorspace/imgconvert.c:
17902           give some indication of why we're segfaulting
17903
17904 2004-12-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17905
17906         * configure.ac:
17907           Fix indentation, fix v4l2 plugin detection.
17908         * ext/Makefile.am:
17909           Fix libmms location (Maciej, use diff -u!).
17910         * ext/alsa/gstalsa.c: (gst_alsa_init):
17911           Initialize caps cache to NULL.
17912         * gst/playback/gstplaybin.c: (gst_play_bin_change_state):
17913           Only change state on audiosink if it exists.
17914
17915 2004-12-28  Maciej Katafiasz  <mathrick@mathrick.org>
17916
17917         * gst/matroska/matroska-demux.c:
17918         * gst/matroska/matroska-ids.h:
17919         * gst/matroska/matroska-demux.h:
17920         Fix Vorbis streams failing to decode in some files, where cluster_time
17921         isn't 0, because then it doesn't send codec_priv before actual data.
17922         Remove time-based test and replace it with marker set on beginning of
17923         new stream
17924
17925 2004-12-28  David Schleef  <ds@schleef.org>
17926
17927         Merge patch from Ronald fixing problems with streaming
17928         text.
17929         * ext/cairo/gstcairo.c: (plugin_init):
17930         * ext/cairo/gsttextoverlay.c: (gst_textoverlay_render_text),
17931         (gst_text_overlay_blit_1), (gst_text_overlay_blit_sub2x2),
17932         (gst_textoverlay_video_chain), (gst_textoverlay_loop),
17933         (gst_textoverlay_font_init), (gst_textoverlay_init),
17934         (gst_textoverlay_set_property):
17935         * ext/cairo/gsttextoverlay.h:
17936
17937 2004-12-27  David Schleef  <ds@schleef.org>
17938
17939         * ext/cairo/gsttextoverlay.c: (gst_textoverlay_render_text),
17940         (gst_text_overlay_blit_1), (gst_text_overlay_blit_sub2x2),
17941         (gst_textoverlay_video_chain), (gst_textoverlay_loop),
17942         (gst_textoverlay_font_init), (gst_textoverlay_init),
17943         (gst_textoverlay_set_property): Improvements to actually
17944         render text as white on black outline on video, including
17945         font selection and horizontal/vertical alignment.  (Ronald's
17946         christmas present)
17947         * ext/cairo/gsttextoverlay.h:
17948
17949 2004-12-26  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
17950
17951         * ext/ogg/gstogg.c:
17952         * ext/ogg/gstogmparse.c:
17953           fix ogm[audio/video]parse plugin registration
17954           (riff won't load if bytestream is already loaded)
17955
17956 2004-12-24  Thomas Vander Stichele  <thomas at apestaart dot org>
17957
17958         * gst/audioconvert/gstchannelmix.c:
17959           fix for GLIB < 2.4
17960
17961 2004-12-24  Thomas Vander Stichele  <thomas at apestaart dot org>
17962
17963         * Makefile.am:
17964         * configure.ac:
17965           disable docs again until it actually passes make distcheck.
17966
17967 2004-12-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17968
17969         * gst/qtdemux/qtdemux.c: (qtdemux_type_get), (qtdemux_audio_caps):
17970         * gst/typefind/gsttypefindfunctions.c: (q3gp_type_find),
17971         (plugin_init):
17972           Add 3GP (variables name Q3GP because they can't start with a
17973           number). Add samr audio fourcc (used in .3gp files), decoder
17974           is work in progress. Also do a GST_WARNING instead of ERROR
17975           in case of unknown nodes, to decrease output.
17976
17977 2004-12-24  Thomas Vander Stichele  <thomas at apestaart dot org>
17978
17979         * Makefile.am:
17980           really fix dist
17981
17982 2004-12-23  Thomas Vander Stichele  <thomas at apestaart dot org>
17983
17984         * configure.ac:
17985         * ext/speex/gstspeexdec.h:
17986         * ext/speex/gstspeexenc.h:
17987           Fixes #158382.  Make speex plugin compatible with both 1.0 and 1.1.
17988           Fix detection code in configure.ac
17989
17990 2004-12-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17991
17992         * gst/matroska/matroska-demux.c:
17993         (gst_matroska_demux_parse_blockgroup):
17994           Save position, so that queries give proper return values. Don't
17995           know how this could ever have worked before...
17996
17997 2004-12-23  Thomas Vander Stichele  <thomas at apestaart dot org>
17998
17999         * configure.ac:
18000           Put additional LAME check inside the conditional.  Fixes #152339
18001
18002 2004-12-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18003
18004         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
18005         (gst_avi_demux_stream_scan):
18006           Add some more debug. Fix logic error when setting movi offset
18007           while reading index.
18008
18009 2004-12-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18010
18011         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
18012         (gst_avi_demux_stream_scan), (gst_avi_demux_handle_seek),
18013         (gst_avi_demux_process_next_entry):
18014           Add some debugging. Better detection of broken indexes and the
18015           accompanying index recovery. No infinite loops on state changes
18016           when we're still in our loopfunction.
18017
18018 2004-12-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18019
18020         * configure.ac:
18021           Fix up.
18022
18023 2004-12-22  Archana Shah  <archana.shah@wipro.com>
18024
18025         Reviewed by:  Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18026
18027         * sys/sunaudio/gstsunmixer.c: (gst_sunaudiomixer_set_volume):
18028           Normalizing the value before setting
18029         (gst_sunaudiomixer_get_volume):
18030           Normalizing the value after getting. Fixes bug# 161980
18031
18032 2004-12-22  Christian Fredrik Kalager Schaller  <uraeus@gnome.org>
18033
18034         * Makefile.am: Make sure docs gets disted
18035         * docs/Makefile.am: Make sure all needed files get disted
18036         * gst-plugins.spec.in: latest updates
18037
18038 2004-12-22  Wim Taymans  <wim@fluendo.com>
18039
18040         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_add_element):
18041         Revert patch 1.38 as clock distribution over schedulers does
18042         not work correcly in the core yet.
18043
18044 2004-12-21  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
18045
18046         * sys/oss/README: remove this file, which predates my birth
18047           (and which content is by far outdated)
18048
18049 2004-12-20  Stefan Kost  <ensonic@users.sf.net>
18050
18051         * Makefile.am:
18052         * configure.ac:
18053         * docs/Makefile.am:
18054         * docs/libs/Makefile.am:
18055         * docs/libs/gst-plugins-libs-docs.sgml:
18056         * docs/libs/gst-plugins-libs-sections.txt:
18057         * docs/libs/tmpl/gstgconf.sgml:
18058         * docs/upload.mak:
18059         * docs/version.entities.in:
18060           Added boilerplate gtk-doc files for plugin-libs documentation.
18061
18062 2004-12-19  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
18063
18064         * gst/auparse/gstauparse.c: fix int and float audio caps
18065
18066 2004-12-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18067
18068         * sys/v4l/gstv4lelement.c: (gst_v4l_iface_supported):
18069         * sys/v4l2/gstv4l2element.c: (gst_v4l2_iface_supported):
18070           g_assert() can be a macro, don't use #ifdef inside it.
18071
18072 2004-12-19  Edward Hervey  <bilboed@bilboed.com>
18073
18074         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18075
18076         * gst/videorate/gstvideorate.c: (gst_videorate_blank_data),
18077         (gst_videorate_init), (gst_videorate_chain),
18078         (gst_videorate_change_state):
18079           Event handling (fixes #159986).
18080
18081 2004-12-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18082
18083         * gst-libs/gst/riff/riff-media.c:
18084         (gst_riff_create_video_caps_with_data):
18085           Add BLZ0 (Blizzard's version of DivX) fourcc.
18086
18087 2004-12-18  David Schleef  <ds@schleef.org>
18088
18089         * gst/tta/gstttadec.c: (gst_tta_dec_link): And yet another
18090         portability fix.
18091
18092 2004-12-18  David Schleef  <ds@schleef.org>
18093
18094         * gst/tta/ttadec.h: Disable some header code that isn't used
18095         and clearly isn't portable.
18096
18097 2004-12-18  David Schleef  <ds@schleef.org>
18098
18099         * gst/ffmpegcolorspace/imgconvert.c: (get_pix_fmt_info),
18100         (avcodec_get_chroma_sub_sample), (avcodec_get_pix_fmt_name),
18101         (avcodec_get_pix_fmt), (avpicture_layout),
18102         (avcodec_get_pix_fmt_loss), (avg_bits_per_pixel), (img_copy),
18103         (get_convert_table_entry), (img_convert), (img_get_alpha_info):
18104         Fix code to not use GCC extensions (and c99 extensions that
18105         Forte does not like.)
18106
18107 2004-12-19  Tim-Philipp Müller  <t.i.m@zen.co.uk>
18108
18109         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18110
18111         * gst/deinterlace/gstdeinterlace.c: (gst_deinterlace_link),
18112         (gst_deinterlace_chain):
18113           Rowstride fixes. Fixes #161039.
18114         * gst/videocrop/gstvideocrop.c: (gst_video_crop_init),
18115         (gst_video_crop_get_property), (gst_video_crop_add_to_struct_val),
18116         (gst_video_crop_getcaps), (gst_video_crop_link),
18117         (gst_video_crop_i420), (gst_video_crop_chain),
18118         (gst_video_crop_change_state):
18119           Rework of negotiation. Actually works now. Fixes #158650.
18120
18121 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18122
18123         * gst/matroska/matroska-demux.c: (gst_matroska_ebmlnum_sint):
18124           That was very stupid.
18125
18126 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18127
18128         * gst/matroska/matroska-demux.c:
18129         (gst_matroska_demux_parse_blockgroup):
18130           Fix possible crasher.
18131
18132 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18133
18134         * gst/matroska/matroska-demux.c: (gst_matroska_ebmlnum_uint),
18135         (gst_matroska_ebmlnum_sint), (gst_matroska_demux_parse_blockgroup):
18136           Lace sizes can be zero.
18137
18138 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18139
18140         * ext/musepack/gstmusepackdec.cpp:
18141           Fetch error return values. Fixes #161624.
18142         * gst/apetag/apedemux.c: (gst_ape_demux_stream_data):
18143           Really EOS.
18144
18145 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18146
18147         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index):
18148           Work for truncated (unfinished download etc.) files. Fixes #160514.
18149
18150 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18151
18152         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
18153           Fix for integer overflow. Makes #156001 not crash. Probably masks
18154           the real bug.
18155
18156 2004-12-17  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18157
18158         * gst/ac3parse/gstac3parse.c: (plugin_init):
18159           Parsers never have ranks. Fixes #159651.
18160
18161 2004-12-17  Benjamin Otte  <in7y118@public.uni-hamburg.de>
18162
18163         * gst/playback/gstdecodebin.c: (compare_ranks):
18164           make sure the facotries are ordered the same every time even if they
18165           have the same rank by using the name
18166         * gst/playback/gstdecodebin.c: (find_compatibles):
18167           make sure we don't add factories to the list twice
18168
18169 2004-12-16  David Schleef  <ds@schleef.org>
18170
18171         * configure.ac: look for musepack headers as musepack/*.h
18172         (fixes #159847)
18173         * ext/musepack/gstmusepackdec.h: use <musepack/*.h>
18174         * ext/musepack/gstmusepackreader.h: same
18175
18176 2004-12-17  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18177
18178         * gst-libs/gst/riff/riff-read.c:
18179         (gst_riff_read_strf_auds_with_data):
18180           Read extradata correctly (fixes #155879).
18181
18182 2004-12-16  David Schleef  <ds@schleef.org>
18183
18184         * gst/audioscale/gstaudioscale.c: allow passthru of >2 channel
18185         audio.  does _not_ attempt or allow conversion unless channels
18186         is 1 or 2.
18187
18188 2004-12-16  Christian Fredrik Kalager Schaller  <uraeus@gnome.org>
18189
18190         * tools/gst-launch-ext-m.m: fix mpeg and vob pipelines
18191
18192 2004-12-16  David Schleef  <ds@schleef.org>
18193
18194         * gst/audioscale/gstaudioscale.c: the resample library only
18195         handles 1 or 2 channels.  Change caps to compensate.
18196
18197 2004-12-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18198
18199         * gst/matroska/matroska-demux.c: (aac_rate_idx), (aac_profile_idx),
18200         (gst_matroska_demux_audio_caps):
18201           Some MPEG-AAC hacks, because else it doesn't work...
18202
18203 2004-12-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18204
18205         * gst-libs/gst/riff/riff-media.c:
18206         (gst_riff_create_video_caps_with_data),
18207         (gst_riff_create_video_template_caps):
18208           Add h264.
18209
18210 2004-12-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18211
18212         * gst-libs/gst/audio/Makefile.am:
18213           Try to fix buildbot.
18214
18215 2004-12-16  Thomas Vander Stichele  <thomas at apestaart dot org>
18216
18217         * gst/tcp/gstmultifdsink.c:
18218           Clean up and uniformize debugging.
18219
18220 2004-12-16  Edward Hervey  <bilboed@bilboed.com>
18221
18222         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18223
18224         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_class_init),
18225         (gst_dvd_demux_reset), (gst_dvd_demux_change_state):
18226         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_reset),
18227         (gst_mpeg_demux_change_state):
18228           Reset on ready. Fixes 160276.
18229
18230 2004-12-16  Sebastien Cote  <sc5@hermes.usherb.ca>
18231
18232         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18233
18234         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
18235         (gst_ffmpegcsp_pad_link):
18236           Fix memleak (#154815).
18237
18238 2004-12-16  James Bowes  <bowes@cs.dal.ca>
18239
18240         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18241
18242         * ext/musicbrainz/gsttrm.c: (gst_musicbrainz_class_init),
18243         (gst_musicbrainz_init), (gst_musicbrainz_chain),
18244         (gst_musicbrainz_set_property), (gst_musicbrainz_get_property):
18245         * ext/musicbrainz/gsttrm.h:
18246           Add support for using a proxy server when getting a trm id from
18247           the MusicBrainz database (#149613).
18248
18249 2004-12-16  Christophe Fergeau  <teuf@gnome.org>
18250
18251         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18252
18253         * gst/playback/gstdecodebin.c: (new_pad), (close_link):
18254         * gst/playback/gstplaybasebin.c: (new_decoded_pad):
18255           Fix memleaks (#157233).
18256
18257 2004-12-16  Sebastien Cote  <sc5@hermes.usherb.ca>
18258
18259         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18260
18261         * gst-libs/gst/resample/resample.c: (gst_resample_close):
18262         * gst-libs/gst/resample/resample.h:
18263         * gst/audioscale/gstaudioscale.c:
18264           Fix memleak (#159215).
18265
18266 2004-12-16  Toni Willberg  <toniw@iki.fi>
18267
18268         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18269
18270         * sys/oss/gstosselement.c: (gst_osselement_probe_caps):
18271         * sys/oss/oss_probe.c: (main):
18272           Check for mono/stereo support (similar to samplerate probing),
18273           fixes #159433. Also add missing copyright header to oss_probe.c.
18274
18275 2004-12-15  David Schleef  <ds@schleef.org>
18276
18277         * configure.ac: add audioresample and cairo plugins.  Remove
18278         HAVE_MMX stuff, because it's not used.
18279         * ext/Makefile.am: same
18280         * ext/audioresample/Makefile.am: You are not ready for an
18281         audio resampling element based on audioresample.
18282         * ext/audioresample/gstaudioresample.c:
18283         * ext/audioresample/gstaudioresample.h:
18284         * ext/cairo/Makefile.am: You are not ready for overlay elements
18285         based on cairo.  Don't look too closely, these elements kinda
18286         suck right now.
18287         * ext/cairo/gstcairo.c: new
18288         * ext/cairo/gsttextoverlay.c: new
18289         * ext/cairo/gsttextoverlay.h: new
18290         * ext/cairo/gsttimeoverlay.c: new
18291         * ext/cairo/gsttimeoverlay.h: new
18292         * gst-libs/gst/media-info/media-info-priv.h: fix compile
18293         problem with compilers that don't support variadic macros.
18294
18295 2004-12-15  Balamurali Viswanathan  <balamurali.viswanathan@wipro.com>
18296
18297         Reviewed by:  David Schleef  <ds@schleef.org>
18298
18299         * sys/sunaudio/gstsunaudio.c: (plugin_init):  Apply patch from
18300         Bala, registering sunaudiosrc (oops!), and cleaning up code a
18301         bit.  Also ran indent-gst.
18302         * sys/sunaudio/gstsunaudiosrc.c: (gst_sunaudiosrc_init),
18303         (gst_sunaudiosrc_change_state), (gst_sunaudiosrc_get),
18304         (gst_sunaudiosrc_setparams):
18305
18306 2004-12-14  David Schleef  <ds@schleef.org>
18307
18308         * gst/festival/gstfestival.c: (gst_festival_chain): Set the
18309         output rate to 16000.  Should fix #160235.
18310
18311 2004-12-14  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
18312
18313         * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find):
18314         Add typefinding for mpeg2 pes streams
18315
18316 2004-12-13  David Schleef  <ds@schleef.org>
18317
18318         * configure.ac:  Applied patch from bug #143659, making default
18319         sources and sinks OS-dependent (for Solaris), and added code
18320         for OS/X.
18321         * gconf/gstreamer.schemas.in: use OS-dependent sinks in gconf.
18322
18323 2004-12-13  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
18324
18325         * gst-libs/gst/riff/riff-media.c:
18326           forgot to add h2.64 to avidemux template caps
18327
18328 2004-12-13  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
18329
18330         * gst/wavenc/riff.h:
18331         * gst-libs/gst/riff/riff-media.c:
18332         * gst-libs/gst/riff/riff-ids.h:
18333         * gst/avi/gstavimux.c
18334         add 4CC code for VideoSoft h264 in AVI (VSSH)
18335           fixes bug #160655
18336         remove s323 from riff, it's quicktime specific :(
18337
18338 2004-12-13  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
18339
18340         * gst/asfdemux/README
18341         * gst/wavenc/riff.h
18342         * gst-libs/gst/riff/riff-ids.h
18343         * gst-libs/gst/riff/riff-media.c
18344         * gst/qtdemux/qtdemux.c:
18345           add new 4CC codes for h263 related codecs
18346           fixes partially bug #155163
18347
18348 2004-12-12  Christian Fredrik Kalager Schaller  <christian at fluendo dot com>
18349
18350         * configure.ac: Update polyaudio requirement to 0.7
18351         * ext/polyp/polypsink.c: (create_stream): add patch from iain (158258)
18352
18353 2004-12-11  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
18354
18355         * gst/interleave/deinterleave.c:
18356         fix my name's spelling! :)
18357
18358 2004-12-11  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
18359
18360         * AUTHORS ChangeLog
18361         * gst/auparse/gstauparse.c
18362         * gst/interleave/deinterleave.c
18363         * gst/law/:
18364                 alaw-decode.c alaw-encode.c
18365                 mulaw-decode.c mulaw-encode.c
18366         * gst/oneton/gstoneton.c
18367         * sys/osxaudio/:
18368                 gstosxaudioelement.c gstosxaudiosink.c gstosxaudiosrc.c
18369         * sys/osxvideo/:
18370                 cocoawindow.h cocoawindow.m
18371                 osxvideosink.h osxvideosink.m
18372
18373         put the same mail address for Zaheer Abbas Merali everywhere
18374
18375 2004-12-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18376
18377         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_loop):
18378           Align by packetsize, and assert that we a packet available before
18379           playing. The first makes webstreams work (they often include
18380           trailing padding data in a packet), the second allows pausing a
18381           ASF stream in totem without getting demux errors afterwards.
18382
18383 2004-12-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18384
18385         * ext/ogg/gstoggdemux.c: (get_relative):
18386           Check for non-NULL before accessing member (end-of-chain).
18387
18388 2004-12-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18389
18390         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_class_init),
18391         (cdparanoia_set_property), (cdparanoia_get_property):
18392         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_class_init),
18393         (dvdnavsrc_set_property), (dvdnavsrc_get_property):
18394         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_class_init),
18395         (dvdreadsrc_init), (dvdreadsrc_set_property),
18396         (dvdreadsrc_get_property):
18397         * sys/vcd/vcdsrc.c: (gst_vcdsrc_class_init),
18398         (gst_vcdsrc_set_property), (gst_vcdsrc_get_property):
18399           Synchronize property names where not yet the case. Devices are
18400           now device=X, other versions are deprecated (but still exist).
18401           Also use g_free() unconditionally.
18402         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
18403         (setup_source), (gst_play_base_bin_get_property):
18404           Expose source.
18405
18406 2004-12-09  Thomas Vander Stichele  <thomas at apestaart dot org>
18407
18408         * configure.ac: move GCONF macro outside conditional for the am
18409           conditional. Fixes #160439
18410
18411 2004-12-08  David Schleef  <ds@schleef.org>
18412
18413         * tools/gst-visualise-m.m: Switch to elements that currently
18414         exist.
18415
18416 2004-12-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18417
18418         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
18419           We love wrong commas.
18420
18421 2004-12-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18422
18423         * gst/matroska/matroska-demux.c:
18424         (gst_matroska_demux_handle_src_query):
18425           Don't set DEFAULT, unsupported - makes length display incorrectly
18426           in some cases.
18427
18428 2004-12-07  Christian Fredrik Kalager Schaller  <uraeus@gnome.org>
18429
18430         * gst/monoscope/README: remove blurb about files being GPL
18431         * gst/monoscope/gstmonoscope.c: Change license field to LGPL
18432         * gst/monoscope/monoscope.c: Change license to BSD with explanation
18433           monoscope is now effectively LGPL licensed
18434
18435 2004-12-07  Christian Fredrik Kalager Schaller  <uraeus@gnome.org>
18436
18437         * gst/monoscope/README: Update information to be more correct
18438         * gst/monoscope/convolve.c: Relicense to LGPL
18439         * gst/monoscope/convolve.h: Relicense to LGPL
18440
18441 2004-12-06  Arwed v. Merkatz <v.merkatz@gmx.net>
18442
18443         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain):
18444           set BUFFER_DURATION to correct values (mpeg1 audio frame length is fixed)
18445         * gst/matroska/matroska-mux.c: (gst_matroska_mux_audio_pad_link):
18446           set default_duration for mpeg1 audio
18447
18448 2004-12-06  Benjamin Otte  <in7y118@public.uni-hamburg.de>
18449
18450         * ext/alsa/gstalsa.c: (gst_alsa_get_caps), (gst_alsa_close_audio):
18451         * ext/alsa/gstalsa.h:
18452           refactor big chunks of the core caps negotiation code to make it
18453           a lot faster, because people claim it's really slow
18454           (actually, just cache the getcaps when the device is opened)
18455
18456 2004-12-06  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18457
18458         * ext/a52dec/gsta52dec.c: (gst_a52dec_init),
18459         (gst_a52dec_handle_event), (gst_a52dec_update_streaminfo),
18460         (gst_a52dec_handle_frame), (gst_a52dec_chain),
18461         (gst_a52dec_change_state), (plugin_init):
18462         * ext/a52dec/gsta52dec.h:
18463           Do something useful with timestamps. Make chain-based (since
18464           there's really no reason to be loopbased).
18465         * gst/avi/gstavidemux.c: (gst_avi_demux_process_next_entry):
18466           Update current_byte/frame correctly.
18467
18468 2004-12-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18469
18470         * gst/apetag/apedemux.c: (gst_ape_demux_parse_tags),
18471         (gst_ape_demux_stream_init):
18472           Forward tags, too.
18473
18474 2004-12-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18475
18476         * gst/apetag/apedemux.c: (gst_ape_demux_stream_init):
18477           Let's make sure we're done typefinding when detecting tags.
18478
18479 2004-12-03  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18480
18481         * gst/matroska/ebml-read.c: (gst_ebml_read_class_init),
18482         (gst_ebml_read_init), (gst_ebml_read_use_event),
18483         (gst_ebml_read_element_id), (gst_ebml_peek_id),
18484         (gst_ebml_read_seek), (gst_ebml_read_skip),
18485         (gst_ebml_read_reserve), (gst_ebml_read_buffer),
18486         (gst_ebml_read_master):
18487         * gst/matroska/ebml-read.h:
18488         * gst/matroska/matroska-demux.c:
18489         (gst_matroska_demux_parse_contents),
18490         (gst_matroska_demux_loop_stream), (gst_matroska_demux_audio_caps):
18491           Disgustingly evil hack for working around INTERRUPT events and
18492           their extremely annoying habit of being a pain in the ass. We
18493           simply peek a cluster before reading any of it.
18494
18495 2004-12-03  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18496
18497         * ext/musepack/gstmusepackdec.cpp:
18498           There's also floating point libmusepacks.
18499
18500 2004-12-03  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18501
18502         * ext/faad/gstfaad.c: (gst_faad_chanpos_from_gst),
18503         (gst_faad_chanpos_to_gst), (gst_faad_chain):
18504           Set DURATION even if source buffer didn't. Also use increasing
18505           timestamps.
18506         * gst-libs/gst/riff/riff-media.c:
18507         (gst_riff_create_audio_caps_with_data):
18508           Block_align can have larger values than 8192.
18509
18510 2004-12-02  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18511
18512         * gst/law/alaw-decode.c: (alawdec_getcaps), (alawdec_link):
18513         * gst/law/alaw-encode.c: (alawenc_getcaps), (alawenc_link):
18514         * gst/law/mulaw-decode.c: (mulawdec_getcaps), (mulawdec_link):
18515         * gst/law/mulaw-encode.c: (mulawenc_getcaps), (mulawenc_link):
18516           Fix caps.
18517
18518 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18519
18520         * sys/v4l/v4l_calls.c: (gst_v4l_get_chan_names):
18521           Fix logic bug.
18522
18523 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18524
18525         * ext/ogg/gstoggdemux.c: (gst_ogg_type_find):
18526           Yay, another one.
18527
18528 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18529
18530         * ext/esd/esdsink.c: (gst_esdsink_chain):
18531           Make error actually say something useful (fixes #156798).
18532         * gst-libs/gst/riff/riff-media.c:
18533         (gst_riff_create_video_caps_with_data),
18534         (gst_riff_create_video_template_caps):
18535           Add Intel Video 5.0 fourcc (IV50).
18536
18537 2004-12-01  Christophe Fergeau  <teuf@gnome.org>
18538
18539         * ext/mad/gstmad.c: (mpg123_parse_xing_header): fix xing header
18540         detection on mono and stereo mp3 files.
18541
18542 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18543
18544         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
18545           Don't crash on EMPTY caps (e.g. when the demuxer didn't recognize
18546           the contained stream).
18547
18548 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18549
18550         * ext/faad/gstfaad.c: (gst_faad_srcconnect), (gst_faad_chain):
18551           Oops, remove debug.
18552
18553 2004-12-01  Sebastien Cote  <sc5@hermes.usherb.ca>
18554
18555         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18556
18557         * gst/law/alaw-decode.c: (alawdec_getcaps):
18558         * gst/law/mulaw-decode.c: (mulawdec_getcaps):
18559           Prevent warnings when negotiating caps (fixes #159338).
18560
18561 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18562
18563         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
18564         (gst_ffmpegcsp_chain):
18565           Remove old leftover that shouldn't be there...
18566
18567 2004-12-01  Sebastien Cote  <sc5@hermes.usherb.ca>
18568
18569         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18570
18571         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_use_event):
18572           Don't forward DISCONT events (fixes #159684).
18573
18574 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18575
18576         * gst/playback/gstplaybin.c: (remove_sinks), (setup_sinks):
18577           Unlink manually since sometimes bin disposal (and therefore
18578           pad unlinking) is delayed, which will cause a new media file
18579           to not be able to start playing instantly.
18580
18581 2004-11-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18582
18583         * gst/playback/gststreaminfo.c: (stream_info_mute_pad):
18584           On mute of an unlinked stream, check for pad availability so
18585           we don't crash on unlinked pad.
18586
18587 2004-11-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18588
18589         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
18590         (gst_avi_demux_massage_index):
18591           Fix quite humiliating bug in omitting 0-sized index chunks but
18592           forgetting to count them for timestamps.
18593
18594 2004-11-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18595
18596         * ext/a52dec/gsta52dec.c: (gst_a52dec_loop):
18597           Actually leave the loop if we failed to sync. Don't crash.
18598
18599 2004-11-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18600
18601         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_get_audio_stream),
18602         (gst_dvd_demux_process_private):
18603         * gst/mpegstream/gstdvddemux.h:
18604           Fix crash (#159759). Doesn't work, though. :-(.
18605
18606 2004-11-28  Benjamin Otte  <otte@gnome.org>
18607
18608         * gst/audioconvert/gstchannelmix.c: (gst_audio_convert_mix):
18609           more overwriting protection due to modifying channels one by one
18610           instead of all at once
18611
18612 2004-11-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18613
18614         * gst/audioconvert/gstchannelmix.c:
18615         (gst_audio_convert_fill_normalize):
18616           Normalize using absolute values.
18617
18618 2004-11-28  Julien MOUTTE  <julien@moutte.net>
18619
18620         * configure.ac:
18621         * ext/Makefile.am:
18622         * ext/directfb/Makefile.am:
18623         * ext/directfb/directfbvideosink.c: (gst_directfbvideosink_create),
18624         (gst_directfbvideosink_get_pixel_format),
18625         (gst_directfbvideosink_get_format_from_fourcc),
18626         (gst_directfbvideosink_fixate), (gst_directfbvideosink_getcaps),
18627         (gst_directfbvideosink_sink_link),
18628         (gst_directfbvideosink_change_state),
18629         (gst_directfbvideosink_chain), (gst_directfbvideosink_buffer_free),
18630         (gst_directfbvideosink_buffer_alloc),
18631         (gst_directfbvideosink_interface_supported),
18632         (gst_directfbvideosink_interface_init),
18633         (gst_directfbvideosink_navigation_send_event),
18634         (gst_directfbvideosink_navigation_init),
18635         (gst_directfbvideosink_set_property),
18636         (gst_directfbvideosink_get_property),
18637         (gst_directfbvideosink_finalize), (gst_directfbvideosink_init),
18638         (gst_directfbvideosink_base_init),
18639         (gst_directfbvideosink_class_init),
18640         (gst_directfbvideosink_get_type), (plugin_init):
18641         * ext/directfb/directfbvideosink.h: Adding a first version of
18642         directfbvideosink.
18643         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_init): Initializing some
18644         more.
18645
18646 2004-11-28  Benjamin Otte  <otte@gnome.org>
18647
18648         * gst/audioconvert/gstchannelmix.c: (gst_audio_convert_mix):
18649           walk the samples backwards if out_channels > in_channels so we don't
18650           overwrite data
18651
18652 2004-11-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18653
18654         * gst/audioconvert/Makefile.am:
18655         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init),
18656         (gst_audio_convert_link), (gst_audio_convert_change_state),
18657         (gst_audio_convert_channels):
18658         * gst/audioconvert/gstchannelmix.c:
18659         (gst_audio_convert_unset_matrix),
18660         (gst_audio_convert_fill_identical),
18661         (gst_audio_convert_fill_compatible),
18662         (gst_audio_convert_detect_pos), (gst_audio_convert_fill_one_other),
18663         (gst_audio_convert_fill_others),
18664         (gst_audio_convert_fill_normalize),
18665         (gst_audio_convert_fill_matrix), (gst_audio_convert_setup_matrix),
18666         (gst_audio_convert_passthrough), (gst_audio_convert_mix):
18667         * gst/audioconvert/gstchannelmix.h:
18668           Implement a channel mixer.
18669
18670 2004-11-28  Martin Soto  <martinsoto@users.sourceforge.net>
18671
18672         * ext/alsa/gstalsasink.c (gst_alsa_sink_loop):
18673         * ext/alsa/gstalsa.h:
18674         * ext/alsa/gstalsa.c (gst_alsa_set_clock):
18675         Make alsasink actually honor gst_element_set_clock and use that
18676         clock instead of its internal one.
18677
18678 2004-11-27  Christophe Fergeau  <teuf@gnome.org>
18679
18680         * gst/playback/gstplaybasebin.c: (setup_source): fixed a caps leak
18681         (gst_play_base_bin_change_state): nullify source and decoder when
18682         going from READY to NULL so that we don't try to do weird stuff with
18683         them when going from NULL to READY
18684         * gst/playback/gstplaybin.c: (gst_play_bin_init): use gst_object_unref
18685         instead of g_object_unref
18686         (gen_video_element), (gen_audio_element): more refcounting fixes, now
18687         it should be correct
18688         (gst_play_bin_change_state): don't call remove_sinks if we are
18689         currently disposing the object
18690
18691 2004-11-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18692
18693         * ext/a52dec/gsta52dec.c: (gst_a52dec_loop):
18694           Don't forget bass if it's there. Else left channel is silent...
18695
18696 2004-11-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18697
18698         * ext/a52dec/gsta52dec.c: (gst_a52dec_loop),
18699         (gst_a52dec_change_state):
18700           Don't do sample adjusting anymore, we use float audio now.
18701         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_fixate):
18702           Don't fixate to non-existing properties.
18703
18704 2004-11-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18705
18706         * ext/a52dec/gsta52dec.c: (gst_a52dec_channels),
18707         (gst_a52dec_change_state):
18708           Advertise that we can do surround sound.
18709
18710 2004-11-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18711
18712         * ext/a52dec/gsta52dec.c: (gst_a52dec_reneg):
18713           Add buffer-frames=0.
18714         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_get_type),
18715         (dvdreadsrc_init), (dvdreadsrc_get_event_mask),
18716         (dvdreadsrc_get_query_types), (dvdreadsrc_get_formats),
18717         (dvdreadsrc_srcpad_event), (dvdreadsrc_srcpad_query),
18718         (_seek_title), (_seek_chapter), (get_next_cell_for), (_read),
18719         (seek_sector), (dvdreadsrc_get), (dvdreadsrc_open_file),
18720         (dvdreadsrc_change_state), (dvdreadsrc_uri_get_type),
18721         (dvdreadsrc_uri_get_protocols), (dvdreadsrc_uri_get_uri),
18722         (dvdreadsrc_uri_set_uri), (dvdreadsrc_uri_handler_init):
18723         * ext/dvdread/dvdreadsrc.h:
18724           Add seeking, querying for bytes, sectors, title, angle and
18725           chapter. Handle multiple chapters. Relicense to LGPL because
18726           Billy agreed on that (thanks Billy!).
18727
18728 2004-11-27  Christophe Fergeau  <teuf@gnome.org>
18729
18730         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_dispose):
18731         call parent dispose method
18732
18733 2004-11-27  Martin Soto  <martinsoto@users.sourceforge.net>
18734
18735         * gst-libs/gst/audio/audioclock.c (gst_audio_clock_set_active)
18736         (gst_audio_clock_get_internal_time):
18737         Fix active <-> inactive transitions: ensure time value always
18738         grows and avoid abrupt value changes.
18739
18740 2004-11-27  Arwed v. Merkatz <v.merkatz@gmx.net>
18741
18742         * configure.ac:
18743         * gst/tta/Makefile.am:
18744         * gst/tta/crc32.h:
18745         * gst/tta/filters.h:
18746         * gst/tta/gsttta.c:
18747         * gst/tta/gstttadec.c:
18748         * gst/tta/gstttadec.h:
18749         * gst/tta/gstttaparse.c:
18750         * gst/tta/gstttaparse.h:
18751         * gst/tta/ttadec.h:
18752           added TTA parser and decoder
18753
18754 2004-11-26  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18755
18756         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
18757         (probe_triggered), (check_queue), (buffer_underrun),
18758         (buffer_running), (buffer_overrun), (gen_source_element),
18759         (setup_source):
18760         * gst/playback/gstplaybasebin.h:
18761           Implement buffering. Needs some more work.
18762
18763 2004-11-26  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18764
18765         * ext/theora/theoradec.c: (theora_dec_chain):
18766           Fix ilog mask range overflow.
18767
18768 2004-11-26  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18769
18770         * ext/alsa/gstalsa.c: (gst_alsa_get_caps):
18771           Don't omit the last (which in case of dmix is the only :) )
18772           channel count. Don't set channels if <= 2.
18773
18774 2004-11-26  Christophe Fergeau  <teuf@gnome.org>
18775
18776         * gst/playback/gstplaybin.c: (gen_video_element),
18777         (gen_audio_element): Removed 2 obsolete comments
18778
18779 2004-11-26  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
18780
18781         * ext/vorbis/oggvorbisenc.c
18782         * ext/vorbis/vorbisenc.c :
18783           change description fields of those plugins to differentiate them
18784           (pitivi show Encoders by description, they had the same one)
18785
18786 2004-11-25  Christophe Fergeau  <teuf@gnome.org>
18787
18788         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18789
18790         * gst/playback/gstplaybin.c: (gst_play_bin_dispose),
18791         (gst_play_bin_set_property), (gen_video_element),
18792         (gen_audio_element):
18793           Refcounting fixes for provided audio-/videosinks.
18794
18795 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18796
18797         * gst/playback/gstplaybin.c: (gen_video_element),
18798         (gen_audio_element), (setup_sinks), (gst_play_bin_change_state):
18799           Don't reference all sinks, but only the video- and audiosinks.
18800           The vis. element should be disposed when we're done with it.
18801           We don't have any reason to keep it around. This fixes warnings
18802           when reusing playbin for playing multiple audio files with
18803           vis. enabled. Also release audio device on pause - idea stolen
18804           from Rhythmbox.
18805
18806 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18807
18808         * ext/a52dec/gsta52dec.c: (gst_a52dec_channels), (gst_a52dec_push),
18809         (gst_a52dec_reneg), (gst_a52dec_loop), (plugin_init):
18810         * ext/alsa/gstalsa.c: (gst_alsa_get_caps):
18811         * ext/alsa/gstalsaplugin.c: (plugin_init):
18812         * ext/dts/gstdtsdec.c: (gst_dtsdec_channels),
18813         (gst_dtsdec_renegotiate), (gst_dtsdec_loop), (plugin_init):
18814         * ext/faad/gstfaad.c: (gst_faad_init), (gst_faad_chanpos_from_gst),
18815         (gst_faad_chanpos_to_gst), (gst_faad_sinkconnect),
18816         (gst_faad_srcgetcaps), (gst_faad_srcconnect), (gst_faad_chain),
18817         (gst_faad_change_state), (plugin_init):
18818         * ext/faad/gstfaad.h:
18819         * ext/vorbis/vorbis.c: (plugin_init):
18820         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
18821         * gst-libs/gst/audio/Makefile.am:
18822         * gst-libs/gst/audio/audio.c: (plugin_init):
18823         * gst-libs/gst/audio/multichannel.c:
18824         (gst_audio_check_channel_positions),
18825         (gst_audio_get_channel_positions),
18826         (gst_audio_set_channel_positions),
18827         (gst_audio_set_structure_channel_positions_list),
18828         (add_list_to_struct), (gst_audio_set_caps_channel_positions_list),
18829         (gst_audio_fixate_channel_positions):
18830         * gst-libs/gst/audio/multichannel.h:
18831         * gst-libs/gst/audio/testchannels.c: (main):
18832         * gst/audioconvert/gstaudioconvert.c:
18833         (gst_audio_convert_class_init), (gst_audio_convert_init),
18834         (gst_audio_convert_dispose), (gst_audio_convert_getcaps),
18835         (gst_audio_convert_parse_caps), (gst_audio_convert_link),
18836         (gst_audio_convert_fixate), (gst_audio_convert_channels):
18837         * gst/audioconvert/plugin.c: (plugin_init):
18838           Surround sound support.
18839
18840 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18841
18842         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_push):
18843           Fix position for discont if we're close as well. Nitpicking, but
18844           saves a few milliseconds of extra waiting or skipping.
18845
18846 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18847
18848         * gst/playback/gstdecodebin.c: (gst_decode_bin_factory_filter):
18849           We sometimes need parsers for playback, so add those too.
18850
18851 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18852
18853         * configure.ac:
18854         * gst/apetag/Makefile.am:
18855         * gst/apetag/apedemux.c: (gst_ape_demux_get_type),
18856         (gst_ape_demux_base_init), (gst_ape_demux_class_init),
18857         (gst_ape_demux_init), (gst_ape_demux_get_src_formats),
18858         (gst_ape_demux_get_src_query_types),
18859         (gst_ape_demux_handle_src_query), (gst_ape_demux_get_event_mask),
18860         (gst_ape_demux_handle_src_event), (gst_ape_demux_handle_event),
18861         (gst_ape_demux_typefind_peek), (gst_ape_demux_typefind_get_length),
18862         (gst_ape_demux_typefind_suggest), (gst_ape_demux_typefind),
18863         (gst_ape_demux_parse_tags), (gst_ape_demux_stream_init),
18864         (gst_ape_demux_stream_data), (gst_ape_demux_loop),
18865         (gst_ape_demux_change_state):
18866         * gst/apetag/apedemux.h:
18867         * gst/apetag/apetag.c: (plugin_init):
18868         * gst/typefind/gsttypefindfunctions.c: (apetag_type_find),
18869         (plugin_init):
18870           APE v1/2 tag reader plus typefind function.
18871
18872 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18873
18874         * configure.ac:
18875         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_add_element):
18876         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find):
18877           Remove hacks for older core. Require newer core version
18878           accordingly.
18879
18880 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18881
18882         * gst/cdxaparse/Makefile.am:
18883         * gst/cdxaparse/gstcdxaparse.c: (gst_cdxaparse_get_type),
18884         (gst_cdxaparse_class_init), (gst_cdxaparse_init),
18885         (gst_cdxaparse_loop), (gst_cdxaparse_change_state), (plugin_init):
18886         * gst/cdxaparse/gstcdxaparse.h:
18887         * gst/cdxaparse/gstcdxastrip.c: (gst_cdxastrip_get_type),
18888         (gst_cdxastrip_base_init), (gst_cdxastrip_class_init),
18889         (gst_cdxastrip_init), (gst_cdxastrip_get_src_formats),
18890         (gst_cdxastrip_get_src_query_types),
18891         (gst_cdxastrip_handle_src_query), (gst_cdxastrip_get_event_mask),
18892         (gst_cdxastrip_handle_src_event), (gst_cdxastrip_strip),
18893         (gst_cdxastrip_sync), (gst_cdxastrip_handle_event),
18894         (gst_cdxastrip_chain), (gst_cdxastrip_change_state):
18895         * gst/cdxaparse/gstcdxastrip.h:
18896           SVCD/VCD header stripping separated from CDXA image parsing.
18897         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find),
18898         (plugin_init):
18899           Add VCD/SVCD header typefinding for VCD/SVCD.
18900         * sys/vcd/vcdsrc.c: (gst_vcdsrc_get_type), (gst_vcdsrc_base_init),
18901         (gst_vcdsrc_class_init), (gst_vcdsrc_init),
18902         (gst_vcdsrc_set_property), (gst_vcdsrc_get_property),
18903         (gst_vcdsrc_get_event_mask), (gst_vcdsrc_get_query_types),
18904         (gst_vcdsrc_get_formats), (gst_vcdsrc_srcpad_event),
18905         (gst_vcdsrc_srcpad_query), (gst_vcdsrc_get),
18906         (gst_vcdsrc_open_file), (gst_vcdsrc_close_file),
18907         (gst_vcdsrc_change_state), (gst_vcdsrc_msf),
18908         (gst_vcdsrc_recalculate), (gst_vcdsrc_uri_get_type),
18909         (gst_vcdsrc_uri_get_protocols), (gst_vcdsrc_uri_get_uri),
18910         (gst_vcdsrc_uri_set_uri), (gst_vcdsrc_uri_handler_init):
18911         * sys/vcd/vcdsrc.h:
18912           Fix up, add seeking, querying, URI interface. Works in totem now.
18913
18914 2004-11-25  Thomas Vander Stichele  <thomas at apestaart dot org>
18915
18916         * configure.ac:
18917           back to CVS
18918
18919 === release 0.8.6 ===
18920
18921 2004-11-25  Thomas Vander Stichele  <thomas at apestaart dot org>
18922
18923         * NEWS:
18924         * RELEASE:
18925         * configure.ac:
18926         * po/af.po:
18927         * po/az.po:
18928         * po/cs.po:
18929         * po/en_GB.po:
18930         * po/hu.po:
18931         * po/it.po:
18932         * po/nb.po:
18933         * po/nl.po:
18934         * po/or.po:
18935         * po/sq.po:
18936         * po/sr.po:
18937         * po/sv.po:
18938         * po/uk.po:
18939           releasing 0.8.6, "IOU Love"
18940
18941 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
18942
18943         patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
18944
18945         * gst/playback/gstplaybasebin.c:
18946           Fix unplayable files error handling.  Fixes #158365
18947
18948 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
18949
18950         patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
18951
18952         * gst/typefind/gsttypefindfunctions.c:
18953           Fix broken mp3 typefinding.  Fixes #158375
18954
18955 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
18956
18957         patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
18958
18959         * ext/ogg/gstoggdemux.c:
18960           Fix sync on broken files.  Fixes #158976
18961
18962 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
18963
18964         patch by: Edward Hervey <bilboed@bilboed.com>
18965
18966         * ext/libpng/gstpngenc.c:
18967           Copy over buffer properties.  Fixes #158832
18968
18969 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
18970
18971         patch by: Tim-Philipp Müller <t.i.m@zen.co.uk>
18972
18973         * ext/dvdread/dvdreadsrc.c:
18974           Fixes invalid reads (#158462)
18975
18976 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
18977
18978         * sys/v4l/gstv4lsrc.c:
18979         * sys/v4l/gstv4lsrc.h:
18980         * sys/v4l/v4lsrc_calls.c:
18981           Probe less and cache it.  Fixes #159187.
18982
18983 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
18984
18985         * gst/videorate/gstvideorate.c:
18986           Handle all video formats. Fixes #159186.
18987
18988 2004-11-16  Jan Schmidt  <thaytan@mad.scientist.com>
18989         * gst/synaesthesia/gstsynaesthesia.c:
18990         (gst_synaesthesia_class_init), (gst_synaesthesia_init),
18991         (gst_synaesthesia_dispose), (gst_synaesthesia_finalize),
18992         (gst_synaesthesia_sink_link), (gst_synaesthesia_src_getcaps),
18993         (gst_synaesthesia_src_link), (gst_synaesthesia_chain),
18994         (gst_synaesthesia_change_state), (plugin_init):
18995         Fix up synaesthesia to work under different samplerates/ buffer sizes.
18996         Force 320x200 output, as that's the only thing the underlying
18997         synaesthesia implementation supports. Still needs to be made
18998         re-entrant.
18999
19000 2004-11-14  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19001
19002         * configure.ac:
19003           Fix mpeg2enc configure check (similar to mplex check below).
19004
19005 2004-11-14  Koop Mast  <kwm@rainbow-runner.nl>
19006
19007         reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19008
19009         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
19010           Fix for gcc-2.95 (fixes #158221).
19011
19012 2004-11-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19013
19014         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_add_element):
19015           Re-add clock distribution hack (until new core is released).
19016           Fixes #158125.
19017
19018 2004-11-13  Arwed v. Merkatz  <v.merkatz@gmx.net>
19019         * configure.ac:
19020           fix mplex configure check segfaulting on some systems (bug #140994)
19021
19022 2004-11-13  Benjamin Otte  <otte@gnome.org>
19023
19024         * ext/alsa/gstalsa.c: (gst_alsa_pcm_wait):
19025           add debugging
19026         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
19027           do a wait when we enter the loop func with no data available to
19028           write instead of getting into an 100% CPU loop by just returning and
19029           being called again by the scheduler
19030
19031 2004-11-13  Jan Schmidt  <thaytan@mad.scientist.com>
19032
19033         * configure.ac:
19034         * ext/libvisual/visual.c: (gst_visual_get_type),
19035         (libvisual_log_handler), (gst_visual_getcaps),
19036         (gst_visual_srclink), (gst_visual_change_state), (make_valid_name),
19037         (plugin_init):
19038           Update libvisual to 0.1.7. Link in the debug handling to gstreamer
19039         * ext/smoothwave/Makefile.am:
19040         * ext/smoothwave/demo-osssrc.c: (main):
19041         * ext/smoothwave/gstsmoothwave.c: (gst_smoothwave_class_init),
19042         (gst_smoothwave_init), (gst_smoothwave_dispose), (gst_sw_sinklink),
19043         (gst_sw_srclink), (gst_smoothwave_chain), (gst_sw_change_state),
19044         (plugin_init):
19045         * ext/smoothwave/gstsmoothwave.h:
19046           Make gstsmoothwave a working element in the 20th century.
19047
19048         * gst/chart/gstchart.c: (gst_chart_init), (gst_chart_srcconnect):
19049           Fix incorrect link function
19050
19051 2004-11-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19052
19053         * gst/volume/gstvolume.c:
19054           Allow buffer-frames=0.
19055
19056 2004-11-12 Iain <iaingnome@gmail.com>
19057
19058         * configure.ac: Check for polypaudio
19059
19060         * ext/Makefile.am: Build the polyp dir
19061
19062         * ext/polyp: The polypsink sources.
19063
19064 2004-10-30 Iain <iaingnome@gmail.com>
19065
19066         * gst/interleave/interleave.c (interleave_unlink): Change the src pads
19067         caps to reflect the new number of channels.
19068
19069 2004-11-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19070
19071         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
19072           Fix for negotiation order problem. This would show when the
19073           ALSA loopfuction was called before any other function. ALSA
19074           wouldn't do anything because we're not negotiated yet, leading
19075           to an infinite loop. Showed in e.g. Rhythmbox. Fixes #158006.
19076
19077 2004-11-11  Tim-Philipp Müller  <t.i.m@zen.co.uk>
19078
19079         reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19080
19081         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
19082           No warnings (#157986).
19083
19084 2004-11-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19085
19086         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
19087           Prefer apev1/2 and id3v1 (at end of file) over musepack.
19088
19089 2004-11-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19090
19091         * gst/matroska/matroska-demux.c: (gst_matroska_demux_loop_stream):
19092           Signal no-more-pads (so it works in playbin).
19093
19094 2004-11-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19095
19096         * ext/musepack/gstmusepackreader.cpp:
19097           Workaround for older core.
19098
19099 2004-11-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19100
19101         * gst/ffmpegcolorspace/imgconvert.c: (yuv420p_to_yuv422):
19102           Actually test for odd width/height rather than testing whether
19103           a temporary variable that was 0 before we subtracted 1 is now
19104           not equal to zero (which it always is).
19105
19106 2004-11-11  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
19107
19108         * sys/v4l2/gstv4l2element.c: (gst_v4l2_iface_supported):
19109         Fix compilation if HAVE_XVIDEO is not defined
19110
19111 2004-11-11  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
19112
19113         * sys/v4l/gstv4lelement.c: (gst_v4l_iface_supported):
19114         Fix compilation if HAVE_XVIDEO is not defined
19115
19116 2004-11-11  Jan Schmidt  <thaytan@mad.scientist.com>
19117
19118         * gst/goom/gstgoom.c: (gst_goom_class_init), (gst_goom_init),
19119         (gst_goom_dispose), (gst_goom_sinkconnect), (gst_goom_chain),
19120         (gst_goom_change_state), (plugin_init):
19121         Use the bytestream adapter so goom doesn't depend on the input
19122         buffer size.
19123         Add a debug category
19124
19125 2004-11-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19126
19127         * ext/alsa/gstalsa.c: (gst_alsa_change_state):
19128           Only set hardware parameters *after* negotiation. Before
19129           negotiation, it will set ANY and that seems to cause crashes
19130           (see e.g. #151288, #153227).
19131
19132 2004-11-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19133
19134         * ext/alsa/gstalsasink.c: (gst_alsa_sink_get_time):
19135           This seems to be antique leftover. It needs to pass error
19136           checking.
19137         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_init),
19138         (gst_sdlvideosink_deinitsdl), (gst_sdlvideosink_initsdl),
19139         (gst_sdlvideosink_destroy), (gst_sdlvideosink_create),
19140         (gst_sdlvideosink_sinkconnect), (gst_sdlvideosink_chain):
19141           Fix GstXOverlay implementation (#151059).
19142
19143 2004-11-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19144
19145         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
19146           Don't assert (#157853).
19147
19148 2004-11-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19149
19150         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event),
19151           Fix bytes/samples confustion.
19152         (gst_alsa_sink_mmap), (gst_alsa_sink_loop):
19153           Fix for underrun (#144389).
19154
19155 2004-11-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19156
19157         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find):
19158           Disable halfway-seek for pending release (since it needs a new
19159           core release).
19160
19161 2004-11-09  Thomas Vander Stichele  <thomas at apestaart dot org>
19162
19163         * sys/v4l/gstv4lsrc.c:
19164         * sys/v4l/gstv4lsrc.h:
19165         * sys/v4l/v4lsrc_calls.c:
19166           add autoprobe-fps property so we can separate autoprobing parts
19167
19168 2004-11-09  Thomas Vander Stichele  <thomas at apestaart dot org>
19169
19170         * sys/v4l/gstv4lsrc.c:
19171         * sys/v4l/v4lsrc_calls.c:
19172         initialise fourcc to catch unset fourcc's, and debug
19173
19174 2004-11-09  Wim Taymans  <wim@fluendo.com>
19175
19176         * gst/playback/README:
19177         * gst/playback/gstdecodebin.c: (close_pad_link), (try_to_link_1):
19178         * gst/playback/gstplaybin.c: (gst_play_bin_init),
19179         (gst_play_bin_dispose), (gst_play_bin_set_property),
19180         (remove_sinks), (setup_sinks), (gst_play_bin_change_state),
19181         (gst_play_bin_get_event_masks), (gst_play_bin_send_event),
19182         (gst_play_bin_get_formats), (gst_play_bin_convert),
19183         (gst_play_bin_get_query_types), (gst_play_bin_query):
19184         Cleanups and some more documentation.
19185
19186 2004-11-09  Jan Schmidt  <thaytan@mad.scientist.com>
19187
19188         * ext/libcaca/gstcacasink.c: (gst_cacasink_class_init),
19189         (gst_cacasink_init), (gst_cacasink_chain):
19190         * ext/libcaca/gstcacasink.h:
19191         Cacasink inherits from VideoSink, so let that store the clock.
19192
19193 2004-11-09  Wim Taymans  <wim@fluendo.com>
19194
19195         * gst/playback/README:
19196         * gst/playback/gstplaybasebin.c: (group_destroy), (group_is_muted),
19197         (add_stream), (unknown_type), (add_element_stream), (no_more_pads),
19198         (probe_triggered), (preroll_unlinked), (new_decoded_pad),
19199         (gst_play_base_bin_change_state), (gst_play_base_bin_found_tag):
19200         * gst/playback/gstplaybin.c: (gen_vis_element), (remove_sinks),
19201         (setup_sinks):
19202         * gst/playback/gststreaminfo.c: (gst_stream_info_set_mute),
19203         (gst_stream_info_is_mute), (gst_stream_info_set_property):
19204         * gst/playback/gststreaminfo.h:
19205         Updated README.
19206         Only switch groups if all streams have muted (EOSed).
19207         Send Tags in sync with the stream playback instead of in
19208         the playback/preroll phase.
19209         Some cleanups, free the fakesrc elements.
19210
19211 2004-11-09  Benjamin Otte  <in7y118@public.uni-hamburg.de>
19212
19213         * ext/alsa/gstalsa.c: (gst_alsa_get_caps_internal):
19214           buffer-frames property was missing
19215         * ext/arts/gst_arts.c:
19216           rate missing from sinkcaps
19217         * ext/audiofile/gstafparse.c:
19218         * ext/audiofile/gstafsink.c:
19219         * ext/audiofile/gstafsrc.c:
19220         * ext/swfdec/gstswfdec.c:
19221           int audio doesn't know buffer-frames
19222         * ext/cdparanoia/gstcdparanoia.c:
19223           int audio doesn't know chunksize either
19224         * ext/nas/nassink.c:
19225           it's endianness, not endianess
19226         * gst-libs/gst/audio/audio.h:
19227           make float standard pad template caps really describe float
19228         * gst/law/mulaw.c: (linear_factory):
19229           signed only, please
19230         * gst/mpegstream/gstdvddemux.c:
19231           widths of 20 are not valid
19232
19233 2004-11-08  Thomas Vander Stichele  <thomas at apestaart dot org>
19234
19235         Submitted by: Luca Ferretti <elle.uca@infinito.it>
19236
19237         * po/LINGUAS:
19238         * po/it.po:
19239           Add Italian
19240
19241 2004-11-08  Wim Taymans  <wim@fluendo.com>
19242
19243         * gst/playback/README:
19244         * gst/playback/gstdecodebin.c: (close_pad_link), (try_to_link_1):
19245         * gst/playback/gstplaybasebin.c: (probe_triggered),
19246         (gst_play_base_bin_change_state):
19247         Updated README, added more comments for fixmes etc..
19248
19249 2004-11-08  Wim Taymans  <wim@fluendo.com>
19250
19251         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_add_element):
19252         We can remove this hack now.
19253
19254 2004-11-08  Wim Taymans  <wim@fluendo.com>
19255
19256         * gst/videomixer/videomixer.c: (gst_videomixer_blend_ayuv_ayuv),
19257         (gst_videomixer_fill_checker), (gst_videomixer_fill_color),
19258         (gst_videomixer_blend_buffers), (gst_videomixer_loop):
19259         Only mix AYUV for maximum quality.
19260
19261 2004-11-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19262
19263         * ext/ogg/gstoggdemux.c: (get_relative), (gst_ogg_demux_src_query),
19264         (gst_ogg_demux_push), (gst_ogg_pad_push):
19265           Let's act as if we're synchronized now! :).
19266         * ext/theora/theoradec.c: (theora_dec_chain):
19267           Add some debug.
19268
19269 2004-11-08  Wim Taymans  <wim@fluendo.com>
19270
19271         * gst/alpha/gstalpha.c: (gst_alpha_method_get_type),
19272         (gst_alpha_set_property), (gst_alpha_sink_link),
19273         (gst_alpha_set_ayuv), (gst_alpha_set_i420),
19274         (gst_alpha_chroma_key_ayuv), (gst_alpha_chroma_key_i420),
19275         (gst_alpha_init_params), (gst_alpha_chain):
19276         Implement alpha functions for AYUV too, this increases
19277         accuracy quite a bit.
19278
19279 2004-11-08  Wim Taymans  <wim@fluendo.com>
19280
19281         * gst/ffmpegcolorspace/avcodec.h:
19282         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
19283         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
19284         (gst_ffmpegcsp_avpicture_fill):
19285         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
19286         (gst_ffmpegcsp_caps_remove_format_info):
19287         * gst/ffmpegcolorspace/imgconvert.c: (avpicture_get_size),
19288         (shrink12), (img_get_alpha_info), (deinterlace_line),
19289         (deinterlace_line_inplace):
19290         * gst/ffmpegcolorspace/imgconvert_template.h:
19291         Added AYUV colorspace and handle RGBA a bit more respectful.
19292
19293 2004-11-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19294
19295         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
19296           Actually always send a discont (cornercase when resending the
19297           same serial-tagged chain twice).
19298
19299 2004-11-08  Julien MOUTTE  <julien@moutte.net>
19300
19301         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_clear),
19302         (gst_ximagesink_finalize):
19303         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_clear),
19304         (gst_xvimagesink_finalize): Some more cleanups, leaks fixed and checks.
19305
19306 2004-11-08  Wim Taymans  <wim@fluendo.com>
19307
19308         * gst/typefind/gsttypefindfunctions.c: (aac_type_find):
19309         Don't segfault on NULL data.
19310
19311 2004-11-08  Wim Taymans  <wim@fluendo.com>
19312
19313         * gst/playback/gstdecodebin.c: (unlinked):
19314         * gst/playback/gstplay-marshal.list:
19315         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
19316         (gst_play_base_bin_init), (group_create), (get_active_group),
19317         (get_building_group), (group_destroy), (group_commit),
19318         (queue_overrun), (remove_groups), (add_stream), (unknown_type),
19319         (add_element_stream), (no_more_pads), (probe_triggered),
19320         (preroll_unlinked), (new_decoded_pad), (removed_decoded_pad),
19321         (state_change), (setup_source), (gst_play_base_bin_get_property),
19322         (gst_play_base_bin_change_state), (gst_play_base_bin_add_element),
19323         (gst_play_base_bin_link_stream),
19324         (gst_play_base_bin_get_streaminfo):
19325         * gst/playback/gstplaybasebin.h:
19326         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
19327         (remove_sinks), (setup_sinks), (gst_play_bin_change_state):
19328         Add support for chained ogg files. Prepare for playlist
19329         support. This patch introduces the concept of pad groups, which
19330         together compose one playable media file.
19331
19332 2004-11-07  David Schleef  <ds@schleef.org>
19333
19334         * testsuite/gst-lint: Check for pad templates that aren't statically
19335         scoped.
19336
19337 2004-11-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19338
19339         * configure.ac:
19340         * ext/Makefile.am:
19341         * ext/musepack/Makefile.am:
19342         * ext/musepack/gstmusepackdec.cpp:
19343         * ext/musepack/gstmusepackdec.h:
19344         * ext/musepack/gstmusepackreader.cpp:
19345         * ext/musepack/gstmusepackreader.h:
19346           Add musepack decoder.
19347         * ext/faad/gstfaad.c: (gst_faad_base_init):
19348           Make pad templates static.
19349         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find),
19350         (plugin_init):
19351           Add musepack typefinder, make mp3 typefinding work halfway stream,
19352           which doesn't actually work yet because id3demux doesn't implement
19353           _get_length().
19354
19355 2004-11-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19356
19357         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
19358         (gst_ogg_mux_queue_pads), (gst_ogg_mux_loop):
19359           Fix interrupt event handling (#144436).
19360
19361 2004-11-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19362
19363         * ext/mad/gstid3tag.c: (gst_id3_tag_do_typefind):
19364           Hide unused glory.
19365
19366 2004-11-06  Tim-Philipp Müller  <t.i.m@zen.co.uk>
19367
19368         reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19369
19370         * ext/vorbis/vorbisenc.c: (raw_caps_factory):
19371           Fix weird caps (#157548).
19372
19373 2004-11-06  Tim-Philipp Müller  <t.i.m@zen.co.uk>
19374
19375         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19376
19377         * gst/rtp/gstrtpgsmparse.c: (gst_rtpgsm_caps_nego):
19378           Add missing NULL terminator (#157543).
19379
19380 2004-11-05  Thomas Vander Stichele  <thomas at apestaart dot org>
19381
19382         * gst/tcp/gsttcp.h:
19383         * gst/tcp/gsttcpclientsink.c:
19384         * gst/tcp/gsttcpclientsrc.c:
19385         * gst/tcp/gsttcpserversink.c:
19386         * gst/tcp/gsttcpserversrc.c:
19387           ports can go up to 65535.  Move common defines to gsttcp.h
19388
19389 2004-11-05  Wim Taymans  <wim@fluendo.com>
19390
19391         * gst/videotestsrc/videotestsrc.c: (paint_setup_Y41B),
19392         (paint_hline_Y41B), (paint_setup_Y42B), (paint_hline_Y42B):
19393         Added two more colorspaces.
19394
19395 2004-11-05  Wim Taymans  <wim@fluendo.com>
19396
19397         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
19398         (gst_ffmpegcsp_avpicture_fill):
19399         * gst/ffmpegcolorspace/imgconvert.c: (avpicture_get_size),
19400         (yuv422p_to_yuv422), (yuv420p_to_yuv422), (shrink12),
19401         (img_convert), (deinterlace_line), (deinterlace_line_inplace):
19402         More stride fixes.
19403
19404 2004-11-05  Wim Taymans  <wim@fluendo.com>
19405
19406         * gst/alpha/gstalpha.c: (gst_alpha_set_property), (gst_alpha_add),
19407         (gst_alpha_chroma_key), (gst_alpha_init_params), (gst_alpha_chain):
19408         * gst/videomixer/videomixer.c: (gst_videomixer_blend_ayuv_i420),
19409         (gst_videomixer_fill_checker), (gst_videomixer_blend_buffers),
19410         (gst_videomixer_loop):
19411         More stride fixes.
19412
19413 2004-11-05  Benjamin Otte  <otte@gnome.org>
19414
19415         * ext/mad/gstmad.c: (gst_mad_chain):
19416           don't overflow data buffer. Flush not needed sync data when syncing
19417           failed.
19418
19419 2004-11-04  Wim Taymans  <wim@fluendo.com>
19420
19421         * gst/alpha/gstalpha.c: (gst_alpha_method_get_type),
19422         (gst_alpha_class_init), (gst_alpha_init), (gst_alpha_set_property),
19423         (gst_alpha_get_property), (gst_alpha_add), (gst_alpha_chroma_key),
19424         (gst_alpha_init_params), (gst_alpha_chain),
19425         (gst_alpha_change_state):
19426         Updated the chroma keying algorithm with something more
19427         sophisticated.
19428
19429 2004-11-03  Wim Taymans  <wim@fluendo.com>
19430
19431         * gst/videomixer/videomixer.c: (gst_videomixer_blend_ayuv_i420),
19432         (gst_videomixer_fill_checker), (gst_videomixer_fill_color),
19433         (gst_videomixer_blend_buffers), (gst_videomixer_loop):
19434         Fix stride issues. Does not completely work for odd
19435         heights.
19436
19437 2004-11-03  Wim Taymans  <wim@fluendo.com>
19438
19439         * gst/alpha/gstalpha.c: (gst_alpha_method_get_type),
19440         (gst_alpha_chroma_key), (gst_alpha_chain):
19441         Fix stride issues. Does not completely work for odd
19442         heights.
19443
19444 2004-11-03  Christophe Fergeau  <teuf@gnome.org>
19445
19446         * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps):
19447         * gst/videoscale/videoscale.c: (videoscale_find_by_structure):
19448         leak fixes
19449
19450 2004-11-03  Wim Taymans  <wim@fluendo.com>
19451
19452         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
19453         (gst_ffmpegcsp_avpicture_fill):
19454         * gst/ffmpegcolorspace/imgconvert.c: (avpicture_get_size),
19455         (avpicture_alloc):
19456         * gst/ffmpegcolorspace/imgconvert_template.h:
19457         Use correct _fill function to get correct strides.
19458
19459 2004-11-02  David Schleef  <ds@schleef.org>
19460
19461         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
19462         (gst_qtdemux_add_stream), (qtdemux_parse), (qtdemux_parse_tree),
19463         (qtdemux_parse_udta), (qtdemux_tag_add), (gst_qtdemux_handle_esds):
19464         Change all g_print()s to debugging.  Add a bunch of consistency
19465         checks.
19466
19467 2004-11-02  Wim Taymans  <wim@fluendo.com>
19468
19469         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
19470         (try_to_link_1), (get_our_ghost_pad), (remove_element_chain),
19471         (unlinked), (no_more_pads), (close_link):
19472         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
19473         (unknown_type), (add_element_stream), (new_decoded_pad),
19474         (removed_decoded_pad), (setup_source):
19475         * gst/playback/gststreaminfo.c: (gst_stream_info_get_type),
19476         (gst_stream_info_class_init), (gst_stream_info_init),
19477         (gst_stream_info_new), (gst_stream_info_dispose),
19478         (stream_info_mute_pad), (gst_stream_info_set_property),
19479         (gst_stream_info_get_property):
19480         * gst/playback/gststreaminfo.h:
19481         Fix playback of multiple files.
19482         a slightly different approach to handling dynamic pad removals.
19483         This one only looks at pads that we have linked.
19484
19485 2004-11-01  Christophe Fergeau  <teuf@gnome.org>
19486
19487         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_finalize): fix an "invalid
19488         free" warning from libc.
19489
19490 2004-11-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19491
19492         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
19493         (get_unconnected_element), (remove_starting_from), (pad_removed),
19494         (close_link):
19495           Implement support for dynamic pad changing. We listen to "live"
19496           pad removals (i.e. while playing) and re-setup autoplugging
19497           after that. Playbasebin/playbin need some more work for this
19498           to finally work, but decodebin supports (and replugs) chained
19499           ogg now.
19500
19501 2004-11-02  Jan Schmidt  <thaytan@mad.scientist.com>
19502
19503         * ext/alsa/gstalsa.c: (gst_alsa_class_init), (gst_alsa_dispose),
19504         (gst_alsa_finalize):
19505         * ext/cdaudio/gstcdaudio.c: (gst_cdaudio_class_init),
19506         (gst_cdaudio_finalize):
19507         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_class_init),
19508         (cdparanoia_finalize):
19509         * ext/divx/gstdivxdec.c: (gst_divxdec_dispose):
19510         * ext/divx/gstdivxenc.c: (gst_divxenc_dispose):
19511         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_class_init),
19512         (dvdreadsrc_finalize):
19513         * ext/flac/gstflacdec.c: (gst_flacdec_class_init),
19514         (gst_flacdec_finalize):
19515         * ext/flac/gstflacenc.c: (gst_flacenc_class_init),
19516         (gst_flacenc_finalize):
19517         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_class_init),
19518         (gst_gnomevfssink_finalize):
19519         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_class_init),
19520         (gst_gnomevfssrc_finalize):
19521         * ext/libfame/gstlibfame.c: (gst_fameenc_class_init),
19522         (gst_fameenc_finalize):
19523         * ext/nas/nassink.c: (gst_nassink_class_init),
19524         (gst_nassink_finalize):
19525         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_finalize),
19526         (gst_sdlvideosink_class_init):
19527         * ext/sndfile/gstsf.c: (gst_sf_dispose):
19528         * gst-libs/gst/mixer/mixertrack.c: (gst_mixer_track_dispose):
19529         * gst-libs/gst/tuner/tunerchannel.c: (gst_tuner_channel_dispose):
19530         * gst-libs/gst/tuner/tunernorm.c: (gst_tuner_norm_dispose):
19531         * gst-libs/gst/xwindowlistener/xwindowlistener.c:
19532         (gst_x_window_listener_dispose):
19533         * gst/audioscale/gstaudioscale.c:
19534         * gst/playondemand/gstplayondemand.c: (play_on_demand_class_init),
19535         (play_on_demand_finalize):
19536         * gst/videofilter/gstvideobalance.c: (gst_videobalance_dispose):
19537         * gst/videoscale/gstvideoscale.c: (gst_videoscale_chain):
19538         * sys/cdrom/gstcdplayer.c: (cdplayer_class_init),
19539         (cdplayer_finalize):
19540         * sys/glsink/glimagesink.c: (gst_glimagesink_finalize),
19541         (gst_glimagesink_class_init):
19542         * sys/oss/gstosselement.c: (gst_osselement_class_init),
19543         (gst_osselement_finalize):
19544         * sys/oss/gstosssink.c: (gst_osssink_dispose):
19545         * sys/oss/gstosssrc.c: (gst_osssrc_dispose):
19546         * sys/v4l/gstv4lelement.c: (gst_v4lelement_dispose):
19547           Fixes a bunch of problems with finalize and dispose functions,
19548           either assumptions that dispose is only called once, or not calling
19549           the parent class dispose/finalize function
19550
19551 2004-11-01  Stefan Kost  <ensonic@users.sf.net>
19552
19553         * ext/esd/esdsink.c: (gst_esdsink_init), (gst_esdsink_link):
19554           added two api precondition guards
19555           use g_strdup with getenv to fix crash when using ENVVAR
19556
19557 2004-11-01  Jan Schmidt  <thaytan@mad.scientist.com>
19558         * ext/esd/esdsink.c: (gst_esdsink_class_init),
19559         (gst_esdsink_finalize):
19560         Use a finalize function, not dispose, and more importantly,
19561         call the parent class finalize function too
19562
19563 2004-11-01  Johan Dahlin  <johan@gnome.org>
19564
19565         * ext/ogg/gstoggdemux.c:
19566         * gst/tags/gstvorbistag.c:
19567         Plug leaks.
19568
19569 2004-10-31  Benjamin Otte  <otte@gnome.org>
19570
19571         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_chain):
19572           lotsa memleaks today. But they're all small...
19573
19574 2004-10-31  Benjamin Otte  <otte@gnome.org>
19575
19576         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
19577           another memleak crushed
19578
19579 2004-10-31  Benjamin Otte  <otte@gnome.org>
19580
19581         * gst/tags/gstvorbistag.c: (gst_tag_to_vorbis_comments):
19582           fix memleak
19583
19584 2004-10-31  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19585
19586         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
19587           Hack to prevent crash when going to READY inside signal handler
19588           while this function is active.
19589
19590 2004-10-31  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19591
19592         * gst/ffmpegcolorspace/Makefile.am:
19593         * gst/ffmpegcolorspace/avcodec.h:
19594         * gst/ffmpegcolorspace/common.h:
19595         * gst/ffmpegcolorspace/dsputil.c: (dsputil_static_init):
19596         * gst/ffmpegcolorspace/dsputil.h:
19597         * gst/ffmpegcolorspace/gstffmpeg.c: (plugin_init):
19598         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
19599         (gst_ffmpeg_get_palette), (gst_ffmpeg_set_palette),
19600         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_smpfmt_to_caps),
19601         (gst_ffmpegcsp_codectype_to_caps), (gst_ffmpeg_caps_to_smpfmt),
19602         (gst_ffmpeg_caps_to_pixfmt), (gst_ffmpegcsp_caps_with_codectype),
19603         (gst_ffmpegcsp_avpicture_fill):
19604         * gst/ffmpegcolorspace/gstffmpegcodecmap.h:
19605         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
19606         (gst_ffmpegcsp_caps_remove_format_info), (gst_ffmpegcsp_getcaps),
19607         (gst_ffmpegcsp_pad_link), (gst_ffmpegcsp_get_type),
19608         (gst_ffmpegcsp_base_init), (gst_ffmpegcsp_class_init),
19609         (gst_ffmpegcsp_init), (gst_ffmpegcsp_chain),
19610         (gst_ffmpegcsp_change_state), (gst_ffmpegcsp_set_property),
19611         (gst_ffmpegcsp_get_property), (gst_ffmpegcolorspace_register):
19612         * gst/ffmpegcolorspace/imgconvert.c:
19613         (avcodec_get_chroma_sub_sample), (avcodec_get_pix_fmt_name),
19614         (avcodec_get_pix_fmt), (avpicture_fill), (avpicture_layout),
19615         (avpicture_get_size), (avcodec_get_pix_fmt_loss),
19616         (avg_bits_per_pixel), (avcodec_find_best_pix_fmt1),
19617         (avcodec_find_best_pix_fmt), (img_copy_plane), (img_copy),
19618         (yuv422_to_yuv420p), (uyvy422_to_yuv420p), (uyvy422_to_yuv422p),
19619         (yuv422_to_yuv422p), (yuv422p_to_yuv422), (yuv422p_to_uyvy422),
19620         (uyvy411_to_yuv411p), (yuv420p_to_yuv422), (C_JPEG_TO_CCIR),
19621         (img_convert_init), (img_apply_table), (shrink41), (shrink21),
19622         (shrink12), (shrink22), (shrink44), (grow21_line), (grow41_line),
19623         (grow21), (grow22), (grow41), (grow44), (conv411),
19624         (gif_clut_index), (build_rgb_palette), (bitcopy_n), (mono_to_gray),
19625         (monowhite_to_gray), (monoblack_to_gray), (gray_to_mono),
19626         (gray_to_monowhite), (gray_to_monoblack), (avpicture_alloc),
19627         (avpicture_free), (is_yuv_planar), (img_convert),
19628         (get_alpha_info_pal8), (img_get_alpha_info), (deinterlace_line),
19629         (deinterlace_line_inplace), (deinterlace_bottom_field),
19630         (deinterlace_bottom_field_inplace), (avpicture_deinterlace):
19631         * gst/ffmpegcolorspace/imgconvert_template.h:
19632         * gst/ffmpegcolorspace/mem.c: (av_malloc), (av_realloc), (av_free):
19633         * gst/ffmpegcolorspace/mmx.h:
19634         * gst/ffmpegcolorspace/utils.c: (av_mallocz), (av_strdup),
19635         (av_fast_realloc), (av_mallocz_static), (av_free_static),
19636         (av_freep), (avcodec_get_context_defaults),
19637         (avcodec_alloc_context), (avcodec_init):
19638           Sync back from gst-ffmpeg. Deprecates ffcolorspace. Adds palette
19639           handling plus update from ffmpeg CVS. Large clean-up.
19640
19641 2004-10-31  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19642
19643         * gst/playback/Makefile.am:
19644           We need the marshallers for decodebin, too.
19645
19646 2004-10-30  David Schleef  <ds@schleef.org>
19647
19648         * gst/typefind/gsttypefindfunctions.c: (qt_type_find): Make
19649           quicktime typefinding work with 64-bit offsets.
19650
19651 2004-10-30  Jan Schmidt  <thaytan@mad.scientist.com>
19652
19653         * ext/dv/gstdvdec.c: (gst_dvdec_handle_sink_event):
19654           Set EOS on the element when processing an EOS event.
19655         * ext/speex/gstspeexdec.h:
19656         * ext/speex/gstspeexenc.h:
19657           Only keep a const ptr to the mode
19658         * gst-libs/gst/riff/riff-media.c:
19659         (gst_riff_create_audio_caps_with_data),
19660         (gst_riff_create_audio_template_caps):
19661           Allow WMAV3, with up to 6 channels.
19662         * gst/asfdemux/gstasfmux.c: (gst_asfmux_request_new_pad):
19663           Don't call gst_pad_set_event_function on a sink pad.
19664         * gst/mpegstream/gstdvddemux.c:
19665         (gst_dvd_demux_get_subpicture_stream),
19666         (gst_dvd_demux_set_cur_audio), (gst_dvd_demux_set_cur_subpicture):
19667           Copy the explicit caps that were set across to the cur_* pads,
19668           instead of trying to use a possibly non-existent negotiated caps.
19669           Reset the type of subpicture pads to UNKNOWN after calling
19670           init_stream, so that the caps get set.
19671
19672 2004-10-29  Martin Pitt  <martin.pitt@canonical.com>
19673
19674         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19675
19676         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_chunk):
19677           Don't touch buffer if it is of size 0 (fixes #151064).
19678
19679 2004-10-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19680
19681         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_push), (gst_ogg_pad_push):
19682           Synchronized discont handling.
19683
19684 2004-10-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19685
19686         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event),
19687         (gst_ogg_demux_push):
19688           Make seeking sort-of exact again (fixes #156387).
19689
19690 2004-10-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19691
19692         * gst/playback/gstplaybasebin.c: (unknown_type),
19693         (add_element_stream), (new_decoded_pad),
19694         (gst_play_base_bin_change_state):
19695         * gst/playback/gststreaminfo.c: (gst_stream_info_class_init),
19696         (gst_stream_info_init), (gst_stream_info_new),
19697         (gst_stream_info_dispose), (gst_stream_info_get_property):
19698         * gst/playback/gststreaminfo.h:
19699           Make caps explicitely available. Makes testing for unsupported
19700           types possible. Improves error reporting.
19701
19702 2004-10-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19703
19704         * gst/audioconvert/gstaudioconvert.c:
19705         (gst_audio_convert_buffer_to_default_format):
19706           Really don't touch read-only buffers (#156563).
19707
19708 2004-10-29  Sebastien Cote  <sc5@hermes.usherb.ca>
19709
19710         Reviewd by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19711
19712         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt):
19713           Fix memleak (#155223).
19714
19715 2004-10-29  Wim Taymans  <wim@fluendo.com>
19716
19717         * gst/tcp/.cvsignore:
19718         * gst/tcp/gstmultifdsink.c: (gst_sync_method_get_type),
19719         (gst_multifdsink_class_init), (gst_multifdsink_init),
19720         (gst_multifdsink_add), (gst_multifdsink_remove),
19721         (gst_multifdsink_remove_client_link), (is_sync_frame),
19722         (gst_multifdsink_new_client),
19723         (gst_multifdsink_handle_client_write),
19724         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
19725         (gst_multifdsink_handle_clients), (gst_multifdsink_set_property),
19726         (gst_multifdsink_get_property):
19727         * gst/tcp/gstmultifdsink.h:
19728         Added burst on connect sync_method, deprecated sync_clients,
19729         streamlined the sync code some more.
19730
19731 2004-10-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19732
19733         * gst/playback/gstplaybasebin.c: (thread_error), (setup_source),
19734         (gst_play_base_bin_change_state):
19735           Improve error reporting.
19736
19737 2004-10-28  Wim Taymans  <wim@fluendo.com>
19738
19739         * gst/tcp/Makefile.am:
19740         * gst/tcp/fdsetstress.c: (mess_some_more), (run_test), (main):
19741         * gst/tcp/gstfdset.c: (nearest_pow), (resize), (ensure_size),
19742         (gst_fdset_new), (gst_fdset_free), (gst_fdset_set_mode),
19743         (gst_fdset_fd_ctl_write), (gst_fdset_fd_ctl_read),
19744         (gst_fdset_fd_has_closed), (gst_fdset_fd_has_error),
19745         (gst_fdset_fd_can_read), (gst_fdset_fd_can_write),
19746         (gst_fdset_wait):
19747         Added more locks around fdset structures. Fixed/reworked
19748         the poll array resizing code.
19749         Added stress test for fdset.
19750
19751 2004-10-28  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
19752
19753         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link):
19754         fix build
19755
19756 2004-10-28  Benjamin Otte  <otte@gnome.org>
19757
19758         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link):
19759           fix link function to always query channels and query width for
19760           floats
19761         * configure.ac:
19762           add equalizer dir
19763         * gst/equalizer/Makefile.am:
19764         * gst/equalizer/gstiirequalizer.c: (gst_iir_equalizer_get_type),
19765         (gst_iir_equalizer_base_init), (gst_iir_equalizer_class_init),
19766         (gst_iir_equalizer_init), (gst_iir_equalizer_finalize),
19767         (arg_to_scale), (setup_filter),
19768         (gst_iir_equalizer_compute_frequencies),
19769         (gst_iir_equalizer_set_property), (gst_iir_equalizer_get_property),
19770         (gst_iir_equalizer_filter_inplace), (gst_iir_equalizer_setup),
19771         (plugin_init):
19772           add an equalizer
19773
19774 2004-10-27  Thomas Vander Stichele  <thomas at apestaart dot org>
19775
19776         Submitted by: Kjartan Maraas <kmaraas@broadpark.no>
19777
19778         * po/LINGUAS:
19779         * po/nb.po:
19780           Added Norwegian Bokmaal translation
19781
19782 2004-10-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19783
19784         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
19785           Don't break on options (fixes #156488).
19786
19787 2004-10-27  Thomas Vander Stichele  <thomas at apestaart dot org>
19788
19789         * configure.ac:
19790         * ext/cdaudio/Makefile.am:
19791         * sys/Makefile.am:
19792           fix build on older automake
19793
19794 2004-10-26  Wim Taymans  <wim@fluendo.com>
19795
19796         * ext/dv/gstdvdec.c: (gst_dvdec_video_getcaps),
19797         (gst_dvdec_video_link), (gst_dvdec_push), (gst_dvdec_loop):
19798         Allow a little margin when negotiating the framerate.
19799
19800 2004-10-26  Stefan Kost  <ensonic@users.sf.net>
19801
19802         * gst/level/gstlevel.c:
19803           synchonised naming of pads and pad-templates
19804
19805 2004-10-26  Wim Taymans  <wim@fluendo.com>
19806
19807         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event),
19808         (gst_ogg_demux_handle_event), (_find_chain_get_unknown_part),
19809         (_find_streams_check), (gst_ogg_demux_push):
19810         Fix EOS again. Needs to be done in a better way. We should not
19811         remove the pad if there is no new chained stream.
19812
19813 2004-10-26 Iain <iaingnome@gmail.com>
19814
19815         * ext/ogg/gstoggdemux.c (gst_ogg_pad_new): Free the tag list.
19816         * gst/audioscale/gstaudioscale.c (gst_audioscale_link): Free the copy
19817         of the caps.
19818         * gst/interleave/interleave.c (interleave_class_init): Hook up release
19819         pad.
19820         (interleave_release_pad): Remove the pad.
19821         * gst/level/gstlevel.c: Allow the level to take 1 or 2 channels.
19822         * sys/sunaudio/gstsunaudio.c (gst_sunaudio_setparams): Pay attention to
19823         the set device.
19824         * sys/xvimage/xvimagesink.c (gst_xvimagesink_get_xv_support): Free the
19825         attrs
19826         (gst_xvimagesink_xcontext_clear): Free the xcontext.
19827         (gst_xvimagesink_finalize): Free the par.
19828
19829 2004-10-26  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19830
19831         * gst/avi/gstavimux.c: (gst_avimux_audsinkconnect),
19832         (gst_avimux_stop_file):
19833           First calculate the rate, and only then use it. Hdr.rate is a
19834           multiple and not a derivative of hdr.scale. Scale is not the
19835           same as blockalign but is solely related to rate.
19836
19837 2004-10-26  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19838
19839         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_init),
19840         (gst_gnomevfssink_handle_event), (gst_gnomevfssink_chain):
19841           Implement seeking.
19842
19843 2004-10-25  James Henstridge  <james@jamesh.id.au>
19844
19845         Reviewed by:  David Schleef  <ds@schleef.org>
19846
19847         * examples/gstplay/player.c: (got_stream_length), (main):
19848         * examples/seeking/cdplayer.c: (update_scale):
19849         * examples/seeking/seek.c: (format_value), (update_scale):
19850         * examples/seeking/spider_seek.c: (format_value), (update_scale),
19851         (stop_seek):
19852         Build fixes on AMD64.
19853
19854 2004-10-25  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
19855
19856         reviewed by: Ronald Bultje <rbultje at gnome dot org>
19857
19858         * sys/v4l/v4l_calls.c: (gst_v4l_get_chan_names):
19859         Fix for some v4l cards which hang in v4lsrc
19860
19861 2004-10-25  Wim Taymans  <wim@fluendo.com>
19862
19863         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_remove),
19864         (gst_ogg_demux_push), (gst_ogg_chains_clear):
19865         Make sure to remove the pad when a new chain is
19866         encountered. Set some vars to NULL so we don't try
19867         to reference freed memory.
19868
19869 2004-10-25  Wim Taymans  <wim@fluendo.com>
19870
19871         * examples/seeking/Makefile.am:
19872         * examples/seeking/cdplayer.c: (update_scale):
19873         * examples/seeking/chained.c: (unlinked), (new_pad), (main):
19874         * examples/seeking/playbin.c: (make_playerbin_pipeline),
19875         (format_value), (update_scale), (iterate), (start_seek),
19876         (stop_seek), (print_media_info), (play_cb), (pause_cb), (stop_cb),
19877         (print_usage), (main):
19878         Added some more examples, update others.
19879
19880 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19881
19882         * ext/flac/gstflacdec.c: (gst_flacdec_update_metadata):
19883         * ext/speex/gstspeexdec.c: (speex_dec_chain):
19884         * ext/theora/theoradec.c: (theora_dec_chain):
19885         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
19886           Add codec-name metadata.
19887
19888 2004-10-25  Takao Fujiwara  <Takao.Fujiwara@Sun.COM>
19889
19890         Reviewd by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19891
19892         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
19893         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
19894         * ext/alsa/gstalsamixertrack.h:
19895         * po/POTFILES.in:
19896           ALSA mixer track label internationalization (#154054).
19897
19898 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19899
19900         * ext/theora/theoradec.c: (theora_dec_chain):
19901           Export bitrate as metadata.
19902
19903 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19904
19905         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
19906         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
19907         * ext/alsa/gstalsamixertrack.h:
19908           Fix names, fix loop.
19909
19910 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19911
19912         * ext/speex/gstspeexdec.c: (gst_speex_dec_init),
19913         (speex_dec_convert):
19914           sinkconvert function so oggdemux can get the file length (totem).
19915
19916 2004-10-25  James Morrison  <ja2morri@csclub.uwaterloo.ca>
19917
19918         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19919
19920         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_chunk):
19921           Don't push incomplete packets.
19922         * gst/typefind/gsttypefindfunctions.c: (m4a_type_find):
19923           Fix MPEG-4 audio typefinding.
19924
19925 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19926
19927         * sys/v4l/Makefile.am:
19928         * sys/v4l/gstv4l.c: (plugin_init):
19929         * sys/v4l/gstv4lelement.c: (gst_v4lelement_get_type),
19930         (gst_v4lelement_init), (gst_v4lelement_dispose),
19931         (gst_v4lelement_change_state):
19932         * sys/v4l/gstv4lelement.h:
19933         * sys/v4l/gstv4lxoverlay.c: (gst_v4l_xoverlay_open),
19934         (gst_v4l_xoverlay_close), (idle_refresh),
19935         (gst_v4l_xoverlay_set_xwindow_id):
19936         * sys/v4l/gstv4lxoverlay.h:
19937         * sys/v4l/v4l-overlay_calls.c:
19938         * sys/v4l/v4l_calls.h:
19939         * sys/v4l2/Makefile.am:
19940         * sys/v4l2/gstv4l2.c: (plugin_init):
19941         * sys/v4l2/gstv4l2element.c: (gst_v4l2element_get_type),
19942         (gst_v4l2element_init), (gst_v4l2element_dispose),
19943         (gst_v4l2element_change_state):
19944         * sys/v4l2/gstv4l2element.h:
19945         * sys/v4l2/gstv4l2xoverlay.c: (gst_v4l2_xoverlay_open),
19946         (gst_v4l2_xoverlay_close), (idle_refresh),
19947         (gst_v4l2_xoverlay_set_xwindow_id):
19948         * sys/v4l2/gstv4l2xoverlay.h:
19949         * sys/v4l2/v4l2-overlay_calls.c:
19950         * sys/v4l2/v4l2_calls.h:
19951           Remove client-side overlay handling, use the X-server v4l plugin
19952           for that. Nicer overlay, less code. Also make the plugin
19953           compileable without X (but then without overlay, obviously).
19954           Makes xwindowlistener obsolete, should we remove that?
19955
19956 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19957
19958         * sys/oss/gstosssrc.c: (gst_osssrc_get_time), (gst_osssrc_get),
19959         (gst_osssrc_src_query):
19960         * sys/oss/gstosssrc.h:
19961           OK, so people want offset in DEFAULT. This time, actually fix all
19962           cases.
19963         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_getcaps):
19964           Add FPS properly.
19965
19966 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19967
19968         * gst/asfdemux/gstasfmux.c:
19969         * gst/avi/gstavimux.c:
19970           Framerate.
19971
19972 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19973
19974         * sys/v4l2/gstv4l2element.c: (gst_v4l2element_set_property):
19975           Fix properties (channel, norm, frequency).
19976
19977 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19978
19979         * sys/v4l2/gstv4l2element.c: (gst_v4l2element_get_property):
19980           Flag typo.
19981         * sys/v4l2/v4l2_calls.c: (gst_v4l2_set_defaults):
19982           No warnings.
19983
19984 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19985
19986         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_clear_format_list):
19987           Fix hang.
19988
19989 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19990
19991         * sys/v4l2/gstv4l2element.h:
19992           Yet Another Hack (tm) for kernel header borkedness.
19993         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_init),
19994         (gst_v4l2src_v4l2fourcc_to_caps), (gst_v4l2_fourcc_from_structure),
19995         (gst_v4l2src_link), (gst_v4l2src_getcaps),
19996         (gst_v4l2src_change_state):
19997         * sys/v4l2/gstv4l2src.h:
19998         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_capture_init),
19999         (gst_v4l2src_capture_start), (gst_v4l2src_capture_stop):
20000           Fix caps, keep track of state, work.
20001
20002 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20003
20004         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_getcaps):
20005           Quiet.
20006
20007 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20008
20009         * sys/oss/gstosssrc.c: (gst_osssrc_get):
20010           Don't mix bytes and samples.
20011
20012 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20013
20014         * ext/ogg/gstoggmux.c:
20015           Basic pad template which accepts OGM tracks, speex, flac, vorbis
20016           and theora. Any is incorrect.
20017         * gst/asfdemux/gstasfmux.c: (gst_asfmux_vidsink_link):
20018           Fix caps.
20019         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_base_init):
20020         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_base_init),
20021         (gst_v4lmjpegsrc_init), (gst_v4lmjpegsrc_srcconnect),
20022         (gst_v4lmjpegsrc_getcaps), (gst_v4lmjpegsrc_change_state):
20023         * sys/v4l/gstv4lmjpegsrc.h:
20024         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_src_link), (gst_v4lsrc_getcaps),
20025         (gst_v4lsrc_change_state):
20026         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_capture_start),
20027         (gst_v4lmjpegsrc_capture_stop):
20028           Fix caps. Keep track of internal state. Work.
20029
20030 2004-10-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20031
20032         * ext/Makefile.am:
20033           Fix the build fixes.
20034
20035 2004-10-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20036
20037         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
20038         (gst_ogg_demux_src_event), (_find_chain_seek),
20039         (gst_ogg_pad_push):
20040           Check for pad availability before using it.
20041         * ext/ogg/gstoggdemux.c: (_find_chain_process):
20042           Fix parsing of chained ogg. Needs more work on the decoder side.
20043
20044 2004-10-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
20045
20046         * gst/spectrum/Makefile.am:
20047         * gst/spectrum/demo-osssrc.c: (spectrum_chain), (main),
20048         (idle_func):
20049           Fix demo and reenable it. Yes, I'm currently playing with audio
20050           analysis tools
20051
20052 2004-10-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20053
20054         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
20055           We love it if files that start at zero work too...
20056
20057 2004-10-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20058
20059         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_iterate):
20060           Handle files with missing EOS headers.
20061
20062 2004-10-21  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
20063
20064         * gst/tcp/gsttcpserversink.c:
20065         (gst_tcpserversink_handle_server_read),
20066         (gst_tcpserversink_init_send):
20067         Zero some variables first (need for accept not to return EINVAL)
20068
20069 2004-10-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20070
20071         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
20072         (gst_ogg_demux_src_event), (gst_ogg_pad_push):
20073         * ext/theora/theoradec.c: (theora_dec_sink_convert),
20074         (theora_dec_chain):
20075         * ext/vorbis/vorbisdec.c: (vorbis_dec_get_formats),
20076         (gst_vorbis_dec_init), (vorbis_dec_convert), (vorbis_dec_chain):
20077           Seeking and querying finetune.
20078
20079 2004-10-20  Thomas Vander Stichele  <thomas at apestaart dot org>
20080
20081         * configure.ac:
20082         * ext/Makefile.am:
20083         * ext/raw1394/Makefile.am:
20084           fix the build
20085
20086 2004-10-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20087
20088         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_iterate):
20089           Wrong return.
20090         * gst/playback/Makefile.am:
20091         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init):
20092         * gst/playback/gstplay-marshal.list:
20093         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init):
20094           Fix marshallers.
20095
20096 2004-10-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20097
20098         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event):
20099           Silence.
20100
20101 2004-10-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20102
20103         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
20104         (gst_ogg_demux_src_event), (gst_ogg_pad_populate),
20105         (gst_ogg_pad_push):
20106           Yay for non-lineair granulepos in theora.
20107
20108 2004-10-18  Wim Taymans  <wim@fluendo.com>
20109
20110         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_video_getcaps),
20111         (gst_dvdec_video_link), (gst_dvdec_push), (gst_dvdec_loop):
20112         * ext/dv/gstdvdec.h:
20113         Make sure we renegotiate aspect ratio when the camera switches.
20114
20115 2004-10-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20116
20117         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
20118         (gst_ogg_demux_src_event), (gst_ogg_pad_push):
20119           Start at zero.
20120         * ext/theora/theoradec.c: (theora_dec_chain):
20121           Skip headers. Bad idea for chained ogg, but fixes seeking.
20122
20123 2004-10-18  Wim Taymans  <wim@fluendo.com>
20124
20125         * configure.ac:
20126         I swear, this is the last time I touch this.
20127
20128 2004-10-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20129
20130         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
20131         (gst_ogg_demux_src_event), (gst_ogg_pad_populate),
20132         (_read_bos_process), (gst_ogg_demux_iterate), (gst_ogg_pad_new):
20133           Faster seeking.
20134         * ext/theora/theoradec.c: (theora_dec_sink_convert):
20135           Time-to-default conversion.
20136         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
20137           Don't error on unknown packets, just skip. We should probably
20138           read them if we want to support chained ogg.
20139
20140 2004-10-18  Wim Taymans  <wim@fluendo.com>
20141
20142         * configure.ac:
20143         Added cdaudio to wrong list.
20144
20145 2004-10-18  Wim Taymans  <wim@fluendo.com>
20146
20147         * configure.ac:
20148         Revive cdaudio.
20149
20150 2004-10-18  Wim Taymans  <wim@fluendo.com>
20151
20152         * ext/dv/gstdvdec.c: (gst_dvdec_video_getcaps),
20153         (gst_dvdec_video_link), (gst_dvdec_push):
20154         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_class_init),
20155         (gst_smokeenc_resync), (gst_smokeenc_chain):
20156         Fix mimetype on smoke encoder.
20157         Add aspect ratio to dvdec. Not sure if these
20158         values are correct though....
20159
20160 2004-10-18  Wim Taymans  <wim@fluendo.com>
20161
20162         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_class_init):
20163         Fix vorbis property descriptions and ranges.
20164
20165 2004-10-18  Wim Taymans  <wim@fluendo.com>
20166
20167         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_iterate):
20168         Really do nothing when no data is available.
20169         Go to the playing state when the stream is not seekable
20170         instead of failing.
20171
20172 2004-10-18  Wim Taymans  <wim@fluendo.com>
20173
20174         * ext/cdaudio/gstcdaudio.c: (_do_init), (gst_cdaudio_base_init),
20175         (gst_cdaudio_get_event_masks), (gst_cdaudio_send_event),
20176         (gst_cdaudio_query), (plugin_init), (cdaudio_uri_get_type),
20177         (cdaudio_uri_get_protocols), (cdaudio_uri_get_uri),
20178         (cdaudio_uri_set_uri), (cdaudio_uri_handler_init):
20179         Added uri handler for cd://
20180         Port to new API.
20181
20182 2004-10-18  Wim Taymans  <wim@fluendo.com>
20183
20184         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
20185         (gst_decode_bin_init), (find_compatibles), (close_pad_link),
20186         (try_to_link_1), (no_more_pads), (close_link), (type_found):
20187         * gst/playback/gstplaybasebin.c: (gen_preroll_element),
20188         (remove_prerolls), (unknown_type), (add_element_stream),
20189         (new_decoded_pad), (setup_source), (gst_play_base_bin_add_element),
20190         (gst_play_base_bin_remove_element),
20191         (gst_play_base_bin_link_stream):
20192         * gst/playback/gstplaybin.c: (gen_video_element),
20193         (gen_vis_element), (remove_sinks), (setup_sinks):
20194         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type),
20195         (gst_stream_info_get_type), (gst_stream_info_class_init),
20196         (gst_stream_info_init), (gst_stream_info_new),
20197         (gst_stream_info_dispose), (stream_info_mute_pad),
20198         (gst_stream_info_set_property), (gst_stream_info_get_property):
20199         * gst/playback/gststreaminfo.h:
20200         Add sink padtemplate to decodebin.
20201         Added some more comments.
20202         Make queue size configurable in playbasebin.
20203         Added possibility to use elements as sinks (ex cdaudio).
20204
20205 2004-10-15  Wim Taymans  <wim@fluendo.com>
20206
20207         * ext/speex/gstspeexenc.c: (gst_speexenc_class_init),
20208         (gst_speexenc_chain):
20209         Fix speex timestamps so that it gets muxed properly.
20210
20211 2004-10-15  Wim Taymans  <wim@fluendo.com>
20212
20213         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_get_type),
20214         (gst_dv1394src_base_init), (gst_dv1394src_class_init),
20215         (gst_dv1394src_init), (gst_dv1394src_dispose),
20216         (gst_dv1394src_iso_receive), (gst_dv1394src_discover_avc_node),
20217         (gst_dv1394src_change_state), (gst_dv1394src_get_event_mask),
20218         (gst_dv1394src_event), (gst_dv1394src_get_formats),
20219         (gst_dv1394src_convert), (gst_dv1394src_get_query_types),
20220         (gst_dv1394src_query), (gst_dv1394src_uri_get_type),
20221         (gst_dv1394src_uri_get_protocols), (gst_dv1394src_uri_get_uri),
20222         (gst_dv1394src_uri_set_uri), (gst_dv1394src_uri_handler_init):
20223         * ext/raw1394/gstdv1394src.h:
20224         Added conversion/query functions.
20225         Update buffer timestamps,
20226         Added signals.
20227         Added uri dv:// so it might play from the firewire in playbin.
20228         Fix a possible leak.
20229         Added debugging.
20230
20231 2004-10-15  Wim Taymans  <wim@fluendo.com>
20232
20233         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_class_init),
20234         (gst_dv1394src_init), (gst_dv1394src_set_property),
20235         (gst_dv1394src_get_property), (gst_dv1394src_iso_receive),
20236         (gst_dv1394src_discover_avc_node), (gst_dv1394src_change_state):
20237         * ext/raw1394/gstdv1394src.h:
20238         Added AV/C VTR control support needed for some cameras.
20239         Added automatic port detection.
20240         Added properties for selecting the channel.
20241         The configure.ac script is not yet updated to reflect the
20242         new libavc1394 and librom1394 dependencies.
20243
20244 2004-10-15  Wim Taymans  <wim@fluendo.com>
20245
20246         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
20247         (qtdemux_parse), (gst_qtdemux_handle_esds):
20248         An esds box is not a container.
20249         Fix parsing of mp4v boxes.
20250         Do not try to renegotiate fps for each frame. Need to
20251         find a better method. This should fix mp4 playback.
20252
20253 2004-10-14  David Schleef  <ds@schleef.org>
20254
20255         * configure.ac: update for swfdec-0.3 and liboil-0.2
20256         * ext/swfdec/gstswfdec.c: update for swfdec-0.3
20257         * ext/swfdec/gstswfdec.h: same
20258         * gst/videofilter/gstvideobalance.c: update for liboil-0.2
20259         * gst/videotestsrc/videotestsrc.c: same
20260
20261 2004-10-14  Wim Taymans  <wim@fluendo.com>
20262
20263         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
20264         (gst_multifdsink_remove), (gst_multifdsink_remove_client_link),
20265         (is_sync_frame), (gst_multifdsink_new_client),
20266         (gst_multifdsink_handle_client_write),
20267         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
20268         (gst_multifdsink_handle_clients), (gst_multifdsink_change_state):
20269         Turn warnings into info.
20270         Don't allow a state change in the streaming thread.
20271
20272 2004-10-14  Thomas Vander Stichele  <thomas at apestaart dot org>
20273
20274         * ext/vorbis/oggvorbisenc.c:
20275         * ext/vorbis/vorbisdec.c:
20276           fix template sample rate
20277
20278 2004-10-13  Wim Taymans  <wim@fluendo.com>
20279
20280         * ext/mad/gstmad.c: (gst_mad_check_caps_reset), (gst_mad_chain):
20281         Decoding the header first fixes some problems in resyncing
20282         in more mp3s.
20283
20284 2004-10-12  Wim Taymans  <wim@fluendo.com>
20285
20286         * gst/playback/gstplaybin.c: (gen_video_element),
20287         (gen_vis_element), (remove_sinks), (setup_sinks):
20288         Added vis plugin support, need to configure the vis
20289         element to activate it.
20290
20291 2004-10-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20292
20293         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get),
20294         (gst_gnomevfssrc_srcpad_query), (gst_gnomevfssrc_srcpad_event):
20295           Some debug.
20296         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
20297         (gst_avi_demux_handle_src_event), (gst_avi_demux_read_superindex),
20298         (gst_avi_demux_read_subindexes), (gst_avi_demux_add_stream),
20299         (gst_avi_demux_stream_index), (gst_avi_demux_skip),
20300         (gst_avi_demux_sync), (gst_avi_demux_stream_scan),
20301         (gst_avi_demux_massage_index), (gst_avi_demux_stream_header):
20302         * gst/avi/gstavidemux.h:
20303           Support for openDML-2.0 indx/ix## chunks. Support for broken index
20304           recovery (where, if part of the index is broken, we will still read
20305           the rest of the index and recover the broken part by stream
20306           scanning). More broken media support. EOS workarounds. General AVI
20307           braindamage headache recovery. Aspirin included.
20308
20309 2004-10-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20310
20311         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_open),
20312         (cdparanoia_event), (cdparanoia_query):
20313           Get rid of hideous lead-in.
20314
20315 2004-10-11  Wim Taymans  <wim@fluendo.com>
20316
20317         * gst/playback/gstplaybasebin.c: (setup_source):
20318         Wrong var used to get g_list_next.
20319
20320 2004-10-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20321
20322         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_class_init),
20323         (cdparanoia_get), (cdparanoia_open):
20324           Report discid as metadata, add duration.
20325
20326 2004-10-11  Wim Taymans  <wim@fluendo.com>
20327
20328         * gst/playback/gstplaybasebin.c: (setup_source):
20329         Cleanup the previous pipeline a little earlier for the
20330         case that a source element provides raw data.
20331
20332 2004-10-11  Benjamin Otte  <otte@gnome.org>
20333
20334         * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
20335           reset v1 tag offset when there is no v1 tag. Fixes id3demux always
20336           consuming the last 128 bytes, even though it was valid mp3 data.
20337
20338 2004-10-10  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
20339
20340         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_palette_to_caps),
20341         (gst_v4lsrc_getcaps), (gst_v4lsrc_get):
20342         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay):
20343         Change g_warnings to GST_WARNING_OBJECT and fix colourspace issue
20344
20345 2004-10-10  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
20346
20347         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_src_link), (gst_v4lsrc_getcaps):
20348         Fix for webcams that support only specific width or height
20349
20350 2004-10-09  Tim-Philipp Müller  <t.i.m@zen.co.uk>
20351
20352         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20353
20354         * gst/wavenc/gstwavenc.c: (gst_wavenc_stop_file):
20355           Fix wrong discont event setup (fixes #154967).
20356
20357 2004-10-09  Sebastien Cote  <sc5@hermes.usherb.ca>
20358
20359         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20360
20361         * gst/auparse/gstauparse.c: (gst_auparse_chain):
20362           Error out on invalid data (fixes #154807).
20363
20364 2004-10-09  Tim-Philipp Müller  <t.i.m@zen.co.uk>
20365
20366         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20367
20368         * ext/dvdread/dvdreadsrc.c: (_read):
20369           Make titles > 0 work again (fixes #154834).
20370
20371 2004-10-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20372
20373         * gst-libs/gst/riff/riff-media.c:
20374         (gst_riff_create_video_template_caps):
20375           WMV3 missing in template caps.
20376
20377 2004-10-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20378
20379         * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
20380           OK, so the original code was too strict. It makes random AVI files
20381           hang for seconds upon opening, which is unacceptable and is far
20382           beyond the original goal of getting multiple chunks for one-chunk
20383           sounc stream files. So now do just that.
20384
20385 2004-10-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20386
20387         * gst/playback/gstplaybasebin.c: (setup_source),
20388         (gst_play_base_bin_change_state):
20389           Actually clean up streaminfo if output fails. This would trigger
20390           if, for example, there was no CD in the drive. No preroll, so
20391           a streaminfo structure is created, but the subsequent state change
20392           of the thread fails.
20393         * gst/playback/gstplaybin.c: (gst_play_bin_change_state):
20394           Don't change state if parent failed.
20395
20396 2004-10-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20397
20398         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
20399         (gst_play_bin_init), (gst_play_bin_get_property), (handoff),
20400         (gen_video_element), (remove_sinks):
20401           Add small bits of code for screenshot handling.
20402
20403 2004-10-08  Wim Taymans  <wim@fluendo.com>
20404
20405         * gst/playback/gstplaybin.c: (gst_play_bin_set_property),
20406         (gen_video_element), (gen_audio_element), (setup_sinks):
20407         Don't assume the user provided sinks are named "sink"...
20408
20409 2004-10-08  Wim Taymans  <wim@fluendo.com>
20410
20411         * gst/playback/gstplaybasebin.c: (gen_preroll_element),
20412         (unknown_type), (setup_source), (gst_play_base_bin_remove_element),
20413         (gst_play_base_bin_link_stream):
20414         Do not try to autoplug sources that generate raw streams like
20415         cdparanoia.
20416         disconnect the preroll overrun signal when we don't need it anymore.
20417
20418 2004-10-08  Milosz Derezynski  <internalerror.rez@fhtw-berlin.de>
20419
20420         * ext/cdparanoia/gstcdparanoia.c: (_do_init),
20421         Added reworked patch from #154903 from milosz derezynski (deadchip).
20422
20423 2004-10-08  Wim Taymans  <wim@fluendo.com>
20424
20425         * ext/cdparanoia/gstcdparanoia.c: (_do_init),
20426         (cdparanoia_base_init), (cdparanoia_class_init), (cdparanoia_init),
20427         (cdparanoia_dispose), (cdparanoia_get), (cdparanoia_change_state),
20428         (cdparanoia_convert), (cdparanoia_uri_get_type),
20429         (cdparanoia_uri_get_protocols), (cdparanoia_uri_get_uri),
20430         (cdparanoia_uri_set_uri), (cdparanoia_uri_handler_init):
20431         * ext/cdparanoia/gstcdparanoia.h:
20432         This adds the cdda://<tracknum> uri.
20433
20434 2004-10-08  Wim Taymans  <wim@fluendo.com>
20435
20436         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
20437         (gst_decode_bin_init), (find_compatibles), (close_pad_link),
20438         (try_to_link_1), (no_more_pads), (close_link), (type_found):
20439         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
20440         (unknown_type), (gst_play_base_bin_remove_element),
20441         (gst_play_base_bin_link_stream):
20442         * gst/playback/gstplaybasebin.h:
20443         * gst/playback/gstplaybin.c: (gst_play_bin_init),
20444         (gst_play_bin_set_property), (gen_video_element),
20445         (gen_audio_element), (setup_sinks):
20446         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type),
20447         (gst_stream_info_get_type), (gst_stream_info_class_init),
20448         (gst_stream_info_init), (gst_stream_info_new),
20449         (gst_stream_info_dispose), (stream_info_mute_pad),
20450         (gst_stream_info_set_property), (gst_stream_info_get_property):
20451         * gst/playback/gststreaminfo.h:
20452         Reuse the audio and video bins.
20453         Some internal cleanups in the stream selection code.
20454
20455 2004-10-08  Julien MOUTTE  <julien@moutte.net>
20456
20457         * sys/ximage/ximagesink.c: (gst_ximagesink_sink_link),
20458         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_init):
20459         * sys/ximage/ximagesink.h:
20460         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sink_link),
20461         (gst_xvimagesink_set_xwindow_id), (gst_xvimagesink_init):
20462         * sys/xvimage/xvimagesink.h: Reverting Ronald's changes as the issue is
20463         not coming from those elements. Moreover these elements should not keep
20464         the xid they have been given when in NULL state.
20465
20466 2004-10-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20467
20468         * sys/ximage/ximagesink.c: (gst_ximagesink_sink_link),
20469         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_init):
20470         * sys/ximage/ximagesink.h:
20471         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sink_link),
20472         (gst_xvimagesink_set_xwindow_id), (gst_xvimagesink_init):
20473         * sys/xvimage/xvimagesink.h:
20474           Actually only create a new toplevel window if we're not gonna
20475           embed it right after.
20476
20477 2004-10-07  Wim Taymans  <wim@fluendo.com>
20478
20479         * gst/playback/gstplaybasebin.c: (play_base_bin_mute_pad),
20480         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream):
20481         * gst/playback/gstplaybin.c: (setup_sinks):
20482         Implement muting/unmuting of streams, mute streams that are not
20483         used.
20484
20485 2004-10-07  Wim Taymans  <wim@fluendo.com>
20486
20487         * gst/typefind/gsttypefindfunctions.c: (ac3_type_find),
20488         (plugin_init):
20489         Added lame audio/x-ac3 typefind function.
20490
20491 2004-10-06  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
20492
20493         * configure.ac:
20494           bump nano to cvs
20495
20496 === release 0.8.5 ===
20497
20498 2004-10-06  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
20499
20500         * NEWS:
20501         * RELEASE:
20502         * configure.ac:
20503           releasing 0.8.5, "Take You On"
20504
20505 2004-10-06  Wim Taymans  <wim@fluendo.com>
20506
20507         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
20508         (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
20509         (no_more_pads), (close_link), (type_found):
20510         * gst/playback/gstplaybasebin.c: (new_decoded_pad):
20511         * gst/playback/gstplaybin.c: (gen_video_element):
20512         Do not signal the no_more_pads after the first pad when
20513         we are plugging a non dynamic element with multiple
20514         output pads (like swfdec, dvdec, ...).
20515
20516 2004-10-06  Thomas Vander Stichele  <thomas at apestaart dot org>
20517
20518         * configure.ac:
20519           bump for prerelease
20520
20521 2004-10-06  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
20522
20523         * gst/wavparse/gstwavparse.c:
20524           add ATRAC3 to STATIC CAPS to fix a warning
20525
20526         * gst/matroska/ebml-read.c:
20527         * gst-libs/gst/riff/riff-read.c:
20528           fix typos
20529
20530 2004-10-06  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
20531
20532         * gst-libs/gst/riff/riff-media.c:
20533           generate caps for ATRAC3 audio streams
20534
20535         * gst/realmedia/rmdemux.c:
20536           generate caps for ATRAC3 audio streams
20537
20538 2004-10-06  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
20539
20540         * gst/wavparse/Makefile.am
20541         * gst/wavparse/riff.h
20542         * gst/wavparse/wavparse.vcproj
20543           riff.h removal (unused and duplication with riff-ids.h)
20544
20545 2004-10-06  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
20546
20547         * gst/wavparse/gstwavparse.h
20548           remove duplicated defines for audio codec codes
20549
20550         * gst-libs/gst/riff/riff-ids.h
20551         * gst/wavenc/riff.h:
20552           add "4CC" code for ATRAC3 audio streams
20553           add "4CC" code for ITU_G721_ADPCM (unused for now)
20554
20555 2004-10-06  Wim Taymans  <wim@fluendo.com>
20556
20557         * gst/flx/gstflxdec.c: (gst_flxdec_init), (gst_flxdec_loop):
20558         Actually _do_ negotiation. Pass gdouble as arg instead
20559         of guint64 for the framerate.
20560
20561 2004-10-06  Wim Taymans  <wim@fluendo.com>
20562
20563         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
20564         (find_compatibles), (close_pad_link), (try_to_link_1),
20565         (no_more_pads), (close_link), (type_found):
20566         * gst/playback/gstplaybasebin.c: (new_decoded_pad):
20567         * gst/playback/gstplaybin.c: (gen_video_element),
20568         (gen_audio_element):
20569         Set state on newly added element to READY so that negotiation
20570         can happen ASAP.
20571         Addes some more debug info.
20572         Do not try to plug pads with multiple caps structures or ANY
20573         because it is too dangerous since we do not do dynamic
20574         replugging.
20575
20576 2004-10-06  Thomas Vander Stichele  <thomas at apestaart dot org>
20577
20578         written by: Gora Mohanty <gora_mohanty@yahoo.co.in>
20579
20580         * po/LINGUAS:
20581         * po/or.po:
20582           add Oriya translation
20583
20584 2004-10-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20585
20586         * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
20587           Prevent overwrite of size member. Makes audio sound crappy.
20588
20589 2004-10-05  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
20590
20591         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
20592         Add rmvb to the list of known RealMedia extensions
20593
20594 2004-10-05  Wim Taymans  <wim@fluendo.com>
20595
20596         * ext/libmng/gstmngdec.c: (gst_mngdec_loop), (mngdec_error),
20597         (mngdec_openstream), (mngdec_closestream),
20598         (mngdec_handle_sink_event), (mngdec_readdata),
20599         (mngdec_gettickcount), (mngdec_settimer), (mngdec_processheader),
20600         (mngdec_getcanvasline), (mngdec_refresh),
20601         (gst_mngdec_change_state):
20602         Set the framerate correctly.
20603
20604 2004-10-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20605
20606         * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
20607           There was something wrong with the index massaging.
20608
20609 2004-10-04  Wim Taymans  <wim@fluendo.com>
20610
20611         * ext/jpeg/gstjpeg.c: (smoke_type_find), (plugin_init):
20612         * ext/jpeg/gstsmokedec.c: (gst_smokedec_init),
20613         (gst_smokedec_chain):
20614         * ext/jpeg/gstsmokedec.h:
20615         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_class_init),
20616         (gst_smokeenc_init), (gst_smokeenc_resync), (gst_smokeenc_chain):
20617         * ext/jpeg/gstsmokeenc.h:
20618         * ext/jpeg/smokecodec.c: (smokecodec_encode_new),
20619         (smokecodec_decode_new), (smokecodec_info_free),
20620         (smokecodec_set_quality), (smokecodec_get_quality),
20621         (smokecodec_set_threshold), (smokecodec_get_threshold),
20622         (smokecodec_set_bitrate), (smokecodec_get_bitrate),
20623         (find_best_size), (abs_diff), (put), (smokecodec_encode_id),
20624         (smokecodec_encode), (smokecodec_parse_id),
20625         (smokecodec_parse_header), (smokecodec_decode):
20626         * ext/jpeg/smokecodec.h:
20627         * ext/jpeg/smokeformat.h:
20628         Updated smoke, new bitstream, allows embedding in ogg.
20629
20630 2004-10-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20631
20632         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_event):
20633           Fix seeking in some files. All this code is no longer needed (and
20634           actually breaks stuff) because we now synchronize the full index
20635           right when reading the header.
20636
20637 2004-10-04  Wim Taymans  <wim@fluendo.com>
20638
20639         * configure.ac:
20640         configure update for libmng.
20641
20642 2004-10-04  Wim Taymans  <wim@fluendo.com>
20643
20644         * ext/libmng/Makefile.am:
20645         * ext/libmng/gstmng.c: (plugin_init):
20646         * ext/libmng/gstmng.h:
20647         * ext/libmng/gstmngdec.c: (gst_mngdec_get_type),
20648         (gst_mngdec_base_init), (gst_mngdec_class_init),
20649         (gst_mngdec_sinklink), (gst_mngdec_init), (gst_mngdec_src_getcaps),
20650         (gst_mngdec_loop), (gst_mngdec_get_property),
20651         (gst_mngdec_set_property), (mngdec_error), (mngdec_openstream),
20652         (mngdec_closestream), (mngdec_handle_sink_event),
20653         (mngdec_readdata), (mngdec_gettickcount), (mngdec_settimer),
20654         (mngdec_processheader), (mngdec_getcanvasline), (mngdec_refresh),
20655         (gst_mngdec_change_state):
20656         * ext/libmng/gstmngdec.h:
20657         * ext/libmng/gstmngenc.c: (gst_mngenc_get_type),
20658         (mng_caps_factory), (raw_caps_factory), (gst_mngenc_base_init),
20659         (gst_mngenc_class_init), (gst_mngenc_sinklink), (gst_mngenc_init),
20660         (gst_mngenc_chain), (gst_mngenc_get_property),
20661         (gst_mngenc_set_property):
20662         * ext/libmng/gstmngenc.h:
20663         Added basic MNG decoder. Needs more work. The encoder does
20664         not work yet.
20665
20666 2004-10-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20667
20668         * gst/realmedia/rmdemux.c: (gst_rmdemux_handle_sink_event),
20669         (gst_rmdemux_loop), (gst_rmdemux_add_stream),
20670         (gst_rmdemux_parse_mdpr), (gst_rmdemux_dump_mdpr):
20671           Don't hang on length=0 chunks. Some negotiation fixes. Signal
20672           no-more-pads.
20673
20674 2004-10-04  Thomas Vander Stichele  <thomas at apestaart dot org>
20675
20676         * configure.ac:
20677           you need at least 1.0.4 of speex
20678
20679 2004-10-04 Iain <iaingnome@gmail.com>
20680
20681         * ext/speex/gstspeexdec.h: Revert the includes changes.
20682
20683         * ext/speex/gstspeexenc.[ch]: Revert the includes changes.
20684
20685 2004-09-30 Iain <iaingnome@gmail.com>
20686
20687         * sys/sunaudio/gstsunaudio.c (gst_sunaudiosink_open): Use the device
20688         found during init or set as a property instead of hardcoding /dev/audio
20689
20690 2004-10-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20691
20692         * gst/realmedia/rmdemux.c: (gst_rmdemux_class_init),
20693         (gst_rmdemux_init), (gst_rmdemux_handle_sink_event),
20694         (gst_rmdemux_loop), (gst_rmdemux_add_stream), (re_hexdump_bytes),
20695         (re_dump_pascal_string), (gst_rmdemux_dump__rmf),
20696         (gst_rmdemux_dump_prop), (gst_rmdemux_parse_mdpr),
20697         (gst_rmdemux_dump_mdpr), (gst_rmdemux_dump_indx),
20698         (gst_rmdemux_dump_data):
20699           Use debug category, fix EOS handling. filesrc ! rmdemux now
20700           works.
20701
20702 2004-10-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20703
20704         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
20705         (gst_avi_demux_stream_scan), (sort), (gst_avi_demux_massage_index),
20706         (gst_avi_demux_stream_header), (gst_avi_demux_stream_data):
20707           Improve allocation, cutting and sorting of the index. How takes a
20708           few seconds instead of minutes.
20709
20710 2004-10-03  Christophe Fergeau  <teuf@gnome.org>
20711
20712         * gst/realmedia/rmdemux.c: (gst_rmdemux_parse_mdpr):
20713           fixed compilation
20714
20715 2004-10-02  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20716
20717         * gst-libs/gst/riff/riff-media.c:
20718         (gst_riff_create_video_caps_with_data),
20719         (gst_riff_create_video_template_caps):
20720           Add wing commander format mimetype/fourccs.
20721         * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
20722           Don't crash if some value is 0.
20723
20724 2004-10-02  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20725
20726         * gst-libs/gst/riff/riff-media.c:
20727         (gst_riff_create_video_caps_with_data),
20728         (gst_riff_create_video_template_caps):
20729           Add DIB fourcc (raw, palettized 8-bit RGB).
20730         * gst-libs/gst/riff/riff-read.c:
20731         (gst_riff_read_strf_vids_with_data):
20732           Oops, fix strf_data reading bug.
20733         * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream):
20734           Use a non-NULL tag.
20735         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):
20736           Time for hacks. Sorry Dave. At least one quicktime movie (a
20737           trailer) that I've encountered contains multiple video tracks.
20738           One of those is the actual video track, the other are one-frame
20739           tracks (images). Unfortunately, the number of frames according
20740           to the trak header is 1 for each, so that doesn't help. So
20741           instead, I look at the duration and discard tracks with a
20742           duration shorter than 20% of the length of the stream. Better
20743           than nothing.
20744
20745 2004-10-01  Christian Schaller <christian@fluendo.com>
20746
20747         * ext/ivorbis/vorbis.c:
20748           Patch from Phil Blundell (Bug 152341)
20749
20750 2004-10-01  Wim Taymans  <wim@fluendo.com>
20751
20752         * ext/speex/gstspeexdec.c: (gst_speex_dec_class_init),
20753         (speex_dec_get_formats), (speex_dec_convert),
20754         (speex_dec_src_query), (speex_dec_src_event), (speex_dec_event),
20755         (speex_dec_chain), (gst_speexdec_get_property),
20756         (gst_speexdec_set_property):
20757         Small cleanups.
20758
20759 2004-10-01  Wim Taymans  <wim@fluendo.com>
20760
20761         * gst/wavparse/gstwavparse.c: (gst_wavparse_class_init),
20762         (gst_wavparse_stream_init), (gst_wavparse_fmt),
20763         (gst_wavparse_other), (gst_wavparse_loop),
20764         (gst_wavparse_pad_convert), (gst_wavparse_pad_query),
20765         (gst_wavparse_srcpad_event):
20766         * gst/wavparse/gstwavparse.h:
20767         Added some more debugging info.
20768         Fix the case where the length of the file is 0.
20769         Make sure we seek to sample borders.
20770
20771 2004-10-01  Wim Taymans  <wim@fluendo.com>
20772
20773         * gst/playback/README:
20774         * gst/playback/gstdecodebin.c: (gst_decode_bin_factory_filter),
20775         (gst_decode_bin_init), (find_compatibles), (close_pad_link),
20776         (try_to_link_1), (no_more_pads), (close_link), (type_found):
20777         Add some debug info to decodebin, update README
20778
20779 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20780
20781         * ext/dvdnav/dvdnavsrc.c: (dvdnav_handle_navigation_event):
20782           Don't use g_print(); use GST_DEBUG().
20783
20784 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20785
20786         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
20787         (gst_ogg_mux_queue_pads):
20788           Handle EOS properly.
20789
20790 2004-10-01  Sebastien Cote  <sc5@hermes.usherb.ca>
20791
20792         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20793
20794         * ext/faad/gstfaad.c: (gst_faad_init), (gst_faad_sinkconnect),
20795         (gst_faad_chain), (gst_faad_change_state):
20796         * ext/faad/gstfaad.h:
20797           Allow playback of raw (unframed) MPEG AAC files (#148993).
20798
20799 2004-10-01  Sebastien Cote  <sc5@hermes.usherb.ca>
20800
20801         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20802
20803         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt):
20804           Throw error if we didn't recognize the stream. Fixes #152289.
20805
20806 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20807
20808         * gst/videoscale/gstvideoscale.c: (gst_videoscale_link):
20809           Fix negotiation.
20810
20811 2004-10-01  Francis Labonte  <francis_labonte@hotmail.com>
20812
20813         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20814
20815         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt):
20816           Fix memleak.
20817
20818 2004-10-01  Balamurali Viswanathan  <balamurali.viswanathan@wipro.com>
20819
20820         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20821
20822         * sys/sunaudio/gstsunaudio.c: (gst_sunaudiosink_setparams):
20823           Solve #152805.
20824         * sys/sunaudio/gstsunmixer.c: (gst_sunaudiomixer_set_mute):
20825           Solve 152806.
20826
20827 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20828
20829         * gst-libs/gst/riff/riff-media.c:
20830         (gst_riff_create_video_caps_with_data),
20831         (gst_riff_create_audio_caps_with_data):
20832           Add codec_data handling (like asfdemux used to do).
20833         * gst/asfdemux/gstasf.c: (plugin_init):
20834         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_base_init),
20835         (gst_asf_demux_add_audio_stream), (gst_asf_demux_add_video_stream):
20836           Use riff-media for caps creation instead of our own (mostly
20837           broken) copy of its functions.
20838
20839 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20840
20841         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_try_capture):
20842           Don't actually error out if we get another return value than
20843           -EINVAL. Opposite to what I first thought, drivers have random
20844           return values for this, although -EINVAL is the expected return
20845           value. Since this is not fatal, we shouldn't use
20846           GST_ELEMENT_ERROR() but just GST_ERROR_OBJECT().
20847
20848 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20849
20850         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_class_init),
20851         (dvdreadsrc_init), (dvdreadsrc_dispose), (dvdreadsrc_set_property),
20852         (dvdreadsrc_get_property), (_open), (_seek), (_read),
20853         (dvdreadsrc_get), (dvdreadsrc_open_file),
20854         (dvdreadsrc_change_state):
20855           Fix. Don't do one big huge loop around the whole DVD, that will
20856           cache all data and thus eat sizeof(dvd) (several GB) before we
20857           see something.
20858         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_seek):
20859           Actually NULL'ify event after using it.
20860         * gst/matroska/ebml-read.c: (gst_ebml_read_use_event),
20861         (gst_ebml_read_handle_event), (gst_ebml_read_element_id),
20862         (gst_ebml_read_element_length), (gst_ebml_read_element_data),
20863         (gst_ebml_read_seek), (gst_ebml_read_skip):
20864           Handle events.
20865         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_base_init),
20866         (gst_dvd_demux_init), (gst_dvd_demux_get_audio_stream),
20867         (gst_dvd_demux_get_subpicture_stream), (gst_dvd_demux_plugin_init):
20868           Fix timing (this will probably break if I seek using menus, but
20869           I didn't get there yet). VOBs and normal DVDs should now work.
20870           Add a mpeg2-only pad with high rank so this get autoplugged for
20871           MPEG-2 movies.
20872         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_base_init),
20873         (gst_mpeg_demux_class_init), (gst_mpeg_demux_init),
20874         (gst_mpeg_demux_new_output_pad), (gst_mpeg_demux_get_video_stream),
20875         (gst_mpeg_demux_get_audio_stream),
20876         (gst_mpeg_demux_get_private_stream), (gst_mpeg_demux_parse_packet),
20877         (gst_mpeg_demux_parse_pes), (gst_mpeg_demux_plugin_init):
20878           Use this as second rank for MPEG-1 and MPEG-2. Still use this for
20879           MPEG-1 but use dvddemux for MPEG-2.
20880         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_class_init),
20881         (gst_mpeg_parse_init), (gst_mpeg_parse_new_pad),
20882         (gst_mpeg_parse_parse_packhead):
20883           Timing. Only add pad template if it exists. Add sink template from
20884           class and not from ourselves. This means we will always use the
20885           correct sink template even if it is not the one defined in this
20886           file.
20887
20888 2004-09-29  Wim Taymans  <wim@fluendo.com>
20889
20890         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_packet),
20891         (gst_mpeg_demux_parse_pes):
20892         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_parse_packhead):
20893         Fix playback of mpeg again, timestamps where screwed up by
20894         patch 1.61.
20895
20896 2004-09-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20897
20898         * ext/flac/gstflacdec.c: (gst_flacdec_src_query):
20899           Only return true if we actually filled something in. Prevents
20900           player applications from showing a random length for flac files.
20901         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_class_init),
20902         (gst_riff_read_use_event), (gst_riff_read_handle_event),
20903         (gst_riff_read_seek), (gst_riff_read_skip), (gst_riff_read_strh),
20904         (gst_riff_read_strf_vids_with_data),
20905         (gst_riff_read_strf_auds_with_data), (gst_riff_read_strf_iavs):
20906           OK, ok, so I implemented event handling. Apparently it's normal
20907           that we receive random events at random points without asking
20908           for it.
20909         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
20910         (gst_avi_demux_src_convert), (gst_avi_demux_handle_src_query),
20911         (gst_avi_demux_handle_src_event), (gst_avi_demux_stream_index),
20912         (gst_avi_demux_sync), (gst_avi_demux_stream_scan),
20913         (gst_avi_demux_massage_index), (gst_avi_demux_stream_header),
20914         (gst_avi_demux_handle_seek), (gst_avi_demux_process_next_entry),
20915         (gst_avi_demux_stream_data), (gst_avi_demux_loop):
20916         * gst/avi/gstavidemux.h:
20917           Implement non-lineair chunk handling and subchunk processing.
20918           The first solves playback of AVI files where the audio and video
20919           data of individual buffers that we read are not synchronized.
20920           This should not happen according to the wonderful AVI specs, but
20921           of course it does happen in reality. It is also a prerequisite for
20922           the second. Subchunk processing allows us to cut chunks in small
20923           pieces and process each of these pieces separately. This is
20924           required because I've seen several AVI files with incredibly large
20925           audio chunks, even some files with only one audio chunk for the
20926           whole file. This allows for proper playback including seeking.
20927           This patch is supposed to fix all AVI A/V sync issues.
20928         * gst/flx/gstflxdec.c: (gst_flxdec_class_init),
20929         (flx_decode_chunks), (flx_decode_color), (gst_flxdec_loop):
20930           Work.
20931         * gst/modplug/gstmodplug.cc:
20932           Proper return value setting for the query() function.
20933         * gst/playback/gstplaybasebin.c: (setup_source):
20934           Being in non-playing state (after, e.g., EOS) is not necessarily
20935           a bad thing. Allow for that. This fixes playback of short files.
20936           They don't actually playback fully now, because the clock already
20937           runs. This means that small files (<500kB) with a small length
20938           (<2sec) will still not or barely play. Other files, such as mod
20939           or flx, will work correctly, however.
20940
20941 2004-09-28  Wim Taymans  <wim@fluendo.com>
20942
20943         * ext/speex/gstspeex.c: (plugin_init):
20944         * ext/speex/gstspeexdec.c: (gst_speex_dec_base_init),
20945         (gst_speex_dec_class_init), (speex_dec_get_formats),
20946         (speex_get_event_masks), (speex_get_query_types),
20947         (gst_speex_dec_init), (speex_dec_convert), (speex_dec_src_query),
20948         (speex_dec_src_event), (speex_dec_event), (speex_dec_chain),
20949         (gst_speexdec_get_property), (gst_speexdec_set_property),
20950         (speex_dec_change_state):
20951         * ext/speex/gstspeexdec.h:
20952         * ext/speex/gstspeexenc.c: (gst_speexenc_get_formats),
20953         (gst_speexenc_get_type), (speex_caps_factory), (raw_caps_factory),
20954         (gst_speexenc_base_init), (gst_speexenc_class_init),
20955         (gst_speexenc_sinkconnect), (gst_speexenc_convert_src),
20956         (gst_speexenc_convert_sink), (gst_speexenc_get_query_types),
20957         (gst_speexenc_src_query), (gst_speexenc_init),
20958         (gst_speexenc_get_tag_value), (comment_init), (comment_add),
20959         (gst_speexenc_metadata_set1), (gst_speexenc_set_metadata),
20960         (gst_speexenc_setup), (gst_speexenc_buffer_from_data),
20961         (gst_speexenc_push_buffer), (gst_speexenc_set_header_on_caps),
20962         (gst_speexenc_chain), (gst_speexenc_get_property),
20963         (gst_speexenc_set_property), (gst_speexenc_change_state):
20964         * ext/speex/gstspeexenc.h:
20965         Rewrote speex encoder, make sure it can be embedded in ogg.
20966         Implemented speex decoder.
20967
20968 2004-09-28  Christian Schaller <christian@fluendo.com>
20969
20970         * configure.ac:
20971         Remove kioslave plugin. Markey is brewing a new working one
20972         * ext/Makefile.am: Remove kioslave plugin
20973         * ext/kio: remove
20974         * gst-plugins.spec.in: remove kio plugin from spec
20975
20976 2004-09-27  Wim Taymans  <wim@fluendo.com>
20977
20978         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
20979         (gst_multifdsink_remove), (gst_multifdsink_remove_client_link),
20980         (is_sync_frame), (gst_multifdsink_client_queue_buffer),
20981         (gst_multifdsink_new_client),
20982         (gst_multifdsink_handle_client_write),
20983         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
20984         (gst_multifdsink_handle_clients):
20985         * gst/tcp/gstmultifdsink.h:
20986         Make syncing to keyframes actually work for new clients and lagging
20987         clients.
20988
20989 2004-09-26  Benjamin Otte  <in7y118@public.uni-hamburg.de>
20990
20991         * gst/debug/gstnavigationtest.c: (gst_navigationtest_class_init),
20992         (gst_navigationtest_handle_src_event), (draw_box_planar411),
20993         (gst_navigationtest_planar411), (gst_navigationtest_change_state):
20994         * gst/debug/gstnavigationtest.h:
20995           make navigationtest display button-press and button-release events
20996
20997 2004-09-26 Iain <iaingnome@gmail.com>
20998
20999         * gst/interleave/interleave.c (all_channels_new_media): Checks if all
21000         the channels have received a new media event.
21001         (interleave_buffered_loop): Compresses a new media event on all
21002         channels into one.
21003
21004 2004-09-26 Iain <iaingnome@gmail.com>
21005
21006         * gst/wavenc/gstwavenc.c (gst_wavenc_chain): Company says we need to
21007         call the sinkpad's default event handler and not the srcpads. He also
21008         says this is confusing :)
21009         (gst_wavenc_stop_file): Company says that seek events only go upstream
21010         we should send a discontinuous downstream instead.
21011
21012 2004-09-25  Christian Schaller <christian@fluendo.com>
21013
21014         * Update SPEC file to be usable in conjunction with Fedora Core,
21015           Fedora.us and freshrpms packages
21016         * Fix typo in multifilesrc test Makefile
21017
21018 2004-09-24  Wim Taymans  <wim@fluendo.com>
21019
21020         * gst/playback/gstplaybasebin.c: (new_decoded_pad):
21021         Only signal the no_more_pads signal when we have
21022         added the stream to our list.
21023
21024 2004-09-24  Wim Taymans  <wim@fluendo.com>
21025
21026         * gst/playback/gstplaybasebin.c: (remove_prerolls),
21027         (new_decoded_pad):
21028         * gst/playback/gstplaybasebin.h:
21029         * gst/playback/gstplaybin.c: (setup_sinks):
21030         Don't try to preroll or decode more than one audio/video
21031         track.
21032
21033 2004-09-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21034
21035         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
21036           Throw error if we failed to find a suitable output. This should
21037           throw an error if we successfully set up a pipeline (e.g. because
21038           we recognized a media file) but found no decodable streams in it
21039           (e.g. because it contains only media stream types for which we
21040           have no decoders, or because it's not a media type).
21041
21042 2004-09-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21043
21044         * ext/dirac/Makefile.am:
21045         * ext/dirac/gstdirac.cc:
21046         * ext/dirac/gstdiracdec.cc:
21047         * ext/dirac/gstdiracdec.h:
21048           Do something. Don't actually know if this works because I don't
21049           have a demuxer yet.
21050         * ext/gsm/gstgsmdec.c: (gst_gsmdec_getcaps):
21051           Add channels=1 to caps returned from _getcaps().
21052         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_get_type),
21053         (gst_ogm_video_parse_get_type), (gst_ogm_audio_parse_base_init),
21054         (gst_ogm_video_parse_base_init), (gst_ogm_parse_init),
21055         (gst_ogm_audio_parse_init), (gst_ogm_video_parse_init),
21056         (gst_ogm_parse_sink_convert), (gst_ogm_parse_chain),
21057         (gst_ogm_parse_change_state):
21058           Separate between audio/video so ogmaudioparse actually uses the
21059           audio pad templates. Both audio and video work now, including
21060           autoplugging. Also use sometimes-srcpad hack.
21061         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_seek):
21062           Handle events better. Don't hang on infinite loops.
21063         * gst/avi/gstavidemux.c: (gst_avi_demux_class_init),
21064         (gst_avi_demux_init), (gst_avi_demux_reset),
21065         (gst_avi_demux_src_convert), (gst_avi_demux_handle_src_query),
21066         (gst_avi_demux_stream_header), (gst_avi_demux_stream_data),
21067         (gst_avi_demux_change_state):
21068         * gst/avi/gstavidemux.h:
21069           Improve A/V sync. Still not perfect.
21070         * gst/matroska/ebml-read.c: (gst_ebml_read_seek),
21071         (gst_ebml_read_skip):
21072           Handle events better.
21073         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event),
21074         (gst_qtdemux_loop_header), (qtdemux_parse_trak),
21075         (qtdemux_audio_caps):
21076           Add IMA4. Improve event handling. Save offset after a seek when
21077           the headers are at the end of the file so that we don't end up in
21078           an infinite loop.
21079         * gst/typefind/gsttypefindfunctions.c: (qt_type_find):
21080           Add low-priority typefind support for files with no length.
21081
21082 2004-09-23  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
21083
21084         * testsuite/multifilesink/Makefile.am:
21085         fix typo
21086
21087 2004-09-22  Julien MOUTTE  <julien@moutte.net>
21088
21089         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_destroy):
21090         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls): Fix
21091         mistakes from thaytan's patches.
21092
21093 2004-09-23  Jan Schmidt  <thaytan@mad.scientist.com>
21094
21095         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_destroy):
21096           For completeness, XSync in the destroy function as xvimage does.
21097
21098 2004-09-23  Jan Schmidt  <thaytan@mad.scientist.com>
21099
21100         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_getcaps):
21101            Correct caps negotiation
21102         * gst/volume/gstvolume.c: (volume_chain_float),
21103         (volume_chain_int16):
21104            Modify debug output to be little more informative
21105         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls):
21106         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
21107         (gst_xvimagesink_xvimage_destroy):
21108           Add XSync calls after detaching from the shared memory segment to
21109           avoid a crash.
21110
21111 2004-09-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
21112
21113         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
21114         (gst_ogg_mux_next_buffer), (gst_ogg_mux_loop):
21115         * ext/vorbis/vorbis.c: (plugin_init):
21116         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
21117         (gst_vorbisenc_chain):
21118         * ext/vorbis/vorbisenc.h:
21119         remove explicit newmedia support from oggmux and vorbisenc
21120         add debug category to vorbisenc
21121         * gst/multifilesink/gstmultifilesink.c:
21122         (gst_multifilesink_class_init), (gst_multifilesink_init),
21123         (gst_multifilesink_dispose), (gst_multifilesink_set_location),
21124         (gst_multifilesink_set_property), (gst_multifilesink_next_file),
21125         (gst_multifilesink_handle_event), (gst_multifilesink_chain),
21126         (plugin_init):
21127         * gst/multifilesink/gstmultifilesink.h:
21128         add support for streamheader in multifilesink
21129
21130 2004-09-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21131
21132         * gst/asfdemux/gstasfdemux.c: (_read_var_length), (_read_guid),
21133         (gst_asf_demux_process_segment), (gst_asf_demux_handle_data),
21134         (gst_asf_demux_process_chunk), (gst_asf_demux_handle_sink_event):
21135           Prevent infinite loops. More correct error reporting.
21136         * gst/auparse/gstauparse.c: (gst_auparse_chain):
21137           Error out if negotiation fails.
21138         * gst/playback/gstplaybasebin.c: (setup_source),
21139         (gst_play_base_bin_change_state), (gst_play_base_bin_error),
21140         (gst_play_base_bin_found_tag):
21141           Error/tag forwarding. Pre-roll fixes for source errors on state
21142           changes (e.g. "file does not exist") to prevent hangs.
21143
21144 2004-09-21  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
21145
21146         * testsuite/multifilesink/Makefile.am:
21147         * testsuite/multifilesink/lame_test.c: (gst_newmedia_base_init),
21148         (gst_newmedia_class_init), (gst_newmedia_init),
21149         (gst_newmedia_chain), (gst_newmedia_trigger), (test_format),
21150         (newfile_signal), (test_signal), (main):
21151         * testsuite/multifilesink/multifilesrc_test.c: (main):
21152         * testsuite/multifilesink/oggtheora_test.c:
21153         (gst_newmedia_base_init), (gst_newmedia_class_init),
21154         (gst_newmedia_init), (gst_newmedia_chain), (gst_newmedia_trigger),
21155         (test_format), (newfile_signal), (test_signal), (main):
21156         * testsuite/multifilesink/oggvorbis_test.c:
21157         (gst_newmedia_base_init), (gst_newmedia_class_init),
21158         (gst_newmedia_init), (gst_newmedia_chain), (gst_newmedia_trigger),
21159         (test_format), (newfile_signal), (test_signal), (main):
21160         * testsuite/multifilesink/wavenc_test.c: (gst_newmedia_base_init),
21161         (gst_newmedia_class_init), (gst_newmedia_init),
21162         (gst_newmedia_chain), (gst_newmedia_trigger), (test_format),
21163         (newfile_signal), (test_signal), (main):
21164         New media tests
21165
21166 2004-09-20  Christian Schaller <christian@fluendo.com>
21167
21168         * Fix mikmod license to LGPL as they have relicensed
21169         * Move Dirac and Effectv into LGPL section of README_license
21170
21171 2004-09-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21172
21173         * ext/mad/gstmad.c: (gst_mad_check_caps_reset),
21174         (gst_mad_change_state):
21175           Allow for mp3 rate/channels changes. However, only very
21176           conservatively. Reason that we *have* to enable this is smiply
21177           because the mad find_sync() function is not good enough, it will
21178           regularly sync on random data as valid frames and therefore make
21179           us provide random caps as *final* caps of the stream. The best fix
21180           I could think of is to simply require several of the same stream
21181           changes in a row before we change caps.
21182           The actual testcase that works now is #
21183         * ext/ogg/Makefile.am:
21184         * ext/ogg/gstogg.c: (plugin_init):
21185         * ext/ogg/gstogmparse.c:
21186           OGM support (video only for now; I need an audio sample file).
21187         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_base_init),
21188         (gst_asf_demux_process_stream), (gst_asf_demux_video_caps),
21189         (gst_asf_demux_add_video_stream):
21190           WMV extradata.
21191         * gst/playback/gstplaybasebin.c: (unknown_type):
21192           Don't error out on single unknown-types after all. It's wrong.
21193           If we found type of video and audio but not of a subtitle stream,
21194           it will still error out (which is unwanted). Will find a better fix
21195           later on.
21196         * gst/typefind/gsttypefindfunctions.c: (ogmvideo_type_find),
21197         (ogmaudio_type_find), (plugin_init):
21198           OGM support.
21199
21200 2004-09-20  Johan Dahlin  <johan@gnome.org>
21201
21202         * ext/jpeg/gstjpegdec.c (gst_jpegdec_chain): Allocate the buffer
21203         after setting caps.
21204
21205 2004-09-19  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
21206
21207         * gst/wavenc/gstwavenc.c: (gst_wavenc_init), (gst_wavenc_chain):
21208         * gst/wavenc/gstwavenc.h:
21209         Added newmedia support to wavenc
21210
21211 2004-09-17  Wim Taymans  <wim@fluendo.com>
21212
21213         * gst/tcp/gstfdset.c: (gst_fdset_fd_has_closed),
21214         (gst_fdset_fd_has_error), (gst_fdset_fd_can_read),
21215         (gst_fdset_fd_can_write), (gst_fdset_wait):
21216         * gst/tcp/gstmultifdsink.c: (gst_client_status_get_type),
21217         (gst_multifdsink_init), (gst_multifdsink_add),
21218         (gst_multifdsink_remove), (gst_multifdsink_get_stats),
21219         (gst_multifdsink_remove_client_link),
21220         (gst_multifdsink_client_queue_buffer),
21221         (gst_multifdsink_handle_client_write),
21222         (gst_multifdsink_recover_client), (gst_multifdsink_handle_clients),
21223         (gst_multifdsink_close), (gst_multifdsink_change_state):
21224         * gst/tcp/gstmultifdsink.h:
21225         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
21226         (gst_tcpserversink_removed):
21227         Small cleanups in fdset.c
21228         Use a hastable to map fd to the client structure for faster
21229         lookup in _remove and get_stats.
21230         Added virtual function to close the fds.
21231         Handle clients even when the select/poll call was unblocked because
21232         of a command.
21233         Implement syncing to keyframe in the recovery procedure.
21234
21235 2004-09-16 Iain <iaingnome@gmail.com>
21236
21237         * gst/audioconvert/gstaudioconvert.c (_fixate_caps_to_int): Free the
21238         try caps.
21239
21240 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21241
21242         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_get_audio_stream):
21243           Caps are only set if the type of the stream is unknown, but this
21244           is initialized in ->init_stream(), so set to UNKNOWN after calling
21245           ->init_stream() so that capsnego starts.
21246
21247 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21248
21249         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
21250         (gst_avi_demux_stream_data):
21251           Just hardcode for raw audio then. AVI audio sucks.
21252
21253 2004-09-15  Arwed v. Merkatz  <v.merkatz@gmx.net>
21254
21255         * gst/matroska/matroska-demux.c: (gst_matroska_demux_audio_caps):
21256         * gst/matroska/matroska-mux.c: (audiosink_templ),
21257         (gst_matroska_mux_audio_pad_link):
21258         * gst/typefind/gsttypefindfunctions.c: (tta_caps), (plugin_init):
21259         Use audio/x-ttafile for tta files and audio/x-tta for raw tta frames.
21260
21261 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21262
21263         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
21264         (gst_avi_demux_stream_data):
21265           Try to fix a/v sync issues.
21266
21267 2004-09-15  David Schleef  <ds@schleef.org>
21268
21269         * configure.ac: remove NASM check, since we don't use it.  Update
21270         dirac check to 0.4
21271         * ext/dirac/gstdiracdec.cc: update to current 0.4 API
21272         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
21273         Initialized variables.
21274         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
21275         (gst_qtdemux_loop_header), (qtdemux_parse), (qtdemux_parse_trak),
21276         (gst_qtdemux_handle_esds), (qtdemux_audio_caps): Fix seeking, add
21277         SVQ3 format
21278
21279 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21280
21281         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
21282         (gst_avi_demux_add_stream), (gst_avi_demux_stream_data):
21283         * gst/avi/gstavidemux.h:
21284           Fix for compressed audio (mp3) timestamp generation. How did this
21285           ever work?
21286
21287 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21288
21289         * gst/playback/gstplaybin.c: (gst_play_bin_get_property):
21290           Volume is a double not a float.
21291
21292 2004-09-15  Wim Taymans  <wim@fluendo.com>
21293
21294         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_remove_client_link),
21295         (gst_multifdsink_handle_clients), (gst_multifdsink_change_state):
21296         Don't close the fd in multifdsink as we didn't open it in the
21297         first place. Some cleanups.
21298
21299 2004-09-15  Wim Taymans  <wim@fluendo.com>
21300
21301         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
21302         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
21303         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop):
21304         Fix the case where the muxer would mark pages as delta
21305         frames when they are not (vorbis only ogg).
21306
21307 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21308
21309         * gst/playback/gstplaybasebin.c: (state_change), (setup_source),
21310         (gst_play_base_bin_change_state):
21311           Handle the case where we failed to setup a clear pipeline. This
21312           will throw an error (or EOS, another nice case) and if you don't
21313           catch that, the app will wait for the signal forever (and thus
21314           hang).
21315
21316 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21317
21318         * ext/gnomevfs/gstgnomevfssink.c:
21319         (gst_gnomevfssink_uri_get_protocols):
21320         * ext/gnomevfs/gstgnomevfssrc.c:
21321         (gst_gnomevfssrc_uri_get_protocols):
21322         * ext/gnomevfs/gstgnomevfsuri.c: (gst_gnomevfs_get_supported_uris):
21323         * ext/gnomevfs/gstgnomevfsuri.h:
21324           Use _uri_new() instead of _open(), so it doesn't take as long and
21325           Christophe's computer won't hang.
21326         * gst/playback/gstplaybasebin.c: (unknown_type):
21327           Throw error on unknown media type, so apps actually display it.
21328
21329 2004-09-14  Brian Cameron  <brian.cameron@sun.com
21330
21331         * tools/gst-launch-ext-m.m:  Changed ~ to $ENV{HOME} to allow
21332           this script to work on Solaris since bash shell handles echo
21333           differenly than bash.
21334
21335 2004-09-17  Wim Taymans  <wim@fluendo.com>
21336
21337         * gst/playback/gstplaybasebin.c: (queue_overrun), (no_more_pads),
21338         (setup_source), (gst_play_base_bin_set_property),
21339         (gst_play_base_bin_add_element):
21340         * gst/playback/gstplaybin.c: (gst_play_bin_send_event):
21341         Some more work on making sure seeking pauses the pipeline and
21342         that changing the uri actually does something.
21343
21344 2004-09-17  Wim Taymans  <wim@fluendo.com>
21345
21346         * gst/tcp/gstfdset.c: (gst_fdset_wait):
21347         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_close):
21348         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_init_send),
21349         (gst_tcpserversink_close):
21350         Be a bit more paranoid when freeing memory.
21351
21352 2004-09-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21353
21354         * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream),
21355         (qtdemux_parse_trak):
21356           Don't crash by dividing by zero (see sample movie in #126922).
21357
21358 2004-09-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21359
21360         * gst/qtdemux/qtdemux.c: (qtdemux_audio_caps):
21361           Don't touch non-existing data (fixes crash on file in #140147).
21362
21363 2004-09-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21364
21365         * gst/playback/gstplaybasebin.c:
21366         (gst_play_base_bin_dispose), (gst_play_base_bin_set_property):
21367           Handle double disposals, and proper change of URIs.
21368
21369 2004-09-13  Martin Eikermann <meiker@upb.de>
21370
21371         * gst/mpegstream/gstmpegparse.c:
21372           fix synchronistation for streams recorded from digital PCR
21373           fixes bug #119376
21374
21375 2004-09-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21376
21377         * ext/gnomevfs/Makefile.am:
21378         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
21379         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_get_type),
21380         (gst_gnomevfssink_dispose), (gst_gnomevfssink_init),
21381         (gst_gnomevfssink_uri_get_type),
21382         (gst_gnomevfssink_uri_get_protocols),
21383         (gst_gnomevfssink_uri_get_uri), (gst_gnomevfssink_uri_set_uri),
21384         (gst_gnomevfssink_uri_handler_init),
21385         (gst_gnomevfssink_set_property), (gst_gnomevfssink_get_property),
21386         (gst_gnomevfssink_open_file), (gst_gnomevfssink_close_file):
21387         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get_type),
21388         (gst_gnomevfssrc_init), (gst_gnomevfssrc_dispose),
21389         (gst_gnomevfssrc_uri_get_type),
21390         (gst_gnomevfssrc_uri_get_protocols), (gst_gnomevfssrc_uri_get_uri),
21391         (gst_gnomevfssrc_uri_set_uri), (gst_gnomevfssrc_uri_handler_init),
21392         (gst_gnomevfssrc_set_property), (gst_gnomevfssrc_get_property),
21393         (gst_gnomevfssrc_open_file), (gst_gnomevfssrc_close_file):
21394         * ext/gnomevfs/gstgnomevfsuri.c: (gst_gnomevfs_get_supported_uris):
21395         * ext/gnomevfs/gstgnomevfsuri.h:
21396           Add URI support to Gnome-VFS plugins. Tries to load a fixed list
21397           of fake URIs to see which this version of Gnome-VFS likes, and
21398           uses that for the Gst-URI interface. Makes playbin support http://
21399           streams. Also fix up some stupid behaviour in gnomevfssrc.
21400
21401 2004-09-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21402
21403         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_update),
21404         (gst_alsa_mixer_get_volume), (gst_alsa_mixer_set_volume),
21405         (gst_alsa_mixer_set_mute), (gst_alsa_mixer_set_record),
21406         (gst_alsa_mixer_set_option), (gst_alsa_mixer_get_option):
21407           Update mixer (to sync with other sessions) if we try to obtain
21408           a new value. This makes alsamixer work accross applications.
21409         * ext/alsa/gstalsasink.c: (gst_alsa_sink_get_time):
21410           Only call sync functions if we're running, else alsalib asserts.
21411         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query):
21412           Sometimes fails to compile. Possibly a gcc bug.
21413         * gst/playback/gstplaybin.c: (gen_video_element),
21414         (gen_audio_element):
21415           Add a reference to an application-provided object, because we lose
21416           this same reference if we add it to the bin. If we don't do this,
21417           we can only use this object once and thus crash if we go from
21418           ready to playing, back to ready and back to playing again.
21419           Also add an audioscale element because several cheap soundcards -
21420           like mine - don't support all samplerates.
21421         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
21422         (gst_ximagesink_xcontext_clear), (gst_ximagesink_change_state):
21423           Fix wrong order or PAR calls. Makes automatically obtained PAR
21424           from the X server atually being used.
21425
21426 2004-09-12  David Schleef  <ds@schleef.org>
21427
21428         Fixes: #151879, #151881, #151882, #151883, #151884, #151886,
21429         #151887, #152102, #152247.
21430         * examples/indexing/indexmpeg.c: 64-bit warning fixes.
21431         * examples/seeking/cdparanoia.c: same
21432         * examples/seeking/cdplayer.c: same
21433         * examples/seeking/seek.c: same
21434         * examples/seeking/spider_seek.c: same
21435         * examples/seeking/vorbisfile.c: same
21436         * examples/stats/mp2ogg.c: same
21437         * ext/esd/esdsink.c: (gst_esdsink_class_init),
21438         (gst_esdsink_dispose): Dispose of element properly.
21439         * ext/ivorbis/vorbisfile.c: (gst_ivorbisfile_seek): 64-bit warning
21440         fixes.
21441         * ext/nas/nassink.c: (gst_nassink_class_init),
21442         (gst_nassink_dispose): Dispose of element correctly.
21443         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain): Fix leak.
21444         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
21445         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy):
21446         Fix 64-bit warning.
21447         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
21448         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy):
21449         Fix 64-bit warning.
21450
21451 2004-09-12  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
21452
21453         * configure.ac : change speex detection as 1.1.6 now uses
21454           .pc/pkg-config and they changed their headers location.
21455
21456 2004-09-09  Arwed v. Merkatz  <v.merkatz@gmx.net>
21457
21458         * gst/matroska/matroska-mux.h:
21459         * gst/matroska/matroska-mux.c: (gst_matroska_mux_reset),
21460         (gst_matroska_mux_start), (gst_matroska_mux_finish),
21461         (gst_matroska_mux_write_data):
21462           Write multiple blocks/frames per cluster.
21463                 Write meta-seek information (seek heads).
21464
21465 2004-09-09  Scott Wheeler <wheeler@kde.org>
21466
21467         * gst/gstplaybin.c: (gst_play_bin_class_init), (gst_play_bin_init),
21468         (gst_play_bin_set_property), (gst_play_bin_get_property),
21469         (gen_audio_element), (gen_audio_element):
21470           Add a volume element / property to the pipeline.
21471
21472 2004-09-07  Wim Taymans  <wim@fluendo.com>
21473
21474         * gst/videomixer/videomixer.c: (gst_videomixer_blend_buffers):
21475         Copy timestamps from the master pad to the output buffers.
21476
21477 2004-09-03  Thomas Vander Stichele  <thomas at apestaart dot org>
21478
21479         * ext/raw1394/gstdv1394src.c:
21480           throw errors when applicable
21481
21482 2004-09-01  Arwed v. Merkatz  <v.merkatz@gmx.net>
21483
21484         * gst/matroska/ebml-ids.h:
21485         * gst/matroska/ebml-read.c: (gst_ebml_read_date):
21486         * gst/matroska/ebml-write.c: (gst_ebml_write_date):
21487         * gst/matroska/matroska-mux.c: (gst_matroska_mux_finish):
21488           automatically convert unix time <-> ebml time when reading/writing
21489           a date, use gst_ebml_write_uint to write CUETIME,
21490           not gst_ebml_write_date.
21491         * gst/matroska/matroska-ids.h:
21492         * gst/matroska/matroska-mux.c: (gst_matroska_mux_create_uid),
21493         (gst_matroska_mux_reset), (gst_matroska_mux_audio_pad_link),
21494         (gst_matroska_mux_track_header), (gst_matroska_mux_start),
21495         (gst_matroska_mux_write_data):
21496           Write track and segment UIDs, write muxing date, write
21497           TRACKDEFAULTDURATION for TTA audio, write BLOCKDURATION if known.
21498           Create cues for audio only files.
21499
21500 2004-08-31  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21501
21502         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
21503         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
21504           Re-commit ALSA switches.
21505         * gst/adder/gstadder.c: (gst_adder_loop):
21506           64-bit fix (#151416).
21507         * gst/debug/progressreport.c: (gst_progressreport_report):
21508           64-bit fix (#151419).
21509         * gst/matroska/matroska-demux.c:
21510         (gst_matroska_demux_parse_contents):
21511           64-bit fix (#151420).
21512         * gst/playback/test3.c: (update_scale):
21513           64-bit fix (#151421).
21514
21515 2004-08-31  Thomas Vander Stichele  <thomas at apestaart dot org>
21516
21517         * configure.ac:
21518           bump nano to cvs
21519
21520 === release 0.8.4 ===
21521
21522 2004-08-02  Thomas Vander Stichele  <thomas at apestaart dot org>
21523
21524         * configure.ac: releasing 0.8.4, "Alias"
21525
21526 2004-08-31  Thomas Vander Stichele  <thomas at apestaart dot org>
21527
21528         * ext/theora/Makefile.am:
21529           fix makefile.  Fixes #151462.
21530
21531 2004-08-30  Wim Taymans  <wim@fluendo.com>
21532
21533         * gst/tcp/gstfdset.c: (gst_fdset_free), (gst_fdset_wait):
21534         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
21535         (gst_multifdsink_remove_client_link),
21536         (gst_multifdsink_client_queue_buffer),
21537         (gst_multifdsink_handle_client_write):
21538         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_init_send):
21539         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init_receive):
21540         Fix some memory leaks.
21541
21542 2004-08-30  Thomas Vander Stichele  <thomas at apestaart dot org>
21543
21544         Patch by: David Schleef
21545
21546         * configure.ac:
21547         * sys/Makefile.am:
21548           rename our detection macro for V4L2.  Fixes #151236.
21549
21550 2004-08-30  Thomas Vander Stichele  <thomas at apestaart dot org>
21551
21552         Patch by: David Schleef
21553
21554         * configure.ac:
21555           check to define LAMEPRESET.  Fixes #151232.
21556
21557 2004-08-27  David Schleef  <ds@schleef.org>
21558
21559         * sys/glsink/glimagesink.c: (gst_glimagesink_ximage_put),
21560         (gst_glimagesink_xwindow_new), (gst_glimagesink_xcontext_get),
21561         (gst_glimagesink_fixate):  Move local variable declarations to
21562         make gcc-2.95 happy.
21563
21564 2004-08-27  Thomas Vander Stichele  <thomas at apestaart dot org>
21565
21566         * configure.ac:
21567           bump nano for prerelease
21568
21569 2004-08-27  David Schleef  <ds@schleef.org>
21570
21571         * sys/sunaudio/Makefile.am: Add sunaudiosrc patch from Bala
21572         * sys/sunaudio/gstsunaudiosrc.c:
21573         * sys/sunaudio/gstsunaudiosrc.h:
21574
21575 2004-08-27 Arwed v. Merkatz <v.merkatz@gmx.net>
21576
21577         * gst/matroska/ebml-read.c: (gst_ebml_peed_id), (gst_ebml_read_element_id),
21578         handle EOS correctly
21579         * gst/matroska/matroska-mux.c: (gst_matroska_mux_video_pad_link):
21580         * gst/matroska/matroska-mux.h:
21581         added BITMAPINFOHEADER structure, mux video/x-divx and video/x-xvid in
21582         VFW compatibility mode
21583
21584 2004-08-27  Thomas Vander Stichele  <thomas at apestaart dot org>
21585
21586         patch by: Zaheer Abbas Merali
21587
21588         * ext/ogg/gstoggmux.c:
21589         * ext/vorbis/vorbisenc.c:
21590         * ext/vorbis/vorbisenc.h:
21591           handle NEWMEDIA
21592
21593 2004-08-26 Arwed v. Merkatz <v.merkatz@gmx.net>
21594
21595         * gst/matroska/ebml-write.c: (gst_ebml_write_float),
21596         fix byte order reversion on little endian machines.
21597         * gst/matroska/matroska-mux.c: (audiosink_templ),
21598         (gst_matroska_mux_audio_pad_link):
21599         add TTA codec to the list of supported codecs.
21600         * gst/matroska/matroska-mux.c: (gst_matroska_mux_init),
21601         (gst_matroska_mux_start), (gst_matroska_mux_finish),
21602         (gst_matroska_mux_write_data):
21603         * gst/matroska/matroska-mux.h:
21604         write segment duration correctly, write muxing app string, fixes bugs
21605         #140897 and #140898.
21606         * gst/matroska/matroska-mux.c: (gst_matroska_mux_loop),
21607         wait for all pads to be negotiated before starting to mux.
21608
21609 2004-08-26  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
21610
21611         * ext/lame/gstlame.c: (gst_lame_init), (gst_lame_chain):
21612         * ext/lame/gstlame.h:
21613         Added new media support to lame
21614
21615 2004-08-25 Arwed v. Merkatz <v.merkatz@gmx.net>
21616
21617         * gst/matroska/matroska-demux.c: (gst_matroska_demux_parse_blockgroup),
21618         send vorbis headers at the beginning of a stream, fixes bug #141554.
21619         Interpret BLOCKDURATION and set buffer duration accordingly, fixes
21620         bug #148950.
21621         * gst/matroska/matroska-demux.c: (gst_matroska_demux_audio_caps),
21622         (gst_matroska_demux_plugin_init):
21623         * gst/matroska/matroska-ids.h:
21624         enable demuxing of TTA audio streams, fixes bug #148951.
21625         * gst/typefind/gsttypefindfunctions.c: (tta_type_find), (plugin_init),
21626         enable typefinding for TTA audio files, fixes bug #148711.
21627         * ext/xvid/gstxviddec.c: (gst_xviddec_chain),
21628         set XVID_LOWDELAY flag for decoding so xvid always returns an image,
21629         fixes playback of packed bitstream and xvid with bframes, bug #135407.
21630
21631 2004-08-24  Sebastien Cote  <sc5@hermes.usherb.ca>
21632
21633         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head),
21634         (gst_riff_read_element_data), (gst_riff_read_seek),
21635         (gst_riff_read_skip): fix infinite loop in wavparse, fixes bug
21636         #144616, patch reviewed by Ronald and committed by Christophe Fergeau
21637         <teuf@gnome.org>
21638
21639 2004-08-23 Iain <iaingnome@gmail.com>
21640
21641         * ext/mad/gstid3tag.c (gst_mad_id3_to_tag_list): Special case COMM
21642         tags. They appear to be handled differently to normal.
21643         (tag_list_to_id3_tag_foreach): Ditto.
21644
21645 2004-08-22  Wim Taymans  <wim@fluendo.com>
21646
21647         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
21648         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop):
21649         Make sure we never send -1 granulepos.
21650
21651 2004-08-20  Wim Taymans  <wim@fluendo.com>
21652
21653         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
21654         (gst_ogg_mux_loop):
21655         I will accept bitchslappings with non sharp objects.
21656
21657 2004-08-20  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
21658
21659         * configure.ac:
21660         Clean up the test for lame presets
21661
21662 2004-08-19  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
21663
21664         * configure.ac:
21665         * ext/lame/Makefile.am:
21666         * ext/lame/gstlame.c: (gst_lame_class_init),
21667         (gst_lame_set_property), (gst_lame_get_property), (gst_lame_setup):
21668         Only enable lame presets if version of lame has presets in API
21669
21670 2004-08-19  Jan Schmidt  <thaytan@mad.scientist.com>
21671         * gst/udp/gstudpsrc.c: (gst_udpsrc_init), (gst_udpsrc_get):
21672         * gst/udp/gstudpsrc.h:
21673           Don't call gst_pad_push in a get function. Fixes #150449
21674
21675 2004-08-18  Wim Taymans  <wim@fluendo.com>
21676
21677         * gst/tcp/gstfdset.c: (gst_fdset_free), (gst_fdset_set_mode),
21678         (gst_fdset_get_mode), (gst_fdset_add_fd), (gst_fdset_remove_fd),
21679         (gst_fdset_fd_ctl_write), (gst_fdset_fd_ctl_read),
21680         (gst_fdset_fd_has_closed), (gst_fdset_fd_has_error),
21681         (gst_fdset_fd_can_read), (gst_fdset_fd_can_write),
21682         (gst_fdset_wait):
21683         * gst/tcp/gstfdset.h:
21684         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
21685         (gst_multifdsink_client_queue_buffer),
21686         (gst_multifdsink_handle_client_write):
21687         * gst/tcp/gstmultifdsink.h:
21688         Some extra checks in gstfdset.
21689         Only use send() when the fd is a socket. Don't try to
21690         read from write only fds.
21691
21692 2004-08-18  Wim Taymans  <wim@fluendo.com>
21693
21694         * gst/tcp/gstfdset.c: (gst_fdset_add_fd), (gst_fdset_remove_fd),
21695         (gst_fdset_fd_ctl_write), (gst_fdset_fd_ctl_read),
21696         (gst_fdset_fd_has_closed), (gst_fdset_fd_has_error),
21697         (gst_fdset_fd_can_read), (gst_fdset_fd_can_write),
21698         (gst_fdset_wait):
21699         Add more locking and bounds checking.
21700
21701 2004-08-18  Wim Taymans  <wim@fluendo.com>
21702
21703         * gst/tcp/gstfdset.c: (ensure_size), (gst_fdset_wait):
21704         Realloc test fdset in the lock and right before starting
21705         the poll call. Bump the limit to 4096.
21706
21707 2004-08-17  David Schleef  <ds@schleef.org>
21708
21709         * sys/sunaudio/Makefile.am:
21710         * sys/sunaudio/gstsunaudio.c: Fix caps to handle full range
21711         of rates and channels.  Make debugging less obnoxious.
21712
21713         Patch from Balamurali Viswanathan implementing a mixer for
21714         Sun audio.  (bug #144091):
21715         * sys/sunaudio/gstsunelement.c:
21716         * sys/sunaudio/gstsunelement.h:
21717         * sys/sunaudio/gstsunmixer.c:
21718         * sys/sunaudio/gstsunmixer.h:
21719
21720 2004-08-17  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
21721
21722         * gst/audioscale/gstaudioscale.c:
21723         * gst/audioscale/gstaudioscale.h:
21724         made audioscale resample from any sample rate to any sample rate
21725
21726 2004-08-17  Thomas Vander Stichele  <thomas at apestaart dot org>
21727
21728         * ext/libpng/gstpngdec.c:
21729           error out on unsupported types
21730
21731 2004-08-17  Iain <iaingnome@gmail.com>
21732
21733         * ext/flac/gstflacenc.c (gst_flacenc_update_quality): Only set the
21734         mid_side and loose_mid_side properties if its a stereo stream.
21735
21736 2004-08-17  Wim Taymans  <wim@fluendo.com>
21737
21738         * ext/theora/theoradec.c: (gst_theora_dec_class_init),
21739         (theora_get_formats), (theora_dec_src_convert),
21740         (theora_dec_sink_convert), (theora_dec_src_query),
21741         (theora_dec_src_event), (theora_dec_event), (theora_dec_chain):
21742         Add a debug line.
21743
21744 2004-08-17  Wim Taymans  <wim@fluendo.com>
21745
21746         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_iterate),
21747         (gst_ogg_pad_push):
21748         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
21749         (gst_ogg_mux_request_new_pad), (gst_ogg_mux_next_buffer),
21750         (gst_ogg_mux_buffer_from_page), (gst_ogg_mux_push_page),
21751         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop):
21752         Mark delta units in the muxer.
21753         Try to decode the packet after an out-of-sync error from
21754         libogg.
21755
21756 2004-08-17  Wim Taymans  <wim@fluendo.com>
21757
21758         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
21759         (gst_multifdsink_init), (gst_multifdsink_add),
21760         (gst_multifdsink_client_queue_buffer),
21761         (gst_multifdsink_set_property), (gst_multifdsink_get_property):
21762         * gst/tcp/gstmultifdsink.h:
21763         Added option to send a keyframe to clients as the first buffer.
21764         Make timeout property writable.
21765
21766 2004-08-17  Thomas Vander Stichele  <thomas at apestaart dot org>
21767
21768         patch by: Wim Taymans
21769
21770         * gst/tcp/gstfdset.c:
21771         * gst/tcp/gstmultifdsink.c:
21772           fix index comparison, should include 0
21773
21774 2004-08-16  Wim Taymans  <wim@fluendo.com>
21775
21776         * gst/tcp/gstfdset.c: (ensure_size), (gst_fdset_new),
21777         (gst_fdset_add_fd), (gst_fdset_remove_fd),
21778         (gst_fdset_fd_has_closed), (gst_fdset_fd_has_error),
21779         (gst_fdset_fd_can_read), (gst_fdset_fd_can_write),
21780         (gst_fdset_wait):
21781           copy when reallocing for poll so the select arguments don't get
21782           changed during the call
21783
21784 2004-08-16  Wim Taymans  <wim@fluendo.com>
21785
21786         * ext/theora/theoraenc.c: (gst_border_mode_get_type),
21787         (gst_theora_enc_class_init), (theora_enc_sink_link),
21788         (theora_buffer_from_packet), (theora_enc_chain):
21789         Fix bug where buffers were not marked as keyframes
21790         correctly.
21791
21792 2004-08-15  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
21793
21794         * ext/lame/gstlame.c: (gst_lame_vbrmode_get_type),
21795         (gst_lame_preset_get_type), (gst_lame_class_init):
21796         describe the enum values for vbr mode and presets more verbosely
21797
21798 2004-08-13  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
21799
21800         * ext/lame/gstlame.c: (gst_lame_mode_get_type),
21801         (gst_lame_quality_get_type), (gst_lame_padding_get_type),
21802         (gst_lame_preset_get_type), (gst_lame_class_init), (gst_lame_init),
21803         (gst_lame_set_property), (gst_lame_get_property), (gst_lame_setup):
21804         * ext/lame/gstlame.h:
21805         add preset property to lame so it can use lame presets
21806
21807 2004-08-13  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
21808
21809         * ext/lame/gstlame.c: (gst_lame_get_property):
21810         whoops forgot break, thanks teuf
21811
21812 2004-08-13  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
21813
21814         * ext/lame/gstlame.c: (gst_lame_vbrmode_get_type),
21815         (gst_lame_class_init), (gst_lame_src_getcaps),
21816         (gst_lame_sink_link), (gst_lame_init), (gst_lame_set_property),
21817         (gst_lame_get_property), (gst_lame_setup):
21818         * ext/lame/gstlame.h:
21819         fix lame's broken vbr stuff, allow it to resample if need be, and also
21820         make xing header optional
21821
21822 2004-08-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
21823
21824         * ext/lame/gstlame.c: (gst_lame_src_getcaps), (gst_lame_init):
21825         added getcaps function so samplerate doesnt get fixated to silly values
21826
21827 2004-08-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
21828
21829         * ext/lame/gstlame.c: (gst_lame_src_link):
21830         revert previous fix
21831
21832 2004-08-12  Johan Dahlin  <johan@gnome.org>
21833
21834         * sys/v4l/gstv4lelement.c (gst_v4l_iface_supported): Remove bogus
21835         checks. Doesn't matter what state we are in. Interfaces are a
21836         compile time thing, not runtime. It also broke the python bindings.
21837
21838 2004-08-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
21839
21840         * ext/lame/gstlame.c: (gst_lame_src_link):
21841         made source pad link function check if sinkpad is ok..fixes the problem
21842         where core fixates the output rate of lame stupidly
21843
21844 2004-08-12  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
21845
21846         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_src_link), (gst_v4lsrc_fixate):
21847         * sys/v4l/v4l_calls.c:
21848         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_set_capture):
21849           fix fixate function to handle nonsimple caps.
21850           remove bogus check in _link
21851           cleanups
21852
21853 2004-08-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
21854
21855         * ext/lame/gstlame.c: (gst_lame_class_init), (gst_lame_init):
21856         set default compression ratio parameter to 0.0 so bitrate parameter
21857         works :)
21858
21859 2004-08-11  David Schleef  <ds@schleef.org>
21860
21861         * gst/tcp/gstfdset.c: Fix compile problem on OS/X.
21862
21863 2004-08-11  David Schleef  <ds@schleef.org>
21864
21865         * gst/mpeg1sys/gstmpeg1systemencode.c: Oops, this was correct
21866         before.
21867
21868 2004-08-11  David Schleef  <ds@schleef.org>
21869
21870         * gst-libs/gst/video/videosink.h: Change copyright block to LGPL.
21871
21872 2004-08-11  David Schleef  <ds@schleef.org>
21873
21874         * ext/pango/gsttextoverlay.c: Add copyright block and fix plugin
21875           license field
21876         * gst-libs/gst/idct/Makefile.am: Remove mmx/sse code
21877         * gst-libs/gst/video/gstvideosink.c: Change copyright block to
21878           LGPL.
21879         * gst/auparse/gstauparse.c: Fix plugin license field.
21880         * gst/monoscope/gstmonoscope.c: Fix plugin license field.
21881         * gst/mpeg1sys/gstmpeg1systemencode.c: Fix plugin license field.
21882         * gst/rtp/gstrtp.c: Fix plugin license field.
21883
21884 2004-08-11  Wim Taymans  <wim@fluendo.com>
21885
21886         * gst/tcp/Makefile.am:
21887         * gst/tcp/gstfdset.c: (gst_fdset_mode_get_type), (nearest_pow),
21888         (ensure_size), (gst_fdset_new), (gst_fdset_free),
21889         (gst_fdset_set_mode), (gst_fdset_get_mode), (gst_fdset_add_fd),
21890         (gst_fdset_remove_fd), (gst_fdset_fd_ctl_write),
21891         (gst_fdset_fd_ctl_read), (gst_fdset_fd_has_closed),
21892         (gst_fdset_fd_has_error), (gst_fdset_fd_can_read),
21893         (gst_fdset_fd_can_write), (gst_fdset_wait):
21894         * gst/tcp/gstfdset.h:
21895         * gst/tcp/gstmultifdsink.c: (gst_unit_type_get_type),
21896         (gst_multifdsink_class_init), (gst_multifdsink_init),
21897         (gst_multifdsink_add), (gst_multifdsink_remove),
21898         (gst_multifdsink_clear), (gst_multifdsink_get_stats),
21899         (gst_multifdsink_remove_client_link),
21900         (gst_multifdsink_handle_client_read),
21901         (gst_multifdsink_client_queue_data),
21902         (gst_multifdsink_client_queue_caps),
21903         (gst_multifdsink_client_queue_buffer),
21904         (gst_multifdsink_handle_client_write),
21905         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
21906         (gst_multifdsink_handle_clients), (gst_multifdsink_set_property),
21907         (gst_multifdsink_get_property), (gst_multifdsink_init_send),
21908         (gst_multifdsink_close):
21909         * gst/tcp/gstmultifdsink.h:
21910         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
21911         (gst_tcpserversink_init), (gst_tcpserversink_handle_server_read),
21912         (gst_tcpserversink_handle_wait), (gst_tcpserversink_init_send),
21913         (gst_tcpserversink_close):
21914         * gst/tcp/gsttcpserversink.h:
21915         Abstracted away the select call, implemented poll (yes we ran into
21916         the 1024 limit in production).
21917
21918 2004-08-11  Thomas Vander Stichele  <thomas at apestaart dot org>
21919
21920         * gst/tcp/gsttcp.c:
21921         * gst/tcp/gsttcpplugin.c:
21922           improve debuggging, remove assert
21923
21924 2004-08-10  Wim Taymans  <wim@fluendo.com>
21925
21926         * gst/tcp/gstmultifdsink.c: (gst_unit_type_get_type),
21927         (gst_client_status_get_type), (gst_multifdsink_class_init),
21928         (gst_multifdsink_init), (gst_multifdsink_remove_client_link),
21929         (gst_multifdsink_handle_client_read),
21930         (gst_multifdsink_handle_client_write),
21931         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
21932         (gst_multifdsink_handle_clients), (gst_multifdsink_set_property),
21933         (gst_multifdsink_get_property):
21934         * gst/tcp/gstmultifdsink.h:
21935         * gst/tcp/gsttcp-marshal.list:
21936         Starting to prepare for specifying buffer time in other units
21937         than buffers. Expose remove reason in signal.
21938
21939 2004-08-10  Wim Taymans  <wim@fluendo.com>
21940
21941         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
21942         (gst_multifdsink_remove), (gst_multifdsink_clear),
21943         (gst_multifdsink_remove_client_link),
21944         (gst_multifdsink_handle_client_read),
21945         (gst_multifdsink_client_queue_data),
21946         (gst_multifdsink_client_queue_buffer),
21947         (gst_multifdsink_handle_client_write),
21948         (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients),
21949         (gst_multifdsink_chain), (gst_multifdsink_close):
21950         * gst/tcp/gstmultifdsink.h:
21951         Added more debugging info. Changed the way clients are
21952         removed from the lists. Fixed a bug where a bad file descriptor
21953         could cause many clients to be removed.
21954
21955 2004-08-06  Benjamin Otte  <in7y118@public.uni-hamburg.de>
21956
21957         * gst/videotestsrc/gstvideotestsrc.c: (generate_capslist):
21958           allow all pixel-aspect-ratios, not just 1:1
21959
21960 2004-08-09  David Schleef  <ds@schleef.org>
21961
21962         * sys/glsink/ARB_multitexture.h:  Remove old files.
21963         * sys/glsink/EXT_paletted_texture.h:
21964         * sys/glsink/NV_register_combiners.h:
21965         * sys/glsink/gstgl_nvimage.c:
21966         * sys/glsink/gstgl_pdrimage.c:
21967         * sys/glsink/gstgl_rgbimage.c:
21968         * sys/glsink/gstglsink.c:
21969         * sys/glsink/gstglsink.h:
21970         * sys/glsink/gstglxwindow.c:
21971         * sys/glsink/regcomb_yuvrgb.c:
21972
21973 2004-08-09  David Schleef  <ds@schleef.org>
21974
21975         Patch from Gernot Ziegler <gz@lysator.liu.se> rewriting the
21976         GL sink plugin.  (Bug #147302)
21977
21978         * configure.ac: Test for OpenGL
21979         * sys/Makefile.am: Use test for OpenGL
21980         * sys/glsink/Makefile.am:
21981         * sys/glsink/glimagesink.c: rewrite
21982         * sys/glsink/glimagesink.h: rewrite
21983
21984 2004-08-09  David Schleef  <ds@schleef.org>
21985
21986         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_base_init):  Only allow
21987         sane framerates.
21988         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get): same
21989         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support): same
21990         * testsuite/gst-lint: Test for G_GUINT64_FORMAT usage near gettext.
21991
21992 2004-08-09  Wim Taymans  <wim@fluendo.com>
21993
21994         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
21995         (gst_multifdsink_add), (gst_multifdsink_get_stats),
21996         (gst_multifdsink_client_remove),
21997         (gst_multifdsink_handle_client_read),
21998         (gst_multifdsink_handle_client_write),
21999         (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients):
22000         Do a bit more logging, make the client_read code more robust.
22001
22002 2004-08-09  Thomas Vander Stichele  <thomas at apestaart dot org>
22003
22004         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_init_source),
22005         (gst_jpegdec_fill_input_buffer), (gst_jpegdec_skip_input_data),
22006         (gst_jpegdec_resync_to_restart), (gst_jpegdec_term_source),
22007         (gst_jpegdec_init), (gst_jpegdec_chain):
22008         * gst/multipart/multipartdemux.c: (gst_multipart_demux_init),
22009         (gst_multipart_demux_chain), (gst_multipart_demux_change_state):
22010           cleanups, debugging fixes and memleak plugging
22011
22012 2004-08-09  Wim Taymans  <wim@fluendo.com>
22013
22014         * ext/theora/theoradec.c: (gst_theora_dec_class_init),
22015         (theora_get_formats), (theora_dec_src_convert),
22016         (theora_dec_sink_convert), (theora_dec_src_query),
22017         (theora_dec_src_event), (theora_dec_event), (theora_dec_chain),
22018         (theora_dec_change_state):
22019         Don't crash on missing header packets.
22020
22021 2004-08-09  Thomas Vander Stichele  <thomas at apestaart dot org>
22022
22023         * po/LINGUAS:
22024         * po/sq.po:
22025           Added Albanian translation (Laurent Dhima)
22026         * po/cs.po:
22027           updated
22028
22029 2004-08-09  Thomas Vander Stichele  <thomas at apestaart dot org>
22030
22031         * ext/lame/gstlame.c:
22032           fix/add debugging
22033
22034 2004-08-09  Thomas Vander Stichele  <thomas at apestaart dot org>
22035
22036         * sys/ximage/ximagesink.c:
22037         * sys/xvimage/xvimagesink.c:
22038           assign all TOO_LAZY's to a real category.  Thanks to Warthy Warthog.
22039
22040 2004-08-06  Wim Taymans  <wim@fluendo.com>
22041
22042         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
22043         (gst_multifdsink_add), (gst_multifdsink_get_stats),
22044         (gst_multifdsink_client_remove),
22045         (gst_multifdsink_handle_client_read),
22046         (gst_multifdsink_handle_client_write),
22047         (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients):
22048         Make sure we don't try to read more from a client that what
22049         ioctl says us or we deadlock.
22050
22051 2004-08-05  Thomas Vander Stichele  <thomas at apestaart dot org>
22052
22053         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_src_link),
22054         (gst_videotestsrc_change_state), (gst_videotestsrc_src_query),
22055         (gst_videotestsrc_handle_src_event), (gst_videotestsrc_get):
22056           decouple running_time and n_frames so it can handle changing
22057           framerate while running
22058
22059 2004-08-05  Thomas Vander Stichele  <thomas at apestaart dot org>
22060
22061         * po/nl.po:
22062         * po/sv.po:
22063           updated translations
22064
22065 2004-08-04  Benjamin Otte  <otte@gnome.org>
22066
22067         * gst/videotestsrc/gstvideotestsrc.c:
22068         (gst_videotestsrc_get_capslist), (generate_capslist),
22069         (plugin_init):
22070           generate the list of supported caps at startup and reuse it instead
22071           of always generating it
22072
22073 2004-07-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
22074
22075         * gst/multipart/multipartmux.c: (gst_multipart_mux_pad_link):
22076           whoops, last checkin broke normal build
22077
22078 2004-08-03  Benjamin Otte  <otte@gnome.org>
22079
22080         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_get_volume),
22081         (gst_alsa_mixer_set_volume), (gst_alsa_mixer_set_mute),
22082         (gst_alsa_mixer_set_record), (gst_alsa_mixer_set_option),
22083         (gst_alsa_mixer_get_option):
22084         * ext/dvdnav/dvdnavsrc.c: (dvdnav_get_event_name),
22085         (dvdnavsrc_print_event):
22086         * ext/ogg/gstoggdemux.c: (_find_chain_process), (gst_ogg_print):
22087         * ext/ogg/gstoggmux.c: (gst_ogg_mux_pad_link),
22088         (gst_ogg_mux_pad_unlink):
22089         * gst/multipart/multipartmux.c: (gst_multipart_mux_pad_link),
22090         (gst_multipart_mux_pad_unlink):
22091         * gst/videofilter/gstvideobalance.c:
22092         (gst_videobalance_colorbalance_set_value):
22093         * gst/videomixer/videomixer.c: (gst_videomixer_pad_link),
22094         (gst_videomixer_pad_unlink):
22095         * po/uk.po:
22096         * sys/oss/gstossmixer.c:
22097         * sys/v4l/gstv4lcolorbalance.c:
22098         * sys/v4l/gstv4ltuner.c:
22099         * sys/v4l/v4lsrc_calls.c:
22100         * sys/v4l2/gstv4l2colorbalance.c:
22101         * sys/v4l2/gstv4l2tuner.c:
22102           compile fixes for --disable-gst-debug, G_DISABLE_ASSERT and friends
22103
22104 2004-08-03  Benjamin Otte  <otte@gnome.org>
22105
22106         * examples/dynparams/filter.c: (ui_control_create):
22107         * examples/gstplay/player.c: (print_tag):
22108         * ext/alsa/gstalsa.c: (gst_alsa_request_new_pad):
22109         * ext/gdk_pixbuf/gstgdkanimation.c:
22110         (gst_gdk_animation_iter_may_advance):
22111         * ext/jack/gstjack.c: (gst_jack_request_new_pad):
22112         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list),
22113         (tag_list_to_id3_tag_foreach), (gst_id3_tag_handle_event):
22114         * ext/vorbis/oggvorbisenc.c: (gst_oggvorbisenc_get_tag_value):
22115         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_get_tag_value):
22116         * ext/xine/xineaudiodec.c: (gst_xine_audio_dec_chain):
22117         * gst-libs/gst/media-info/media-info-test.c: (print_tag):
22118         * gst/sine/demo-dparams.c: (main):
22119         * gst/tags/gstvorbistag.c: (gst_tag_to_vorbis_comments):
22120         * testsuite/alsa/formats.c: (create_pipeline):
22121         * testsuite/alsa/sinesrc.c: (sinesrc_force_caps), (sinesrc_get):
22122           fixes for G_DISABLE_ASSERT and friends
22123         * gst/typefind/gsttypefindfunctions.c: (aac_type_find),
22124         (mp3_type_frame_length_from_header), (mp3_type_find),
22125         (plugin_init):
22126           require mp3 typefinding to have at least MIN_HEADERS valid headers
22127           add typefinding for AAC adts files
22128
22129 2004-08-04  Jan Schmidt  <thaytan@mad.scientist.com>
22130
22131         * sys/ximage/ximagesink.c:
22132         (gst_ximagesink_calculate_pixel_aspect_ratio):
22133         * sys/xvimage/xvimagesink.c:
22134         (gst_xvimagesink_calculate_pixel_aspect_ratio):
22135         Make sure we calculate pixel-aspect-ratio using floating point maths
22136
22137 2004-08-03  Thomas Vander Stichele  <thomas at apestaart dot org>
22138
22139         * po/uk.po:
22140           updated translation
22141
22142 2004-08-03  Thomas Vander Stichele  <thomas at apestaart dot org>
22143
22144         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
22145         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get):
22146           add debugging for display PAR calculation
22147
22148 2004-08-02  David Schleef  <ds@schleef.org>
22149
22150         * configure.ac: Fix mikmod CFLAGS.
22151
22152 2004-07-27  Benjamin Otte  <otte@gnome.org>
22153
22154         * gst/audioscale/gstaudioscale.c:
22155         - fix templates to only support S16, it's the only format that works
22156         - make caps nego code use try_set_caps_nonfixed and fixation instead
22157         of try_set_caps twice, which is not nice for autopluggers
22158         - change rank to secondary, so autopluggers can pick it up after
22159         audioconvert
22160
22161 2004-08-02  Iain <iain@prettypeople.org>
22162
22163         * gst/interleave/interleave.c (interleave_init),
22164         (interleave_request_new_pad),
22165         (interleave_pad_removed),
22166         (interleave_buffered_loop): Use the real pad count, not the artificial
22167         one.
22168
22169 2004-08-02  Thomas Vander Stichele  <thomas at apestaart dot org>
22170
22171         * configure.ac: bump nano back to development
22172
22173 === release 0.8.3 ===
22174
22175 2004-08-02  Thomas Vander Stichele  <thomas at apestaart dot org>
22176
22177         * configure.ac: releasing 0.8.3, "Water"
22178
22179 2004-08-02  Thomas Vander Stichele  <thomas at apestaart dot org>
22180
22181         * sys/xvimage/xvimagesink.c:
22182         (gst_xvimagesink_calculate_pixel_aspect_ratio),
22183         (gst_xvimagesink_xcontext_clear), (gst_xvimagesink_sink_link),
22184         (gst_xvimagesink_change_state), (gst_xvimagesink_buffer_alloc),
22185         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
22186         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
22187         * sys/xvimage/xvimagesink.h:
22188           apply similar PAR fixes as to ximagesink
22189
22190 2004-08-02  Thomas Vander Stichele  <thomas at apestaart dot org>
22191
22192         patch from: Benjamin Otte
22193
22194         * ext/lame/gstlame.c: (gst_lame_src_link), (gst_lame_init):
22195           add link function to lame.  Fixes #148986.
22196
22197 2004-08-02  Johan Dahlin  <johan@gnome.org>
22198
22199         * gst/multipart/multipartmux.c (gst_multipart_mux_next_buffer):
22200         fix debugging log
22201
22202 2004-07-30  David Schleef  <ds@schleef.org>
22203
22204         * gst/videomixer/Makefile.am: Fix things that should have been
22205         fixed in the last checkin.
22206
22207 2004-07-30  David Schleef  <ds@schleef.org>
22208
22209         * gst/multipart/Makefile.am: Fix things that should have been
22210         fixed in the last checkin.
22211
22212 2004-07-30  David Schleef  <ds@schleef.org>
22213
22214         * testsuite/multifilesink/Makefile.am: Fix unused variable.
22215
22216 2004-07-30  Thomas Vander Stichele  <thomas at apestaart dot org>
22217
22218         * configure.ac:
22219           bump nano for prerelease
22220         * po/af.po:
22221         * po/az.po:
22222         * po/cs.po:
22223         * po/en_GB.po:
22224         * po/hu.po:
22225         * po/nl.po:
22226         * po/sr.po:
22227         * po/sv.po:
22228         * po/uk.po:
22229           updates
22230
22231 2004-07-30  Wim Taymans  <wim@fluendo.com>
22232
22233         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
22234         (gst_multifdsink_add), (gst_multifdsink_remove),
22235         (gst_multifdsink_clear), (gst_multifdsink_get_stats),
22236         (gst_multifdsink_client_remove),
22237         (gst_multifdsink_handle_client_write),
22238         (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients):
22239         * gst/tcp/gstmultifdsink.h:
22240         Recover from a select with a bad file descriptor by removing
22241         the client.
22242
22243 2004-07-30  Thomas Vander Stichele  <thomas at apestaart dot org>
22244
22245         * configure.ac:
22246           fix requirement of core
22247         * gst-libs/gst/play/play.c: (gst_play_error_plugin),
22248         (gst_play_pipeline_setup):
22249           don't use colorspace element.  do use hermescolorspace element.
22250           make macro to get a colorspace element.
22251           mark strings for translation.
22252         * po/POTFILES.in:
22253           add play.c
22254         * po/af.po:
22255         * po/az.po:
22256         * po/cs.po:
22257         * po/en_GB.po:
22258         * po/hu.po:
22259         * po/nl.po:
22260         * po/sr.po:
22261         * po/sv.po:
22262         * po/uk.po:
22263           update translations
22264
22265 2004-07-30  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
22266
22267         * ext/libpng/gstpngenc.c: (gst_pngenc_class_init):
22268         fix default for newmedia flag
22269
22270 2004-07-30  Wim Taymans  <wim@fluendo.com>
22271
22272         * ext/theora/theoradec.c: (gst_theora_dec_class_init),
22273         (gst_theora_dec_init), (theora_get_formats),
22274         (theora_dec_src_convert), (theora_dec_sink_convert),
22275         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
22276         (theora_dec_chain), (theora_dec_set_property),
22277         (theora_dec_get_property):
22278         * ext/theora/theoraenc.c: (gst_border_mode_get_type),
22279         (gst_theora_enc_class_init), (gst_theora_enc_init),
22280         (theora_enc_sink_link), (theora_enc_chain),
22281         (theora_enc_set_property), (theora_enc_get_property):
22282         Added cropping option to theora decoder.
22283         Added border option to theora encoder.
22284
22285 2004-07-30  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
22286
22287         * ext/libpng/gstpngenc.c: (gst_pngenc_class_init),
22288         (gst_pngenc_init), (gst_pngenc_chain), (gst_pngenc_get_property),
22289         (gst_pngenc_set_property):
22290         * ext/libpng/gstpngenc.h:
22291         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
22292
22293 2004-07-30  Wim Taymans  <wim@fluendo.com>
22294
22295         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
22296         (theora_enc_sink_link), (theora_enc_chain),
22297         (theora_enc_set_property), (theora_enc_get_property):
22298         Fix encoding of non-multiple-of-16 video.
22299
22300 2004-07-29  David Schleef  <ds@schleef.org>
22301
22302         * configure.ac: make test for audiofile more strict
22303
22304 2004-07-25  Benjamin Otte  <in7y118@public.uni-hamburg.de>
22305
22306         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
22307           give different names to typefind functions
22308
22309 2004-07-28  Thomas Vander Stichele  <thomas at apestaart dot org>
22310
22311         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
22312         (gst_ximagesink_calculate_pixel_aspect_ratio),
22313         (gst_ximagesink_xcontext_get), (gst_ximagesink_getcaps),
22314         (gst_ximagesink_sink_link), (gst_ximagesink_change_state),
22315         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_set_property),
22316         (gst_ximagesink_get_property), (gst_ximagesink_init):
22317         * sys/ximage/ximagesink.h:
22318           allocate PAR's dynamically.
22319           use autodetected PAR if no object-set PAR is given.
22320           add workaround for directfb's X not setting physical size.
22321           fix to xvimagesink will follow tomorrow.
22322
22323 2004-07-28  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
22324
22325         * ext/lame/gstlame.c: (gst_lame_chain): send tag events downstream
22326         * ext/shout2/gstshout2.c: (gst_shout2send_protocol_get_type),
22327         (gst_shout2send_get_type), (gst_shout2send_set_clock),
22328         (gst_shout2send_class_init), (gst_shout2send_init),
22329         (set_shout_metadata), (gst_shout2send_set_metadata),
22330         (gst_shout2send_chain), (gst_shout2send_set_property),
22331         (gst_shout2send_get_property), (gst_shout2send_connect),
22332         (gst_shout2send_change_state):
22333         * ext/shout2/gstshout2.h:
22334         - fix for sending mp3 audio to icecast2 server, if pad link function not
22335         called before PAUSED state
22336         - added option to use GStreamer clock sync (as opposed to libshout's own sync)
22337         - added tagging support for mp3 audio broadcasted
22338         * gst/monoscope/gstmonoscope.c: (gst_monoscope_class_init):
22339         debug info
22340
22341 2004-07-28  Wim Taymans  <wim@fluendo.com>
22342
22343         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
22344         (gst_ogg_demux_push):
22345         Return query failure when we don't know the length of
22346         an ogg stream insteda of returning TRUE with a bogus value.
22347
22348 2004-07-28  Wim Taymans  <wim@fluendo.com>
22349
22350         * ext/theora/theoradec.c: (theora_get_formats),
22351         (theora_dec_src_convert), (theora_dec_sink_convert),
22352         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
22353         (theora_dec_chain):
22354         Don't screw up the 1 Chroma for 1 luma sample situation when we
22355         have an odd offset/width by adding a black border in those cases.
22356
22357 2004-07-28  Wim Taymans  <wim@fluendo.com>
22358
22359         * ext/theora/theoradec.c: (theora_get_formats),
22360         (theora_dec_src_convert), (theora_dec_sink_convert),
22361         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
22362         (theora_dec_chain):
22363         * ext/theora/theoraenc.c: (theora_enc_sink_link):
22364         Added first attempt at cropping of the image as required by the
22365         theora spec. We need more properties in the caps (offset_x,
22366         offset_y,stride) to implement this correctly.
22367
22368 2004-07-28  Jan Schmidt  <thaytan@mad.scientist.com>
22369
22370         * ext/dvdnav/README:
22371           Update the README to use dvddemux
22372         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_getcaps):
22373           Ensure getcaps returns a subset of the template caps
22374         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_base_init),
22375         (gst_mpeg2subt_init):
22376           Ensure getcaps returns a subset of the template caps
22377         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_class_init),
22378         (gst_dvd_demux_init), (gst_dvd_demux_get_video_stream),
22379         (gst_dvd_demux_get_subpicture_stream),
22380         (gst_dvd_demux_send_subbuffer), (gst_dvd_demux_set_cur_subpicture):
22381         * gst/mpegstream/gstdvddemux.h:
22382           Set the explicit caps on the current_video pad before pushing
22383           anything
22384         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_get_video_stream),
22385         (gst_mpeg_demux_get_audio_stream):
22386           Free caps used to gst_pad_set_explicit_caps, which takes a const
22387           GstCaps *
22388
22389 2004-07-28  Thomas Vander Stichele  <thomas at apestaart dot org>
22390
22391         * configure.ac: update GStreamer requirement to 0.8.4 because of
22392           GstFraction.
22393
22394 2004-07-28  Wim Taymans  <wim@fluendo.com>
22395
22396         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt),
22397         (gst_wavparse_handle_seek), (gst_wavparse_srcpad_event):
22398         Add the pad to the element after setting up the caps. This
22399         makes it a lot easier to autoplug.
22400
22401 2004-07-27  Steve Lhomme  <steve.lhomme@free.fr>
22402
22403         * gst/median/gstmedian.c:
22404         * gst/mpeg2subt/gstmpeg2subt.c:
22405         * gst/mpegaudioparse/gstmpegaudioparse.c:
22406         * gst/mpegstream/gstdvddemux.c:
22407         * gst/mpegstream/gstmpegdemux.c:
22408         * gst/mpegstream/gstmpegpacketize.c:
22409         * gst/rtjpeg/gstrtjpeg.c:
22410         * gst/rtjpeg/gstrtjpegdec.c:
22411         * gst/rtjpeg/gstrtjpegenc.c:
22412         * gst/sine/gstsinesrc.c:
22413         * gst/smooth/gstsmooth.c:
22414         * gst/smpte/gstsmpte.c:
22415         * gst/smpte/gstsmpte.h:
22416         * gst/stereo/gststereo.c:
22417         * gst/videofilter/gstgamma.c:
22418         * gst/videofilter/gstvideobalance.c:
22419         * gst/videofilter/gstvideofilter.c:
22420         * gst/videofilter/gstvideoflip.c:
22421         * gst/videoscale/gstvideoscale.c:
22422         * gst/videoscale/videoscale.c:
22423         * gst/videotestsrc/gstvideotestsrc.c:
22424         * gst/videotestsrc/videotestsrc.c:
22425         * gst/wavenc/gstwavenc.c:
22426         * gst/wavparse/gstwavparse.c:
22427           fix local includes and 64 bits constants
22428
22429 2004-07-27  Steve Lhomme  <steve.lhomme@free.fr>
22430
22431         * win32/gst.sln:
22432         * gst-libs/gst/*/*.vcproj:
22433         * gst/*/*.vcproj:
22434           more working plugins
22435
22436 2004-07-27  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
22437
22438         * testsuite/alsa/Makefile.am:
22439         * testsuite/alsa/srcstate.c:
22440         add test for alsasrc changing state
22441
22442 2004-07-27  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
22443
22444         * gst/silence/gstsilence.c: (gst_silence_init), (gst_silence_link),
22445         (gst_silence_get):
22446         * gst/silence/gstsilence.h:
22447         fix silence generation for 16bit raw audio
22448
22449 2004-07-27  Thomas Vander Stichele  <thomas at apestaart dot org>
22450
22451         * gst/matroska/matroska-demux.c:
22452         (gst_matroska_demux_parse_metadata),
22453         (gst_matroska_demux_video_caps), (gst_matroska_demux_plugin_init):
22454         * gst/mpegaudio/common.c:
22455         * gst/videoscale/gstvideoscale.c: (gst_videoscale_class_init),
22456         (gst_videoscale_getcaps), (gst_videoscale_link),
22457         (gst_videoscale_src_fixate), (gst_videoscale_init),
22458         (gst_videoscale_finalize):
22459         * gst/videoscale/gstvideoscale.h:
22460         * gst/videotestsrc/gstvideotestsrc.c:
22461         (gst_videotestsrc_get_capslist):
22462         * gst/wavenc/gstwavenc.c:
22463         * sys/oss/gstossmixer.c: (fill_labels):
22464         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
22465         (gst_ximagesink_handle_xevents),
22466         (gst_ximagesink_calculate_pixel_aspect_ratio),
22467         (gst_ximagesink_xcontext_get), (gst_ximagesink_fixate),
22468         (gst_ximagesink_getcaps), (gst_ximagesink_sink_link),
22469         (gst_ximagesink_chain), (gst_ximagesink_set_xwindow_id),
22470         (gst_ximagesink_set_property), (gst_ximagesink_get_property),
22471         (gst_ximagesink_init), (gst_ximagesink_class_init):
22472         * sys/ximage/ximagesink.h:
22473         * sys/xvimage/xvimagesink.c:
22474         (gst_xvimagesink_calculate_pixel_aspect_ratio),
22475         (gst_xvimagesink_xcontext_get), (gst_xvimagesink_sink_link),
22476         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_alloc),
22477         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
22478         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
22479         * sys/xvimage/xvimagesink.h:
22480           first batch of pixel aspect ratio commits.
22481
22482 2004-07-27  Thomas Vander Stichele  <thomas at apestaart dot org>
22483
22484         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
22485         (gst_ffmpegcolorspace_class_init), (gst_ffmpegcolorspace_chain):
22486         * gst/ffmpegcolorspace/imgconvert.c: (avpicture_fill):
22487           handle stride, needs work if we want to move stride handling
22488           upstream, but works correctly for our purposes.
22489
22490 2004-07-27  Thomas Vander Stichele  <thomas at apestaart dot org>
22491
22492         * gst/videoscale/README:
22493           add testing examples
22494         * gst/videoscale/gstvideoscale.c: (gst_videoscale_link),
22495         (gst_videoscale_chain):
22496         * gst/videoscale/videoscale.c: (gst_videoscale_setup),
22497         (gst_videoscale_get_size):
22498           add get_size function that handles stride like videotestsrc.
22499           fixes conversion for YUV formats for as much as I can test them.
22500
22501 2004-07-27  Thomas Vander Stichele  <thomas at apestaart dot org>
22502
22503         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
22504         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy):
22505         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
22506         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy),
22507         (gst_xvimagesink_xvimage_put):
22508           further cleanups, logging, error handling and synchronizing
22509
22510 2004-07-27  Wim Taymans  <wim@fluendo.com>
22511
22512         * gst/videomixer/videomixer.c: (gst_videomixer_pad_get_type),
22513         (gst_videomixer_pad_class_init), (gst_videomixer_pad_get_property),
22514         (gst_videomixer_pad_set_property),
22515         (gst_videomixer_pad_sinkconnect), (gst_videomixer_pad_init),
22516         (gst_video_mixer_background_get_type), (gst_videomixer_get_type),
22517         (gst_videomixer_class_init), (gst_videomixer_init),
22518         (gst_videomixer_getcaps), (gst_videomixer_request_new_pad),
22519         (gst_videomixer_blend_ayuv_i420), (pad_zorder_compare),
22520         (gst_videomixer_sort_pads), (gst_videomixer_fill_checker),
22521         (gst_videomixer_fill_color), (gst_videomixer_fill_queues),
22522         (gst_videomixer_blend_buffers), (gst_videomixer_update_queues),
22523         (gst_videomixer_loop), (plugin_init):
22524         Be a nicer negotiation citizen and provide a getcaps function on
22525         the srcpad. This also fixes a crash when resizing.
22526
22527 2004-07-27  Julien MOUTTE  <julien@moutte.net>
22528
22529         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
22530         (gst_xvimagesink_xvimage_new): Some fixes to image size calculation.
22531
22532 2004-07-27  Wim Taymans  <wim@fluendo.com>
22533
22534         * ext/libpng/gstpngdec.c: (gst_pngdec_src_getcaps):
22535         * ext/libpng/gstpngenc.c: (gst_pngenc_class_init),
22536         (gst_pngenc_init), (gst_pngenc_chain), (gst_pngenc_get_property),
22537         (gst_pngenc_set_property):
22538         * ext/libpng/gstpngenc.h:
22539         Added snapshot property to pngenc.
22540         removed g_print from pngdec
22541
22542 2004-07-27  Steve Lhomme  <steve.lhomme@free.fr>
22543
22544         * gst/ac3parse/ac3parse.vcproj
22545         * gst/adder/adder.vcproj
22546         * gst/alpha/alpha.vcproj
22547         * gst/alpha/alphacolor.vcproj
22548         * gst/asfdemux/asf.vcproj
22549         * gst/audioconvert/audioconvert.vcproj
22550         * gst/audiorate/audiorate.vcproj
22551         * gst/audioscale/audioscale.vcproj
22552         * gst/auparse/auparse.vcproj
22553         * gst/avi/avi.vcproj
22554         * gst/cdxaparse/cdxaparse.vcproj
22555         * gst/chart/chart.vcproj
22556         * gst/colorspace/colorspace.vcproj
22557         * gst/cutter/cutter.vcproj
22558         * gst/debug/debug.vcproj
22559         * gst/debug/efence.vcproj
22560         * gst/debug/navigationtest.vcproj
22561         * gst/deinterlace/deinterlace.vcproj
22562         * gst/effectv/effectv.vcproj
22563         * gst/ffmpegcolorspace/ffmpegcolorspace.vcproj
22564         * gst/filter/filter.vcproj
22565         * gst/flx/flxdec.vcproj
22566         * gst/goom/goom.vcproj
22567         * gst/interleave/interleave.vcproj
22568         * gst/law/alaw.vcproj
22569         * gst/law/mulaw.vcproj
22570         * gst/matroska/matroska.vcproj
22571         * gst/median/median.vcproj
22572         * gst/mixmatrix/mixmatrix.vcproj
22573         * gst/mpeg1sys/mpeg1systemencode.vcproj
22574         * gst/mpeg1videoparse/mp1videoparse.vcproj
22575         * gst/mpeg2sub/mpeg2subt.vcproj
22576         * gst/mpegaudio/mpegaudio.vcproj
22577         * gst/mpegaudioparse/mpegaudioparse.vcproj
22578         * gst/mpegstream/mpegstream.vcproj
22579         * gst/multifilesink/multifilesink.vcproj
22580         * gst/multipart/multipart.vcproj
22581         * gst/oneton/oneton.vcproj
22582         * gst/overlay/overlay.vcproj
22583         * gst/passthrough/passthrough.vcproj
22584         * gst/qtdemux/qtdemux.vcproj
22585         * gst/realmedia/rmdemux.vcproj
22586         * gst/rtjpeg/rtjpeg.vcproj
22587         * gst/rtp/rtp.vcproj
22588         * gst/silence/silence.vcproj
22589         * gst/sine/sinesrc.vcproj
22590         * gst/smooth/smooth.vcproj
22591         * gst/smpte/smpte.vcproj
22592         * gst/spectrum/spectrum.vcproj
22593         * gst/speed/speed.vcproj
22594         * gst/stereo/stereo.vcproj
22595         * gst/switch/switch.vcproj
22596         * gst/tags/tagedit.vcproj
22597         * gst/tcp/tcp.vcproj
22598         * gst/typefind/typefindfunctions.vcproj
22599         * gst/udp/udp.vcproj
22600         * gst/videobox/videobox.vcproj
22601         * gst/videocrop/videocrop.vcproj
22602         * gst/videodrop/videodrop.vcproj
22603         * gst/videofilter/gamma.vcproj
22604         * gst/videofilter/videobalance.vcproj
22605         * gst/videofilter/videofilter.vcproj
22606         * gst/videofilter/videoflip.vcproj
22607         * gst/videoflip/videoflip.vcproj
22608         * gst/videomixer/videomixer.vcproj
22609         * gst/videorate/videorate.vcproj
22610         * gst/videoscale/videoscale.vcproj
22611         * gst/videotestsrc/videotestsrc.vcproj
22612         * gst/virtualdub/virtualdub.vcproj
22613         * gst/volenv/volenv.vcproj
22614         * gst/volume/volume.vcproj
22615         * gst/wavenc/wavenc.vcproj
22616         * gst/wavparse/wavparse.vcproj
22617         * gst/y4m/y4menc.vcproj
22618         * gst-libs/gst/audio/audio.vcproj
22619         * gst-libs/gst/audio/audiofilter.vcproj
22620         * gst-libs/gst/colorbalance/colorbalance.vcproj
22621         * gst-libs/gst/idct/idtc.vcproj
22622         * gst-libs/gst/media-info/media-info.vcproj
22623         * gst-libs/gst/mixer/mixer.vcproj
22624         * gst-libs/gst/navigation/navigation.vcproj
22625         * gst-libs/gst/play/play.vcproj
22626         * gst-libs/gst/propertyprobe/propertyprobe.vcproj
22627         * gst-libs/gst/resample/resample.vcproj
22628         * gst-libs/gst/riff/riff.vcproj
22629         * gst-libs/gst/tuner/tuner.vcproj
22630         * gst-libs/gst/video/video.vcproj
22631         * gst-libs/gst/xoverlay/xoverlay.vcproj
22632           avoid problems with math.h, fix release dependancy
22633           rename GStreamer-0.8.lib to libgstreamer.lib
22634
22635 2004-07-27  Julien MOUTTE  <julien@moutte.net>
22636
22637         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_decorate):
22638         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_decorate): When
22639         the atom is not available we have to unlock the mutex. Fixes #148023
22640
22641 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
22642
22643         * gst-libs/gst/media-info/media-info.h:
22644           issue for a vararg macro with MSVC
22645
22646 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
22647
22648         * gst/effectv/effectv.vcproj
22649         * gst-libs/gst/idct/idct.vcproj:
22650         * gst-libs/gst/media-info/media-info.vcproj:
22651         * gst-libs/gst/navigation/navigation.vcproj:
22652         * gst-libs/gst/propertyprobe/propertyprobe.vcproj:
22653         * gst-libs/gst/video/video.vcproj:
22654         * gst-libs/gst/xoverlay/xoverlay.vcproj:
22655           fixes for build problems
22656
22657 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
22658
22659         * gst-libs/gst/audio/audio.def:
22660         * gst-libs/gst/audio/riff.def:
22661           add some definitions needed by plugins
22662
22663 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
22664
22665         * gst/asfdemux/gstasfmux.c
22666           Fix some 64 bits constants to be glib friendly
22667
22668 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
22669
22670         * gst/ac3parse/gstac3parse.c
22671         * gst/audioscale/gstaudioscale.c
22672         * gst/auparse/gstauparse.c
22673         * gst/colorspace/gstcolorspace.c
22674         * gst/colorspace/yuv2rgb.h
22675           local include fixes
22676
22677 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
22678
22679         * win32/gst.sln
22680           add more plugins to the build
22681
22682 2004-07-26  Julien MOUTTE  <julien@moutte.net>
22683
22684         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
22685         (gst_ximagesink_ximage_new): Some more fixes to image size calculation.
22686
22687 2004-07-26  Thomas Vander Stichele  <thomas at apestaart dot org>
22688
22689         * gst/level/gstlevel.c: (gst_level_link), (gst_level_chain),
22690         (gst_level_set_property), (gst_level_get_property),
22691         (gst_level_base_init), (gst_level_class_init):
22692           add debugging categories.  cleanups.
22693
22694 2004-07-26  Thomas Vander Stichele  <thomas at apestaart dot org>
22695
22696         * gst/videoscale/videoscale.c: (gst_videoscale_setup),
22697         (gst_videoscale_planar411), (gst_videoscale_planar400),
22698         (gst_videoscale_packed422), (gst_videoscale_packed422rev),
22699         (gst_videoscale_scale_nearest_str1),
22700         (gst_videoscale_scale_nearest_str2),
22701         (gst_videoscale_scale_nearest_str4),
22702         (gst_videoscale_scale_nearest_16bit),
22703         (gst_videoscale_scale_nearest_24bit):
22704           fixed stride issues
22705           tested with 320x240 -> 321, 322, 324 x240
22706           tested with YV12, I420, YUY2, UYVY
22707           fixed packed422rev (don't think it could have worked before)
22708           by testing with UYVY
22709
22710 2004-07-26  Benjamin Otte  <otte@gnome.org>
22711
22712         * ext/lame/gstlame.c: (gst_lame_sink_link), (gst_lame_init),
22713         (gst_lame_chain), (gst_lame_setup), (gst_lame_change_state),
22714         (plugin_init):
22715           add debugging category, add error checks like checking return values
22716           of setup calls, make sure it still works after
22717           PLAYING=>NULL=>PLAYING, fix encoding of mono streams
22718
22719 2004-07-26  Wim Taymans  <wim@fluendo.com>
22720
22721         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_get_video_stream),
22722         (gst_mpeg_demux_get_audio_stream),
22723         (gst_mpeg_demux_process_private):
22724         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_send_data):
22725         Check for error codes from the negotiation functions. Make sure
22726         we really set the pad caps when a new pad is created.
22727
22728 2004-07-26  Thomas Vander Stichele  <thomas at apestaart dot org>
22729
22730         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
22731         (gst_ffmpeg_caps_to_pix_fmt):
22732         * gst/ffmpegcolorspace/gstffmpegcodecmap.h:
22733         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
22734         (gst_ffmpegcolorspace_pad_link):
22735           don't make function do two things at the same time without reason.
22736
22737 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
22738
22739         * gst/ac3parse/ac3parse.vcproj
22740         * gst/adder/adder.vcproj
22741         * gst/alpha/alpha.vcproj
22742         * gst/alpha/alphacolor.vcproj
22743         * gst/asfdemux/asf.vcproj
22744         * gst/audioconvert/audioconvert.vcproj
22745         * gst/audiorate/audiorate.vcproj
22746         * gst/audioscale/audioscale.vcproj
22747         * gst/auparse/auparse.vcproj
22748         * gst/avi/avi.vcproj
22749         * gst/cdxaparse/cdxaparse.vcproj
22750         * gst/chart/chart.vcproj
22751         * gst/colorspace/colorspace.vcproj
22752         * gst/cutter/cutter.vcproj
22753         * gst/debug/debug.vcproj
22754         * gst/debug/efence.vcproj
22755         * gst/debug/navigationtest.vcproj
22756         * gst/deinterlace/deinterlace.vcproj
22757         * gst/effectv/effectv.vcproj
22758         * gst/ffmpegcolorspace/ffmpegcolorspace.vcproj
22759         * gst/filter/filter.vcproj
22760         * gst/flx/flxdec.vcproj
22761         * gst/goom/goom.vcproj
22762         * gst/interleave/interleave.vcproj
22763         * gst/law/alaw.vcproj
22764         * gst/law/mulaw.vcproj
22765         * gst/matroska/matroska.vcproj
22766         * gst/median/median.vcproj
22767         * gst/mixmatrix/mixmatrix.vcproj
22768         * gst/mpeg1sys/mpeg1systemencode.vcproj
22769         * gst/mpeg1videoparse/mp1videoparse.vcproj
22770         * gst/mpeg2sub/mpeg2subt.vcproj
22771         * gst/mpegaudio/mpegaudio.vcproj
22772         * gst/mpegaudioparse/mpegaudioparse.vcproj
22773         * gst/mpegstream/mpegstream.vcproj
22774         * gst/multifilesink/multifilesink.vcproj
22775         * gst/multipart/multipart.vcproj
22776         * gst/oneton/oneton.vcproj
22777         * gst/overlay/overlay.vcproj
22778         * gst/passthrough/passthrough.vcproj
22779         * gst/qtdemux/qtdemux.vcproj
22780         * gst/realmedia/rmdemux.vcproj
22781         * gst/rtjpeg/rtjpeg.vcproj
22782         * gst/rtp/rtp.vcproj
22783         * gst/silence/silence.vcproj
22784         * gst/sine/sinesrc.vcproj
22785         * gst/smooth/smooth.vcproj
22786         * gst/smpte/smpte.vcproj
22787         * gst/spectrum/spectrum.vcproj
22788         * gst/speed/speed.vcproj
22789         * gst/stereo/stereo.vcproj
22790         * gst/switch/switch.vcproj
22791         * gst/tags/tagedit.vcproj
22792         * gst/tcp/tcp.vcproj
22793         * gst/typefind/typefindfunctions.vcproj
22794         * gst/udp/udp.vcproj
22795         * gst/videobox/videobox.vcproj
22796         * gst/videocrop/videocrop.vcproj
22797         * gst/videodrop/videodrop.vcproj
22798         * gst/videofilter/gamma.vcproj
22799         * gst/videofilter/videobalance.vcproj
22800         * gst/videofilter/videofilter.vcproj
22801         * gst/videofilter/videoflip.vcproj
22802         * gst/videoflip/videoflip.vcproj
22803         * gst/videomixer/videomixer.vcproj
22804         * gst/videorate/videorate.vcproj
22805         * gst/videoscale/videoscale.vcproj
22806         * gst/videotestsrc/videotestsrc.vcproj
22807         * gst/virtualdub/virtualdub.vcproj
22808         * gst/volenv/volenv.vcproj
22809         * gst/volume/volume.vcproj
22810         * gst/wavenc/wavenc.vcproj
22811         * gst/wavparse/wavparse.vcproj
22812         * gst/y4m/y4menc.vcproj
22813           more plugins supported under windows
22814
22815 2004-07-26  Thomas Vander Stichele  <thomas at apestaart dot org>
22816
22817         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
22818         (gst_ximagesink_ximage_put), (gst_ximagesink_renegotiate_size),
22819         (gst_ximagesink_chain), (gst_ximagesink_buffer_alloc):
22820         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
22821         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_alloc):
22822           Add debugging statements.  Use the sizes as returned by the
22823           *CreateImage calls.
22824
22825 2004-07-26  Johan Dahlin  <johan@gnome.org>
22826
22827         * gst/tcp/gsttcpclientsrc.c (gst_tcpclientsrc_get): Make sure that
22828         the pad is negotiated.
22829
22830         * gst/ffmpegcolorspace/gstffmpegcolorspace.c (gst_ffmpegcolorspace_chain): Ditto
22831
22832 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
22833
22834         * gst-libs/gst/colorbalance/colorbalance.vcproj:
22835         * gst-libs/gst/idct/idct.vcproj:
22836         * gst-libs/gst/media-info/media-info.vcproj:
22837         * gst-libs/gst/mixer/mixer.vcproj:
22838         * gst-libs/gst/navigation/navigation.vcproj:
22839         * gst-libs/gst/play/play.vcproj:
22840         * gst-libs/gst/propertyprobe/propertyprobe.vcproj:
22841         * gst-libs/gst/resample/resample.vcproj:
22842         * gst-libs/gst/tuner/tuner.vcproj:
22843         * gst-libs/gst/video/video.vcproj:
22844         * gst-libs/gst/xoverlay/xoverlay.vcproj:
22845           more plugins supported under windows
22846
22847 2004-07-25 Iain <iain@prettypeople.org>
22848
22849         * gst/wavparse/gstwavparse.c (gst_wavparse_fmt): Set the caps on the
22850         pad now rather than when the pad is created because state changes wipe
22851         explicit caps (fixes #148043).
22852
22853 2004-07-25  Sebastien Cote  <sc5@hermes.usherb.ca>
22854
22855         reviewed by Benjamin Otte  <otte@gnome.org>
22856
22857         * ext/mad/gstmad.c:
22858           fix mad plugin crashing on Sun (fixes #148289)
22859
22860 2004-07-25  Steve Lhomme  <steve.lhomme@free.fr>
22861
22862         * gst/avi/avi.def:
22863         * gst/avi/avi.vcproj:
22864         * gst/matroska/matroska.def:
22865         * gst/matroska/matroska.vcproj:
22866           remove unused .def files
22867
22868 2004-07-25  Steve Lhomme  <steve.lhomme@free.fr>
22869
22870         * gst-libs/gst/audio/gstaudiofilter.c:
22871           Clean the local include
22872
22873 2004-07-25  Steve Lhomme  <steve.lhomme@free.fr>
22874
22875         * win32/gst.sln:
22876         * gst-libs/gst/audio/audio.def:
22877         * gst-libs/gst/audio/audio.vcproj:
22878         * gst-libs/gst/audio/audiofilter.vcproj:
22879         * gst-libs/gst/audio/riff.def:
22880         * gst-libs/gst/audio/riff.vcproj:
22881         * gst-libs/gst/gst-libs.def:
22882         * gst-libs/gst/gst-libs.vcproj:
22883         * gst/avi/avi.vcproj:
22884         * gst/avi/avi.vcproj:
22885           Copy the files where needed after building, cleaner projects
22886
22887 2004-07-25  Steve Lhomme  <steve.lhomme@free.fr>
22888
22889         * gst/matroska/ebml-write.c:
22890           Fix some 64 bits constants to be glib friendly
22891
22892 2004-07-24  Steve Lhomme  <steve.lhomme@free.fr>
22893
22894         * win32/gst.sln:
22895         * gst-libs/gst/gst-libs.def:
22896         * gst-libs/gst/gst-libs.vcproj:
22897         * gst/matroska/matroska.def:
22898         * gst/matroska/matroska.vcproj:
22899           Add the preliminary canvas to build plugins on Win32
22900
22901 2004-07-23  Benjamin Otte  <otte@gnome.org>
22902
22903         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
22904           don't enfore negotiation from source side, it breaks
22905           sinesrc ! audioconvert ! osssink
22906
22907 2004-07-22  David Schleef  <ds@schleef.org>
22908
22909         * gst/typefind/gsttypefindfunctions.c: (plugin_init): Add typefind
22910         for ELF files, since they can easily be recognized as audio/mpeg.
22911         (bug #147441)
22912
22913 2004-07-22  Thomas Vander Stichele  <thomas at apestaart dot org>
22914
22915         * gst/videoscale/videoscale.c: (gst_videoscale_setup),
22916         (gst_videoscale_planar411), (gst_videoscale_scale_nearest_32bit),
22917         (gst_videoscale_scale_nearest_24bit),
22918         (gst_videoscale_scale_nearest_16bit):
22919           fix 16bit and 24bit for stride (24bit might need testing)
22920           don't pretend we do more than one algorithm
22921
22922 2004-07-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
22923
22924         * configure.ac:
22925         * gst/Makefile.am:
22926         * gst/multifilesink/Makefile.am:
22927         * gst/multifilesink/gstmultifilesink.c:
22928         (gst_multifilesink_get_formats),
22929         (gst_multifilesink_get_query_types), (_do_init),
22930         (gst_multifilesink_base_init), (gst_multifilesink_class_init),
22931         (gst_multifilesink_init), (gst_multifilesink_dispose),
22932         (gst_multifilesink_set_location), (gst_multifilesink_set_property),
22933         (gst_multifilesink_get_property), (gst_multifilesink_open_file),
22934         (gst_multifilesink_close_file), (gst_multifilesink_next_file),
22935         (gst_multifilesink_pad_query), (gst_multifilesink_handle_event),
22936         (gst_multifilesink_chain), (gst_multifilesink_change_state),
22937         (gst_multifilesink_uri_get_type),
22938         (gst_multifilesink_uri_get_protocols),
22939         (gst_multifilesink_uri_get_uri), (gst_multifilesink_uri_set_uri),
22940         (gst_multifilesink_uri_handler_init), (plugin_init):
22941         * gst/multifilesink/gstmultifilesink.h:
22942         * testsuite/Makefile.am:
22943         * testsuite/multifilesink/Makefile.am:
22944         * testsuite/multifilesink/fakesrc_test.c: (gst_newmedia_base_init),
22945         (gst_newmedia_class_init), (gst_newmedia_init),
22946         (gst_newmedia_chain), (gst_newmedia_trigger), (test_format),
22947         (newfile_signal), (test_signal), (main):
22948         multifilesink plugin for creating new files every time a new media
22949         discontinuity event occurs
22950
22951 2004-07-22  Wim Taymans  <wim@fluendo.com>
22952
22953         * gst/alpha/Makefile.am:
22954         * gst/alpha/gstalphacolor.c: (gst_alpha_color_get_type),
22955         (gst_alpha_color_base_init), (gst_alpha_color_class_init),
22956         (gst_alpha_color_init), (gst_alpha_color_set_property),
22957         (gst_alpha_color_get_property), (gst_alpha_color_sink_link),
22958         (transform), (gst_alpha_color_chain),
22959         (gst_alpha_color_change_state), (plugin_init):
22960         Stupid plugin to to RGBA to AYUV conversion because none of
22961         the colorspace plugins can handle that yet.
22962
22963 2004-07-22  Wim Taymans  <wim@fluendo.com>
22964
22965         * examples/seeking/seek.c: (update_scale), (main):
22966         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
22967         (gst_decode_bin_class_init), (gst_decode_bin_is_dynamic),
22968         (gst_decode_bin_factory_filter), (compare_ranks), (print_feature),
22969         (gst_decode_bin_init), (gst_decode_bin_dispose),
22970         (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
22971         (no_more_pads), (close_link), (type_found),
22972         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
22973         (plugin_init):
22974         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
22975         (gst_play_base_bin_class_init), (gst_play_base_bin_init),
22976         (gst_play_base_bin_dispose), (queue_overrun),
22977         (gen_preroll_element), (remove_prerolls), (unknown_type),
22978         (no_more_pads), (new_stream), (setup_source),
22979         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property),
22980         (play_base_eos), (gst_play_base_bin_change_state),
22981         (gst_play_base_bin_add_element),
22982         (gst_play_base_bin_remove_element),
22983         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
22984         (gst_play_base_bin_unlink_stream),
22985         (gst_play_base_bin_get_streaminfo):
22986         * gst/playback/gstplaybin.c: (gen_video_element),
22987         (gen_audio_element):
22988         * gst/playback/gststreaminfo.h:
22989         More playback updates, attempt to fix things after the state change
22990         breakage.
22991
22992 2004-07-22  Thomas Vander Stichele  <thomas at apestaart dot org>
22993
22994         * gst/videoscale/videoscale.c: (gst_videoscale_planar411),
22995         (gst_videoscale_scale_nearest_16bit):
22996           comment algorithm
22997
22998 2004-07-22  Thomas Vander Stichele  <thomas at apestaart dot org>
22999
23000         * gst/videotestsrc/gstvideotestsrc.c:
23001         (gst_videotestsrc_class_init), (gst_videotestsrc_src_link),
23002         (gst_videotestsrc_init), (gst_videotestsrc_get),
23003         (gst_videotestsrc_set_pattern), (gst_videotestsrc_set_property),
23004         (gst_videotestsrc_get_property):
23005         * gst/videotestsrc/gstvideotestsrc.h:
23006         * gst/videotestsrc/videotestsrc.c:
23007         * gst/videotestsrc/videotestsrc.h:
23008           cleanup and commenting
23009
23010 2004-07-21  Wim Taymans  <wim@fluendo.com>
23011
23012         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_init),
23013         (gst_ogg_demux_get_formats), (gst_ogg_demux_src_query),
23014         (gst_ogg_demux_src_event), (gst_ogg_demux_src_convert),
23015         (gst_ogg_demux_handle_event), (gst_ogg_demux_seek_before),
23016         (_find_chain_get_unknown_part), (_find_streams_check),
23017         (gst_ogg_demux_push), (gst_ogg_pad_push):
23018         * ext/theora/theoradec.c: (theora_get_formats),
23019         (theora_dec_src_convert), (theora_dec_sink_convert),
23020         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
23021         (theora_dec_chain):
23022         * ext/vorbis/vorbisdec.c: (vorbis_dec_get_formats),
23023         (vorbis_dec_convert), (vorbis_dec_src_query),
23024         (vorbis_dec_src_event), (vorbis_dec_event):
23025         More seeking fixes, oggdemux now supports seeking to time and
23026         uses the downstream element to convert granulepos to time.
23027         Seeking in theora-only ogg files now works.
23028
23029 2004-07-21  Wim Taymans  <wim@fluendo.com>
23030
23031         * ext/theora/theoradec.c: (gst_theora_dec_init),
23032         (theora_get_formats), (theora_get_event_masks),
23033         (theora_get_query_types), (theora_dec_src_convert),
23034         (theora_dec_sink_convert), (theora_dec_src_query),
23035         (theora_dec_src_event), (theora_dec_event), (theora_dec_chain):
23036         * ext/vorbis/vorbisdec.c: (vorbis_dec_get_formats),
23037         (vorbis_get_event_masks), (vorbis_get_query_types),
23038         (gst_vorbis_dec_init), (vorbis_dec_convert),
23039         (vorbis_dec_src_query), (vorbis_dec_src_event), (vorbis_dec_event):
23040         Added query/convert/formats functions to vorbis and theora decoders
23041         so that the outside world can use them too. Fixed seeking on an
23042         ogg/theora/vorbis file by disabling the seeking seeking on the
23043         theora srcpad.
23044
23045 2004-07-21  Julien MOUTTE  <julien@moutte.net>
23046
23047         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
23048         (gst_ximagesink_renegotiate_size), (gst_ximagesink_sink_link),
23049         (gst_ximagesink_chain), (gst_ximagesink_set_xwindow_id): Optimize
23050         images creation for both elements. We don't create the image on caps
23051         nego or renego, we just destroy the internal one if present if it does
23052         not match the needs. The chain function takes care of creating a new
23053         image when needed.
23054         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
23055         (gst_xvimagesink_xwindow_decorate), (gst_xvimagesink_sink_link),
23056         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_alloc),
23057         (gst_xvimagesink_set_xwindow_id): Additionally xvimage now contains
23058         the image format information. The buffer pool checks for the context
23059         image format and discard images with different formats.
23060         * sys/xvimage/xvimagesink.h: Adding im_format in the xvimage structure.
23061
23062 2004-07-21  Thomas Vander Stichele  <thomas at apestaart dot org>
23063
23064         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
23065         (gst_ffmpegcolorspace_chain):
23066           no point in doing any chaining if the pad we want to push from
23067           isn't usable.
23068
23069 2004-07-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
23070
23071         * gst-libs/gst/riff/riff-media.c:
23072         (gst_riff_create_audio_caps_with_data):
23073           Fix double end-to-native symbol conversion (#148021).
23074
23075 2004-07-20  David Schleef  <ds@schleef.org>
23076
23077         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_decorate):
23078         Don't use an Atom that doesn't exist.
23079
23080 2004-07-20  Wim Taymans  <wim@fluendo.com>
23081
23082         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
23083         (gst_multifdsink_add), (gst_multifdsink_get_stats),
23084         (gst_multifdsink_client_remove),
23085         (gst_multifdsink_handle_client_write),
23086         (gst_multifdsink_queue_buffer):
23087         * gst/tcp/gstmultifdsink.h:
23088         More multifdsink stats. Avoid deadlock by releasing locks
23089         before sending out a signal.
23090
23091 2004-07-20  Thomas Vander Stichele  <thomas at apestaart dot org>
23092
23093         * po/LINGUAS:
23094         * po/hu.po:
23095           added Hungarian translation (Laszlo Dvornik)
23096
23097 2004-07-20  Wim Taymans  <wim@fluendo.com>
23098
23099         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
23100         (gst_multifdsink_add), (gst_multifdsink_client_remove),
23101         (gst_multifdsink_handle_client_write),
23102         (gst_multifdsink_queue_buffer):
23103         * gst/tcp/gsttcp-marshal.list:
23104         Fixed the stupid marshal definition.
23105
23106 2004-07-20  Wim Taymans  <wim@fluendo.com>
23107
23108         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
23109         (gst_multifdsink_init), (gst_multifdsink_add),
23110         (gst_multifdsink_client_remove),
23111         (gst_multifdsink_handle_client_write),
23112         (gst_multifdsink_queue_buffer), (gst_multifdsink_chain),
23113         (gst_multifdsink_set_property), (gst_multifdsink_get_property),
23114         (gst_multifdsink_init_send):
23115         * gst/tcp/gstmultifdsink.h:
23116         Added more stats, added timeout for a client, fixed some typos
23117         and added some comments.
23118
23119 2004-07-20  Wim Taymans  <wim@fluendo.com>
23120
23121         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
23122         (gst_multifdsink_add), (gst_multifdsink_get_stats),
23123         (gst_multifdsink_client_remove),
23124         (gst_multifdsink_handle_client_write):
23125         * gst/tcp/gstmultifdsink.h:
23126         * gst/tcp/gsttcp-marshal.list:
23127         Added get_stats method that returns a GValueArray of
23128         stats values.
23129
23130 2004-07-19  Benjamin Otte  <otte@gnome.org>
23131
23132         * ext/ladspa/gstladspa.c: (gst_ladspa_base_init):
23133           make sure longname, description and author are valid UTF-8
23134
23135 2004-07-19  Thomas Vander Stichele  <thomas at apestaart dot org>
23136
23137         * sys/ximage/ximagesink.c: (gst_ximagesink_change_state),
23138         (gst_ximagesink_set_property):
23139         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state),
23140         (gst_xvimagesink_set_property):
23141           make sure SYNCHRONOUS is respected after getting the X context
23142
23143 2004-07-18  Thomas Vander Stichele  <thomas at apestaart dot org>
23144
23145         * gst/matroska/matroska-demux.c:
23146         (gst_matroska_demux_handle_src_event),
23147         (gst_matroska_demux_parse_blockgroup):
23148         * gst/matroska/matroska-ids.h:
23149           add BlockReference tag and ignore it to clear out log.
23150           ignore NAVIGATION events to clear out log.
23151
23152 2004-07-18  Thomas Vander Stichele  <thomas at apestaart dot org>
23153
23154         * gst/matroska/matroska-demux.c: (gst_matroska_demux_class_init),
23155         (gst_matroska_demux_add_stream):
23156         * gst/matroska/matroska-mux.c: (gst_matroska_mux_class_init):
23157           add debug categories
23158
23159 2004-07-16  Wim Taymans  <wim@fluendo.com>
23160
23161         * ext/libpng/Makefile.am:
23162         * ext/libpng/gstpng.c: (plugin_init):
23163         * ext/libpng/gstpngdec.c: (user_error_fn), (user_warning_fn),
23164         (gst_pngdec_get_type), (gst_pngdec_base_init),
23165         (gst_pngdec_class_init), (gst_pngdec_sinklink), (gst_pngdec_init),
23166         (gst_pngdec_src_getcaps), (user_read_data), (gst_pngdec_chain):
23167         * ext/libpng/gstpngdec.h:
23168         Added png decoder.
23169
23170 2004-07-16  Julien MOUTTE  <julien@moutte.net>
23171
23172         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xerror),
23173         (gst_ximagesink_check_xshm_calls), (gst_ximagesink_ximage_new),
23174         (gst_ximagesink_ximage_destroy), (gst_ximagesink_sink_link),
23175         (gst_ximagesink_chain), (gst_ximagesink_buffer_free),
23176         (gst_ximagesink_buffer_alloc):
23177         * sys/ximage/ximagesink.h:
23178         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
23179         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy),
23180         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_free),
23181         (gst_xvimagesink_buffer_alloc):
23182         * sys/xvimage/xvimagesink.h: Getting the 2 video sinks synchronized
23183         again. Using internal data pointer of the x(v)image to store image's
23184         data to be coherent with the buffer alloc mechanism. Investigated the
23185         image destruction code to be sure that everything gets freed correctly.
23186
23187 2004-07-16  Wim Taymans  <wim@fluendo.com>
23188
23189         * gst-libs/gst/riff/riff-read.c:
23190         (gst_riff_read_strf_vids_with_data),
23191         (gst_riff_read_strf_auds_with_data):
23192         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
23193         (gst_avi_demux_add_stream), (gst_avi_demux_stream_header):
23194         Make sure we don't create 0 sized subbuffers in riff-read.
23195         Signal the no more pads signal after reading the avi header.
23196
23197 2004-07-16  Wim Taymans  <wim@fluendo.com>
23198
23199         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
23200         (gst_decode_bin_class_init), (gst_decode_bin_is_dynamic),
23201         (gst_decode_bin_factory_filter), (compare_ranks), (print_feature),
23202         (gst_decode_bin_init), (gst_decode_bin_dispose),
23203         (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
23204         (no_more_pads), (close_link), (type_found),
23205         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
23206         (gst_decode_bin_change_state), (plugin_init):
23207         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
23208         (gst_play_base_bin_class_init), (gst_play_base_bin_init),
23209         (gst_play_base_bin_dispose), (queue_overrun),
23210         (gen_preroll_element), (remove_prerolls), (unknown_type),
23211         (no_more_pads), (new_stream), (setup_source),
23212         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property),
23213         (play_base_eos), (gst_play_base_bin_change_state),
23214         (gst_play_base_bin_add_element),
23215         (gst_play_base_bin_remove_element),
23216         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
23217         (gst_play_base_bin_unlink_stream),
23218         (gst_play_base_bin_get_streaminfo):
23219         * gst/playback/gstplaybasebin.h:
23220         Better error recovery. Added configurable preroll queue size. Faster
23221         detection of no-more-pads.
23222
23223 2004-07-16  Wim Taymans  <wim@fluendo.com>
23224
23225         * gst-libs/gst/video/video.h:
23226         Added 32 bits RGBA. Not sure if we should use another mime-type
23227         for alpha rgb. Currently the presence of the alpha_mask property
23228         signals an alpha channel.
23229
23230 2004-07-16  Wim Taymans  <wim@fluendo.com>
23231
23232         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
23233         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
23234         FPS seems to be 0.0 to MAX everywhere else.
23235
23236 2004-07-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
23237
23238         * gst-libs/gst/riff/riff-media.c:
23239         (gst_riff_create_video_caps_with_data):
23240           mp42/mp43 (no caps) exist too.
23241         * gst/matroska/matroska-demux.c: (gst_matroska_demux_video_caps):
23242           Set pixel_width/height; we've got them in-caps.
23243         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
23244         * gst/wavparse/gstwavparse.c: (plugin_init):
23245           Both are valid primary.
23246         * sys/oss/gstossmixer.c:
23247           Remove i18n hack and enable translations.
23248
23249 2004-07-15  Benjamin Otte  <otte@gnome.org>
23250
23251         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
23252         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy):
23253           fix for non-shm xv. Original patch by Tim Ringenbach (fixes #147248)
23254
23255 2004-07-15  Benjamin Otte  <otte@gnome.org>
23256
23257         * ext/alsa/gstalsa.c: (gst_alsa_open_audio),
23258         (gst_alsa_sw_params_dump), (gst_alsa_hw_params_dump),
23259         (gst_alsa_close_audio):
23260           disable some of the debugging code for now. Writing debugging to a
23261           buffer is broken in current alsalib releases.
23262
23263 2004-07-12  Benjamin Otte  <otte@gnome.org>
23264
23265         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_alloc_buffer):
23266           use bufferpools
23267
23268 2004-07-14  Thomas Vander Stichele  <thomas at apestaart dot org>
23269
23270         * ext/theora/theoradec.c: (gst_theora_dec_class_init),
23271         (theora_dec_src_query), (theora_dec_event):
23272         * ext/theora/theoraenc.c: (gst_theora_enc_class_init):
23273           add debugging categories.  Remove \n's.
23274
23275 2004-07-13  Johan Dahlin  <johan@gnome.org>
23276
23277         * gst/playback/gstplaybin.c (gst_play_bin_set_property)
23278         (gst_play_bin_get_property): Impl.
23279
23280 2004-07-13  Wim Taymans  <wim@fluendo.com>
23281
23282         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_seek_before):
23283         When trying to find the stream length, seek back N pages
23284         instead of just one, where N is the number of streams in
23285         the current chain.
23286
23287 2004-07-13  Wim Taymans  <wim@fluendo.com>
23288
23289         * gst-libs/gst/riff/riff-media.c:
23290         (gst_riff_create_audio_caps_with_data),
23291         (gst_riff_create_audio_caps),
23292         (gst_riff_create_audio_template_caps):
23293         * gst-libs/gst/riff/riff-media.h:
23294         * gst-libs/gst/riff/riff-read.c:
23295         (gst_riff_read_strf_vids_with_data),
23296         (gst_riff_read_strf_auds_with_data), (gst_riff_read_strf_auds):
23297         * gst-libs/gst/riff/riff-read.h:
23298         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
23299         (gst_avi_demux_add_stream):
23300         Set codec_data on caps for avidemuxer.
23301
23302 2004-07-12  David Schleef  <ds@schleef.org>
23303
23304         * configure.ac: Fix test for Objective C
23305
23306 2004-07-12  Jan Schmidt  <thaytan@mad.scientist.com>
23307         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_get_capslist),
23308         (gst_gdk_pixbuf_chain):
23309           Add svg and pcx to template caps, and ensure that getcaps returns a
23310           subset of the template caps.
23311           Copy each row manually for output, as gdkpixbuf may pad the
23312           rowstride to a 32-bit word boundary.
23313
23314 2004-07-12  Wim Taymans  <wim@fluendo.com>
23315
23316         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
23317         (gst_riff_create_video_template_caps):
23318         Fix the template caps to include some more media types.
23319
23320 2004-07-12  Wim Taymans  <wim@fluendo.com>
23321
23322         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
23323         (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
23324         (compare_ranks), (print_feature), (gst_decode_bin_init),
23325         (gst_decode_bin_dispose), (find_compatibles), (close_pad_link),
23326         (try_to_link_1), (new_pad), (close_link), (type_found),
23327         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
23328         (gst_decode_bin_change_state), (plugin_init):
23329         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
23330         (gst_play_base_bin_class_init), (gst_play_base_bin_init),
23331         (gst_play_base_bin_dispose), (queue_overrun),
23332         (gen_preroll_element), (remove_prerolls), (no_more_pads),
23333         (new_stream), (setup_source), (gst_play_base_bin_set_property),
23334         (gst_play_base_bin_get_property), (play_base_eos),
23335         (gst_play_base_bin_change_state), (gst_play_base_bin_add_element),
23336         (gst_play_base_bin_remove_element),
23337         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
23338         (gst_play_base_bin_unlink_stream),
23339         (gst_play_base_bin_get_streaminfo):
23340         * gst/playback/gstplaybasebin.h:
23341         * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
23342         (gst_play_bin_class_init), (gst_play_bin_init),
23343         (gst_play_bin_dispose), (gst_play_bin_set_property),
23344         (gst_play_bin_get_property), (gen_video_element),
23345         (gen_audio_element), (remove_sinks), (setup_sinks),
23346         (gst_play_bin_change_state), (gst_play_bin_get_event_masks),
23347         (gst_play_bin_send_event), (gst_play_bin_get_formats),
23348         (gst_play_bin_convert), (gst_play_bin_get_query_types),
23349         (gst_play_bin_query), (plugin_init):
23350         * gst/playback/test4.c: (main):
23351         More fixes on reusing of the element.
23352
23353 2004-07-11  Benjamin Otte  <otte@gnome.org>
23354
23355         * ext/mad/gstmad.c: (normal_seek):
23356           allow seeking for other methods than just SET
23357
23358 2004-07-11  Andy Wingo  <wingo@pobox.com>
23359
23360         * gst/audioconvert/gstaudioconvert.c (gst_audio_convert_link): For
23361         float, "any" caps -> buffer_frames=[0,MAX].
23362
23363         * gst/interleave/interleave.c (interleave_getcaps): Seems the core
23364         doesn't intersect our caps with the template any more. Do it
23365         ourselves.
23366         (interleave_buffered_loop): Use g_newa instead of malloc/free.
23367
23368 2004-07-09  Wim Taymans  <wim@fluendo.com>
23369
23370         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
23371         (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
23372         (compare_ranks), (print_feature), (gst_decode_bin_init),
23373         (gst_decode_bin_dispose), (find_compatibles), (close_pad_link),
23374         (try_to_link_1), (new_pad), (close_link), (type_found),
23375         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
23376         (gst_decode_bin_change_state), (plugin_init):
23377         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
23378         (gst_play_base_bin_class_init), (gst_play_base_bin_init),
23379         (gst_play_base_bin_dispose), (queue_overrun),
23380         (gen_preroll_element), (remove_prerolls), (no_more_pads),
23381         (new_stream), (setup_source), (gst_play_base_bin_set_property),
23382         (gst_play_base_bin_get_property), (play_base_eos),
23383         (gst_play_base_bin_change_state), (gst_play_base_bin_add_element),
23384         (gst_play_base_bin_remove_element),
23385         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
23386         (gst_play_base_bin_unlink_stream),
23387         (gst_play_base_bin_get_streaminfo):
23388         * gst/playback/gstplaybasebin.h:
23389         * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
23390         (gst_play_bin_class_init), (gst_play_bin_init),
23391         (gst_play_bin_dispose), (gst_play_bin_set_property),
23392         (gst_play_bin_get_property), (gen_video_element),
23393         (gen_audio_element), (remove_sinks), (setup_sinks),
23394         (gst_play_bin_change_state), (gst_play_bin_get_event_masks),
23395         (gst_play_bin_send_event), (gst_play_bin_get_formats),
23396         (gst_play_bin_convert), (gst_play_bin_get_query_types),
23397         (gst_play_bin_query), (plugin_init):
23398         * gst/playback/test4.c: (main):
23399         Work on object reuse and seeking.
23400
23401 2004-07-09  Wim Taymans  <wim@fluendo.com>
23402
23403         * examples/seeking/seek.c: (iterate):
23404         Don't consume all CPU in the idle loop.
23405
23406 2004-07-09  Wim Taymans  <wim@fluendo.com>
23407
23408         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_new_output_pad),
23409         (gst_mpeg_demux_parse_packet), (gst_mpeg_demux_process_private):
23410         Add pad to element *after* setting the pad functions so that
23411         the scheduler can use the correct ones.
23412
23413 2004-07-09  Wim Taymans  <wim@fluendo.com>
23414
23415         * ext/theora/theoradec.c: (theora_dec_from_granulepos),
23416         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_chain):
23417         Sync to keyframe after seek
23418
23419 2004-07-09  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
23420
23421         * ext/alsa/gstalsa.c: (gst_alsa_change_state):
23422         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event),
23423         (gst_alsa_sink_loop), (gst_alsa_sink_change_state):
23424         * ext/alsa/gstalsasrc.c: (gst_alsa_src_change_state):
23425         * ext/libvisual/visual.c: (gst_visual_change_state):
23426         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_change_state):
23427         * ext/theora/theoradec.c: (theora_dec_change_state):
23428         * ext/theora/theoraenc.c: (theora_enc_change_state):
23429         * ext/vorbis/vorbisdec.c: (vorbis_dec_change_state):
23430         * gst-libs/gst/navigation/navigation.c:
23431         * gst/adder/gstadder.c: (gst_adder_change_state):
23432         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
23433         (gst_audio_convert_get_buffer):
23434         * gst/multipart/multipartdemux.c:
23435         (gst_multipart_demux_change_state):
23436         * gst/playback/gstdecodebin.c: (gst_decode_bin_change_state):
23437         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
23438         * gst/playback/gstplaybin.c: (gst_play_bin_change_state):
23439         * gst/videoscale/gstvideoscale.c:
23440         (gst_videoscale_handle_src_event):
23441         * gst/volume/gstvolume.c: (volume_chain_int16):
23442           don't assert in state change, this should be done by the base
23443           GstElement class.
23444           various debugging fixes.
23445
23446 2004-07-08  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
23447
23448         * configure.ac:
23449         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup),
23450         (gst_play_dispose), (gst_play_set_location),
23451         (gst_play_set_data_src), (gst_play_set_video_sink),
23452         (gst_play_set_audio_sink), (gst_play_set_visualization),
23453         (gst_play_connect_visualization), (gst_play_get_sink_element),
23454         (gst_play_get_all_by_interface):
23455         * gst-libs/gst/play/play.h:
23456           add new method to get elements implementing an interface.
23457           add various error logging
23458
23459 2004-07-08  Wim Taymans  <wim@fluendo.com>
23460
23461         * examples/seeking/seek.c: (make_dv_pipeline), (make_avi_pipeline),
23462         (make_mpeg_pipeline), (make_mpegnt_pipeline),
23463         (make_playerbin_pipeline), (query_durations_elems),
23464         (query_durations_pads), (query_positions_elems),
23465         (query_positions_pads), (update_scale), (iterate), (stop_seek),
23466         (main):
23467         Added playbin seeking example.
23468
23469 2004-07-08  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
23470
23471         * gst-libs/gst/play/play.c: (gst_play_set_location),
23472         (gst_play_set_data_src), (gst_play_set_video_sink),
23473         (gst_play_set_audio_sink), (gst_play_set_visualization),
23474         (gst_play_connect_visualization), (gst_play_get_framerate):
23475           use a macro to look up elements from hash table
23476
23477 2004-07-08  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
23478
23479         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup),
23480         (gst_play_get_length_callback), (gst_play_set_location),
23481         (gst_play_seek_to_time), (gst_play_set_data_src),
23482         (gst_play_set_video_sink), (gst_play_set_audio_sink),
23483         (gst_play_set_visualization), (gst_play_connect_visualization),
23484         (gst_play_get_sink_element):
23485         - add debugging info
23486         - fix looking up sink elements by iterating over complete caps
23487         - put everything except for source and autoplugger in a complete bin
23488
23489 2004-07-08  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
23490
23491         * ext/alsa/gstalsa.c: (gst_alsa_drain_audio):
23492         * ext/alsa/gstalsasink.c: (gst_alsa_sink_flush_one_pad),
23493         (gst_alsa_sink_check_event), (gst_alsa_sink_mmap),
23494         (gst_alsa_sink_write), (gst_alsa_sink_loop):
23495         * ext/alsa/gstalsasink.h:
23496         - add debugging info
23497         - clean up schizophrenia of data/buffer/event
23498         - fix double event unref error
23499
23500 2004-07-08  Wim Taymans  <wim@fluendo.com>
23501
23502         * gst/playback/Makefile.am:
23503         Add headers to noinst
23504
23505 2004-07-08  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
23506
23507         * tools/gst-launch-ext-m.m:
23508         * tools/gst-launch-ext.1.in:
23509           convert to the third millenium
23510
23511 2004-07-07  David Schleef  <ds@schleef.org>
23512
23513         * sys/dxr3/Makefile.am: noinst_SOURCES should be nodist_SOURCES
23514
23515 2004-07-07  Wim Taymans  <wim@fluendo.com>
23516
23517         * gst/playback/Makefile.am:
23518         * gst/playback/README:
23519         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
23520         (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
23521         (compare_ranks), (print_feature), (gst_decode_bin_init),
23522         (gst_decode_bin_dispose), (find_compatibles), (close_pad_link),
23523         (try_to_link_1), (new_pad), (close_link), (type_found),
23524         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
23525         (plugin_init):
23526         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
23527         (gst_play_base_bin_class_init), (gst_play_base_bin_init),
23528         (gst_play_base_bin_dispose), (rebuild_pipeline), (queue_overrun),
23529         (gen_preroll_element), (no_more_pads), (new_stream),
23530         (setup_source), (gst_play_base_bin_set_property),
23531         (gst_play_base_bin_get_property), (gst_play_base_bin_change_state),
23532         (gst_play_base_bin_add_element),
23533         (gst_play_base_bin_remove_element),
23534         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
23535         (gst_play_base_bin_unlink_stream),
23536         (gst_play_base_bin_get_streaminfo):
23537         * gst/playback/gstplaybasebin.h:
23538         * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
23539         (gst_play_bin_class_init), (gst_play_bin_init),
23540         (gst_play_bin_dispose), (gst_play_bin_set_property),
23541         (gst_play_bin_get_property), (gen_video_element),
23542         (gen_audio_element), (setup_sinks), (gst_play_bin_change_state),
23543         (gst_play_bin_get_event_masks), (gst_play_bin_send_event),
23544         (gst_play_bin_get_formats), (gst_play_bin_convert),
23545         (gst_play_bin_get_query_types), (gst_play_bin_query),
23546         (plugin_init):
23547         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type),
23548         (gst_stream_info_get_type), (gst_stream_info_class_init),
23549         (gst_stream_info_init), (gst_stream_info_new),
23550         (gst_stream_info_dispose), (gst_stream_info_set_property),
23551         (gst_stream_info_get_property):
23552         * gst/playback/gststreaminfo.h:
23553         * gst/playback/test.c: (gen_video_element), (gen_audio_element),
23554         (main):
23555         * gst/playback/test2.c: (main):
23556         * gst/playback/test3.c: (update_scale), (main):
23557         More playbin fixes. Added README. Do better element filtering.
23558         Added base class to preroll media. Added test apps.
23559
23560 2004-07-07  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
23561
23562         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_flush_decoder):
23563         * ext/mpeg2dec/gstmpeg2dec.h:
23564           various debugging improvements.  Reset stream to next picture
23565           instead of sequence header, otherwise seeks cannot work.
23566
23567 2004-07-07  Wim Taymans  <wim@fluendo.com>
23568
23569         * gst/videobox/gstvideobox.c: (gst_video_box_fill_get_type),
23570         (gst_video_box_class_init), (gst_video_box_set_property),
23571         (gst_video_box_i420), (gst_video_box_ayuv), (gst_video_box_chain):
23572         Use pad_alloc where possible.
23573
23574 2004-07-07  Wim Taymans  <wim@fluendo.com>
23575
23576         * sys/oss/gstosselement.c: (gst_osselement_reset),
23577         (gst_osselement_parse_caps):
23578         * sys/oss/gstosselement.h:
23579         * sys/oss/gstosssrc.c: (gst_osssrc_get):
23580         Fix offset on osssrc.
23581
23582 2004-07-07  Wim Taymans  <wim@fluendo.com>
23583
23584         * ext/theora/theora.c: (plugin_init):
23585         * ext/theora/theoradec.c: (theora_dec_from_granulepos),
23586         (theora_dec_src_query), (theora_dec_chain):
23587         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
23588         (theora_enc_sink_link), (theora_buffer_from_packet),
23589         (theora_push_packet), (theora_enc_chain):
23590         Fix theora granulepos calculation.
23591         Fix overflow in duration/position calculation.
23592         Bump rank to PRIMARY for theoradec.
23593         Use granulepos of last packet to calculate position.
23594         Set keyframe flag on buffers when needed.
23595
23596 2004-07-06  David Schleef  <ds@schleef.org>
23597
23598         * gst/playback/Makefile.am: 'test' in bin_PROGRAMS?  Are you
23599         serious?  (Fixed, obviously.)
23600
23601 2004-07-06  Thomas Vander Stichele  <thomas at apestaart dot org>
23602
23603         * po/LINGUAS:
23604         * po/cs.po:
23605           added Czech translation (Miloslav Trmac)
23606
23607 2004-07-05  Wim Taymans  <wim@fluendo.com>
23608
23609         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
23610         (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
23611         (compare_ranks), (gst_decode_bin_init), (gst_decode_bin_dispose),
23612         (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
23613         (close_link), (type_found), (gst_decode_bin_set_property),
23614         (gst_decode_bin_get_property), (gst_decode_bin_get_event_masks),
23615         (gst_decode_bin_send_event), (gst_decode_bin_get_formats),
23616         (gst_decode_bin_convert), (gst_decode_bin_get_query_types),
23617         (gst_decode_bin_query), (plugin_init):
23618         * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
23619         (gst_play_bin_class_init), (gst_play_bin_init),
23620         (gst_play_bin_dispose), (rebuild_pipeline), (get_audio_element),
23621         (get_video_element), (new_pad), (setup_source),
23622         (gst_play_bin_set_property), (gst_play_bin_get_property),
23623         (gst_play_bin_change_state), (gst_play_bin_add_element),
23624         (gst_play_bin_remove_element), (gst_play_bin_get_event_masks),
23625         (gst_play_bin_send_event), (gst_play_bin_get_formats),
23626         (gst_play_bin_convert), (gst_play_bin_get_query_types),
23627         (gst_play_bin_query), (gst_play_bin_get_clock), (plugin_init):
23628         * gst/playback/test.c: (main):
23629         More fixes, cleaned up playbin, make it use decodebin. Added
23630         threaded property to playbin.
23631
23632 2004-07-05  Wim Taymans  <wim@fluendo.com>
23633
23634         * configure.ac:
23635         * gst/playback/Makefile.am:
23636         * gst/playback/decodetest.c: (main):
23637         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
23638         (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
23639         (compare_ranks), (gst_decode_bin_init), (gst_decode_bin_dispose),
23640         (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
23641         (close_link), (type_found), (gst_decode_bin_set_property),
23642         (gst_decode_bin_get_property), (gst_decode_bin_change_state),
23643         (gst_decode_bin_get_event_masks), (gst_decode_bin_send_event),
23644         (gst_decode_bin_get_formats), (gst_decode_bin_convert),
23645         (gst_decode_bin_get_query_types), (gst_decode_bin_query),
23646         (plugin_init):
23647         * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
23648         (gst_play_bin_class_init), (gst_play_bin_init),
23649         (gst_play_bin_dispose), (gen_default_output), (rebuild_pipeline),
23650         (collect_sink_pads), (find_compatibles), (close_pad_link),
23651         (try_to_link_1), (new_pad), (close_link), (type_found),
23652         (setup_source), (gst_play_bin_set_property),
23653         (gst_play_bin_get_property), (gst_play_bin_factory_filter),
23654         (compare_ranks), (gst_play_bin_collect_factories),
23655         (gst_play_bin_change_state), (gst_play_bin_add_element),
23656         (gst_play_bin_remove_element), (gst_play_bin_get_event_masks),
23657         (gst_play_bin_send_event), (gst_play_bin_get_formats),
23658         (gst_play_bin_convert), (gst_play_bin_get_query_types),
23659         (gst_play_bin_query), (gst_play_bin_get_clock), (plugin_init):
23660         * gst/playback/test.c: (main):
23661         Added some playback helper elements and some test apps, very alpha
23662         still.
23663
23664 2004-07-04  Benjamin Otte  <otte@gnome.org>
23665
23666         * ext/alsa/gstalsa.c: (gst_alsa_xrun_recovery):
23667           only restart audio when we indeed have an xrun to fix repeated
23668           xruns. Fix suggested by Giuliano Pochini.
23669
23670 2004-07-03  David Schleef  <ds@schleef.org>
23671
23672         * ext/alsa/gstalsaplugin.c: (gst_alsa_error_wrapper): Disable
23673         call to gst_debug_log() if debugging is disabled (bug #145118)
23674
23675 2004-07-03  Benjamin Otte  <otte@gnome.org>
23676
23677         * ext/alsa/gstalsa.c: (gst_alsa_xrun_recovery):
23678           use our own functions for restarting the alsa device.
23679         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
23680           I should apply patches myself - use MIN for the third argument, not
23681           the second, this fixes seeking
23682
23683 2004-07-02  David Schleef  <ds@schleef.org>
23684
23685         * ext/flac/gstflacdec.c: (gst_flacdec_class_init),
23686         (gst_flacdec_write):  Actually, GST_PAD_CAPS() has nothing to
23687         do with the logic.
23688
23689 2004-07-02  David Schleef  <ds@schleef.org>
23690
23691         * ext/flac/gstflacdec.c: (gst_flacdec_write):  Set duration on
23692         output buffers.  Fix logic mistake.  (bug #144866)
23693
23694 2004-07-02  David Schleef  <ds@schleef.org>
23695
23696         * gst-libs/gst/xoverlay/Makefile.am: xoverlay no longer depends
23697         on X.  (bug #144753)
23698
23699 2004-07-02  David Schleef  <ds@schleef.org>
23700
23701         * gst/wavenc/gstwavenc.c: (gst_wavenc_setup),
23702         (gst_wavenc_stop_file): Switch to GST_WRITE_UINT32_LE macros
23703         (bug #144624)
23704         * sys/oss/gstosselement.c: (gst_osselement_probe_caps),
23705         (gst_osselement_rate_probe_check): Add another workaround for
23706         buggy drivers (bug #145336)
23707
23708 2004-07-02  David Schleef  <ds@schleef.org>
23709
23710         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_handle_client_write):
23711         Most systems don't have MSG_NOSIGNAL.
23712
23713 2004-07-02  Thomas Vander Stichele  <thomas at apestaart dot org>
23714
23715         * Makefile.am:
23716         * gst-libs/gst/colorbalance/Makefile.am:
23717         * gst-libs/gst/mixer/Makefile.am:
23718         * gst-libs/gst/play/Makefile.am:
23719         * gst-libs/gst/tuner/Makefile.am:
23720           (hopefully) fix both install and dist and make error message useful.
23721           needs testing across automakes.
23722
23723 2004-07-02  Benjamin Otte  <otte@gnome.org>
23724
23725         * ext/ogg/gstogg.c: (plugin_init):
23726           we require bytestream now
23727         * ext/ogg/gstoggdemux.c:
23728           huge diff to implement chain setup in a fast and generic way. This
23729           improves tag reading and startup of huge files (read: Theora videos)
23730           quite a bit. It probably contains bugs, too, so please test.
23731           Seeking is not improved to the fast method.
23732
23733 2004-06-29  Wim Taymans  <wim@fluendo.com>
23734
23735         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
23736         * ext/ogg/gstoggmux.c:
23737         Fix memleak in oggdemux when running unconnected pads.
23738         doc update in mux, start working on keyframe mode.
23739
23740 2004-06-29  Benjamin Otte  <otte@gnome.org>
23741
23742         * sys/oss/gstosssink.c:
23743         * sys/oss/gstosssrc.c:
23744           advertise correct template caps - we indeed do non-native endianness
23745           and 8bit audio has no endianness
23746         * sys/ximage/ximagesink.c: (gst_ximagesink_getcaps):
23747         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_getcaps):
23748           avoid (wrong) duplications in getcaps function and return
23749           template caps
23750
23751 2004-06-29  Wim Taymans  <wim@fluendo.com>
23752
23753         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
23754         (gst_multifdsink_class_init), (gst_multifdsink_add),
23755         (gst_multifdsink_remove), (gst_multifdsink_clear),
23756         (gst_multifdsink_client_remove),
23757         (gst_multifdsink_handle_client_read),
23758         (gst_multifdsink_client_queue_data),
23759         (gst_multifdsink_client_queue_caps),
23760         (gst_multifdsink_client_queue_buffer),
23761         (gst_multifdsink_handle_client_write),
23762         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
23763         (gst_multifdsink_handle_clients), (gst_multifdsink_thread),
23764         (gst_multifdsink_init_send), (gst_multifdsink_close):
23765         Fix wrong GList iteration that could crash the server when
23766         more then 2 clients disconnect at the same time. Read all the
23767         pending commands in one batch to recover from command storms under
23768         very heavy load.
23769
23770 2004-06-28  Wim Taymans  <wim@fluendo.com>
23771
23772         * gst/videomixer/videomixer.c: (gst_videomixer_pad_get_type),
23773         (gst_videomixer_pad_class_init), (gst_videomixer_pad_get_property),
23774         (gst_videomixer_pad_set_property),
23775         (gst_videomixer_pad_sinkconnect), (gst_videomixer_pad_init),
23776         (gst_video_mixer_background_get_type), (gst_videomixer_get_type),
23777         (gst_videomixer_class_init), (gst_videomixer_init),
23778         (gst_videomixer_request_new_pad), (gst_videomixer_blend_ayuv_i420),
23779         (pad_zorder_compare), (gst_videomixer_sort_pads),
23780         (gst_videomixer_fill_checker), (gst_videomixer_fill_color),
23781         (gst_videomixer_fill_queues), (gst_videomixer_blend_buffers),
23782         (gst_videomixer_update_queues), (gst_videomixer_loop),
23783         (plugin_init):
23784         Avoid divide by zero, choose masterpad as the pad with the highest
23785         framerate.
23786
23787 2004-06-27  Julien Moutte  <julien@moutte.net>
23788
23789         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_decorate),
23790         (gst_ximagesink_xwindow_new):
23791         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_decorate),
23792         (gst_xvimagesink_xwindow_new): I prefer locking the mutex in the
23793         function directly. We might want to call it from somewhere else one day.
23794
23795 2004-06-27  Julien Moutte  <julien@moutte.net>
23796
23797         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_decorate),
23798         (gst_ximagesink_xwindow_new):
23799         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_decorate),
23800         (gst_xvimagesink_xwindow_new): Trying to fix the random behaviour of
23801         window decorations.
23802
23803 2004-06-27  Wim Taymans  <wim@fluendo.com>
23804
23805         * ext/dv/gstdvdec.c: (gst_dvdec_class_init), (gst_dvdec_init),
23806         (gst_dvdec_video_getcaps), (gst_dvdec_video_link),
23807         (gst_dvdec_push), (gst_dvdec_loop), (gst_dvdec_change_state),
23808         (gst_dvdec_set_property), (gst_dvdec_get_property):
23809         * ext/dv/gstdvdec.h:
23810         Implement drop_factor property to lower the framerate with
23811         a factor.
23812
23813 2004-06-27  Thomas Vander Stichele  <thomas at apestaart dot org>
23814
23815         * gst-libs/gst/colorbalance/Makefile.am:
23816         * gst-libs/gst/mixer/Makefile.am:
23817         * gst-libs/gst/play/Makefile.am:
23818         * gst-libs/gst/tuner/Makefile.am:
23819           unbreak Company's fix that didn't install the -enum.h files
23820
23821 2004-06-27  Wim Taymans  <wim@fluendo.com>
23822
23823         * ext/dv/gstdvdec.c: (gst_dvdec_push), (gst_dvdec_loop),
23824         (gst_dvdec_change_state):
23825         * ext/dv/gstdvdec.h:
23826         Fix timestamp, duration and offset of the buffers.
23827
23828 2004-06-27  Wim Taymans  <wim@fluendo.com>
23829
23830         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
23831         (gst_multifdsink_class_init), (gst_multifdsink_add),
23832         (gst_multifdsink_remove), (gst_multifdsink_clear),
23833         (gst_multifdsink_client_remove),
23834         (gst_multifdsink_handle_client_read),
23835         (gst_multifdsink_client_queue_data),
23836         (gst_multifdsink_client_queue_caps),
23837         (gst_multifdsink_client_queue_buffer),
23838         (gst_multifdsink_handle_client_write),
23839         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
23840         (gst_multifdsink_handle_clients), (gst_multifdsink_thread),
23841         (gst_multifdsink_init_send), (gst_multifdsink_close):
23842         * gst/tcp/gstmultifdsink.h:
23843         * gst/tcp/gsttcpserversink.c:
23844         (gst_tcpserversink_handle_server_read),
23845         (gst_tcpserversink_handle_select), (gst_tcpserversink_close):
23846         More multifdsink fixes, more recovery policy fixes.
23847         Removed stupid g_print
23848
23849 2004-06-26  Wim Taymans  <wim@fluendo.com>
23850
23851         * gst/tcp/Makefile.am:
23852         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
23853         (gst_multifdsink_get_type), (gst_multifdsink_base_init),
23854         (gst_multifdsink_class_init), (gst_multifdsink_init),
23855         (gst_multifdsink_debug_fdset), (gst_multifdsink_client_remove),
23856         (gst_multifdsink_handle_client_read),
23857         (gst_multifdsink_client_queue_data),
23858         (gst_multifdsink_client_queue_caps),
23859         (gst_multifdsink_client_queue_buffer),
23860         (gst_multifdsink_handle_client_write),
23861         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
23862         (gst_multifdsink_handle_clients), (gst_multifdsink_thread),
23863         (gst_multifdsink_chain), (gst_multifdsink_set_property),
23864         (gst_multifdsink_get_property), (gst_multifdsink_init_send),
23865         (gst_multifdsink_close), (gst_multifdsink_change_state):
23866         * gst/tcp/gstmultifdsink.h:
23867         * gst/tcp/gsttcpplugin.c: (plugin_init):
23868         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_get_type),
23869         (gst_tcpserversink_class_init), (gst_tcpserversink_init),
23870         (gst_tcpserversink_handle_server_read),
23871         (gst_tcpserversink_handle_select),
23872         (gst_tcpserversink_set_property), (gst_tcpserversink_get_property),
23873         (gst_tcpserversink_init_send), (gst_tcpserversink_close):
23874         * gst/tcp/gsttcpserversink.h:
23875         Added multifdsink, made tcpserversink a subclass of fdsink, removed
23876         one of the locks, added recovery policy to multifdsink.
23877
23878 2004-06-26  Thomas Vander Stichele  <thomas at apestaart dot org>
23879
23880         * gst/videorate/gstvideorate.c: (gst_videorate_chain):
23881           fix decision for when getting frames with same timestamp
23882         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init), (gst_v4lsrc_init),
23883         (gst_v4lsrc_get), (gst_v4lsrc_set_property),
23884         (gst_v4lsrc_get_property):
23885         * sys/v4l/gstv4lsrc.h:
23886           add latency offset property
23887
23888 2004-06-26  Thomas Vander Stichele  <thomas at apestaart dot org>
23889
23890         * gst/videorate/gstvideorate.c: (gst_videorate_chain),
23891         (plugin_init):
23892           fix debugging. add category.
23893
23894 2004-06-25  Thomas Vander Stichele  <thomas at apestaart dot org>
23895
23896         * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
23897           fix wrong offsets
23898
23899 2004-06-25  Thomas Vander Stichele  <thomas at apestaart dot org>
23900
23901         * ext/alsa/gstalsasrc.c: (gst_alsa_src_init),
23902         (gst_alsa_src_get_time), (gst_alsa_src_loop),
23903         (gst_alsa_src_change_state):
23904           return a time that is in sync with the element's processing
23905
23906 2004-06-25  Wim Taymans  <wim@fluendo.com>
23907
23908         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
23909         (gst_tcpserversink_init), (gst_tcpserversink_handle_server_read),
23910         (gst_tcpserversink_client_remove),
23911         (gst_tcpserversink_handle_client_read),
23912         (gst_tcpserversink_client_queue_data),
23913         (gst_tcpserversink_client_queue_caps),
23914         (gst_tcpserversink_client_queue_buffer),
23915         (gst_tcpserversink_handle_client_write),
23916         (gst_tcpserversink_queue_buffer),
23917         (gst_tcpserversink_handle_clients), (gst_tcpserversink_thread),
23918         (gst_tcpserversink_chain), (gst_tcpserversink_set_property),
23919         (gst_tcpserversink_get_property), (gst_tcpserversink_init_send),
23920         (gst_tcpserversink_close):
23921         * gst/tcp/gsttcpserversink.h:
23922         Serversink rewrite. Really do non blocking writes to clients and
23923         maintain an internal queue to handle slower clients while not
23924         disturbing fast clients.
23925
23926 2004-06-25  Thomas Vander Stichele  <thomas at apestaart dot org>
23927
23928         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get):
23929           better debug, don't override OFFSET and OFFSET_END
23930
23931 2004-06-25  Iain <iain@prettypeople.org>
23932
23933         * gst-libs/gst/media-info/media-info-priv.c (gmi_set_mime): Add
23934         name=source for the wavparse pipeline.
23935
23936 2004-06-24  Johan Dahlin  <johan@gnome.org>
23937
23938         * ext/theora/theoraenc.c (theora_enc_chain): Call
23939         gst_pad_try_set_caps instead of gst_pad_set_explicit_caps so the
23940         streamheader caps are set correctly.
23941
23942 2004-06-24  Thomas Vander Stichele  <thomas at apestaart dot org>
23943
23944         * ext/vorbis/vorbisenc.c: (raw_caps_factory),
23945         (gst_vorbisenc_setup), (gst_vorbisenc_set_property):
23946           respect minimum bitrate; same could be done for max bitrate
23947
23948 2004-06-24  Thomas Vander Stichele  <thomas at apestaart dot org>
23949
23950         * ext/vorbis/vorbisenc.c: (raw_caps_factory),
23951         (gst_vorbisenc_setup):
23952           fix sample rate range
23953
23954 2004-06-24  Thomas Vander Stichele  <thomas at apestaart dot org>
23955
23956         * ext/vorbis/oggvorbisenc.c: (gst_oggvorbisenc_class_init),
23957         (gst_oggvorbisenc_setup):
23958         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_class_init),
23959         (gst_vorbisenc_setup):
23960           resolve ambiguities in code and description
23961
23962 2004-06-24  Wim Taymans  <wim@fluendo.com>
23963
23964         * ext/alsa/gstalsa.c: (gst_alsa_start), (gst_alsa_xrun_recovery):
23965         * ext/alsa/gstalsa.h:
23966         * ext/alsa/gstalsasrc.c: (gst_alsa_src_init),
23967         (gst_alsa_src_update_avail), (gst_alsa_src_loop):
23968         Use alsa trigger_tstamp to get the timestamp of the first
23969         sample in the buffer for more precise sync. Some cleanups.
23970
23971 2004-06-24  Wim Taymans  <wim@fluendo.com>
23972
23973         * gst/audiorate/gstaudiorate.c: (gst_audiorate_link),
23974         (gst_audiorate_init), (gst_audiorate_chain),
23975         (gst_audiorate_set_property), (gst_audiorate_get_property):
23976         * gst/videorate/gstvideorate.c: (gst_videorate_class_init),
23977         (gst_videorate_chain):
23978         Added some logging, fixed an overflow bug in videorate.
23979
23980 2004-06-24  Benjamin Otte  <otte@gnome.org>
23981
23982         * ext/kio/Makefile.am:
23983           fix for builddir != srcdir and distcheck
23984
23985 2004-06-24  Benjamin Otte  <otte@gnome.org>
23986
23987         * gst-libs/gst/colorbalance/Makefile.am:
23988         * gst-libs/gst/mixer/Makefile.am:
23989         * gst-libs/gst/play/Makefile.am:
23990         * gst-libs/gst/tuner/Makefile.am:
23991         * gst/tcp/Makefile.am:
23992         * sys/dxr3/Makefile.am:
23993           don't include -enumtypes.[ch] or -marshal.[ch] files in the disted
23994           tarball.
23995           Also add all *.list files that were missing.
23996         * Makefile.am:
23997           add a distcheck hook to ensure the above doesn't happen again.
23998
23999 2004-06-23  David I. Lehn  <dlehn@users.sourceforge.net>
24000
24001         * ext/Makefile.am: s/DTS_DIR=dvdread/DTS_DIR=dts/
24002
24003 2004-06-23  Colin Walters  <walters@redhat.com>
24004
24005         * m4/Makefile.am: Distribute gst-fionread.m4.
24006
24007 2004-06-23  Thomas Vander Stichele  <thomas at apestaart dot org>
24008
24009         * configure.ac: back to dev
24010
24011 2004-06-23  Wim Taymans  <wim@fluendo.com>
24012
24013         * ext/alsa/gstalsa.c: (gst_alsa_change_state), (gst_alsa_start),
24014         (gst_alsa_xrun_recovery):
24015         * ext/alsa/gstalsa.h:
24016         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event),
24017         (gst_alsa_sink_loop), (gst_alsa_sink_get_time):
24018         * ext/alsa/gstalsasrc.c: (gst_alsa_src_init),
24019         (gst_alsa_src_get_time), (gst_alsa_src_update_avail),
24020         (gst_alsa_src_loop):
24021         Add clock to alsasrc. Take new capture timestamp when
24022         restarting after an overrun. Split up some functions between
24023         alsasrc and alsasink.
24024
24025 === release 0.8.2 ===
24026
24027 2004-06-23  Thomas Vander Stichele  <thomas at apestaart dot org>
24028
24029         * ext/alsa/gstalsa.c: (gst_alsa_init), (gst_alsa_dispose),
24030         (gst_alsa_change_state), (gst_alsa_update_avail),
24031         (gst_alsa_xrun_recovery):
24032         * ext/alsa/gstalsa.h:
24033         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
24034           merge back changes from release
24035
24036 2004-06-23  Wim Taymans  <wim@fluendo.com>
24037
24038         * gst/audiorate/gstaudiorate.c: (gst_audiorate_class_init),
24039         (gst_audiorate_init), (gst_audiorate_chain),
24040         (gst_audiorate_set_property), (gst_audiorate_get_property):
24041         Implement sample dropping and notify
24042
24043 2004-06-22  Wim Taymans  <wim@fluendo.com>
24044
24045         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
24046         (theora_enc_sink_link), (theora_buffer_from_packet),
24047         (theora_push_packet), (theora_enc_chain):
24048         Some cleanups, make sure the timestamps are correct.
24049
24050 2004-06-22  Wim Taymans  <wim@fluendo.com>
24051
24052         * ext/alsa/gstalsa.c: (gst_alsa_get_time), (gst_alsa_clock_update),
24053         (gst_alsa_change_state), (gst_alsa_update_avail),
24054         (gst_alsa_xrun_recovery):
24055         * ext/alsa/gstalsa.h:
24056         * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
24057         Cleanups, take queued samples into account when reporting
24058         the time.
24059
24060 2004-06-22  Wim Taymans  <wim@fluendo.com>
24061
24062         * gst/videorate/gstvideorate.c: (gst_videorate_class_init),
24063         (gst_videorate_init):
24064         Initialize the property as well.
24065
24066 2004-06-22  Wim Taymans  <wim@fluendo.com>
24067
24068         * gst/videorate/gstvideorate.c: (gst_videorate_class_init),
24069         (gst_videorate_init), (gst_videorate_chain),
24070         (gst_videorate_set_property), (gst_videorate_get_property):
24071         Add property to make videorate silent.
24072         Add property to prefer new frames over old ones.
24073
24074 2004-06-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
24075
24076         * sys/osxvideo/Makefile.am:
24077         Workaround so that the osxvideo .so file gets linked with the
24078         Cocoa, OpenGL and QuickTime frameworks
24079
24080 2004-06-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
24081
24082         * sys/osxaudio/Makefile.am:
24083         Workaround so that the osxaudio .so file gets linked with the
24084         CoreAudio framework
24085
24086 2004-06-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
24087
24088         * configure.ac:
24089         Whoops, my fault...fixed build issues
24090
24091 2004-06-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
24092
24093         * configure.ac:
24094         Add objective-c support if running in Darwin/Mac OS X
24095         * sys/Makefile.am:
24096         * sys/osxvideo:
24097         * sys/osxvideo/Makefile.am:
24098         * sys/osxvideo/osxvideosink.h:
24099         * sys/osxvideo/osxvideosink.m:
24100         * sys/osxvideo/cocoawindow.h:
24101         * sys/osxvideo/cocoawindow.m:
24102         Add osxvideosink, a cocoa-based osx video sink
24103
24104
24105 2004-06-19  Jan Schmidt  <thaytan@mad.scientist.com>
24106         * ext/dvdnav/gst-dvd:
24107         Grab the gconf key from the right spot
24108         * gst/debug/gstnavseek.c: (gst_navseek_init),
24109         (gst_navseek_segseek), (gst_navseek_handle_src_event),
24110         (gst_navseek_chain):
24111         * gst/debug/gstnavseek.h:
24112           Add 's', 'e' and 'l' keypresses to navseek to define the start,end
24113           and loop parameters of a segment seek.
24114         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_init),
24115         (gst_videotestsrc_get_event_masks),
24116         (gst_videotestsrc_handle_src_event), (gst_videotestsrc_get):
24117         * gst/videotestsrc/gstvideotestsrc.h:
24118           Add seeking support to videotestsrc
24119           Initialise the timestamp_offset variable.
24120
24121 2004-06-18  Wim Taymans  <wim@fluendo.com>
24122
24123         * ext/sidplay/gstsiddec.cc:
24124         Fix negotiation and set correct end offset.
24125
24126 2004-06-18  Thomas Vander Stichele  <thomas at apestaart dot org>
24127
24128         * configure.ac: branch and prerelease
24129
24130 2004-06-17  Thomas Vander Stichele  <thomas at apestaart dot org>
24131
24132         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init),
24133         (gst_tcpclientsrc_getcaps), (gst_tcpclientsrc_get),
24134         (gst_tcpclientsrc_init_receive):
24135         * gst/tcp/gsttcpclientsrc.h:
24136           read caps when connecting to server for GDP so we set them correctly
24137
24138 2004-06-17  Thomas Vander Stichele  <thomas at apestaart dot org>
24139
24140         * gst/videorate/gstvideorate.c: (gst_videorate_chain):
24141           notify drops and duplicates
24142         * gst/videoscale/videoscale.c: (videoscale_get_structure):
24143           no good reason to limit ourselves to 100x100
24144
24145 2004-06-17  Thomas Vander Stichele  <thomas at apestaart dot org>
24146
24147         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init), (gst_v4lsrc_init),
24148         (gst_v4lsrc_open), (gst_v4lsrc_src_link), (gst_v4lsrc_getcaps),
24149         (gst_v4lsrc_get), (gst_v4lsrc_set_property),
24150         (gst_v4lsrc_get_property):
24151         * sys/v4l/gstv4lsrc.h:
24152         * sys/v4l/v4l_calls.c: (gst_v4l_set_window_properties),
24153         (gst_v4l_open), (gst_v4l_get_picture), (gst_v4l_get_audio),
24154         (gst_v4l_set_audio):
24155         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_grab_frame),
24156         (gst_v4lsrc_try_capture):
24157         * sys/v4l/v4lsrc_calls.h:
24158           change try_palette to more general try_capture
24159           add autoprobe option so we can turn off autoprobing
24160           various fixes
24161
24162 2004-06-17  Thomas Vander Stichele  <thomas at apestaart dot org>
24163
24164         * configure.ac:
24165           add videorate
24166         * sys/ximage/ximagesink.c: (gst_ximagesink_finalize),
24167         (gst_ximagesink_class_init):
24168         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_finalize),
24169         (gst_xvimagesink_class_init):
24170           run them as finalize, not dispose, since dispose can be invoked
24171           multiple times
24172
24173 2004-06-17  Wim Taymans  <wim@fluendo.com>
24174
24175         * ext/alsa/gstalsa.c: (gst_alsa_init), (gst_alsa_dispose),
24176         (gst_alsa_get_time), (gst_alsa_xrun_recovery):
24177         * ext/alsa/gstalsa.h:
24178         * ext/alsa/gstalsaclock.c: (gst_alsa_clock_get_type):
24179         * ext/alsa/gstalsasrc.c: (gst_alsa_src_init), (gst_alsa_src_loop),
24180         (gst_alsa_src_change_state):
24181         * ext/alsa/gstalsasrc.h:
24182         Make the xrun code timestamp and offset the buffers correctly.
24183         moved the clock to the base class, use alsa methods to get time.
24184         Do correct timestamping on outgoing buffers.
24185
24186 2004-06-17  Wim Taymans  <wim@fluendo.com>
24187
24188         * gst/audiorate/Makefile.am:
24189         * gst/audiorate/gstaudiorate.c: (gst_audiorate_get_type),
24190         (gst_audiorate_base_init), (gst_audiorate_class_init),
24191         (gst_audiorate_link), (gst_audiorate_init), (gst_audiorate_chain),
24192         (gst_audiorate_set_property), (gst_audiorate_get_property),
24193         (gst_audiorate_change_state), (plugin_init):
24194         Added an audiorate converter that fills in gaps.
24195
24196 2004-06-17  Johan Dahlin  <johan@gnome.org>
24197
24198         * ext/tcp/*: Revert Zaheer changes, to make things actually work again.
24199
24200 2004-06-16  Wim Taymans  <wim@fluendo.com>
24201
24202         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get):
24203         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_sync_mode_get_type),
24204         (gst_v4lsrc_class_init), (gst_v4lsrc_init), (gst_v4lsrc_get_fps),
24205         (gst_v4lsrc_get), (gst_v4lsrc_set_property),
24206         (gst_v4lsrc_get_property):
24207         * sys/v4l/gstv4lsrc.h:
24208         Added a copy mode to v4lsrc where it will output a copied version
24209         of its internal hardware buffer.
24210         Fix the wrong FLAG_SET usage. The flags are integers, not bits, you
24211         can't | them.
24212
24213 2004-06-16  Wim Taymans  <wim@fluendo.com>
24214
24215         * sys/oss/gstosssrc.c: (gst_osssrc_get):
24216         Timestamp fixes.
24217
24218 2004-06-16  Wim Taymans  <wim@fluendo.com>
24219
24220         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_sync_mode_get_type),
24221         (gst_v4lsrc_class_init), (gst_v4lsrc_init), (gst_v4lsrc_get_fps),
24222         (gst_v4lsrc_get), (gst_v4lsrc_set_property),
24223         (gst_v4lsrc_get_property):
24224         * sys/v4l/gstv4lsrc.h:
24225         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay):
24226         Added a sync mode enum property to control v4lsrc timestamp method
24227         Removed the use-fixed-fps property and moved functionality in
24228         the enum.
24229         Don't error on an error value from v4l-conf, it might not always
24230         be a real error.
24231
24232 2004-06-16  Wim Taymans  <wim@fluendo.com>
24233
24234         * gst/videorate/Makefile.am:
24235         * gst/videorate/gstvideorate.c: (gst_videorate_get_type),
24236         (gst_videorate_base_init), (gst_videorate_class_init),
24237         (gst_videorate_getcaps), (gst_videorate_link),
24238         (gst_videorate_init), (gst_videorate_chain),
24239         (gst_videorate_set_property), (gst_videorate_get_property),
24240         (gst_videorate_change_state), (plugin_init):
24241         Added a video timestamp corrector.
24242
24243 2004-06-15  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
24244
24245         fixed a potential leak with previous commit
24246
24247         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head):
24248
24249 2004-06-15  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
24250
24251         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head):
24252         Added missing refcount, fixes bug #144425
24253         Cheers Tim for finding the bug
24254
24255 2004-06-15  Thomas Vander Stichele  <thomas at apestaart dot org>
24256
24257         * sys/v4l/gstv4l.c: (plugin_init):
24258         * sys/v4l/gstv4lcolorbalance.c:
24259         * sys/v4l/gstv4lcolorbalance.h:
24260         * sys/v4l/gstv4lelement.c:
24261         * sys/v4l/gstv4lelement.h:
24262         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_class_init):
24263         * sys/v4l/gstv4lmjpegsink.h:
24264         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_class_init):
24265         * sys/v4l/gstv4lmjpegsrc.h:
24266         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get_fps_list),
24267         (gst_v4lsrc_get_fps), (gst_v4lsrc_srcconnect),
24268         (gst_v4lsrc_getcaps), (gst_v4lsrc_get):
24269         * sys/v4l/gstv4lsrc.h:
24270         * sys/v4l/gstv4ltuner.c:
24271         * sys/v4l/gstv4ltuner.h:
24272         * sys/v4l/gstv4lxoverlay.c:
24273         * sys/v4l/gstv4lxoverlay.h:
24274         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay),
24275         (gst_v4l_set_window), (gst_v4l_enable_overlay):
24276         * sys/v4l/v4l_calls.c: (gst_v4l_set_window_properties),
24277         (gst_v4l_open), (gst_v4l_get_picture), (gst_v4l_get_audio),
24278         (gst_v4l_set_audio):
24279         * sys/v4l/v4l_calls.h:
24280         * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_sync_thread),
24281         (gst_v4lmjpegsink_queue_frame), (gst_v4lmjpegsink_sync_frame),
24282         (gst_v4lmjpegsink_set_buffer), (gst_v4lmjpegsink_set_playback),
24283         (gst_v4lmjpegsink_playback_init),
24284         (gst_v4lmjpegsink_playback_start), (gst_v4lmjpegsink_get_buffer),
24285         (gst_v4lmjpegsink_play_frame), (gst_v4lmjpegsink_wait_frame),
24286         (gst_v4lmjpegsink_playback_stop),
24287         (gst_v4lmjpegsink_playback_deinit):
24288         * sys/v4l/v4lmjpegsink_calls.h:
24289         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_queue_frame),
24290         (gst_v4lmjpegsrc_sync_next_frame), (gst_v4lmjpegsrc_set_buffer),
24291         (gst_v4lmjpegsrc_set_capture), (gst_v4lmjpegsrc_set_capture_m),
24292         (gst_v4lmjpegsrc_capture_init), (gst_v4lmjpegsrc_capture_start),
24293         (gst_v4lmjpegsrc_grab_frame), (gst_v4lmjpegsrc_requeue_frame),
24294         (gst_v4lmjpegsrc_capture_stop), (gst_v4lmjpegsrc_capture_deinit):
24295         * sys/v4l/v4lmjpegsrc_calls.h:
24296         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_queue_frame),
24297         (gst_v4lsrc_sync_frame), (gst_v4lsrc_set_capture),
24298         (gst_v4lsrc_capture_init), (gst_v4lsrc_capture_start),
24299         (gst_v4lsrc_grab_frame), (gst_v4lsrc_requeue_frame),
24300         (gst_v4lsrc_capture_stop), (gst_v4lsrc_capture_deinit),
24301         (gst_v4lsrc_try_palette):
24302         * sys/v4l/v4lsrc_calls.h:
24303           bunch of paranoia cleanups
24304
24305 2004-06-14  David Schleef  <ds@schleef.org>
24306
24307         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_init),
24308         (cdparanoia_get), (cdparanoia_open), (cdparanoia_change_state):
24309         Send discont events and change timestamps appropriately when
24310         we get a seek event.  (bug #144240)
24311         * ext/cdparanoia/gstcdparanoia.h:
24312
24313 2004-06-14  Benjamin Otte  <otte@gnome.org>
24314
24315         * ext/alsa/gstalsa.c: Use snd_pcm_hw_params_set_rate _near instead of
24316           snd_pcm_hw_params_set_rate  since the latter fails for no good
24317           reason on some setups.
24318
24319 2004-06-14  David Schleef  <ds@schleef.org>
24320
24321         * gst/volume/demo.c: (value_changed_callback): exp10() is not
24322         standard.  Thank you for playing.
24323
24324 2004-06-14  Wim Taymans  <wim@fluendo.com>
24325
24326         * gst/ffmpegcolorspace/imgconvert.c: (img_convert):
24327         Patch 1.3 broke the ordering of the colorspace info and
24328         made the plugin basically work by coincidence, reordered
24329         the info.
24330
24331 2004-06-14  Thomas Vander Stichele  <thomas at apestaart dot org>
24332
24333         * ext/lame/gstlame.c:
24334         * ext/mad/gstmad.c:
24335           sync caps.  Make sure mad can only output a list of rates, not
24336           a full range.  In the future, have three caps lists for each of the
24337           mpeg versions.  Change mpegversion to a double as well.
24338
24339 2004-06-14  Thomas Vander Stichele  <thomas at apestaart dot org>
24340
24341         * gst/volume/.cvsignore:
24342         * gst/volume/Makefile.am:
24343         * gst/volume/demo.c: (value_changed_callback), (idler),
24344         (setup_gui), (main):
24345           added small demo app
24346
24347 2004-06-13  Jan Schmidt  <thaytan@mad.scientist.com>
24348         * ext/esd/esdsink.c: (gst_esdsink_change_state):
24349         * ext/esd/esdsink.h:
24350         Close the esd connection on pause, because esd will just wait -
24351         blocking all other esd clients indefinitely.
24352
24353 2004-06-12  Christophe Fergeau  <teuf@gnome.org>
24354
24355         * gst/tags/gstvorbistag.c: replaced a g_warning which I added in my
24356           previous commit with GST_DEBUG
24357
24358 2004-06-12  Thomas Vander Stichele  <thomas at apestaart dot org>
24359
24360         * configure.ac:
24361           add a header check for a dvdread header in dvdnav.  Fixes #133002
24362
24363 2004-06-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
24364
24365         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_init_send):
24366         * gst/tcp/gsttcpclientsink.h:
24367         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init_receive):
24368         * gst/tcp/gsttcpclientsrc.h:
24369         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_init),
24370         (gst_tcpserversink_handle_server_read),
24371         (gst_tcpserversink_init_send):
24372         * gst/tcp/gsttcpserversink.h:
24373         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_init_receive):
24374         * gst/tcp/gsttcpserversrc.h:
24375         Modified the tcp plugins so they are portable (IPv4,IPv6, any future
24376         version of IP)
24377
24378 2004-06-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
24379
24380         * configure.ac:
24381         Added ogg library so that OSX detects libtheora properly
24382
24383 2004-06-11  Wim Taymans  <wim@fluendo.com>
24384
24385         * ext/theora/theoradec.c: (theora_dec_chain),
24386         (theora_dec_change_state):
24387         Don't try to decode frames before we received a keyframe.
24388
24389 2004-06-11  Wim Taymans  <wim@fluendo.com>
24390
24391         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
24392         (gst_ogg_mux_init), (gst_ogg_mux_next_buffer),
24393         (gst_ogg_mux_get_headers), (gst_ogg_mux_set_header_on_caps),
24394         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop),
24395         (gst_ogg_mux_get_property), (gst_ogg_mux_set_property):
24396         Added property to set the maximum delay of a page.
24397
24398 2004-06-10  Wim Taymans  <wim@fluendo.com>
24399
24400         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
24401         (gst_ogg_mux_init), (gst_ogg_mux_next_buffer),
24402         (gst_ogg_mux_get_headers), (gst_ogg_mux_set_header_on_caps),
24403         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop),
24404         (gst_ogg_mux_get_property), (gst_ogg_mux_set_property):
24405         Added max-delay property to control the maximum amount
24406         of data to put in one page.
24407
24408 2004-06-10  Wim Taymans  <wim@fluendo.com>
24409
24410         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
24411         (gst_theora_enc_init), (theora_enc_sink_link),
24412         (theora_buffer_from_packet), (theora_enc_set_property),
24413         (theora_enc_get_property):
24414         Set duration on encoded buffer, added some more properties
24415
24416 2004-06-10  Wim Taymans  <wim@fluendo.com>
24417
24418         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
24419         (gst_ogg_mux_get_headers), (gst_ogg_mux_set_header_on_caps),
24420         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop):
24421         * ext/theora/theoraenc.c: (theora_enc_chain):
24422         Fix refcounting bugs
24423
24424 2004-06-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
24425
24426         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_init),
24427         (gst_asf_demux_loop), (gst_asf_demux_process_file),
24428         (gst_asf_demux_process_data), (gst_asf_demux_handle_data),
24429         (gst_asf_demux_process_object), (gst_asf_demux_get_stream),
24430         (gst_asf_demux_process_chunk), (gst_asf_demux_handle_sink_event),
24431         (gst_asf_demux_handle_src_event), (gst_asf_demux_handle_src_query),
24432         (gst_asf_demux_change_state):
24433         * gst/asfdemux/gstasfdemux.h:
24434           You know Chimaira? "I - HATE - EVERYTHING". Yeah, that's what this
24435           feels like. I think we should set a new requirement for demuxers
24436           from now on to implement sane loop functions, data loops, query
24437           and seek functions before first commit into CVS. And this commit
24438           fixes all of the above.
24439
24440 2004-06-10  Christophe Fergeau  <teuf@gnome.org>
24441
24442         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_add): make sure parsed
24443           vorbis comments are properly encoded in UTF-8 before adding them
24444           to a GstTagList
24445
24446 2004-06-09  Benjamin Otte  <otte@gnome.org>
24447
24448         * ext/alsa/gstalsa.c: (add_channels):
24449           handle min <= max correctly
24450         * ext/alsa/gstalsa.c: (gst_alsa_fixate_to_mimetype),
24451         (gst_alsa_fixate_field_nearest_int), (gst_alsa_fixate):
24452           add fixation functions so we fixate correctly. No preferring of alaw
24453           anymore because it's the first structure.
24454         * ext/alsa/gstalsa.h:
24455         * ext/alsa/gstalsa.c: (gst_alsa_sw_params_dump),
24456         (gst_alsa_hw_params_dump):
24457           add functions to ease debugging in alsalib
24458         * ext/alsa/gstalsa.c: (gst_alsa_probe_hw_params),
24459         (gst_alsa_set_hw_params), (gst_alsa_set_sw_params),
24460         (gst_alsa_start_audio):
24461           only specify hw params if we really setup a format (fixes #134007 -
24462           or at least works around it)
24463
24464 2004-06-09  Wim Taymans  <wim@fluendo.com>
24465
24466         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
24467         (gst_ogg_mux_next_buffer), (gst_ogg_mux_buffer_from_page),
24468         (gst_ogg_mux_push_page), (gst_ogg_mux_get_headers),
24469         (gst_ogg_mux_set_header_on_caps), (gst_ogg_mux_send_headers),
24470         (gst_ogg_mux_loop):
24471         Use stream caps to setup the initial pages in the ogg stream.
24472         Correctly set the streamheader caps on the srcpad.
24473
24474 2004-06-09  Thomas Vander Stichele  <thomas at apestaart dot org>
24475
24476         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get_fps_list),
24477         (gst_v4lsrc_get_fps), (gst_v4lsrc_srcconnect),
24478         (gst_v4lsrc_getcaps):
24479         * sys/v4l/v4l_calls.c: (gst_v4l_set_window_properties),
24480         (gst_v4l_get_picture), (gst_v4l_get_audio), (gst_v4l_set_audio):
24481           add querying of fps lists for webcams.  Negotiating to a framerate
24482           now works.
24483
24484 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
24485
24486         * ext/theora/theoraenc.c: (theora_buffer_from_packet),
24487         (theora_push_buffer), (theora_push_packet),
24488         (theora_set_header_on_caps), (theora_enc_chain):
24489           mark buffers and put on streamheader, raw theora streaming
24490           now works too, whee
24491
24492 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
24493
24494         * gst/tcp/gsttcp.c: (gst_tcp_gdp_read_header),
24495         (gst_tcp_gdp_read_caps):
24496           do a looping read for caps and GDP headers too
24497
24498 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
24499
24500         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get):
24501         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_get):
24502           return EOS instead of NULL in _get
24503
24504 2004-06-08  Wim Taymans  <wim@fluendo.com>
24505
24506         * gst/tcp/gsttcp.c: (gst_tcp_gdp_read_header),
24507         (gst_tcp_gdp_read_caps), (gst_tcp_gdp_write_header),
24508         (gst_tcp_gdp_write_caps):
24509         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get):
24510         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_gdp_read_caps),
24511         (gst_tcpserversrc_gdp_read_header), (gst_tcpserversrc_get):
24512         Memory leak fixes
24513
24514 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
24515
24516         * ext/vorbis/Makefile.am:
24517         * ext/vorbis/vorbis.c: (plugin_init):
24518         * ext/vorbis/vorbisparse.c: (gst_vorbis_parse_base_init),
24519         (gst_vorbis_parse_class_init), (gst_vorbis_parse_init),
24520         (vorbis_parse_set_header_on_caps), (vorbis_parse_chain),
24521         (vorbis_parse_change_state):
24522         * ext/vorbis/vorbisparse.h:
24523           adding a vorbisparse element that marks the buffers, streaming
24524           raw vorbis using GDP now works, whee
24525
24526 2004-06-08  Wim Taymans  <wim@fluendo.com>
24527
24528         * ext/jpeg/Makefile.am:
24529         * ext/jpeg/README:
24530         * ext/jpeg/gstjpeg.c: (plugin_init):
24531         * ext/jpeg/gstsmokedec.c: (gst_smokedec_get_type),
24532         (gst_smokedec_base_init), (gst_smokedec_class_init),
24533         (gst_smokedec_init), (gst_smokedec_link), (gst_smokedec_chain):
24534         * ext/jpeg/gstsmokedec.h:
24535         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_get_type),
24536         (gst_smokeenc_base_init), (gst_smokeenc_class_init),
24537         (gst_smokeenc_init), (gst_smokeenc_getcaps), (gst_smokeenc_link),
24538         (gst_smokeenc_resync), (gst_smokeenc_chain),
24539         (gst_smokeenc_set_property), (gst_smokeenc_get_property):
24540         * ext/jpeg/gstsmokeenc.h:
24541         * ext/jpeg/smokecodec.c: (smokecodec_init_destination),
24542         (smokecodec_flush_destination), (smokecodec_term_destination),
24543         (smokecodec_init_source), (smokecodec_fill_input_buffer),
24544         (smokecodec_skip_input_data), (smokecodec_resync_to_restart),
24545         (smokecodec_term_source), (smokecodec_encode_new),
24546         (smokecodec_decode_new), (smokecodec_info_free),
24547         (smokecodec_set_quality), (smokecodec_get_quality),
24548         (smokecodec_set_threshold), (smokecodec_get_threshold),
24549         (smokecodec_set_bitrate), (smokecodec_get_bitrate),
24550         (find_best_size), (abs_diff), (put), (smokecodec_encode),
24551         (smokecodec_parse_header), (smokecodec_decode):
24552         * ext/jpeg/smokecodec.h:
24553         Added a new simple jpeg based codec
24554
24555 2004-06-08  Wim Taymans  <wim@fluendo.com>
24556
24557         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
24558         (gst_multipart_mux_loop):
24559         Fix memory leak
24560
24561 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
24562
24563         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get):
24564         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_client_remove),
24565         (gst_tcpserversink_handle_client_read), (gst_tcp_buffer_write),
24566         (gst_tcpserversink_handle_client_write), (gst_tcpserversink_chain),
24567         (gst_tcpserversink_init_send), (gst_tcpserversink_close):
24568         * gst/tcp/gsttcpserversink.h:
24569           take streamheader into account
24570
24571 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
24572
24573         * gst/level/Makefile.am:
24574         * gst/level/gstlevel.c: (gst_level_class_init):
24575           clean up marshal generation
24576
24577 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
24578
24579         * gst/tcp/Makefile.am:
24580         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_get_type),
24581         (gst_tcpclientsink_class_init), (gst_tcpclientsink_init),
24582         (gst_tcpclientsink_set_property), (gst_tcpclientsink_get_property):
24583         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_class_init),
24584         (gst_tcpclientsrc_init), (gst_tcpclientsrc_set_property),
24585         (gst_tcpclientsrc_get_property):
24586         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
24587         (gst_tcpserversink_init), (gst_tcpserversink_handle_server_read),
24588         (gst_tcpserversink_handle_client_read),
24589         (gst_tcpserversink_handle_client_write),
24590         (gst_tcpserversink_set_property), (gst_tcpserversink_get_property):
24591         * gst/tcp/gsttcpserversink.h:
24592           add signals client-added and client-removed
24593         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_class_init),
24594         (gst_tcpserversrc_init), (gst_tcpserversrc_set_property),
24595         (gst_tcpserversrc_get_property):
24596         uniformized, change default protocol to NONE
24597         * gst/tcp/gsttcp-marshal.list: added
24598 2004-06-07  Benjamin Otte  <otte@gnome.org>
24599
24600         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
24601           handle discont events if they happen before caps nego
24602
24603 2004-06-07  Wim Taymans  <wim@fluendo.com>
24604
24605         * gst/multipart/multipartdemux.c: (gst_multipart_demux_base_init),
24606         (gst_multipart_find_pad_by_mime), (gst_multipart_demux_chain),
24607         (gst_multipart_demux_plugin_init):
24608         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
24609         (gst_multipart_mux_init), (gst_multipart_mux_loop),
24610         (gst_multipart_mux_change_state):
24611         Small updates, fix a memleak
24612
24613 2004-06-07  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
24614
24615         * configure.ac: OSS portability
24616         * ext/arts/gst_arts.c: idem
24617         * sys/oss/gstosselement.c: idem
24618         * sys/oss/gstossmixer.c: idem
24619         * sys/oss/gstosssink.c: idem
24620         * sys/oss/gstosssrc.c: idem
24621         * sys/oss/oss_probe.c: idem
24622           - check for soundcard.h in different places for some BSD
24623
24624 2004-06-07  Jan Schmidt <thaytan@mad.scientist.com>
24625
24626         * AUTHORS:
24627         Add me to the authors file
24628         * configure.ac:
24629         Increase the libdv requirement to >= version 0.100
24630         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_src_convert),
24631         (gst_dvdec_src_query), (gst_dvdec_handle_sink_event),
24632         (gst_dvdec_push), (gst_dvdec_loop), (gst_dvdec_change_state):
24633         * ext/dv/gstdvdec.h:
24634         Add support for the new_media flag when sending DISCONT events
24635         Make the querying work when video pad is not linked
24636
24637 2004-06-07  Tim-Philipp Müller  <t.i.m@zen.co.uk>
24638
24639         reviewed by Benjamin Otte  <otte@gnome.org>
24640
24641         * gst/mixmatrix/mixmatrix.c: (gst_mixmatrix_init):
24642           create a NULL-initialized array of pads, so we don't think they
24643           exist already. (fixes #143130)
24644
24645 2004-06-07  Benjamin Otte  <otte@gnome.org>
24646
24647         * gst/mixmatrix/mixmatrix.c: (gst_mixmatrix_init),
24648         (mixmatrix_resize), (gst_mixmatrix_set_all_caps),
24649         (gst_mixmatrix_request_new_pad), (gst_mixmatrix_loop):
24650           don't use // coments
24651
24652 2004-06-07  Benjamin Otte  <otte@gnome.org>
24653
24654         * ext/alsa/gstalsa.c: (gst_alsa_samples_to_timestamp):
24655           cast to GstClockTime to get higher granularity
24656         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
24657           use gst_element_set_time_delay to get the exact time
24658         * ext/mad/gstmad.c: (gst_mad_chain):
24659           use the negotiated rate instead of the current frame's rate which
24660           might be wrong because of bit errors. This avoids emitting totally
24661           bogus timestamps and screwing sync.
24662         (fixes #143454)
24663
24664 2004-06-07  Tim-Philipp Müller  <t.i.m@zen.co.uk>
24665
24666         reviewed by Benjamin Otte  <otte@gnome.org>
24667
24668         * gst/adder/gstadder.c: (gst_adder_loop):
24669           properly error out when no negotiation has happened yet. (fixes
24670           #143032)
24671
24672 2004-06-06  Benjamin Otte  <otte@gnome.org>
24673
24674         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event):
24675           forward correctly transformed offset in discont events. Based on
24676           patch by Arwed v. Merkatz. (fixes #142851)
24677
24678 2004-06-06  David Schleef  <ds@schleef.org>
24679
24680         * gst/ffmpegcolorspace/gstffmpegcodecmap.c: that's
24681         G_HAVE_GNUC_VARARGS, not G_HAVE_GNU_VARARGS.  Should fix compile
24682         problems on several systems.
24683
24684 2004-06-06  Benjamin Otte  <otte@gnome.org>
24685
24686         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init):
24687           use explicit caps on the srcpad
24688         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
24689           properly error out if caps couldn't be set (fixes #142764)
24690
24691 2004-06-06  Benjamin Otte  <otte@gnome.org>
24692
24693         * ext/alsa/gstalsa.c: (gst_alsa_probe_hw_params),
24694         (gst_alsa_set_hw_params), (gst_alsa_set_sw_params),
24695         (gst_alsa_start_audio):
24696           - don't call set_periods_integer anymore, it breaks the
24697           configuration randomly
24698           - call snd_pcm_hw_params_set_access directly instead of using masks
24699           - don't fail if the sw_params can't be set, just use the default
24700           params and hope it works. Alsalib has weird issues when you touch
24701           sw_params and does no proper error reporting about what failed.
24702         * ext/alsa/gstalsa.c: (gst_alsa_open_audio),
24703         (gst_alsa_close_audio):
24704           make our alsa debugging go via gst debugging and not conditionally
24705           defined
24706         * ext/alsa/gstalsa.h:
24707           add ALSA_DEBUG_FLUSH macro
24708         * ext/alsa/gstalsaplugin.c: (gst_alsa_error_wrapper),
24709         (plugin_init):
24710           wrap alsa errors to be printed via the gst debugging system and not
24711           spammed to stderr
24712
24713 2004-06-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
24714
24715         * gst/qtdemux/qtdemux.c: (gst_qtdemux_init),
24716         (gst_qtdemux_handle_src_query), (gst_qtdemux_handle_src_event),
24717         (gst_qtdemux_handle_sink_event), (gst_qtdemux_change_state),
24718         (gst_qtdemux_loop_header), (qtdemux_dump_mvhd),
24719         (qtdemux_parse_trak):
24720         * gst/qtdemux/qtdemux.h:
24721           Bitch. Also known as seeking, querying & co.
24722         * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_chain),
24723         (gst_osssink_change_state):
24724         * sys/oss/gstosssink.h:
24725           Resyncing is for weenies, this hack is no longer needed and was
24726           broken anyway (since it - unintendedly - always leaves resync to
24727           TRUE).
24728
24729 2004-06-05  Andrew Turner <zxombie@hotpop.com>
24730
24731         * gst/tcp/gsttcp.c: portability (Solaris 10/FreeBSD)
24732         * gst/tcp/gsttcpclientsrc.h: idem
24733           - define MSG_NOSIGNAL if not done
24734           - include unistd.h for off_t
24735           (fixes #143749)
24736
24737 2004-06-05  Benjamin Otte  <otte@gnome.org>
24738
24739         * configure.ac:
24740         * ext/kio/Makefile.am:
24741           check for qt's moc preprocessor explicitly and use it
24742
24743 2004-06-03  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
24744
24745         * gst/tcp/gsttcp.c: (gst_tcp_socket_write):
24746           don't get a signal for EPIPE on socket writes
24747           (somebody check if this works on other platforms)
24748
24749 2004-06-02  Thomas Vander Stichele  <thomas at apestaart dot org>
24750
24751         * ext/alsa/gstalsaclock.c: (gst_alsa_clock_get_type):
24752         * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
24753           check error condition on available samples correctly
24754
24755 2004-06-02  Thomas Vander Stichele  <thomas at apestaart dot org>
24756
24757         * ext/alsa/gstalsasrc.c: (gst_alsa_src_get_time):
24758           avoid a segfault
24759         * gst/tcp/gsttcp.c: (gst_tcp_socket_write), (gst_tcp_socket_read),
24760         (gst_tcp_gdp_read_header), (gst_tcp_gdp_read_caps):
24761         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_gdp_read_caps),
24762         (gst_tcpserversrc_gdp_read_header):
24763          use ssize_t over size_t since the former is signed and thus the
24764          check for error codes can work
24765
24766 2004-06-02  Wim Taymans  <wim@fluendo.com>
24767
24768         reviewed by: Johan
24769
24770         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
24771         (gst_multipart_mux_loop):
24772         Oops
24773
24774 2004-06-02  Wim Taymans  <wim@fluendo.com>
24775
24776         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
24777         (gst_multipart_mux_init), (gst_multipart_mux_loop),
24778         (gst_multipart_mux_get_property), (gst_multipart_mux_set_property),
24779         (gst_multipart_mux_change_state):
24780         Added configurable boundary specifier, added the value as a
24781         caps field as well.
24782
24783 2004-06-02  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
24784
24785         * gst/tcp/gsttcp.c:
24786         * gst/tcp/gsttcpclientsrc.c:
24787         * gst/tcp/gsttcpclientsrc.h:
24788         * gst/tcp/gsttcpserversrc.c:
24789           - portability fix, to compile on OSX
24790             (fixes #143146)
24791
24792         * sys/osxaudio/gstosxaudioelement.c:
24793         * sys/osxaudio/gstosxaudiosink.c:
24794         * sys/osxaudio/gstosxaudiosrc.c:
24795           - compilation warnings on OSX
24796             (fixes #143153)
24797
24798 2004-06-02  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
24799
24800         * ext/vorbis/vorbisdec.c : sign warning fixes
24801
24802         * gst-libs/gst/mixer/mixertrack.c :
24803           do no use defines which are glib 2.4 specific
24804
24805 2004-06-01  Christophe Fergeau  <teuf@gnome.org>
24806
24807         * ext/flac/gstflactag.c: strip ending framing bit from vorbiscomment
24808           buffer since libflac doesn't expect it (reports a sync error when
24809           it encounters that)
24810
24811
24812 2004-06-01  Owen Fraser-Green  <owen@discobabe.net>
24813
24814         * gst-libs/gst/mixer/mixertrack.h: Changed struct syntax
24815         * gst-libs/gst/mixer/mixertrack.c:
24816         (gst_mixer_track_get_property), (get_mixer_track_init),
24817         (get_mixer_track_get_property): Added property accessors
24818         * gst-libs/gst/mixer/mixeroptions.h: Changed struct syntax
24819         * gst-libs/gst/mixer/mixeroptions.c:
24820         (gst_mixer_options_get_values): Added
24821         * gst-libs/gst/mixer/mixer.h: Changed GstMixerClass syntax
24822         * gst-libs/gst/mixer/mixer.c: Fixed comment
24823
24824
24825 2004-06-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
24826
24827         * ext/alsa/gstalsa.c: (gst_alsa_open_audio):
24828           improve error messages on open
24829
24830
24831 2004-06-01  Thomas Vander Stichele  <thomas at apestaart dot org>
24832
24833         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay):
24834           check if v4l-conf is in path
24835
24836 2004-06-01  Thomas Vander Stichele  <thomas at apestaart dot org>
24837
24838         * gst-libs/gst/media-info/media-info-priv.c: (gmi_set_mime):
24839           change assert to a more readable error message
24840
24841 2004-05-31  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
24842
24843         * gst-libs/gst/tuner/tunerchannel.h:
24844           - add a freq_multiplicator field to make the conversion
24845             between internal frequency unit and Hz
24846         * sys/v4l/gstv4lelement.c:
24847         * sys/v4l2/gstv4l2element.c:
24848           - change default video device to /dev/video0
24849         * sys/v4l/v4l_calls.c:
24850         * sys/v4l2/v4l2_calls.c:
24851           - we only expose frequency to the user in Hz instead of
24852             bastard v4lX unit (either 62.5kHz or 62.5Hz)
24853
24854 2004-05-31  Jan Schmidt  <thaytan@mad.scientist.com>
24855         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
24856           Initialise b_o_s and e_o_s variables
24857         * gst-libs/gst/riff/riff-media.c:
24858         (gst_riff_create_video_caps_with_data):
24859           Add some unusual fourcc's from mplayer avi's
24860         * gst/multipart/multipartmux.c: (gst_multipart_mux_plugin_init):
24861           Make the muxer have rank GST_RANK_NONE, so it doesn't mess up
24862           autoplugging.
24863
24864 2004-05-28  Wim Taymans  <wim@fluendo.com>
24865
24866         * configure.ac:
24867         * gst/alpha/Makefile.am:
24868         * gst/alpha/gstalpha.c: (gst_alpha_method_get_type),
24869         (gst_alpha_get_type), (gst_alpha_base_init),
24870         (gst_alpha_class_init), (gst_alpha_init), (gst_alpha_set_property),
24871         (gst_alpha_get_property), (gst_alpha_sink_link), (gst_alpha_add),
24872         (gst_alpha_chroma_key), (gst_alpha_chain),
24873         (gst_alpha_change_state), (plugin_init):
24874         A plugin to add an alpha channel to I420 video. Can optionally do
24875         chroma keying.
24876         * gst/multipart/Makefile.am:
24877         * gst/multipart/multipart.c: (plugin_init):
24878         * gst/multipart/multipartdemux.c: (gst_multipart_demux_base_init),
24879         (gst_multipart_demux_class_init), (gst_multipart_demux_init),
24880         (gst_multipart_demux_finalize), (gst_multipart_demux_handle_event),
24881         (gst_multipart_find_pad_by_mime), (gst_multipart_demux_chain),
24882         (gst_multipart_demux_change_state),
24883         (gst_multipart_demux_plugin_init):
24884         * gst/multipart/multipartmux.c: (gst_multipart_mux_get_type),
24885         (gst_multipart_mux_base_init), (gst_multipart_mux_class_init),
24886         (gst_multipart_mux_get_sink_event_masks), (gst_multipart_mux_init),
24887         (gst_multipart_mux_sinkconnect), (gst_multipart_mux_pad_link),
24888         (gst_multipart_mux_pad_unlink),
24889         (gst_multipart_mux_request_new_pad),
24890         (gst_multipart_mux_handle_src_event),
24891         (gst_multipart_mux_next_buffer), (gst_multipart_mux_compare_pads),
24892         (gst_multipart_mux_queue_pads), (gst_multipart_mux_loop),
24893         (gst_multipart_mux_get_property), (gst_multipart_mux_set_property),
24894         (gst_multipart_mux_change_state), (gst_multipart_mux_plugin_init):
24895         A Multipart demuxer/muxer. Not sure if it violates specs. Used to
24896         send multipart jpeg images to a browser.
24897         * gst/videobox/Makefile.am:
24898         * gst/videobox/README:
24899         * gst/videobox/gstvideobox.c: (gst_video_box_fill_get_type),
24900         (gst_video_box_get_type), (gst_video_box_base_init),
24901         (gst_video_box_class_init), (gst_video_box_init),
24902         (gst_video_box_set_property), (gst_video_box_get_property),
24903         (gst_video_box_sink_link), (gst_video_box_i420),
24904         (gst_video_box_ayuv), (gst_video_box_chain),
24905         (gst_video_box_change_state), (plugin_init):
24906         Crops or adds borders around an image. can do alpha channel
24907         borders as well.
24908         * gst/videomixer/Makefile.am:
24909         * gst/videomixer/README:
24910         * gst/videomixer/videomixer.c: (gst_videomixer_pad_get_type),
24911         (gst_videomixer_pad_base_init), (gst_videomixer_pad_class_init),
24912         (gst_videomixer_pad_get_sink_event_masks),
24913         (gst_videomixer_pad_get_property),
24914         (gst_videomixer_pad_set_property),
24915         (gst_videomixer_pad_sinkconnect), (gst_videomixer_pad_link),
24916         (gst_videomixer_pad_unlink), (gst_videomixer_pad_init),
24917         (gst_video_mixer_background_get_type), (gst_videomixer_get_type),
24918         (gst_videomixer_base_init), (gst_videomixer_class_init),
24919         (gst_videomixer_init), (gst_videomixer_request_new_pad),
24920         (gst_videomixer_handle_src_event),
24921         (gst_videomixer_blend_ayuv_i420), (gst_videomixer_fill_checker),
24922         (gst_videomixer_fill_color), (gst_videomixer_fill_queues),
24923         (gst_videomixer_blend_buffers), (gst_videomixer_update_queues),
24924         (gst_videomixer_loop), (gst_videomixer_get_property),
24925         (gst_videomixer_set_property), (gst_videomixer_change_state),
24926         (plugin_init):
24927         Generic video mixer plugin, can handle multiple inputs all with
24928         different framerates and video sizes. Is fully alpha channel
24929         aware.
24930
24931 2004-05-27  Ronald Bultje  <rbultje@ronald.bitfreak.net>
24932
24933         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
24934           Select first track as master track. Not sure how else to handle
24935           that...
24936         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer):
24937           Discard discont events. Should fix #142962.
24938
24939 2004-05-26  Ronald Bultje  <rbultje@ronald.bitfreak.net>
24940
24941         * ext/alsa/Makefile.am:
24942         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_interface_init),
24943         (gst_alsa_mixer_build_list), (gst_alsa_mixer_get_volume),
24944         (gst_alsa_mixer_set_volume), (gst_alsa_mixer_set_mute),
24945         (gst_alsa_mixer_set_record), (gst_alsa_mixer_set_option),
24946         (gst_alsa_mixer_get_option):
24947         * ext/alsa/gstalsamixer.h:
24948         * ext/alsa/gstalsamixeroptions.c:
24949         (gst_alsa_mixer_options_get_type),
24950         (gst_alsa_mixer_options_class_init), (gst_alsa_mixer_options_init),
24951         (gst_alsa_mixer_options_new):
24952         * ext/alsa/gstalsamixeroptions.h:
24953         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
24954         * ext/alsa/gstalsamixertrack.h:
24955           Add enumerations (as GstMixerOptions). Make correct distinction
24956           between input/output tracks. Add capture/playback private flag.
24957           Use flag to decide on whether to set capture or playback volumes
24958           or switches. Use playback and record switches.
24959         * gst-libs/gst/mixer/Makefile.am:
24960         * gst-libs/gst/mixer/mixer-marshal.list:
24961         * gst-libs/gst/mixer/mixer.c: (gst_mixer_class_init),
24962         (gst_mixer_set_option), (gst_mixer_get_option),
24963         (gst_mixer_mute_toggled), (gst_mixer_record_toggled),
24964         (gst_mixer_volume_changed), (gst_mixer_option_changed):
24965         * gst-libs/gst/mixer/mixer.h:
24966         * gst-libs/gst/mixer/mixeroptions.c: (gst_mixer_options_get_type),
24967         (gst_mixer_options_class_init), (gst_mixer_options_init),
24968         (gst_mixer_options_dispose):
24969         * gst-libs/gst/mixer/mixeroptions.h:
24970           Add GstMixerOptions.
24971         * sys/oss/gstosselement.c: (gst_osselement_class_probe_devices):
24972           Rename Audio Mixer to OSS Mixer (similar to Alsa Mixer). Fix
24973           broken device detection on computers with multiple OSS sound
24974           cards.
24975
24976 2004-05-26  Benjamin Otte  <in7y118@public.uni-hamburg.de>
24977
24978         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_fixate):
24979           fixate nicely even when the peer is not negotiating
24980
24981 2004-05-25  Benjamin Otte  <in7y118@public.uni-hamburg.de>
24982
24983         * gst/audioconvert/gstaudioconvert.c:
24984         (gst_audio_convert_parse_caps):
24985           make sure we don't allow depth > width
24986         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_fixate):
24987           fixate endianness to G_BYTE_ORDER as default
24988         * gst/audioscale/gstaudioscale.c:
24989           we don't handle another endianness as host-endianness
24990
24991 2004-05-25  David Schleef  <ds@schleef.org>
24992
24993         * gst/ffmpegcolorspace/mem.c:  malloc() is in stdlib.h, not malloc.h
24994
24995 2004-05-24  Benjamin Otte  <otte@gnome.org>
24996
24997         * ext/vorbis/oggvorbisenc.c: (gst_oggvorbisenc_sinkconnect),
24998         (gst_oggvorbisenc_setup):
24999           properly fail when we can't setup the vorbis encoder due to
25000           unsupported settings
25001         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_sinkconnect),
25002         (gst_vorbisenc_setup):
25003           same
25004         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
25005           fix case where warnings occured when one pad was unlinked while the
25006           other's link function was called
25007
25008 2004-05-24  Thomas Vander Stichele  <thomas at apestaart dot org>
25009
25010         * gst/tcp/Makefile.am:
25011           use GST_ENABLE_NEW
25012
25013 2004-05-24  Benjamin Otte  <in7y118@public.uni-hamburg.de>
25014
25015         * gst-libs/gst/resample/private.h:
25016           don't use optimizations that are #if 0'ed
25017
25018 2004-05-24  Wim Taymans  <wim@fluendo.com>
25019
25020         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query):
25021         Fix potential division by zero error and hopefully get
25022         the position query right to get correct timestamps on avi
25023         audio.
25024
25025 2004-05-24  Wim Taymans  <wim@fluendo.com>
25026
25027         * gst/videoscale/videoscale.c: (gst_videoscale_scale_nearest),
25028         (gst_videoscale_scale_nearest_str2),
25029         (gst_videoscale_scale_nearest_str4),
25030         (gst_videoscale_scale_nearest_32bit),
25031         (gst_videoscale_scale_nearest_24bit),
25032         (gst_videoscale_scale_nearest_16bit):
25033         Fix the scaling algorithm and avoid a buffer overflow.
25034         removed the while loop in the scaling function as it
25035         was used for point sampling only.
25036
25037 2004-05-24  Benjamin Otte  <in7y118@public.uni-hamburg.de>
25038
25039         * ext/mad/gstid3tag.c: (gst_id3_tag_get_type),
25040         (gst_id3_tag_class_init), (gst_id3_tag_init),
25041         (gst_id3_tag_set_property), (gst_id3_tag_get_tag_to_render),
25042         (gst_id3_tag_handle_event), (gst_id3_tag_do_caps_nego),
25043         (gst_id3_tag_send_tag_event):
25044           lots of fixes to make id3mux work and id3demux work correctly
25045
25046 2004-05-24  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
25047
25048         * ext/Makefile.am:
25049           add rules to build shout2send (was removed by accident
25050           when this module was no more marked experimental/broken)
25051
25052 2004-05-24  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
25053
25054         * ext/shout2/gstshout2.c:
25055         * ext/shout2/gstshout2.h:
25056           adding a "connection problem" signal to shout2send
25057           (fixes #142954)
25058
25059 2004-05-21  Thomas Vander Stichele  <thomas at apestaart dot org>
25060
25061         * ext/kio/kioreceiver.cpp:
25062         * ext/kio/kioreceiver.h:
25063           fix sign comparison issues
25064
25065 2004-05-21  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
25066
25067         * gst/cdxaparse/gstcdxaparse.c:
25068         * gst/cdxaparse/gstcdxaparse.h:
25069           some renaming
25070           add some checks/sanity
25071           prepare for seek addition
25072
25073         * sys/sunaudio/gstsunaudio.c:
25074           remove exported dupe init function
25075
25076 2004-05-21  Jan Schmidt  <thaytan@mad.scientist.com>
25077
25078         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_get_formats),
25079         (gst_dvdec_src_convert), (gst_dvdec_sink_convert):
25080           Fix format conversion and position querying.
25081         * gst/debug/progressreport.c: (gst_progressreport_report):
25082           Don't output a bogus total value that we didn't query.
25083         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
25084           Always set XV_AUTOPAINT_COLORKEY to true. Fixes xvimagesink showing
25085           only a blank window after xine has been used.
25086
25087 2004-05-21  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
25088
25089         * m4/as-arts.m4:
25090           sync with upstream version to fix test on FC2
25091           readd with -ko to preserve Id header
25092
25093 2004-05-20  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
25094
25095         * configure.ac:
25096           test for FIONREAD ioctl in sys/filio.h for Solaris compat.
25097         * gst/tcp/gsttcpclientsrc.c: idem
25098         * gst/tcp/gsttcpserversink.c: idem
25099         * gst/tcp/gsttcpserversrc.c: idem
25100         * m4/gst-fionread.m4: idem
25101
25102         * sys/sunaudio/gstsunaudio.c: change category to Sink/Audio
25103
25104         * configure.ac: enable speex plugin for speex 1.1.5+
25105         * ext/speex/gstspeexenc.c: fix cast warning
25106
25107         * ext/esd/README: fix typo
25108
25109 2004-05-20  David Schleef  <ds@schleef.org>
25110
25111         * configure.ac: Minor cosmetic change to convince the buildbot to
25112         reautogen.
25113         * sys/sunaudio/gstsunaudio.c: (gst_sunaudiosink_class_init),
25114         (gst_sunaudiosink_init), (gst_sunaudiosink_getcaps),
25115         (gst_sunaudiosink_pad_link), (gst_sunaudiosink_chain),
25116         (gst_sunaudiosink_setparams), (gst_sunaudiosink_open),
25117         (gst_sunaudiosink_close), (gst_sunaudiosink_change_state),
25118         (gst_sunaudiosink_set_property), (gst_sunaudiosink_get_property):
25119         More hacking.  Plays audio now.
25120
25121 2004-05-20  David Schleef  <ds@schleef.org>
25122
25123         * configure.ac:
25124         * sys/Makefile.am:
25125
25126 2004-05-20  David Schleef  <ds@schleef.org>
25127
25128         * sys/osxaudio/Makefile.am:  New OS X audio plugin by Zaheer Abbas Merali
25129         * sys/osxaudio/gstosxaudio.c:
25130         * sys/osxaudio/gstosxaudioelement.c:
25131         * sys/osxaudio/gstosxaudioelement.h:
25132         * sys/osxaudio/gstosxaudiosink.c:
25133         * sys/osxaudio/gstosxaudiosink.h:
25134         * sys/osxaudio/gstosxaudiosrc.c:
25135         * sys/osxaudio/gstosxaudiosrc.h:
25136
25137 2004-05-20  Thomas Vander Stichele  <thomas at apestaart dot org>
25138
25139         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_set_header_on_caps),
25140         (gst_vorbisenc_chain):
25141           put the codec headers on the caps as streamheader as well as
25142           pushing them out
25143
25144 2004-05-20  Thomas Vander Stichele  <thomas at apestaart dot org>
25145
25146         * ext/vorbis/vorbisenc.c: (vorbis_granule_time_copy),
25147         (gst_vorbisenc_buffer_from_packet), (gst_vorbisenc_push_buffer),
25148         (gst_vorbisenc_push_packet), (gst_vorbisenc_chain):
25149         split up push_packet into two functions
25150
25151 2004-05-20  Thomas Vander Stichele  <thomas at apestaart dot org>
25152
25153         * gst/tcp/.cvsignore:
25154           ignore enums
25155         * gst/tcp/Makefile.am:
25156         * gst/tcp/README:
25157         * gst/tcp/gsttcp.c:
25158         * gst/tcp/gsttcp.h:
25159         * gst/tcp/gsttcpclientsink.c:
25160         * gst/tcp/gsttcpclientsink.h:
25161         * gst/tcp/gsttcpclientsrc.c:
25162         * gst/tcp/gsttcpclientsrc.h:
25163         * gst/tcp/gsttcpplugin.c:
25164         * gst/tcp/gsttcpserversink.c:
25165         * gst/tcp/gsttcpserversink.h:
25166         * gst/tcp/gsttcpserversrc.c:
25167         * gst/tcp/gsttcpserversrc.h:
25168           add new tcp elements
25169
25170 2004-05-19  Wim Taymans  <wim@fluendo.com>
25171
25172         * gst/law/mulaw-conversion.c: (mulaw_encode):
25173         Fix overflow bug in ulaw encoding.
25174
25175 2004-05-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
25176
25177         * ext/mad/gstmad.c: (gst_mad_handle_event):
25178           don't unref the event twice
25179
25180 2004-05-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
25181
25182         * configure.ac:
25183           remove -Wno-sign-compare
25184
25185 2004-05-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
25186
25187         * configure.ac:
25188           remove -DG_DISABLE_DEPRECATED. It's not usable without workarounds
25189           if you want to work against glib 2.2 and 2.4
25190
25191 2004-05-19  Thomas Vander Stichele  <thomas at apestaart dot org>
25192
25193         * gst/tcp/Makefile.am:
25194         * gst/tcp/gsttcp.c:
25195         * gst/tcp/gsttcp.h:
25196         * gst/tcp/gsttcpsink.h:
25197         * gst/tcp/gsttcpsrc.h:
25198           gsttcp -> gsttcpplugin + CVS surgery in preparation for tcp merge
25199
25200 2004-05-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
25201
25202         * gst/debug/tests.c: (md5_get_value):
25203           fix segfault on gst-inspect
25204
25205 2004-05-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
25206
25207         * gst/debug/testplugin.c:
25208         * gst/debug/tests.c:
25209         * gst/debug/tests.h:
25210           add new extensible and configurable testing element. Current tests
25211           include buffer count, stream length, timestamp/duration matching and
25212           md5.
25213         * gst/debug/Makefile.am:
25214         * gst/debug/gstdebug.c: (plugin_init):
25215           add infrastructure for new element
25216
25217 2004-05-19  Johan Dahlin  <johan@gnome.org>
25218
25219         * ext/dv/gstdvdec.c (gst_dvdec_quality_get_type): Add proper
25220         ending of the array. Fixes gst-inspect segfault on ppc.
25221
25222 2004-05-19  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
25223
25224         * ext/dirac/gstdiracdec.cc : change category to Codec/Decoder/Video
25225
25226         * m4/a52.m4 : don't fix a test that should fail with current a52dec lib
25227
25228 2004-05-18  David Schleef  <ds@schleef.org>
25229
25230         * gst/ffmpegcolorspace/imgconvert.c: (img_convert): Fixes for
25231         warnings (bugs, actually) noticed by gcc but not forte.
25232
25233 2004-05-18  David Schleef  <ds@schleef.org>
25234
25235         * sys/sunaudio/Makefile.am:
25236         * sys/sunaudio/gstsunaudio.c: New sunaudiosink
25237
25238 2004-05-18  David Schleef  <ds@schleef.org>
25239
25240         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
25241         (gst_qtdemux_loop_header):  Patch from dcm@acm.org (David Moore)
25242         to allow qtdemux to use non-seekable streams. (bug #142272)
25243
25244 2004-05-18  David Schleef  <ds@schleef.org>
25245
25246         * gst-libs/gst/resample/resample.c: (gst_resample_sinc_ft_s16),
25247         (gst_resample_sinc_ft_float): Remove use of static temporary
25248         buffer.  This code was obviously not supposed to last long, but
25249         it's stuck in our ABI, so it required a little hack to make it
25250         ABI-compatible.  Fixes #142585.
25251         * gst-libs/gst/resample/resample.h: same.
25252
25253 2004-05-18  David Schleef  <ds@schleef.org>
25254
25255         * configure.ac: Add sunaudio
25256         * examples/Makefile.am: make gstplay depend on gconf
25257         * gst/ffmpegcolorspace/gstffmpegcodecmap.c: Remove c99-isms
25258         * gst/ffmpegcolorspace/imgconvert.c: (build_rgb_palette),
25259         (convert_table_lookup), (img_convert): remove c99-isms
25260         * gst/ffmpegcolorspace/imgconvert_template.h: make a constant
25261           unsigned, to fix a warning on Solaris
25262         * gst/mpeg1sys/systems.c: bcopy->memcpy
25263         * gst/rtjpeg/RTjpeg.c: (RTjpeg_yuvrgb8): bcopy->memcpy
25264         * sys/Makefile.am: Add sunaudio
25265
25266 2004-05-18  Wim Taymans  <wim@fluendo.com>
25267
25268         * ext/ogg/gstoggmux.c: (gst_ogg_mux_get_type), (gst_ogg_mux_init),
25269         (gst_ogg_mux_sinkconnect), (gst_ogg_mux_request_new_pad),
25270         (gst_ogg_mux_next_buffer), (gst_ogg_mux_push_page),
25271         (gst_ogg_mux_compare_pads), (gst_ogg_mux_queue_pads),
25272         (gst_ogg_mux_loop):
25273         Fix an ugly memleak where the muxer didn't flush enough ogg
25274         pages. This also resulted in badly muxed ogg files.
25275
25276 2004-05-18  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
25277
25278         * gst/asfdemux/asfheaders.c :
25279         * gst/asfdemux/asfheaders.h :
25280         * gst/asfdemux/gstasfdemux.c :
25281           - fix ASF_OBJ_PADDING guid
25282           - add 3 new object guids (language list, metadata,
25283             extended stream properties)
25284           - add a function to parse extended header objects
25285
25286 2004-05-18  Benjamin Otte  <in7y118@public.uni-hamburg.de>
25287
25288         * sys/oss/gstosselement.c: (gst_osselement_sync_parms):
25289           remove leftover debugging g_print
25290
25291 2004-05-17  Ronald Bultje  <rbultje@ronald.bitfreak.net>
25292
25293         * ext/mad/gstmad.c: (gst_mad_handle_event):
25294           Fix for when the first format in a discont event is not a
25295           byte-based one. Should fix #137710.
25296
25297 2004-05-18  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
25298
25299         * m4/a52.m4 : fix compilation with -Wall -Werror
25300         * m4/libfame.m4 : idem
25301         * m4/libmikmod.m4 : idem
25302
25303 2004-05-17  Benjamin Otte  <otte@gnome.org>
25304
25305         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_comment):
25306           signal the new tags before giving up the reference
25307
25308 2004-05-17  Benjamin Otte  <in7y118@public.uni-hamburg.de>
25309
25310         * ext/shout2/gstshout2.c:
25311           use application/ogg instead of application/x-ogg (patch by Patrick
25312           Guimond, fixes #142432)
25313         * sys/oss/gstosselement.c: (gst_osselement_reset),
25314         (gst_osselement_sync_parms):
25315           don't set fragment size unless specified (fixes #142493)
25316
25317 2004-05-17  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
25318
25319         * configure.ac : fix compilation of v4l2src with "-Wall -Werror"
25320           fixes #142664
25321
25322 2004-05-17  Benjamin Otte  <otte@gnome.org>
25323
25324         * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
25325           compute offsets correctly for internal buffers so timestamps are set
25326           correctly when we can't seek. Also handle cases where there are no
25327           offsets. (based on a patch by David Moore, fixes #142507)
25328
25329 2004-05-17  Benjamin Otte  <otte@gnome.org>
25330
25331         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
25332           use correct variable when determining amount of data to skip so we
25333           don't skip into the void and segfault
25334
25335 2004-05-16  Benjamin Otte  <otte@gnome.org>
25336
25337         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_audio_caps):
25338           Hi, I'm a memleak
25339
25340 2004-05-16  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
25341
25342         * gst/asfdemux/gstasfdemux.c:
25343           - fix a mem leak and always propagate tags
25344           - add WMV3 to known video codecs (but no decoder yet)
25345           - replace "surplus data" at end of audio header for what
25346             it is : codec specific data
25347           - fix a typo
25348
25349 2004-05-16  Arwed v. Merkatz  <v.merkatz@gmx.net>
25350
25351         reviewed by: Ronald Bultje  <rbultje@ronald.bitfreak.net>
25352
25353         * gst-libs/gst/audio/audioclock.c:
25354           Fix wrong return type (#142205).
25355
25356 2004-05-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
25357
25358         * ext/mad/gstmad.c: (gst_mad_class_init), (gst_mad_init):
25359           Ignore CRCs by default (fixes #142566).
25360
25361 2004-05-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
25362
25363         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_open),
25364         (gst_alsa_mixer_close), (gst_alsa_mixer_supported),
25365         (gst_alsa_mixer_build_list), (gst_alsa_mixer_free_list),
25366         (gst_alsa_mixer_change_state), (gst_alsa_mixer_list_tracks),
25367         (gst_alsa_mixer_get_volume), (gst_alsa_mixer_set_volume),
25368         (gst_alsa_mixer_set_mute), (gst_alsa_mixer_set_record):
25369           Fix for cases where we fail to attach to a mixer.
25370
25371 2004-05-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
25372
25373         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_seek):
25374           Don't touch events after not owning them anymore.
25375         * gst/wavparse/gstwavparse.c: (gst_wavparse_base_init),
25376         (gst_wavparse_fmt), (gst_wavparse_other),
25377         (gst_wavparse_handle_seek), (gst_wavparse_loop),
25378         (gst_wavparse_pad_convert), (gst_wavparse_pad_query),
25379         (gst_wavparse_srcpad_event):
25380         * gst/wavparse/gstwavparse.h:
25381           Add seeking, fix querying.
25382
25383 2004-05-16  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
25384
25385         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_comment):
25386           - process comments even if they don't end with \0\0
25387             g_convert would ignore them if present and works well without them
25388
25389 2004-05-16  Benjamin Otte  <otte@gnome.org>
25390
25391         * ext/alsa/gstalsa.c: (gst_alsa_caps), (gst_alsa_get_caps):
25392           simplify caps
25393
25394 2004-05-16  Benjamin Otte  <otte@gnome.org>
25395
25396         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_comment):
25397           don't write to memory we might not write to - g_convert does that
25398           for us anyway (fixes #142613)
25399         (gst_asf_demux_audio_caps):
25400           comment out gst_util_dump_mem
25401
25402 2004-05-16  Benjamin Otte  <otte@gnome.org>
25403
25404         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
25405           compute correct expected timestamps after seek (broken since
25406           last commit)
25407         * ext/gdk_pixbuf/pixbufscale.c: (pixbufscale_init):
25408           rename element and debugging category to gdkpixbufscale
25409
25410 2004-05-16  Benjamin Otte  <otte@gnome.org>
25411
25412         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
25413           add error checking to snd_pcm_delay and remove duplicate call to
25414           snd_pcm_delay that caused issues (see inline code comments)
25415         * ext/alsa/gstalsasink.c: (gst_alsa_sink_get_time):
25416           make more readable and fix return value when snd_pcm_delay fails
25417         (fixes #142586)
25418
25419 2004-05-15  Jan Schmidt  <thaytan@mad.scientisti.com>
25420         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_method_get_type),
25421         (gst_pixbufscale_get_type), (gst_pixbufscale_base_init),
25422         (gst_pixbufscale_class_init), (gst_pixbufscale_getcaps),
25423         (gst_pixbufscale_link), (gst_pixbufscale_init),
25424         (gst_pixbufscale_handle_src_event), (pixbufscale_scale),
25425         (gst_pixbufscale_chain), (gst_pixbufscale_set_property),
25426         (gst_pixbufscale_get_property), (pixbufscale_init):
25427         * ext/gdk_pixbuf/pixbufscale.h:
25428         Add these files I forgot earlier
25429
25430 2004-05-15  Jan Schmidt  <thaytan@mad.scientist.com>
25431         * ext/gdk_pixbuf/Makefile.am:
25432         * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init):
25433         * ext/gdk_pixbuf/gstgdkpixbuf.h:
25434         Add new pixbufscale element to scale RGB video
25435         using gdk_pixbuf, because gdk_pixbuf does BILINEAR
25436         and HYPER interpolation correctly.
25437         * ext/theora/theoraenc.c: (theora_enc_chain),
25438         Discard buffer and return if explicit caps could not be set
25439         (theora_enc_get_property):
25440         Make _get return kbps for the bitrate consistent with
25441         the _set function.
25442
25443
25444 2004-05-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
25445
25446         * ext/libvisual/visual.c: (gst_visual_chain):
25447           add missing visual_audio_analyze
25448
25449 2004-05-14  David Schleef  <ds@schleef.org>
25450
25451         * ext/esd/esdsink.c: (gst_esdsink_chain): Fix crash when ESD
25452         is killed while we're playing.
25453         * gst/qtdemux/qtdemux.c: (qtdemux_parse): call
25454         gst_element_no_more_pads().
25455
25456 2004-05-14  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
25457
25458         * gst-libs/gst/riff/riff-read.c :
25459           - fix INFO tag extraction in RIFF/AVI files
25460             because gst_event_unref (event) also freed taglist
25461           - avoid a mem leak
25462
25463 2004-05-13  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
25464
25465         * ext/mad/gstid3tag.c : move from "Codec/(Dem/M)uxer" to "Codec/(Dem/M)uxer/Audio"
25466         * gst/wavenc/gstwavenc.c : move from "Codec/Encoder/Audio" to "Codec/Muxer/Audio"
25467
25468         * gst/auparse/gstauparse.c :
25469           - add code (commented for now) to support audio/x-adpcm on src pad
25470             (we have no decoder for those layout yet)
25471
25472         * gst/cdxaparse/gstcdxaparse.c :
25473         * gst/cdxaparse/gstcdxaparse.h :
25474           - partial rewrite using RiffRead (ripped iain's wavparse code)
25475
25476         * gst/rtp/gstrtpL16enc.c : typo
25477         * gst/rtp/gstrtpgsmenc.c : typo
25478
25479 2004-05-13  Benjamin Otte  <otte@gnome.org>
25480
25481         * configure.ac:
25482           check for exact version of libvisual, it's not supposed to be
25483           API/ABI stable yet
25484
25485 2004-05-13  Benjamin Otte  <in7y118@public.uni-hamburg.de>
25486
25487         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_push):
25488           signal no-more-pads
25489
25490 2004-05-13  Jan Schmidt  <thaytan@mad.scientist.com>
25491
25492         * ext/dv/gstdvdec.c: (gst_dvdec_src_convert)
25493         Report which format was used for GST_FORMAT_DEFAULT
25494         * gst/debug/Makefile.am:
25495         * gst/debug/gstdebug.c: (plugin_init):
25496         * gst/debug/progressreport.c: (gst_progressreport_base_init),
25497         (gst_progressreport_class_init), (gst_progressreport_init),
25498         (gst_progressreport_report), (gst_progressreport_set_property),
25499         (gst_progressreport_get_property), (gst_progressreport_chain),
25500         (gst_progressreport_plugin_init):
25501         Add progressreport element for testing.
25502
25503 2004-05-13  Thomas Vander Stichele  <thomas at apestaart dot org>
25504
25505         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get), (gst_v4lsrc_change_state):
25506         * sys/v4l/gstv4lsrc.h:
25507         * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_playback_init):
25508         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_capture_init):
25509         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_capture_init),
25510         (gst_v4lsrc_grab_frame):
25511           add more debugging
25512           send a discont at start
25513
25514 2004-05-12  Colin Walters  <walters@redhat.com>
25515
25516         * gst/asfdemux/gstasfdemux.c (gst_asf_demux_process_segment): Avoid
25517         inflooping if we can't find a chunk.  Or in other words, don't blow
25518         chunks if we don't have a chunk to blow.
25519
25520 2004-05-13  Jan Schmidt  <thaytan@mad.scientist.com>
25521         * ext/audiofile/gstafsrc.c: (gst_afsrc_get):
25522         Remove old debug output
25523         * ext/dv/gstdvdec.c: (gst_dvdec_quality_get_type),
25524         (gst_dvdec_class_init), (gst_dvdec_loop), (gst_dvdec_change_state),
25525         (gst_dvdec_set_property), (gst_dvdec_get_property):
25526         Change the quality setting to an enum, so it works from gst-launch
25527         Don't renegotiate a non-linked pad. Allows audio only decoding.
25528         * gst/deinterlace/gstdeinterlace.c: (gst_deinterlace_getcaps),
25529         (gst_deinterlace_link), (gst_deinterlace_init):
25530         * gst/videodrop/gstvideodrop.c: (gst_videodrop_getcaps),
25531         (gst_videodrop_link):
25532         Some caps negotiation fixes
25533
25534 2004-05-12  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
25535
25536         * ext/tarkin/gsttarkin.c :
25537           - Change RANK from NONE to PRIMARY
25538         * ext/gdk_pixbuf/gstgdkpixbuf.c :
25539           - Change RANK from NONE to MARGINAL
25540         * ext/divx/gstdivxenc.c :
25541           - Change RANK from PRIMARY to NONE (encoder/spider issue)
25542
25543 2004-05-12  Thomas Vander Stichele  <thomas at apestaart dot org>
25544
25545         * ext/vorbis/vorbisenc.c: (vorbis_granule_time_copy),
25546         (gst_vorbisenc_push_packet):
25547           copy a function that was added between 1.0 and 1.0.1 until we
25548           depend on worthwhile features of post-1.0
25549
25550 2004-05-12  Benjamin Otte  <in7y118@public.uni-hamburg.de>
25551
25552         * configure.ac:
25553           enable shout2 by default
25554         * ext/shout2/gstshout2.c: (gst_shout2send_protocol_get_type),
25555         (gst_shout2send_base_init), (gst_shout2send_init),
25556         (gst_shout2send_connect), (gst_shout2send_change_state):
25557         * ext/shout2/gstshout2.h:
25558           make this work again. Based on a patch by Zaheer Abbas Merali (fixes
25559           #142262)
25560         * ext/theora/theora.c: (plugin_init):
25561           don't set rank on encoders
25562
25563 2004-05-11  Jeremy Simon  <jesimon@libertysurf.fr>
25564
25565         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_audio_caps):
25566           Use codec_data property instead of flag1 and flag2 for wma
25567
25568 2004-05-11  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
25569
25570         * gst/cdxaparse/gstcdxaparse.c :
25571           - Add mpegversion to CAPS to make it link
25572           - Rank is as GST_RANK_SECONDARY instead of NONE
25573         * gst/auparse/gstauparse.c :
25574           - Document all audio encoding we can encounter from Solaris 9
25575             headers and libsndfile information.
25576           - Increase max. rate from 48000 to 192000 (to match other elements)
25577           - Don't try to play junk data between header and samples
25578
25579 2004-05-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
25580
25581         * ext/libvisual/visual.c: (gst_visual_getcaps):
25582           use the right caps depending on endianness (I hope)
25583         * ext/ogg/gstoggmux.c: (gst_ogg_mux_plugin_init):
25584           use GST_RANK_NONE for all non-decoding elements or spider gets
25585           mighty confused
25586
25587 2004-05-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
25588
25589         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_comment):
25590           Fix some odd cases and fix BE metadata parsing of unicode16 text.
25591
25592 2004-05-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
25593
25594         * gst/switch/gstswitch.c: (gst_switch_release_pad),
25595         (gst_switch_request_new_pad), (gst_switch_poll_sinkpads),
25596         (gst_switch_loop), (gst_switch_get_type):
25597           whoever that was: DO NOT IMPORT PRIVATE SYMBOLS THAT ARE NOT IN
25598           HEADERS. Had to be said.
25599
25600 2004-05-10  David Schleef  <ds@schleef.org>
25601
25602         * configure.ac: Add prototype Dirac support.
25603         * ext/Makefile.am:
25604         * ext/dirac/Makefile.am:
25605         * ext/dirac/gstdirac.cc:
25606         * ext/dirac/gstdiracdec.cc:
25607
25608 2004-05-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
25609
25610         * gst/auparse/gstauparse.c: (gst_auparse_class_init),
25611         (gst_auparse_init), (gst_auparse_chain),
25612         (gst_auparse_change_state):
25613           Hack around spider. Remove me some day please.
25614
25615 2004-05-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
25616
25617         * gst/auparse/gstauparse.c: (gst_auparse_chain):
25618           Fix for some uninitialized variables in previous patch, also
25619           makes it work. Fixes #142286 while we're at it.
25620
25621 2004-05-11  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
25622
25623         * gst/auparse/gstauparse.c:
25624                 fixes a-law, adds mu-law, linear pcm (8,16,24,32), ieee (32, 64)
25625                 only unsupported formats are ADPCM/CCITT G.72x
25626                 reviewed by Ronald
25627         * gst-libs/gst/audio/audio.h: adds 24bit depth to PCM (x-raw-int)
25628
25629 2004-05-10  Wim Taymans  <wim@fluendo.com>
25630
25631         * ext/vorbis/Makefile.am:
25632         * ext/vorbis/README:
25633         * ext/vorbis/oggvorbisenc.c: (gst_oggvorbisenc_get_formats),
25634         (oggvorbisenc_get_type), (vorbis_caps_factory), (raw_caps_factory),
25635         (gst_oggvorbisenc_base_init), (gst_oggvorbisenc_class_init),
25636         (gst_oggvorbisenc_sinkconnect), (gst_oggvorbisenc_convert_src),
25637         (gst_oggvorbisenc_convert_sink),
25638         (gst_oggvorbisenc_get_query_types), (gst_oggvorbisenc_src_query),
25639         (gst_oggvorbisenc_init), (gst_oggvorbisenc_get_tag_value),
25640         (gst_oggvorbisenc_metadata_set1), (gst_oggvorbisenc_set_metadata),
25641         (get_constraints_string), (update_start_message),
25642         (gst_oggvorbisenc_setup), (gst_oggvorbisenc_write_page),
25643         (gst_oggvorbisenc_chain), (gst_oggvorbisenc_get_property),
25644         (gst_oggvorbisenc_set_property), (gst_oggvorbisenc_change_state):
25645         * ext/vorbis/oggvorbisenc.h:
25646         * ext/vorbis/vorbis.c: (plugin_init):
25647         * ext/vorbis/vorbisenc.c: (vorbis_caps_factory),
25648         (raw_caps_factory), (gst_vorbisenc_class_init),
25649         (gst_vorbisenc_init), (gst_vorbisenc_setup),
25650         (gst_vorbisenc_push_packet), (gst_vorbisenc_chain),
25651         (gst_vorbisenc_get_property), (gst_vorbisenc_set_property):
25652         * ext/vorbis/vorbisenc.h:
25653         Added a raw vorbis encoder to be used with the oggmuxer.
25654         We still need the old encoder for some gnome applications,
25655         read the README to find out how that works.
25656         The raw encoder is called "rawvorbisenc" until 0.9.
25657
25658 2004-05-10  Wim Taymans  <wim@fluendo.com>
25659
25660         * ext/ogg/gstogg.c: (plugin_init):
25661         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_plugin_init),
25662         (gst_ogg_print):
25663         * ext/ogg/gstoggmux.c: (gst_ogg_mux_get_type),
25664         (gst_ogg_mux_base_init), (gst_ogg_mux_class_init),
25665         (gst_ogg_mux_get_sink_event_masks), (gst_ogg_mux_init),
25666         (gst_ogg_mux_sinkconnect), (gst_ogg_mux_pad_link),
25667         (gst_ogg_mux_pad_unlink), (gst_ogg_mux_request_new_pad),
25668         (gst_ogg_mux_handle_src_event), (gst_ogg_mux_next_buffer),
25669         (gst_ogg_mux_push_page), (gst_ogg_mux_compare_pads),
25670         (gst_ogg_mux_queue_pads), (gst_ogg_mux_loop),
25671         (gst_ogg_mux_get_property), (gst_ogg_mux_set_property),
25672         (gst_ogg_mux_change_state), (gst_ogg_mux_plugin_init):
25673         Added an ogg muxer.
25674         Small typo fixes in the demuxer.
25675
25676 2004-05-10  Wim Taymans  <wim@fluendo.com>
25677
25678         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
25679         (theora_enc_sink_link), (theora_push_packet), (theora_enc_chain),
25680         (theora_enc_change_state), (theora_enc_set_property),
25681         (theora_enc_get_property):
25682         Mark the last packet with an EOS flag which is not really needed
25683         in gstreamer.
25684         Do some better video framerate initialisation.
25685         Update the buffer timestamp.
25686
25687 2004-05-10  Jan Schmidt  <thaytan@mad.scientist.com>
25688
25689         * ext/dv/gstdvdec.c: (gst_dvdec_change_state):
25690         Return the result of the parent state change call
25691
25692 2004-05-10  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
25693
25694         * gst/law/alaw.c : alawdec should be registered with type ALAWDEC, not ALAWENC
25695         * gst/law/alaw-decode.c : put audio/x-alaw on pads, instead of audio/x-mulaw
25696         * gst/law/alaw-encode.c : (idem)
25697         * ext/a52dec/gsta52dec.c : mark audio/a52, audio/ac3 as deprecated in a comment
25698         * gst/ac3parse/gstac3parse.c : audio/ac3 => audio/x-ac3
25699         * gst/realmedia/rmdemux.c : audio/a52 => audio/x-ac3
25700
25701 2004-05-09  Benjamin Otte  <otte@gnome.org>
25702
25703         * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
25704           don't use a fixed buffer size when writing variable length data to
25705           it. Fixes memory corruption and makes alsasrc work
25706
25707 2004-05-09  Ronald Bultje  <rbultje@ronald.bitfreak.net>
25708
25709         * ext/gnomevfs/gstgnomevfssink.c:
25710         (_gst_boolean_allow_overwrite_accumulator),
25711         (gst_gnomevfssink_class_init), (gst_gnomevfssink_open_file):
25712           Run glib's default signal handler (??) in RUN_CLEANUP rather than
25713           RUN_LAST, and don't use that to set the accumulator value because
25714           then it's always FALSE.
25715
25716 2004-05-09  Ronald Bultje  <rbultje@ronald.bitfreak.net>
25717
25718         * gst-libs/gst/riff/riff-media.c:
25719         (gst_riff_create_video_caps_with_data),
25720         (gst_riff_create_audio_caps),
25721         (gst_riff_create_audio_template_caps):
25722         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head):
25723           Fix for unaligned RIFF files (i.e. where all the chunks together
25724           in a LIST chunk are not of the same size as the size given in
25725           the LIST chunk header). Fixes several odd WAVE files. Also fix
25726           ADPCM (block_align property) in audio, so that wavparse based
25727           on this works now as it used to stand-alone.
25728
25729 2004-05-09  Edward Hervey  <bilboed@bilboed.com>
25730
25731         reviewed by Benjamin Otte  <otte@gnome.org>
25732
25733         * ext/a52dec/gsta52dec.c:
25734         * ext/divx/gstdivxdec.c:
25735         * ext/divx/gstdivxenc.c:
25736         * ext/dts/gstdtsdec.c: (gst_dtsdec_base_init):
25737         * ext/faac/gstfaac.c: (gst_faac_base_init):
25738         * ext/faad/gstfaad.c: (gst_faad_base_init):
25739         * ext/ivorbis/vorbisfile.c:
25740         * ext/lame/gstlame.c:
25741         * ext/libfame/gstlibfame.c:
25742         * ext/mpeg2enc/gstmpeg2enc.cc:
25743         * ext/musicbrainz/gsttrm.c: (gst_musicbrainz_base_init):
25744         * ext/sidplay/gstsiddec.cc:
25745         * ext/speex/gstspeexdec.c:
25746         * ext/speex/gstspeexenc.c:
25747         * ext/xvid/gstxviddec.c:
25748         * ext/xvid/gstxvidenc.c:
25749           correct klasses. Mostly s,Codec/(Audio|Video),\1/Codec,
25750           (fixes #142193)
25751
25752 2004-05-08  Ronald Bultje  <rbultje@ronald.bitfreak.net>
25753
25754         * ext/alsa/gstalsa.c: (device_list),
25755         (gst_alsa_class_probe_devices):
25756         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_open):
25757           Fix alsa oddness in mixer after the combination of using mixer
25758           in source/sink elements and using hw:x,y instead of just hw:x.
25759
25760 2004-05-09  Benjamin Otte  <otte@gnome.org>
25761
25762         * gst/wavparse/gstwavparse.c: (gst_wavparse_destroy_sourcepad),
25763         (gst_wavparse_create_sourcepad):
25764           make PAUSED=>READY=>PAUSED=READY work by not destroying NULL
25765           sourcepads
25766
25767 2004-05-09  Benjamin Otte  <otte@gnome.org>
25768
25769         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
25770           allow discont events before caps nego
25771
25772 2004-05-08  Benjamin Otte  <otte@gnome.org>
25773
25774         * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
25775           don't leak events
25776
25777 2004-05-08  Benjamin Otte  <otte@gnome.org>
25778
25779         * gst/level/gstlevel.c: (gst_level_link), (gst_level_chain),
25780         (gst_level_change_state), (gst_level_init):
25781         * gst/level/gstlevel.h:
25782           figure out if we're initialized directly instead of keeping a
25783           variable that's wrong in 90% of cases
25784           don't initialize pads and then leak them and use a new unitialized
25785           pad. (fixes #142084)
25786           these were bugs so n00bish I didn't find them for an hour :/
25787
25788 2004-05-08 Iain <iain@prettypeople.org>
25789
25790         * gst/wavparse/gstwavparse.[ch]: Rewrote to use RiffRead instead.
25791         * gst-libs/gst/riff/riff-read.c (gst_riff_read_peek_head): Unstatic it
25792         (gst_riff_read_element_data): Ditto, and added a got_bytes argument to
25793         return the length that was read.
25794         (gst_riff_read_strf_auds): Allow fmt tags as well.
25795
25796 2004-05-07  David Schleef  <ds@schleef.org>
25797
25798         * ext/faad/gstfaad.c: (gst_faad_sinkconnect): HACK to correct
25799         signed char assumption in faad.h.
25800
25801 2004-05-07  Ronald Bultje  <rbultje@ronald.bitfreak.net>
25802
25803         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_v4l2fourcc_to_caps):
25804           Missing break, detected by Daniel Gazard <daniel.gazard@free.fr>.
25805
25806 2004-05-07  Colin Walters  <walters@redhat.com>
25807
25808         * gst/volume/gstvolume.c (gst_volume_dispose): Unref dpman.
25809         * ext/flac/gstflacdec.c (gst_flacdec_dispose): Add dispose
25810         function.
25811         * gst/audioscale/gstaudioscale.c (gst_audioscale_dispose):
25812         Add dispose function.
25813
25814 2004-05-08  Jan Schmidt  <thaytan@mad.scientist.com>
25815         * ext/dv/gstdvdec.c: (gst_dvdec_video_link):
25816           Fix caps nego and pad templates. RGB mode caps should
25817           work now.
25818         * ext/dvdnav/gst-dvd:
25819           Move mpeg2dec inside the thread because otherwise the
25820           queue rejects cap changes mid-stream
25821         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_get_type),
25822         (gst_mpeg2dec_flush_decoder):
25823           For mpeg2dec > 0.4.0, call the flush function instead of
25824           manually extracting all in-flight frames.
25825         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_factory),
25826         (gst_dv1394src_init), (gst_dv1394src_iso_receive):
25827           Change mime type video/dv go video/x-dv to match the
25828           rest of gst-plugins
25829
25830 2004-05-07  Ronald Bultje  <rbultje@ronald.bitfreak.net>
25831
25832         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
25833         * ext/alsa/gstalsasink.c: (gst_alsa_sink_get_type),
25834         (gst_alsa_sink_class_init):
25835         * ext/alsa/gstalsasink.h:
25836         * ext/alsa/gstalsasrc.c: (gst_alsa_src_get_type),
25837         (gst_alsa_src_class_init):
25838         * ext/alsa/gstalsasrc.h:
25839           Make alsasink/src a subclass of alsamixer so that mixer stuff
25840           shows up in gst-rec. Needs some finetuning.
25841
25842 2004-05-05  Benjamin Otte  <in7y118@public.uni-hamburg.de>
25843
25844         * ext/lame/gstlame.c: (gst_lame_chain):
25845           simplify
25846         * ext/mad/gstmad.c: (gst_mad_handle_event):
25847           fix event leak
25848         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find):
25849           be able to detect mp3 files < 4096 bytes
25850
25851 2004-05-06  Wim Taymans  <wim@fluendo.com>
25852
25853         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
25854         (theora_enc_sink_link), (theora_push_packet), (theora_enc_chain),
25855         (theora_enc_set_property), (theora_enc_get_property):
25856         Also encode the first frame, cleanup some code.
25857
25858 2004-05-06  Wim Taymans  <wim@fluendo.com>
25859
25860         * ext/mpeg2enc/gstmpeg2enc.cc:
25861         Forward events first before deciding that negotiation was
25862         not performed.
25863
25864 2004-05-06  Wim Taymans  <wim@fluendo.com>
25865
25866         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain):
25867         First process the events before deciding that negotiation
25868         was not performed.
25869
25870 2004-05-06  Wim Taymans  <wim@fluendo.com>
25871
25872         * ext/theora/Makefile.am:
25873         * ext/theora/theora.c: (plugin_init):
25874         * ext/theora/theoradec.c: (theora_dec_change_state):
25875         * ext/theora/theoraenc.c: (gst_theora_enc_base_init),
25876         (gst_theora_enc_class_init), (gst_theora_enc_init),
25877         (theora_enc_sink_link), (theora_enc_event), (theora_push_packet),
25878         (theora_enc_chain), (theora_enc_change_state),
25879         (theora_enc_set_property), (theora_enc_get_property):
25880         Added a theora encoder, grouped the encoder and decoder into the
25881         same plugin.
25882
25883 2004-05-05  Thomas Vander Stichele  <thomas at apestaart dot org>
25884
25885         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_get_type),
25886         (gst_jpegenc_chain):
25887         fix DURATION on outgoing buffers
25888         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_handle_sink_event):
25889         debug using time formats
25890         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
25891         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
25892         (gst_xvimagesink_sink_link):
25893         windows with width/height 0 generate X errors, so don't allow them
25894
25895 2004-05-05  Wim Taymans  <wim@fluendo.com>
25896
25897         * ext/mpeg2dec/gstmpeg2dec.c: (src_templ),
25898         (gst_mpeg2dec_base_init), (gst_mpeg2dec_init),
25899         (gst_mpeg2dec_negotiate_format):
25900         * ext/mpeg2dec/gstmpeg2dec.h:
25901           removed the static pad template so that we can add the
25902           more accurate framerate value to the caps.
25903
25904
25905 2004-05-04  Benjamin Otte  <otte@gnome.org>
25906
25907         * configure.ac:
25908           check for kdemacros.h, too (should fix #141821)
25909         * ext/vorbis/vorbisdec.c: (vorbis_dec_event), (vorbis_dec_chain):
25910           don't crash if no header was sent, but nicely error out (fixes part
25911           of #141554)
25912
25913 2004-05-04  Wim Taymans  <wim@fluendo.com>
25914
25915         * ext/mpeg2enc/gstmpeg2enc.cc: (gst_mpeg2enc_dispose): call the
25916         parent dispose function to avoid segfault on destroy.
25917
25918 2004-05-04  Thomas Vander Stichele  <thomas at apestaart dot org>
25919
25920         * sys/ximage/ximagesink.c: (gst_ximagesink_sink_link),
25921         (plugin_init):
25922         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
25923         (gst_xvimagesink_sink_link):
25924         clean up debugging caps
25925         also recreate xvimage when format has changed
25926
25927 2004-05-04  Benjamin Otte  <otte@gnome.org>
25928
25929         * ext/libvisual/Makefile.am:
25930         * ext/libvisual/visual.c: (gst_visual_class_init),
25931         (gst_visual_init), (gst_visual_dispose), (gst_visual_getcaps),
25932         (gst_visual_srclink), (gst_visual_chain),
25933         (gst_visual_change_state), (plugin_init):
25934           use a GstAdapter to correctly adapt buffer sizes - allows using a
25935           framerate
25936
25937 2004-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
25938
25939         * sys/v4l/gstv4lelement.h:
25940         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_class_init):
25941         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get_fps), (gst_v4lsrc_getcaps),
25942         (gst_v4lsrc_buffer_free):
25943         * sys/v4l/v4l_calls.c: (gst_v4l_get_capabilities):
25944         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_queue_frame),
25945         (gst_v4lsrc_sync_frame), (gst_v4lsrc_grab_frame),
25946         (gst_v4lsrc_requeue_frame):
25947         move some debugging categories around
25948         query for fps index and set accordingly if found
25949
25950 2004-05-03  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
25951
25952         * ext/lame/gstlame.c:
25953         correct defaults that lame_init puts out of range
25954
25955 2004-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
25956
25957         * ext/divx/gstdivxenc.c: (gst_divxenc_get_type),
25958         (gst_divxenc_class_init):
25959         fix range since -1 is the default
25960         * gst/mpeg1sys/gstmpeg1systemencode.c:
25961         (gst_mpeg1_system_encode_get_type), (gst_system_encode_multiplex):
25962         * gst/rtjpeg/gstrtjpegdec.c: (gst_rtjpegdec_get_type),
25963         (gst_rtjpegdec_chain):
25964         * gst/rtjpeg/gstrtjpegenc.c: (gst_rtjpegenc_get_type),
25965         (gst_rtjpegenc_chain):
25966         * sys/qcam/gstqcamsrc.c: (gst_autoexp_mode_get_type),
25967         (gst_qcamsrc_get_type), (gst_qcamsrc_change_state):
25968         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_get_type):
25969         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get_type):
25970         * sys/v4l/gstv4lsrc.c:
25971         * sys/v4l/v4l_calls.c: (gst_v4l_open):
25972         * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_playback_init):
25973         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_capture_init):
25974         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_capture_init):
25975         * sys/vcd/vcdsrc.c: (vcdsrc_get_type), (vcdsrc_get):
25976           remove gst_info calls
25977
25978 2004-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
25979
25980         * Makefile.am:
25981         * po/af.po:
25982         * po/az.po:
25983         * po/en_GB.po:
25984         * po/nl.po:
25985         * po/sr.po:
25986         * po/sv.po:
25987           Updated translations
25988
25989 2004-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
25990
25991         * gst/audioconvert/gstaudioconvert.c: (_fixate_caps_to_int):
25992           refactor/comment code
25993
25994 2004-05-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
25995
25996         * gst/asfdemux/Makefile.am:
25997         * gst/asfdemux/asfheaders.c:
25998         * gst/asfdemux/asfheaders.h:
25999         * gst/asfdemux/gstasf.c: (plugin_init):
26000         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_get_type),
26001         (gst_asf_demux_base_init), (gst_asf_demux_process_comment),
26002         (gst_asf_demux_setup_pad):
26003         * gst/asfdemux/gstasfdemux.h:
26004         * gst/asfdemux/gstasfmux.c:
26005         * gst/asfdemux/gstasfmux.h:
26006           Add tagging support to demuxer, split out registration in its own
26007           file instead of in demux (hacky), and prevent having some tables
26008           in our memory multiple times (in asfheaders.h).
26009
26010 2004-05-01  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26011
26012         * gst/matroska/matroska-demux.c:
26013         (gst_matroska_demux_parse_metadata):
26014         * gst/matroska/matroska-ids.h:
26015           Basic tag reading support.
26016
26017 2004-04-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26018
26019         * gst/matroska/matroska-demux.c: (gst_matroska_demux_audio_caps):
26020           Really detect ac-3 audio.
26021         * gst/typefind/gsttypefindfunctions.c: (matroska_type_find):
26022           really detect matroska files (off-by-1).
26023
26024 2004-04-30  David Schleef  <ds@schleef.org>
26025
26026         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
26027         (gst_qtdemux_add_stream), (qtdemux_parse), (qtdemux_type_get),
26028         (qtdemux_dump_stsz), (qtdemux_dump_stco), (qtdemux_dump_co64),
26029         (qtdemux_dump_unknown), (qtdemux_parse_tree), (qtdemux_parse_udta),
26030         (qtdemux_tag_add), (get_size), (gst_qtdemux_handle_esds): More qtdemux
26031         hackage -- parse a lot more atoms, extract a few tags.  One might even
26032         mistake this for tag support.  Maybe it is.
26033         * gst/qtdemux/qtdemux.h:
26034
26035 2004-04-30  Colin Walters  <walters@verbum.org>
26036
26037         * ext/alsa/gstalsasink.c (gst_alsa_sink_mmap): Plug a memleak.
26038
26039 2004-04-30  Thomas Vander Stichele  <thomas at apestaart dot org>
26040
26041         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
26042         (gst_ffmpegcolorspace_getcaps):
26043           remove broken nego fix
26044
26045 2004-04-30  Benjamin Otte  <otte@gnome.org>
26046
26047         * configure.ac:
26048         * ext/Makefile.am:
26049         * ext/libvisual/Makefile.am:
26050         * ext/libvisual/visual.c:
26051           add initial support for libvisual (http://libvisual.sourceforge.net)
26052           libvisual is still quite alpha, so expect crashes in there :)
26053
26054 2004-04-29  David Schleef  <ds@schleef.org>
26055
26056         * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream), (qtdemux_parse),
26057         (qtdemux_parse_trak), (get_size), (gst_qtdemux_handle_esds): Hacked
26058         up qtdemux to make it spit out codec_data.  Do _not_ look at this
26059         code; you will no longer respect me.
26060
26061 2004-04-29  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
26062
26063         * ext/alsa/gstalsa.c : (gst_alsa_class_probe_devices)
26064         * ext/alsa/gstalsa.h :
26065         change alsa pcm device discovery to find more than 1 device
26066         per card. code review by Ronald.
26067
26068 2004-04-29  David Schleef  <ds@schleef.org>
26069
26070         * sys/oss/gstosselement.c: (gst_osselement_rate_probe_check):
26071         Add a check for a driver bug on FreeBSD.  (bug #140565)
26072
26073 2004-04-29  Thomas Vander Stichele  <thomas at apestaart dot org>
26074
26075         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_get_type):
26076         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_get_type),
26077         (gst_jpegenc_getcaps):
26078           move format setting to inner loop
26079         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
26080         (gst_ffmpegcolorspace_getcaps):
26081           use GST_PAD_CAPS if available so that we use already negotiated
26082           caps
26083         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
26084         (qtdemux_parse_moov), (qtdemux_parse):
26085           extra debugging
26086         * sys/qcam/qcam-Linux.c: (qc_lock_wait), (qc_unlock):
26087         * sys/qcam/qcam-os.c: (qc_lock_wait), (qc_unlock):
26088           move hardcoded path to DEFINE
26089
26090 2004-04-28  David Schleef  <ds@schleef.org>
26091
26092         * gst/speed/gstspeed.c: (speed_parse_caps):  Fix caps parsing.
26093         (bug #140064)
26094
26095 2004-04-28  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26096
26097         * ext/alsa/gstalsa.c: (gst_alsa_class_probe_devices):
26098           Don't probe for playback device if we're a source element. Fixes
26099           #139658.
26100
26101 2004-04-29  Benjamin Otte  <otte@gnome.org>
26102
26103         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event),
26104         (gst_id3_tag_chain):
26105           rewrite buffer offset
26106
26107 2004-04-28  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26108
26109         * configure.ac:
26110         * ext/Makefile.am:
26111         * ext/dts/Makefile.am:
26112         * ext/dts/gstdtsdec.c: (gst_dtsdec_get_type),
26113         (gst_dtsdec_base_init), (gst_dtsdec_class_init), (gst_dtsdec_init),
26114         (gst_dtsdec_channels), (gst_dtsdec_renegotiate),
26115         (gst_dtsdec_handle_event), (gst_dtsdec_update_streaminfo),
26116         (gst_dtsdec_loop), (gst_dtsdec_change_state),
26117         (gst_dtsdec_set_property), (gst_dtsdec_get_property),
26118         (plugin_init):
26119         * ext/dts/gstdtsdec.h:
26120           New DTS decoder.
26121         * ext/faad/gstfaad.c: (gst_faad_sinkconnect),
26122         (gst_faad_srcconnect):
26123           Add ESDS atom handling (.m4a).
26124
26125 2004-04-27  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26126
26127         * ext/divx/gstdivxdec.c: (plugin_init):
26128           Remove comment that makes no sense.
26129         * ext/mad/gstid3tag.c: (gst_id3_tag_set_property):
26130           Fix for obvious typo that resulted in warnings during gst-register.
26131         * ext/xvid/gstxviddec.c: (gst_xviddec_src_link),
26132         (gst_xviddec_sink_link):
26133           Fix caps negotiation a bit better.
26134         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):
26135           We call this 'codec_data', not 'esds'.
26136
26137 2004-04-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
26138
26139         * gst/monoscope/gstmonoscope.c:
26140           make sure we only provide 256x128
26141         * gst/monoscope/monoscope.c: (monoscope_init):
26142           assert size of 256x128
26143
26144 2004-04-27  Thomas Vander Stichele  <thomas at apestaart dot org>
26145
26146         * Makefile.am:
26147         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_init), (gst_v4lsrc_fixate),
26148         (gst_v4lsrc_getcaps), (gst_v4lsrc_buffer_free):
26149           fixate to max width and height of device
26150
26151 2004-04-27  Thomas Vander Stichele  <thomas at apestaart dot org>
26152
26153         * Makefile.am:
26154         * sys/v4l/gstv4l.c:
26155         * sys/v4l/gstv4lsrc.c:
26156         * sys/v4l/v4l_calls.c:
26157         * sys/v4l/v4lsrc_calls.c:
26158           fix for qc-usb driver which fakes having more than one buffer
26159           by handing the same buffer twice, which confused GStreamer's/v4lsrc
26160           buffer_free override
26161           add debugging
26162
26163 2004-04-27  Thomas Vander Stichele  <thomas at apestaart dot org>
26164
26165         * Makefile.am:
26166         * gst/videotestsrc/gstvideotestsrc.c:
26167         (gst_videotestsrc_class_init), (gst_videotestsrc_change_state),
26168         (gst_videotestsrc_init), (gst_videotestsrc_get),
26169         (gst_videotestsrc_set_property), (gst_videotestsrc_get_property):
26170         * gst/videotestsrc/gstvideotestsrc.h:
26171           add num-buffers property
26172
26173         2004-04-26  Benjamin Otte  <otte@gnome.org>
26174
26175         * ext/mad/gstid3tag.c: (plugin_init):
26176           set id3mux rank to NONE so it doesn't confuse spider
26177           require audio/mpeg,mpegversion=1 in id3mux
26178
26179 2004-04-26  Benjamin Otte  <otte@gnome.org>
26180
26181         * configure.ac:
26182           detect faad correctly as non-working if it's indeed non-working
26183
26184 2004-04-26  Thomas Vander Stichele  <thomas at apestaart dot org>
26185
26186         * Makefile.am:
26187         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_get_type),
26188         (gst_jpegenc_class_init), (gst_jpegenc_getcaps):
26189         fix _getcaps so it only negotiates to its supported format
26190
26191 2004-04-25  Benjamin Otte  <otte@gnome.org>
26192
26193         * gst/audioconvert/gstaudioconvert.c: (_fixate_caps_to_int):
26194           fix memleak
26195
26196 2004-04-23  Benjamin Otte  <otte@gnome.org>
26197
26198         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
26199           audio/x-raw-int with height rules! not. Now it's depth.
26200
26201 2004-04-22  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26202
26203         * gst/wavparse/gstwavparse.c: (gst_wavparse_create_sourcepad),
26204         (gst_wavparse_parse_fmt), (gst_wavparse_handle_sink_event),
26205         (gst_wavparse_loop):
26206           Missing variable initialization. Add handling of DVI ADPCM. Fix
26207           mis-parsing of LIST chunks. This works around a bug where we mis-
26208           parse non-aligning LIST chunks (so LIST chunks where the contents
26209           don't align with the actual LIST size). The correct fix is to use
26210           rifflib, I'm not going to fix wavparse - too much work. All this
26211           fixes #104878.
26212
26213 2004-04-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
26214
26215         reviewed by Benjamin Otte  <otte@gnome.org>
26216
26217         * ext/shout/gstshout.c: (gst_icecastsend_change_state):
26218           fix shoutcast not working (fixes #140844)
26219
26220 2004-04-22  Benjamin Otte  <otte@gnome.org>
26221
26222         * ext/hermes/gsthermescolorspace.c:
26223         (gst_hermes_colorspace_caps_remove_format_info):
26224         * gst/colorspace/gstcolorspace.c:
26225         (gst_colorspace_caps_remove_format_info):
26226         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
26227         (gst_ffmpegcolorspace_caps_remove_format_info):
26228           s/gst_caps_simplify/gst_caps_do_simplify/
26229
26230 2004-04-22  Benjamin Otte  <otte@gnome.org>
26231
26232         * gst-libs/gst/riff/riff-media.c:
26233         (gst_riff_create_video_caps_with_data):
26234           mpegversion is an int
26235         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_base_init):
26236           don't try to create pad templates with NULL caps, use any caps
26237           instead.
26238
26239 2004-04-20  David Schleef  <ds@schleef.org>
26240
26241         * ext/sdl/Makefile.am: Link against libgstinterfaces, not
26242         libgstxoverlay.  jmmv@menta.net (Julio M. Merino Vidal)
26243         (bug #140384)
26244
26245 2004-04-20  Daniel Gazard  <daniel.gazard@epita.fr>
26246
26247         reviewed by David Schleef
26248
26249         * ext/mad/gstid3tag.c: Add stdlib.h
26250         * gst/rtp/gstrtpgsmenc.c: same
26251         * gst/tags/gstid3tag.c: same
26252         * gst/udp/gstudpsrc.c: (gst_udpsrc_get): Fix GST_DISABLE_LOADSAVE
26253         * gst/tcp/gsttcpsink.c: (gst_tcpsink_sink_link): Adjust
26254         GST_DISABLE_LOADSAVE use.
26255         * gst/udp/gstudpsink.c: (gst_udpsink_sink_link): Likewise.
26256         * gst/tcp/gsttcpsrc.c: (gst_tcpsrc_get): Likewise.
26257         * ext/gnomevfs/gstgnomevfssrc.c: Include <stdlib.h> (needed by
26258         atol(3)).
26259         * sys/oss/gstosselement.h: Include <sys/types.h> (needed for dev_t).
26260         * gst/tags/gstvorbistag.c: Include <stdlib.h> (needed by
26261         strtoul(3)).
26262         * gst/rtp/gstrtpL16enc.c: Include <stdlib.h> (needed by random(3)).
26263         * ext/mad/Makefile.am: (libgstmad_la_CFLAGS): Add $(MAD_CFLAGS)
26264         $(ID3_CFLAGS).
26265         * ext/libfame/Makefile.am: (libgstlibfame_la_CFLAGS): Add
26266         $(LIBFAME_CFLAGS).
26267
26268 2004-04-20  David Schleef  <ds@schleef.org>
26269
26270         * gst/realmedia/rmdemux.c:  This was supposed to part of the
26271         last checkin.  Same idea.
26272
26273 2004-04-20  Daniel Gazard  <daniel.gazard@epita.fr>
26274
26275         reviewed by David Schleef
26276
26277         * configure.ac: bump required gstreamer version to 0.8.1.1
26278         because of following changes [--ds]
26279
26280         * gst-libs/gst/riff/riff-read.c:  Include gst/gstutils.h.
26281         (gst_riff_peek_head, gst_riff_peek_list, gst_riff_read_list)
26282         (gst_riff_read_header):  Use GST_READ_UINT*
26283         macros to access possibly unaligned memory.
26284
26285         * gst/typefind/gsttypefindfunctions.c: Include gst/gstutils.h.
26286         (mp3_type_find):  Use GST_READ_UINT*
26287         macros to access possibly unaligned memory.
26288         (mp3_type_find, mpeg1_parse_header, qt_type_find)
26289         (speex_type_find): Likewise
26290
26291         * gst/tags/gstvorbistag.c: (ADVANCE): Likewise
26292
26293         * gst/qtdemux/qtdemux.c: Include stdlib.h (needed by realloc).
26294         (QTDEMUX_GUINT32_GET, QTDEMUX_GUINT16_GET, QTDEMUX_FP32_GET)
26295         (QTDEMUX_FP16_GET, QTDEMUX_FOURCC_GET)
26296         (gst_qtdemux_loop_header, gst_qtdemux_loop_header)
26297         (qtdemux_node_dump_foreach, qtdemux_tree_get_child_by_type)
26298         (qtdemux_tree_get_sibling_by_type):  Use GST_READ_UINT*
26299         macros to access possibly unaligned memory.
26300
26301         * gst/mpegstream/gstmpegpacketize.c: (parse_generic, parse_chunk):
26302         Likewise.
26303
26304         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead)
26305         (gst_mpeg_demux_parse_packet, gst_mpeg_demux_parse_pes): Likewise.
26306
26307         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain):
26308         Likewise.
26309
26310         * gst/mpeg2sub/gstmpeg2subt.c: (GST_BUFFER_DATA)
26311         (gst_mpeg2subt_chain_subtitle): Likewise.
26312
26313         * gst/mpeg1videoparse/gstmp1videoparse.c: (mp1videoparse_parse_seq)
26314         (gst_mp1videoparse_time_code, gst_mp1videoparse_real_chain):
26315         Likewise.
26316
26317         * gst/mpeg1sys/buffer.c: (mpeg1mux_buffer_update_audio_info):
26318         Likewise.
26319
26320         * gst/cdxaparse/gstcdxaparse.c: (gst_bytestream_peek_bytes):
26321         Likewise.
26322
26323         * gst/asfdemux/gstasfdemux.c: (_read_var_length, _read_uint):
26324         Likewise.
26325
26326 2004-04-20  Thomas Vander Stichele  <thomas at apestaart dot org>
26327
26328         * configure.ac:
26329           update required version of GStreamer because of GST_TIME_FORMAT
26330
26331 2004-04-20  Benjamin Otte  <in7y118@public.uni-hamburg.de>
26332
26333         * ext/mad/gstid3tag.c: (gst_id3_tag_init):
26334           remove leftover g_print
26335         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
26336           don't try setting only a subset of the caps. We don't want to kill
26337           autoplugging on purpose
26338
26339 2004-04-20  Thomas Vander Stichele  <thomas at apestaart dot org>
26340
26341         * sys/ximage/ximagesink.c: (plugin_init):
26342         * sys/xvimage/xvimagesink.c: (plugin_init):
26343           add debugging categories
26344
26345 2004-04-20  Thomas Vander Stichele  <thomas at apestaart dot org>
26346
26347         * po/en_GB.po:
26348         * po/LINGUAS:
26349           Adding en_GB translation (Gareth Owen)
26350
26351 2004-04-20  David Schleef  <ds@schleef.org>
26352
26353         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event),
26354         (qtdemux_parse), (qtdemux_type_get), (qtdemux_dump_mvhd),
26355         (qtdemux_dump_tkhd), (qtdemux_dump_stsd), (qtdemux_dump_unknown),
26356         (qtdemux_parse_trak), (qtdemux_video_caps), (qtdemux_audio_caps):
26357         A number of new features and hacks to extract the esds atom and
26358         put it into the caps.  (bug #137724)
26359
26360 2004-04-19  David Schleef  <ds@schleef.org>
26361
26362         * gconf/Makefile.am: Fix for non-GNU make
26363         * gst-libs/gst/Makefile.am: Change directory order to handle
26364         GstPlay linking with gstinterfaces
26365         * gst-libs/gst/audio/make_filter: make use of tr portable
26366         * gst-libs/gst/play/Makefile.am: Add intended \
26367         * gst-libs/gst/xwindowlistener/xwindowlistener.c:
26368         (gst_xwin_set_clips): Switch to ISO variadic macro. Use a
26369         function prototype instead of void *.
26370         * gst/ffmpegcolorspace/gstffmpegcodecmap.c: Switch to ISO variadic
26371         macro.
26372         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
26373         (gst_ffmpegcolorspace_chain): wrap NULL in GST_ELEMENT_ERROR call
26374         * gst/videofilter/make_filter: make use of tr portable
26375         * pkgconfig/Makefile.am: Remove GNU extension in Makefile target
26376
26377 2004-04-19  Thomas Vander Stichele  <thomas at apestaart dot org>
26378
26379         * po/LINGUAS:
26380         * po/uk.po:
26381           Added Ukrainian translation (Maxim V. Dziumanenko)
26382
26383 2004-04-18  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26384
26385         * ext/gsm/gstgsmdec.c: (gst_gsmdec_init), (gst_gsmdec_getcaps),
26386         (gst_gsmdec_link), (gst_gsmdec_chain):
26387           Fix capsnego, simplify chain function slightly.
26388         * gst/qtdemux/qtdemux.c: (qtdemux_audio_caps):
26389           Add GSM.
26390
26391 2004-04-18  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26392
26393         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
26394         (gst_wavparse_destroy_sourcepad), (gst_wavparse_create_sourcepad),
26395         (gst_wavparse_parse_fmt), (gst_wavparse_change_state):
26396           Hack to make wavparse work with spider (always -> sometimes pad).
26397           Fixes #135862 && #140411.
26398
26399 2004-04-18  Benjamin Otte  <otte@gnome.org>
26400
26401         * sys/oss/gstosselement.c: (gst_osselement_sync_parms),
26402         (gst_osselement_rate_probe_check),
26403         (gst_osselement_rate_check_rate), (gst_osselement_rate_add_rate):
26404           get rid of \n in debug output
26405
26406 2004-04-17  Iain <iain@prettypeople.org>
26407
26408         * gst/wavparse/gstwavparse.c (gst_wavparse_loop): Allow all events,
26409         not just EOS.
26410
26411 2004-04-17  Benjamin Otte  <in7y118@public.uni-hamburg.de>
26412
26413         * ext/mad/gstid3tag.c: (gst_id3_tag_get_type),
26414         (gst_id3_tag_class_init), (gst_id3_tag_get_caps),
26415         (gst_id3_tag_add_src_pad), (gst_id3_tag_init),
26416         (gst_id3_tag_set_property), (gst_id3_tag_do_caps_nego),
26417         (gst_id3_tag_src_link), (gst_id3_tag_chain),
26418         (gst_id3_tag_change_state), (plugin_init):
26419           deprecate id3tag element and replace with id3demux/id3mux.
26420           great side effect: this ugly file is now even uglier, yay!
26421         * ext/mad/gstmad.h:
26422           remove non-available function
26423           update for new get_type
26424
26425 2004-04-17  Benjamin Otte  <in7y118@public.uni-hamburg.de>
26426
26427         * configure.ac:
26428           require mpeg2dec >= 0.4.0
26429
26430 2004-04-17  Benjamin Otte  <otte@gnome.org>
26431
26432         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
26433         (gst_xvimagesink_xcontext_get), (gst_xvimagesink_change_state),
26434         (gst_xvimagesink_set_xwindow_id):
26435           call GST_ELEMENT_ERROR whenever get_xcontext fails. Includes
26436           assorted cleanup fixes.
26437
26438 2004-04-16  David Schleef  <ds@schleef.org>
26439
26440         * sys/ximage/ximagesink.h: Compile fix for FreeBSD. (bug #140268)
26441         * sys/xvimage/xvimagesink.h: same
26442
26443 2004-04-16  Thomas Vander Stichele  <thomas at apestaart dot org>
26444
26445         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file):
26446           Fix GST_ELEMENT_ERROR with (NULL)
26447
26448 2004-04-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26449
26450         * gst-libs/gst/riff/riff-media.c:
26451         (gst_riff_create_video_caps_with_data):
26452           Add div[3456] as fourccs for DivX 3 (fixes #140137).
26453
26454 2004-04-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26455
26456         * gst-libs/gst/riff/riff-media.c:
26457         (gst_riff_create_video_caps_with_data),
26458         (gst_riff_create_video_caps), (gst_riff_create_audio_caps),
26459         (gst_riff_create_video_template_caps),
26460         (gst_riff_create_audio_template_caps):
26461         * gst-libs/gst/riff/riff-media.h:
26462         * gst-libs/gst/riff/riff-read.c:
26463         (gst_riff_read_strf_vids_with_data), (gst_riff_read_strf_vids):
26464         * gst-libs/gst/riff/riff-read.h:
26465         * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream):
26466           Add MS RLE support. I added some functions to read out strf chunks
26467           into strf chunks and the data behind it. This is usually color
26468           palettes (as in RLE, but also in 8-bit RGB). Also use those during
26469           caps creation. Lastly, add ADPCM (similar to wavparse - which
26470           should eventually be rifflib based).
26471         * gst/matroska/matroska-demux.c: (gst_matroska_demux_class_init),
26472         (gst_matroska_demux_init), (gst_matroska_demux_reset):
26473         * gst/matroska/matroska-demux.h:
26474           Remove placeholders for some prehistoric tagging system. Didn't add
26475           support for any tag system really anyway.
26476         * gst/qtdemux/qtdemux.c:
26477           Add support for audio/x-m4a (MPEG-4) through spider.
26478         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt),
26479         (gst_wavparse_loop):
26480           ADPCM support (#135862). Increase max. buffer size because we
26481           cannot split buffers for ADPCM (screws references) and I've seen
26482           files with 2048 byte chunks. 4096 seems safe for now.
26483
26484 2004-04-15  Thomas Vander Stichele  <thomas at apestaart dot org>
26485
26486         * configure.ac: bump nano to 1
26487
26488 === release 0.8.1 ===
26489
26490 2004-04-15  Thomas Vander Stichele  <thomas at apestaart dot org>
26491
26492         * configure.ac: releasing 0.8.1, "Comforting Sounds"
26493
26494 2004-04-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26495
26496         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
26497           Fix typo in divxversion (3 instead of 4 for "DIVX" fourcc).
26498           Fixes #140058
26499
26500 2004-04-14  Thomas Vander Stichele  <thomas at apestaart dot org>
26501
26502         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_plugin_init):
26503           lower rank of dvddemux so that it's not used for mpeg playback.
26504
26505 2004-04-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
26506
26507         * configure.ac:
26508           save libs correctly when checking mad
26509
26510 2004-04-14  Thomas Vander Stichele  <thomas at apestaart dot org>
26511
26512         * ext/mad/gstid3tag.c: (plugin_init):
26513           lower rank of id3tag as proposed by Benjamin.  Fixes #139926.
26514
26515 2004-04-13  David Schleef  <ds@schleef.org>
26516
26517         * common/m4/gst-feature.m4: Call -config scripts with
26518         --plugin-libs if it is supported.
26519         * gst/avi/gstavimux.c: (gst_avimux_vidsinkconnect): sequences of
26520         JPEG images are image/jpeg.
26521         * gst/debug/Makefile.am:
26522         * gst/debug/negotiation.c: (gst_negotiation_class_init),
26523         (gst_negotiation_getcaps), (gst_negotiation_pad_link),
26524         (gst_negotiation_update_caps), (gst_negotiation_get_property),
26525         (gst_negotiation_plugin_init): Add a property that acts like
26526         filter caps.
26527         * testsuite/gst-lint:  Move license checking to be a standard
26528         test.
26529
26530 2004-04-13  David Schleef  <ds@schleef.org>
26531
26532         * gst/avi/gstavidemux.c: (gst_avi_demux_reset): Fix memleak.
26533         patch from Sebastien Cote (bug #139958)
26534
26535 2004-04-13  Thomas Vander Stichele  <thomas at apestaart dot org>
26536
26537         * examples/gstplay/Makefile.am:
26538         * examples/gstplay/player.c: (main):
26539           make the commandline player example use gconf settings
26540
26541 2004-04-13  Thomas Vander Stichele  <thomas at apestaart dot org>
26542
26543         * ext/libcaca/gstcacasink.c: (gst_cacasink_class_init),
26544         (gst_cacasink_sinkconnect), (gst_cacasink_init),
26545         (gst_cacasink_chain), (gst_cacasink_open), (gst_cacasink_close):
26546           init/end library during state transition, not object
26547           creation/disposal.  get rid of custom dispose handler.
26548
26549
26550 2004-04-12  Christian Schaller <Uraeus@gnome.org>
26551
26552         * sys/oss/gstosselement.c: s/lstat/stat/ from freeBSD, since it can
26553         be a symlink
26554
26555 2004-04-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26556
26557         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_data):
26558           Handle JUNK chunks inside data section. Prevents warnings.
26559
26560 2004-04-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26561
26562         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
26563         (gst_riff_create_video_template_caps):
26564           Add MS video v1.
26565         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
26566         (gst_avi_demux_stream_data):
26567           Add support for "rec-list" chunks.
26568
26569 2004-04-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26570
26571         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
26572           Fix another codecname mismatch.
26573
26574 2004-04-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26575
26576         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
26577           Fix divx caps mismatch and move from video/x-jpeg to image/jpeg
26578           so that MJPEG plays back.
26579
26580 2004-04-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26581
26582         * gst/mpeg1videoparse/gstmp1videoparse.c: (gst_mp1videoparse_init),
26583         (gst_mp1videoparse_real_chain), (gst_mp1videoparse_change_state):
26584         * gst/mpeg1videoparse/gstmp1videoparse.h:
26585           Fix for some slight mis-cuts in buffer parsing, and for some
26586           potential overflows or faults-causers. Adds disconts. Also fixes
26587           #139105 while we're at it.
26588
26589 2004-04-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26590
26591         * configure.ac:
26592         * sys/v4l2/gstv4l2element.h:
26593           Workaround for missing struct v4l2_buffer declaration in Suse 9
26594           and Mandrake 10 linux/videodev2.h header file (#135919).
26595
26596 2004-04-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26597
26598         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file):
26599           Bail out if no filename was given.
26600
26601 2004-04-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26602
26603         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_v4l2fourcc_to_caps),
26604         (gst_v4l2_fourcc_from_structure):
26605           Add Y41B/Y42B YUV formats (see #125732), fix Y41P (was typo'ed to
26606           Y41B somewhere).
26607
26608 2004-04-09  Benjamin Otte  <otte@gnome.org>
26609
26610         * ext/gnomevfs/gstgnomevfssink.c:
26611         (_gst_boolean_allow_overwrite_accumulator),
26612         (gst_gnomevfssink_class_init):
26613           fix erase signal - if any handler returns false the file will not be
26614           overwritten. If no handler is connected, the file will not be
26615           overwritten either.
26616           renamed signal to "allow-overwrite"
26617         * ext/mad/gstid3tag.c: (tag_list_to_id3_tag_foreach):
26618           free string when adding it to ID3 failed
26619         * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
26620           unref event when done
26621         * gst/audioconvert/gstaudioconvert.c: (_fixate_caps_to_int):
26622           free caps
26623         * gst/typefind/gsttypefindfunctions.c:
26624         (mpeg_video_stream_type_find):
26625           fix invalid read
26626
26627 2004-04-08  David Schleef  <ds@schleef.org>
26628
26629         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
26630         (gst_ffmpegcolorspace_register): Change rank to PRIMARY.
26631
26632 2004-04-08  David Schleef  <ds@schleef.org>
26633
26634         * gst/colorspace/gstcolorspace.c: Don't advertise a conversion
26635         we don't support (bug #139532)
26636
26637 2004-04-07  Thomas Vander Stichele  <thomas at apestaart dot org>
26638
26639         * ext/mad/gstmad.c: (gst_mad_handle_event),
26640         (gst_mad_check_caps_reset), (gst_mad_chain),
26641         (gst_mad_change_state):
26642           only set explicit caps if they haven't been set before for
26643           this stream.  MPEG-audio sample rate/channels aren't allowed
26644           to change in-stream.
26645           Fixes #139382
26646
26647 2004-04-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26648
26649         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_base_init),
26650         (_gst_boolean_did_something_accumulator),
26651         (gst_gnomevfssink_class_init), (gst_gnomevfssink_dispose),
26652         (gst_gnomevfssink_init), (gst_gnomevfssink_set_property),
26653         (gst_gnomevfssink_get_property), (gst_gnomevfssink_open_file),
26654         (gst_gnomevfssink_close_file), (gst_gnomevfssink_chain),
26655         (gst_gnomevfssink_change_state):
26656           Fix erase signal. Don't erase by default. Remove handoff signal.
26657           Remove erase property. Don't segfault. General cleanup.
26658
26659 2004-04-07  Benjamin Otte  <otte@gnome.org>
26660
26661         * gst-libs/gst/gconf/test-gconf.c: (main):
26662           add missing gst_init
26663
26664 2004-04-07  Benjamin Otte  <otte@gnome.org>
26665
26666         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_dispose):
26667           free the mutexes, too
26668
26669 2004-04-07  Benjamin Otte  <otte@gnome.org>
26670
26671         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_dispose):
26672           actually free the URI string
26673         * ext/mad/gstid3tag.c: (gst_id3_tag_src_event):
26674           compute offset correctly when passing discont events
26675         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event):
26676           don't leak discont events
26677         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_video_caps):
26678           add some missing breaks so caps aren't copied randomly
26679         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_get_video_stream):
26680           if we realloc memory, we better use it
26681
26682 2004-04-06  Benjamin Otte  <in7y118@public.uni-hamburg.de>
26683
26684         * ext/mad/gstmad.c: (normal_seek):
26685           fix GST_FORMAT_TIME usage
26686
26687 2004-04-05  David Schleef  <ds@schleef.org>
26688
26689         * ext/kio/kiosrc.cpp:  Undefine KDE_DEPRECATED so we can use
26690         a deprecated function (hack!)
26691
26692 2004-04-05  Benjamin Otte  <otte@gnome.org>
26693
26694         * ext/esd/esdmon.c: (gst_esdmon_get):
26695           fix nonterminated vararg and memleak
26696
26697 2004-04-05  Benjamin Otte  <otte@gnome.org>
26698
26699         * ext/ladspa/gstladspa.c: (gst_ladspa_class_init),
26700         (gst_ladspa_init), (gst_ladspa_force_src_caps),
26701         (gst_ladspa_set_property), (gst_ladspa_get_property),
26702         (gst_ladspa_instantiate), (gst_ladspa_activate),
26703         (gst_ladspa_deactivate), (gst_ladspa_loop), (gst_ladspa_chain):
26704           clean up debugging
26705
26706 2004-04-05  Stefan Kost <kost@imn.htwk-leipzig.de>
26707
26708         reviewed by Benjamin Otte  <otte@gnome.org>
26709
26710         * ext/ladspa/gstladspa.c: (gst_ladspa_class_init):
26711           check for broken LADSPA parameters (fixes #138635)
26712
26713 2004-04-05  Benjamin Otte  <otte@gnome.org>
26714
26715         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_getcaps):
26716           advertise buffer-frames correctly on sinkpads
26717
26718 2004-04-05  Thomas Vander Stichele  <thomas at apestaart dot org>
26719
26720         * ext/mad/gstmad.c: (gst_mad_get_type), (gst_mad_layer_get_type),
26721         (gst_mad_mode_get_type), (gst_mad_emphasis_get_type),
26722         (gst_mad_get_event_masks), (gst_mad_get_query_types), (index_seek),
26723         (normal_seek), (gst_mad_src_event), (gst_mad_handle_event),
26724         (gst_mad_check_caps_reset), (gst_mad_chain):
26725         add more debugging, only reset caps when we're not in error state
26726
26727 2004-04-05  Thomas Vander Stichele  <thomas at apestaart dot org>
26728
26729         * ext/mad/gstmad.c: add debugging category, comment + cleanups
26730
26731 2004-04-05  Julio M. Merino Vidal  <jmmv@menta.net>
26732
26733         reviewed by Benjamin Otte  <otte@gnome.org>
26734
26735         * configure.ac:
26736           fix == in test(1) operator
26737
26738 2004-04-05  Julio M. Merino Vidal  <jmmv@menta.net>
26739
26740         reviewed by Benjamin Otte  <otte@gnome.org>
26741
26742         * configure.ac:
26743           fix --export-symblos-regex to a working regex.
26744
26745 2004-04-04  Benjamin Otte  <otte@gnome.org>
26746
26747         * sys/oss/.cvsignore:
26748           add for oss_probe
26749
26750 2004-04-03  Tim-Phillip Müller <t.i.m@zen.co.uk>
26751
26752         reviewed by Benjamin Otte  <otte@gnome.org>
26753
26754         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event):
26755           add missing 'new_media' argument (fixes #138168)
26756         * gst/matroska/matroska-demux.c:
26757         (gst_matroska_demux_handle_seek_event):
26758           add vararg terminator (fixes #138169)
26759
26760 2004-04-02  David Schleef  <ds@schleef.org>
26761
26762         * ext/gdk_pixbuf/Makefile.am:  Make sure gstgdkanimation.h is
26763         disted (bug #138914)
26764
26765 2004-04-01  Benjamin Otte  <otte@gnome.org>
26766
26767         * ext/alsa/gstalsa.c: (gst_alsa_change_state),
26768         (gst_alsa_close_audio):
26769           handle case better where a soundcard can't pause
26770         * ext/ogg/gstoggdemux.c:
26771           don't crash when we get events but don't have pads yet
26772
26773 2004-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
26774
26775         * sys/oss/gstosselement.c: (gst_osselement_probe_caps):
26776           throw an error if we couldn't probe any caps.
26777
26778 2004-04-01  Jan Schmidt  <thaytan@mad.scientist.com>
26779
26780         * ext/dvdnav/gst-dvd:
26781         Add a really simple sample DVD player
26782
26783 2004-04-01  Jan Schmidt  <thaytan@mad.scientist.com>
26784
26785         * ext/a52dec/gsta52dec.c: (gst_a52dec_get_type), (gst_a52dec_init),
26786         (gst_a52dec_push), (gst_a52dec_handle_event),
26787         (gst_a52dec_update_streaminfo), (gst_a52dec_loop),
26788         (gst_a52dec_change_state):
26789         * ext/a52dec/gsta52dec.h:
26790           Use a debug category, Output timestamps correctly
26791           Emit tag info, Handle events, tell liba52dec about cpu
26792           capabilities so it can use MMX etc.
26793         * ext/dv/gstdvdec.c: (gst_dvdec_loop), (gst_dvdec_change_state):
26794           Fix a crasher accessing invalid memory
26795         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_init),
26796         (dvdnavsrc_update_highlight), (dvdnavsrc_loop),
26797         (dvdnavsrc_get_event_mask), (dvdnav_handle_navigation_event),
26798         (dvdnavsrc_event), (dvdnavsrc_get_formats), (dvdnavsrc_convert),
26799         (dvdnavsrc_query):
26800           Some support for byte-format seeking.
26801           Small fixes for still frames and menu button overlays
26802         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_get_type),
26803         (gst_mpeg2dec_alloc_buffer):
26804           Use a debug category. Adjust the report level of several items to
26805           LOG. Call mpeg2_custom_fbuf to mark our buffers as 'custom buffers'
26806           so it doesn't lose the GstBuffer pointer
26807         * gst/debug/Makefile.am:
26808         * gst/debug/gstdebug.c: (plugin_init):
26809         * gst/debug/gstnavseek.c: (gst_navseek_get_type),
26810         (gst_navseek_base_init), (gst_navseek_class_init),
26811         (gst_navseek_init), (gst_navseek_seek),
26812         (gst_navseek_handle_src_event), (gst_navseek_set_property),
26813         (gst_navseek_get_property), (gst_navseek_chain),
26814         (gst_navseek_plugin_init):
26815         * gst/debug/gstnavseek.h:
26816           Add the navseek debug element for seeking back and forth in a
26817           video stream using arrow keys.
26818         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_get_type),
26819         (gst_mpeg2subt_base_init), (gst_mpeg2subt_class_init),
26820         (gst_mpeg2subt_init), (gst_mpeg2subt_finalize),
26821         (gst_mpeg2subt_getcaps_video), (gst_mpeg2subt_link_video),
26822         (gst_mpeg2subt_handle_video), (gst_mpeg2subt_src_event),
26823         (gst_mpeg2subt_parse_header), (gst_get_nibble),
26824         (gst_setup_palette), (gst_get_rle_code), (gst_draw_rle_line),
26825         (gst_merge_uv_data), (gst_mpeg2subt_merge_title),
26826         (gst_update_still_frame), (gst_mpeg2subt_handle_subtitle),
26827         (gst_mpeg2subt_handle_dvd_event), (gst_mpeg2subt_loop):
26828         * gst/mpeg2sub/gstmpeg2subt.h:
26829           Pretty much a complete rewrite. Now a loopbased element. May still
26830           require work to properly synchronise subtitle buffers.
26831         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_process_private),
26832         (gst_dvd_demux_send_subbuffer):
26833         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_send_subbuffer):
26834           Don't attempt to create subbuffers of size 0
26835           Reduce a couple of error outputs to warnings.
26836         * gst/y4m/gsty4mencode.c: (gst_y4mencode_sinkconnect),
26837         (gst_y4mencode_chain):
26838         Output the y4m frame header correctly.
26839
26840 2004-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
26841
26842         * gst/adder/gstadder.c: (gst_adder_get_type), (gst_adder_loop):
26843           throw errors instead of allowing SIGFPE
26844
26845 2004-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
26846
26847         * gst-libs/gst/gconf/gconf.c: (gst_gconf_get_string),
26848         (gst_gconf_render_bin_from_key):
26849           leak plugging and style fixing
26850
26851 2004-03-31  David Schleef  <ds@schleef.org>
26852
26853         * gst/audioscale/gstaudioscale.c: (gst_audioscale_expand_value),
26854         (gst_audioscale_getcaps): Fix getcaps to expand and union lists.
26855         (bug #138225)
26856         * gst/debug/Makefile.am:
26857         * gst/debug/breakmydata.c: (gst_break_my_data_plugin_init):
26858         * gst/debug/gstdebug.c: (plugin_init):  Merge elements into one
26859         plugin.
26860         * gst/debug/negotiation.c: (gst_gst_negotiation_get_type),
26861         (gst_negotiation_base_init), (gst_negotiation_class_init),
26862         (gst_negotiation_init), (gst_negotiation_getcaps),
26863         (gst_negotiation_pad_link), (gst_negotiation_chain),
26864         (gst_negotiation_set_property), (gst_negotiation_get_property),
26865         (gst_negotiation_plugin_init):  New element to talk about random
26866         negotiation things happening in a pipeline.
26867
26868 2004-03-31  Thomas Vander Stichele  <thomas at apestaart dot org>
26869
26870         * gst/adder/gstadder.c: (gst_adder_get_type), (gst_adder_loop):
26871           fix integer addition with help of Stefan Kost
26872
26873 2004-03-31  Thomas Vander Stichele  <thomas at apestaart dot org>
26874
26875         * po/nl.po: updated Dutch translation (Elros Cyriatan)
26876
26877 2004-03-30  David Schleef  <ds@schleef.org>
26878
26879         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_alloc_buffer),
26880         (gst_mpeg2dec_negotiate_format):  Handle Y42B-format MPEG
26881         video, patch from Matthew.Spencer@eu.sony.com (Matthew Spencer)
26882         (bug #137504)
26883         * ext/mpeg2dec/gstmpeg2dec.h:
26884
26885 2004-03-30  David Schleef  <ds@schleef.org>
26886
26887         * ext/gdk_pixbuf/Makefile.am: Remove spurious rules. (bug #136527)
26888
26889 2004-03-30  David Schleef  <ds@schleef.org>
26890
26891         * tools/gst-launch-ext-m.m:  Applied patch from gnome@flyn.org (W.
26892         Michael Petullo) to handle .mov
26893
26894 2004-03-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
26895
26896         * sys/oss/gstosselement.c: (gst_osselement_probe_caps),
26897         (gst_osselement_rate_check_rate):
26898           probe caps correctly for sound cards that only support one format
26899
26900 2004-03-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
26901
26902         * ext/kio/kiosrc.cpp: (process_events):
26903           update handling event processing if inside KDE - untested
26904
26905 2004-03-29  David Schleef  <ds@schleef.org>
26906
26907         * ext/hermes/gsthermescolorspace.c: (plugin_init): decrease rank
26908         by 2 to not interfere with other colorspaces.
26909         * ext/pango/gsttextoverlay.c: (plugin_init): change rank to NONE
26910         * gst/colorspace/gstcolorspace.c: (plugin_init): decrease rank by
26911         one to not interfere with ffmpeg_colorspace.
26912
26913 2004-03-29  David Schleef  <ds@schleef.org>
26914
26915         * ext/alsa/gstalsa.c: (gst_alsa_fixate): Don't fixate fields that
26916         aren't in the caps.
26917         * gst/sine/gstsinesrc.c: change rate caps to [1,MAX]
26918         * gst/videocrop/gstvideocrop.c: (plugin_init): Change rank to NONE.
26919
26920 2004-03-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
26921
26922         * gst-libs/gst/riff/riff-media.c:
26923           fail on error, don't try to set stuff on NULL caps
26924
26925 2004-03-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
26926
26927         * configure.ac:
26928         * ext/Makefile.am:
26929         * ext/kio/Makefile.am:
26930         * ext/kio/kioreceiver.cpp:
26931         * ext/kio/kioreceiver.h:
26932         * ext/kio/kiosrc.cpp:
26933         * ext/kio/kiosrc.h:
26934           add experimental kiosrc plugin
26935         * ext/alsa/gstalsaplugin.c: (plugin_init):
26936           initialize debugging category only when we're sure registering the
26937           plugins worked.
26938
26939 2004-03-29  Thomas Vander Stichele  <thomas at apestaart dot org>
26940
26941         * examples/gstplay/player.c: (main):
26942         * gst-libs/gst/play/play.c: (gst_play_class_init),
26943         (gst_play_set_location), (gst_play_set_data_src),
26944         (gst_play_set_video_sink), (gst_play_set_audio_sink),
26945         (gst_play_set_visualization), (gst_play_connect_visualization):
26946           check return values of element_set_state and return FALSE where
26947           failed
26948
26949 2004-03-29  Benjamin Otte  <otte@gnome.org>
26950
26951         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event):
26952           try harder to check if an event is really a discont
26953
26954 2004-03-29  Thomas Vander Stichele  <thomas at apestaart dot org>
26955
26956         * po/LINGUAS: adding Azerbaijani (M??tin ??mirov)
26957         * po/az.po:
26958
26959 2004-03-28  Benjamin Otte  <otte@gnome.org>
26960
26961         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_process_private):
26962         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead),
26963         (gst_mpeg_demux_parse_packet), (gst_mpeg_demux_parse_pes):
26964           get rid of non-standard "..." ranges in case statements.
26965
26966 2004-03-27  Martin Soto  <martinsoto@users.sourceforge.net>
26967
26968         * gst/mpegstream/gstmpegdemux.c:
26969         * gst/mpegstream/gstmpegdemux.h: Complete overhaul. All DVD
26970         specific functionality split to the new dvddemux element.
26971         * gst/mpegstream/gstdvddemux.c:
26972         * gst/mpegstream/gstdvddemux.h: New demultiplexer for DVD (VOB)
26973         streams, derived from mpegdemux.
26974         * gst/mpegstream/gstmpegparse.c: Discontinuity handling cleaned
26975         up. SCR based timestamp rewriting can be turned off (will probably
26976         completely disappear soon).
26977         * ext/dvdnav/dvdnavsrc.c: Changes resulting from a few months
26978         hacking. General cleanup. All printf statements replaced by
26979         debugging messages. Almost complete libdvdnav support.
26980         (dvdnavsrc_class_init): Got rid of unnecessary signals (replaced
26981         by events. New properties for audio and subpicture languages.
26982         (dvdnavsrc_update_highlight): Now uses events.
26983         (dvdnavsrc_user_op): Cleaned up.
26984         (dvdnavsrc_get): Renamed to dvdnavsrc_loop (element is now loop
26985         based). Lots of cleanup, and propper support for most libdvdnav
26986         events.
26987         (dvdnavsrc_make_dvd_event): New function.
26988         (dvdnavsrc_make_dvd_nav_packet_event): New function.
26989         (dvdnavsrc_make_clut_change_event): New function.
26990
26991 2004-03-26  Benjamin Otte  <otte@gnome.org>
26992
26993         * gst/typefind/gsttypefindfunctions.c: (theora_type_find):
26994           fix bug where typefinding would claim it's theora whenever less then
26995           7 bytes of data were available
26996
26997 2004-03-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26998
26999         * gst/law/alaw-decode.c: (alawdec_getcaps), (alawdec_link),
27000         (gst_alawdec_base_init), (gst_alawdec_class_init),
27001         (gst_alawdec_init), (gst_alawdec_chain):
27002         * gst/law/alaw-encode.c: (alawenc_getcaps), (alawenc_link),
27003         (gst_alawenc_base_init), (gst_alawenc_class_init),
27004         (gst_alawenc_init), (gst_alawenc_chain):
27005         * gst/law/mulaw-decode.c: (mulawdec_getcaps), (mulawdec_link),
27006         (gst_mulawdec_base_init), (gst_mulawdec_class_init),
27007         (gst_mulawdec_init), (gst_mulawdec_chain):
27008         * gst/law/mulaw-encode.c: (mulawenc_getcaps), (mulawenc_link),
27009         (gst_mulawenc_base_init), (gst_mulawenc_class_init),
27010         (gst_mulawenc_init), (gst_mulawenc_chain):
27011           Fix capsnego in all four, remove the unused property functions and
27012           simplify the chain functions slightly. I guess we could use macros
27013           or something similar for those, since the code is so similar, but
27014           I'm currently too lazy...
27015
27016 2004-03-24  David Schleef  <ds@schleef.org>
27017
27018         * sys/oss/gstosselement.c: (gst_osselement_sync_parms),
27019         (gst_osselement_close_audio), (gst_osselement_probe_caps),
27020         (gst_osselement_get_format_structure),
27021         (gst_osselement_rate_probe_check), (gst_osselement_rate_add_range),
27022         (gst_osselement_rate_check_rate), (gst_osselement_rate_add_rate),
27023         (gst_osselement_rate_int_compare): Add code to handle rate probing
27024         (bug #120883)
27025         * sys/oss/gstosselement.h: same
27026         * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_getcaps):
27027         Use rate probing provided by osselement.
27028         * sys/oss/gstosssrc.c: (gst_osssrc_init), (gst_osssrc_getcaps): same
27029
27030 2004-03-24  Ronald Bultje  <rbultje@ronald.bitfreak.net>
27031
27032         * ext/xvid/gstxvidenc.c: (gst_xvidenc_set_property),
27033         (gst_xvidenc_get_property):
27034           ulong/int mess-up.
27035
27036 2004-03-24  David Schleef  <ds@schleef.org>
27037
27038         * ext/speex/gstspeexdec.c: (gst_speexdec_base_init),
27039         (gst_speexdec_init):
27040         * ext/speex/gstspeexenc.c: (gst_speexenc_base_init),
27041         (gst_speexenc_init):  Create the pad template correctly (from
27042         the static pad template, not a NULL pointer.)
27043
27044 2004-03-25  Benjamin Otte  <otte@gnome.org>
27045
27046         * gst/debug/Makefile.am:
27047         * gst/debug/breakmydata.c:
27048           add element that quasi-randomly changes bytes in the stream.
27049           Intended use is robustness checking of demuxers and decoders in
27050           media tests.
27051
27052 2004-03-24  Benjamin Otte  <otte@gnome.org>
27053
27054         * ext/alsa/gstalsa.c: (gst_alsa_open_audio),
27055         (gst_alsa_probe_hw_params):
27056         * ext/alsa/gstalsa.h:
27057           debugging output fixes
27058
27059 2004-03-24  Benjamin Otte  <otte@gnome.org>
27060
27061         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_set_property):
27062           don't g_return_if_fail if element is PLAYING, fail silently as every
27063           other element.
27064         * gst/effectv/gstquark.c: (gst_quarktv_chain):
27065           only fix needed for cast lvalue issues in gst-plugins
27066         * gst/volenv/gstvolenv.c: (gst_volenv_init):
27067           add proxy_getcaps
27068
27069 2004-03-24  Benjamin Otte  <otte@gnome.org>
27070
27071         * gst/level/gstlevel.c: (gst_level_init):
27072           add proxying getcaps function, so level doesn't advertise impossible
27073           caps
27074
27075 2004-03-24  David Schleef  <ds@schleef.org>
27076
27077         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event),
27078         (gst_qtdemux_loop_header), (qtdemux_parse_moov), (qtdemux_parse),
27079         (qtdemux_node_dump_foreach), (qtdemux_dump_mvhd),
27080         (qtdemux_dump_tkhd), (qtdemux_dump_elst), (qtdemux_dump_mdhd),
27081         (qtdemux_dump_hdlr), (qtdemux_dump_vmhd), (qtdemux_dump_dref),
27082         (qtdemux_dump_stsd), (qtdemux_dump_stts), (qtdemux_dump_stss),
27083         (qtdemux_dump_stsc), (qtdemux_dump_stsz), (qtdemux_dump_stco),
27084         (qtdemux_dump_co64), (qtdemux_dump_dcom), (qtdemux_dump_cmvd),
27085         (qtdemux_parse_tree), (qtdemux_parse_trak):  Fix debugging
27086         messages.  Divide the chunk size by the compression ratio
27087         (needed for MACE audio)
27088
27089 2004-03-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
27090
27091         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain):
27092           Fix buffer overflow read error.
27093
27094 2004-03-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
27095
27096         * ext/alsa/gstalsa.h:
27097           Remove unused entry.
27098         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
27099           Add cinepak.
27100         * gst/videodrop/gstvideodrop.c: (gst_videodrop_getcaps),
27101         (gst_videodrop_link), (gst_videodrop_chain):
27102           Fix, sort of. Was horribly broken with new capsnego. Bah...
27103
27104 2004-03-23  Jeremy Simon  <jesimon@libertysurf.fr>
27105
27106         * gst/typefind/gsttypefindfunctions.c: (ape_type_find),
27107         (plugin_init):
27108         Add a monkeysaudio typefind function
27109
27110 2004-03-23  Johan Dahlin  <johan@gnome.org>
27111
27112         * gst-libs/gst/play/play.c (gst_play_audio_fixate)
27113         (gst_play_video_fixate): Check so the structure has the field
27114         before trying to fixate them, this makes it possible to have
27115         fakesinks for video and audio output without printing errors on
27116         the output console.
27117
27118 2004-03-22  David Schleef  <ds@schleef.org>
27119
27120         * sys/oss/Makefile.am:
27121         * sys/oss/oss_probe.c: (main), (probe_check), (add_range),
27122         (check_rate), (add_rate):  Rate probing test app.
27123
27124 2004-03-21  Benjamin Otte  <otte@gnome.org>
27125
27126         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link),
27127         (_fixate_caps_to_int), (gst_audio_convert_fixate):
27128           add a fixation function that pretty much does the right thing (fixes
27129           #137556)
27130
27131 2004-03-20  David I. Lehn  <dlehn@users.sourceforge.net>
27132
27133         * configure.ac: GST_PACKAGE default: s/GStreamer/GStreamer Plugins/
27134
27135 2004-03-20  Tim-Phillip Müller <t.i.m@zen.co.uk>
27136
27137         reviewed by: Benjamin Otte  <otte@gnome.org>
27138
27139         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
27140           terminate gst_event_new_discontinuous correctly (fixes parts of
27141           #137711)
27142
27143 2004-03-19  David Schleef  <ds@schleef.org>
27144
27145         * gst-libs/gst/Makefile.am:  Enable xoverlay unconditionally,
27146         since it doesn't depend on X, and it's part of our ABI.
27147
27148 2004-03-19  Iain <iain@prettypeople.org>
27149
27150         * gst/interleave/deinterleave.c (deinterleave_sink_link): Use the
27151         is_int in the structure, not the local variable.
27152
27153 2004-03-19  David Schleef  <ds@schleef.org>
27154
27155         * ext/librfb/gstrfbsrc.c: (gst_rfbsrc_change_state),
27156         (gst_rfbsrc_init), (gst_rfbsrc_getcaps), (gst_rfbsrc_fixate),
27157         (gst_rfbsrc_link), (gst_rfbsrc_paint_rect), (gst_rfbsrc_get):
27158         Improvements in caps negotiation.
27159
27160 2004-03-18  Thomas Vander Stichele  <thomas at apestaart dot org>
27161
27162         * po/LINGUAS:
27163         * po/af.po:
27164           adding Afrikaans (Petri Jooste)
27165
27166 2004-03-18  Thomas Vander Stichele  <thomas at apestaart dot org>
27167
27168         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
27169         (gst_ffmpegcolorspace_chain):
27170         throw error instead of g_critical (#137588)
27171
27172 2004-03-18  Thomas Vander Stichele  <thomas at apestaart dot org>
27173
27174         * Makefile.am:
27175         * configure.ac:
27176           dist common and m4 correctly
27177         * po/sv.po:
27178
27179 2004-03-17  David Schleef  <ds@schleef.org>
27180
27181         * pkgconfig/gstreamer-media-info.pc.in:  Add Version.
27182         (bug #137348)
27183
27184 2004-03-17  Thomas Vander Stichele  <thomas at apestaart dot org>
27185
27186         * po/LINGUAS:
27187         * po/sv.po:
27188           adding Swedish translation (Christian Rose)
27189
27190 2004-03-17  Thomas Vander Stichele  <thomas at apestaart dot org>
27191
27192         * Makefile.am: use release.mak
27193
27194 2004-03-16  Thomas Vander Stichele  <thomas at apestaart dot org>
27195
27196         * common/ChangeLog:
27197         * common/gst-autogen.sh:
27198           add some explanation about the version detection
27199         * configure.ac:
27200           fix X check
27201
27202 2004-03-16  Thomas Vander Stichele  <thomas at apestaart dot org>
27203
27204         * configure.ac: bump nano to 1
27205
27206 === release 0.8.0 ===
27207
27208 2004-03-16  Thomas Vander Stichele  <thomas at apestaart dot org>
27209
27210         * configure.ac: release 0.8.0, "Pharmaceutical Itch"
27211
27212 2004-03-16  Thomas Vander Stichele  <thomas at apestaart dot org>
27213
27214         * configure.ac:
27215           update libtool version
27216         * gst-libs/gst/media-info/Makefile.am:
27217           actually use libtool version
27218
27219 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
27220
27221         * configure.ac: fix speex detection to work with 1.0 but not 1.1
27222
27223 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
27224
27225         * configure.ac:
27226         * gst-plugins.spec.in:
27227         * pkgconfig/Makefile.am:
27228         * pkgconfig/gstreamer-gconf-uninstalled.pc.in:
27229         * pkgconfig/gstreamer-interfaces-uninstalled.pc.in:
27230         * pkgconfig/gstreamer-libs-uninstalled.pc.in:
27231         * pkgconfig/gstreamer-libs.pc.in:
27232         * pkgconfig/gstreamer-media-info-uninstalled.pc.in:
27233         * pkgconfig/gstreamer-play-uninstalled.pc.in:
27234         * pkgconfig/gstreamer-plugins-uninstalled.pc.in:
27235         * pkgconfig/gstreamer-plugins.pc.in:
27236           remove @VERSION@ from some of the pc files since core and plugins
27237           are decoupled.
27238           created gstreamer-plugins.pc as it's a better name, but keeping
27239           -libs around for now to get fixes upstream done first.
27240
27241 2004-03-15  Julien MOUTTE <julien@moutte.net>
27242
27243         * gst-libs/gst/play/play.c: (gst_play_get_framerate),
27244         (gst_play_get_sink_element): First draft of gst_play_get_framerate.
27245         * gst-libs/gst/play/play.h:
27246
27247 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
27248
27249         * *.c, *.cc: don't mix tabs and spaces
27250
27251 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
27252
27253         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup):
27254           use the new ffmpegcolorspace
27255         * gst-plugins.spec.in:
27256           package new colorspace and media-info
27257         * configure.ac:
27258         * pkgconfig/Makefile.am:
27259           fix some more disting issues
27260         * pkgconfig/gstreamer-media-info-uninstalled.pc.in:
27261         * pkgconfig/gstreamer-media-info.pc.in:
27262           generate media-info pc files
27263
27264 2004-03-15  Johan Dahlin  <johan@gnome.org>
27265
27266         * *.h: Revert indenting
27267
27268 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
27269
27270         * configure.ac:
27271           adding ffmpegcolorspace element
27272         * gst/ffmpegcolorspace/Makefile.am:
27273         * gst/ffmpegcolorspace/avcodec.h:
27274         * gst/ffmpegcolorspace/common.h:
27275         * gst/ffmpegcolorspace/dsputil.c: (dsputil_static_init):
27276         * gst/ffmpegcolorspace/dsputil.h:
27277         * gst/ffmpegcolorspace/gstffmpeg.c: (plugin_init):
27278         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
27279         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_pix_fmt_to_caps),
27280         (gst_ffmpeg_caps_to_pix_fmt):
27281         * gst/ffmpegcolorspace/gstffmpegcodecmap.h:
27282         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
27283         (gst_ffmpegcolorspace_caps_remove_format_info),
27284         (gst_ffmpegcolorspace_getcaps), (gst_ffmpegcolorspace_pad_link),
27285         (gst_ffmpegcolorspace_get_type), (gst_ffmpegcolorspace_base_init),
27286         (gst_ffmpegcolorspace_class_init), (gst_ffmpegcolorspace_init),
27287         (gst_ffmpegcolorspace_chain), (gst_ffmpegcolorspace_change_state),
27288         (gst_ffmpegcolorspace_set_property),
27289         (gst_ffmpegcolorspace_get_property),
27290         (gst_ffmpegcolorspace_register):
27291         * gst/ffmpegcolorspace/imgconvert.c:
27292         (avcodec_get_chroma_sub_sample), (avcodec_get_pix_fmt_name),
27293         (avcodec_get_pix_fmt), (avpicture_fill), (avpicture_layout),
27294         (avpicture_get_size), (avcodec_get_pix_fmt_loss),
27295         (avg_bits_per_pixel), (avcodec_find_best_pix_fmt1),
27296         (avcodec_find_best_pix_fmt), (img_copy_plane), (img_copy),
27297         (yuv422_to_yuv420p), (yuv422_to_yuv422p), (yuv422p_to_yuv422),
27298         (C_JPEG_TO_CCIR), (img_convert_init), (img_apply_table),
27299         (shrink41), (shrink21), (shrink12), (shrink22), (shrink44),
27300         (grow21_line), (grow41_line), (grow21), (grow22), (grow41),
27301         (grow44), (conv411), (gif_clut_index), (build_rgb_palette),
27302         (bitcopy_n), (mono_to_gray), (monowhite_to_gray),
27303         (monoblack_to_gray), (gray_to_mono), (gray_to_monowhite),
27304         (gray_to_monoblack), (avpicture_alloc), (avpicture_free),
27305         (is_yuv_planar), (img_convert), (get_alpha_info_pal8),
27306         (img_get_alpha_info), (deinterlace_line),
27307         (deinterlace_line_inplace), (deinterlace_bottom_field),
27308         (deinterlace_bottom_field_inplace), (avpicture_deinterlace):
27309         * gst/ffmpegcolorspace/imgconvert_template.h:
27310         * gst/ffmpegcolorspace/mem.c: (av_malloc), (av_realloc), (av_free):
27311         * gst/ffmpegcolorspace/mmx.h:
27312         * gst/ffmpegcolorspace/utils.c: (avcodec_init):
27313           adding ffmpegcolorspace element supplied by Ronald after cleaning
27314           up and pulling in the right bits of upstream source.
27315           I'm sure a better C/compiler wizard could do some cleaning up (for
27316           example use GLIB's malloc stuff), but as a first pass this
27317           works very well
27318
27319 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
27320
27321         * ext/alsa/gstalsa.h:
27322           I assume Ronald forgot to commit the change to have cardname
27323           as a struct member.  Expect some public spanking at the next
27324           opportunity.
27325
27326 2004-03-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
27327
27328         * ext/alsa/gstalsa.c: (gst_alsa_get_property),
27329         (gst_alsa_open_audio), (gst_alsa_close_audio):
27330         * ext/alsa/gstalsa.c:
27331           Don't open the device if we're a mixer (= padless).
27332         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_class_init),
27333         (gst_alsa_mixer_init), (gst_alsa_mixer_open),
27334         (gst_alsa_mixer_close), (gst_alsa_mixer_change_state):
27335           Open mixer during state change rather than during object
27336           initialization. Also, get a device name. Currently in a somewhat
27337           hackish fashion, but I didn't really find something better.
27338
27339 2004-03-14  Thomas Vander Stichele  <thomas at apestaart dot org>
27340
27341         * *.c, *.h: run gst-indent
27342
27343 2004-03-14  Benjamin Otte  <otte@gnome.org>
27344
27345         * gst/modplug/gstmodplug.cc:
27346         * gst/modplug/gstmodplug.h:
27347           set correct timestamps on outgoing buffers
27348
27349 2004-03-14  Benjamin Otte  <otte@gnome.org>
27350
27351         * gst/modplug/gstmodplug.cc:
27352           handle events - don't do crap when a discont arrives that's not
27353           necessary
27354           This allows correct loading and playback of mods in Rhythmbox
27355
27356 2004-03-14  Benjamin Otte  <otte@gnome.org>
27357
27358         * configure.ac:
27359         * gst-libs/gst/gconf/Makefile.am:
27360         * pkgconfig/Makefile.am:
27361           move gstreamer-gconf pkgconfig files to pkgconfig/ dir. Make sure
27362           they get rebuilt properly
27363         * configure.ac:
27364           when checking for vorbis, try pkgconfig first.
27365         * gst/modplug/gstmodplug.cc:
27366           add fixate function
27367
27368 2004-03-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
27369
27370         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):
27371           Fix for obvious mistake, where we first shift the offset and then
27372           read a samplesize element assuming the old offset. Note that this
27373           part still has something weird, i.e. my movies containing those
27374           don't actually play well, but at least there's something that looks
27375           like sound now.
27376
27377 2004-03-14  Jan Schmidt  <thaytan@mad.scientist.com>
27378         * gst/typefind/gsttypefindfunctions.c: (speex_type_find),
27379         (plugin_init):
27380         Add a typefind function for speex format
27381
27382 2004-03-13  Ronald Bultje  <rbultje@ronald.bitfreak.net>
27383
27384         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_video_caps),
27385         (gst_asf_demux_setup_pad):
27386           Use 25fps as our "fake" fps value (marked for fixage in 0.9.x)
27387           instead of 0. Reason is simple: some elements have a fps range
27388           of 1-max instead of 0-max. So now ASF video actually works.
27389
27390 2004-03-13  Thomas Vander Stichele  <thomas at apestaart dot org>
27391
27392         * po/LINGUAS:
27393         * po/sr.po:
27394           adding serbian as a language
27395
27396 2004-03-13  Benjamin Otte  <otte@gnome.org>
27397
27398         * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
27399           return taglist correctly from _get function, don't gst_pad_push it.
27400           (fixes #137042)
27401
27402 2004-03-13  Jan Schmidt  <thaytan@mad.scientist.com>
27403         * ext/alsa/gstalsa.c: (gst_alsa_class_probe_devices):
27404
27405 2004-03-13  Ronald Bultje  <rbultje@ronald.bitfreak.net>
27406
27407         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_free_list):
27408         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_class_init),
27409         (gst_alsa_mixer_track_new):
27410         * ext/alsa/gstalsamixertrack.h:
27411           Fix ancient leftovers... MixerTrack is a GObject.
27412
27413 2004-03-13  Ronald Bultje  <rbultje@ronald.bitfreak.net>
27414
27415         * ext/alsa/gstalsa.c: (gst_alsa_class_probe_devices):
27416         * sys/oss/gstosselement.c: (gst_osselement_class_probe_devices):
27417           Don't block during probing...
27418
27419 2004-03-12  Ronald Bultje  <rbultje@ronald.bitfreak.net>
27420
27421         * ext/alsa/gstalsa.c: (gst_alsa_get_type), (gst_alsa_class_init),
27422         (gst_alsa_get_property), (gst_alsa_probe_get_properties),
27423         (gst_alsa_class_probe_devices), (gst_alsa_class_list_devices),
27424         (gst_alsa_probe_probe_property), (gst_alsa_probe_needs_probe),
27425         (gst_alsa_probe_get_values), (gst_alsa_probe_interface_init),
27426         (gst_alsa_open_audio), (gst_alsa_close_audio):
27427         * ext/alsa/gstalsa.h:
27428           Add propertyprobe interface implementation, add some device-name
27429           property, all this so that it looks good in gnome-volume-control.
27430
27431 2004-03-12  David Schleef  <ds@schleef.org>
27432
27433         * configure.ac: the Hermes library controls hermescolorspace, not
27434         colorspace.
27435         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_base_init),
27436         (gst_mpeg2dec_init): minor pet peeve: disable code with #ifdef,
27437         not /* */
27438         * ext/sdl/sdlvideosink.c: Change XID to unsigned long.
27439         * ext/sdl/sdlvideosink.h: ditto.
27440         * gst/colorspace/gstcolorspace.c: Fix old comments about Hermes
27441
27442 2004-03-12  Benjamin Otte  <otte@gnome.org>
27443
27444         * gst-libs/gst/xoverlay/xoverlay.c: (gst_x_overlay_set_xwindow_id),
27445         (gst_x_overlay_got_xwindow_id):
27446         * gst-libs/gst/xoverlay/xoverlay.h:
27447           replace XID with unsigned long to get rid of the xlibs dependency in
27448           XOverlay (fixes #137004)
27449
27450 2004-03-13  Jan Schmidt  <thaytan@mad.scientist.com>
27451         * gst/effectv/gstaging.c: (gst_agingtv_base_init),
27452         (gst_agingtv_setup):
27453         * gst/effectv/gstdice.c: (gst_dicetv_get_type),
27454         (gst_dicetv_base_init), (gst_dicetv_class_init),
27455         (gst_dicetv_setup), (gst_dicetv_init), (gst_dicetv_draw):
27456         * gst/effectv/gstedge.c: (gst_edgetv_get_type),
27457         (gst_edgetv_base_init), (gst_edgetv_class_init), (gst_edgetv_init),
27458         (gst_edgetv_setup), (gst_edgetv_rgb32):
27459         * gst/effectv/gsteffectv.c:
27460         * gst/effectv/gstquark.c: (gst_quarktv_link), (gst_quarktv_init),
27461         (gst_quarktv_set_property):
27462         * gst/effectv/gstrev.c: (gst_revtv_get_type),
27463         (gst_revtv_base_init), (gst_revtv_class_init), (gst_revtv_init),
27464         (gst_revtv_setup), (gst_revtv_rgb32):
27465         * gst/effectv/gstshagadelic.c: (gst_shagadelictv_get_type),
27466         (gst_shagadelictv_base_init), (gst_shagadelictv_class_init),
27467         (gst_shagadelictv_init), (gst_shagadelictv_setup),
27468         (gst_shagadelictv_rgb32):
27469         * gst/effectv/gstvertigo.c: (gst_vertigotv_get_type),
27470         (gst_vertigotv_base_init), (gst_vertigotv_class_init),
27471         (gst_vertigotv_setup), (gst_vertigotv_init), (gst_vertigotv_rgb32):
27472         * gst/effectv/gstwarp.c:
27473         Port everything that can be ported to videofilter and fix up the caps.
27474         Can someone with a big-endian machine please check these?
27475
27476 2004-03-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
27477
27478         * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_get_time),
27479         (gst_osssink_chain), (gst_osssink_change_state):
27480           Latest fixes for A/V sync, audio playback and such. This is about
27481           all... MPEG playback issues are mostly related to the async build-
27482           up of MPEG files, I cannot fix that. Use basicgthread to solve it.
27483
27484 2004-03-10  Thomas Vander Stichele  <thomas at apestaart dot org>
27485
27486         patch from: Stephane Loeuillet
27487
27488         * configure.ac:
27489           use pkg-config for some libraries, falling back to the old .m4 way
27490           (fixes #131270)
27491         * m4/libdv.m4:
27492           removed
27493
27494 2004-03-10  Thomas Vander Stichele  <thomas at apestaart dot org>
27495
27496         * configure.ac:
27497         * tools/Makefile.am:
27498         * tools/Makefile.in:
27499         * tools/gst-launch-ext-m.m:
27500         * tools/gst-launch-ext.1.in:
27501         * tools/gst-visualise-m.m:
27502         * tools/gst-visualise.1:
27503         * tools/gst-visualise.1.in:
27504           reorganizing generation of script tools
27505
27506 2004-03-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
27507
27508         * ext/divx/gstdivxdec.c:
27509           Downgrade priority. We prefer ffdec_mpeg4.
27510         * ext/faad/gstfaad.c: (gst_faad_srcgetcaps), (gst_faad_srcconnect),
27511         (gst_faad_chain), (gst_faad_change_state):
27512           Fix capsnego. Doesn't work for some sounds because we don't have
27513           a 5:1 to stereo element.
27514         * ext/xvid/gstxvid.c: (plugin_init):
27515           Add priority.
27516         * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_chain),
27517         (gst_osssink_change_state):
27518           Add discont handling.
27519
27520 2004-03-09  Colin Walters  <walters@verbum.org>
27521
27522         * gst/audioconvert/gstaudioconvert.c: Fix typo in width 8
27523         conversion.
27524
27525 2004-03-09  Benjamin Otte  <otte@gnome.org>
27526
27527         * gst-libs/gst/mixer/mixer.c: (gst_mixer_class_init):
27528           the signals take 2 arguments
27529
27530 2004-03-09  David Schleef  <ds@schleef.org>
27531
27532         * ext/alsa/gstalsa.c: (gst_alsa_request_new_pad),
27533         (gst_alsa_fixate): Add fixate function.  (bug #136686)
27534         * ext/alsa/gstalsa.h:
27535         * ext/alsa/gstalsasink.c: (gst_alsa_sink_init):
27536
27537 2004-03-09  Benjamin Otte  <otte@gnome.org>
27538
27539         * ext/mikmod/gstmikmod.c: (gst_mikmod_init), (gst_mikmod_loop),
27540         (gst_mikmod_change_state):
27541         * ext/mikmod/gstmikmod.h:
27542           make mikmod's loop function not loop infinitely and call
27543           gst_element_yield anymore
27544         * gst/modplug/gstmodplug.cc:
27545           fix pad negotiation (fixes #136590)
27546
27547 2004-03-09  David Schleef  <ds@schleef.org>
27548
27549         * ext/lcs/Makefile.am:  Fix so that the lcs colorspace plugin
27550         doesn't conflict with the internal colorspace plugin.
27551         * gst-libs/gst/audio/make_filter:  Use `` instead of $() to
27552         satisfy the crappy-ass shell shipped by a certain vendor.
27553         * gst/videofilter/make_filter: same (bug #135299)
27554
27555 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
27556
27557         * configure.ac: bump nano to 1
27558
27559 === release 0.7.6 ===
27560
27561 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
27562
27563         * configure.in: releasing 0.7.6, "There"
27564
27565 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
27566
27567         * pkgconfig/gstreamer-play-uninstalled.pc.in:
27568         * pkgconfig/gstreamer-play.pc.in:
27569           synchronize the two
27570
27571 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
27572
27573         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_base_init),
27574         (cdparanoia_open), (cdparanoia_event):
27575           fix/add error handling
27576         * po/POTFILES.in:
27577           add cdparanoia source
27578         * tools/Makefile.am:
27579           make scripts executable
27580
27581 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
27582
27583         * configure.ac:
27584         * ext/vorbis/Makefile.am:
27585         * sys/Makefile.am:
27586           remove id3types, vorbisfile and xvideosink from the build (#133783)
27587
27588 2004-03-08  Ronald Bultje  <rbultje@ronald.bitfreak.net>
27589
27590         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_info):
27591           Fix metadata read crash (#136537).
27592
27593 2004-03-08  Thomas Vander Stichele  <thomas at apestaart dot org>
27594
27595         * gst-libs/gst/media-info/media-info-priv.c: (gmi_set_mime):
27596         * gst-libs/gst/media-info/media-info.c: (gst_media_info_read):
27597           adding mime types, fixing the one-stop function
27598
27599 2004-03-08  Christian Schaller <Uraeus@gnome.org>
27600
27601         * ext/nas/nassink.c and /ext/nas/nassink.h:
27602         More NAS love from Arwed von Merkatz
27603         So lets all sing 'Can you feel the NAS tonight'
27604
27605 2004-03-08  Christian Schaller <Uraeus@gnome.org>
27606
27607         * tools/gst-launch-ext.in:
27608         Replace vorbisfile with oggdemux/vorbisdec/audioconvert
27609
27610 2004-03-08  Thomas Vander Stichele  <thomas at apestaart dot org>
27611
27612         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_base_init),
27613         (gst_mpeg2dec_init):
27614         remove the user_data pad for now, because it is being used in
27615         fixating causing MPEG playback to fixate on 1000 Hz for playback.
27616         If someone knows how to fix this properly, please do.
27617
27618 2004-03-08  Thomas Vander Stichele  <thomas at apestaart dot org>
27619
27620         * sys/oss/gstosssink.c: (gst_osssink_get_delay),
27621         (gst_osssink_get_time):
27622         add a warning, IMO this won't get triggered anymore, remove later
27623
27624 2004-03-07  David Schleef  <ds@schleef.org>
27625
27626         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):  Added Cinepak
27627         format (bug #136470)
27628
27629 2004-03-07  Thomas Vander Stichele  <thomas at apestaart dot org>
27630
27631         * gst-libs/Makefile.am:
27632         * gst-libs/gst/media-info/Makefile.am:
27633         * gst-libs/gst/media-info/media-info-priv.c: (found_tag_callback),
27634         (error_callback), (gst_media_info_error_create),
27635         (gst_media_info_error_element), (gmip_init), (gmip_reset),
27636         (gmi_clear_decoder), (gmip_find_type_pre), (gmip_find_type):
27637         * gst-libs/gst/media-info/media-info-priv.h:
27638         * gst-libs/gst/media-info/media-info-test.c: (main):
27639         * gst-libs/gst/media-info/media-info.c: (gst_media_info_init),
27640         (gst_media_info_class_init), (gst_media_info_instance_init),
27641         (gst_media_info_set_source), (gst_media_info_read_with_idler),
27642         (gst_media_info_read_idler), (gst_media_info_read):
27643         * gst-libs/gst/media-info/media-info.h:
27644         fixed, should work now
27645
27646 2004-03-07  Christian Schaller <Uraeus@gnome.org>
27647
27648         * ext/nas/nassink.c:
27649         A bunch of NAS fixes from Arwed von Merkatz
27650
27651 2004-03-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
27652
27653         * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream),
27654         (qtdemux_parse_trak):
27655           Fix crash (j might be greater than n_samples, in which case we're
27656           writing outside the allocated space for the array) and memleak.
27657
27658 2004-03-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
27659
27660         * sys/oss/gstosssink.c: (gst_osssink_chain):
27661           And another caller that couldn't handle delay < 0 (unsigned
27662           integer overflow). Video now continues playing on an audio
27663           buffer underrun, and the clock continues working. Audio still
27664           stalls.
27665
27666 2004-03-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
27667
27668         * sys/oss/gstosssink.c: (gst_osssink_get_delay),
27669         (gst_osssink_get_time):
27670           get_delay() may return values lower than 0. In those cases, we
27671           should not actually cast to *unsigned* int64, that will break
27672           stuff horribly. In my case, it screwed up A/V sync in movies
27673           in totem rather badly.
27674
27675 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
27676
27677         * ext/faac/gstfaac.c: (gst_faac_chain):
27678         * ext/flac/gstflactag.c: (gst_flac_tag_chain):
27679         * ext/libpng/gstpngenc.c: (user_write_data):
27680         * ext/mikmod/gstmikmod.c: (gst_mikmod_loop):
27681         * gst/ac3parse/gstac3parse.c: (gst_ac3parse_chain):
27682         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_chain_subtitle):
27683         * gst/mpegstream/gstrfc2250enc.c: (gst_rfc2250_enc_add_slice):
27684         Fix several misuse of gst_buffer_merge (it doesn't take ownership
27685         of any buffer), should fix some leaks. I hope I didn't unref buffers
27686         that shouldn't be...
27687
27688 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
27689
27690         * gst-libs/gst/media-info/media-info-priv.c: (have_type_callback),
27691         (deep_notify_callback), (tag_flag_score), (found_tag_callback),
27692         (error_callback), (gmi_reset), (gmi_seek_to_track),
27693         (gmi_get_decoder), (gmi_set_mime), (gmip_find_type_pre),
27694         (gmip_find_type_post), (gmip_find_stream_post),
27695         (gmip_find_track_streaminfo_post):
27696         * gst-libs/gst/media-info/media-info-priv.h:
27697         * gst-libs/gst/media-info/media-info-test.c: (print_tag),
27698         (info_print), (main):
27699         * gst-libs/gst/media-info/media-info.c:
27700         (gst_media_info_error_create), (gst_media_info_error_element),
27701         (gst_media_info_instance_init), (gst_media_info_get_property),
27702         (gst_media_info_new), (gst_media_info_set_source),
27703         (gst_media_info_read_idler), (gst_media_info_read):
27704         * gst-libs/gst/media-info/media-info.h:
27705           first pass at making this work again.  This seems to work on
27706           tagged ogg/vorbis and mp3 files.
27707
27708 2004-03-06  Benjamin Otte  <otte@gnome.org>
27709
27710         * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
27711           fix huge leak: gst_buffer_merge doesn't unref the first argument
27712           itself.
27713
27714 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
27715
27716         * ext/mad/gstmad.c: (gst_mad_class_init), (gst_mad_update_info):
27717           report layer/mode/emphasis
27718
27719 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
27720
27721         * ext/mad/gstmad.c: (gst_mad_chain): fixed caps leak
27722
27723 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
27724
27725         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_new):
27726           signal serial
27727
27728 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
27729
27730         * ext/vorbis/vorbis.c: (plugin_init):
27731         * ext/vorbis/vorbisdec.c: (vorbis_dec_get_formats),
27732         (gst_vorbis_dec_init), (vorbis_dec_event):
27733         add debug category
27734         make vorbisdec handle _BYTE and _TIME queries
27735
27736 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
27737
27738         * ext/mad/gstmad.c: (gst_mad_chain): send the average bitrate read
27739           from the xing header
27740
27741 2004-03-06  Benjamin Otte  <otte@gnome.org>
27742
27743         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_getcaps),
27744         (gst_audio_convert_link), (gst_audio_convert_change_state),
27745         (gst_audio_convert_buffer_from_default_format):
27746           do conversions from/to float correctly, fix some caps nego errors,
27747           export correct supported caps in template and getcaps, use correct
27748           caps in try_set_caps functions
27749
27750 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
27751
27752         For some reason, I only committed a ChangeLog entry yesterday and
27753         not the corresponding code...
27754         * ext/mad/gstmad.c: Fix detection of Xing headers
27755         * gst/tags/gstid3tag.c: Changes to support TLEN tags
27756
27757 2004-03-06  Benjamin Otte  <otte@gnome.org>
27758
27759         * ext/ogg/gstoggdemux.c: (gst_ogg_get_pad_by_pad),
27760         (gst_ogg_demux_src_query):
27761           make sure to handle the case where there's no current chain
27762           gracefully.
27763
27764 2004-03-05  David Schleef  <ds@schleef.org>
27765
27766         * ext/aalib/gstaasink.c: (gst_aasink_fixate), (gst_aasink_init):
27767         Add fixate function. (bug #131128)
27768         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_init),
27769         (gst_sdlvideosink_fixate):  Add fixate function.
27770         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
27771         Fix attempt to print a non-pointer using GST_PTR_FORMAT.
27772         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt):
27773         Fix missing break that was causing ulaw to be interpreted as
27774         raw int.
27775
27776 2004-03-05  David Schleef  <ds@schleef.org>
27777
27778         * gst/mpegstream/gstrfc2250enc.c: (gst_rfc2250_enc_add_slice):
27779         Fix code that ignores return value of gst_buffer_merge().
27780         (bug #114560)
27781         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_descramble_segment):
27782         * gst/mpegstream/gstrfc2250enc.c: (gst_rfc2250_enc_add_slice): same
27783         * testsuite/gst-lint:  Check for above.
27784
27785 2004-03-05  David Schleef  <ds@schleef.org>
27786
27787         * gst/udp/gstudpsrc.c: (gst_udpsrc_get):  Check for unfixed
27788         caps and throw an element error.  (bug #136334)
27789
27790 2004-03-05  David Schleef  <ds@schleef.org>
27791
27792         * ext/faad/gstfaad.c: (gst_faad_init), (gst_faad_srcgetcaps),
27793         (gst_faad_chain): Fix negotiation.
27794         * ext/librfb/gstrfbsrc.c: (gst_rfbsrc_handle_src_event): Add
27795         key and button events.
27796         * gst-libs/gst/floatcast/floatcast.h: Fix a minor bug in this
27797         dung heap of code.
27798         * gst-libs/gst/gconf/gstreamer-gconf-uninstalled.pc.in: gstgconf
27799         depends on gconf
27800         * gst-libs/gst/gconf/gstreamer-gconf.pc.in: same
27801         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup),
27802         (gst_play_video_fixate), (gst_play_audio_fixate): Add a fixate
27803         function to encourage better negotiation, particularly between
27804         audioconvert and osssink.
27805         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain):
27806         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):  Make some debugging
27807         more important.
27808         * gst/typefind/gsttypefindfunctions.c:  Fix mistake in flash
27809         typefinding.
27810         * gst/vbidec/vbiscreen.c:  Add glib header
27811         * pkgconfig/gstreamer-play.pc.in:  Depends on gst-interfaces.
27812
27813 2004-03-06  Christophe Fergeau  <teuf@users.sourceforge.net>
27814
27815         * ext/mad/gstmad.c: Fix detection of Xing headers
27816         * gst/tags/gstid3tag.c: Changes to support TLEN tags
27817
27818 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
27819
27820         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt),
27821         (gst_wavparse_pad_convert), (gst_wavparse_pad_query):
27822           debug updates
27823
27824 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
27825
27826         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list):
27827         * ext/mad/gstmad.c: (gst_mad_init), (is_xhead),
27828         (mpg123_parse_xing_header), (gst_mad_chain): parse Xing header in vbr
27829         files, and report the parsed length as a GST_TAG_DURATION tag.
27830         * gst/tags/gstid3tag.c: support TLEN (duration) tag
27831
27832 2004-03-05  Benjamin Otte  <otte@gnome.org>
27833
27834         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_channels):
27835           convert channels correctly. convert correctly to unsigned.
27836
27837 2004-03-05  Julien MOUTTE <julien@moutte.net>
27838
27839         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state): Check if
27840         we have a window before clearing it.
27841
27842 2004-03-05  Julien MOUTTE <julien@moutte.net>
27843
27844         * sys/ximage/ximagesink.c: (gst_ximagesink_change_state): Check if we
27845         have a window before clearing it.
27846
27847 2004-03-05  Thomas Vander Stichele  <thomas at apestaart dot org>
27848
27849         * gconf/gstreamer.schemas.in:
27850         * gst-libs/gst/gconf/Makefile.am:
27851           version installation path the same way as for 0.6
27852         * pkgconfig/gstreamer-interfaces-uninstalled.pc.in:
27853         * pkgconfig/gstreamer-libs-uninstalled.pc.in:
27854         * pkgconfig/gstreamer-play-uninstalled.pc.in:
27855           remove comment that was fixed
27856
27857 2004-03-05  David Schleef  <ds@schleef.org>
27858
27859         * gst/qtdemux/qtdemux.c: (gst_qtdemux_get_src_formats),
27860         (gst_qtdemux_src_convert), (gst_qtdemux_get_src_query_types),
27861         (gst_qtdemux_get_event_mask), (gst_qtdemux_handle_src_query),
27862         (gst_qtdemux_handle_src_event), (gst_qtdemux_add_stream):
27863         Add prototype code for handling seeking and querying.
27864
27865 2004-03-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
27866
27867         * examples/gstplay/player.c: (main):
27868           Initialize variables to NULL. Prevents a segfault because the
27869           (uninitialized) variable is not NULL, resulting in a crash on
27870           trying to reach error->message.
27871
27872 2004-03-05  Benjamin Otte  <otte@gnome.org>
27873
27874         * gst/audioconvert/gstaudioconvert.c:
27875         (gst_audio_convert_buffer_to_default_format):
27876         make float=>int conversion work correctly even in cornercases.
27877
27878 2004-03-04  David I. Lehn  <dlehn@users.sourceforge.net>
27879
27880         * debian/README.Debian:
27881         * debian/build-deps:
27882         * debian/changelog:
27883         * debian/control:
27884         * debian/control.in:
27885         * debian/copyright:
27886         * debian/gstreamer-a52dec.files:
27887         * debian/gstreamer-aa.files:
27888         * debian/gstreamer-alsa.files:
27889         * debian/gstreamer-alsa.manpages:
27890         * debian/gstreamer-arts.files:
27891         * debian/gstreamer-artsd.files:
27892         * debian/gstreamer-audiofile.files:
27893         * debian/gstreamer-avifile.files:
27894         * debian/gstreamer-cdparanoia.files:
27895         * debian/gstreamer-colorspace.files:
27896         * debian/gstreamer-doc.files:
27897         * debian/gstreamer-dv.files:
27898         * debian/gstreamer-dvd.files:
27899         * debian/gstreamer-esd.files:
27900         * debian/gstreamer-festival.files:
27901         * debian/gstreamer-flac.files:
27902         * debian/gstreamer-gconf.conffiles:
27903         * debian/gstreamer-gconf.files:
27904         * debian/gstreamer-gconf.postinst:
27905         * debian/gstreamer-gnomevfs.files:
27906         * debian/gstreamer-gsm.files:
27907         * debian/gstreamer-http.files:
27908         * debian/gstreamer-jack.files:
27909         * debian/gstreamer-jpeg.files:
27910         * debian/gstreamer-mad.files:
27911         * debian/gstreamer-mikmod.files:
27912         * debian/gstreamer-misc.files:
27913         * debian/gstreamer-mpeg2dec.files:
27914         * debian/gstreamer-oss.files:
27915         * debian/gstreamer-plugin-apps.files:
27916         * debian/gstreamer-plugin-apps.manpages:
27917         * debian/gstreamer-plugin-libs-dev.files:
27918         * debian/gstreamer-plugin-libs.files:
27919         * debian/gstreamer-plugin-template.postinst:
27920         * debian/gstreamer-plugin-template.postrm:
27921         * debian/gstreamer-sdl.files:
27922         * debian/gstreamer-sid.files:
27923         * debian/gstreamer-vorbis.files:
27924         * debian/gstreamer-x.files:
27925         * debian/mk.control:
27926         * debian/rules:
27927         Debian package info not maintained here.
27928
27929 2004-03-04  Thomas Vander Stichele  <thomas at apestaart dot org>
27930
27931         * ext/aalib/gstaasink.c: (gst_aasink_class_init):
27932         * ext/cdaudio/gstcdaudio.c: (gst_cdaudio_class_init):
27933         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_class_init):
27934         * ext/divx/gstdivxenc.c: (gst_divxenc_class_init):
27935         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_class_init):
27936         * ext/gsm/gstgsmenc.c: (gst_gsmenc_class_init):
27937         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_class_init):
27938         * ext/musicbrainz/gsttrm.c: (gst_musicbrainz_class_init):
27939         * ext/speex/gstspeexenc.c: (gst_speexenc_class_init):
27940         * ext/xvid/gstxvidenc.c: (gst_xvidenc_class_init):
27941         * gst-libs/gst/colorbalance/colorbalance.c:
27942         (gst_color_balance_class_init):
27943         * gst-libs/gst/colorbalance/colorbalancechannel.c:
27944         (gst_color_balance_channel_class_init):
27945         * gst-libs/gst/mixer/mixer.c: (gst_mixer_class_init):
27946         * gst-libs/gst/play/play.c: (gst_play_class_init):
27947         * gst-libs/gst/propertyprobe/propertyprobe.c:
27948         (gst_property_probe_iface_init):
27949         * gst-libs/gst/tuner/tuner.c: (gst_tuner_class_init):
27950         * gst-libs/gst/tuner/tunerchannel.c:
27951         (gst_tuner_channel_class_init):
27952         * gst-libs/gst/xoverlay/xoverlay.c: (gst_x_overlay_base_init):
27953         * gst/cutter/gstcutter.c: (gst_cutter_class_init):
27954         * gst/effectv/gstvertigo.c: (gst_vertigotv_class_init):
27955         * sys/cdrom/gstcdplayer.c: (cdplayer_class_init):
27956         * sys/dxr3/dxr3spusink.c: (dxr3spusink_class_init):
27957         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_class_init):
27958         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_class_init):
27959         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init):
27960         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_class_init):
27961           fix signals to use - instead of _
27962         * ext/libcaca/gstcacasink.h:
27963         * ext/sdl/sdlvideosink.h:
27964           fix header rename
27965
27966 2004-03-04  David Schleef  <ds@schleef.org>
27967
27968         * testsuite/gst-lint:  Add a check for bad signal names.
27969
27970 2004-03-04  Stefan Kost <kost@imn.htwk-leipzig.de>
27971
27972         reviewed by David Schleef
27973
27974         * gst/videofilter/gstgamma.c: (gst_gamma_rgb32): Fix typo that
27975         modified the alpha channel and caused a warning. (bug #136192)
27976
27977 2004-04-03  Christian Schaller <Uraeus@gnome.org>
27978
27979         * gst-plugins.spec.in:
27980         Change names of plugins to actually be correct. Try to keep things
27981         alphabetical to avoid getting beat up by Thomas
27982
27983 2004-03-03  Julien MOUTTE <julien@moutte.net>
27984
27985         * gst-libs/gst/gconf/gconf.c: (gst_gconf_get_default_video_sink):
27986         Using ximagesink as a default if no gconf key found. We should
27987         probably consider using alsasink instead of osssink for the audio
27988         part.
27989
27990 2004-03-02  Thomas Vander Stichele  <thomas at apestaart dot org>
27991
27992         * configure.ac:
27993           fix --with-plugins, don't think it ever worked before
27994         * gst-plugins.spec.in:
27995           even more updates
27996
27997 2004-03-01  Ronald Bultje  <rbultje@ronald.bitfreak.net>
27998
27999         * ext/sdl/sdlvideosink.h:
28000         * sys/ximage/ximagesink.h:
28001         * sys/xvideo/xvideosink.h:
28002         * sys/xvimage/xvimagesink.h:
28003           Fix for move of gstvideosink.h -> videosink.h.
28004
28005 2004-03-02  Thomas Vander Stichele  <thomas at apestaart dot org>
28006
28007         * gst-libs/gst/xwindowlistener/Makefile.am:
28008           this is a plugin library, not a library
28009
28010 2004-03-01  David Schleef  <ds@schleef.org>
28011
28012         * AUTHORS:  Added some names.  Add yourself if you're still
28013         missing.
28014
28015 2004-03-01  David Schleef  <ds@schleef.org>
28016
28017         * MAINTAINERS: Add
28018
28019 2004-03-01  Thomas Vander Stichele  <thomas at apestaart dot org>
28020
28021         * gst-plugins.spec.in: clean up spec file
28022
28023 2004-03-01  Thomas Vander Stichele  <thomas at apestaart dot org>
28024
28025         * gst-libs/gst/video/Makefile.am:
28026         * gst-libs/gst/video/gstvideosink.c:
28027         * gst-libs/gst/video/gstvideosink.h:
28028           rename gstvideosink.h to videosink.h to match other headers
28029         * gst/mixmatrix/Makefile.am:
28030           fix plugin filename
28031         * gst/tags/Makefile.am: fix plugin filename
28032
28033 2004-03-01  Thomas Vander Stichele  <thomas at apestaart dot org>
28034
28035         * gst/tags/Makefile.am: fix plugin filename
28036
28037 2004-03-01  Thomas Vander Stichele  <thomas at apestaart dot org>
28038
28039         * examples/gstplay/player.c: (got_time_tick), (main):
28040           add error handler
28041           display time_tick more readably
28042         * gst/mixmatrix/Makefile.am:
28043           fix plugin file name
28044
28045 2004-02-29  Christophe Fergeau  <teuf@gnome.org>
28046
28047         * sys/oss/gstosselement.c: (gst_osselement_probe),
28048         (device_combination_append), (gst_osselement_class_probe_devices):
28049         * sys/oss/gstosselement.h:
28050           Reworked enumeration of oss dsps and mixers so that gst-mixer works
28051           on my system using alsa oss emulation, fixes bug #135597
28052
28053 2004-02-29  Ronald Bultje  <rbultje@ronald.bitfreak.net>
28054
28055         * gst/videodrop/gstvideodrop.c: (gst_videodrop_init),
28056         (gst_videodrop_chain), (gst_videodrop_change_state):
28057         * gst/videodrop/gstvideodrop.h:
28058           Work based on timestamp of input data, not based on the expected
28059           framerate from the input. The consequence is that this element now
28060           not only scales framerates, but also functions as a framerate
28061           corrector or framerate stabilizer/constantizer.
28062
28063 2004-02-27  David Schleef  <ds@schleef.org>
28064
28065         patches from jmmv@menta.net (Julio M. Merino Vidal)
28066
28067         * gst/interleave/deinterleave.c: (deinterleave_chain): Fix
28068         GST_ELEMENT_ERROR call (bug #135634)
28069         * gst/interleave/interleave.c: (interleave_buffered_loop),
28070         (interleave_bytestream_loop): Don't use alloca() (bug #135640)
28071         * sys/cdrom/gstcdplayer_ioctl_bsd.h: Fix ioctls on NetBSD (bug #135645)
28072         * sys/oss/gstosssink.c: (gst_osssink_get_delay),
28073         (gst_osssink_chain): Fix ioctls on NetBSD. (bug #135644)
28074         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_sync_next_frame),
28075         (gst_v4lmjpegsrc_set_capture), (gst_v4lmjpegsrc_set_capture_m),
28076         (gst_v4lmjpegsrc_capture_init), (gst_v4lmjpegsrc_requeue_frame):
28077         Fix GST_ELEMENT_ERROR call.
28078         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_try_palette): Fix
28079         GST_ELEMENT_ERROR call.
28080
28081 2004-02-27  Benjamin Otte  <otte@gnome.org>
28082
28083         * gst-libs/gst/audio/audio.h:
28084           add macro to make sure header isn't included twice
28085         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_chunk):
28086           don't use gst_buffer_free
28087         * gst/playondemand/filter.func:
28088           don't use gst_data_free. Free data only once.
28089
28090 2004-02-26  David Schleef  <ds@schleef.org>
28091
28092         * gst-libs/gst/colorbalance/Makefile.am:
28093         * gst-libs/gst/mixer/Makefile.am:
28094         * gst-libs/gst/tuner/Makefile.am:
28095         * gst/level/Makefile.am: -marshal.[ch] and -enum.[ch] files
28096         should not be disted, -marshal.h files should not be installed,
28097         and -enum.h files _should_ be installed.  Fix to make this the
28098         case.
28099
28100 === release 0.7.5 ===
28101
28102 2004-02-26  Thomas Vander Stichele  <thomas at apestaart dot org>
28103
28104         * configure.ac: release 0.7.5, "Under The Sea"
28105
28106 2004-02-25  Thomas Vander Stichele  <thomas at apestaart dot org>
28107
28108         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link),
28109         (gst_audio_convert_change_state), (gst_audio_convert_get_buffer):
28110         * gst/videoscale/gstvideoscale.c:
28111         * sys/oss/gstosselement.c: (gst_osselement_sync_parms):
28112           assorted debug/warning fixes
28113
28114 2004-02-25  Thomas Vander Stichele  <thomas at apestaart dot org>
28115
28116         * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps),
28117         (gst_videoscale_init), (gst_videoscale_chain),
28118         (gst_videoscale_set_property), (plugin_init):
28119         * gst/videoscale/gstvideoscale.h:
28120         * gst/videoscale/videoscale.c: (gst_videoscale_setup),
28121         (gst_videoscale_scale_rgb), (gst_videoscale_planar411),
28122         (gst_videoscale_planar400), (gst_videoscale_packed422),
28123         (gst_videoscale_packed422rev), (gst_videoscale_32bit),
28124         (gst_videoscale_24bit), (gst_videoscale_16bit),
28125         (gst_videoscale_bilinear), (gst_videoscale_bicubic),
28126         (gst_videoscale_scale_plane_slow),
28127         (gst_videoscale_scale_point_sample),
28128         (gst_videoscale_scale_nearest),
28129         (gst_videoscale_scale_nearest_str2),
28130         (gst_videoscale_scale_nearest_str4),
28131         (gst_videoscale_scale_nearest_32bit),
28132         (gst_videoscale_scale_nearest_24bit),
28133         (gst_videoscale_scale_nearest_16bit):
28134         add debugging category and use it properly
28135         fix use of GST_PTR_FORMAT
28136
28137 2004-02-25  Andy Wingo  <wingo@pobox.com>
28138
28139         * gst/interleave/interleave.c (interleave_buffered_loop): Always
28140         push only when channel->buffer is NULL. Prevents segfaults doing
28141         the state change after a nonlocal exit, like a scheme exception.
28142
28143         * gst/audioconvert/gstaudioconvert.c (gst_audio_convert_getcaps):
28144         Handle the case where the intersected caps is empty.
28145
28146 2004-02-25  Thomas Vander Stichele  <thomas at apestaart dot org>
28147
28148         * gst/law/mulaw-decode.c: (mulawdec_link):
28149         * gst/law/mulaw.c: (plugin_init):
28150           fix mulawdec so it actually works again
28151
28152 2004-02-24  Arwed v. Merkatz  <v.merkatz@gmx.net>
28153
28154         reviewed by: David Schleef  <ds@schleef.org>
28155
28156         * gst/videofilter/gstgamma.c: (gst_gamma_class_init),
28157         (gst_gamma_init), (gst_gamma_set_property),
28158         (gst_gamma_get_property), (gst_gamma_calculate_tables),
28159         (gst_gamma_rgb24), (gst_gamma_rgb32):  Adds gamma correction
28160         for RGB, with separate r g and b correction factors. (#131167)
28161
28162 2004-02-24  Thomas Vander Stichele  <thomas at apestaart dot org>
28163
28164         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
28165           only signal tags for bitrate if they're > 0 (#134894)
28166
28167 2004-02-24  David Schleef  <ds@schleef.org>
28168
28169         * gst/qtdemux/qtdemux.c: (plugin_init), (gst_qtdemux_loop_header),
28170         (qtdemux_parse_moov), (qtdemux_parse), (qtdemux_node_dump_foreach),
28171         (qtdemux_dump_mvhd), (qtdemux_dump_tkhd), (qtdemux_dump_elst),
28172         (qtdemux_dump_mdhd), (qtdemux_dump_hdlr), (qtdemux_dump_vmhd),
28173         (qtdemux_dump_dref), (qtdemux_dump_stsd), (qtdemux_dump_stts),
28174         (qtdemux_dump_stss), (qtdemux_dump_stsc), (qtdemux_dump_stsz),
28175         (qtdemux_dump_stco), (qtdemux_dump_co64), (qtdemux_dump_dcom),
28176         (qtdemux_dump_cmvd), (qtdemux_parse_tree), (qtdemux_parse_trak):
28177         Cleanups.  Convert g_prints to GST_LOGs.  Add qtdemux debug
28178         category.  Attempt to fix timestamp calculation.
28179
28180 2004-02-24  Johan Dahlin  <johan@gnome.org>
28181
28182         * gst-libs/gst/gconf/gconf.c: Add \n to g_print error messages
28183
28184 2004-02-23  Thomas Vander Stichele  <thomas at apestaart dot org>
28185
28186         * configure.ac:
28187         * gconf/Makefile.am:
28188         * gconf/gstreamer.schemas:
28189         * gst-libs/gst/gconf/Makefile.am:
28190         * gst-libs/gst/gconf/gconf.c:
28191           version gconf schemas and install locations
28192
28193 2004-02-23  Benjamin Otte  <otte@gnome.org>
28194
28195         * ext/xine/xineinput.c: (gst_xine_input_dispose):
28196         (gst_xine_input_subclass_init):
28197           call parent dispose.
28198           change pad template for CD reader correctly
28199         * ext/xine/Makefile.am:
28200         * ext/xine/gstxine.h:
28201         * ext/xine/xine.c: (plugin_init):
28202         * ext/xine/xineaudiosink.c:
28203           wrap audio sinks, too
28204         * gst-libs/gst/resample/private.h:
28205         * gst-libs/gst/resample/resample.c: (gst_resample_init),
28206         (gst_resample_reinit), (gst_resample_scale),
28207         (gst_resample_nearest_s16), (gst_resample_bilinear_s16),
28208         (gst_resample_sinc_slow_s16), (gst_resample_sinc_s16),
28209         (gst_resample_sinc_ft_s16), (gst_resample_nearest_float),
28210         (gst_resample_bilinear_float), (gst_resample_sinc_slow_float),
28211         (gst_resample_sinc_float), (gst_resample_sinc_ft_float):
28212         * gst-libs/gst/resample/resample.h:
28213         * gst/audioscale/gstaudioscale.c: (gst_audioscale_method_get_type),
28214         (gst_audioscale_class_init), (gst_audioscale_link),
28215         (gst_audioscale_get_buffer), (gst_audioscale_init),
28216         (gst_audioscale_chain), (gst_audioscale_set_property),
28217         (gst_audioscale_get_property):
28218         * gst/audioscale/gstaudioscale.h:
28219           s/resample_*/gst_resample_*/i to not clobber namespaces
28220
28221 2004-02-23  Julien MOUTTE  <julien@moutte.net>
28222
28223         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
28224         (gst_riff_create_audio_caps), (gst_riff_create_iavs_caps),
28225         (gst_riff_create_video_template_caps),
28226         (gst_riff_create_audio_template_caps),
28227         (gst_riff_create_iavs_template_caps):
28228         * gst-libs/gst/riff/riff-media.h:
28229         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_base_init),
28230         (gst_asf_demux_audio_caps), (gst_asf_demux_add_audio_stream),
28231         (gst_asf_demux_video_caps), (gst_asf_demux_add_video_stream):
28232         * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream):
28233         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
28234         (gst_matroska_demux_video_caps), (gst_matroska_demux_audio_caps),
28235         (gst_matroska_demux_plugin_init): First batch implementing audio and
28236         video codec tags in demuxers.
28237
28238 2004-02-22  Benjamin Otte  <otte@gnome.org>
28239
28240         * ext/xine/Makefile.am:
28241         * ext/xine/gstxine.h:
28242         * ext/xine/xine.c: (plugin_init):
28243         * ext/xine/xineinput.c:
28244           add input plugin wrapper. Playback from files, http, mms and cdda
28245           works.
28246         * ext/xine/xineaudiodec.c: (gst_xine_audio_dec_chain):
28247           remove leftover G_GNUC_UNUSED
28248         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_stream),
28249         (gst_asf_demux_identify_guid):
28250           improve debugging output
28251
28252 2004-02-22  Benjamin Otte  <otte@gnome.org>
28253
28254         reported by: Padraig O'Briain <padraig.obriain@sun.com>
28255
28256         * autogen.sh:
28257           replace test -e with test -x for mkinstalldirs to be more portable.
28258           (fixes #134816)
28259
28260 2004-02-22  Benjamin Otte  <otte@gnome.org>
28261
28262         reported by: Stefan Kost <kost@imn.htwk-leipzig.de>
28263
28264         * gst/audioconvert/gstaudioconvert.c: (plugin_init):
28265           set rank to PRIMARY
28266         * gst/volume/gstvolume.c: (plugin_init):
28267           set rank to NONE
28268         fixes #134960
28269
28270 2004-02-22   Julio M. Merino Vidal <jmmv@menta.net>
28271
28272         reviewed by Benjamin Otte  <otte@gnome.org>
28273
28274         * ext/flac/gstflacenc.c: (gst_flacenc_chain):
28275           escape NULL strings in GST_ELEMENT_ERROR properly (fixes #135116)
28276
28277 2004-02-22  Benjamin Otte  <otte@gnome.org>
28278
28279         * configure.ac:
28280           export [_]*{gst,Gst,GST}.* symbols from plugins
28281
28282 2004-02-22  Christophe Fergeau <teuf@gnome.org>
28283
28284         reviewed by: Benjamin Otte  <otte@gnome.org>
28285
28286         * ext/lame/gstlame.c: (add_one_tag):
28287         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list):
28288         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_get_tag_value),
28289         (gst_vorbisenc_metadata_set1):
28290         * gst/tags/gstid3tag.c:
28291         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_add):
28292           apply fixes from bugs #135042 (lame can't write tags) and #133817
28293           (add GST_ALBUM_VOLUME_{COUNT,NUMBER} tags)
28294
28295 2004-02-22 Ramon Garcia <ramon_garcia_f@yahoo.com>
28296
28297         * configure.ac: Export only gst_plugin_desc from plugins.
28298          Note that this change only makes any effect with Linux using libtool
28299          1.5.2 or higher. Otherwise it is silently ignored, but it would build
28300          fine. And don't try to have several versions of libtool in different
28301          directories.
28302
28303 2004-02-20  Andy Wingo  <wingo@pobox.com>
28304
28305         * gst/intfloat/, gst/oneton: Removed, replaced by audioconvert and
28306         interleave respectively.
28307
28308         * gst/interleave/deinterleave.c: New plugin: deinterleave
28309         (replaces on oneton).
28310         * gst/interleave/interleave.c: New plugin: interleave.
28311         * gst/interleave/plugin.h: Support file.
28312         * gst/interleave/plugin.c: Support file.
28313
28314         * configure.ac: Remove intfloat and oneton, add interleave.
28315
28316         * ext/sndfile/gstsf.c: Handle events better.
28317
28318         * gst/audioconvert/gstaudioconvert.c: Change to support int2float
28319         and float2int operation. int2float has scheduling problems as
28320         noted in in2float_chain.
28321
28322 2004-02-20  Benjamin Otte  <otte@gnome.org>
28323
28324         * ext/xine/Makefile.am:
28325         * ext/xine/gstxine.h:
28326         * ext/xine/xine.c:
28327         * ext/xine/xineaudiodec.c:
28328         * ext/xine/xinecaps.c:
28329           add first version of xine plugin wrapper. Currently only wraps the
28330           QDM2 win32 DLL, and even that only in proof-of-concept quality.
28331         * configure.ac:
28332         * ext/Makefile.am:
28333           add xine plugin wrapper, disabled by default. Use --enable-xine to
28334           build. Note that it'll segfault on gst-register if you don't remove
28335           the goom and tvtime post plugins from xine.
28336         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event),
28337         (qtdemux_parse), (qtdemux_parse_trak), (qtdemux_audio_caps):
28338           add extradata parsing for QDM2.
28339           change around debugging prints.
28340
28341 2004-02-19  Benjamin Otte  <otte@gnome.org>
28342
28343         * ext/lame/gstlame.c: (gst_lame_chain):
28344         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_chain):
28345           use gst_tag_list_insert when you want to insert tags
28346
28347 2004-02-18  David Schleef  <ds@schleef.org>
28348
28349         * configure.ac:  Move massink to gst-rotten
28350         * ext/Makefile.am:
28351         * ext/mas/Makefile.am:
28352         * ext/mas/massink.c:
28353         * ext/mas/massink.h:
28354
28355 2004-02-18  David Schleef  <ds@schleef.org>
28356
28357         * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init): Disable gdk_pixbuf
28358         typefinding, since it seems to be worse than nothing.
28359         * gst/typefind/gsttypefindfunctions.c: (qt_type_find):  Add ftyp
28360         atom to recognize .mp4 and .m4a files as video/quicktime.
28361
28362 2004-02-18  David Schleef  <ds@schleef.org>
28363
28364         * gst/sine/demo-dparams.c: (quit_live),
28365         (dynparm_log_value_changed), (dynparm_value_changed), (main):
28366         Use double dparams, not float.
28367         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
28368         (gst_sinesrc_init): Change sync default to FALSE, since multiple
28369         sync'd elements don't really work correctly.
28370         * gst/volume/gstvolume.c: (volume_class_init), (volume_init),
28371         (volume_update_volume), (volume_get_property):  Change dparam
28372         to double.
28373
28374 2004-02-18  Julien MOUTTE  <julien@moutte.net>
28375
28376         * sys/ximage/ximagesink.c:
28377         (gst_ximagesink_xwindow_update_geometry),
28378         (gst_ximagesink_renegotiate_size), (gst_ximagesink_handle_xevents),
28379         (gst_ximagesink_change_state), (gst_ximagesink_expose),
28380         (gst_ximagesink_init): Rework the way software video scaling works. So
28381         now we check on each chain call if the video frames are feeling the
28382         window. If not we try to renegotiate caps. On failure we memorize that
28383         and we won't try again for that PLAYING sessions.
28384         * sys/ximage/ximagesink.h: Adding a boolean to store the caps renego
28385         failure.
28386         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_init): initialize the
28387         synchronous flag.
28388
28389 2004-02-18  Thomas Vander Stichele  <thomas at apestaart dot org>
28390
28391         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup):
28392           break up _link so we can give a better debug message for errors
28393
28394 2004-02-18  Thomas Vander Stichele  <thomas at apestaart dot org>
28395
28396         * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init):
28397           set up debug category
28398
28399 2004-02-18  Julien MOUTTE <julien@moutte.net>
28400
28401         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
28402         (gst_ximagesink_handle_xevents), (gst_ximagesink_expose): Reorganizing
28403         the way renegotiation work. The event handling function is not taking
28404         care of external windows and renegotiate method check for pad flags
28405         NEGOTIATING. Should fix : #133209
28406
28407 2004-02-17  Julien MOUTTE  <julien@moutte.net>
28408
28409         * sys/ximage/ximagesink.c: (gst_ximagesink_expose): Checking if the
28410         pad is negotiating before trying renegotiation.
28411
28412 2004-02-17  Thomas Vander Stichele  <thomas at apestaart dot org>
28413
28414         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_type_find):
28415           pass on all possible mime types as typefind hints
28416
28417 2004-02-17  Julien MOUTTE <julien@moutte.net>
28418
28419         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new):
28420         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new): Fix a
28421         possible SHM leak if we crash. All other apps using XShm are doing
28422         that.
28423
28424 2004-02-17  Julien MOUTTE  <julien@moutte.net>
28425
28426         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
28427         (gst_ximagesink_expose): Renegotiate size on expose.
28428         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_expose): Update window
28429         size on expose.
28430
28431 2004-02-16  Benjamin Otte  <in7y118@public.uni-hamburg.de>
28432
28433         * testsuite/alsa/sinesrc.c:
28434           cosmetic fix to fix compile issue with gcc 2.95.4
28435
28436 2004-02-16  Julien MOUTTE <julien@moutte.net>
28437
28438         * ext/alsa/gstalsa.c: (gst_alsa_open_audio),
28439         (gst_alsa_timestamp_to_bytes): Alsa should trigger an error if it
28440         failed opening the audio device.
28441         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
28442         (gst_ximagesink_ximage_destroy), (gst_ximagesink_ximage_put),
28443         (gst_ximagesink_xwindow_new), (gst_ximagesink_xwindow_destroy),
28444         (gst_ximagesink_xwindow_resize), (gst_ximagesink_xwindow_clear),
28445         (gst_ximagesink_renegotiate_size), (gst_ximagesink_handle_xevents),
28446         (gst_ximagesink_xcontext_get), (gst_ximagesink_xcontext_clear),
28447         (gst_ximagesink_change_state), (gst_ximagesink_chain),
28448         (gst_ximagesink_set_xwindow_id): Clearing window in READY TO PAUSED.
28449         Removing some useless g_return_if_fail like wingo suggested.
28450         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
28451         (gst_xvimagesink_xvimage_destroy), (gst_xvimagesink_xvimage_put),
28452         (gst_xvimagesink_xwindow_new), (gst_xvimagesink_xwindow_destroy),
28453         (gst_xvimagesink_xwindow_resize), (gst_xvimagesink_xwindow_clear),
28454         (gst_xvimagesink_update_colorbalance),
28455         (gst_xvimagesink_handle_xevents), (gst_xvimagesink_xcontext_get),
28456         (gst_xvimagesink_xcontext_clear),
28457         (gst_xvimagesink_get_fourcc_from_caps),
28458         (gst_xvimagesink_change_state), (gst_xvimagesink_chain),
28459         (gst_xvimagesink_set_xwindow_id),
28460         (gst_xvimagesink_colorbalance_list_channels),
28461         (gst_xvimagesink_colorbalance_set_value),
28462         (gst_xvimagesink_colorbalance_get_value): Clearing window in READY TO
28463         PAUSED. Removing some useless g_return_if_fail like wingo suggested.
28464
28465 2004-02-16  Thomas Vander Stichele  <thomas at apestaart dot org>
28466
28467         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain):
28468           throw error when not negotiated instead of asserting
28469
28470 2004-02-15  Julien MOUTTE  <julien@moutte.net>
28471
28472         * gst/switch/gstswitch.c: (gst_switch_loop): More fixes for
28473         correct data refcounting.
28474
28475 2004-02-15  Julien MOUTTE  <julien@moutte.net>
28476
28477         * gst/switch/gstswitch.c: (gst_switch_change_state),
28478         (gst_switch_class_init): Cleaning the sinkpads correctly on state
28479         change, mostly the EOS flag.
28480
28481 2004-02-15  Julien MOUTTE  <julien@moutte.net>
28482
28483         * examples/gstplay/player.c: (got_eos), (main): Adding some
28484         output for debugging.
28485         * gst-libs/gst/play/play.c: (gst_play_state_change): Stop our
28486         timeouts if we go to any state different from PLAYING.
28487         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_seek): Fix some
28488         more EOS bugs in riff lib.
28489
28490 2004-02-14  Julien MOUTTE  <julien@moutte.net>
28491
28492         * gst-libs/gst/play/play.c: (gst_play_connect_visualization): Disable
28493         visualization until i find a way to fix switch correctly.
28494         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head): Fix a bug when
28495         EOS arrives.
28496         * gst/switch/gstswitch.c: (gst_switch_release_pad),
28497         (gst_switch_request_new_pad), (gst_switch_poll_sinkpads),
28498         (gst_switch_loop), (gst_switch_dispose), (gst_switch_class_init):
28499         Reworked switch to get a more correct behaviour with events and refing
28500         of data stored in sinkpads.
28501         * gst/switch/gstswitch.h: Adding an eos flag for every sinkpad so that
28502         we don't pull from a pad in EOS.
28503
28504 2004-02-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
28505
28506         * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
28507           remove v1 tag even if we can't read it (makes sure we don't detect
28508           it again)
28509
28510 2004-02-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
28511
28512         * ext/alsa/gstalsa.c: (gst_alsa_pcm_wait),
28513         (gst_alsa_xrun_recovery):
28514         * ext/alsa/gstalsa.h:
28515           try xrun recovery when wait failed. Make xrun recovery function
28516           return TRUE/FALSE to indicate success. (might fix #134354)
28517
28518 2004-02-13  David Schleef  <ds@schleef.org>
28519
28520         * gst/sine/demo-dparams.c: (dynparm_log_value_changed),
28521         (dynparm_value_changed), (main): Convert from float to double.
28522         * gst/sine/gstsinesrc.c: (gst_sinesrc_init): same.
28523
28524 2004-02-13  David Schleef  <ds@schleef.org>
28525
28526         * gst/silence/gstsilence.c: (gst_silence_class_init),
28527         (gst_silence_set_clock), (gst_silence_get),
28528         (gst_silence_set_property), (gst_silence_get_property):
28529         * gst/silence/gstsilence.h: Add sync property.
28530         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
28531         (gst_sinesrc_init), (gst_sinesrc_set_clock), (gst_sinesrc_get),
28532         (gst_sinesrc_set_property), (gst_sinesrc_get_property):
28533         * gst/sine/gstsinesrc.h: Add sync property.
28534
28535 2004-02-13  David Schleef  <ds@schleef.org>
28536
28537         * gst/intfloat/gstint2float.c: (conv_f32_s16),
28538         (gst_int2float_chain_gint16):  Change stdint usage to glib types.
28539
28540 2004-02-13  Thomas Vander Stichele  <thomas at apestaart dot org>
28541
28542         * configure.ac:
28543         * ext/Makefile.am:
28544         * gst-libs/ext/Makefile.am:
28545           move ffmpeg plugin to gst-ffmpeg module
28546
28547 2004-02-13  Thomas Vander Stichele  <thomas at apestaart dot org>
28548
28549         * configure.ac: use GST_ARCH to detect architecture
28550
28551 2004-02-12  Julien MOUTTE  <julien@moutte.net>
28552
28553         * gst/vbidec/vbiscreen.c: Fixing thomasvs fixes. Missing header.
28554
28555 2004-02-12  Thomas Vander Stichele  <thomas at apestaart dot org>
28556
28557         * ext/ladspa/gstladspa.c: (gst_ladspa_base_init):
28558           classify LADSPA plugins based on number of src/sink pads
28559           (#133663, Stefan Kost)
28560         * gst/sine/gstsinesrc.c: (gst_sinesrc_init):
28561           fix dparams registration
28562           (#133528, Stefan Kost)
28563         * gst/vbidec/vbiscreen.c: (vbiscreen_set_current_cell):
28564           fix use of isprint and use g_ascii_isprint instead
28565           (#133316, Stefan Kost)
28566
28567 2004-02-11  David Schleef  <ds@schleef.org>
28568
28569         Convert a few inner loops to use liboil.  This is currently
28570         optional, and is only enabled if liboil is present (duh!).
28571         * configure.ac: Check for liboil-0.1
28572         * gst/intfloat/Makefile.am:
28573         * gst/intfloat/gstint2float.c: (conv_f32_s16), (scalarmult_f32),
28574         (gst_int2float_chain_gint16):
28575         * gst/videofilter/Makefile.am:
28576         * gst/videofilter/gstvideobalance.c: (gst_videobalance_class_init),
28577         (tablelookup_u8), (gst_videobalance_planar411):
28578         * gst/videotestsrc/Makefile.am:
28579         * gst/videotestsrc/gstvideotestsrc.c: (plugin_init):
28580         * gst/videotestsrc/videotestsrc.c: (splat_u8), (paint_hline_YUY2),
28581         (paint_hline_IYU2), (paint_hline_str4), (paint_hline_str3),
28582         (paint_hline_RGB565), (paint_hline_xRGB1555):
28583
28584 2004-02-11  David Schleef  <ds@schleef.org>
28585
28586         * ext/lcs/gstcolorspace.c: (colorspace_find_lcs_format),
28587         (gst_colorspace_caps_get_fourcc), (colorspace_setup_converter),
28588         (gst_colorspace_getcaps), (gst_colorspace_link),
28589         (gst_colorspace_base_init), (gst_colorspace_init),
28590         (gst_colorspace_chain), (gst_colorspace_change_state),
28591         (plugin_init): Merge Ronald's patch (bug #117897) and update
28592         for new caps and negotiation.  Seems to work, although it
28593         shows off bugs in lcs.
28594
28595 2004-02-11  David Schleef  <ds@schleef.org>
28596
28597         * ext/alsa/Makefile.am: Fix linking against libgstinterfaces.
28598         (bug #133886)  Noticed by bugs@leroutier.net (Stephane LOEUILLET)
28599
28600 2004-02-11  David Schleef  <ds@schleef.org>
28601
28602         * ext/librfb/gstrfbsrc.c: (gst_rfbsrc_class_init),
28603         (gst_rfbsrc_change_state), (gst_rfbsrc_init),
28604         (gst_rfbsrc_set_property), (gst_rfbsrc_get_property):
28605         Add server and port properties
28606
28607 2004-02-11  Thomas Vander Stichele  <thomas at apestaart dot org>
28608
28609         * m4/a52.m4:
28610         * m4/aalib.m4:
28611         * m4/as-ffmpeg.m4:
28612         * m4/as-liblame.m4:
28613         * m4/as-slurp-ffmpeg.m4:
28614         * m4/check-libheader.m4:
28615         * m4/esd.m4:
28616         * m4/freetype2.m4:
28617         * m4/gconf-2.m4:
28618         * m4/glib.m4:
28619         * m4/gst-alsa.m4:
28620         * m4/gst-artsc.m4:
28621         * m4/gst-ivorbis.m4:
28622         * m4/gst-matroska.m4:
28623         * m4/gst-sdl.m4:
28624         * m4/gst-shout2.m4:
28625         * m4/gst-sid.m4:
28626         * m4/gtk.m4:
28627         * m4/libdv.m4:
28628         * m4/libfame.m4:
28629         * m4/libmikmod.m4:
28630         * m4/ogg.m4:
28631         * m4/vorbis.m4:
28632           fix underquotedness of macros (#133800)
28633         * m4/as-avifile.m4:
28634         * m4/xmms.m4:
28635           removed because no longer used
28636
28637 2004-02-11  Thomas Vander Stichele  <thomas at apestaart dot org>
28638
28639         * configure.ac:
28640           require gettext 0.11.5 so ulonglong.m4 gets checked out and copied
28641           by autopoint (fixes #132996)
28642
28643 2004-02-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
28644
28645         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_base_init):
28646         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_base_init):
28647         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_base_init):
28648         * ext/ffmpeg/gstffmpegmux.c: (gst_ffmpegmux_base_init):
28649           fix memleaks
28650
28651 2004-02-11  David Schleef  <ds@schleef.org>
28652
28653         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_link),
28654         (gst_gdk_pixbuf_chain): Fix logic bug causing spurious errors.
28655         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_base_init),
28656         (gst_jpegdec_init), (gst_jpegdec_chain): Fix negotiation.
28657         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_base_init),
28658         (gst_jpegenc_class_init), (gst_jpegenc_init),
28659         (gst_jpegenc_getcaps), (gst_jpegenc_link), (gst_jpegenc_resync),
28660         (gst_jpegenc_chain), (gst_jpegenc_set_property),
28661         (gst_jpegenc_get_property):  Fix negotiation.  Add some properties.
28662         * ext/jpeg/gstjpegenc.h: Fix negotiation.
28663
28664 2004-02-10  Benjamin Otte  <in7y118@public.uni-hamburg.de>
28665
28666         * ext/mikmod/gstmikmod.c: (gst_mikmod_init),
28667         (gst_mikmod_srcfixate), (gst_mikmod_srclink), (gst_mikmod_loop):
28668         * ext/mikmod/gstmikmod.h:
28669           fix caps negotiation in mikmod
28670         * ext/ogg/gstoggdemux.c: (gst_ogg_print):
28671           output debug information
28672
28673 2004-02-08  Benjamin Otte  <in7y118@public.uni-hamburg.de>
28674
28675         * gst-libs/gst/colorbalance/Makefile.am:
28676         * gst-libs/gst/navigation/Makefile.am:
28677         * gst-libs/gst/xoverlay/Makefile.am:
28678           remove unused GST_OPT_CFLAGS from Makefiles
28679           include X_CFLAGS and X_LIBS in xoverlay. (#131948)
28680
28681 2004-02-07  David Schleef  <ds@schleef.org>
28682
28683         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_handle_event): Don't
28684         push events to pads that haven't been created (#133508)
28685
28686 2004-02-07  Jan Schmidt  <thaytan@mad.scientist.com>
28687
28688         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_src_convert),
28689         (gst_dvdec_sink_convert), (gst_dvdec_handle_sink_event),
28690         (gst_dvdec_video_getcaps), (gst_dvdec_video_link),
28691         (gst_dvdec_loop), (gst_dvdec_change_state):
28692         Second attempt at committing a working dvdec element.
28693
28694 2004-02-06  David Schleef  <ds@schleef.org>
28695
28696         Build fixes for OS X: (see #129600)
28697         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_strh),
28698         (gst_riff_read_strf_vids), (gst_riff_read_strf_auds),
28699         (gst_riff_read_strf_iavs):
28700         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_avih),
28701         (gst_avi_demux_stream_odml):
28702         * gst/playondemand/Makefile.am:
28703         * gst/rtp/rtp-packet.c:
28704
28705 2004-02-05  David Schleef  <ds@schleef.org>
28706
28707         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_loop): Revert
28708         last change, because it Just Doesn't Compile.
28709
28710 2004-02-05  Benjamin Otte  <in7y118@public.uni-hamburg.de>
28711
28712         * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
28713           skip undecodable id3v2 tag instead of keeping it
28714
28715 2004-02-05  David Schleef  <ds@schleef.org>
28716
28717         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain):
28718         Unref leaked buffer.  (Noticed by Ronald)
28719
28720 2004-02-05  David I. Lehn  <dlehn@users.sourceforge.net>
28721
28722         * pkgconfig/gstreamer-libs-uninstalled.pc.in:
28723         Sync requires with other checks.  >= vs =.
28724
28725 2004-02-06  Jan Schmidt  <thaytan@mad.scientist.com>
28726
28727         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_video_getcaps),
28728         (gst_dvdec_video_link), (gst_dvdec_loop):
28729         * ext/dv/gstdvdec.h:
28730           rework the caps negotiation so that dvdec works again instead
28731           of just segfaulting.
28732
28733 === release 0.7.4 ===
28734
28735 2004-02-06  Thomas Vander Stichele  <thomas at apestaart dot org>
28736
28737         * NEWS: GStreamer Plugins 0.7.4 "For Great Justice" released
28738         * configure.ac: changed for release
28739
28740 2004-02-05  Thomas Vander Stichele  <thomas at apestaart dot org>
28741
28742         * gst-libs/gst/gconf/gstreamer-gconf-uninstalled.pc.in:
28743         * pkgconfig/gstreamer-interfaces-uninstalled.pc.in:
28744         * pkgconfig/gstreamer-libs-uninstalled.pc.in:
28745         * pkgconfig/gstreamer-play-uninstalled.pc.in:
28746           reworked patch by David Lehn to fix libdir and includedir for
28747           uninstalled libraries
28748           removed play and gconf from gstreamer-libs since they have their
28749           own pkgconfig files
28750
28751 2004-02-04  David Schleef  <ds@schleef.org>
28752
28753         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt): Fix a caps
28754         memleak.
28755
28756 2004-02-05  Benjamin Otte  <in7y118@public.uni-hamburg.de>
28757
28758         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_info):
28759           use correct GST_TAG_ENCODER tag
28760
28761 2004-02-05  Benjamin Otte  <in7y118@public.uni-hamburg.de>
28762
28763         * ext/alsa/gstalsa.c: (gst_alsa_change_state):
28764           be sure to stop the clock when going to paused
28765         * sys/oss/gstosssink.c: (gst_osssink_change_state):
28766           reset number of transmitted when going to ready.
28767         fixes #132935
28768
28769 2004-02-05  Charles Schmidt <cschmidt2@emich.edu>
28770
28771         reviewed by Benjamin Otte
28772
28773         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list):
28774           extract track count (fixes #133410)
28775
28776 2004-02-04  Benjamin Otte  <in7y118@public.uni-hamburg.de>
28777
28778         * ext/mad/gstid3tag.c: (gst_id3_tag_do_caps_nego):
28779           that should be !=, not == (fixes #132519)
28780
28781 2004-02-04  David Schleef  <ds@schleef.org>
28782
28783         Make sure set_explicit_caps() is called before adding pad.
28784         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_loop):
28785         * gst/id3/gstid3types.c: (gst_id3types_loop):
28786         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead):
28787         * gst/realmedia/rmdemux.c: (gst_rmdemux_add_stream):
28788
28789 2004-02-04  Thomas Vander Stichele  <thomas at apestaart dot org>
28790
28791         * configure.ac:
28792           bump nano to 2, first prerelease
28793           put back AM_PROG_LIBTOOL
28794
28795 2004-02-04  Thomas Vander Stichele  <thomas at apestaart dot org>
28796
28797         * testsuite/alsa/Makefile.am:
28798           these are user test apps, not automatic testsuite tests
28799
28800 2004-02-04  David Schleef  <ds@schleef.org>
28801
28802         Convert GST_DEBUG_CAPS() to GST_DEBUG():
28803         * gst/mpeg1videoparse/gstmp1videoparse.c:
28804         (mp1videoparse_parse_seq):
28805         * gst/realmedia/rmdemux.c: (gst_rmdemux_add_stream):
28806         * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps):
28807         * sys/xvideo/gstxwindow.c: (_gst_xwindow_new):
28808         * sys/xvideo/xvideosink.c: (gst_xvideosink_sinkconnect),
28809         (gst_xvideosink_getcaps):
28810         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
28811         * testsuite/gst-lint: more tests
28812
28813 2004-02-04  David Schleef  <ds@schleef.org>
28814
28815         Replace use of GST_PAD_FORMATS_FUNCTION() and similar macros
28816         with the code that they would expand to.
28817         * ext/flac/gstflacdec.c: (gst_flacdec_get_src_formats),
28818         (gst_flacdec_get_src_query_types),
28819         (gst_flacdec_get_src_event_masks):
28820         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get_formats),
28821         (gst_gnomevfssrc_get_query_types),
28822         (gst_gnomevfssrc_get_event_mask):
28823
28824 2004-02-04  Benjamin Otte  <in7y118@public.uni-hamburg.de>
28825
28826         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
28827         (gst_sinesrc_dispose):
28828           fix memleak by properly disposing sinesrc
28829
28830 2004-02-04  Julien MOUTTE  <julien@moutte.net>
28831
28832         * gst-libs/gst/xoverlay/xoverlay.c: (gst_x_overlay_expose):
28833         * gst-libs/gst/xoverlay/xoverlay.h: Adding the _expose method to tell
28834         an overlay to redraw the image because it has been exposed.
28835         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_destroy),
28836         (gst_ximagesink_ximage_put), (gst_ximagesink_expose),
28837         (gst_ximagesink_xoverlay_init), (gst_ximagesink_init):
28838         * sys/ximage/ximagesink.h: Implement expose method from XOverlay
28839         interface
28840         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_destroy),
28841         (gst_xvimagesink_xvimage_put), (gst_xvimagesink_expose),
28842         (gst_xvimagesink_xoverlay_init), (gst_xvimagesink_init):
28843         * sys/xvimage/xvimagesink.h: Implement expose method from XOverlay
28844         interface
28845
28846 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
28847
28848         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_type_find):
28849           more memleak fixage
28850
28851 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
28852
28853         * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init):
28854         * gst/typefind/gsttypefindfunctions.c:
28855           fix memleaks shown by gst-typefind
28856
28857 2004-02-03  Thomas Vander Stichele  <thomas at apestaart dot org>
28858
28859         * common/glib-gen.mak:
28860           add hack rule to touch .Plo files
28861         * gst-libs/gst/colorbalance/Makefile.am:
28862         * gst-libs/gst/mixer/Makefile.am:
28863         * gst-libs/gst/play/Makefile.am:
28864         * gst-libs/gst/tuner/Makefile.am:
28865           remove glib_root variable
28866
28867 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
28868
28869         * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream):
28870           set explicit caps before adding the element, so the autopluggers can
28871           plug correctly.
28872         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find),
28873         (mpeg2_sys_type_find), (mpeg1_sys_type_find),
28874         (mpeg_video_type_find), (mpeg_video_stream_type_find),
28875         (dv_type_find):
28876           fix memleaks in typefind functions. gst_type_find_suggest takes a const
28877           argument.
28878
28879 2004-02-03  Thomas Vander Stichele  <thomas at apestaart dot org>
28880
28881         * gst-libs/gst/colorbalance/Makefile.am:
28882         * gst-libs/gst/colorbalance/colorbalance-marshal.list:
28883         * gst-libs/gst/colorbalance/colorbalance.c:
28884         * gst-libs/gst/colorbalance/colorbalance.h:
28885         * gst-libs/gst/colorbalance/colorbalancemarshal.list:
28886         * gst-libs/gst/mixer/Makefile.am:
28887         * gst-libs/gst/mixer/mixer-marshal.list:
28888         * gst-libs/gst/mixer/mixer.c:
28889         * gst-libs/gst/mixer/mixer.h:
28890         * gst-libs/gst/mixer/mixermarshal.list:
28891         * gst-libs/gst/play/Makefile.am:
28892         * gst-libs/gst/play/play.h:
28893         * gst-libs/gst/tuner/Makefile.am:
28894         * gst-libs/gst/tuner/tuner-marshal.list:
28895         * gst-libs/gst/tuner/tuner.c:
28896         * gst-libs/gst/tuner/tuner.h:
28897         * gst-libs/gst/tuner/tunermarshal.list:
28898           use new glib-gen.mak snippet to clean up Makefile.am
28899           fix various bugs in Makefile.am's
28900
28901 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
28902
28903         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain):
28904           handle chain parsing correctly in the multichain case
28905         * ext/theora/theoradec.c: (gst_theora_dec_init), (_theora_ilog),
28906         (theora_dec_from_granulepos), (theora_dec_to_granulepos),
28907         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
28908         (theora_dec_chain):
28909           handle events and queries correctly
28910
28911 2004-02-03  David I. Lehn  <dlehn@users.sourceforge.net>
28912
28913         * .cvsignore:
28914         Ignore generated file _stdint.h.
28915
28916 2004-02-03  David I. Lehn  <dlehn@users.sourceforge.net>
28917
28918         * gst-libs/gst/colorbalance/Makefile.am:
28919         * gst-libs/gst/colorbalance/colorbalance.h:
28920         * gst-libs/gst/mixer/Makefile.am:
28921         * gst-libs/gst/mixer/mixer.h:
28922         * gst-libs/gst/play/Makefile.am:
28923         * gst-libs/gst/play/play.h:
28924         * gst-libs/gst/tuner/Makefile.am:
28925         * gst-libs/gst/tuner/tuner.h:
28926         Generate enum type code with glib-mkenums.
28927         * gst-libs/gst/colorbalance/.cvsignore:
28928         * gst-libs/gst/mixer/.cvsignore:
28929         * gst-libs/gst/play/.cvsignore:
28930         * gst-libs/gst/tuner/.cvsignore:
28931         Ignore generated files.
28932
28933 2004-02-03  David I. Lehn  <dlehn@users.sourceforge.net>
28934
28935         * gst-libs/gst/audio/.cvsignore:
28936         Ignore generated file.
28937         * gst-libs/gst/audio/Makefile.am:
28938         Do not install example filter.
28939
28940 2004-02-03  David I. Lehn  <dlehn@users.sourceforge.net>
28941
28942         * examples/switch/.cvsignore:
28943         Ignore generated file.
28944
28945 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
28946
28947         * common/m4/ax_create_stdint_h.m4:
28948         * configure.ac:
28949           add AX_CREATE_STDINT_H to get correct type definitions for a52dec in
28950           _stdint.h.
28951         * Makefile.am:
28952           remove generated _stdint.h in DISTCLEANFILES
28953         * ext/a52dec/gsta52dec.c:
28954           include _stdint.h for a52dec. (should fix #133064)
28955
28956 2004-02-02  Jeremy Simon  <jesimon@libertysurf.fr>
28957
28958         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_add),
28959         (gst_tag_to_vorbis_comments):
28960         Add replaygain support to vorbistag
28961
28962 2004-02-02  Jeremy Simon  <jesimon@libertysurf.fr>
28963         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps),
28964         (gst_ffmpeg_caps_to_extradata):
28965           Fix SVQ3 caps flag properties
28966           Use glib macro for bytes swap
28967
28968 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
28969
28970         * ext/audiofile/gstafsink.c: (gst_afsink_plugin_init):
28971         * ext/audiofile/gstafsrc.c: (gst_afsrc_plugin_init):
28972         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
28973         * ext/sndfile/gstsf.c: (plugin_init):
28974         * gst/avi/gstavi.c: (plugin_init):
28975         * sys/dxr3/dxr3init.c: (plugin_init):
28976         * sys/oss/gstossaudio.c: (plugin_init):
28977         * sys/v4l/gstv4l.c: (plugin_init):
28978         * sys/v4l2/gstv4l2.c: (plugin_init):
28979           remove textdomain calls
28980         * po/nl.po:
28981           update Dutch translation
28982
28983 2004-02-02  Julien MOUTTE  <julien@moutte.net>
28984
28985         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup),
28986         (gst_play_set_audio_sink): Moving volume in the audio thread for
28987         instantaneous volume change. Maybe i will add another volume in front
28988         of visualization later, not sure yet though.
28989
28990 2004-02-02  Julien MOUTTE  <julien@moutte.net>
28991
28992         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
28993         (gst_ximagesink_handle_xevents): Better X events handling, only take
28994         the latest events for configure and motion.
28995         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents): same.
28996
28997 2004-02-02  Jon Trowbridge  <trow@gnu.org>
28998
28999         reviewed by: David Schleef  <ds@schleef.org>
29000
29001         Fix memory leaks:
29002         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_register):
29003         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_register):
29004
29005 2004-02-02  David Schleef  <ds@schleef.org>
29006
29007         code cleanup.  Change bzero() to memset().  Remove duplicate ; at ends
29008         of lines.
29009         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_event):
29010         * ext/flac/gstflactag.c: (gst_flac_tag_chain):
29011         * ext/xvid/gstxviddec.c: (gst_xviddec_src_link):
29012         * gst-libs/gst/play/play.c: (gst_play_get_sink_element):
29013         * gst/ac3parse/gstac3parse.c: (gst_ac3parse_chain):
29014         * gst/effectv/gstedge.c: (gst_edgetv_sinkconnect):
29015         * gst/effectv/gstvertigo.c: (gst_vertigotv_sinkconnect):
29016         * gst/intfloat/float22int.c: (gst_float2_2_int_getcaps),
29017         (gst_float2_2_int_link):
29018         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_chain_subtitle):
29019         * gst/rtjpeg/RTjpeg.c: (RTjpeg_init_mcompress):
29020         * gst/tcp/gsttcpsink.c: (gst_tcpsink_init_send):
29021         * gst/tcp/gsttcpsrc.c: (gst_tcpsrc_init_receive):
29022         * gst/udp/gstudpsink.c: (gst_udpsink_init_send):
29023         * gst/udp/gstudpsrc.c: (gst_udpsrc_init_receive):
29024         * sys/v4l/gstv4lelement.c: (gst_v4lelement_init):
29025         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_set_capture):
29026         * testsuite/gst-lint: Add tests for bzero and ;;
29027
29028 2004-02-02  David Schleef  <ds@schleef.org>
29029
29030         * gst/debug/efence.c: Add fallback if MAP_ANONYMOUS isn't defined.
29031
29032 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
29033
29034         * ext/aalib/gstaasink.c: (gst_aasink_open):
29035         * ext/alsa/gstalsa.c: (gst_alsa_link), (gst_alsa_xrun_recovery):
29036         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
29037         * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
29038         * ext/audiofile/gstafsink.c: (gst_afsink_open_file),
29039         (gst_afsink_close_file):
29040         * ext/audiofile/gstafsrc.c: (gst_afsrc_open_file),
29041         (gst_afsrc_close_file):
29042         * ext/divx/gstdivxdec.c: (gst_divxdec_setup), (gst_divxdec_chain):
29043         * ext/divx/gstdivxenc.c: (gst_divxenc_setup), (gst_divxenc_chain):
29044         * ext/dv/gstdvdec.c: (gst_dvdec_loop):
29045         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_user_op), (dvdnavsrc_get):
29046         * ext/esd/esdmon.c: (gst_esdmon_get):
29047         * ext/esd/esdsink.c: (gst_esdsink_chain), (gst_esdsink_open_audio):
29048         * ext/faac/gstfaac.c: (gst_faac_chain):
29049         * ext/faad/gstfaad.c: (gst_faad_chain):
29050         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_chain):
29051         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_loop):
29052         * ext/ffmpeg/gstffmpegmux.c: (gst_ffmpegmux_loop):
29053         * ext/flac/gstflacdec.c: (gst_flacdec_error_callback),
29054         (gst_flacdec_loop):
29055         * ext/flac/gstflacenc.c: (gst_flacenc_chain):
29056         * ext/flac/gstflactag.c: (gst_flac_tag_chain):
29057         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_chain):
29058         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file),
29059         (gst_gnomevfssink_close_file):
29060         * ext/gnomevfs/gstgnomevfssrc.c: (audiocast_init),
29061         (gst_gnomevfssrc_open_file):
29062         * ext/ivorbis/vorbisfile.c: (gst_ivorbisfile_loop):
29063         * ext/lame/gstlame.c: (gst_lame_sink_link), (gst_lame_chain):
29064         * ext/lcs/gstcolorspace.c: (gst_colorspace_srcconnect_func):
29065         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event),
29066         (gst_id3_tag_do_typefind), (gst_id3_tag_chain):
29067         * ext/mad/gstmad.c: (gst_mad_chain):
29068         * ext/mikmod/gstmikmod.c: (gst_mikmod_loop):
29069         * ext/mpeg2dec/gstmpeg2dec.c:
29070         * ext/mpeg2enc/gstmpeg2enc.cc:
29071         * ext/mplex/gstmplex.cc:
29072         * ext/mplex/gstmplexibitstream.cc:
29073         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain),
29074         (gst_ogg_demux_push):
29075         * ext/raw1394/gstdv1394src.c:
29076         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_lock),
29077         (gst_sdlvideosink_initsdl), (gst_sdlvideosink_create):
29078         * ext/sndfile/gstsf.c: (gst_sf_open_file), (gst_sf_close_file),
29079         (gst_sf_loop):
29080         * ext/speex/gstspeexenc.c: (gst_speexenc_chain):
29081         * ext/swfdec/gstswfdec.c: (gst_swfdec_loop):
29082         * ext/tarkin/gsttarkindec.c: (gst_tarkindec_chain):
29083         * ext/tarkin/gsttarkinenc.c: (gst_tarkinenc_chain):
29084         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_chain):
29085         * ext/vorbis/vorbisfile.c: (gst_vorbisfile_loop):
29086         * ext/xvid/gstxviddec.c: (gst_xviddec_setup), (gst_xviddec_chain):
29087         * ext/xvid/gstxvidenc.c: (gst_xvidenc_setup), (gst_xvidenc_chain):
29088         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head),
29089         (gst_riff_read_element_data), (gst_riff_read_seek),
29090         (gst_riff_peek_list), (gst_riff_read_list), (gst_riff_read_header):
29091         * gst/adder/gstadder.c: (gst_adder_loop):
29092         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_segment),
29093         (gst_asf_demux_process_stream), (gst_asf_demux_get_stream):
29094         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_init),
29095         (gst_avi_demux_add_stream), (gst_avi_demux_stream_header):
29096         * gst/avi/gstavimux.c: (gst_avimux_stop_file):
29097         * gst/flx/gstflxdec.c: (gst_flxdec_loop):
29098         * gst/goom/gstgoom.c: (gst_goom_chain):
29099         * gst/id3/gstid3types.c: (gst_id3types_loop):
29100         * gst/intfloat/float22int.c: (gst_float2_2_int_chain):
29101         * gst/intfloat/gstfloat2int.c: (gst_float2int_loop):
29102         * gst/intfloat/gstint2float.c: (gst_int2float_chain_gint16):
29103         * gst/matroska/ebml-read.c: (gst_ebml_read_element_id),
29104         (gst_ebml_read_element_length), (gst_ebml_read_element_data),
29105         (gst_ebml_read_seek), (gst_ebml_read_uint), (gst_ebml_read_sint),
29106         (gst_ebml_read_float), (gst_ebml_read_header):
29107         * gst/matroska/matroska-demux.c: (gst_matroska_demux_init_stream),
29108         (gst_matroska_demux_parse_blockgroup):
29109         * gst/monoscope/gstmonoscope.c: (gst_monoscope_chain):
29110         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_loop):
29111         * gst/oneton/gstoneton.c: (gst_oneton_chain):
29112         * gst/silence/gstsilence.c: (gst_silence_get):
29113         * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
29114         * gst/smpte/gstsmpte.c: (gst_smpte_loop):
29115         * gst/speed/gstspeed.c: (speed_loop):
29116         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_chain):
29117         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
29118         * gst/volenv/gstvolenv.c: (gst_volenv_chain):
29119         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain):
29120         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt),
29121         (gst_wavparse_loop):
29122         * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_open),
29123         (dxr3audiosink_set_mode_pcm), (dxr3audiosink_set_mode_ac3),
29124         (dxr3audiosink_close):
29125         * sys/dxr3/dxr3spusink.c: (dxr3spusink_open), (dxr3spusink_close):
29126         * sys/dxr3/dxr3videosink.c: (dxr3videosink_open),
29127         (dxr3videosink_close), (dxr3videosink_write_data):
29128         * sys/oss/gstosselement.c: (gst_osselement_open_audio):
29129         * sys/oss/gstosssink.c: (gst_osssink_chain):
29130         * sys/oss/gstosssrc.c: (gst_osssrc_get):
29131         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_chain):
29132         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_buffer_free):
29133         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_buffer_free):
29134         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay),
29135         (gst_v4l_set_window), (gst_v4l_enable_overlay):
29136         * sys/v4l/v4l_calls.c: (gst_v4l_get_capabilities), (gst_v4l_open),
29137         (gst_v4l_set_chan_norm), (gst_v4l_get_signal),
29138         (gst_v4l_get_frequency), (gst_v4l_set_frequency),
29139         (gst_v4l_get_picture), (gst_v4l_set_picture), (gst_v4l_get_audio),
29140         (gst_v4l_set_audio):
29141         * sys/v4l/v4l_calls.h:
29142         * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_sync_thread),
29143         (gst_v4lmjpegsink_queue_frame), (gst_v4lmjpegsink_set_playback),
29144         (gst_v4lmjpegsink_playback_init),
29145         (gst_v4lmjpegsink_playback_start):
29146         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_queue_frame):
29147         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_queue_frame),
29148         (gst_v4lsrc_sync_frame), (gst_v4lsrc_capture_init),
29149         (gst_v4lsrc_requeue_frame), (gst_v4lsrc_try_palette):
29150         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_get):
29151         * sys/v4l2/v4l2-overlay_calls.c: (gst_v4l2_set_display),
29152         (gst_v4l2_set_window), (gst_v4l2_enable_overlay):
29153         * sys/v4l2/v4l2_calls.c: (gst_v4l2_get_capabilities),
29154         (gst_v4l2_fill_lists), (gst_v4l2_open), (gst_v4l2_get_norm),
29155         (gst_v4l2_set_norm), (gst_v4l2_get_input), (gst_v4l2_set_input),
29156         (gst_v4l2_get_output), (gst_v4l2_set_output),
29157         (gst_v4l2_get_frequency), (gst_v4l2_set_frequency),
29158         (gst_v4l2_signal_strength), (gst_v4l2_get_attribute),
29159         (gst_v4l2_set_attribute):
29160         * sys/v4l2/v4l2_calls.h:
29161         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
29162         (gst_v4l2src_queue_frame), (gst_v4l2src_grab_frame),
29163         (gst_v4l2src_get_capture), (gst_v4l2src_set_capture),
29164         (gst_v4l2src_capture_init), (gst_v4l2src_capture_start),
29165         (gst_v4l2src_capture_stop):
29166         * sys/vcd/vcdsrc.c: (vcdsrc_open_file):
29167         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
29168         (gst_ximagesink_chain):
29169         * sys/xvideo/xvideosink.c: (gst_xvideosink_buffer_new),
29170         (gst_xvideosink_sinkconnect), (gst_xvideosink_chain),
29171         (gst_xvideosink_xwindow_new):
29172         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
29173         (gst_xvimagesink_chain):
29174
29175 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
29176
29177         * gst/volume/gstvolume.c: (gst_volume_set_volume),
29178         (gst_volume_get_volume), (volume_class_init), (volume_init),
29179         (volume_chain_int16), (volume_update_volume):
29180         * gst/volume/gstvolume.h:
29181           make code more readable by removing magic numbers
29182           make mixer interface export 0-100 range
29183           make it internally map to 0.0-1.0 range so users don't distort
29184           output by putting the sliders at full volume
29185
29186 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
29187
29188         * gst-libs/gst/play/play.c: (gst_play_tick_callback),
29189         (gst_play_state_change), (gst_play_seek_to_time):
29190         block the tick callback for 0.5 secs after doing a seek
29191
29192 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
29193
29194         * gst-libs/gst/play/play.c: (gst_play_new):
29195           check for GError
29196
29197 2004-02-01  Julien MOUTTE  <julien@moutte.net>
29198
29199         * gst-libs/gst/play/play.c: (gst_play_seek_to_time),
29200         (gst_play_new): Accepting NULL GError, blocking time tick while seeking.
29201         * sys/ximage/ximagesink.c: (gst_ximagesink_sink_link),
29202         (gst_ximagesink_chain), (gst_ximagesink_init): s/sinkconnect/sink_link
29203         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sink_link),
29204         (gst_xvimagesink_chain), (gst_xvimagesink_init): s/sinkconnect/sink_link
29205
29206 2004-02-01  Thomas Vander Stichele  <thomas at apestaart dot org>
29207
29208         * configure.ac:
29209         * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
29210           check for a function added in vorbis 1.1
29211
29212 2004-01-31  Benjamin Otte  <in7y118@public.uni-hamburg.de>
29213
29214         * ext/alsa/gstalsa.c: (gst_alsa_change_state), (gst_alsa_start),
29215         (gst_alsa_drain_audio), (gst_alsa_stop_audio):
29216           really start/stop clock only on PLAYING <=> PAUSED
29217         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
29218           remove \n from debugging lines
29219         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain):
29220           make it work when seeking does not
29221         * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
29222           reset on DISCONT
29223
29224 2004-01-31  Benjamin Otte  <in7y118@public.uni-hamburg.de>
29225
29226         * ext/alsa/gstalsa.c: (gst_alsa_change_state), (gst_alsa_start):
29227           start clock on PAUSED=>PLAYING, not later
29228         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
29229           extract correct time for different discont formats
29230         (gst_alsa_sink_get_time):
29231           don't segfault when no format is negotiated yet, just return 0
29232         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event),
29233         (gst_ogg_demux_handle_event), (gst_ogg_demux_push),
29234         (gst_ogg_pad_push):
29235           handle flush and discont events correctly
29236         * ext/vorbis/vorbisdec.c: (vorbis_dec_event), (vorbis_dec_chain):
29237           handle discont events correctly
29238
29239 2004-01-31  Thomas Vander Stichele  <thomas at apestaart dot org>
29240
29241         * gst-libs/gst/play/play.c: (gst_play_error_quark),
29242         (gst_play_error_create), (gst_play_error_plugin),
29243         (gst_play_pipeline_setup), (gst_play_init), (gst_play_new):
29244         * gst-libs/gst/play/play.h:
29245           add error handling during creation
29246         * examples/gstplay/player.c: (main):
29247           use new gst_play_new
29248
29249
29250 2004-01-31  Benjamin Otte  <in7y118@public.uni-hamburg.de>
29251
29252         * ext/theora/theoradec.c: (theora_dec_chain):
29253           make comments work
29254         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
29255         (vorbis_dec_src_event), (vorbis_dec_chain):
29256           add encoder tag, fix tag reading to be more error tolerant, change
29257           BITRATE to NOMINAL_BITRATE, add debugging, don't unref events after
29258           gst_pad_event_default.
29259         * gst/tags/gstvorbistag.c:
29260         (gst_tag_list_from_vorbiscomment_buffer):
29261           undefine function specific define at end of function
29262
29263 2004-01-31  Jeremy Simon  <jesimon@libertysurf.fr>
29264
29265         * ext/flac/gstflac.c: (plugin_init):
29266         * ext/flac/gstflacdec.c: (gst_flacdec_class_init):
29267         * ext/flac/gstflacdec.h:
29268         * ext/flac/gstflacenc.h:
29269           Fix typos
29270
29271 2004-01-30  David I. Lehn  <dlehn@users.sourceforge.net>
29272
29273         * examples/gstplay/player.c: s/gstplay.h/play.h/
29274
29275 2004-01-30  Thomas Vander Stichele  <thomas at apestaart dot org>
29276
29277         * gst-libs/gst/play/Makefile.am:
29278         * gst-libs/gst/play/gstplay.c:
29279         * gst-libs/gst/play/gstplay.h:
29280         * gst-libs/gst/play/play.c:
29281           more surgery, operation complete
29282
29283 2004-01-30  Thomas Vander Stichele  <thomas at apestaart dot org>
29284
29285         * gst-libs/gst/play/play.old.c:
29286         * gst-libs/gst/play/play.old.h:
29287           after CVS surgery by moving, remove
29288         * gst-libs/gst/play/playpipelines.c:
29289           remove
29290
29291         * gst/intfloat/float22int.c: (gst_float2_2_int_chain):
29292           add negotiation error
29293
29294 2004-01-30  Thomas Vander Stichele  <thomas at apestaart dot org>
29295
29296         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event),
29297         (gst_ogg_demux_push):
29298           add some seeking debug info
29299           send a flush when seeking
29300
29301 2004-01-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
29302
29303         * configure.ac:
29304           use AC_C_INLINE
29305         * configure.ac:
29306         * ext/Makefile.am:
29307         * ext/theora/Makefile.am:
29308         * ext/theora/theoradec.c:
29309           add theora video decoder. Does just do simple decoding for now and
29310           has been tested against Theora cvs only. It only works when theora
29311           is compiled with --enable-static.
29312         * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
29313           always reset packetno on DISCONT
29314
29315 2004-01-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29316
29317         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead):
29318           Fix audio.
29319
29320 2004-01-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29321
29322         * gst/mpegaudioparse/gstmpegaudioparse.c:
29323         (mp3_type_frame_length_from_header):
29324           Fix header parsing - stolen from ffmpeg (thank you! :) ).
29325
29326 2004-01-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29327
29328         * ext/esd/esdsink.c: (gst_esdsink_init):
29329           Since we have static pad template caps, we don't need to negotiate;
29330           either the core errors out or we know the format.
29331
29332 2004-01-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29333
29334         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head),
29335         (gst_riff_read_seek):
29336         * gst/matroska/ebml-read.c: (gst_ebml_read_element_id),
29337         (gst_ebml_read_seek):
29338           Fix event handling.
29339
29340 2004-01-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
29341
29342         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps):
29343           removee video/x-theora from vp3 decoder, it doesn't handle raw
29344           theora streams
29345         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_init):
29346           fix bug with finalizing element that never went to PAUSED
29347         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query):
29348           length and position queries were swapped
29349         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
29350         (vorbis_dec_from_granulepos), (vorbis_dec_src_query),
29351         (vorbis_dec_src_event):
29352           implement querying time and bytes
29353
29354 2004-01-30  Thomas Vander Stichele  <thomas at apestaart dot org>
29355
29356         * just about every source file:
29357           gst_element_error -> GST_ELEMENT_ERROR
29358
29359 2004-01-29  Julien MOUTTE  <julien@moutte.net>
29360
29361         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get): Fixing seeking
29362         emiting FLUSH and even before DISCONT.
29363         * gst-libs/gst/play/gstplay.c: (gst_play_seek_to_time): Fix seeking to
29364         get the best instant seeking as possible yay!
29365
29366 2004-01-29  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29367
29368         * gst/mpeg1videoparse/gstmp1videoparse.c:
29369         (gst_mp1videoparse_real_chain):
29370           Committed wrong version last week... Grr... Didn't notice until now.
29371
29372 2004-01-29  Julien MOUTTE <julien@moutte.net>
29373
29374         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new):
29375         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_new): Emit the
29376         have_xwindow_id signal in xwindow_create.
29377
29378 2004-01-29  Benjamin Otte  <in7y118@public.uni-hamburg.de>
29379
29380         * ext/ogg/gstoggdemux.c:
29381           lots of changes - mainly support for chained bitstreams, seeking,
29382           querying and bugfixes of course
29383         * ext/vorbis/Makefile.am:
29384         * ext/vorbis/vorbisdec.c:
29385         * ext/vorbis/vorbisdec.h:
29386           add vorbisdec raw vorbis decoder
29387         * ext/vorbis/vorbis.c: (plugin_init):
29388           register vorbisdec as PRIMARY, vorbisfile as SECONDARY
29389         * gst/intfloat/Makefile.am:
29390         * gst/intfloat/float22int.c:
29391         * gst/intfloat/float22int.h:
29392         * gst/intfloat/gstintfloatconvert.c: (plugin_init):
29393           add float2intnew plugin. It converts multichannel interleaved float to
29394           multichannel interleaved int. The name should probably be changed.
29395         * gst/typefind/gsttypefindfunctions.c: (theora_type_find),
29396         (plugin_init):
29397           add typefinding for raw theora video so oggdemux can detect it.
29398
29399 2004-01-28  Julien MOUTTE  <julien@moutte.net>
29400
29401         * gst-libs/gst/play/gstplay.c: (gst_play_seek_to_time): seek on video
29402         sink element first.
29403         * gst/videoscale/gstvideoscale.c:
29404         (gst_videoscale_handle_src_event): Fixing src event handler.
29405
29406 2004-01-28  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29407
29408         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init), (gst_v4lsrc_init),
29409         (gst_v4lsrc_open), (gst_v4lsrc_close),
29410         (gst_v4lsrc_palette_to_caps), (gst_v4lsrc_srcconnect),
29411         (gst_v4lsrc_getcaps), (gst_v4lsrc_set_clock):
29412         * sys/v4l/gstv4lsrc.h:
29413         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_capture_start),
29414         (gst_v4lsrc_grab_frame), (gst_v4lsrc_capture_stop):
29415           Implement resizing... Hack. But that's why v4l is b0rked...
29416
29417 2004-01-28  Julien MOUTTE <julien@moutte.net>
29418
29419         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
29420         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy),
29421         (gst_ximagesink_ximage_put), (gst_ximagesink_xwindow_new),
29422         (gst_ximagesink_xwindow_destroy):
29423         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
29424         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy),
29425         (gst_xvimagesink_xwindow_new), (gst_xvimagesink_xwindow_destroy),
29426         (gst_xvimagesink_xwindow_resize), (gst_xvimagesink_get_xv_support),
29427         (gst_xvimagesink_xcontext_get): Removing some useless debugs messages,
29428         correctly cleaning the image created to check xshm calls on succes,
29429         added a lot of XSync calls in X11 functions, and fixed a segfault when
29430         no image format was defined before negotiation happened.
29431
29432 2004-01-28  Benjamin Otte  <in7y118@public.uni-hamburg.de>
29433
29434         * ext/alsa/gstalsa.c: (gst_alsa_query_func):
29435           use gst_element_get_time to get correct time
29436
29437 2004-01-28  Julien MOUTTE  <julien@moutte.net>
29438
29439         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xerror),
29440         (gst_ximagesink_check_xshm_calls), (gst_ximagesink_ximage_destroy),
29441         (gst_ximagesink_xcontext_get), (gst_ximagesink_class_init):
29442         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xerror),
29443         (gst_xvimagesink_check_xshm_calls),
29444         (gst_xvimagesink_xvimage_destroy), (gst_xvimagesink_xcontext_get): Our
29445         X plugins are now able to detect that XShm calls will fail even if the
29446         server claims that it has XShm support (remote displays most of the
29447         time). We then log the error as a GST_DEBUG and set use_shm to FALSE
29448         so that we use non XShm functions. This feature is almost useless for
29449         xvimagesink as Xv is not supported on remote displays anyway, but
29450         it might happen than even on the local display XShm calls fail.
29451
29452 2004-01-27  David Schleef  <ds@schleef.org>
29453
29454         * ext/esd/esdsink.c: (gst_esdsink_class_init), (gst_esdsink_init),
29455         (gst_esdsink_link), (gst_esdsink_get_time), (gst_esdsink_chain),
29456         (gst_esdsink_change_state):  Fix sync issues in esdsink.  Also
29457         changed esdsink to only use 44100,16,2, since esd sucks at rate
29458         conversion and esdsink has had difficulty negotiating.
29459
29460 2004-01-27  Julien MOUTTE <julien@moutte.net>
29461
29462         * gst-libs/gst/play/gstplay.c: (gst_play_tick_callback),
29463         (gst_play_seek_to_time): Fixing the way to get current position.
29464
29465 2004-01-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
29466
29467         * sys/oss/gstosssink.c: (gst_osssink_sink_query):
29468           use gst_element_get_time to get correct time
29469
29470 2004-01-27  Julien MOUTTE <julien@moutte.net>
29471
29472         * gst-libs/gst/play/gstplay.c: (gst_play_set_location): The easiest
29473         fix ever... Inverting 2 lines of code make spider autoplug correctly
29474         tagged mp3 !
29475
29476 2004-01-27  David Schleef  <ds@schleef.org>
29477
29478         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
29479         Use gst_pad_try_set_caps_nonfixed().
29480
29481 2004-01-27  David Schleef  <ds@schleef.org>
29482
29483         * gst/ac3parse/gstac3parse.c: update to checklist 5
29484         * gst/adder/gstadder.c: rewrite negotiation.  update to checklist 5
29485         * gst/audioconvert/gstaudioconvert.c: update to checklist 5
29486         * gst/audioscale/gstaudioscale.c: same
29487         * gst/auparse/gstauparse.c: same
29488         * gst/avi/gstavidemux.c: same
29489
29490 2004-01-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
29491
29492         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_handle_sink_event):
29493           stop processing after EOS
29494
29495 2004-01-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
29496
29497         * gst/asfdemux/asfheaders.h:
29498         * gst/asfdemux/gstasfdemux.c:
29499         * gst/asfdemux/gstasfmux.c: (gst_asfmux_put_guid),
29500         (gst_asfmux_put_string), (gst_asfmux_put_wav_header),
29501         (gst_asfmux_put_vid_header), (gst_asfmux_put_bmp_header):
29502           lot's of fixes to make data extraction simpler and get the code
29503           architecture and compiler independant. Add debugging category
29504         * gst/goom/gstgoom.c: (gst_goom_change_state):
29505           reset channel count on PAUSED=>READY, not READY=>PAUSED
29506
29507 2004-01-26  Colin Walters  <walters@verbum.org>
29508
29509         * ext/gnomevfs/gstgnomevfssrc.c (gst_gnomevfssrc_get): Remove ugly
29510         code to pull a bigger buffer in iradio mode.  This as a side effect
29511         makes typefinding work.
29512
29513 2004-01-26  Jeremy Simon  <jesimon@libertysurf.fr>
29514
29515         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_caps_to_extradata):
29516         Fix SVQ3 decoding on PPC
29517
29518 2004-01-26  Julien MOUTTE <julien@moutte.net>
29519
29520         * gst/videoscale/gstvideoscale.c: (gst_videoscale_chain): Dunno how
29521         that one managed to stay there... Fixed.
29522
29523 2004-01-26  Jeremy Simon  <jesimon@libertysurf.fr>
29524
29525         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps),
29526         (gst_ffmpeg_caps_to_extradata), (gst_ffmpeg_caps_to_pixfmt):
29527         * gst/qtdemux/qtdemux.c: (plugin_init), (qtdemux_parse_trak),
29528         (qtdemux_video_caps):
29529         * gst/qtdemux/qtdemux.h:
29530         Add SVQ3 specific flags to qtdemux and ffmpeg
29531
29532 2004-01-26  Benjamin Otte  <in7y118@public.uni-hamburg.de>
29533
29534         * gst-libs/gst/audio/audio.h:
29535           remove buffer-frames from audio caps
29536         * gst/audioconvert/gstaudioconvert.c:
29537           fix plugin to really work.
29538
29539 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29540
29541         * gst-libs/gst/mixer/mixer.c:
29542         * gst-libs/gst/propertyprobe/propertyprobe.c:
29543         * gst-libs/gst/tuner/tuner.c: (gst_tuner_find_norm_by_name),
29544         (gst_tuner_find_channel_by_name):
29545         * gst-libs/gst/tuner/tuner.h:
29546           Add gtk-doc style comments. Also fix a function name.
29547
29548 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29549
29550         * ext/divx/gstdivxdec.c: (gst_divxdec_init),
29551         (gst_divxdec_negotiate):
29552           Fix for new capsnego - also fixes gst-player with divxdec.
29553
29554 2004-01-25  Julien MOUTTE  <julien@moutte.net>
29555
29556         * gst-libs/gst/play/gstplay.c: (gst_play_pipeline_setup),
29557         (gst_play_identity_handoff), (gst_play_set_location),
29558         (gst_play_set_visualization), (gst_play_connect_visualization): Another
29559         try in visualization implementation. Still have an issue with switch
29560         blocking when pulling from video_queue and only audio comes out of
29561         spider.
29562         * gst/switch/gstswitch.c: (gst_switch_release_pad),
29563         (gst_switch_poll_sinkpads), (gst_switch_class_init): Implementing pad
29564         release method. And check if the pad is usable before pulling.
29565
29566 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29567
29568         * gst/videofilter/gstvideobalance.c: (gst_videobalance_dispose),
29569         (gst_videobalance_init),
29570         (gst_videobalance_colorbalance_list_channels),
29571         (gst_videobalance_colorbalance_set_value),
29572         (gst_videobalance_colorbalance_get_value),
29573         (gst_videobalance_update_properties),
29574         (gst_videobalance_update_tables_planar411),
29575         (gst_videobalance_planar411):
29576         * gst/videofilter/gstvideobalance.h:
29577           Implement lookup-tables. +/- 10x faster.
29578
29579 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29580
29581         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_avih),
29582         (gst_avi_demux_stream_odml), (gst_avi_demux_stream_index):
29583           The index reading was broken. The rest worked fine, but the whole
29584           goal of my rewrite was to make avidemux readable, and this was
29585           not at all readable. Please use typed variables.
29586
29587 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29588
29589         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_info):
29590           Additional pad usability check.
29591         * gst/mpeg1videoparse/gstmp1videoparse.c: (gst_mp1videoparse_init),
29592         (mp1videoparse_find_next_gop), (gst_mp1videoparse_time_code),
29593         (gst_mp1videoparse_real_chain):
29594           Fix MPEG video stream parsing. The original plugin had several
29595           issues, including not timestamping streams where the source was
29596           not timestamped (this happens with PTS values in mpeg system
29597           streams, but MPEG video is also a valid stream on its own so
29598           that needs timestamps too). We use the display time code for that
29599           for now. Also, if one incoming buffer contains multiple valid
29600           frames, we push them all on correctly now, including proper EOS
29601           handling. Lastly, several potential segfaults were fixed, and we
29602           properly sync on new sequence/gop headers to include them in next,
29603           not previous frames (since they're header for the next frame, not
29604           the previous). Also see #119206.
29605         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain),
29606         (bpf_from_header):
29607           Move caps setting so we only do it after finding several valid
29608           MPEG-1 fraes sequentially, not right after the first one (which
29609           might be coincidental).
29610         * gst/typefind/gsttypefindfunctions.c: (mpeg1_sys_type_find),
29611         (mpeg_video_type_find), (mpeg_video_stream_type_find),
29612         (plugin_init):
29613           Add unsynced MPEG video stream typefinding, and change some
29614           probability values so we detect streams rightly. The idea is as
29615           follows: I can have an unsynced system stream which contains
29616           video. In the current code, I would randomly get a type for either
29617           system or video stream type found, because the probabilities are
29618           being calculated rather randomly. I now use fixed values, so we
29619           always prefer system stream if that was found (and that is how it
29620           should be). If no system stream was found, we can still identity                the stream as video-only.
29621
29622 2004-01-23  Benjamin Otte  <in7y118@public.uni-hamburg.de>
29623
29624         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_avih),
29625         (gst_avi_demux_stream_odml), (gst_avi_demux_stream_index):
29626           don't write to buffer. Extract data without the need of
29627           __attribute__ ((packed))
29628
29629 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29630
29631         * gst/typefind/gsttypefindfunctions.c: (mpeg1_parse_header),
29632         (mpeg1_sys_type_find):
29633           Fix MPEG-1 stream typefinding.
29634
29635 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29636
29637         * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find):
29638           Fix typefinding for MPEG-1 system streams, similar to MPEG-2.
29639
29640 2004-01-23  Thomas Vander Stichele  <thomas at apestaart dot org>
29641
29642         * ext/esd/esdsink.c: (gst_esdsink_open_audio):
29643         * ext/esd/gstesd.c: (plugin_init):
29644           private debugging, better error reporting
29645
29646 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29647
29648         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_class_init),
29649         (gst_riff_read_init), (gst_riff_read_change_state):
29650         * gst-libs/gst/riff/riff-read.h:
29651           Remove stuff fromold metadata system.
29652
29653 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29654
29655         * ext/ogg/gstoggdemux.c:
29656           Fix wrong file comment.
29657         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_info):
29658         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_header):
29659           Add metadata reading properly.
29660
29661 2004-01-23  Thomas Vander Stichele  <thomas at apestaart dot org>
29662
29663         * ext/Makefile.am:
29664           Fix nas DIST_SUBDIRS
29665           Uraeus:
29666           Fix bug where make distcheck doesn't get run on adding stuff to
29667           the build.
29668
29669 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29670
29671         * ext/divx/gstdivxdec.c: (gst_divxdec_init), (gst_divxdec_setup):
29672         * ext/divx/gstdivxdec.h:
29673           Fix divx3 ("msmpeg4") playback using divxdec.
29674
29675 2004-01-23  Benjamin Otte  <in7y118@public.uni-hamburg.de>
29676
29677         * gst/typefind/gsttypefindfunctions.c:
29678         (mp3_type_frame_length_from_header): fix bug in length computation
29679         (mp3_type_find): improve debugging output
29680
29681 2004-01-23  Julien MOUTTE  <julien@moutte.net>
29682
29683         * gst-libs/gst/play/gstplay.c: (gst_play_pipeline_setup),
29684         (gst_play_set_location), (gst_play_seek_to_time),
29685         (gst_play_set_audio_sink), (gst_play_set_visualization),
29686         (gst_play_connect_visualization), (gst_play_get_sink_element): Reworked
29687         the pipeline from scratch. Visualization is back and switch went out as
29688         i realized it was not possible to use the way i wanted.
29689         * sys/ximage/ximagesink.c: (gst_ximagesink_imagepool_clear),
29690         (gst_ximagesink_change_state), (gst_ximagesink_dispose): Move xcontext
29691         clearing in state change from READY to NULL. So that one can clean the
29692         X ressources keeping the element.
29693         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
29694         (gst_xvimagesink_imagepool_clear), (gst_xvimagesink_change_state),
29695         (gst_xvimagesink_colorbalance_set_value),
29696         (gst_xvimagesink_colorbalance_get_value),
29697         (gst_xvimagesink_set_property), (gst_xvimagesink_dispose),
29698         (gst_xvimagesink_init): Same xcontext cleaning than ximagesink in state
29699         change from READY to NULL and fixed some stupid bugs in colorbalance
29700         get/set values. Also added the following feature : when nobody tries to
29701         set some values to the colorbalance levels before the xcontext is
29702         grabbed, then when creating channels list from Xv attributes we set the
29703         internal values to the Xv defaults. This way we handle buggy Xv drivers
29704         that set default hue values far from the middle of the range (Thanks
29705         to Jon Trowbridge for pointing that issue).
29706         * sys/xvimage/xvimagesink.h: Adding a cb_changed boolean to know if
29707         colorbalance levels have been set before xcontext is grabbed.
29708
29709 2004-01-22  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29710
29711         * sys/oss/gstosselement.c: (gst_osselement_class_probe_devices):
29712           Fix the ossmixer case where we shouldn't open /dev/dsp* because
29713           it might block operations (which is bad for a mixer).
29714
29715 2004-01-22  Thomas Vander Stichele  <thomas at apestaart dot org>
29716
29717         * gst-libs/gst/media-info/media-info-priv.c: (have_type_callback),
29718         (deep_notify_callback), (gmi_set_decoder), (gmi_clear_decoder),
29719         (gmip_find_type_pre):
29720         * gst-libs/gst/media-info/media-info-priv.h:
29721         * gst-libs/gst/media-info/media-info.c:
29722         (gst_media_info_instance_init), (gst_media_info_read_idler):
29723         add fakesink to get caps on decoder src pad again
29724         fix callback prototype to match new have_type signal signature
29725
29726 2004-01-22  Thomas Vander Stichele  <thomas at apestaart dot org>
29727
29728         * gst/adder/gstadder.c: (gst_adder_link):
29729           fix non-compile and cut-n-paste code
29730
29731 2004-01-21  David Schleef  <ds@schleef.org>
29732
29733         * ext/swfdec/gstswfdec.c: (gst_swfdec_video_getcaps),
29734         (gst_swfdec_video_link), (copy_image), (gst_swfdec_loop),
29735         (gst_swfdec_init), (gst_swfdec_change_state):
29736         * ext/swfdec/gstswfdec.h:
29737         Fix negotiation.
29738         * gst/adder/gstadder.c: (gst_adder_link), (gst_adder_init),
29739         (gst_adder_request_new_pad): Fix negotiation.
29740         * gst/goom/gstgoom.c: (gst_goom_init), (gst_goom_src_fixate):
29741         Add a fixate function.
29742         * gst/intfloat/gstfloat2int.c:
29743         * gst/intfloat/gstfloat2int.h:
29744         * gst/intfloat/gstint2float.c:
29745         * gst/intfloat/gstint2float.h:
29746         Completely rewrite the negotiation.  Doesn't quite work yet,
29747         due to some buffer-frames problem.
29748
29749 2004-01-21  Thomas Vander Stichele  <thomas at apestaart dot org>
29750
29751         * ext/gnomevfs/gstgnomevfssrc.c:
29752         * sys/v4l2/v4l2_calls.h:
29753           fix includes for distcheck
29754
29755 2004-01-21  Christian Schaller <uraeus@gnome.org>
29756
29757         * ext/nas/
29758         Add libnas (network audio system) plugin, patch from Arwed von Merkatz
29759         based on earlier patch from Laurent Vivier
29760
29761 2004-01-20  Jeremy Simon  <jesimon@libertysurf.fr>
29762
29763         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_caps_to_extradata):
29764         Fix wma caps property
29765         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_audio_caps):
29766         Fix typo (flags1 and flags2)
29767
29768 2004-01-20  Thomas Vander Stichele  <thomas at apestaart dot org>
29769
29770         * gst-libs/gst/media-info/media-info-priv.c:
29771         (deep_notify_callback), (gmi_seek_to_track), (gmi_get_decoder),
29772         (gmip_find_type_pre), (gmip_find_type), (gmip_find_stream_post),
29773         (gmip_find_stream), (gmip_find_track_metadata),
29774         (gmip_find_track_streaminfo_post), (gmip_find_track_streaminfo),
29775         (gmip_find_track_format):
29776         * gst-libs/gst/media-info/media-info-priv.h:
29777         * gst-libs/gst/media-info/media-info-test.c: (main):
29778         * gst-libs/gst/media-info/media-info.c: (gst_media_info_init),
29779         (gst_media_info_read_idler), (gst_media_info_read):
29780         * gst-libs/gst/media-info/media-info.h:
29781           register debugging category and use it for debugging
29782
29783 2004-01-20  Thomas Vander Stichele  <thomas at apestaart dot org>
29784
29785         * ext/vorbis/vorbisfile.c: (gst_vorbisfile_update_streaminfo),
29786         (gst_vorbisfile_new_link):
29787           signal streaminfo through tags
29788
29789 2004-01-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29790
29791         * ext/mplex/gstmplex.cc:
29792         * ext/mplex/gstmplexibitstream.cc:
29793           g++ doesn't like NULL in our i18n/error macros, should be
29794           either (NULL) or ("").
29795
29796 2004-01-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29797
29798         * sys/dxr3/dxr3audiosink.c:
29799         * sys/dxr3/dxr3init.c:
29800         * sys/dxr3/dxr3spusink.c: (dxr3spusink_close):
29801         * sys/dxr3/dxr3videosink.c: (dxr3videosink_close):
29802           Fix more error error error errors (missing includes here).
29803
29804 2004-01-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29805
29806         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
29807           fix thomas' error errors.
29808
29809 2004-01-20  Thomas Vander Stichele  <thomas at apestaart dot org>
29810
29811         * ext/mpeg2enc/gstmpeg2enc.cc:
29812           fix error errors.
29813
29814 2004-01-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29815
29816         * ext/divx/gstdivxdec.c: (gst_divxdec_setup), (gst_divxdec_chain):
29817         * ext/divx/gstdivxenc.c: (gst_divxenc_setup), (gst_divxenc_chain):
29818           Fix for new error system.
29819
29820 2004-01-20  Thomas Vander Stichele  <thomas at apestaart dot org>
29821
29822         * ext/divx/gstdivxenc.c: (gst_divxenc_setup), (gst_divxenc_chain):
29823           fix for new error reporting
29824
29825 2004-01-20  David Schleef  <ds@schleef.org>
29826
29827         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents),
29828         (gst_ximagesink_xcontext_get), (gst_ximagesink_getcaps),
29829         (gst_ximagesink_set_xwindow_id): Change to using a framerate
29830         of [1,100] instead of [0,MAX], since 0 isn't handled correctly,
29831         and neither is 100+, most likely.
29832         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
29833         (gst_xvimagesink_getcaps): same
29834
29835 2004-01-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
29836
29837         * configure.ac:
29838           Up version requirement to 2.0.3 (not yet released) to avoid symbol
29839           clashes with ffmpeg.
29840
29841 2004-01-20  Julien MOUTTE  <julien@moutte.net>
29842
29843         * gst/switch/gstswitch.c: (gst_switch_request_new_pad),
29844         (gst_switch_init): Fixed switch element : proxying link and setting
29845         caps from src to sink on request.
29846
29847 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
29848
29849         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay):
29850         * sys/v4l2/v4l2-overlay_calls.c: (gst_v4l2_set_display),
29851         (gst_v4l2_set_window), (gst_v4l2_enable_overlay):
29852         fix element_error
29853
29854 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
29855
29856         * sys/v4l/v4l_calls.h:
29857         * sys/v4l2/v4l2_calls.h:
29858           element_error fixes
29859
29860 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
29861
29862         * gst-libs/gst/gst-i18n-plugin.h:
29863           add locale.h
29864           remove config.h inclusion
29865
29866 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
29867
29868         * autogen.sh:
29869           adding autopoint invocation
29870         * Makefile.am:
29871         * configure.ac:
29872         * gst-libs/gst/gettext.h:
29873           adding gettext bits
29874         * ext/audiofile/gstafsink.c: (gst_afsink_plugin_init):
29875         * ext/audiofile/gstafsrc.c: (gst_afsrc_plugin_init):
29876         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
29877         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file),
29878         (gst_gnomevfssink_close_file):
29879         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_open_file):
29880         * ext/sndfile/gstsf.c: (gst_sf_loop), (plugin_init):
29881         * gst-libs/gst/gst-i18n-plugin.h:
29882         * gst/avi/gstavi.c: (plugin_init):
29883         * sys/dxr3/dxr3init.c: (plugin_init):
29884         * sys/dxr3/dxr3videosink.c: (dxr3videosink_write_data):
29885         * sys/oss/gstossaudio.c: (plugin_init):
29886         * sys/oss/gstosselement.c: (gst_osselement_open_audio):
29887         * sys/v4l/gstv4l.c: (plugin_init):
29888         * sys/v4l/v4l_calls.c: (gst_v4l_open):
29889         * sys/v4l2/gstv4l2.c: (plugin_init):
29890         * sys/v4l2/v4l2_calls.c: (gst_v4l2_get_capabilities),
29891         (gst_v4l2_fill_lists), (gst_v4l2_get_norm), (gst_v4l2_set_norm),
29892         (gst_v4l2_get_input), (gst_v4l2_set_input), (gst_v4l2_get_output),
29893         (gst_v4l2_set_output), (gst_v4l2_get_frequency),
29894         (gst_v4l2_set_frequency), (gst_v4l2_signal_strength),
29895         (gst_v4l2_get_attribute), (gst_v4l2_set_attribute):
29896           make sure locale and translation domain are set
29897           fix translated strings
29898         * po/.cvsignore:
29899         * po/LINGUAS:
29900         * po/Makevars:
29901         * po/POTFILES.in:
29902         * po/nl.po:
29903           put translation files into place
29904         * sys/xvideo/imagetest.c: (main):
29905         * ext/dv/demo-play.c: (main):
29906           fix unnecessary translations
29907
29908 2004-01-19  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
29909
29910         * ext/sndfile/gstsf.c:
29911         * gst/avi/gstavimux.c:
29912         * ext/audiofile/gstafsink.c:
29913         * ext/audiofile/gstafsrc.c:
29914         * ext/gnomevfs/gstgnomevfssink.c:
29915         * ext/gnomevfs/gstgnomevfssrc.c:
29916         * sys/oss/gstosselement.c:
29917         * sys/v4l/v4l_calls.h:
29918           fix i18n include
29919
29920 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
29921
29922         * sys/v4l2/v4l2_calls.c: (gst_v4l2_get_capabilities),
29923         (gst_v4l2_fill_lists), (gst_v4l2_open), (gst_v4l2_get_norm),
29924         (gst_v4l2_set_norm), (gst_v4l2_get_input), (gst_v4l2_set_input),
29925         (gst_v4l2_get_output), (gst_v4l2_set_output),
29926         (gst_v4l2_get_frequency), (gst_v4l2_set_frequency),
29927         (gst_v4l2_signal_strength), (gst_v4l2_get_attribute),
29928         (gst_v4l2_set_attribute):
29929         update to new error handling
29930
29931 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
29932
29933         * ext/sidplay/gstsiddec.cc:
29934         * gst/modplug/gstmodplug.cc:
29935           parenthese NULL because C++ seems angry about it
29936
29937 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
29938
29939         * gst-libs/gst/gst-i18n-plugin.h:
29940           add skeleton i18n stuff, but needs to be further implemented
29941
29942 2004-01-18  Thomas Vander Stichele  <thomas at apestaart dot org>
29943
29944         * examples/gstplay/player.c: (main):
29945         * ext/aalib/gstaasink.c: (gst_aasink_open):
29946         * ext/alsa/gstalsa.c: (gst_alsa_link), (gst_alsa_xrun_recovery):
29947         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
29948         * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
29949         * ext/audiofile/gstafsink.c: (gst_afsink_open_file),
29950         (gst_afsink_close_file):
29951         * ext/audiofile/gstafsrc.c: (gst_afsrc_open_file),
29952         (gst_afsrc_close_file):
29953         * ext/divx/gstdivxdec.c: (gst_divxdec_setup), (gst_divxdec_chain):
29954         * ext/dv/gstdvdec.c: (gst_dvdec_loop):
29955         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_user_op), (dvdnavsrc_get):
29956         * ext/esd/esdmon.c: (gst_esdmon_get):
29957         * ext/esd/esdsink.c: (gst_esdsink_chain):
29958         * ext/faac/gstfaac.c: (gst_faac_chain):
29959         * ext/faad/gstfaad.c: (gst_faad_chain):
29960         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_chain):
29961         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_loop):
29962         * ext/ffmpeg/gstffmpegmux.c: (gst_ffmpegmux_loop):
29963         * ext/flac/gstflacdec.c: (gst_flacdec_error_callback),
29964         (gst_flacdec_loop):
29965         * ext/flac/gstflacenc.c: (gst_flacenc_chain):
29966         * ext/flac/gstflactag.c: (gst_flac_tag_chain):
29967         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_chain):
29968         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file),
29969         (gst_gnomevfssink_close_file):
29970         * ext/gnomevfs/gstgnomevfssrc.c: (audiocast_init),
29971         (gst_gnomevfssrc_open_file):
29972         * ext/ivorbis/vorbisfile.c: (gst_ivorbisfile_loop):
29973         * ext/lame/gstlame.c: (gst_lame_sink_link), (gst_lame_chain):
29974         * ext/lcs/gstcolorspace.c: (gst_colorspace_srcconnect_func):
29975         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event),
29976         (gst_id3_tag_do_typefind), (gst_id3_tag_chain):
29977         * ext/mad/gstmad.c: (gst_mad_chain):
29978         * ext/mikmod/gstmikmod.c: (gst_mikmod_loop):
29979         * ext/mpeg2dec/gstmpeg2dec.c:
29980         * ext/mpeg2enc/gstmpeg2enc.cc:
29981         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
29982         * ext/mplex/gstmplex.cc:
29983         * ext/mplex/gstmplexibitstream.cc:
29984         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain),
29985         (gst_ogg_demux_push), (gst_ogg_pad_push):
29986         * ext/raw1394/gstdv1394src.c:
29987         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_lock),
29988         (gst_sdlvideosink_initsdl), (gst_sdlvideosink_create):
29989         * ext/sidplay/gstsiddec.cc:
29990         * ext/sndfile/gstsf.c: (gst_sf_open_file), (gst_sf_close_file),
29991         (gst_sf_loop):
29992         * ext/speex/gstspeexenc.c: (gst_speexenc_chain):
29993         * ext/tarkin/gsttarkindec.c: (gst_tarkindec_chain):
29994         * ext/tarkin/gsttarkinenc.c: (gst_tarkinenc_chain):
29995         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_chain):
29996         * ext/vorbis/vorbisfile.c: (gst_vorbisfile_loop):
29997         * ext/xvid/gstxviddec.c: (gst_xviddec_setup), (gst_xviddec_chain):
29998         * ext/xvid/gstxvidenc.c: (gst_xvidenc_setup), (gst_xvidenc_chain):
29999         * gst-libs/gst/Makefile.am:
30000         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head),
30001         (gst_riff_read_element_data), (gst_riff_read_seek),
30002         (gst_riff_peek_list), (gst_riff_read_list), (gst_riff_read_header):
30003         * gst/adder/gstadder.c: (gst_adder_parse_caps), (gst_adder_loop):
30004         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_segment),
30005         (gst_asf_demux_process_stream), (gst_asf_demux_get_stream):
30006         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_init),
30007         (gst_avi_demux_add_stream), (gst_avi_demux_stream_header):
30008         * gst/avi/gstavimux.c: (gst_avimux_stop_file):
30009         * gst/flx/gstflxdec.c: (gst_flxdec_loop):
30010         * gst/goom/gstgoom.c: (gst_goom_chain):
30011         * gst/id3/gstid3types.c: (gst_id3types_loop):
30012         * gst/intfloat/gstfloat2int.c: (gst_float2int_loop):
30013         * gst/intfloat/gstint2float.c: (gst_int2float_chain_gint16):
30014         * gst/matroska/ebml-read.c: (gst_ebml_read_element_id),
30015         (gst_ebml_read_element_length), (gst_ebml_read_element_data),
30016         (gst_ebml_read_seek), (gst_ebml_read_uint), (gst_ebml_read_sint),
30017         (gst_ebml_read_float), (gst_ebml_read_header):
30018         * gst/matroska/matroska-demux.c: (gst_matroska_demux_init_stream),
30019         (gst_matroska_demux_parse_blockgroup):
30020         * gst/modplug/gstmodplug.cc:
30021         * gst/monoscope/gstmonoscope.c: (gst_monoscope_chain):
30022         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_loop):
30023         * gst/oneton/gstoneton.c: (gst_oneton_chain):
30024         * gst/silence/gstsilence.c: (gst_silence_get):
30025         * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
30026         * gst/smpte/gstsmpte.c: (gst_smpte_loop):
30027         * gst/speed/gstspeed.c: (speed_loop):
30028         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_chain):
30029         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
30030         * gst/volenv/gstvolenv.c: (gst_volenv_chain):
30031         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain):
30032         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt),
30033         (gst_wavparse_loop):
30034         * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_open),
30035         (dxr3audiosink_set_mode_pcm), (dxr3audiosink_set_mode_ac3),
30036         (dxr3audiosink_close):
30037         * sys/dxr3/dxr3spusink.c: (dxr3spusink_open), (dxr3spusink_close):
30038         * sys/dxr3/dxr3videosink.c: (dxr3videosink_open),
30039         (dxr3videosink_close), (dxr3videosink_write_data):
30040         * sys/oss/gstosselement.c: (gst_osselement_open_audio):
30041         * sys/oss/gstosselement.h:
30042         * sys/oss/gstosssink.c: (gst_osssink_get_type), (gst_osssink_init),
30043         (gst_osssink_chain):
30044         * sys/oss/gstosssrc.c: (gst_osssrc_get):
30045         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_chain):
30046         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_buffer_free):
30047         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_buffer_free):
30048         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_window),
30049         (gst_v4l_enable_overlay):
30050         * sys/v4l/v4l_calls.c: (gst_v4l_get_capabilities), (gst_v4l_open),
30051         (gst_v4l_set_chan_norm), (gst_v4l_get_signal),
30052         (gst_v4l_get_frequency), (gst_v4l_set_frequency),
30053         (gst_v4l_get_picture), (gst_v4l_set_picture), (gst_v4l_get_audio),
30054         (gst_v4l_set_audio):
30055         * sys/v4l/v4l_calls.h:
30056         * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_sync_thread),
30057         (gst_v4lmjpegsink_queue_frame), (gst_v4lmjpegsink_set_playback),
30058         (gst_v4lmjpegsink_playback_init),
30059         (gst_v4lmjpegsink_playback_start):
30060         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_queue_frame),
30061         (gst_v4lmjpegsrc_sync_next_frame), (gst_v4lmjpegsrc_set_capture),
30062         (gst_v4lmjpegsrc_set_capture_m), (gst_v4lmjpegsrc_capture_init),
30063         (gst_v4lmjpegsrc_requeue_frame):
30064         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_queue_frame),
30065         (gst_v4lsrc_sync_frame), (gst_v4lsrc_capture_init),
30066         (gst_v4lsrc_requeue_frame), (gst_v4lsrc_try_palette):
30067         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_get):
30068         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
30069         (gst_v4l2src_queue_frame), (gst_v4l2src_grab_frame),
30070         (gst_v4l2src_get_capture), (gst_v4l2src_set_capture),
30071         (gst_v4l2src_capture_init), (gst_v4l2src_capture_start),
30072         (gst_v4l2src_capture_stop):
30073         * sys/vcd/vcdsrc.c: (vcdsrc_open_file):
30074         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
30075         (gst_ximagesink_chain):
30076         * sys/xvideo/xvideosink.c: (gst_xvideosink_buffer_new),
30077         (gst_xvideosink_sinkconnect), (gst_xvideosink_chain),
30078         (gst_xvideosink_xwindow_new):
30079         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
30080         (gst_xvimagesink_chain):
30081         use new error signal, function and categories
30082
30083 2004-01-18  Jeremy Simon <jesimon@libertysurf.fr>
30084
30085         * configure.ac:
30086         * ext/Makefile.am:
30087         * ext/musicbrainz/gsttrm.c:
30088         * ext/musicbrainz/gsttrm.h:
30089         * ext/musicbrainz/Makefile.am:
30090         Add a trm plugin
30091
30092 2004-01-18  Julien MOUTTE  <julien@moutte.net>
30093
30094         * sys/ximage/ximagesink.c: (gst_ximagesink_set_property),
30095         (gst_ximagesink_get_property), (gst_ximagesink_class_init): Adding
30096         synchronous property for debugging.
30097         * sys/ximage/ximagesink.h: Adding the synchronous boolean flag.
30098         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
30099         (gst_xvimagesink_set_property): Moving a pointer declaration to a
30100         smaller block, fixing indent.
30101
30102 2004-01-16  David Schleef  <ds@schleef.org>
30103
30104         * gst/videofilter/gstvideobalance.c: Fix regression; changing a
30105         property affects the video stream.
30106         * sys/xvimage/xvimagesink.c:
30107         * sys/xvimage/xvimagesink.h:
30108         Add synchronous property for debugging.  Should probably be
30109         disabled in non-CVS builds.  Make sure that the Xv attribute
30110         exists before we set it (crash!).  Fix a silly float bug that
30111         caused colorbalance to just not work.
30112
30113 2004-01-17  Christian Schaller <Uraeus@gnome.org>
30114
30115         * tools/gst-launch-ext.in - update for new plugins
30116
30117 2004-01-16  David Schleef  <ds@schleef.org>
30118
30119         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_connect): Fix use of
30120         already-freed caps.
30121
30122 2994-01-16  Christian Schaller <Uraeus@gnome.org>
30123
30124         * Update spec for new colorspace plugin and libcaca plugin
30125         * Fix compilation of libcaca plugin (clock -> id)
30126
30127 2004-01-16  Julien MOUTTE <julien@moutte.net>
30128
30129         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_update_colorbalance),
30130         (gst_xvimagesink_xcontext_get), (gst_xvimagesink_change_state),
30131         (gst_xvimagesink_set_xwindow_id),
30132         (gst_xvimagesink_colorbalance_set_value),
30133         (gst_xvimagesink_colorbalance_get_value),
30134         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
30135         (gst_xvimagesink_init), (gst_xvimagesink_class_init): Implementing
30136         correct colorbalance properties. They can now be set when the element
30137         is still in NULL state. The values will be committed to the Xv Port
30138         when xcontext is initialized.
30139         * sys/xvimage/xvimagesink.h: Added hue, saturation, contrast,
30140         brightness int values in the GstXvImagesink structure.
30141
30142 2004-01-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30143
30144         * gst-libs/gst/Makefile.am:
30145           restructure so having local patches works easier.
30146
30147 2004-01-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30148
30149         * ext/mpeg2enc/Makefile.am:
30150         * ext/mpeg2enc/gstmpeg2enc.cc:
30151         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
30152           Bugfix with respect to EOS handling.
30153
30154 2004-01-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30155
30156         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_connect):
30157           Link with right caps (else, it segfaults).
30158         * ext/mplex/gstmplexjob.cc:
30159           Fix for slight API change in 1.6.1.93 release of mjpegtools.
30160
30161 2004-01-15  David Schleef  <ds@schleef.org>
30162
30163         * gst-libs/gst/audio/Makefile.am:
30164         Add gstaudiofiltertemplate.c and building of gstaudiofilterexample.c
30165         from the template.
30166         * gst-libs/gst/audio/gstaudiofilter.c:
30167         * gst-libs/gst/audio/gstaudiofilter.h:
30168         Add bytes_per_sample and size and n_samples calculation.
30169         * gst-libs/gst/audio/gstaudiofilterexample.c:
30170         Remove, now autogenerated.
30171         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
30172         Moved from gstaudiofilterexample, object name changed, code added
30173         so that it actually works.
30174         * gst-libs/gst/audio/make_filter:
30175         Script to build an audiofilter subclass from the template.
30176         * gst/colorspace/Makefile.am:
30177         * gst/colorspace/yuv2yuv.c:
30178         Remove file, since it's GPL, and we don't use it.
30179
30180 2004-01-15  Julien MOUTTE  <julien@moutte.net>
30181
30182         * sys/ximage/ximagesink.c: (gst_ximagesink_chain):
30183         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain): Making both of
30184         them use the buffer free function to test how the buffer was allocated.
30185
30186 2004-01-15  David Schleef  <ds@schleef.org>
30187
30188         * ext/esd/esdsink.c: (gst_esdsink_class_init): Remove property
30189         that handles osssink fallback.
30190         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init),
30191         (gst_audio_convert_getcaps):
30192         * gst/qtdemux/qtdemux.c: (qtdemux_audio_caps):
30193         Add audio/x-qdm2 for QDM2 audio.
30194         * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
30195         * gst/sine/gstsinesrc.h: Add example of how to implement tags.
30196         * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps):
30197         Decrease minimum size to 16x16.
30198         * gst/wavparse/gstwavparse.c:
30199         Convert disabled pad template caps to new caps.
30200         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
30201         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
30202         (gst_xvimagesink_chain): Throw element error when display cannot
30203         be opened.  Increase minimum framerate to 1.0.  Check the data
30204         free function on a buffer to make sure it is the type we expect
30205         before manipulating it.
30206
30207 2004-01-15  Julien MOUTTE <julien@moutte.net>
30208
30209         * gst/videofilter/gstvideobalance.c: (gst_videobalance_init),
30210         (gst_videobalance_colorbalance_set_value): Implement passthru if
30211         settings are in the middle.
30212         * tools/gst-launch-ext.in: Stop using xvideosink, use ximagesink.
30213
30214 2004-01-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30215
30216         * gst/videofilter/Makefile.am:
30217         * gst/volume/Makefile.am:
30218           Since we use videofilter symbols, link to it.
30219
30220 2004-01-15  Julien MOUTTE <julien@moutte.net>
30221
30222         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_interface_init): Setting
30223         mixer interface type to HARDWARE.
30224         * gst-libs/gst/mixer/mixer.c: (gst_mixer_class_init): Adding a default
30225         type to SOFTWARE.
30226         * gst-libs/gst/mixer/mixer.h: Adding mixer interface type and macro.
30227         * gst-libs/gst/mixer/mixertrack.h: Adding mixertrack flag SOFTWARE.
30228         * gst/volume/gstvolume.c: (gst_volume_interface_supported),
30229         (gst_volume_interface_init), (gst_volume_list_tracks),
30230         (gst_volume_set_volume), (gst_volume_get_volume),
30231         (gst_volume_set_mute), (gst_volume_mixer_init),
30232         (gst_volume_dispose), (gst_volume_get_type), (volume_class_init),
30233         (volume_init): Implementing mixer interface.
30234         * gst/volume/gstvolume.h: Adding tracklist for mixer interface.
30235         * sys/oss/gstosselement.c: (gst_osselement_get_type),
30236         (gst_osselement_change_state): Removing some trailing commas in
30237         structures.
30238         * sys/oss/gstossmixer.c: (gst_ossmixer_interface_init): Setting mixer
30239         interface type to HARDWARE.
30240         * sys/v4l/gstv4lcolorbalance.c:
30241         (gst_v4l_color_balance_interface_init): Setting colorbalance interface
30242         type to HARDWARE.
30243         * sys/v4l2/gstv4l2colorbalance.c:
30244         (gst_v4l2_color_balance_interface_init): Setting colorbalance
30245         interface type to HARDWARE.
30246         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain): use exactly the
30247         same code than ximagesink for event handling.
30248
30249 2004-01-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30250
30251         * ext/snapshot/Makefile.am:
30252         * ext/snapshot/gstsnapshot.c: (gst_snapshot_sinkconnect),
30253         (gst_snapshot_chain):
30254         * ext/snapshot/gstsnapshot.h:
30255           This has to be a joke... Snapshot should be connected to a tee,
30256           colorspace element before it and EOS after that, where the other
30257           src of the tee receives normal data.
30258           The current way is *wrong*.
30259
30260 2004-01-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30261
30262         * ext/hermes/gsthermescolorspace.c:
30263           Fix another compile error. Same as below.
30264
30265 2004-01-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30266
30267         * gst/colorspace/gstcolorspace.c:
30268         * gst/colorspace/yuv2yuv.c: (gst_colorspace_yuy2_to_i420),
30269         (gst_colorspace_i420_to_yv12):
30270           Fix compiling... Didn't test if it actually works.
30271
30272 2004-01-15  David Schleef  <ds@schleef.org>
30273
30274         * configure.ac:
30275         * gst/colorspace/Makefile.am:
30276         * gst/colorspace/gstcolorspace.c:
30277         * gst/colorspace/gstcolorspace.h:
30278         * gst/colorspace/yuv2rgb.c:
30279         * gst/colorspace/yuv2rgb.h:
30280         Duplicate the ext/hermes colorspace plugin, and remove Hermes
30281         code and GPL code.  Fix for new caps negotiation.  Rewrite
30282         much of the format handling code, and some of the conversion
30283         code.  Basically, rewrote almost everything.  This element
30284         handles I420, YV12 to RGB conversions.
30285         * ext/hermes/Makefile.am:
30286         * ext/hermes/gsthermescolorspace.c:
30287         Rename colorspace to hermescolorspace.  Fix negotiation issues.
30288         Remove non-Hermes related code.  This element handles lots of
30289         RGB to RGB conversions, but no YUV.
30290         * ext/hermes/gstcolorspace.c:
30291         * ext/hermes/gstcolorspace.h:
30292         * ext/hermes/rgb2yuv.c:
30293         * ext/hermes/yuv2rgb.c:
30294         * ext/hermes/yuv2rgb.h:
30295         * ext/hermes/yuv2rgb_mmx16.s:
30296         * ext/hermes/yuv2yuv.c:
30297         * ext/hermes/yuv2yuv.h:
30298         Remove old code.
30299
30300 2004-01-14  Colin Walters  <walters@verbum.org>
30301
30302         * ext/mad/gstid3tag.c (gst_id3_tag_chain): Don't nego caps if
30303         they've already been.
30304
30305 2004-01-15  Benjamin Otte  <in7y118@public.uni-hamburg.de>
30306
30307         * ext/mad/gstid3tag.c: (gst_id3_tag_do_caps_nego):
30308           assume tag mode when pad is not connected
30309
30310 2004-01-15  Benjamin Otte  <in7y118@public.uni-hamburg.de>
30311
30312         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
30313           Don't update the time of the clock
30314         (gst_alsa_sink_loop):
30315           sync to the clock given to alsasink, not the own clock
30316         * sys/oss/gstosssink.c: (gst_osssink_chain):
30317           sync to the clock
30318         (gst_osssink_change_state):
30319           activate the clock
30320         * sys/ximage/ximagesink.c: (gst_ximagesink_chain):
30321         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain):
30322           remove bogus code that made DISCONT events unhandled
30323         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_video_caps):
30324           explicitly case to double in _set_simple. (fixes 2nd warning in bug
30325           #131502)
30326         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_read_object_header),
30327         (gst_asf_demux_handle_sink_event), (gst_asf_demux_audio_caps),
30328         (gst_asf_demux_add_audio_stream), (gst_asf_demux_video_caps):
30329           convert g_warning because of wrong asf data to GST_WARNINGs (fixes
30330           2nd warning in bug #131502)
30331
30332 2004-01-14  Julien MOUTTE  <julien@moutte.net>
30333
30334         * gst/videofilter/gstvideobalance.c: (gst_videobalance_init),
30335         (gst_videobalance_colorbalance_set_value),
30336         (gst_videobalance_colorbalance_get_value): Fixing videobalance ranges
30337         for colorbalance interface implementation.
30338         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
30339         (gst_ximagesink_set_property), (gst_ximagesink_get_property),
30340         (gst_ximagesink_dispose), (gst_ximagesink_init),
30341         (gst_ximagesink_class_init): Adding DISPLAY property.
30342         * sys/ximage/ximagesink.h: Adding display_name to store display.
30343         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
30344         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
30345         (gst_xvimagesink_dispose), (gst_xvimagesink_init),
30346         (gst_xvimagesink_class_init): Adding DISPLAY property and colorbalance
30347         properties (they still need polishing though for gst-launch use : no
30348         xcontext yet, i ll do that tomorrow).
30349         * sys/xvimage/xvimagesink.h: Adding display_name to store display.
30350
30351 2004-01-14  Julien MOUTTE  <julien@moutte.net>
30352
30353         * gst-libs/gst/play/gstplay.c: (gst_play_pipeline_setup),
30354         (gst_play_set_location), (gst_play_set_visualization): Preparing
30355         switch integration, adding videobalance in the pipeline.
30356
30357 2004-01-14  Julien MOUTTE <julien@moutte.net>
30358
30359         * gst-libs/gst/colorbalance/colorbalance.c:
30360         (gst_color_balance_class_init): Adding a default type.
30361         * gst-libs/gst/colorbalance/colorbalance.h: Adding a macro to access
30362         the type.
30363         * gst/videofilter/gstvideobalance.c: (gst_videobalance_get_type),
30364         (gst_videobalance_dispose), (gst_videobalance_class_init),
30365         (gst_videobalance_init), (gst_videobalance_interface_supported),
30366         (gst_videobalance_interface_init),
30367         (gst_videobalance_colorbalance_list_channels),
30368         (gst_videobalance_colorbalance_set_value),
30369         (gst_videobalance_colorbalance_get_value),
30370         (gst_videobalance_colorbalance_init): Implementing colorbalance
30371         interface.
30372         * gst/videofilter/gstvideobalance.h: Adding colorbalance channels
30373         list.
30374         * sys/ximage/ximagesink.c: (gst_ximagesink_set_xwindow_id): Fixing a
30375         bug which was triggering a BadAccess X error when setting an overlay
30376         before pad was really negotiated.
30377         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_colorbalance_init):
30378         Using the colorbalance type macro.
30379
30380 2004-01-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
30381
30382         * ext/flac/gstflacenc.c: (gst_flacenc_set_metadata),
30383         (gst_flacenc_chain):
30384           handle tags correctly
30385         * gst/tags/gstid3tag.c: (gst_tag_list_new_from_id3v1):
30386           extract ID3v1 tags correctly
30387
30388 2004-01-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30389
30390         * gst/typefind/gsttypefindfunctions.c: (matroska_type_find),
30391         (plugin_init):
30392           Improve matroska typefinding for odd-typed headers...
30393
30394 2004-01-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30395
30396         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream):
30397           Fix for using incremental number on padnames.
30398
30399 2004-01-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30400
30401         * ext/divx/gstdivxdec.c:
30402         * ext/divx/gstdivxenc.c:
30403           Set category to divx4linux instead of divx (too generic).
30404         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
30405         (gst_wavparse_parse_fmt), (gst_wavparse_handle_sink_event),
30406         (gst_wavparse_loop), (gst_wavparse_change_state):
30407         * gst/wavparse/gstwavparse.h:
30408           fix parsing of WAV files with non-standard fmt-tag size and fix
30409           skipping of unrecognized chunks... Someone please fix this thing
30410           to use rifflib so all this is automated.
30411         * sys/v4l/Makefile.am:
30412         * sys/v4l2/Makefile.am:
30413           Add X_CFLAGS because we depend on X (for overlay).
30414
30415 2004-01-14  Jan Schmidt  <thaytan@mad.scientist.com>
30416
30417         * ext/mpeg2dec/gstmpeg2dec.c:
30418           Don't issue a timestamp unless we tagged the frame
30419           with a PTS.
30420
30421 2004-01-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
30422
30423         * gst-libs/gst/play/gstplay.c: (gst_play_tick_callback):
30424           Query the audio element to get the time, not the clock. We're
30425           interested in the element's time here.
30426
30427 2004-01-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
30428
30429         * ext/aalib/gstaasink.c: (gst_aasink_chain):
30430         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
30431         * ext/esd/esdsink.c: (gst_esdsink_chain):
30432         * ext/libcaca/gstcacasink.c: (gst_cacasink_chain):
30433         * ext/mas/massink.c: (gst_massink_chain):
30434         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_chain):
30435         * gst/matroska/matroska-demux.c: (gst_matroska_demux_parse_index),
30436         (gst_matroska_demux_parse_metadata):
30437         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_loop),
30438         (gst_mpeg_parse_release_locks):
30439         * gst/tcp/gsttcpsink.c: (gst_tcpsink_chain):
30440         * gst/udp/gstudpsink.c: (gst_udpsink_chain):
30441         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
30442         * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_chain),
30443         (gst_osssink_change_state):
30444         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_chain):
30445         * sys/ximage/ximagesink.c: (gst_ximagesink_chain):
30446         * sys/xvideo/xvideosink.c: (gst_xvideosink_chain),
30447         (gst_xvideosink_release_locks):
30448         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain):
30449           use element time.
30450         * ext/alsa/gstalsaclock.c: (gst_alsa_clock_start),
30451         (gst_alsa_clock_stop):
30452         * gst-libs/gst/audio/audioclock.c: (gst_audio_clock_set_active),
30453         (gst_audio_clock_get_internal_time):
30454           simplify for use with new clocking code.
30455         * testsuite/alsa/Makefile.am:
30456         * testsuite/alsa/sinesrc.c: (sinesrc_init), (sinesrc_force_caps):
30457           fix testsuite for new caps system
30458
30459 2004-01-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
30460
30461         * ext/flac/gstflacdec.c: (gst_flacdec_update_metadata):
30462         * ext/flac/gstflacenc.c: (add_one_tag):
30463           length is already host endian, no need to convert. Fixes playback of
30464           tagged files on PPC. (bug #128384)
30465
30466 2004-01-13  Julien MOUTTE <julien@moutte.net>
30467
30468         * gst-libs/gst/colorbalance/colorbalance.h: Adding a type to the
30469         colorbalance interface stating if it is hardware based or software
30470         based.
30471         * gst/videofilter/gstvideobalance.c: (gst_videobalance_planar411):
30472         Removing a trailing comma.
30473         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
30474         (gst_xvimagesink_colorbalance_init): Integrating a patch from Jon
30475         Trowbridge <trow@ximian.com> querying Xv adaptor for min/max value as
30476         the documentation seems to be wrong on the -1000 to 1000 interval.
30477
30478 2004-01-12  David Schleef  <ds@schleef.org>
30479
30480         * gst/debug/efence.c: (gst_efence_init), (gst_efence_chain),
30481         (gst_efence_buffer_alloc), (gst_fenced_buffer_new),
30482         (gst_fenced_buffer_default_free), (gst_fenced_buffer_default_copy):
30483         Fix negotiation.  Add a bufferalloc function for the sink pad,
30484         and generally clean up some of the code.
30485
30486 2004-01-12  Julien MOUTTE <julien@moutte.net>
30487
30488         * gst-libs/gst/colorbalance/colorbalancechannel.c:
30489         (gst_color_balance_channel_dispose): Adding safety check in dispose
30490         method.
30491         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
30492         (gst_xvimagesink_xcontext_clear),
30493         (gst_xvimagesink_interface_supported),
30494         (gst_xvimagesink_colorbalance_list_channels),
30495         (gst_xvimagesink_colorbalance_set_value),
30496         (gst_xvimagesink_colorbalance_get_value),
30497         (gst_xvimagesink_colorbalance_init), (gst_xvimagesink_get_type):
30498         Adding colorbalance interface support to set XV parameters such as
30499         HUE, BRIGHTNESS, CONTRAST, SATURATION.
30500         * sys/xvimage/xvimagesink.h: Adding the channels list for colorbalance
30501         interface.
30502
30503 2004-01-12  Thomas Vander Stichele  <thomas at apestaart dot org>
30504
30505         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_get_type),
30506         (gst_audio_convert_class_init), (gst_audioconvert_getcaps),
30507         (gst_audio_convert_init), (gst_audio_convert_set_property),
30508         (gst_audio_convert_get_property), (gst_audio_convert_chain),
30509         (gst_audio_convert_link),
30510         (gst_audio_convert_buffer_to_default_format),
30511         (gst_audio_convert_buffer_from_default_format), (plugin_init):
30512           - implement _getcaps and use it
30513           - improve linking
30514           - remove float caps since no float conversion is actually done
30515           - remove properties and arguments that were to be used for rate
30516             conversion
30517
30518 2004-01-12  Thomas Vander Stichele  <thomas at apestaart dot org>
30519
30520         * gst-libs/gst/audio/audio.c: (_gst_audio_structure_set_list),
30521         (gst_audio_structure_set_int):
30522         * gst-libs/gst/audio/audio.h:
30523           add helper functions for _getcaps matching the standard audio
30524           templates
30525
30526 2004-01-12  David Schleef  <ds@schleef.org>
30527
30528         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
30529         Test that pad is negotiated before getting its caps.
30530
30531 2004-01-12  Julien MOUTTE <julien@moutte.net>
30532
30533         * gst-libs/gst/play/gstplay.c: (gst_play_get_sink_element): When
30534         analyzing the pads of an element the bin is mostly in READY state so
30535         no caps were negotiated. This helper function needs to work with
30536         _get_caps directly then. I was not freeing them though, added that to
30537         fix the mem leak.
30538
30539 2004-01-12  Julien MOUTTE <julien@moutte.net>
30540
30541         * sys/ximage/ximagesink.c: (gst_ximagesink_chain):
30542         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain): Fixing the
30543         direct put buffers detection. I prefer checking GST_BUFFER_PRIVATE
30544         than the free_func.
30545
30546 2004-01-12  Thomas Vander Stichele  <thomas at apestaart dot org>
30547
30548         * sys/oss/gstossaudio.c: (plugin_init):
30549         * sys/oss/gstosselement.c: (gst_osselement_sync_parms):
30550         * sys/oss/gstosselement.h:
30551           make an oss debugging category
30552           make failure more descriptive
30553
30554 2004-01-11  David Schleef  <ds@schleef.org>
30555
30556         * ext/ffmpeg/gstffmpeg.c:
30557         * ext/ffmpeg/gstffmpegcodecmap.c:
30558         * ext/ffmpeg/gstffmpegdec.c:
30559         * ext/ffmpeg/gstffmpegenc.c:
30560         * ext/ffmpeg/gstffmpegprotocol.c:
30561         * ext/gdk_pixbuf/gstgdkanimation.c:
30562         * ext/jpeg/gstjpeg.c:
30563         * ext/libpng/gstpng.c:
30564         * ext/mpeg2dec/perftest.c:
30565         * ext/speex/gstspeex.c:
30566         * gst-libs/gst/resample/dtos.c:
30567         * gst/intfloat/gstintfloatconvert.c:
30568         * gst/oneton/gstoneton.c:
30569         * gst/rtjpeg/RTjpeg.c:
30570         * gst/rtp/gstrtp.c:
30571         * sys/dxr3/dxr3init.c:
30572         * sys/glsink/gstgl_nvimage.c:
30573         * sys/glsink/gstgl_pdrimage.c:
30574         * sys/glsink/gstglsink.c:
30575         * testsuite/gst-lint:
30576         Make sure everybody wraps #include "config.h" in #ifdef HAVE_CONFIG_H
30577
30578 2004-01-11  David Schleef  <ds@schleef.org>
30579
30580         * ext/alsa/gstalsasrc.c: (gst_alsa_src_set_caps):
30581         * ext/faac/gstfaac.c: (gst_faac_sinkconnect):
30582         * ext/gdk_pixbuf/gstgdkanimation.c:
30583         (gst_gdk_animation_iter_create_pixbuf):
30584         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_link),
30585         (gst_gdk_pixbuf_chain):
30586         * ext/gdk_pixbuf/gstgdkpixbuf.h:
30587         * ext/jack/gstjack.c: (gst_jack_change_state):
30588         * ext/xvid/gstxviddec.c: (gst_xviddec_sink_link):
30589         * gst-libs/gst/play/gstplay.c: (gst_play_get_sink_element):
30590         * gst-libs/gst/play/play.c: (gst_play_get_sink_element):
30591         * gst/videofilter/gstvideofilter.c:
30592         (gst_videofilter_set_output_size):
30593         Remove all usage of gst_pad_get_caps(), and replace it with
30594         gst_pad_get_allowed_caps() or gst_pad_get_negotiated_cap().
30595
30596 2004-01-11  David Schleef  <ds@schleef.org>
30597
30598         * configure.ac:
30599         * ext/Makefile.am: Fixes to make ext/libcaca compile.
30600         * ext/divx/gstdivxdec.c:
30601         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_link),
30602         (gst_gdk_pixbuf_init), (gst_gdk_pixbuf_chain): Make gdkpixbufdec
30603         handle images that span multiple buffers.  Now work with both
30604         filesrc ! gdkpixbufdec and qtdemux ! gdkpixbufdec.
30605         * ext/gdk_pixbuf/gstgdkpixbuf.h:
30606         * ext/libcaca/gstcacasink.h: Fixes needed due to recent
30607         video/video.h changes
30608         * ext/xvid/gstxvid.c: (gst_xvid_csp_to_caps): same
30609         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get),
30610         (gst_v4lmjpegsrc_buffer_free): Use buffer free function instead
30611         of GstData free function.
30612         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get), (gst_v4lsrc_buffer_free):
30613         same.
30614
30615 2004-01-12  Benjamin Otte  <in7y118@public.uni-hamburg.de>
30616
30617         * sys/v4l2/gstv4l2element.c: (gst_v4l2element_class_init),
30618         (gst_v4l2element_dispose), (gst_v4l2element_set_property),
30619         (gst_v4l2element_get_property):
30620         * sys/v4l2/v4l2_calls.c: (gst_v4l2_set_defaults), (gst_v4l2_open):
30621           add norm, channel and frequency properties.
30622         * sys/v4l2/gstv4l2tuner.c:
30623           fixes for tuner interface changes
30624         * sys/v4l2/gstv4l2element.h:
30625         * sys/v4l2/gstv4l2src.c:
30626         * sys/v4l2/gstv4l2src.h:
30627         * sys/v4l2/v4l2src_calls.c:
30628         * sys/v4l2/v4l2src_calls.h:
30629           rework v4l2src to work with saa1734 cards and allow mmaped buffers.
30630
30631 2004-01-12  Benjamin Otte  <in7y118@public.uni-hamburg.de>
30632
30633         * gst-libs/gst/tuner/tuner.c: (gst_tuner_class_init),
30634         (gst_tuner_find_norm_by_name), (gst_v4l2_find_channel_by_name),
30635         (gst_tuner_channel_changed), (gst_tuner_norm_changed),
30636         (gst_tuner_frequency_changed), (gst_tuner_signal_changed):
30637         * gst-libs/gst/tuner/tuner.h:
30638           GObjects aren't const.
30639           Add find_by_name functions.
30640           Add checks to _changed functions.
30641         * sys/v4l/gstv4ltuner.c: (gst_v4l_tuner_get_channel),
30642         (gst_v4l_tuner_get_norm):
30643           Fixes for above.
30644
30645 2004-01-12  Benjamin Otte  <in7y118@public.uni-hamburg.de>
30646
30647         * gst-libs/gst/video/video.h:
30648           Fix caps template names to be understandable.
30649           Prefix everything with GST_VIDEO.
30650         * ext/aalib/gstaasink.c:
30651         * ext/divx/gstdivxdec.c:
30652         * ext/divx/gstdivxenc.c:
30653         * ext/gdk_pixbuf/gstgdkpixbuf.c:
30654         * ext/hermes/gstcolorspace.c: (gst_colorspace_base_init):
30655         * ext/jpeg/gstjpegdec.c: (raw_caps_factory):
30656         * ext/jpeg/gstjpegenc.c: (raw_caps_factory):
30657         * ext/libcaca/gstcacasink.c:
30658         * ext/libpng/gstpngenc.c: (raw_caps_factory):
30659         * ext/snapshot/gstsnapshot.c:
30660         * ext/swfdec/gstswfdec.c:
30661         * ext/xvid/gstxviddec.c:
30662         * ext/xvid/gstxvidenc.c:
30663         * gst/chart/gstchart.c:
30664         * gst/deinterlace/gstdeinterlace.c:
30665         * gst/effectv/gsteffectv.c:
30666         * gst/flx/gstflxdec.c: (gst_flxdec_loop):
30667         * gst/goom/gstgoom.c:
30668         * gst/median/gstmedian.c:
30669         * gst/monoscope/gstmonoscope.c: (gst_monoscope_init),
30670         (gst_monoscope_srcconnect), (gst_monoscope_chain):
30671         * gst/overlay/gstoverlay.c:
30672         * gst/smooth/gstsmooth.c:
30673         * gst/smpte/gstsmpte.c:
30674         * gst/synaesthesia/gstsynaesthesia.c:
30675         * gst/videocrop/gstvideocrop.c:
30676         * gst/videodrop/gstvideodrop.c:
30677         * gst/y4m/gsty4mencode.c:
30678         * sys/qcam/gstqcamsrc.c:
30679         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_palette_to_caps):
30680           Make them work with new video.h file.
30681         * sys/ximage/ximagesink.c: (gst_ximagesink_chain),
30682         (gst_ximagesink_buffer_free), (gst_ximagesink_buffer_alloc):
30683         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain),
30684         (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc):
30685           Make it work with new buffer allocation system.
30686
30687 2004-01-11  Julien MOUTTE  <julien@moutte.net>
30688
30689         * ext/ffmpeg/gstffmpegcolorspace.c: (gst_ffmpegcsp_chain): Fixing the
30690         pad_alloc_buffer implementation to use ->srcpad
30691         * ext/hermes/gstcolorspace.c: (gst_colorspace_chain): Fixing the
30692         pad_alloc_buffer implementation to use ->srcpad
30693         * gst/videoscale/gstvideoscale.c: (gst_videoscale_chain):  Fixing the
30694         pad_alloc_buffer implementation to use ->srcpad
30695         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
30696         (gst_ximagesink_chain), (gst_ximagesink_buffer_free),
30697         (gst_ximagesink_buffer_alloc): Now only use GST_BUFFER_PRIVATE to keep
30698         a reference to everything we need.
30699         * sys/ximage/ximagesink.h: adding a reference to the sink in the image.
30700         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
30701         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_free),
30702         (gst_xvimagesink_buffer_alloc): Now only use GST_BUFFER_PRIVATE to keep
30703         a reference to everything we need.
30704         * sys/xvimage/xvimagesink.h: adding a reference to the sink in the image
30705
30706 2004-01-11  David Schleef  <ds@schleef.org>
30707
30708         * ext/divx/gstdivxenc.c: remove bogus gst_caps_is_fixed() test
30709         * gst/debug/efence.c: (gst_efence_chain), (gst_fenced_buffer_new),
30710         (gst_fenced_buffer_default_copy): Fix for rename of buffer private
30711         structure members.
30712         * gst/effectv/gstwarp.c: (gst_warptv_setup): Don't reset the time
30713         value during a resize/renegotiation.
30714         * gst/videofilter/gstvideofilter.c: (gst_videofilter_chain): use
30715         gst_pad_alloc_buffer();
30716         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get),
30717         (gst_v4lmjpegsrc_buffer_free): Fix for rename of buffer private
30718         structure members.
30719         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get), (gst_v4lsrc_buffer_free):
30720         Fix for rename of buffer private structure members.
30721         * sys/ximage/ximagesink.c: (gst_ximagesink_chain),
30722         (gst_ximagesink_buffer_free), (gst_ximagesink_buffer_alloc):
30723         Fix for rename of buffer private structure members.
30724         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain),
30725         (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc):
30726         Fix for rename of buffer private structure members.
30727
30728 2004-01-11  Arwed v. Merkatz <v.merkatz@gmx.net>
30729
30730         reviewed by: David Schleef <ds@schleef.org>
30731
30732         * gst/videofilter/Makefile.am:
30733         * gst/videofilter/gstgamma.c: Gamma correction filter.  Modified
30734         from the patch by ds to fit in with recent make_filter changes.
30735
30736 2004-01-11  Julien MOUTTE  <julien@moutte.net>
30737
30738         * configure.ac: Adding examples/switch/Makefile
30739         * examples/Makefile.am: Adding examples/switch
30740         * examples/switch/Makefile.am: Adding switcher example.
30741         * examples/switch/switcher.c: (got_eos), (idle_iterate),
30742         (switch_timer), (main): Adding an example demonstrating switch usage
30743         with 2 videotestsrc showing different patterns.
30744         * gst/switch/gstswitch.c: (gst_switch_request_new_pad),
30745         (gst_switch_init): Fixing switch with the new caps system.
30746
30747 2004-01-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
30748
30749         * gst-libs/gst/video/video.h:
30750           Fix 32bit caps. Issue remaining: The macro names are chosen poorly.
30751           They should probably be like
30752           GST_VIDEO_PAD_TEMPLATE_CAPS_{RGB,BGR,RGBx,BGRx}.
30753
30754 2004-01-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
30755
30756         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
30757         (qtdemux_parse_trak):
30758           fix audio chunk size/timestamp calculation
30759
30760 2004-01-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
30761
30762         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps):
30763           fix SVQ3 caps
30764
30765 2004-01-11  Steve Baker  <steve@stevebaker.org>
30766
30767         * gst/effectv/gstaging.c: (gst_agingtv_get_type),
30768         (gst_agingtv_base_init), (gst_agingtv_class_init),
30769         (gst_agingtv_init), (gst_agingtv_setup), (gst_agingtv_rgb32),
30770         (gst_agingtv_set_property), (gst_agingtv_get_property):
30771         Port agingTV to videofilter
30772
30773 2004-01-09  Julien MOUTTE <julien@moutte.net>
30774
30775         * ext/hermes/gstcolorspace.c: (gst_colorspace_chain):
30776         Implementing gst_pad_alloc_buffer to use optimized buffer allocation.
30777
30778 2004-01-09  Julien MOUTTE <julien@moutte.net>
30779
30780         * ext/ffmpeg/gstffmpegcolorspace.c: (gst_ffmpegcsp_chain):
30781         Implementing gst_pad_alloc_buffer to use optimized buffer allocation.
30782         * gst-libs/gst/xoverlay/xoverlay.c:
30783         (gst_x_overlay_got_desired_size): Updating doc for the xid being 0.
30784         * gst/videoscale/gstvideoscale.c: (gst_videoscale_chain):
30785         Implementing gst_pad_alloc_buffer to use optimized buffer allocation.
30786         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
30787         Implementing gst_pad_alloc_buffer to use optimized buffer allocation.
30788         * sys/ximage/ximagesink.c: (gst_ximagesink_chain),
30789         (gst_ximagesink_buffer_free), (gst_ximagesink_buffer_alloc),
30790         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_init): Implementing
30791         the bufferalloc_function to replace bufferpools, fixing the XOverlay
30792         interface implementation to handle xid being 0 and fix some bugs
30793         triggered by Benjamin's testcase.
30794         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain),
30795         (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc),
30796         (gst_xvimagesink_set_xwindow_id), (gst_xvimagesink_init): Implementing
30797         the bufferalloc_function to replace bufferpools, fixing the XOverlay
30798         interface implementation to handle xid being 0 and fix some bugs
30799         triggered by Benjamin's testcase.
30800
30801 2004-01-09  David Schleef  <ds@schleef.org>
30802
30803         * ext/librfb/gstrfbsrc.c:  Hacking.  Added actual decoding and
30804         mouse pointer events.  It works.
30805
30806 2004-01-09  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30807
30808         * ext/divx/gstdivxenc.c: (gst_divxenc_init):
30809           Use explicit caps - fix capsnego.
30810         * ext/xvid/gstxviddec.c:
30811         * ext/xvid/gstxvidenc.c:
30812           Remove macro-inside-macro which caused compile errors.
30813         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_header):
30814           Error out if it's not a RIFF file. Else we error out without
30815           gst_element_error() which is not good...
30816
30817 2004-01-08  David Schleef  <ds@schleef.org>
30818
30819         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_connect):
30820         Fix pad_link function to handle formats that ffmpeg returns
30821         as multiple caps structures.
30822         * gst/videofilter/gstvideofilter.c: (gst_videofilter_chain):
30823         Only complain if source buffer is _smaller_ than expected.
30824         * gst/videoscale/gstvideoscale.c: (gst_videoscale_init),
30825         (gst_videoscale_handle_src_event): Resize navigation events
30826         when passing them upstream.
30827         * gst/videotestsrc/gstvideotestsrc.c:
30828         * gst/videotestsrc/gstvideotestsrc.h:
30829         * gst/videotestsrc/videotestsrc.c:
30830         * gst/videotestsrc/videotestsrc.h:
30831         Rewrite many of the buffer painting functions to handle odd
30832         sizes (for many formats, size%4!=0 or size%8!=0).  Most have
30833         been verified to work with my video card.
30834         * testsuite/gst-lint:  Add check for elements calling
30835         gst_pad_get_caps() instead of gst_pad_get_allowed_caps().
30836
30837 2004-01-08  David Schleef  <ds@schleef.org>
30838
30839         * gst/videodrop/gstvideodrop.c: (gst_videodrop_getcaps),
30840         (gst_videodrop_link), (gst_videodrop_init): Fix negotiation.
30841
30842 2004-01-08  Julien MOUTTE  <julien@moutte.net>
30843
30844         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents): A
30845         configure event is not emiting the desired size signal. That fixes
30846         aspect ratio issues with gst-player.
30847
30848 2004-01-08  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30849
30850         * gst/median/gstmedian.c: (gst_median_link), (gst_median_init):
30851           Fix capsnego.
30852
30853 2004-01-08  Julien MOUTTE  <julien@moutte.net>
30854
30855         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_create): Using XOverlay
30856         public method to fire size signal.
30857
30858 2004-01-07  Julien MOUTTE  <julien@moutte.net>
30859
30860         * examples/gstplay/Makefile.am: Adding the interface library.
30861         * gst-libs/gst/play/Makefile.am: Adding the interface library.
30862         * gst-libs/gst/play/gstplay.c: (gst_play_set_video_sink): Connecting to         the XOverlay size signal instead of GstVideoSink.
30863         * gst-libs/gst/play/gstplay.h: Including the XOverlay interface to check
30864         GST_IS_X_OVERLAY before signal connect.
30865         * gst-libs/gst/video/gstvideosink.c: (gst_videosink_class_init):
30866         Removing the have_video_size signal.
30867         * gst-libs/gst/video/gstvideosink.h: Removing the have_video_size signal
30868         and associated public method.
30869         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents),
30870         (gst_ximagesink_sinkconnect): Using XOverlay public method to fire size
30871         signal.
30872         * sys/xvideo/xvideosink.c: (gst_xvideosink_sinkconnect),
30873         (gst_xvideosink_xwindow_new): Using XOverlay public method to fire size
30874         signal.
30875         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sinkconnect):
30876         Using XOverlay public method to fire size signal.
30877
30878 2004-01-07  David Schleef  <ds@schleef.org>
30879
30880         * gst/videofilter/Makefile.am:
30881         * gst/videofilter/gstvideotemplate.c:
30882         * gst/videofilter/make_filter:
30883         Create gstvideoexample.c in a srcdir!=builddir friendly way.
30884         Convert make_filter to /bin/sh script.
30885
30886 2004-01-07  Thomas Vander Stichele  <thomas at apestaart dot org>
30887
30888         * gst/modplug/gstmodplug.cc: fix element description
30889
30890 2004-01-07  Julien MOUTTE  <julien@moutte.net>
30891
30892         * examples/gstplay/player.c: (got_time_tick), (got_stream_length),
30893         (got_video_size): Adding some new lines in g_print calls.
30894         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new),
30895         (gst_ximagesink_xwindow_destroy), (gst_ximagesink_xwindow_resize),
30896         (gst_ximagesink_handle_xevents), (gst_ximagesink_fixate),
30897         (gst_ximagesink_sinkconnect), (gst_ximagesink_change_state),
30898         (gst_ximagesink_chain), (gst_ximagesink_buffer_new),
30899         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_get_desired_size):
30900         Complete code review, reverting some stuff i disagree with, adding
30901         some fixes : time synchronization on invalid timestamps, renegotiation
30902         of private window.
30903         * sys/ximage/ximagesink.h:
30904         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_destroy),
30905         (gst_xvimagesink_xwindow_resize), (gst_xvimagesink_handle_xevents),
30906         (gst_xvimagesink_get_xv_support), (gst_xvimagesink_xcontext_get),
30907         (gst_xvimagesink_fixate), (gst_xvimagesink_sinkconnect),
30908         (gst_xvimagesink_change_state), (gst_xvimagesink_chain),
30909         (gst_xvimagesink_buffer_new),
30910         (gst_xvimagesink_navigation_send_event),
30911         (gst_xvimagesink_set_xwindow_id),
30912         (gst_xvimagesink_get_desired_size),
30913         (gst_xvimagesink_xoverlay_init): Complete code review, reverting some
30914         stuff i disagree with, adding some fixes : Renegotiation of private
30915         window, implementing get_desired_size.
30916
30917 2004-01-07  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30918
30919         * ext/audiofile/gstafsink.c: (gst_afsink_init), (gst_afsink_chain),
30920         (gst_afsink_handle_event):
30921         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_init):
30922         * gst/avi/gstavimux.c: (gst_avimux_request_new_pad):
30923         * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_init):
30924         * sys/dxr3/dxr3spusink.c: (dxr3spusink_init):
30925         * sys/dxr3/dxr3videosink.c: (dxr3videosink_init):
30926           Fix for instantiate-test (see core). Also remove dead code from
30927           jpegenc (which still needs fixing, but that's lower on my TODO
30928           list...).
30929         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_getcaps):
30930           Never return NULL as caps.
30931
30932 2004-01-07  David Schleef  <ds@schleef.org>
30933
30934         * configure.ac:
30935         * ext/Makefile.am:
30936         * ext/librfb/Makefile.am:
30937         * ext/librfb/gstrfbsrc.c:
30938         New source plugin based on librfb-0.1.  RFB (remote framebuffer)
30939         is the protocol used by VNC.
30940
30941 2004-01-07  David Schleef  <ds@schleef.org>
30942
30943         * gst/videofilter/gstvideotemplate.c:
30944         * gst/videofilter/gstvideotemplate.h:
30945         * gst/videofilter/make_filter:
30946         Merge videotemplate header into source file.
30947         * gst/effectv/Makefile.am:
30948         * gst/effectv/gsteffectv.c: (plugin_init):
30949         * gst/effectv/gstwarp.c:
30950         Make warpTV a subclass of videofilter.
30951
30952 2004-01-07  Benjamin Otte  <in7y118@public.uni-hamburg.de>
30953
30954         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list):
30955           Add guard against invalid utf-8 conversions in mad. Just in case.
30956
30957 2004-01-07  Benjamin Otte  <in7y118@public.uni-hamburg.de>
30958
30959         * sys/oss/gstosssink.c: (gst_osssink_sink_fixate):
30960           Fix for bug shown by poisoning
30961
30962 2004-01-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30963
30964         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get),
30965         (gst_v4lmjpegsrc_buffer_free):
30966         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_palette_to_caps),
30967         (gst_v4lsrc_srcconnect), (gst_v4lsrc_getcaps), (gst_v4lsrc_get),
30968         (gst_v4lsrc_buffer_free):
30969           Fix for removed bufferpools.
30970
30971 2004-01-07  Jan Schmidt  <thaytan@mad.scientist.com>
30972
30973         * ext/dv/gstdvdec.c: (gst_dvdec_loop):
30974         Fix caps negotiation.
30975
30976         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_class_init),
30977         (dvdnavsrc_update_buttoninfo), (dvdnavsrc_get),
30978         (dvdnavsrc_get_event_mask), (dvdnav_handle_navigation_event),
30979         (dvdnavsrc_event):
30980         * ext/mpeg2dec/gstmpeg2dec.c:
30981         * gst-libs/gst/navigation/navigation.c:
30982         (gst_navigation_send_key_event), (gst_navigation_send_mouse_event):
30983         * gst-libs/gst/navigation/navigation.h:
30984         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_handle_src_event):
30985         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents):
30986         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents):
30987         Super-simple first version of mouse and keyboard events. Clicking
30988         on a DVD menu now works, although it may not take you where you
30989         expected.
30990
30991         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_fixate):
30992         * gst/videotestsrc/gstvideotestsrc.c:
30993         (gst_videotestsrc_src_fixate):
30994         These fixate functions were broken - they never actually
30995         fixated :)
30996
30997 2004-01-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30998
30999         * ext/shout/gstshout.c: (gst_icecastsend_base_init),
31000         (gst_icecastsend_init):
31001           fix for new caps system.
31002         * gst-libs/gst/mixer/mixertrack.h:
31003         * sys/oss/gstossmixer.c: (gst_ossmixer_build_list):
31004           Add 'master track' flag (for tools like ACME that only want to
31005           change the main volume).
31006
31007 2004-01-07  Jan Schmidt  <thaytan@mad.scientist.com>
31008
31009         * ext/xvid/gstxvid.c: (gst_xvid_structure_to_csp),
31010         (gst_xvid_csp_to_caps):
31011         * ext/xvid/gstxviddec.c: (gst_xviddec_src_getcaps):
31012         * ext/xvid/gstxvidenc.c:
31013         ifdef out ARGB type when it isn't available
31014         in xvidcore 1.0.0beta2
31015
31016 2004-01-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
31017
31018         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_loop):
31019           When we have received a new SCR right in the first buffer after
31020           a seek (so in the same cycle that handles the discont), we should
31021           handle the buffer instead of unreffing it, else we lose data.
31022
31023 2004-01-06  Iain <iain@prettypeople.org>
31024
31025         * gst/intfloat/gstint2float.c (gst_int2float_link): Set the
31026           buffer-frames caps too.
31027
31028         * gst/oneton/gstoneton.c (gst_oneton_sink_connect): Only create the new
31029           caps that we need, don't destroy them all and rebuild them. And when
31030           creating src pads, use the src pad template rather than the sink...
31031
31032 2004-01-05  Ronald Bultje  <rbultje@ronald.bitfreak.net>
31033
31034         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead):
31035           Add pad to element *after* setting functions such as event handler.
31036           Without this, the scheduler (opt) will link pads, set the event
31037           handler from the default event function (dispatcher in gstpad.c)
31038           and *after* that, we will set our own event function, which will
31039           thus never be used (and thus mpegdemux doesn't handle events).
31040
31041 2004-01-04  David Schleef  <ds@schleef.org>
31042
31043         Fix the fixate functions to handle new prototype:
31044         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_fixate):
31045         * gst/videotestsrc/gstvideotestsrc.c:
31046         (gst_videotestsrc_src_fixate):
31047         * sys/oss/gstosssink.c: (gst_osssink_sink_fixate):
31048         * sys/ximage/ximagesink.c: (gst_ximagesink_fixate):
31049         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_fixate):
31050
31051 2004-01-04  Benjamin Otte  <in7y118@public.uni-hamburg.de>
31052
31053         * sys/ximage/ximagesink.h:
31054         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new),
31055         (gst_ximagesink_xwindow_destroy), (gst_ximagesink_sinkconnect),
31056         (gst_ximagesink_change_state), (gst_ximagesink_set_xwindow_id),
31057         (gst_ximagesink_xoverlay_init):
31058           assorted fixes to make (re)embedding work
31059         * sys/ximage/ximagesink.c: (gst_ximagesink_sinkconnect),
31060         (gst_ximagesink_get_desired_size):
31061           implement desired size additions to XOverlay
31062
31063 2004-01-04  Benjamin Otte  <in7y118@public.uni-hamburg.de>
31064
31065         * gst-libs/gst/xoverlay/xoverlay.c: (gst_x_overlay_base_init),
31066         (gst_x_overlay_got_xwindow_id), (gst_x_overlay_get_desired_size),
31067         (gst_x_overlay_got_desired_size):
31068         * gst-libs/gst/xoverlay/xoverlay.h:
31069           Add optional "desired size" signal and querying.
31070
31071 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
31072
31073         * gst/matroska/matroska-demux.c:
31074         (gst_matroska_demux_parse_blockgroup):
31075           Fix EBML-laced block parsing. Diffs are relative to previous
31076           lace, not the first lace. Thanks to Mosu from the Matroska
31077           team for detecting this.
31078         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
31079         (gst_wavparse_parse_fmt), (gst_wavparse_getcaps),
31080         (gst_wavparse_handle_sink_event), (gst_wavparse_loop),
31081         (gst_wavparse_change_state):
31082         * gst/wavparse/gstwavparse.h:
31083           Quickfix for capsnego.
31084
31085 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
31086
31087         * gst/wavenc/gstwavenc.c: (set_property), (gst_wavenc_init):
31088           Fix indenting, fix pad creation.
31089
31090 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
31091
31092         * ext/xvid/gstxviddec.c: (gst_xviddec_init),
31093         (gst_xviddec_src_getcaps), (gst_xviddec_src_link),
31094         (gst_xviddec_sink_link):
31095           Implement src_getcaps() so proper size caps is negotiated.
31096
31097 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
31098
31099         * ext/flac/gstflacdec.c: (gst_flacdec_loop):
31100           Finish flac decoder on EOS. See #116178.
31101
31102 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
31103
31104         * gst/matroska/matroska-demux.c: (gst_matroska_demux_src_getcaps),
31105         (gst_matroska_demux_add_stream):
31106         * gst/matroska/matroska-ids.h:
31107           Add getcaps() function to fix capsnego...
31108
31109 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
31110
31111         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead),
31112         (gst_mpeg_demux_parse_packet), (gst_mpeg_demux_parse_pes):
31113         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_parse_packhead):
31114           Fix more integer overflows. Again, see #126967.
31115
31116 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
31117
31118         * ext/mpeg2dec/gstmpeg2dec.c:
31119           Add support for mpeg2dec-0.4.0 (released two weeks ago). See
31120           #130416.
31121
31122 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
31123
31124         * configure.ac:
31125         * ext/xvid/gstxvid.c: (gst_xvid_init), (gst_xvid_error),
31126         (gst_xvid_structure_to_csp), (gst_xvid_csp_to_caps):
31127         * ext/xvid/gstxvid.h:
31128         * ext/xvid/gstxviddec.c: (gst_xviddec_class_init),
31129         (gst_xviddec_init), (gst_xviddec_setup), (gst_xviddec_chain),
31130         (gst_xviddec_src_link), (gst_xviddec_sink_link),
31131         (gst_xviddec_change_state):
31132         * ext/xvid/gstxviddec.h:
31133         * ext/xvid/gstxvidenc.c: (gst_xvidenc_profile_get_type),
31134         (gst_xvidenc_base_init), (gst_xvidenc_class_init),
31135         (gst_xvidenc_init), (gst_xvidenc_setup), (gst_xvidenc_chain),
31136         (gst_xvidenc_link), (gst_xvidenc_set_property),
31137         (gst_xvidenc_get_property), (gst_xvidenc_change_state):
31138         * ext/xvid/gstxvidenc.h:
31139           Update xvid plugin to latest xvid (1.0.0-beta3) API.
31140
31141 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
31142
31143         * gst/rtp/rtp-packet.c:
31144           Add sys/types.h include, since OS X doesn't define in_addr_t
31145           in netinet/in.h, like it does on Linux (see #129600).
31146
31147 2004-01-03  Thomas Canty <tommydal@optushome.com.au>
31148
31149         reviewed by: Ronald Bultje  <rbultje@ronald.bitfreak.net>
31150
31151         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_dispose):
31152           Correct logic of dispose function (see #129306).
31153
31154 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
31155
31156         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_pes):
31157         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_class_init),
31158         (gst_mpeg_parse_init):
31159         * gst/mpegstream/gstmpegparse.h:
31160           Remove clock (which was never provided, i.e. dead code), and
31161           also fix integer overflows at high PTS values (see #126967).
31162
31163 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
31164
31165         * ext/flac/gstflacdec.c:
31166         * ext/libpng/gstpngenc.h:
31167         * ext/mikmod/gstmikmod.h:
31168           OS X fixes (see #126628).
31169
31170 2004-01-02  David Schleef  <ds@schleef.org>
31171
31172         * ext/alsa/gstalsasrc.c: (gst_alsa_src_pad_factory),
31173         (gst_alsa_src_base_init): Remove bogus "src" request pad.
31174         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_base_init),
31175         (gst_mpeg_parse_class_init): Move pad template registration
31176         to class_init, since the derived class (mpegdemux) doesn't
31177         want them.
31178
31179 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
31180
31181         * sys/ximage/Makefile.am:
31182         * sys/xvideo/Makefile.am:
31183         * sys/xvimage/Makefile.am:
31184           Move interface libs from LDFLAGS to LIBADD, fix relocation errors
31185           after installation (see #127664).
31186
31187 2004-01-02  David Schleef  <ds@schleef.org>
31188
31189         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_init),
31190         (gst_ffmpegenc_connect):  Negotiation fixes.
31191         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_negotiate_format):
31192         Remove inappropriate gst_caps_free().
31193         * sys/ximage/ximagesink.c: (gst_ximagesink_sinkconnect):
31194         Reenable Ronald's internal resize code, since the core handles
31195         it correctly now.
31196
31197 2004-01-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
31198
31199         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_init):
31200         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_init):
31201         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_base_init), (gst_v4lsrc_init):
31202           Fix pad template stuff.
31203
31204 2004-01-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
31205
31206         * gst/matroska/ebml-read.c: (gst_ebml_read_sint):
31207         * gst/matroska/ebml-write.c: (gst_ebml_write_sint):
31208           fix signed integer reading/writing.
31209
31210 2004-01-02  Benjamin Otte  <in7y118@public.uni-hamburg.de>
31211
31212         * ext/alsa/README:
31213           Remove outdated document
31214
31215 2004-01-03  Jan Schmidt  <thaytan@mad.scientist.com>
31216
31217         * gst/cutter/gstcutter.c: (gst_cutter_init):
31218           src pad was being created twice - oops.
31219
31220 2004-01-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
31221
31222         * sys/ximage/ximagesink.c: (gst_ximagesink_sinkconnect):
31223           Comment out internal resize. It doesn't handle the resulting
31224           XEvent internally, does another try_set_caps() which leads to
31225           a really nice loop.
31226           Real fix will come when Julien and Dave are awake. ;).
31227
31228 2004-01-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
31229
31230         * ext/mpeg2enc/gstmpeg2enc.cc:
31231           fix const/nonconst compile issue.
31232
31233 2004-01-02  David Schleef  <ds@schleef.org>
31234
31235         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_fixate),
31236         (gst_xvimagesink_sinkconnect), (gst_xvimagesink_init):
31237         Add fixate function and a check for bad formats.
31238
31239 2004-01-01  David Schleef  <ds@schleef.org>
31240
31241         Negotiation fixes:
31242         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link),
31243         (gst_audiofilter_init):
31244         * gst/debug/efence.c: (gst_efence_init):
31245         * gst/deinterlace/gstdeinterlace.c: (gst_deinterlace_link),
31246         (gst_deinterlace_init):
31247         * gst/volume/gstvolume.c: (volume_connect):
31248
31249 2004-01-01  David Schleef  <ds@schleef.org>
31250
31251         Convert elements to use gst_pad_use_explicit_caps() where
31252         appropriate:
31253         * ext/a52dec/gsta52dec.c: (gst_a52dec_init), (gst_a52dec_reneg):
31254         * ext/audiofile/gstafparse.c: (gst_afparse_init),
31255         (gst_afparse_open_file):
31256         * ext/audiofile/gstafsrc.c: (gst_afsrc_init),
31257         (gst_afsrc_open_file):
31258         * ext/esd/esdmon.c: (gst_esdmon_init), (gst_esdmon_get):
31259         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_init),
31260         (gst_ffmpegdec_chain):
31261         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_loop):
31262         * ext/flac/gstflacdec.c: (gst_flacdec_init), (gst_flacdec_write):
31263         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_init),
31264         (gst_gdk_pixbuf_chain):
31265         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_init), (gst_jpegdec_link),
31266         (gst_jpegdec_chain):
31267         * ext/mad/gstmad.c: (gst_mad_init), (gst_mad_chain):
31268         * ext/mikmod/gstmikmod.c: (gst_mikmod_init),
31269         (gst_mikmod_negotiate):
31270         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_init),
31271         (gst_mpeg2dec_negotiate_format):
31272         * ext/mpeg2enc/gstmpeg2enc.cc:
31273         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
31274         * ext/speex/gstspeexdec.c: (gst_speexdec_init),
31275         (gst_speexdec_sinkconnect):
31276         * ext/swfdec/gstswfdec.c: (gst_swfdec_loop), (gst_swfdec_init):
31277         * ext/vorbis/vorbisfile.c: (gst_vorbisfile_init),
31278         (gst_vorbisfile_new_link):
31279         * gst/ac3parse/gstac3parse.c: (gst_ac3parse_init),
31280         (gst_ac3parse_chain):
31281         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_add_audio_stream),
31282         (gst_asf_demux_setup_pad):
31283         * gst/auparse/gstauparse.c: (gst_auparse_init),
31284         (gst_auparse_chain):
31285         * gst/id3/gstid3types.c: (gst_id3types_loop):
31286         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream):
31287         * gst/mpeg1videoparse/gstmp1videoparse.c: (gst_mp1videoparse_init),
31288         (mp1videoparse_parse_seq):
31289         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_init),
31290         (bpf_from_header):
31291         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead),
31292         (gst_mpeg_demux_parse_pes), (gst_mpeg_demux_lpcm_set_caps):
31293         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_init),
31294         (gst_mpeg_parse_send_data):
31295         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
31296         (gst_qtdemux_add_stream):
31297         * gst/realmedia/rmdemux.c: (gst_rmdemux_add_stream):
31298         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
31299         (gst_wavparse_parse_fmt):
31300
31301 2004-01-01  Ronald Bultje  <rbultje@ronald.bitfreak.net>
31302
31303         * configure.ac:
31304           Fix configure check for mpeg2enc. We need 1.6.1.93 instead of
31305           1.6.1.92, since the pkg-config file of 1.6.1.92 is borked and
31306           it therefore uses the wrong include paths. Too bad... Note
31307           that 1.6.1.93 is not release yet. ;).
31308           Also add a check for mplex, which is now using the lib'ified
31309           mplex from mjpegtools, too.
31310         * ext/ffmpeg/gstffmpegcodecmap.c:
31311           Add codec_tag for 3ivx/xvid. For xvid, this should fix playback
31312           issues. I don't think ffmpeg handles 3ivx correctly, so this
31313           probably won't work. But it won't hurt either.
31314         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_connect),
31315         (gst_ffmpegdec_chain):
31316         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_connect),
31317         (gst_ffmpegenc_chain_audio):
31318           Fix memleak in audio encoding. Close codec if open fails, this
31319           calls the cleanup routines so we can re-use the context.
31320         * ext/mpeg2enc/gstmpeg2enc.cc:
31321           Fix pad template names/types, fix memory issue with getcaps().
31322         * ext/mpeg2enc/gstmpeg2encoder.cc:
31323         * ext/mpeg2enc/gstmpeg2encoder.hh:
31324           Fix compile issue with new caps system (const thingy).
31325         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
31326         * ext/mpeg2enc/gstmpeg2encpicturereader.hh:
31327           We read a first frame right on initing, so that we have a caps
31328           when we init the output. This caps is cached in padprivate and
31329           read as first frame.
31330         * ext/mplex/Makefile.am:
31331         * ext/mplex/gstmplex.cc:
31332         * ext/mplex/gstmplex.h:
31333         * ext/mplex/gstmplex.hh:
31334         * ext/mplex/gstmplexibitstream.cc:
31335         * ext/mplex/gstmplexibitstream.hh:
31336         * ext/mplex/gstmplexjob.cc:
31337         * ext/mplex/gstmplexjob.hh:
31338         * ext/mplex/gstmplexoutputstream.cc:
31339         * ext/mplex/gstmplexoutputstream.hh:
31340           We wrap mjpegtools mplex. So I rewrote the plugin. The old plugin
31341           had issues, didn't do capsnego, supported only a subset of the
31342           mplex features and required a mplex fork in our local CVS. Plus
31343           that it worked agaist a very old mplex version. Rewriting was
31344           faster than updating it.
31345         * gst-libs/ext/Makefile.am:
31346         * gst-libs/ext/mplex/INSTRUCT:
31347         * gst-libs/ext/mplex/Makefile.am:
31348         * gst-libs/ext/mplex/README:
31349         * gst-libs/ext/mplex/TODO:
31350         * gst-libs/ext/mplex/ac3strm_in.cc:
31351         * gst-libs/ext/mplex/audiostrm.hh:
31352         * gst-libs/ext/mplex/audiostrm_out.cc:
31353         * gst-libs/ext/mplex/aunit.hh:
31354         * gst-libs/ext/mplex/bits.cc:
31355         * gst-libs/ext/mplex/bits.hh:
31356         * gst-libs/ext/mplex/buffer.cc:
31357         * gst-libs/ext/mplex/buffer.hh:
31358         * gst-libs/ext/mplex/fastintfns.h:
31359         * gst-libs/ext/mplex/format_codes.h:
31360         * gst-libs/ext/mplex/inputstrm.cc:
31361         * gst-libs/ext/mplex/inputstrm.hh:
31362         * gst-libs/ext/mplex/lpcmstrm_in.cc:
31363         * gst-libs/ext/mplex/mjpeg_logging.cc:
31364         * gst-libs/ext/mplex/mjpeg_logging.h:
31365         * gst-libs/ext/mplex/mjpeg_types.h:
31366         * gst-libs/ext/mplex/mpastrm_in.cc:
31367         * gst-libs/ext/mplex/mpegconsts.cc:
31368         * gst-libs/ext/mplex/mpegconsts.h:
31369         * gst-libs/ext/mplex/mplexconsts.hh:
31370         * gst-libs/ext/mplex/multplex.cc:
31371         * gst-libs/ext/mplex/outputstream.hh:
31372         * gst-libs/ext/mplex/padstrm.cc:
31373         * gst-libs/ext/mplex/padstrm.hh:
31374         * gst-libs/ext/mplex/stillsstream.cc:
31375         * gst-libs/ext/mplex/stillsstream.hh:
31376         * gst-libs/ext/mplex/systems.cc:
31377         * gst-libs/ext/mplex/systems.hh:
31378         * gst-libs/ext/mplex/vector.cc:
31379         * gst-libs/ext/mplex/vector.hh:
31380         * gst-libs/ext/mplex/videostrm.hh:
31381         * gst-libs/ext/mplex/videostrm_in.cc:
31382         * gst-libs/ext/mplex/videostrm_out.cc:
31383         * gst-libs/ext/mplex/yuv4mpeg.cc:
31384         * gst-libs/ext/mplex/yuv4mpeg.h:
31385         * gst-libs/ext/mplex/yuv4mpeg_intern.h:
31386         * gst-libs/ext/mplex/yuv4mpeg_ratio.cc:
31387           We don't fork mjpegtools' mplex in our CVS anymore.
31388         * gst/avi/gstavidemux.c: (gst_avi_demux_src_getcaps),
31389         (gst_avi_demux_add_stream):
31390         * gst/avi/gstavidemux.h:
31391           Add getcaps() function for proper caps nego. This makes some
31392           parts of AVI playback/reading work.
31393         * sys/ximage/ximagesink.c: (gst_ximagesink_sinkconnect):
31394           Resize window on new capsnego. This is probably wrong, but
31395           I'm still committing it because with current capsnego, the
31396           first successfull capsnego is auto-fixated, therefore rounded
31397           down to the lowest values in the caps. this results in a 16x16
31398           XWindow that is not reized when real capsnego finishes.
31399           Dave, I see more cases of this, do you know a proper solution?
31400         * tools/gst-launch-ext.in:
31401           Fix MPEG-4 AAC (Apple iPod/iTunes) file commandline.
31402
31403 2003-12-31  David Schleef  <ds@schleef.org>
31404
31405         * gst/tcp/gsttcpsrc.c: (gst_tcpsrc_get):
31406         * gst/udp/gstudpsrc.c: (gst_udpsrc_get):
31407           Change gst_pad_proxy_link() to gst_pad_try_set_caps()
31408
31409 2003-12-30  David Schleef  <ds@schleef.org>
31410
31411         * ext/ffmpeg/gstffmpegcolorspace.c:
31412         (gst_ffmpegcsp_caps_remove_format_info), (gst_ffmpegcsp_getcaps),
31413         (gst_ffmpegcsp_pad_link), (gst_ffmpegcsp_init),
31414         (gst_ffmpegcsp_chain): Negotiation fixes
31415         * ext/mad/gstmad.c: (gst_mad_chain): Negotiation fixes
31416         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
31417         (gst_audio_convert_link), (gst_audio_convert_channels):
31418         * gst/audioscale/gstaudioscale.c: (gst_audioscale_getcaps),
31419         (gst_audioscale_link), (gst_audioscale_get_buffer),
31420         (gst_audioscale_chain): Negotiation fixes
31421         * gst/audioscale/gstaudioscale.h:
31422         * gst/videofilter/gstvideofilter.c:
31423         (gst_videofilter_format_get_structure), (gst_videofilter_getcaps),
31424         (gst_videofilter_link), (gst_videofilter_init),
31425         (gst_videofilter_set_output_size), (gst_videofilter_setup),
31426         (gst_videofilter_find_format_by_structure):
31427         * gst/videofilter/gstvideofilter.h: Negotiation fixes
31428         * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps),
31429         (gst_videoscale_link):
31430         * gst/videoscale/videoscale.c: (videoscale_get_structure),
31431         (videoscale_find_by_structure), (gst_videoscale_setup):
31432         * gst/videoscale/videoscale.h: Negotiation fixes
31433         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents),
31434         (gst_ximagesink_fixate), (gst_ximagesink_init): Add a fixate
31435         function, restrict resizing to a multiple of 4 (hack until
31436         everyone supports odd sizes correctly).
31437
31438 2003-12-29  Colin Walters  <walters@verbum.org>
31439
31440         * ext/esd/esdsink.c (gst_esdsink_link): Fix typo; get depth instead of
31441         signed.
31442
31443 2003-12-30  Jan Schmidt <thaytan@mad.scientist.com>
31444
31445         * ext/sndfile/gstsf.c: (gst_sf_loop):
31446           Fix warning about discarding const qualifier
31447
31448 2003-12-27  Jeremy Simon   <jesimon@libertysurf.fr>
31449
31450         * gst/cutter/gstcutter.c:
31451         * gst/videoscale/gstvideoscale.c:
31452         * gst/volenv/gstvolenv.c:
31453         * gst-libs/gst/audio/audio.c:
31454         * gst-libs/gst/video/video.c:
31455           Fix warnings
31456
31457 2003-12-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
31458
31459         * ext/alsa/gstalsa.c: (gst_alsa_open_audio):
31460           Don't send ALSA debugging to stderr.
31461         * ext/alsa/gstalsa.h:
31462           Use GST_WARNING instead of g_warning when ALSA functions fail.
31463
31464 2003-12-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
31465
31466         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
31467           Free XVAdapterInfo correctly.
31468
31469 2003-12-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
31470
31471         * ext/mad/gstid3tag.c: (gst_id3_tag_add_src_pad),
31472         (gst_id3_tag_do_caps_nego), (gst_id3_tag_src_link):
31473           Make id3tag use correct caps nego.
31474
31475 2003-12-27  Amaury Jacquot <sxpert@esitcom.org>
31476
31477         * ext/ivorbis/vorbis.c:
31478         * ext/ivorbis/vorbisenc.h:
31479         * ext/ivorbis/vorbisfile.c:
31480           Modify so that it uses the new caps things
31481
31482 2003-12-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
31483
31484         * testsuite/spider/spider1.c: (main):
31485         * testsuite/spider/spider2.c: (main):
31486         * testsuite/spider/spider3.c: (main):
31487           Make tests compile again. They probably don't work.
31488
31489 2003-12-24  Colin Walters  <walters@verbum.org>
31490
31491         * sys/oss/gstosssink.c (gst_osssink_sink_fixate): Return NULL if
31492         we can't fixate the caps anymore.
31493
31494 2003-12-23  David Schleef  <ds@schleef.org>
31495
31496         * gst/volume/gstvolume.c: (volume_init): Proxy getcaps.
31497         * sys/oss/gstosssink.c: (gst_osssink_init),
31498         (gst_osssink_sink_fixate): Add fixate function.
31499
31500 2003-12-24  Ronald Bultje  <rbultje@ronald.bitfreak.net>
31501
31502         * ext/ffmpeg/gstffmpegcodecmap.c:
31503         * ext/ffmpeg/gstffmpegcolorspace.c: (gst_ffmpegcsp_getcaps),
31504         (gst_ffmpegcsp_srcconnect_func), (gst_ffmpegcsp_sinkconnect),
31505         (gst_ffmpegcsp_srcconnect), (gst_ffmpegcsp_get_type),
31506         (gst_ffmpegcsp_base_init), (gst_ffmpegcsp_class_init),
31507         (gst_ffmpegcsp_init), (gst_ffmpegcsp_chain),
31508         (gst_ffmpegcsp_change_state), (gst_ffmpegcsp_set_property),
31509         (gst_ffmpegcsp_get_property), (gst_ffmpegcsp_register):
31510           fix typo in RGB masks, and move back to "old" colorspace
31511           capsnego code until whoever wrote this new crap has actually
31512           tested it so that it works.
31513           And yes, this works, keep it that way please.
31514
31515 2003-12-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
31516
31517         * ext/divx/gstdivxdec.c: (gst_divxdec_base_init),
31518         (gst_divxdec_init), (gst_divxdec_negotiate):
31519         * ext/divx/gstdivxdec.h:
31520         * ext/divx/gstdivxenc.c: (gst_divxenc_base_init),
31521         (gst_divxenc_init):
31522         * ext/faac/gstfaac.c: (gst_faac_base_init), (gst_faac_init),
31523         (gst_faac_sinkconnect), (gst_faac_srcconnect):
31524         * ext/mpeg2enc/gstmpeg2enc.cc:
31525         * ext/mpeg2enc/gstmpeg2encoder.cc:
31526         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
31527         * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_base_init),
31528         (dxr3audiosink_init), (dxr3audiosink_pcm_sinklink):
31529         * sys/dxr3/dxr3spusink.c: (dxr3spusink_base_init),
31530         (dxr3spusink_init):
31531         * sys/dxr3/dxr3videosink.c: (dxr3videosink_base_init),
31532         (dxr3videosink_init):
31533           Fix caps breakage after Dave's caps branch merge.
31534
31535 2003-12-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
31536
31537         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
31538           Fix for 24bpp display.
31539
31540 2003-12-23  Colin Walters  <walters@verbum.org>
31541
31542         * ext/gnomevfs/gstgnomevfssink.c: Add ARG_HANDLE property that takes
31543         a GnomeVFSHandle directly.
31544
31545 2003-12-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
31546
31547         * gst/volume/Makefile.am:
31548         * gst/volume/gstvolume.c: (volume_connect), (volume_parse_caps),
31549         (volume_base_init), (volume_init):
31550           Reenable volume element and fix to work with new caps stuff.
31551           Rhythmbox needs this.
31552
31553 2003-12-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
31554
31555         * gst/qtdemux/qtdemux.c: (plugin_init):
31556           qtdemux requires bytestream
31557
31558 2003-12-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
31559
31560         * ext/alsa/gstalsa.c: (gst_alsa_get_caps), (gst_alsa_link):
31561           Fix remaining caps handling errors due to CAPS merge.
31562
31563 2003-12-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
31564
31565         * ext/faad/gstfaad.c: (gst_faad_base_init), (gst_faad_init),
31566         (gst_faad_sinkconnect), (gst_faad_srcgetcaps),
31567         (gst_faad_srcconnect):
31568           Port to new caps system.
31569
31570 2003-12-21  Julien MOUTTE  <julien@moutte.net>
31571
31572         * examples/gstplay/player.c: (got_time_tick), (got_stream_length),
31573         (got_video_size), (main): using g_print instead of g_message.
31574         * gst-libs/gst/play/gstplay.c: (gst_play_pipeline_setup): Fixing EOS
31575         signal which was not emitted because of "switch" element added to the
31576         bin but not connected. (Removing from the bin temporarily)
31577
31578 2003-12-21  Julien MOUTTE  <julien@moutte.net>
31579
31580         * configure.ac: X_DISPLAY_MISSING is set to 1 if AC_PATH_XTRA fails to
31581         find X development files. I don't understand the previous tests and
31582         they fail on my debian/ppc unstable. This one works.
31583         * examples/gstplay/player.c: (main): Set the pipeline to READY before
31584         exiting.
31585         * gst-libs/gst/play/gstplay.c: (gst_play_get_length_callback),
31586         (gst_play_set_video_sink), (gst_play_set_audio_sink),
31587         (gst_play_set_visualization): Add some safety checks in set_ methods
31588         and state_change. This was throwing some ugly CRITICAL messages when
31589         pipeline was getting disposed and casts were failing.
31590
31591 2003-12-21  Ronald Bultje  <rbultje@ronald.bitfreak.net>
31592
31593         * configure.ac:
31594           Improve mpeg2enc detection. This is for distributions that do
31595           ship mjpegtools, but without mpeg2enc. Also does object check
31596           for might there ever be ABI incompatibility.
31597         * ext/mpeg2enc/gstmpeg2enc.cc:
31598           Add Andrew as second maintainer (he's helping me), and also add
31599           an error if no caps was set. This happens if I pull before capsnego
31600           and that's something I should solve sometime else.
31601         * gst/matroska/matroska-demux.c:
31602         (gst_matroska_demux_parse_blockgroup):
31603           Fix time parsing.
31604         * gst/matroska/matroska-mux.c: (gst_matroska_mux_audio_pad_link),
31605         (gst_matroska_mux_track_header):
31606           Add caps to templates.
31607         * gst/mpegaudioparse/gstmpegaudioparse.c: (mp3_sink_factory):
31608           Add mpegversion=1 to prevent confusion with MPEG/AAC.
31609         * gst/mpegstream/gstmpegdemux.c:
31610           Remove layer since it causes warnings about unfixed caps.
31611         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
31612           Fix obvious typo (we error out if caps were set, we should of
31613           course error out if *no* caps were set).
31614         * sys/oss/gstosselement.c: (gst_osselement_convert):
31615           Fix format conversion, we confused bits/bytes.
31616         * sys/oss/gstosselement.h:
31617           Improve documentation for 'bps'.
31618         * sys/v4l/TODO:
31619           Remove stuff about plugins that need removing - this was done
31620           ages ago.
31621         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_init),
31622         (gst_v4lmjpegsrc_src_convert), (gst_v4lmjpegsrc_src_query):
31623         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_init), (gst_v4lsrc_src_convert),
31624         (gst_v4lsrc_src_query):
31625         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_init),
31626         (gst_v4l2src_src_convert), (gst_v4l2src_src_query):
31627           Add get_query_types(), get_formats() and query() functions.
31628
31629 2003-12-21  Thomas Vander Stichele  <thomas at apestaart dot org>
31630
31631         * ChangeLog: moved to gstreamer/docs/random/old/ChangeLog.gst-plugins
31632           * moved CVS to freedesktop.org