try fix distcheck for FC3
[platform/upstream/gstreamer.git] / ChangeLog
1 2005-09-05  Michael Smith <msmith@fluendo.com>
2
3         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_class_init):
4           libvorbis accepts quality as low as -0.1, not just 0.0. So accept
5           that in the vorbisenc element.
6
7 2005-09-04  Thomas Vander Stichele  <thomas at apestaart dot org>
8
9         * common/gtk-doc-plugins.mak:
10         * docs/plugins/Makefile.am:
11           fix distcheck
12         * gst/audioresample/resample.c:
13           fix wrong docstring
14
15 2005-09-04  Thomas Vander Stichele  <thomas at apestaart dot org>
16
17         * common/gst-xmlinspect.py:
18         * common/gtk-doc-plugins.mak:
19           only inspect plugins for this given package
20           require gst-python 0.9
21
22 2005-09-03  Thomas Vander Stichele  <thomas at apestaart dot org>
23
24         * Makefile.am:
25         * autogen.sh:
26         * common/gst-xmlinspect.py:
27         * configure.ac:
28         * docs/Makefile.am:
29         * docs/plugins/inspect/plugin-alsa.xml:
30         * docs/plugins/inspect/plugin-audioresample.xml:
31         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
32         * docs/plugins/inspect/plugin-ogg.xml:
33         * docs/plugins/tmpl/element-gnomevfssink.sgml:
34         * docs/plugins/tmpl/element-multifdsink.sgml:
35         * docs/plugins/tmpl/element-tcpserversink.sgml:
36         * docs/plugins/tmpl/element-vorbisenc.sgml:
37         * gst-plugins-base.spec.in:
38           various doc-related updates
39
40 2005-08-31  Wim Taymans  <wim@fluendo.com>
41
42         * gst-libs/gst/audio/gstbaseaudiosink.c:
43         (gst_base_audio_sink_render):
44         Resync if the buffer timestamps drift more than a 10th 
45         of a second.
46
47 2005-08-31  Tim-Philipp Müller  <tim at centricular dot net>
48
49         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_set_property),
50         (gst_v4lsrc_get_property):
51           The 'timestamp-offset' property is registered as an int64, so
52           let's use g_value_{set|get}_int64() in our setter and getter
53           functions (makes it work and fixes warnings with gst-inspect).
54
55 2005-08-30  Wim Taymans  <wim@fluendo.com>
56
57         * check/elements/audioconvert.c: (setup_audioconvert):
58         * check/elements/audioresample.c: (setup_audioresample):
59         * check/elements/volume.c: (setup_volume):
60         Fix checks.
61
62 2005-08-30  Thomas Vander Stichele  <thomas at apestaart dot org>
63
64         * common/gtk-doc-plugins.mak:
65         * common/plugins.xsl:
66         * docs/plugins/Makefile.am:
67           make module a param
68
69 2005-08-30  Stefan Kost  <ensonic@users.sf.net>
70
71         * examples/seeking/seek.c: (make_mp3_pipeline),
72         (make_mpeg_pipeline), (seek_cb), (start_seek), (stop_seek),
73         (play_cb), (pause_cb), (stop_cb):
74           update the example
75
76 2005-08-30  Stefan Kost  <ensonic@users.sf.net>
77
78         * gst/volume/gstvolume.c: (gst_volume_class_init),
79         (volume_transform):
80           do not update controlled params, if buffer has no timestamp
81
82 2005-08-29  Stefan Kost  <ensonic@users.sf.net>
83
84         * configure.ac:
85         * gst/sine/Makefile.am:
86         * gst/volume/Makefile.am:
87           controllerized elements also need to link against controller-libs ;)
88
89 2005-08-29  Stefan Kost  <ensonic@users.sf.net>
90
91         * docs/libs/tmpl/gstcolorbalance.sgml:
92         * docs/libs/tmpl/gstgconf.sgml:
93         * docs/libs/tmpl/gstmixer.sgml:
94         * docs/libs/tmpl/gstringbuffer.sgml:
95         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
96         (gst_sinesrc_create):
97         * gst/volume/gstvolume.c: (gst_volume_class_init),
98         (volume_transform):
99           controllerized two audio plugins
100
101 2005-08-29  Andy Wingo  <wingo@pobox.com>
102
103         * ext/vorbis/vorbisdec.c (vorbis_dec_convert, vorbis_dec_push) 
104         (vorbis_handle_data_packet): Fix some int overflow errors.
105
106         * ext/ogg/gstoggdemux.c (gst_ogg_demux_init): Init total_time to
107         -1.
108         (gst_ogg_demux_perform_seek): Clamp segment_stop only if it's
109         valid.
110         (gst_ogg_pad_submit_packet): Subtract the chain's begin_time only
111         if it's valid. Fixed streaming-mode playback.
112
113         * check/elements/volume.c (cleanup_volume): Fix for running
114         CK_FORK=no.
115
116         * check/elements/audioconvert.c: Convert from native endian, not
117         little endian.
118
119 2005-08-29  Michael Smith <msmith@fluendo.com>
120         * ext/ogg/Makefile.am:
121         * ext/ogg/gstogg.c: (plugin_init):
122         * ext/ogg/gstoggparse.c: (gst_ogg_parse_get_type), (free_stream),
123         (gst_ogg_parse_delete_all_streams), (gst_ogg_parse_new_stream),
124         (gst_ogg_parse_find_stream), (gst_ogg_parse_base_init),
125         (gst_ogg_parse_class_init), (gst_ogg_parse_init),
126         (gst_ogg_parse_dispose), (gst_ogg_parse_submit_buffer),
127         (gst_ogg_parse_append_header), (gst_ogg_parse_is_header),
128         (gst_ogg_parse_buffer_from_page), (gst_ogg_parse_chain),
129         (gst_ogg_parse_change_state), (gst_ogg_parse_plugin_init):
130         Add an ogg parser element.
131
132 2005-08-28  Andy Wingo  <wingo@pobox.com>
133
134         * Updates for two-arg init from GST_BOILERPLATE_FULL.
135
136 2005-08-26  Wim Taymans  <wim@fluendo.com>
137
138         * gst/audioconvert/audioconvert.c: (if), (float),
139         (audio_convert_get_func_index), (check_default),
140         (audio_convert_clean_fmt), (audio_convert_prepare_context),
141         (audio_convert_clean_context), (audio_convert_get_sizes),
142         (audio_convert_convert):
143         Cleanups.
144
145 2005-08-26  Wim Taymans  <wim@fluendo.com>
146
147         * gst/audioconvert/audioconvert.c: (if), (float),
148         (audio_convert_get_func_index), (check_default),
149         (audio_convert_clean_fmt), (audio_convert_prepare_context),
150         (audio_convert_clean_context), (audio_convert_get_sizes),
151         (audio_convert_convert):
152         More elegant and working temp buffer selection algo.
153
154 2005-08-26  Wim Taymans  <wim@fluendo.com>
155
156         * gst/audioconvert/audioconvert.c: (if), (float),
157         (audio_convert_get_func_index), (check_default),
158         (audio_convert_clean_fmt), (audio_convert_prepare_context),
159         (audio_convert_clean_context), (audio_convert_get_sizes),
160         (get_temp_buffer), (audio_convert_convert):
161         Use realloc else we lose our original data.
162
163 2005-08-26  Thomas Vander Stichele  <thomas at apestaart dot org>
164
165         * gst/audioresample/gstaudioresample.c:
166           use base class' newsegment to properly timestamp
167
168 2005-08-26  Wim Taymans  <wim@fluendo.com>
169
170         * gst/audioconvert/audioconvert.c: (if), (float),
171         (audio_convert_get_func_index), (check_default),
172         (audio_convert_clean_fmt), (audio_convert_prepare_context),
173         (audio_convert_clean_context), (audio_convert_get_sizes),
174         (get_temp_buffer), (audio_convert_convert):
175         * gst/audioconvert/gstaudioconvert.c:
176         (gst_audio_convert_parse_caps), (gst_audio_convert_get_unit_size),
177         (gst_audio_convert_transform_caps),
178         (gst_audio_convert_fixate_caps), (gst_audio_convert_transform):
179         * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_mix):
180         Oops, allocate enough space to perform the channel mix.
181
182 2005-08-26  Wim Taymans  <wim@fluendo.com>
183
184         * gst/audioconvert/Makefile.am:
185         * gst/audioconvert/audioconvert.c: (if), (float),
186         (audio_convert_get_func_index), (check_default),
187         (audio_convert_clean_fmt), (audio_convert_prepare_context),
188         (audio_convert_clean_context), (audio_convert_get_sizes),
189         (get_temp_buffer), (audio_convert_convert):
190         * gst/audioconvert/audioconvert.h:
191         * gst/audioconvert/gstaudioconvert.c:
192         (gst_audio_convert_class_init), (gst_audio_convert_init),
193         (gst_audio_convert_dispose), (gst_audio_convert_parse_caps),
194         (gst_audio_convert_get_unit_size),
195         (gst_audio_convert_transform_caps),
196         (gst_audio_convert_fixate_caps), (gst_audio_convert_set_caps),
197         (gst_audio_convert_transform_ip), (gst_audio_convert_transform):
198         * gst/audioconvert/gstaudioconvert.h:
199         * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_unset_matrix),
200         (gst_channel_mix_fill_identical),
201         (gst_channel_mix_fill_compatible), (gst_channel_mix_detect_pos),
202         (gst_channel_mix_fill_one_other), (gst_channel_mix_fill_others),
203         (gst_channel_mix_fill_normalize), (gst_channel_mix_fill_matrix),
204         (gst_channel_mix_setup_matrix), (gst_channel_mix_passthrough),
205         (gst_channel_mix_mix):
206         * gst/audioconvert/gstchannelmix.h:
207         Cleanups, librarify a bit, optimize, better negotiation and more.
208
209 2005-08-26  Jan Schmidt  <thaytan@mad.scientist.com>
210
211         * ext/ogg/gstoggdemux.c: (ogg_find_peek):
212         Another from MikeS:
213         During typefinding, don't support negative offsets
214         (offsets from the end of the stream) in our typefind->peek() function
215         - nothing embedded in ogg ever needs them. However, we need to recognise
216         those requests and reject them, otherwise we return invalid pointers.
217
218 2005-08-26  Jan Schmidt  <thaytan@mad.scientist.com>
219
220         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose):
221         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_class_init),
222         (vorbisdec_finalize), (vorbis_handle_type_packet):
223           Big shout-out to MikeS for fixing this giant memory leak.
224           Huzzah!
225
226 2005-08-25  Thomas Vander Stichele  <thomas at apestaart dot org>
227
228         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_dispose),
229         (audio_convert_get_unit_size):
230           plug some leaks
231
232 2005-08-25  Thomas Vander Stichele  <thomas at apestaart dot org>
233
234         * check/Makefile.am:
235         * check/elements/audioconvert.c: (setup_audioconvert),
236         (cleanup_audioconvert), (get_int_caps), (verify_convert),
237         (GST_START_TEST), (audioconvert_suite), (main):
238           add a test for audioconvert
239         * gst/audioresample/gstaudioresample.c:
240         * gst/audioresample/gstaudioresample.h:
241           set DURATION so that TIMESTAMP(a) + DURATION(a) == TIMESTAMP(b);
242           note that for buffers of 1/3 sec this means DURATION(c) is 
243           one nanosecond more than for a and b
244
245 2005-08-25  Thomas Vander Stichele  <thomas at apestaart dot org>
246
247         * check/Makefile.am:
248         * check/elements/audioresample.c: (setup_audioresample),
249         (cleanup_audioresample), (fail_unless_perfect_stream),
250         (test_perfect_stream_instance), (GST_START_TEST),
251           add a check for audioresample
252         (audioresample_suite), (main):
253         * check/elements/volume.c: (GST_START_TEST):
254           remove unused method
255         * gst/audioresample/gstaudioresample.c:
256           set correct buffer parameters since we're changing them
257         * gst/audioresample/resample_ref.c: (resample_scale_ref):
258           add some debug
259
260 2005-08-25  Thomas Vander Stichele  <thomas at apestaart dot org>
261
262         * gst/audioresample/debug.c:
263         * gst/audioresample/gstaudioresample.c:
264           add room for extra overlap samples when asked to transform size
265           protect against possible mem corruption and check for discrepancies
266           between written size and outbuffer's size so we can warn for
267           potential problems
268         * gst/audioresample/resample.c: (resample_init),
269         (resample_get_output_size_for_input), (resample_get_output_size),
270         (resample_set_n_channels), (resample_set_format):
271           set debug level based on RESAMPLE_DEBUG env var
272           make sure that get_output_size* returns a whole number of
273           sample_size
274           set sample_size each time either channel or format is set
275         * gst/audioresample/resample_chunk.c: (resample_scale_chunk):
276         * gst/audioresample/resample_functable.c:
277         (resample_scale_functable):
278         * gst/audioresample/resample_ref.c: (resample_scale_ref):
279           remove r->sample_size, it's done in resample.c now
280           add some debugging to the ref implementation
281           make sure we only give back bytes that are wholes of the sample
282           size
283
284 2005-08-25  Jan Schmidt  <thaytan@mad.scientist.com>
285         * gst/playback/gstplaybasebin.c: (fill_buffer):
286         Revert unpopular change for GST_MESSAGE_SRC to GObject.
287
288 2005-08-25  Stefan Kost  <ensonic@users.sf.net>
289
290         * gst/volume/gstvolume.c:
291           made set_caps function static
292
293 2005-08-24  Wim Taymans  <wim@fluendo.com>
294
295         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
296         (gst_vorbisenc_change_state):
297         Stop leaking taglists.
298
299 2005-08-24  Wim Taymans  <wim@fluendo.com>
300
301         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query),
302         (gst_ogg_pad_event), (gst_ogg_demux_factory_filter),
303         (gst_ogg_pad_submit_packet), (gst_ogg_chain_new),
304         (gst_ogg_demux_init), (gst_ogg_demux_perform_seek),
305         (gst_ogg_demux_collect_chain_info), (gst_ogg_demux_collect_info),
306         (gst_ogg_demux_chain), (gst_ogg_demux_loop), (gst_ogg_print):
307         Parse seeking events better.
308         Unref static caps.
309         Generate correct newsegment events, fixes seeking in live oggs.
310
311         * ext/theora/theoradec.c: (theora_dec_src_query),
312         (theora_dec_src_event), (theora_dec_src_getcaps),
313         (theora_dec_sink_event), (theora_dec_push), (theora_dec_chain):
314         Use newsegment values to report correct play time.
315
316         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
317         (vorbis_dec_src_event), (vorbis_dec_sink_event):
318         * ext/vorbis/vorbisdec.h:
319         Parse and use newsegment values to report correct play time.
320
321         * gst-libs/gst/audio/gstbaseaudiosink.c:
322         (gst_base_audio_sink_event), (gst_base_audio_sink_render):
323         Clear ringbuffer on flush.
324         Use newsegment values to calculate playback time.
325
326         * sys/ximage/ximagesink.c: (gst_ximagesink_get_times):
327         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_times):
328         Basesink does newsegment calculations for us now.
329
330 2005-08-24  Thomas Vander Stichele  <thomas at apestaart dot org>
331
332         * check/Makefile.am:
333         * configure.ac:
334           add core's plugins to the mix so that playbin works
335         * check/generic/states.c: (GST_START_TEST):
336           set a 0 timeout on pipelines, so they don't force the next
337           state change
338         * gst/playback/gstplaybasebin.c: (setup_source), (prepare_output),
339         (gst_play_base_bin_change_state):
340           remove the crappy error handling and do GST error handling
341
342 2005-08-24  Thomas Vander Stichele  <thomas at apestaart dot org>
343
344         * check/Makefile.am:
345         * check/generic/states.c: (GST_START_TEST), (states_suite), (main):
346           add same test as to core, it bitches out on playbin atm.
347
348 2005-08-24  Wim Taymans  <wim@fluendo.com>
349
350         * configure.ac:
351         Remove audioscale.
352
353 2005-08-24  Wim Taymans  <wim@fluendo.com>
354
355         * gst/videoscale/gstvideoscale.c: (gst_videoscale_init),
356         (gst_videoscale_prepare_size), (parse_caps),
357         (gst_videoscale_set_caps), (gst_videoscale_get_size),
358         (gst_videoscale_prepare_image), (gst_videoscale_transform_ip),
359         (gst_videoscale_transform):
360         * gst/videoscale/gstvideoscale.h:
361         Refactor, make use of BaseTranform really well.
362
363 2005-08-24  Thomas Vander Stichele  <thomas at apestaart dot org>
364
365         * configure.ac:
366           compile audioresample
367         * gst/audioresample/Makefile.am:
368         * gst/audioresample/buffer.c:
369         * gst/audioresample/functable.c:
370         * gst/audioresample/gstaudioresample.c:
371         * gst/audioresample/gstaudioresample.h:
372         * gst/audioresample/resample.c:
373         (resample_get_output_size_for_input):
374         * gst/audioresample/resample.h:
375         * gst/audioresample/resample_chunk.c:
376         * gst/audioresample/resample_functable.c:
377         * gst/audioresample/resample_ref.c:
378           port to use basetransform; doesn't work in all cases yet
379
380 2005-08-24  Thomas Vander Stichele  <thomas at apestaart dot org>
381
382         * gst/audioconvert/gstaudioconvert.c:
383         (gst_audio_convert_class_init), (gst_audio_convert_init),
384         (audio_convert_get_unit_size), (audio_convert_transform_caps),
385         (audio_convert_fixate_caps), (audio_convert_set_caps),
386         (audio_convert_transform),
387         (gst_audio_convert_buffer_to_default_format),
388         (gst_audio_convert_buffer_from_default_format),
389         (gst_audio_convert_channels):
390         * gst/audioconvert/gstchannelmix.c:
391         * gst/audioconvert/gstchannelmix.h:
392           port to basetransform
393         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
394         (gst_ffmpegcsp_transform_caps), (gst_ffmpegcsp_class_init),
395         (gst_ffmpegcsp_get_unit_size):
396         * gst/videoscale/gstvideoscale.c: (gst_videoscale_class_init),
397         (gst_videoscale_transform_caps), (gst_videoscale_get_unit_size):
398           fix for basetransform changes
399
400 2005-08-24  Jan Schmidt  <thaytan@mad.scientist.com>
401
402         * check/Makefile.am:
403           Add CHECK_CFLAGS and LDFLAGS
404
405         * gst/playback/gstplaybasebin.c: (fill_buffer):
406           GST_MESSAGE_SRC became a GObject
407
408 2005-08-24  Wim Taymans  <wim@fluendo.com>
409
410         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_set_sample),
411         (gst_ring_buffer_clear_all):
412         * gst-libs/gst/audio/gstringbuffer.h:
413         Added function to clear the ringbuffer.
414
415 2005-08-24  Andy Wingo  <wingo@pobox.com>
416
417         * sys/v4l/gstv4lelement.c (gst_v4lelement_start) 
418         (gst_v4lelement_stop): Call _start and _stop for xoverlay instead
419         of _open and _close.
420
421         * sys/v4l/gstv4lxoverlay.h:
422         * sys/v4l/gstv4lxoverlay.c (gst_v4l_xoverlay_set_xwindow_id): Open
423         an Xv connection here, instead of all the time. Make Xv only be
424         loaded if you axe for it. Kindof a workaround for buggy behaviour
425         of Xv when using remote xservers (XvQueryExtension would block).
426         (gst_v4l_xoverlay_stop, gst_v4l_xoverlay_start): New functions,
427         replace the _open and _close public API. Only start the xv
428         connection if necessary.
429         (gst_v4l_xoverlay_open, gst_v4l_xoverlay_close): Made static.
430
431 2005-08-23  David Schleef  <ds@schleef.org>
432
433         * gst/audioresample/Makefile.am: Leet audioresampling code
434         * gst/audioresample/buffer.c:
435         * gst/audioresample/buffer.h:
436         * gst/audioresample/debug.c:
437         * gst/audioresample/debug.h:
438         * gst/audioresample/functable.c:
439         * gst/audioresample/functable.h:
440         * gst/audioresample/gstaudioresample.c:
441         * gst/audioresample/gstaudioresample.h:
442         * gst/audioresample/resample.c:
443         * gst/audioresample/resample.h:
444         * gst/audioresample/resample_chunk.c:
445         * gst/audioresample/resample_functable.c:
446         * gst/audioresample/resample_ref.c:
447
448 2005-08-23  Wim Taymans  <wim@fluendo.com>
449
450         * examples/seeking/seek.c: (make_vorbis_pipeline),
451         (make_theora_pipeline), (make_vorbis_theora_pipeline), (do_seek):
452         Small seek updates.
453
454 2005-08-23  Andy Wingo  <wingo@pobox.com>
455
456         * gst-libs/gst/audio/gstbaseaudiosrc.c
457         (gst_base_audio_src_fixate): Only fixate endianness if it is
458         present in the caps.
459
460 2005-08-22  Andy Wingo  <wingo@pobox.com>
461
462         * ext/alsa/gstalsasink.c (gst_alsasink_get_property): 
463         * ext/alsa/gstalsasrc.c (gst_alsasrc_get_property): Add a
464         device-name property.
465
466         * gst-libs/gst/audio/gstaudiosrc.h:
467         * gst-libs/gst/audio/gstaudiosrc.c: Implement open_device and
468         close_device in the ring buffer, like gstaudiosink.
469
470         * ext/alsa/gstalsamixer.h:
471         * ext/alsa/gstalsamixer.c: Not a GObject any more. Include a nifty
472         macro to implement the interface without much code. Cleanups. 
473
474         * ext/alsa/gstalsasrc.h:
475         * ext/alsa/gstalsasrc.c: Be a mixer. Open device and mixer in
476         READY.
477
478         * ext/alsa/Makefile.am: Add new files.
479         * ext/alsa/gstalsamixerelement.c: 
480         * ext/alsa/gstalsamixerelement.c: Split element code out from
481         mixer code so that alsasrc can be a mixer too.
482
483 2005-08-21  Thomas Vander Stichele  <thomas at apestaart dot org>
484
485         * check/elements/volume.c: (setup_volume), (cleanup_volume),
486         (GST_START_TEST):
487         * check/elements/vorbisdec.c: (setup_vorbisdec),
488         (cleanup_vorbisdec), (GST_START_TEST), (vorbisdec_suite):
489         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
490         (vorbis_handle_identification_packet),
491         (vorbis_handle_comment_packet), (vorbis_handle_type_packet),
492         (vorbis_handle_header_packet), (vorbis_dec_push),
493         (vorbis_dec_chain):
494           use the setup/teardown methods to save code.  save code is good.
495
496 2005-08-20  Thomas Vander Stichele  <thomas at apestaart dot org>
497
498         * check/Makefile.am:
499           add ext dir for plugins
500           add vorbisdec test conditionally
501         * check/elements/volume.c: (setup_volume), (cleanup_volume),
502         (GST_START_TEST), (volume_suite):
503           add a test with wrong caps
504         * check/elements/vorbisdec.c: (chain_func), (setup_vorbisdec),
505         (cleanup_vorbisdec), (GST_START_TEST), (vorbisdec_suite), (main):
506           add a vorbisdec test
507         * ext/ogg/gstoggdemux.c: (gst_ogg_chain_new_stream),
508         (gst_ogg_demux_chain), (gst_ogg_demux_loop):
509           clean up debug output
510         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
511           yay, fix a segfault/security issue in vorbisdec
512           gst-launch fakesrc ! vorbisdec wasn't happy
513         * ext/vorbis/vorbisenc.c: (vorbisenc_get_type),
514         (gst_vorbisenc_class_init), (gst_vorbisenc_sink_setcaps),
515         (gst_vorbisenc_convert_src), (gst_vorbisenc_convert_sink),
516         (gst_vorbisenc_src_query), (gst_vorbisenc_sink_query),
517         (gst_vorbisenc_init), (gst_vorbisenc_metadata_set1),
518         (gst_vorbisenc_set_metadata), (get_constraints_string),
519         (update_start_message), (gst_vorbisenc_setup),
520         (gst_vorbisenc_buffer_from_packet), (gst_vorbisenc_push_buffer),
521         (gst_vorbisenc_push_packet), (gst_vorbisenc_sink_event),
522         (gst_vorbisenc_chain), (gst_vorbisenc_get_property),
523         (gst_vorbisenc_set_property), (gst_vorbisenc_change_state):
524         * ext/vorbis/vorbisenc.h:
525           march in line
526         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
527         (gst_ffmpegcsp_transform):
528           have the kow come home
529         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init):
530           debug my func ptr
531         * gst/volume/gstvolume.c: (volume_set_caps):
532           add a debug
533
534 2005-08-20  Thomas Vander Stichele  <thomas at apestaart dot org>
535
536         * Makefile.am:
537         * check/.cvsignore:
538         * check/Makefile.am:
539         * check/elements/.cvsignore:
540         * check/elements/volume.c: (chain_func), (event_func),
541         (setup_volume), (cleanup_volume), (GST_START_TEST), (volume_suite),
542         (main):
543         * configure.ac:
544           add unit test structure for gst-plugins-base
545           add a test for volume
546         * gst/volume/gstvolume.c: (gst_volume_list_tracks),
547         (gst_volume_set_volume), (gst_volume_get_volume),
548         (gst_volume_set_mute), (gst_volume_class_init), (gst_volume_init),
549         (volume_funcfind), (volume_process_float), (volume_process_int16),
550         (volume_set_caps), (volume_transform), (volume_update_mute),
551         (volume_update_volume), (volume_set_property),
552         (volume_get_property):
553           document a little; use basetransform vmethod _set_caps
554
555 2005-08-19  Andy Wingo  <wingo@pobox.com>
556
557         * ext/alsa/gstalsamixertrack.h:
558         * ext/alsa/gstalsamixertrack.c:
559         * ext/alsa/gstalsamixeroptions.h:
560         * ext/alsa/gstalsamixeroptions.c:
561         * ext/alsa/gstalsamixer.h:
562         * ext/alsa/gstalsamixer.c: Port to 0.9.
563
564         * ext/alsa/Makefile.am: Build mixer, mixeroptions, mixertracks.
565         Remove gstalsa.c and alsaclock. No more cruft here.
566         
567 2005-08-18  Wim Taymans  <wim@fluendo.com>
568
569         * gst-libs/gst/rtp/gstbasertpdepayload.c:
570         (gst_base_rtp_depayload_chain),
571         (gst_base_rtp_depayload_add_to_queue),
572         (gst_base_rtp_depayload_push),
573         (gst_base_rtp_depayload_queue_release):
574         * gst-libs/gst/rtp/gstbasertpdepayload.h:
575         Fix for RTPBuffer changes.
576
577         * gst-libs/gst/rtp/gstrtpbuffer.c: (gst_rtpbuffer_allocate_data),
578         (gst_rtpbuffer_new_take_data), (gst_rtpbuffer_new_copy_data),
579         (gst_rtpbuffer_new_allocate), (gst_rtpbuffer_new_allocate_len),
580         (gst_rtpbuffer_calc_header_len), (gst_rtpbuffer_calc_packet_len),
581         (gst_rtpbuffer_calc_payload_len), (gst_rtpbuffer_validate_data),
582         (gst_rtpbuffer_validate), (gst_rtpbuffer_set_packet_len),
583         (gst_rtpbuffer_get_packet_len), (gst_rtpbuffer_get_version),
584         (gst_rtpbuffer_set_version), (gst_rtpbuffer_get_padding),
585         (gst_rtpbuffer_set_padding), (gst_rtpbuffer_pad_to),
586         (gst_rtpbuffer_get_extension), (gst_rtpbuffer_set_extension),
587         (gst_rtpbuffer_get_ssrc), (gst_rtpbuffer_set_ssrc),
588         (gst_rtpbuffer_get_csrc_count), (gst_rtpbuffer_get_csrc),
589         (gst_rtpbuffer_set_csrc), (gst_rtpbuffer_get_marker),
590         (gst_rtpbuffer_set_marker), (gst_rtpbuffer_get_payload_type),
591         (gst_rtpbuffer_set_payload_type), (gst_rtpbuffer_get_seq),
592         (gst_rtpbuffer_set_seq), (gst_rtpbuffer_get_timestamp),
593         (gst_rtpbuffer_set_timestamp), (gst_rtpbuffer_get_payload_len),
594         (gst_rtpbuffer_get_payload):
595         * gst-libs/gst/rtp/gstrtpbuffer.h:
596         Don't subclass GstBuffer but add methods and helper functions
597         to construct and manipulate RTP packets in regular GstBuffers.
598
599 2005-08-18  Stefan Kost  <ensonic@users.sf.net>
600
601         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_query):
602           moved statement below switch
603         * gst/volume/gstvolume.c: (gst_volume_class_init):
604           added debug ptr
605
606 2005-08-16  Wim Taymans  <wim@fluendo.com>
607
608         * gst-libs/gst/audio/gstbaseaudiosrc.c:
609         (gst_base_audio_src_change_state):
610         Open and close device in READY<->NULL state change.
611
612 2005-08-16  Andy Wingo  <wingo@pobox.com>
613
614         * examples/seeking/Makefile.am: Don't compile non-compiling
615         compiled objects with the compiler.
616
617         * examples/seeking/seek.c (make_dv_pipeline): Update for new DV
618         elements.
619
620 2005-08-12  Philippe Khalaf <burger@speedy.org>
621         * gst-libs/gst/rtp/gstbasertpdepayload.c:
622         * gst-libs/gst/rtp/gstbasertpdepayload.h:
623           Made a thread to release the queue.
624           Removed timestamp conversion for now.
625
626 2005-08-10  Philippe Khalaf <burger@speedy.org>
627         * gst-libs/gst/rtp/gstbasertpdepayload.c:
628         * gst-libs/gst/rtp/gstbasertpdepayload.h:
629           Added rtp timestamp -> gst timestamp conversion.
630           Fixed several problems with queue.
631
632 2005-08-09  Tim-Philipp Müller  <tim at centricular dot net>
633
634         * gst-libs/gst/audio/gstaudioclock.h:
635         * gst-libs/gst/audio/gstaudiofilter.h:
636         * gst-libs/gst/audio/gstaudiosink.h:
637         * gst-libs/gst/audio/gstaudiosrc.h:
638         * gst-libs/gst/audio/gstbaseaudiosink.h:
639         * gst-libs/gst/audio/gstbaseaudiosrc.h:
640         * gst-libs/gst/audio/gstringbuffer.h:
641         * gst-libs/gst/net/gstnetbuffer.h:
642         * gst-libs/gst/rtp/gstbasertpdepayload.h:
643         * gst-libs/gst/rtp/gstrtpbuffer.h:
644           Add padding (you will need to rebuild gst-plugins-base,
645           gst-plugins and all applications afterwards!)
646
647 2005-08-09  Tim-Philipp Müller  <tim at centricular dot net>
648
649         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk),
650         (gst_riff_parse_chunk):
651           Fix bug in debug message and add some more debug messages.
652
653 2005-08-08  Edward Hervey  <edward@fluendo.com>
654
655         * gst-libs/gst/riff/riff-media.c:
656         backported updates since branch
657
658 2005-08-08  Andy Wingo  <wingo@pobox.com>
659
660         * gst-libs/gst/audio/gstbaseaudiosink.c
661         (gst_base_audio_sink_change_state): Open the device in NULL->READY
662         like good elements should. Close on READY->NULL too.
663
664         * gst-libs/gst/audio/gstaudiosink.c
665         (gst_audioringbuffer_open_device,
666         (gst_audioringbuffer_close_device, gst_audioringbuffer_acquire)
667         (gst_audioringbuffer_release): Updates for new ring buffer API,
668         hook into the new audio sink api.
669
670         * gst-libs/gst/audio/gstaudiosink.h (GstAudioSinkClass.open)
671         (GstAudioSinkClass.close): Just open and close the device -- no
672         resource allocation or configuration.
673         (GstAudioSinkClass.prepare, GstAudioSinkClass.unprepare): New
674         vmethods, handle device setup and resource allocation.
675
676         * ext/alsa/gstalsasink.c (gst_alsasink_open, gst_alsasink_close)
677         (gst_alsasink_prepare, gst_alsasink_unprepare): Update for new
678         base class API.
679
680         * gst-libs/gst/audio/gstringbuffer.h
681         (GstRingBufferClass.open_device, GstRingBufferClass.close_device):
682         New vmethods.
683
684         * gst-libs/gst/audio/gstringbuffer.c (gst_ring_buffer_open_device)
685         (gst_ring_buffer_close_device, gst_ring_buffer_device_is_open):
686         New API functions. The device should be opened before acquiring
687         and closed after releasing.
688
689 2005-08-08  Tim-Philipp Müller  <tim at centricular dot net>
690
691         * gst-libs/gst/interfaces/mixer.h:
692           Reset padding to GST_PADDING.
693
694 2005-08-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
695
696         * gst/playback/gstplaybin.c: (remove_sinks):
697           Remove visualization from parent explicitely; works around some
698           apparent refcount issue that I haven't tracked down yet.
699
700 2005-08-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
701
702         * ext/alsa/gstalsasink.c: (set_hwparams):
703           Assign debug category, add negotiation debug msgs.
704
705 2005-08-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
706
707         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_start):
708           Fix error code for file-not-found to NOT_FOUND.
709
710 2005-08-05  Thomas Vander Stichele  <thomas at apestaart dot org>
711
712         * common/gtk-doc-plugins.mak:
713         * docs/plugins/Makefile.am:
714         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
715         * docs/plugins/gst-plugins-base-plugins-sections.txt:
716           renamed to actual element names, so much nicer to look at
717         * docs/plugins/tmpl/gstmultifdsink.sgml:
718           remove
719         * docs/plugins/tmpl/multifdsink.sgml:
720         * docs/plugins/tmpl/tcpserversink.sgml:
721           add
722         * ext/alsa/gstalsa.c:
723         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_get_property):
724         * ext/ogg/gstoggmux.c:
725         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain):
726         * gst/playback/gstdecodebin.c:
727         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init):
728         * gst/tcp/gsttcpserversink.c:
729           various fixes and documentation additions
730
731 2005-08-05  Thomas Vander Stichele  <thomas at apestaart dot org>
732
733         * common/Makefile.am:
734         * common/gstdoc-scangobj:
735         * common/gtk-doc-plugins.mak:
736         * common/gtk-doc.mak:
737           add a custom scangobj that uses the registry
738           add a custom gtk-doc-plugins.mak that uses it
739           some doc build fixes
740         * configure.ac:
741         * docs/Makefile.am:
742         * docs/plugins/Makefile.am:
743         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
744         * docs/plugins/gst-plugins-base-plugins-sections.txt:
745         * docs/plugins/gst-plugins-base-plugins.types:
746         * docs/plugins/tmpl/gstmultifdsink.sgml:
747           add docs for one element, multifdsink
748         * gst/adder/gstadder.h:
749         * gst/volume/gstvolume.h:
750           don't privatize enum
751         * gst/tcp/gstfdset.c: (gst_fdset_mode_get_type):
752         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
753         (gst_sync_method_get_type), (gst_client_status_get_type),
754         (gst_multifdsink_class_init),
755         (gst_multifdsink_client_queue_buffer),
756         (gst_multifdsink_handle_client_write):
757         * gst/tcp/gstmultifdsink.h:
758         * gst/tcp/gsttcp.h:
759         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_class_init),
760         (gst_tcpclientsink_init), (gst_tcpclientsink_setcaps),
761         (gst_tcpclientsink_render):
762         * gst/tcp/gsttcpclientsink.h:
763         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_class_init),
764         (gst_tcpclientsrc_init), (gst_tcpclientsrc_create),
765         (gst_tcpclientsrc_start):
766         * gst/tcp/gsttcpclientsrc.h:
767         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_class_init),
768         (gst_tcpserversrc_init), (gst_tcpserversrc_create):
769         * gst/tcp/gsttcpserversrc.h:
770         * gst/typefind/gsttypefindfunctions.c:
771           remove superfluous Type stuff
772
773 2005-08-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
774
775         * gst/playback/gstplaybin.c: (gen_video_element):
776           Enable videoscale.
777
778 2005-08-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
779
780         * gst-libs/gst/gconf/gconf.c:
781         * gst-libs/gst/gconf/gconf.h:
782           Fix some Andy Problem [tm].
783
784 2005-08-04  Andy Wingo  <wingo@pobox.com>
785
786         * gst/videoscale/gstvideoscale.c (gst_videoscale_get_size):
787         * gst/ffmpegcolorspace/gstffmpegcolorspace.c
788         (gst_ffmpegcsp_get_size): Adapt to API changes.
789
790         * gst/videoscale/gstvideoscale.c (gst_videoscale_transform_ip):
791         Implement an in-place do-nothing transform.
792
793 2005-08-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
794
795         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_put),
796         (gst_ximagesink_renegotiate_size):
797           Do not set new window sizes yet if we prepare a new buffer size
798           for upstream renegotiation (software scaling) at some point in the
799           future, because this new size waqs not actually accepted yet. Once
800           accepted, renegotiation later on will set the new sizes just fine.
801           Fixes a videotestsrc ! queue ! videoscale ! ximagesink xoverlay
802           embedding testcase.
803
804 2005-08-03  Andy Wingo  <wingo@pobox.com>
805
806         * sys/ximage/ximagesink.c (gst_ximagesink_renegotiate_size):
807         (gst_ximagesink_buffer_alloc): 
808         Protect the height, width, and desired_caps with the pool_lock.
809         Fixes videotestsrc ! queue ! ximagesink.
810
811 2005-08-02  Edward Hervey  <edward@fluendo.com>
812
813         * gst/volume/gstvolume.c:
814         include left from controller cleanup
815
816 2005-08-02  Jan Schmidt  <thaytan@mad.scientist.com>
817         * ext/ogg/gstoggmux.c: (gst_ogg_mux_change_state):
818           Stop collectpads before calling the parent state
819           change function on PAUSED->READY.
820
821 2005-08-01  Jan Schmidt  <thaytan@mad.scientist.com>
822         * configure.ac:
823           When testing for X libs, use the X CFlags 
824         * gst/adder/gstadder.c: (gst_adder_change_state):
825           Stop the collectpads before calling parent state change function
826           on PAUSED->READY, otherwise we deadlock deactivating pads.
827
828 2005-08-01  Stefan Kost  <ensonic@users.sf.net>
829
830         * configure.ac:
831         * docs/libs/tmpl/gstcolorbalance.sgml:
832         * docs/libs/tmpl/gstmixer.sgml:
833         * examples/Makefile.am:
834         * gst/sine/Makefile.am:
835         * gst/sine/gstsinesrc.c: (gst_sinesrc_init), (gst_sinesrc_create),
836         (gst_sinesrc_set_property), (plugin_init):
837         * gst/sine/gstsinesrc.h:
838         * gst/volume/Makefile.am:
839         * gst/volume/gstvolume.c: (gst_volume_set_volume),
840         (gst_volume_set_mute), (gst_volume_dispose), (gst_volume_init),
841         (volume_process_float), (volume_process_int16),
842         (volume_set_property), (plugin_init):
843         * gst/volume/gstvolume.h:
844           deactivate and remove dparams (libgstcontrol)
845
846 2005-07-29  Wim Taymans  <wim@fluendo.com>
847
848         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link_src):
849         Convert me to BaseTransform!! help..
850
851 2005-07-29  Andy Wingo  <wingo@pobox.com>
852
853         * ext/alsa/gstalsaplugin.c (plugin_init): We are primary audio
854         sinks.
855
856         * ext/alsa/gstalsasink.c (alsasink_sink_factory): Advertise our
857         support of both endiannesses.
858
859 2005-07-28  Tim-Philipp Müller  <tim at centricular dot net>
860
861         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
862           Fix confusing debug message (s/event/query/)
863
864 2005-07-28  Tim-Philipp Müller  <tim at centricular dot net>
865
866         * gst/videotestsrc/videotestsrc.h:
867           Use "_stdint.h" instead of <stdint.h>
868
869 2005-07-27  Wim Taymans  <wim@fluendo.com>
870
871         * ext/vorbis/Makefile.am:
872         Revert wrong commit.
873
874 2005-07-27  Wim Taymans  <wim@fluendo.com>
875
876         * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_event):
877         More compilation fixen.
878
879 2005-07-27  Wim Taymans  <wim@fluendo.com>
880
881         * gst-libs/gst/audio/gstbaseaudiosink.c:
882         (gst_base_audio_sink_event), (gst_base_audio_sink_render),
883         (gst_base_audio_sink_create_ringbuffer),
884         (gst_base_audio_sink_change_state):
885         Fix compilation.
886
887 2005-07-27  Wim Taymans  <wim@fluendo.com>
888
889         * examples/seeking/seek.c: (setup_dynamic_link),
890         (make_dv_pipeline), (make_vorbis_theora_pipeline), (query_rates),
891         (query_positions_elems), (query_positions_pads), (do_seek):
892         Update seek example.
893
894         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_event),
895         (gst_ogg_pad_typefind), (gst_ogg_demux_chain_elem_pad),
896         (gst_ogg_demux_queue_data), (gst_ogg_demux_chain_peer),
897         (gst_ogg_pad_submit_packet), (gst_ogg_pad_submit_page),
898         (gst_ogg_demux_handle_event),
899         (gst_ogg_demux_deactivate_current_chain),
900         (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek),
901         (gst_ogg_demux_collect_chain_info), (gst_ogg_demux_collect_info),
902         (gst_ogg_demux_chain), (gst_ogg_demux_send_event),
903         (gst_ogg_demux_loop):
904         * ext/ogg/gstoggmux.c: (gst_ogg_mux_collected):
905         * ext/theora/theoradec.c: (theora_dec_src_event),
906         (theora_dec_src_getcaps), (theora_dec_sink_event),
907         (theora_dec_push), (theora_dec_chain):
908         * ext/vorbis/Makefile.am:
909         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_event),
910         (vorbis_dec_sink_event), (vorbis_dec_push),
911         (vorbis_handle_data_packet):
912         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_sink_event),
913         (gst_vorbisenc_chain):
914         * gst/playback/gststreaminfo.c: (cb_probe):
915         * gst/subparse/gstsubparse.c: (gst_subparse_src_event):
916         * gst/videorate/gstvideorate.c: (gst_videorate_event):
917         * gst/videoscale/gstvideoscale.c:
918         (gst_videoscale_handle_src_event):
919         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_event):
920         * sys/ximage/ximagesink.c: (gst_ximagesink_show_frame),
921         (gst_ximagesink_navigation_send_event):
922         * sys/xvimage/xvimagesink.c:
923         (gst_xvimagesink_navigation_send_event):
924         Various event updates and cleanups
925
926 2005-07-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
927
928         * gst/videoscale/gstvideoscale.c: (gst_videoscale_prepare_images):
929           Fix segfault for I420/YV12.
930
931 2005-07-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
932
933         * ext/vorbis/vorbisdec.c: (vorbis_handle_comment_packet):
934           Report bitrate.
935
936 2005-07-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
937
938         * gst/playback/gstplaybin.c: (gen_video_element),
939         (gen_audio_element):
940           Switch to auto*sink elements as default sinks; add volume element
941           so that volume control in totem works.
942
943 2005-07-21  Wim Taymans  <wim@fluendo.com>
944
945         * gst/playback/gstplaybasebin.c: (gen_preroll_element):
946         * gst/playback/gstplaybin.c: (setup_sinks),
947         (gst_play_bin_change_state):
948         Refcount fix and more comments.
949
950 2005-07-21  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
951
952         * sys/ximage/Makefile.am:
953         * sys/ximage/ximage.c: (plugin_init):
954         * sys/ximage/ximagesink.c:
955         Prepare for adding ximagesrc, rename of plugin to ximage etc.
956         
957
958 2005-07-21  Wim Taymans  <wim@fluendo.com>
959
960         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_event),
961         (gst_ogg_pad_internal_chain), (gst_ogg_pad_typefind),
962         (gst_ogg_demux_chain_elem_pad), (gst_ogg_demux_queue_data),
963         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
964         (gst_ogg_pad_submit_page), (gst_ogg_chain_new),
965         (gst_ogg_demux_init), (gst_ogg_demux_activate_chain),
966         (gst_ogg_demux_perform_seek), (gst_ogg_demux_collect_chain_info),
967         (gst_ogg_demux_collect_info), (gst_ogg_demux_chain),
968         (gst_ogg_demux_send_event), (gst_ogg_demux_loop):
969         Generate correct disconts for live chained oggs.
970
971         * gst-libs/gst/audio/gstbaseaudiosink.c:
972         (gst_base_audio_sink_render),
973         (gst_base_audio_sink_create_ringbuffer),
974         (gst_base_audio_sink_change_state):
975         Handle discont math correctly.
976
977         * gst/playback/gstplaybin.c: (add_sink):
978         Some small debug cleanup.
979
980 2005-07-21  Wim Taymans  <wim@fluendo.com>
981
982         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_init), (gst_ogg_pad_event),
983         (gst_ogg_pad_internal_chain), (gst_ogg_pad_typefind),
984         (gst_ogg_demux_chain_elem_pad), (gst_ogg_demux_queue_data),
985         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
986         (gst_ogg_pad_submit_page), (gst_ogg_chain_new),
987         (gst_ogg_demux_init), (gst_ogg_demux_deactivate_current_chain),
988         (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek),
989         (gst_ogg_demux_read_chain), (gst_ogg_demux_find_pad),
990         (gst_ogg_demux_collect_chain_info), (gst_ogg_demux_collect_info),
991         (gst_ogg_demux_find_chains), (gst_ogg_demux_chain),
992         (gst_ogg_demux_send_event), (gst_ogg_demux_loop),
993         (gst_ogg_demux_change_state), (gst_ogg_print):
994         Reorganize code to send the right disconts when in streaming
995         mode.
996
997 2005-07-20  Andy Wingo  <wingo@pobox.com>
998
999         * gst/videoscale/vs_image.c (vs_image_scale_nearest_YUYV): Typo
1000         fix (?), fixes a seggie mcfalterson (#310894).
1001
1002 2005-07-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
1003
1004         * ext/ogg/gstoggmux.c: (gst_ogg_mux_get_headers),
1005         (gst_ogg_mux_set_header_on_caps):
1006         * ext/theora/theoraenc.c: (theora_set_header_on_caps):
1007         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_set_header_on_caps):
1008         * ext/vorbis/vorbisparse.c: (vorbis_parse_set_header_on_caps):
1009         * gst-libs/gst/audio/multichannel.c:
1010         (gst_audio_set_channel_positions),
1011         (gst_audio_set_structure_channel_positions_list):
1012         * gst/playback/gstdecodebin.c: (dynamic_create):
1013         * gst/playback/gstplaybasebin.c: (setup_source), (mute_group_type):
1014         * gst/playback/gststreaminfo.c: (gst_stream_info_set_mute):
1015           Fixes for API changes in core.
1016
1017 2005-07-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
1018
1019         * gst/playback/gstplaybasebin.c: (fill_buffer):
1020           Use _new_custom() so we can set custom message types for buffering
1021           messages.
1022
1023 2005-07-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
1024
1025         * configure.ac:
1026         * gst-libs/gst/Makefile.am:
1027         * gst-libs/gst/gconf/.cvsignore:
1028         * gst-libs/gst/gconf/Makefile.am:
1029         * gst-libs/gst/gconf/test-gconf.c:
1030         * pkgconfig/Makefile.am:
1031         * pkgconfig/gstreamer-gconf-uninstalled.pc.in:
1032         * pkgconfig/gstreamer-gconf.pc.in:
1033           Remove gconf stuff, use gconf elements instead from now on.
1034
1035 2005-07-20  Wim Taymans  <wim@fluendo.com>
1036
1037         * gst-libs/gst/audio/TODO:
1038         * gst-libs/gst/audio/gstaudioclock.c: (gst_audio_clock_init),
1039         (gst_audio_clock_get_internal_time):
1040         * gst-libs/gst/audio/gstaudioclock.h:
1041         * gst-libs/gst/audio/gstbaseaudiosink.c:
1042         (gst_base_audio_sink_init), (gst_base_audio_sink_dispose),
1043         (gst_base_audio_sink_get_time), (gst_base_audio_sink_event),
1044         (gst_base_audio_sink_render),
1045         (gst_base_audio_sink_create_ringbuffer),
1046         (gst_base_audio_sink_change_state):
1047         Make sure the audio clock always returns an increasing value.
1048
1049 2005-07-19  Andy Wingo  <wingo@pobox.com>
1050
1051         * gst/videotestsrc/: Cleanups.
1052
1053 2005-07-19  Wim Taymans  <wim@fluendo.com>
1054
1055         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_create):
1056         Better debugging.
1057
1058 2005-07-19  Wim Taymans  <wim@fluendo.com>
1059
1060         * examples/seeking/seek.c: (make_dv_pipeline),
1061         (make_vorbis_theora_pipeline), (query_rates),
1062         (query_positions_elems), (query_positions_pads), (do_seek):
1063         Make correct DV pipeline.
1064
1065 2005-07-18  Andy Wingo  <wingo@pobox.com>
1066
1067         * configure.ac (DEFAULT_AUDIOSINK, DEFAULT_AUDIOSRC): Use alsa by
1068         default. Also because it's the only thing that really works. (This
1069         is used in the GConf elements).
1070         Use AS_LIBTOOL_TAGS.
1071
1072 2005-07-18  Wim Taymans  <wim@fluendo.com>
1073
1074         * gst/playback/gstdecodebin.c: (remove_element_chain):
1075         * gst/playback/gstplaybin.c: (add_sink):
1076         * gst/playback/gststreaminfo.c: (gst_stream_info_dispose),
1077         (gst_stream_info_set_mute):
1078         * gst/playback/gststreamselector.c:
1079         (gst_stream_selector_get_linked_pad),
1080         (gst_stream_selector_getcaps), (gst_stream_selector_chain):
1081         More leak and compile fixes.
1082
1083 2005-07-18  Wim Taymans  <wim@fluendo.com>
1084
1085         * examples/seeking/seek.c: (make_vorbis_theora_pipeline),
1086         (query_rates), (query_positions_elems), (query_positions_pads),
1087         (do_seek), (seek_cb), (stop_seek):
1088         Updated seek example. 
1089
1090         * gst/playback/gstdecodebin.c: (remove_element_chain), (unlinked):
1091         * gst/playback/gstplaybasebin.c: (queue_threshold_reached),
1092         (queue_out_of_data), (gen_preroll_element), (new_decoded_pad):
1093         * gst/playback/gstplaybin.c: (add_sink):
1094         * gst/playback/gststreaminfo.c: (gst_stream_info_dispose),
1095         (gst_stream_info_set_mute):
1096         Some refcount leak fixes.
1097
1098 2005-07-16  Wim Taymans  <wim@fluendo.com>
1099
1100         * gst-libs/gst/audio/gstbaseaudiosink.c:
1101         (gst_base_audio_sink_render):
1102         Align samples even if we have roundoff errors in the 
1103         timestamp conversion.
1104
1105 2005-07-16  Wim Taymans  <wim@fluendo.com>
1106
1107         * docs/libs/tmpl/gstringbuffer.sgml:
1108         * examples/seeking/seek.c: (make_vorbis_theora_pipeline),
1109         (query_rates), (query_positions_elems), (query_positions_pads),
1110         (update_scale), (do_seek):
1111         Updated seek example.
1112
1113         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
1114         (gst_ogg_pad_submit_page), (gst_ogg_demux_activate_chain),
1115         (gst_ogg_demux_find_chains), (gst_ogg_demux_send_event),
1116         (gst_ogg_demux_loop):
1117         Push out correct discont values.
1118
1119         * ext/theora/theoradec.c: (theora_dec_src_convert),
1120         (theora_dec_sink_convert), (theora_dec_src_getcaps),
1121         (theora_dec_sink_event), (theora_handle_type_packet),
1122         (theora_handle_header_packet), (theora_dec_push),
1123         (theora_handle_data_packet), (theora_dec_chain),
1124         (theora_dec_change_state):
1125         Better timestamping.
1126
1127         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
1128         (vorbis_dec_sink_event), (vorbis_dec_push),
1129         (vorbis_handle_data_packet), (vorbis_dec_chain):
1130         * ext/vorbis/vorbisdec.h:
1131         Better timestamping.
1132
1133         * gst-libs/gst/audio/gstbaseaudiosink.c:
1134         (gst_base_audio_sink_get_time), (gst_base_audio_sink_get_times),
1135         (gst_base_audio_sink_event), (gst_base_audio_sink_render):
1136         Handle syncing on timestamps instead of sample offsets. Make
1137         use of DISCONT values as described in design docs.
1138
1139         * gst-libs/gst/audio/gstbaseaudiosrc.c:
1140         (gst_base_audio_src_get_time):
1141         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_acquire),
1142         (gst_ring_buffer_set_sample), (gst_ring_buffer_commit),
1143         (gst_ring_buffer_read):
1144         * gst-libs/gst/audio/gstringbuffer.h:
1145         * sys/ximage/ximagesink.c: (gst_ximagesink_get_times),
1146         (gst_ximagesink_show_frame):
1147         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_times):
1148         Correcly convert buffer timestamp to stream time.
1149
1150 2005-07-16  Wim Taymans  <wim@fluendo.com>
1151
1152         * gst/audioconvert/gstaudioconvert.c:
1153         (gst_audio_convert_get_buffer):
1154         Timestamp buffers correctly.
1155
1156         * gst/playback/gstplaybin.c: (gen_video_element):
1157         Make internal fakesink silent.
1158
1159 2005-07-15  Wim Taymans  <wim@fluendo.com>
1160
1161         * gst/ffmpegcolorspace/Makefile.am:
1162         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
1163         (gst_ffmpegcsp_caps_remove_format_info),
1164         (gst_ffmpegcsp_transform_caps), (gst_ffmpegcsp_set_caps),
1165         (gst_ffmpegcsp_get_type), (gst_ffmpegcsp_class_init),
1166         (gst_ffmpegcsp_init), (gst_ffmpegcsp_get_size),
1167         (gst_ffmpegcsp_transform_ip), (gst_ffmpegcsp_transform):
1168         Ported ffmpegcolorspace to basetransform.
1169
1170         * gst/videoscale/gstvideoscale.c: (gst_videoscale_transform):
1171         * gst/volume/gstvolume.c: (volume_transform):
1172         Ported to new API.
1173
1174 2005-07-14  Wim Taymans  <wim@fluendo.com>
1175
1176         * gst/videotestsrc/Makefile.am:
1177         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get_type),
1178         (gst_videotestsrc_class_init), (gst_videotestsrc_negotiate),
1179         (gst_videotestsrc_setcaps), (gst_videotestsrc_getcaps),
1180         (gst_videotestsrc_init), (gst_videotestsrc_event),
1181         (gst_videotestsrc_create), (gst_videotestsrc_start),
1182         (gst_videotestsrc_stop), (gst_videotestsrc_get_times),
1183         (gst_videotestsrc_set_pattern), (gst_videotestsrc_set_property),
1184         (gst_videotestsrc_get_property):
1185         * gst/videotestsrc/gstvideotestsrc.h:
1186         Make videotestsrc a pushsrc.
1187
1188 2005-07-14  Wim Taymans  <wim@fluendo.com>
1189
1190         * gst/tcp/gstfdset.c: (gst_fdset_free):
1191         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_init),
1192         (gst_multifdsink_add), (gst_multifdsink_remove),
1193         (gst_multifdsink_clear), (gst_multifdsink_get_stats),
1194         (gst_multifdsink_remove_client_link),
1195         (gst_multifdsink_client_queue_data),
1196         (gst_multifdsink_client_queue_caps),
1197         (gst_multifdsink_client_queue_buffer),
1198         (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients),
1199         (gst_multifdsink_stop):
1200         * gst/tcp/gstmultifdsink.h:
1201         0.8 backporting.
1202
1203         * sys/ximage/ximagesink.c: (gst_ximagesink_show_frame):
1204         Also draw image when not from a pool.
1205
1206 2005-07-14  Wim Taymans  <wim@fluendo.com>
1207
1208         * gst/playback/gstplaybasebin.c: (check_queue), (probe_triggered),
1209         (mute_stream), (silence_stream):
1210         Small debug additions.
1211
1212 2005-07-14  Wim Taymans  <wim@fluendo.com>
1213
1214         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose),
1215         (gst_ogg_pad_submit_packet), (gst_ogg_pad_submit_page),
1216         (gst_ogg_demux_activate_chain), (gst_ogg_demux_loop):
1217         Better error recovery, ignore unconnected pads and
1218         non-fatal errors.
1219
1220 2005-07-14  Thomas Vander Stichele  <thomas at apestaart dot org>
1221
1222         * docs/libs/tmpl/gstaudio.sgml:
1223         * docs/libs/tmpl/gstcolorbalance.sgml:
1224         * docs/libs/tmpl/gstgconf.sgml:
1225         * docs/libs/tmpl/gstmixer.sgml:
1226         * docs/libs/tmpl/gstringbuffer.sgml:
1227         * docs/libs/tmpl/gsttuner.sgml:
1228         * gst-libs/gst/audio/gstbaseaudiosrc.c:
1229         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get_type),
1230         (gst_tcpclientsrc_class_init):
1231         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_get_type),
1232         (gst_tcpserversrc_class_init):
1233         * sys/v4l/gstv4lelement.c:
1234           more autistic cleanliness in functions/names/defines
1235
1236 2005-07-13  Thomas Vander Stichele  <thomas at apestaart dot org>
1237
1238         * configure.ac:
1239           make GST_PLUGIN_LDFLAGS only be flags; GST_LIBS should be
1240           added manually to each Makefile.am so we are sure it goes
1241           *last* and doesn't add -L flags before linking in libs of our
1242           own, like, say, internal .la libs, that then accidentally pick
1243           up the installed copy.
1244         * docs/libs/Makefile.am:
1245         * ext/alsa/Makefile.am:
1246         * ext/cdparanoia/Makefile.am:
1247         * ext/gnomevfs/Makefile.am:
1248         * ext/libvisual/Makefile.am:
1249         * ext/ogg/Makefile.am:
1250         * ext/theora/Makefile.am:
1251         * ext/vorbis/Makefile.am:
1252         * gst-libs/gst/video/Makefile.am:
1253         * gst/adder/Makefile.am:
1254         * gst/audioconvert/Makefile.am:
1255         * gst/audiorate/Makefile.am:
1256         * gst/audioscale/Makefile.am:
1257         * gst/ffmpegcolorspace/Makefile.am:
1258         * gst/playback/Makefile.am:
1259         * gst/sine/Makefile.am:
1260         * gst/subparse/Makefile.am:
1261         * gst/tags/Makefile.am:
1262         * gst/tcp/Makefile.am:
1263         * gst/typefind/Makefile.am:
1264         * gst/videorate/Makefile.am:
1265         * gst/videoscale/Makefile.am:
1266         * gst/videotestsrc/Makefile.am:
1267         * gst/volume/Makefile.am:
1268         * sys/v4l/Makefile.am:
1269         * sys/ximage/Makefile.am:
1270         * sys/xvimage/Makefile.am:
1271           adapt properly to this change. This should make sure that
1272           plugins and libs properly link to the as-yet-uninstalled
1273           copies of stuff like libgstinterfaces and libgstvideo
1274
1275 2005-07-13  Andy Wingo  <wingo@pobox.com>
1276
1277         * sys/v4l/gstv4lsrc.c (gst_v4lsrc_stop): Fix a spurious warning.
1278         (gst_v4lsrc_fixate): Fixate on format as well.
1279
1280         * sys/xvimage/xvimagesink.c (gst_xvimage_buffer_destroy) 
1281         (gst_xvimagesink_xvimage_new): Ref the xvimagesink while the
1282         buffer points to it.
1283         (gst_xvimagesink_check_xshm_calls): Don't use our xvimage buffer,
1284         rather just doing X calls ourselves. Also fixes a memleak.
1285
1286 2005-07-12  Andy Wingo  <wingo@pobox.com>
1287
1288         * sys/v4l/gstv4lsrc.c (gst_v4lsrc_get_property) 
1289         (gst_v4lsrc_set_property, gst_v4lsrc_class_init, gst_v4lsrc_init) 
1290         (gst_v4lsrc_create): Re-add the copy-mode property, default to
1291         TRUE to avoid deadlocks if an element holds on to our buffers.
1292
1293 2005-07-11  Thomas Vander Stichele  <thomas at apestaart dot org>
1294
1295         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
1296         (gst_sinesrc_init), (gst_sinesrc_create),
1297         (gst_sinesrc_set_property), (gst_sinesrc_get_property),
1298         (gst_sinesrc_start):
1299         * gst/sine/gstsinesrc.h:
1300           removing num-buffers property before moving it
1301
1302 2005-07-10  Thomas Vander Stichele  <thomas at apestaart dot org>
1303
1304         * configure.ac:
1305           use overridable ERROR_CFLAGS
1306         * docs/libs/gst-plugins-base-libs.types:
1307         * docs/libs/tmpl/gstringbuffer.sgml:
1308         * ext/alsa/gstalsasink.c: (gst_alsasink_get_type),
1309         (gst_alsasink_class_init):
1310         * ext/alsa/gstalsasrc.c: (gst_alsasrc_get_type),
1311         (gst_alsasrc_class_init):
1312         * gst-libs/gst/audio/audio.h:
1313         * gst-libs/gst/audio/gstaudioclock.h:
1314         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audio_filter_get_type),
1315         (gst_audio_filter_base_init), (gst_audio_filter_class_init),
1316         (gst_audio_filter_link), (gst_audio_filter_init),
1317         (gst_audio_filter_chain), (gst_audio_filter_set_property),
1318         (gst_audio_filter_get_property),
1319         (gst_audio_filter_class_add_pad_templates):
1320         * gst-libs/gst/audio/gstaudiofilter.h:
1321         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
1322         (gst_audio_filter_template_get_type),
1323         (gst_audio_filter_template_base_init),
1324         (gst_audio_filter_template_class_init),
1325         (gst_audio_filter_template_init),
1326         (gst_audio_filter_template_set_property),
1327         (gst_audio_filter_template_get_property), (plugin_init),
1328         (gst_audio_filter_template_setup),
1329         (gst_audio_filter_template_filter),
1330         (gst_audio_filter_template_filter_inplace):
1331         * gst-libs/gst/audio/gstaudiosink.c:
1332         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
1333         (audioringbuffer_thread_func), (gst_audioringbuffer_acquire),
1334         (gst_audioringbuffer_release), (gst_audioringbuffer_start),
1335         (gst_audioringbuffer_stop), (gst_audioringbuffer_delay),
1336         (gst_audio_sink_base_init), (gst_audio_sink_class_init),
1337         (gst_audio_sink_init), (gst_audio_sink_create_ringbuffer):
1338         * gst-libs/gst/audio/gstaudiosink.h:
1339         * gst-libs/gst/audio/gstaudiosrc.c: (gst_audioringbuffer_get_type),
1340         (gst_audioringbuffer_class_init), (audioringbuffer_thread_func),
1341         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
1342         (gst_audioringbuffer_start), (gst_audioringbuffer_stop),
1343         (gst_audioringbuffer_delay), (gst_audio_src_base_init),
1344         (gst_audio_src_class_init), (gst_audio_src_init),
1345         (gst_audio_src_create_ringbuffer):
1346         * gst-libs/gst/audio/gstaudiosrc.h:
1347         * gst-libs/gst/audio/gstbaseaudiosink.c:
1348         (gst_base_audio_sink_base_init), (gst_base_audio_sink_class_init),
1349         (gst_base_audio_sink_init), (gst_base_audio_sink_dispose),
1350         (gst_base_audio_sink_get_clock), (gst_base_audio_sink_get_time),
1351         (gst_base_audio_sink_set_property),
1352         (gst_base_audio_sink_get_property), (gst_base_audio_sink_setcaps),
1353         (gst_base_audio_sink_get_times), (gst_base_audio_sink_event),
1354         (gst_base_audio_sink_preroll), (gst_base_audio_sink_render),
1355         (gst_base_audio_sink_create_ringbuffer),
1356         (gst_base_audio_sink_callback), (gst_base_audio_sink_change_state):
1357         * gst-libs/gst/audio/gstbaseaudiosink.h:
1358         * gst-libs/gst/audio/gstbaseaudiosrc.c:
1359         (gst_base_audio_src_base_init), (gst_base_audio_src_class_init),
1360         (gst_base_audio_src_init), (gst_base_audio_src_get_clock),
1361         (gst_base_audio_src_get_time), (gst_base_audio_src_set_property),
1362         (gst_base_audio_src_get_property), (gst_base_audio_src_fixate),
1363         (gst_base_audio_src_setcaps), (gst_base_audio_src_get_times),
1364         (gst_base_audio_src_event), (gst_base_audio_src_create),
1365         (gst_base_audio_src_create_ringbuffer),
1366         (gst_base_audio_src_callback), (gst_base_audio_src_change_state):
1367         * gst-libs/gst/audio/gstbaseaudiosrc.h:
1368         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_get_type),
1369         (gst_ring_buffer_class_init), (gst_ring_buffer_init),
1370         (gst_ring_buffer_dispose), (gst_ring_buffer_finalize),
1371         (gst_ring_buffer_debug_spec_caps),
1372         (gst_ring_buffer_debug_spec_buff), (gst_ring_buffer_parse_caps),
1373         (gst_ring_buffer_set_callback), (gst_ring_buffer_acquire),
1374         (gst_ring_buffer_release), (gst_ring_buffer_is_acquired),
1375         (gst_ring_buffer_start), (gst_ring_buffer_pause),
1376         (gst_ring_buffer_stop), (gst_ring_buffer_delay),
1377         (gst_ring_buffer_samples_done), (gst_ring_buffer_set_sample),
1378         (wait_segment), (gst_ring_buffer_commit), (gst_ring_buffer_read),
1379         (gst_ring_buffer_prepare_read), (gst_ring_buffer_advance),
1380         (gst_ring_buffer_clear):
1381         * gst-libs/gst/audio/gstringbuffer.h:
1382         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init),
1383         (gst_video_sink_class_init), (gst_video_sink_get_type):
1384         * gst-libs/gst/video/videosink.h:
1385         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_get_type),
1386         (gst_multifdsink_class_init),
1387         (gst_multifdsink_handle_client_write),
1388         (gst_multifdsink_change_state):
1389         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_class_init),
1390         (gst_tcpclientsink_setcaps):
1391         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
1392         (gst_ximagesink_getcaps), (gst_ximagesink_setcaps),
1393         (gst_ximagesink_change_state), (gst_ximagesink_show_frame),
1394         (gst_ximagesink_buffer_free), (gst_ximagesink_buffer_alloc),
1395         (gst_ximagesink_send_pending_navigation),
1396         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_get_desired_size),
1397         (gst_ximagesink_class_init), (gst_ximagesink_get_type):
1398         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_getcaps),
1399         (gst_xvimagesink_setcaps), (gst_xvimagesink_change_state),
1400         (gst_xvimagesink_show_frame), (gst_xvimagesink_buffer_alloc),
1401         (gst_xvimagesink_send_pending_navigation),
1402         (gst_xvimagesink_navigation_send_event),
1403         (gst_xvimagesink_set_xwindow_id),
1404         (gst_xvimagesink_get_desired_size), (gst_xvimagesink_class_init),
1405         (gst_xvimagesink_get_type):
1406         more macro splitting
1407
1408 2005-07-08  Thomas Vander Stichele  <thomas at apestaart dot org>
1409
1410         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose):
1411           plug a memleak, allows me to import 1479 albums in one go
1412           in jamboree
1413         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
1414         (vorbis_handle_type_packet), (vorbis_dec_chain),
1415         (vorbis_dec_change_state):
1416           fix some format strings
1417
1418 2005-07-08  Thomas Vander Stichele  <thomas at apestaart dot org>
1419
1420         * docs/libs/tmpl/gstcolorbalance.sgml:
1421         * docs/libs/tmpl/gstmixer.sgml:
1422         * ext/alsa/gstalsasink.c: (gst_alsasink_class_init),
1423         (gst_alsasink_set_property), (gst_alsasink_get_property):
1424         * ext/alsa/gstalsasrc.c: (gst_alsasrc_class_init),
1425         (gst_alsasrc_set_property), (gst_alsasrc_get_property):
1426           add device property
1427
1428 2005-07-08  Thomas Vander Stichele  <thomas at apestaart dot org>
1429
1430         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
1431         * ext/gnomevfs/gstgnomevfssrc.c: (audiocast_init),
1432         (audiocast_register_listener), (audiocast_thread_run),
1433         (gst_gnomevfssrc_send_additional_headers_callback),
1434         (gst_gnomevfssrc_received_headers_callback),
1435         (gst_gnomevfssrc_push_callbacks), (gst_gnomevfssrc_pop_callbacks),
1436         (gst_gnomevfssrc_get_icy_metadata), (gst_gnomevfssrc_create),
1437         (gst_gnomevfssrc_get_size):
1438           add/clean up debugging
1439         * gst/audiorate/gstaudiorate.c: (gst_audiorate_init):
1440           cleanups
1441
1442 2005-07-07  Andy Wingo  <wingo@pobox.com>
1443
1444         * sys/v4l/gstv4lsrc.c (gst_v4lsrc_fixate): Also fixate the
1445         framerate. Need to get a handle on when exactly this function is
1446         called, tho.
1447
1448         * sys/v4l/v4lsrc_calls.h:
1449         * sys/v4l/v4lsrc_calls.c: Remove sync-related stuff.
1450         (gst_v4lsrc_get_fps_list): Moved here from gstv4lsrc.c.
1451         (gst_v4lsrc_buffer_new): Totally derive from GstBuffer.
1452
1453         * sys/v4l/v4l_calls.h: Cast to V4lElement.
1454         * sys/v4l/v4l_calls.c: Header loc fixen, don't load mjpeg, all
1455         v4lelements are sources.
1456
1457         * sys/v4l/gstv4lxoverlay.h:
1458         * sys/v4l/gstv4lxoverlay.c:
1459         * sys/v4l/gstv4ltuner.h:
1460         * sys/v4l/gstv4ltuner.c: Header loc fixen.
1461         
1462         * sys/v4l/gstv4lsrc.h:
1463         * sys/v4l/gstv4lsrc.c: Crucial GPL update. Clean up a bit, port to
1464         PushSrc/BaseSrc. Removed most sync-related properties, videorate
1465         or something should handle that. Made a live source.
1466
1467         * sys/v4l/gstv4lelement.h:
1468         * sys/v4l/gstv4lelement.c: Derive from GstPushSrc. No more
1469         signals. Some cleanups.
1470
1471         * sys/v4l/gstv4lcolorbalance.h: Interface header update.
1472
1473         * sys/v4l/gstv4l.c: Don't register v4lelement, or the jpeg/mjpeg
1474         stuff.
1475
1476         * sys/v4l/Makefile.am: Build everything except the jpeg/mjpeg
1477         stuff.
1478
1479         * sys/Makefile.am (SUBDIRS): Hit the V4L crack pipe.
1480
1481 2005-07-07  Wim Taymans  <wim@fluendo.com>
1482
1483         * ext/theora/theoradec.c: (theora_get_query_types),
1484         (theora_dec_src_getcaps), (theora_dec_push):
1485         * ext/vorbis/vorbisdec.c: (vorbis_get_query_types):
1486         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_get_query_types):
1487         Remove deprecated/unused query types.
1488
1489 2005-07-06  Wim Taymans  <wim@fluendo.com>
1490
1491         * ext/alsa/Makefile.am:
1492         * ext/alsa/gstalsaplugin.c: (plugin_init):
1493         * ext/alsa/gstalsasink.c: (gst_alsasink_open):
1494         * ext/alsa/gstalsasrc.c: (gst_alsasrc_get_type),
1495         (gst_alsasrc_dispose), (gst_alsasrc_base_init),
1496         (gst_alsasrc_class_init), (gst_alsasrc_init),
1497         (gst_alsasrc_getcaps), (set_hwparams), (set_swparams),
1498         (alsasrc_parse_spec), (gst_alsasrc_open), (gst_alsasrc_close),
1499         (xrun_recovery), (gst_alsasrc_read), (gst_alsasrc_delay),
1500         (gst_alsasrc_reset):
1501         * ext/alsa/gstalsasrc.h:
1502         * gst-libs/gst/audio/Makefile.am:
1503         * gst-libs/gst/audio/gstaudiosink.c:
1504         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
1505         (gst_audioringbuffer_start):
1506         * gst-libs/gst/audio/gstaudiosrc.c: (gst_audioringbuffer_get_type),
1507         (gst_audioringbuffer_class_init), (audioringbuffer_thread_func),
1508         (gst_audioringbuffer_init), (gst_audioringbuffer_dispose),
1509         (gst_audioringbuffer_finalize), (gst_audioringbuffer_acquire),
1510         (gst_audioringbuffer_release), (gst_audioringbuffer_start),
1511         (gst_audioringbuffer_stop), (gst_audioringbuffer_delay),
1512         (gst_audiosrc_base_init), (gst_audiosrc_class_init),
1513         (gst_audiosrc_init), (gst_audiosrc_create_ringbuffer):
1514         * gst-libs/gst/audio/gstaudiosrc.h:
1515         * gst-libs/gst/audio/gstbaseaudiosink.c:
1516         (gst_baseaudiosink_class_init), (gst_baseaudiosink_dispose),
1517         (gst_baseaudiosink_get_time), (gst_baseaudiosink_setcaps),
1518         (gst_baseaudiosink_preroll), (gst_baseaudiosink_render):
1519         * gst-libs/gst/audio/gstbaseaudiosrc.c:
1520         (gst_baseaudiosrc_base_init), (gst_baseaudiosrc_class_init),
1521         (gst_baseaudiosrc_init), (gst_baseaudiosrc_get_clock),
1522         (gst_baseaudiosrc_get_time), (gst_baseaudiosrc_set_property),
1523         (gst_baseaudiosrc_get_property), (gst_baseaudiosrc_fixate),
1524         (gst_baseaudiosrc_setcaps), (gst_baseaudiosrc_get_times),
1525         (gst_baseaudiosrc_event), (gst_baseaudiosrc_create),
1526         (gst_baseaudiosrc_create_ringbuffer), (gst_baseaudiosrc_callback),
1527         (gst_baseaudiosrc_change_state):
1528         * gst-libs/gst/audio/gstbaseaudiosrc.h:
1529         * gst-libs/gst/audio/gstringbuffer.c: (build_linear_format),
1530         (gst_ringbuffer_debug_spec_caps), (gst_ringbuffer_debug_spec_buff),
1531         (gst_ringbuffer_parse_caps), (gst_ringbuffer_start),
1532         (gst_ringbuffer_pause), (gst_ringbuffer_stop),
1533         (gst_ringbuffer_samples_done), (gst_ringbuffer_set_sample),
1534         (wait_segment), (gst_ringbuffer_commit), (gst_ringbuffer_read),
1535         (gst_ringbuffer_prepare_read), (gst_ringbuffer_advance):
1536         * gst-libs/gst/audio/gstringbuffer.h:
1537         Added audiosource base classes.
1538         Ported alsasrc, still very basic.
1539
1540 2005-07-06  Wim Taymans  <wim@fluendo.com>
1541
1542         * ext/theora/theoradec.c: (theora_dec_src_getcaps),
1543         (theora_dec_push), (theora_handle_data_packet):
1544         Prepare for better timestamp fix later.
1545
1546         * gst/audioconvert/gstaudioconvert.c:
1547         List most accurate caps first
1548
1549         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_loop):
1550         Use proper pad task function.
1551
1552         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
1553         (gst_xvimagesink_show_frame):
1554         Fix deadlock when alloc failed.
1555
1556 2005-07-05  Andy Wingo  <wingo@pobox.com>
1557
1558         * ext/gnomevfs/gstgnomevfssrc.c:
1559         * gst/sine/gstsinesrc.c:
1560         * gst/tcp/gsttcpserversrc.c:
1561         * gst/tcp/gsttcpclientsrc.c: s/BASESRC/BASE_SRC/.
1562
1563         * sys/v4l/: Port from 0.8.
1564
1565         * Many files: Null if we got it....
1566
1567 2005-07-05  Andy Wingo  <wingo@pobox.com>
1568
1569         * gst/tcp/gsttcpserversink.c (gst_tcpserversink_handle_server_read): 
1570         * gst/tcp/gstmultifdsink.c (gst_multifdsink_client_queue_data):
1571         Signedness fixes.
1572
1573 2005-07-05  Wim Taymans  <wim@fluendo.com>
1574
1575         * configure.ac:
1576         * gst/tcp/Makefile.am:
1577         * gst/tcp/README:
1578         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_get_type),
1579         (gst_multifdsink_base_init), (gst_multifdsink_class_init),
1580         (gst_multifdsink_init), (gst_multifdsink_remove_client_link),
1581         (is_sync_frame), (gst_multifdsink_handle_client_write),
1582         (gst_multifdsink_render), (gst_multifdsink_start),
1583         (gst_multifdsink_stop), (gst_multifdsink_change_state):
1584         * gst/tcp/gstmultifdsink.h:
1585         * gst/tcp/gsttcp.c: (gst_tcp_host_to_ip),
1586         (gst_tcp_gdp_read_buffer), (gst_tcp_gdp_read_caps),
1587         (gst_tcp_gdp_write_buffer), (gst_tcp_gdp_write_caps):
1588         * gst/tcp/gsttcp.h:
1589         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_class_init),
1590         (gst_tcpclientsink_init), (gst_tcpclientsink_setcaps),
1591         (gst_tcpclientsink_render), (gst_tcpclientsink_start),
1592         (gst_tcpclientsink_stop), (gst_tcpclientsink_change_state):
1593         * gst/tcp/gsttcpclientsink.h:
1594         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get_type),
1595         (gst_tcpclientsrc_base_init), (gst_tcpclientsrc_class_init),
1596         (gst_tcpclientsrc_init), (gst_tcpclientsrc_getcaps),
1597         (gst_tcpclientsrc_create), (gst_tcpclientsrc_start),
1598         (gst_tcpclientsrc_stop), (gst_tcpclientsrc_unlock):
1599         * gst/tcp/gsttcpclientsrc.h:
1600         * gst/tcp/gsttcpplugin.c: (plugin_init):
1601         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init):
1602         * gst/tcp/gsttcpserversink.h:
1603         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_get_type),
1604         (gst_tcpserversrc_base_init), (gst_tcpserversrc_class_init),
1605         (gst_tcpserversrc_init), (gst_tcpserversrc_finalize),
1606         (gst_tcpserversrc_create), (gst_tcpserversrc_start),
1607         (gst_tcpserversrc_stop):
1608         * gst/tcp/gsttcpserversrc.h:
1609         * gst/tcp/gsttcpsink.c:
1610         * gst/tcp/gsttcpsink.h:
1611         * gst/tcp/gsttcpsrc.c:
1612         * gst/tcp/gsttcpsrc.h:
1613         Ported tcp plugins to 0.9. 
1614         
1615
1616 2005-07-05  Andy Wingo  <wingo@pobox.com>
1617
1618         * gst/playback/gstplaybasebin.c (fill_buffer):
1619         message_new_application fixen.
1620
1621         * gst/videoscale/gstvideoscale.c (gst_videoscale_transform_caps):
1622         Style fix.
1623
1624 2005-07-04  Wim Taymans  <wim@fluendo.com>
1625
1626         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_chain):
1627         Set caps on output buffer.
1628
1629 2005-07-04  Andy Wingo  <wingo@pobox.com>
1630
1631         * ext/gnomevfs/gstgnomevfssrc.c
1632         (gst_gnomevfssrc_received_headers_callback) 
1633         (audiocast_thread_kill, audiocast_thread_run): FORTIFY fixen,
1634         hopefully.
1635
1636         * gst/audioconvert/gstaudioconvert.c (gst_audio_convert_fixate):
1637         No refcount leakage.
1638
1639         * configure.ac: Enable -Werror.
1640         
1641         * ext/theora/theoradec.c (theora_dec_src_getcaps):
1642         * gst/audioconvert/bufferframesconvert.c
1643         (buffer_frames_convert_fixate):
1644         * gst/audioconvert/gstaudioconvert.c (_fixate_caps_to_int)
1645         (gst_audio_convert_fixate):
1646         * gst/sine/gstsinesrc.c (gst_sinesrc_src_fixate)
1647         (gst_sinesrc_create): Fixate func changes.
1648         
1649         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
1650         (gst_ximagesink_buffer_alloc): Unused var.
1651
1652 2005-07-01  Andy Wingo  <wingo@pobox.com>
1653
1654         * ext/theora/theoradec.c (theora_dec_src_getcaps): Implement a
1655         getcaps to do explicit caps. Needs to be done in all decoders,
1656         possibly via a base class.
1657
1658         * configure.ac (GST_PLUGIN_LDFLAGS): Add videoscale.
1659
1660         * ext/ogg/gstoggdemux.c (gst_ogg_pad_typefind): No need to set
1661         caps on the sink pad, just rely on the pad template. Also, setting
1662         ANY caps on a pad is not valid because the caps are not fixed.
1663
1664         * sys/ximage/ximagesink.c (gst_ximagesink_buffer_alloc): Set the
1665         caps on the buffer, and get the width from the desired_caps if
1666         they're set.
1667         (gst_ximagesink_renegotiate_size): Implement via setting the
1668         desired_caps on the ximagesink.
1669         (gst_ximagesink_setcaps): Only reset the width of the player if it
1670         wasn't already set. Not sure if this is right.
1671         (gst_ximagesink_show_frame): Memcpy only for normal buffers.
1672
1673         * sys/ximage/ximagesink.h (desired_caps): New field, is the caps
1674         that the user wants. NULL unless the window has been resized.
1675
1676         * gst/volume/gstvolume.c (volume_transform): Adapt to
1677         basetransform refcount changes.
1678         
1679 2005-07-01  Andy Wingo  <wingo@pobox.com>
1680
1681         * gst/videoscale/gstvideoscale.c:
1682         * gst/videoscale/gstvideoscale.h: Clean up, port to 0.9. Derives
1683         from BaseTransform, implements a transform_caps. Removed dead code
1684         including some PAR stuff that was never reached -- should probably
1685         be added back somehow.
1686
1687 2005-07-01  Andy Wingo  <wingo@pobox.com>
1688
1689         * gst/videoscale: Merge David's work from 0.8 branch. Changes to
1690         come later.
1691
1692 2005-06-30  Thomas Vander Stichele  <thomas at apestaart dot org>
1693
1694         * configure.ac:
1695         * docs/libs/Makefile.am:
1696         * docs/libs/gst-plugins-libs.types:
1697         * ext/alsa/Makefile.am:
1698         * ext/alsa/gstalsamixer.h:
1699         * ext/alsa/gstalsamixeroptions.h:
1700         * ext/alsa/gstalsamixertrack.h:
1701         * gst-libs/gst/Makefile.am:
1702         * gst-libs/gst/colorbalance/.cvsignore:
1703         * gst-libs/gst/colorbalance/Makefile.am:
1704         * gst-libs/gst/colorbalance/colorbalance-marshal.list:
1705         * gst-libs/gst/colorbalance/colorbalance.c:
1706         * gst-libs/gst/colorbalance/colorbalance.h:
1707         * gst-libs/gst/colorbalance/colorbalance.vcproj:
1708         * gst-libs/gst/colorbalance/colorbalancechannel.c:
1709         * gst-libs/gst/colorbalance/colorbalancechannel.h:
1710         * gst-libs/gst/interfaces/Makefile.am:
1711         * gst-libs/gst/interfaces/colorbalance.c:
1712         (gst_color_balance_class_init):
1713         * gst-libs/gst/interfaces/colorbalance.h:
1714         * gst-libs/gst/interfaces/interfaces-marshal.list:
1715         * gst-libs/gst/interfaces/mixer.c: (gst_mixer_class_init):
1716         * gst-libs/gst/interfaces/mixer.h:
1717         * gst-libs/gst/interfaces/mixeroptions.h:
1718         * gst-libs/gst/interfaces/navigation.c:
1719         * gst-libs/gst/interfaces/tuner.c: (gst_tuner_class_init):
1720         * gst-libs/gst/interfaces/tuner.h:
1721         * gst/volume/Makefile.am:
1722         * gst/volume/gstvolume.c:
1723         * pkgconfig/gstreamer-interfaces-uninstalled.pc.in:
1724         * sys/ximage/Makefile.am:
1725         * sys/ximage/ximagesink.c:
1726         * sys/xvimage/Makefile.am:
1727         * sys/xvimage/xvimagesink.c:
1728           fold in all interfaces into an interfaces dir, preserving CVS
1729           history
1730
1731 2005-06-30  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
1732
1733         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
1734           Fix build after riff changes.
1735
1736 2005-06-30  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
1737
1738         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
1739         (gst_riff_create_audio_caps), (gst_riff_create_iavs_caps),
1740         (gst_riff_create_video_template_caps),
1741         (gst_riff_create_audio_template_caps),
1742         (gst_riff_create_iavs_template_caps):
1743         * gst-libs/gst/riff/riff-media.h:
1744         * gst-libs/gst/riff/riff-read.h:
1745         * gst-libs/gst/riff/riff.c: (gst_riff_init):
1746           Add gst_riff_init() to initialize the debug category, instead
1747           of plugin_init(). Port riff-media.[ch] from -THREADED to HEAD.
1748
1749 2005-06-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
1750
1751         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init):
1752           Oops, I shouldn't apply hacks.
1753
1754 2005-06-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
1755
1756         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_init):
1757           Remove pad_loop function which doesn't work.
1758
1759 2005-06-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
1760
1761         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_deactivate_current_chain):
1762           Send EOS when deactivating.
1763         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
1764         (check_queue), (queue_threshold_reached), (queue_out_of_data),
1765         (gen_preroll_element), (probe_triggered), (mute_stream),
1766         (silence_stream), (new_decoded_pad), (setup_substreams),
1767         (set_active_source):
1768         * gst/playback/gstplaybin.c: (gst_play_bin_get_property),
1769         (remove_sinks), (add_sink):
1770         * gst/playback/gststreaminfo.c: (cb_probe), (gst_stream_info_new):
1771           Change for new probe API.
1772
1773 2005-06-29  Wim Taymans  <wim@fluendo.com>
1774
1775         * gst-libs/gst/audio/gstaudiosink.c: (gst_audioringbuffer_init):
1776         * gst-libs/gst/audio/gstbaseaudiosink.c:
1777         (gst_baseaudiosink_class_init), (gst_baseaudiosink_dispose),
1778         (gst_baseaudiosink_change_state):
1779         * gst-libs/gst/audio/gstbaseaudiosink.h:
1780         * gst-libs/gst/audio/gstringbuffer.c:
1781         (gst_ringbuffer_set_callback):
1782         Fix compilation error.
1783         Ringbuffer starts out as not running.
1784         Free our clock in dispose.
1785         When releasing the ringbuffer we need to renegotiate so
1786         clear the pad caps.
1787
1788 2005-06-29  Thomas Vander Stichele  <thomas at apestaart dot org>
1789
1790         * autogen.sh:
1791         * configure.ac:
1792         * docs/Makefile.am:
1793         * docs/libs/Makefile.am:
1794         * docs/libs/gst-plugins-libs-docs.sgml:
1795         * docs/libs/gst-plugins-libs-sections.txt:
1796         * docs/libs/gst-plugins-libs.types:
1797         * docs/libs/tmpl/gstaudio.sgml:
1798         * docs/libs/tmpl/gstcolorbalance.sgml:
1799         * docs/libs/tmpl/gstringbuffer.sgml:
1800         * gst-libs/gst/audio/gstringbuffer.c:
1801         (gst_ringbuffer_set_callback):
1802           reinstate gtk-doc docs for plugin libs
1803
1804 2005-06-28  Wim Taymans  <wim@fluendo.com>
1805
1806         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
1807         (gst_ogg_demux_init):
1808         Removed pad loop function.
1809
1810 2005-06-28  Wim Taymans  <wim@fluendo.com>
1811
1812         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet):
1813         If we're building a chain we are not in an error case
1814         when we queue a buffer.
1815
1816 2005-06-28  Andy Wingo  <wingo@pobox.com>
1817
1818         * *.c: Don't cast to GstObject before reffing/unreffing.
1819
1820 2005-06-27  Andy Wingo  <wingo@pobox.com>
1821
1822         * gst/videotestsrc/gstvideotestsrc.c
1823         (gst_videotestsrc_activate_push): Activation API changes.
1824
1825         * gst/playback/gstdecodebin.c (gst_decode_bin_change_state) 
1826         (gst_decode_bin_dispose): Free dynamics in READY->NULL, because
1827         they have refs on the decodebin.
1828
1829         * ext/ogg/gstoggdemux.c (gst_ogg_pad_class_init): Ref the right
1830         parent class.
1831         (gst_ogg_pad_typefind): Don't leak a pad ref.
1832         (gst_ogg_chain_new_stream): gst_object_unref, not g_object_unref.
1833         (gst_ogg_demux_sink_activate, gst_ogg_demux_sink_activate_push) 
1834         (gst_ogg_demux_sink_activate_pull): Changes for activation API.
1835
1836 2005-06-27  Edward Hervey  <edward@fluendo.com>
1837
1838         * ext/theora/theoradec.c: (theora_dec_change_state): 
1839         re-arranged call to parent's state change in order to avoid locks (or
1840         worse).
1841
1842 2005-06-26  Edward Hervey  <edward@fluendo.com>
1843
1844         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init):
1845         2nd argument of 'unknow-type' signal is a GstCaps and not a
1846         GstMiniObject
1847
1848 2005-06-25  Jan Schmidt  <thaytan@mad.scientist.com>
1849         * gst-libs/gst/audio/gstaudiosink.c: (gst_audioringbuffer_acquire):
1850           Set the worker thread's running flag to TRUE before starting the
1851           thread.
1852         * gst/playback/gstdecodebin.c: (gst_decode_bin_init):
1853           Catch a failure to add typefind to the bin.
1854
1855 2005-06-24  Thomas Vander Stichele  <thomas at apestaart dot org>
1856
1857         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
1858         (gst_sinesrc_init), (gst_sinesrc_create),
1859         (gst_sinesrc_set_property), (gst_sinesrc_get_property),
1860         (gst_sinesrc_start):
1861         * gst/sine/gstsinesrc.h:
1862           add num-buffers and timestamp-offset properties
1863         * gst/videotestsrc/gstvideotestsrc.c:
1864         (gst_videotestsrc_class_init), (gst_videotestsrc_set_property),
1865         (gst_videotestsrc_get_property):
1866           add timestamp-offset property
1867
1868 2005-06-23  Christian Schaller  <uraeus@gnome.org>
1869
1870         * configure.ac: add videorate
1871         * gst-plugins-base.spec.in: add videorate
1872
1873 2005-06-23  Wim Taymans  <wim@fluendo.com>
1874
1875         * gst/videorate/gstvideorate.c: (gst_videorate_transformcaps),
1876         (gst_videorate_getcaps), (gst_videorate_setcaps),
1877         (gst_videorate_event), (gst_videorate_chain):
1878         Fixed videorate, fixating an already fixated caps is not
1879         an error.
1880
1881 2005-06-23  Wim Taymans  <wim@fluendo.com>
1882
1883         * ext/ogg/README:
1884         * ext/ogg/gstoggmux.c: (gst_ogg_mux_set_header_on_caps):
1885         Buffer on caps is not boxed anymore.
1886
1887 2005-06-22  Wim Taymans  <wim@fluendo.com>
1888
1889         * ext/theora/theoraenc.c: (theora_set_header_on_caps):
1890         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_set_header_on_caps):
1891         Set buffers on caps as miniobjects and not as boxed.
1892
1893 2005-06-19  Thomas Vander Stichele  <thomas at apestaart dot org>
1894
1895         * configure.ac:
1896           back to HEAD
1897
1898 === release 0.9.1 ===
1899
1900 2005-06-19  Thomas Vander Stichele  <thomas at apestaart dot org>
1901
1902         * .cvsignore:
1903         * NEWS:
1904         * README:
1905         * RELEASE:
1906         * configure.ac:
1907         * po/af.po:
1908         * po/az.po:
1909         * po/cs.po:
1910         * po/en_GB.po:
1911         * po/hu.po:
1912         * po/it.po:
1913         * po/nb.po:
1914         * po/nl.po:
1915         * po/or.po:
1916         * po/sq.po:
1917         * po/sr.po:
1918         * po/sv.po:
1919         * po/uk.po:
1920         * po/vi.po:
1921           updates for release
1922
1923 2005-06-09  Andy Wingo  <wingo@pobox.com>
1924
1925         * gst-libs/gst/net/Makefile.am (lib_LTLIBRARIES): Install gstnet.
1926         
1927 2005-06-09  Andy Wingo  <wingo@pobox.com>
1928
1929         * configure.ac:
1930         * gst-libs/gst/Makefile.am:
1931         * gst-libs/gst/net/Makefile.am:
1932         Add gstnet to build.
1933
1934 2005-06-09  Andy Wingo  <wingo@pobox.com>
1935
1936         * gst-libs/gst/gconf/gconf.c:
1937         * gst/playback/test.c:
1938         * gst/playback/gstplaybin.c (gen_video_element): Ghost pad API
1939         fixes.
1940
1941         * gst/audioconvert/gstaudioconvert.c: RPAD fixes.
1942
1943         * ext/theora/theoraenc.c (theora_enc_chain): 
1944         * ext/theora/theoradec.c (theora_handle_data_packet): GCC4 fixes.
1945
1946         * ext/ogg/gstoggdemux.c (GstOggPad): Derive from GstPad, not
1947         RealPad.
1948
1949 2005-06-02  Wim Taymans  <wim@fluendo.com>
1950
1951         * gst-libs/gst/net/Makefile.am:
1952         * pkgconfig/gstreamer-libs-uninstalled.pc.in:
1953         * pkgconfig/gstreamer-libs.pc.in:
1954         Added net stuff, version net lib.
1955
1956 2005-06-02  Wim Taymans  <wim@fluendo.com>
1957
1958         * examples/seeking/seek.c: (make_vorbis_theora_pipeline),
1959         (query_rates), (query_positions_elems), (query_positions_pads),
1960         (do_seek):
1961         Updated seek example.
1962
1963 2005-06-02  Andy Wingo  <wingo@pobox.com>
1964
1965         * pkgconfig/gstreamer-libs-uninstalled.pc.in (prefix):
1966         * pkgconfig/gstreamer-libs.pc.in (prefix): Add gst/tag to the -L
1967         list.
1968
1969         * gst/playback/gstdecodebin.c (gst_decode_bin_dispose): Don't
1970         remove the typefind, the bin dispose will do it for us. When it's
1971         removed and unreffed, the signal handler will be disconnected,
1972         too.
1973         (unlinked): It's too difficult to disconnect from unlinked
1974         handlers, as they are on pads not elements. Just punt if the pads
1975         aren't grandkids of the bin.
1976
1977 2005-06-02  Wim Taymans  <wim@fluendo.com>
1978
1979         * ext/ogg/README:
1980         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
1981         (gst_ogg_demux_activate_chain), (gst_ogg_demux_clear_chains):
1982         * ext/ogg/gstoggmux.c: (gst_ogg_mux_buffer_from_page):
1983         * ext/theora/theoradec.c: (theora_dec_src_query),
1984         (theora_handle_data_packet):
1985         * ext/theora/theoraenc.c: (theora_buffer_from_packet),
1986         (theora_enc_chain):
1987         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
1988         (vorbis_handle_data_packet):
1989         * gst/audioconvert/bufferframesconvert.c:
1990         (buffer_frames_convert_chain):
1991         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
1992         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
1993         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_bufferalloc),
1994         (gst_ffmpegcsp_chain):
1995         * gst/videorate/gstvideorate.c: (gst_videorate_transformcaps),
1996         (gst_videorate_getcaps), (gst_videorate_setcaps),
1997         (gst_videorate_event), (gst_videorate_chain):
1998         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_activate),
1999         (gst_videotestsrc_src_query), (gst_videotestsrc_loop):
2000         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
2001         (gst_ximagesink_setcaps), (gst_ximagesink_buffer_alloc):
2002         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
2003         (gst_xvimage_buffer_finalize), (gst_xvimage_buffer_free),
2004         (gst_xvimage_buffer_class_init), (gst_xvimage_buffer_get_type),
2005         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_put),
2006         (gst_xvimagesink_show_frame), (gst_xvimagesink_buffer_alloc):
2007         Cleanups and buffer alloc.
2008
2009 2005-05-31  Wim Taymans  <wim@fluendo.com>
2010
2011         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_delay):
2012         Don't try to call the delay method when the device is not
2013         opened.
2014
2015 2005-05-31  Wim Taymans  <wim@fluendo.com>
2016
2017         * ext/alsa/gstalsasink.c: (set_hwparams), (gst_alsasink_open):
2018         Get actual segment size and buffer size after opening
2019         the device.
2020
2021 2005-05-30  Wim Taymans  <wim@fluendo.com>
2022
2023         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_activate_chain),
2024         (gst_ogg_demux_perform_seek), (gst_ogg_demux_clear_chains):
2025         Also FLUSH upstream, makes the loop function exit faster.
2026         
2027         * ext/theora/theoradec.c: (theora_dec_src_query):
2028         Some more debug info in the query.
2029         
2030         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
2031         (gst_ximagesink_setcaps):
2032         Release lock on par error, better error reporting.
2033
2034 2005-05-26  Wim Taymans  <wim@fluendo.com>
2035
2036         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
2037         (gst_ogg_demux_activate_chain), (gst_ogg_demux_chain),
2038         (gst_ogg_demux_clear_chains), (gst_ogg_demux_change_state):
2039         Clear chains in READY
2040         Queue packets until the chain is activated.
2041
2042 2005-05-25  Wim Taymans  <wim@fluendo.com>
2043
2044         * gst-libs/gst/audio/gstaudiosink.c:
2045         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
2046         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
2047         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
2048         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
2049         (gst_audioringbuffer_delay), (gst_audiosink_class_init),
2050         (gst_audiosink_create_ringbuffer):
2051         * gst-libs/gst/audio/gstbaseaudiosink.c:
2052         (gst_baseaudiosink_class_init), (gst_baseaudiosink_init),
2053         (gst_baseaudiosink_get_clock), (gst_baseaudiosink_get_time),
2054         (gst_baseaudiosink_set_property), (build_linear_format),
2055         (debug_spec_caps), (debug_spec_buffer),
2056         (gst_baseaudiosink_setcaps), (gst_baseaudiosink_get_times),
2057         (gst_baseaudiosink_event), (gst_baseaudiosink_preroll),
2058         (gst_baseaudiosink_render), (gst_baseaudiosink_create_ringbuffer),
2059         (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
2060         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
2061         (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
2062         (gst_ringbuffer_release), (gst_ringbuffer_is_acquired),
2063         (gst_ringbuffer_play), (gst_ringbuffer_pause),
2064         (gst_ringbuffer_stop), (gst_ringbuffer_delay),
2065         (gst_ringbuffer_played_samples), (gst_ringbuffer_set_sample),
2066         (wait_segment), (gst_ringbuffer_commit),
2067         (gst_ringbuffer_prepare_read), (gst_ringbuffer_advance),
2068         (gst_ringbuffer_clear):
2069         Various small cleanups.
2070
2071         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
2072         (gst_audio_convert_change_state):
2073         * gst/subparse/gstsubparse.c: (gst_subparse_chain):
2074         No need to take the locks anymore.
2075
2076 2005-05-25  Wim Taymans  <wim@fluendo.com>
2077
2078         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
2079         (gst_decode_bin_dispose), (try_to_link_1), (get_our_ghost_pad),
2080         (remove_element_chain), (no_more_pads), (unlinked), (close_link),
2081         (type_found):
2082         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_dispose),
2083         (group_destroy), (group_commit), (queue_overrun),
2084         (gen_preroll_element), (no_more_pads), (preroll_unlinked),
2085         (mute_stream), (new_decoded_pad), (setup_substreams),
2086         (setup_source), (mute_group_type), (set_active_source),
2087         (gst_play_base_bin_change_state):
2088         * gst/playback/gstplaybin.c: (gst_play_bin_dispose),
2089         (gen_video_element), (gen_text_element), (gen_audio_element),
2090         (gen_vis_element), (remove_sinks), (add_sink), (setup_sinks):
2091         * gst/playback/gststreaminfo.c: (gst_stream_info_new),
2092         (gst_stream_info_dispose), (gst_stream_info_set_mute):
2093         * gst/playback/gststreamselector.c: (gst_stream_selector_chain):
2094         Some playbin cleanups mostly refcounting sloppyness.
2095
2096 2005-05-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
2097
2098         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet):
2099           Work with streaming input.
2100
2101 2005-05-25  Wim Taymans  <wim@fluendo.com>
2102
2103         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
2104         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
2105         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_bufferalloc),
2106         (gst_ffmpegcsp_chain), (gst_ffmpegcsp_change_state):
2107         No need to take the STREAM lock anymore.
2108
2109 2005-05-25  Wim Taymans  <wim@fluendo.com>
2110
2111         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose),
2112         (gst_ogg_pad_typefind), (gst_ogg_pad_submit_packet),
2113         (gst_ogg_chain_new_stream), (gst_ogg_demux_perform_seek),
2114         (gst_ogg_demux_chain), (gst_ogg_demux_loop),
2115         (gst_ogg_demux_sink_activate):
2116         * ext/theora/theoradec.c: (theora_dec_src_event),
2117         (theora_handle_comment_packet), (theora_dec_chain),
2118         (theora_dec_change_state):
2119         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
2120         (vorbis_handle_data_packet), (vorbis_dec_chain),
2121         (vorbis_dec_change_state):
2122         Remove STREAM locks as they are taken in core now.
2123         Never set bogus granulepos on vorbis/theora.
2124         Fix leaks in theoradec tag parsing.
2125
2126 2005-05-25  Wim Taymans  <wim@fluendo.com>
2127
2128         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_create):
2129         Fix memleaks, GST_BUFFER_DATA() is not freed.
2130
2131 2005-05-25  Wim Taymans  <wim@fluendo.com>
2132
2133         * ext/alsa/gstalsasink.c: (gst_alsasink_open):
2134         Open non-blocking, set to blocking mode afterwards to avoid
2135         lockups when audio device is busy.
2136
2137 2005-05-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
2138
2139         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_clear):
2140           This can't be good.
2141
2142 2005-05-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
2143
2144         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init),
2145         (gst_audio_convert_chain), (gst_audio_convert_link_src),
2146         (gst_audio_convert_setcaps):
2147           Implement instant setup switching.
2148
2149 2005-05-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
2150
2151         * gst/playback/gstplaybasebin.c: (probe_triggered):
2152           Fix missing unlock.
2153         * gst/playback/gstplaybin.c: (add_sink):
2154           First add, then link (otherwise pad link fails).
2155
2156 2005-05-19  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
2157
2158         * examples/Makefile.am:
2159         fix buildbot (make distcheck)
2160
2161 2005-05-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
2162
2163         * gst/playback/gstplaybin.c: (gen_vis_element):
2164           Remove some wrong code. Doesn't work yet.
2165
2166 2005-05-19  Wim Taymans  <wim@fluendo.com>
2167
2168         * gst-libs/gst/net/Makefile.am:
2169         * gst-libs/gst/net/README:
2170         * gst-libs/gst/net/gstnetbuffer.c: (gst_netbuffer_get_type),
2171         (gst_netbuffer_class_init), (gst_netbuffer_init),
2172         (gst_netbuffer_finalize), (gst_netbuffer_copy),
2173         (gst_netbuffer_new), (gst_netaddress_set_ip4_address),
2174         (gst_netaddress_set_ip6_address), (gst_netaddress_get_net_type),
2175         (gst_netaddress_get_ip4_address), (gst_netaddress_get_ip6_address):
2176         * gst-libs/gst/net/gstnetbuffer.h:
2177         Added buffer subclass to store extra to/from addresses for
2178         network sources/sinks.
2179
2180 2005-05-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
2181
2182         * gst-libs/gst/gconf/gconf.c: (gst_bin_find_unconnected_pad):
2183           Don't lock an unassigned variable.
2184
2185 2005-05-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
2186
2187         * gst/playback/gstplaybasebin.c: (gen_preroll_element):
2188           Increase buffer for video, decrease buffer for other media types.
2189         * gst/playback/gstplaybin.c: (gen_video_element),
2190         (gen_audio_element):
2191           Change names for debugging purposes.
2192
2193 2005-05-18  Wim Taymans  <wim@fluendo.com>
2194
2195         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
2196         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
2197         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_bufferalloc),
2198         (gst_ffmpegcsp_chain):
2199         Enable buffer alloc passthrough if the source and dest
2200         formats are the same.
2201
2202 2005-05-17  Wim Taymans  <wim@fluendo.com>
2203
2204         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_internal_chain),
2205         (gst_ogg_demux_submit_buffer), (gst_ogg_demux_get_data),
2206         (gst_ogg_demux_chain_unlocked):
2207         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
2208         (gst_audio_convert_caps_remove_format_info),
2209         (gst_audio_convert_getcaps), (gst_audio_convert_setcaps),
2210         (gst_audio_convert_fixate), (gst_audio_convert_change_state):
2211         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
2212         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
2213         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_init),
2214         (gst_ffmpegcsp_bufferalloc), (gst_ffmpegcsp_chain),
2215         (gst_ffmpegcsp_change_state), (gst_ffmpegcsp_set_property),
2216         (gst_ffmpegcsp_get_property):
2217         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
2218         (gst_xvimage_buffer_finalize), (gst_xvimage_buffer_free),
2219         (gst_xvimage_buffer_class_init), (gst_xvimage_buffer_get_type),
2220         (gst_xvimagesink_check_xshm_calls), (gst_xvimagesink_xvimage_new),
2221         (gst_xvimagesink_xvimage_put), (gst_xvimagesink_imagepool_clear),
2222         (gst_xvimagesink_setcaps), (gst_xvimagesink_change_state),
2223         (gst_xvimagesink_show_frame), (gst_xvimagesink_buffer_free),
2224         (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_set_xwindow_id):
2225         Leak fixes in oggdemux.
2226         Some cleanups in audioconvert.
2227         Make passthrough work along with buffer_alloc etc.
2228         Make buffer_alloc and buffer recycling actually work in
2229         xvimagesink.
2230
2231 2005-05-17  Thomas Vander Stichele  <thomas at apestaart dot org>
2232
2233         * gst/subparse/gstsubparse.c: (parse_subrip), (parse_mpsub):
2234           make the compiler happy
2235
2236 2005-05-17  Wim Taymans  <wim@fluendo.com>
2237
2238         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new):
2239         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_finalize),
2240         (gst_xvimage_buffer_init), (gst_xvimage_buffer_class_init),
2241         (gst_xvimage_buffer_get_type), (gst_xvimagesink_check_xshm_calls),
2242         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_put),
2243         (gst_xvimagesink_imagepool_clear), (gst_xvimagesink_setcaps),
2244         (gst_xvimagesink_change_state), (gst_xvimagesink_show_frame),
2245         (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc),
2246         (gst_xvimagesink_set_xwindow_id):
2247         * sys/xvimage/xvimagesink.h:
2248         Port xvimagesink to new MiniObject.
2249
2250 2005-05-17  Wim Taymans  <wim@fluendo.com>
2251
2252         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link),
2253         (gst_audiofilter_chain):
2254         * gst-libs/gst/audio/gstaudiosink.c:
2255         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
2256         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
2257         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
2258         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
2259         (gst_audioringbuffer_delay), (gst_audiosink_class_init),
2260         (gst_audiosink_create_ringbuffer):
2261         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
2262         (gst_audio_convert_caps_remove_format_info),
2263         (gst_audio_convert_getcaps), (gst_audio_convert_setcaps),
2264         (gst_audio_convert_fixate), (gst_audio_convert_channels):
2265         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
2266         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
2267         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_chain):
2268         Fix passthrough in ffmpegcolorspace.
2269         Fix memset in audiosink on wrong memory.
2270
2271 2005-05-16  David Schleef  <ds@schleef.org>
2272
2273         * gst/playback/gststreaminfo.c: (cb_probe): Port from GstData
2274         to GstMiniObject.
2275
2276 2005-05-16  David Schleef  <ds@schleef.org>
2277
2278         Port from GstData to GstMiniObject.
2279         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose):
2280         * ext/ogg/gstoggmux.c: (gst_ogg_mux_buffer_from_page),
2281         (gst_ogg_mux_queue_pads), (gst_ogg_mux_set_header_on_caps),
2282         (gst_ogg_mux_collected):
2283         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
2284         * ext/theora/theoradec.c: (theora_handle_comment_packet),
2285         (theora_handle_data_packet):
2286         * ext/theora/theoraenc.c: (theora_buffer_from_packet),
2287         (theora_set_header_on_caps), (theora_enc_chain):
2288         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
2289         (vorbis_handle_comment_packet):
2290         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_set_header_on_caps):
2291         * ext/vorbis/vorbisparse.c: (vorbis_parse_set_header_on_caps):
2292         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_chain):
2293         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_chain):
2294         * gst/audioconvert/gstaudioconvert.c:
2295         (gst_audio_convert_get_buffer):
2296         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init):
2297         * gst/playback/gstplaybasebin.c: (check_queue), (probe_triggered),
2298         (mute_stream), (silence_stream):
2299         * gst/playback/gstplaybin.c: (gst_play_bin_class_init):
2300         * gst/volume/gstvolume.c: (volume_transform):
2301         * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
2302         (gst_ximage_buffer_init), (gst_ximage_buffer_class_init),
2303         (gst_ximage_buffer_get_type), (gst_ximagesink_check_xshm_calls),
2304         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy),
2305         (gst_ximagesink_ximage_put), (gst_ximagesink_imagepool_clear),
2306         (gst_ximagesink_show_frame), (gst_ximagesink_buffer_free),
2307         (gst_ximagesink_buffer_alloc):
2308         * sys/ximage/ximagesink.h:
2309
2310 2005-05-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
2311
2312         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
2313         (fill_buffer), (check_queue), (queue_threshold_reached),
2314         (queue_out_of_data):
2315         * gst/playback/gstplaybasebin.h:
2316           Post buffer-fullness on the bus.
2317
2318 2005-05-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
2319
2320         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
2321         (try_to_link_1):
2322         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
2323         (group_commit), (probe_triggered), (setup_source),
2324         (gst_play_base_bin_change_state):
2325         * gst/playback/gstplaybasebin.h:
2326         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
2327         (gst_play_bin_init), (remove_sinks), (setup_sinks),
2328         (gst_play_bin_change_state):
2329           Move setup_output_pads into a virtual function, remove
2330           group-switch (no longer needed) and redirect (handled by bus
2331           now) signals.
2332
2333 2005-05-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
2334
2335         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
2336         (gst_play_base_bin_class_init), (gst_play_base_bin_finalize),
2337         (get_active_group), (get_building_group), (group_destroy),
2338         (group_commit), (check_queue), (queue_overrun),
2339         (queue_threshold_reached), (queue_out_of_data),
2340         (gen_preroll_element), (remove_groups), (unknown_type),
2341         (add_element_stream), (no_more_pads), (probe_triggered),
2342         (preroll_unlinked), (new_decoded_pad), (setup_subtitle),
2343         (setup_substreams), (setup_source), (finish_source),
2344         (prepare_output), (muted_group_change_state),
2345         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property),
2346         (gst_play_base_bin_change_state):
2347         * gst/playback/gstplaybasebin.h:
2348         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
2349         (gst_play_bin_init), (gst_play_bin_set_property),
2350         (gen_video_element), (gen_text_element), (gen_audio_element),
2351         (gen_vis_element), (remove_sinks), (add_sink), (setup_sinks),
2352         (gst_play_bin_change_state):
2353         * gst/playback/gststreaminfo.c: (gst_stream_info_class_init),
2354         (cb_probe), (gst_stream_info_new), (gst_stream_info_dispose),
2355         (stream_info_change_state), (gst_stream_info_set_mute),
2356         (gst_stream_info_get_property):
2357         * gst/playback/gststreaminfo.h:
2358         * gst/playback/gststreamselector.c: (gst_stream_selector_init),
2359         (gst_stream_selector_get_linked_pad),
2360         (gst_stream_selector_getcaps),
2361         (gst_stream_selector_get_linked_pads),
2362         (gst_stream_selector_request_new_pad), (gst_stream_selector_chain):
2363         * gst/playback/gststreamselector.h:
2364           Rough port of playbin. Needs some more work, but is mostly done,
2365           and uses a few locks in important places, which should make stuff
2366           like chain-switches clean. Still uses GST_STATE() in a few places,
2367           which isn't all that good an idea, subtitles/elements disabled
2368           because no elements to test with and thus probably broken, query
2369           and event handling moved to GstBin, internal thread removed
2370           alltogether because the pipeline does that for us now. Can play
2371           Ogg/Vorbis files. Haven't tested anything else yet.
2372
2373 2005-05-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
2374
2375         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_activate_chain):
2376           Do no-more-pads (needed for autoplugging).
2377
2378 2005-05-10  Andy Wingo  <wingo@pobox.com>
2379
2380         * ext/vorbis/vorbisdec.c (vorbis_handle_comment_packet): Post a
2381         message to the bus with the tags. Still not sent downstream tho.
2382
2383         * gst/playback/gstdecodebin.c (remove_element_chain): Unref after
2384         get_parent.
2385         (remove_element_chain): Use OBJECT_PARENT instead of get_parent to
2386         avoid refcounting hassles.
2387
2388 2005-05-09  Andy Wingo  <wingo@pobox.com>
2389
2390         * gst/volume/Makefile.am:
2391         * gst/volume/demo.c
2392         * gst/volume/gstvolume.h
2393         * gst/volume/gstvolume.c: Port to 0.9 API, derive from
2394         basetransform. Probably need an audio filter base class.
2395
2396 2005-05-09  Wim Taymans  <wim@fluendo.com>
2397
2398         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_sink_setcaps),
2399         (gst_vorbisenc_src_query), (gst_vorbisenc_sink_query),
2400         (gst_vorbisenc_set_header_on_caps), (gst_vorbisenc_sink_event),
2401         (gst_vorbisenc_chain):
2402         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
2403         (gst_audio_convert_caps_remove_format_info),
2404         (gst_audio_convert_getcaps), (gst_audio_convert_setcaps),
2405         (gst_audio_convert_fixate), (gst_audio_convert_channels):
2406         Make caps writable before writing to it.
2407         Fix negotiation in audioconvert some more.
2408
2409 2005-05-09  Wim Taymans  <wim@fluendo.com>
2410
2411         * gst/videorate/gstvideorate.c: (gst_videorate_transformcaps),
2412         (gst_videorate_getcaps), (gst_videorate_setcaps),
2413         (gst_videorate_event), (gst_videorate_chain):
2414         Better negotiation.
2415
2416 2005-05-09  Wim Taymans  <wim@fluendo.com>
2417
2418         * gst/videorate/gstvideorate.c: (gst_videorate_class_init),
2419         (gst_videorate_getcaps), (gst_videorate_setcaps),
2420         (gst_videorate_blank_data), (gst_videorate_init),
2421         (gst_videorate_event), (gst_videorate_chain),
2422         (gst_videorate_change_state):
2423         Port videorate, do a better job at negotiation while we're at
2424         it.
2425
2426 2005-05-09  Jan Schmidt  <thaytan@mad.scientist.com>
2427
2428         * configure.ac:
2429           Disable libvisual
2430
2431         * examples/Makefile.am:
2432         * gst-libs/gst/audio/Makefile.am:
2433         * gst-libs/gst/riff/Makefile.am:
2434         * gst-libs/gst/tag/Makefile.am:
2435         * gst-libs/gst/video/Makefile.am:
2436           Fixups for missing variables.
2437
2438 2005-05-09  Wim Taymans  <wim@fluendo.com>
2439
2440         * examples/seeking/seek.c: (make_theora_pipeline),
2441         (make_vorbis_theora_pipeline), (make_avi_msmpeg4v3_mp3_pipeline),
2442         (query_rates), (query_positions_elems), (query_positions_pads),
2443         (update_scale), (play_cb), (pause_cb), (stop_cb), (main):
2444         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_init),
2445         (gst_ogg_pad_query_types), (gst_ogg_pad_src_query),
2446         (gst_ogg_pad_typefind), (gst_ogg_demux_init),
2447         (gst_ogg_demux_perform_seek), (gst_ogg_demux_read_chain),
2448         (gst_ogg_demux_read_end_chain), (gst_ogg_demux_sink_activate):
2449         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
2450         (gst_ogg_mux_request_new_pad), (gst_ogg_mux_next_buffer),
2451         (gst_ogg_mux_push_page), (gst_ogg_mux_queue_pads),
2452         (gst_ogg_mux_get_headers), (gst_ogg_mux_send_headers),
2453         (gst_ogg_mux_collected), (gst_ogg_mux_change_state):
2454         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_init),
2455         (gst_ogm_video_parse_init), (gst_ogm_text_parse_init),
2456         (gst_ogm_parse_sink_query), (gst_ogm_parse_chain):
2457         * ext/theora/theoradec.c: (gst_theora_dec_init), (_inc_granulepos),
2458         (theora_dec_src_convert), (theora_dec_sink_convert),
2459         (theora_dec_src_query), (theora_dec_sink_query),
2460         (theora_dec_src_event), (theora_dec_sink_event),
2461         (theora_handle_comment_packet), (theora_handle_type_packet),
2462         (theora_handle_header_packet), (theora_handle_data_packet),
2463         (theora_dec_chain):
2464         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
2465         (vorbis_dec_convert), (vorbis_dec_src_query),
2466         (vorbis_dec_sink_query), (vorbis_dec_src_event),
2467         (vorbis_dec_sink_event), (vorbis_handle_comment_packet),
2468         (vorbis_handle_type_packet), (vorbis_handle_header_packet),
2469         (copy_samples), (vorbis_handle_data_packet), (vorbis_dec_chain):
2470         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_src_query),
2471         (gst_vorbisenc_sink_query), (gst_vorbisenc_init),
2472         (gst_vorbisenc_sink_event), (gst_vorbisenc_chain):
2473         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
2474         (gst_play_bin_query):
2475         * gst/playback/test3.c: (update_scale):
2476         * gst/sine/gstsinesrc.c: (gst_sinesrc_setcaps),
2477         (gst_sinesrc_src_query), (gst_sinesrc_create), (gst_sinesrc_start):
2478         * gst/subparse/gstsubparse.c: (gst_subparse_init):
2479         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_init),
2480         (gst_videotestsrc_src_query):
2481         * gst/videotestsrc/videotestsrc.c: (paint_hline_I420),
2482         (paint_hline_Y41B), (paint_hline_Y42B), (paint_hline_Y800),
2483         (paint_hline_YUV9):
2484         * sys/ximage/ximagesink.c: (gst_ximagesink_show_frame):
2485         Port to new query API.
2486         Updated seek.
2487         Cleanups in x[v]imagesink
2488
2489 2005-05-09  Andy Wingo  <wingo@pobox.com>
2490
2491         * ext/alsa/gstalsasink.h:
2492         * ext/gnomevfs/gstgnomevfssrc.c:
2493         (gst_gnomevfssrc_get_icy_metadata):
2494         * ext/ogg/gstoggdemux.c (gst_ogg_demux_perform_seek)
2495         (gst_ogg_demux_read_chain, gst_ogg_demux_read_end_chain)
2496         * ext/theora/theoradec.c (theora_dec_src_query)
2497         (theora_dec_src_event, theora_dec_sink_event)
2498         (theora_handle_comment_packet, theora_handle_data_packet):
2499         * ext/theora/theoraenc.c (theora_enc_chain):
2500         * ext/vorbis/vorbisdec.c (vorbis_dec_src_event)
2501         (vorbis_dec_sink_event, vorbis_handle_comment_packet):
2502         * gst/audioconvert/gstaudioconvert.c (gst_audio_convert_getcaps):
2503         * gst/typefind/gsttypefindfunctions.c (mp3_type_find)
2504         (qt_type_find):
2505         * gst/videotestsrc/videotestsrc.c (paint_setup_I420)
2506         (paint_setup_YV12, paint_setup_YUY2, paint_setup_UYVY)
2507         (paint_setup_YVYU, paint_setup_IYU2, paint_setup_Y41B)
2508         (paint_setup_Y42B, paint_setup_Y800, paint_setup_IMC1)
2509         (paint_setup_IMC2, paint_setup_IMC3, paint_setup_IMC4)
2510         (paint_setup_YVU9, paint_setup_YUV9, paint_setup_xRGB8888)
2511         (paint_setup_xBGR8888, paint_setup_RGBx8888)
2512         (paint_setup_BGRx8888, paint_setup_RGB888, paint_setup_BGR888)
2513         (paint_setup_RGB565, paint_setup_xRGB1555):
2514         * gst/videotestsrc/videotestsrc.h:
2515         * sys/ximage/ximagesink.c (gst_ximagesink_buffer_alloc):
2516         * sys/xvimage/xvimagesink.c (gst_xvimagesink_get_xv_support)
2517         (gst_xvimagesink_setcaps, gst_xvimagesink_buffer_alloc):
2518         GCC4 fixes.
2519         
2520         * ext/ogg/gstoggdemux.c (gst_ogg_demux_find_chains): Use the new
2521         gst_pad_query_position. Fixes oggdemux.
2522
2523 2005-05-08  David Schleef  <ds@schleef.org>
2524
2525         * configure.ac: Require liboil.
2526         * gst/videotestsrc/gstvideotestsrc.c: Fix up liboil calls, add
2527         a few more.
2528         * gst/videotestsrc/videotestsrc.c:
2529         * gst/videotestsrc/videotestsrc.h:
2530
2531 2005-05-06  Wim Taymans  <wim@fluendo.com>
2532
2533         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
2534         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
2535         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_chain):
2536         Well, unreffing a buffer right before pushing it is asking
2537         for trouble..
2538
2539 2005-05-06  Christian Schaller  <uraeus@gnome.org>
2540
2541         * pkgconfig/gstreamer-libs.pc.in: add missing library calls
2542
2543 2005-05-06  Wim Taymans  <wim@fluendo.com>
2544
2545         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
2546         (gst_audio_convert_caps_remove_format_info),
2547         (gst_audio_convert_getcaps), (gst_audio_convert_setcaps),
2548         (gst_audio_convert_fixate), (gst_audio_convert_channels):
2549         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
2550         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
2551         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_chain):
2552         * gst/sine/Makefile.am:
2553         * gst/sine/gstsinesrc.c: (gst_sinesrc_get_type),
2554         (gst_sinesrc_class_init), (gst_sinesrc_init),
2555         (gst_sinesrc_src_fixate), (gst_sinesrc_setcaps),
2556         (gst_sinesrc_src_query), (gst_sinesrc_create), (gst_sinesrc_start),
2557         (gst_sinesrc_update_freq):
2558         * gst/sine/gstsinesrc.h:
2559         * gst/tcp/gstmultifdsink.c:
2560         * sys/xvimage/xvimagesink.c:
2561         Fixed negotiation wrt _peer_get_caps()
2562         Some cleanups.
2563
2564
2565 2005-05-06  Wim Taymans  <wim@fluendo.com>
2566
2567         * gst-libs/gst/audio/gstaudiosink.c:
2568         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
2569         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
2570         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
2571         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
2572         (gst_audioringbuffer_delay), (gst_audiosink_class_init),
2573         (gst_audiosink_create_ringbuffer):
2574         * gst-libs/gst/audio/gstbaseaudiosink.c:
2575         (gst_baseaudiosink_class_init), (gst_baseaudiosink_init),
2576         (gst_baseaudiosink_get_clock), (gst_baseaudiosink_get_time),
2577         (gst_baseaudiosink_set_property), (build_linear_format),
2578         (debug_spec_caps), (debug_spec_buffer),
2579         (gst_baseaudiosink_setcaps), (gst_baseaudiosink_get_times),
2580         (gst_baseaudiosink_event), (gst_baseaudiosink_preroll),
2581         (gst_baseaudiosink_render), (gst_baseaudiosink_create_ringbuffer),
2582         (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
2583         * gst-libs/gst/audio/gstbaseaudiosink.h:
2584         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
2585         (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
2586         (gst_ringbuffer_release), (gst_ringbuffer_is_acquired),
2587         (gst_ringbuffer_play), (gst_ringbuffer_pause),
2588         (gst_ringbuffer_stop), (gst_ringbuffer_delay),
2589         (gst_ringbuffer_played_samples), (gst_ringbuffer_set_sample),
2590         (wait_segment), (gst_ringbuffer_commit),
2591         (gst_ringbuffer_prepare_read), (gst_ringbuffer_advance),
2592         (gst_ringbuffer_clear):
2593         * gst-libs/gst/audio/gstringbuffer.h:
2594         Make the base audiosink return an error when there is no
2595         audiobuffer negotiated.
2596
2597 2005-05-06  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
2598
2599         * ext/Makefile.am:
2600         Disable cdparanoia until someone ports it!
2601
2602 2005-05-06  Wim Taymans  <wim@fluendo.com>
2603
2604         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
2605         (gst_ogg_demux_sink_activate):
2606         And revert after wingo's revert.. sigh..
2607
2608 2005-05-05  Andy Wingo  <wingo@pobox.com>
2609
2610         * gst/audiorate/gstaudiorate.c (gst_audiorate_class_init): Pacify
2611         GObject.
2612         * configure.ac: Return audiorate and subparse from the ghetto.
2613         Re-enable -Wall -Werror.
2614         * gst/subparse/gstsubparse.c:
2615         * gst/subparse/gstsubparse.h: Port to 0.9. Can operate loop-based
2616         or chain-based. Cleaned up a bit. Not tested.
2617         
2618 2005-05-05  Christian Schaller <christian@fluendo.com> 
2619
2620         * Makefile.am: remove stuff that is not building
2621         * configure.ac: remove stuff that is not building
2622         * examples/Makefile.am: remove stuff that is not building
2623         * ext/alsa/gstalsasink.c: add alsa/ before the alsalib.h file
2624         * ext/alsa/gstalsasink.h: add alsa/ before the alsalib.h file
2625         * sys/Makefile.am: remove stuff that is not building
2626         * testsuite/Makefile.am: remove stuff that is not building
2627
2628 2005-05-05  Andy Wingo  <wingo@pobox.com>
2629
2630         * gst-libs/gst/tag/gstid3tag.c: (gst_tag_list_new_from_id3v1):
2631         * gst-libs/gst/tag/gstvorbistag.c:
2632         (gst_tag_list_from_vorbiscomment_buffer), (gst_vorbis_tag_chain):
2633         * gst/adder/gstadder.h:
2634         * gst/audioconvert/gstchannelmix.c:
2635         (gst_audio_convert_fill_one_other):
2636         * gst/audiorate/gstaudiorate.c: (gst_audiorate_setcaps),
2637         (gst_audiorate_init), (gst_audiorate_chain):
2638         * gst/playback/gstplaybasebin.c: (setup_source):
2639         * gst/playback/test3.c: (update_scale):
2640         Some GCC4 fixes
2641         
2642         * po/af.po:
2643         * po/az.po:
2644         * po/cs.po:
2645         * po/en_GB.po:
2646         * po/hu.po:
2647         * po/it.po:
2648         * po/nb.po:
2649         * po/nl.po:
2650         * po/or.po:
2651         * po/sq.po:
2652         * po/sr.po:
2653         * po/sv.po:
2654         * po/uk.po:
2655         * po/vi.po: Foo
2656
2657 2005-05-05  Wim Taymans  <wim@fluendo.com>
2658
2659         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
2660         (gst_audio_convert_caps_remove_format_info),
2661         (gst_audio_convert_setcaps), (gst_audio_convert_fixate),
2662         (gst_audio_convert_change_state), (gst_audio_convert_channels):
2663         * gst/videotestsrc/gstvideotestsrc.c:
2664         (gst_videotestsrc_src_negotiate), (gst_videotestsrc_src_link),
2665         (gst_videotestsrc_parse_caps), (gst_videotestsrc_src_accept_caps),
2666         (gst_videotestsrc_setcaps), (gst_videotestsrc_activate),
2667         (gst_videotestsrc_init), (gst_videotestsrc_loop):
2668         Don't ignore _push() return values.
2669         Make sure no processing is done when shutting down.
2670         Videotestsrc pad activation fix.
2671
2672 2005-05-05  Wim Taymans  <wim@fluendo.com>
2673
2674         * gst/adder/Makefile.am:
2675         * gst/adder/gstadder.c: (gst_adder_setcaps),
2676         (gst_adder_class_init), (gst_adder_init),
2677         (gst_adder_request_new_pad), (gst_adder_collected),
2678         (gst_adder_change_state):
2679         * gst/adder/gstadder.h:
2680         Ported adder as an example of a mixer element using
2681         collect pads. Needs more negotiation work.
2682
2683 2005-05-05  Wim Taymans  <wim@fluendo.com>
2684
2685         * ext/theora/theoradec.c: (_inc_granulepos),
2686         (theora_dec_src_event), (theora_dec_sink_event),
2687         (theora_handle_comment_packet), (theora_handle_type_packet),
2688         (theora_handle_header_packet), (theora_handle_data_packet),
2689         (theora_dec_chain):
2690         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
2691         (gst_theora_enc_init), (theora_enc_sink_setcaps),
2692         (theora_push_buffer), (theora_push_packet),
2693         (theora_enc_sink_event), (theora_enc_chain),
2694         (theora_enc_change_state), (theora_enc_set_property),
2695         (theora_enc_get_property):
2696         Added stream lock to decoder so that we can serialize
2697         the discont event.
2698         More theoraenc porting, recover from errors, do clean
2699         shutdown.
2700
2701 2005-05-05  Wim Taymans  <wim@fluendo.com>
2702
2703         * ext/ogg/Makefile.am:
2704         * ext/ogg/README:
2705         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
2706         (gst_ogg_pad_submit_packet), (gst_ogg_demux_sink_activate),
2707         (gst_ogg_print):
2708         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
2709         (gst_ogg_mux_request_new_pad), (gst_ogg_mux_next_buffer),
2710         (gst_ogg_mux_push_page), (gst_ogg_mux_queue_pads),
2711         (gst_ogg_mux_get_headers), (gst_ogg_mux_set_header_on_caps),
2712         (gst_ogg_mux_send_headers), (gst_ogg_mux_collected),
2713         (gst_ogg_mux_change_state):
2714         Ported ogg muxer.
2715
2716 2005-05-05  Wim Taymans  <wim@fluendo.com>
2717
2718         * docs/design-audiosinks.txt:
2719         * gst-libs/gst/audio/TODO:
2720         * gst-libs/gst/audio/gstaudiosink.c:
2721         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
2722         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
2723         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
2724         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
2725         (gst_audioringbuffer_delay), (gst_audiosink_class_init),
2726         (gst_audiosink_create_ringbuffer):
2727         * gst-libs/gst/audio/gstbaseaudiosink.c:
2728         (gst_baseaudiosink_class_init), (gst_baseaudiosink_init),
2729         (gst_baseaudiosink_get_clock), (gst_baseaudiosink_get_time),
2730         (gst_baseaudiosink_set_property), (build_linear_format),
2731         (debug_spec_caps), (debug_spec_buffer),
2732         (gst_baseaudiosink_setcaps), (gst_baseaudiosink_get_times),
2733         (gst_baseaudiosink_event), (gst_baseaudiosink_preroll),
2734         (gst_baseaudiosink_render), (gst_baseaudiosink_create_ringbuffer),
2735         (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
2736         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
2737         (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
2738         (gst_ringbuffer_release), (gst_ringbuffer_play),
2739         (gst_ringbuffer_pause), (gst_ringbuffer_stop),
2740         (gst_ringbuffer_delay), (gst_ringbuffer_played_samples),
2741         (gst_ringbuffer_set_sample), (wait_segment),
2742         (gst_ringbuffer_commit), (gst_ringbuffer_prepare_read),
2743         (gst_ringbuffer_advance), (gst_ringbuffer_clear):
2744         More work on the audiosink, mostly debugging and a race in
2745         shutdown.
2746
2747 2005-04-28  Wim Taymans  <wim@fluendo.com>
2748
2749         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
2750         (gst_ogg_demux_perform_seek), (gst_ogg_demux_sink_activate):
2751         * ext/vorbis/vorbisdec.c: (vorbis_dec_convert),
2752         (vorbis_dec_src_query), (vorbis_dec_src_event),
2753         (vorbis_dec_sink_event), (vorbis_handle_comment_packet),
2754         (vorbis_handle_type_packet), (vorbis_handle_header_packet),
2755         (copy_samples), (vorbis_handle_data_packet), (vorbis_dec_chain):
2756         Don't crap out when seeking back to position 0.
2757
2758 2005-04-28  Wim Taymans  <wim@fluendo.com>
2759
2760         * examples/seeking/seek.c: (make_mod_pipeline), (make_dv_pipeline),
2761         (make_wav_pipeline), (make_flac_pipeline), (make_sid_pipeline),
2762         (make_vorbis_pipeline), (make_vorbis_theora_pipeline),
2763         (make_avi_msmpeg4v3_mp3_pipeline), (make_mp3_pipeline),
2764         (make_avi_pipeline), (make_mpeg_pipeline), (make_mpegnt_pipeline):
2765         Make audio sink configurable, use alsasink as default.
2766
2767 2005-04-28  Wim Taymans  <wim@fluendo.com>
2768
2769         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
2770         (vorbis_dec_sink_event), (vorbis_handle_comment_packet),
2771         (vorbis_handle_type_packet), (vorbis_handle_header_packet),
2772         (copy_samples), (vorbis_handle_data_packet), (vorbis_dec_chain),
2773         (vorbis_dec_change_state):
2774         * ext/vorbis/vorbisdec.h:
2775         Refactor, use STREAM_LOCK.
2776
2777 2005-04-28  Wim Taymans  <wim@fluendo.com>
2778
2779         * ext/theora/theoradec.c: (_inc_granulepos),
2780         (theora_dec_sink_event), (theora_handle_comment_packet),
2781         (theora_handle_type_packet), (theora_handle_header_packet),
2782         (theora_handle_data_packet), (theora_dec_chain),
2783         (theora_dec_change_state):
2784         Refactor a bit, use STREAM_LOCK.
2785
2786 2005-04-28  Wim Taymans  <wim@fluendo.com>
2787
2788         * ext/alsa/Makefile.am:
2789         * ext/alsa/gstalsa.c: (gst_alsa_init), (gst_alsa_get_caps),
2790         (gst_alsa_fixate_to_mimetype), (gst_alsa_fixate_field_nearest_int),
2791         (gst_alsa_link), (gst_alsa_close_audio):
2792         * ext/alsa/gstalsaplugin.c: (plugin_init):
2793         * ext/alsa/gstalsasink.c: (gst_alsasink_get_type),
2794         (gst_alsasink_dispose), (gst_alsasink_base_init),
2795         (gst_alsasink_class_init), (gst_alsasink_init),
2796         (gst_alsasink_getcaps), (set_hwparams), (set_swparams),
2797         (alsasink_parse_spec), (gst_alsasink_open), (gst_alsasink_close),
2798         (xrun_recovery), (gst_alsasink_write), (gst_alsasink_delay),
2799         (gst_alsasink_reset):
2800         * ext/alsa/gstalsasink.h:
2801         Implement alsasink with simple open/write/close API. 
2802         Make alsa dir build by disabling compilation of code.
2803
2804 2005-04-28  Wim Taymans  <wim@fluendo.com>
2805
2806         * gst-libs/gst/audio/Makefile.am:
2807         * gst-libs/gst/audio/audio.h:
2808         * gst-libs/gst/audio/audioclock.c:
2809         * gst-libs/gst/audio/audioclock.h:
2810         * gst-libs/gst/audio/gstaudioclock.c: (gst_audio_clock_get_type),
2811         (gst_audio_clock_class_init), (gst_audio_clock_init),
2812         (gst_audio_clock_new), (gst_audio_clock_get_internal_time):
2813         * gst-libs/gst/audio/gstaudioclock.h:
2814         * gst-libs/gst/audio/gstaudiosink.c:
2815         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
2816         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
2817         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
2818         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
2819         (gst_audioringbuffer_delay), (gst_audiosink_class_init),
2820         (gst_audiosink_create_ringbuffer):
2821         * gst-libs/gst/audio/gstbaseaudiosink.c:
2822         (gst_baseaudiosink_class_init), (gst_baseaudiosink_init),
2823         (gst_baseaudiosink_get_clock), (gst_baseaudiosink_get_time),
2824         (gst_baseaudiosink_set_property), (gst_baseaudiosink_get_property),
2825         (build_linear_format), (debug_spec_caps), (debug_spec_buffer),
2826         (gst_baseaudiosink_setcaps), (gst_baseaudiosink_get_times),
2827         (gst_baseaudiosink_event), (gst_baseaudiosink_preroll),
2828         (gst_baseaudiosink_render), (gst_baseaudiosink_create_ringbuffer),
2829         (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
2830         * gst-libs/gst/audio/gstbaseaudiosink.h:
2831         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
2832         (gst_ringbuffer_init), (gst_ringbuffer_finalize),
2833         (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
2834         (gst_ringbuffer_release), (gst_ringbuffer_play),
2835         (gst_ringbuffer_pause), (gst_ringbuffer_stop),
2836         (gst_ringbuffer_delay), (gst_ringbuffer_played_samples),
2837         (gst_ringbuffer_set_sample), (wait_segment),
2838         (gst_ringbuffer_commit), (gst_ringbuffer_prepare_read),
2839         (gst_ringbuffer_advance), (gst_ringbuffer_clear):
2840         * gst-libs/gst/audio/gstringbuffer.h:
2841         Make ringbuffer faster and more simple by removing the locks
2842         in the playback thread.
2843         Add sample accurate playback based on buffer sample offsets.
2844         Make the baseaudiosink provide a clock.
2845         Parse caps in the base class.
2846         Correctly handle seeking, flushing and state changes.
2847
2848 2005-04-25  Thomas Vander Stichele  <thomas at apestaart dot org>
2849
2850         * configure.ac:
2851         * gst/audioconvert/Makefile.am:
2852         * gst/audioscale/Makefile.am:
2853           Fix part of the build.  Come on guys, autogen didn't even work :)
2854
2855 2005-04-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
2856
2857         * configure.ac:
2858         * gst-libs/gst/Makefile.am:
2859         * gst-libs/gst/media-info/.cvsignore:
2860         * gst-libs/gst/media-info/Makefile.am:
2861         * gst-libs/gst/media-info/README:
2862         * gst-libs/gst/media-info/media-info-priv.c:
2863         * gst-libs/gst/media-info/media-info-priv.h:
2864         * gst-libs/gst/media-info/media-info-test.c:
2865         * gst-libs/gst/media-info/media-info.c:
2866         * gst-libs/gst/media-info/media-info.h:
2867         * gst-libs/gst/media-info/media-info.vcproj:
2868         * pkgconfig/Makefile.am:
2869         * pkgconfig/gstreamer-media-info-uninstalled.pc.in:
2870         * pkgconfig/gstreamer-media-info.pc.in:
2871           Remove media-info, which is also successed by playbin (see Totem
2872           implementation).
2873
2874 2005-04-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
2875
2876         * configure.ac:
2877         * examples/Makefile.am:
2878         * examples/gstplay/.cvsignore:
2879         * examples/gstplay/Makefile.am:
2880         * examples/gstplay/player.c:
2881         * gst-libs/gst/Makefile.am:
2882         * gst-libs/gst/play/.cvsignore:
2883         * gst-libs/gst/play/Makefile.am:
2884         * gst-libs/gst/play/play.c:
2885         * gst-libs/gst/play/play.h:
2886         * gst-libs/gst/play/play.vcproj:
2887         * pkgconfig/Makefile.am:
2888         * pkgconfig/gstreamer-play-uninstalled.pc.in:
2889         * pkgconfig/gstreamer-play.pc.in:
2890           Remove libgstplay, playbin is now the official successor.
2891
2892 2005-04-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
2893
2894         * configure.ac:
2895         * gst-libs/gst/Makefile.am:
2896         * gst-libs/gst/xwindowlistener/Makefile.am:
2897         * gst-libs/gst/xwindowlistener/xwindowlistener.c:
2898         * gst-libs/gst/xwindowlistener/xwindowlistener.h:
2899           Remove deprecated xwindowlistener (I've moved xwindowlistening
2900           in the v4l/v4l2 plugins over to serverside).
2901
2902 2005-04-25  David Schleef  <ds@schleef.org>
2903
2904         * examples/dynparams/Makefile.am: Move demo-dparams from gst/sine
2905         to examples/dynparams.  Examples do not belong interspersed with
2906         source code.
2907         * examples/dynparams/demo-dparams.c:
2908         * gst/sine/Makefile.am:
2909         * gst/sine/demo-dparams.c:
2910
2911 2005-04-25  David Schleef  <ds@schleef.org>
2912
2913         Don't use GST_PLUGIN_LDFLAGS, because these aren't plugins.
2914         * gst-libs/gst/audio/Makefile.am:
2915         * gst-libs/gst/riff/Makefile.am:
2916         * gst-libs/gst/tag/Makefile.am:
2917         * gst-libs/gst/video/Makefile.am:
2918         * gst-libs/gst/xwindowlistener/Makefile.am:
2919
2920         Convert to 0.9 API, seems to work:
2921         * sys/ximage/Makefile.am:
2922         * sys/ximage/ximagesink.c:
2923
2924 2005-04-24  David Schleef  <ds@schleef.org>
2925
2926         Link plugins against libraries:
2927         * ext/alsa/Makefile.am:
2928         * gst/tcp/Makefile.am:
2929
2930         Remove asm code that should be in liboil
2931         * gst/videoscale/Makefile.am:
2932         * gst/videoscale/videoscale_x86_asm.s:
2933
2934         gettext wants these checked in:
2935         * po/af.po:
2936         * po/az.po:
2937         * po/cs.po:
2938         * po/en_GB.po:
2939         * po/hu.po:
2940         * po/it.po:
2941         * po/nb.po:
2942         * po/nl.po:
2943         * po/or.po:
2944         * po/sq.po:
2945         * po/sr.po:
2946         * po/sv.po:
2947         * po/uk.po:
2948         * po/vi.po:
2949
2950 2005-04-24  David Schleef  <ds@schleef.org>
2951
2952         Convert gst_main() to g_main_loop_run()
2953         * gst/playback/decodetest.c: (main):
2954         * gst/playback/test2.c: (main):
2955         * gst/playback/test3.c: (main):
2956         * gst/playback/test4.c: (main):
2957
2958         Link plugins against libraries:
2959         * ext/libvisual/Makefile.am:
2960         * sys/xvimage/Makefile.am:
2961
2962 2005-04-24  David Schleef  <ds@schleef.org>
2963
2964         * configure.ac: Remove idct and resample libs
2965         * gst-libs/gst/Makefile.am: same
2966
2967         Remove usage of gst_library_load():
2968         * ext/alsa/gstalsaplugin.c: (plugin_init):
2969         * ext/libvisual/visual.c: (plugin_init):
2970         * ext/ogg/gstogg.c: (plugin_init):
2971         * ext/theora/theora.c: (plugin_init):
2972         * ext/vorbis/vorbis.c: (plugin_init):
2973         * gst-libs/gst/audio/gstaudiofiltertemplate.c: (plugin_init):
2974         * gst/audioscale/gstaudioscale.c:
2975         * gst/adder/gstadder.c: (plugin_init):
2976         * gst/audioconvert/plugin.c: (plugin_init):
2977         * sys/ximage/ximagesink.c: (plugin_init):
2978         * sys/xvimage/xvimagesink.c: (plugin_init):
2979         * gst/tcp/gsttcpplugin.c: (plugin_init):
2980
2981         Link plugins against libraries:
2982         * ext/ogg/Makefile.am:
2983         * ext/theora/Makefile.am:
2984         * ext/vorbis/Makefile.am:
2985         * gst/audioconvert/Makefile.am:
2986
2987         Create proper libraries:
2988         * gst-libs/gst/riff/Makefile.am:
2989         * gst-libs/gst/audio/Makefile.am:
2990         * gst-libs/gst/video/Makefile.am:
2991
2992         Move resample library to audioscale plugin directory:
2993         * gst-libs/gst/resample/Makefile.am:
2994         * gst-libs/gst/resample/README:
2995         * gst-libs/gst/resample/dtof.c:
2996         * gst-libs/gst/resample/dtos.c:
2997         * gst-libs/gst/resample/functable.c:
2998         * gst-libs/gst/resample/private.h:
2999         * gst-libs/gst/resample/resample.c:
3000         * gst-libs/gst/resample/resample.h:
3001         * gst-libs/gst/resample/resample.vcproj:
3002         * gst-libs/gst/resample/test.c:
3003         * gst/audioscale/Makefile.am:
3004         * gst/audioscale/README:
3005         * gst/audioscale/dtof.c:
3006         * gst/audioscale/dtos.c:
3007         * gst/audioscale/functable.c:
3008         * gst/audioscale/private.h:
3009         * gst/audioscale/resample.c:
3010         * gst/audioscale/resample.h:
3011         * gst/audioscale/test.c:
3012
3013         Move tagedit library to gst-libs:
3014         * gst-libs/gst/tag/Makefile.am:
3015         * gst-libs/gst/tag/gstid3tag.c:
3016         * gst-libs/gst/tag/gsttagediting.c:
3017         * gst-libs/gst/tag/gsttageditingprivate.h:
3018         * gst-libs/gst/tag/gstvorbistag.c:
3019         * gst/tags/Makefile.am:
3020         * gst/tags/gstid3tag.c:
3021         * gst/tags/gstvorbistag.c:
3022
3023         Fix for core changes:
3024         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
3025         (gst_sinesrc_init), (gst_sinesrc_src_fixate), (gst_sinesrc_link),
3026         (gst_sinesrc_getrange):
3027
3028 2005-04-23  David Schleef  <ds@schleef.org>
3029
3030         * gst-libs/gst/Makefile.am: Remove idct.  It hasn't been used
3031         in gst-plugins in a long time, and properly belongs in liboil.
3032         * gst-libs/gst/idct/Makefile.am:
3033         * gst-libs/gst/idct/README:
3034         * gst-libs/gst/idct/dct.h:
3035         * gst-libs/gst/idct/doieee:
3036         * gst-libs/gst/idct/fastintidct.c:
3037         * gst-libs/gst/idct/floatidct.c:
3038         * gst-libs/gst/idct/idct.c:
3039         * gst-libs/gst/idct/idct.h:
3040         * gst-libs/gst/idct/idtc.vcproj:
3041         * gst-libs/gst/idct/ieeetest.c:
3042         * gst-libs/gst/idct/intidct.c:
3043
3044 2005-04-20  Wim Taymans  <wim@fluendo.com>
3045
3046         * docs/design-audiosinks.txt:
3047         * gst-libs/gst/audio/Makefile.am:
3048         * gst-libs/gst/audio/TODO:
3049         * gst-libs/gst/audio/gstaudiosink.c:
3050         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
3051         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
3052         (gst_audioringbuffer_dispose), (gst_audioringbuffer_finalize),
3053         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
3054         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
3055         (gst_audioringbuffer_delay), (gst_audiosink_base_init),
3056         (gst_audiosink_class_init), (gst_audiosink_init),
3057         (gst_audiosink_create_ringbuffer):
3058         * gst-libs/gst/audio/gstaudiosink.h:
3059         * gst-libs/gst/audio/gstbaseaudiosink.c:
3060         (gst_baseaudiosink_base_init), (gst_baseaudiosink_class_init),
3061         (gst_baseaudiosink_init), (gst_baseaudiosink_set_property),
3062         (gst_baseaudiosink_get_property), (gst_baseaudiosink_setcaps),
3063         (gst_baseaudiosink_get_times), (gst_baseaudiosink_event),
3064         (gst_baseaudiosink_preroll), (gst_baseaudiosink_render),
3065         (gst_baseaudiosink_create_ringbuffer),
3066         (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
3067         * gst-libs/gst/audio/gstbaseaudiosink.h:
3068         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
3069         (gst_ringbuffer_class_init), (gst_ringbuffer_init),
3070         (gst_ringbuffer_dispose), (gst_ringbuffer_finalize),
3071         (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
3072         (gst_ringbuffer_release), (gst_ringbuffer_play_unlocked),
3073         (gst_ringbuffer_play), (gst_ringbuffer_pause),
3074         (gst_ringbuffer_resume), (gst_ringbuffer_stop),
3075         (gst_ringbuffer_callback), (gst_ringbuffer_delay),
3076         (gst_ringbuffer_played_samples), (gst_ringbuffer_commit),
3077         (gst_ringbuffer_prepare_read), (gst_ringbuffer_clear):
3078         * gst-libs/gst/audio/gstringbuffer.h:
3079         An attempt at a set of audio base classes together with some
3080         design docs.
3081
3082 2005-04-20  Wim Taymans  <wim@fluendo.com>
3083
3084         * gst/audioconvert/Makefile.am:
3085         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
3086         (gst_audio_convert_caps_remove_format_info),
3087         (gst_audio_convert_setcaps), (gst_audio_convert_fixate),
3088         (gst_audio_convert_channels):
3089         Link against audio libs.
3090         Fix audio convert plugin.
3091
3092 2005-04-20  Wim Taymans  <wim@fluendo.com>
3093
3094         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_factory_filter),
3095         (gst_ogg_demux_sink_activate):
3096         * ext/theora/theoraenc.c: (theora_enc_sink_setcaps),
3097         (theora_set_header_on_caps), (theora_enc_sink_event),
3098         (theora_enc_chain):
3099         Fix theora encoder.
3100
3101 2005-04-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
3102
3103         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_factory_filter):
3104         * gst/playback/gstdecodebin.c: (find_compatibles):
3105           Work with staticpadtemplates in elementfactories.
3106
3107 2005-04-12  Wim Taymans  <wim@fluendo.com>
3108
3109         * gst/playback/README:
3110         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
3111         (compare_ranks), (print_feature), (gst_decode_bin_init),
3112         (dynamic_create), (dynamic_free), (find_compatibles),
3113         (mimetype_is_raw), (close_pad_link), (got_redirect),
3114         (try_to_link_1), (get_our_ghost_pad), (remove_element_chain),
3115         (new_pad), (no_more_pads), (unlinked), (close_link), (type_found),
3116         (gst_decode_bin_change_state):
3117         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
3118         (gst_play_base_bin_init), (group_destroy), (group_commit),
3119         (check_queue), (queue_overrun), (queue_threshold_reached),
3120         (queue_out_of_data), (gen_preroll_element), (unknown_type),
3121         (new_decoded_pad), (setup_subtitle), (gen_source_element),
3122         (got_redirect), (setup_source), (play_base_eos),
3123         (gst_play_base_bin_change_state), (gst_play_base_bin_add_element),
3124         (gst_play_base_bin_remove_element):
3125         * gst/playback/gstplaybasebin.h:
3126         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
3127         (gst_play_bin_init), (gst_play_bin_dispose),
3128         (gst_play_bin_set_property), (gen_video_element),
3129         (gen_text_element), (gen_audio_element), (remove_sinks),
3130         (gst_play_bin_send_event):
3131         * gst/playback/gststreaminfo.c: (gst_stream_info_dispose),
3132         (stream_info_change_state), (gst_stream_info_set_mute):
3133         * gst/playback/gststreamselector.c: (gst_stream_selector_init),
3134         (gst_stream_selector_get_caps), (gst_stream_selector_setcaps),
3135         (gst_stream_selector_request_new_pad), (gst_stream_selector_event),
3136         (gst_stream_selector_chain):
3137         * gst/playback/test.c: (gen_video_element), (gen_audio_element),
3138         (main):
3139         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_getcaps),
3140         (gst_xvimagesink_setcaps), (gst_xvimagesink_get_times),
3141         (gst_xvimagesink_show_frame), (gst_xvimagesink_chain),
3142         (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_class_init):
3143         Raw and crude port of decodebin. 
3144         Make playbin compile.
3145
3146 2005-04-06  Wim Taymans  <wim@fluendo.com>
3147
3148         * ext/gnomevfs/Makefile.am:
3149         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get_type),
3150         (gst_gnomevfssrc_class_init), (gst_gnomevfssrc_init),
3151         (gst_gnomevfssrc_set_property), (gst_gnomevfssrc_get_property),
3152         (gst_gnomevfssrc_create), (gst_gnomevfssrc_is_seekable),
3153         (gst_gnomevfssrc_get_size), (gst_gnomevfssrc_start),
3154         (gst_gnomevfssrc_stop):
3155         * ext/ogg/Makefile.am:
3156         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_get_data),
3157         (gst_ogg_demux_find_chains), (gst_ogg_demux_sink_activate):
3158         * ext/theora/Makefile.am:
3159         * ext/theora/theoradec.c: (_inc_granulepos),
3160         (theora_dec_sink_event), (theora_dec_chain):
3161         * ext/vorbis/Makefile.am:
3162         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
3163         (vorbis_dec_sink_event), (vorbis_dec_chain):
3164         * gst-libs/gst/audio/Makefile.am:
3165         * sys/xvimage/Makefile.am:
3166         Make gnomevfssrc extend the source base class.
3167         Fix linking against libs in various plugins.
3168
3169 2005-04-06  Andy Wingo  <wingo@pobox.com>
3170
3171         * gst-libs/gst/video/Makefile.am (libgstvideo_la_LDFLAGS): Use
3172         GST_BASE_LIBS.
3173
3174         * configure.ac: Add check and AC_SUBST for libgstbase.
3175
3176 2005-03-31  Wim Taymans  <wim@fluendo.com>
3177
3178         * examples/seeking/Makefile.am:
3179         * examples/seeking/cdparanoia.c: (main):
3180         * examples/seeking/cdplayer.c: (update_scale), (stop_seek),
3181         (play_cb), (pause_cb), (stop_cb), (main):
3182         * examples/seeking/playbin.c:
3183         * examples/seeking/seek.c: (dynamic_link), (make_mod_pipeline),
3184         (make_dv_pipeline), (make_wav_pipeline), (make_flac_pipeline),
3185         (make_sid_pipeline), (make_vorbis_pipeline),
3186         (make_theora_pipeline), (make_vorbis_theora_pipeline),
3187         (make_avi_msmpeg4v3_mp3_pipeline), (make_mp3_pipeline),
3188         (make_avi_pipeline), (make_mpeg_pipeline), (make_mpegnt_pipeline),
3189         (make_playerbin_pipeline), (update_scale), (end_scrub), (do_seek),
3190         (seek_cb), (start_seek), (stop_seek), (play_cb), (pause_cb),
3191         (stop_cb), (main):
3192         * examples/seeking/spider_seek.c:
3193         * examples/seeking/vorbisfile.c:
3194         * ext/gnomevfs/Makefile.am:
3195         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
3196         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_base_init),
3197         (gst_gnomevfssrc_class_init), (gst_gnomevfssrc_init),
3198         (gst_gnomevfssrc_get_property), (gst_gnomevfssrc_get),
3199         (gst_gnomevfssrc_open_file), (gst_gnomevfssrc_close_file),
3200         (gst_gnomevfssrc_getrange), (gst_gnomevfssrc_loop),
3201         (gst_gnomevfssrc_activate), (gst_gnomevfssrc_change_state),
3202         (gst_gnomevfssrc_srcpad_query), (gst_gnomevfssrc_srcpad_event):
3203         * ext/ogg/README:
3204         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_get_type),
3205         (gst_ogg_pad_class_init), (gst_ogg_pad_init),
3206         (gst_ogg_pad_dispose), (gst_ogg_pad_finalize),
3207         (gst_ogg_pad_formats), (gst_ogg_pad_event_masks),
3208         (gst_ogg_pad_query_types), (gst_ogg_pad_getcaps),
3209         (gst_ogg_pad_src_convert), (gst_ogg_pad_src_query),
3210         (gst_ogg_pad_event), (gst_ogg_pad_reset),
3211         (gst_ogg_demux_factory_filter), (compare_ranks),
3212         (gst_ogg_pad_internal_chain), (gst_ogg_pad_typefind),
3213         (gst_ogg_pad_submit_packet), (gst_ogg_pad_submit_page),
3214         (gst_ogg_chain_new), (gst_ogg_chain_free),
3215         (gst_ogg_chain_new_stream), (gst_ogg_chain_get_stream),
3216         (gst_ogg_chain_has_stream), (gst_ogg_demux_base_init),
3217         (gst_ogg_demux_class_init), (gst_ogg_demux_init),
3218         (gst_ogg_demux_finalize), (gst_ogg_demux_handle_event),
3219         (gst_ogg_demux_submit_buffer), (gst_ogg_demux_seek),
3220         (gst_ogg_demux_get_data), (gst_ogg_demux_get_next_page),
3221         (gst_ogg_demux_get_prev_page),
3222         (gst_ogg_demux_deactivate_current_chain),
3223         (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek),
3224         (gst_ogg_demux_bisect_forward_serialno),
3225         (gst_ogg_demux_read_chain), (gst_ogg_demux_read_end_chain),
3226         (gst_ogg_demux_find_pad), (gst_ogg_demux_find_chain),
3227         (gst_ogg_demux_find_chains), (gst_ogg_demux_chain_unlocked),
3228         (gst_ogg_demux_chain), (gst_ogg_demux_send_eos),
3229         (gst_ogg_demux_loop), (gst_ogg_demux_sink_activate),
3230         (gst_ogg_demux_change_state), (gst_ogg_print):
3231         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
3232         (gst_ogg_mux_init), (gst_ogg_mux_sinkconnect),
3233         (gst_ogg_mux_next_buffer), (gst_ogg_mux_buffer_from_page),
3234         (gst_ogg_mux_push_page), (gst_ogg_mux_send_headers),
3235         (gst_ogg_mux_loop):
3236         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
3237         * ext/theora/theoradec.c: (gst_theora_dec_init), (_inc_granulepos),
3238         (theora_dec_src_convert), (theora_dec_sink_convert),
3239         (theora_dec_src_query), (theora_dec_src_event),
3240         (theora_dec_sink_event), (theora_dec_chain),
3241         (theora_dec_change_state):
3242         * ext/theora/theoraenc.c: (gst_theora_enc_init),
3243         (theora_enc_sink_setcaps), (theora_buffer_from_packet),
3244         (theora_push_buffer), (theora_enc_sink_event), (theora_enc_chain),
3245         (theora_enc_change_state):
3246         * ext/vorbis/Makefile.am:
3247         * ext/vorbis/oggvorbisenc.c:
3248         * ext/vorbis/oggvorbisenc.h:
3249         * ext/vorbis/vorbis.c: (plugin_init):
3250         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
3251         (vorbis_dec_src_query), (vorbis_dec_src_event),
3252         (vorbis_dec_sink_event), (vorbis_dec_chain),
3253         (vorbis_dec_change_state):
3254         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_class_init),
3255         (gst_vorbisenc_sink_setcaps), (gst_vorbisenc_init),
3256         (gst_vorbisenc_buffer_from_packet), (gst_vorbisenc_push_buffer),
3257         (gst_vorbisenc_sink_event), (gst_vorbisenc_chain),
3258         (gst_vorbisenc_change_state):
3259         * ext/vorbis/vorbisenc.h:
3260         * ext/vorbis/vorbisparse.c: (vorbis_parse_chain):
3261         * gst-libs/gst/audio/audioclock.c:
3262         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link),
3263         (gst_audiofilter_init), (gst_audiofilter_chain):
3264         * gst-libs/gst/audio/testchannels.c: (main):
3265         * gst-libs/gst/gconf/gconf.c: (gst_bin_find_unconnected_pad):
3266         * gst-libs/gst/media-info/media-info-priv.c: (gmip_reset),
3267         (gmip_find_type), (gmip_find_stream), (gmip_find_track_metadata),
3268         (gmip_find_track_streaminfo), (gmip_find_track_format):
3269         * gst-libs/gst/media-info/media-info.c:
3270         (gst_media_info_read_idler):
3271         * gst-libs/gst/play/play.c: (gst_play_get_sink_element),
3272         (gst_play_get_all_by_interface):
3273         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk),
3274         (gst_riff_parse_chunk), (gst_riff_parse_file_header),
3275         (gst_riff_parse_strh), (gst_riff_parse_strf_vids),
3276         (gst_riff_parse_strf_auds), (gst_riff_parse_strf_iavs),
3277         (gst_riff_parse_info):
3278         * gst-libs/gst/riff/riff-read.h:
3279         * gst-libs/gst/riff/riff.c: (plugin_init):
3280         * gst-libs/gst/video/Makefile.am:
3281         * gst-libs/gst/video/gstvideosink.c: (gst_videosink_init),
3282         (gst_videosink_class_init), (gst_videosink_get_type):
3283         * gst-libs/gst/video/videosink.h:
3284         * gst/audioconvert/bufferframesconvert.c:
3285         (buffer_frames_convert_init), (buffer_frames_convert_fixate),
3286         (buffer_frames_convert_setcaps), (buffer_frames_convert_chain):
3287         * gst/audioconvert/channelmixtest.c: (main):
3288         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init),
3289         (gst_audio_convert_chain),
3290         (gst_audio_convert_caps_remove_format_info),
3291         (gst_audio_convert_getcaps), (gst_audio_convert_parse_caps),
3292         (gst_audio_convert_setcaps), (_fixate_caps_to_int),
3293         (gst_audio_convert_fixate), (gst_audio_convert_get_buffer),
3294         (gst_audio_convert_buffer_to_default_format),
3295         (gst_audio_convert_buffer_from_default_format),
3296         (gst_audio_convert_channels):
3297         * gst/audioconvert/gstchannelmix.h:
3298         * gst/ffmpegcolorspace/avcodec.h:
3299         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
3300         (gst_ffmpegcsp_caps_remove_format_info), (gst_ffmpegcsp_getcaps),
3301         (gst_ffmpegcsp_configure_context), (gst_ffmpegcsp_setcaps),
3302         (gst_ffmpegcsp_init), (gst_ffmpegcsp_chain):
3303         * gst/tags/gstid3tag.c: (gst_tag_extract_id3v1_string):
3304         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_chain):
3305         * gst/typefind/gsttypefindfunctions.c: (aac_type_find),
3306         (mp3_type_find), (mpeg2_sys_type_find), (mpeg1_sys_type_find),
3307         (mpeg_video_type_find), (mpeg_video_stream_type_find),
3308         (dv_type_find):
3309         * gst/videotestsrc/gstvideotestsrc.c:
3310         (gst_videotestsrc_class_init), (gst_videotestsrc_src_negotiate),
3311         (gst_videotestsrc_src_link), (gst_videotestsrc_parse_caps),
3312         (gst_videotestsrc_src_accept_caps), (gst_videotestsrc_setcaps),
3313         (gst_videotestsrc_src_unlink), (gst_videotestsrc_activate),
3314         (gst_videotestsrc_change_state), (gst_videotestsrc_getcaps),
3315         (gst_videotestsrc_init), (gst_videotestsrc_src_query),
3316         (gst_videotestsrc_handle_src_event), (gst_videotestsrc_loop):
3317         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
3318         (gst_xvimagesink_xcontext_clear), (gst_xvimagesink_fixate),
3319         (gst_xvimagesink_getcaps), (gst_xvimagesink_setcaps),
3320         (gst_xvimagesink_change_state), (gst_xvimagesink_get_times),
3321         (gst_xvimagesink_show_frame), (gst_xvimagesink_chain),
3322         (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc),
3323         (gst_xvimagesink_navigation_send_event),
3324         (gst_xvimagesink_set_xwindow_id), (gst_xvimagesink_expose),
3325         (gst_xvimagesink_set_property), (gst_xvimagesink_finalize),
3326         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
3327         * sys/xvimage/xvimagesink.h:
3328         Plugin port to 0.9, ogg/theora playback should work in the seek
3329         example now.
3330         Removed old examples.
3331         Removed old oggvorbisenc, renamed rawvorbisenc to vorbisenc as
3332         explained in 0.9 TODO doc.
3333
3334
3335 2005-02-23  Thomas Vander Stichele  <thomas at apestaart dot org>
3336
3337         * autogen.sh:
3338         * configure.ac:
3339         * ext/Makefile.am:
3340         * gst/Makefile.am:
3341         * po/POTFILES.in:
3342         * po/af.po:
3343         * po/az.po:
3344         * po/cs.po:
3345         * po/en_GB.po:
3346         * po/hu.po:
3347         * po/it.po:
3348         * po/nb.po:
3349         * po/nl.po:
3350         * po/or.po:
3351         * po/sq.po:
3352         * po/sr.po:
3353         * po/sv.po:
3354         * po/uk.po:
3355         * po/vi.po:
3356         * sys/Makefile.am:
3357         * testsuite/Makefile.am:
3358           remove a whole bunch of plugins.  This module now contains a set
3359           of free reference plugins/elements as agreed.
3360
3361 2005-02-22  Thomas Vander Stichele  <thomas at apestaart dot org>
3362
3363         * configure.ac:
3364           hunting season on 0.9 is now OPEN
3365
3366 2005-02-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
3367
3368         * sys/oss/gstosselement.c: (gst_osselement_class_probe_devices):
3369           Kick the hell out of gcc for not warning me about a symbol conflict.
3370
3371 2005-02-22  Luca Ognibene  <luogni@tin.it>
3372
3373         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
3374
3375         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_link):
3376           Don't leak caps string (fixes #168134)
3377
3378         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_class_init),
3379         (gst_jpegenc_init), (gst_jpegenc_finalize),
3380         (gst_jpegenc_change_state):
3381           Don't leak line buffers and context struct (fixes #168133).
3382
3383 2005-02-21  Tim-Philipp Müller  <tim at centricular dot net>
3384
3385         * configure.ac:
3386         * ext/dirac/gstdiracdec.cc:
3387         (gst_diracdec_chain):
3388           Since dirac 0.5.0 the framerate in dirac is expressed as a
3389           rational number. Fix build and up requirement to 0.5.0, and
3390           also pass parameters to gst_diracdec_link in the right order
3391           (fixes #167959).
3392
3393 2005-02-21  Maciej Katafiasz  <mathrick@freedesktop.org>
3394
3395         * ext/faad/gstfaad.c: (gst_faad_sinkconnect), (gst_faad_chain):
3396         * ext/faad/gstfaad.h:
3397         TEH LONGEST DEBUGGING SESSION EVAR is over. Fix interaction with 
3398         certain invalid muxed streams, where some packets will contain 
3399         junk after decoder data. Partially fixes #149158.
3400
3401 2005-02-21  Jan Schmidt <thaytan@mad.scientist.com>
3402         * gst/dvdlpcmdec/gstdvdlpcmdec.c: (gst_dvdlpcmdec_chain):
3403           Make sure we only write to writable buffers
3404
3405 2005-02-20  Tim-Philipp Müller  <tim at centricular dot net>
3406
3407         * gst-libs/gst/riff/riff-media.c:
3408         (gst_riff_create_audio_caps_with_data):
3409           Do actually fix invalid RIFF fmt header values for alaw
3410           and mulaw audio instead of just saying so.
3411
3412         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt):
3413           Give gst_riff_create_audio_caps_with_data() a chance to
3414           fix up broken format header fields before extracting any
3415           parameters from the header. (fixes #167633)
3416
3417 2005-02-19  Martin Holters  <martin.holters@gmx.de>
3418
3419         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
3420
3421         * gst/audioconvert/bufferframesconvert.c:
3422         (buffer_frames_convert_link):
3423           Don't leak othercaps. (fixes #167878)
3424
3425 2005-02-19  Arwed v. Merkatz  <v.merkatz@gmx.net>
3426
3427         * configure.ac:
3428         * ext/libvisual/visual.c: (gst_visual_srclink),
3429         (gst_visual_change_state):
3430           Support libvisual 0.2.0.
3431
3432 2005-02-18  Tim-Philipp Müller  <tim at centricular dot net>
3433
3434         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_chain):
3435         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_resync), (gst_jpegenc_chain):
3436           Use same rowstrides for I420 as used everywhere else.
3437
3438 2005-02-17  Tim-Philipp Müller  <tim at centricular dot net>
3439
3440         * gst/avi/gstavidemux.c: (gst_avi_demux_invert):
3441           Declare variables at beginning of block and make gcc-2.95 happy
3442           (fixes # 167482, patch by Gergely Nagy).
3443           
3444         * gst/tcp/gsttcpclientsrc.c:
3445         * gst/tcp/gsttcpclientsrc.h:
3446           Move some includes into the header, so that struct sockaddr_in is
3447           defined when it should be defined on FreeBSD as well (fixes
3448           #167483).
3449           
3450         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_init_receive):
3451           Don't pass uninitialised values to setsockopt() here either.
3452
3453 2005-02-17  Luca Ognibene  <luogni at tin dot it>
3454
3455         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
3456
3457         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_init_send):
3458           Don't pass uninitialised values to setsockopt(). (fixes #167704)
3459
3460 2005-02-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
3461
3462         * gst/playback/gstplaybin.c: (add_sink):
3463           Invert bin_add/link order to workaround deadlock in opt.
3464
3465 2005-02-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
3466
3467         * gst/modplug/gstmodplug.cc:
3468           Add missing break causing position queries to fail.
3469
3470 2005-02-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
3471
3472         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_populate):
3473           Granpos can apparently be -1, which screws up calculations...
3474
3475 2005-02-16  Jan Schmidt  <thaytan@mad.scientist.com>
3476
3477         * sys/ximage/ximagesink.c: (gst_ximagesink_chain),
3478         (gst_ximagesink_send_pending_navigation),
3479         (gst_ximagesink_navigation_send_event), (gst_ximagesink_finalize),
3480         (gst_ximagesink_init):
3481         * sys/ximage/ximagesink.h:
3482         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain),
3483         (gst_xvimagesink_send_pending_navigation),
3484         (gst_xvimagesink_navigation_send_event),
3485         (gst_xvimagesink_finalize), (gst_xvimagesink_init):
3486         * sys/xvimage/xvimagesink.h:
3487           Use a mutex protected list to marshal navigation
3488           events into the stream thread from whichever thread
3489           sends them.
3490
3491 2005-02-15  Tim-Philipp Müller  <tim at centricular dot net>
3492
3493         * gst/speed/demo-mp3.c: (time_tick_cb), (main):
3494           Display current position and track length; misc. clean-ups.
3495           
3496         * gst/speed/gstspeed.c: (speed_get_query_types), (speed_src_query),
3497         (speed_init), (speed_chain):
3498           Add query function, so that the stream length and current position
3499           get adjusted when queried (note that current position queries may
3500           still be wrong if the audio sink returns values based on buffer
3501           timestamps instead of passing on the query).
3502
3503 2005-02-13  Benjamin Otte  <otte@gnome.org>
3504
3505         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link),
3506         (gst_audio_convert_channels):
3507           create channel conversion matrix when linking
3508         * gst/audioconvert/.cvsignore:
3509         * gst/audioconvert/Makefile.am:
3510         * gst/audioconvert/channelmixtest.c: (main):
3511           add (ugly) test that ensures stereo <=> mono conversion works
3512           correctly
3513
3514 2005-02-13  Benjamin Otte  <otte@gnome.org>
3515
3516         * gst/audioconvert/gstchannelmix.h:
3517           include missing header file
3518         * gst/audioconvert/gstchannelmix.c:
3519         (gst_audio_convert_fill_compatible):
3520           use same sign for both channels when converting to/from compatible
3521           channel. Previously used different signs made the signals cancel
3522           each other out and appear like silence. (fixes #167269)
3523
3524 2005-02-12  Tim-Philipp Müller  <tim at centricular dot net>
3525
3526         * gst/ffmpegcolorspace/avcodec.h:
3527         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
3528         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
3529         (gst_ffmpegcsp_avpicture_fill):
3530         * gst/ffmpegcolorspace/imgconvert.c:
3531           Convert to and from YV12 (fixes #156379).
3532
3533 2005-02-12  Julien MOUTTE  <julien@moutte.net>
3534
3535         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new),
3536         (gst_ximagesink_sink_link), (gst_ximagesink_change_state),
3537         (gst_ximagesink_chain), (gst_ximagesink_set_xwindow_id),
3538         (gst_ximagesink_expose), (gst_ximagesink_set_property),
3539         (gst_ximagesink_finalize), (gst_ximagesink_init): Protect interface
3540         methods from chain and negotiation and vice versa (Fixes #166142).
3541         * sys/ximage/ximagesink.h: Add stream_lock.
3542         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sink_link),
3543         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_free),
3544         (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_set_xwindow_id),
3545         (gst_xvimagesink_expose): Check for xcontext before trying to link.
3546
3547 2005-02-12  Tim-Philipp Müller  <tim at centricular dot net>
3548
3549         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_open):
3550           Don't send "Hey! You gave me a NULL pointer you naughty person" as
3551           error message when we can't open the DVD device (when dvdnav_open()
3552           fails, src->dvdnav is NULL, so dvdnav_err_to_string() will return
3553           the above). Send something more useful instead (fixes #167117).
3554
3555 2005-02-11  Julien MOUTTE  <julien@moutte.net>
3556
3557         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put),
3558         (gst_xvimagesink_sink_link), (gst_xvimagesink_change_state),
3559         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_free),
3560         (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_set_xwindow_id),
3561         (gst_xvimagesink_expose), (gst_xvimagesink_set_property),
3562         (gst_xvimagesink_finalize), (gst_xvimagesink_init): Protect interface
3563         methods from chain and negotiation and vice versa (Fixes #166142).
3564         Fix a possible bug of images in the buffer pool being discarded because
3565         we are looking at the wrong geometry.
3566         * sys/xvimage/xvimagesink.h: Add stream_lock.
3567
3568 2005-02-11  David Schleef  <ds@schleef.org>
3569
3570         * ext/mpeg2dec/gstmpeg2dec.c: (crop_buffer): Change uint to
3571         unsigned int. (fixes #167128)
3572
3573 2005-02-11  David Schleef  <ds@schleef.org>
3574
3575         * gst/librfb/Makefile.am: Testing stuff before committing is
3576           for wimps... and people with fast machines.  Fix stupid
3577           mistake.
3578
3579 2005-02-11  David Schleef  <ds@schleef.org>
3580
3581         * configure.ac: Pull in librfb from my CVS tree, because it is
3582           too small and annoying to be separate.  Move rfbsrc plugin
3583           to gst/.
3584         * ext/Makefile.am:
3585         * ext/librfb/Makefile.am:
3586         * ext/librfb/gstrfbsrc.c:
3587         * gst/librfb/Makefile.am:
3588         * gst/librfb/gstrfbsrc.c:
3589         * gst/librfb/rfb.c:
3590         * gst/librfb/rfb.h:
3591         * gst/librfb/rfbbuffer.c:
3592         * gst/librfb/rfbbuffer.h:
3593         * gst/librfb/rfbbytestream.c:
3594         * gst/librfb/rfbbytestream.h:
3595         * gst/librfb/rfbcontext.h:
3596         * gst/librfb/rfbdecoder.c:
3597         * gst/librfb/rfbdecoder.h:
3598         * gst/librfb/rfbutil.h:
3599
3600 2005-02-10  Tim-Philipp Müller  <tim at centricular dot net>
3601
3602         * gst/speed/Makefile.am:
3603         * gst/speed/demo-mp3.c: (main):
3604         * gst/speed/filter.func:
3605         * gst/speed/gstspeed.c: (speed_link), (speed_parse_caps),
3606         (speed_class_init), (speed_init), (speed_chain_int16),
3607         (speed_chain_float32), (speed_chain), (speed_set_property),
3608         (speed_get_property), (speed_change_state):
3609         * gst/speed/gstspeed.h:
3610           Fix speed element and make it chain-based (fixes #156467),
3611           and make it handle more than one channel.
3612
3613 2005-02-10  Jan Schmidt  <thaytan@mad.scientist.com>
3614
3615         * ext/dts/gstdtsdec.c: (gst_dtsdec_init), (gst_dtsdec_channels),
3616         (gst_dtsdec_handle_event), (gst_dtsdec_handle_frame),
3617         (gst_dtsdec_chain), (gst_dtsdec_change_state):
3618         * ext/dts/gstdtsdec.h:
3619           Don't clobber the stack constructing the channels array.
3620           Make the element chain-based. DTS tracks can now be played.
3621           
3622 2005-02-09  Tim-Philipp Müller  <tim at centricular dot net>
3623
3624         * gst-libs/gst/audio/multichannel.h:
3625         * gst-libs/gst/gconf/gconf.h:
3626         * gst-libs/gst/idct/idct.h:
3627         * gst-libs/gst/media-info/media-info-priv.h:
3628         * gst-libs/gst/play/play.h:
3629         * gst-libs/gst/resample/private.h:
3630         * gst-libs/gst/resample/resample.h:
3631         * gst-libs/gst/riff/riff-ids.h:
3632         * gst-libs/gst/video/video.h:
3633         * gst-libs/gst/video/videosink.h:
3634           Add G_BEGIN_DECLS and G_END_DECLS around headers where
3635           missing, so that they work when included from C++ code.
3636
3637 2005-02-09  David Schleef  <ds@schleef.org>
3638
3639         * testsuite/gst-lint: Check for non-statically scoped
3640           parent_class variables.  This won't be a problem once
3641           plugins are loaded with RTLD_LOCAL.
3642
3643 2005-02-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
3644
3645         * ext/mplex/gstmplexibitstream.cc:
3646           gcc madness.
3647
3648 2005-02-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
3649
3650         * ext/ogg/gstogmparse.c:
3651         * gst/debug/gstnavigationtest.c:
3652           Die, thou faulty symbol pollutors (non-static parent_class).
3653
3654 2005-02-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
3655
3656         * ext/mplex/gstmplexibitstream.cc:
3657           Fix event handling (#165525).
3658
3659 2005-02-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
3660
3661         * ext/mikmod/gstmikmod.c:
3662         * gst/modplug/gstmodplug.cc:
3663           Add missing endianness to template (fixes #165509).
3664
3665 2005-02-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
3666
3667         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_handle_data):
3668           Fix wrong order of reading of optional bytes (#165290).
3669
3670 2005-02-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
3671
3672         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
3673           Implement FILLER event awareness.
3674
3675 2005-02-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
3676
3677         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_convert):
3678           Fix track calculations (#166208).
3679
3680 2005-02-08  Gergely Nagy  <algernon@bonehunter.rulez.org>
3681
3682         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
3683
3684         * ext/libpng/gstpngdec.c: (gst_pngdec_init), (gst_pngdec_chain):
3685         * ext/libpng/gstpngenc.c:
3686           Fix byte-order, use proper fixed caps. Fixes #164197.
3687
3688 2005-02-08  Jan Schmidt  <thaytan@mad.scientist.com>
3689
3690         * configure.ac:
3691           Add dvdlpcmdec 
3692
3693         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_reset),
3694         (free_all_buffers), (gst_mpeg2dec_alloc_buffer):
3695           Don't push buffers if the src pad isn't negotiated yet.
3696           
3697         * gst/audioconvert/gstaudioconvert.c:
3698         (gst_audio_convert_buffer_to_default_format),
3699         (gst_audio_convert_buffer_from_default_format):
3700           Add support for 24-bit width.
3701
3702         * gst/dvdlpcmdec/.cvsignore:
3703         * gst/dvdlpcmdec/Makefile.am:
3704         * gst/dvdlpcmdec/gstdvdlpcmdec.c: (gst_dvdlpcmdec_get_type),
3705         (gst_dvdlpcmdec_base_init), (gst_dvdlpcmdec_class_init),
3706         (gst_dvdlpcm_reset), (gst_dvdlpcmdec_init), (gst_dvdlpcmdec_link),
3707         (gst_dvdlpcmdec_chain), (gst_dvdlpcmdec_change_state),
3708         (plugin_init):
3709         * gst/dvdlpcmdec/gstdvdlpcmdec.h:
3710           New decoder for rearranging DVD LPCM into our audio/x-raw-int
3711           format. Needs support for the channels maps if someone can find 
3712           a DVD LPCM track with > 2 channels.
3713
3714         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_handle_dvd_event),
3715         (gst_dvd_demux_send_discont), (gst_dvd_demux_handle_discont),
3716         (gst_dvd_demux_get_audio_stream), (gst_dvd_demux_process_private):
3717         * gst/mpegstream/gstdvddemux.h:
3718         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_send_discont),
3719         (gst_mpeg_demux_new_output_pad), (gst_mpeg_demux_init_stream),
3720         (gst_mpeg_demux_send_subbuffer), (gst_mpeg_demux_handle_src_query):
3721         * gst/mpegstream/gstmpegdemux.h:
3722         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_reset),
3723         (gst_mpeg_parse_parse_packhead), (gst_mpeg_parse_loop),
3724         (gst_mpeg_parse_get_rate), (gst_mpeg_parse_convert_src),
3725         (gst_mpeg_parse_handle_src_query),
3726         (gst_mpeg_parse_handle_src_event):
3727           Use audio/x-dvd-lpcm for LPCM output.
3728           Add DTS output.
3729
3730 2005-02-08  Gergely Nagy  <algernon@bonehunter.rulez.org>
3731
3732         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
3733
3734         * gst/alpha/gstalphacolor.c: (gst_alpha_color_sink_link),
3735         (transform_rgb), (transform_bgr), (gst_alpha_color_chain):
3736           Add BGRA handling (#165736).
3737
3738 2005-02-08  Francis Labonte  <francis_labonte@hotmail.com>
3739
3740         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
3741
3742         * gst/law/alaw-decode.c: (alawdec_link):
3743         * gst/law/alaw-encode.c: (alawenc_link):
3744         * gst/law/mulaw-decode.c: (mulawdec_link):
3745         * gst/law/mulaw-encode.c: (mulawenc_link):
3746           Fix caps memleaks (#166600).
3747
3748 2005-02-08  Tim-Philipp Müller  <tim at centricular dot net>
3749
3750         * ext/tarkin/mem.h:
3751         * ext/tarkin/wavelet.h:
3752         * ext/tarkin/yuv.h:
3753         * gst/ffmpegcolorspace/avcodec.h:
3754           Include "_stdint.h" instead of <stdint.h>. Fixes build on
3755           systems that don't have stdint.h, like Solaris9 (fixes #166631).
3756
3757 2005-02-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
3758
3759         * sys/ximage/ximagesink.c: (gst_ximagesink_change_state):
3760         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_clear),
3761         (gst_xvimagesink_change_state):
3762           Clear window on PAUSED->READY instead of READY->PAUSED. Stop
3763           Xv video (and thereby regenerate Xv colourkey) in clear() so
3764           that PLAY -> READY -> PLAY works (fixes #162504).
3765
3766 2005-02-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
3767
3768         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_getcaps):
3769           Switch to list instead of range, since MJPEG-devices really just
3770           support decimations, not any size.
3771
3772 2005-02-05  Jan Schmidt  <thaytan@mad.scientist.com>
3773         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_open_decoder),
3774         (gst_mpeg2dec_reset), (free_all_buffers),
3775         (gst_mpeg2dec_alloc_buffer), (handle_sequence):
3776         * ext/mpeg2dec/gstmpeg2dec.h:
3777           The libmpeg2 user-allocated buffer management is awkward, 
3778           to say the least. Hopefully this fixes things.
3779
3780 2005-02-04  Andy Wingo  <wingo@pobox.com>
3781
3782         * gst/audioconvert/bufferframesconvert.c
3783         (buffer_frames_convert_fixate): New function, fixates to 256
3784         frames per buffer by default. (Much better than 1.)
3785         (buffer_frames_convert_init): Set the fixate function for both src
3786         and sink pad.
3787         (buffer_frames_convert_link): After success setting nonfixed caps,
3788         get the negotiated caps so we can know how many buffer-frames it
3789         will be. No idea how this worked at all before.
3790
3791 2005-02-05  Jan Schmidt  <thaytan@mad.scientist.com>
3792
3793         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_init),
3794         (gst_mpeg2dec_close_decoder), (put_buffer), (check_buffer),
3795         (free_buffer), (free_all_buffers), (gst_mpeg2dec_alloc_buffer),
3796         (handle_sequence), (handle_picture):
3797         * ext/mpeg2dec/gstmpeg2dec.h:
3798           Rearrange buffer tracking and refcounting and refactor
3799           a little for readability. 
3800
3801 2005-02-04  Jan Schmidt  <thaytan@mad.scientist.com>
3802         * sys/v4l/gstv4l.c: (plugin_init):
3803         * sys/v4l/gstv4ljpegsrc.c: (gst_v4ljpegsrc_get_type),
3804         (gst_v4ljpegsrc_base_init), (gst_v4ljpegsrc_class_init),
3805         (gst_v4ljpegsrc_init), (gst_v4ljpegsrc_src_link),
3806         (gst_v4ljpegsrc_getcaps), (gst_v4ljpegsrc_get):
3807         * sys/v4l/gstv4ljpegsrc.h:
3808         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_open), (gst_v4lsrc_src_link):
3809         * sys/v4l/v4l_calls.h:
3810         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_palette_name),
3811         (gst_v4lsrc_get_fps):
3812         * sys/v4l/v4lsrc_calls.h:
3813           Add new v4ljpegsrc for handling the ov51x hacky "I'll give
3814           you jpeg inside rgb frames" driver.
3815           Don't error in the v4lsrc link function, just return 
3816           REFUSED.
3817
3818 2005-02-03  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
3819
3820         * sys/qcam/gstqcamsrc.c: (gst_qcamsrc_change_state),
3821         (gst_qcamsrc_open):
3822           Use GST_ELEMENT_ERROR, not g_warning, if open failed.
3823
3824 2005-02-02  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
3825
3826         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):
3827           Change caps on MJPEG-B so it doesn't interfere with MJPEG/JPEG.
3828
3829 2005-02-02  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
3830
3831         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_change_state):
3832           Reset negotiated state on PAUSED->READY.
3833
3834 2005-02-02  David Schleef  <ds@schleef.org>
3835
3836         * configure.ac: Put DEFAULT_AUDIOSINK in config.h and use
3837         whereever possible.  (Fixes #165997)
3838         * examples/capsfilter/capsfilter1.c: (main):
3839         * examples/dynparams/filter.c: (create_ui):
3840         * examples/seeking/cdparanoia.c: (get_track_info), (main):
3841         * examples/seeking/chained.c: (main):
3842         * examples/seeking/seek.c: (make_mod_pipeline), (make_dv_pipeline),
3843         (make_wav_pipeline), (make_flac_pipeline), (make_sid_pipeline),
3844         (make_vorbis_pipeline), (make_mp3_pipeline), (make_avi_pipeline),
3845         (make_mpeg_pipeline), (make_mpegnt_pipeline):
3846         * examples/seeking/spider_seek.c: (make_spider_pipeline):
3847         * examples/switch/switcher.c: (main):
3848         * ext/dv/demo-play.c: (main):
3849         * ext/faad/gstfaad.c: (gst_faad_change_state):
3850         * ext/mad/gstmad.c: (gst_mad_chain):
3851         * ext/smoothwave/demo-osssrc.c: (main):
3852         * gst-libs/gst/gconf/gconf.c: (gst_gconf_set_string),
3853         (gst_gconf_render_bin_from_description),
3854         (gst_gconf_get_default_audio_sink),
3855         (gst_gconf_get_default_video_sink),
3856         (gst_gconf_get_default_audio_src),
3857         (gst_gconf_get_default_video_src),
3858         (gst_gconf_get_default_visualization_element):
3859         * gst/level/demo.c: (main):
3860         * gst/level/plot.c: (main):
3861         * gst/playback/gstplaybin.c: (gen_video_element),
3862         (gen_audio_element):
3863         * gst/playback/test.c: (gen_video_element), (gen_audio_element):
3864         * gst/playondemand/demo-mp3.c: (setup_pipeline):
3865         * gst/sine/demo-dparams.c: (main):
3866         * gst/spectrum/demo-osssrc.c: (main):
3867         * gst/speed/demo-mp3.c: (main):
3868         * gst/volume/demo.c: (main):
3869         * testsuite/embed/embed.c: (main):
3870
3871 2005-02-02  Jan Schmidt  <thaytan@mad.scientist.com>
3872
3873         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_class_init),
3874         (gst_tcpclientsink_finalize):
3875         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_class_init),
3876         (gst_tcpclientsrc_finalize):
3877         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
3878         (gst_tcpserversink_init), (gst_tcpserversink_finalize):
3879         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_class_init),
3880         (gst_tcpserversrc_init), (gst_tcpserversrc_finalize):
3881           Don't leak the hostname when shutting down.
3882           In tcpserversrc, take a copy of the default hostname.
3883
3884 2005-02-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
3885
3886         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_iso_receive):
3887           Set caps to systemstream=TRUE.
3888
3889 2005-02-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
3890
3891         * testsuite/Makefile.am:
3892           Fix more OSX buildbots.
3893
3894 2005-02-02  Jan Schmidt  <thaytan@mad.scientist.com>
3895
3896         * ext/mpeg2dec/gstmpeg2dec.c:
3897           Don't send things to NULL PAD_PEERs
3898
3899         * gst/deinterlace/gstdeinterlace.c: (gst_deinterlace_chain):
3900           Copy-on-write the incoming buffer.
3901
3902         * gst/mpegstream/gstdvddemux.h:
3903         * gst/mpegstream/gstmpegclock.h:
3904         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead),
3905         (normal_seek), (gst_mpeg_demux_handle_src_event):
3906         * gst/mpegstream/gstmpegdemux.h:
3907         * gst/mpegstream/gstmpegpacketize.h:
3908         * gst/mpegstream/gstmpegparse.c:
3909         (gst_mpeg_parse_update_streaminfo), (gst_mpeg_parse_reset),
3910         (gst_mpeg_parse_handle_discont), (gst_mpeg_parse_parse_packhead),
3911         (gst_mpeg_parse_loop), (gst_mpeg_parse_get_rate),
3912         (gst_mpeg_parse_convert_src), (gst_mpeg_parse_handle_src_query),
3913         (gst_mpeg_parse_handle_src_event), (gst_mpeg_parse_change_state):
3914         * gst/mpegstream/gstmpegparse.h:
3915         * gst/mpegstream/gstrfc2250enc.h:
3916           Various changes to the way time is computed that make seeking and
3917           total time estimation much better here.
3918           Use G_BEGIN/END_DECLS instead of __cplusplus
3919
3920         * gst/videocrop/gstvideocrop.c: (gst_video_crop_chain):
3921           Use gst_buffer_stamp instead of only copying the TIMESTAMP
3922
3923 2005-02-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
3924
3925         * gst/subparse/gstsubparse.c:
3926           Fix OSX buildbot.
3927
3928 2005-01-31  Tim-Philipp Müller  <tim at centricular dot net>
3929
3930         * ext/theora/theoraenc.c: (theora_buffer_from_packet),
3931         (theora_enc_chain), (theora_enc_change_state):
3932         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
3933         (gst_vorbisenc_buffer_from_packet), (gst_vorbisenc_chain),
3934         (gst_vorbisenc_change_state):
3935         * ext/vorbis/vorbisenc.h:
3936           Set granulepos and timestamp correctly for streams not
3937           starting at 0, taking into account the initial delay.
3938
3939 2005-01-31  Tim-Philipp Müller  <tim at centricular dot net>
3940
3941         * gst/mpegstream/gstdvddemux.c:
3942           Add audio/x-dts to audio pad template caps
3943
3944 2005-01-30  David Schleef  <ds@schleef.org>
3945
3946         * ext/polyp/polypsink.c: (gst_polypsink_base_init),
3947         (create_context), (gst_polypsink_link): Fix silly endianness
3948         bug.  Add some debugging.  Remove float from caps; it doesn't
3949         work.  Attempt to get remote audio working.
3950
3951 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
3952
3953         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):
3954           Add 3IV2 fourcc.
3955
3956 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
3957
3958         * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream), (swap_line),
3959         (gst_avi_demux_invert), (gst_avi_demux_process_next_entry),
3960         (gst_avi_demux_stream_data):
3961         * gst/avi/gstavidemux.h:
3962           Invert DIB images. Fixes #132341.
3963
3964 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
3965
3966         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
3967         (gst_ffmpegcsp_chain):
3968           D'oh, reference the palette data, not the palette structure.
3969           Fixes color distortion in #132341.
3970
3971 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
3972
3973         * gst/videoscale/gstvideoscale.c: (gst_videoscale_link):
3974           PAR can be non-fixed when not provided as argument (#162626).
3975
3976 2005-01-29  David Moore  <dcm@acm.org>
3977
3978         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
3979
3980         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
3981         (gst_qtdemux_loop_header):
3982           Re-apply patch from #142272 that allows non-seekable sources,
3983           re-proposed by Daniel Drake <dsd@gentoo.org>.
3984
3985 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
3986
3987         * gst/rtp/gstrtpgsmenc.c: (gst_rtpgsmenc_init):
3988           Use the src template for creating the src pad (#162330).
3989
3990 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
3991
3992         * configure.ac:
3993         * ext/musepack/Makefile.am:
3994         * ext/musepack/gstmusepackdec.c: (gst_musepackdec_class_init),
3995         (gst_musepackdec_init), (gst_musepackdec_dispose),
3996         (gst_musepackdec_src_query), (gst_musepackdec_src_convert),
3997         (gst_musepack_stream_init), (gst_musepackdec_loop),
3998         (gst_musepackdec_change_state):
3999         * ext/musepack/gstmusepackdec.cpp:
4000         * ext/musepack/gstmusepackdec.h:
4001         * ext/musepack/gstmusepackreader.c: (gst_musepack_reader_peek),
4002         (gst_musepack_reader_read), (gst_musepack_reader_seek),
4003         (gst_musepack_reader_tell), (gst_musepack_reader_get_size),
4004         (gst_musepack_reader_canseek), (gst_musepack_init_reader):
4005         * ext/musepack/gstmusepackreader.cpp:
4006         * ext/musepack/gstmusepackreader.h:
4007           Update to 1.1 API (#165446).
4008
4009 2005-01-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
4010
4011         * ext/Makefile.am:
4012           Unbreak buildbot.
4013
4014 2005-01-28  Andy Wingo  <wingo@pobox.com>
4015
4016         * ext/dv/gstdvdec.c: Change the pixel aspect ratio of dvdec output
4017         to reflect a different dubious internet source. Add a reference
4018         and some commentary.
4019
4020 2005-01-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
4021
4022         * gst/playback/gststreamselector.c: (gst_stream_selector_init),
4023         (gst_stream_selector_get_caps), (gst_stream_selector_chain):
4024         * gst/playback/gststreamselector.h:
4025           Be more selective when we're redoing caps negotiation from
4026           within the chain function on a stream change.
4027
4028 2005-01-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
4029
4030         * configure.ac:
4031         * ext/Makefile.am:
4032         * ext/amrnb/Makefile.am:
4033         * ext/amrnb/amrnb.c: (plugin_init):
4034         * ext/amrnb/amrnbdec.c: (gst_amrnbdec_get_type),
4035         (gst_amrnbdec_base_init), (gst_amrnbdec_class_init),
4036         (gst_amrnbdec_init), (gst_amrnbdec_link), (gst_amrnbdec_chain),
4037         (gst_amrnbdec_state_change):
4038         * ext/amrnb/amrnbdec.h:
4039         * ext/amrnb/amrnbparse.c: (gst_amrnbparse_get_type),
4040         (gst_amrnbparse_base_init), (gst_amrnbparse_class_init),
4041         (gst_amrnbparse_init), (gst_amrnbparse_formats),
4042         (gst_amrnbparse_querytypes), (gst_amrnbparse_query),
4043         (gst_amrnbparse_handle_event), (gst_amrnbparse_reserve),
4044         (gst_amrnbparse_loop), (gst_amrnbparse_state_change):
4045         * ext/amrnb/amrnbparse.h:
4046           Add support for AMR-NB (mobile phone audio format; #155163, #163286).
4047         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
4048           Add AMR-NB/-WB raw formats.
4049         * ext/alsa/gstalsa.c: (gst_alsa_link):
4050           Keep valid time when changing format.
4051         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
4052         (qtdemux_parse_trak):
4053           Add some more format-specific options (#140141, #143555, #155163).
4054
4055 2005-01-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
4056
4057         * gst/matroska/matroska-demux.c:
4058         (gst_matroska_demux_parse_blockgroup):
4059           Fix logic error in timing of subtitle stream synchronization.
4060         * gst/typefind/gsttypefindfunctions.c: (qt_type_find):
4061           Add skip-chunk, which is found in kodak-camera streams.
4062
4063 2005-01-27  Thomas Vander Stichele  <thomas at apestaart dot org>
4064
4065         * po/LINGUAS:
4066         * po/vi.po:
4067           Adding Vietnamese translation (submitted by Clytie Siddall)
4068
4069 2005-01-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
4070
4071         * gst/playback/gstdecodebin.c: (try_to_link_1):
4072           Use realpad for signal.
4073
4074 2005-01-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
4075
4076         * ext/mad/gstid3demuxbin.c: (gst_id3demux_bin_base_init):
4077           Fix category so decodebin picks it up.
4078
4079 2005-01-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
4080
4081         * ext/mad/Makefile.am:
4082         * ext/mad/gstid3demuxbin.c: (gst_id3demux_bin_get_type),
4083         (gst_id3demux_bin_base_init), (gst_id3demux_bin_class_init),
4084         (gst_id3demux_bin_init), (gst_id3demux_bin_remove_pad),
4085         (found_type), (gst_id3demux_bin_change_state):
4086         * ext/mad/gstid3tag.c: (gst_id3_tag_add_src_pad),
4087         (gst_id3_tag_init), (gst_id3_tag_handle_event),
4088         (gst_id3_tag_src_link), (gst_id3_tag_chain),
4089         (gst_id3_tag_change_state), (plugin_init):
4090         * ext/mad/gstmad.h:
4091           Add id3demuxbin (which is a simple bin consisting of id3demux
4092           and typefind), take over rank from id3demux, remove typefind
4093           code from id3demux. Makes all broken mp3s that I know of work,
4094           and thereby fixes #152688.
4095
4096 2005-01-27  Edward Hervey  <bilboed@bilboed.com>
4097
4098         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
4099
4100         * ext/mad/gstmad.c: (gst_mad_src_event):
4101         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_event):
4102           Allow seeks on audio pad, make mad forward those (#164826).
4103         * gst/audioscale/gstaudioscale.c: (gst_audioscale_chain):
4104           Set duration (#165335).
4105
4106 2005-01-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
4107
4108         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_init),
4109         (gst_asf_demux_commit_taglist), (gst_asf_demux_process_comment),
4110         (gst_asf_demux_process_ext_content_desc),
4111         (gst_asf_demux_change_state), (gst_asf_demux_add_audio_stream),
4112         (gst_asf_demux_add_video_stream), (gst_asf_demux_setup_pad):
4113         * gst/asfdemux/gstasfdemux.h:
4114           Improve metadata display, e.g. if the metadata comes before the
4115           streams are loaded (which is perfectly valid).
4116
4117 2005-01-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
4118
4119         * tools/gst-launch-ext-m.m:
4120           Fix AVI/ASF pipelines (#165340).
4121
4122 2005-01-26  Amaury Jacquot  <sxpert@esitcom.org>
4123         * ext/cairo/gsttextoverlay.c: include  string.h and strings.h to fix
4124         build failure on amd64
4125
4126 2005-01-26  Tim-Philipp Müller  <tim at centricular dot net>
4127
4128         * ext/mad/gstid3tag.c: (mad_id3_parse_latin1_string),
4129         (mad_id3_parse_comment_frame), (gst_mad_id3_to_tag_list):
4130           Check environment variables GST_ID3V2_TAG_ENCODING,
4131           GST_ID3_TAG_ENCODING and GST_TAG_ENCODING for a colon-separated
4132           list of character encodings to force interpretation of non-unicode
4133           strings stored in an ID3v2 tag to a particular encoding. If none
4134           is specified, try to use current locale's encoding, then fall back
4135           to ISO-8859-1 (which will always succeed). (Resolves #149274)
4136         * gst/tags/gstid3tag.c: (gst_tag_from_id3_tag),
4137         (gst_tag_extract_id3v1_string), (gst_tag_list_new_from_id3v1):
4138           Check environment variables GST_ID3V1_TAG_ENCODING,
4139           GST_ID3_TAG_ENCODING and GST_TAG_ENCODING for a colon-separated
4140           list of character encodings to use in case a string encountered
4141           in an ID3v1 tag is not valid UTF-8 already. If no encoding is
4142           specified, try to use the current locale's encoding, then fall
4143           back to ISO-8859-1 (which will always succeed).
4144
4145 2005-01-25  Benjamin Otte  <otte@gnome.org>
4146
4147         * ext/mad/gstmad.c: (gst_mad_check_caps_reset), (gst_mad_chain):
4148           - on half framerate, compute the rate in advance so the comparisons
4149             don't compare wrong values
4150           - don't use mad_synth/frame_mute anymore, this mirrors mad_decoder
4151             behaviour
4152           - don't use mad_header_decode anymore, mad_frame_decode does that
4153             automatically
4154           - when getting rid of consumed bytes, reset the stream's skiplen
4155           (fixes #163867)
4156
4157 2005-01-26  Jan Schmidt  <thaytan@mad.scientist.com>
4158
4159         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_class_init)
4160           Use 1/2 a second for default max_discont, as PES streams from DVB
4161           seem to have larger spacings in the SCR. 
4162           Fix a typo.
4163
4164 2005-01-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
4165
4166         * gst/playback/gstplaybasebin.c: (group_commit):
4167           Notify delayed stream-info availability.
4168
4169 2005-01-26  Jan Schmidt  <thaytan@mad.scientist.com>
4170         * ext/a52dec/gsta52dec.c: (gst_a52dec_push),
4171         (gst_a52dec_handle_event), (gst_a52dec_chain):
4172         Add some debug output. Check that a discont has a valid
4173         time associated.
4174         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event),
4175         (gst_alsa_sink_loop):
4176         Ignore TAG events. A little extra debug for broken timestamps.
4177         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_init), (dvdnavsrc_loop),
4178         (dvdnavsrc_change_state):
4179         Ensure we send a discont to engage the link before we send any
4180         other events.
4181         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_init),
4182         (dvdreadsrc_finalize), (_close), (_open), (_seek_title),
4183         (_seek_chapter), (seek_sector), (dvdreadsrc_get),
4184         (dvdreadsrc_uri_get_uri), (dvdreadsrc_uri_set_uri):
4185         Handle URI of the form dvd://title[,chapter[,angle]]. Currently only
4186         dvd://title works in totem because typefinding sends a seek that ends
4187         up going back to chapter 1 regardless.
4188         * ext/mpeg2dec/gstmpeg2dec.c:
4189         * ext/mpeg2dec/gstmpeg2dec.h:
4190         Output correct timestamps and handle disconts.
4191         * ext/ogg/gstoggdemux.c: (get_relative):
4192         Small guard against a null dereference.
4193         * ext/pango/gsttextoverlay.c: (gst_textoverlay_finalize),
4194         (gst_textoverlay_set_property):
4195         Free memory when done. Don't call gst_event_filler_get_duration on
4196         EOS events. Use GST_LOG and GST_WARNING instead of g_message and
4197         g_warning.
4198         * ext/smoothwave/gstsmoothwave.c: (gst_smoothwave_init),
4199         (draw_line), (gst_smoothwave_dispose), (gst_sw_sinklink),
4200         (gst_sw_srclink), (gst_smoothwave_chain):
4201         Draw solid lines, prettier colours.
4202         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_init):
4203         Add a default palette that'll work for some movies.
4204         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_init),
4205         (gst_dvd_demux_handle_dvd_event), (gst_dvd_demux_send_discont),
4206         (gst_dvd_demux_send_subbuffer), (gst_dvd_demux_reset):
4207         * gst/mpegstream/gstdvddemux.h:
4208         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_send_discont),
4209         (gst_mpeg_demux_parse_syshead), (gst_mpeg_demux_parse_pes):
4210         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_init),
4211         (gst_mpeg_parse_handle_discont), (gst_mpeg_parse_parse_packhead):
4212         * gst/mpegstream/gstmpegparse.h:
4213         Use PTM/NAV events when for timestamp adjustment when connected to 
4214         dvdnavsrc. Don't use many discont events where one suffices.
4215         * gst/playback/gstplaybasebin.c: (group_destroy),
4216         (gen_preroll_element), (gst_play_base_bin_add_element):
4217         * gst/playback/gstplaybasebin.h:
4218         Make sure we remove subtitles from the same bin we put them in.
4219         * gst/subparse/gstsubparse.c: (convert_encoding), (parse_subrip),
4220         (gst_subparse_buffer_format_autodetect),
4221         (gst_subparse_change_state):
4222         Fix some memleaks and invalid accesses.
4223         * gst/typefind/gsttypefindfunctions.c: (ogganx_type_find),
4224         (oggskel_type_find), (cmml_type_find), (plugin_init):
4225         Some typefind functions for Annodex v3.0 files
4226         * gst/wavparse/gstwavparse.h:
4227         GstRiffReadClass is the correct parent class.
4228
4229 2005-01-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
4230
4231         * gst-libs/gst/riff/riff-media.c:
4232         (gst_riff_create_video_caps_with_data):
4233           Add extradata to huffyuv (fixes #165013).
4234         * gst-libs/gst/riff/riff-read.c:
4235         (gst_riff_read_strf_vids_with_data):
4236           Fix extradata extraction if it is in the chunk size.
4237
4238 2005-01-25  Edward Hervey  <bilboed@bilboed.com>
4239
4240         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
4241
4242         * gst/effectv/gstquark.c: (gst_quarktv_class_init),
4243         (gst_quarktv_change_state), (gst_quarktv_dispose):
4244           Memory free'ing location fix (#164708).
4245
4246 2005-01-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
4247
4248         * gst/playback/gstplaybasebin.c: (group_commit),
4249         (gen_preroll_element), (probe_triggered), (gen_source_element),
4250         (setup_source), (gst_play_base_bin_change_state),
4251         (gst_play_base_bin_add_element):
4252           Don't block for streams.
4253         * gst/playback/gststreaminfo.c: (stream_info_change_state),
4254         (gst_stream_info_set_mute):
4255           Use gst_pad_set_active_recursive.
4256
4257 2005-01-25  Andy Wingo  <wingo@pobox.com>
4258
4259         * sys/v4l/gstv4lelement.c (gst_v4l_iface_supported): Fix compile
4260         for #ifndef HAVE_XVIDEO.
4261
4262 2005-01-24  Jeffrey C. Ollie
4263
4264         reviewed by: Maciej Katafiasz  <mathrick@freedesktop.org>
4265
4266         * ext/gsm/gstgsmdec.c: (gst_gsmdec_init), (gst_gsmdec_chain):
4267         * ext/gsm/gstgsmdec.h:
4268         * ext/gsm/gstgsmenc.c: (gst_gsmenc_init), (gst_gsmenc_chain):
4269         * ext/gsm/gstgsmenc.h:
4270         Fix rate to 8kHz as per spec, removes obscure errors when no rate
4271         was given by property. Add proper buffer timestamps and offsets.
4272
4273 2005-01-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
4274
4275         * gst-libs/gst/riff/riff-media.c:
4276         (gst_riff_create_audio_caps_with_data):
4277           Audio can be <8000Hz.
4278
4279 2005-01-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
4280
4281         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
4282           Explicit state change to workaround refcount bugs.
4283
4284 2005-01-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
4285
4286         * gst/avi/gstavimux.c: (gst_avimux_write_tag),
4287         (gst_avimux_riff_get_avi_header):
4288           Fix...
4289
4290 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
4291
4292         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_element_data),
4293         (gst_riff_read_element_data):
4294         * gst-libs/gst/riff/riff-read.h:
4295           Add _peek version (req'ed in CDXA).
4296         * gst/cdxaparse/gstcdxaparse.c: (gst_cdxaparse_init),
4297         (gst_cdxaparse_loop):
4298           Fix parsing in playbin.
4299         * gst/playback/gstdecodebin.c: (close_pad_link):
4300           Ignore current_ pads, they cause major annoyance.
4301
4302 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
4303
4304         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
4305           Safety guard.
4306
4307 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
4308
4309         * gst/avi/gstavimux.c: (gst_avimux_write_tag):
4310           Fix padding...
4311
4312 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
4313
4314         * gst/matroska/ebml-read.c: (gst_ebml_read_buffer):
4315           Allow for 0-sized buffers. Fixes length query problems in
4316           starwars.mkv from the testsuite.
4317
4318 2005-01-19  Tim-Philipp Müller  <tim at centricular dot net>
4319
4320         * gst/videobox/gstvideobox.c: (gst_video_box_copy_plane_i420),
4321         (gst_video_box_i420), (gst_video_box_chain):
4322           Fix row strides for I420 (fixes #163159)
4323           
4324 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
4325
4326         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_parse_packhead):
4327           MPEG2 has a useful rate property, so we can actually use that.
4328           For MPEG-1, continue using the bytes/time properties.
4329
4330 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
4331
4332         * gst-libs/gst/riff/riff-media.c:
4333         (gst_riff_create_video_caps_with_data),
4334         (gst_riff_create_video_template_caps):
4335           Add intel-h263.
4336
4337 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
4338
4339         * ext/mad/gstmad.c: (gst_mad_check_caps_reset), (gst_mad_chain):
4340           Fail if caps negotiation fails. Should fix #162184, and should
4341           definately be in there regardless of it fixing the actual bug.
4342         * gst/avi/gstavimux.c: (gst_avimux_get_type), (gst_avimux_init),
4343         (gst_avimux_write_tag), (gst_avimux_riff_get_avi_header),
4344         (gst_avimux_riff_get_avix_header),
4345         (gst_avimux_riff_get_video_header),
4346         (gst_avimux_riff_get_audio_header), (gst_avimux_write_index),
4347         (gst_avimux_start_file), (gst_avimux_handle_event),
4348         (gst_avimux_change_state):
4349         * gst/avi/gstavimux.h:
4350           Refactor structure writing to use GST_WRITE_UINT macros, add
4351           metadata writing support.
4352
4353 2005-01-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
4354
4355         * gst/playback/gststreaminfo.c: (gst_stream_info_dispose):
4356           Elements may already be destroyed when this function is called.
4357
4358 2005-01-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
4359
4360         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
4361         (gst_qtdemux_loop_header), (gst_qtdemux_handle_esds):
4362           More memory leak fixes (#149162).
4363
4364 2005-01-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
4365
4366         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
4367         (gst_qtdemux_add_stream):
4368           Fix two memleaks.
4369
4370 2005-01-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
4371
4372         * ext/faad/gstfaad.c: (gst_faad_srcgetcaps):
4373           Argh...
4374
4375 2005-01-17  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
4376
4377         * ext/faad/gstfaad.c: (gst_faad_srcgetcaps):
4378           Fix off-by-one bug. Fixes warnings during playback of sincity.mp4
4379           when fixating to six channels in Totem.
4380
4381 2005-01-17  Tim-Philipp Müller  <tim at centricular dot net>
4382
4383         * ext/dvdread/dvdreadsrc.c: (get_next_cell_for):
4384           Fix compile warnings on Solaris 10 buildbot
4385
4386 2005-01-17  Tim-Philipp Müller  <tim at centricular dot net>
4387
4388         * ext/dvdread/dvdreadsrc.c: (_read):
4389           Don't read beyond the last cell in a chapter (fixes 
4390           invalid memory access)
4391
4392 2005-01-17  Tim-Philipp Müller  <tim at centricular dot net>
4393
4394         * ext/dvdread/stream_labels.c:
4395         (dvdreadsrc_get_audio_stream_labels):
4396           Use NULL for an empty GList instead of g_list_alloc(); fix 
4397           memory leaks; s/LCPM/LPCM/; use g_strdup_printf() instead 
4398           of GString (easier to bulk free later)
4399
4400 2005-01-17  Gergely Nagy  <algernon@bonehunter.rulez.org>
4401
4402         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
4403
4404         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
4405         (gst_ffmpeg_pixfmt_to_caps):
4406           Fix BGRA32 caps (#164209).
4407
4408 2005-01-17  Gergely Nagy  <algernon@bonehunter.rulez.org>
4409
4410         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
4411
4412         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
4413         (gst_ffmpeg_caps_to_pixfmt):
4414           alpha_mask can be RGBA/ABGR. Fixes #164265.
4415
4416 2005-01-17  Francis Labonte  <francis_labonte@hotmail.com>
4417
4418         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
4419
4420         * ext/mpeg2dec/gstmpeg2dec.c: (crop_buffer),
4421         (gst_mpeg2dec_alloc_buffer):
4422         * ext/mpeg2dec/gstmpeg2dec.h:
4423           Crop if decoding size is not the actual image size (#163676).
4424
4425 2005-01-17  Steve Baker  <steve@stevebaker.org>
4426
4427         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
4428
4429         * gst/typefind/gsttypefindfunctions.c: (aiff_type_find),
4430         (svx_type_find), (sds_type_find), (ircam_type_find), (plugin_init):
4431           Add libsndfile typefind functions (#163309).
4432
4433 2005-01-17  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
4434
4435         * tools/gst-launch-ext-m.m:
4436           Add .aac, fix .m1v/.m2v (#163891).
4437
4438 2005-01-17  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
4439
4440         * ext/alsa/gstalsaclock.c: (gst_alsa_clock_wait):
4441           Sanity check, don't wait endlessly since the clock might not
4442           actually run at this point (which is a deadlock). Fixes #164069.
4443
4444 2005-01-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
4445
4446         * gst/playback/gstplaybasebin.c: (probe_triggered):
4447           Of course, only pause if group is done...
4448
4449 2005-01-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
4450
4451         * gst/playback/gstplaybasebin.c: (probe_triggered):
4452           Thread safety.
4453
4454 2005-01-16  Jan Schmidt  <thaytan@mad.scientist.com>
4455
4456         * ext/swfdec/gstswfdec.c: (gst_swfdec_change_state):
4457           Don't return state change success when the parent
4458           failed.
4459
4460 2005-01-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
4461
4462         * gst/avi/gstavimux.c: (gst_avimux_handle_event):
4463           Free events (fix memleak in #162905).
4464
4465 2005-01-15  Gergely Nagy  <algernon@bonehunter.rulez.org>
4466
4467         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
4468
4469         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
4470         (gst_ffmpeg_caps_to_pixfmt):
4471           Fix for depth = 15. Fixes #161675.
4472
4473 2005-01-14  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
4474
4475         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_getcaps):
4476           Set FPS correctly, even for webcams and the like.
4477         * sys/v4l/v4l_calls.c: (gst_v4l_set_chan_norm):
4478           Don error on setting while capturing.
4479
4480 2005-01-14  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
4481
4482         * ext/dv/gstdvdec.c:
4483         * gst/subparse/gstsubparse.c: (parse_mdvdsub):
4484         * gst/y4m/gsty4mencode.c: (gst_y4mencode_sinkconnect):
4485           I'm a bad boy. using /1001. to force C to do float division
4486           and not integer division (as it did in my last commit)
4487           Thanks to David I. Lehn for pointing this mistake.
4488
4489 2005-01-14  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
4490
4491         * sys/v4l/gstv4lelement.c: (gst_v4l_iface_supported):
4492           Revert Johan´s 1.35->1.36 since it breaks compat.
4493
4494 2005-01-14  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
4495
4496         * ext/dv/gstdvdec.c:
4497         * ext/libfame/gstlibfame.c:
4498         * gst/subparse/gstsubparse.c: (parse_mdvdsub):
4499         * gst/y4m/gsty4mencode.c: (gst_y4mencode_sinkconnect):
4500           replace framerate aproximations by their real value
4501           (24000/1001, 30000/1001, 60000/1001)
4502           Finish fixing bug #164049
4503
4504 2005-01-13  Thomas Vander Stichele  <thomas at apestaart dot org>
4505
4506         * ext/ogg/gstoggmux.c:
4507           eos/bos debugging
4508         * gst/tcp/gstmultifdsink.c:
4509         * gst/tcp/gstmultifdsink.h:
4510         * gst/tcp/gsttcp.c:
4511         * gst/tcp/gsttcp.h:
4512         * gst/tcp/gsttcpclientsink.c:
4513         * gst/tcp/gsttcpclientsrc.c:
4514         * gst/tcp/gsttcpserversink.c:
4515         * gst/tcp/gsttcpserversrc.c:
4516           improve reusability of elements after state changes and errors
4517           make multifdsink throw away streamheaders when receiving new ones
4518
4519 2005-01-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
4520
4521         * ext/alsa/gstalsa.c: (gst_alsa_rates_probe):
4522           Fix for if items are already in list...
4523
4524 2005-01-12  Benjamin Otte  <otte@gnome.org>
4525
4526         * gst/adder/gstadder.c: (gst_adder_loop):
4527           fix adder a bit so it doesn't screw up with events as much anymore
4528
4529 2005-01-12  Jan Schmidt  <thaytan@mad.scientist.com>
4530
4531         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_link),
4532         (pixbufscale_scale), (gst_pixbufscale_chain):
4533         * ext/gdk_pixbuf/pixbufscale.h:
4534           Incorporate changes from Tim-Philipp Mueller <t.i.m@orange.net>
4535           to ensure rowstrides are calculated the same way as 
4536           ffmpegcolorspace
4537           Use gst_buffer_stamp instead of copying TIMESTAMP manually, so
4538           that we pick up duration and offset also.
4539
4540 2005-01-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
4541
4542         * gst/avi/gstavimux.c: (gst_avimux_class_init),
4543         (gst_avimux_pad_unlink), (gst_avimux_release_pad):
4544           Reusability fixes.
4545
4546 2005-01-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
4547
4548         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_update),
4549         (gst_alsa_mixer_get_volume), (gst_alsa_mixer_set_volume),
4550         (gst_alsa_mixer_set_mute), (gst_alsa_mixer_set_record),
4551         (gst_alsa_mixer_set_option), (gst_alsa_mixer_get_option):
4552           Update flags when requested.
4553
4554 2005-01-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
4555
4556         * ext/alsa/gstalsa.c: (gst_alsa_rates_probe):
4557           Fix dmix.
4558
4559 2005-01-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
4560
4561         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
4562         (gst_play_base_bin_init), (gst_play_base_bin_dispose),
4563         (probe_triggered), (new_decoded_pad), (gen_source_element),
4564         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property):
4565         * gst/playback/gstplaybasebin.h:
4566         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
4567         (gst_play_bin_init), (group_switch), (remove_sinks), (setup_sinks),
4568         (gst_play_bin_change_state):
4569           Implement group-switch signal for use in apps to clear metadata
4570           cache, clean up subtitle, add suburi property instead of # hack,
4571           some error-out fixes.
4572
4573 2005-01-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
4574
4575         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
4576           Debug.
4577         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_grab_frame):
4578           If we got a state change in the _get handler, don't return success.
4579
4580 2005-01-10  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
4581
4582         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_my_output_message),
4583         (gst_jpegdec_my_emit_message), (gst_jpegdec_init):
4584           Make jpegdec quiet on MJPEG decoding
4585         * gst/asfdemux/README:
4586           Fix mimetypes for MJPEG and H263
4587
4588 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
4589
4590         * ext/theora/theoradec.c: (theora_dec_chain):
4591           Fix broken code generation by gcc by swapping arguments.
4592         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
4593           Fix \n in debug.
4594
4595 2005-01-10  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
4596
4597         * TODO:
4598           delete this file, it is by far outdated
4599         * ext/alsa/gstalsa.1: remove
4600         * ext/alsa/gstalsa.c: (add_rates), (add_channels), (gst_alsa_caps),
4601         (gst_alsa_check_sample_rates), (gst_alsa_rates_probe),
4602         (gst_alsa_get_caps):
4603           Add HW probing for supported sample rates. Fixes #161704
4604
4605 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
4606
4607         * gst/audioscale/gstaudioscale.c: (gst_audioscale_chain):
4608           Don't crash, biatch! :).
4609
4610 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
4611
4612         * ext/musepack/gstmusepackreader.cpp:
4613         * gst/apetag/apedemux.c: (gst_ape_demux_stream_data):
4614           Some work on tags - still doesn't work in playbin...
4615         * gst/audioscale/gstaudioscale.c: (gst_audioscale_chain):
4616           Handle events...
4617
4618 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
4619
4620         * gst/qtdemux/qtdemux.c: (qtdemux_parse_tree):
4621           Also shove tags on kid pads.
4622
4623 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
4624
4625         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_use_event):
4626           Don't bail on unknown events.
4627         * gst/audioscale/gstaudioscale.c: (gst_audioscale_chain):
4628           Don't crash on events before negotiation.
4629         * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream):
4630           Send tags on pads, too.
4631         * gst/playback/gststreamselector.c:
4632         (gst_stream_selector_request_new_pad):
4633           Forward events on first pad if no input was selected yet.
4634
4635 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
4636
4637         * gst/playback/gstplaybasebin.c: (setup_substreams):
4638           Don't disable streamtype if the stream doesn't exist, since
4639           then playing a video after audio will disable both and nothing
4640           will happen. Fixes the testsuite.
4641
4642 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
4643
4644         * sys/v4l/gstv4lxoverlay.c: (gst_v4l_xoverlay_interface_init),
4645         (gst_v4l_xoverlay_set_xwindow_id):
4646         * sys/v4l2/gstv4l2xoverlay.c: (gst_v4l2_xoverlay_interface_init),
4647         (gst_v4l2_xoverlay_set_xwindow_id):
4648           Add debug categories, fix overlay disabling.
4649
4650 2005-01-10  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
4651
4652         * ext/alsa/gstalsa.c: (gst_alsa_class_init), (gst_alsa_get_caps):
4653         * ext/alsa/gstalsa.h:
4654           Add HW probing for period_count/size and buffer_size MIX/MAX
4655           Adjust default/user defined value if out of bounds
4656           Should fix bug #162024
4657
4658 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
4659
4660         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event):
4661           Fix warning (#161191).
4662
4663 2005-01-09  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
4664
4665         * ext/dvdread/stream_labels.c:
4666         (dvdreadsrc_get_audio_stream_labels):
4667           Fix warning (init the good variable in switch default)
4668
4669 2005-01-09  Koop Mast  <kwm@rainbow-runner.nl>
4670
4671         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
4672
4673         * gst/tta/gstttaparse.c: (gst_tta_src_event):
4674           Fix gcc-2.95 compile (#163485).
4675
4676 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
4677
4678         * configure.ac:
4679         * ext/flac/gstflacenc.c: (gst_flacenc_init),
4680         (gst_flacenc_seek_callback), (gst_flacenc_write_callback),
4681         (gst_flacenc_tell_callback), (gst_flacenc_chain),
4682         (gst_flacenc_change_state):
4683         * ext/flac/gstflacenc.h:
4684           Update for API change in flac-1.1.1. Update requirement in
4685           configure.ac. Fixes #162974.
4686
4687 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
4688
4689         * gst/playback/gstplaybasebin.c: (group_destroy):
4690           Remove hack to get rid of assert and get rid of unlinked
4691           signals properly.
4692
4693 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
4694
4695         * gst/playback/gstplaybasebin.c: (setup_source):
4696           Set source to NULL so that resources are free'ed. Fixes issues
4697           with playback of CDDA and similar device-accessing things.
4698
4699 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
4700
4701         * testsuite/embed/Makefile.am:
4702           test->noinst, fix make test in buildbot.
4703
4704 2005-01-09  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
4705
4706         * ext/dvdread/stream_labels.c: new file
4707         * ext/dvdread/stream_labels.h: new file
4708         * ext/dvdread/Makefile.am:
4709         * ext/dvdread/dvdreadsrc.c: (_seek_title):
4710           Extract audio stream label from DVD IFO files.
4711           It only dump them on the console for now, still have to
4712           make playbin aware of them.
4713
4714 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
4715
4716         * gst/playback/gstplaybasebin.c: (setup_source):
4717           Fix hanging subs.
4718
4719 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
4720
4721         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
4722         (gen_preroll_element), (remove_groups), (setup_subtitle),
4723         (gen_source_element), (setup_source):
4724         * gst/playback/gstplaybasebin.h:
4725           Multiple .sub files is just a stupid idea... Fix some threading
4726           mistakes. Interestingly, external .sub files cause playbin to
4727           hang, I don't know why... Parsing fixes contributed by François
4728           Kooman <fkooman@tuxed.net>.
4729
4730 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
4731
4732         * testsuite/embed/Makefile.am:
4733           Fix buildbot.
4734
4735 2005-01-09  Gergely Nagy  <algernon@bonehunter.rulez.org>
4736
4737         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
4738
4739         * ext/libpng/gstpngenc.c: (gst_pngenc_class_init),
4740         (gst_pngenc_init), (gst_pngenc_chain), (gst_pngenc_get_property),
4741         (gst_pngenc_set_property):
4742         * ext/libpng/gstpngenc.h:
4743           Add compression level property (#163323).
4744
4745 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
4746
4747         * configure.ac:
4748         * examples/capsfilter/capsfilter1.c: (main):
4749         * examples/seeking/spider_seek.c: (make_spider_pipeline):
4750         * ext/dvdread/Makefile.am:
4751         * ext/dvdread/demo-play:
4752         * ext/dvdread/demo-play.c:
4753         * gconf/gstreamer.schemas.in:
4754         * gst-libs/gst/gconf/gconf.c:
4755         * sys/v4l/TODO:
4756         * testsuite/Makefile.am:
4757         * testsuite/embed/Makefile.am:
4758         * testsuite/embed/embed.c: (cb_expose), (main):
4759           Remove all references to xvideosink, fix examples (#140845).
4760         * gst/playback/gstplaybasebin.c: (group_destroy):
4761           Apparently, disposal does not unlink - so do explicitely.
4762         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
4763           Add debug.
4764
4765 2005-01-09  Maciej Katafiasz <mathrick@freedesktop.org>
4766
4767         * README: fix PKG_CONFIG_PATH instructions, what was there
4768         previously was breaking default search path, not nice. 
4769         Fixes #163358
4770
4771 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
4772
4773         * gst/audioscale/gstaudioscale.c: (gst_audioscale_init),
4774         (gst_audioscale_chain):
4775           %#^@^#@^@#^#@^#@^@#^@#^@#^@#^#@^#@^#@^@#^#@ fix seeking
4776           when resampling - how the ^@$^!@^! is this possible?!?
4777
4778 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
4779
4780         * ext/alsa/gstalsa.c: (gst_alsa_change_state):
4781           Reset variables on READY.
4782         * gst/matroska/matroska-mux.c: (gst_matroska_mux_request_new_pad),
4783         (gst_matroska_mux_loop):
4784           Require data before writing header.
4785
4786 2005-01-09  Francis Labonte  <francis_labonte@hotmail.com>
4787
4788         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
4789
4790         * ext/mad/gstmad.c: (gst_mad_chain):
4791           Don't call mad_stream_sync() directly after recovering sync.
4792           Fixes #151661.
4793
4794 2005-01-09  Martin Eikermann  <meiker@upb.de>
4795
4796         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
4797
4798         * ext/snapshot/gstsnapshot.c: (gst_snapshot_class_init),
4799         (snapshot_handler), (gst_snapshot_sinkconnect),
4800         (gst_snapshot_chain):
4801           Allocate resources when required, fix recursive signal emission
4802           and fix caps. Fixes #161667.
4803
4804 2005-01-09  Gergely Nagy  <algernon@bonehunter.rulez.org>
4805
4806         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
4807
4808         * ext/libpng/gstpngdec.c: (gst_pngdec_src_getcaps),
4809         (gst_pngdec_chain):
4810           Handle only 8-bppc (bits-per-pixel-component) images, better
4811           error handling and correct strides. Fixes #163177.
4812         * ext/libpng/gstpngenc.c: (gst_pngenc_sinklink),
4813         (gst_pngenc_chain):
4814           Better error handling. Fixes #163348.
4815
4816 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
4817
4818         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_get_type),
4819         (dvdnavsrc_uri_get_type), (dvdnavsrc_uri_get_protocols),
4820         (dvdnavsrc_uri_get_uri), (dvdnavsrc_uri_set_uri),
4821         (dvdnavsrc_uri_handler_init):
4822           Add DVD-nav URI (dvdnav://) for Totem testing purposes.
4823         * gst/playback/gstplaybasebin.c: (gen_source_element):
4824           Add MMS to streaming URIs.
4825
4826 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
4827
4828         * sys/ximage/ximagesink.c: (gst_ximagesink_navigation_send_event):
4829         * sys/xvimage/xvimagesink.c:
4830         (gst_xvimagesink_navigation_send_event):
4831           Check for pad availability before sending event.
4832
4833 2005-01-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
4834
4835         * gst-plugins.spec.in:
4836           Add subparse.
4837
4838 2005-01-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
4839
4840         * configure.ac:
4841           Since we use functions from CVS, up requirement.
4842
4843 2005-01-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
4844
4845         * gst/playback/Makefile.am:
4846         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
4847         (group_destroy), (group_commit), (group_is_muted),
4848         (gen_preroll_element), (add_stream), (unknown_type),
4849         (probe_triggered), (preroll_unlinked), (mute_stream),
4850         (silence_stream), (new_decoded_pad), (setup_substreams),
4851         (setup_source), (get_active_source), (mute_group_type),
4852         (muted_group_change_state), (set_active_source),
4853         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property),
4854         (play_base_eos), (gst_play_base_bin_change_state):
4855         * gst/playback/gstplaybasebin.h:
4856         * gst/playback/gstplaybin.c: (add_sink), (setup_sinks):
4857         * gst/playback/gststreaminfo.c: (gst_stream_info_class_init),
4858         (gst_stream_info_dispose), (stream_info_mute_pad),
4859         (stream_info_change_state), (gst_stream_info_set_mute):
4860         * gst/playback/gststreamselector.c: (gst_stream_selector_get_type),
4861         (gst_stream_selector_base_init), (gst_stream_selector_class_init),
4862         (gst_stream_selector_init), (gst_stream_selector_dispose),
4863         (gst_stream_selector_get_linked_pad),
4864         (gst_stream_selector_get_caps), (gst_stream_selector_link),
4865         (gst_stream_selector_get_linked_pads),
4866         (gst_stream_selector_request_new_pad), (gst_stream_selector_chain):
4867         * gst/playback/gststreamselector.h:
4868           Adding stream selection support plus required properties for
4869           applications to use this. Fully fixes #100931.
4870
4871 2005-01-08  Benjamin Otte  <otte@gnome.org>
4872
4873         * gst/games/gstpuzzle.c: (nav_event_handler):
4874           - handle nav events differently: forward every event no matter if it
4875             was handled or not.
4876           - translate events
4877           You can now cheat by using navigationtest ! puzzle and moving the
4878           mouse close to the edge of a tile. ;)
4879
4880 2005-01-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
4881
4882         * configure.ac:
4883         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_new):
4884         * ext/ogg/gstogmparse.c: (gst_ogm_text_parse_get_type),
4885         (gst_ogm_text_parse_base_init), (gst_ogm_text_parse_init),
4886         (gst_ogm_parse_get_sink_querytypes), (gst_ogm_parse_sink_convert),
4887         (gst_ogm_parse_sink_query), (gst_ogm_parse_chain),
4888         (gst_ogm_parse_plugin_init):
4889         * ext/pango/gsttextoverlay.c: (gst_textoverlay_linkedpads),
4890         (gst_textoverlay_link), (gst_textoverlay_getcaps),
4891         (gst_textoverlay_event), (gst_textoverlay_video_chain),
4892         (gst_textoverlay_loop), (gst_textoverlay_init), (plugin_init):
4893         * ext/pango/gsttextoverlay.h:
4894         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
4895         (gst_matroska_demux_handle_seek_event),
4896         (gst_matroska_demux_sync_streams),
4897         (gst_matroska_demux_parse_blockgroup),
4898         (gst_matroska_demux_subtitle_caps),
4899         (gst_matroska_demux_plugin_init):
4900         * gst/matroska/matroska-ids.h:
4901         * gst/playback/gstdecodebin.c: (close_pad_link):
4902         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
4903         (gen_preroll_element), (remove_groups), (add_stream),
4904         (new_decoded_pad), (setup_subtitles), (gen_source_element),
4905         (setup_source):
4906         * gst/playback/gstplaybasebin.h:
4907         * gst/playback/gstplaybin.c: (gen_text_element), (setup_sinks):
4908         * gst/subparse/Makefile.am:
4909         * gst/subparse/gstsubparse.c: (gst_subparse_get_type),
4910         (gst_subparse_base_init), (gst_subparse_class_init),
4911         (gst_subparse_init), (gst_subparse_formats),
4912         (gst_subparse_eventmask), (gst_subparse_event),
4913         (gst_subparse_handle_event), (convert_encoding), (get_next_line),
4914         (parse_mdvdsub), (parse_mdvdsub_init), (parse_subrip),
4915         (parse_subrip_deinit), (parse_subrip_init), (parse_mpsub),
4916         (parse_mpsub_deinit), (parse_mpsub_init),
4917         (gst_subparse_buffer_format_autodetect),
4918         (gst_subparse_format_autodetect), (gst_subparse_loop),
4919         (gst_subparse_change_state), (gst_subparse_type_find),
4920         (plugin_init):
4921         * gst/subparse/gstsubparse.h:
4922         * gst/typefind/gsttypefindfunctions.c: (ogmtext_type_find),
4923         (plugin_init):
4924           Add subtitle support, .sub parser (supports SRT and MPsub),
4925           OGM text support, Matroska UTF-8 text support, deadlock fixes
4926           all over the place, subtitle awareness in decodebin/playbin
4927           and some fixes to textoverlay to handle subtitles in a stream
4928           correctly. Fixes #100931.
4929
4930 2005-01-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
4931
4932         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
4933           Check for pad availability before doing a query on it.
4934
4935 2005-01-08  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
4936
4937         * ext/dv/gstdvdec.c:
4938           really fix bpp24/32 dvdec caps (classic rgba indeed)
4939         * gst/asfdemux/gstasfdemux.c:
4940         (gst_asf_demux_process_ext_content_desc):
4941           don't send text tags if they are empty (bis repetita)
4942
4943 2005-01-08  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
4944
4945         * ext/dv/gstdvdec.c:
4946          remove unneeded comment from dvdec
4947           (related to DV 4CC codes in AVI files)
4948           moved them in gstreamer/docs/random/mimetypes
4949         * gst/asfdemux/gstasfdemux.c:
4950         (gst_asf_demux_process_ext_content_desc):
4951          don't send text tags if they are empty
4952          fix mem leak on error path
4953         * gst/ffmpegcolorspace/avcodec.h:
4954         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
4955         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
4956         (gst_ffmpegcsp_avpicture_fill):
4957         * gst/ffmpegcolorspace/imgconvert.c: (img_get_alpha_info):
4958         * gst/ffmpegcolorspace/imgconvert_template.h:
4959          adds BGR32 and BGRA32 to ffmpegcolorspace
4960           (still bad colors, fixing it on next commit)
4961           helps with dvdec outputing BGR32
4962
4963 2005-01-08  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
4964
4965         * ext/dv/gstdvdec.c:
4966          Fix audio caps i just broke (missing ',')
4967         * gst/matroska/matroska-mux.c: (gst_matroska_mux_get_type),
4968         (gst_matroska_mux_reset):
4969          Fix typo + add FIXME about old "x-gst-metadata" crap
4970
4971 2005-01-07  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
4972
4973         * ext/dv/demo-play.c: (main):
4974          xvideosink -> xvimagesink
4975         * ext/dv/gstdvdec.c:
4976          change rgb 32/32 caps to 24/32 (no alpha)
4977          change nb of channels to be a list (2 or 4, not 2)
4978          change sample rate to be a list (32, 44.1, 48 kHz) not a range
4979         * gst/asfdemux/gstasfdemux.c:
4980         (gst_asf_demux_process_ext_content_desc):
4981          Add 'date/year' to extracted metadata list
4982
4983 2005-01-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
4984
4985         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_fixate):
4986           The return value of fixate_to does not imply that the requested
4987           value was set, so don't assume.
4988
4989 2005-01-07  Gergely Nagy  <algernon@bonehunter.rulez.org>
4990
4991         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
4992
4993         * ext/libpng/gstpngdec.c:
4994         * ext/libpng/gstpngenc.c: (gst_pngenc_base_init),
4995         (gst_pngenc_sinklink), (gst_pngenc_init), (gst_pngenc_chain):
4996         * ext/libpng/gstpngenc.h:
4997           Alpha support (encoder; #163161), mime fixage.
4998
4999 2005-01-07  Sebastien Cote  <sc5@hermes.usherb.ca>
5000
5001         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
5002
5003         * ext/faac/gstfaac.c: (gst_faac_outputformat_get_type),
5004         (gst_faac_class_init), (gst_faac_init), (gst_faac_srcconnect),
5005         (gst_faac_set_property), (gst_faac_get_property):
5006         * ext/faac/gstfaac.h:
5007           Allow for ADTS output (#153434).
5008
5009 2005-01-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
5010
5011         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_getcaps):
5012           Fix against template (#150576).
5013
5014 2005-01-06  Benjamin Otte  <otte@gnome.org>
5015
5016         * gst/games/gstpuzzle.c: (draw_puzzle):
5017           don't draw a puzzle if either width or height of tiles would be 0.
5018
5019 2005-01-06  Benjamin Otte  <otte@gnome.org>
5020
5021         * gst/games/gstpuzzle.c: (gst_puzzle_get_type),
5022         (gst_puzzle_class_init), (gst_puzzle_finalize):
5023           no memleaks, please
5024         (gst_puzzle_create), (gst_puzzle_init),
5025         (gst_puzzle_set_property), (gst_puzzle_setup):
5026           change initialization code around so we don't reshuffle on resize
5027         (draw_puzzle):
5028           fix another stupid typo
5029
5030 2005-01-06  Benjamin Otte  <otte@gnome.org>
5031
5032         * gst/games/gstvideoimage.c: (copy_hline_YUY2):
5033           fix stupid typo that borked copying on YUY2
5034
5035 2005-01-06  Benjamin Otte  <otte@gnome.org>
5036
5037         * gst/games/gstpuzzle.c: (draw_puzzle):
5038           fix edges when image sizes aren't multiples of tile sizes
5039
5040 2005-01-06  Benjamin Otte  <otte@gnome.org>
5041
5042         * gst/games/gstpuzzle.c: (gst_puzzle_base_init):
5043           make RGB endianness work correctly
5044         (gst_puzzle_show), (gst_puzzle_swap), (gst_puzzle_move):
5045           refactor and fix race with initial shuffling
5046         (nav_event_handler):
5047           allow using the mouse to puzzle
5048         (draw_puzzle):
5049           insist on tiles having width and height as multiples of 4 to get
5050           clean YUV image handling
5051         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
5052         (gst_xvimagesink_handle_xevents), (gst_xvimagesink_buffer_alloc):
5053           s/DEBUG/LOG/ for common messages
5054         (gst_xvimagesink_navigation_send_event):
5055           fix mouse event translation to not include screen PAR
5056         * sys/ximage/ximagesink.c: (gst_ximagesink_navigation_send_event):
5057           fix mouse event translation to actually work
5058
5059 2005-01-06  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
5060
5061         * gst/asfdemux/gstasfdemux.c:
5062         (gst_asf_demux_process_ext_content_desc):
5063          Extract TrackNumber metadata + clean up code
5064         * gst/games/gstvideoimage.c: (gst_video_image_draw_rectangle):
5065          Hope this is the good fix (var used unitialised)
5066
5067 2005-01-06  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
5068
5069         * ext/faad/gstfaad.c: (gst_faad_chain):
5070           Only increment timestamp if it's valid. Fixes raw AAC streams.
5071
5072 2005-01-06  Benjamin Otte  <in7y118@public.uni-hamburg.de>
5073
5074         * configure.ac:
5075         * gst/games/Makefile.am:
5076         * gst/games/gstpuzzle.c:
5077           add a puzzle game with...
5078         * gst/games/gstvideoimage.c:
5079         * gst/games/gstvideoimage.h:
5080           ... full colorspace support (that includes YUV9 and RGB16)) stolen
5081           from videotestsrc and made into something that would be a nice
5082           library for a lot of other plugins.
5083
5084 2005-01-06  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
5085
5086         * configure.ac:
5087          don't compile faad plugin if a RC of 2.0 is found
5088          Fixes #155346 (and FC1 buildbot)
5089         * gst/asfdemux/gstasfdemux.c:
5090         (gst_asf_demux_process_ext_content_desc):
5091          try to make Solaris compiler happier
5092
5093 2005-01-06  Paul Jack  <pjack@sfaf.org>
5094
5095         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
5096
5097         * ext/snapshot/gstsnapshot.c: (gst_snapshot_class_init):
5098           Fix segfault (#161667).
5099
5100 2005-01-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
5101
5102         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_getcaps):
5103           Fix framerate reporting.
5104
5105 2005-01-05  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
5106
5107         * gst-libs/gst/riff/riff-ids.h:
5108         * gst/wavenc/riff.h:
5109          Add AMR (VBR and CBR) ids to riff.h audio codec list
5110         * gst/asfdemux/gstasfdemux.c:
5111         (gst_asf_demux_process_ext_content_desc),
5112         (gst_asf_demux_process_object):
5113           Retrieve more tags from ASF files (Genre, AlbumTitle, Artist)
5114
5115 2005-01-05  Martin Eikermann  <meiker@upb.de>
5116
5117         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
5118
5119         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_class_init),
5120         (gst_dvd_demux_handle_discont):
5121         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_class_init),
5122         (gst_mpeg_demux_handle_discont):
5123           Recreate pads on new-media (#160730).
5124         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_new_pad):
5125           Send discont even if manager changes timestamps (#161929).
5126
5127 2005-01-05  Sebastien Cote  <sc5@hermes.usherb.ca>
5128
5129         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
5130
5131         * gst-libs/gst/resample/resample.c: (gst_resample_sinc_ft_s16):
5132           Fix invalid memory access (#159211).
5133
5134 2005-01-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
5135
5136         * examples/gstplay/player.c: (main):
5137           Don't iterate.
5138         * examples/seeking/seek.c: (fixate), (make_playerbin_pipeline):
5139           Add visualizations.
5140         * ext/a52dec/gsta52dec.c: (gst_a52dec_push),
5141         (gst_a52dec_handle_frame):
5142           Set duration.
5143         * ext/dvdnav/gst-dvd:
5144           Add audioconvert. Fixes #161325.
5145         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_get):
5146           Explicitely case to gint64. Possible valgrind error.
5147         * gst-libs/gst/play/play.c: (caps_set), (setup_size),
5148         (gst_play_tick_callback), (gst_play_change_state),
5149         (gst_play_dispose), (gst_play_init), (gst_play_class_init),
5150         (gst_play_set_location), (gst_play_get_location),
5151         (gst_play_seek_to_time), (gst_play_set_data_src),
5152         (gst_play_set_video_sink), (gst_play_set_audio_sink),
5153         (gst_play_set_visualization), (gst_play_connect_visualization),
5154         (gst_play_get_framerate), (gst_play_get_all_by_interface),
5155         (gst_play_new):
5156           Use playbin. Fixes #139749 and #147744.
5157         * gst/apetag/apedemux.c: (gst_ape_demux_parse_tags):
5158           Add genre tag.
5159         * gst/audioscale/gstaudioscale.c: (gst_audioscale_method_get_type),
5160         (audioscale_get_type), (gst_audioscale_base_init),
5161         (gst_audioscale_class_init), (gst_audioscale_expand_caps),
5162         (gst_audioscale_getcaps), (gst_audioscale_fixate),
5163         (gst_audioscale_link), (gst_audioscale_get_buffer),
5164         (gst_audioscale_decrease_rate), (gst_audioscale_increase_rate),
5165         (gst_audioscale_init), (gst_audioscale_dispose),
5166         (gst_audioscale_chain), (gst_audioscale_set_property),
5167         (gst_audioscale_get_property), (plugin_init):
5168           Indent properly.
5169         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_process_private):
5170           Fix LPCM.
5171         * gst/qtdemux/qtdemux.c: (qtdemux_parse_udta),
5172         (qtdemux_tag_add_str), (qtdemux_tag_add_num),
5173         (qtdemux_tag_add_gnre), (qtdemux_video_caps):
5174           Add more metadata (fixes #162656).
5175
5176 2005-01-05  Thomas Vander Stichele  <thomas at apestaart dot org>
5177
5178         * configure.ac:
5179           back to cvs
5180
5181 === release 0.8.7 ===
5182
5183 2005-01-05  Thomas Vander Stichele  <thomas at apestaart dot org>
5184
5185         * NEWS:
5186         * RELEASE:
5187         * configure.ac:
5188           releasing 0.8.7, "Hyperspace"
5189
5190 2005-01-05  Thomas Vander Stichele  <thomas at apestaart dot org>
5191
5192         patch by: Tim-Philipp Müller  <t.i.m@zen.co.uk>
5193
5194         * gst/playback/gstplaybasebin.c:
5195          Fix for #162924 - free caps after use, not before
5196
5197 2005-01-04  Thomas Vander Stichele  <thomas at apestaart dot org>
5198
5199         patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
5200
5201         * gst/playback/gstplaybasebin.c:
5202         * gst/wavparse/gstwavparse.c:
5203           Fix for #154773 - fixes playback of small .wav files
5204
5205 2005-01-03  Thomas Vander Stichele  <thomas at apestaart dot org>
5206
5207         patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
5208
5209         * gst/audioscale/gstaudioscale.c:
5210           Fix for #162819 - make audioscale reusable
5211           Fixes playback of more than one file with playbin/totem
5212
5213 2004-12-29  Thomas Vander Stichele  <thomas at apestaart dot org>
5214
5215         * gst/ffmpegcolorspace/avcodec.h:
5216         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
5217         * gst/ffmpegcolorspace/imgconvert.c:
5218           clean up the mess that made me cry and avoid needless duplication
5219
5220 2004-12-29  Thomas Vander Stichele  <thomas at apestaart dot org>
5221
5222         * gst/ffmpegcolorspace/imgconvert.c:
5223           give some indication of why we're segfaulting
5224
5225 2004-12-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
5226
5227         * configure.ac:
5228           Fix indentation, fix v4l2 plugin detection.
5229         * ext/Makefile.am:
5230           Fix libmms location (Maciej, use diff -u!).
5231         * ext/alsa/gstalsa.c: (gst_alsa_init):
5232           Initialize caps cache to NULL.
5233         * gst/playback/gstplaybin.c: (gst_play_bin_change_state):
5234           Only change state on audiosink if it exists.
5235
5236 2004-12-28  Maciej Katafiasz  <mathrick@mathrick.org>
5237
5238         * gst/matroska/matroska-demux.c:
5239         * gst/matroska/matroska-ids.h:
5240         * gst/matroska/matroska-demux.h:
5241         Fix Vorbis streams failing to decode in some files, where cluster_time
5242         isn't 0, because then it doesn't send codec_priv before actual data.
5243         Remove time-based test and replace it with marker set on beginning of
5244         new stream
5245
5246 2004-12-28  David Schleef  <ds@schleef.org>
5247
5248         Merge patch from Ronald fixing problems with streaming
5249         text.
5250         * ext/cairo/gstcairo.c: (plugin_init):
5251         * ext/cairo/gsttextoverlay.c: (gst_textoverlay_render_text),
5252         (gst_text_overlay_blit_1), (gst_text_overlay_blit_sub2x2),
5253         (gst_textoverlay_video_chain), (gst_textoverlay_loop),
5254         (gst_textoverlay_font_init), (gst_textoverlay_init),
5255         (gst_textoverlay_set_property):
5256         * ext/cairo/gsttextoverlay.h:
5257
5258 2004-12-27  David Schleef  <ds@schleef.org>
5259
5260         * ext/cairo/gsttextoverlay.c: (gst_textoverlay_render_text),
5261         (gst_text_overlay_blit_1), (gst_text_overlay_blit_sub2x2),
5262         (gst_textoverlay_video_chain), (gst_textoverlay_loop),
5263         (gst_textoverlay_font_init), (gst_textoverlay_init),
5264         (gst_textoverlay_set_property): Improvements to actually
5265         render text as white on black outline on video, including
5266         font selection and horizontal/vertical alignment.  (Ronald's
5267         christmas present)
5268         * ext/cairo/gsttextoverlay.h:
5269
5270 2004-12-26  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
5271
5272         * ext/ogg/gstogg.c:
5273         * ext/ogg/gstogmparse.c:
5274           fix ogm[audio/video]parse plugin registration
5275           (riff won't load if bytestream is already loaded)
5276
5277 2004-12-24  Thomas Vander Stichele  <thomas at apestaart dot org>
5278
5279         * gst/audioconvert/gstchannelmix.c:
5280           fix for GLIB < 2.4
5281
5282 2004-12-24  Thomas Vander Stichele  <thomas at apestaart dot org>
5283
5284         * Makefile.am:
5285         * configure.ac:
5286           disable docs again until it actually passes make distcheck.
5287
5288 2004-12-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
5289
5290         * gst/qtdemux/qtdemux.c: (qtdemux_type_get), (qtdemux_audio_caps):
5291         * gst/typefind/gsttypefindfunctions.c: (q3gp_type_find),
5292         (plugin_init):
5293           Add 3GP (variables name Q3GP because they can't start with a
5294           number). Add samr audio fourcc (used in .3gp files), decoder
5295           is work in progress. Also do a GST_WARNING instead of ERROR
5296           in case of unknown nodes, to decrease output.
5297
5298 2004-12-24  Thomas Vander Stichele  <thomas at apestaart dot org>
5299
5300         * Makefile.am:
5301           really fix dist
5302
5303 2004-12-23  Thomas Vander Stichele  <thomas at apestaart dot org>
5304
5305         * configure.ac:
5306         * ext/speex/gstspeexdec.h:
5307         * ext/speex/gstspeexenc.h:
5308           Fixes #158382.  Make speex plugin compatible with both 1.0 and 1.1.
5309           Fix detection code in configure.ac
5310
5311 2004-12-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
5312
5313         * gst/matroska/matroska-demux.c:
5314         (gst_matroska_demux_parse_blockgroup):
5315           Save position, so that queries give proper return values. Don't
5316           know how this could ever have worked before...
5317
5318 2004-12-23  Thomas Vander Stichele  <thomas at apestaart dot org>
5319
5320         * configure.ac:
5321           Put additional LAME check inside the conditional.  Fixes #152339
5322
5323 2004-12-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
5324
5325         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
5326         (gst_avi_demux_stream_scan):
5327           Add some more debug. Fix logic error when setting movi offset
5328           while reading index.
5329
5330 2004-12-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
5331
5332         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
5333         (gst_avi_demux_stream_scan), (gst_avi_demux_handle_seek),
5334         (gst_avi_demux_process_next_entry):
5335           Add some debugging. Better detection of broken indexes and the
5336           accompanying index recovery. No infinite loops on state changes
5337           when we're still in our loopfunction.
5338
5339 2004-12-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
5340
5341         * configure.ac:
5342           Fix up.
5343
5344 2004-12-22  Archana Shah  <archana.shah@wipro.com>
5345
5346         Reviewed by:  Ronald S. Bultje <rbultje@ronald.bitfreak.net>
5347
5348         * sys/sunaudio/gstsunmixer.c: (gst_sunaudiomixer_set_volume):
5349           Normalizing the value before setting
5350         (gst_sunaudiomixer_get_volume):
5351           Normalizing the value after getting. Fixes bug# 161980
5352
5353 2004-12-22  Christian Fredrik Kalager Schaller  <uraeus@gnome.org>
5354
5355         * Makefile.am: Make sure docs gets disted
5356         * docs/Makefile.am: Make sure all needed files get disted
5357         * gst-plugins.spec.in: latest updates
5358
5359 2004-12-22  Wim Taymans  <wim@fluendo.com>
5360
5361         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_add_element):
5362         Revert patch 1.38 as clock distribution over schedulers does
5363         not work correcly in the core yet.
5364
5365 2004-12-21  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
5366
5367         * sys/oss/README: remove this file, which predates my birth
5368           (and which content is by far outdated)
5369
5370 2004-12-20  Stefan Kost  <ensonic@users.sf.net>
5371
5372         * Makefile.am:
5373         * configure.ac:
5374         * docs/Makefile.am:
5375         * docs/libs/Makefile.am:
5376         * docs/libs/gst-plugins-libs-docs.sgml:
5377         * docs/libs/gst-plugins-libs-sections.txt:
5378         * docs/libs/tmpl/gstgconf.sgml:
5379         * docs/upload.mak:
5380         * docs/version.entities.in:
5381           Added boilerplate gtk-doc files for plugin-libs documentation.
5382
5383 2004-12-19  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
5384
5385         * gst/auparse/gstauparse.c: fix int and float audio caps
5386
5387 2004-12-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
5388
5389         * sys/v4l/gstv4lelement.c: (gst_v4l_iface_supported):
5390         * sys/v4l2/gstv4l2element.c: (gst_v4l2_iface_supported):
5391           g_assert() can be a macro, don't use #ifdef inside it.
5392
5393 2004-12-19  Edward Hervey  <bilboed@bilboed.com>
5394
5395         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
5396
5397         * gst/videorate/gstvideorate.c: (gst_videorate_blank_data),
5398         (gst_videorate_init), (gst_videorate_chain),
5399         (gst_videorate_change_state):
5400           Event handling (fixes #159986).
5401
5402 2004-12-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
5403
5404         * gst-libs/gst/riff/riff-media.c:
5405         (gst_riff_create_video_caps_with_data):
5406           Add BLZ0 (Blizzard's version of DivX) fourcc.
5407
5408 2004-12-18  David Schleef  <ds@schleef.org>
5409
5410         * gst/tta/gstttadec.c: (gst_tta_dec_link): And yet another
5411         portability fix.
5412
5413 2004-12-18  David Schleef  <ds@schleef.org>
5414
5415         * gst/tta/ttadec.h: Disable some header code that isn't used
5416         and clearly isn't portable.
5417
5418 2004-12-18  David Schleef  <ds@schleef.org>
5419
5420         * gst/ffmpegcolorspace/imgconvert.c: (get_pix_fmt_info),
5421         (avcodec_get_chroma_sub_sample), (avcodec_get_pix_fmt_name),
5422         (avcodec_get_pix_fmt), (avpicture_layout),
5423         (avcodec_get_pix_fmt_loss), (avg_bits_per_pixel), (img_copy),
5424         (get_convert_table_entry), (img_convert), (img_get_alpha_info):
5425         Fix code to not use GCC extensions (and c99 extensions that
5426         Forte does not like.)
5427
5428 2004-12-19  Tim-Philipp Müller  <t.i.m@zen.co.uk>
5429
5430         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
5431
5432         * gst/deinterlace/gstdeinterlace.c: (gst_deinterlace_link),
5433         (gst_deinterlace_chain):
5434           Rowstride fixes. Fixes #161039.
5435         * gst/videocrop/gstvideocrop.c: (gst_video_crop_init),
5436         (gst_video_crop_get_property), (gst_video_crop_add_to_struct_val),
5437         (gst_video_crop_getcaps), (gst_video_crop_link),
5438         (gst_video_crop_i420), (gst_video_crop_chain),
5439         (gst_video_crop_change_state):
5440           Rework of negotiation. Actually works now. Fixes #158650.
5441
5442 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
5443
5444         * gst/matroska/matroska-demux.c: (gst_matroska_ebmlnum_sint):
5445           That was very stupid.
5446
5447 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
5448
5449         * gst/matroska/matroska-demux.c:
5450         (gst_matroska_demux_parse_blockgroup):
5451           Fix possible crasher.
5452
5453 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
5454
5455         * gst/matroska/matroska-demux.c: (gst_matroska_ebmlnum_uint),
5456         (gst_matroska_ebmlnum_sint), (gst_matroska_demux_parse_blockgroup):
5457           Lace sizes can be zero.
5458
5459 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
5460
5461         * ext/musepack/gstmusepackdec.cpp:
5462           Fetch error return values. Fixes #161624.
5463         * gst/apetag/apedemux.c: (gst_ape_demux_stream_data):
5464           Really EOS.
5465
5466 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
5467
5468         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index):
5469           Work for truncated (unfinished download etc.) files. Fixes #160514.
5470
5471 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
5472
5473         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
5474           Fix for integer overflow. Makes #156001 not crash. Probably masks
5475           the real bug.
5476
5477 2004-12-17  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
5478
5479         * gst/ac3parse/gstac3parse.c: (plugin_init):
5480           Parsers never have ranks. Fixes #159651.
5481
5482 2004-12-17  Benjamin Otte  <in7y118@public.uni-hamburg.de>
5483
5484         * gst/playback/gstdecodebin.c: (compare_ranks):
5485           make sure the facotries are ordered the same every time even if they
5486           have the same rank by using the name
5487         * gst/playback/gstdecodebin.c: (find_compatibles):
5488           make sure we don't add factories to the list twice
5489
5490 2004-12-16  David Schleef  <ds@schleef.org>
5491
5492         * configure.ac: look for musepack headers as musepack/*.h
5493         (fixes #159847)
5494         * ext/musepack/gstmusepackdec.h: use <musepack/*.h>
5495         * ext/musepack/gstmusepackreader.h: same
5496
5497 2004-12-17  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
5498
5499         * gst-libs/gst/riff/riff-read.c:
5500         (gst_riff_read_strf_auds_with_data):
5501           Read extradata correctly (fixes #155879).
5502
5503 2004-12-16  David Schleef  <ds@schleef.org>
5504
5505         * gst/audioscale/gstaudioscale.c: allow passthru of >2 channel
5506         audio.  does _not_ attempt or allow conversion unless channels
5507         is 1 or 2.
5508
5509 2004-12-16  Christian Fredrik Kalager Schaller  <uraeus@gnome.org>
5510
5511         * tools/gst-launch-ext-m.m: fix mpeg and vob pipelines
5512
5513 2004-12-16  David Schleef  <ds@schleef.org>
5514
5515         * gst/audioscale/gstaudioscale.c: the resample library only
5516         handles 1 or 2 channels.  Change caps to compensate.
5517
5518 2004-12-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
5519
5520         * gst/matroska/matroska-demux.c: (aac_rate_idx), (aac_profile_idx),
5521         (gst_matroska_demux_audio_caps):
5522           Some MPEG-AAC hacks, because else it doesn't work...
5523
5524 2004-12-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
5525
5526         * gst-libs/gst/riff/riff-media.c:
5527         (gst_riff_create_video_caps_with_data),
5528         (gst_riff_create_video_template_caps):
5529           Add h264.
5530
5531 2004-12-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
5532
5533         * gst-libs/gst/audio/Makefile.am:
5534           Try to fix buildbot.
5535
5536 2004-12-16  Thomas Vander Stichele  <thomas at apestaart dot org>
5537
5538         * gst/tcp/gstmultifdsink.c:
5539           Clean up and uniformize debugging.
5540
5541 2004-12-16  Edward Hervey  <bilboed@bilboed.com>
5542
5543         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
5544
5545         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_class_init),
5546         (gst_dvd_demux_reset), (gst_dvd_demux_change_state):
5547         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_reset),
5548         (gst_mpeg_demux_change_state):
5549           Reset on ready. Fixes 160276.
5550
5551 2004-12-16  Sebastien Cote  <sc5@hermes.usherb.ca>
5552
5553         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
5554
5555         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
5556         (gst_ffmpegcsp_pad_link):
5557           Fix memleak (#154815).
5558
5559 2004-12-16  James Bowes  <bowes@cs.dal.ca>
5560
5561         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
5562
5563         * ext/musicbrainz/gsttrm.c: (gst_musicbrainz_class_init),
5564         (gst_musicbrainz_init), (gst_musicbrainz_chain),
5565         (gst_musicbrainz_set_property), (gst_musicbrainz_get_property):
5566         * ext/musicbrainz/gsttrm.h:
5567           Add support for using a proxy server when getting a trm id from
5568           the MusicBrainz database (#149613).
5569
5570 2004-12-16  Christophe Fergeau  <teuf@gnome.org>
5571
5572         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
5573
5574         * gst/playback/gstdecodebin.c: (new_pad), (close_link):
5575         * gst/playback/gstplaybasebin.c: (new_decoded_pad):
5576           Fix memleaks (#157233).
5577
5578 2004-12-16  Sebastien Cote  <sc5@hermes.usherb.ca>
5579
5580         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
5581
5582         * gst-libs/gst/resample/resample.c: (gst_resample_close):
5583         * gst-libs/gst/resample/resample.h:
5584         * gst/audioscale/gstaudioscale.c:
5585           Fix memleak (#159215).
5586
5587 2004-12-16  Toni Willberg  <toniw@iki.fi>
5588
5589         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
5590
5591         * sys/oss/gstosselement.c: (gst_osselement_probe_caps):
5592         * sys/oss/oss_probe.c: (main):
5593           Check for mono/stereo support (similar to samplerate probing),
5594           fixes #159433. Also add missing copyright header to oss_probe.c.
5595
5596 2004-12-15  David Schleef  <ds@schleef.org>
5597
5598         * configure.ac: add audioresample and cairo plugins.  Remove
5599         HAVE_MMX stuff, because it's not used.
5600         * ext/Makefile.am: same
5601         * ext/audioresample/Makefile.am: You are not ready for an
5602         audio resampling element based on audioresample.
5603         * ext/audioresample/gstaudioresample.c:
5604         * ext/audioresample/gstaudioresample.h:
5605         * ext/cairo/Makefile.am: You are not ready for overlay elements
5606         based on cairo.  Don't look too closely, these elements kinda
5607         suck right now.
5608         * ext/cairo/gstcairo.c: new
5609         * ext/cairo/gsttextoverlay.c: new
5610         * ext/cairo/gsttextoverlay.h: new
5611         * ext/cairo/gsttimeoverlay.c: new
5612         * ext/cairo/gsttimeoverlay.h: new
5613         * gst-libs/gst/media-info/media-info-priv.h: fix compile
5614         problem with compilers that don't support variadic macros.
5615
5616 2004-12-15  Balamurali Viswanathan  <balamurali.viswanathan@wipro.com>
5617
5618         Reviewed by:  David Schleef  <ds@schleef.org>
5619
5620         * sys/sunaudio/gstsunaudio.c: (plugin_init):  Apply patch from
5621         Bala, registering sunaudiosrc (oops!), and cleaning up code a
5622         bit.  Also ran indent-gst.
5623         * sys/sunaudio/gstsunaudiosrc.c: (gst_sunaudiosrc_init),
5624         (gst_sunaudiosrc_change_state), (gst_sunaudiosrc_get),
5625         (gst_sunaudiosrc_setparams):
5626
5627 2004-12-14  David Schleef  <ds@schleef.org>
5628
5629         * gst/festival/gstfestival.c: (gst_festival_chain): Set the
5630         output rate to 16000.  Should fix #160235.
5631
5632 2004-12-14  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
5633
5634         * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find):
5635         Add typefinding for mpeg2 pes streams
5636
5637 2004-12-13  David Schleef  <ds@schleef.org>
5638
5639         * configure.ac:  Applied patch from bug #143659, making default
5640         sources and sinks OS-dependent (for Solaris), and added code
5641         for OS/X.
5642         * gconf/gstreamer.schemas.in: use OS-dependent sinks in gconf.
5643
5644 2004-12-13  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
5645
5646         * gst-libs/gst/riff/riff-media.c:
5647           forgot to add h2.64 to avidemux template caps
5648
5649 2004-12-13  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
5650
5651         * gst/wavenc/riff.h:
5652         * gst-libs/gst/riff/riff-media.c:
5653         * gst-libs/gst/riff/riff-ids.h:
5654         * gst/avi/gstavimux.c
5655         add 4CC code for VideoSoft h264 in AVI (VSSH)
5656           fixes bug #160655
5657         remove s323 from riff, it's quicktime specific :(
5658
5659 2004-12-13  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
5660
5661         * gst/asfdemux/README
5662         * gst/wavenc/riff.h
5663         * gst-libs/gst/riff/riff-ids.h
5664         * gst-libs/gst/riff/riff-media.c
5665         * gst/qtdemux/qtdemux.c:
5666           add new 4CC codes for h263 related codecs
5667           fixes partially bug #155163
5668
5669 2004-12-12  Christian Fredrik Kalager Schaller  <christian at fluendo dot com>
5670
5671         * configure.ac: Update polyaudio requirement to 0.7
5672         * ext/polyp/polypsink.c: (create_stream): add patch from iain (158258)
5673
5674 2004-12-11  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
5675
5676         * gst/interleave/deinterleave.c:
5677         fix my name's spelling! :)
5678
5679 2004-12-11  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
5680
5681         * AUTHORS ChangeLog
5682         * gst/auparse/gstauparse.c
5683         * gst/interleave/deinterleave.c
5684         * gst/law/:
5685                 alaw-decode.c alaw-encode.c
5686                 mulaw-decode.c mulaw-encode.c
5687         * gst/oneton/gstoneton.c
5688         * sys/osxaudio/:
5689                 gstosxaudioelement.c gstosxaudiosink.c gstosxaudiosrc.c
5690         * sys/osxvideo/:
5691                 cocoawindow.h cocoawindow.m
5692                 osxvideosink.h osxvideosink.m
5693
5694         put the same mail address for Zaheer Abbas Merali everywhere
5695
5696 2004-12-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
5697
5698         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_loop):
5699           Align by packetsize, and assert that we a packet available before
5700           playing. The first makes webstreams work (they often include
5701           trailing padding data in a packet), the second allows pausing a
5702           ASF stream in totem without getting demux errors afterwards.
5703
5704 2004-12-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
5705
5706         * ext/ogg/gstoggdemux.c: (get_relative):
5707           Check for non-NULL before accessing member (end-of-chain).
5708
5709 2004-12-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
5710
5711         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_class_init),
5712         (cdparanoia_set_property), (cdparanoia_get_property):
5713         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_class_init),
5714         (dvdnavsrc_set_property), (dvdnavsrc_get_property):
5715         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_class_init),
5716         (dvdreadsrc_init), (dvdreadsrc_set_property),
5717         (dvdreadsrc_get_property):
5718         * sys/vcd/vcdsrc.c: (gst_vcdsrc_class_init),
5719         (gst_vcdsrc_set_property), (gst_vcdsrc_get_property):
5720           Synchronize property names where not yet the case. Devices are
5721           now device=X, other versions are deprecated (but still exist).
5722           Also use g_free() unconditionally.
5723         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
5724         (setup_source), (gst_play_base_bin_get_property):
5725           Expose source.
5726
5727 2004-12-09  Thomas Vander Stichele  <thomas at apestaart dot org>
5728
5729         * configure.ac: move GCONF macro outside conditional for the am
5730           conditional. Fixes #160439
5731
5732 2004-12-08  David Schleef  <ds@schleef.org>
5733
5734         * tools/gst-visualise-m.m: Switch to elements that currently
5735         exist.
5736
5737 2004-12-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
5738
5739         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
5740           We love wrong commas.
5741
5742 2004-12-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
5743
5744         * gst/matroska/matroska-demux.c:
5745         (gst_matroska_demux_handle_src_query):
5746           Don't set DEFAULT, unsupported - makes length display incorrectly
5747           in some cases.
5748
5749 2004-12-07  Christian Fredrik Kalager Schaller  <uraeus@gnome.org>
5750
5751         * gst/monoscope/README: remove blurb about files being GPL
5752         * gst/monoscope/gstmonoscope.c: Change license field to LGPL
5753         * gst/monoscope/monoscope.c: Change license to BSD with explanation
5754           monoscope is now effectively LGPL licensed
5755
5756 2004-12-07  Christian Fredrik Kalager Schaller  <uraeus@gnome.org>
5757
5758         * gst/monoscope/README: Update information to be more correct
5759         * gst/monoscope/convolve.c: Relicense to LGPL
5760         * gst/monoscope/convolve.h: Relicense to LGPL
5761
5762 2004-12-06  Arwed v. Merkatz <v.merkatz@gmx.net>
5763
5764         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain):
5765           set BUFFER_DURATION to correct values (mpeg1 audio frame length is fixed)
5766         * gst/matroska/matroska-mux.c: (gst_matroska_mux_audio_pad_link):
5767           set default_duration for mpeg1 audio
5768
5769 2004-12-06  Benjamin Otte  <in7y118@public.uni-hamburg.de>
5770
5771         * ext/alsa/gstalsa.c: (gst_alsa_get_caps), (gst_alsa_close_audio):
5772         * ext/alsa/gstalsa.h:
5773           refactor big chunks of the core caps negotiation code to make it
5774           a lot faster, because people claim it's really slow
5775           (actually, just cache the getcaps when the device is opened)
5776
5777 2004-12-06  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
5778
5779         * ext/a52dec/gsta52dec.c: (gst_a52dec_init),
5780         (gst_a52dec_handle_event), (gst_a52dec_update_streaminfo),
5781         (gst_a52dec_handle_frame), (gst_a52dec_chain),
5782         (gst_a52dec_change_state), (plugin_init):
5783         * ext/a52dec/gsta52dec.h:
5784           Do something useful with timestamps. Make chain-based (since
5785           there's really no reason to be loopbased).
5786         * gst/avi/gstavidemux.c: (gst_avi_demux_process_next_entry):
5787           Update current_byte/frame correctly.
5788
5789 2004-12-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
5790
5791         * gst/apetag/apedemux.c: (gst_ape_demux_parse_tags),
5792         (gst_ape_demux_stream_init):
5793           Forward tags, too.
5794
5795 2004-12-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
5796
5797         * gst/apetag/apedemux.c: (gst_ape_demux_stream_init):
5798           Let's make sure we're done typefinding when detecting tags.
5799
5800 2004-12-03  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
5801
5802         * gst/matroska/ebml-read.c: (gst_ebml_read_class_init),
5803         (gst_ebml_read_init), (gst_ebml_read_use_event),
5804         (gst_ebml_read_element_id), (gst_ebml_peek_id),
5805         (gst_ebml_read_seek), (gst_ebml_read_skip),
5806         (gst_ebml_read_reserve), (gst_ebml_read_buffer),
5807         (gst_ebml_read_master):
5808         * gst/matroska/ebml-read.h:
5809         * gst/matroska/matroska-demux.c:
5810         (gst_matroska_demux_parse_contents),
5811         (gst_matroska_demux_loop_stream), (gst_matroska_demux_audio_caps):
5812           Disgustingly evil hack for working around INTERRUPT events and
5813           their extremely annoying habit of being a pain in the ass. We
5814           simply peek a cluster before reading any of it.
5815
5816 2004-12-03  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
5817
5818         * ext/musepack/gstmusepackdec.cpp:
5819           There's also floating point libmusepacks.
5820
5821 2004-12-03  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
5822
5823         * ext/faad/gstfaad.c: (gst_faad_chanpos_from_gst),
5824         (gst_faad_chanpos_to_gst), (gst_faad_chain):
5825           Set DURATION even if source buffer didn't. Also use increasing
5826           timestamps.
5827         * gst-libs/gst/riff/riff-media.c:
5828         (gst_riff_create_audio_caps_with_data):
5829           Block_align can have larger values than 8192.
5830
5831 2004-12-02  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
5832
5833         * gst/law/alaw-decode.c: (alawdec_getcaps), (alawdec_link):
5834         * gst/law/alaw-encode.c: (alawenc_getcaps), (alawenc_link):
5835         * gst/law/mulaw-decode.c: (mulawdec_getcaps), (mulawdec_link):
5836         * gst/law/mulaw-encode.c: (mulawenc_getcaps), (mulawenc_link):
5837           Fix caps.
5838
5839 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
5840
5841         * sys/v4l/v4l_calls.c: (gst_v4l_get_chan_names):
5842           Fix logic bug.
5843
5844 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
5845
5846         * ext/ogg/gstoggdemux.c: (gst_ogg_type_find):
5847           Yay, another one.
5848
5849 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
5850
5851         * ext/esd/esdsink.c: (gst_esdsink_chain):
5852           Make error actually say something useful (fixes #156798).
5853         * gst-libs/gst/riff/riff-media.c:
5854         (gst_riff_create_video_caps_with_data),
5855         (gst_riff_create_video_template_caps):
5856           Add Intel Video 5.0 fourcc (IV50).
5857
5858 2004-12-01  Christophe Fergeau  <teuf@gnome.org>
5859
5860         * ext/mad/gstmad.c: (mpg123_parse_xing_header): fix xing header
5861         detection on mono and stereo mp3 files.
5862
5863 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
5864
5865         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
5866           Don't crash on EMPTY caps (e.g. when the demuxer didn't recognize
5867           the contained stream).
5868
5869 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
5870
5871         * ext/faad/gstfaad.c: (gst_faad_srcconnect), (gst_faad_chain):
5872           Oops, remove debug.
5873
5874 2004-12-01  Sebastien Cote  <sc5@hermes.usherb.ca>
5875
5876         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
5877
5878         * gst/law/alaw-decode.c: (alawdec_getcaps):
5879         * gst/law/mulaw-decode.c: (mulawdec_getcaps):
5880           Prevent warnings when negotiating caps (fixes #159338).
5881
5882 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
5883
5884         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
5885         (gst_ffmpegcsp_chain):
5886           Remove old leftover that shouldn't be there...
5887
5888 2004-12-01  Sebastien Cote  <sc5@hermes.usherb.ca>
5889
5890         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
5891
5892         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_use_event):
5893           Don't forward DISCONT events (fixes #159684).
5894
5895 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
5896
5897         * gst/playback/gstplaybin.c: (remove_sinks), (setup_sinks):
5898           Unlink manually since sometimes bin disposal (and therefore
5899           pad unlinking) is delayed, which will cause a new media file
5900           to not be able to start playing instantly.
5901
5902 2004-11-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
5903
5904         * gst/playback/gststreaminfo.c: (stream_info_mute_pad):
5905           On mute of an unlinked stream, check for pad availability so
5906           we don't crash on unlinked pad.
5907
5908 2004-11-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
5909
5910         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
5911         (gst_avi_demux_massage_index):
5912           Fix quite humiliating bug in omitting 0-sized index chunks but
5913           forgetting to count them for timestamps.
5914
5915 2004-11-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
5916
5917         * ext/a52dec/gsta52dec.c: (gst_a52dec_loop):
5918           Actually leave the loop if we failed to sync. Don't crash.
5919
5920 2004-11-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
5921
5922         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_get_audio_stream),
5923         (gst_dvd_demux_process_private):
5924         * gst/mpegstream/gstdvddemux.h:
5925           Fix crash (#159759). Doesn't work, though. :-(.
5926
5927 2004-11-28  Benjamin Otte  <otte@gnome.org>
5928
5929         * gst/audioconvert/gstchannelmix.c: (gst_audio_convert_mix):
5930           more overwriting protection due to modifying channels one by one
5931           instead of all at once
5932
5933 2004-11-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
5934
5935         * gst/audioconvert/gstchannelmix.c:
5936         (gst_audio_convert_fill_normalize):
5937           Normalize using absolute values.
5938
5939 2004-11-28  Julien MOUTTE  <julien@moutte.net>
5940
5941         * configure.ac:
5942         * ext/Makefile.am:
5943         * ext/directfb/Makefile.am:
5944         * ext/directfb/directfbvideosink.c: (gst_directfbvideosink_create),
5945         (gst_directfbvideosink_get_pixel_format),
5946         (gst_directfbvideosink_get_format_from_fourcc),
5947         (gst_directfbvideosink_fixate), (gst_directfbvideosink_getcaps),
5948         (gst_directfbvideosink_sink_link),
5949         (gst_directfbvideosink_change_state),
5950         (gst_directfbvideosink_chain), (gst_directfbvideosink_buffer_free),
5951         (gst_directfbvideosink_buffer_alloc),
5952         (gst_directfbvideosink_interface_supported),
5953         (gst_directfbvideosink_interface_init),
5954         (gst_directfbvideosink_navigation_send_event),
5955         (gst_directfbvideosink_navigation_init),
5956         (gst_directfbvideosink_set_property),
5957         (gst_directfbvideosink_get_property),
5958         (gst_directfbvideosink_finalize), (gst_directfbvideosink_init),
5959         (gst_directfbvideosink_base_init),
5960         (gst_directfbvideosink_class_init),
5961         (gst_directfbvideosink_get_type), (plugin_init):
5962         * ext/directfb/directfbvideosink.h: Adding a first version of
5963         directfbvideosink.
5964         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_init): Initializing some
5965         more.
5966
5967 2004-11-28  Benjamin Otte  <otte@gnome.org>
5968
5969         * gst/audioconvert/gstchannelmix.c: (gst_audio_convert_mix):
5970           walk the samples backwards if out_channels > in_channels so we don't
5971           overwrite data
5972
5973 2004-11-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
5974
5975         * gst/audioconvert/Makefile.am:
5976         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init),
5977         (gst_audio_convert_link), (gst_audio_convert_change_state),
5978         (gst_audio_convert_channels):
5979         * gst/audioconvert/gstchannelmix.c:
5980         (gst_audio_convert_unset_matrix),
5981         (gst_audio_convert_fill_identical),
5982         (gst_audio_convert_fill_compatible),
5983         (gst_audio_convert_detect_pos), (gst_audio_convert_fill_one_other),
5984         (gst_audio_convert_fill_others),
5985         (gst_audio_convert_fill_normalize),
5986         (gst_audio_convert_fill_matrix), (gst_audio_convert_setup_matrix),
5987         (gst_audio_convert_passthrough), (gst_audio_convert_mix):
5988         * gst/audioconvert/gstchannelmix.h:
5989           Implement a channel mixer.
5990
5991 2004-11-28  Martin Soto  <martinsoto@users.sourceforge.net>
5992
5993         * ext/alsa/gstalsasink.c (gst_alsa_sink_loop):
5994         * ext/alsa/gstalsa.h:
5995         * ext/alsa/gstalsa.c (gst_alsa_set_clock):
5996         Make alsasink actually honor gst_element_set_clock and use that
5997         clock instead of its internal one.
5998
5999 2004-11-27  Christophe Fergeau  <teuf@gnome.org>
6000
6001         * gst/playback/gstplaybasebin.c: (setup_source): fixed a caps leak
6002         (gst_play_base_bin_change_state): nullify source and decoder when
6003         going from READY to NULL so that we don't try to do weird stuff with
6004         them when going from NULL to READY
6005         * gst/playback/gstplaybin.c: (gst_play_bin_init): use gst_object_unref
6006         instead of g_object_unref
6007         (gen_video_element), (gen_audio_element): more refcounting fixes, now
6008         it should be correct
6009         (gst_play_bin_change_state): don't call remove_sinks if we are
6010         currently disposing the object
6011
6012 2004-11-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6013
6014         * ext/a52dec/gsta52dec.c: (gst_a52dec_loop):
6015           Don't forget bass if it's there. Else left channel is silent...
6016
6017 2004-11-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6018
6019         * ext/a52dec/gsta52dec.c: (gst_a52dec_loop),
6020         (gst_a52dec_change_state):
6021           Don't do sample adjusting anymore, we use float audio now.
6022         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_fixate):
6023           Don't fixate to non-existing properties.
6024
6025 2004-11-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6026
6027         * ext/a52dec/gsta52dec.c: (gst_a52dec_channels),
6028         (gst_a52dec_change_state):
6029           Advertise that we can do surround sound.
6030
6031 2004-11-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6032
6033         * ext/a52dec/gsta52dec.c: (gst_a52dec_reneg):
6034           Add buffer-frames=0.
6035         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_get_type),
6036         (dvdreadsrc_init), (dvdreadsrc_get_event_mask),
6037         (dvdreadsrc_get_query_types), (dvdreadsrc_get_formats),
6038         (dvdreadsrc_srcpad_event), (dvdreadsrc_srcpad_query),
6039         (_seek_title), (_seek_chapter), (get_next_cell_for), (_read),
6040         (seek_sector), (dvdreadsrc_get), (dvdreadsrc_open_file),
6041         (dvdreadsrc_change_state), (dvdreadsrc_uri_get_type),
6042         (dvdreadsrc_uri_get_protocols), (dvdreadsrc_uri_get_uri),
6043         (dvdreadsrc_uri_set_uri), (dvdreadsrc_uri_handler_init):
6044         * ext/dvdread/dvdreadsrc.h:
6045           Add seeking, querying for bytes, sectors, title, angle and
6046           chapter. Handle multiple chapters. Relicense to LGPL because
6047           Billy agreed on that (thanks Billy!).
6048
6049 2004-11-27  Christophe Fergeau  <teuf@gnome.org>
6050
6051         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_dispose):
6052         call parent dispose method
6053
6054 2004-11-27  Martin Soto  <martinsoto@users.sourceforge.net>
6055
6056         * gst-libs/gst/audio/audioclock.c (gst_audio_clock_set_active)
6057         (gst_audio_clock_get_internal_time):
6058         Fix active <-> inactive transitions: ensure time value always
6059         grows and avoid abrupt value changes.
6060
6061 2004-11-27  Arwed v. Merkatz <v.merkatz@gmx.net>
6062
6063         * configure.ac:
6064         * gst/tta/Makefile.am:
6065         * gst/tta/crc32.h:
6066         * gst/tta/filters.h:
6067         * gst/tta/gsttta.c:
6068         * gst/tta/gstttadec.c:
6069         * gst/tta/gstttadec.h:
6070         * gst/tta/gstttaparse.c:
6071         * gst/tta/gstttaparse.h:
6072         * gst/tta/ttadec.h:
6073           added TTA parser and decoder
6074
6075 2004-11-26  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6076
6077         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
6078         (probe_triggered), (check_queue), (buffer_underrun),
6079         (buffer_running), (buffer_overrun), (gen_source_element),
6080         (setup_source):
6081         * gst/playback/gstplaybasebin.h:
6082           Implement buffering. Needs some more work.
6083
6084 2004-11-26  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6085
6086         * ext/theora/theoradec.c: (theora_dec_chain):
6087           Fix ilog mask range overflow.
6088
6089 2004-11-26  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6090
6091         * ext/alsa/gstalsa.c: (gst_alsa_get_caps):
6092           Don't omit the last (which in case of dmix is the only :) )
6093           channel count. Don't set channels if <= 2.
6094
6095 2004-11-26  Christophe Fergeau  <teuf@gnome.org>
6096
6097         * gst/playback/gstplaybin.c: (gen_video_element),
6098         (gen_audio_element): Removed 2 obsolete comments
6099
6100 2004-11-26  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
6101
6102         * ext/vorbis/oggvorbisenc.c
6103         * ext/vorbis/vorbisenc.c :
6104           change description fields of those plugins to differentiate them
6105           (pitivi show Encoders by description, they had the same one)
6106
6107 2004-11-25  Christophe Fergeau  <teuf@gnome.org>
6108
6109         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6110
6111         * gst/playback/gstplaybin.c: (gst_play_bin_dispose),
6112         (gst_play_bin_set_property), (gen_video_element),
6113         (gen_audio_element):
6114           Refcounting fixes for provided audio-/videosinks.
6115
6116 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6117
6118         * gst/playback/gstplaybin.c: (gen_video_element),
6119         (gen_audio_element), (setup_sinks), (gst_play_bin_change_state):
6120           Don't reference all sinks, but only the video- and audiosinks.
6121           The vis. element should be disposed when we're done with it.
6122           We don't have any reason to keep it around. This fixes warnings
6123           when reusing playbin for playing multiple audio files with
6124           vis. enabled. Also release audio device on pause - idea stolen
6125           from Rhythmbox.
6126
6127 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6128
6129         * ext/a52dec/gsta52dec.c: (gst_a52dec_channels), (gst_a52dec_push),
6130         (gst_a52dec_reneg), (gst_a52dec_loop), (plugin_init):
6131         * ext/alsa/gstalsa.c: (gst_alsa_get_caps):
6132         * ext/alsa/gstalsaplugin.c: (plugin_init):
6133         * ext/dts/gstdtsdec.c: (gst_dtsdec_channels),
6134         (gst_dtsdec_renegotiate), (gst_dtsdec_loop), (plugin_init):
6135         * ext/faad/gstfaad.c: (gst_faad_init), (gst_faad_chanpos_from_gst),
6136         (gst_faad_chanpos_to_gst), (gst_faad_sinkconnect),
6137         (gst_faad_srcgetcaps), (gst_faad_srcconnect), (gst_faad_chain),
6138         (gst_faad_change_state), (plugin_init):
6139         * ext/faad/gstfaad.h:
6140         * ext/vorbis/vorbis.c: (plugin_init):
6141         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
6142         * gst-libs/gst/audio/Makefile.am:
6143         * gst-libs/gst/audio/audio.c: (plugin_init):
6144         * gst-libs/gst/audio/multichannel.c:
6145         (gst_audio_check_channel_positions),
6146         (gst_audio_get_channel_positions),
6147         (gst_audio_set_channel_positions),
6148         (gst_audio_set_structure_channel_positions_list),
6149         (add_list_to_struct), (gst_audio_set_caps_channel_positions_list),
6150         (gst_audio_fixate_channel_positions):
6151         * gst-libs/gst/audio/multichannel.h:
6152         * gst-libs/gst/audio/testchannels.c: (main):
6153         * gst/audioconvert/gstaudioconvert.c:
6154         (gst_audio_convert_class_init), (gst_audio_convert_init),
6155         (gst_audio_convert_dispose), (gst_audio_convert_getcaps),
6156         (gst_audio_convert_parse_caps), (gst_audio_convert_link),
6157         (gst_audio_convert_fixate), (gst_audio_convert_channels):
6158         * gst/audioconvert/plugin.c: (plugin_init):
6159           Surround sound support.
6160
6161 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6162
6163         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_push):
6164           Fix position for discont if we're close as well. Nitpicking, but
6165           saves a few milliseconds of extra waiting or skipping.
6166
6167 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6168
6169         * gst/playback/gstdecodebin.c: (gst_decode_bin_factory_filter):
6170           We sometimes need parsers for playback, so add those too.
6171
6172 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6173
6174         * configure.ac:
6175         * gst/apetag/Makefile.am:
6176         * gst/apetag/apedemux.c: (gst_ape_demux_get_type),
6177         (gst_ape_demux_base_init), (gst_ape_demux_class_init),
6178         (gst_ape_demux_init), (gst_ape_demux_get_src_formats),
6179         (gst_ape_demux_get_src_query_types),
6180         (gst_ape_demux_handle_src_query), (gst_ape_demux_get_event_mask),
6181         (gst_ape_demux_handle_src_event), (gst_ape_demux_handle_event),
6182         (gst_ape_demux_typefind_peek), (gst_ape_demux_typefind_get_length),
6183         (gst_ape_demux_typefind_suggest), (gst_ape_demux_typefind),
6184         (gst_ape_demux_parse_tags), (gst_ape_demux_stream_init),
6185         (gst_ape_demux_stream_data), (gst_ape_demux_loop),
6186         (gst_ape_demux_change_state):
6187         * gst/apetag/apedemux.h:
6188         * gst/apetag/apetag.c: (plugin_init):
6189         * gst/typefind/gsttypefindfunctions.c: (apetag_type_find),
6190         (plugin_init):
6191           APE v1/2 tag reader plus typefind function.
6192
6193 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6194
6195         * configure.ac:
6196         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_add_element):
6197         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find):
6198           Remove hacks for older core. Require newer core version
6199           accordingly.
6200
6201 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6202
6203         * gst/cdxaparse/Makefile.am:
6204         * gst/cdxaparse/gstcdxaparse.c: (gst_cdxaparse_get_type),
6205         (gst_cdxaparse_class_init), (gst_cdxaparse_init),
6206         (gst_cdxaparse_loop), (gst_cdxaparse_change_state), (plugin_init):
6207         * gst/cdxaparse/gstcdxaparse.h:
6208         * gst/cdxaparse/gstcdxastrip.c: (gst_cdxastrip_get_type),
6209         (gst_cdxastrip_base_init), (gst_cdxastrip_class_init),
6210         (gst_cdxastrip_init), (gst_cdxastrip_get_src_formats),
6211         (gst_cdxastrip_get_src_query_types),
6212         (gst_cdxastrip_handle_src_query), (gst_cdxastrip_get_event_mask),
6213         (gst_cdxastrip_handle_src_event), (gst_cdxastrip_strip),
6214         (gst_cdxastrip_sync), (gst_cdxastrip_handle_event),
6215         (gst_cdxastrip_chain), (gst_cdxastrip_change_state):
6216         * gst/cdxaparse/gstcdxastrip.h:
6217           SVCD/VCD header stripping separated from CDXA image parsing.
6218         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find),
6219         (plugin_init):
6220           Add VCD/SVCD header typefinding for VCD/SVCD.
6221         * sys/vcd/vcdsrc.c: (gst_vcdsrc_get_type), (gst_vcdsrc_base_init),
6222         (gst_vcdsrc_class_init), (gst_vcdsrc_init),
6223         (gst_vcdsrc_set_property), (gst_vcdsrc_get_property),
6224         (gst_vcdsrc_get_event_mask), (gst_vcdsrc_get_query_types),
6225         (gst_vcdsrc_get_formats), (gst_vcdsrc_srcpad_event),
6226         (gst_vcdsrc_srcpad_query), (gst_vcdsrc_get),
6227         (gst_vcdsrc_open_file), (gst_vcdsrc_close_file),
6228         (gst_vcdsrc_change_state), (gst_vcdsrc_msf),
6229         (gst_vcdsrc_recalculate), (gst_vcdsrc_uri_get_type),
6230         (gst_vcdsrc_uri_get_protocols), (gst_vcdsrc_uri_get_uri),
6231         (gst_vcdsrc_uri_set_uri), (gst_vcdsrc_uri_handler_init):
6232         * sys/vcd/vcdsrc.h:
6233           Fix up, add seeking, querying, URI interface. Works in totem now.
6234
6235 2004-11-25  Thomas Vander Stichele  <thomas at apestaart dot org>
6236
6237         * configure.ac:
6238           back to CVS
6239
6240 === release 0.8.6 ===
6241
6242 2004-11-25  Thomas Vander Stichele  <thomas at apestaart dot org>
6243
6244         * NEWS:
6245         * RELEASE:
6246         * configure.ac:
6247         * po/af.po:
6248         * po/az.po:
6249         * po/cs.po:
6250         * po/en_GB.po:
6251         * po/hu.po:
6252         * po/it.po:
6253         * po/nb.po:
6254         * po/nl.po:
6255         * po/or.po:
6256         * po/sq.po:
6257         * po/sr.po:
6258         * po/sv.po:
6259         * po/uk.po:
6260           releasing 0.8.6, "IOU Love"
6261
6262 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
6263
6264         patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
6265
6266         * gst/playback/gstplaybasebin.c:
6267           Fix unplayable files error handling.  Fixes #158365
6268
6269 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
6270
6271         patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
6272
6273         * gst/typefind/gsttypefindfunctions.c:
6274           Fix broken mp3 typefinding.  Fixes #158375
6275
6276 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
6277
6278         patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
6279
6280         * ext/ogg/gstoggdemux.c:
6281           Fix sync on broken files.  Fixes #158976
6282
6283 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
6284
6285         patch by: Edward Hervey <bilboed@bilboed.com>
6286
6287         * ext/libpng/gstpngenc.c:
6288           Copy over buffer properties.  Fixes #158832
6289
6290 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
6291
6292         patch by: Tim-Philipp Müller <t.i.m@zen.co.uk>
6293
6294         * ext/dvdread/dvdreadsrc.c:
6295           Fixes invalid reads (#158462)
6296
6297 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
6298
6299         * sys/v4l/gstv4lsrc.c:
6300         * sys/v4l/gstv4lsrc.h:
6301         * sys/v4l/v4lsrc_calls.c:
6302           Probe less and cache it.  Fixes #159187.
6303
6304 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
6305
6306         * gst/videorate/gstvideorate.c:
6307           Handle all video formats. Fixes #159186.
6308
6309 2004-11-16  Jan Schmidt  <thaytan@mad.scientist.com>
6310         * gst/synaesthesia/gstsynaesthesia.c:
6311         (gst_synaesthesia_class_init), (gst_synaesthesia_init),
6312         (gst_synaesthesia_dispose), (gst_synaesthesia_finalize),
6313         (gst_synaesthesia_sink_link), (gst_synaesthesia_src_getcaps),
6314         (gst_synaesthesia_src_link), (gst_synaesthesia_chain),
6315         (gst_synaesthesia_change_state), (plugin_init):
6316         Fix up synaesthesia to work under different samplerates/ buffer sizes.
6317         Force 320x200 output, as that's the only thing the underlying
6318         synaesthesia implementation supports. Still needs to be made
6319         re-entrant.
6320
6321 2004-11-14  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6322
6323         * configure.ac:
6324           Fix mpeg2enc configure check (similar to mplex check below).
6325
6326 2004-11-14  Koop Mast  <kwm@rainbow-runner.nl>
6327
6328         reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6329
6330         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
6331           Fix for gcc-2.95 (fixes #158221).
6332
6333 2004-11-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6334
6335         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_add_element):
6336           Re-add clock distribution hack (until new core is released).
6337           Fixes #158125.
6338
6339 2004-11-13  Arwed v. Merkatz  <v.merkatz@gmx.net>
6340         * configure.ac:
6341           fix mplex configure check segfaulting on some systems (bug #140994)
6342
6343 2004-11-13  Benjamin Otte  <otte@gnome.org>
6344
6345         * ext/alsa/gstalsa.c: (gst_alsa_pcm_wait):
6346           add debugging
6347         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
6348           do a wait when we enter the loop func with no data available to
6349           write instead of getting into an 100% CPU loop by just returning and
6350           being called again by the scheduler
6351
6352 2004-11-13  Jan Schmidt  <thaytan@mad.scientist.com>
6353
6354         * configure.ac:
6355         * ext/libvisual/visual.c: (gst_visual_get_type),
6356         (libvisual_log_handler), (gst_visual_getcaps),
6357         (gst_visual_srclink), (gst_visual_change_state), (make_valid_name),
6358         (plugin_init):
6359           Update libvisual to 0.1.7. Link in the debug handling to gstreamer
6360         * ext/smoothwave/Makefile.am:
6361         * ext/smoothwave/demo-osssrc.c: (main):
6362         * ext/smoothwave/gstsmoothwave.c: (gst_smoothwave_class_init),
6363         (gst_smoothwave_init), (gst_smoothwave_dispose), (gst_sw_sinklink),
6364         (gst_sw_srclink), (gst_smoothwave_chain), (gst_sw_change_state),
6365         (plugin_init):
6366         * ext/smoothwave/gstsmoothwave.h:
6367           Make gstsmoothwave a working element in the 20th century.
6368
6369         * gst/chart/gstchart.c: (gst_chart_init), (gst_chart_srcconnect):
6370           Fix incorrect link function
6371
6372 2004-11-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6373
6374         * gst/volume/gstvolume.c:
6375           Allow buffer-frames=0.
6376
6377 2004-11-12 Iain <iaingnome@gmail.com>
6378
6379         * configure.ac: Check for polypaudio
6380
6381         * ext/Makefile.am: Build the polyp dir
6382
6383         * ext/polyp: The polypsink sources.
6384
6385 2004-10-30 Iain <iaingnome@gmail.com>
6386
6387         * gst/interleave/interleave.c (interleave_unlink): Change the src pads
6388         caps to reflect the new number of channels.
6389
6390 2004-11-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6391
6392         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
6393           Fix for negotiation order problem. This would show when the
6394           ALSA loopfuction was called before any other function. ALSA
6395           wouldn't do anything because we're not negotiated yet, leading
6396           to an infinite loop. Showed in e.g. Rhythmbox. Fixes #158006.
6397
6398 2004-11-11  Tim-Philipp Müller  <t.i.m@zen.co.uk>
6399
6400         reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6401
6402         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
6403           No warnings (#157986).
6404
6405 2004-11-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6406
6407         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
6408           Prefer apev1/2 and id3v1 (at end of file) over musepack.
6409
6410 2004-11-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6411
6412         * gst/matroska/matroska-demux.c: (gst_matroska_demux_loop_stream):
6413           Signal no-more-pads (so it works in playbin).
6414
6415 2004-11-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6416
6417         * ext/musepack/gstmusepackreader.cpp:
6418           Workaround for older core.
6419
6420 2004-11-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6421
6422         * gst/ffmpegcolorspace/imgconvert.c: (yuv420p_to_yuv422):
6423           Actually test for odd width/height rather than testing whether
6424           a temporary variable that was 0 before we subtracted 1 is now
6425           not equal to zero (which it always is).
6426
6427 2004-11-11  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
6428
6429         * sys/v4l2/gstv4l2element.c: (gst_v4l2_iface_supported):
6430         Fix compilation if HAVE_XVIDEO is not defined
6431
6432 2004-11-11  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
6433
6434         * sys/v4l/gstv4lelement.c: (gst_v4l_iface_supported):
6435         Fix compilation if HAVE_XVIDEO is not defined
6436
6437 2004-11-11  Jan Schmidt  <thaytan@mad.scientist.com>
6438
6439         * gst/goom/gstgoom.c: (gst_goom_class_init), (gst_goom_init),
6440         (gst_goom_dispose), (gst_goom_sinkconnect), (gst_goom_chain),
6441         (gst_goom_change_state), (plugin_init):
6442         Use the bytestream adapter so goom doesn't depend on the input
6443         buffer size.
6444         Add a debug category
6445
6446 2004-11-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6447
6448         * ext/alsa/gstalsa.c: (gst_alsa_change_state):
6449           Only set hardware parameters *after* negotiation. Before
6450           negotiation, it will set ANY and that seems to cause crashes
6451           (see e.g. #151288, #153227).
6452
6453 2004-11-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6454
6455         * ext/alsa/gstalsasink.c: (gst_alsa_sink_get_time):
6456           This seems to be antique leftover. It needs to pass error
6457           checking.
6458         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_init),
6459         (gst_sdlvideosink_deinitsdl), (gst_sdlvideosink_initsdl),
6460         (gst_sdlvideosink_destroy), (gst_sdlvideosink_create),
6461         (gst_sdlvideosink_sinkconnect), (gst_sdlvideosink_chain):
6462           Fix GstXOverlay implementation (#151059).
6463
6464 2004-11-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6465
6466         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
6467           Don't assert (#157853).
6468
6469 2004-11-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6470
6471         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event),
6472           Fix bytes/samples confustion.
6473         (gst_alsa_sink_mmap), (gst_alsa_sink_loop):
6474           Fix for underrun (#144389).
6475
6476 2004-11-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6477
6478         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find):
6479           Disable halfway-seek for pending release (since it needs a new
6480           core release).
6481
6482 2004-11-09  Thomas Vander Stichele  <thomas at apestaart dot org>
6483
6484         * sys/v4l/gstv4lsrc.c:
6485         * sys/v4l/gstv4lsrc.h:
6486         * sys/v4l/v4lsrc_calls.c:
6487           add autoprobe-fps property so we can separate autoprobing parts
6488
6489 2004-11-09  Thomas Vander Stichele  <thomas at apestaart dot org>
6490
6491         * sys/v4l/gstv4lsrc.c:
6492         * sys/v4l/v4lsrc_calls.c:
6493         initialise fourcc to catch unset fourcc's, and debug
6494
6495 2004-11-09  Wim Taymans  <wim@fluendo.com>
6496
6497         * gst/playback/README:
6498         * gst/playback/gstdecodebin.c: (close_pad_link), (try_to_link_1):
6499         * gst/playback/gstplaybin.c: (gst_play_bin_init),
6500         (gst_play_bin_dispose), (gst_play_bin_set_property),
6501         (remove_sinks), (setup_sinks), (gst_play_bin_change_state),
6502         (gst_play_bin_get_event_masks), (gst_play_bin_send_event),
6503         (gst_play_bin_get_formats), (gst_play_bin_convert),
6504         (gst_play_bin_get_query_types), (gst_play_bin_query):
6505         Cleanups and some more documentation.
6506
6507 2004-11-09  Jan Schmidt  <thaytan@mad.scientist.com>
6508
6509         * ext/libcaca/gstcacasink.c: (gst_cacasink_class_init),
6510         (gst_cacasink_init), (gst_cacasink_chain):
6511         * ext/libcaca/gstcacasink.h:
6512         Cacasink inherits from VideoSink, so let that store the clock.
6513
6514 2004-11-09  Wim Taymans  <wim@fluendo.com>
6515
6516         * gst/playback/README:
6517         * gst/playback/gstplaybasebin.c: (group_destroy), (group_is_muted),
6518         (add_stream), (unknown_type), (add_element_stream), (no_more_pads),
6519         (probe_triggered), (preroll_unlinked), (new_decoded_pad),
6520         (gst_play_base_bin_change_state), (gst_play_base_bin_found_tag):
6521         * gst/playback/gstplaybin.c: (gen_vis_element), (remove_sinks),
6522         (setup_sinks):
6523         * gst/playback/gststreaminfo.c: (gst_stream_info_set_mute),
6524         (gst_stream_info_is_mute), (gst_stream_info_set_property):
6525         * gst/playback/gststreaminfo.h:
6526         Updated README.
6527         Only switch groups if all streams have muted (EOSed).
6528         Send Tags in sync with the stream playback instead of in
6529         the playback/preroll phase.
6530         Some cleanups, free the fakesrc elements.
6531
6532 2004-11-09  Benjamin Otte  <in7y118@public.uni-hamburg.de>
6533
6534         * ext/alsa/gstalsa.c: (gst_alsa_get_caps_internal):
6535           buffer-frames property was missing
6536         * ext/arts/gst_arts.c:
6537           rate missing from sinkcaps
6538         * ext/audiofile/gstafparse.c:
6539         * ext/audiofile/gstafsink.c:
6540         * ext/audiofile/gstafsrc.c:
6541         * ext/swfdec/gstswfdec.c:
6542           int audio doesn't know buffer-frames
6543         * ext/cdparanoia/gstcdparanoia.c:
6544           int audio doesn't know chunksize either
6545         * ext/nas/nassink.c:
6546           it's endianness, not endianess
6547         * gst-libs/gst/audio/audio.h:
6548           make float standard pad template caps really describe float
6549         * gst/law/mulaw.c: (linear_factory):
6550           signed only, please
6551         * gst/mpegstream/gstdvddemux.c:
6552           widths of 20 are not valid
6553
6554 2004-11-08  Thomas Vander Stichele  <thomas at apestaart dot org>
6555
6556         Submitted by: Luca Ferretti <elle.uca@infinito.it>
6557
6558         * po/LINGUAS:
6559         * po/it.po:
6560           Add Italian
6561
6562 2004-11-08  Wim Taymans  <wim@fluendo.com>
6563
6564         * gst/playback/README:
6565         * gst/playback/gstdecodebin.c: (close_pad_link), (try_to_link_1):
6566         * gst/playback/gstplaybasebin.c: (probe_triggered),
6567         (gst_play_base_bin_change_state):
6568         Updated README, added more comments for fixmes etc..
6569
6570 2004-11-08  Wim Taymans  <wim@fluendo.com>
6571
6572         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_add_element):
6573         We can remove this hack now.
6574
6575 2004-11-08  Wim Taymans  <wim@fluendo.com>
6576
6577         * gst/videomixer/videomixer.c: (gst_videomixer_blend_ayuv_ayuv),
6578         (gst_videomixer_fill_checker), (gst_videomixer_fill_color),
6579         (gst_videomixer_blend_buffers), (gst_videomixer_loop):
6580         Only mix AYUV for maximum quality.
6581
6582 2004-11-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6583
6584         * ext/ogg/gstoggdemux.c: (get_relative), (gst_ogg_demux_src_query),
6585         (gst_ogg_demux_push), (gst_ogg_pad_push):
6586           Let's act as if we're synchronized now! :).
6587         * ext/theora/theoradec.c: (theora_dec_chain):
6588           Add some debug.
6589
6590 2004-11-08  Wim Taymans  <wim@fluendo.com>
6591
6592         * gst/alpha/gstalpha.c: (gst_alpha_method_get_type),
6593         (gst_alpha_set_property), (gst_alpha_sink_link),
6594         (gst_alpha_set_ayuv), (gst_alpha_set_i420),
6595         (gst_alpha_chroma_key_ayuv), (gst_alpha_chroma_key_i420),
6596         (gst_alpha_init_params), (gst_alpha_chain):
6597         Implement alpha functions for AYUV too, this increases
6598         accuracy quite a bit.
6599
6600 2004-11-08  Wim Taymans  <wim@fluendo.com>
6601
6602         * gst/ffmpegcolorspace/avcodec.h:
6603         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
6604         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
6605         (gst_ffmpegcsp_avpicture_fill):
6606         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
6607         (gst_ffmpegcsp_caps_remove_format_info):
6608         * gst/ffmpegcolorspace/imgconvert.c: (avpicture_get_size),
6609         (shrink12), (img_get_alpha_info), (deinterlace_line),
6610         (deinterlace_line_inplace):
6611         * gst/ffmpegcolorspace/imgconvert_template.h:
6612         Added AYUV colorspace and handle RGBA a bit more respectful.
6613
6614 2004-11-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6615
6616         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
6617           Actually always send a discont (cornercase when resending the
6618           same serial-tagged chain twice).
6619
6620 2004-11-08  Julien MOUTTE  <julien@moutte.net>
6621
6622         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_clear),
6623         (gst_ximagesink_finalize):
6624         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_clear),
6625         (gst_xvimagesink_finalize): Some more cleanups, leaks fixed and checks.
6626
6627 2004-11-08  Wim Taymans  <wim@fluendo.com>
6628
6629         * gst/typefind/gsttypefindfunctions.c: (aac_type_find):
6630         Don't segfault on NULL data.
6631
6632 2004-11-08  Wim Taymans  <wim@fluendo.com>
6633
6634         * gst/playback/gstdecodebin.c: (unlinked):
6635         * gst/playback/gstplay-marshal.list:
6636         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
6637         (gst_play_base_bin_init), (group_create), (get_active_group),
6638         (get_building_group), (group_destroy), (group_commit),
6639         (queue_overrun), (remove_groups), (add_stream), (unknown_type),
6640         (add_element_stream), (no_more_pads), (probe_triggered),
6641         (preroll_unlinked), (new_decoded_pad), (removed_decoded_pad),
6642         (state_change), (setup_source), (gst_play_base_bin_get_property),
6643         (gst_play_base_bin_change_state), (gst_play_base_bin_add_element),
6644         (gst_play_base_bin_link_stream),
6645         (gst_play_base_bin_get_streaminfo):
6646         * gst/playback/gstplaybasebin.h:
6647         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
6648         (remove_sinks), (setup_sinks), (gst_play_bin_change_state):
6649         Add support for chained ogg files. Prepare for playlist
6650         support. This patch introduces the concept of pad groups, which
6651         together compose one playable media file.
6652
6653 2004-11-07  David Schleef  <ds@schleef.org>
6654
6655         * testsuite/gst-lint: Check for pad templates that aren't statically
6656         scoped.
6657
6658 2004-11-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6659
6660         * configure.ac:
6661         * ext/Makefile.am:
6662         * ext/musepack/Makefile.am:
6663         * ext/musepack/gstmusepackdec.cpp:
6664         * ext/musepack/gstmusepackdec.h:
6665         * ext/musepack/gstmusepackreader.cpp:
6666         * ext/musepack/gstmusepackreader.h:
6667           Add musepack decoder.
6668         * ext/faad/gstfaad.c: (gst_faad_base_init):
6669           Make pad templates static.
6670         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find),
6671         (plugin_init):
6672           Add musepack typefinder, make mp3 typefinding work halfway stream,
6673           which doesn't actually work yet because id3demux doesn't implement
6674           _get_length().
6675
6676 2004-11-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6677
6678         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
6679         (gst_ogg_mux_queue_pads), (gst_ogg_mux_loop):
6680           Fix interrupt event handling (#144436).
6681
6682 2004-11-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6683
6684         * ext/mad/gstid3tag.c: (gst_id3_tag_do_typefind):
6685           Hide unused glory.
6686
6687 2004-11-06  Tim-Philipp Müller  <t.i.m@zen.co.uk>
6688
6689         reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6690
6691         * ext/vorbis/vorbisenc.c: (raw_caps_factory):
6692           Fix weird caps (#157548).
6693
6694 2004-11-06  Tim-Philipp Müller  <t.i.m@zen.co.uk>
6695
6696         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6697
6698         * gst/rtp/gstrtpgsmparse.c: (gst_rtpgsm_caps_nego):
6699           Add missing NULL terminator (#157543).
6700
6701 2004-11-05  Thomas Vander Stichele  <thomas at apestaart dot org>
6702
6703         * gst/tcp/gsttcp.h:
6704         * gst/tcp/gsttcpclientsink.c:
6705         * gst/tcp/gsttcpclientsrc.c:
6706         * gst/tcp/gsttcpserversink.c:
6707         * gst/tcp/gsttcpserversrc.c:
6708           ports can go up to 65535.  Move common defines to gsttcp.h
6709
6710 2004-11-05  Wim Taymans  <wim@fluendo.com>
6711
6712         * gst/videotestsrc/videotestsrc.c: (paint_setup_Y41B),
6713         (paint_hline_Y41B), (paint_setup_Y42B), (paint_hline_Y42B):
6714         Added two more colorspaces.
6715
6716 2004-11-05  Wim Taymans  <wim@fluendo.com>
6717
6718         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
6719         (gst_ffmpegcsp_avpicture_fill):
6720         * gst/ffmpegcolorspace/imgconvert.c: (avpicture_get_size),
6721         (yuv422p_to_yuv422), (yuv420p_to_yuv422), (shrink12),
6722         (img_convert), (deinterlace_line), (deinterlace_line_inplace):
6723         More stride fixes.
6724
6725 2004-11-05  Wim Taymans  <wim@fluendo.com>
6726
6727         * gst/alpha/gstalpha.c: (gst_alpha_set_property), (gst_alpha_add),
6728         (gst_alpha_chroma_key), (gst_alpha_init_params), (gst_alpha_chain):
6729         * gst/videomixer/videomixer.c: (gst_videomixer_blend_ayuv_i420),
6730         (gst_videomixer_fill_checker), (gst_videomixer_blend_buffers),
6731         (gst_videomixer_loop):
6732         More stride fixes.
6733
6734 2004-11-05  Benjamin Otte  <otte@gnome.org>
6735
6736         * ext/mad/gstmad.c: (gst_mad_chain):
6737           don't overflow data buffer. Flush not needed sync data when syncing
6738           failed.
6739
6740 2004-11-04  Wim Taymans  <wim@fluendo.com>
6741
6742         * gst/alpha/gstalpha.c: (gst_alpha_method_get_type),
6743         (gst_alpha_class_init), (gst_alpha_init), (gst_alpha_set_property),
6744         (gst_alpha_get_property), (gst_alpha_add), (gst_alpha_chroma_key),
6745         (gst_alpha_init_params), (gst_alpha_chain),
6746         (gst_alpha_change_state):
6747         Updated the chroma keying algorithm with something more
6748         sophisticated.
6749
6750 2004-11-03  Wim Taymans  <wim@fluendo.com>
6751
6752         * gst/videomixer/videomixer.c: (gst_videomixer_blend_ayuv_i420),
6753         (gst_videomixer_fill_checker), (gst_videomixer_fill_color),
6754         (gst_videomixer_blend_buffers), (gst_videomixer_loop):
6755         Fix stride issues. Does not completely work for odd
6756         heights.
6757
6758 2004-11-03  Wim Taymans  <wim@fluendo.com>
6759
6760         * gst/alpha/gstalpha.c: (gst_alpha_method_get_type),
6761         (gst_alpha_chroma_key), (gst_alpha_chain):
6762         Fix stride issues. Does not completely work for odd
6763         heights.
6764
6765 2004-11-03  Christophe Fergeau  <teuf@gnome.org>
6766
6767         * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps):
6768         * gst/videoscale/videoscale.c: (videoscale_find_by_structure):
6769         leak fixes
6770
6771 2004-11-03  Wim Taymans  <wim@fluendo.com>
6772
6773         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
6774         (gst_ffmpegcsp_avpicture_fill):
6775         * gst/ffmpegcolorspace/imgconvert.c: (avpicture_get_size),
6776         (avpicture_alloc):
6777         * gst/ffmpegcolorspace/imgconvert_template.h:
6778         Use correct _fill function to get correct strides.
6779
6780 2004-11-02  David Schleef  <ds@schleef.org>
6781
6782         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
6783         (gst_qtdemux_add_stream), (qtdemux_parse), (qtdemux_parse_tree),
6784         (qtdemux_parse_udta), (qtdemux_tag_add), (gst_qtdemux_handle_esds):
6785         Change all g_print()s to debugging.  Add a bunch of consistency
6786         checks.
6787
6788 2004-11-02  Wim Taymans  <wim@fluendo.com>
6789
6790         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
6791         (try_to_link_1), (get_our_ghost_pad), (remove_element_chain),
6792         (unlinked), (no_more_pads), (close_link):
6793         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
6794         (unknown_type), (add_element_stream), (new_decoded_pad),
6795         (removed_decoded_pad), (setup_source):
6796         * gst/playback/gststreaminfo.c: (gst_stream_info_get_type),
6797         (gst_stream_info_class_init), (gst_stream_info_init),
6798         (gst_stream_info_new), (gst_stream_info_dispose),
6799         (stream_info_mute_pad), (gst_stream_info_set_property),
6800         (gst_stream_info_get_property):
6801         * gst/playback/gststreaminfo.h:
6802         Fix playback of multiple files.
6803         a slightly different approach to handling dynamic pad removals.
6804         This one only looks at pads that we have linked.
6805
6806 2004-11-01  Christophe Fergeau  <teuf@gnome.org>
6807
6808         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_finalize): fix an "invalid
6809         free" warning from libc.
6810
6811 2004-11-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6812
6813         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
6814         (get_unconnected_element), (remove_starting_from), (pad_removed),
6815         (close_link):
6816           Implement support for dynamic pad changing. We listen to "live"
6817           pad removals (i.e. while playing) and re-setup autoplugging
6818           after that. Playbasebin/playbin need some more work for this
6819           to finally work, but decodebin supports (and replugs) chained
6820           ogg now.
6821
6822 2004-11-02  Jan Schmidt  <thaytan@mad.scientist.com>
6823
6824         * ext/alsa/gstalsa.c: (gst_alsa_class_init), (gst_alsa_dispose),
6825         (gst_alsa_finalize):
6826         * ext/cdaudio/gstcdaudio.c: (gst_cdaudio_class_init),
6827         (gst_cdaudio_finalize):
6828         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_class_init),
6829         (cdparanoia_finalize):
6830         * ext/divx/gstdivxdec.c: (gst_divxdec_dispose):
6831         * ext/divx/gstdivxenc.c: (gst_divxenc_dispose):
6832         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_class_init),
6833         (dvdreadsrc_finalize):
6834         * ext/flac/gstflacdec.c: (gst_flacdec_class_init),
6835         (gst_flacdec_finalize):
6836         * ext/flac/gstflacenc.c: (gst_flacenc_class_init),
6837         (gst_flacenc_finalize):
6838         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_class_init),
6839         (gst_gnomevfssink_finalize):
6840         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_class_init),
6841         (gst_gnomevfssrc_finalize):
6842         * ext/libfame/gstlibfame.c: (gst_fameenc_class_init),
6843         (gst_fameenc_finalize):
6844         * ext/nas/nassink.c: (gst_nassink_class_init),
6845         (gst_nassink_finalize):
6846         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_finalize),
6847         (gst_sdlvideosink_class_init):
6848         * ext/sndfile/gstsf.c: (gst_sf_dispose):
6849         * gst-libs/gst/mixer/mixertrack.c: (gst_mixer_track_dispose):
6850         * gst-libs/gst/tuner/tunerchannel.c: (gst_tuner_channel_dispose):
6851         * gst-libs/gst/tuner/tunernorm.c: (gst_tuner_norm_dispose):
6852         * gst-libs/gst/xwindowlistener/xwindowlistener.c:
6853         (gst_x_window_listener_dispose):
6854         * gst/audioscale/gstaudioscale.c:
6855         * gst/playondemand/gstplayondemand.c: (play_on_demand_class_init),
6856         (play_on_demand_finalize):
6857         * gst/videofilter/gstvideobalance.c: (gst_videobalance_dispose):
6858         * gst/videoscale/gstvideoscale.c: (gst_videoscale_chain):
6859         * sys/cdrom/gstcdplayer.c: (cdplayer_class_init),
6860         (cdplayer_finalize):
6861         * sys/glsink/glimagesink.c: (gst_glimagesink_finalize),
6862         (gst_glimagesink_class_init):
6863         * sys/oss/gstosselement.c: (gst_osselement_class_init),
6864         (gst_osselement_finalize):
6865         * sys/oss/gstosssink.c: (gst_osssink_dispose):
6866         * sys/oss/gstosssrc.c: (gst_osssrc_dispose):
6867         * sys/v4l/gstv4lelement.c: (gst_v4lelement_dispose):
6868           Fixes a bunch of problems with finalize and dispose functions,
6869           either assumptions that dispose is only called once, or not calling
6870           the parent class dispose/finalize function
6871
6872 2004-11-01  Stefan Kost  <ensonic@users.sf.net>
6873
6874         * ext/esd/esdsink.c: (gst_esdsink_init), (gst_esdsink_link):
6875           added two api precondition guards
6876           use g_strdup with getenv to fix crash when using ENVVAR
6877
6878 2004-11-01  Jan Schmidt  <thaytan@mad.scientist.com>
6879         * ext/esd/esdsink.c: (gst_esdsink_class_init),
6880         (gst_esdsink_finalize):
6881         Use a finalize function, not dispose, and more importantly,
6882         call the parent class finalize function too
6883
6884 2004-11-01  Johan Dahlin  <johan@gnome.org>
6885
6886         * ext/ogg/gstoggdemux.c:
6887         * gst/tags/gstvorbistag.c:
6888         Plug leaks.
6889
6890 2004-10-31  Benjamin Otte  <otte@gnome.org>
6891
6892         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_chain):
6893           lotsa memleaks today. But they're all small...
6894
6895 2004-10-31  Benjamin Otte  <otte@gnome.org>
6896
6897         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
6898           another memleak crushed
6899
6900 2004-10-31  Benjamin Otte  <otte@gnome.org>
6901
6902         * gst/tags/gstvorbistag.c: (gst_tag_to_vorbis_comments):
6903           fix memleak
6904
6905 2004-10-31  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6906
6907         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
6908           Hack to prevent crash when going to READY inside signal handler
6909           while this function is active.
6910
6911 2004-10-31  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6912
6913         * gst/ffmpegcolorspace/Makefile.am:
6914         * gst/ffmpegcolorspace/avcodec.h:
6915         * gst/ffmpegcolorspace/common.h:
6916         * gst/ffmpegcolorspace/dsputil.c: (dsputil_static_init):
6917         * gst/ffmpegcolorspace/dsputil.h:
6918         * gst/ffmpegcolorspace/gstffmpeg.c: (plugin_init):
6919         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
6920         (gst_ffmpeg_get_palette), (gst_ffmpeg_set_palette),
6921         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_smpfmt_to_caps),
6922         (gst_ffmpegcsp_codectype_to_caps), (gst_ffmpeg_caps_to_smpfmt),
6923         (gst_ffmpeg_caps_to_pixfmt), (gst_ffmpegcsp_caps_with_codectype),
6924         (gst_ffmpegcsp_avpicture_fill):
6925         * gst/ffmpegcolorspace/gstffmpegcodecmap.h:
6926         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
6927         (gst_ffmpegcsp_caps_remove_format_info), (gst_ffmpegcsp_getcaps),
6928         (gst_ffmpegcsp_pad_link), (gst_ffmpegcsp_get_type),
6929         (gst_ffmpegcsp_base_init), (gst_ffmpegcsp_class_init),
6930         (gst_ffmpegcsp_init), (gst_ffmpegcsp_chain),
6931         (gst_ffmpegcsp_change_state), (gst_ffmpegcsp_set_property),
6932         (gst_ffmpegcsp_get_property), (gst_ffmpegcolorspace_register):
6933         * gst/ffmpegcolorspace/imgconvert.c:
6934         (avcodec_get_chroma_sub_sample), (avcodec_get_pix_fmt_name),
6935         (avcodec_get_pix_fmt), (avpicture_fill), (avpicture_layout),
6936         (avpicture_get_size), (avcodec_get_pix_fmt_loss),
6937         (avg_bits_per_pixel), (avcodec_find_best_pix_fmt1),
6938         (avcodec_find_best_pix_fmt), (img_copy_plane), (img_copy),
6939         (yuv422_to_yuv420p), (uyvy422_to_yuv420p), (uyvy422_to_yuv422p),
6940         (yuv422_to_yuv422p), (yuv422p_to_yuv422), (yuv422p_to_uyvy422),
6941         (uyvy411_to_yuv411p), (yuv420p_to_yuv422), (C_JPEG_TO_CCIR),
6942         (img_convert_init), (img_apply_table), (shrink41), (shrink21),
6943         (shrink12), (shrink22), (shrink44), (grow21_line), (grow41_line),
6944         (grow21), (grow22), (grow41), (grow44), (conv411),
6945         (gif_clut_index), (build_rgb_palette), (bitcopy_n), (mono_to_gray),
6946         (monowhite_to_gray), (monoblack_to_gray), (gray_to_mono),
6947         (gray_to_monowhite), (gray_to_monoblack), (avpicture_alloc),
6948         (avpicture_free), (is_yuv_planar), (img_convert),
6949         (get_alpha_info_pal8), (img_get_alpha_info), (deinterlace_line),
6950         (deinterlace_line_inplace), (deinterlace_bottom_field),
6951         (deinterlace_bottom_field_inplace), (avpicture_deinterlace):
6952         * gst/ffmpegcolorspace/imgconvert_template.h:
6953         * gst/ffmpegcolorspace/mem.c: (av_malloc), (av_realloc), (av_free):
6954         * gst/ffmpegcolorspace/mmx.h:
6955         * gst/ffmpegcolorspace/utils.c: (av_mallocz), (av_strdup),
6956         (av_fast_realloc), (av_mallocz_static), (av_free_static),
6957         (av_freep), (avcodec_get_context_defaults),
6958         (avcodec_alloc_context), (avcodec_init):
6959           Sync back from gst-ffmpeg. Deprecates ffcolorspace. Adds palette
6960           handling plus update from ffmpeg CVS. Large clean-up.
6961
6962 2004-10-31  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6963
6964         * gst/playback/Makefile.am:
6965           We need the marshallers for decodebin, too.
6966
6967 2004-10-30  David Schleef  <ds@schleef.org>
6968
6969         * gst/typefind/gsttypefindfunctions.c: (qt_type_find): Make
6970           quicktime typefinding work with 64-bit offsets.
6971
6972 2004-10-30  Jan Schmidt  <thaytan@mad.scientist.com>
6973
6974         * ext/dv/gstdvdec.c: (gst_dvdec_handle_sink_event):
6975           Set EOS on the element when processing an EOS event.
6976         * ext/speex/gstspeexdec.h:
6977         * ext/speex/gstspeexenc.h:
6978           Only keep a const ptr to the mode
6979         * gst-libs/gst/riff/riff-media.c:
6980         (gst_riff_create_audio_caps_with_data),
6981         (gst_riff_create_audio_template_caps):
6982           Allow WMAV3, with up to 6 channels.
6983         * gst/asfdemux/gstasfmux.c: (gst_asfmux_request_new_pad):
6984           Don't call gst_pad_set_event_function on a sink pad.
6985         * gst/mpegstream/gstdvddemux.c:
6986         (gst_dvd_demux_get_subpicture_stream),
6987         (gst_dvd_demux_set_cur_audio), (gst_dvd_demux_set_cur_subpicture):
6988           Copy the explicit caps that were set across to the cur_* pads,
6989           instead of trying to use a possibly non-existent negotiated caps.
6990           Reset the type of subpicture pads to UNKNOWN after calling
6991           init_stream, so that the caps get set.
6992
6993 2004-10-29  Martin Pitt  <martin.pitt@canonical.com>
6994
6995         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6996
6997         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_chunk):
6998           Don't touch buffer if it is of size 0 (fixes #151064).
6999
7000 2004-10-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7001
7002         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_push), (gst_ogg_pad_push):
7003           Synchronized discont handling.
7004
7005 2004-10-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7006
7007         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event),
7008         (gst_ogg_demux_push):
7009           Make seeking sort-of exact again (fixes #156387).
7010
7011 2004-10-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7012
7013         * gst/playback/gstplaybasebin.c: (unknown_type),
7014         (add_element_stream), (new_decoded_pad),
7015         (gst_play_base_bin_change_state):
7016         * gst/playback/gststreaminfo.c: (gst_stream_info_class_init),
7017         (gst_stream_info_init), (gst_stream_info_new),
7018         (gst_stream_info_dispose), (gst_stream_info_get_property):
7019         * gst/playback/gststreaminfo.h:
7020           Make caps explicitely available. Makes testing for unsupported
7021           types possible. Improves error reporting.
7022
7023 2004-10-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7024
7025         * gst/audioconvert/gstaudioconvert.c:
7026         (gst_audio_convert_buffer_to_default_format):
7027           Really don't touch read-only buffers (#156563).
7028
7029 2004-10-29  Sebastien Cote  <sc5@hermes.usherb.ca>
7030
7031         Reviewd by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7032
7033         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt):
7034           Fix memleak (#155223).
7035
7036 2004-10-29  Wim Taymans  <wim@fluendo.com>
7037
7038         * gst/tcp/.cvsignore:
7039         * gst/tcp/gstmultifdsink.c: (gst_sync_method_get_type),
7040         (gst_multifdsink_class_init), (gst_multifdsink_init),
7041         (gst_multifdsink_add), (gst_multifdsink_remove),
7042         (gst_multifdsink_remove_client_link), (is_sync_frame),
7043         (gst_multifdsink_new_client),
7044         (gst_multifdsink_handle_client_write),
7045         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
7046         (gst_multifdsink_handle_clients), (gst_multifdsink_set_property),
7047         (gst_multifdsink_get_property):
7048         * gst/tcp/gstmultifdsink.h:
7049         Added burst on connect sync_method, deprecated sync_clients,
7050         streamlined the sync code some more.
7051
7052 2004-10-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7053
7054         * gst/playback/gstplaybasebin.c: (thread_error), (setup_source),
7055         (gst_play_base_bin_change_state):
7056           Improve error reporting.
7057
7058 2004-10-28  Wim Taymans  <wim@fluendo.com>
7059
7060         * gst/tcp/Makefile.am:
7061         * gst/tcp/fdsetstress.c: (mess_some_more), (run_test), (main):
7062         * gst/tcp/gstfdset.c: (nearest_pow), (resize), (ensure_size),
7063         (gst_fdset_new), (gst_fdset_free), (gst_fdset_set_mode),
7064         (gst_fdset_fd_ctl_write), (gst_fdset_fd_ctl_read),
7065         (gst_fdset_fd_has_closed), (gst_fdset_fd_has_error),
7066         (gst_fdset_fd_can_read), (gst_fdset_fd_can_write),
7067         (gst_fdset_wait):
7068         Added more locks around fdset structures. Fixed/reworked
7069         the poll array resizing code.
7070         Added stress test for fdset.
7071
7072 2004-10-28  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
7073
7074         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link):
7075         fix build
7076
7077 2004-10-28  Benjamin Otte  <otte@gnome.org>
7078
7079         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link):
7080           fix link function to always query channels and query width for
7081           floats
7082         * configure.ac:
7083           add equalizer dir
7084         * gst/equalizer/Makefile.am:
7085         * gst/equalizer/gstiirequalizer.c: (gst_iir_equalizer_get_type),
7086         (gst_iir_equalizer_base_init), (gst_iir_equalizer_class_init),
7087         (gst_iir_equalizer_init), (gst_iir_equalizer_finalize),
7088         (arg_to_scale), (setup_filter),
7089         (gst_iir_equalizer_compute_frequencies),
7090         (gst_iir_equalizer_set_property), (gst_iir_equalizer_get_property),
7091         (gst_iir_equalizer_filter_inplace), (gst_iir_equalizer_setup),
7092         (plugin_init):
7093           add an equalizer
7094
7095 2004-10-27  Thomas Vander Stichele  <thomas at apestaart dot org>
7096
7097         Submitted by: Kjartan Maraas <kmaraas@broadpark.no>
7098
7099         * po/LINGUAS:
7100         * po/nb.po:
7101           Added Norwegian Bokmaal translation
7102
7103 2004-10-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7104
7105         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
7106           Don't break on options (fixes #156488).
7107
7108 2004-10-27  Thomas Vander Stichele  <thomas at apestaart dot org>
7109
7110         * configure.ac:
7111         * ext/cdaudio/Makefile.am:
7112         * sys/Makefile.am:
7113           fix build on older automake
7114
7115 2004-10-26  Wim Taymans  <wim@fluendo.com>
7116
7117         * ext/dv/gstdvdec.c: (gst_dvdec_video_getcaps),
7118         (gst_dvdec_video_link), (gst_dvdec_push), (gst_dvdec_loop):
7119         Allow a little margin when negotiating the framerate.
7120
7121 2004-10-26  Stefan Kost  <ensonic@users.sf.net>
7122
7123         * gst/level/gstlevel.c:
7124           synchonised naming of pads and pad-templates
7125
7126 2004-10-26  Wim Taymans  <wim@fluendo.com>
7127
7128         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event),
7129         (gst_ogg_demux_handle_event), (_find_chain_get_unknown_part),
7130         (_find_streams_check), (gst_ogg_demux_push):
7131         Fix EOS again. Needs to be done in a better way. We should not
7132         remove the pad if there is no new chained stream.
7133
7134 2004-10-26 Iain <iaingnome@gmail.com>
7135
7136         * ext/ogg/gstoggdemux.c (gst_ogg_pad_new): Free the tag list.
7137         * gst/audioscale/gstaudioscale.c (gst_audioscale_link): Free the copy
7138         of the caps.
7139         * gst/interleave/interleave.c (interleave_class_init): Hook up release
7140         pad.
7141         (interleave_release_pad): Remove the pad.
7142         * gst/level/gstlevel.c: Allow the level to take 1 or 2 channels.
7143         * sys/sunaudio/gstsunaudio.c (gst_sunaudio_setparams): Pay attention to
7144         the set device.
7145         * sys/xvimage/xvimagesink.c (gst_xvimagesink_get_xv_support): Free the
7146         attrs
7147         (gst_xvimagesink_xcontext_clear): Free the xcontext.
7148         (gst_xvimagesink_finalize): Free the par.
7149
7150 2004-10-26  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7151
7152         * gst/avi/gstavimux.c: (gst_avimux_audsinkconnect),
7153         (gst_avimux_stop_file):
7154           First calculate the rate, and only then use it. Hdr.rate is a
7155           multiple and not a derivative of hdr.scale. Scale is not the
7156           same as blockalign but is solely related to rate.
7157
7158 2004-10-26  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7159
7160         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_init),
7161         (gst_gnomevfssink_handle_event), (gst_gnomevfssink_chain):
7162           Implement seeking.
7163
7164 2004-10-25  James Henstridge  <james@jamesh.id.au>
7165
7166         Reviewed by:  David Schleef  <ds@schleef.org>
7167
7168         * examples/gstplay/player.c: (got_stream_length), (main):
7169         * examples/seeking/cdplayer.c: (update_scale):
7170         * examples/seeking/seek.c: (format_value), (update_scale):
7171         * examples/seeking/spider_seek.c: (format_value), (update_scale),
7172         (stop_seek):
7173         Build fixes on AMD64.
7174
7175 2004-10-25  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
7176
7177         reviewed by: Ronald Bultje <rbultje at gnome dot org>
7178
7179         * sys/v4l/v4l_calls.c: (gst_v4l_get_chan_names):
7180         Fix for some v4l cards which hang in v4lsrc
7181
7182 2004-10-25  Wim Taymans  <wim@fluendo.com>
7183
7184         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_remove),
7185         (gst_ogg_demux_push), (gst_ogg_chains_clear):
7186         Make sure to remove the pad when a new chain is
7187         encountered. Set some vars to NULL so we don't try
7188         to reference freed memory.
7189
7190 2004-10-25  Wim Taymans  <wim@fluendo.com>
7191
7192         * examples/seeking/Makefile.am:
7193         * examples/seeking/cdplayer.c: (update_scale):
7194         * examples/seeking/chained.c: (unlinked), (new_pad), (main):
7195         * examples/seeking/playbin.c: (make_playerbin_pipeline),
7196         (format_value), (update_scale), (iterate), (start_seek),
7197         (stop_seek), (print_media_info), (play_cb), (pause_cb), (stop_cb),
7198         (print_usage), (main):
7199         Added some more examples, update others.
7200
7201 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7202
7203         * ext/flac/gstflacdec.c: (gst_flacdec_update_metadata):
7204         * ext/speex/gstspeexdec.c: (speex_dec_chain):
7205         * ext/theora/theoradec.c: (theora_dec_chain):
7206         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
7207           Add codec-name metadata.
7208
7209 2004-10-25  Takao Fujiwara  <Takao.Fujiwara@Sun.COM>
7210
7211         Reviewd by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7212
7213         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
7214         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
7215         * ext/alsa/gstalsamixertrack.h:
7216         * po/POTFILES.in:
7217           ALSA mixer track label internationalization (#154054).
7218
7219 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7220
7221         * ext/theora/theoradec.c: (theora_dec_chain):
7222           Export bitrate as metadata.
7223
7224 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7225
7226         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
7227         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
7228         * ext/alsa/gstalsamixertrack.h:
7229           Fix names, fix loop.
7230
7231 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7232
7233         * ext/speex/gstspeexdec.c: (gst_speex_dec_init),
7234         (speex_dec_convert):
7235           sinkconvert function so oggdemux can get the file length (totem).
7236
7237 2004-10-25  James Morrison  <ja2morri@csclub.uwaterloo.ca>
7238
7239         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7240
7241         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_chunk):
7242           Don't push incomplete packets.
7243         * gst/typefind/gsttypefindfunctions.c: (m4a_type_find):
7244           Fix MPEG-4 audio typefinding.
7245
7246 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7247
7248         * sys/v4l/Makefile.am:
7249         * sys/v4l/gstv4l.c: (plugin_init):
7250         * sys/v4l/gstv4lelement.c: (gst_v4lelement_get_type),
7251         (gst_v4lelement_init), (gst_v4lelement_dispose),
7252         (gst_v4lelement_change_state):
7253         * sys/v4l/gstv4lelement.h:
7254         * sys/v4l/gstv4lxoverlay.c: (gst_v4l_xoverlay_open),
7255         (gst_v4l_xoverlay_close), (idle_refresh),
7256         (gst_v4l_xoverlay_set_xwindow_id):
7257         * sys/v4l/gstv4lxoverlay.h:
7258         * sys/v4l/v4l-overlay_calls.c:
7259         * sys/v4l/v4l_calls.h:
7260         * sys/v4l2/Makefile.am:
7261         * sys/v4l2/gstv4l2.c: (plugin_init):
7262         * sys/v4l2/gstv4l2element.c: (gst_v4l2element_get_type),
7263         (gst_v4l2element_init), (gst_v4l2element_dispose),
7264         (gst_v4l2element_change_state):
7265         * sys/v4l2/gstv4l2element.h:
7266         * sys/v4l2/gstv4l2xoverlay.c: (gst_v4l2_xoverlay_open),
7267         (gst_v4l2_xoverlay_close), (idle_refresh),
7268         (gst_v4l2_xoverlay_set_xwindow_id):
7269         * sys/v4l2/gstv4l2xoverlay.h:
7270         * sys/v4l2/v4l2-overlay_calls.c:
7271         * sys/v4l2/v4l2_calls.h:
7272           Remove client-side overlay handling, use the X-server v4l plugin
7273           for that. Nicer overlay, less code. Also make the plugin
7274           compileable without X (but then without overlay, obviously).
7275           Makes xwindowlistener obsolete, should we remove that?
7276
7277 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7278
7279         * sys/oss/gstosssrc.c: (gst_osssrc_get_time), (gst_osssrc_get),
7280         (gst_osssrc_src_query):
7281         * sys/oss/gstosssrc.h:
7282           OK, so people want offset in DEFAULT. This time, actually fix all
7283           cases.
7284         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_getcaps):
7285           Add FPS properly.
7286
7287 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7288
7289         * gst/asfdemux/gstasfmux.c:
7290         * gst/avi/gstavimux.c:
7291           Framerate.
7292
7293 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7294
7295         * sys/v4l2/gstv4l2element.c: (gst_v4l2element_set_property):
7296           Fix properties (channel, norm, frequency).
7297
7298 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7299
7300         * sys/v4l2/gstv4l2element.c: (gst_v4l2element_get_property):
7301           Flag typo.
7302         * sys/v4l2/v4l2_calls.c: (gst_v4l2_set_defaults):
7303           No warnings.
7304
7305 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7306
7307         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_clear_format_list):
7308           Fix hang.
7309
7310 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7311
7312         * sys/v4l2/gstv4l2element.h:
7313           Yet Another Hack (tm) for kernel header borkedness.
7314         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_init),
7315         (gst_v4l2src_v4l2fourcc_to_caps), (gst_v4l2_fourcc_from_structure),
7316         (gst_v4l2src_link), (gst_v4l2src_getcaps),
7317         (gst_v4l2src_change_state):
7318         * sys/v4l2/gstv4l2src.h:
7319         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_capture_init),
7320         (gst_v4l2src_capture_start), (gst_v4l2src_capture_stop):
7321           Fix caps, keep track of state, work.
7322
7323 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7324
7325         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_getcaps):
7326           Quiet.
7327
7328 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7329
7330         * sys/oss/gstosssrc.c: (gst_osssrc_get):
7331           Don't mix bytes and samples.
7332
7333 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7334
7335         * ext/ogg/gstoggmux.c:
7336           Basic pad template which accepts OGM tracks, speex, flac, vorbis
7337           and theora. Any is incorrect.
7338         * gst/asfdemux/gstasfmux.c: (gst_asfmux_vidsink_link):
7339           Fix caps.
7340         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_base_init):
7341         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_base_init),
7342         (gst_v4lmjpegsrc_init), (gst_v4lmjpegsrc_srcconnect),
7343         (gst_v4lmjpegsrc_getcaps), (gst_v4lmjpegsrc_change_state):
7344         * sys/v4l/gstv4lmjpegsrc.h:
7345         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_src_link), (gst_v4lsrc_getcaps),
7346         (gst_v4lsrc_change_state):
7347         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_capture_start),
7348         (gst_v4lmjpegsrc_capture_stop):
7349           Fix caps. Keep track of internal state. Work.
7350
7351 2004-10-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7352
7353         * ext/Makefile.am:
7354           Fix the build fixes.
7355
7356 2004-10-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7357
7358         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
7359         (gst_ogg_demux_src_event), (_find_chain_seek),
7360         (gst_ogg_pad_push):
7361           Check for pad availability before using it.
7362         * ext/ogg/gstoggdemux.c: (_find_chain_process):
7363           Fix parsing of chained ogg. Needs more work on the decoder side.
7364
7365 2004-10-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
7366
7367         * gst/spectrum/Makefile.am:
7368         * gst/spectrum/demo-osssrc.c: (spectrum_chain), (main),
7369         (idle_func):
7370           Fix demo and reenable it. Yes, I'm currently playing with audio
7371           analysis tools
7372
7373 2004-10-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7374
7375         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
7376           We love it if files that start at zero work too...
7377
7378 2004-10-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7379
7380         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_iterate):
7381           Handle files with missing EOS headers.
7382
7383 2004-10-21  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
7384
7385         * gst/tcp/gsttcpserversink.c:
7386         (gst_tcpserversink_handle_server_read),
7387         (gst_tcpserversink_init_send):
7388         Zero some variables first (need for accept not to return EINVAL)
7389
7390 2004-10-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7391
7392         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
7393         (gst_ogg_demux_src_event), (gst_ogg_pad_push):
7394         * ext/theora/theoradec.c: (theora_dec_sink_convert),
7395         (theora_dec_chain):
7396         * ext/vorbis/vorbisdec.c: (vorbis_dec_get_formats),
7397         (gst_vorbis_dec_init), (vorbis_dec_convert), (vorbis_dec_chain):
7398           Seeking and querying finetune.
7399
7400 2004-10-20  Thomas Vander Stichele  <thomas at apestaart dot org>
7401
7402         * configure.ac:
7403         * ext/Makefile.am:
7404         * ext/raw1394/Makefile.am:
7405           fix the build
7406
7407 2004-10-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7408
7409         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_iterate):
7410           Wrong return.
7411         * gst/playback/Makefile.am:
7412         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init):
7413         * gst/playback/gstplay-marshal.list:
7414         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init):
7415           Fix marshallers.
7416
7417 2004-10-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7418
7419         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event):
7420           Silence.
7421
7422 2004-10-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7423
7424         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
7425         (gst_ogg_demux_src_event), (gst_ogg_pad_populate),
7426         (gst_ogg_pad_push):
7427           Yay for non-lineair granulepos in theora.
7428
7429 2004-10-18  Wim Taymans  <wim@fluendo.com>
7430
7431         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_video_getcaps),
7432         (gst_dvdec_video_link), (gst_dvdec_push), (gst_dvdec_loop):
7433         * ext/dv/gstdvdec.h:
7434         Make sure we renegotiate aspect ratio when the camera switches.
7435
7436 2004-10-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7437
7438         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
7439         (gst_ogg_demux_src_event), (gst_ogg_pad_push):
7440           Start at zero.
7441         * ext/theora/theoradec.c: (theora_dec_chain):
7442           Skip headers. Bad idea for chained ogg, but fixes seeking.
7443
7444 2004-10-18  Wim Taymans  <wim@fluendo.com>
7445
7446         * configure.ac:
7447         I swear, this is the last time I touch this.
7448
7449 2004-10-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7450
7451         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
7452         (gst_ogg_demux_src_event), (gst_ogg_pad_populate),
7453         (_read_bos_process), (gst_ogg_demux_iterate), (gst_ogg_pad_new):
7454           Faster seeking.
7455         * ext/theora/theoradec.c: (theora_dec_sink_convert):
7456           Time-to-default conversion.
7457         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
7458           Don't error on unknown packets, just skip. We should probably
7459           read them if we want to support chained ogg.
7460
7461 2004-10-18  Wim Taymans  <wim@fluendo.com>
7462
7463         * configure.ac:
7464         Added cdaudio to wrong list.
7465
7466 2004-10-18  Wim Taymans  <wim@fluendo.com>
7467
7468         * configure.ac:
7469         Revive cdaudio.
7470
7471 2004-10-18  Wim Taymans  <wim@fluendo.com>
7472
7473         * ext/dv/gstdvdec.c: (gst_dvdec_video_getcaps),
7474         (gst_dvdec_video_link), (gst_dvdec_push):
7475         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_class_init),
7476         (gst_smokeenc_resync), (gst_smokeenc_chain):
7477         Fix mimetype on smoke encoder.
7478         Add aspect ratio to dvdec. Not sure if these
7479         values are correct though....
7480
7481 2004-10-18  Wim Taymans  <wim@fluendo.com>
7482
7483         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_class_init):
7484         Fix vorbis property descriptions and ranges.
7485
7486 2004-10-18  Wim Taymans  <wim@fluendo.com>
7487
7488         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_iterate):
7489         Really do nothing when no data is available.
7490         Go to the playing state when the stream is not seekable
7491         instead of failing.
7492
7493 2004-10-18  Wim Taymans  <wim@fluendo.com>
7494
7495         * ext/cdaudio/gstcdaudio.c: (_do_init), (gst_cdaudio_base_init),
7496         (gst_cdaudio_get_event_masks), (gst_cdaudio_send_event),
7497         (gst_cdaudio_query), (plugin_init), (cdaudio_uri_get_type),
7498         (cdaudio_uri_get_protocols), (cdaudio_uri_get_uri),
7499         (cdaudio_uri_set_uri), (cdaudio_uri_handler_init):
7500         Added uri handler for cd://
7501         Port to new API.
7502
7503 2004-10-18  Wim Taymans  <wim@fluendo.com>
7504
7505         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
7506         (gst_decode_bin_init), (find_compatibles), (close_pad_link),
7507         (try_to_link_1), (no_more_pads), (close_link), (type_found):
7508         * gst/playback/gstplaybasebin.c: (gen_preroll_element),
7509         (remove_prerolls), (unknown_type), (add_element_stream),
7510         (new_decoded_pad), (setup_source), (gst_play_base_bin_add_element),
7511         (gst_play_base_bin_remove_element),
7512         (gst_play_base_bin_link_stream):
7513         * gst/playback/gstplaybin.c: (gen_video_element),
7514         (gen_vis_element), (remove_sinks), (setup_sinks):
7515         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type),
7516         (gst_stream_info_get_type), (gst_stream_info_class_init),
7517         (gst_stream_info_init), (gst_stream_info_new),
7518         (gst_stream_info_dispose), (stream_info_mute_pad),
7519         (gst_stream_info_set_property), (gst_stream_info_get_property):
7520         * gst/playback/gststreaminfo.h:
7521         Add sink padtemplate to decodebin.
7522         Added some more comments.
7523         Make queue size configurable in playbasebin.
7524         Added possibility to use elements as sinks (ex cdaudio).
7525
7526 2004-10-15  Wim Taymans  <wim@fluendo.com>
7527
7528         * ext/speex/gstspeexenc.c: (gst_speexenc_class_init),
7529         (gst_speexenc_chain):
7530         Fix speex timestamps so that it gets muxed properly.
7531
7532 2004-10-15  Wim Taymans  <wim@fluendo.com>
7533
7534         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_get_type),
7535         (gst_dv1394src_base_init), (gst_dv1394src_class_init),
7536         (gst_dv1394src_init), (gst_dv1394src_dispose),
7537         (gst_dv1394src_iso_receive), (gst_dv1394src_discover_avc_node),
7538         (gst_dv1394src_change_state), (gst_dv1394src_get_event_mask),
7539         (gst_dv1394src_event), (gst_dv1394src_get_formats),
7540         (gst_dv1394src_convert), (gst_dv1394src_get_query_types),
7541         (gst_dv1394src_query), (gst_dv1394src_uri_get_type),
7542         (gst_dv1394src_uri_get_protocols), (gst_dv1394src_uri_get_uri),
7543         (gst_dv1394src_uri_set_uri), (gst_dv1394src_uri_handler_init):
7544         * ext/raw1394/gstdv1394src.h:
7545         Added conversion/query functions.
7546         Update buffer timestamps,
7547         Added signals.
7548         Added uri dv:// so it might play from the firewire in playbin.
7549         Fix a possible leak.
7550         Added debugging.
7551
7552 2004-10-15  Wim Taymans  <wim@fluendo.com>
7553
7554         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_class_init),
7555         (gst_dv1394src_init), (gst_dv1394src_set_property),
7556         (gst_dv1394src_get_property), (gst_dv1394src_iso_receive),
7557         (gst_dv1394src_discover_avc_node), (gst_dv1394src_change_state):
7558         * ext/raw1394/gstdv1394src.h:
7559         Added AV/C VTR control support needed for some cameras.
7560         Added automatic port detection.
7561         Added properties for selecting the channel.
7562         The configure.ac script is not yet updated to reflect the
7563         new libavc1394 and librom1394 dependencies.
7564
7565 2004-10-15  Wim Taymans  <wim@fluendo.com>
7566
7567         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
7568         (qtdemux_parse), (gst_qtdemux_handle_esds):
7569         An esds box is not a container.
7570         Fix parsing of mp4v boxes.
7571         Do not try to renegotiate fps for each frame. Need to
7572         find a better method. This should fix mp4 playback.
7573
7574 2004-10-14  David Schleef  <ds@schleef.org>
7575
7576         * configure.ac: update for swfdec-0.3 and liboil-0.2
7577         * ext/swfdec/gstswfdec.c: update for swfdec-0.3
7578         * ext/swfdec/gstswfdec.h: same
7579         * gst/videofilter/gstvideobalance.c: update for liboil-0.2
7580         * gst/videotestsrc/videotestsrc.c: same
7581
7582 2004-10-14  Wim Taymans  <wim@fluendo.com>
7583
7584         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
7585         (gst_multifdsink_remove), (gst_multifdsink_remove_client_link),
7586         (is_sync_frame), (gst_multifdsink_new_client),
7587         (gst_multifdsink_handle_client_write),
7588         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
7589         (gst_multifdsink_handle_clients), (gst_multifdsink_change_state):
7590         Turn warnings into info.
7591         Don't allow a state change in the streaming thread.
7592
7593 2004-10-14  Thomas Vander Stichele  <thomas at apestaart dot org>
7594
7595         * ext/vorbis/oggvorbisenc.c:
7596         * ext/vorbis/vorbisdec.c:
7597           fix template sample rate
7598
7599 2004-10-13  Wim Taymans  <wim@fluendo.com>
7600
7601         * ext/mad/gstmad.c: (gst_mad_check_caps_reset), (gst_mad_chain):
7602         Decoding the header first fixes some problems in resyncing
7603         in more mp3s.
7604
7605 2004-10-12  Wim Taymans  <wim@fluendo.com>
7606
7607         * gst/playback/gstplaybin.c: (gen_video_element),
7608         (gen_vis_element), (remove_sinks), (setup_sinks):
7609         Added vis plugin support, need to configure the vis
7610         element to activate it.
7611
7612 2004-10-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7613
7614         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get),
7615         (gst_gnomevfssrc_srcpad_query), (gst_gnomevfssrc_srcpad_event):
7616           Some debug.
7617         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
7618         (gst_avi_demux_handle_src_event), (gst_avi_demux_read_superindex),
7619         (gst_avi_demux_read_subindexes), (gst_avi_demux_add_stream),
7620         (gst_avi_demux_stream_index), (gst_avi_demux_skip),
7621         (gst_avi_demux_sync), (gst_avi_demux_stream_scan),
7622         (gst_avi_demux_massage_index), (gst_avi_demux_stream_header):
7623         * gst/avi/gstavidemux.h:
7624           Support for openDML-2.0 indx/ix## chunks. Support for broken index
7625           recovery (where, if part of the index is broken, we will still read
7626           the rest of the index and recover the broken part by stream
7627           scanning). More broken media support. EOS workarounds. General AVI
7628           braindamage headache recovery. Aspirin included.
7629
7630 2004-10-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7631
7632         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_open),
7633         (cdparanoia_event), (cdparanoia_query):
7634           Get rid of hideous lead-in.
7635
7636 2004-10-11  Wim Taymans  <wim@fluendo.com>
7637
7638         * gst/playback/gstplaybasebin.c: (setup_source):
7639         Wrong var used to get g_list_next.
7640
7641 2004-10-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7642
7643         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_class_init),
7644         (cdparanoia_get), (cdparanoia_open):
7645           Report discid as metadata, add duration.
7646
7647 2004-10-11  Wim Taymans  <wim@fluendo.com>
7648
7649         * gst/playback/gstplaybasebin.c: (setup_source):
7650         Cleanup the previous pipeline a little earlier for the
7651         case that a source element provides raw data.
7652
7653 2004-10-11  Benjamin Otte  <otte@gnome.org>
7654
7655         * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
7656           reset v1 tag offset when there is no v1 tag. Fixes id3demux always
7657           consuming the last 128 bytes, even though it was valid mp3 data.
7658
7659 2004-10-10  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
7660
7661         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_palette_to_caps),
7662         (gst_v4lsrc_getcaps), (gst_v4lsrc_get):
7663         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay):
7664         Change g_warnings to GST_WARNING_OBJECT and fix colourspace issue
7665
7666 2004-10-10  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
7667
7668         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_src_link), (gst_v4lsrc_getcaps):
7669         Fix for webcams that support only specific width or height
7670
7671 2004-10-09  Tim-Philipp Müller  <t.i.m@zen.co.uk>
7672
7673         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7674
7675         * gst/wavenc/gstwavenc.c: (gst_wavenc_stop_file):
7676           Fix wrong discont event setup (fixes #154967).
7677
7678 2004-10-09  Sebastien Cote  <sc5@hermes.usherb.ca>
7679
7680         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7681
7682         * gst/auparse/gstauparse.c: (gst_auparse_chain):
7683           Error out on invalid data (fixes #154807).
7684
7685 2004-10-09  Tim-Philipp Müller  <t.i.m@zen.co.uk>
7686
7687         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7688
7689         * ext/dvdread/dvdreadsrc.c: (_read):
7690           Make titles > 0 work again (fixes #154834).
7691
7692 2004-10-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7693
7694         * gst-libs/gst/riff/riff-media.c:
7695         (gst_riff_create_video_template_caps):
7696           WMV3 missing in template caps.
7697
7698 2004-10-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7699
7700         * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
7701           OK, so the original code was too strict. It makes random AVI files
7702           hang for seconds upon opening, which is unacceptable and is far
7703           beyond the original goal of getting multiple chunks for one-chunk
7704           sounc stream files. So now do just that.
7705
7706 2004-10-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7707
7708         * gst/playback/gstplaybasebin.c: (setup_source),
7709         (gst_play_base_bin_change_state):
7710           Actually clean up streaminfo if output fails. This would trigger
7711           if, for example, there was no CD in the drive. No preroll, so
7712           a streaminfo structure is created, but the subsequent state change
7713           of the thread fails.
7714         * gst/playback/gstplaybin.c: (gst_play_bin_change_state):
7715           Don't change state if parent failed.
7716
7717 2004-10-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7718
7719         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
7720         (gst_play_bin_init), (gst_play_bin_get_property), (handoff),
7721         (gen_video_element), (remove_sinks):
7722           Add small bits of code for screenshot handling.
7723
7724 2004-10-08  Wim Taymans  <wim@fluendo.com>
7725
7726         * gst/playback/gstplaybin.c: (gst_play_bin_set_property),
7727         (gen_video_element), (gen_audio_element), (setup_sinks):
7728         Don't assume the user provided sinks are named "sink"...
7729
7730 2004-10-08  Wim Taymans  <wim@fluendo.com>
7731
7732         * gst/playback/gstplaybasebin.c: (gen_preroll_element),
7733         (unknown_type), (setup_source), (gst_play_base_bin_remove_element),
7734         (gst_play_base_bin_link_stream):
7735         Do not try to autoplug sources that generate raw streams like
7736         cdparanoia.
7737         disconnect the preroll overrun signal when we don't need it anymore.
7738
7739 2004-10-08  Milosz Derezynski  <internalerror.rez@fhtw-berlin.de>
7740
7741         * ext/cdparanoia/gstcdparanoia.c: (_do_init),
7742         Added reworked patch from #154903 from milosz derezynski (deadchip).
7743
7744 2004-10-08  Wim Taymans  <wim@fluendo.com>
7745
7746         * ext/cdparanoia/gstcdparanoia.c: (_do_init),
7747         (cdparanoia_base_init), (cdparanoia_class_init), (cdparanoia_init),
7748         (cdparanoia_dispose), (cdparanoia_get), (cdparanoia_change_state),
7749         (cdparanoia_convert), (cdparanoia_uri_get_type),
7750         (cdparanoia_uri_get_protocols), (cdparanoia_uri_get_uri),
7751         (cdparanoia_uri_set_uri), (cdparanoia_uri_handler_init):
7752         * ext/cdparanoia/gstcdparanoia.h:
7753         This adds the cdda://<tracknum> uri.
7754
7755 2004-10-08  Wim Taymans  <wim@fluendo.com>
7756
7757         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
7758         (gst_decode_bin_init), (find_compatibles), (close_pad_link),
7759         (try_to_link_1), (no_more_pads), (close_link), (type_found):
7760         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
7761         (unknown_type), (gst_play_base_bin_remove_element),
7762         (gst_play_base_bin_link_stream):
7763         * gst/playback/gstplaybasebin.h:
7764         * gst/playback/gstplaybin.c: (gst_play_bin_init),
7765         (gst_play_bin_set_property), (gen_video_element),
7766         (gen_audio_element), (setup_sinks):
7767         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type),
7768         (gst_stream_info_get_type), (gst_stream_info_class_init),
7769         (gst_stream_info_init), (gst_stream_info_new),
7770         (gst_stream_info_dispose), (stream_info_mute_pad),
7771         (gst_stream_info_set_property), (gst_stream_info_get_property):
7772         * gst/playback/gststreaminfo.h:
7773         Reuse the audio and video bins.
7774         Some internal cleanups in the stream selection code.
7775
7776 2004-10-08  Julien MOUTTE  <julien@moutte.net>
7777
7778         * sys/ximage/ximagesink.c: (gst_ximagesink_sink_link),
7779         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_init):
7780         * sys/ximage/ximagesink.h:
7781         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sink_link),
7782         (gst_xvimagesink_set_xwindow_id), (gst_xvimagesink_init):
7783         * sys/xvimage/xvimagesink.h: Reverting Ronald's changes as the issue is
7784         not coming from those elements. Moreover these elements should not keep
7785         the xid they have been given when in NULL state.
7786
7787 2004-10-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7788
7789         * sys/ximage/ximagesink.c: (gst_ximagesink_sink_link),
7790         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_init):
7791         * sys/ximage/ximagesink.h:
7792         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sink_link),
7793         (gst_xvimagesink_set_xwindow_id), (gst_xvimagesink_init):
7794         * sys/xvimage/xvimagesink.h:
7795           Actually only create a new toplevel window if we're not gonna
7796           embed it right after.
7797
7798 2004-10-07  Wim Taymans  <wim@fluendo.com>
7799
7800         * gst/playback/gstplaybasebin.c: (play_base_bin_mute_pad),
7801         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream):
7802         * gst/playback/gstplaybin.c: (setup_sinks):
7803         Implement muting/unmuting of streams, mute streams that are not
7804         used.
7805
7806 2004-10-07  Wim Taymans  <wim@fluendo.com>
7807
7808         * gst/typefind/gsttypefindfunctions.c: (ac3_type_find),
7809         (plugin_init):
7810         Added lame audio/x-ac3 typefind function.
7811
7812 2004-10-06  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
7813
7814         * configure.ac:
7815           bump nano to cvs
7816
7817 === release 0.8.5 ===
7818
7819 2004-10-06  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
7820
7821         * NEWS:
7822         * RELEASE:
7823         * configure.ac:
7824           releasing 0.8.5, "Take You On"
7825
7826 2004-10-06  Wim Taymans  <wim@fluendo.com>
7827
7828         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
7829         (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
7830         (no_more_pads), (close_link), (type_found):
7831         * gst/playback/gstplaybasebin.c: (new_decoded_pad):
7832         * gst/playback/gstplaybin.c: (gen_video_element):
7833         Do not signal the no_more_pads after the first pad when
7834         we are plugging a non dynamic element with multiple
7835         output pads (like swfdec, dvdec, ...).
7836
7837 2004-10-06  Thomas Vander Stichele  <thomas at apestaart dot org>
7838
7839         * configure.ac:
7840           bump for prerelease
7841
7842 2004-10-06  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
7843
7844         * gst/wavparse/gstwavparse.c:
7845           add ATRAC3 to STATIC CAPS to fix a warning
7846
7847         * gst/matroska/ebml-read.c:
7848         * gst-libs/gst/riff/riff-read.c:
7849           fix typos
7850
7851 2004-10-06  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
7852
7853         * gst-libs/gst/riff/riff-media.c:
7854           generate caps for ATRAC3 audio streams
7855
7856         * gst/realmedia/rmdemux.c:
7857           generate caps for ATRAC3 audio streams
7858
7859 2004-10-06  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
7860
7861         * gst/wavparse/Makefile.am
7862         * gst/wavparse/riff.h
7863         * gst/wavparse/wavparse.vcproj
7864           riff.h removal (unused and duplication with riff-ids.h)
7865
7866 2004-10-06  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
7867
7868         * gst/wavparse/gstwavparse.h
7869           remove duplicated defines for audio codec codes
7870
7871         * gst-libs/gst/riff/riff-ids.h
7872         * gst/wavenc/riff.h:
7873           add "4CC" code for ATRAC3 audio streams
7874           add "4CC" code for ITU_G721_ADPCM (unused for now)
7875
7876 2004-10-06  Wim Taymans  <wim@fluendo.com>
7877
7878         * gst/flx/gstflxdec.c: (gst_flxdec_init), (gst_flxdec_loop):
7879         Actually _do_ negotiation. Pass gdouble as arg instead
7880         of guint64 for the framerate.
7881
7882 2004-10-06  Wim Taymans  <wim@fluendo.com>
7883
7884         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
7885         (find_compatibles), (close_pad_link), (try_to_link_1),
7886         (no_more_pads), (close_link), (type_found):
7887         * gst/playback/gstplaybasebin.c: (new_decoded_pad):
7888         * gst/playback/gstplaybin.c: (gen_video_element),
7889         (gen_audio_element):
7890         Set state on newly added element to READY so that negotiation
7891         can happen ASAP.
7892         Addes some more debug info.
7893         Do not try to plug pads with multiple caps structures or ANY
7894         because it is too dangerous since we do not do dynamic
7895         replugging.
7896
7897 2004-10-06  Thomas Vander Stichele  <thomas at apestaart dot org>
7898
7899         written by: Gora Mohanty <gora_mohanty@yahoo.co.in>
7900
7901         * po/LINGUAS:
7902         * po/or.po:
7903           add Oriya translation
7904
7905 2004-10-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7906
7907         * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
7908           Prevent overwrite of size member. Makes audio sound crappy.
7909
7910 2004-10-05  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
7911
7912         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
7913         Add rmvb to the list of known RealMedia extensions
7914
7915 2004-10-05  Wim Taymans  <wim@fluendo.com>
7916
7917         * ext/libmng/gstmngdec.c: (gst_mngdec_loop), (mngdec_error),
7918         (mngdec_openstream), (mngdec_closestream),
7919         (mngdec_handle_sink_event), (mngdec_readdata),
7920         (mngdec_gettickcount), (mngdec_settimer), (mngdec_processheader),
7921         (mngdec_getcanvasline), (mngdec_refresh),
7922         (gst_mngdec_change_state):
7923         Set the framerate correctly.
7924
7925 2004-10-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7926
7927         * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
7928           There was something wrong with the index massaging.
7929
7930 2004-10-04  Wim Taymans  <wim@fluendo.com>
7931
7932         * ext/jpeg/gstjpeg.c: (smoke_type_find), (plugin_init):
7933         * ext/jpeg/gstsmokedec.c: (gst_smokedec_init),
7934         (gst_smokedec_chain):
7935         * ext/jpeg/gstsmokedec.h:
7936         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_class_init),
7937         (gst_smokeenc_init), (gst_smokeenc_resync), (gst_smokeenc_chain):
7938         * ext/jpeg/gstsmokeenc.h:
7939         * ext/jpeg/smokecodec.c: (smokecodec_encode_new),
7940         (smokecodec_decode_new), (smokecodec_info_free),
7941         (smokecodec_set_quality), (smokecodec_get_quality),
7942         (smokecodec_set_threshold), (smokecodec_get_threshold),
7943         (smokecodec_set_bitrate), (smokecodec_get_bitrate),
7944         (find_best_size), (abs_diff), (put), (smokecodec_encode_id),
7945         (smokecodec_encode), (smokecodec_parse_id),
7946         (smokecodec_parse_header), (smokecodec_decode):
7947         * ext/jpeg/smokecodec.h:
7948         * ext/jpeg/smokeformat.h:
7949         Updated smoke, new bitstream, allows embedding in ogg.
7950
7951 2004-10-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7952
7953         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_event):
7954           Fix seeking in some files. All this code is no longer needed (and
7955           actually breaks stuff) because we now synchronize the full index
7956           right when reading the header.
7957
7958 2004-10-04  Wim Taymans  <wim@fluendo.com>
7959
7960         * configure.ac:
7961         configure update for libmng.
7962
7963 2004-10-04  Wim Taymans  <wim@fluendo.com>
7964
7965         * ext/libmng/Makefile.am:
7966         * ext/libmng/gstmng.c: (plugin_init):
7967         * ext/libmng/gstmng.h:
7968         * ext/libmng/gstmngdec.c: (gst_mngdec_get_type),
7969         (gst_mngdec_base_init), (gst_mngdec_class_init),
7970         (gst_mngdec_sinklink), (gst_mngdec_init), (gst_mngdec_src_getcaps),
7971         (gst_mngdec_loop), (gst_mngdec_get_property),
7972         (gst_mngdec_set_property), (mngdec_error), (mngdec_openstream),
7973         (mngdec_closestream), (mngdec_handle_sink_event),
7974         (mngdec_readdata), (mngdec_gettickcount), (mngdec_settimer),
7975         (mngdec_processheader), (mngdec_getcanvasline), (mngdec_refresh),
7976         (gst_mngdec_change_state):
7977         * ext/libmng/gstmngdec.h:
7978         * ext/libmng/gstmngenc.c: (gst_mngenc_get_type),
7979         (mng_caps_factory), (raw_caps_factory), (gst_mngenc_base_init),
7980         (gst_mngenc_class_init), (gst_mngenc_sinklink), (gst_mngenc_init),
7981         (gst_mngenc_chain), (gst_mngenc_get_property),
7982         (gst_mngenc_set_property):
7983         * ext/libmng/gstmngenc.h:
7984         Added basic MNG decoder. Needs more work. The encoder does
7985         not work yet.
7986
7987 2004-10-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7988
7989         * gst/realmedia/rmdemux.c: (gst_rmdemux_handle_sink_event),
7990         (gst_rmdemux_loop), (gst_rmdemux_add_stream),
7991         (gst_rmdemux_parse_mdpr), (gst_rmdemux_dump_mdpr):
7992           Don't hang on length=0 chunks. Some negotiation fixes. Signal
7993           no-more-pads.
7994
7995 2004-10-04  Thomas Vander Stichele  <thomas at apestaart dot org>
7996
7997         * configure.ac:
7998           you need at least 1.0.4 of speex
7999
8000 2004-10-04 Iain <iaingnome@gmail.com>
8001
8002         * ext/speex/gstspeexdec.h: Revert the includes changes.
8003
8004         * ext/speex/gstspeexenc.[ch]: Revert the includes changes.
8005
8006 2004-09-30 Iain <iaingnome@gmail.com>
8007
8008         * sys/sunaudio/gstsunaudio.c (gst_sunaudiosink_open): Use the device
8009         found during init or set as a property instead of hardcoding /dev/audio
8010
8011 2004-10-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8012
8013         * gst/realmedia/rmdemux.c: (gst_rmdemux_class_init),
8014         (gst_rmdemux_init), (gst_rmdemux_handle_sink_event),
8015         (gst_rmdemux_loop), (gst_rmdemux_add_stream), (re_hexdump_bytes),
8016         (re_dump_pascal_string), (gst_rmdemux_dump__rmf),
8017         (gst_rmdemux_dump_prop), (gst_rmdemux_parse_mdpr),
8018         (gst_rmdemux_dump_mdpr), (gst_rmdemux_dump_indx),
8019         (gst_rmdemux_dump_data):
8020           Use debug category, fix EOS handling. filesrc ! rmdemux now
8021           works.
8022
8023 2004-10-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8024
8025         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
8026         (gst_avi_demux_stream_scan), (sort), (gst_avi_demux_massage_index),
8027         (gst_avi_demux_stream_header), (gst_avi_demux_stream_data):
8028           Improve allocation, cutting and sorting of the index. How takes a
8029           few seconds instead of minutes.
8030
8031 2004-10-03  Christophe Fergeau  <teuf@gnome.org>
8032
8033         * gst/realmedia/rmdemux.c: (gst_rmdemux_parse_mdpr):
8034           fixed compilation
8035
8036 2004-10-02  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8037
8038         * gst-libs/gst/riff/riff-media.c:
8039         (gst_riff_create_video_caps_with_data),
8040         (gst_riff_create_video_template_caps):
8041           Add wing commander format mimetype/fourccs.
8042         * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
8043           Don't crash if some value is 0.
8044
8045 2004-10-02  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8046
8047         * gst-libs/gst/riff/riff-media.c:
8048         (gst_riff_create_video_caps_with_data),
8049         (gst_riff_create_video_template_caps):
8050           Add DIB fourcc (raw, palettized 8-bit RGB).
8051         * gst-libs/gst/riff/riff-read.c:
8052         (gst_riff_read_strf_vids_with_data):
8053           Oops, fix strf_data reading bug.
8054         * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream):
8055           Use a non-NULL tag.
8056         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):
8057           Time for hacks. Sorry Dave. At least one quicktime movie (a
8058           trailer) that I've encountered contains multiple video tracks.
8059           One of those is the actual video track, the other are one-frame
8060           tracks (images). Unfortunately, the number of frames according
8061           to the trak header is 1 for each, so that doesn't help. So
8062           instead, I look at the duration and discard tracks with a
8063           duration shorter than 20% of the length of the stream. Better
8064           than nothing.
8065
8066 2004-10-01  Christian Schaller <christian@fluendo.com>
8067
8068         * ext/ivorbis/vorbis.c:
8069           Patch from Phil Blundell (Bug 152341)
8070
8071 2004-10-01  Wim Taymans  <wim@fluendo.com>
8072
8073         * ext/speex/gstspeexdec.c: (gst_speex_dec_class_init),
8074         (speex_dec_get_formats), (speex_dec_convert),
8075         (speex_dec_src_query), (speex_dec_src_event), (speex_dec_event),
8076         (speex_dec_chain), (gst_speexdec_get_property),
8077         (gst_speexdec_set_property):
8078         Small cleanups.
8079
8080 2004-10-01  Wim Taymans  <wim@fluendo.com>
8081
8082         * gst/wavparse/gstwavparse.c: (gst_wavparse_class_init),
8083         (gst_wavparse_stream_init), (gst_wavparse_fmt),
8084         (gst_wavparse_other), (gst_wavparse_loop),
8085         (gst_wavparse_pad_convert), (gst_wavparse_pad_query),
8086         (gst_wavparse_srcpad_event):
8087         * gst/wavparse/gstwavparse.h:
8088         Added some more debugging info.
8089         Fix the case where the length of the file is 0.
8090         Make sure we seek to sample borders.
8091
8092 2004-10-01  Wim Taymans  <wim@fluendo.com>
8093
8094         * gst/playback/README:
8095         * gst/playback/gstdecodebin.c: (gst_decode_bin_factory_filter),
8096         (gst_decode_bin_init), (find_compatibles), (close_pad_link),
8097         (try_to_link_1), (no_more_pads), (close_link), (type_found):
8098         Add some debug info to decodebin, update README
8099
8100 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8101
8102         * ext/dvdnav/dvdnavsrc.c: (dvdnav_handle_navigation_event):
8103           Don't use g_print(); use GST_DEBUG().
8104
8105 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8106
8107         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
8108         (gst_ogg_mux_queue_pads):
8109           Handle EOS properly.
8110
8111 2004-10-01  Sebastien Cote  <sc5@hermes.usherb.ca>
8112
8113         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8114
8115         * ext/faad/gstfaad.c: (gst_faad_init), (gst_faad_sinkconnect),
8116         (gst_faad_chain), (gst_faad_change_state):
8117         * ext/faad/gstfaad.h:
8118           Allow playback of raw (unframed) MPEG AAC files (#148993).
8119
8120 2004-10-01  Sebastien Cote  <sc5@hermes.usherb.ca>
8121
8122         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8123
8124         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt):
8125           Throw error if we didn't recognize the stream. Fixes #152289.
8126
8127 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8128
8129         * gst/videoscale/gstvideoscale.c: (gst_videoscale_link):
8130           Fix negotiation.
8131
8132 2004-10-01  Francis Labonte  <francis_labonte@hotmail.com>
8133
8134         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8135
8136         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt):
8137           Fix memleak.
8138
8139 2004-10-01  Balamurali Viswanathan  <balamurali.viswanathan@wipro.com>
8140
8141         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8142
8143         * sys/sunaudio/gstsunaudio.c: (gst_sunaudiosink_setparams):
8144           Solve #152805.
8145         * sys/sunaudio/gstsunmixer.c: (gst_sunaudiomixer_set_mute):
8146           Solve 152806.
8147
8148 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8149
8150         * gst-libs/gst/riff/riff-media.c:
8151         (gst_riff_create_video_caps_with_data),
8152         (gst_riff_create_audio_caps_with_data):
8153           Add codec_data handling (like asfdemux used to do).
8154         * gst/asfdemux/gstasf.c: (plugin_init):
8155         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_base_init),
8156         (gst_asf_demux_add_audio_stream), (gst_asf_demux_add_video_stream):
8157           Use riff-media for caps creation instead of our own (mostly
8158           broken) copy of its functions.
8159
8160 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8161
8162         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_try_capture):
8163           Don't actually error out if we get another return value than
8164           -EINVAL. Opposite to what I first thought, drivers have random
8165           return values for this, although -EINVAL is the expected return
8166           value. Since this is not fatal, we shouldn't use
8167           GST_ELEMENT_ERROR() but just GST_ERROR_OBJECT().
8168
8169 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8170
8171         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_class_init),
8172         (dvdreadsrc_init), (dvdreadsrc_dispose), (dvdreadsrc_set_property),
8173         (dvdreadsrc_get_property), (_open), (_seek), (_read),
8174         (dvdreadsrc_get), (dvdreadsrc_open_file),
8175         (dvdreadsrc_change_state):
8176           Fix. Don't do one big huge loop around the whole DVD, that will
8177           cache all data and thus eat sizeof(dvd) (several GB) before we
8178           see something.
8179         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_seek):
8180           Actually NULL'ify event after using it.
8181         * gst/matroska/ebml-read.c: (gst_ebml_read_use_event),
8182         (gst_ebml_read_handle_event), (gst_ebml_read_element_id),
8183         (gst_ebml_read_element_length), (gst_ebml_read_element_data),
8184         (gst_ebml_read_seek), (gst_ebml_read_skip):
8185           Handle events.
8186         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_base_init),
8187         (gst_dvd_demux_init), (gst_dvd_demux_get_audio_stream),
8188         (gst_dvd_demux_get_subpicture_stream), (gst_dvd_demux_plugin_init):
8189           Fix timing (this will probably break if I seek using menus, but
8190           I didn't get there yet). VOBs and normal DVDs should now work.
8191           Add a mpeg2-only pad with high rank so this get autoplugged for
8192           MPEG-2 movies.
8193         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_base_init),
8194         (gst_mpeg_demux_class_init), (gst_mpeg_demux_init),
8195         (gst_mpeg_demux_new_output_pad), (gst_mpeg_demux_get_video_stream),
8196         (gst_mpeg_demux_get_audio_stream),
8197         (gst_mpeg_demux_get_private_stream), (gst_mpeg_demux_parse_packet),
8198         (gst_mpeg_demux_parse_pes), (gst_mpeg_demux_plugin_init):
8199           Use this as second rank for MPEG-1 and MPEG-2. Still use this for
8200           MPEG-1 but use dvddemux for MPEG-2.
8201         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_class_init),
8202         (gst_mpeg_parse_init), (gst_mpeg_parse_new_pad),
8203         (gst_mpeg_parse_parse_packhead):
8204           Timing. Only add pad template if it exists. Add sink template from
8205           class and not from ourselves. This means we will always use the
8206           correct sink template even if it is not the one defined in this
8207           file.
8208
8209 2004-09-29  Wim Taymans  <wim@fluendo.com>
8210
8211         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_packet),
8212         (gst_mpeg_demux_parse_pes):
8213         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_parse_packhead):
8214         Fix playback of mpeg again, timestamps where screwed up by
8215         patch 1.61.
8216
8217 2004-09-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8218
8219         * ext/flac/gstflacdec.c: (gst_flacdec_src_query):
8220           Only return true if we actually filled something in. Prevents
8221           player applications from showing a random length for flac files.
8222         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_class_init),
8223         (gst_riff_read_use_event), (gst_riff_read_handle_event),
8224         (gst_riff_read_seek), (gst_riff_read_skip), (gst_riff_read_strh),
8225         (gst_riff_read_strf_vids_with_data),
8226         (gst_riff_read_strf_auds_with_data), (gst_riff_read_strf_iavs):
8227           OK, ok, so I implemented event handling. Apparently it's normal
8228           that we receive random events at random points without asking
8229           for it.
8230         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
8231         (gst_avi_demux_src_convert), (gst_avi_demux_handle_src_query),
8232         (gst_avi_demux_handle_src_event), (gst_avi_demux_stream_index),
8233         (gst_avi_demux_sync), (gst_avi_demux_stream_scan),
8234         (gst_avi_demux_massage_index), (gst_avi_demux_stream_header),
8235         (gst_avi_demux_handle_seek), (gst_avi_demux_process_next_entry),
8236         (gst_avi_demux_stream_data), (gst_avi_demux_loop):
8237         * gst/avi/gstavidemux.h:
8238           Implement non-lineair chunk handling and subchunk processing.
8239           The first solves playback of AVI files where the audio and video
8240           data of individual buffers that we read are not synchronized.
8241           This should not happen according to the wonderful AVI specs, but
8242           of course it does happen in reality. It is also a prerequisite for
8243           the second. Subchunk processing allows us to cut chunks in small
8244           pieces and process each of these pieces separately. This is
8245           required because I've seen several AVI files with incredibly large
8246           audio chunks, even some files with only one audio chunk for the
8247           whole file. This allows for proper playback including seeking.
8248           This patch is supposed to fix all AVI A/V sync issues.
8249         * gst/flx/gstflxdec.c: (gst_flxdec_class_init),
8250         (flx_decode_chunks), (flx_decode_color), (gst_flxdec_loop):
8251           Work.
8252         * gst/modplug/gstmodplug.cc:
8253           Proper return value setting for the query() function.
8254         * gst/playback/gstplaybasebin.c: (setup_source):
8255           Being in non-playing state (after, e.g., EOS) is not necessarily
8256           a bad thing. Allow for that. This fixes playback of short files.
8257           They don't actually playback fully now, because the clock already
8258           runs. This means that small files (<500kB) with a small length
8259           (<2sec) will still not or barely play. Other files, such as mod
8260           or flx, will work correctly, however.
8261
8262 2004-09-28  Wim Taymans  <wim@fluendo.com>
8263
8264         * ext/speex/gstspeex.c: (plugin_init):
8265         * ext/speex/gstspeexdec.c: (gst_speex_dec_base_init),
8266         (gst_speex_dec_class_init), (speex_dec_get_formats),
8267         (speex_get_event_masks), (speex_get_query_types),
8268         (gst_speex_dec_init), (speex_dec_convert), (speex_dec_src_query),
8269         (speex_dec_src_event), (speex_dec_event), (speex_dec_chain),
8270         (gst_speexdec_get_property), (gst_speexdec_set_property),
8271         (speex_dec_change_state):
8272         * ext/speex/gstspeexdec.h:
8273         * ext/speex/gstspeexenc.c: (gst_speexenc_get_formats),
8274         (gst_speexenc_get_type), (speex_caps_factory), (raw_caps_factory),
8275         (gst_speexenc_base_init), (gst_speexenc_class_init),
8276         (gst_speexenc_sinkconnect), (gst_speexenc_convert_src),
8277         (gst_speexenc_convert_sink), (gst_speexenc_get_query_types),
8278         (gst_speexenc_src_query), (gst_speexenc_init),
8279         (gst_speexenc_get_tag_value), (comment_init), (comment_add),
8280         (gst_speexenc_metadata_set1), (gst_speexenc_set_metadata),
8281         (gst_speexenc_setup), (gst_speexenc_buffer_from_data),
8282         (gst_speexenc_push_buffer), (gst_speexenc_set_header_on_caps),
8283         (gst_speexenc_chain), (gst_speexenc_get_property),
8284         (gst_speexenc_set_property), (gst_speexenc_change_state):
8285         * ext/speex/gstspeexenc.h:
8286         Rewrote speex encoder, make sure it can be embedded in ogg.
8287         Implemented speex decoder.
8288
8289 2004-09-28  Christian Schaller <christian@fluendo.com>
8290
8291         * configure.ac:
8292         Remove kioslave plugin. Markey is brewing a new working one
8293         * ext/Makefile.am: Remove kioslave plugin
8294         * ext/kio: remove
8295         * gst-plugins.spec.in: remove kio plugin from spec
8296
8297 2004-09-27  Wim Taymans  <wim@fluendo.com>
8298
8299         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
8300         (gst_multifdsink_remove), (gst_multifdsink_remove_client_link),
8301         (is_sync_frame), (gst_multifdsink_client_queue_buffer),
8302         (gst_multifdsink_new_client),
8303         (gst_multifdsink_handle_client_write),
8304         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
8305         (gst_multifdsink_handle_clients):
8306         * gst/tcp/gstmultifdsink.h:
8307         Make syncing to keyframes actually work for new clients and lagging
8308         clients.
8309
8310 2004-09-26  Benjamin Otte  <in7y118@public.uni-hamburg.de>
8311
8312         * gst/debug/gstnavigationtest.c: (gst_navigationtest_class_init),
8313         (gst_navigationtest_handle_src_event), (draw_box_planar411),
8314         (gst_navigationtest_planar411), (gst_navigationtest_change_state):
8315         * gst/debug/gstnavigationtest.h:
8316           make navigationtest display button-press and button-release events
8317
8318 2004-09-26 Iain <iaingnome@gmail.com>
8319
8320         * gst/interleave/interleave.c (all_channels_new_media): Checks if all
8321         the channels have received a new media event.
8322         (interleave_buffered_loop): Compresses a new media event on all
8323         channels into one.
8324
8325 2004-09-26 Iain <iaingnome@gmail.com>
8326
8327         * gst/wavenc/gstwavenc.c (gst_wavenc_chain): Company says we need to
8328         call the sinkpad's default event handler and not the srcpads. He also
8329         says this is confusing :)
8330         (gst_wavenc_stop_file): Company says that seek events only go upstream
8331         we should send a discontinuous downstream instead.
8332
8333 2004-09-25  Christian Schaller <christian@fluendo.com>
8334
8335         * Update SPEC file to be usable in conjunction with Fedora Core,
8336           Fedora.us and freshrpms packages
8337         * Fix typo in multifilesrc test Makefile
8338
8339 2004-09-24  Wim Taymans  <wim@fluendo.com>
8340
8341         * gst/playback/gstplaybasebin.c: (new_decoded_pad):
8342         Only signal the no_more_pads signal when we have
8343         added the stream to our list.
8344
8345 2004-09-24  Wim Taymans  <wim@fluendo.com>
8346
8347         * gst/playback/gstplaybasebin.c: (remove_prerolls),
8348         (new_decoded_pad):
8349         * gst/playback/gstplaybasebin.h:
8350         * gst/playback/gstplaybin.c: (setup_sinks):
8351         Don't try to preroll or decode more than one audio/video
8352         track.
8353
8354 2004-09-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8355
8356         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
8357           Throw error if we failed to find a suitable output. This should
8358           throw an error if we successfully set up a pipeline (e.g. because
8359           we recognized a media file) but found no decodable streams in it
8360           (e.g. because it contains only media stream types for which we
8361           have no decoders, or because it's not a media type).
8362
8363 2004-09-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8364
8365         * ext/dirac/Makefile.am:
8366         * ext/dirac/gstdirac.cc:
8367         * ext/dirac/gstdiracdec.cc:
8368         * ext/dirac/gstdiracdec.h:
8369           Do something. Don't actually know if this works because I don't
8370           have a demuxer yet.
8371         * ext/gsm/gstgsmdec.c: (gst_gsmdec_getcaps):
8372           Add channels=1 to caps returned from _getcaps().
8373         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_get_type),
8374         (gst_ogm_video_parse_get_type), (gst_ogm_audio_parse_base_init),
8375         (gst_ogm_video_parse_base_init), (gst_ogm_parse_init),
8376         (gst_ogm_audio_parse_init), (gst_ogm_video_parse_init),
8377         (gst_ogm_parse_sink_convert), (gst_ogm_parse_chain),
8378         (gst_ogm_parse_change_state):
8379           Separate between audio/video so ogmaudioparse actually uses the
8380           audio pad templates. Both audio and video work now, including
8381           autoplugging. Also use sometimes-srcpad hack.
8382         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_seek):
8383           Handle events better. Don't hang on infinite loops.
8384         * gst/avi/gstavidemux.c: (gst_avi_demux_class_init),
8385         (gst_avi_demux_init), (gst_avi_demux_reset),
8386         (gst_avi_demux_src_convert), (gst_avi_demux_handle_src_query),
8387         (gst_avi_demux_stream_header), (gst_avi_demux_stream_data),
8388         (gst_avi_demux_change_state):
8389         * gst/avi/gstavidemux.h:
8390           Improve A/V sync. Still not perfect.
8391         * gst/matroska/ebml-read.c: (gst_ebml_read_seek),
8392         (gst_ebml_read_skip):
8393           Handle events better.
8394         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event),
8395         (gst_qtdemux_loop_header), (qtdemux_parse_trak),
8396         (qtdemux_audio_caps):
8397           Add IMA4. Improve event handling. Save offset after a seek when
8398           the headers are at the end of the file so that we don't end up in
8399           an infinite loop.
8400         * gst/typefind/gsttypefindfunctions.c: (qt_type_find):
8401           Add low-priority typefind support for files with no length.
8402
8403 2004-09-23  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
8404
8405         * testsuite/multifilesink/Makefile.am:
8406         fix typo
8407
8408 2004-09-22  Julien MOUTTE  <julien@moutte.net>
8409
8410         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_destroy):
8411         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls): Fix
8412         mistakes from thaytan's patches.
8413
8414 2004-09-23  Jan Schmidt  <thaytan@mad.scientist.com>
8415
8416         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_destroy):
8417           For completeness, XSync in the destroy function as xvimage does.
8418
8419 2004-09-23  Jan Schmidt  <thaytan@mad.scientist.com>
8420
8421         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_getcaps):
8422            Correct caps negotiation
8423         * gst/volume/gstvolume.c: (volume_chain_float),
8424         (volume_chain_int16):
8425            Modify debug output to be little more informative
8426         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls):
8427         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
8428         (gst_xvimagesink_xvimage_destroy):
8429           Add XSync calls after detaching from the shared memory segment to
8430           avoid a crash.
8431
8432 2004-09-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
8433
8434         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
8435         (gst_ogg_mux_next_buffer), (gst_ogg_mux_loop):
8436         * ext/vorbis/vorbis.c: (plugin_init):
8437         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
8438         (gst_vorbisenc_chain):
8439         * ext/vorbis/vorbisenc.h:
8440         remove explicit newmedia support from oggmux and vorbisenc
8441         add debug category to vorbisenc
8442         * gst/multifilesink/gstmultifilesink.c:
8443         (gst_multifilesink_class_init), (gst_multifilesink_init),
8444         (gst_multifilesink_dispose), (gst_multifilesink_set_location),
8445         (gst_multifilesink_set_property), (gst_multifilesink_next_file),
8446         (gst_multifilesink_handle_event), (gst_multifilesink_chain),
8447         (plugin_init):
8448         * gst/multifilesink/gstmultifilesink.h:
8449         add support for streamheader in multifilesink
8450
8451 2004-09-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8452
8453         * gst/asfdemux/gstasfdemux.c: (_read_var_length), (_read_guid),
8454         (gst_asf_demux_process_segment), (gst_asf_demux_handle_data),
8455         (gst_asf_demux_process_chunk), (gst_asf_demux_handle_sink_event):
8456           Prevent infinite loops. More correct error reporting.
8457         * gst/auparse/gstauparse.c: (gst_auparse_chain):
8458           Error out if negotiation fails.
8459         * gst/playback/gstplaybasebin.c: (setup_source),
8460         (gst_play_base_bin_change_state), (gst_play_base_bin_error),
8461         (gst_play_base_bin_found_tag):
8462           Error/tag forwarding. Pre-roll fixes for source errors on state
8463           changes (e.g. "file does not exist") to prevent hangs.
8464
8465 2004-09-21  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
8466
8467         * testsuite/multifilesink/Makefile.am:
8468         * testsuite/multifilesink/lame_test.c: (gst_newmedia_base_init),
8469         (gst_newmedia_class_init), (gst_newmedia_init),
8470         (gst_newmedia_chain), (gst_newmedia_trigger), (test_format),
8471         (newfile_signal), (test_signal), (main):
8472         * testsuite/multifilesink/multifilesrc_test.c: (main):
8473         * testsuite/multifilesink/oggtheora_test.c:
8474         (gst_newmedia_base_init), (gst_newmedia_class_init),
8475         (gst_newmedia_init), (gst_newmedia_chain), (gst_newmedia_trigger),
8476         (test_format), (newfile_signal), (test_signal), (main):
8477         * testsuite/multifilesink/oggvorbis_test.c:
8478         (gst_newmedia_base_init), (gst_newmedia_class_init),
8479         (gst_newmedia_init), (gst_newmedia_chain), (gst_newmedia_trigger),
8480         (test_format), (newfile_signal), (test_signal), (main):
8481         * testsuite/multifilesink/wavenc_test.c: (gst_newmedia_base_init),
8482         (gst_newmedia_class_init), (gst_newmedia_init),
8483         (gst_newmedia_chain), (gst_newmedia_trigger), (test_format),
8484         (newfile_signal), (test_signal), (main):
8485         New media tests
8486
8487 2004-09-20  Christian Schaller <christian@fluendo.com>
8488
8489         * Fix mikmod license to LGPL as they have relicensed
8490         * Move Dirac and Effectv into LGPL section of README_license
8491
8492 2004-09-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8493
8494         * ext/mad/gstmad.c: (gst_mad_check_caps_reset),
8495         (gst_mad_change_state):
8496           Allow for mp3 rate/channels changes. However, only very
8497           conservatively. Reason that we *have* to enable this is smiply
8498           because the mad find_sync() function is not good enough, it will
8499           regularly sync on random data as valid frames and therefore make
8500           us provide random caps as *final* caps of the stream. The best fix
8501           I could think of is to simply require several of the same stream
8502           changes in a row before we change caps.
8503           The actual testcase that works now is #
8504         * ext/ogg/Makefile.am:
8505         * ext/ogg/gstogg.c: (plugin_init):
8506         * ext/ogg/gstogmparse.c:
8507           OGM support (video only for now; I need an audio sample file).
8508         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_base_init),
8509         (gst_asf_demux_process_stream), (gst_asf_demux_video_caps),
8510         (gst_asf_demux_add_video_stream):
8511           WMV extradata.
8512         * gst/playback/gstplaybasebin.c: (unknown_type):
8513           Don't error out on single unknown-types after all. It's wrong.
8514           If we found type of video and audio but not of a subtitle stream,
8515           it will still error out (which is unwanted). Will find a better fix
8516           later on.
8517         * gst/typefind/gsttypefindfunctions.c: (ogmvideo_type_find),
8518         (ogmaudio_type_find), (plugin_init):
8519           OGM support.
8520
8521 2004-09-20  Johan Dahlin  <johan@gnome.org>
8522
8523         * ext/jpeg/gstjpegdec.c (gst_jpegdec_chain): Allocate the buffer
8524         after setting caps.
8525
8526 2004-09-19  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
8527
8528         * gst/wavenc/gstwavenc.c: (gst_wavenc_init), (gst_wavenc_chain):
8529         * gst/wavenc/gstwavenc.h:
8530         Added newmedia support to wavenc
8531
8532 2004-09-17  Wim Taymans  <wim@fluendo.com>
8533
8534         * gst/tcp/gstfdset.c: (gst_fdset_fd_has_closed),
8535         (gst_fdset_fd_has_error), (gst_fdset_fd_can_read),
8536         (gst_fdset_fd_can_write), (gst_fdset_wait):
8537         * gst/tcp/gstmultifdsink.c: (gst_client_status_get_type),
8538         (gst_multifdsink_init), (gst_multifdsink_add),
8539         (gst_multifdsink_remove), (gst_multifdsink_get_stats),
8540         (gst_multifdsink_remove_client_link),
8541         (gst_multifdsink_client_queue_buffer),
8542         (gst_multifdsink_handle_client_write),
8543         (gst_multifdsink_recover_client), (gst_multifdsink_handle_clients),
8544         (gst_multifdsink_close), (gst_multifdsink_change_state):
8545         * gst/tcp/gstmultifdsink.h:
8546         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
8547         (gst_tcpserversink_removed):
8548         Small cleanups in fdset.c
8549         Use a hastable to map fd to the client structure for faster
8550         lookup in _remove and get_stats.
8551         Added virtual function to close the fds.
8552         Handle clients even when the select/poll call was unblocked because
8553         of a command.
8554         Implement syncing to keyframe in the recovery procedure.
8555
8556 2004-09-16 Iain <iaingnome@gmail.com>
8557
8558         * gst/audioconvert/gstaudioconvert.c (_fixate_caps_to_int): Free the
8559         try caps.
8560
8561 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8562
8563         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_get_audio_stream):
8564           Caps are only set if the type of the stream is unknown, but this
8565           is initialized in ->init_stream(), so set to UNKNOWN after calling
8566           ->init_stream() so that capsnego starts.
8567
8568 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8569
8570         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
8571         (gst_avi_demux_stream_data):
8572           Just hardcode for raw audio then. AVI audio sucks.
8573
8574 2004-09-15  Arwed v. Merkatz  <v.merkatz@gmx.net>
8575
8576         * gst/matroska/matroska-demux.c: (gst_matroska_demux_audio_caps):
8577         * gst/matroska/matroska-mux.c: (audiosink_templ),
8578         (gst_matroska_mux_audio_pad_link):
8579         * gst/typefind/gsttypefindfunctions.c: (tta_caps), (plugin_init):
8580         Use audio/x-ttafile for tta files and audio/x-tta for raw tta frames.
8581
8582 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8583
8584         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
8585         (gst_avi_demux_stream_data):
8586           Try to fix a/v sync issues.
8587
8588 2004-09-15  David Schleef  <ds@schleef.org>
8589
8590         * configure.ac: remove NASM check, since we don't use it.  Update
8591         dirac check to 0.4
8592         * ext/dirac/gstdiracdec.cc: update to current 0.4 API
8593         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
8594         Initialized variables.
8595         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
8596         (gst_qtdemux_loop_header), (qtdemux_parse), (qtdemux_parse_trak),
8597         (gst_qtdemux_handle_esds), (qtdemux_audio_caps): Fix seeking, add
8598         SVQ3 format
8599
8600 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8601
8602         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
8603         (gst_avi_demux_add_stream), (gst_avi_demux_stream_data):
8604         * gst/avi/gstavidemux.h:
8605           Fix for compressed audio (mp3) timestamp generation. How did this
8606           ever work?
8607
8608 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8609
8610         * gst/playback/gstplaybin.c: (gst_play_bin_get_property):
8611           Volume is a double not a float.
8612
8613 2004-09-15  Wim Taymans  <wim@fluendo.com>
8614
8615         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_remove_client_link),
8616         (gst_multifdsink_handle_clients), (gst_multifdsink_change_state):
8617         Don't close the fd in multifdsink as we didn't open it in the
8618         first place. Some cleanups.
8619
8620 2004-09-15  Wim Taymans  <wim@fluendo.com>
8621
8622         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
8623         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
8624         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop):
8625         Fix the case where the muxer would mark pages as delta
8626         frames when they are not (vorbis only ogg).
8627
8628 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8629
8630         * gst/playback/gstplaybasebin.c: (state_change), (setup_source),
8631         (gst_play_base_bin_change_state):
8632           Handle the case where we failed to setup a clear pipeline. This
8633           will throw an error (or EOS, another nice case) and if you don't
8634           catch that, the app will wait for the signal forever (and thus
8635           hang).
8636
8637 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8638
8639         * ext/gnomevfs/gstgnomevfssink.c:
8640         (gst_gnomevfssink_uri_get_protocols):
8641         * ext/gnomevfs/gstgnomevfssrc.c:
8642         (gst_gnomevfssrc_uri_get_protocols):
8643         * ext/gnomevfs/gstgnomevfsuri.c: (gst_gnomevfs_get_supported_uris):
8644         * ext/gnomevfs/gstgnomevfsuri.h:
8645           Use _uri_new() instead of _open(), so it doesn't take as long and
8646           Christophe's computer won't hang.
8647         * gst/playback/gstplaybasebin.c: (unknown_type):
8648           Throw error on unknown media type, so apps actually display it.
8649
8650 2004-09-14  Brian Cameron  <brian.cameron@sun.com
8651
8652         * tools/gst-launch-ext-m.m:  Changed ~ to $ENV{HOME} to allow
8653           this script to work on Solaris since bash shell handles echo
8654           differenly than bash.
8655
8656 2004-09-17  Wim Taymans  <wim@fluendo.com>
8657
8658         * gst/playback/gstplaybasebin.c: (queue_overrun), (no_more_pads),
8659         (setup_source), (gst_play_base_bin_set_property),
8660         (gst_play_base_bin_add_element):
8661         * gst/playback/gstplaybin.c: (gst_play_bin_send_event):
8662         Some more work on making sure seeking pauses the pipeline and
8663         that changing the uri actually does something.
8664
8665 2004-09-17  Wim Taymans  <wim@fluendo.com>
8666
8667         * gst/tcp/gstfdset.c: (gst_fdset_wait):
8668         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_close):
8669         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_init_send),
8670         (gst_tcpserversink_close):
8671         Be a bit more paranoid when freeing memory.
8672
8673 2004-09-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8674
8675         * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream),
8676         (qtdemux_parse_trak):
8677           Don't crash by dividing by zero (see sample movie in #126922).
8678
8679 2004-09-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8680
8681         * gst/qtdemux/qtdemux.c: (qtdemux_audio_caps):
8682           Don't touch non-existing data (fixes crash on file in #140147).
8683
8684 2004-09-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8685
8686         * gst/playback/gstplaybasebin.c:
8687         (gst_play_base_bin_dispose), (gst_play_base_bin_set_property):
8688           Handle double disposals, and proper change of URIs.
8689
8690 2004-09-13  Martin Eikermann <meiker@upb.de>
8691
8692         * gst/mpegstream/gstmpegparse.c:
8693           fix synchronistation for streams recorded from digital PCR
8694           fixes bug #119376
8695
8696 2004-09-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8697
8698         * ext/gnomevfs/Makefile.am:
8699         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
8700         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_get_type),
8701         (gst_gnomevfssink_dispose), (gst_gnomevfssink_init),
8702         (gst_gnomevfssink_uri_get_type),
8703         (gst_gnomevfssink_uri_get_protocols),
8704         (gst_gnomevfssink_uri_get_uri), (gst_gnomevfssink_uri_set_uri),
8705         (gst_gnomevfssink_uri_handler_init),
8706         (gst_gnomevfssink_set_property), (gst_gnomevfssink_get_property),
8707         (gst_gnomevfssink_open_file), (gst_gnomevfssink_close_file):
8708         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get_type),
8709         (gst_gnomevfssrc_init), (gst_gnomevfssrc_dispose),
8710         (gst_gnomevfssrc_uri_get_type),
8711         (gst_gnomevfssrc_uri_get_protocols), (gst_gnomevfssrc_uri_get_uri),
8712         (gst_gnomevfssrc_uri_set_uri), (gst_gnomevfssrc_uri_handler_init),
8713         (gst_gnomevfssrc_set_property), (gst_gnomevfssrc_get_property),
8714         (gst_gnomevfssrc_open_file), (gst_gnomevfssrc_close_file):
8715         * ext/gnomevfs/gstgnomevfsuri.c: (gst_gnomevfs_get_supported_uris):
8716         * ext/gnomevfs/gstgnomevfsuri.h:
8717           Add URI support to Gnome-VFS plugins. Tries to load a fixed list
8718           of fake URIs to see which this version of Gnome-VFS likes, and
8719           uses that for the Gst-URI interface. Makes playbin support http://
8720           streams. Also fix up some stupid behaviour in gnomevfssrc.
8721
8722 2004-09-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8723
8724         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_update),
8725         (gst_alsa_mixer_get_volume), (gst_alsa_mixer_set_volume),
8726         (gst_alsa_mixer_set_mute), (gst_alsa_mixer_set_record),
8727         (gst_alsa_mixer_set_option), (gst_alsa_mixer_get_option):
8728           Update mixer (to sync with other sessions) if we try to obtain
8729           a new value. This makes alsamixer work accross applications.
8730         * ext/alsa/gstalsasink.c: (gst_alsa_sink_get_time):
8731           Only call sync functions if we're running, else alsalib asserts.
8732         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query):
8733           Sometimes fails to compile. Possibly a gcc bug.
8734         * gst/playback/gstplaybin.c: (gen_video_element),
8735         (gen_audio_element):
8736           Add a reference to an application-provided object, because we lose
8737           this same reference if we add it to the bin. If we don't do this,
8738           we can only use this object once and thus crash if we go from
8739           ready to playing, back to ready and back to playing again.
8740           Also add an audioscale element because several cheap soundcards -
8741           like mine - don't support all samplerates.
8742         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
8743         (gst_ximagesink_xcontext_clear), (gst_ximagesink_change_state):
8744           Fix wrong order or PAR calls. Makes automatically obtained PAR
8745           from the X server atually being used.
8746
8747 2004-09-12  David Schleef  <ds@schleef.org>
8748
8749         Fixes: #151879, #151881, #151882, #151883, #151884, #151886,
8750         #151887, #152102, #152247.
8751         * examples/indexing/indexmpeg.c: 64-bit warning fixes.
8752         * examples/seeking/cdparanoia.c: same
8753         * examples/seeking/cdplayer.c: same
8754         * examples/seeking/seek.c: same
8755         * examples/seeking/spider_seek.c: same
8756         * examples/seeking/vorbisfile.c: same
8757         * examples/stats/mp2ogg.c: same
8758         * ext/esd/esdsink.c: (gst_esdsink_class_init),
8759         (gst_esdsink_dispose): Dispose of element properly.
8760         * ext/ivorbis/vorbisfile.c: (gst_ivorbisfile_seek): 64-bit warning
8761         fixes.
8762         * ext/nas/nassink.c: (gst_nassink_class_init),
8763         (gst_nassink_dispose): Dispose of element correctly.
8764         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain): Fix leak.
8765         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
8766         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy):
8767         Fix 64-bit warning.
8768         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
8769         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy):
8770         Fix 64-bit warning.
8771
8772 2004-09-12  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
8773
8774         * configure.ac : change speex detection as 1.1.6 now uses
8775           .pc/pkg-config and they changed their headers location.
8776
8777 2004-09-09  Arwed v. Merkatz  <v.merkatz@gmx.net>
8778
8779         * gst/matroska/matroska-mux.h:
8780         * gst/matroska/matroska-mux.c: (gst_matroska_mux_reset),
8781         (gst_matroska_mux_start), (gst_matroska_mux_finish),
8782         (gst_matroska_mux_write_data):
8783           Write multiple blocks/frames per cluster.
8784                 Write meta-seek information (seek heads).
8785
8786 2004-09-09  Scott Wheeler <wheeler@kde.org>
8787
8788         * gst/gstplaybin.c: (gst_play_bin_class_init), (gst_play_bin_init),
8789         (gst_play_bin_set_property), (gst_play_bin_get_property),
8790         (gen_audio_element), (gen_audio_element):
8791           Add a volume element / property to the pipeline.
8792
8793 2004-09-07  Wim Taymans  <wim@fluendo.com>
8794
8795         * gst/videomixer/videomixer.c: (gst_videomixer_blend_buffers):
8796         Copy timestamps from the master pad to the output buffers.
8797
8798 2004-09-03  Thomas Vander Stichele  <thomas at apestaart dot org>
8799
8800         * ext/raw1394/gstdv1394src.c:
8801           throw errors when applicable
8802
8803 2004-09-01  Arwed v. Merkatz  <v.merkatz@gmx.net>
8804
8805         * gst/matroska/ebml-ids.h:
8806         * gst/matroska/ebml-read.c: (gst_ebml_read_date):
8807         * gst/matroska/ebml-write.c: (gst_ebml_write_date):
8808         * gst/matroska/matroska-mux.c: (gst_matroska_mux_finish):
8809           automatically convert unix time <-> ebml time when reading/writing
8810           a date, use gst_ebml_write_uint to write CUETIME,
8811           not gst_ebml_write_date.
8812         * gst/matroska/matroska-ids.h:
8813         * gst/matroska/matroska-mux.c: (gst_matroska_mux_create_uid),
8814         (gst_matroska_mux_reset), (gst_matroska_mux_audio_pad_link),
8815         (gst_matroska_mux_track_header), (gst_matroska_mux_start),
8816         (gst_matroska_mux_write_data):
8817           Write track and segment UIDs, write muxing date, write
8818           TRACKDEFAULTDURATION for TTA audio, write BLOCKDURATION if known.
8819           Create cues for audio only files.
8820
8821 2004-08-31  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8822
8823         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
8824         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
8825           Re-commit ALSA switches.
8826         * gst/adder/gstadder.c: (gst_adder_loop):
8827           64-bit fix (#151416).
8828         * gst/debug/progressreport.c: (gst_progressreport_report):
8829           64-bit fix (#151419).
8830         * gst/matroska/matroska-demux.c:
8831         (gst_matroska_demux_parse_contents):
8832           64-bit fix (#151420).
8833         * gst/playback/test3.c: (update_scale):
8834           64-bit fix (#151421).
8835
8836 2004-08-31  Thomas Vander Stichele  <thomas at apestaart dot org>
8837
8838         * configure.ac:
8839           bump nano to cvs
8840
8841 === release 0.8.4 ===
8842
8843 2004-08-02  Thomas Vander Stichele  <thomas at apestaart dot org>
8844
8845         * configure.ac: releasing 0.8.4, "Alias"
8846
8847 2004-08-31  Thomas Vander Stichele  <thomas at apestaart dot org>
8848
8849         * ext/theora/Makefile.am:
8850           fix makefile.  Fixes #151462.
8851
8852 2004-08-30  Wim Taymans  <wim@fluendo.com>
8853
8854         * gst/tcp/gstfdset.c: (gst_fdset_free), (gst_fdset_wait):
8855         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
8856         (gst_multifdsink_remove_client_link),
8857         (gst_multifdsink_client_queue_buffer),
8858         (gst_multifdsink_handle_client_write):
8859         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_init_send):
8860         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init_receive):
8861         Fix some memory leaks.
8862
8863 2004-08-30  Thomas Vander Stichele  <thomas at apestaart dot org>
8864
8865         Patch by: David Schleef
8866
8867         * configure.ac:
8868         * sys/Makefile.am:
8869           rename our detection macro for V4L2.  Fixes #151236.
8870
8871 2004-08-30  Thomas Vander Stichele  <thomas at apestaart dot org>
8872
8873         Patch by: David Schleef
8874
8875         * configure.ac:
8876           check to define LAMEPRESET.  Fixes #151232.
8877
8878 2004-08-27  David Schleef  <ds@schleef.org>
8879
8880         * sys/glsink/glimagesink.c: (gst_glimagesink_ximage_put),
8881         (gst_glimagesink_xwindow_new), (gst_glimagesink_xcontext_get),
8882         (gst_glimagesink_fixate):  Move local variable declarations to
8883         make gcc-2.95 happy.
8884
8885 2004-08-27  Thomas Vander Stichele  <thomas at apestaart dot org>
8886
8887         * configure.ac:
8888           bump nano for prerelease
8889
8890 2004-08-27  David Schleef  <ds@schleef.org>
8891
8892         * sys/sunaudio/Makefile.am: Add sunaudiosrc patch from Bala
8893         * sys/sunaudio/gstsunaudiosrc.c:
8894         * sys/sunaudio/gstsunaudiosrc.h:
8895
8896 2004-08-27 Arwed v. Merkatz <v.merkatz@gmx.net>
8897
8898         * gst/matroska/ebml-read.c: (gst_ebml_peed_id), (gst_ebml_read_element_id),
8899         handle EOS correctly
8900         * gst/matroska/matroska-mux.c: (gst_matroska_mux_video_pad_link):
8901         * gst/matroska/matroska-mux.h:
8902         added BITMAPINFOHEADER structure, mux video/x-divx and video/x-xvid in
8903         VFW compatibility mode
8904
8905 2004-08-27  Thomas Vander Stichele  <thomas at apestaart dot org>
8906
8907         patch by: Zaheer Abbas Merali
8908
8909         * ext/ogg/gstoggmux.c:
8910         * ext/vorbis/vorbisenc.c:
8911         * ext/vorbis/vorbisenc.h:
8912           handle NEWMEDIA
8913
8914 2004-08-26 Arwed v. Merkatz <v.merkatz@gmx.net>
8915
8916         * gst/matroska/ebml-write.c: (gst_ebml_write_float),
8917         fix byte order reversion on little endian machines.
8918         * gst/matroska/matroska-mux.c: (audiosink_templ),
8919         (gst_matroska_mux_audio_pad_link):
8920         add TTA codec to the list of supported codecs.
8921         * gst/matroska/matroska-mux.c: (gst_matroska_mux_init),
8922         (gst_matroska_mux_start), (gst_matroska_mux_finish),
8923         (gst_matroska_mux_write_data):
8924         * gst/matroska/matroska-mux.h:
8925         write segment duration correctly, write muxing app string, fixes bugs
8926         #140897 and #140898.
8927         * gst/matroska/matroska-mux.c: (gst_matroska_mux_loop),
8928         wait for all pads to be negotiated before starting to mux.
8929
8930 2004-08-26  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
8931
8932         * ext/lame/gstlame.c: (gst_lame_init), (gst_lame_chain):
8933         * ext/lame/gstlame.h:
8934         Added new media support to lame
8935
8936 2004-08-25 Arwed v. Merkatz <v.merkatz@gmx.net>
8937
8938         * gst/matroska/matroska-demux.c: (gst_matroska_demux_parse_blockgroup),
8939         send vorbis headers at the beginning of a stream, fixes bug #141554.
8940         Interpret BLOCKDURATION and set buffer duration accordingly, fixes
8941         bug #148950.
8942         * gst/matroska/matroska-demux.c: (gst_matroska_demux_audio_caps),
8943         (gst_matroska_demux_plugin_init):
8944         * gst/matroska/matroska-ids.h:
8945         enable demuxing of TTA audio streams, fixes bug #148951.
8946         * gst/typefind/gsttypefindfunctions.c: (tta_type_find), (plugin_init),
8947         enable typefinding for TTA audio files, fixes bug #148711.
8948         * ext/xvid/gstxviddec.c: (gst_xviddec_chain),
8949         set XVID_LOWDELAY flag for decoding so xvid always returns an image,
8950         fixes playback of packed bitstream and xvid with bframes, bug #135407.
8951
8952 2004-08-24  Sebastien Cote  <sc5@hermes.usherb.ca>
8953
8954         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head),
8955         (gst_riff_read_element_data), (gst_riff_read_seek),
8956         (gst_riff_read_skip): fix infinite loop in wavparse, fixes bug
8957         #144616, patch reviewed by Ronald and committed by Christophe Fergeau
8958         <teuf@gnome.org>
8959
8960 2004-08-23 Iain <iaingnome@gmail.com>
8961
8962         * ext/mad/gstid3tag.c (gst_mad_id3_to_tag_list): Special case COMM
8963         tags. They appear to be handled differently to normal.
8964         (tag_list_to_id3_tag_foreach): Ditto.
8965
8966 2004-08-22  Wim Taymans  <wim@fluendo.com>
8967
8968         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
8969         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop):
8970         Make sure we never send -1 granulepos.
8971
8972 2004-08-20  Wim Taymans  <wim@fluendo.com>
8973
8974         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
8975         (gst_ogg_mux_loop):
8976         I will accept bitchslappings with non sharp objects.
8977
8978 2004-08-20  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
8979
8980         * configure.ac:
8981         Clean up the test for lame presets
8982
8983 2004-08-19  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
8984
8985         * configure.ac:
8986         * ext/lame/Makefile.am:
8987         * ext/lame/gstlame.c: (gst_lame_class_init),
8988         (gst_lame_set_property), (gst_lame_get_property), (gst_lame_setup):
8989         Only enable lame presets if version of lame has presets in API
8990
8991 2004-08-19  Jan Schmidt  <thaytan@mad.scientist.com>
8992         * gst/udp/gstudpsrc.c: (gst_udpsrc_init), (gst_udpsrc_get):
8993         * gst/udp/gstudpsrc.h:
8994           Don't call gst_pad_push in a get function. Fixes #150449
8995
8996 2004-08-18  Wim Taymans  <wim@fluendo.com>
8997
8998         * gst/tcp/gstfdset.c: (gst_fdset_free), (gst_fdset_set_mode),
8999         (gst_fdset_get_mode), (gst_fdset_add_fd), (gst_fdset_remove_fd),
9000         (gst_fdset_fd_ctl_write), (gst_fdset_fd_ctl_read),
9001         (gst_fdset_fd_has_closed), (gst_fdset_fd_has_error),
9002         (gst_fdset_fd_can_read), (gst_fdset_fd_can_write),
9003         (gst_fdset_wait):
9004         * gst/tcp/gstfdset.h:
9005         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
9006         (gst_multifdsink_client_queue_buffer),
9007         (gst_multifdsink_handle_client_write):
9008         * gst/tcp/gstmultifdsink.h:
9009         Some extra checks in gstfdset.
9010         Only use send() when the fd is a socket. Don't try to
9011         read from write only fds.
9012
9013 2004-08-18  Wim Taymans  <wim@fluendo.com>
9014
9015         * gst/tcp/gstfdset.c: (gst_fdset_add_fd), (gst_fdset_remove_fd),
9016         (gst_fdset_fd_ctl_write), (gst_fdset_fd_ctl_read),
9017         (gst_fdset_fd_has_closed), (gst_fdset_fd_has_error),
9018         (gst_fdset_fd_can_read), (gst_fdset_fd_can_write),
9019         (gst_fdset_wait):
9020         Add more locking and bounds checking.
9021
9022 2004-08-18  Wim Taymans  <wim@fluendo.com>
9023
9024         * gst/tcp/gstfdset.c: (ensure_size), (gst_fdset_wait):
9025         Realloc test fdset in the lock and right before starting
9026         the poll call. Bump the limit to 4096.
9027
9028 2004-08-17  David Schleef  <ds@schleef.org>
9029
9030         * sys/sunaudio/Makefile.am:
9031         * sys/sunaudio/gstsunaudio.c: Fix caps to handle full range
9032         of rates and channels.  Make debugging less obnoxious.
9033
9034         Patch from Balamurali Viswanathan implementing a mixer for
9035         Sun audio.  (bug #144091):
9036         * sys/sunaudio/gstsunelement.c:
9037         * sys/sunaudio/gstsunelement.h:
9038         * sys/sunaudio/gstsunmixer.c:
9039         * sys/sunaudio/gstsunmixer.h:
9040
9041 2004-08-17  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
9042
9043         * gst/audioscale/gstaudioscale.c:
9044         * gst/audioscale/gstaudioscale.h:
9045         made audioscale resample from any sample rate to any sample rate
9046
9047 2004-08-17  Thomas Vander Stichele  <thomas at apestaart dot org>
9048
9049         * ext/libpng/gstpngdec.c:
9050           error out on unsupported types
9051
9052 2004-08-17  Iain <iaingnome@gmail.com>
9053
9054         * ext/flac/gstflacenc.c (gst_flacenc_update_quality): Only set the
9055         mid_side and loose_mid_side properties if its a stereo stream.
9056
9057 2004-08-17  Wim Taymans  <wim@fluendo.com>
9058
9059         * ext/theora/theoradec.c: (gst_theora_dec_class_init),
9060         (theora_get_formats), (theora_dec_src_convert),
9061         (theora_dec_sink_convert), (theora_dec_src_query),
9062         (theora_dec_src_event), (theora_dec_event), (theora_dec_chain):
9063         Add a debug line.
9064
9065 2004-08-17  Wim Taymans  <wim@fluendo.com>
9066
9067         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_iterate),
9068         (gst_ogg_pad_push):
9069         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
9070         (gst_ogg_mux_request_new_pad), (gst_ogg_mux_next_buffer),
9071         (gst_ogg_mux_buffer_from_page), (gst_ogg_mux_push_page),
9072         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop):
9073         Mark delta units in the muxer.
9074         Try to decode the packet after an out-of-sync error from
9075         libogg.
9076
9077 2004-08-17  Wim Taymans  <wim@fluendo.com>
9078
9079         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
9080         (gst_multifdsink_init), (gst_multifdsink_add),
9081         (gst_multifdsink_client_queue_buffer),
9082         (gst_multifdsink_set_property), (gst_multifdsink_get_property):
9083         * gst/tcp/gstmultifdsink.h:
9084         Added option to send a keyframe to clients as the first buffer.
9085         Make timeout property writable.
9086
9087 2004-08-17  Thomas Vander Stichele  <thomas at apestaart dot org>
9088
9089         patch by: Wim Taymans
9090
9091         * gst/tcp/gstfdset.c:
9092         * gst/tcp/gstmultifdsink.c:
9093           fix index comparison, should include 0
9094
9095 2004-08-16  Wim Taymans  <wim@fluendo.com>
9096
9097         * gst/tcp/gstfdset.c: (ensure_size), (gst_fdset_new),
9098         (gst_fdset_add_fd), (gst_fdset_remove_fd),
9099         (gst_fdset_fd_has_closed), (gst_fdset_fd_has_error),
9100         (gst_fdset_fd_can_read), (gst_fdset_fd_can_write),
9101         (gst_fdset_wait):
9102           copy when reallocing for poll so the select arguments don't get
9103           changed during the call
9104
9105 2004-08-16  Wim Taymans  <wim@fluendo.com>
9106
9107         * ext/theora/theoraenc.c: (gst_border_mode_get_type),
9108         (gst_theora_enc_class_init), (theora_enc_sink_link),
9109         (theora_buffer_from_packet), (theora_enc_chain):
9110         Fix bug where buffers were not marked as keyframes
9111         correctly.
9112
9113 2004-08-15  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
9114
9115         * ext/lame/gstlame.c: (gst_lame_vbrmode_get_type),
9116         (gst_lame_preset_get_type), (gst_lame_class_init):
9117         describe the enum values for vbr mode and presets more verbosely
9118
9119 2004-08-13  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
9120
9121         * ext/lame/gstlame.c: (gst_lame_mode_get_type),
9122         (gst_lame_quality_get_type), (gst_lame_padding_get_type),
9123         (gst_lame_preset_get_type), (gst_lame_class_init), (gst_lame_init),
9124         (gst_lame_set_property), (gst_lame_get_property), (gst_lame_setup):
9125         * ext/lame/gstlame.h:
9126         add preset property to lame so it can use lame presets
9127
9128 2004-08-13  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
9129
9130         * ext/lame/gstlame.c: (gst_lame_get_property):
9131         whoops forgot break, thanks teuf
9132
9133 2004-08-13  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
9134
9135         * ext/lame/gstlame.c: (gst_lame_vbrmode_get_type),
9136         (gst_lame_class_init), (gst_lame_src_getcaps),
9137         (gst_lame_sink_link), (gst_lame_init), (gst_lame_set_property),
9138         (gst_lame_get_property), (gst_lame_setup):
9139         * ext/lame/gstlame.h:
9140         fix lame's broken vbr stuff, allow it to resample if need be, and also
9141         make xing header optional
9142
9143 2004-08-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
9144
9145         * ext/lame/gstlame.c: (gst_lame_src_getcaps), (gst_lame_init):
9146         added getcaps function so samplerate doesnt get fixated to silly values
9147
9148 2004-08-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
9149
9150         * ext/lame/gstlame.c: (gst_lame_src_link):
9151         revert previous fix
9152
9153 2004-08-12  Johan Dahlin  <johan@gnome.org>
9154
9155         * sys/v4l/gstv4lelement.c (gst_v4l_iface_supported): Remove bogus
9156         checks. Doesn't matter what state we are in. Interfaces are a
9157         compile time thing, not runtime. It also broke the python bindings.
9158
9159 2004-08-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
9160
9161         * ext/lame/gstlame.c: (gst_lame_src_link):
9162         made source pad link function check if sinkpad is ok..fixes the problem
9163         where core fixates the output rate of lame stupidly
9164
9165 2004-08-12  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
9166
9167         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_src_link), (gst_v4lsrc_fixate):
9168         * sys/v4l/v4l_calls.c:
9169         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_set_capture):
9170           fix fixate function to handle nonsimple caps.
9171           remove bogus check in _link
9172           cleanups
9173
9174 2004-08-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
9175
9176         * ext/lame/gstlame.c: (gst_lame_class_init), (gst_lame_init):
9177         set default compression ratio parameter to 0.0 so bitrate parameter
9178         works :)
9179
9180 2004-08-11  David Schleef  <ds@schleef.org>
9181
9182         * gst/tcp/gstfdset.c: Fix compile problem on OS/X.
9183
9184 2004-08-11  David Schleef  <ds@schleef.org>
9185
9186         * gst/mpeg1sys/gstmpeg1systemencode.c: Oops, this was correct
9187         before.
9188
9189 2004-08-11  David Schleef  <ds@schleef.org>
9190
9191         * gst-libs/gst/video/videosink.h: Change copyright block to LGPL.
9192
9193 2004-08-11  David Schleef  <ds@schleef.org>
9194
9195         * ext/pango/gsttextoverlay.c: Add copyright block and fix plugin
9196           license field
9197         * gst-libs/gst/idct/Makefile.am: Remove mmx/sse code
9198         * gst-libs/gst/video/gstvideosink.c: Change copyright block to
9199           LGPL.
9200         * gst/auparse/gstauparse.c: Fix plugin license field.
9201         * gst/monoscope/gstmonoscope.c: Fix plugin license field.
9202         * gst/mpeg1sys/gstmpeg1systemencode.c: Fix plugin license field.
9203         * gst/rtp/gstrtp.c: Fix plugin license field.
9204
9205 2004-08-11  Wim Taymans  <wim@fluendo.com>
9206
9207         * gst/tcp/Makefile.am:
9208         * gst/tcp/gstfdset.c: (gst_fdset_mode_get_type), (nearest_pow),
9209         (ensure_size), (gst_fdset_new), (gst_fdset_free),
9210         (gst_fdset_set_mode), (gst_fdset_get_mode), (gst_fdset_add_fd),
9211         (gst_fdset_remove_fd), (gst_fdset_fd_ctl_write),
9212         (gst_fdset_fd_ctl_read), (gst_fdset_fd_has_closed),
9213         (gst_fdset_fd_has_error), (gst_fdset_fd_can_read),
9214         (gst_fdset_fd_can_write), (gst_fdset_wait):
9215         * gst/tcp/gstfdset.h:
9216         * gst/tcp/gstmultifdsink.c: (gst_unit_type_get_type),
9217         (gst_multifdsink_class_init), (gst_multifdsink_init),
9218         (gst_multifdsink_add), (gst_multifdsink_remove),
9219         (gst_multifdsink_clear), (gst_multifdsink_get_stats),
9220         (gst_multifdsink_remove_client_link),
9221         (gst_multifdsink_handle_client_read),
9222         (gst_multifdsink_client_queue_data),
9223         (gst_multifdsink_client_queue_caps),
9224         (gst_multifdsink_client_queue_buffer),
9225         (gst_multifdsink_handle_client_write),
9226         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
9227         (gst_multifdsink_handle_clients), (gst_multifdsink_set_property),
9228         (gst_multifdsink_get_property), (gst_multifdsink_init_send),
9229         (gst_multifdsink_close):
9230         * gst/tcp/gstmultifdsink.h:
9231         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
9232         (gst_tcpserversink_init), (gst_tcpserversink_handle_server_read),
9233         (gst_tcpserversink_handle_wait), (gst_tcpserversink_init_send),
9234         (gst_tcpserversink_close):
9235         * gst/tcp/gsttcpserversink.h:
9236         Abstracted away the select call, implemented poll (yes we ran into
9237         the 1024 limit in production).
9238
9239 2004-08-11  Thomas Vander Stichele  <thomas at apestaart dot org>
9240
9241         * gst/tcp/gsttcp.c:
9242         * gst/tcp/gsttcpplugin.c:
9243           improve debuggging, remove assert
9244
9245 2004-08-10  Wim Taymans  <wim@fluendo.com>
9246
9247         * gst/tcp/gstmultifdsink.c: (gst_unit_type_get_type),
9248         (gst_client_status_get_type), (gst_multifdsink_class_init),
9249         (gst_multifdsink_init), (gst_multifdsink_remove_client_link),
9250         (gst_multifdsink_handle_client_read),
9251         (gst_multifdsink_handle_client_write),
9252         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
9253         (gst_multifdsink_handle_clients), (gst_multifdsink_set_property),
9254         (gst_multifdsink_get_property):
9255         * gst/tcp/gstmultifdsink.h:
9256         * gst/tcp/gsttcp-marshal.list:
9257         Starting to prepare for specifying buffer time in other units
9258         than buffers. Expose remove reason in signal.
9259
9260 2004-08-10  Wim Taymans  <wim@fluendo.com>
9261
9262         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
9263         (gst_multifdsink_remove), (gst_multifdsink_clear),
9264         (gst_multifdsink_remove_client_link),
9265         (gst_multifdsink_handle_client_read),
9266         (gst_multifdsink_client_queue_data),
9267         (gst_multifdsink_client_queue_buffer),
9268         (gst_multifdsink_handle_client_write),
9269         (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients),
9270         (gst_multifdsink_chain), (gst_multifdsink_close):
9271         * gst/tcp/gstmultifdsink.h:
9272         Added more debugging info. Changed the way clients are
9273         removed from the lists. Fixed a bug where a bad file descriptor
9274         could cause many clients to be removed.
9275
9276 2004-08-06  Benjamin Otte  <in7y118@public.uni-hamburg.de>
9277
9278         * gst/videotestsrc/gstvideotestsrc.c: (generate_capslist):
9279           allow all pixel-aspect-ratios, not just 1:1
9280
9281 2004-08-09  David Schleef  <ds@schleef.org>
9282
9283         * sys/glsink/ARB_multitexture.h:  Remove old files.
9284         * sys/glsink/EXT_paletted_texture.h:
9285         * sys/glsink/NV_register_combiners.h:
9286         * sys/glsink/gstgl_nvimage.c:
9287         * sys/glsink/gstgl_pdrimage.c:
9288         * sys/glsink/gstgl_rgbimage.c:
9289         * sys/glsink/gstglsink.c:
9290         * sys/glsink/gstglsink.h:
9291         * sys/glsink/gstglxwindow.c:
9292         * sys/glsink/regcomb_yuvrgb.c:
9293
9294 2004-08-09  David Schleef  <ds@schleef.org>
9295
9296         Patch from Gernot Ziegler <gz@lysator.liu.se> rewriting the
9297         GL sink plugin.  (Bug #147302)
9298
9299         * configure.ac: Test for OpenGL
9300         * sys/Makefile.am: Use test for OpenGL
9301         * sys/glsink/Makefile.am:
9302         * sys/glsink/glimagesink.c: rewrite
9303         * sys/glsink/glimagesink.h: rewrite
9304
9305 2004-08-09  David Schleef  <ds@schleef.org>
9306
9307         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_base_init):  Only allow
9308         sane framerates.
9309         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get): same
9310         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support): same
9311         * testsuite/gst-lint: Test for G_GUINT64_FORMAT usage near gettext.
9312
9313 2004-08-09  Wim Taymans  <wim@fluendo.com>
9314
9315         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
9316         (gst_multifdsink_add), (gst_multifdsink_get_stats),
9317         (gst_multifdsink_client_remove),
9318         (gst_multifdsink_handle_client_read),
9319         (gst_multifdsink_handle_client_write),
9320         (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients):
9321         Do a bit more logging, make the client_read code more robust.
9322
9323 2004-08-09  Thomas Vander Stichele  <thomas at apestaart dot org>
9324
9325         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_init_source),
9326         (gst_jpegdec_fill_input_buffer), (gst_jpegdec_skip_input_data),
9327         (gst_jpegdec_resync_to_restart), (gst_jpegdec_term_source),
9328         (gst_jpegdec_init), (gst_jpegdec_chain):
9329         * gst/multipart/multipartdemux.c: (gst_multipart_demux_init),
9330         (gst_multipart_demux_chain), (gst_multipart_demux_change_state):
9331           cleanups, debugging fixes and memleak plugging
9332
9333 2004-08-09  Wim Taymans  <wim@fluendo.com>
9334
9335         * ext/theora/theoradec.c: (gst_theora_dec_class_init),
9336         (theora_get_formats), (theora_dec_src_convert),
9337         (theora_dec_sink_convert), (theora_dec_src_query),
9338         (theora_dec_src_event), (theora_dec_event), (theora_dec_chain),
9339         (theora_dec_change_state):
9340         Don't crash on missing header packets.
9341
9342 2004-08-09  Thomas Vander Stichele  <thomas at apestaart dot org>
9343
9344         * po/LINGUAS:
9345         * po/sq.po:
9346           Added Albanian translation (Laurent Dhima)
9347         * po/cs.po:
9348           updated
9349
9350 2004-08-09  Thomas Vander Stichele  <thomas at apestaart dot org>
9351
9352         * ext/lame/gstlame.c:
9353           fix/add debugging
9354
9355 2004-08-09  Thomas Vander Stichele  <thomas at apestaart dot org>
9356
9357         * sys/ximage/ximagesink.c:
9358         * sys/xvimage/xvimagesink.c:
9359           assign all TOO_LAZY's to a real category.  Thanks to Warthy Warthog.
9360
9361 2004-08-06  Wim Taymans  <wim@fluendo.com>
9362
9363         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
9364         (gst_multifdsink_add), (gst_multifdsink_get_stats),
9365         (gst_multifdsink_client_remove),
9366         (gst_multifdsink_handle_client_read),
9367         (gst_multifdsink_handle_client_write),
9368         (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients):
9369         Make sure we don't try to read more from a client that what
9370         ioctl says us or we deadlock.
9371
9372 2004-08-05  Thomas Vander Stichele  <thomas at apestaart dot org>
9373
9374         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_src_link),
9375         (gst_videotestsrc_change_state), (gst_videotestsrc_src_query),
9376         (gst_videotestsrc_handle_src_event), (gst_videotestsrc_get):
9377           decouple running_time and n_frames so it can handle changing
9378           framerate while running
9379
9380 2004-08-05  Thomas Vander Stichele  <thomas at apestaart dot org>
9381
9382         * po/nl.po:
9383         * po/sv.po:
9384           updated translations
9385
9386 2004-08-04  Benjamin Otte  <otte@gnome.org>
9387
9388         * gst/videotestsrc/gstvideotestsrc.c:
9389         (gst_videotestsrc_get_capslist), (generate_capslist),
9390         (plugin_init):
9391           generate the list of supported caps at startup and reuse it instead
9392           of always generating it
9393
9394 2004-07-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
9395
9396         * gst/multipart/multipartmux.c: (gst_multipart_mux_pad_link):
9397           whoops, last checkin broke normal build
9398
9399 2004-08-03  Benjamin Otte  <otte@gnome.org>
9400
9401         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_get_volume),
9402         (gst_alsa_mixer_set_volume), (gst_alsa_mixer_set_mute),
9403         (gst_alsa_mixer_set_record), (gst_alsa_mixer_set_option),
9404         (gst_alsa_mixer_get_option):
9405         * ext/dvdnav/dvdnavsrc.c: (dvdnav_get_event_name),
9406         (dvdnavsrc_print_event):
9407         * ext/ogg/gstoggdemux.c: (_find_chain_process), (gst_ogg_print):
9408         * ext/ogg/gstoggmux.c: (gst_ogg_mux_pad_link),
9409         (gst_ogg_mux_pad_unlink):
9410         * gst/multipart/multipartmux.c: (gst_multipart_mux_pad_link),
9411         (gst_multipart_mux_pad_unlink):
9412         * gst/videofilter/gstvideobalance.c:
9413         (gst_videobalance_colorbalance_set_value):
9414         * gst/videomixer/videomixer.c: (gst_videomixer_pad_link),
9415         (gst_videomixer_pad_unlink):
9416         * po/uk.po:
9417         * sys/oss/gstossmixer.c:
9418         * sys/v4l/gstv4lcolorbalance.c:
9419         * sys/v4l/gstv4ltuner.c:
9420         * sys/v4l/v4lsrc_calls.c:
9421         * sys/v4l2/gstv4l2colorbalance.c:
9422         * sys/v4l2/gstv4l2tuner.c:
9423           compile fixes for --disable-gst-debug, G_DISABLE_ASSERT and friends
9424
9425 2004-08-03  Benjamin Otte  <otte@gnome.org>
9426
9427         * examples/dynparams/filter.c: (ui_control_create):
9428         * examples/gstplay/player.c: (print_tag):
9429         * ext/alsa/gstalsa.c: (gst_alsa_request_new_pad):
9430         * ext/gdk_pixbuf/gstgdkanimation.c:
9431         (gst_gdk_animation_iter_may_advance):
9432         * ext/jack/gstjack.c: (gst_jack_request_new_pad):
9433         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list),
9434         (tag_list_to_id3_tag_foreach), (gst_id3_tag_handle_event):
9435         * ext/vorbis/oggvorbisenc.c: (gst_oggvorbisenc_get_tag_value):
9436         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_get_tag_value):
9437         * ext/xine/xineaudiodec.c: (gst_xine_audio_dec_chain):
9438         * gst-libs/gst/media-info/media-info-test.c: (print_tag):
9439         * gst/sine/demo-dparams.c: (main):
9440         * gst/tags/gstvorbistag.c: (gst_tag_to_vorbis_comments):
9441         * testsuite/alsa/formats.c: (create_pipeline):
9442         * testsuite/alsa/sinesrc.c: (sinesrc_force_caps), (sinesrc_get):
9443           fixes for G_DISABLE_ASSERT and friends
9444         * gst/typefind/gsttypefindfunctions.c: (aac_type_find),
9445         (mp3_type_frame_length_from_header), (mp3_type_find),
9446         (plugin_init):
9447           require mp3 typefinding to have at least MIN_HEADERS valid headers
9448           add typefinding for AAC adts files
9449
9450 2004-08-04  Jan Schmidt  <thaytan@mad.scientist.com>
9451
9452         * sys/ximage/ximagesink.c:
9453         (gst_ximagesink_calculate_pixel_aspect_ratio):
9454         * sys/xvimage/xvimagesink.c:
9455         (gst_xvimagesink_calculate_pixel_aspect_ratio):
9456         Make sure we calculate pixel-aspect-ratio using floating point maths
9457
9458 2004-08-03  Thomas Vander Stichele  <thomas at apestaart dot org>
9459
9460         * po/uk.po:
9461           updated translation
9462
9463 2004-08-03  Thomas Vander Stichele  <thomas at apestaart dot org>
9464
9465         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
9466         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get):
9467           add debugging for display PAR calculation
9468
9469 2004-08-02  David Schleef  <ds@schleef.org>
9470
9471         * configure.ac: Fix mikmod CFLAGS.
9472
9473 2004-07-27  Benjamin Otte  <otte@gnome.org>
9474
9475         * gst/audioscale/gstaudioscale.c:
9476         - fix templates to only support S16, it's the only format that works
9477         - make caps nego code use try_set_caps_nonfixed and fixation instead
9478         of try_set_caps twice, which is not nice for autopluggers
9479         - change rank to secondary, so autopluggers can pick it up after
9480         audioconvert
9481
9482 2004-08-02  Iain <iain@prettypeople.org>
9483
9484         * gst/interleave/interleave.c (interleave_init),
9485         (interleave_request_new_pad),
9486         (interleave_pad_removed),
9487         (interleave_buffered_loop): Use the real pad count, not the artificial
9488         one.
9489
9490 2004-08-02  Thomas Vander Stichele  <thomas at apestaart dot org>
9491
9492         * configure.ac: bump nano back to development
9493
9494 === release 0.8.3 ===
9495
9496 2004-08-02  Thomas Vander Stichele  <thomas at apestaart dot org>
9497
9498         * configure.ac: releasing 0.8.3, "Water"
9499
9500 2004-08-02  Thomas Vander Stichele  <thomas at apestaart dot org>
9501
9502         * sys/xvimage/xvimagesink.c:
9503         (gst_xvimagesink_calculate_pixel_aspect_ratio),
9504         (gst_xvimagesink_xcontext_clear), (gst_xvimagesink_sink_link),
9505         (gst_xvimagesink_change_state), (gst_xvimagesink_buffer_alloc),
9506         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
9507         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
9508         * sys/xvimage/xvimagesink.h:
9509           apply similar PAR fixes as to ximagesink
9510
9511 2004-08-02  Thomas Vander Stichele  <thomas at apestaart dot org>
9512
9513         patch from: Benjamin Otte
9514
9515         * ext/lame/gstlame.c: (gst_lame_src_link), (gst_lame_init):
9516           add link function to lame.  Fixes #148986.
9517
9518 2004-08-02  Johan Dahlin  <johan@gnome.org>
9519
9520         * gst/multipart/multipartmux.c (gst_multipart_mux_next_buffer):
9521         fix debugging log
9522
9523 2004-07-30  David Schleef  <ds@schleef.org>
9524
9525         * gst/videomixer/Makefile.am: Fix things that should have been
9526         fixed in the last checkin.
9527
9528 2004-07-30  David Schleef  <ds@schleef.org>
9529
9530         * gst/multipart/Makefile.am: Fix things that should have been
9531         fixed in the last checkin.
9532
9533 2004-07-30  David Schleef  <ds@schleef.org>
9534
9535         * testsuite/multifilesink/Makefile.am: Fix unused variable.
9536
9537 2004-07-30  Thomas Vander Stichele  <thomas at apestaart dot org>
9538
9539         * configure.ac:
9540           bump nano for prerelease
9541         * po/af.po:
9542         * po/az.po:
9543         * po/cs.po:
9544         * po/en_GB.po:
9545         * po/hu.po:
9546         * po/nl.po:
9547         * po/sr.po:
9548         * po/sv.po:
9549         * po/uk.po:
9550           updates
9551
9552 2004-07-30  Wim Taymans  <wim@fluendo.com>
9553
9554         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
9555         (gst_multifdsink_add), (gst_multifdsink_remove),
9556         (gst_multifdsink_clear), (gst_multifdsink_get_stats),
9557         (gst_multifdsink_client_remove),
9558         (gst_multifdsink_handle_client_write),
9559         (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients):
9560         * gst/tcp/gstmultifdsink.h:
9561         Recover from a select with a bad file descriptor by removing
9562         the client.
9563
9564 2004-07-30  Thomas Vander Stichele  <thomas at apestaart dot org>
9565
9566         * configure.ac:
9567           fix requirement of core
9568         * gst-libs/gst/play/play.c: (gst_play_error_plugin),
9569         (gst_play_pipeline_setup):
9570           don't use colorspace element.  do use hermescolorspace element.
9571           make macro to get a colorspace element.
9572           mark strings for translation.
9573         * po/POTFILES.in:
9574           add play.c
9575         * po/af.po:
9576         * po/az.po:
9577         * po/cs.po:
9578         * po/en_GB.po:
9579         * po/hu.po:
9580         * po/nl.po:
9581         * po/sr.po:
9582         * po/sv.po:
9583         * po/uk.po:
9584           update translations
9585
9586 2004-07-30  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
9587
9588         * ext/libpng/gstpngenc.c: (gst_pngenc_class_init):
9589         fix default for newmedia flag
9590
9591 2004-07-30  Wim Taymans  <wim@fluendo.com>
9592
9593         * ext/theora/theoradec.c: (gst_theora_dec_class_init),
9594         (gst_theora_dec_init), (theora_get_formats),
9595         (theora_dec_src_convert), (theora_dec_sink_convert),
9596         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
9597         (theora_dec_chain), (theora_dec_set_property),
9598         (theora_dec_get_property):
9599         * ext/theora/theoraenc.c: (gst_border_mode_get_type),
9600         (gst_theora_enc_class_init), (gst_theora_enc_init),
9601         (theora_enc_sink_link), (theora_enc_chain),
9602         (theora_enc_set_property), (theora_enc_get_property):
9603         Added cropping option to theora decoder.
9604         Added border option to theora encoder.
9605
9606 2004-07-30  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
9607
9608         * ext/libpng/gstpngenc.c: (gst_pngenc_class_init),
9609         (gst_pngenc_init), (gst_pngenc_chain), (gst_pngenc_get_property),
9610         (gst_pngenc_set_property):
9611         * ext/libpng/gstpngenc.h:
9612         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
9613
9614 2004-07-30  Wim Taymans  <wim@fluendo.com>
9615
9616         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
9617         (theora_enc_sink_link), (theora_enc_chain),
9618         (theora_enc_set_property), (theora_enc_get_property):
9619         Fix encoding of non-multiple-of-16 video.
9620
9621 2004-07-29  David Schleef  <ds@schleef.org>
9622
9623         * configure.ac: make test for audiofile more strict
9624
9625 2004-07-25  Benjamin Otte  <in7y118@public.uni-hamburg.de>
9626
9627         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
9628           give different names to typefind functions
9629
9630 2004-07-28  Thomas Vander Stichele  <thomas at apestaart dot org>
9631
9632         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
9633         (gst_ximagesink_calculate_pixel_aspect_ratio),
9634         (gst_ximagesink_xcontext_get), (gst_ximagesink_getcaps),
9635         (gst_ximagesink_sink_link), (gst_ximagesink_change_state),
9636         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_set_property),
9637         (gst_ximagesink_get_property), (gst_ximagesink_init):
9638         * sys/ximage/ximagesink.h:
9639           allocate PAR's dynamically.
9640           use autodetected PAR if no object-set PAR is given.
9641           add workaround for directfb's X not setting physical size.
9642           fix to xvimagesink will follow tomorrow.
9643
9644 2004-07-28  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
9645
9646         * ext/lame/gstlame.c: (gst_lame_chain): send tag events downstream
9647         * ext/shout2/gstshout2.c: (gst_shout2send_protocol_get_type),
9648         (gst_shout2send_get_type), (gst_shout2send_set_clock),
9649         (gst_shout2send_class_init), (gst_shout2send_init),
9650         (set_shout_metadata), (gst_shout2send_set_metadata),
9651         (gst_shout2send_chain), (gst_shout2send_set_property),
9652         (gst_shout2send_get_property), (gst_shout2send_connect),
9653         (gst_shout2send_change_state):
9654         * ext/shout2/gstshout2.h:
9655         - fix for sending mp3 audio to icecast2 server, if pad link function not
9656         called before PAUSED state
9657         - added option to use GStreamer clock sync (as opposed to libshout's own sync)
9658         - added tagging support for mp3 audio broadcasted
9659         * gst/monoscope/gstmonoscope.c: (gst_monoscope_class_init):
9660         debug info
9661
9662 2004-07-28  Wim Taymans  <wim@fluendo.com>
9663
9664         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
9665         (gst_ogg_demux_push):
9666         Return query failure when we don't know the length of
9667         an ogg stream insteda of returning TRUE with a bogus value.
9668
9669 2004-07-28  Wim Taymans  <wim@fluendo.com>
9670
9671         * ext/theora/theoradec.c: (theora_get_formats),
9672         (theora_dec_src_convert), (theora_dec_sink_convert),
9673         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
9674         (theora_dec_chain):
9675         Don't screw up the 1 Chroma for 1 luma sample situation when we
9676         have an odd offset/width by adding a black border in those cases.
9677
9678 2004-07-28  Wim Taymans  <wim@fluendo.com>
9679
9680         * ext/theora/theoradec.c: (theora_get_formats),
9681         (theora_dec_src_convert), (theora_dec_sink_convert),
9682         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
9683         (theora_dec_chain):
9684         * ext/theora/theoraenc.c: (theora_enc_sink_link):
9685         Added first attempt at cropping of the image as required by the
9686         theora spec. We need more properties in the caps (offset_x,
9687         offset_y,stride) to implement this correctly.
9688
9689 2004-07-28  Jan Schmidt  <thaytan@mad.scientist.com>
9690
9691         * ext/dvdnav/README:
9692           Update the README to use dvddemux
9693         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_getcaps):
9694           Ensure getcaps returns a subset of the template caps
9695         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_base_init),
9696         (gst_mpeg2subt_init):
9697           Ensure getcaps returns a subset of the template caps
9698         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_class_init),
9699         (gst_dvd_demux_init), (gst_dvd_demux_get_video_stream),
9700         (gst_dvd_demux_get_subpicture_stream),
9701         (gst_dvd_demux_send_subbuffer), (gst_dvd_demux_set_cur_subpicture):
9702         * gst/mpegstream/gstdvddemux.h:
9703           Set the explicit caps on the current_video pad before pushing
9704           anything
9705         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_get_video_stream),
9706         (gst_mpeg_demux_get_audio_stream):
9707           Free caps used to gst_pad_set_explicit_caps, which takes a const
9708           GstCaps *
9709
9710 2004-07-28  Thomas Vander Stichele  <thomas at apestaart dot org>
9711
9712         * configure.ac: update GStreamer requirement to 0.8.4 because of
9713           GstFraction.
9714
9715 2004-07-28  Wim Taymans  <wim@fluendo.com>
9716
9717         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt),
9718         (gst_wavparse_handle_seek), (gst_wavparse_srcpad_event):
9719         Add the pad to the element after setting up the caps. This
9720         makes it a lot easier to autoplug.
9721
9722 2004-07-27  Steve Lhomme  <steve.lhomme@free.fr>
9723
9724         * gst/median/gstmedian.c:
9725         * gst/mpeg2subt/gstmpeg2subt.c:
9726         * gst/mpegaudioparse/gstmpegaudioparse.c:
9727         * gst/mpegstream/gstdvddemux.c:
9728         * gst/mpegstream/gstmpegdemux.c:
9729         * gst/mpegstream/gstmpegpacketize.c:
9730         * gst/rtjpeg/gstrtjpeg.c:
9731         * gst/rtjpeg/gstrtjpegdec.c:
9732         * gst/rtjpeg/gstrtjpegenc.c:
9733         * gst/sine/gstsinesrc.c:
9734         * gst/smooth/gstsmooth.c:
9735         * gst/smpte/gstsmpte.c:
9736         * gst/smpte/gstsmpte.h:
9737         * gst/stereo/gststereo.c:
9738         * gst/videofilter/gstgamma.c:
9739         * gst/videofilter/gstvideobalance.c:
9740         * gst/videofilter/gstvideofilter.c:
9741         * gst/videofilter/gstvideoflip.c:
9742         * gst/videoscale/gstvideoscale.c:
9743         * gst/videoscale/videoscale.c:
9744         * gst/videotestsrc/gstvideotestsrc.c:
9745         * gst/videotestsrc/videotestsrc.c:
9746         * gst/wavenc/gstwavenc.c:
9747         * gst/wavparse/gstwavparse.c:
9748           fix local includes and 64 bits constants
9749
9750 2004-07-27  Steve Lhomme  <steve.lhomme@free.fr>
9751
9752         * win32/gst.sln:
9753         * gst-libs/gst/*/*.vcproj:
9754         * gst/*/*.vcproj:
9755           more working plugins
9756
9757 2004-07-27  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
9758
9759         * testsuite/alsa/Makefile.am:
9760         * testsuite/alsa/srcstate.c:
9761         add test for alsasrc changing state
9762
9763 2004-07-27  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
9764
9765         * gst/silence/gstsilence.c: (gst_silence_init), (gst_silence_link),
9766         (gst_silence_get):
9767         * gst/silence/gstsilence.h:
9768         fix silence generation for 16bit raw audio
9769
9770 2004-07-27  Thomas Vander Stichele  <thomas at apestaart dot org>
9771
9772         * gst/matroska/matroska-demux.c:
9773         (gst_matroska_demux_parse_metadata),
9774         (gst_matroska_demux_video_caps), (gst_matroska_demux_plugin_init):
9775         * gst/mpegaudio/common.c:
9776         * gst/videoscale/gstvideoscale.c: (gst_videoscale_class_init),
9777         (gst_videoscale_getcaps), (gst_videoscale_link),
9778         (gst_videoscale_src_fixate), (gst_videoscale_init),
9779         (gst_videoscale_finalize):
9780         * gst/videoscale/gstvideoscale.h:
9781         * gst/videotestsrc/gstvideotestsrc.c:
9782         (gst_videotestsrc_get_capslist):
9783         * gst/wavenc/gstwavenc.c:
9784         * sys/oss/gstossmixer.c: (fill_labels):
9785         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
9786         (gst_ximagesink_handle_xevents),
9787         (gst_ximagesink_calculate_pixel_aspect_ratio),
9788         (gst_ximagesink_xcontext_get), (gst_ximagesink_fixate),
9789         (gst_ximagesink_getcaps), (gst_ximagesink_sink_link),
9790         (gst_ximagesink_chain), (gst_ximagesink_set_xwindow_id),
9791         (gst_ximagesink_set_property), (gst_ximagesink_get_property),
9792         (gst_ximagesink_init), (gst_ximagesink_class_init):
9793         * sys/ximage/ximagesink.h:
9794         * sys/xvimage/xvimagesink.c:
9795         (gst_xvimagesink_calculate_pixel_aspect_ratio),
9796         (gst_xvimagesink_xcontext_get), (gst_xvimagesink_sink_link),
9797         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_alloc),
9798         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
9799         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
9800         * sys/xvimage/xvimagesink.h:
9801           first batch of pixel aspect ratio commits.
9802
9803 2004-07-27  Thomas Vander Stichele  <thomas at apestaart dot org>
9804
9805         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
9806         (gst_ffmpegcolorspace_class_init), (gst_ffmpegcolorspace_chain):
9807         * gst/ffmpegcolorspace/imgconvert.c: (avpicture_fill):
9808           handle stride, needs work if we want to move stride handling
9809           upstream, but works correctly for our purposes.
9810
9811 2004-07-27  Thomas Vander Stichele  <thomas at apestaart dot org>
9812
9813         * gst/videoscale/README:
9814           add testing examples
9815         * gst/videoscale/gstvideoscale.c: (gst_videoscale_link),
9816         (gst_videoscale_chain):
9817         * gst/videoscale/videoscale.c: (gst_videoscale_setup),
9818         (gst_videoscale_get_size):
9819           add get_size function that handles stride like videotestsrc.
9820           fixes conversion for YUV formats for as much as I can test them.
9821
9822 2004-07-27  Thomas Vander Stichele  <thomas at apestaart dot org>
9823
9824         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
9825         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy):
9826         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
9827         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy),
9828         (gst_xvimagesink_xvimage_put):
9829           further cleanups, logging, error handling and synchronizing
9830
9831 2004-07-27  Wim Taymans  <wim@fluendo.com>
9832
9833         * gst/videomixer/videomixer.c: (gst_videomixer_pad_get_type),
9834         (gst_videomixer_pad_class_init), (gst_videomixer_pad_get_property),
9835         (gst_videomixer_pad_set_property),
9836         (gst_videomixer_pad_sinkconnect), (gst_videomixer_pad_init),
9837         (gst_video_mixer_background_get_type), (gst_videomixer_get_type),
9838         (gst_videomixer_class_init), (gst_videomixer_init),
9839         (gst_videomixer_getcaps), (gst_videomixer_request_new_pad),
9840         (gst_videomixer_blend_ayuv_i420), (pad_zorder_compare),
9841         (gst_videomixer_sort_pads), (gst_videomixer_fill_checker),
9842         (gst_videomixer_fill_color), (gst_videomixer_fill_queues),
9843         (gst_videomixer_blend_buffers), (gst_videomixer_update_queues),
9844         (gst_videomixer_loop), (plugin_init):
9845         Be a nicer negotiation citizen and provide a getcaps function on
9846         the srcpad. This also fixes a crash when resizing.
9847
9848 2004-07-27  Julien MOUTTE  <julien@moutte.net>
9849
9850         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
9851         (gst_xvimagesink_xvimage_new): Some fixes to image size calculation.
9852
9853 2004-07-27  Wim Taymans  <wim@fluendo.com>
9854
9855         * ext/libpng/gstpngdec.c: (gst_pngdec_src_getcaps):
9856         * ext/libpng/gstpngenc.c: (gst_pngenc_class_init),
9857         (gst_pngenc_init), (gst_pngenc_chain), (gst_pngenc_get_property),
9858         (gst_pngenc_set_property):
9859         * ext/libpng/gstpngenc.h:
9860         Added snapshot property to pngenc.
9861         removed g_print from pngdec
9862
9863 2004-07-27  Steve Lhomme  <steve.lhomme@free.fr>
9864
9865         * gst/ac3parse/ac3parse.vcproj
9866         * gst/adder/adder.vcproj
9867         * gst/alpha/alpha.vcproj
9868         * gst/alpha/alphacolor.vcproj
9869         * gst/asfdemux/asf.vcproj
9870         * gst/audioconvert/audioconvert.vcproj
9871         * gst/audiorate/audiorate.vcproj
9872         * gst/audioscale/audioscale.vcproj
9873         * gst/auparse/auparse.vcproj
9874         * gst/avi/avi.vcproj
9875         * gst/cdxaparse/cdxaparse.vcproj
9876         * gst/chart/chart.vcproj
9877         * gst/colorspace/colorspace.vcproj
9878         * gst/cutter/cutter.vcproj
9879         * gst/debug/debug.vcproj
9880         * gst/debug/efence.vcproj
9881         * gst/debug/navigationtest.vcproj
9882         * gst/deinterlace/deinterlace.vcproj
9883         * gst/effectv/effectv.vcproj
9884         * gst/ffmpegcolorspace/ffmpegcolorspace.vcproj
9885         * gst/filter/filter.vcproj
9886         * gst/flx/flxdec.vcproj
9887         * gst/goom/goom.vcproj
9888         * gst/interleave/interleave.vcproj
9889         * gst/law/alaw.vcproj
9890         * gst/law/mulaw.vcproj
9891         * gst/matroska/matroska.vcproj
9892         * gst/median/median.vcproj
9893         * gst/mixmatrix/mixmatrix.vcproj
9894         * gst/mpeg1sys/mpeg1systemencode.vcproj
9895         * gst/mpeg1videoparse/mp1videoparse.vcproj
9896         * gst/mpeg2sub/mpeg2subt.vcproj
9897         * gst/mpegaudio/mpegaudio.vcproj
9898         * gst/mpegaudioparse/mpegaudioparse.vcproj
9899         * gst/mpegstream/mpegstream.vcproj
9900         * gst/multifilesink/multifilesink.vcproj
9901         * gst/multipart/multipart.vcproj
9902         * gst/oneton/oneton.vcproj
9903         * gst/overlay/overlay.vcproj
9904         * gst/passthrough/passthrough.vcproj
9905         * gst/qtdemux/qtdemux.vcproj
9906         * gst/realmedia/rmdemux.vcproj
9907         * gst/rtjpeg/rtjpeg.vcproj
9908         * gst/rtp/rtp.vcproj
9909         * gst/silence/silence.vcproj
9910         * gst/sine/sinesrc.vcproj
9911         * gst/smooth/smooth.vcproj
9912         * gst/smpte/smpte.vcproj
9913         * gst/spectrum/spectrum.vcproj
9914         * gst/speed/speed.vcproj
9915         * gst/stereo/stereo.vcproj
9916         * gst/switch/switch.vcproj
9917         * gst/tags/tagedit.vcproj
9918         * gst/tcp/tcp.vcproj
9919         * gst/typefind/typefindfunctions.vcproj
9920         * gst/udp/udp.vcproj
9921         * gst/videobox/videobox.vcproj
9922         * gst/videocrop/videocrop.vcproj
9923         * gst/videodrop/videodrop.vcproj
9924         * gst/videofilter/gamma.vcproj
9925         * gst/videofilter/videobalance.vcproj
9926         * gst/videofilter/videofilter.vcproj
9927         * gst/videofilter/videoflip.vcproj
9928         * gst/videoflip/videoflip.vcproj
9929         * gst/videomixer/videomixer.vcproj
9930         * gst/videorate/videorate.vcproj
9931         * gst/videoscale/videoscale.vcproj
9932         * gst/videotestsrc/videotestsrc.vcproj
9933         * gst/virtualdub/virtualdub.vcproj
9934         * gst/volenv/volenv.vcproj
9935         * gst/volume/volume.vcproj
9936         * gst/wavenc/wavenc.vcproj
9937         * gst/wavparse/wavparse.vcproj
9938         * gst/y4m/y4menc.vcproj
9939         * gst-libs/gst/audio/audio.vcproj
9940         * gst-libs/gst/audio/audiofilter.vcproj
9941         * gst-libs/gst/colorbalance/colorbalance.vcproj
9942         * gst-libs/gst/idct/idtc.vcproj
9943         * gst-libs/gst/media-info/media-info.vcproj
9944         * gst-libs/gst/mixer/mixer.vcproj
9945         * gst-libs/gst/navigation/navigation.vcproj
9946         * gst-libs/gst/play/play.vcproj
9947         * gst-libs/gst/propertyprobe/propertyprobe.vcproj
9948         * gst-libs/gst/resample/resample.vcproj
9949         * gst-libs/gst/riff/riff.vcproj
9950         * gst-libs/gst/tuner/tuner.vcproj
9951         * gst-libs/gst/video/video.vcproj
9952         * gst-libs/gst/xoverlay/xoverlay.vcproj
9953           avoid problems with math.h, fix release dependancy
9954           rename GStreamer-0.8.lib to libgstreamer.lib
9955
9956 2004-07-27  Julien MOUTTE  <julien@moutte.net>
9957
9958         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_decorate):
9959         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_decorate): When
9960         the atom is not available we have to unlock the mutex. Fixes #148023
9961
9962 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
9963
9964         * gst-libs/gst/media-info/media-info.h:
9965           issue for a vararg macro with MSVC
9966
9967 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
9968
9969         * gst/effectv/effectv.vcproj
9970         * gst-libs/gst/idct/idct.vcproj:
9971         * gst-libs/gst/media-info/media-info.vcproj:
9972         * gst-libs/gst/navigation/navigation.vcproj:
9973         * gst-libs/gst/propertyprobe/propertyprobe.vcproj:
9974         * gst-libs/gst/video/video.vcproj:
9975         * gst-libs/gst/xoverlay/xoverlay.vcproj:
9976           fixes for build problems
9977
9978 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
9979
9980         * gst-libs/gst/audio/audio.def:
9981         * gst-libs/gst/audio/riff.def:
9982           add some definitions needed by plugins
9983
9984 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
9985
9986         * gst/asfdemux/gstasfmux.c
9987           Fix some 64 bits constants to be glib friendly
9988
9989 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
9990
9991         * gst/ac3parse/gstac3parse.c
9992         * gst/audioscale/gstaudioscale.c
9993         * gst/auparse/gstauparse.c
9994         * gst/colorspace/gstcolorspace.c
9995         * gst/colorspace/yuv2rgb.h
9996           local include fixes
9997
9998 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
9999
10000         * win32/gst.sln
10001           add more plugins to the build
10002
10003 2004-07-26  Julien MOUTTE  <julien@moutte.net>
10004
10005         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
10006         (gst_ximagesink_ximage_new): Some more fixes to image size calculation.
10007
10008 2004-07-26  Thomas Vander Stichele  <thomas at apestaart dot org>
10009
10010         * gst/level/gstlevel.c: (gst_level_link), (gst_level_chain),
10011         (gst_level_set_property), (gst_level_get_property),
10012         (gst_level_base_init), (gst_level_class_init):
10013           add debugging categories.  cleanups.
10014
10015 2004-07-26  Thomas Vander Stichele  <thomas at apestaart dot org>
10016
10017         * gst/videoscale/videoscale.c: (gst_videoscale_setup),
10018         (gst_videoscale_planar411), (gst_videoscale_planar400),
10019         (gst_videoscale_packed422), (gst_videoscale_packed422rev),
10020         (gst_videoscale_scale_nearest_str1),
10021         (gst_videoscale_scale_nearest_str2),
10022         (gst_videoscale_scale_nearest_str4),
10023         (gst_videoscale_scale_nearest_16bit),
10024         (gst_videoscale_scale_nearest_24bit):
10025           fixed stride issues
10026           tested with 320x240 -> 321, 322, 324 x240
10027           tested with YV12, I420, YUY2, UYVY
10028           fixed packed422rev (don't think it could have worked before)
10029           by testing with UYVY
10030
10031 2004-07-26  Benjamin Otte  <otte@gnome.org>
10032
10033         * ext/lame/gstlame.c: (gst_lame_sink_link), (gst_lame_init),
10034         (gst_lame_chain), (gst_lame_setup), (gst_lame_change_state),
10035         (plugin_init):
10036           add debugging category, add error checks like checking return values
10037           of setup calls, make sure it still works after
10038           PLAYING=>NULL=>PLAYING, fix encoding of mono streams
10039
10040 2004-07-26  Wim Taymans  <wim@fluendo.com>
10041
10042         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_get_video_stream),
10043         (gst_mpeg_demux_get_audio_stream),
10044         (gst_mpeg_demux_process_private):
10045         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_send_data):
10046         Check for error codes from the negotiation functions. Make sure
10047         we really set the pad caps when a new pad is created.
10048
10049 2004-07-26  Thomas Vander Stichele  <thomas at apestaart dot org>
10050
10051         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
10052         (gst_ffmpeg_caps_to_pix_fmt):
10053         * gst/ffmpegcolorspace/gstffmpegcodecmap.h:
10054         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
10055         (gst_ffmpegcolorspace_pad_link):
10056           don't make function do two things at the same time without reason.
10057
10058 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
10059
10060         * gst/ac3parse/ac3parse.vcproj
10061         * gst/adder/adder.vcproj
10062         * gst/alpha/alpha.vcproj
10063         * gst/alpha/alphacolor.vcproj
10064         * gst/asfdemux/asf.vcproj
10065         * gst/audioconvert/audioconvert.vcproj
10066         * gst/audiorate/audiorate.vcproj
10067         * gst/audioscale/audioscale.vcproj
10068         * gst/auparse/auparse.vcproj
10069         * gst/avi/avi.vcproj
10070         * gst/cdxaparse/cdxaparse.vcproj
10071         * gst/chart/chart.vcproj
10072         * gst/colorspace/colorspace.vcproj
10073         * gst/cutter/cutter.vcproj
10074         * gst/debug/debug.vcproj
10075         * gst/debug/efence.vcproj
10076         * gst/debug/navigationtest.vcproj
10077         * gst/deinterlace/deinterlace.vcproj
10078         * gst/effectv/effectv.vcproj
10079         * gst/ffmpegcolorspace/ffmpegcolorspace.vcproj
10080         * gst/filter/filter.vcproj
10081         * gst/flx/flxdec.vcproj
10082         * gst/goom/goom.vcproj
10083         * gst/interleave/interleave.vcproj
10084         * gst/law/alaw.vcproj
10085         * gst/law/mulaw.vcproj
10086         * gst/matroska/matroska.vcproj
10087         * gst/median/median.vcproj
10088         * gst/mixmatrix/mixmatrix.vcproj
10089         * gst/mpeg1sys/mpeg1systemencode.vcproj
10090         * gst/mpeg1videoparse/mp1videoparse.vcproj
10091         * gst/mpeg2sub/mpeg2subt.vcproj
10092         * gst/mpegaudio/mpegaudio.vcproj
10093         * gst/mpegaudioparse/mpegaudioparse.vcproj
10094         * gst/mpegstream/mpegstream.vcproj
10095         * gst/multifilesink/multifilesink.vcproj
10096         * gst/multipart/multipart.vcproj
10097         * gst/oneton/oneton.vcproj
10098         * gst/overlay/overlay.vcproj
10099         * gst/passthrough/passthrough.vcproj
10100         * gst/qtdemux/qtdemux.vcproj
10101         * gst/realmedia/rmdemux.vcproj
10102         * gst/rtjpeg/rtjpeg.vcproj
10103         * gst/rtp/rtp.vcproj
10104         * gst/silence/silence.vcproj
10105         * gst/sine/sinesrc.vcproj
10106         * gst/smooth/smooth.vcproj
10107         * gst/smpte/smpte.vcproj
10108         * gst/spectrum/spectrum.vcproj
10109         * gst/speed/speed.vcproj
10110         * gst/stereo/stereo.vcproj
10111         * gst/switch/switch.vcproj
10112         * gst/tags/tagedit.vcproj
10113         * gst/tcp/tcp.vcproj
10114         * gst/typefind/typefindfunctions.vcproj
10115         * gst/udp/udp.vcproj
10116         * gst/videobox/videobox.vcproj
10117         * gst/videocrop/videocrop.vcproj
10118         * gst/videodrop/videodrop.vcproj
10119         * gst/videofilter/gamma.vcproj
10120         * gst/videofilter/videobalance.vcproj
10121         * gst/videofilter/videofilter.vcproj
10122         * gst/videofilter/videoflip.vcproj
10123         * gst/videoflip/videoflip.vcproj
10124         * gst/videomixer/videomixer.vcproj
10125         * gst/videorate/videorate.vcproj
10126         * gst/videoscale/videoscale.vcproj
10127         * gst/videotestsrc/videotestsrc.vcproj
10128         * gst/virtualdub/virtualdub.vcproj
10129         * gst/volenv/volenv.vcproj
10130         * gst/volume/volume.vcproj
10131         * gst/wavenc/wavenc.vcproj
10132         * gst/wavparse/wavparse.vcproj
10133         * gst/y4m/y4menc.vcproj
10134           more plugins supported under windows
10135
10136 2004-07-26  Thomas Vander Stichele  <thomas at apestaart dot org>
10137
10138         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
10139         (gst_ximagesink_ximage_put), (gst_ximagesink_renegotiate_size),
10140         (gst_ximagesink_chain), (gst_ximagesink_buffer_alloc):
10141         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
10142         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_alloc):
10143           Add debugging statements.  Use the sizes as returned by the
10144           *CreateImage calls.
10145
10146 2004-07-26  Johan Dahlin  <johan@gnome.org>
10147
10148         * gst/tcp/gsttcpclientsrc.c (gst_tcpclientsrc_get): Make sure that
10149         the pad is negotiated.
10150
10151         * gst/ffmpegcolorspace/gstffmpegcolorspace.c (gst_ffmpegcolorspace_chain): Ditto
10152
10153 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
10154
10155         * gst-libs/gst/colorbalance/colorbalance.vcproj:
10156         * gst-libs/gst/idct/idct.vcproj:
10157         * gst-libs/gst/media-info/media-info.vcproj:
10158         * gst-libs/gst/mixer/mixer.vcproj:
10159         * gst-libs/gst/navigation/navigation.vcproj:
10160         * gst-libs/gst/play/play.vcproj:
10161         * gst-libs/gst/propertyprobe/propertyprobe.vcproj:
10162         * gst-libs/gst/resample/resample.vcproj:
10163         * gst-libs/gst/tuner/tuner.vcproj:
10164         * gst-libs/gst/video/video.vcproj:
10165         * gst-libs/gst/xoverlay/xoverlay.vcproj:
10166           more plugins supported under windows
10167
10168 2004-07-25 Iain <iain@prettypeople.org>
10169
10170         * gst/wavparse/gstwavparse.c (gst_wavparse_fmt): Set the caps on the
10171         pad now rather than when the pad is created because state changes wipe
10172         explicit caps (fixes #148043).
10173
10174 2004-07-25  Sebastien Cote  <sc5@hermes.usherb.ca>
10175
10176         reviewed by Benjamin Otte  <otte@gnome.org>
10177
10178         * ext/mad/gstmad.c:
10179           fix mad plugin crashing on Sun (fixes #148289)
10180
10181 2004-07-25  Steve Lhomme  <steve.lhomme@free.fr>
10182
10183         * gst/avi/avi.def:
10184         * gst/avi/avi.vcproj:
10185         * gst/matroska/matroska.def:
10186         * gst/matroska/matroska.vcproj:
10187           remove unused .def files
10188
10189 2004-07-25  Steve Lhomme  <steve.lhomme@free.fr>
10190
10191         * gst-libs/gst/audio/gstaudiofilter.c:
10192           Clean the local include
10193
10194 2004-07-25  Steve Lhomme  <steve.lhomme@free.fr>
10195
10196         * win32/gst.sln:
10197         * gst-libs/gst/audio/audio.def:
10198         * gst-libs/gst/audio/audio.vcproj:
10199         * gst-libs/gst/audio/audiofilter.vcproj:
10200         * gst-libs/gst/audio/riff.def:
10201         * gst-libs/gst/audio/riff.vcproj:
10202         * gst-libs/gst/gst-libs.def:
10203         * gst-libs/gst/gst-libs.vcproj:
10204         * gst/avi/avi.vcproj:
10205         * gst/avi/avi.vcproj:
10206           Copy the files where needed after building, cleaner projects
10207
10208 2004-07-25  Steve Lhomme  <steve.lhomme@free.fr>
10209
10210         * gst/matroska/ebml-write.c:
10211           Fix some 64 bits constants to be glib friendly
10212
10213 2004-07-24  Steve Lhomme  <steve.lhomme@free.fr>
10214
10215         * win32/gst.sln:
10216         * gst-libs/gst/gst-libs.def:
10217         * gst-libs/gst/gst-libs.vcproj:
10218         * gst/matroska/matroska.def:
10219         * gst/matroska/matroska.vcproj:
10220           Add the preliminary canvas to build plugins on Win32
10221
10222 2004-07-23  Benjamin Otte  <otte@gnome.org>
10223
10224         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
10225           don't enfore negotiation from source side, it breaks
10226           sinesrc ! audioconvert ! osssink
10227
10228 2004-07-22  David Schleef  <ds@schleef.org>
10229
10230         * gst/typefind/gsttypefindfunctions.c: (plugin_init): Add typefind
10231         for ELF files, since they can easily be recognized as audio/mpeg.
10232         (bug #147441)
10233
10234 2004-07-22  Thomas Vander Stichele  <thomas at apestaart dot org>
10235
10236         * gst/videoscale/videoscale.c: (gst_videoscale_setup),
10237         (gst_videoscale_planar411), (gst_videoscale_scale_nearest_32bit),
10238         (gst_videoscale_scale_nearest_24bit),
10239         (gst_videoscale_scale_nearest_16bit):
10240           fix 16bit and 24bit for stride (24bit might need testing)
10241           don't pretend we do more than one algorithm
10242
10243 2004-07-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
10244
10245         * configure.ac:
10246         * gst/Makefile.am:
10247         * gst/multifilesink/Makefile.am:
10248         * gst/multifilesink/gstmultifilesink.c:
10249         (gst_multifilesink_get_formats),
10250         (gst_multifilesink_get_query_types), (_do_init),
10251         (gst_multifilesink_base_init), (gst_multifilesink_class_init),
10252         (gst_multifilesink_init), (gst_multifilesink_dispose),
10253         (gst_multifilesink_set_location), (gst_multifilesink_set_property),
10254         (gst_multifilesink_get_property), (gst_multifilesink_open_file),
10255         (gst_multifilesink_close_file), (gst_multifilesink_next_file),
10256         (gst_multifilesink_pad_query), (gst_multifilesink_handle_event),
10257         (gst_multifilesink_chain), (gst_multifilesink_change_state),
10258         (gst_multifilesink_uri_get_type),
10259         (gst_multifilesink_uri_get_protocols),
10260         (gst_multifilesink_uri_get_uri), (gst_multifilesink_uri_set_uri),
10261         (gst_multifilesink_uri_handler_init), (plugin_init):
10262         * gst/multifilesink/gstmultifilesink.h:
10263         * testsuite/Makefile.am:
10264         * testsuite/multifilesink/Makefile.am:
10265         * testsuite/multifilesink/fakesrc_test.c: (gst_newmedia_base_init),
10266         (gst_newmedia_class_init), (gst_newmedia_init),
10267         (gst_newmedia_chain), (gst_newmedia_trigger), (test_format),
10268         (newfile_signal), (test_signal), (main):
10269         multifilesink plugin for creating new files every time a new media
10270         discontinuity event occurs
10271
10272 2004-07-22  Wim Taymans  <wim@fluendo.com>
10273
10274         * gst/alpha/Makefile.am:
10275         * gst/alpha/gstalphacolor.c: (gst_alpha_color_get_type),
10276         (gst_alpha_color_base_init), (gst_alpha_color_class_init),
10277         (gst_alpha_color_init), (gst_alpha_color_set_property),
10278         (gst_alpha_color_get_property), (gst_alpha_color_sink_link),
10279         (transform), (gst_alpha_color_chain),
10280         (gst_alpha_color_change_state), (plugin_init):
10281         Stupid plugin to to RGBA to AYUV conversion because none of
10282         the colorspace plugins can handle that yet.
10283
10284 2004-07-22  Wim Taymans  <wim@fluendo.com>
10285
10286         * examples/seeking/seek.c: (update_scale), (main):
10287         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
10288         (gst_decode_bin_class_init), (gst_decode_bin_is_dynamic),
10289         (gst_decode_bin_factory_filter), (compare_ranks), (print_feature),
10290         (gst_decode_bin_init), (gst_decode_bin_dispose),
10291         (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
10292         (no_more_pads), (close_link), (type_found),
10293         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
10294         (plugin_init):
10295         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
10296         (gst_play_base_bin_class_init), (gst_play_base_bin_init),
10297         (gst_play_base_bin_dispose), (queue_overrun),
10298         (gen_preroll_element), (remove_prerolls), (unknown_type),
10299         (no_more_pads), (new_stream), (setup_source),
10300         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property),
10301         (play_base_eos), (gst_play_base_bin_change_state),
10302         (gst_play_base_bin_add_element),
10303         (gst_play_base_bin_remove_element),
10304         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
10305         (gst_play_base_bin_unlink_stream),
10306         (gst_play_base_bin_get_streaminfo):
10307         * gst/playback/gstplaybin.c: (gen_video_element),
10308         (gen_audio_element):
10309         * gst/playback/gststreaminfo.h:
10310         More playback updates, attempt to fix things after the state change
10311         breakage.
10312
10313 2004-07-22  Thomas Vander Stichele  <thomas at apestaart dot org>
10314
10315         * gst/videoscale/videoscale.c: (gst_videoscale_planar411),
10316         (gst_videoscale_scale_nearest_16bit):
10317           comment algorithm
10318
10319 2004-07-22  Thomas Vander Stichele  <thomas at apestaart dot org>
10320
10321         * gst/videotestsrc/gstvideotestsrc.c:
10322         (gst_videotestsrc_class_init), (gst_videotestsrc_src_link),
10323         (gst_videotestsrc_init), (gst_videotestsrc_get),
10324         (gst_videotestsrc_set_pattern), (gst_videotestsrc_set_property),
10325         (gst_videotestsrc_get_property):
10326         * gst/videotestsrc/gstvideotestsrc.h:
10327         * gst/videotestsrc/videotestsrc.c:
10328         * gst/videotestsrc/videotestsrc.h:
10329           cleanup and commenting
10330
10331 2004-07-21  Wim Taymans  <wim@fluendo.com>
10332
10333         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_init),
10334         (gst_ogg_demux_get_formats), (gst_ogg_demux_src_query),
10335         (gst_ogg_demux_src_event), (gst_ogg_demux_src_convert),
10336         (gst_ogg_demux_handle_event), (gst_ogg_demux_seek_before),
10337         (_find_chain_get_unknown_part), (_find_streams_check),
10338         (gst_ogg_demux_push), (gst_ogg_pad_push):
10339         * ext/theora/theoradec.c: (theora_get_formats),
10340         (theora_dec_src_convert), (theora_dec_sink_convert),
10341         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
10342         (theora_dec_chain):
10343         * ext/vorbis/vorbisdec.c: (vorbis_dec_get_formats),
10344         (vorbis_dec_convert), (vorbis_dec_src_query),
10345         (vorbis_dec_src_event), (vorbis_dec_event):
10346         More seeking fixes, oggdemux now supports seeking to time and
10347         uses the downstream element to convert granulepos to time.
10348         Seeking in theora-only ogg files now works.
10349
10350 2004-07-21  Wim Taymans  <wim@fluendo.com>
10351
10352         * ext/theora/theoradec.c: (gst_theora_dec_init),
10353         (theora_get_formats), (theora_get_event_masks),
10354         (theora_get_query_types), (theora_dec_src_convert),
10355         (theora_dec_sink_convert), (theora_dec_src_query),
10356         (theora_dec_src_event), (theora_dec_event), (theora_dec_chain):
10357         * ext/vorbis/vorbisdec.c: (vorbis_dec_get_formats),
10358         (vorbis_get_event_masks), (vorbis_get_query_types),
10359         (gst_vorbis_dec_init), (vorbis_dec_convert),
10360         (vorbis_dec_src_query), (vorbis_dec_src_event), (vorbis_dec_event):
10361         Added query/convert/formats functions to vorbis and theora decoders
10362         so that the outside world can use them too. Fixed seeking on an
10363         ogg/theora/vorbis file by disabling the seeking seeking on the
10364         theora srcpad.
10365
10366 2004-07-21  Julien MOUTTE  <julien@moutte.net>
10367
10368         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
10369         (gst_ximagesink_renegotiate_size), (gst_ximagesink_sink_link),
10370         (gst_ximagesink_chain), (gst_ximagesink_set_xwindow_id): Optimize
10371         images creation for both elements. We don't create the image on caps
10372         nego or renego, we just destroy the internal one if present if it does
10373         not match the needs. The chain function takes care of creating a new
10374         image when needed.
10375         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
10376         (gst_xvimagesink_xwindow_decorate), (gst_xvimagesink_sink_link),
10377         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_alloc),
10378         (gst_xvimagesink_set_xwindow_id): Additionally xvimage now contains
10379         the image format information. The buffer pool checks for the context
10380         image format and discard images with different formats.
10381         * sys/xvimage/xvimagesink.h: Adding im_format in the xvimage structure.
10382
10383 2004-07-21  Thomas Vander Stichele  <thomas at apestaart dot org>
10384
10385         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
10386         (gst_ffmpegcolorspace_chain):
10387           no point in doing any chaining if the pad we want to push from
10388           isn't usable.
10389
10390 2004-07-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
10391
10392         * gst-libs/gst/riff/riff-media.c:
10393         (gst_riff_create_audio_caps_with_data):
10394           Fix double end-to-native symbol conversion (#148021).
10395
10396 2004-07-20  David Schleef  <ds@schleef.org>
10397
10398         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_decorate):
10399         Don't use an Atom that doesn't exist.
10400
10401 2004-07-20  Wim Taymans  <wim@fluendo.com>
10402
10403         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
10404         (gst_multifdsink_add), (gst_multifdsink_get_stats),
10405         (gst_multifdsink_client_remove),
10406         (gst_multifdsink_handle_client_write),
10407         (gst_multifdsink_queue_buffer):
10408         * gst/tcp/gstmultifdsink.h:
10409         More multifdsink stats. Avoid deadlock by releasing locks
10410         before sending out a signal.
10411
10412 2004-07-20  Thomas Vander Stichele  <thomas at apestaart dot org>
10413
10414         * po/LINGUAS:
10415         * po/hu.po:
10416           added Hungarian translation (Laszlo Dvornik)
10417
10418 2004-07-20  Wim Taymans  <wim@fluendo.com>
10419
10420         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
10421         (gst_multifdsink_add), (gst_multifdsink_client_remove),
10422         (gst_multifdsink_handle_client_write),
10423         (gst_multifdsink_queue_buffer):
10424         * gst/tcp/gsttcp-marshal.list:
10425         Fixed the stupid marshal definition.
10426
10427 2004-07-20  Wim Taymans  <wim@fluendo.com>
10428
10429         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
10430         (gst_multifdsink_init), (gst_multifdsink_add),
10431         (gst_multifdsink_client_remove),
10432         (gst_multifdsink_handle_client_write),
10433         (gst_multifdsink_queue_buffer), (gst_multifdsink_chain),
10434         (gst_multifdsink_set_property), (gst_multifdsink_get_property),
10435         (gst_multifdsink_init_send):
10436         * gst/tcp/gstmultifdsink.h:
10437         Added more stats, added timeout for a client, fixed some typos
10438         and added some comments.
10439
10440 2004-07-20  Wim Taymans  <wim@fluendo.com>
10441
10442         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
10443         (gst_multifdsink_add), (gst_multifdsink_get_stats),
10444         (gst_multifdsink_client_remove),
10445         (gst_multifdsink_handle_client_write):
10446         * gst/tcp/gstmultifdsink.h:
10447         * gst/tcp/gsttcp-marshal.list:
10448         Added get_stats method that returns a GValueArray of
10449         stats values.
10450
10451 2004-07-19  Benjamin Otte  <otte@gnome.org>
10452
10453         * ext/ladspa/gstladspa.c: (gst_ladspa_base_init):
10454           make sure longname, description and author are valid UTF-8
10455
10456 2004-07-19  Thomas Vander Stichele  <thomas at apestaart dot org>
10457
10458         * sys/ximage/ximagesink.c: (gst_ximagesink_change_state),
10459         (gst_ximagesink_set_property):
10460         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state),
10461         (gst_xvimagesink_set_property):
10462           make sure SYNCHRONOUS is respected after getting the X context
10463
10464 2004-07-18  Thomas Vander Stichele  <thomas at apestaart dot org>
10465
10466         * gst/matroska/matroska-demux.c:
10467         (gst_matroska_demux_handle_src_event),
10468         (gst_matroska_demux_parse_blockgroup):
10469         * gst/matroska/matroska-ids.h:
10470           add BlockReference tag and ignore it to clear out log.
10471           ignore NAVIGATION events to clear out log.
10472
10473 2004-07-18  Thomas Vander Stichele  <thomas at apestaart dot org>
10474
10475         * gst/matroska/matroska-demux.c: (gst_matroska_demux_class_init),
10476         (gst_matroska_demux_add_stream):
10477         * gst/matroska/matroska-mux.c: (gst_matroska_mux_class_init):
10478           add debug categories
10479
10480 2004-07-16  Wim Taymans  <wim@fluendo.com>
10481
10482         * ext/libpng/Makefile.am:
10483         * ext/libpng/gstpng.c: (plugin_init):
10484         * ext/libpng/gstpngdec.c: (user_error_fn), (user_warning_fn),
10485         (gst_pngdec_get_type), (gst_pngdec_base_init),
10486         (gst_pngdec_class_init), (gst_pngdec_sinklink), (gst_pngdec_init),
10487         (gst_pngdec_src_getcaps), (user_read_data), (gst_pngdec_chain):
10488         * ext/libpng/gstpngdec.h:
10489         Added png decoder.
10490
10491 2004-07-16  Julien MOUTTE  <julien@moutte.net>
10492
10493         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xerror),
10494         (gst_ximagesink_check_xshm_calls), (gst_ximagesink_ximage_new),
10495         (gst_ximagesink_ximage_destroy), (gst_ximagesink_sink_link),
10496         (gst_ximagesink_chain), (gst_ximagesink_buffer_free),
10497         (gst_ximagesink_buffer_alloc):
10498         * sys/ximage/ximagesink.h:
10499         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
10500         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy),
10501         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_free),
10502         (gst_xvimagesink_buffer_alloc):
10503         * sys/xvimage/xvimagesink.h: Getting the 2 video sinks synchronized
10504         again. Using internal data pointer of the x(v)image to store image's
10505         data to be coherent with the buffer alloc mechanism. Investigated the
10506         image destruction code to be sure that everything gets freed correctly.
10507
10508 2004-07-16  Wim Taymans  <wim@fluendo.com>
10509
10510         * gst-libs/gst/riff/riff-read.c:
10511         (gst_riff_read_strf_vids_with_data),
10512         (gst_riff_read_strf_auds_with_data):
10513         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
10514         (gst_avi_demux_add_stream), (gst_avi_demux_stream_header):
10515         Make sure we don't create 0 sized subbuffers in riff-read.
10516         Signal the no more pads signal after reading the avi header.
10517
10518 2004-07-16  Wim Taymans  <wim@fluendo.com>
10519
10520         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
10521         (gst_decode_bin_class_init), (gst_decode_bin_is_dynamic),
10522         (gst_decode_bin_factory_filter), (compare_ranks), (print_feature),
10523         (gst_decode_bin_init), (gst_decode_bin_dispose),
10524         (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
10525         (no_more_pads), (close_link), (type_found),
10526         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
10527         (gst_decode_bin_change_state), (plugin_init):
10528         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
10529         (gst_play_base_bin_class_init), (gst_play_base_bin_init),
10530         (gst_play_base_bin_dispose), (queue_overrun),
10531         (gen_preroll_element), (remove_prerolls), (unknown_type),
10532         (no_more_pads), (new_stream), (setup_source),
10533         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property),
10534         (play_base_eos), (gst_play_base_bin_change_state),
10535         (gst_play_base_bin_add_element),
10536         (gst_play_base_bin_remove_element),
10537         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
10538         (gst_play_base_bin_unlink_stream),
10539         (gst_play_base_bin_get_streaminfo):
10540         * gst/playback/gstplaybasebin.h:
10541         Better error recovery. Added configurable preroll queue size. Faster
10542         detection of no-more-pads.
10543
10544 2004-07-16  Wim Taymans  <wim@fluendo.com>
10545
10546         * gst-libs/gst/video/video.h:
10547         Added 32 bits RGBA. Not sure if we should use another mime-type
10548         for alpha rgb. Currently the presence of the alpha_mask property
10549         signals an alpha channel.
10550
10551 2004-07-16  Wim Taymans  <wim@fluendo.com>
10552
10553         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
10554         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
10555         FPS seems to be 0.0 to MAX everywhere else.
10556
10557 2004-07-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
10558
10559         * gst-libs/gst/riff/riff-media.c:
10560         (gst_riff_create_video_caps_with_data):
10561           mp42/mp43 (no caps) exist too.
10562         * gst/matroska/matroska-demux.c: (gst_matroska_demux_video_caps):
10563           Set pixel_width/height; we've got them in-caps.
10564         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
10565         * gst/wavparse/gstwavparse.c: (plugin_init):
10566           Both are valid primary.
10567         * sys/oss/gstossmixer.c:
10568           Remove i18n hack and enable translations.
10569
10570 2004-07-15  Benjamin Otte  <otte@gnome.org>
10571
10572         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
10573         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy):
10574           fix for non-shm xv. Original patch by Tim Ringenbach (fixes #147248)
10575
10576 2004-07-15  Benjamin Otte  <otte@gnome.org>
10577
10578         * ext/alsa/gstalsa.c: (gst_alsa_open_audio),
10579         (gst_alsa_sw_params_dump), (gst_alsa_hw_params_dump),
10580         (gst_alsa_close_audio):
10581           disable some of the debugging code for now. Writing debugging to a
10582           buffer is broken in current alsalib releases.
10583
10584 2004-07-12  Benjamin Otte  <otte@gnome.org>
10585
10586         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_alloc_buffer):
10587           use bufferpools
10588
10589 2004-07-14  Thomas Vander Stichele  <thomas at apestaart dot org>
10590
10591         * ext/theora/theoradec.c: (gst_theora_dec_class_init),
10592         (theora_dec_src_query), (theora_dec_event):
10593         * ext/theora/theoraenc.c: (gst_theora_enc_class_init):
10594           add debugging categories.  Remove \n's.
10595
10596 2004-07-13  Johan Dahlin  <johan@gnome.org>
10597
10598         * gst/playback/gstplaybin.c (gst_play_bin_set_property)
10599         (gst_play_bin_get_property): Impl.
10600
10601 2004-07-13  Wim Taymans  <wim@fluendo.com>
10602
10603         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_seek_before):
10604         When trying to find the stream length, seek back N pages
10605         instead of just one, where N is the number of streams in
10606         the current chain.
10607
10608 2004-07-13  Wim Taymans  <wim@fluendo.com>
10609
10610         * gst-libs/gst/riff/riff-media.c:
10611         (gst_riff_create_audio_caps_with_data),
10612         (gst_riff_create_audio_caps),
10613         (gst_riff_create_audio_template_caps):
10614         * gst-libs/gst/riff/riff-media.h:
10615         * gst-libs/gst/riff/riff-read.c:
10616         (gst_riff_read_strf_vids_with_data),
10617         (gst_riff_read_strf_auds_with_data), (gst_riff_read_strf_auds):
10618         * gst-libs/gst/riff/riff-read.h:
10619         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
10620         (gst_avi_demux_add_stream):
10621         Set codec_data on caps for avidemuxer.
10622
10623 2004-07-12  David Schleef  <ds@schleef.org>
10624
10625         * configure.ac: Fix test for Objective C
10626
10627 2004-07-12  Jan Schmidt  <thaytan@mad.scientist.com>
10628         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_get_capslist),
10629         (gst_gdk_pixbuf_chain):
10630           Add svg and pcx to template caps, and ensure that getcaps returns a
10631           subset of the template caps.
10632           Copy each row manually for output, as gdkpixbuf may pad the
10633           rowstride to a 32-bit word boundary.
10634
10635 2004-07-12  Wim Taymans  <wim@fluendo.com>
10636
10637         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
10638         (gst_riff_create_video_template_caps):
10639         Fix the template caps to include some more media types.
10640
10641 2004-07-12  Wim Taymans  <wim@fluendo.com>
10642
10643         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
10644         (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
10645         (compare_ranks), (print_feature), (gst_decode_bin_init),
10646         (gst_decode_bin_dispose), (find_compatibles), (close_pad_link),
10647         (try_to_link_1), (new_pad), (close_link), (type_found),
10648         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
10649         (gst_decode_bin_change_state), (plugin_init):
10650         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
10651         (gst_play_base_bin_class_init), (gst_play_base_bin_init),
10652         (gst_play_base_bin_dispose), (queue_overrun),
10653         (gen_preroll_element), (remove_prerolls), (no_more_pads),
10654         (new_stream), (setup_source), (gst_play_base_bin_set_property),
10655         (gst_play_base_bin_get_property), (play_base_eos),
10656         (gst_play_base_bin_change_state), (gst_play_base_bin_add_element),
10657         (gst_play_base_bin_remove_element),
10658         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
10659         (gst_play_base_bin_unlink_stream),
10660         (gst_play_base_bin_get_streaminfo):
10661         * gst/playback/gstplaybasebin.h:
10662         * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
10663         (gst_play_bin_class_init), (gst_play_bin_init),
10664         (gst_play_bin_dispose), (gst_play_bin_set_property),
10665         (gst_play_bin_get_property), (gen_video_element),
10666         (gen_audio_element), (remove_sinks), (setup_sinks),
10667         (gst_play_bin_change_state), (gst_play_bin_get_event_masks),
10668         (gst_play_bin_send_event), (gst_play_bin_get_formats),
10669         (gst_play_bin_convert), (gst_play_bin_get_query_types),
10670         (gst_play_bin_query), (plugin_init):
10671         * gst/playback/test4.c: (main):
10672         More fixes on reusing of the element.
10673
10674 2004-07-11  Benjamin Otte  <otte@gnome.org>
10675
10676         * ext/mad/gstmad.c: (normal_seek):
10677           allow seeking for other methods than just SET
10678
10679 2004-07-11  Andy Wingo  <wingo@pobox.com>
10680
10681         * gst/audioconvert/gstaudioconvert.c (gst_audio_convert_link): For
10682         float, "any" caps -> buffer_frames=[0,MAX].
10683
10684         * gst/interleave/interleave.c (interleave_getcaps): Seems the core
10685         doesn't intersect our caps with the template any more. Do it
10686         ourselves.
10687         (interleave_buffered_loop): Use g_newa instead of malloc/free.
10688
10689 2004-07-09  Wim Taymans  <wim@fluendo.com>
10690
10691         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
10692         (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
10693         (compare_ranks), (print_feature), (gst_decode_bin_init),
10694         (gst_decode_bin_dispose), (find_compatibles), (close_pad_link),
10695         (try_to_link_1), (new_pad), (close_link), (type_found),
10696         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
10697         (gst_decode_bin_change_state), (plugin_init):
10698         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
10699         (gst_play_base_bin_class_init), (gst_play_base_bin_init),
10700         (gst_play_base_bin_dispose), (queue_overrun),
10701         (gen_preroll_element), (remove_prerolls), (no_more_pads),
10702         (new_stream), (setup_source), (gst_play_base_bin_set_property),
10703         (gst_play_base_bin_get_property), (play_base_eos),
10704         (gst_play_base_bin_change_state), (gst_play_base_bin_add_element),
10705         (gst_play_base_bin_remove_element),
10706         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
10707         (gst_play_base_bin_unlink_stream),
10708         (gst_play_base_bin_get_streaminfo):
10709         * gst/playback/gstplaybasebin.h:
10710         * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
10711         (gst_play_bin_class_init), (gst_play_bin_init),
10712         (gst_play_bin_dispose), (gst_play_bin_set_property),
10713         (gst_play_bin_get_property), (gen_video_element),
10714         (gen_audio_element), (remove_sinks), (setup_sinks),
10715         (gst_play_bin_change_state), (gst_play_bin_get_event_masks),
10716         (gst_play_bin_send_event), (gst_play_bin_get_formats),
10717         (gst_play_bin_convert), (gst_play_bin_get_query_types),
10718         (gst_play_bin_query), (plugin_init):
10719         * gst/playback/test4.c: (main):
10720         Work on object reuse and seeking.
10721
10722 2004-07-09  Wim Taymans  <wim@fluendo.com>
10723
10724         * examples/seeking/seek.c: (iterate):
10725         Don't consume all CPU in the idle loop.
10726
10727 2004-07-09  Wim Taymans  <wim@fluendo.com>
10728
10729         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_new_output_pad),
10730         (gst_mpeg_demux_parse_packet), (gst_mpeg_demux_process_private):
10731         Add pad to element *after* setting the pad functions so that
10732         the scheduler can use the correct ones.
10733
10734 2004-07-09  Wim Taymans  <wim@fluendo.com>
10735
10736         * ext/theora/theoradec.c: (theora_dec_from_granulepos),
10737         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_chain):
10738         Sync to keyframe after seek
10739
10740 2004-07-09  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
10741
10742         * ext/alsa/gstalsa.c: (gst_alsa_change_state):
10743         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event),
10744         (gst_alsa_sink_loop), (gst_alsa_sink_change_state):
10745         * ext/alsa/gstalsasrc.c: (gst_alsa_src_change_state):
10746         * ext/libvisual/visual.c: (gst_visual_change_state):
10747         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_change_state):
10748         * ext/theora/theoradec.c: (theora_dec_change_state):
10749         * ext/theora/theoraenc.c: (theora_enc_change_state):
10750         * ext/vorbis/vorbisdec.c: (vorbis_dec_change_state):
10751         * gst-libs/gst/navigation/navigation.c:
10752         * gst/adder/gstadder.c: (gst_adder_change_state):
10753         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
10754         (gst_audio_convert_get_buffer):
10755         * gst/multipart/multipartdemux.c:
10756         (gst_multipart_demux_change_state):
10757         * gst/playback/gstdecodebin.c: (gst_decode_bin_change_state):
10758         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
10759         * gst/playback/gstplaybin.c: (gst_play_bin_change_state):
10760         * gst/videoscale/gstvideoscale.c:
10761         (gst_videoscale_handle_src_event):
10762         * gst/volume/gstvolume.c: (volume_chain_int16):
10763           don't assert in state change, this should be done by the base
10764           GstElement class.
10765           various debugging fixes.
10766
10767 2004-07-08  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
10768
10769         * configure.ac:
10770         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup),
10771         (gst_play_dispose), (gst_play_set_location),
10772         (gst_play_set_data_src), (gst_play_set_video_sink),
10773         (gst_play_set_audio_sink), (gst_play_set_visualization),
10774         (gst_play_connect_visualization), (gst_play_get_sink_element),
10775         (gst_play_get_all_by_interface):
10776         * gst-libs/gst/play/play.h:
10777           add new method to get elements implementing an interface.
10778           add various error logging
10779
10780 2004-07-08  Wim Taymans  <wim@fluendo.com>
10781
10782         * examples/seeking/seek.c: (make_dv_pipeline), (make_avi_pipeline),
10783         (make_mpeg_pipeline), (make_mpegnt_pipeline),
10784         (make_playerbin_pipeline), (query_durations_elems),
10785         (query_durations_pads), (query_positions_elems),
10786         (query_positions_pads), (update_scale), (iterate), (stop_seek),
10787         (main):
10788         Added playbin seeking example.
10789
10790 2004-07-08  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
10791
10792         * gst-libs/gst/play/play.c: (gst_play_set_location),
10793         (gst_play_set_data_src), (gst_play_set_video_sink),
10794         (gst_play_set_audio_sink), (gst_play_set_visualization),
10795         (gst_play_connect_visualization), (gst_play_get_framerate):
10796           use a macro to look up elements from hash table
10797
10798 2004-07-08  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
10799
10800         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup),
10801         (gst_play_get_length_callback), (gst_play_set_location),
10802         (gst_play_seek_to_time), (gst_play_set_data_src),
10803         (gst_play_set_video_sink), (gst_play_set_audio_sink),
10804         (gst_play_set_visualization), (gst_play_connect_visualization),
10805         (gst_play_get_sink_element):
10806         - add debugging info
10807         - fix looking up sink elements by iterating over complete caps
10808         - put everything except for source and autoplugger in a complete bin
10809
10810 2004-07-08  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
10811
10812         * ext/alsa/gstalsa.c: (gst_alsa_drain_audio):
10813         * ext/alsa/gstalsasink.c: (gst_alsa_sink_flush_one_pad),
10814         (gst_alsa_sink_check_event), (gst_alsa_sink_mmap),
10815         (gst_alsa_sink_write), (gst_alsa_sink_loop):
10816         * ext/alsa/gstalsasink.h:
10817         - add debugging info
10818         - clean up schizophrenia of data/buffer/event
10819         - fix double event unref error
10820
10821 2004-07-08  Wim Taymans  <wim@fluendo.com>
10822
10823         * gst/playback/Makefile.am:
10824         Add headers to noinst
10825
10826 2004-07-08  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
10827
10828         * tools/gst-launch-ext-m.m:
10829         * tools/gst-launch-ext.1.in:
10830           convert to the third millenium
10831
10832 2004-07-07  David Schleef  <ds@schleef.org>
10833
10834         * sys/dxr3/Makefile.am: noinst_SOURCES should be nodist_SOURCES
10835
10836 2004-07-07  Wim Taymans  <wim@fluendo.com>
10837
10838         * gst/playback/Makefile.am:
10839         * gst/playback/README:
10840         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
10841         (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
10842         (compare_ranks), (print_feature), (gst_decode_bin_init),
10843         (gst_decode_bin_dispose), (find_compatibles), (close_pad_link),
10844         (try_to_link_1), (new_pad), (close_link), (type_found),
10845         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
10846         (plugin_init):
10847         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
10848         (gst_play_base_bin_class_init), (gst_play_base_bin_init),
10849         (gst_play_base_bin_dispose), (rebuild_pipeline), (queue_overrun),
10850         (gen_preroll_element), (no_more_pads), (new_stream),
10851         (setup_source), (gst_play_base_bin_set_property),
10852         (gst_play_base_bin_get_property), (gst_play_base_bin_change_state),
10853         (gst_play_base_bin_add_element),
10854         (gst_play_base_bin_remove_element),
10855         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
10856         (gst_play_base_bin_unlink_stream),
10857         (gst_play_base_bin_get_streaminfo):
10858         * gst/playback/gstplaybasebin.h:
10859         * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
10860         (gst_play_bin_class_init), (gst_play_bin_init),
10861         (gst_play_bin_dispose), (gst_play_bin_set_property),
10862         (gst_play_bin_get_property), (gen_video_element),
10863         (gen_audio_element), (setup_sinks), (gst_play_bin_change_state),
10864         (gst_play_bin_get_event_masks), (gst_play_bin_send_event),
10865         (gst_play_bin_get_formats), (gst_play_bin_convert),
10866         (gst_play_bin_get_query_types), (gst_play_bin_query),
10867         (plugin_init):
10868         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type),
10869         (gst_stream_info_get_type), (gst_stream_info_class_init),
10870         (gst_stream_info_init), (gst_stream_info_new),
10871         (gst_stream_info_dispose), (gst_stream_info_set_property),
10872         (gst_stream_info_get_property):
10873         * gst/playback/gststreaminfo.h:
10874         * gst/playback/test.c: (gen_video_element), (gen_audio_element),
10875         (main):
10876         * gst/playback/test2.c: (main):
10877         * gst/playback/test3.c: (update_scale), (main):
10878         More playbin fixes. Added README. Do better element filtering.
10879         Added base class to preroll media. Added test apps.
10880
10881 2004-07-07  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
10882
10883         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_flush_decoder):
10884         * ext/mpeg2dec/gstmpeg2dec.h:
10885           various debugging improvements.  Reset stream to next picture
10886           instead of sequence header, otherwise seeks cannot work.
10887
10888 2004-07-07  Wim Taymans  <wim@fluendo.com>
10889
10890         * gst/videobox/gstvideobox.c: (gst_video_box_fill_get_type),
10891         (gst_video_box_class_init), (gst_video_box_set_property),
10892         (gst_video_box_i420), (gst_video_box_ayuv), (gst_video_box_chain):
10893         Use pad_alloc where possible.
10894
10895 2004-07-07  Wim Taymans  <wim@fluendo.com>
10896
10897         * sys/oss/gstosselement.c: (gst_osselement_reset),
10898         (gst_osselement_parse_caps):
10899         * sys/oss/gstosselement.h:
10900         * sys/oss/gstosssrc.c: (gst_osssrc_get):
10901         Fix offset on osssrc.
10902
10903 2004-07-07  Wim Taymans  <wim@fluendo.com>
10904
10905         * ext/theora/theora.c: (plugin_init):
10906         * ext/theora/theoradec.c: (theora_dec_from_granulepos),
10907         (theora_dec_src_query), (theora_dec_chain):
10908         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
10909         (theora_enc_sink_link), (theora_buffer_from_packet),
10910         (theora_push_packet), (theora_enc_chain):
10911         Fix theora granulepos calculation.
10912         Fix overflow in duration/position calculation.
10913         Bump rank to PRIMARY for theoradec.
10914         Use granulepos of last packet to calculate position.
10915         Set keyframe flag on buffers when needed.
10916
10917 2004-07-06  David Schleef  <ds@schleef.org>
10918
10919         * gst/playback/Makefile.am: 'test' in bin_PROGRAMS?  Are you
10920         serious?  (Fixed, obviously.)
10921
10922 2004-07-06  Thomas Vander Stichele  <thomas at apestaart dot org>
10923
10924         * po/LINGUAS:
10925         * po/cs.po:
10926           added Czech translation (Miloslav Trmac)
10927
10928 2004-07-05  Wim Taymans  <wim@fluendo.com>
10929
10930         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
10931         (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
10932         (compare_ranks), (gst_decode_bin_init), (gst_decode_bin_dispose),
10933         (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
10934         (close_link), (type_found), (gst_decode_bin_set_property),
10935         (gst_decode_bin_get_property), (gst_decode_bin_get_event_masks),
10936         (gst_decode_bin_send_event), (gst_decode_bin_get_formats),
10937         (gst_decode_bin_convert), (gst_decode_bin_get_query_types),
10938         (gst_decode_bin_query), (plugin_init):
10939         * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
10940         (gst_play_bin_class_init), (gst_play_bin_init),
10941         (gst_play_bin_dispose), (rebuild_pipeline), (get_audio_element),
10942         (get_video_element), (new_pad), (setup_source),
10943         (gst_play_bin_set_property), (gst_play_bin_get_property),
10944         (gst_play_bin_change_state), (gst_play_bin_add_element),
10945         (gst_play_bin_remove_element), (gst_play_bin_get_event_masks),
10946         (gst_play_bin_send_event), (gst_play_bin_get_formats),
10947         (gst_play_bin_convert), (gst_play_bin_get_query_types),
10948         (gst_play_bin_query), (gst_play_bin_get_clock), (plugin_init):
10949         * gst/playback/test.c: (main):
10950         More fixes, cleaned up playbin, make it use decodebin. Added
10951         threaded property to playbin.
10952
10953 2004-07-05  Wim Taymans  <wim@fluendo.com>
10954
10955         * configure.ac:
10956         * gst/playback/Makefile.am:
10957         * gst/playback/decodetest.c: (main):
10958         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
10959         (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
10960         (compare_ranks), (gst_decode_bin_init), (gst_decode_bin_dispose),
10961         (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
10962         (close_link), (type_found), (gst_decode_bin_set_property),
10963         (gst_decode_bin_get_property), (gst_decode_bin_change_state),
10964         (gst_decode_bin_get_event_masks), (gst_decode_bin_send_event),
10965         (gst_decode_bin_get_formats), (gst_decode_bin_convert),
10966         (gst_decode_bin_get_query_types), (gst_decode_bin_query),
10967         (plugin_init):
10968         * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
10969         (gst_play_bin_class_init), (gst_play_bin_init),
10970         (gst_play_bin_dispose), (gen_default_output), (rebuild_pipeline),
10971         (collect_sink_pads), (find_compatibles), (close_pad_link),
10972         (try_to_link_1), (new_pad), (close_link), (type_found),
10973         (setup_source), (gst_play_bin_set_property),
10974         (gst_play_bin_get_property), (gst_play_bin_factory_filter),
10975         (compare_ranks), (gst_play_bin_collect_factories),
10976         (gst_play_bin_change_state), (gst_play_bin_add_element),
10977         (gst_play_bin_remove_element), (gst_play_bin_get_event_masks),
10978         (gst_play_bin_send_event), (gst_play_bin_get_formats),
10979         (gst_play_bin_convert), (gst_play_bin_get_query_types),
10980         (gst_play_bin_query), (gst_play_bin_get_clock), (plugin_init):
10981         * gst/playback/test.c: (main):
10982         Added some playback helper elements and some test apps, very alpha
10983         still.
10984
10985 2004-07-04  Benjamin Otte  <otte@gnome.org>
10986
10987         * ext/alsa/gstalsa.c: (gst_alsa_xrun_recovery):
10988           only restart audio when we indeed have an xrun to fix repeated
10989           xruns. Fix suggested by Giuliano Pochini.
10990
10991 2004-07-03  David Schleef  <ds@schleef.org>
10992
10993         * ext/alsa/gstalsaplugin.c: (gst_alsa_error_wrapper): Disable
10994         call to gst_debug_log() if debugging is disabled (bug #145118)
10995
10996 2004-07-03  Benjamin Otte  <otte@gnome.org>
10997
10998         * ext/alsa/gstalsa.c: (gst_alsa_xrun_recovery):
10999           use our own functions for restarting the alsa device.
11000         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
11001           I should apply patches myself - use MIN for the third argument, not
11002           the second, this fixes seeking
11003
11004 2004-07-02  David Schleef  <ds@schleef.org>
11005
11006         * ext/flac/gstflacdec.c: (gst_flacdec_class_init),
11007         (gst_flacdec_write):  Actually, GST_PAD_CAPS() has nothing to
11008         do with the logic.
11009
11010 2004-07-02  David Schleef  <ds@schleef.org>
11011
11012         * ext/flac/gstflacdec.c: (gst_flacdec_write):  Set duration on
11013         output buffers.  Fix logic mistake.  (bug #144866)
11014
11015 2004-07-02  David Schleef  <ds@schleef.org>
11016
11017         * gst-libs/gst/xoverlay/Makefile.am: xoverlay no longer depends
11018         on X.  (bug #144753)
11019
11020 2004-07-02  David Schleef  <ds@schleef.org>
11021
11022         * gst/wavenc/gstwavenc.c: (gst_wavenc_setup),
11023         (gst_wavenc_stop_file): Switch to GST_WRITE_UINT32_LE macros
11024         (bug #144624)
11025         * sys/oss/gstosselement.c: (gst_osselement_probe_caps),
11026         (gst_osselement_rate_probe_check): Add another workaround for
11027         buggy drivers (bug #145336)
11028
11029 2004-07-02  David Schleef  <ds@schleef.org>
11030
11031         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_handle_client_write):
11032         Most systems don't have MSG_NOSIGNAL.
11033
11034 2004-07-02  Thomas Vander Stichele  <thomas at apestaart dot org>
11035
11036         * Makefile.am:
11037         * gst-libs/gst/colorbalance/Makefile.am:
11038         * gst-libs/gst/mixer/Makefile.am:
11039         * gst-libs/gst/play/Makefile.am:
11040         * gst-libs/gst/tuner/Makefile.am:
11041           (hopefully) fix both install and dist and make error message useful.
11042           needs testing across automakes.
11043
11044 2004-07-02  Benjamin Otte  <otte@gnome.org>
11045
11046         * ext/ogg/gstogg.c: (plugin_init):
11047           we require bytestream now
11048         * ext/ogg/gstoggdemux.c:
11049           huge diff to implement chain setup in a fast and generic way. This
11050           improves tag reading and startup of huge files (read: Theora videos)
11051           quite a bit. It probably contains bugs, too, so please test.
11052           Seeking is not improved to the fast method.
11053
11054 2004-06-29  Wim Taymans  <wim@fluendo.com>
11055
11056         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
11057         * ext/ogg/gstoggmux.c:
11058         Fix memleak in oggdemux when running unconnected pads.
11059         doc update in mux, start working on keyframe mode.
11060
11061 2004-06-29  Benjamin Otte  <otte@gnome.org>
11062
11063         * sys/oss/gstosssink.c:
11064         * sys/oss/gstosssrc.c:
11065           advertise correct template caps - we indeed do non-native endianness
11066           and 8bit audio has no endianness
11067         * sys/ximage/ximagesink.c: (gst_ximagesink_getcaps):
11068         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_getcaps):
11069           avoid (wrong) duplications in getcaps function and return
11070           template caps
11071
11072 2004-06-29  Wim Taymans  <wim@fluendo.com>
11073
11074         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
11075         (gst_multifdsink_class_init), (gst_multifdsink_add),
11076         (gst_multifdsink_remove), (gst_multifdsink_clear),
11077         (gst_multifdsink_client_remove),
11078         (gst_multifdsink_handle_client_read),
11079         (gst_multifdsink_client_queue_data),
11080         (gst_multifdsink_client_queue_caps),
11081         (gst_multifdsink_client_queue_buffer),
11082         (gst_multifdsink_handle_client_write),
11083         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
11084         (gst_multifdsink_handle_clients), (gst_multifdsink_thread),
11085         (gst_multifdsink_init_send), (gst_multifdsink_close):
11086         Fix wrong GList iteration that could crash the server when
11087         more then 2 clients disconnect at the same time. Read all the
11088         pending commands in one batch to recover from command storms under
11089         very heavy load.
11090
11091 2004-06-28  Wim Taymans  <wim@fluendo.com>
11092
11093         * gst/videomixer/videomixer.c: (gst_videomixer_pad_get_type),
11094         (gst_videomixer_pad_class_init), (gst_videomixer_pad_get_property),
11095         (gst_videomixer_pad_set_property),
11096         (gst_videomixer_pad_sinkconnect), (gst_videomixer_pad_init),
11097         (gst_video_mixer_background_get_type), (gst_videomixer_get_type),
11098         (gst_videomixer_class_init), (gst_videomixer_init),
11099         (gst_videomixer_request_new_pad), (gst_videomixer_blend_ayuv_i420),
11100         (pad_zorder_compare), (gst_videomixer_sort_pads),
11101         (gst_videomixer_fill_checker), (gst_videomixer_fill_color),
11102         (gst_videomixer_fill_queues), (gst_videomixer_blend_buffers),
11103         (gst_videomixer_update_queues), (gst_videomixer_loop),
11104         (plugin_init):
11105         Avoid divide by zero, choose masterpad as the pad with the highest
11106         framerate.
11107
11108 2004-06-27  Julien Moutte  <julien@moutte.net>
11109
11110         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_decorate),
11111         (gst_ximagesink_xwindow_new):
11112         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_decorate),
11113         (gst_xvimagesink_xwindow_new): I prefer locking the mutex in the
11114         function directly. We might want to call it from somewhere else one day.
11115
11116 2004-06-27  Julien Moutte  <julien@moutte.net>
11117
11118         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_decorate),
11119         (gst_ximagesink_xwindow_new):
11120         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_decorate),
11121         (gst_xvimagesink_xwindow_new): Trying to fix the random behaviour of
11122         window decorations.
11123
11124 2004-06-27  Wim Taymans  <wim@fluendo.com>
11125
11126         * ext/dv/gstdvdec.c: (gst_dvdec_class_init), (gst_dvdec_init),
11127         (gst_dvdec_video_getcaps), (gst_dvdec_video_link),
11128         (gst_dvdec_push), (gst_dvdec_loop), (gst_dvdec_change_state),
11129         (gst_dvdec_set_property), (gst_dvdec_get_property):
11130         * ext/dv/gstdvdec.h:
11131         Implement drop_factor property to lower the framerate with
11132         a factor.
11133
11134 2004-06-27  Thomas Vander Stichele  <thomas at apestaart dot org>
11135
11136         * gst-libs/gst/colorbalance/Makefile.am:
11137         * gst-libs/gst/mixer/Makefile.am:
11138         * gst-libs/gst/play/Makefile.am:
11139         * gst-libs/gst/tuner/Makefile.am:
11140           unbreak Company's fix that didn't install the -enum.h files
11141
11142 2004-06-27  Wim Taymans  <wim@fluendo.com>
11143
11144         * ext/dv/gstdvdec.c: (gst_dvdec_push), (gst_dvdec_loop),
11145         (gst_dvdec_change_state):
11146         * ext/dv/gstdvdec.h:
11147         Fix timestamp, duration and offset of the buffers.
11148
11149 2004-06-27  Wim Taymans  <wim@fluendo.com>
11150
11151         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
11152         (gst_multifdsink_class_init), (gst_multifdsink_add),
11153         (gst_multifdsink_remove), (gst_multifdsink_clear),
11154         (gst_multifdsink_client_remove),
11155         (gst_multifdsink_handle_client_read),
11156         (gst_multifdsink_client_queue_data),
11157         (gst_multifdsink_client_queue_caps),
11158         (gst_multifdsink_client_queue_buffer),
11159         (gst_multifdsink_handle_client_write),
11160         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
11161         (gst_multifdsink_handle_clients), (gst_multifdsink_thread),
11162         (gst_multifdsink_init_send), (gst_multifdsink_close):
11163         * gst/tcp/gstmultifdsink.h:
11164         * gst/tcp/gsttcpserversink.c:
11165         (gst_tcpserversink_handle_server_read),
11166         (gst_tcpserversink_handle_select), (gst_tcpserversink_close):
11167         More multifdsink fixes, more recovery policy fixes.
11168         Removed stupid g_print
11169
11170 2004-06-26  Wim Taymans  <wim@fluendo.com>
11171
11172         * gst/tcp/Makefile.am:
11173         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
11174         (gst_multifdsink_get_type), (gst_multifdsink_base_init),
11175         (gst_multifdsink_class_init), (gst_multifdsink_init),
11176         (gst_multifdsink_debug_fdset), (gst_multifdsink_client_remove),
11177         (gst_multifdsink_handle_client_read),
11178         (gst_multifdsink_client_queue_data),
11179         (gst_multifdsink_client_queue_caps),
11180         (gst_multifdsink_client_queue_buffer),
11181         (gst_multifdsink_handle_client_write),
11182         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
11183         (gst_multifdsink_handle_clients), (gst_multifdsink_thread),
11184         (gst_multifdsink_chain), (gst_multifdsink_set_property),
11185         (gst_multifdsink_get_property), (gst_multifdsink_init_send),
11186         (gst_multifdsink_close), (gst_multifdsink_change_state):
11187         * gst/tcp/gstmultifdsink.h:
11188         * gst/tcp/gsttcpplugin.c: (plugin_init):
11189         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_get_type),
11190         (gst_tcpserversink_class_init), (gst_tcpserversink_init),
11191         (gst_tcpserversink_handle_server_read),
11192         (gst_tcpserversink_handle_select),
11193         (gst_tcpserversink_set_property), (gst_tcpserversink_get_property),
11194         (gst_tcpserversink_init_send), (gst_tcpserversink_close):
11195         * gst/tcp/gsttcpserversink.h:
11196         Added multifdsink, made tcpserversink a subclass of fdsink, removed
11197         one of the locks, added recovery policy to multifdsink.
11198
11199 2004-06-26  Thomas Vander Stichele  <thomas at apestaart dot org>
11200
11201         * gst/videorate/gstvideorate.c: (gst_videorate_chain):
11202           fix decision for when getting frames with same timestamp
11203         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init), (gst_v4lsrc_init),
11204         (gst_v4lsrc_get), (gst_v4lsrc_set_property),
11205         (gst_v4lsrc_get_property):
11206         * sys/v4l/gstv4lsrc.h:
11207           add latency offset property
11208
11209 2004-06-26  Thomas Vander Stichele  <thomas at apestaart dot org>
11210
11211         * gst/videorate/gstvideorate.c: (gst_videorate_chain),
11212         (plugin_init):
11213           fix debugging. add category.
11214
11215 2004-06-25  Thomas Vander Stichele  <thomas at apestaart dot org>
11216
11217         * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
11218           fix wrong offsets
11219
11220 2004-06-25  Thomas Vander Stichele  <thomas at apestaart dot org>
11221
11222         * ext/alsa/gstalsasrc.c: (gst_alsa_src_init),
11223         (gst_alsa_src_get_time), (gst_alsa_src_loop),
11224         (gst_alsa_src_change_state):
11225           return a time that is in sync with the element's processing
11226
11227 2004-06-25  Wim Taymans  <wim@fluendo.com>
11228
11229         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
11230         (gst_tcpserversink_init), (gst_tcpserversink_handle_server_read),
11231         (gst_tcpserversink_client_remove),
11232         (gst_tcpserversink_handle_client_read),
11233         (gst_tcpserversink_client_queue_data),
11234         (gst_tcpserversink_client_queue_caps),
11235         (gst_tcpserversink_client_queue_buffer),
11236         (gst_tcpserversink_handle_client_write),
11237         (gst_tcpserversink_queue_buffer),
11238         (gst_tcpserversink_handle_clients), (gst_tcpserversink_thread),
11239         (gst_tcpserversink_chain), (gst_tcpserversink_set_property),
11240         (gst_tcpserversink_get_property), (gst_tcpserversink_init_send),
11241         (gst_tcpserversink_close):
11242         * gst/tcp/gsttcpserversink.h:
11243         Serversink rewrite. Really do non blocking writes to clients and
11244         maintain an internal queue to handle slower clients while not
11245         disturbing fast clients.
11246
11247 2004-06-25  Thomas Vander Stichele  <thomas at apestaart dot org>
11248
11249         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get):
11250           better debug, don't override OFFSET and OFFSET_END
11251
11252 2004-06-25  Iain <iain@prettypeople.org>
11253
11254         * gst-libs/gst/media-info/media-info-priv.c (gmi_set_mime): Add
11255         name=source for the wavparse pipeline.
11256
11257 2004-06-24  Johan Dahlin  <johan@gnome.org>
11258
11259         * ext/theora/theoraenc.c (theora_enc_chain): Call
11260         gst_pad_try_set_caps instead of gst_pad_set_explicit_caps so the
11261         streamheader caps are set correctly.
11262
11263 2004-06-24  Thomas Vander Stichele  <thomas at apestaart dot org>
11264
11265         * ext/vorbis/vorbisenc.c: (raw_caps_factory),
11266         (gst_vorbisenc_setup), (gst_vorbisenc_set_property):
11267           respect minimum bitrate; same could be done for max bitrate
11268
11269 2004-06-24  Thomas Vander Stichele  <thomas at apestaart dot org>
11270
11271         * ext/vorbis/vorbisenc.c: (raw_caps_factory),
11272         (gst_vorbisenc_setup):
11273           fix sample rate range
11274
11275 2004-06-24  Thomas Vander Stichele  <thomas at apestaart dot org>
11276
11277         * ext/vorbis/oggvorbisenc.c: (gst_oggvorbisenc_class_init),
11278         (gst_oggvorbisenc_setup):
11279         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_class_init),
11280         (gst_vorbisenc_setup):
11281           resolve ambiguities in code and description
11282
11283 2004-06-24  Wim Taymans  <wim@fluendo.com>
11284
11285         * ext/alsa/gstalsa.c: (gst_alsa_start), (gst_alsa_xrun_recovery):
11286         * ext/alsa/gstalsa.h:
11287         * ext/alsa/gstalsasrc.c: (gst_alsa_src_init),
11288         (gst_alsa_src_update_avail), (gst_alsa_src_loop):
11289         Use alsa trigger_tstamp to get the timestamp of the first
11290         sample in the buffer for more precise sync. Some cleanups.
11291
11292 2004-06-24  Wim Taymans  <wim@fluendo.com>
11293
11294         * gst/audiorate/gstaudiorate.c: (gst_audiorate_link),
11295         (gst_audiorate_init), (gst_audiorate_chain),
11296         (gst_audiorate_set_property), (gst_audiorate_get_property):
11297         * gst/videorate/gstvideorate.c: (gst_videorate_class_init),
11298         (gst_videorate_chain):
11299         Added some logging, fixed an overflow bug in videorate.
11300
11301 2004-06-24  Benjamin Otte  <otte@gnome.org>
11302
11303         * ext/kio/Makefile.am:
11304           fix for builddir != srcdir and distcheck
11305
11306 2004-06-24  Benjamin Otte  <otte@gnome.org>
11307
11308         * gst-libs/gst/colorbalance/Makefile.am:
11309         * gst-libs/gst/mixer/Makefile.am:
11310         * gst-libs/gst/play/Makefile.am:
11311         * gst-libs/gst/tuner/Makefile.am:
11312         * gst/tcp/Makefile.am:
11313         * sys/dxr3/Makefile.am:
11314           don't include -enumtypes.[ch] or -marshal.[ch] files in the disted
11315           tarball.
11316           Also add all *.list files that were missing.
11317         * Makefile.am:
11318           add a distcheck hook to ensure the above doesn't happen again.
11319
11320 2004-06-23  David I. Lehn  <dlehn@users.sourceforge.net>
11321
11322         * ext/Makefile.am: s/DTS_DIR=dvdread/DTS_DIR=dts/
11323
11324 2004-06-23  Colin Walters  <walters@redhat.com>
11325
11326         * m4/Makefile.am: Distribute gst-fionread.m4.
11327
11328 2004-06-23  Thomas Vander Stichele  <thomas at apestaart dot org>
11329
11330         * configure.ac: back to dev
11331
11332 2004-06-23  Wim Taymans  <wim@fluendo.com>
11333
11334         * ext/alsa/gstalsa.c: (gst_alsa_change_state), (gst_alsa_start),
11335         (gst_alsa_xrun_recovery):
11336         * ext/alsa/gstalsa.h:
11337         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event),
11338         (gst_alsa_sink_loop), (gst_alsa_sink_get_time):
11339         * ext/alsa/gstalsasrc.c: (gst_alsa_src_init),
11340         (gst_alsa_src_get_time), (gst_alsa_src_update_avail),
11341         (gst_alsa_src_loop):
11342         Add clock to alsasrc. Take new capture timestamp when
11343         restarting after an overrun. Split up some functions between
11344         alsasrc and alsasink.
11345
11346 === release 0.8.2 ===
11347
11348 2004-06-23  Thomas Vander Stichele  <thomas at apestaart dot org>
11349
11350         * ext/alsa/gstalsa.c: (gst_alsa_init), (gst_alsa_dispose),
11351         (gst_alsa_change_state), (gst_alsa_update_avail),
11352         (gst_alsa_xrun_recovery):
11353         * ext/alsa/gstalsa.h:
11354         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
11355           merge back changes from release
11356
11357 2004-06-23  Wim Taymans  <wim@fluendo.com>
11358
11359         * gst/audiorate/gstaudiorate.c: (gst_audiorate_class_init),
11360         (gst_audiorate_init), (gst_audiorate_chain),
11361         (gst_audiorate_set_property), (gst_audiorate_get_property):
11362         Implement sample dropping and notify
11363
11364 2004-06-22  Wim Taymans  <wim@fluendo.com>
11365
11366         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
11367         (theora_enc_sink_link), (theora_buffer_from_packet),
11368         (theora_push_packet), (theora_enc_chain):
11369         Some cleanups, make sure the timestamps are correct.
11370
11371 2004-06-22  Wim Taymans  <wim@fluendo.com>
11372
11373         * ext/alsa/gstalsa.c: (gst_alsa_get_time), (gst_alsa_clock_update),
11374         (gst_alsa_change_state), (gst_alsa_update_avail),
11375         (gst_alsa_xrun_recovery):
11376         * ext/alsa/gstalsa.h:
11377         * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
11378         Cleanups, take queued samples into account when reporting
11379         the time.
11380
11381 2004-06-22  Wim Taymans  <wim@fluendo.com>
11382
11383         * gst/videorate/gstvideorate.c: (gst_videorate_class_init),
11384         (gst_videorate_init):
11385         Initialize the property as well.
11386
11387 2004-06-22  Wim Taymans  <wim@fluendo.com>
11388
11389         * gst/videorate/gstvideorate.c: (gst_videorate_class_init),
11390         (gst_videorate_init), (gst_videorate_chain),
11391         (gst_videorate_set_property), (gst_videorate_get_property):
11392         Add property to make videorate silent.
11393         Add property to prefer new frames over old ones.
11394
11395 2004-06-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
11396
11397         * sys/osxvideo/Makefile.am:
11398         Workaround so that the osxvideo .so file gets linked with the
11399         Cocoa, OpenGL and QuickTime frameworks
11400
11401 2004-06-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
11402
11403         * sys/osxaudio/Makefile.am:
11404         Workaround so that the osxaudio .so file gets linked with the
11405         CoreAudio framework
11406
11407 2004-06-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
11408
11409         * configure.ac:
11410         Whoops, my fault...fixed build issues
11411
11412 2004-06-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
11413
11414         * configure.ac:
11415         Add objective-c support if running in Darwin/Mac OS X
11416         * sys/Makefile.am:
11417         * sys/osxvideo:
11418         * sys/osxvideo/Makefile.am:
11419         * sys/osxvideo/osxvideosink.h:
11420         * sys/osxvideo/osxvideosink.m:
11421         * sys/osxvideo/cocoawindow.h:
11422         * sys/osxvideo/cocoawindow.m:
11423         Add osxvideosink, a cocoa-based osx video sink
11424
11425
11426 2004-06-19  Jan Schmidt  <thaytan@mad.scientist.com>
11427         * ext/dvdnav/gst-dvd:
11428         Grab the gconf key from the right spot
11429         * gst/debug/gstnavseek.c: (gst_navseek_init),
11430         (gst_navseek_segseek), (gst_navseek_handle_src_event),
11431         (gst_navseek_chain):
11432         * gst/debug/gstnavseek.h:
11433           Add 's', 'e' and 'l' keypresses to navseek to define the start,end
11434           and loop parameters of a segment seek.
11435         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_init),
11436         (gst_videotestsrc_get_event_masks),
11437         (gst_videotestsrc_handle_src_event), (gst_videotestsrc_get):
11438         * gst/videotestsrc/gstvideotestsrc.h:
11439           Add seeking support to videotestsrc
11440           Initialise the timestamp_offset variable.
11441
11442 2004-06-18  Wim Taymans  <wim@fluendo.com>
11443
11444         * ext/sidplay/gstsiddec.cc:
11445         Fix negotiation and set correct end offset.
11446
11447 2004-06-18  Thomas Vander Stichele  <thomas at apestaart dot org>
11448
11449         * configure.ac: branch and prerelease
11450
11451 2004-06-17  Thomas Vander Stichele  <thomas at apestaart dot org>
11452
11453         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init),
11454         (gst_tcpclientsrc_getcaps), (gst_tcpclientsrc_get),
11455         (gst_tcpclientsrc_init_receive):
11456         * gst/tcp/gsttcpclientsrc.h:
11457           read caps when connecting to server for GDP so we set them correctly
11458
11459 2004-06-17  Thomas Vander Stichele  <thomas at apestaart dot org>
11460
11461         * gst/videorate/gstvideorate.c: (gst_videorate_chain):
11462           notify drops and duplicates
11463         * gst/videoscale/videoscale.c: (videoscale_get_structure):
11464           no good reason to limit ourselves to 100x100
11465
11466 2004-06-17  Thomas Vander Stichele  <thomas at apestaart dot org>
11467
11468         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init), (gst_v4lsrc_init),
11469         (gst_v4lsrc_open), (gst_v4lsrc_src_link), (gst_v4lsrc_getcaps),
11470         (gst_v4lsrc_get), (gst_v4lsrc_set_property),
11471         (gst_v4lsrc_get_property):
11472         * sys/v4l/gstv4lsrc.h:
11473         * sys/v4l/v4l_calls.c: (gst_v4l_set_window_properties),
11474         (gst_v4l_open), (gst_v4l_get_picture), (gst_v4l_get_audio),
11475         (gst_v4l_set_audio):
11476         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_grab_frame),
11477         (gst_v4lsrc_try_capture):
11478         * sys/v4l/v4lsrc_calls.h:
11479           change try_palette to more general try_capture
11480           add autoprobe option so we can turn off autoprobing
11481           various fixes
11482
11483 2004-06-17  Thomas Vander Stichele  <thomas at apestaart dot org>
11484
11485         * configure.ac:
11486           add videorate
11487         * sys/ximage/ximagesink.c: (gst_ximagesink_finalize),
11488         (gst_ximagesink_class_init):
11489         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_finalize),
11490         (gst_xvimagesink_class_init):
11491           run them as finalize, not dispose, since dispose can be invoked
11492           multiple times
11493
11494 2004-06-17  Wim Taymans  <wim@fluendo.com>
11495
11496         * ext/alsa/gstalsa.c: (gst_alsa_init), (gst_alsa_dispose),
11497         (gst_alsa_get_time), (gst_alsa_xrun_recovery):
11498         * ext/alsa/gstalsa.h:
11499         * ext/alsa/gstalsaclock.c: (gst_alsa_clock_get_type):
11500         * ext/alsa/gstalsasrc.c: (gst_alsa_src_init), (gst_alsa_src_loop),
11501         (gst_alsa_src_change_state):
11502         * ext/alsa/gstalsasrc.h:
11503         Make the xrun code timestamp and offset the buffers correctly.
11504         moved the clock to the base class, use alsa methods to get time.
11505         Do correct timestamping on outgoing buffers.
11506
11507 2004-06-17  Wim Taymans  <wim@fluendo.com>
11508
11509         * gst/audiorate/Makefile.am:
11510         * gst/audiorate/gstaudiorate.c: (gst_audiorate_get_type),
11511         (gst_audiorate_base_init), (gst_audiorate_class_init),
11512         (gst_audiorate_link), (gst_audiorate_init), (gst_audiorate_chain),
11513         (gst_audiorate_set_property), (gst_audiorate_get_property),
11514         (gst_audiorate_change_state), (plugin_init):
11515         Added an audiorate converter that fills in gaps.
11516
11517 2004-06-17  Johan Dahlin  <johan@gnome.org>
11518
11519         * ext/tcp/*: Revert Zaheer changes, to make things actually work again.
11520
11521 2004-06-16  Wim Taymans  <wim@fluendo.com>
11522
11523         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get):
11524         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_sync_mode_get_type),
11525         (gst_v4lsrc_class_init), (gst_v4lsrc_init), (gst_v4lsrc_get_fps),
11526         (gst_v4lsrc_get), (gst_v4lsrc_set_property),
11527         (gst_v4lsrc_get_property):
11528         * sys/v4l/gstv4lsrc.h:
11529         Added a copy mode to v4lsrc where it will output a copied version
11530         of its internal hardware buffer.
11531         Fix the wrong FLAG_SET usage. The flags are integers, not bits, you
11532         can't | them.
11533
11534 2004-06-16  Wim Taymans  <wim@fluendo.com>
11535
11536         * sys/oss/gstosssrc.c: (gst_osssrc_get):
11537         Timestamp fixes.
11538
11539 2004-06-16  Wim Taymans  <wim@fluendo.com>
11540
11541         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_sync_mode_get_type),
11542         (gst_v4lsrc_class_init), (gst_v4lsrc_init), (gst_v4lsrc_get_fps),
11543         (gst_v4lsrc_get), (gst_v4lsrc_set_property),
11544         (gst_v4lsrc_get_property):
11545         * sys/v4l/gstv4lsrc.h:
11546         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay):
11547         Added a sync mode enum property to control v4lsrc timestamp method
11548         Removed the use-fixed-fps property and moved functionality in
11549         the enum.
11550         Don't error on an error value from v4l-conf, it might not always
11551         be a real error.
11552
11553 2004-06-16  Wim Taymans  <wim@fluendo.com>
11554
11555         * gst/videorate/Makefile.am:
11556         * gst/videorate/gstvideorate.c: (gst_videorate_get_type),
11557         (gst_videorate_base_init), (gst_videorate_class_init),
11558         (gst_videorate_getcaps), (gst_videorate_link),
11559         (gst_videorate_init), (gst_videorate_chain),
11560         (gst_videorate_set_property), (gst_videorate_get_property),
11561         (gst_videorate_change_state), (plugin_init):
11562         Added a video timestamp corrector.
11563
11564 2004-06-15  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
11565
11566         fixed a potential leak with previous commit
11567
11568         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head):
11569
11570 2004-06-15  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
11571
11572         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head):
11573         Added missing refcount, fixes bug #144425
11574         Cheers Tim for finding the bug
11575
11576 2004-06-15  Thomas Vander Stichele  <thomas at apestaart dot org>
11577
11578         * sys/v4l/gstv4l.c: (plugin_init):
11579         * sys/v4l/gstv4lcolorbalance.c:
11580         * sys/v4l/gstv4lcolorbalance.h:
11581         * sys/v4l/gstv4lelement.c:
11582         * sys/v4l/gstv4lelement.h:
11583         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_class_init):
11584         * sys/v4l/gstv4lmjpegsink.h:
11585         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_class_init):
11586         * sys/v4l/gstv4lmjpegsrc.h:
11587         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get_fps_list),
11588         (gst_v4lsrc_get_fps), (gst_v4lsrc_srcconnect),
11589         (gst_v4lsrc_getcaps), (gst_v4lsrc_get):
11590         * sys/v4l/gstv4lsrc.h:
11591         * sys/v4l/gstv4ltuner.c:
11592         * sys/v4l/gstv4ltuner.h:
11593         * sys/v4l/gstv4lxoverlay.c:
11594         * sys/v4l/gstv4lxoverlay.h:
11595         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay),
11596         (gst_v4l_set_window), (gst_v4l_enable_overlay):
11597         * sys/v4l/v4l_calls.c: (gst_v4l_set_window_properties),
11598         (gst_v4l_open), (gst_v4l_get_picture), (gst_v4l_get_audio),
11599         (gst_v4l_set_audio):
11600         * sys/v4l/v4l_calls.h:
11601         * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_sync_thread),
11602         (gst_v4lmjpegsink_queue_frame), (gst_v4lmjpegsink_sync_frame),
11603         (gst_v4lmjpegsink_set_buffer), (gst_v4lmjpegsink_set_playback),
11604         (gst_v4lmjpegsink_playback_init),
11605         (gst_v4lmjpegsink_playback_start), (gst_v4lmjpegsink_get_buffer),
11606         (gst_v4lmjpegsink_play_frame), (gst_v4lmjpegsink_wait_frame),
11607         (gst_v4lmjpegsink_playback_stop),
11608         (gst_v4lmjpegsink_playback_deinit):
11609         * sys/v4l/v4lmjpegsink_calls.h:
11610         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_queue_frame),
11611         (gst_v4lmjpegsrc_sync_next_frame), (gst_v4lmjpegsrc_set_buffer),
11612         (gst_v4lmjpegsrc_set_capture), (gst_v4lmjpegsrc_set_capture_m),
11613         (gst_v4lmjpegsrc_capture_init), (gst_v4lmjpegsrc_capture_start),
11614         (gst_v4lmjpegsrc_grab_frame), (gst_v4lmjpegsrc_requeue_frame),
11615         (gst_v4lmjpegsrc_capture_stop), (gst_v4lmjpegsrc_capture_deinit):
11616         * sys/v4l/v4lmjpegsrc_calls.h:
11617         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_queue_frame),
11618         (gst_v4lsrc_sync_frame), (gst_v4lsrc_set_capture),
11619         (gst_v4lsrc_capture_init), (gst_v4lsrc_capture_start),
11620         (gst_v4lsrc_grab_frame), (gst_v4lsrc_requeue_frame),
11621         (gst_v4lsrc_capture_stop), (gst_v4lsrc_capture_deinit),
11622         (gst_v4lsrc_try_palette):
11623         * sys/v4l/v4lsrc_calls.h:
11624           bunch of paranoia cleanups
11625
11626 2004-06-14  David Schleef  <ds@schleef.org>
11627
11628         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_init),
11629         (cdparanoia_get), (cdparanoia_open), (cdparanoia_change_state):
11630         Send discont events and change timestamps appropriately when
11631         we get a seek event.  (bug #144240)
11632         * ext/cdparanoia/gstcdparanoia.h:
11633
11634 2004-06-14  Benjamin Otte  <otte@gnome.org>
11635
11636         * ext/alsa/gstalsa.c: Use snd_pcm_hw_params_set_rate _near instead of
11637           snd_pcm_hw_params_set_rate  since the latter fails for no good
11638           reason on some setups.
11639
11640 2004-06-14  David Schleef  <ds@schleef.org>
11641
11642         * gst/volume/demo.c: (value_changed_callback): exp10() is not
11643         standard.  Thank you for playing.
11644
11645 2004-06-14  Wim Taymans  <wim@fluendo.com>
11646
11647         * gst/ffmpegcolorspace/imgconvert.c: (img_convert):
11648         Patch 1.3 broke the ordering of the colorspace info and
11649         made the plugin basically work by coincidence, reordered
11650         the info.
11651
11652 2004-06-14  Thomas Vander Stichele  <thomas at apestaart dot org>
11653
11654         * ext/lame/gstlame.c:
11655         * ext/mad/gstmad.c:
11656           sync caps.  Make sure mad can only output a list of rates, not
11657           a full range.  In the future, have three caps lists for each of the
11658           mpeg versions.  Change mpegversion to a double as well.
11659
11660 2004-06-14  Thomas Vander Stichele  <thomas at apestaart dot org>
11661
11662         * gst/volume/.cvsignore:
11663         * gst/volume/Makefile.am:
11664         * gst/volume/demo.c: (value_changed_callback), (idler),
11665         (setup_gui), (main):
11666           added small demo app
11667
11668 2004-06-13  Jan Schmidt  <thaytan@mad.scientist.com>
11669         * ext/esd/esdsink.c: (gst_esdsink_change_state):
11670         * ext/esd/esdsink.h:
11671         Close the esd connection on pause, because esd will just wait -
11672         blocking all other esd clients indefinitely.
11673
11674 2004-06-12  Christophe Fergeau  <teuf@gnome.org>
11675
11676         * gst/tags/gstvorbistag.c: replaced a g_warning which I added in my
11677           previous commit with GST_DEBUG
11678
11679 2004-06-12  Thomas Vander Stichele  <thomas at apestaart dot org>
11680
11681         * configure.ac:
11682           add a header check for a dvdread header in dvdnav.  Fixes #133002
11683
11684 2004-06-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
11685
11686         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_init_send):
11687         * gst/tcp/gsttcpclientsink.h:
11688         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init_receive):
11689         * gst/tcp/gsttcpclientsrc.h:
11690         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_init),
11691         (gst_tcpserversink_handle_server_read),
11692         (gst_tcpserversink_init_send):
11693         * gst/tcp/gsttcpserversink.h:
11694         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_init_receive):
11695         * gst/tcp/gsttcpserversrc.h:
11696         Modified the tcp plugins so they are portable (IPv4,IPv6, any future
11697         version of IP)
11698
11699 2004-06-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
11700
11701         * configure.ac:
11702         Added ogg library so that OSX detects libtheora properly
11703
11704 2004-06-11  Wim Taymans  <wim@fluendo.com>
11705
11706         * ext/theora/theoradec.c: (theora_dec_chain),
11707         (theora_dec_change_state):
11708         Don't try to decode frames before we received a keyframe.
11709
11710 2004-06-11  Wim Taymans  <wim@fluendo.com>
11711
11712         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
11713         (gst_ogg_mux_init), (gst_ogg_mux_next_buffer),
11714         (gst_ogg_mux_get_headers), (gst_ogg_mux_set_header_on_caps),
11715         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop),
11716         (gst_ogg_mux_get_property), (gst_ogg_mux_set_property):
11717         Added property to set the maximum delay of a page.
11718
11719 2004-06-10  Wim Taymans  <wim@fluendo.com>
11720
11721         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
11722         (gst_ogg_mux_init), (gst_ogg_mux_next_buffer),
11723         (gst_ogg_mux_get_headers), (gst_ogg_mux_set_header_on_caps),
11724         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop),
11725         (gst_ogg_mux_get_property), (gst_ogg_mux_set_property):
11726         Added max-delay property to control the maximum amount
11727         of data to put in one page.
11728
11729 2004-06-10  Wim Taymans  <wim@fluendo.com>
11730
11731         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
11732         (gst_theora_enc_init), (theora_enc_sink_link),
11733         (theora_buffer_from_packet), (theora_enc_set_property),
11734         (theora_enc_get_property):
11735         Set duration on encoded buffer, added some more properties
11736
11737 2004-06-10  Wim Taymans  <wim@fluendo.com>
11738
11739         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
11740         (gst_ogg_mux_get_headers), (gst_ogg_mux_set_header_on_caps),
11741         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop):
11742         * ext/theora/theoraenc.c: (theora_enc_chain):
11743         Fix refcounting bugs
11744
11745 2004-06-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
11746
11747         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_init),
11748         (gst_asf_demux_loop), (gst_asf_demux_process_file),
11749         (gst_asf_demux_process_data), (gst_asf_demux_handle_data),
11750         (gst_asf_demux_process_object), (gst_asf_demux_get_stream),
11751         (gst_asf_demux_process_chunk), (gst_asf_demux_handle_sink_event),
11752         (gst_asf_demux_handle_src_event), (gst_asf_demux_handle_src_query),
11753         (gst_asf_demux_change_state):
11754         * gst/asfdemux/gstasfdemux.h:
11755           You know Chimaira? "I - HATE - EVERYTHING". Yeah, that's what this
11756           feels like. I think we should set a new requirement for demuxers
11757           from now on to implement sane loop functions, data loops, query
11758           and seek functions before first commit into CVS. And this commit
11759           fixes all of the above.
11760
11761 2004-06-10  Christophe Fergeau  <teuf@gnome.org>
11762
11763         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_add): make sure parsed
11764           vorbis comments are properly encoded in UTF-8 before adding them
11765           to a GstTagList
11766
11767 2004-06-09  Benjamin Otte  <otte@gnome.org>
11768
11769         * ext/alsa/gstalsa.c: (add_channels):
11770           handle min <= max correctly
11771         * ext/alsa/gstalsa.c: (gst_alsa_fixate_to_mimetype),
11772         (gst_alsa_fixate_field_nearest_int), (gst_alsa_fixate):
11773           add fixation functions so we fixate correctly. No preferring of alaw
11774           anymore because it's the first structure.
11775         * ext/alsa/gstalsa.h:
11776         * ext/alsa/gstalsa.c: (gst_alsa_sw_params_dump),
11777         (gst_alsa_hw_params_dump):
11778           add functions to ease debugging in alsalib
11779         * ext/alsa/gstalsa.c: (gst_alsa_probe_hw_params),
11780         (gst_alsa_set_hw_params), (gst_alsa_set_sw_params),
11781         (gst_alsa_start_audio):
11782           only specify hw params if we really setup a format (fixes #134007 -
11783           or at least works around it)
11784
11785 2004-06-09  Wim Taymans  <wim@fluendo.com>
11786
11787         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
11788         (gst_ogg_mux_next_buffer), (gst_ogg_mux_buffer_from_page),
11789         (gst_ogg_mux_push_page), (gst_ogg_mux_get_headers),
11790         (gst_ogg_mux_set_header_on_caps), (gst_ogg_mux_send_headers),
11791         (gst_ogg_mux_loop):
11792         Use stream caps to setup the initial pages in the ogg stream.
11793         Correctly set the streamheader caps on the srcpad.
11794
11795 2004-06-09  Thomas Vander Stichele  <thomas at apestaart dot org>
11796
11797         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get_fps_list),
11798         (gst_v4lsrc_get_fps), (gst_v4lsrc_srcconnect),
11799         (gst_v4lsrc_getcaps):
11800         * sys/v4l/v4l_calls.c: (gst_v4l_set_window_properties),
11801         (gst_v4l_get_picture), (gst_v4l_get_audio), (gst_v4l_set_audio):
11802           add querying of fps lists for webcams.  Negotiating to a framerate
11803           now works.
11804
11805 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
11806
11807         * ext/theora/theoraenc.c: (theora_buffer_from_packet),
11808         (theora_push_buffer), (theora_push_packet),
11809         (theora_set_header_on_caps), (theora_enc_chain):
11810           mark buffers and put on streamheader, raw theora streaming
11811           now works too, whee
11812
11813 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
11814
11815         * gst/tcp/gsttcp.c: (gst_tcp_gdp_read_header),
11816         (gst_tcp_gdp_read_caps):
11817           do a looping read for caps and GDP headers too
11818
11819 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
11820
11821         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get):
11822         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_get):
11823           return EOS instead of NULL in _get
11824
11825 2004-06-08  Wim Taymans  <wim@fluendo.com>
11826
11827         * gst/tcp/gsttcp.c: (gst_tcp_gdp_read_header),
11828         (gst_tcp_gdp_read_caps), (gst_tcp_gdp_write_header),
11829         (gst_tcp_gdp_write_caps):
11830         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get):
11831         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_gdp_read_caps),
11832         (gst_tcpserversrc_gdp_read_header), (gst_tcpserversrc_get):
11833         Memory leak fixes
11834
11835 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
11836
11837         * ext/vorbis/Makefile.am:
11838         * ext/vorbis/vorbis.c: (plugin_init):
11839         * ext/vorbis/vorbisparse.c: (gst_vorbis_parse_base_init),
11840         (gst_vorbis_parse_class_init), (gst_vorbis_parse_init),
11841         (vorbis_parse_set_header_on_caps), (vorbis_parse_chain),
11842         (vorbis_parse_change_state):
11843         * ext/vorbis/vorbisparse.h:
11844           adding a vorbisparse element that marks the buffers, streaming
11845           raw vorbis using GDP now works, whee
11846
11847 2004-06-08  Wim Taymans  <wim@fluendo.com>
11848
11849         * ext/jpeg/Makefile.am:
11850         * ext/jpeg/README:
11851         * ext/jpeg/gstjpeg.c: (plugin_init):
11852         * ext/jpeg/gstsmokedec.c: (gst_smokedec_get_type),
11853         (gst_smokedec_base_init), (gst_smokedec_class_init),
11854         (gst_smokedec_init), (gst_smokedec_link), (gst_smokedec_chain):
11855         * ext/jpeg/gstsmokedec.h:
11856         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_get_type),
11857         (gst_smokeenc_base_init), (gst_smokeenc_class_init),
11858         (gst_smokeenc_init), (gst_smokeenc_getcaps), (gst_smokeenc_link),
11859         (gst_smokeenc_resync), (gst_smokeenc_chain),
11860         (gst_smokeenc_set_property), (gst_smokeenc_get_property):
11861         * ext/jpeg/gstsmokeenc.h:
11862         * ext/jpeg/smokecodec.c: (smokecodec_init_destination),
11863         (smokecodec_flush_destination), (smokecodec_term_destination),
11864         (smokecodec_init_source), (smokecodec_fill_input_buffer),
11865         (smokecodec_skip_input_data), (smokecodec_resync_to_restart),
11866         (smokecodec_term_source), (smokecodec_encode_new),
11867         (smokecodec_decode_new), (smokecodec_info_free),
11868         (smokecodec_set_quality), (smokecodec_get_quality),
11869         (smokecodec_set_threshold), (smokecodec_get_threshold),
11870         (smokecodec_set_bitrate), (smokecodec_get_bitrate),
11871         (find_best_size), (abs_diff), (put), (smokecodec_encode),
11872         (smokecodec_parse_header), (smokecodec_decode):
11873         * ext/jpeg/smokecodec.h:
11874         Added a new simple jpeg based codec
11875
11876 2004-06-08  Wim Taymans  <wim@fluendo.com>
11877
11878         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
11879         (gst_multipart_mux_loop):
11880         Fix memory leak
11881
11882 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
11883
11884         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get):
11885         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_client_remove),
11886         (gst_tcpserversink_handle_client_read), (gst_tcp_buffer_write),
11887         (gst_tcpserversink_handle_client_write), (gst_tcpserversink_chain),
11888         (gst_tcpserversink_init_send), (gst_tcpserversink_close):
11889         * gst/tcp/gsttcpserversink.h:
11890           take streamheader into account
11891
11892 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
11893
11894         * gst/level/Makefile.am:
11895         * gst/level/gstlevel.c: (gst_level_class_init):
11896           clean up marshal generation
11897
11898 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
11899
11900         * gst/tcp/Makefile.am:
11901         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_get_type),
11902         (gst_tcpclientsink_class_init), (gst_tcpclientsink_init),
11903         (gst_tcpclientsink_set_property), (gst_tcpclientsink_get_property):
11904         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_class_init),
11905         (gst_tcpclientsrc_init), (gst_tcpclientsrc_set_property),
11906         (gst_tcpclientsrc_get_property):
11907         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
11908         (gst_tcpserversink_init), (gst_tcpserversink_handle_server_read),
11909         (gst_tcpserversink_handle_client_read),
11910         (gst_tcpserversink_handle_client_write),
11911         (gst_tcpserversink_set_property), (gst_tcpserversink_get_property):
11912         * gst/tcp/gsttcpserversink.h:
11913           add signals client-added and client-removed
11914         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_class_init),
11915         (gst_tcpserversrc_init), (gst_tcpserversrc_set_property),
11916         (gst_tcpserversrc_get_property):
11917         uniformized, change default protocol to NONE
11918         * gst/tcp/gsttcp-marshal.list: added
11919 2004-06-07  Benjamin Otte  <otte@gnome.org>
11920
11921         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
11922           handle discont events if they happen before caps nego
11923
11924 2004-06-07  Wim Taymans  <wim@fluendo.com>
11925
11926         * gst/multipart/multipartdemux.c: (gst_multipart_demux_base_init),
11927         (gst_multipart_find_pad_by_mime), (gst_multipart_demux_chain),
11928         (gst_multipart_demux_plugin_init):
11929         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
11930         (gst_multipart_mux_init), (gst_multipart_mux_loop),
11931         (gst_multipart_mux_change_state):
11932         Small updates, fix a memleak
11933
11934 2004-06-07  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
11935
11936         * configure.ac: OSS portability
11937         * ext/arts/gst_arts.c: idem
11938         * sys/oss/gstosselement.c: idem
11939         * sys/oss/gstossmixer.c: idem
11940         * sys/oss/gstosssink.c: idem
11941         * sys/oss/gstosssrc.c: idem
11942         * sys/oss/oss_probe.c: idem
11943           - check for soundcard.h in different places for some BSD
11944
11945 2004-06-07  Jan Schmidt <thaytan@mad.scientist.com>
11946
11947         * AUTHORS:
11948         Add me to the authors file
11949         * configure.ac:
11950         Increase the libdv requirement to >= version 0.100
11951         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_src_convert),
11952         (gst_dvdec_src_query), (gst_dvdec_handle_sink_event),
11953         (gst_dvdec_push), (gst_dvdec_loop), (gst_dvdec_change_state):
11954         * ext/dv/gstdvdec.h:
11955         Add support for the new_media flag when sending DISCONT events
11956         Make the querying work when video pad is not linked
11957
11958 2004-06-07  Tim-Philipp Müller  <t.i.m@zen.co.uk>
11959
11960         reviewed by Benjamin Otte  <otte@gnome.org>
11961
11962         * gst/mixmatrix/mixmatrix.c: (gst_mixmatrix_init):
11963           create a NULL-initialized array of pads, so we don't think they
11964           exist already. (fixes #143130)
11965
11966 2004-06-07  Benjamin Otte  <otte@gnome.org>
11967
11968         * gst/mixmatrix/mixmatrix.c: (gst_mixmatrix_init),
11969         (mixmatrix_resize), (gst_mixmatrix_set_all_caps),
11970         (gst_mixmatrix_request_new_pad), (gst_mixmatrix_loop):
11971           don't use // coments
11972
11973 2004-06-07  Benjamin Otte  <otte@gnome.org>
11974
11975         * ext/alsa/gstalsa.c: (gst_alsa_samples_to_timestamp):
11976           cast to GstClockTime to get higher granularity
11977         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
11978           use gst_element_set_time_delay to get the exact time
11979         * ext/mad/gstmad.c: (gst_mad_chain):
11980           use the negotiated rate instead of the current frame's rate which
11981           might be wrong because of bit errors. This avoids emitting totally
11982           bogus timestamps and screwing sync.
11983         (fixes #143454)
11984
11985 2004-06-07  Tim-Philipp Müller  <t.i.m@zen.co.uk>
11986
11987         reviewed by Benjamin Otte  <otte@gnome.org>
11988
11989         * gst/adder/gstadder.c: (gst_adder_loop):
11990           properly error out when no negotiation has happened yet. (fixes
11991           #143032)
11992
11993 2004-06-06  Benjamin Otte  <otte@gnome.org>
11994
11995         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event):
11996           forward correctly transformed offset in discont events. Based on
11997           patch by Arwed v. Merkatz. (fixes #142851)
11998
11999 2004-06-06  David Schleef  <ds@schleef.org>
12000
12001         * gst/ffmpegcolorspace/gstffmpegcodecmap.c: that's
12002         G_HAVE_GNUC_VARARGS, not G_HAVE_GNU_VARARGS.  Should fix compile
12003         problems on several systems.
12004
12005 2004-06-06  Benjamin Otte  <otte@gnome.org>
12006
12007         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init):
12008           use explicit caps on the srcpad
12009         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
12010           properly error out if caps couldn't be set (fixes #142764)
12011
12012 2004-06-06  Benjamin Otte  <otte@gnome.org>
12013
12014         * ext/alsa/gstalsa.c: (gst_alsa_probe_hw_params),
12015         (gst_alsa_set_hw_params), (gst_alsa_set_sw_params),
12016         (gst_alsa_start_audio):
12017           - don't call set_periods_integer anymore, it breaks the
12018           configuration randomly
12019           - call snd_pcm_hw_params_set_access directly instead of using masks
12020           - don't fail if the sw_params can't be set, just use the default
12021           params and hope it works. Alsalib has weird issues when you touch
12022           sw_params and does no proper error reporting about what failed.
12023         * ext/alsa/gstalsa.c: (gst_alsa_open_audio),
12024         (gst_alsa_close_audio):
12025           make our alsa debugging go via gst debugging and not conditionally
12026           defined
12027         * ext/alsa/gstalsa.h:
12028           add ALSA_DEBUG_FLUSH macro
12029         * ext/alsa/gstalsaplugin.c: (gst_alsa_error_wrapper),
12030         (plugin_init):
12031           wrap alsa errors to be printed via the gst debugging system and not
12032           spammed to stderr
12033
12034 2004-06-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
12035
12036         * gst/qtdemux/qtdemux.c: (gst_qtdemux_init),
12037         (gst_qtdemux_handle_src_query), (gst_qtdemux_handle_src_event),
12038         (gst_qtdemux_handle_sink_event), (gst_qtdemux_change_state),
12039         (gst_qtdemux_loop_header), (qtdemux_dump_mvhd),
12040         (qtdemux_parse_trak):
12041         * gst/qtdemux/qtdemux.h:
12042           Bitch. Also known as seeking, querying & co.
12043         * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_chain),
12044         (gst_osssink_change_state):
12045         * sys/oss/gstosssink.h:
12046           Resyncing is for weenies, this hack is no longer needed and was
12047           broken anyway (since it - unintendedly - always leaves resync to
12048           TRUE).
12049
12050 2004-06-05  Andrew Turner <zxombie@hotpop.com>
12051
12052         * gst/tcp/gsttcp.c: portability (Solaris 10/FreeBSD)
12053         * gst/tcp/gsttcpclientsrc.h: idem
12054           - define MSG_NOSIGNAL if not done
12055           - include unistd.h for off_t
12056           (fixes #143749)
12057
12058 2004-06-05  Benjamin Otte  <otte@gnome.org>
12059
12060         * configure.ac:
12061         * ext/kio/Makefile.am:
12062           check for qt's moc preprocessor explicitly and use it
12063
12064 2004-06-03  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
12065
12066         * gst/tcp/gsttcp.c: (gst_tcp_socket_write):
12067           don't get a signal for EPIPE on socket writes
12068           (somebody check if this works on other platforms)
12069
12070 2004-06-02  Thomas Vander Stichele  <thomas at apestaart dot org>
12071
12072         * ext/alsa/gstalsaclock.c: (gst_alsa_clock_get_type):
12073         * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
12074           check error condition on available samples correctly
12075
12076 2004-06-02  Thomas Vander Stichele  <thomas at apestaart dot org>
12077
12078         * ext/alsa/gstalsasrc.c: (gst_alsa_src_get_time):
12079           avoid a segfault
12080         * gst/tcp/gsttcp.c: (gst_tcp_socket_write), (gst_tcp_socket_read),
12081         (gst_tcp_gdp_read_header), (gst_tcp_gdp_read_caps):
12082         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_gdp_read_caps),
12083         (gst_tcpserversrc_gdp_read_header):
12084          use ssize_t over size_t since the former is signed and thus the
12085          check for error codes can work
12086
12087 2004-06-02  Wim Taymans  <wim@fluendo.com>
12088
12089         reviewed by: Johan
12090
12091         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
12092         (gst_multipart_mux_loop):
12093         Oops
12094
12095 2004-06-02  Wim Taymans  <wim@fluendo.com>
12096
12097         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
12098         (gst_multipart_mux_init), (gst_multipart_mux_loop),
12099         (gst_multipart_mux_get_property), (gst_multipart_mux_set_property),
12100         (gst_multipart_mux_change_state):
12101         Added configurable boundary specifier, added the value as a
12102         caps field as well.
12103
12104 2004-06-02  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
12105
12106         * gst/tcp/gsttcp.c:
12107         * gst/tcp/gsttcpclientsrc.c:
12108         * gst/tcp/gsttcpclientsrc.h:
12109         * gst/tcp/gsttcpserversrc.c:
12110           - portability fix, to compile on OSX
12111             (fixes #143146)
12112
12113         * sys/osxaudio/gstosxaudioelement.c:
12114         * sys/osxaudio/gstosxaudiosink.c:
12115         * sys/osxaudio/gstosxaudiosrc.c:
12116           - compilation warnings on OSX
12117             (fixes #143153)
12118
12119 2004-06-02  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
12120
12121         * ext/vorbis/vorbisdec.c : sign warning fixes
12122
12123         * gst-libs/gst/mixer/mixertrack.c :
12124           do no use defines which are glib 2.4 specific
12125
12126 2004-06-01  Christophe Fergeau  <teuf@gnome.org>
12127
12128         * ext/flac/gstflactag.c: strip ending framing bit from vorbiscomment
12129           buffer since libflac doesn't expect it (reports a sync error when
12130           it encounters that)
12131
12132
12133 2004-06-01  Owen Fraser-Green  <owen@discobabe.net>
12134
12135         * gst-libs/gst/mixer/mixertrack.h: Changed struct syntax
12136         * gst-libs/gst/mixer/mixertrack.c:
12137         (gst_mixer_track_get_property), (get_mixer_track_init),
12138         (get_mixer_track_get_property): Added property accessors
12139         * gst-libs/gst/mixer/mixeroptions.h: Changed struct syntax
12140         * gst-libs/gst/mixer/mixeroptions.c:
12141         (gst_mixer_options_get_values): Added
12142         * gst-libs/gst/mixer/mixer.h: Changed GstMixerClass syntax
12143         * gst-libs/gst/mixer/mixer.c: Fixed comment
12144
12145
12146 2004-06-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
12147
12148         * ext/alsa/gstalsa.c: (gst_alsa_open_audio):
12149           improve error messages on open
12150
12151
12152 2004-06-01  Thomas Vander Stichele  <thomas at apestaart dot org>
12153
12154         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay):
12155           check if v4l-conf is in path
12156
12157 2004-06-01  Thomas Vander Stichele  <thomas at apestaart dot org>
12158
12159         * gst-libs/gst/media-info/media-info-priv.c: (gmi_set_mime):
12160           change assert to a more readable error message
12161
12162 2004-05-31  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
12163
12164         * gst-libs/gst/tuner/tunerchannel.h:
12165           - add a freq_multiplicator field to make the conversion
12166             between internal frequency unit and Hz
12167         * sys/v4l/gstv4lelement.c:
12168         * sys/v4l2/gstv4l2element.c:
12169           - change default video device to /dev/video0
12170         * sys/v4l/v4l_calls.c:
12171         * sys/v4l2/v4l2_calls.c:
12172           - we only expose frequency to the user in Hz instead of
12173             bastard v4lX unit (either 62.5kHz or 62.5Hz)
12174
12175 2004-05-31  Jan Schmidt  <thaytan@mad.scientist.com>
12176         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
12177           Initialise b_o_s and e_o_s variables
12178         * gst-libs/gst/riff/riff-media.c:
12179         (gst_riff_create_video_caps_with_data):
12180           Add some unusual fourcc's from mplayer avi's
12181         * gst/multipart/multipartmux.c: (gst_multipart_mux_plugin_init):
12182           Make the muxer have rank GST_RANK_NONE, so it doesn't mess up
12183           autoplugging.
12184
12185 2004-05-28  Wim Taymans  <wim@fluendo.com>
12186
12187         * configure.ac:
12188         * gst/alpha/Makefile.am:
12189         * gst/alpha/gstalpha.c: (gst_alpha_method_get_type),
12190         (gst_alpha_get_type), (gst_alpha_base_init),
12191         (gst_alpha_class_init), (gst_alpha_init), (gst_alpha_set_property),
12192         (gst_alpha_get_property), (gst_alpha_sink_link), (gst_alpha_add),
12193         (gst_alpha_chroma_key), (gst_alpha_chain),
12194         (gst_alpha_change_state), (plugin_init):
12195         A plugin to add an alpha channel to I420 video. Can optionally do
12196         chroma keying.
12197         * gst/multipart/Makefile.am:
12198         * gst/multipart/multipart.c: (plugin_init):
12199         * gst/multipart/multipartdemux.c: (gst_multipart_demux_base_init),
12200         (gst_multipart_demux_class_init), (gst_multipart_demux_init),
12201         (gst_multipart_demux_finalize), (gst_multipart_demux_handle_event),
12202         (gst_multipart_find_pad_by_mime), (gst_multipart_demux_chain),
12203         (gst_multipart_demux_change_state),
12204         (gst_multipart_demux_plugin_init):
12205         * gst/multipart/multipartmux.c: (gst_multipart_mux_get_type),
12206         (gst_multipart_mux_base_init), (gst_multipart_mux_class_init),
12207         (gst_multipart_mux_get_sink_event_masks), (gst_multipart_mux_init),
12208         (gst_multipart_mux_sinkconnect), (gst_multipart_mux_pad_link),
12209         (gst_multipart_mux_pad_unlink),
12210         (gst_multipart_mux_request_new_pad),
12211         (gst_multipart_mux_handle_src_event),
12212         (gst_multipart_mux_next_buffer), (gst_multipart_mux_compare_pads),
12213         (gst_multipart_mux_queue_pads), (gst_multipart_mux_loop),
12214         (gst_multipart_mux_get_property), (gst_multipart_mux_set_property),
12215         (gst_multipart_mux_change_state), (gst_multipart_mux_plugin_init):
12216         A Multipart demuxer/muxer. Not sure if it violates specs. Used to
12217         send multipart jpeg images to a browser.
12218         * gst/videobox/Makefile.am:
12219         * gst/videobox/README:
12220         * gst/videobox/gstvideobox.c: (gst_video_box_fill_get_type),
12221         (gst_video_box_get_type), (gst_video_box_base_init),
12222         (gst_video_box_class_init), (gst_video_box_init),
12223         (gst_video_box_set_property), (gst_video_box_get_property),
12224         (gst_video_box_sink_link), (gst_video_box_i420),
12225         (gst_video_box_ayuv), (gst_video_box_chain),
12226         (gst_video_box_change_state), (plugin_init):
12227         Crops or adds borders around an image. can do alpha channel
12228         borders as well.
12229         * gst/videomixer/Makefile.am:
12230         * gst/videomixer/README:
12231         * gst/videomixer/videomixer.c: (gst_videomixer_pad_get_type),
12232         (gst_videomixer_pad_base_init), (gst_videomixer_pad_class_init),
12233         (gst_videomixer_pad_get_sink_event_masks),
12234         (gst_videomixer_pad_get_property),
12235         (gst_videomixer_pad_set_property),
12236         (gst_videomixer_pad_sinkconnect), (gst_videomixer_pad_link),
12237         (gst_videomixer_pad_unlink), (gst_videomixer_pad_init),
12238         (gst_video_mixer_background_get_type), (gst_videomixer_get_type),
12239         (gst_videomixer_base_init), (gst_videomixer_class_init),
12240         (gst_videomixer_init), (gst_videomixer_request_new_pad),
12241         (gst_videomixer_handle_src_event),
12242         (gst_videomixer_blend_ayuv_i420), (gst_videomixer_fill_checker),
12243         (gst_videomixer_fill_color), (gst_videomixer_fill_queues),
12244         (gst_videomixer_blend_buffers), (gst_videomixer_update_queues),
12245         (gst_videomixer_loop), (gst_videomixer_get_property),
12246         (gst_videomixer_set_property), (gst_videomixer_change_state),
12247         (plugin_init):
12248         Generic video mixer plugin, can handle multiple inputs all with
12249         different framerates and video sizes. Is fully alpha channel
12250         aware.
12251
12252 2004-05-27  Ronald Bultje  <rbultje@ronald.bitfreak.net>
12253
12254         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
12255           Select first track as master track. Not sure how else to handle
12256           that...
12257         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer):
12258           Discard discont events. Should fix #142962.
12259
12260 2004-05-26  Ronald Bultje  <rbultje@ronald.bitfreak.net>
12261
12262         * ext/alsa/Makefile.am:
12263         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_interface_init),
12264         (gst_alsa_mixer_build_list), (gst_alsa_mixer_get_volume),
12265         (gst_alsa_mixer_set_volume), (gst_alsa_mixer_set_mute),
12266         (gst_alsa_mixer_set_record), (gst_alsa_mixer_set_option),
12267         (gst_alsa_mixer_get_option):
12268         * ext/alsa/gstalsamixer.h:
12269         * ext/alsa/gstalsamixeroptions.c:
12270         (gst_alsa_mixer_options_get_type),
12271         (gst_alsa_mixer_options_class_init), (gst_alsa_mixer_options_init),
12272         (gst_alsa_mixer_options_new):
12273         * ext/alsa/gstalsamixeroptions.h:
12274         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
12275         * ext/alsa/gstalsamixertrack.h:
12276           Add enumerations (as GstMixerOptions). Make correct distinction
12277           between input/output tracks. Add capture/playback private flag.
12278           Use flag to decide on whether to set capture or playback volumes
12279           or switches. Use playback and record switches.
12280         * gst-libs/gst/mixer/Makefile.am:
12281         * gst-libs/gst/mixer/mixer-marshal.list:
12282         * gst-libs/gst/mixer/mixer.c: (gst_mixer_class_init),
12283         (gst_mixer_set_option), (gst_mixer_get_option),
12284         (gst_mixer_mute_toggled), (gst_mixer_record_toggled),
12285         (gst_mixer_volume_changed), (gst_mixer_option_changed):
12286         * gst-libs/gst/mixer/mixer.h:
12287         * gst-libs/gst/mixer/mixeroptions.c: (gst_mixer_options_get_type),
12288         (gst_mixer_options_class_init), (gst_mixer_options_init),
12289         (gst_mixer_options_dispose):
12290         * gst-libs/gst/mixer/mixeroptions.h:
12291           Add GstMixerOptions.
12292         * sys/oss/gstosselement.c: (gst_osselement_class_probe_devices):
12293           Rename Audio Mixer to OSS Mixer (similar to Alsa Mixer). Fix
12294           broken device detection on computers with multiple OSS sound
12295           cards.
12296
12297 2004-05-26  Benjamin Otte  <in7y118@public.uni-hamburg.de>
12298
12299         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_fixate):
12300           fixate nicely even when the peer is not negotiating
12301
12302 2004-05-25  Benjamin Otte  <in7y118@public.uni-hamburg.de>
12303
12304         * gst/audioconvert/gstaudioconvert.c:
12305         (gst_audio_convert_parse_caps):
12306           make sure we don't allow depth > width
12307         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_fixate):
12308           fixate endianness to G_BYTE_ORDER as default
12309         * gst/audioscale/gstaudioscale.c:
12310           we don't handle another endianness as host-endianness
12311
12312 2004-05-25  David Schleef  <ds@schleef.org>
12313
12314         * gst/ffmpegcolorspace/mem.c:  malloc() is in stdlib.h, not malloc.h
12315
12316 2004-05-24  Benjamin Otte  <otte@gnome.org>
12317
12318         * ext/vorbis/oggvorbisenc.c: (gst_oggvorbisenc_sinkconnect),
12319         (gst_oggvorbisenc_setup):
12320           properly fail when we can't setup the vorbis encoder due to
12321           unsupported settings
12322         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_sinkconnect),
12323         (gst_vorbisenc_setup):
12324           same
12325         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
12326           fix case where warnings occured when one pad was unlinked while the
12327           other's link function was called
12328
12329 2004-05-24  Thomas Vander Stichele  <thomas at apestaart dot org>
12330
12331         * gst/tcp/Makefile.am:
12332           use GST_ENABLE_NEW
12333
12334 2004-05-24  Benjamin Otte  <in7y118@public.uni-hamburg.de>
12335
12336         * gst-libs/gst/resample/private.h:
12337           don't use optimizations that are #if 0'ed
12338
12339 2004-05-24  Wim Taymans  <wim@fluendo.com>
12340
12341         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query):
12342         Fix potential division by zero error and hopefully get
12343         the position query right to get correct timestamps on avi
12344         audio.
12345
12346 2004-05-24  Wim Taymans  <wim@fluendo.com>
12347
12348         * gst/videoscale/videoscale.c: (gst_videoscale_scale_nearest),
12349         (gst_videoscale_scale_nearest_str2),
12350         (gst_videoscale_scale_nearest_str4),
12351         (gst_videoscale_scale_nearest_32bit),
12352         (gst_videoscale_scale_nearest_24bit),
12353         (gst_videoscale_scale_nearest_16bit):
12354         Fix the scaling algorithm and avoid a buffer overflow.
12355         removed the while loop in the scaling function as it
12356         was used for point sampling only.
12357
12358 2004-05-24  Benjamin Otte  <in7y118@public.uni-hamburg.de>
12359
12360         * ext/mad/gstid3tag.c: (gst_id3_tag_get_type),
12361         (gst_id3_tag_class_init), (gst_id3_tag_init),
12362         (gst_id3_tag_set_property), (gst_id3_tag_get_tag_to_render),
12363         (gst_id3_tag_handle_event), (gst_id3_tag_do_caps_nego),
12364         (gst_id3_tag_send_tag_event):
12365           lots of fixes to make id3mux work and id3demux work correctly
12366
12367 2004-05-24  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
12368
12369         * ext/Makefile.am:
12370           add rules to build shout2send (was removed by accident
12371           when this module was no more marked experimental/broken)
12372
12373 2004-05-24  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
12374
12375         * ext/shout2/gstshout2.c:
12376         * ext/shout2/gstshout2.h:
12377           adding a "connection problem" signal to shout2send
12378           (fixes #142954)
12379
12380 2004-05-21  Thomas Vander Stichele  <thomas at apestaart dot org>
12381
12382         * ext/kio/kioreceiver.cpp:
12383         * ext/kio/kioreceiver.h:
12384           fix sign comparison issues
12385
12386 2004-05-21  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
12387
12388         * gst/cdxaparse/gstcdxaparse.c:
12389         * gst/cdxaparse/gstcdxaparse.h:
12390           some renaming
12391           add some checks/sanity
12392           prepare for seek addition
12393
12394         * sys/sunaudio/gstsunaudio.c:
12395           remove exported dupe init function
12396
12397 2004-05-21  Jan Schmidt  <thaytan@mad.scientist.com>
12398
12399         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_get_formats),
12400         (gst_dvdec_src_convert), (gst_dvdec_sink_convert):
12401           Fix format conversion and position querying.
12402         * gst/debug/progressreport.c: (gst_progressreport_report):
12403           Don't output a bogus total value that we didn't query.
12404         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
12405           Always set XV_AUTOPAINT_COLORKEY to true. Fixes xvimagesink showing
12406           only a blank window after xine has been used.
12407
12408 2004-05-21  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
12409
12410         * m4/as-arts.m4:
12411           sync with upstream version to fix test on FC2
12412           readd with -ko to preserve Id header
12413
12414 2004-05-20  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
12415
12416         * configure.ac:
12417           test for FIONREAD ioctl in sys/filio.h for Solaris compat.
12418         * gst/tcp/gsttcpclientsrc.c: idem
12419         * gst/tcp/gsttcpserversink.c: idem
12420         * gst/tcp/gsttcpserversrc.c: idem
12421         * m4/gst-fionread.m4: idem
12422
12423         * sys/sunaudio/gstsunaudio.c: change category to Sink/Audio
12424
12425         * configure.ac: enable speex plugin for speex 1.1.5+
12426         * ext/speex/gstspeexenc.c: fix cast warning
12427
12428         * ext/esd/README: fix typo
12429
12430 2004-05-20  David Schleef  <ds@schleef.org>
12431
12432         * configure.ac: Minor cosmetic change to convince the buildbot to
12433         reautogen.
12434         * sys/sunaudio/gstsunaudio.c: (gst_sunaudiosink_class_init),
12435         (gst_sunaudiosink_init), (gst_sunaudiosink_getcaps),
12436         (gst_sunaudiosink_pad_link), (gst_sunaudiosink_chain),
12437         (gst_sunaudiosink_setparams), (gst_sunaudiosink_open),
12438         (gst_sunaudiosink_close), (gst_sunaudiosink_change_state),
12439         (gst_sunaudiosink_set_property), (gst_sunaudiosink_get_property):
12440         More hacking.  Plays audio now.
12441
12442 2004-05-20  David Schleef  <ds@schleef.org>
12443
12444         * configure.ac:
12445         * sys/Makefile.am:
12446
12447 2004-05-20  David Schleef  <ds@schleef.org>
12448
12449         * sys/osxaudio/Makefile.am:  New OS X audio plugin by Zaheer Abbas Merali
12450         * sys/osxaudio/gstosxaudio.c:
12451         * sys/osxaudio/gstosxaudioelement.c:
12452         * sys/osxaudio/gstosxaudioelement.h:
12453         * sys/osxaudio/gstosxaudiosink.c:
12454         * sys/osxaudio/gstosxaudiosink.h:
12455         * sys/osxaudio/gstosxaudiosrc.c:
12456         * sys/osxaudio/gstosxaudiosrc.h:
12457
12458 2004-05-20  Thomas Vander Stichele  <thomas at apestaart dot org>
12459
12460         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_set_header_on_caps),
12461         (gst_vorbisenc_chain):
12462           put the codec headers on the caps as streamheader as well as
12463           pushing them out
12464
12465 2004-05-20  Thomas Vander Stichele  <thomas at apestaart dot org>
12466
12467         * ext/vorbis/vorbisenc.c: (vorbis_granule_time_copy),
12468         (gst_vorbisenc_buffer_from_packet), (gst_vorbisenc_push_buffer),
12469         (gst_vorbisenc_push_packet), (gst_vorbisenc_chain):
12470         split up push_packet into two functions
12471
12472 2004-05-20  Thomas Vander Stichele  <thomas at apestaart dot org>
12473
12474         * gst/tcp/.cvsignore:
12475           ignore enums
12476         * gst/tcp/Makefile.am:
12477         * gst/tcp/README:
12478         * gst/tcp/gsttcp.c:
12479         * gst/tcp/gsttcp.h:
12480         * gst/tcp/gsttcpclientsink.c:
12481         * gst/tcp/gsttcpclientsink.h:
12482         * gst/tcp/gsttcpclientsrc.c:
12483         * gst/tcp/gsttcpclientsrc.h:
12484         * gst/tcp/gsttcpplugin.c:
12485         * gst/tcp/gsttcpserversink.c:
12486         * gst/tcp/gsttcpserversink.h:
12487         * gst/tcp/gsttcpserversrc.c:
12488         * gst/tcp/gsttcpserversrc.h:
12489           add new tcp elements
12490
12491 2004-05-19  Wim Taymans  <wim@fluendo.com>
12492
12493         * gst/law/mulaw-conversion.c: (mulaw_encode):
12494         Fix overflow bug in ulaw encoding.
12495
12496 2004-05-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
12497
12498         * ext/mad/gstmad.c: (gst_mad_handle_event):
12499           don't unref the event twice
12500
12501 2004-05-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
12502
12503         * configure.ac:
12504           remove -Wno-sign-compare
12505
12506 2004-05-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
12507
12508         * configure.ac:
12509           remove -DG_DISABLE_DEPRECATED. It's not usable without workarounds
12510           if you want to work against glib 2.2 and 2.4
12511
12512 2004-05-19  Thomas Vander Stichele  <thomas at apestaart dot org>
12513
12514         * gst/tcp/Makefile.am:
12515         * gst/tcp/gsttcp.c:
12516         * gst/tcp/gsttcp.h:
12517         * gst/tcp/gsttcpsink.h:
12518         * gst/tcp/gsttcpsrc.h:
12519           gsttcp -> gsttcpplugin + CVS surgery in preparation for tcp merge
12520
12521 2004-05-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
12522
12523         * gst/debug/tests.c: (md5_get_value):
12524           fix segfault on gst-inspect
12525
12526 2004-05-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
12527
12528         * gst/debug/testplugin.c:
12529         * gst/debug/tests.c:
12530         * gst/debug/tests.h:
12531           add new extensible and configurable testing element. Current tests
12532           include buffer count, stream length, timestamp/duration matching and
12533           md5.
12534         * gst/debug/Makefile.am:
12535         * gst/debug/gstdebug.c: (plugin_init):
12536           add infrastructure for new element
12537
12538 2004-05-19  Johan Dahlin  <johan@gnome.org>
12539
12540         * ext/dv/gstdvdec.c (gst_dvdec_quality_get_type): Add proper
12541         ending of the array. Fixes gst-inspect segfault on ppc.
12542
12543 2004-05-19  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
12544
12545         * ext/dirac/gstdiracdec.cc : change category to Codec/Decoder/Video
12546
12547         * m4/a52.m4 : don't fix a test that should fail with current a52dec lib
12548
12549 2004-05-18  David Schleef  <ds@schleef.org>
12550
12551         * gst/ffmpegcolorspace/imgconvert.c: (img_convert): Fixes for
12552         warnings (bugs, actually) noticed by gcc but not forte.
12553
12554 2004-05-18  David Schleef  <ds@schleef.org>
12555
12556         * sys/sunaudio/Makefile.am:
12557         * sys/sunaudio/gstsunaudio.c: New sunaudiosink
12558
12559 2004-05-18  David Schleef  <ds@schleef.org>
12560
12561         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
12562         (gst_qtdemux_loop_header):  Patch from dcm@acm.org (David Moore)
12563         to allow qtdemux to use non-seekable streams. (bug #142272)
12564
12565 2004-05-18  David Schleef  <ds@schleef.org>
12566
12567         * gst-libs/gst/resample/resample.c: (gst_resample_sinc_ft_s16),
12568         (gst_resample_sinc_ft_float): Remove use of static temporary
12569         buffer.  This code was obviously not supposed to last long, but
12570         it's stuck in our ABI, so it required a little hack to make it
12571         ABI-compatible.  Fixes #142585.
12572         * gst-libs/gst/resample/resample.h: same.
12573
12574 2004-05-18  David Schleef  <ds@schleef.org>
12575
12576         * configure.ac: Add sunaudio
12577         * examples/Makefile.am: make gstplay depend on gconf
12578         * gst/ffmpegcolorspace/gstffmpegcodecmap.c: Remove c99-isms
12579         * gst/ffmpegcolorspace/imgconvert.c: (build_rgb_palette),
12580         (convert_table_lookup), (img_convert): remove c99-isms
12581         * gst/ffmpegcolorspace/imgconvert_template.h: make a constant
12582           unsigned, to fix a warning on Solaris
12583         * gst/mpeg1sys/systems.c: bcopy->memcpy
12584         * gst/rtjpeg/RTjpeg.c: (RTjpeg_yuvrgb8): bcopy->memcpy
12585         * sys/Makefile.am: Add sunaudio
12586
12587 2004-05-18  Wim Taymans  <wim@fluendo.com>
12588
12589         * ext/ogg/gstoggmux.c: (gst_ogg_mux_get_type), (gst_ogg_mux_init),
12590         (gst_ogg_mux_sinkconnect), (gst_ogg_mux_request_new_pad),
12591         (gst_ogg_mux_next_buffer), (gst_ogg_mux_push_page),
12592         (gst_ogg_mux_compare_pads), (gst_ogg_mux_queue_pads),
12593         (gst_ogg_mux_loop):
12594         Fix an ugly memleak where the muxer didn't flush enough ogg
12595         pages. This also resulted in badly muxed ogg files.
12596
12597 2004-05-18  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
12598
12599         * gst/asfdemux/asfheaders.c :
12600         * gst/asfdemux/asfheaders.h :
12601         * gst/asfdemux/gstasfdemux.c :
12602           - fix ASF_OBJ_PADDING guid
12603           - add 3 new object guids (language list, metadata,
12604             extended stream properties)
12605           - add a function to parse extended header objects
12606
12607 2004-05-18  Benjamin Otte  <in7y118@public.uni-hamburg.de>
12608
12609         * sys/oss/gstosselement.c: (gst_osselement_sync_parms):
12610           remove leftover debugging g_print
12611
12612 2004-05-17  Ronald Bultje  <rbultje@ronald.bitfreak.net>
12613
12614         * ext/mad/gstmad.c: (gst_mad_handle_event):
12615           Fix for when the first format in a discont event is not a
12616           byte-based one. Should fix #137710.
12617
12618 2004-05-18  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
12619
12620         * m4/a52.m4 : fix compilation with -Wall -Werror
12621         * m4/libfame.m4 : idem
12622         * m4/libmikmod.m4 : idem
12623
12624 2004-05-17  Benjamin Otte  <otte@gnome.org>
12625
12626         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_comment):
12627           signal the new tags before giving up the reference
12628
12629 2004-05-17  Benjamin Otte  <in7y118@public.uni-hamburg.de>
12630
12631         * ext/shout2/gstshout2.c:
12632           use application/ogg instead of application/x-ogg (patch by Patrick
12633           Guimond, fixes #142432)
12634         * sys/oss/gstosselement.c: (gst_osselement_reset),
12635         (gst_osselement_sync_parms):
12636           don't set fragment size unless specified (fixes #142493)
12637
12638 2004-05-17  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
12639
12640         * configure.ac : fix compilation of v4l2src with "-Wall -Werror"
12641           fixes #142664
12642
12643 2004-05-17  Benjamin Otte  <otte@gnome.org>
12644
12645         * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
12646           compute offsets correctly for internal buffers so timestamps are set
12647           correctly when we can't seek. Also handle cases where there are no
12648           offsets. (based on a patch by David Moore, fixes #142507)
12649
12650 2004-05-17  Benjamin Otte  <otte@gnome.org>
12651
12652         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
12653           use correct variable when determining amount of data to skip so we
12654           don't skip into the void and segfault
12655
12656 2004-05-16  Benjamin Otte  <otte@gnome.org>
12657
12658         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_audio_caps):
12659           Hi, I'm a memleak
12660
12661 2004-05-16  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
12662
12663         * gst/asfdemux/gstasfdemux.c:
12664           - fix a mem leak and always propagate tags
12665           - add WMV3 to known video codecs (but no decoder yet)
12666           - replace "surplus data" at end of audio header for what
12667             it is : codec specific data
12668           - fix a typo
12669
12670 2004-05-16  Arwed v. Merkatz  <v.merkatz@gmx.net>
12671
12672         reviewed by: Ronald Bultje  <rbultje@ronald.bitfreak.net>
12673
12674         * gst-libs/gst/audio/audioclock.c:
12675           Fix wrong return type (#142205).
12676
12677 2004-05-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
12678
12679         * ext/mad/gstmad.c: (gst_mad_class_init), (gst_mad_init):
12680           Ignore CRCs by default (fixes #142566).
12681
12682 2004-05-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
12683
12684         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_open),
12685         (gst_alsa_mixer_close), (gst_alsa_mixer_supported),
12686         (gst_alsa_mixer_build_list), (gst_alsa_mixer_free_list),
12687         (gst_alsa_mixer_change_state), (gst_alsa_mixer_list_tracks),
12688         (gst_alsa_mixer_get_volume), (gst_alsa_mixer_set_volume),
12689         (gst_alsa_mixer_set_mute), (gst_alsa_mixer_set_record):
12690           Fix for cases where we fail to attach to a mixer.
12691
12692 2004-05-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
12693
12694         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_seek):
12695           Don't touch events after not owning them anymore.
12696         * gst/wavparse/gstwavparse.c: (gst_wavparse_base_init),
12697         (gst_wavparse_fmt), (gst_wavparse_other),
12698         (gst_wavparse_handle_seek), (gst_wavparse_loop),
12699         (gst_wavparse_pad_convert), (gst_wavparse_pad_query),
12700         (gst_wavparse_srcpad_event):
12701         * gst/wavparse/gstwavparse.h:
12702           Add seeking, fix querying.
12703
12704 2004-05-16  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
12705
12706         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_comment):
12707           - process comments even if they don't end with \0\0
12708             g_convert would ignore them if present and works well without them
12709
12710 2004-05-16  Benjamin Otte  <otte@gnome.org>
12711
12712         * ext/alsa/gstalsa.c: (gst_alsa_caps), (gst_alsa_get_caps):
12713           simplify caps
12714
12715 2004-05-16  Benjamin Otte  <otte@gnome.org>
12716
12717         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_comment):
12718           don't write to memory we might not write to - g_convert does that
12719           for us anyway (fixes #142613)
12720         (gst_asf_demux_audio_caps):
12721           comment out gst_util_dump_mem
12722
12723 2004-05-16  Benjamin Otte  <otte@gnome.org>
12724
12725         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
12726           compute correct expected timestamps after seek (broken since
12727           last commit)
12728         * ext/gdk_pixbuf/pixbufscale.c: (pixbufscale_init):
12729           rename element and debugging category to gdkpixbufscale
12730
12731 2004-05-16  Benjamin Otte  <otte@gnome.org>
12732
12733         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
12734           add error checking to snd_pcm_delay and remove duplicate call to
12735           snd_pcm_delay that caused issues (see inline code comments)
12736         * ext/alsa/gstalsasink.c: (gst_alsa_sink_get_time):
12737           make more readable and fix return value when snd_pcm_delay fails
12738         (fixes #142586)
12739
12740 2004-05-15  Jan Schmidt  <thaytan@mad.scientisti.com>
12741         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_method_get_type),
12742         (gst_pixbufscale_get_type), (gst_pixbufscale_base_init),
12743         (gst_pixbufscale_class_init), (gst_pixbufscale_getcaps),
12744         (gst_pixbufscale_link), (gst_pixbufscale_init),
12745         (gst_pixbufscale_handle_src_event), (pixbufscale_scale),
12746         (gst_pixbufscale_chain), (gst_pixbufscale_set_property),
12747         (gst_pixbufscale_get_property), (pixbufscale_init):
12748         * ext/gdk_pixbuf/pixbufscale.h:
12749         Add these files I forgot earlier
12750
12751 2004-05-15  Jan Schmidt  <thaytan@mad.scientist.com>
12752         * ext/gdk_pixbuf/Makefile.am:
12753         * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init):
12754         * ext/gdk_pixbuf/gstgdkpixbuf.h:
12755         Add new pixbufscale element to scale RGB video
12756         using gdk_pixbuf, because gdk_pixbuf does BILINEAR
12757         and HYPER interpolation correctly.
12758         * ext/theora/theoraenc.c: (theora_enc_chain),
12759         Discard buffer and return if explicit caps could not be set
12760         (theora_enc_get_property):
12761         Make _get return kbps for the bitrate consistent with
12762         the _set function.
12763
12764
12765 2004-05-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
12766
12767         * ext/libvisual/visual.c: (gst_visual_chain):
12768           add missing visual_audio_analyze
12769
12770 2004-05-14  David Schleef  <ds@schleef.org>
12771
12772         * ext/esd/esdsink.c: (gst_esdsink_chain): Fix crash when ESD
12773         is killed while we're playing.
12774         * gst/qtdemux/qtdemux.c: (qtdemux_parse): call
12775         gst_element_no_more_pads().
12776
12777 2004-05-14  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
12778
12779         * gst-libs/gst/riff/riff-read.c :
12780           - fix INFO tag extraction in RIFF/AVI files
12781             because gst_event_unref (event) also freed taglist
12782           - avoid a mem leak
12783
12784 2004-05-13  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
12785
12786         * ext/mad/gstid3tag.c : move from "Codec/(Dem/M)uxer" to "Codec/(Dem/M)uxer/Audio"
12787         * gst/wavenc/gstwavenc.c : move from "Codec/Encoder/Audio" to "Codec/Muxer/Audio"
12788
12789         * gst/auparse/gstauparse.c :
12790           - add code (commented for now) to support audio/x-adpcm on src pad
12791             (we have no decoder for those layout yet)
12792
12793         * gst/cdxaparse/gstcdxaparse.c :
12794         * gst/cdxaparse/gstcdxaparse.h :
12795           - partial rewrite using RiffRead (ripped iain's wavparse code)
12796
12797         * gst/rtp/gstrtpL16enc.c : typo
12798         * gst/rtp/gstrtpgsmenc.c : typo
12799
12800 2004-05-13  Benjamin Otte  <otte@gnome.org>
12801
12802         * configure.ac:
12803           check for exact version of libvisual, it's not supposed to be
12804           API/ABI stable yet
12805
12806 2004-05-13  Benjamin Otte  <in7y118@public.uni-hamburg.de>
12807
12808         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_push):
12809           signal no-more-pads
12810
12811 2004-05-13  Jan Schmidt  <thaytan@mad.scientist.com>
12812
12813         * ext/dv/gstdvdec.c: (gst_dvdec_src_convert)
12814         Report which format was used for GST_FORMAT_DEFAULT
12815         * gst/debug/Makefile.am:
12816         * gst/debug/gstdebug.c: (plugin_init):
12817         * gst/debug/progressreport.c: (gst_progressreport_base_init),
12818         (gst_progressreport_class_init), (gst_progressreport_init),
12819         (gst_progressreport_report), (gst_progressreport_set_property),
12820         (gst_progressreport_get_property), (gst_progressreport_chain),
12821         (gst_progressreport_plugin_init):
12822         Add progressreport element for testing.
12823
12824 2004-05-13  Thomas Vander Stichele  <thomas at apestaart dot org>
12825
12826         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get), (gst_v4lsrc_change_state):
12827         * sys/v4l/gstv4lsrc.h:
12828         * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_playback_init):
12829         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_capture_init):
12830         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_capture_init),
12831         (gst_v4lsrc_grab_frame):
12832           add more debugging
12833           send a discont at start
12834
12835 2004-05-12  Colin Walters  <walters@redhat.com>
12836
12837         * gst/asfdemux/gstasfdemux.c (gst_asf_demux_process_segment): Avoid
12838         inflooping if we can't find a chunk.  Or in other words, don't blow
12839         chunks if we don't have a chunk to blow.
12840
12841 2004-05-13  Jan Schmidt  <thaytan@mad.scientist.com>
12842         * ext/audiofile/gstafsrc.c: (gst_afsrc_get):
12843         Remove old debug output
12844         * ext/dv/gstdvdec.c: (gst_dvdec_quality_get_type),
12845         (gst_dvdec_class_init), (gst_dvdec_loop), (gst_dvdec_change_state),
12846         (gst_dvdec_set_property), (gst_dvdec_get_property):
12847         Change the quality setting to an enum, so it works from gst-launch
12848         Don't renegotiate a non-linked pad. Allows audio only decoding.
12849         * gst/deinterlace/gstdeinterlace.c: (gst_deinterlace_getcaps),
12850         (gst_deinterlace_link), (gst_deinterlace_init):
12851         * gst/videodrop/gstvideodrop.c: (gst_videodrop_getcaps),
12852         (gst_videodrop_link):
12853         Some caps negotiation fixes
12854
12855 2004-05-12  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
12856
12857         * ext/tarkin/gsttarkin.c :
12858           - Change RANK from NONE to PRIMARY
12859         * ext/gdk_pixbuf/gstgdkpixbuf.c :
12860           - Change RANK from NONE to MARGINAL
12861         * ext/divx/gstdivxenc.c :
12862           - Change RANK from PRIMARY to NONE (encoder/spider issue)
12863
12864 2004-05-12  Thomas Vander Stichele  <thomas at apestaart dot org>
12865
12866         * ext/vorbis/vorbisenc.c: (vorbis_granule_time_copy),
12867         (gst_vorbisenc_push_packet):
12868           copy a function that was added between 1.0 and 1.0.1 until we
12869           depend on worthwhile features of post-1.0
12870
12871 2004-05-12  Benjamin Otte  <in7y118@public.uni-hamburg.de>
12872
12873         * configure.ac:
12874           enable shout2 by default
12875         * ext/shout2/gstshout2.c: (gst_shout2send_protocol_get_type),
12876         (gst_shout2send_base_init), (gst_shout2send_init),
12877         (gst_shout2send_connect), (gst_shout2send_change_state):
12878         * ext/shout2/gstshout2.h:
12879           make this work again. Based on a patch by Zaheer Abbas Merali (fixes
12880           #142262)
12881         * ext/theora/theora.c: (plugin_init):
12882           don't set rank on encoders
12883
12884 2004-05-11  Jeremy Simon  <jesimon@libertysurf.fr>
12885
12886         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_audio_caps):
12887           Use codec_data property instead of flag1 and flag2 for wma
12888
12889 2004-05-11  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
12890
12891         * gst/cdxaparse/gstcdxaparse.c :
12892           - Add mpegversion to CAPS to make it link
12893           - Rank is as GST_RANK_SECONDARY instead of NONE
12894         * gst/auparse/gstauparse.c :
12895           - Document all audio encoding we can encounter from Solaris 9
12896             headers and libsndfile information.
12897           - Increase max. rate from 48000 to 192000 (to match other elements)
12898           - Don't try to play junk data between header and samples
12899
12900 2004-05-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
12901
12902         * ext/libvisual/visual.c: (gst_visual_getcaps):
12903           use the right caps depending on endianness (I hope)
12904         * ext/ogg/gstoggmux.c: (gst_ogg_mux_plugin_init):
12905           use GST_RANK_NONE for all non-decoding elements or spider gets
12906           mighty confused
12907
12908 2004-05-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
12909
12910         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_comment):
12911           Fix some odd cases and fix BE metadata parsing of unicode16 text.
12912
12913 2004-05-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
12914
12915         * gst/switch/gstswitch.c: (gst_switch_release_pad),
12916         (gst_switch_request_new_pad), (gst_switch_poll_sinkpads),
12917         (gst_switch_loop), (gst_switch_get_type):
12918           whoever that was: DO NOT IMPORT PRIVATE SYMBOLS THAT ARE NOT IN
12919           HEADERS. Had to be said.
12920
12921 2004-05-10  David Schleef  <ds@schleef.org>
12922
12923         * configure.ac: Add prototype Dirac support.
12924         * ext/Makefile.am:
12925         * ext/dirac/Makefile.am:
12926         * ext/dirac/gstdirac.cc:
12927         * ext/dirac/gstdiracdec.cc:
12928
12929 2004-05-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
12930
12931         * gst/auparse/gstauparse.c: (gst_auparse_class_init),
12932         (gst_auparse_init), (gst_auparse_chain),
12933         (gst_auparse_change_state):
12934           Hack around spider. Remove me some day please.
12935
12936 2004-05-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
12937
12938         * gst/auparse/gstauparse.c: (gst_auparse_chain):
12939           Fix for some uninitialized variables in previous patch, also
12940           makes it work. Fixes #142286 while we're at it.
12941
12942 2004-05-11  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
12943
12944         * gst/auparse/gstauparse.c:
12945                 fixes a-law, adds mu-law, linear pcm (8,16,24,32), ieee (32, 64)
12946                 only unsupported formats are ADPCM/CCITT G.72x
12947                 reviewed by Ronald
12948         * gst-libs/gst/audio/audio.h: adds 24bit depth to PCM (x-raw-int)
12949
12950 2004-05-10  Wim Taymans  <wim@fluendo.com>
12951
12952         * ext/vorbis/Makefile.am:
12953         * ext/vorbis/README:
12954         * ext/vorbis/oggvorbisenc.c: (gst_oggvorbisenc_get_formats),
12955         (oggvorbisenc_get_type), (vorbis_caps_factory), (raw_caps_factory),
12956         (gst_oggvorbisenc_base_init), (gst_oggvorbisenc_class_init),
12957         (gst_oggvorbisenc_sinkconnect), (gst_oggvorbisenc_convert_src),
12958         (gst_oggvorbisenc_convert_sink),
12959         (gst_oggvorbisenc_get_query_types), (gst_oggvorbisenc_src_query),
12960         (gst_oggvorbisenc_init), (gst_oggvorbisenc_get_tag_value),
12961         (gst_oggvorbisenc_metadata_set1), (gst_oggvorbisenc_set_metadata),
12962         (get_constraints_string), (update_start_message),
12963         (gst_oggvorbisenc_setup), (gst_oggvorbisenc_write_page),
12964         (gst_oggvorbisenc_chain), (gst_oggvorbisenc_get_property),
12965         (gst_oggvorbisenc_set_property), (gst_oggvorbisenc_change_state):
12966         * ext/vorbis/oggvorbisenc.h:
12967         * ext/vorbis/vorbis.c: (plugin_init):
12968         * ext/vorbis/vorbisenc.c: (vorbis_caps_factory),
12969         (raw_caps_factory), (gst_vorbisenc_class_init),
12970         (gst_vorbisenc_init), (gst_vorbisenc_setup),
12971         (gst_vorbisenc_push_packet), (gst_vorbisenc_chain),
12972         (gst_vorbisenc_get_property), (gst_vorbisenc_set_property):
12973         * ext/vorbis/vorbisenc.h:
12974         Added a raw vorbis encoder to be used with the oggmuxer.
12975         We still need the old encoder for some gnome applications,
12976         read the README to find out how that works.
12977         The raw encoder is called "rawvorbisenc" until 0.9.
12978
12979 2004-05-10  Wim Taymans  <wim@fluendo.com>
12980
12981         * ext/ogg/gstogg.c: (plugin_init):
12982         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_plugin_init),
12983         (gst_ogg_print):
12984         * ext/ogg/gstoggmux.c: (gst_ogg_mux_get_type),
12985         (gst_ogg_mux_base_init), (gst_ogg_mux_class_init),
12986         (gst_ogg_mux_get_sink_event_masks), (gst_ogg_mux_init),
12987         (gst_ogg_mux_sinkconnect), (gst_ogg_mux_pad_link),
12988         (gst_ogg_mux_pad_unlink), (gst_ogg_mux_request_new_pad),
12989         (gst_ogg_mux_handle_src_event), (gst_ogg_mux_next_buffer),
12990         (gst_ogg_mux_push_page), (gst_ogg_mux_compare_pads),
12991         (gst_ogg_mux_queue_pads), (gst_ogg_mux_loop),
12992         (gst_ogg_mux_get_property), (gst_ogg_mux_set_property),
12993         (gst_ogg_mux_change_state), (gst_ogg_mux_plugin_init):
12994         Added an ogg muxer.
12995         Small typo fixes in the demuxer.
12996
12997 2004-05-10  Wim Taymans  <wim@fluendo.com>
12998
12999         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
13000         (theora_enc_sink_link), (theora_push_packet), (theora_enc_chain),
13001         (theora_enc_change_state), (theora_enc_set_property),
13002         (theora_enc_get_property):
13003         Mark the last packet with an EOS flag which is not really needed
13004         in gstreamer.
13005         Do some better video framerate initialisation.
13006         Update the buffer timestamp.
13007
13008 2004-05-10  Jan Schmidt  <thaytan@mad.scientist.com>
13009
13010         * ext/dv/gstdvdec.c: (gst_dvdec_change_state):
13011         Return the result of the parent state change call
13012
13013 2004-05-10  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
13014
13015         * gst/law/alaw.c : alawdec should be registered with type ALAWDEC, not ALAWENC
13016         * gst/law/alaw-decode.c : put audio/x-alaw on pads, instead of audio/x-mulaw
13017         * gst/law/alaw-encode.c : (idem)
13018         * ext/a52dec/gsta52dec.c : mark audio/a52, audio/ac3 as deprecated in a comment
13019         * gst/ac3parse/gstac3parse.c : audio/ac3 => audio/x-ac3
13020         * gst/realmedia/rmdemux.c : audio/a52 => audio/x-ac3
13021
13022 2004-05-09  Benjamin Otte  <otte@gnome.org>
13023
13024         * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
13025           don't use a fixed buffer size when writing variable length data to
13026           it. Fixes memory corruption and makes alsasrc work
13027
13028 2004-05-09  Ronald Bultje  <rbultje@ronald.bitfreak.net>
13029
13030         * ext/gnomevfs/gstgnomevfssink.c:
13031         (_gst_boolean_allow_overwrite_accumulator),
13032         (gst_gnomevfssink_class_init), (gst_gnomevfssink_open_file):
13033           Run glib's default signal handler (??) in RUN_CLEANUP rather than
13034           RUN_LAST, and don't use that to set the accumulator value because
13035           then it's always FALSE.
13036
13037 2004-05-09  Ronald Bultje  <rbultje@ronald.bitfreak.net>
13038
13039         * gst-libs/gst/riff/riff-media.c:
13040         (gst_riff_create_video_caps_with_data),
13041         (gst_riff_create_audio_caps),
13042         (gst_riff_create_audio_template_caps):
13043         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head):
13044           Fix for unaligned RIFF files (i.e. where all the chunks together
13045           in a LIST chunk are not of the same size as the size given in
13046           the LIST chunk header). Fixes several odd WAVE files. Also fix
13047           ADPCM (block_align property) in audio, so that wavparse based
13048           on this works now as it used to stand-alone.
13049
13050 2004-05-09  Edward Hervey  <bilboed@bilboed.com>
13051
13052         reviewed by Benjamin Otte  <otte@gnome.org>
13053
13054         * ext/a52dec/gsta52dec.c:
13055         * ext/divx/gstdivxdec.c:
13056         * ext/divx/gstdivxenc.c:
13057         * ext/dts/gstdtsdec.c: (gst_dtsdec_base_init):
13058         * ext/faac/gstfaac.c: (gst_faac_base_init):
13059         * ext/faad/gstfaad.c: (gst_faad_base_init):
13060         * ext/ivorbis/vorbisfile.c:
13061         * ext/lame/gstlame.c:
13062         * ext/libfame/gstlibfame.c:
13063         * ext/mpeg2enc/gstmpeg2enc.cc:
13064         * ext/musicbrainz/gsttrm.c: (gst_musicbrainz_base_init):
13065         * ext/sidplay/gstsiddec.cc:
13066         * ext/speex/gstspeexdec.c:
13067         * ext/speex/gstspeexenc.c:
13068         * ext/xvid/gstxviddec.c:
13069         * ext/xvid/gstxvidenc.c:
13070           correct klasses. Mostly s,Codec/(Audio|Video),\1/Codec,
13071           (fixes #142193)
13072
13073 2004-05-08  Ronald Bultje  <rbultje@ronald.bitfreak.net>
13074
13075         * ext/alsa/gstalsa.c: (device_list),
13076         (gst_alsa_class_probe_devices):
13077         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_open):
13078           Fix alsa oddness in mixer after the combination of using mixer
13079           in source/sink elements and using hw:x,y instead of just hw:x.
13080
13081 2004-05-09  Benjamin Otte  <otte@gnome.org>
13082
13083         * gst/wavparse/gstwavparse.c: (gst_wavparse_destroy_sourcepad),
13084         (gst_wavparse_create_sourcepad):
13085           make PAUSED=>READY=>PAUSED=READY work by not destroying NULL
13086           sourcepads
13087
13088 2004-05-09  Benjamin Otte  <otte@gnome.org>
13089
13090         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
13091           allow discont events before caps nego
13092
13093 2004-05-08  Benjamin Otte  <otte@gnome.org>
13094
13095         * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
13096           don't leak events
13097
13098 2004-05-08  Benjamin Otte  <otte@gnome.org>
13099
13100         * gst/level/gstlevel.c: (gst_level_link), (gst_level_chain),
13101         (gst_level_change_state), (gst_level_init):
13102         * gst/level/gstlevel.h:
13103           figure out if we're initialized directly instead of keeping a
13104           variable that's wrong in 90% of cases
13105           don't initialize pads and then leak them and use a new unitialized
13106           pad. (fixes #142084)
13107           these were bugs so n00bish I didn't find them for an hour :/
13108
13109 2004-05-08 Iain <iain@prettypeople.org>
13110
13111         * gst/wavparse/gstwavparse.[ch]: Rewrote to use RiffRead instead.
13112         * gst-libs/gst/riff/riff-read.c (gst_riff_read_peek_head): Unstatic it
13113         (gst_riff_read_element_data): Ditto, and added a got_bytes argument to
13114         return the length that was read.
13115         (gst_riff_read_strf_auds): Allow fmt tags as well.
13116
13117 2004-05-07  David Schleef  <ds@schleef.org>
13118
13119         * ext/faad/gstfaad.c: (gst_faad_sinkconnect): HACK to correct
13120         signed char assumption in faad.h.
13121
13122 2004-05-07  Ronald Bultje  <rbultje@ronald.bitfreak.net>
13123
13124         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_v4l2fourcc_to_caps):
13125           Missing break, detected by Daniel Gazard <daniel.gazard@free.fr>.
13126
13127 2004-05-07  Colin Walters  <walters@redhat.com>
13128
13129         * gst/volume/gstvolume.c (gst_volume_dispose): Unref dpman.
13130         * ext/flac/gstflacdec.c (gst_flacdec_dispose): Add dispose
13131         function.
13132         * gst/audioscale/gstaudioscale.c (gst_audioscale_dispose):
13133         Add dispose function.
13134
13135 2004-05-08  Jan Schmidt  <thaytan@mad.scientist.com>
13136         * ext/dv/gstdvdec.c: (gst_dvdec_video_link):
13137           Fix caps nego and pad templates. RGB mode caps should
13138           work now.
13139         * ext/dvdnav/gst-dvd:
13140           Move mpeg2dec inside the thread because otherwise the
13141           queue rejects cap changes mid-stream
13142         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_get_type),
13143         (gst_mpeg2dec_flush_decoder):
13144           For mpeg2dec > 0.4.0, call the flush function instead of
13145           manually extracting all in-flight frames.
13146         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_factory),
13147         (gst_dv1394src_init), (gst_dv1394src_iso_receive):
13148           Change mime type video/dv go video/x-dv to match the
13149           rest of gst-plugins
13150
13151 2004-05-07  Ronald Bultje  <rbultje@ronald.bitfreak.net>
13152
13153         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
13154         * ext/alsa/gstalsasink.c: (gst_alsa_sink_get_type),
13155         (gst_alsa_sink_class_init):
13156         * ext/alsa/gstalsasink.h:
13157         * ext/alsa/gstalsasrc.c: (gst_alsa_src_get_type),
13158         (gst_alsa_src_class_init):
13159         * ext/alsa/gstalsasrc.h:
13160           Make alsasink/src a subclass of alsamixer so that mixer stuff
13161           shows up in gst-rec. Needs some finetuning.
13162
13163 2004-05-05  Benjamin Otte  <in7y118@public.uni-hamburg.de>
13164
13165         * ext/lame/gstlame.c: (gst_lame_chain):
13166           simplify
13167         * ext/mad/gstmad.c: (gst_mad_handle_event):
13168           fix event leak
13169         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find):
13170           be able to detect mp3 files < 4096 bytes
13171
13172 2004-05-06  Wim Taymans  <wim@fluendo.com>
13173
13174         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
13175         (theora_enc_sink_link), (theora_push_packet), (theora_enc_chain),
13176         (theora_enc_set_property), (theora_enc_get_property):
13177         Also encode the first frame, cleanup some code.
13178
13179 2004-05-06  Wim Taymans  <wim@fluendo.com>
13180
13181         * ext/mpeg2enc/gstmpeg2enc.cc:
13182         Forward events first before deciding that negotiation was
13183         not performed.
13184
13185 2004-05-06  Wim Taymans  <wim@fluendo.com>
13186
13187         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain):
13188         First process the events before deciding that negotiation
13189         was not performed.
13190
13191 2004-05-06  Wim Taymans  <wim@fluendo.com>
13192
13193         * ext/theora/Makefile.am:
13194         * ext/theora/theora.c: (plugin_init):
13195         * ext/theora/theoradec.c: (theora_dec_change_state):
13196         * ext/theora/theoraenc.c: (gst_theora_enc_base_init),
13197         (gst_theora_enc_class_init), (gst_theora_enc_init),
13198         (theora_enc_sink_link), (theora_enc_event), (theora_push_packet),
13199         (theora_enc_chain), (theora_enc_change_state),
13200         (theora_enc_set_property), (theora_enc_get_property):
13201         Added a theora encoder, grouped the encoder and decoder into the
13202         same plugin.
13203
13204 2004-05-05  Thomas Vander Stichele  <thomas at apestaart dot org>
13205
13206         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_get_type),
13207         (gst_jpegenc_chain):
13208         fix DURATION on outgoing buffers
13209         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_handle_sink_event):
13210         debug using time formats
13211         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
13212         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
13213         (gst_xvimagesink_sink_link):
13214         windows with width/height 0 generate X errors, so don't allow them
13215
13216 2004-05-05  Wim Taymans  <wim@fluendo.com>
13217
13218         * ext/mpeg2dec/gstmpeg2dec.c: (src_templ),
13219         (gst_mpeg2dec_base_init), (gst_mpeg2dec_init),
13220         (gst_mpeg2dec_negotiate_format):
13221         * ext/mpeg2dec/gstmpeg2dec.h:
13222           removed the static pad template so that we can add the
13223           more accurate framerate value to the caps.
13224
13225
13226 2004-05-04  Benjamin Otte  <otte@gnome.org>
13227
13228         * configure.ac:
13229           check for kdemacros.h, too (should fix #141821)
13230         * ext/vorbis/vorbisdec.c: (vorbis_dec_event), (vorbis_dec_chain):
13231           don't crash if no header was sent, but nicely error out (fixes part
13232           of #141554)
13233
13234 2004-05-04  Wim Taymans  <wim@fluendo.com>
13235
13236         * ext/mpeg2enc/gstmpeg2enc.cc: (gst_mpeg2enc_dispose): call the
13237         parent dispose function to avoid segfault on destroy.
13238
13239 2004-05-04  Thomas Vander Stichele  <thomas at apestaart dot org>
13240
13241         * sys/ximage/ximagesink.c: (gst_ximagesink_sink_link),
13242         (plugin_init):
13243         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
13244         (gst_xvimagesink_sink_link):
13245         clean up debugging caps
13246         also recreate xvimage when format has changed
13247
13248 2004-05-04  Benjamin Otte  <otte@gnome.org>
13249
13250         * ext/libvisual/Makefile.am:
13251         * ext/libvisual/visual.c: (gst_visual_class_init),
13252         (gst_visual_init), (gst_visual_dispose), (gst_visual_getcaps),
13253         (gst_visual_srclink), (gst_visual_chain),
13254         (gst_visual_change_state), (plugin_init):
13255           use a GstAdapter to correctly adapt buffer sizes - allows using a
13256           framerate
13257
13258 2004-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
13259
13260         * sys/v4l/gstv4lelement.h:
13261         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_class_init):
13262         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get_fps), (gst_v4lsrc_getcaps),
13263         (gst_v4lsrc_buffer_free):
13264         * sys/v4l/v4l_calls.c: (gst_v4l_get_capabilities):
13265         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_queue_frame),
13266         (gst_v4lsrc_sync_frame), (gst_v4lsrc_grab_frame),
13267         (gst_v4lsrc_requeue_frame):
13268         move some debugging categories around
13269         query for fps index and set accordingly if found
13270
13271 2004-05-03  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
13272
13273         * ext/lame/gstlame.c:
13274         correct defaults that lame_init puts out of range
13275
13276 2004-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
13277
13278         * ext/divx/gstdivxenc.c: (gst_divxenc_get_type),
13279         (gst_divxenc_class_init):
13280         fix range since -1 is the default
13281         * gst/mpeg1sys/gstmpeg1systemencode.c:
13282         (gst_mpeg1_system_encode_get_type), (gst_system_encode_multiplex):
13283         * gst/rtjpeg/gstrtjpegdec.c: (gst_rtjpegdec_get_type),
13284         (gst_rtjpegdec_chain):
13285         * gst/rtjpeg/gstrtjpegenc.c: (gst_rtjpegenc_get_type),
13286         (gst_rtjpegenc_chain):
13287         * sys/qcam/gstqcamsrc.c: (gst_autoexp_mode_get_type),
13288         (gst_qcamsrc_get_type), (gst_qcamsrc_change_state):
13289         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_get_type):
13290         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get_type):
13291         * sys/v4l/gstv4lsrc.c:
13292         * sys/v4l/v4l_calls.c: (gst_v4l_open):
13293         * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_playback_init):
13294         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_capture_init):
13295         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_capture_init):
13296         * sys/vcd/vcdsrc.c: (vcdsrc_get_type), (vcdsrc_get):
13297           remove gst_info calls
13298
13299 2004-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
13300
13301         * Makefile.am:
13302         * po/af.po:
13303         * po/az.po:
13304         * po/en_GB.po:
13305         * po/nl.po:
13306         * po/sr.po:
13307         * po/sv.po:
13308           Updated translations
13309
13310 2004-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
13311
13312         * gst/audioconvert/gstaudioconvert.c: (_fixate_caps_to_int):
13313           refactor/comment code
13314
13315 2004-05-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
13316
13317         * gst/asfdemux/Makefile.am:
13318         * gst/asfdemux/asfheaders.c:
13319         * gst/asfdemux/asfheaders.h:
13320         * gst/asfdemux/gstasf.c: (plugin_init):
13321         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_get_type),
13322         (gst_asf_demux_base_init), (gst_asf_demux_process_comment),
13323         (gst_asf_demux_setup_pad):
13324         * gst/asfdemux/gstasfdemux.h:
13325         * gst/asfdemux/gstasfmux.c:
13326         * gst/asfdemux/gstasfmux.h:
13327           Add tagging support to demuxer, split out registration in its own
13328           file instead of in demux (hacky), and prevent having some tables
13329           in our memory multiple times (in asfheaders.h).
13330
13331 2004-05-01  Ronald Bultje  <rbultje@ronald.bitfreak.net>
13332
13333         * gst/matroska/matroska-demux.c:
13334         (gst_matroska_demux_parse_metadata):
13335         * gst/matroska/matroska-ids.h:
13336           Basic tag reading support.
13337
13338 2004-04-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
13339
13340         * gst/matroska/matroska-demux.c: (gst_matroska_demux_audio_caps):
13341           Really detect ac-3 audio.
13342         * gst/typefind/gsttypefindfunctions.c: (matroska_type_find):
13343           really detect matroska files (off-by-1).
13344
13345 2004-04-30  David Schleef  <ds@schleef.org>
13346
13347         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
13348         (gst_qtdemux_add_stream), (qtdemux_parse), (qtdemux_type_get),
13349         (qtdemux_dump_stsz), (qtdemux_dump_stco), (qtdemux_dump_co64),
13350         (qtdemux_dump_unknown), (qtdemux_parse_tree), (qtdemux_parse_udta),
13351         (qtdemux_tag_add), (get_size), (gst_qtdemux_handle_esds): More qtdemux
13352         hackage -- parse a lot more atoms, extract a few tags.  One might even
13353         mistake this for tag support.  Maybe it is.
13354         * gst/qtdemux/qtdemux.h:
13355
13356 2004-04-30  Colin Walters  <walters@verbum.org>
13357
13358         * ext/alsa/gstalsasink.c (gst_alsa_sink_mmap): Plug a memleak.
13359
13360 2004-04-30  Thomas Vander Stichele  <thomas at apestaart dot org>
13361
13362         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
13363         (gst_ffmpegcolorspace_getcaps):
13364           remove broken nego fix
13365
13366 2004-04-30  Benjamin Otte  <otte@gnome.org>
13367
13368         * configure.ac:
13369         * ext/Makefile.am:
13370         * ext/libvisual/Makefile.am:
13371         * ext/libvisual/visual.c:
13372           add initial support for libvisual (http://libvisual.sourceforge.net)
13373           libvisual is still quite alpha, so expect crashes in there :)
13374
13375 2004-04-29  David Schleef  <ds@schleef.org>
13376
13377         * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream), (qtdemux_parse),
13378         (qtdemux_parse_trak), (get_size), (gst_qtdemux_handle_esds): Hacked
13379         up qtdemux to make it spit out codec_data.  Do _not_ look at this
13380         code; you will no longer respect me.
13381
13382 2004-04-29  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
13383
13384         * ext/alsa/gstalsa.c : (gst_alsa_class_probe_devices)
13385         * ext/alsa/gstalsa.h :
13386         change alsa pcm device discovery to find more than 1 device
13387         per card. code review by Ronald.
13388
13389 2004-04-29  David Schleef  <ds@schleef.org>
13390
13391         * sys/oss/gstosselement.c: (gst_osselement_rate_probe_check):
13392         Add a check for a driver bug on FreeBSD.  (bug #140565)
13393
13394 2004-04-29  Thomas Vander Stichele  <thomas at apestaart dot org>
13395
13396         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_get_type):
13397         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_get_type),
13398         (gst_jpegenc_getcaps):
13399           move format setting to inner loop
13400         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
13401         (gst_ffmpegcolorspace_getcaps):
13402           use GST_PAD_CAPS if available so that we use already negotiated
13403           caps
13404         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
13405         (qtdemux_parse_moov), (qtdemux_parse):
13406           extra debugging
13407         * sys/qcam/qcam-Linux.c: (qc_lock_wait), (qc_unlock):
13408         * sys/qcam/qcam-os.c: (qc_lock_wait), (qc_unlock):
13409           move hardcoded path to DEFINE
13410
13411 2004-04-28  David Schleef  <ds@schleef.org>
13412
13413         * gst/speed/gstspeed.c: (speed_parse_caps):  Fix caps parsing.
13414         (bug #140064)
13415
13416 2004-04-28  Ronald Bultje  <rbultje@ronald.bitfreak.net>
13417
13418         * ext/alsa/gstalsa.c: (gst_alsa_class_probe_devices):
13419           Don't probe for playback device if we're a source element. Fixes
13420           #139658.
13421
13422 2004-04-29  Benjamin Otte  <otte@gnome.org>
13423
13424         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event),
13425         (gst_id3_tag_chain):
13426           rewrite buffer offset
13427
13428 2004-04-28  Ronald Bultje  <rbultje@ronald.bitfreak.net>
13429
13430         * configure.ac:
13431         * ext/Makefile.am:
13432         * ext/dts/Makefile.am:
13433         * ext/dts/gstdtsdec.c: (gst_dtsdec_get_type),
13434         (gst_dtsdec_base_init), (gst_dtsdec_class_init), (gst_dtsdec_init),
13435         (gst_dtsdec_channels), (gst_dtsdec_renegotiate),
13436         (gst_dtsdec_handle_event), (gst_dtsdec_update_streaminfo),
13437         (gst_dtsdec_loop), (gst_dtsdec_change_state),
13438         (gst_dtsdec_set_property), (gst_dtsdec_get_property),
13439         (plugin_init):
13440         * ext/dts/gstdtsdec.h:
13441           New DTS decoder.
13442         * ext/faad/gstfaad.c: (gst_faad_sinkconnect),
13443         (gst_faad_srcconnect):
13444           Add ESDS atom handling (.m4a).
13445
13446 2004-04-27  Ronald Bultje  <rbultje@ronald.bitfreak.net>
13447
13448         * ext/divx/gstdivxdec.c: (plugin_init):
13449           Remove comment that makes no sense.
13450         * ext/mad/gstid3tag.c: (gst_id3_tag_set_property):
13451           Fix for obvious typo that resulted in warnings during gst-register.
13452         * ext/xvid/gstxviddec.c: (gst_xviddec_src_link),
13453         (gst_xviddec_sink_link):
13454           Fix caps negotiation a bit better.
13455         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):
13456           We call this 'codec_data', not 'esds'.
13457
13458 2004-04-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
13459
13460         * gst/monoscope/gstmonoscope.c:
13461           make sure we only provide 256x128
13462         * gst/monoscope/monoscope.c: (monoscope_init):
13463           assert size of 256x128
13464
13465 2004-04-27  Thomas Vander Stichele  <thomas at apestaart dot org>
13466
13467         * Makefile.am:
13468         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_init), (gst_v4lsrc_fixate),
13469         (gst_v4lsrc_getcaps), (gst_v4lsrc_buffer_free):
13470           fixate to max width and height of device
13471
13472 2004-04-27  Thomas Vander Stichele  <thomas at apestaart dot org>
13473
13474         * Makefile.am:
13475         * sys/v4l/gstv4l.c:
13476         * sys/v4l/gstv4lsrc.c:
13477         * sys/v4l/v4l_calls.c:
13478         * sys/v4l/v4lsrc_calls.c:
13479           fix for qc-usb driver which fakes having more than one buffer
13480           by handing the same buffer twice, which confused GStreamer's/v4lsrc
13481           buffer_free override
13482           add debugging
13483
13484 2004-04-27  Thomas Vander Stichele  <thomas at apestaart dot org>
13485
13486         * Makefile.am:
13487         * gst/videotestsrc/gstvideotestsrc.c:
13488         (gst_videotestsrc_class_init), (gst_videotestsrc_change_state),
13489         (gst_videotestsrc_init), (gst_videotestsrc_get),
13490         (gst_videotestsrc_set_property), (gst_videotestsrc_get_property):
13491         * gst/videotestsrc/gstvideotestsrc.h:
13492           add num-buffers property
13493
13494         2004-04-26  Benjamin Otte  <otte@gnome.org>
13495
13496         * ext/mad/gstid3tag.c: (plugin_init):
13497           set id3mux rank to NONE so it doesn't confuse spider
13498           require audio/mpeg,mpegversion=1 in id3mux
13499
13500 2004-04-26  Benjamin Otte  <otte@gnome.org>
13501
13502         * configure.ac:
13503           detect faad correctly as non-working if it's indeed non-working
13504
13505 2004-04-26  Thomas Vander Stichele  <thomas at apestaart dot org>
13506
13507         * Makefile.am:
13508         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_get_type),
13509         (gst_jpegenc_class_init), (gst_jpegenc_getcaps):
13510         fix _getcaps so it only negotiates to its supported format
13511
13512 2004-04-25  Benjamin Otte  <otte@gnome.org>
13513
13514         * gst/audioconvert/gstaudioconvert.c: (_fixate_caps_to_int):
13515           fix memleak
13516
13517 2004-04-23  Benjamin Otte  <otte@gnome.org>
13518
13519         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
13520           audio/x-raw-int with height rules! not. Now it's depth.
13521
13522 2004-04-22  Ronald Bultje  <rbultje@ronald.bitfreak.net>
13523
13524         * gst/wavparse/gstwavparse.c: (gst_wavparse_create_sourcepad),
13525         (gst_wavparse_parse_fmt), (gst_wavparse_handle_sink_event),
13526         (gst_wavparse_loop):
13527           Missing variable initialization. Add handling of DVI ADPCM. Fix
13528           mis-parsing of LIST chunks. This works around a bug where we mis-
13529           parse non-aligning LIST chunks (so LIST chunks where the contents
13530           don't align with the actual LIST size). The correct fix is to use
13531           rifflib, I'm not going to fix wavparse - too much work. All this
13532           fixes #104878.
13533
13534 2004-04-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
13535
13536         reviewed by Benjamin Otte  <otte@gnome.org>
13537
13538         * ext/shout/gstshout.c: (gst_icecastsend_change_state):
13539           fix shoutcast not working (fixes #140844)
13540
13541 2004-04-22  Benjamin Otte  <otte@gnome.org>
13542
13543         * ext/hermes/gsthermescolorspace.c:
13544         (gst_hermes_colorspace_caps_remove_format_info):
13545         * gst/colorspace/gstcolorspace.c:
13546         (gst_colorspace_caps_remove_format_info):
13547         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
13548         (gst_ffmpegcolorspace_caps_remove_format_info):
13549           s/gst_caps_simplify/gst_caps_do_simplify/
13550
13551 2004-04-22  Benjamin Otte  <otte@gnome.org>
13552
13553         * gst-libs/gst/riff/riff-media.c:
13554         (gst_riff_create_video_caps_with_data):
13555           mpegversion is an int
13556         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_base_init):
13557           don't try to create pad templates with NULL caps, use any caps
13558           instead.
13559
13560 2004-04-20  David Schleef  <ds@schleef.org>
13561
13562         * ext/sdl/Makefile.am: Link against libgstinterfaces, not
13563         libgstxoverlay.  jmmv@menta.net (Julio M. Merino Vidal)
13564         (bug #140384)
13565
13566 2004-04-20  Daniel Gazard  <daniel.gazard@epita.fr>
13567
13568         reviewed by David Schleef
13569
13570         * ext/mad/gstid3tag.c: Add stdlib.h
13571         * gst/rtp/gstrtpgsmenc.c: same
13572         * gst/tags/gstid3tag.c: same
13573         * gst/udp/gstudpsrc.c: (gst_udpsrc_get): Fix GST_DISABLE_LOADSAVE
13574         * gst/tcp/gsttcpsink.c: (gst_tcpsink_sink_link): Adjust
13575         GST_DISABLE_LOADSAVE use.
13576         * gst/udp/gstudpsink.c: (gst_udpsink_sink_link): Likewise.
13577         * gst/tcp/gsttcpsrc.c: (gst_tcpsrc_get): Likewise.
13578         * ext/gnomevfs/gstgnomevfssrc.c: Include <stdlib.h> (needed by
13579         atol(3)).
13580         * sys/oss/gstosselement.h: Include <sys/types.h> (needed for dev_t).
13581         * gst/tags/gstvorbistag.c: Include <stdlib.h> (needed by
13582         strtoul(3)).
13583         * gst/rtp/gstrtpL16enc.c: Include <stdlib.h> (needed by random(3)).
13584         * ext/mad/Makefile.am: (libgstmad_la_CFLAGS): Add $(MAD_CFLAGS)
13585         $(ID3_CFLAGS).
13586         * ext/libfame/Makefile.am: (libgstlibfame_la_CFLAGS): Add
13587         $(LIBFAME_CFLAGS).
13588
13589 2004-04-20  David Schleef  <ds@schleef.org>
13590
13591         * gst/realmedia/rmdemux.c:  This was supposed to part of the
13592         last checkin.  Same idea.
13593
13594 2004-04-20  Daniel Gazard  <daniel.gazard@epita.fr>
13595
13596         reviewed by David Schleef
13597
13598         * configure.ac: bump required gstreamer version to 0.8.1.1
13599         because of following changes [--ds]
13600
13601         * gst-libs/gst/riff/riff-read.c:  Include gst/gstutils.h.
13602         (gst_riff_peek_head, gst_riff_peek_list, gst_riff_read_list)
13603         (gst_riff_read_header):  Use GST_READ_UINT*
13604         macros to access possibly unaligned memory.
13605
13606         * gst/typefind/gsttypefindfunctions.c: Include gst/gstutils.h.
13607         (mp3_type_find):  Use GST_READ_UINT*
13608         macros to access possibly unaligned memory.
13609         (mp3_type_find, mpeg1_parse_header, qt_type_find)
13610         (speex_type_find): Likewise
13611
13612         * gst/tags/gstvorbistag.c: (ADVANCE): Likewise
13613
13614         * gst/qtdemux/qtdemux.c: Include stdlib.h (needed by realloc).
13615         (QTDEMUX_GUINT32_GET, QTDEMUX_GUINT16_GET, QTDEMUX_FP32_GET)
13616         (QTDEMUX_FP16_GET, QTDEMUX_FOURCC_GET)
13617         (gst_qtdemux_loop_header, gst_qtdemux_loop_header)
13618         (qtdemux_node_dump_foreach, qtdemux_tree_get_child_by_type)
13619         (qtdemux_tree_get_sibling_by_type):  Use GST_READ_UINT*
13620         macros to access possibly unaligned memory.
13621
13622         * gst/mpegstream/gstmpegpacketize.c: (parse_generic, parse_chunk):
13623         Likewise.
13624
13625         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead)
13626         (gst_mpeg_demux_parse_packet, gst_mpeg_demux_parse_pes): Likewise.
13627
13628         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain):
13629         Likewise.
13630
13631         * gst/mpeg2sub/gstmpeg2subt.c: (GST_BUFFER_DATA)
13632         (gst_mpeg2subt_chain_subtitle): Likewise.
13633
13634         * gst/mpeg1videoparse/gstmp1videoparse.c: (mp1videoparse_parse_seq)
13635         (gst_mp1videoparse_time_code, gst_mp1videoparse_real_chain):
13636         Likewise.
13637
13638         * gst/mpeg1sys/buffer.c: (mpeg1mux_buffer_update_audio_info):
13639         Likewise.
13640
13641         * gst/cdxaparse/gstcdxaparse.c: (gst_bytestream_peek_bytes):
13642         Likewise.
13643
13644         * gst/asfdemux/gstasfdemux.c: (_read_var_length, _read_uint):
13645         Likewise.
13646
13647 2004-04-20  Thomas Vander Stichele  <thomas at apestaart dot org>
13648
13649         * configure.ac:
13650           update required version of GStreamer because of GST_TIME_FORMAT
13651
13652 2004-04-20  Benjamin Otte  <in7y118@public.uni-hamburg.de>
13653
13654         * ext/mad/gstid3tag.c: (gst_id3_tag_init):
13655           remove leftover g_print
13656         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
13657           don't try setting only a subset of the caps. We don't want to kill
13658           autoplugging on purpose
13659
13660 2004-04-20  Thomas Vander Stichele  <thomas at apestaart dot org>
13661
13662         * sys/ximage/ximagesink.c: (plugin_init):
13663         * sys/xvimage/xvimagesink.c: (plugin_init):
13664           add debugging categories
13665
13666 2004-04-20  Thomas Vander Stichele  <thomas at apestaart dot org>
13667
13668         * po/en_GB.po:
13669         * po/LINGUAS:
13670           Adding en_GB translation (Gareth Owen)
13671
13672 2004-04-20  David Schleef  <ds@schleef.org>
13673
13674         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event),
13675         (qtdemux_parse), (qtdemux_type_get), (qtdemux_dump_mvhd),
13676         (qtdemux_dump_tkhd), (qtdemux_dump_stsd), (qtdemux_dump_unknown),
13677         (qtdemux_parse_trak), (qtdemux_video_caps), (qtdemux_audio_caps):
13678         A number of new features and hacks to extract the esds atom and
13679         put it into the caps.  (bug #137724)
13680
13681 2004-04-19  David Schleef  <ds@schleef.org>
13682
13683         * gconf/Makefile.am: Fix for non-GNU make
13684         * gst-libs/gst/Makefile.am: Change directory order to handle
13685         GstPlay linking with gstinterfaces
13686         * gst-libs/gst/audio/make_filter: make use of tr portable
13687         * gst-libs/gst/play/Makefile.am: Add intended \
13688         * gst-libs/gst/xwindowlistener/xwindowlistener.c:
13689         (gst_xwin_set_clips): Switch to ISO variadic macro. Use a
13690         function prototype instead of void *.
13691         * gst/ffmpegcolorspace/gstffmpegcodecmap.c: Switch to ISO variadic
13692         macro.
13693         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
13694         (gst_ffmpegcolorspace_chain): wrap NULL in GST_ELEMENT_ERROR call
13695         * gst/videofilter/make_filter: make use of tr portable
13696         * pkgconfig/Makefile.am: Remove GNU extension in Makefile target
13697
13698 2004-04-19  Thomas Vander Stichele  <thomas at apestaart dot org>
13699
13700         * po/LINGUAS:
13701         * po/uk.po:
13702           Added Ukrainian translation (Maxim V. Dziumanenko)
13703
13704 2004-04-18  Ronald Bultje  <rbultje@ronald.bitfreak.net>
13705
13706         * ext/gsm/gstgsmdec.c: (gst_gsmdec_init), (gst_gsmdec_getcaps),
13707         (gst_gsmdec_link), (gst_gsmdec_chain):
13708           Fix capsnego, simplify chain function slightly.
13709         * gst/qtdemux/qtdemux.c: (qtdemux_audio_caps):
13710           Add GSM.
13711
13712 2004-04-18  Ronald Bultje  <rbultje@ronald.bitfreak.net>
13713
13714         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
13715         (gst_wavparse_destroy_sourcepad), (gst_wavparse_create_sourcepad),
13716         (gst_wavparse_parse_fmt), (gst_wavparse_change_state):
13717           Hack to make wavparse work with spider (always -> sometimes pad).
13718           Fixes #135862 && #140411.
13719
13720 2004-04-18  Benjamin Otte  <otte@gnome.org>
13721
13722         * sys/oss/gstosselement.c: (gst_osselement_sync_parms),
13723         (gst_osselement_rate_probe_check),
13724         (gst_osselement_rate_check_rate), (gst_osselement_rate_add_rate):
13725           get rid of \n in debug output
13726
13727 2004-04-17  Iain <iain@prettypeople.org>
13728
13729         * gst/wavparse/gstwavparse.c (gst_wavparse_loop): Allow all events,
13730         not just EOS.
13731
13732 2004-04-17  Benjamin Otte  <in7y118@public.uni-hamburg.de>
13733
13734         * ext/mad/gstid3tag.c: (gst_id3_tag_get_type),
13735         (gst_id3_tag_class_init), (gst_id3_tag_get_caps),
13736         (gst_id3_tag_add_src_pad), (gst_id3_tag_init),
13737         (gst_id3_tag_set_property), (gst_id3_tag_do_caps_nego),
13738         (gst_id3_tag_src_link), (gst_id3_tag_chain),
13739         (gst_id3_tag_change_state), (plugin_init):
13740           deprecate id3tag element and replace with id3demux/id3mux.
13741           great side effect: this ugly file is now even uglier, yay!
13742         * ext/mad/gstmad.h:
13743           remove non-available function
13744           update for new get_type
13745
13746 2004-04-17  Benjamin Otte  <in7y118@public.uni-hamburg.de>
13747
13748         * configure.ac:
13749           require mpeg2dec >= 0.4.0
13750
13751 2004-04-17  Benjamin Otte  <otte@gnome.org>
13752
13753         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
13754         (gst_xvimagesink_xcontext_get), (gst_xvimagesink_change_state),
13755         (gst_xvimagesink_set_xwindow_id):
13756           call GST_ELEMENT_ERROR whenever get_xcontext fails. Includes
13757           assorted cleanup fixes.
13758
13759 2004-04-16  David Schleef  <ds@schleef.org>
13760
13761         * sys/ximage/ximagesink.h: Compile fix for FreeBSD. (bug #140268)
13762         * sys/xvimage/xvimagesink.h: same
13763
13764 2004-04-16  Thomas Vander Stichele  <thomas at apestaart dot org>
13765
13766         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file):
13767           Fix GST_ELEMENT_ERROR with (NULL)
13768
13769 2004-04-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
13770
13771         * gst-libs/gst/riff/riff-media.c:
13772         (gst_riff_create_video_caps_with_data):
13773           Add div[3456] as fourccs for DivX 3 (fixes #140137).
13774
13775 2004-04-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
13776
13777         * gst-libs/gst/riff/riff-media.c:
13778         (gst_riff_create_video_caps_with_data),
13779         (gst_riff_create_video_caps), (gst_riff_create_audio_caps),
13780         (gst_riff_create_video_template_caps),
13781         (gst_riff_create_audio_template_caps):
13782         * gst-libs/gst/riff/riff-media.h:
13783         * gst-libs/gst/riff/riff-read.c:
13784         (gst_riff_read_strf_vids_with_data), (gst_riff_read_strf_vids):
13785         * gst-libs/gst/riff/riff-read.h:
13786         * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream):
13787           Add MS RLE support. I added some functions to read out strf chunks
13788           into strf chunks and the data behind it. This is usually color
13789           palettes (as in RLE, but also in 8-bit RGB). Also use those during
13790           caps creation. Lastly, add ADPCM (similar to wavparse - which
13791           should eventually be rifflib based).
13792         * gst/matroska/matroska-demux.c: (gst_matroska_demux_class_init),
13793         (gst_matroska_demux_init), (gst_matroska_demux_reset):
13794         * gst/matroska/matroska-demux.h:
13795           Remove placeholders for some prehistoric tagging system. Didn't add
13796           support for any tag system really anyway.
13797         * gst/qtdemux/qtdemux.c:
13798           Add support for audio/x-m4a (MPEG-4) through spider.
13799         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt),
13800         (gst_wavparse_loop):
13801           ADPCM support (#135862). Increase max. buffer size because we
13802           cannot split buffers for ADPCM (screws references) and I've seen
13803           files with 2048 byte chunks. 4096 seems safe for now.
13804
13805 2004-04-15  Thomas Vander Stichele  <thomas at apestaart dot org>
13806
13807         * configure.ac: bump nano to 1
13808
13809 === release 0.8.1 ===
13810
13811 2004-04-15  Thomas Vander Stichele  <thomas at apestaart dot org>
13812
13813         * configure.ac: releasing 0.8.1, "Comforting Sounds"
13814
13815 2004-04-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
13816
13817         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
13818           Fix typo in divxversion (3 instead of 4 for "DIVX" fourcc).
13819           Fixes #140058
13820
13821 2004-04-14  Thomas Vander Stichele  <thomas at apestaart dot org>
13822
13823         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_plugin_init):
13824           lower rank of dvddemux so that it's not used for mpeg playback.
13825
13826 2004-04-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
13827
13828         * configure.ac:
13829           save libs correctly when checking mad
13830
13831 2004-04-14  Thomas Vander Stichele  <thomas at apestaart dot org>
13832
13833         * ext/mad/gstid3tag.c: (plugin_init):
13834           lower rank of id3tag as proposed by Benjamin.  Fixes #139926.
13835
13836 2004-04-13  David Schleef  <ds@schleef.org>
13837
13838         * common/m4/gst-feature.m4: Call -config scripts with
13839         --plugin-libs if it is supported.
13840         * gst/avi/gstavimux.c: (gst_avimux_vidsinkconnect): sequences of
13841         JPEG images are image/jpeg.
13842         * gst/debug/Makefile.am:
13843         * gst/debug/negotiation.c: (gst_negotiation_class_init),
13844         (gst_negotiation_getcaps), (gst_negotiation_pad_link),
13845         (gst_negotiation_update_caps), (gst_negotiation_get_property),
13846         (gst_negotiation_plugin_init): Add a property that acts like
13847         filter caps.
13848         * testsuite/gst-lint:  Move license checking to be a standard
13849         test.
13850
13851 2004-04-13  David Schleef  <ds@schleef.org>
13852
13853         * gst/avi/gstavidemux.c: (gst_avi_demux_reset): Fix memleak.
13854         patch from Sebastien Cote (bug #139958)
13855
13856 2004-04-13  Thomas Vander Stichele  <thomas at apestaart dot org>
13857
13858         * examples/gstplay/Makefile.am:
13859         * examples/gstplay/player.c: (main):
13860           make the commandline player example use gconf settings
13861
13862 2004-04-13  Thomas Vander Stichele  <thomas at apestaart dot org>
13863
13864         * ext/libcaca/gstcacasink.c: (gst_cacasink_class_init),
13865         (gst_cacasink_sinkconnect), (gst_cacasink_init),
13866         (gst_cacasink_chain), (gst_cacasink_open), (gst_cacasink_close):
13867           init/end library during state transition, not object
13868           creation/disposal.  get rid of custom dispose handler.
13869
13870
13871 2004-04-12  Christian Schaller <Uraeus@gnome.org>
13872
13873         * sys/oss/gstosselement.c: s/lstat/stat/ from freeBSD, since it can
13874         be a symlink
13875
13876 2004-04-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
13877
13878         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_data):
13879           Handle JUNK chunks inside data section. Prevents warnings.
13880
13881 2004-04-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
13882
13883         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
13884         (gst_riff_create_video_template_caps):
13885           Add MS video v1.
13886         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
13887         (gst_avi_demux_stream_data):
13888           Add support for "rec-list" chunks.
13889
13890 2004-04-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
13891
13892         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
13893           Fix another codecname mismatch.
13894
13895 2004-04-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
13896
13897         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
13898           Fix divx caps mismatch and move from video/x-jpeg to image/jpeg
13899           so that MJPEG plays back.
13900
13901 2004-04-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
13902
13903         * gst/mpeg1videoparse/gstmp1videoparse.c: (gst_mp1videoparse_init),
13904         (gst_mp1videoparse_real_chain), (gst_mp1videoparse_change_state):
13905         * gst/mpeg1videoparse/gstmp1videoparse.h:
13906           Fix for some slight mis-cuts in buffer parsing, and for some
13907           potential overflows or faults-causers. Adds disconts. Also fixes
13908           #139105 while we're at it.
13909
13910 2004-04-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
13911
13912         * configure.ac:
13913         * sys/v4l2/gstv4l2element.h:
13914           Workaround for missing struct v4l2_buffer declaration in Suse 9
13915           and Mandrake 10 linux/videodev2.h header file (#135919).
13916
13917 2004-04-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
13918
13919         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file):
13920           Bail out if no filename was given.
13921
13922 2004-04-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
13923
13924         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_v4l2fourcc_to_caps),
13925         (gst_v4l2_fourcc_from_structure):
13926           Add Y41B/Y42B YUV formats (see #125732), fix Y41P (was typo'ed to
13927           Y41B somewhere).
13928
13929 2004-04-09  Benjamin Otte  <otte@gnome.org>
13930
13931         * ext/gnomevfs/gstgnomevfssink.c:
13932         (_gst_boolean_allow_overwrite_accumulator),
13933         (gst_gnomevfssink_class_init):
13934           fix erase signal - if any handler returns false the file will not be
13935           overwritten. If no handler is connected, the file will not be
13936           overwritten either.
13937           renamed signal to "allow-overwrite"
13938         * ext/mad/gstid3tag.c: (tag_list_to_id3_tag_foreach):
13939           free string when adding it to ID3 failed
13940         * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
13941           unref event when done
13942         * gst/audioconvert/gstaudioconvert.c: (_fixate_caps_to_int):
13943           free caps
13944         * gst/typefind/gsttypefindfunctions.c:
13945         (mpeg_video_stream_type_find):
13946           fix invalid read
13947
13948 2004-04-08  David Schleef  <ds@schleef.org>
13949
13950         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
13951         (gst_ffmpegcolorspace_register): Change rank to PRIMARY.
13952
13953 2004-04-08  David Schleef  <ds@schleef.org>
13954
13955         * gst/colorspace/gstcolorspace.c: Don't advertise a conversion
13956         we don't support (bug #139532)
13957
13958 2004-04-07  Thomas Vander Stichele  <thomas at apestaart dot org>
13959
13960         * ext/mad/gstmad.c: (gst_mad_handle_event),
13961         (gst_mad_check_caps_reset), (gst_mad_chain),
13962         (gst_mad_change_state):
13963           only set explicit caps if they haven't been set before for
13964           this stream.  MPEG-audio sample rate/channels aren't allowed
13965           to change in-stream.
13966           Fixes #139382
13967
13968 2004-04-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
13969
13970         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_base_init),
13971         (_gst_boolean_did_something_accumulator),
13972         (gst_gnomevfssink_class_init), (gst_gnomevfssink_dispose),
13973         (gst_gnomevfssink_init), (gst_gnomevfssink_set_property),
13974         (gst_gnomevfssink_get_property), (gst_gnomevfssink_open_file),
13975         (gst_gnomevfssink_close_file), (gst_gnomevfssink_chain),
13976         (gst_gnomevfssink_change_state):
13977           Fix erase signal. Don't erase by default. Remove handoff signal.
13978           Remove erase property. Don't segfault. General cleanup.
13979
13980 2004-04-07  Benjamin Otte  <otte@gnome.org>
13981
13982         * gst-libs/gst/gconf/test-gconf.c: (main):
13983           add missing gst_init
13984
13985 2004-04-07  Benjamin Otte  <otte@gnome.org>
13986
13987         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_dispose):
13988           free the mutexes, too
13989
13990 2004-04-07  Benjamin Otte  <otte@gnome.org>
13991
13992         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_dispose):
13993           actually free the URI string
13994         * ext/mad/gstid3tag.c: (gst_id3_tag_src_event):
13995           compute offset correctly when passing discont events
13996         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event):
13997           don't leak discont events
13998         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_video_caps):
13999           add some missing breaks so caps aren't copied randomly
14000         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_get_video_stream):
14001           if we realloc memory, we better use it
14002
14003 2004-04-06  Benjamin Otte  <in7y118@public.uni-hamburg.de>
14004
14005         * ext/mad/gstmad.c: (normal_seek):
14006           fix GST_FORMAT_TIME usage
14007
14008 2004-04-05  David Schleef  <ds@schleef.org>
14009
14010         * ext/kio/kiosrc.cpp:  Undefine KDE_DEPRECATED so we can use
14011         a deprecated function (hack!)
14012
14013 2004-04-05  Benjamin Otte  <otte@gnome.org>
14014
14015         * ext/esd/esdmon.c: (gst_esdmon_get):
14016           fix nonterminated vararg and memleak
14017
14018 2004-04-05  Benjamin Otte  <otte@gnome.org>
14019
14020         * ext/ladspa/gstladspa.c: (gst_ladspa_class_init),
14021         (gst_ladspa_init), (gst_ladspa_force_src_caps),
14022         (gst_ladspa_set_property), (gst_ladspa_get_property),
14023         (gst_ladspa_instantiate), (gst_ladspa_activate),
14024         (gst_ladspa_deactivate), (gst_ladspa_loop), (gst_ladspa_chain):
14025           clean up debugging
14026
14027 2004-04-05  Stefan Kost <kost@imn.htwk-leipzig.de>
14028
14029         reviewed by Benjamin Otte  <otte@gnome.org>
14030
14031         * ext/ladspa/gstladspa.c: (gst_ladspa_class_init):
14032           check for broken LADSPA parameters (fixes #138635)
14033
14034 2004-04-05  Benjamin Otte  <otte@gnome.org>
14035
14036         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_getcaps):
14037           advertise buffer-frames correctly on sinkpads
14038
14039 2004-04-05  Thomas Vander Stichele  <thomas at apestaart dot org>
14040
14041         * ext/mad/gstmad.c: (gst_mad_get_type), (gst_mad_layer_get_type),
14042         (gst_mad_mode_get_type), (gst_mad_emphasis_get_type),
14043         (gst_mad_get_event_masks), (gst_mad_get_query_types), (index_seek),
14044         (normal_seek), (gst_mad_src_event), (gst_mad_handle_event),
14045         (gst_mad_check_caps_reset), (gst_mad_chain):
14046         add more debugging, only reset caps when we're not in error state
14047
14048 2004-04-05  Thomas Vander Stichele  <thomas at apestaart dot org>
14049
14050         * ext/mad/gstmad.c: add debugging category, comment + cleanups
14051
14052 2004-04-05  Julio M. Merino Vidal  <jmmv@menta.net>
14053
14054         reviewed by Benjamin Otte  <otte@gnome.org>
14055
14056         * configure.ac:
14057           fix == in test(1) operator
14058
14059 2004-04-05  Julio M. Merino Vidal  <jmmv@menta.net>
14060
14061         reviewed by Benjamin Otte  <otte@gnome.org>
14062
14063         * configure.ac:
14064           fix --export-symblos-regex to a working regex.
14065
14066 2004-04-04  Benjamin Otte  <otte@gnome.org>
14067
14068         * sys/oss/.cvsignore:
14069           add for oss_probe
14070
14071 2004-04-03  Tim-Phillip Müller <t.i.m@zen.co.uk>
14072
14073         reviewed by Benjamin Otte  <otte@gnome.org>
14074
14075         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event):
14076           add missing 'new_media' argument (fixes #138168)
14077         * gst/matroska/matroska-demux.c:
14078         (gst_matroska_demux_handle_seek_event):
14079           add vararg terminator (fixes #138169)
14080
14081 2004-04-02  David Schleef  <ds@schleef.org>
14082
14083         * ext/gdk_pixbuf/Makefile.am:  Make sure gstgdkanimation.h is
14084         disted (bug #138914)
14085
14086 2004-04-01  Benjamin Otte  <otte@gnome.org>
14087
14088         * ext/alsa/gstalsa.c: (gst_alsa_change_state),
14089         (gst_alsa_close_audio):
14090           handle case better where a soundcard can't pause
14091         * ext/ogg/gstoggdemux.c:
14092           don't crash when we get events but don't have pads yet
14093
14094 2004-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
14095
14096         * sys/oss/gstosselement.c: (gst_osselement_probe_caps):
14097           throw an error if we couldn't probe any caps.
14098
14099 2004-04-01  Jan Schmidt  <thaytan@mad.scientist.com>
14100
14101         * ext/dvdnav/gst-dvd:
14102         Add a really simple sample DVD player
14103
14104 2004-04-01  Jan Schmidt  <thaytan@mad.scientist.com>
14105
14106         * ext/a52dec/gsta52dec.c: (gst_a52dec_get_type), (gst_a52dec_init),
14107         (gst_a52dec_push), (gst_a52dec_handle_event),
14108         (gst_a52dec_update_streaminfo), (gst_a52dec_loop),
14109         (gst_a52dec_change_state):
14110         * ext/a52dec/gsta52dec.h:
14111           Use a debug category, Output timestamps correctly
14112           Emit tag info, Handle events, tell liba52dec about cpu
14113           capabilities so it can use MMX etc.
14114         * ext/dv/gstdvdec.c: (gst_dvdec_loop), (gst_dvdec_change_state):
14115           Fix a crasher accessing invalid memory
14116         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_init),
14117         (dvdnavsrc_update_highlight), (dvdnavsrc_loop),
14118         (dvdnavsrc_get_event_mask), (dvdnav_handle_navigation_event),
14119         (dvdnavsrc_event), (dvdnavsrc_get_formats), (dvdnavsrc_convert),
14120         (dvdnavsrc_query):
14121           Some support for byte-format seeking.
14122           Small fixes for still frames and menu button overlays
14123         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_get_type),
14124         (gst_mpeg2dec_alloc_buffer):
14125           Use a debug category. Adjust the report level of several items to
14126           LOG. Call mpeg2_custom_fbuf to mark our buffers as 'custom buffers'
14127           so it doesn't lose the GstBuffer pointer
14128         * gst/debug/Makefile.am:
14129         * gst/debug/gstdebug.c: (plugin_init):
14130         * gst/debug/gstnavseek.c: (gst_navseek_get_type),
14131         (gst_navseek_base_init), (gst_navseek_class_init),
14132         (gst_navseek_init), (gst_navseek_seek),
14133         (gst_navseek_handle_src_event), (gst_navseek_set_property),
14134         (gst_navseek_get_property), (gst_navseek_chain),
14135         (gst_navseek_plugin_init):
14136         * gst/debug/gstnavseek.h:
14137           Add the navseek debug element for seeking back and forth in a
14138           video stream using arrow keys.
14139         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_get_type),
14140         (gst_mpeg2subt_base_init), (gst_mpeg2subt_class_init),
14141         (gst_mpeg2subt_init), (gst_mpeg2subt_finalize),
14142         (gst_mpeg2subt_getcaps_video), (gst_mpeg2subt_link_video),
14143         (gst_mpeg2subt_handle_video), (gst_mpeg2subt_src_event),
14144         (gst_mpeg2subt_parse_header), (gst_get_nibble),
14145         (gst_setup_palette), (gst_get_rle_code), (gst_draw_rle_line),
14146         (gst_merge_uv_data), (gst_mpeg2subt_merge_title),
14147         (gst_update_still_frame), (gst_mpeg2subt_handle_subtitle),
14148         (gst_mpeg2subt_handle_dvd_event), (gst_mpeg2subt_loop):
14149         * gst/mpeg2sub/gstmpeg2subt.h:
14150           Pretty much a complete rewrite. Now a loopbased element. May still
14151           require work to properly synchronise subtitle buffers.
14152         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_process_private),
14153         (gst_dvd_demux_send_subbuffer):
14154         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_send_subbuffer):
14155           Don't attempt to create subbuffers of size 0
14156           Reduce a couple of error outputs to warnings.
14157         * gst/y4m/gsty4mencode.c: (gst_y4mencode_sinkconnect),
14158         (gst_y4mencode_chain):
14159         Output the y4m frame header correctly.
14160
14161 2004-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
14162
14163         * gst/adder/gstadder.c: (gst_adder_get_type), (gst_adder_loop):
14164           throw errors instead of allowing SIGFPE
14165
14166 2004-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
14167
14168         * gst-libs/gst/gconf/gconf.c: (gst_gconf_get_string),
14169         (gst_gconf_render_bin_from_key):
14170           leak plugging and style fixing
14171
14172 2004-03-31  David Schleef  <ds@schleef.org>
14173
14174         * gst/audioscale/gstaudioscale.c: (gst_audioscale_expand_value),
14175         (gst_audioscale_getcaps): Fix getcaps to expand and union lists.
14176         (bug #138225)
14177         * gst/debug/Makefile.am:
14178         * gst/debug/breakmydata.c: (gst_break_my_data_plugin_init):
14179         * gst/debug/gstdebug.c: (plugin_init):  Merge elements into one
14180         plugin.
14181         * gst/debug/negotiation.c: (gst_gst_negotiation_get_type),
14182         (gst_negotiation_base_init), (gst_negotiation_class_init),
14183         (gst_negotiation_init), (gst_negotiation_getcaps),
14184         (gst_negotiation_pad_link), (gst_negotiation_chain),
14185         (gst_negotiation_set_property), (gst_negotiation_get_property),
14186         (gst_negotiation_plugin_init):  New element to talk about random
14187         negotiation things happening in a pipeline.
14188
14189 2004-03-31  Thomas Vander Stichele  <thomas at apestaart dot org>
14190
14191         * gst/adder/gstadder.c: (gst_adder_get_type), (gst_adder_loop):
14192           fix integer addition with help of Stefan Kost
14193
14194 2004-03-31  Thomas Vander Stichele  <thomas at apestaart dot org>
14195
14196         * po/nl.po: updated Dutch translation (Elros Cyriatan)
14197
14198 2004-03-30  David Schleef  <ds@schleef.org>
14199
14200         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_alloc_buffer),
14201         (gst_mpeg2dec_negotiate_format):  Handle Y42B-format MPEG
14202         video, patch from Matthew.Spencer@eu.sony.com (Matthew Spencer)
14203         (bug #137504)
14204         * ext/mpeg2dec/gstmpeg2dec.h:
14205
14206 2004-03-30  David Schleef  <ds@schleef.org>
14207
14208         * ext/gdk_pixbuf/Makefile.am: Remove spurious rules. (bug #136527)
14209
14210 2004-03-30  David Schleef  <ds@schleef.org>
14211
14212         * tools/gst-launch-ext-m.m:  Applied patch from gnome@flyn.org (W.
14213         Michael Petullo) to handle .mov
14214
14215 2004-03-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
14216
14217         * sys/oss/gstosselement.c: (gst_osselement_probe_caps),
14218         (gst_osselement_rate_check_rate):
14219           probe caps correctly for sound cards that only support one format
14220
14221 2004-03-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
14222
14223         * ext/kio/kiosrc.cpp: (process_events):
14224           update handling event processing if inside KDE - untested
14225
14226 2004-03-29  David Schleef  <ds@schleef.org>
14227
14228         * ext/hermes/gsthermescolorspace.c: (plugin_init): decrease rank
14229         by 2 to not interfere with other colorspaces.
14230         * ext/pango/gsttextoverlay.c: (plugin_init): change rank to NONE
14231         * gst/colorspace/gstcolorspace.c: (plugin_init): decrease rank by
14232         one to not interfere with ffmpeg_colorspace.
14233
14234 2004-03-29  David Schleef  <ds@schleef.org>
14235
14236         * ext/alsa/gstalsa.c: (gst_alsa_fixate): Don't fixate fields that
14237         aren't in the caps.
14238         * gst/sine/gstsinesrc.c: change rate caps to [1,MAX]
14239         * gst/videocrop/gstvideocrop.c: (plugin_init): Change rank to NONE.
14240
14241 2004-03-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
14242
14243         * gst-libs/gst/riff/riff-media.c:
14244           fail on error, don't try to set stuff on NULL caps
14245
14246 2004-03-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
14247
14248         * configure.ac:
14249         * ext/Makefile.am:
14250         * ext/kio/Makefile.am:
14251         * ext/kio/kioreceiver.cpp:
14252         * ext/kio/kioreceiver.h:
14253         * ext/kio/kiosrc.cpp:
14254         * ext/kio/kiosrc.h:
14255           add experimental kiosrc plugin
14256         * ext/alsa/gstalsaplugin.c: (plugin_init):
14257           initialize debugging category only when we're sure registering the
14258           plugins worked.
14259
14260 2004-03-29  Thomas Vander Stichele  <thomas at apestaart dot org>
14261
14262         * examples/gstplay/player.c: (main):
14263         * gst-libs/gst/play/play.c: (gst_play_class_init),
14264         (gst_play_set_location), (gst_play_set_data_src),
14265         (gst_play_set_video_sink), (gst_play_set_audio_sink),
14266         (gst_play_set_visualization), (gst_play_connect_visualization):
14267           check return values of element_set_state and return FALSE where
14268           failed
14269
14270 2004-03-29  Benjamin Otte  <otte@gnome.org>
14271
14272         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event):
14273           try harder to check if an event is really a discont
14274
14275 2004-03-29  Thomas Vander Stichele  <thomas at apestaart dot org>
14276
14277         * po/LINGUAS: adding Azerbaijani (Mətin Əmirov)
14278         * po/az.po:
14279
14280 2004-03-28  Benjamin Otte  <otte@gnome.org>
14281
14282         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_process_private):
14283         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead),
14284         (gst_mpeg_demux_parse_packet), (gst_mpeg_demux_parse_pes):
14285           get rid of non-standard "..." ranges in case statements.
14286
14287 2004-03-27  Martin Soto  <martinsoto@users.sourceforge.net>
14288
14289         * gst/mpegstream/gstmpegdemux.c:
14290         * gst/mpegstream/gstmpegdemux.h: Complete overhaul. All DVD
14291         specific functionality split to the new dvddemux element.
14292         * gst/mpegstream/gstdvddemux.c:
14293         * gst/mpegstream/gstdvddemux.h: New demultiplexer for DVD (VOB)
14294         streams, derived from mpegdemux.
14295         * gst/mpegstream/gstmpegparse.c: Discontinuity handling cleaned
14296         up. SCR based timestamp rewriting can be turned off (will probably
14297         completely disappear soon).
14298         * ext/dvdnav/dvdnavsrc.c: Changes resulting from a few months
14299         hacking. General cleanup. All printf statements replaced by
14300         debugging messages. Almost complete libdvdnav support.
14301         (dvdnavsrc_class_init): Got rid of unnecessary signals (replaced
14302         by events. New properties for audio and subpicture languages.
14303         (dvdnavsrc_update_highlight): Now uses events.
14304         (dvdnavsrc_user_op): Cleaned up.
14305         (dvdnavsrc_get): Renamed to dvdnavsrc_loop (element is now loop
14306         based). Lots of cleanup, and propper support for most libdvdnav
14307         events.
14308         (dvdnavsrc_make_dvd_event): New function.
14309         (dvdnavsrc_make_dvd_nav_packet_event): New function.
14310         (dvdnavsrc_make_clut_change_event): New function.
14311
14312 2004-03-26  Benjamin Otte  <otte@gnome.org>
14313
14314         * gst/typefind/gsttypefindfunctions.c: (theora_type_find):
14315           fix bug where typefinding would claim it's theora whenever less then
14316           7 bytes of data were available
14317
14318 2004-03-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
14319
14320         * gst/law/alaw-decode.c: (alawdec_getcaps), (alawdec_link),
14321         (gst_alawdec_base_init), (gst_alawdec_class_init),
14322         (gst_alawdec_init), (gst_alawdec_chain):
14323         * gst/law/alaw-encode.c: (alawenc_getcaps), (alawenc_link),
14324         (gst_alawenc_base_init), (gst_alawenc_class_init),
14325         (gst_alawenc_init), (gst_alawenc_chain):
14326         * gst/law/mulaw-decode.c: (mulawdec_getcaps), (mulawdec_link),
14327         (gst_mulawdec_base_init), (gst_mulawdec_class_init),
14328         (gst_mulawdec_init), (gst_mulawdec_chain):
14329         * gst/law/mulaw-encode.c: (mulawenc_getcaps), (mulawenc_link),
14330         (gst_mulawenc_base_init), (gst_mulawenc_class_init),
14331         (gst_mulawenc_init), (gst_mulawenc_chain):
14332           Fix capsnego in all four, remove the unused property functions and
14333           simplify the chain functions slightly. I guess we could use macros
14334           or something similar for those, since the code is so similar, but
14335           I'm currently too lazy...
14336
14337 2004-03-24  David Schleef  <ds@schleef.org>
14338
14339         * sys/oss/gstosselement.c: (gst_osselement_sync_parms),
14340         (gst_osselement_close_audio), (gst_osselement_probe_caps),
14341         (gst_osselement_get_format_structure),
14342         (gst_osselement_rate_probe_check), (gst_osselement_rate_add_range),
14343         (gst_osselement_rate_check_rate), (gst_osselement_rate_add_rate),
14344         (gst_osselement_rate_int_compare): Add code to handle rate probing
14345         (bug #120883)
14346         * sys/oss/gstosselement.h: same
14347         * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_getcaps):
14348         Use rate probing provided by osselement.
14349         * sys/oss/gstosssrc.c: (gst_osssrc_init), (gst_osssrc_getcaps): same
14350
14351 2004-03-24  Ronald Bultje  <rbultje@ronald.bitfreak.net>
14352
14353         * ext/xvid/gstxvidenc.c: (gst_xvidenc_set_property),
14354         (gst_xvidenc_get_property):
14355           ulong/int mess-up.
14356
14357 2004-03-24  David Schleef  <ds@schleef.org>
14358
14359         * ext/speex/gstspeexdec.c: (gst_speexdec_base_init),
14360         (gst_speexdec_init):
14361         * ext/speex/gstspeexenc.c: (gst_speexenc_base_init),
14362         (gst_speexenc_init):  Create the pad template correctly (from
14363         the static pad template, not a NULL pointer.)
14364
14365 2004-03-25  Benjamin Otte  <otte@gnome.org>
14366
14367         * gst/debug/Makefile.am:
14368         * gst/debug/breakmydata.c:
14369           add element that quasi-randomly changes bytes in the stream.
14370           Intended use is robustness checking of demuxers and decoders in
14371           media tests.
14372
14373 2004-03-24  Benjamin Otte  <otte@gnome.org>
14374
14375         * ext/alsa/gstalsa.c: (gst_alsa_open_audio),
14376         (gst_alsa_probe_hw_params):
14377         * ext/alsa/gstalsa.h:
14378           debugging output fixes
14379
14380 2004-03-24  Benjamin Otte  <otte@gnome.org>
14381
14382         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_set_property):
14383           don't g_return_if_fail if element is PLAYING, fail silently as every
14384           other element.
14385         * gst/effectv/gstquark.c: (gst_quarktv_chain):
14386           only fix needed for cast lvalue issues in gst-plugins
14387         * gst/volenv/gstvolenv.c: (gst_volenv_init):
14388           add proxy_getcaps
14389
14390 2004-03-24  Benjamin Otte  <otte@gnome.org>
14391
14392         * gst/level/gstlevel.c: (gst_level_init):
14393           add proxying getcaps function, so level doesn't advertise impossible
14394           caps
14395
14396 2004-03-24  David Schleef  <ds@schleef.org>
14397
14398         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event),
14399         (gst_qtdemux_loop_header), (qtdemux_parse_moov), (qtdemux_parse),
14400         (qtdemux_node_dump_foreach), (qtdemux_dump_mvhd),
14401         (qtdemux_dump_tkhd), (qtdemux_dump_elst), (qtdemux_dump_mdhd),
14402         (qtdemux_dump_hdlr), (qtdemux_dump_vmhd), (qtdemux_dump_dref),
14403         (qtdemux_dump_stsd), (qtdemux_dump_stts), (qtdemux_dump_stss),
14404         (qtdemux_dump_stsc), (qtdemux_dump_stsz), (qtdemux_dump_stco),
14405         (qtdemux_dump_co64), (qtdemux_dump_dcom), (qtdemux_dump_cmvd),
14406         (qtdemux_parse_tree), (qtdemux_parse_trak):  Fix debugging
14407         messages.  Divide the chunk size by the compression ratio
14408         (needed for MACE audio)
14409
14410 2004-03-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
14411
14412         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain):
14413           Fix buffer overflow read error.
14414
14415 2004-03-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
14416
14417         * ext/alsa/gstalsa.h:
14418           Remove unused entry.
14419         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
14420           Add cinepak.
14421         * gst/videodrop/gstvideodrop.c: (gst_videodrop_getcaps),
14422         (gst_videodrop_link), (gst_videodrop_chain):
14423           Fix, sort of. Was horribly broken with new capsnego. Bah...
14424
14425 2004-03-23  Jeremy Simon  <jesimon@libertysurf.fr>
14426
14427         * gst/typefind/gsttypefindfunctions.c: (ape_type_find),
14428         (plugin_init):
14429         Add a monkeysaudio typefind function
14430
14431 2004-03-23  Johan Dahlin  <johan@gnome.org>
14432
14433         * gst-libs/gst/play/play.c (gst_play_audio_fixate)
14434         (gst_play_video_fixate): Check so the structure has the field
14435         before trying to fixate them, this makes it possible to have
14436         fakesinks for video and audio output without printing errors on
14437         the output console.
14438
14439 2004-03-22  David Schleef  <ds@schleef.org>
14440
14441         * sys/oss/Makefile.am:
14442         * sys/oss/oss_probe.c: (main), (probe_check), (add_range),
14443         (check_rate), (add_rate):  Rate probing test app.
14444
14445 2004-03-21  Benjamin Otte  <otte@gnome.org>
14446
14447         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link),
14448         (_fixate_caps_to_int), (gst_audio_convert_fixate):
14449           add a fixation function that pretty much does the right thing (fixes
14450           #137556)
14451
14452 2004-03-20  David I. Lehn  <dlehn@users.sourceforge.net>
14453
14454         * configure.ac: GST_PACKAGE default: s/GStreamer/GStreamer Plugins/
14455
14456 2004-03-20  Tim-Phillip Müller <t.i.m@zen.co.uk>
14457
14458         reviewed by: Benjamin Otte  <otte@gnome.org>
14459
14460         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
14461           terminate gst_event_new_discontinuous correctly (fixes parts of
14462           #137711)
14463
14464 2004-03-19  David Schleef  <ds@schleef.org>
14465
14466         * gst-libs/gst/Makefile.am:  Enable xoverlay unconditionally,
14467         since it doesn't depend on X, and it's part of our ABI.
14468
14469 2004-03-19  Iain <iain@prettypeople.org>
14470
14471         * gst/interleave/deinterleave.c (deinterleave_sink_link): Use the
14472         is_int in the structure, not the local variable.
14473
14474 2004-03-19  David Schleef  <ds@schleef.org>
14475
14476         * ext/librfb/gstrfbsrc.c: (gst_rfbsrc_change_state),
14477         (gst_rfbsrc_init), (gst_rfbsrc_getcaps), (gst_rfbsrc_fixate),
14478         (gst_rfbsrc_link), (gst_rfbsrc_paint_rect), (gst_rfbsrc_get):
14479         Improvements in caps negotiation.
14480
14481 2004-03-18  Thomas Vander Stichele  <thomas at apestaart dot org>
14482
14483         * po/LINGUAS:
14484         * po/af.po:
14485           adding Afrikaans (Petri Jooste)
14486
14487 2004-03-18  Thomas Vander Stichele  <thomas at apestaart dot org>
14488
14489         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
14490         (gst_ffmpegcolorspace_chain):
14491         throw error instead of g_critical (#137588)
14492
14493 2004-03-18  Thomas Vander Stichele  <thomas at apestaart dot org>
14494
14495         * Makefile.am:
14496         * configure.ac:
14497           dist common and m4 correctly
14498         * po/sv.po:
14499
14500 2004-03-17  David Schleef  <ds@schleef.org>
14501
14502         * pkgconfig/gstreamer-media-info.pc.in:  Add Version.
14503         (bug #137348)
14504
14505 2004-03-17  Thomas Vander Stichele  <thomas at apestaart dot org>
14506
14507         * po/LINGUAS:
14508         * po/sv.po:
14509           adding Swedish translation (Christian Rose)
14510
14511 2004-03-17  Thomas Vander Stichele  <thomas at apestaart dot org>
14512
14513         * Makefile.am: use release.mak
14514
14515 2004-03-16  Thomas Vander Stichele  <thomas at apestaart dot org>
14516
14517         * common/ChangeLog:
14518         * common/gst-autogen.sh:
14519           add some explanation about the version detection
14520         * configure.ac:
14521           fix X check
14522
14523 2004-03-16  Thomas Vander Stichele  <thomas at apestaart dot org>
14524
14525         * configure.ac: bump nano to 1
14526
14527 === release 0.8.0 ===
14528
14529 2004-03-16  Thomas Vander Stichele  <thomas at apestaart dot org>
14530
14531         * configure.ac: release 0.8.0, "Pharmaceutical Itch"
14532
14533 2004-03-16  Thomas Vander Stichele  <thomas at apestaart dot org>
14534
14535         * configure.ac:
14536           update libtool version
14537         * gst-libs/gst/media-info/Makefile.am:
14538           actually use libtool version
14539
14540 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
14541
14542         * configure.ac: fix speex detection to work with 1.0 but not 1.1
14543
14544 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
14545
14546         * configure.ac:
14547         * gst-plugins.spec.in:
14548         * pkgconfig/Makefile.am:
14549         * pkgconfig/gstreamer-gconf-uninstalled.pc.in:
14550         * pkgconfig/gstreamer-interfaces-uninstalled.pc.in:
14551         * pkgconfig/gstreamer-libs-uninstalled.pc.in:
14552         * pkgconfig/gstreamer-libs.pc.in:
14553         * pkgconfig/gstreamer-media-info-uninstalled.pc.in:
14554         * pkgconfig/gstreamer-play-uninstalled.pc.in:
14555         * pkgconfig/gstreamer-plugins-uninstalled.pc.in:
14556         * pkgconfig/gstreamer-plugins.pc.in:
14557           remove @VERSION@ from some of the pc files since core and plugins
14558           are decoupled.
14559           created gstreamer-plugins.pc as it's a better name, but keeping
14560           -libs around for now to get fixes upstream done first.
14561
14562 2004-03-15  Julien MOUTTE <julien@moutte.net>
14563
14564         * gst-libs/gst/play/play.c: (gst_play_get_framerate),
14565         (gst_play_get_sink_element): First draft of gst_play_get_framerate.
14566         * gst-libs/gst/play/play.h:
14567
14568 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
14569
14570         * *.c, *.cc: don't mix tabs and spaces
14571
14572 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
14573
14574         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup):
14575           use the new ffmpegcolorspace
14576         * gst-plugins.spec.in:
14577           package new colorspace and media-info
14578         * configure.ac:
14579         * pkgconfig/Makefile.am:
14580           fix some more disting issues
14581         * pkgconfig/gstreamer-media-info-uninstalled.pc.in:
14582         * pkgconfig/gstreamer-media-info.pc.in:
14583           generate media-info pc files
14584
14585 2004-03-15  Johan Dahlin  <johan@gnome.org>
14586
14587         * *.h: Revert indenting
14588
14589 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
14590
14591         * configure.ac:
14592           adding ffmpegcolorspace element
14593         * gst/ffmpegcolorspace/Makefile.am:
14594         * gst/ffmpegcolorspace/avcodec.h:
14595         * gst/ffmpegcolorspace/common.h:
14596         * gst/ffmpegcolorspace/dsputil.c: (dsputil_static_init):
14597         * gst/ffmpegcolorspace/dsputil.h:
14598         * gst/ffmpegcolorspace/gstffmpeg.c: (plugin_init):
14599         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
14600         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_pix_fmt_to_caps),
14601         (gst_ffmpeg_caps_to_pix_fmt):
14602         * gst/ffmpegcolorspace/gstffmpegcodecmap.h:
14603         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
14604         (gst_ffmpegcolorspace_caps_remove_format_info),
14605         (gst_ffmpegcolorspace_getcaps), (gst_ffmpegcolorspace_pad_link),
14606         (gst_ffmpegcolorspace_get_type), (gst_ffmpegcolorspace_base_init),
14607         (gst_ffmpegcolorspace_class_init), (gst_ffmpegcolorspace_init),
14608         (gst_ffmpegcolorspace_chain), (gst_ffmpegcolorspace_change_state),
14609         (gst_ffmpegcolorspace_set_property),
14610         (gst_ffmpegcolorspace_get_property),
14611         (gst_ffmpegcolorspace_register):
14612         * gst/ffmpegcolorspace/imgconvert.c:
14613         (avcodec_get_chroma_sub_sample), (avcodec_get_pix_fmt_name),
14614         (avcodec_get_pix_fmt), (avpicture_fill), (avpicture_layout),
14615         (avpicture_get_size), (avcodec_get_pix_fmt_loss),
14616         (avg_bits_per_pixel), (avcodec_find_best_pix_fmt1),
14617         (avcodec_find_best_pix_fmt), (img_copy_plane), (img_copy),
14618         (yuv422_to_yuv420p), (yuv422_to_yuv422p), (yuv422p_to_yuv422),
14619         (C_JPEG_TO_CCIR), (img_convert_init), (img_apply_table),
14620         (shrink41), (shrink21), (shrink12), (shrink22), (shrink44),
14621         (grow21_line), (grow41_line), (grow21), (grow22), (grow41),
14622         (grow44), (conv411), (gif_clut_index), (build_rgb_palette),
14623         (bitcopy_n), (mono_to_gray), (monowhite_to_gray),
14624         (monoblack_to_gray), (gray_to_mono), (gray_to_monowhite),
14625         (gray_to_monoblack), (avpicture_alloc), (avpicture_free),
14626         (is_yuv_planar), (img_convert), (get_alpha_info_pal8),
14627         (img_get_alpha_info), (deinterlace_line),
14628         (deinterlace_line_inplace), (deinterlace_bottom_field),
14629         (deinterlace_bottom_field_inplace), (avpicture_deinterlace):
14630         * gst/ffmpegcolorspace/imgconvert_template.h:
14631         * gst/ffmpegcolorspace/mem.c: (av_malloc), (av_realloc), (av_free):
14632         * gst/ffmpegcolorspace/mmx.h:
14633         * gst/ffmpegcolorspace/utils.c: (avcodec_init):
14634           adding ffmpegcolorspace element supplied by Ronald after cleaning
14635           up and pulling in the right bits of upstream source.
14636           I'm sure a better C/compiler wizard could do some cleaning up (for
14637           example use GLIB's malloc stuff), but as a first pass this
14638           works very well
14639
14640 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
14641
14642         * ext/alsa/gstalsa.h:
14643           I assume Ronald forgot to commit the change to have cardname
14644           as a struct member.  Expect some public spanking at the next
14645           opportunity.
14646
14647 2004-03-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
14648
14649         * ext/alsa/gstalsa.c: (gst_alsa_get_property),
14650         (gst_alsa_open_audio), (gst_alsa_close_audio):
14651         * ext/alsa/gstalsa.c:
14652           Don't open the device if we're a mixer (= padless).
14653         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_class_init),
14654         (gst_alsa_mixer_init), (gst_alsa_mixer_open),
14655         (gst_alsa_mixer_close), (gst_alsa_mixer_change_state):
14656           Open mixer during state change rather than during object
14657           initialization. Also, get a device name. Currently in a somewhat
14658           hackish fashion, but I didn't really find something better.
14659
14660 2004-03-14  Thomas Vander Stichele  <thomas at apestaart dot org>
14661
14662         * *.c, *.h: run gst-indent
14663
14664 2004-03-14  Benjamin Otte  <otte@gnome.org>
14665
14666         * gst/modplug/gstmodplug.cc:
14667         * gst/modplug/gstmodplug.h:
14668           set correct timestamps on outgoing buffers
14669
14670 2004-03-14  Benjamin Otte  <otte@gnome.org>
14671
14672         * gst/modplug/gstmodplug.cc:
14673           handle events - don't do crap when a discont arrives that's not
14674           necessary
14675           This allows correct loading and playback of mods in Rhythmbox
14676
14677 2004-03-14  Benjamin Otte  <otte@gnome.org>
14678
14679         * configure.ac:
14680         * gst-libs/gst/gconf/Makefile.am:
14681         * pkgconfig/Makefile.am:
14682           move gstreamer-gconf pkgconfig files to pkgconfig/ dir. Make sure
14683           they get rebuilt properly
14684         * configure.ac:
14685           when checking for vorbis, try pkgconfig first.
14686         * gst/modplug/gstmodplug.cc:
14687           add fixate function
14688
14689 2004-03-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
14690
14691         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):
14692           Fix for obvious mistake, where we first shift the offset and then
14693           read a samplesize element assuming the old offset. Note that this
14694           part still has something weird, i.e. my movies containing those
14695           don't actually play well, but at least there's something that looks
14696           like sound now.
14697
14698 2004-03-14  Jan Schmidt  <thaytan@mad.scientist.com>
14699         * gst/typefind/gsttypefindfunctions.c: (speex_type_find),
14700         (plugin_init):
14701         Add a typefind function for speex format
14702
14703 2004-03-13  Ronald Bultje  <rbultje@ronald.bitfreak.net>
14704
14705         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_video_caps),
14706         (gst_asf_demux_setup_pad):
14707           Use 25fps as our "fake" fps value (marked for fixage in 0.9.x)
14708           instead of 0. Reason is simple: some elements have a fps range
14709           of 1-max instead of 0-max. So now ASF video actually works.
14710
14711 2004-03-13  Thomas Vander Stichele  <thomas at apestaart dot org>
14712
14713         * po/LINGUAS:
14714         * po/sr.po:
14715           adding serbian as a language
14716
14717 2004-03-13  Benjamin Otte  <otte@gnome.org>
14718
14719         * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
14720           return taglist correctly from _get function, don't gst_pad_push it.
14721           (fixes #137042)
14722
14723 2004-03-13  Jan Schmidt  <thaytan@mad.scientist.com>
14724         * ext/alsa/gstalsa.c: (gst_alsa_class_probe_devices):
14725
14726 2004-03-13  Ronald Bultje  <rbultje@ronald.bitfreak.net>
14727
14728         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_free_list):
14729         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_class_init),
14730         (gst_alsa_mixer_track_new):
14731         * ext/alsa/gstalsamixertrack.h:
14732           Fix ancient leftovers... MixerTrack is a GObject.
14733
14734 2004-03-13  Ronald Bultje  <rbultje@ronald.bitfreak.net>
14735
14736         * ext/alsa/gstalsa.c: (gst_alsa_class_probe_devices):
14737         * sys/oss/gstosselement.c: (gst_osselement_class_probe_devices):
14738           Don't block during probing...
14739
14740 2004-03-12  Ronald Bultje  <rbultje@ronald.bitfreak.net>
14741
14742         * ext/alsa/gstalsa.c: (gst_alsa_get_type), (gst_alsa_class_init),
14743         (gst_alsa_get_property), (gst_alsa_probe_get_properties),
14744         (gst_alsa_class_probe_devices), (gst_alsa_class_list_devices),
14745         (gst_alsa_probe_probe_property), (gst_alsa_probe_needs_probe),
14746         (gst_alsa_probe_get_values), (gst_alsa_probe_interface_init),
14747         (gst_alsa_open_audio), (gst_alsa_close_audio):
14748         * ext/alsa/gstalsa.h:
14749           Add propertyprobe interface implementation, add some device-name
14750           property, all this so that it looks good in gnome-volume-control.
14751
14752 2004-03-12  David Schleef  <ds@schleef.org>
14753
14754         * configure.ac: the Hermes library controls hermescolorspace, not
14755         colorspace.
14756         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_base_init),
14757         (gst_mpeg2dec_init): minor pet peeve: disable code with #ifdef,
14758         not /* */
14759         * ext/sdl/sdlvideosink.c: Change XID to unsigned long.
14760         * ext/sdl/sdlvideosink.h: ditto.
14761         * gst/colorspace/gstcolorspace.c: Fix old comments about Hermes
14762
14763 2004-03-12  Benjamin Otte  <otte@gnome.org>
14764
14765         * gst-libs/gst/xoverlay/xoverlay.c: (gst_x_overlay_set_xwindow_id),
14766         (gst_x_overlay_got_xwindow_id):
14767         * gst-libs/gst/xoverlay/xoverlay.h:
14768           replace XID with unsigned long to get rid of the xlibs dependency in
14769           XOverlay (fixes #137004)
14770
14771 2004-03-13  Jan Schmidt  <thaytan@mad.scientist.com>
14772         * gst/effectv/gstaging.c: (gst_agingtv_base_init),
14773         (gst_agingtv_setup):
14774         * gst/effectv/gstdice.c: (gst_dicetv_get_type),
14775         (gst_dicetv_base_init), (gst_dicetv_class_init),
14776         (gst_dicetv_setup), (gst_dicetv_init), (gst_dicetv_draw):
14777         * gst/effectv/gstedge.c: (gst_edgetv_get_type),
14778         (gst_edgetv_base_init), (gst_edgetv_class_init), (gst_edgetv_init),
14779         (gst_edgetv_setup), (gst_edgetv_rgb32):
14780         * gst/effectv/gsteffectv.c:
14781         * gst/effectv/gstquark.c: (gst_quarktv_link), (gst_quarktv_init),
14782         (gst_quarktv_set_property):
14783         * gst/effectv/gstrev.c: (gst_revtv_get_type),
14784         (gst_revtv_base_init), (gst_revtv_class_init), (gst_revtv_init),
14785         (gst_revtv_setup), (gst_revtv_rgb32):
14786         * gst/effectv/gstshagadelic.c: (gst_shagadelictv_get_type),
14787         (gst_shagadelictv_base_init), (gst_shagadelictv_class_init),
14788         (gst_shagadelictv_init), (gst_shagadelictv_setup),
14789         (gst_shagadelictv_rgb32):
14790         * gst/effectv/gstvertigo.c: (gst_vertigotv_get_type),
14791         (gst_vertigotv_base_init), (gst_vertigotv_class_init),
14792         (gst_vertigotv_setup), (gst_vertigotv_init), (gst_vertigotv_rgb32):
14793         * gst/effectv/gstwarp.c:
14794         Port everything that can be ported to videofilter and fix up the caps.
14795         Can someone with a big-endian machine please check these?
14796
14797 2004-03-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
14798
14799         * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_get_time),
14800         (gst_osssink_chain), (gst_osssink_change_state):
14801           Latest fixes for A/V sync, audio playback and such. This is about
14802           all... MPEG playback issues are mostly related to the async build-
14803           up of MPEG files, I cannot fix that. Use basicgthread to solve it.
14804
14805 2004-03-10  Thomas Vander Stichele  <thomas at apestaart dot org>
14806
14807         patch from: Stephane Loeuillet
14808
14809         * configure.ac:
14810           use pkg-config for some libraries, falling back to the old .m4 way
14811           (fixes #131270)
14812         * m4/libdv.m4:
14813           removed
14814
14815 2004-03-10  Thomas Vander Stichele  <thomas at apestaart dot org>
14816
14817         * configure.ac:
14818         * tools/Makefile.am:
14819         * tools/Makefile.in:
14820         * tools/gst-launch-ext-m.m:
14821         * tools/gst-launch-ext.1.in:
14822         * tools/gst-visualise-m.m:
14823         * tools/gst-visualise.1:
14824         * tools/gst-visualise.1.in:
14825           reorganizing generation of script tools
14826
14827 2004-03-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
14828
14829         * ext/divx/gstdivxdec.c:
14830           Downgrade priority. We prefer ffdec_mpeg4.
14831         * ext/faad/gstfaad.c: (gst_faad_srcgetcaps), (gst_faad_srcconnect),
14832         (gst_faad_chain), (gst_faad_change_state):
14833           Fix capsnego. Doesn't work for some sounds because we don't have
14834           a 5:1 to stereo element.
14835         * ext/xvid/gstxvid.c: (plugin_init):
14836           Add priority.
14837         * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_chain),
14838         (gst_osssink_change_state):
14839           Add discont handling.
14840
14841 2004-03-09  Colin Walters  <walters@verbum.org>
14842
14843         * gst/audioconvert/gstaudioconvert.c: Fix typo in width 8
14844         conversion.
14845
14846 2004-03-09  Benjamin Otte  <otte@gnome.org>
14847
14848         * gst-libs/gst/mixer/mixer.c: (gst_mixer_class_init):
14849           the signals take 2 arguments
14850
14851 2004-03-09  David Schleef  <ds@schleef.org>
14852
14853         * ext/alsa/gstalsa.c: (gst_alsa_request_new_pad),
14854         (gst_alsa_fixate): Add fixate function.  (bug #136686)
14855         * ext/alsa/gstalsa.h:
14856         * ext/alsa/gstalsasink.c: (gst_alsa_sink_init):
14857
14858 2004-03-09  Benjamin Otte  <otte@gnome.org>
14859
14860         * ext/mikmod/gstmikmod.c: (gst_mikmod_init), (gst_mikmod_loop),
14861         (gst_mikmod_change_state):
14862         * ext/mikmod/gstmikmod.h:
14863           make mikmod's loop function not loop infinitely and call
14864           gst_element_yield anymore
14865         * gst/modplug/gstmodplug.cc:
14866           fix pad negotiation (fixes #136590)
14867
14868 2004-03-09  David Schleef  <ds@schleef.org>
14869
14870         * ext/lcs/Makefile.am:  Fix so that the lcs colorspace plugin
14871         doesn't conflict with the internal colorspace plugin.
14872         * gst-libs/gst/audio/make_filter:  Use `` instead of $() to
14873         satisfy the crappy-ass shell shipped by a certain vendor.
14874         * gst/videofilter/make_filter: same (bug #135299)
14875
14876 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
14877
14878         * configure.ac: bump nano to 1
14879
14880 === release 0.7.6 ===
14881
14882 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
14883
14884         * configure.in: releasing 0.7.6, "There"
14885
14886 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
14887
14888         * pkgconfig/gstreamer-play-uninstalled.pc.in:
14889         * pkgconfig/gstreamer-play.pc.in:
14890           synchronize the two
14891
14892 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
14893
14894         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_base_init),
14895         (cdparanoia_open), (cdparanoia_event):
14896           fix/add error handling
14897         * po/POTFILES.in:
14898           add cdparanoia source
14899         * tools/Makefile.am:
14900           make scripts executable
14901
14902 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
14903
14904         * configure.ac:
14905         * ext/vorbis/Makefile.am:
14906         * sys/Makefile.am:
14907           remove id3types, vorbisfile and xvideosink from the build (#133783)
14908
14909 2004-03-08  Ronald Bultje  <rbultje@ronald.bitfreak.net>
14910
14911         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_info):
14912           Fix metadata read crash (#136537).
14913
14914 2004-03-08  Thomas Vander Stichele  <thomas at apestaart dot org>
14915
14916         * gst-libs/gst/media-info/media-info-priv.c: (gmi_set_mime):
14917         * gst-libs/gst/media-info/media-info.c: (gst_media_info_read):
14918           adding mime types, fixing the one-stop function
14919
14920 2004-03-08  Christian Schaller <Uraeus@gnome.org>
14921
14922         * ext/nas/nassink.c and /ext/nas/nassink.h:
14923         More NAS love from Arwed von Merkatz
14924         So lets all sing 'Can you feel the NAS tonight'
14925
14926 2004-03-08  Christian Schaller <Uraeus@gnome.org>
14927
14928         * tools/gst-launch-ext.in:
14929         Replace vorbisfile with oggdemux/vorbisdec/audioconvert
14930
14931 2004-03-08  Thomas Vander Stichele  <thomas at apestaart dot org>
14932
14933         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_base_init),
14934         (gst_mpeg2dec_init):
14935         remove the user_data pad for now, because it is being used in
14936         fixating causing MPEG playback to fixate on 1000 Hz for playback.
14937         If someone knows how to fix this properly, please do.
14938
14939 2004-03-08  Thomas Vander Stichele  <thomas at apestaart dot org>
14940
14941         * sys/oss/gstosssink.c: (gst_osssink_get_delay),
14942         (gst_osssink_get_time):
14943         add a warning, IMO this won't get triggered anymore, remove later
14944
14945 2004-03-07  David Schleef  <ds@schleef.org>
14946
14947         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):  Added Cinepak
14948         format (bug #136470)
14949
14950 2004-03-07  Thomas Vander Stichele  <thomas at apestaart dot org>
14951
14952         * gst-libs/Makefile.am:
14953         * gst-libs/gst/media-info/Makefile.am:
14954         * gst-libs/gst/media-info/media-info-priv.c: (found_tag_callback),
14955         (error_callback), (gst_media_info_error_create),
14956         (gst_media_info_error_element), (gmip_init), (gmip_reset),
14957         (gmi_clear_decoder), (gmip_find_type_pre), (gmip_find_type):
14958         * gst-libs/gst/media-info/media-info-priv.h:
14959         * gst-libs/gst/media-info/media-info-test.c: (main):
14960         * gst-libs/gst/media-info/media-info.c: (gst_media_info_init),
14961         (gst_media_info_class_init), (gst_media_info_instance_init),
14962         (gst_media_info_set_source), (gst_media_info_read_with_idler),
14963         (gst_media_info_read_idler), (gst_media_info_read):
14964         * gst-libs/gst/media-info/media-info.h:
14965         fixed, should work now
14966
14967 2004-03-07  Christian Schaller <Uraeus@gnome.org>
14968
14969         * ext/nas/nassink.c:
14970         A bunch of NAS fixes from Arwed von Merkatz
14971
14972 2004-03-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
14973
14974         * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream),
14975         (qtdemux_parse_trak):
14976           Fix crash (j might be greater than n_samples, in which case we're
14977           writing outside the allocated space for the array) and memleak.
14978
14979 2004-03-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
14980
14981         * sys/oss/gstosssink.c: (gst_osssink_chain):
14982           And another caller that couldn't handle delay < 0 (unsigned
14983           integer overflow). Video now continues playing on an audio
14984           buffer underrun, and the clock continues working. Audio still
14985           stalls.
14986
14987 2004-03-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
14988
14989         * sys/oss/gstosssink.c: (gst_osssink_get_delay),
14990         (gst_osssink_get_time):
14991           get_delay() may return values lower than 0. In those cases, we
14992           should not actually cast to *unsigned* int64, that will break
14993           stuff horribly. In my case, it screwed up A/V sync in movies
14994           in totem rather badly.
14995
14996 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
14997
14998         * ext/faac/gstfaac.c: (gst_faac_chain):
14999         * ext/flac/gstflactag.c: (gst_flac_tag_chain):
15000         * ext/libpng/gstpngenc.c: (user_write_data):
15001         * ext/mikmod/gstmikmod.c: (gst_mikmod_loop):
15002         * gst/ac3parse/gstac3parse.c: (gst_ac3parse_chain):
15003         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_chain_subtitle):
15004         * gst/mpegstream/gstrfc2250enc.c: (gst_rfc2250_enc_add_slice):
15005         Fix several misuse of gst_buffer_merge (it doesn't take ownership
15006         of any buffer), should fix some leaks. I hope I didn't unref buffers
15007         that shouldn't be...
15008
15009 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
15010
15011         * gst-libs/gst/media-info/media-info-priv.c: (have_type_callback),
15012         (deep_notify_callback), (tag_flag_score), (found_tag_callback),
15013         (error_callback), (gmi_reset), (gmi_seek_to_track),
15014         (gmi_get_decoder), (gmi_set_mime), (gmip_find_type_pre),
15015         (gmip_find_type_post), (gmip_find_stream_post),
15016         (gmip_find_track_streaminfo_post):
15017         * gst-libs/gst/media-info/media-info-priv.h:
15018         * gst-libs/gst/media-info/media-info-test.c: (print_tag),
15019         (info_print), (main):
15020         * gst-libs/gst/media-info/media-info.c:
15021         (gst_media_info_error_create), (gst_media_info_error_element),
15022         (gst_media_info_instance_init), (gst_media_info_get_property),
15023         (gst_media_info_new), (gst_media_info_set_source),
15024         (gst_media_info_read_idler), (gst_media_info_read):
15025         * gst-libs/gst/media-info/media-info.h:
15026           first pass at making this work again.  This seems to work on
15027           tagged ogg/vorbis and mp3 files.
15028
15029 2004-03-06  Benjamin Otte  <otte@gnome.org>
15030
15031         * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
15032           fix huge leak: gst_buffer_merge doesn't unref the first argument
15033           itself.
15034
15035 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
15036
15037         * ext/mad/gstmad.c: (gst_mad_class_init), (gst_mad_update_info):
15038           report layer/mode/emphasis
15039
15040 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
15041
15042         * ext/mad/gstmad.c: (gst_mad_chain): fixed caps leak
15043
15044 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
15045
15046         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_new):
15047           signal serial
15048
15049 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
15050
15051         * ext/vorbis/vorbis.c: (plugin_init):
15052         * ext/vorbis/vorbisdec.c: (vorbis_dec_get_formats),
15053         (gst_vorbis_dec_init), (vorbis_dec_event):
15054         add debug category
15055         make vorbisdec handle _BYTE and _TIME queries
15056
15057 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
15058
15059         * ext/mad/gstmad.c: (gst_mad_chain): send the average bitrate read
15060           from the xing header
15061
15062 2004-03-06  Benjamin Otte  <otte@gnome.org>
15063
15064         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_getcaps),
15065         (gst_audio_convert_link), (gst_audio_convert_change_state),
15066         (gst_audio_convert_buffer_from_default_format):
15067           do conversions from/to float correctly, fix some caps nego errors,
15068           export correct supported caps in template and getcaps, use correct
15069           caps in try_set_caps functions
15070
15071 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
15072
15073         For some reason, I only committed a ChangeLog entry yesterday and
15074         not the corresponding code...
15075         * ext/mad/gstmad.c: Fix detection of Xing headers
15076         * gst/tags/gstid3tag.c: Changes to support TLEN tags
15077
15078 2004-03-06  Benjamin Otte  <otte@gnome.org>
15079
15080         * ext/ogg/gstoggdemux.c: (gst_ogg_get_pad_by_pad),
15081         (gst_ogg_demux_src_query):
15082           make sure to handle the case where there's no current chain
15083           gracefully.
15084
15085 2004-03-05  David Schleef  <ds@schleef.org>
15086
15087         * ext/aalib/gstaasink.c: (gst_aasink_fixate), (gst_aasink_init):
15088         Add fixate function. (bug #131128)
15089         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_init),
15090         (gst_sdlvideosink_fixate):  Add fixate function.
15091         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
15092         Fix attempt to print a non-pointer using GST_PTR_FORMAT.
15093         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt):
15094         Fix missing break that was causing ulaw to be interpreted as
15095         raw int.
15096
15097 2004-03-05  David Schleef  <ds@schleef.org>
15098
15099         * gst/mpegstream/gstrfc2250enc.c: (gst_rfc2250_enc_add_slice):
15100         Fix code that ignores return value of gst_buffer_merge().
15101         (bug #114560)
15102         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_descramble_segment):
15103         * gst/mpegstream/gstrfc2250enc.c: (gst_rfc2250_enc_add_slice): same
15104         * testsuite/gst-lint:  Check for above.
15105
15106 2004-03-05  David Schleef  <ds@schleef.org>
15107
15108         * gst/udp/gstudpsrc.c: (gst_udpsrc_get):  Check for unfixed
15109         caps and throw an element error.  (bug #136334)
15110
15111 2004-03-05  David Schleef  <ds@schleef.org>
15112
15113         * ext/faad/gstfaad.c: (gst_faad_init), (gst_faad_srcgetcaps),
15114         (gst_faad_chain): Fix negotiation.
15115         * ext/librfb/gstrfbsrc.c: (gst_rfbsrc_handle_src_event): Add
15116         key and button events.
15117         * gst-libs/gst/floatcast/floatcast.h: Fix a minor bug in this
15118         dung heap of code.
15119         * gst-libs/gst/gconf/gstreamer-gconf-uninstalled.pc.in: gstgconf
15120         depends on gconf
15121         * gst-libs/gst/gconf/gstreamer-gconf.pc.in: same
15122         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup),
15123         (gst_play_video_fixate), (gst_play_audio_fixate): Add a fixate
15124         function to encourage better negotiation, particularly between
15125         audioconvert and osssink.
15126         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain):
15127         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):  Make some debugging
15128         more important.
15129         * gst/typefind/gsttypefindfunctions.c:  Fix mistake in flash
15130         typefinding.
15131         * gst/vbidec/vbiscreen.c:  Add glib header
15132         * pkgconfig/gstreamer-play.pc.in:  Depends on gst-interfaces.
15133
15134 2004-03-06  Christophe Fergeau  <teuf@users.sourceforge.net>
15135
15136         * ext/mad/gstmad.c: Fix detection of Xing headers
15137         * gst/tags/gstid3tag.c: Changes to support TLEN tags
15138
15139 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
15140
15141         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt),
15142         (gst_wavparse_pad_convert), (gst_wavparse_pad_query):
15143           debug updates
15144
15145 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
15146
15147         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list):
15148         * ext/mad/gstmad.c: (gst_mad_init), (is_xhead),
15149         (mpg123_parse_xing_header), (gst_mad_chain): parse Xing header in vbr
15150         files, and report the parsed length as a GST_TAG_DURATION tag.
15151         * gst/tags/gstid3tag.c: support TLEN (duration) tag
15152
15153 2004-03-05  Benjamin Otte  <otte@gnome.org>
15154
15155         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_channels):
15156           convert channels correctly. convert correctly to unsigned.
15157
15158 2004-03-05  Julien MOUTTE <julien@moutte.net>
15159
15160         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state): Check if
15161         we have a window before clearing it.
15162
15163 2004-03-05  Julien MOUTTE <julien@moutte.net>
15164
15165         * sys/ximage/ximagesink.c: (gst_ximagesink_change_state): Check if we
15166         have a window before clearing it.
15167
15168 2004-03-05  Thomas Vander Stichele  <thomas at apestaart dot org>
15169
15170         * gconf/gstreamer.schemas.in:
15171         * gst-libs/gst/gconf/Makefile.am:
15172           version installation path the same way as for 0.6
15173         * pkgconfig/gstreamer-interfaces-uninstalled.pc.in:
15174         * pkgconfig/gstreamer-libs-uninstalled.pc.in:
15175         * pkgconfig/gstreamer-play-uninstalled.pc.in:
15176           remove comment that was fixed
15177
15178 2004-03-05  David Schleef  <ds@schleef.org>
15179
15180         * gst/qtdemux/qtdemux.c: (gst_qtdemux_get_src_formats),
15181         (gst_qtdemux_src_convert), (gst_qtdemux_get_src_query_types),
15182         (gst_qtdemux_get_event_mask), (gst_qtdemux_handle_src_query),
15183         (gst_qtdemux_handle_src_event), (gst_qtdemux_add_stream):
15184         Add prototype code for handling seeking and querying.
15185
15186 2004-03-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
15187
15188         * examples/gstplay/player.c: (main):
15189           Initialize variables to NULL. Prevents a segfault because the
15190           (uninitialized) variable is not NULL, resulting in a crash on
15191           trying to reach error->message.
15192
15193 2004-03-05  Benjamin Otte  <otte@gnome.org>
15194
15195         * gst/audioconvert/gstaudioconvert.c:
15196         (gst_audio_convert_buffer_to_default_format):
15197         make float=>int conversion work correctly even in cornercases.
15198
15199 2004-03-04  David I. Lehn  <dlehn@users.sourceforge.net>
15200
15201         * debian/README.Debian:
15202         * debian/build-deps:
15203         * debian/changelog:
15204         * debian/control:
15205         * debian/control.in:
15206         * debian/copyright:
15207         * debian/gstreamer-a52dec.files:
15208         * debian/gstreamer-aa.files:
15209         * debian/gstreamer-alsa.files:
15210         * debian/gstreamer-alsa.manpages:
15211         * debian/gstreamer-arts.files:
15212         * debian/gstreamer-artsd.files:
15213         * debian/gstreamer-audiofile.files:
15214         * debian/gstreamer-avifile.files:
15215         * debian/gstreamer-cdparanoia.files:
15216         * debian/gstreamer-colorspace.files:
15217         * debian/gstreamer-doc.files:
15218         * debian/gstreamer-dv.files:
15219         * debian/gstreamer-dvd.files:
15220         * debian/gstreamer-esd.files:
15221         * debian/gstreamer-festival.files:
15222         * debian/gstreamer-flac.files:
15223         * debian/gstreamer-gconf.conffiles:
15224         * debian/gstreamer-gconf.files:
15225         * debian/gstreamer-gconf.postinst:
15226         * debian/gstreamer-gnomevfs.files:
15227         * debian/gstreamer-gsm.files:
15228         * debian/gstreamer-http.files:
15229         * debian/gstreamer-jack.files:
15230         * debian/gstreamer-jpeg.files:
15231         * debian/gstreamer-mad.files:
15232         * debian/gstreamer-mikmod.files:
15233         * debian/gstreamer-misc.files:
15234         * debian/gstreamer-mpeg2dec.files:
15235         * debian/gstreamer-oss.files:
15236         * debian/gstreamer-plugin-apps.files:
15237         * debian/gstreamer-plugin-apps.manpages:
15238         * debian/gstreamer-plugin-libs-dev.files:
15239         * debian/gstreamer-plugin-libs.files:
15240         * debian/gstreamer-plugin-template.postinst:
15241         * debian/gstreamer-plugin-template.postrm:
15242         * debian/gstreamer-sdl.files:
15243         * debian/gstreamer-sid.files:
15244         * debian/gstreamer-vorbis.files:
15245         * debian/gstreamer-x.files:
15246         * debian/mk.control:
15247         * debian/rules:
15248         Debian package info not maintained here.
15249
15250 2004-03-04  Thomas Vander Stichele  <thomas at apestaart dot org>
15251
15252         * ext/aalib/gstaasink.c: (gst_aasink_class_init):
15253         * ext/cdaudio/gstcdaudio.c: (gst_cdaudio_class_init):
15254         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_class_init):
15255         * ext/divx/gstdivxenc.c: (gst_divxenc_class_init):
15256         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_class_init):
15257         * ext/gsm/gstgsmenc.c: (gst_gsmenc_class_init):
15258         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_class_init):
15259         * ext/musicbrainz/gsttrm.c: (gst_musicbrainz_class_init):
15260         * ext/speex/gstspeexenc.c: (gst_speexenc_class_init):
15261         * ext/xvid/gstxvidenc.c: (gst_xvidenc_class_init):
15262         * gst-libs/gst/colorbalance/colorbalance.c:
15263         (gst_color_balance_class_init):
15264         * gst-libs/gst/colorbalance/colorbalancechannel.c:
15265         (gst_color_balance_channel_class_init):
15266         * gst-libs/gst/mixer/mixer.c: (gst_mixer_class_init):
15267         * gst-libs/gst/play/play.c: (gst_play_class_init):
15268         * gst-libs/gst/propertyprobe/propertyprobe.c:
15269         (gst_property_probe_iface_init):
15270         * gst-libs/gst/tuner/tuner.c: (gst_tuner_class_init):
15271         * gst-libs/gst/tuner/tunerchannel.c:
15272         (gst_tuner_channel_class_init):
15273         * gst-libs/gst/xoverlay/xoverlay.c: (gst_x_overlay_base_init):
15274         * gst/cutter/gstcutter.c: (gst_cutter_class_init):
15275         * gst/effectv/gstvertigo.c: (gst_vertigotv_class_init):
15276         * sys/cdrom/gstcdplayer.c: (cdplayer_class_init):
15277         * sys/dxr3/dxr3spusink.c: (dxr3spusink_class_init):
15278         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_class_init):
15279         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_class_init):
15280         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init):
15281         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_class_init):
15282           fix signals to use - instead of _
15283         * ext/libcaca/gstcacasink.h:
15284         * ext/sdl/sdlvideosink.h:
15285           fix header rename
15286
15287 2004-03-04  David Schleef  <ds@schleef.org>
15288
15289         * testsuite/gst-lint:  Add a check for bad signal names.
15290
15291 2004-03-04  <kost@imn.htwk-leipzig.de>
15292
15293         reviewed by David Schleef
15294
15295         * gst/videofilter/gstgamma.c: (gst_gamma_rgb32): Fix typo that
15296         modified the alpha channel and caused a warning. (bug #136192)
15297
15298 2004-04-03  Christian Schaller <Uraeus@gnome.org>
15299
15300         * gst-plugins.spec.in:
15301         Change names of plugins to actually be correct. Try to keep things
15302         alphabetical to avoid getting beat up by Thomas
15303
15304 2004-03-03  Julien MOUTTE <julien@moutte.net>
15305
15306         * gst-libs/gst/gconf/gconf.c: (gst_gconf_get_default_video_sink):
15307         Using ximagesink as a default if no gconf key found. We should
15308         probably consider using alsasink instead of osssink for the audio
15309         part.
15310
15311 2004-03-02  Thomas Vander Stichele  <thomas at apestaart dot org>
15312
15313         * configure.ac:
15314           fix --with-plugins, don't think it ever worked before
15315         * gst-plugins.spec.in:
15316           even more updates
15317
15318 2004-03-01  Ronald Bultje  <rbultje@ronald.bitfreak.net>
15319
15320         * ext/sdl/sdlvideosink.h:
15321         * sys/ximage/ximagesink.h:
15322         * sys/xvideo/xvideosink.h:
15323         * sys/xvimage/xvimagesink.h:
15324           Fix for move of gstvideosink.h -> videosink.h.
15325
15326 2004-03-02  Thomas Vander Stichele  <thomas at apestaart dot org>
15327
15328         * gst-libs/gst/xwindowlistener/Makefile.am:
15329           this is a plugin library, not a library
15330
15331 2004-03-01  David Schleef  <ds@schleef.org>
15332
15333         * AUTHORS:  Added some names.  Add yourself if you're still
15334         missing.
15335
15336 2004-03-01  David Schleef  <ds@schleef.org>
15337
15338         * MAINTAINERS: Add
15339
15340 2004-03-01  Thomas Vander Stichele  <thomas at apestaart dot org>
15341
15342         * gst-plugins.spec.in: clean up spec file
15343
15344 2004-03-01  Thomas Vander Stichele  <thomas at apestaart dot org>
15345
15346         * gst-libs/gst/video/Makefile.am:
15347         * gst-libs/gst/video/gstvideosink.c:
15348         * gst-libs/gst/video/gstvideosink.h:
15349           rename gstvideosink.h to videosink.h to match other headers
15350         * gst/mixmatrix/Makefile.am:
15351           fix plugin filename
15352         * gst/tags/Makefile.am: fix plugin filename
15353
15354 2004-03-01  Thomas Vander Stichele  <thomas at apestaart dot org>
15355
15356         * gst/tags/Makefile.am: fix plugin filename
15357
15358 2004-03-01  Thomas Vander Stichele  <thomas at apestaart dot org>
15359
15360         * examples/gstplay/player.c: (got_time_tick), (main):
15361           add error handler
15362           display time_tick more readably
15363         * gst/mixmatrix/Makefile.am:
15364           fix plugin file name
15365
15366 2004-02-29  Christophe Fergeau  <teuf@gnome.org>
15367
15368         * sys/oss/gstosselement.c: (gst_osselement_probe),
15369         (device_combination_append), (gst_osselement_class_probe_devices):
15370         * sys/oss/gstosselement.h:
15371           Reworked enumeration of oss dsps and mixers so that gst-mixer works
15372           on my system using alsa oss emulation, fixes bug #135597
15373
15374 2004-02-29  Ronald Bultje  <rbultje@ronald.bitfreak.net>
15375
15376         * gst/videodrop/gstvideodrop.c: (gst_videodrop_init),
15377         (gst_videodrop_chain), (gst_videodrop_change_state):
15378         * gst/videodrop/gstvideodrop.h:
15379           Work based on timestamp of input data, not based on the expected
15380           framerate from the input. The consequence is that this element now
15381           not only scales framerates, but also functions as a framerate
15382           corrector or framerate stabilizer/constantizer.
15383
15384 2004-02-27  David Schleef  <ds@schleef.org>
15385
15386         patches from jmmv@menta.net (Julio M. Merino Vidal)
15387
15388         * gst/interleave/deinterleave.c: (deinterleave_chain): Fix
15389         GST_ELEMENT_ERROR call (bug #135634)
15390         * gst/interleave/interleave.c: (interleave_buffered_loop),
15391         (interleave_bytestream_loop): Don't use alloca() (bug #135640)
15392         * sys/cdrom/gstcdplayer_ioctl_bsd.h: Fix ioctls on NetBSD (bug #135645)
15393         * sys/oss/gstosssink.c: (gst_osssink_get_delay),
15394         (gst_osssink_chain): Fix ioctls on NetBSD. (bug #135644)
15395         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_sync_next_frame),
15396         (gst_v4lmjpegsrc_set_capture), (gst_v4lmjpegsrc_set_capture_m),
15397         (gst_v4lmjpegsrc_capture_init), (gst_v4lmjpegsrc_requeue_frame):
15398         Fix GST_ELEMENT_ERROR call.
15399         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_try_palette): Fix
15400         GST_ELEMENT_ERROR call.
15401
15402 2004-02-27  Benjamin Otte  <otte@gnome.org>
15403
15404         * gst-libs/gst/audio/audio.h:
15405           add macro to make sure header isn't included twice
15406         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_chunk):
15407           don't use gst_buffer_free
15408         * gst/playondemand/filter.func:
15409           don't use gst_data_free. Free data only once.
15410
15411 2004-02-26  David Schleef  <ds@schleef.org>
15412
15413         * gst-libs/gst/colorbalance/Makefile.am:
15414         * gst-libs/gst/mixer/Makefile.am:
15415         * gst-libs/gst/tuner/Makefile.am:
15416         * gst/level/Makefile.am: -marshal.[ch] and -enum.[ch] files
15417         should not be disted, -marshal.h files should not be installed,
15418         and -enum.h files _should_ be installed.  Fix to make this the
15419         case.
15420
15421 === release 0.7.5 ===
15422
15423 2004-02-26  Thomas Vander Stichele  <thomas at apestaart dot org>
15424
15425         * configure.ac: release 0.7.5, "Under The Sea"
15426
15427 2004-02-25  Thomas Vander Stichele  <thomas at apestaart dot org>
15428
15429         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link),
15430         (gst_audio_convert_change_state), (gst_audio_convert_get_buffer):
15431         * gst/videoscale/gstvideoscale.c:
15432         * sys/oss/gstosselement.c: (gst_osselement_sync_parms):
15433           assorted debug/warning fixes
15434
15435 2004-02-25  Thomas Vander Stichele  <thomas at apestaart dot org>
15436
15437         * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps),
15438         (gst_videoscale_init), (gst_videoscale_chain),
15439         (gst_videoscale_set_property), (plugin_init):
15440         * gst/videoscale/gstvideoscale.h:
15441         * gst/videoscale/videoscale.c: (gst_videoscale_setup),
15442         (gst_videoscale_scale_rgb), (gst_videoscale_planar411),
15443         (gst_videoscale_planar400), (gst_videoscale_packed422),
15444         (gst_videoscale_packed422rev), (gst_videoscale_32bit),
15445         (gst_videoscale_24bit), (gst_videoscale_16bit),
15446         (gst_videoscale_bilinear), (gst_videoscale_bicubic),
15447         (gst_videoscale_scale_plane_slow),
15448         (gst_videoscale_scale_point_sample),
15449         (gst_videoscale_scale_nearest),
15450         (gst_videoscale_scale_nearest_str2),
15451         (gst_videoscale_scale_nearest_str4),
15452         (gst_videoscale_scale_nearest_32bit),
15453         (gst_videoscale_scale_nearest_24bit),
15454         (gst_videoscale_scale_nearest_16bit):
15455         add debugging category and use it properly
15456         fix use of GST_PTR_FORMAT
15457
15458 2004-02-25  Andy Wingo  <wingo@pobox.com>
15459
15460         * gst/interleave/interleave.c (interleave_buffered_loop): Always
15461         push only when channel->buffer is NULL. Prevents segfaults doing
15462         the state change after a nonlocal exit, like a scheme exception.
15463
15464         * gst/audioconvert/gstaudioconvert.c (gst_audio_convert_getcaps):
15465         Handle the case where the intersected caps is empty.
15466
15467 2004-02-25  Thomas Vander Stichele  <thomas at apestaart dot org>
15468
15469         * gst/law/mulaw-decode.c: (mulawdec_link):
15470         * gst/law/mulaw.c: (plugin_init):
15471           fix mulawdec so it actually works again
15472
15473 2004-02-24  Arwed v. Merkatz  <v.merkatz@gmx.net>
15474
15475         reviewed by: David Schleef  <ds@schleef.org>
15476
15477         * gst/videofilter/gstgamma.c: (gst_gamma_class_init),
15478         (gst_gamma_init), (gst_gamma_set_property),
15479         (gst_gamma_get_property), (gst_gamma_calculate_tables),
15480         (gst_gamma_rgb24), (gst_gamma_rgb32):  Adds gamma correction
15481         for RGB, with separate r g and b correction factors. (#131167)
15482
15483 2004-02-24  Thomas Vander Stichele  <thomas at apestaart dot org>
15484
15485         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
15486           only signal tags for bitrate if they're > 0 (#134894)
15487
15488 2004-02-24  David Schleef  <ds@schleef.org>
15489
15490         * gst/qtdemux/qtdemux.c: (plugin_init), (gst_qtdemux_loop_header),
15491         (qtdemux_parse_moov), (qtdemux_parse), (qtdemux_node_dump_foreach),
15492         (qtdemux_dump_mvhd), (qtdemux_dump_tkhd), (qtdemux_dump_elst),
15493         (qtdemux_dump_mdhd), (qtdemux_dump_hdlr), (qtdemux_dump_vmhd),
15494         (qtdemux_dump_dref), (qtdemux_dump_stsd), (qtdemux_dump_stts),
15495         (qtdemux_dump_stss), (qtdemux_dump_stsc), (qtdemux_dump_stsz),
15496         (qtdemux_dump_stco), (qtdemux_dump_co64), (qtdemux_dump_dcom),
15497         (qtdemux_dump_cmvd), (qtdemux_parse_tree), (qtdemux_parse_trak):
15498         Cleanups.  Convert g_prints to GST_LOGs.  Add qtdemux debug
15499         category.  Attempt to fix timestamp calculation.
15500
15501 2004-02-24  Johan Dahlin  <johan@gnome.org>
15502
15503         * gst-libs/gst/gconf/gconf.c: Add \n to g_print error messages
15504
15505 2004-02-23  Thomas Vander Stichele  <thomas at apestaart dot org>
15506
15507         * configure.ac:
15508         * gconf/Makefile.am:
15509         * gconf/gstreamer.schemas:
15510         * gst-libs/gst/gconf/Makefile.am:
15511         * gst-libs/gst/gconf/gconf.c:
15512           version gconf schemas and install locations
15513
15514 2004-02-23  Benjamin Otte  <otte@gnome.org>
15515
15516         * ext/xine/xineinput.c: (gst_xine_input_dispose):
15517         (gst_xine_input_subclass_init):
15518           call parent dispose.
15519           change pad template for CD reader correctly
15520         * ext/xine/Makefile.am:
15521         * ext/xine/gstxine.h:
15522         * ext/xine/xine.c: (plugin_init):
15523         * ext/xine/xineaudiosink.c:
15524           wrap audio sinks, too
15525         * gst-libs/gst/resample/private.h:
15526         * gst-libs/gst/resample/resample.c: (gst_resample_init),
15527         (gst_resample_reinit), (gst_resample_scale),
15528         (gst_resample_nearest_s16), (gst_resample_bilinear_s16),
15529         (gst_resample_sinc_slow_s16), (gst_resample_sinc_s16),
15530         (gst_resample_sinc_ft_s16), (gst_resample_nearest_float),
15531         (gst_resample_bilinear_float), (gst_resample_sinc_slow_float),
15532         (gst_resample_sinc_float), (gst_resample_sinc_ft_float):
15533         * gst-libs/gst/resample/resample.h:
15534         * gst/audioscale/gstaudioscale.c: (gst_audioscale_method_get_type),
15535         (gst_audioscale_class_init), (gst_audioscale_link),
15536         (gst_audioscale_get_buffer), (gst_audioscale_init),
15537         (gst_audioscale_chain), (gst_audioscale_set_property),
15538         (gst_audioscale_get_property):
15539         * gst/audioscale/gstaudioscale.h:
15540           s/resample_*/gst_resample_*/i to not clobber namespaces
15541
15542 2004-02-23  Julien MOUTTE  <julien@moutte.net>
15543
15544         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
15545         (gst_riff_create_audio_caps), (gst_riff_create_iavs_caps),
15546         (gst_riff_create_video_template_caps),
15547         (gst_riff_create_audio_template_caps),
15548         (gst_riff_create_iavs_template_caps):
15549         * gst-libs/gst/riff/riff-media.h:
15550         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_base_init),
15551         (gst_asf_demux_audio_caps), (gst_asf_demux_add_audio_stream),
15552         (gst_asf_demux_video_caps), (gst_asf_demux_add_video_stream):
15553         * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream):
15554         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
15555         (gst_matroska_demux_video_caps), (gst_matroska_demux_audio_caps),
15556         (gst_matroska_demux_plugin_init): First batch implementing audio and
15557         video codec tags in demuxers.
15558
15559 2004-02-22  Benjamin Otte  <otte@gnome.org>
15560
15561         * ext/xine/Makefile.am:
15562         * ext/xine/gstxine.h:
15563         * ext/xine/xine.c: (plugin_init):
15564         * ext/xine/xineinput.c:
15565           add input plugin wrapper. Playback from files, http, mms and cdda
15566           works.
15567         * ext/xine/xineaudiodec.c: (gst_xine_audio_dec_chain):
15568           remove leftover G_GNUC_UNUSED
15569         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_stream),
15570         (gst_asf_demux_identify_guid):
15571           improve debugging output
15572
15573 2004-02-22  Benjamin Otte  <otte@gnome.org>
15574
15575         reported by: Padraig O'Briain <padraig.obriain@sun.com>
15576
15577         * autogen.sh:
15578           replace test -e with test -x for mkinstalldirs to be more portable.
15579           (fixes #134816)
15580
15581 2004-02-22  Benjamin Otte  <otte@gnome.org>
15582
15583         reported by: Stefan Kost <kost@imn.htwk-leipzig.de>
15584
15585         * gst/audioconvert/gstaudioconvert.c: (plugin_init):
15586           set rank to PRIMARY
15587         * gst/volume/gstvolume.c: (plugin_init):
15588           set rank to NONE
15589         fixes #134960
15590
15591 2004-02-22   Julio M. Merino Vidal <jmmv@menta.net>
15592
15593         reviewed by Benjamin Otte  <otte@gnome.org>
15594
15595         * ext/flac/gstflacenc.c: (gst_flacenc_chain):
15596           escape NULL strings in GST_ELEMENT_ERROR properly (fixes #135116)
15597
15598 2004-02-22  Benjamin Otte  <otte@gnome.org>
15599
15600         * configure.ac:
15601           export [_]*{gst,Gst,GST}.* symbols from plugins
15602
15603 2004-02-22  Christophe Fergeau <teuf@gnome.org>
15604
15605         reviewed by: Benjamin Otte  <otte@gnome.org>
15606
15607         * ext/lame/gstlame.c: (add_one_tag):
15608         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list):
15609         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_get_tag_value),
15610         (gst_vorbisenc_metadata_set1):
15611         * gst/tags/gstid3tag.c:
15612         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_add):
15613           apply fixes from bugs #135042 (lame can't write tags) and #133817
15614           (add GST_ALBUM_VOLUME_{COUNT,NUMBER} tags)
15615
15616 2004-02-22 Ramon Garcia <ramon_garcia_f@yahoo.com>
15617
15618         * configure.ac: Export only gst_plugin_desc from plugins.
15619          Note that this change only makes any effect with Linux using libtool
15620          1.5.2 or higher. Otherwise it is silently ignored, but it would build
15621          fine. And don't try to have several versions of libtool in different
15622          directories.
15623
15624 2004-02-20  Andy Wingo  <wingo@pobox.com>
15625
15626         * gst/intfloat/, gst/oneton: Removed, replaced by audioconvert and
15627         interleave respectively.
15628
15629         * gst/interleave/deinterleave.c: New plugin: deinterleave
15630         (replaces on oneton).
15631         * gst/interleave/interleave.c: New plugin: interleave.
15632         * gst/interleave/plugin.h: Support file.
15633         * gst/interleave/plugin.c: Support file.
15634
15635         * configure.ac: Remove intfloat and oneton, add interleave.
15636
15637         * ext/sndfile/gstsf.c: Handle events better.
15638
15639         * gst/audioconvert/gstaudioconvert.c: Change to support int2float
15640         and float2int operation. int2float has scheduling problems as
15641         noted in in2float_chain.
15642
15643 2004-02-20  Benjamin Otte  <otte@gnome.org>
15644
15645         * ext/xine/Makefile.am:
15646         * ext/xine/gstxine.h:
15647         * ext/xine/xine.c:
15648         * ext/xine/xineaudiodec.c:
15649         * ext/xine/xinecaps.c:
15650           add first version of xine plugin wrapper. Currently only wraps the
15651           QDM2 win32 DLL, and even that only in proof-of-concept quality.
15652         * configure.ac:
15653         * ext/Makefile.am:
15654           add xine plugin wrapper, disabled by default. Use --enable-xine to
15655           build. Note that it'll segfault on gst-register if you don't remove
15656           the goom and tvtime post plugins from xine.
15657         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event),
15658         (qtdemux_parse), (qtdemux_parse_trak), (qtdemux_audio_caps):
15659           add extradata parsing for QDM2.
15660           change around debugging prints.
15661
15662 2004-02-19  Benjamin Otte  <otte@gnome.org>
15663
15664         * ext/lame/gstlame.c: (gst_lame_chain):
15665         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_chain):
15666           use gst_tag_list_insert when you want to insert tags
15667
15668 2004-02-18  David Schleef  <ds@schleef.org>
15669
15670         * configure.ac:  Move massink to gst-rotten
15671         * ext/Makefile.am:
15672         * ext/mas/Makefile.am:
15673         * ext/mas/massink.c:
15674         * ext/mas/massink.h:
15675
15676 2004-02-18  David Schleef  <ds@schleef.org>
15677
15678         * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init): Disable gdk_pixbuf
15679         typefinding, since it seems to be worse than nothing.
15680         * gst/typefind/gsttypefindfunctions.c: (qt_type_find):  Add ftyp
15681         atom to recognize .mp4 and .m4a files as video/quicktime.
15682
15683 2004-02-18  David Schleef  <ds@schleef.org>
15684
15685         * gst/sine/demo-dparams.c: (quit_live),
15686         (dynparm_log_value_changed), (dynparm_value_changed), (main):
15687         Use double dparams, not float.
15688         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
15689         (gst_sinesrc_init): Change sync default to FALSE, since multiple
15690         sync'd elements don't really work correctly.
15691         * gst/volume/gstvolume.c: (volume_class_init), (volume_init),
15692         (volume_update_volume), (volume_get_property):  Change dparam
15693         to double.
15694
15695 2004-02-18  Julien MOUTTE  <julien@moutte.net>
15696
15697         * sys/ximage/ximagesink.c:
15698         (gst_ximagesink_xwindow_update_geometry),
15699         (gst_ximagesink_renegotiate_size), (gst_ximagesink_handle_xevents),
15700         (gst_ximagesink_change_state), (gst_ximagesink_expose),
15701         (gst_ximagesink_init): Rework the way software video scaling works. So
15702         now we check on each chain call if the video frames are feeling the
15703         window. If not we try to renegotiate caps. On failure we memorize that
15704         and we won't try again for that PLAYING sessions.
15705         * sys/ximage/ximagesink.h: Adding a boolean to store the caps renego
15706         failure.
15707         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_init): initialize the
15708         synchronous flag.
15709
15710 2004-02-18  Thomas Vander Stichele  <thomas at apestaart dot org>
15711
15712         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup):
15713           break up _link so we can give a better debug message for errors
15714
15715 2004-02-18  Thomas Vander Stichele  <thomas at apestaart dot org>
15716
15717         * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init):
15718           set up debug category
15719
15720 2004-02-18  Julien MOUTTE <julien@moutte.net>
15721
15722         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
15723         (gst_ximagesink_handle_xevents), (gst_ximagesink_expose): Reorganizing
15724         the way renegotiation work. The event handling function is not taking
15725         care of external windows and renegotiate method check for pad flags
15726         NEGOTIATING. Should fix : #133209
15727
15728 2004-02-17  Julien MOUTTE  <julien@moutte.net>
15729
15730         * sys/ximage/ximagesink.c: (gst_ximagesink_expose): Checking if the
15731         pad is negotiating before trying renegotiation.
15732
15733 2004-02-17  Thomas Vander Stichele  <thomas at apestaart dot org>
15734
15735         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_type_find):
15736           pass on all possible mime types as typefind hints
15737
15738 2004-02-17  Julien MOUTTE <julien@moutte.net>
15739
15740         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new):
15741         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new): Fix a
15742         possible SHM leak if we crash. All other apps using XShm are doing
15743         that.
15744
15745 2004-02-17  Julien MOUTTE  <julien@moutte.net>
15746
15747         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
15748         (gst_ximagesink_expose): Renegotiate size on expose.
15749         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_expose): Update window
15750         size on expose.
15751
15752 2004-02-16  Benjamin Otte  <in7y118@public.uni-hamburg.de>
15753
15754         * testsuite/alsa/sinesrc.c:
15755           cosmetic fix to fix compile issue with gcc 2.95.4
15756
15757 2004-02-16  Julien MOUTTE <julien@moutte.net>
15758
15759         * ext/alsa/gstalsa.c: (gst_alsa_open_audio),
15760         (gst_alsa_timestamp_to_bytes): Alsa should trigger an error if it
15761         failed opening the audio device.
15762         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
15763         (gst_ximagesink_ximage_destroy), (gst_ximagesink_ximage_put),
15764         (gst_ximagesink_xwindow_new), (gst_ximagesink_xwindow_destroy),
15765         (gst_ximagesink_xwindow_resize), (gst_ximagesink_xwindow_clear),
15766         (gst_ximagesink_renegotiate_size), (gst_ximagesink_handle_xevents),
15767         (gst_ximagesink_xcontext_get), (gst_ximagesink_xcontext_clear),
15768         (gst_ximagesink_change_state), (gst_ximagesink_chain),
15769         (gst_ximagesink_set_xwindow_id): Clearing window in READY TO PAUSED.
15770         Removing some useless g_return_if_fail like wingo suggested.
15771         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
15772         (gst_xvimagesink_xvimage_destroy), (gst_xvimagesink_xvimage_put),
15773         (gst_xvimagesink_xwindow_new), (gst_xvimagesink_xwindow_destroy),
15774         (gst_xvimagesink_xwindow_resize), (gst_xvimagesink_xwindow_clear),
15775         (gst_xvimagesink_update_colorbalance),
15776         (gst_xvimagesink_handle_xevents), (gst_xvimagesink_xcontext_get),
15777         (gst_xvimagesink_xcontext_clear),
15778         (gst_xvimagesink_get_fourcc_from_caps),
15779         (gst_xvimagesink_change_state), (gst_xvimagesink_chain),
15780         (gst_xvimagesink_set_xwindow_id),
15781         (gst_xvimagesink_colorbalance_list_channels),
15782         (gst_xvimagesink_colorbalance_set_value),
15783         (gst_xvimagesink_colorbalance_get_value): Clearing window in READY TO
15784         PAUSED. Removing some useless g_return_if_fail like wingo suggested.
15785
15786 2004-02-16  Thomas Vander Stichele  <thomas at apestaart dot org>
15787
15788         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain):
15789           throw error when not negotiated instead of asserting
15790
15791 2004-02-15  Julien MOUTTE  <julien@moutte.net>
15792
15793         * gst/switch/gstswitch.c: (gst_switch_loop): More fixes for
15794         correct data refcounting.
15795
15796 2004-02-15  Julien MOUTTE  <julien@moutte.net>
15797
15798         * gst/switch/gstswitch.c: (gst_switch_change_state),
15799         (gst_switch_class_init): Cleaning the sinkpads correctly on state
15800         change, mostly the EOS flag.
15801
15802 2004-02-15  Julien MOUTTE  <julien@moutte.net>
15803
15804         * examples/gstplay/player.c: (got_eos), (main): Adding some
15805         output for debugging.
15806         * gst-libs/gst/play/play.c: (gst_play_state_change): Stop our
15807         timeouts if we go to any state different from PLAYING.
15808         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_seek): Fix some
15809         more EOS bugs in riff lib.
15810
15811 2004-02-14  Julien MOUTTE  <julien@moutte.net>
15812
15813         * gst-libs/gst/play/play.c: (gst_play_connect_visualization): Disable
15814         visualization until i find a way to fix switch correctly.
15815         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head): Fix a bug when
15816         EOS arrives.
15817         * gst/switch/gstswitch.c: (gst_switch_release_pad),
15818         (gst_switch_request_new_pad), (gst_switch_poll_sinkpads),
15819         (gst_switch_loop), (gst_switch_dispose), (gst_switch_class_init):
15820         Reworked switch to get a more correct behaviour with events and refing
15821         of data stored in sinkpads.
15822         * gst/switch/gstswitch.h: Adding an eos flag for every sinkpad so that
15823         we don't pull from a pad in EOS.
15824
15825 2004-02-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
15826
15827         * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
15828           remove v1 tag even if we can't read it (makes sure we don't detect
15829           it again)
15830
15831 2004-02-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
15832
15833         * ext/alsa/gstalsa.c: (gst_alsa_pcm_wait),
15834         (gst_alsa_xrun_recovery):
15835         * ext/alsa/gstalsa.h:
15836           try xrun recovery when wait failed. Make xrun recovery function
15837           return TRUE/FALSE to indicate success. (might fix #134354)
15838
15839 2004-02-13  David Schleef  <ds@schleef.org>
15840
15841         * gst/sine/demo-dparams.c: (dynparm_log_value_changed),
15842         (dynparm_value_changed), (main): Convert from float to double.
15843         * gst/sine/gstsinesrc.c: (gst_sinesrc_init): same.
15844
15845 2004-02-13  David Schleef  <ds@schleef.org>
15846
15847         * gst/silence/gstsilence.c: (gst_silence_class_init),
15848         (gst_silence_set_clock), (gst_silence_get),
15849         (gst_silence_set_property), (gst_silence_get_property):
15850         * gst/silence/gstsilence.h: Add sync property.
15851         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
15852         (gst_sinesrc_init), (gst_sinesrc_set_clock), (gst_sinesrc_get),
15853         (gst_sinesrc_set_property), (gst_sinesrc_get_property):
15854         * gst/sine/gstsinesrc.h: Add sync property.
15855
15856 2004-02-13  David Schleef  <ds@schleef.org>
15857
15858         * gst/intfloat/gstint2float.c: (conv_f32_s16),
15859         (gst_int2float_chain_gint16):  Change stdint usage to glib types.
15860
15861 2004-02-13  Thomas Vander Stichele  <thomas at apestaart dot org>
15862
15863         * configure.ac:
15864         * ext/Makefile.am:
15865         * gst-libs/ext/Makefile.am:
15866           move ffmpeg plugin to gst-ffmpeg module
15867
15868 2004-02-13  Thomas Vander Stichele  <thomas at apestaart dot org>
15869
15870         * configure.ac: use GST_ARCH to detect architecture
15871
15872 2004-02-12  Julien MOUTTE  <julien@moutte.net>
15873
15874         * gst/vbidec/vbiscreen.c: Fixing thomasvs fixes. Missing header.
15875
15876 2004-02-12  Thomas Vander Stichele  <thomas at apestaart dot org>
15877
15878         * ext/ladspa/gstladspa.c: (gst_ladspa_base_init):
15879           classify LADSPA plugins based on number of src/sink pads
15880           (#133663, Stefan Kost)
15881         * gst/sine/gstsinesrc.c: (gst_sinesrc_init):
15882           fix dparams registration
15883           (#133528, Stefan Kost)
15884         * gst/vbidec/vbiscreen.c: (vbiscreen_set_current_cell):
15885           fix use of isprint and use g_ascii_isprint instead
15886           (#133316, Stefan Kost)
15887
15888 2004-02-11  David Schleef  <ds@schleef.org>
15889
15890         Convert a few inner loops to use liboil.  This is currently
15891         optional, and is only enabled if liboil is present (duh!).
15892         * configure.ac: Check for liboil-0.1
15893         * gst/intfloat/Makefile.am:
15894         * gst/intfloat/gstint2float.c: (conv_f32_s16), (scalarmult_f32),
15895         (gst_int2float_chain_gint16):
15896         * gst/videofilter/Makefile.am:
15897         * gst/videofilter/gstvideobalance.c: (gst_videobalance_class_init),
15898         (tablelookup_u8), (gst_videobalance_planar411):
15899         * gst/videotestsrc/Makefile.am:
15900         * gst/videotestsrc/gstvideotestsrc.c: (plugin_init):
15901         * gst/videotestsrc/videotestsrc.c: (splat_u8), (paint_hline_YUY2),
15902         (paint_hline_IYU2), (paint_hline_str4), (paint_hline_str3),
15903         (paint_hline_RGB565), (paint_hline_xRGB1555):
15904
15905 2004-02-11  David Schleef  <ds@schleef.org>
15906
15907         * ext/lcs/gstcolorspace.c: (colorspace_find_lcs_format),
15908         (gst_colorspace_caps_get_fourcc), (colorspace_setup_converter),
15909         (gst_colorspace_getcaps), (gst_colorspace_link),
15910         (gst_colorspace_base_init), (gst_colorspace_init),
15911         (gst_colorspace_chain), (gst_colorspace_change_state),
15912         (plugin_init): Merge Ronald's patch (bug #117897) and update
15913         for new caps and negotiation.  Seems to work, although it
15914         shows off bugs in lcs.
15915
15916 2004-02-11  David Schleef  <ds@schleef.org>
15917
15918         * ext/alsa/Makefile.am: Fix linking against libgstinterfaces.
15919         (bug #133886)  Noticed by bugs@leroutier.net (Stephane LOEUILLET)
15920
15921 2004-02-11  David Schleef  <ds@schleef.org>
15922
15923         * ext/librfb/gstrfbsrc.c: (gst_rfbsrc_class_init),
15924         (gst_rfbsrc_change_state), (gst_rfbsrc_init),
15925         (gst_rfbsrc_set_property), (gst_rfbsrc_get_property):
15926         Add server and port properties
15927
15928 2004-02-11  Thomas Vander Stichele  <thomas at apestaart dot org>
15929
15930         * m4/a52.m4:
15931         * m4/aalib.m4:
15932         * m4/as-ffmpeg.m4:
15933         * m4/as-liblame.m4:
15934         * m4/as-slurp-ffmpeg.m4:
15935         * m4/check-libheader.m4:
15936         * m4/esd.m4:
15937         * m4/freetype2.m4:
15938         * m4/gconf-2.m4:
15939         * m4/glib.m4:
15940         * m4/gst-alsa.m4:
15941         * m4/gst-artsc.m4:
15942         * m4/gst-ivorbis.m4:
15943         * m4/gst-matroska.m4:
15944         * m4/gst-sdl.m4:
15945         * m4/gst-shout2.m4:
15946         * m4/gst-sid.m4:
15947         * m4/gtk.m4:
15948         * m4/libdv.m4:
15949         * m4/libfame.m4:
15950         * m4/libmikmod.m4:
15951         * m4/ogg.m4:
15952         * m4/vorbis.m4:
15953           fix underquotedness of macros (#133800)
15954         * m4/as-avifile.m4:
15955         * m4/xmms.m4:
15956           removed because no longer used
15957
15958 2004-02-11  Thomas Vander Stichele  <thomas at apestaart dot org>
15959
15960         * configure.ac:
15961           require gettext 0.11.5 so ulonglong.m4 gets checked out and copied
15962           by autopoint (fixes #132996)
15963
15964 2004-02-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
15965
15966         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_base_init):
15967         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_base_init):
15968         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_base_init):
15969         * ext/ffmpeg/gstffmpegmux.c: (gst_ffmpegmux_base_init):
15970           fix memleaks
15971
15972 2004-02-11  David Schleef  <ds@schleef.org>
15973
15974         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_link),
15975         (gst_gdk_pixbuf_chain): Fix logic bug causing spurious errors.
15976         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_base_init),
15977         (gst_jpegdec_init), (gst_jpegdec_chain): Fix negotiation.
15978         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_base_init),
15979         (gst_jpegenc_class_init), (gst_jpegenc_init),
15980         (gst_jpegenc_getcaps), (gst_jpegenc_link), (gst_jpegenc_resync),
15981         (gst_jpegenc_chain), (gst_jpegenc_set_property),
15982         (gst_jpegenc_get_property):  Fix negotiation.  Add some properties.
15983         * ext/jpeg/gstjpegenc.h: Fix negotiation.
15984
15985 2004-02-10  Benjamin Otte  <in7y118@public.uni-hamburg.de>
15986
15987         * ext/mikmod/gstmikmod.c: (gst_mikmod_init),
15988         (gst_mikmod_srcfixate), (gst_mikmod_srclink), (gst_mikmod_loop):
15989         * ext/mikmod/gstmikmod.h:
15990           fix caps negotiation in mikmod
15991         * ext/ogg/gstoggdemux.c: (gst_ogg_print):
15992           output debug information
15993
15994 2004-02-08  Benjamin Otte  <in7y118@public.uni-hamburg.de>
15995
15996         * gst-libs/gst/colorbalance/Makefile.am:
15997         * gst-libs/gst/navigation/Makefile.am:
15998         * gst-libs/gst/xoverlay/Makefile.am:
15999           remove unused GST_OPT_CFLAGS from Makefiles
16000           include X_CFLAGS and X_LIBS in xoverlay. (#131948)
16001
16002 2004-02-07  David Schleef  <ds@schleef.org>
16003
16004         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_handle_event): Don't
16005         push events to pads that haven't been created (#133508)
16006
16007 2004-02-07  Jan Schmidt  <thaytan@mad.scientist.com>
16008
16009         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_src_convert),
16010         (gst_dvdec_sink_convert), (gst_dvdec_handle_sink_event),
16011         (gst_dvdec_video_getcaps), (gst_dvdec_video_link),
16012         (gst_dvdec_loop), (gst_dvdec_change_state):
16013         Second attempt at committing a working dvdec element.
16014
16015 2004-02-06  David Schleef  <ds@schleef.org>
16016
16017         Build fixes for OS X: (see #129600)
16018         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_strh),
16019         (gst_riff_read_strf_vids), (gst_riff_read_strf_auds),
16020         (gst_riff_read_strf_iavs):
16021         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_avih),
16022         (gst_avi_demux_stream_odml):
16023         * gst/playondemand/Makefile.am:
16024         * gst/rtp/rtp-packet.c:
16025
16026 2004-02-05  David Schleef  <ds@schleef.org>
16027
16028         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_loop): Revert
16029         last change, because it Just Doesn't Compile.
16030
16031 2004-02-05  Benjamin Otte  <in7y118@public.uni-hamburg.de>
16032
16033         * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
16034           skip undecodable id3v2 tag instead of keeping it
16035
16036 2004-02-05  David Schleef  <ds@schleef.org>
16037
16038         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain):
16039         Unref leaked buffer.  (Noticed by Ronald)
16040
16041 2004-02-05  David I. Lehn  <dlehn@users.sourceforge.net>
16042
16043         * pkgconfig/gstreamer-libs-uninstalled.pc.in:
16044         Sync requires with other checks.  >= vs =.
16045
16046 2004-02-06  Jan Schmidt  <thaytan@mad.scientist.com>
16047
16048         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_video_getcaps),
16049         (gst_dvdec_video_link), (gst_dvdec_loop):
16050         * ext/dv/gstdvdec.h:
16051           rework the caps negotiation so that dvdec works again instead
16052           of just segfaulting.
16053
16054 === release 0.7.4 ===
16055
16056 2004-02-06  Thomas Vander Stichele  <thomas at apestaart dot org>
16057
16058         * NEWS: GStreamer Plugins 0.7.4 "For Great Justice" released
16059         * configure.ac: changed for release
16060
16061 2004-02-05  Thomas Vander Stichele  <thomas at apestaart dot org>
16062
16063         * gst-libs/gst/gconf/gstreamer-gconf-uninstalled.pc.in:
16064         * pkgconfig/gstreamer-interfaces-uninstalled.pc.in:
16065         * pkgconfig/gstreamer-libs-uninstalled.pc.in:
16066         * pkgconfig/gstreamer-play-uninstalled.pc.in:
16067           reworked patch by David Lehn to fix libdir and includedir for
16068           uninstalled libraries
16069           removed play and gconf from gstreamer-libs since they have their
16070           own pkgconfig files
16071
16072 2004-02-04  David Schleef  <ds@schleef.org>
16073
16074         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt): Fix a caps
16075         memleak.
16076
16077 2004-02-05  Benjamin Otte  <in7y118@public.uni-hamburg.de>
16078
16079         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_info):
16080           use correct GST_TAG_ENCODER tag
16081
16082 2004-02-05  Benjamin Otte  <in7y118@public.uni-hamburg.de>
16083
16084         * ext/alsa/gstalsa.c: (gst_alsa_change_state):
16085           be sure to stop the clock when going to paused
16086         * sys/oss/gstosssink.c: (gst_osssink_change_state):
16087           reset number of transmitted when going to ready.
16088         fixes #132935
16089
16090 2004-02-05  Charles Schmidt <cschmidt2@emich.edu>
16091
16092         reviewed by Benjamin Otte
16093
16094         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list):
16095           extract track count (fixes #133410)
16096
16097 2004-02-04  Benjamin Otte  <in7y118@public.uni-hamburg.de>
16098
16099         * ext/mad/gstid3tag.c: (gst_id3_tag_do_caps_nego):
16100           that should be !=, not == (fixes #132519)
16101
16102 2004-02-04  David Schleef  <ds@schleef.org>
16103
16104         Make sure set_explicit_caps() is called before adding pad.
16105         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_loop):
16106         * gst/id3/gstid3types.c: (gst_id3types_loop):
16107         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead):
16108         * gst/realmedia/rmdemux.c: (gst_rmdemux_add_stream):
16109
16110 2004-02-04  Thomas Vander Stichele  <thomas at apestaart dot org>
16111
16112         * configure.ac:
16113           bump nano to 2, first prerelease
16114           put back AM_PROG_LIBTOOL
16115
16116 2004-02-04  Thomas Vander Stichele  <thomas at apestaart dot org>
16117
16118         * testsuite/alsa/Makefile.am:
16119           these are user test apps, not automatic testsuite tests
16120
16121 2004-02-04  David Schleef  <ds@schleef.org>
16122
16123         Convert GST_DEBUG_CAPS() to GST_DEBUG():
16124         * gst/mpeg1videoparse/gstmp1videoparse.c:
16125         (mp1videoparse_parse_seq):
16126         * gst/realmedia/rmdemux.c: (gst_rmdemux_add_stream):
16127         * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps):
16128         * sys/xvideo/gstxwindow.c: (_gst_xwindow_new):
16129         * sys/xvideo/xvideosink.c: (gst_xvideosink_sinkconnect),
16130         (gst_xvideosink_getcaps):
16131         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
16132         * testsuite/gst-lint: more tests
16133
16134 2004-02-04  David Schleef  <ds@schleef.org>
16135
16136         Replace use of GST_PAD_FORMATS_FUNCTION() and similar macros
16137         with the code that they would expand to.
16138         * ext/flac/gstflacdec.c: (gst_flacdec_get_src_formats),
16139         (gst_flacdec_get_src_query_types),
16140         (gst_flacdec_get_src_event_masks):
16141         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get_formats),
16142         (gst_gnomevfssrc_get_query_types),
16143         (gst_gnomevfssrc_get_event_mask):
16144
16145 2004-02-04  Benjamin Otte  <in7y118@public.uni-hamburg.de>
16146
16147         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
16148         (gst_sinesrc_dispose):
16149           fix memleak by properly disposing sinesrc
16150
16151 2004-02-04  Julien MOUTTE  <julien@moutte.net>
16152
16153         * gst-libs/gst/xoverlay/xoverlay.c: (gst_x_overlay_expose):
16154         * gst-libs/gst/xoverlay/xoverlay.h: Adding the _expose method to tell
16155         an overlay to redraw the image because it has been exposed.
16156         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_destroy),
16157         (gst_ximagesink_ximage_put), (gst_ximagesink_expose),
16158         (gst_ximagesink_xoverlay_init), (gst_ximagesink_init):
16159         * sys/ximage/ximagesink.h: Implement expose method from XOverlay
16160         interface
16161         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_destroy),
16162         (gst_xvimagesink_xvimage_put), (gst_xvimagesink_expose),
16163         (gst_xvimagesink_xoverlay_init), (gst_xvimagesink_init):
16164         * sys/xvimage/xvimagesink.h: Implement expose method from XOverlay
16165         interface
16166
16167 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
16168
16169         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_type_find):
16170           more memleak fixage
16171
16172 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
16173
16174         * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init):
16175         * gst/typefind/gsttypefindfunctions.c:
16176           fix memleaks shown by gst-typefind
16177
16178 2004-02-03  Thomas Vander Stichele  <thomas at apestaart dot org>
16179
16180         * common/glib-gen.mak:
16181           add hack rule to touch .Plo files
16182         * gst-libs/gst/colorbalance/Makefile.am:
16183         * gst-libs/gst/mixer/Makefile.am:
16184         * gst-libs/gst/play/Makefile.am:
16185         * gst-libs/gst/tuner/Makefile.am:
16186           remove glib_root variable
16187
16188 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
16189
16190         * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream):
16191           set explicit caps before adding the element, so the autopluggers can
16192           plug correctly.
16193         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find),
16194         (mpeg2_sys_type_find), (mpeg1_sys_type_find),
16195         (mpeg_video_type_find), (mpeg_video_stream_type_find),
16196         (dv_type_find):
16197           fix memleaks in typefind functions. gst_type_find_suggest takes a const
16198           argument.
16199
16200 2004-02-03  Thomas Vander Stichele  <thomas at apestaart dot org>
16201
16202         * gst-libs/gst/colorbalance/Makefile.am:
16203         * gst-libs/gst/colorbalance/colorbalance-marshal.list:
16204         * gst-libs/gst/colorbalance/colorbalance.c:
16205         * gst-libs/gst/colorbalance/colorbalance.h:
16206         * gst-libs/gst/colorbalance/colorbalancemarshal.list:
16207         * gst-libs/gst/mixer/Makefile.am:
16208         * gst-libs/gst/mixer/mixer-marshal.list:
16209         * gst-libs/gst/mixer/mixer.c:
16210         * gst-libs/gst/mixer/mixer.h:
16211         * gst-libs/gst/mixer/mixermarshal.list:
16212         * gst-libs/gst/play/Makefile.am:
16213         * gst-libs/gst/play/play.h:
16214         * gst-libs/gst/tuner/Makefile.am:
16215         * gst-libs/gst/tuner/tuner-marshal.list:
16216         * gst-libs/gst/tuner/tuner.c:
16217         * gst-libs/gst/tuner/tuner.h:
16218         * gst-libs/gst/tuner/tunermarshal.list:
16219           use new glib-gen.mak snippet to clean up Makefile.am
16220           fix various bugs in Makefile.am's
16221
16222 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
16223
16224         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain):
16225           handle chain parsing correctly in the multichain case
16226         * ext/theora/theoradec.c: (gst_theora_dec_init), (_theora_ilog),
16227         (theora_dec_from_granulepos), (theora_dec_to_granulepos),
16228         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
16229         (theora_dec_chain):
16230           handle events and queries correctly
16231
16232 2004-02-03  David I. Lehn  <dlehn@users.sourceforge.net>
16233
16234         * .cvsignore:
16235         Ignore generated file _stdint.h.
16236
16237 2004-02-03  David I. Lehn  <dlehn@users.sourceforge.net>
16238
16239         * gst-libs/gst/colorbalance/Makefile.am:
16240         * gst-libs/gst/colorbalance/colorbalance.h:
16241         * gst-libs/gst/mixer/Makefile.am:
16242         * gst-libs/gst/mixer/mixer.h:
16243         * gst-libs/gst/play/Makefile.am:
16244         * gst-libs/gst/play/play.h:
16245         * gst-libs/gst/tuner/Makefile.am:
16246         * gst-libs/gst/tuner/tuner.h:
16247         Generate enum type code with glib-mkenums.
16248         * gst-libs/gst/colorbalance/.cvsignore:
16249         * gst-libs/gst/mixer/.cvsignore:
16250         * gst-libs/gst/play/.cvsignore:
16251         * gst-libs/gst/tuner/.cvsignore:
16252         Ignore generated files.
16253
16254 2004-02-03  David I. Lehn  <dlehn@users.sourceforge.net>
16255
16256         * gst-libs/gst/audio/.cvsignore:
16257         Ignore generated file.
16258         * gst-libs/gst/audio/Makefile.am:
16259         Do not install example filter.
16260
16261 2004-02-03  David I. Lehn  <dlehn@users.sourceforge.net>
16262
16263         * examples/switch/.cvsignore:
16264         Ignore generated file.
16265
16266 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
16267
16268         * common/m4/ax_create_stdint_h.m4:
16269         * configure.ac:
16270           add AX_CREATE_STDINT_H to get correct type definitions for a52dec in
16271           _stdint.h.
16272         * Makefile.am:
16273           remove generated _stdint.h in DISTCLEANFILES
16274         * ext/a52dec/gsta52dec.c:
16275           include _stdint.h for a52dec. (should fix #133064)
16276
16277 2004-02-02  Jeremy Simon  <jesimon@libertysurf.fr>
16278
16279         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_add),
16280         (gst_tag_to_vorbis_comments):
16281         Add replaygain support to vorbistag
16282
16283 2004-02-02  Jeremy Simon  <jesimon@libertysurf.fr>
16284         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps),
16285         (gst_ffmpeg_caps_to_extradata):
16286           Fix SVQ3 caps flag properties
16287           Use glib macro for bytes swap
16288
16289 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
16290
16291         * ext/audiofile/gstafsink.c: (gst_afsink_plugin_init):
16292         * ext/audiofile/gstafsrc.c: (gst_afsrc_plugin_init):
16293         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
16294         * ext/sndfile/gstsf.c: (plugin_init):
16295         * gst/avi/gstavi.c: (plugin_init):
16296         * sys/dxr3/dxr3init.c: (plugin_init):
16297         * sys/oss/gstossaudio.c: (plugin_init):
16298         * sys/v4l/gstv4l.c: (plugin_init):
16299         * sys/v4l2/gstv4l2.c: (plugin_init):
16300           remove textdomain calls
16301         * po/nl.po:
16302           update Dutch translation
16303
16304 2004-02-02  Julien MOUTTE  <julien@moutte.net>
16305
16306         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup),
16307         (gst_play_set_audio_sink): Moving volume in the audio thread for
16308         instantaneous volume change. Maybe i will add another volume in front
16309         of visualization later, not sure yet though.
16310
16311 2004-02-02  Julien MOUTTE  <julien@moutte.net>
16312
16313         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
16314         (gst_ximagesink_handle_xevents): Better X events handling, only take
16315         the latest events for configure and motion.
16316         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents): same.
16317
16318 2004-02-02  Jon Trowbridge  <trow@gnu.org>
16319
16320         reviewed by: David Schleef  <ds@schleef.org>
16321
16322         Fix memory leaks:
16323         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_register):
16324         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_register):
16325
16326 2004-02-02  David Schleef  <ds@schleef.org>
16327
16328         code cleanup.  Change bzero() to memset().  Remove duplicate ; at ends
16329         of lines.
16330         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_event):
16331         * ext/flac/gstflactag.c: (gst_flac_tag_chain):
16332         * ext/xvid/gstxviddec.c: (gst_xviddec_src_link):
16333         * gst-libs/gst/play/play.c: (gst_play_get_sink_element):
16334         * gst/ac3parse/gstac3parse.c: (gst_ac3parse_chain):
16335         * gst/effectv/gstedge.c: (gst_edgetv_sinkconnect):
16336         * gst/effectv/gstvertigo.c: (gst_vertigotv_sinkconnect):
16337         * gst/intfloat/float22int.c: (gst_float2_2_int_getcaps),
16338         (gst_float2_2_int_link):
16339         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_chain_subtitle):
16340         * gst/rtjpeg/RTjpeg.c: (RTjpeg_init_mcompress):
16341         * gst/tcp/gsttcpsink.c: (gst_tcpsink_init_send):
16342         * gst/tcp/gsttcpsrc.c: (gst_tcpsrc_init_receive):
16343         * gst/udp/gstudpsink.c: (gst_udpsink_init_send):
16344         * gst/udp/gstudpsrc.c: (gst_udpsrc_init_receive):
16345         * sys/v4l/gstv4lelement.c: (gst_v4lelement_init):
16346         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_set_capture):
16347         * testsuite/gst-lint: Add tests for bzero and ;;
16348
16349 2004-02-02  David Schleef  <ds@schleef.org>
16350
16351         * gst/debug/efence.c: Add fallback if MAP_ANONYMOUS isn't defined.
16352
16353 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
16354
16355         * ext/aalib/gstaasink.c: (gst_aasink_open):
16356         * ext/alsa/gstalsa.c: (gst_alsa_link), (gst_alsa_xrun_recovery):
16357         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
16358         * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
16359         * ext/audiofile/gstafsink.c: (gst_afsink_open_file),
16360         (gst_afsink_close_file):
16361         * ext/audiofile/gstafsrc.c: (gst_afsrc_open_file),
16362         (gst_afsrc_close_file):
16363         * ext/divx/gstdivxdec.c: (gst_divxdec_setup), (gst_divxdec_chain):
16364         * ext/divx/gstdivxenc.c: (gst_divxenc_setup), (gst_divxenc_chain):
16365         * ext/dv/gstdvdec.c: (gst_dvdec_loop):
16366         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_user_op), (dvdnavsrc_get):
16367         * ext/esd/esdmon.c: (gst_esdmon_get):
16368         * ext/esd/esdsink.c: (gst_esdsink_chain), (gst_esdsink_open_audio):
16369         * ext/faac/gstfaac.c: (gst_faac_chain):
16370         * ext/faad/gstfaad.c: (gst_faad_chain):
16371         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_chain):
16372         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_loop):
16373         * ext/ffmpeg/gstffmpegmux.c: (gst_ffmpegmux_loop):
16374         * ext/flac/gstflacdec.c: (gst_flacdec_error_callback),
16375         (gst_flacdec_loop):
16376         * ext/flac/gstflacenc.c: (gst_flacenc_chain):
16377         * ext/flac/gstflactag.c: (gst_flac_tag_chain):
16378         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_chain):
16379         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file),
16380         (gst_gnomevfssink_close_file):
16381         * ext/gnomevfs/gstgnomevfssrc.c: (audiocast_init),
16382         (gst_gnomevfssrc_open_file):
16383         * ext/ivorbis/vorbisfile.c: (gst_ivorbisfile_loop):
16384         * ext/lame/gstlame.c: (gst_lame_sink_link), (gst_lame_chain):
16385         * ext/lcs/gstcolorspace.c: (gst_colorspace_srcconnect_func):
16386         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event),
16387         (gst_id3_tag_do_typefind), (gst_id3_tag_chain):
16388         * ext/mad/gstmad.c: (gst_mad_chain):
16389         * ext/mikmod/gstmikmod.c: (gst_mikmod_loop):
16390         * ext/mpeg2dec/gstmpeg2dec.c:
16391         * ext/mpeg2enc/gstmpeg2enc.cc:
16392         * ext/mplex/gstmplex.cc:
16393         * ext/mplex/gstmplexibitstream.cc:
16394         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain),
16395         (gst_ogg_demux_push):
16396         * ext/raw1394/gstdv1394src.c:
16397         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_lock),
16398         (gst_sdlvideosink_initsdl), (gst_sdlvideosink_create):
16399         * ext/sndfile/gstsf.c: (gst_sf_open_file), (gst_sf_close_file),
16400         (gst_sf_loop):
16401         * ext/speex/gstspeexenc.c: (gst_speexenc_chain):
16402         * ext/swfdec/gstswfdec.c: (gst_swfdec_loop):
16403         * ext/tarkin/gsttarkindec.c: (gst_tarkindec_chain):
16404         * ext/tarkin/gsttarkinenc.c: (gst_tarkinenc_chain):
16405         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_chain):
16406         * ext/vorbis/vorbisfile.c: (gst_vorbisfile_loop):
16407         * ext/xvid/gstxviddec.c: (gst_xviddec_setup), (gst_xviddec_chain):
16408         * ext/xvid/gstxvidenc.c: (gst_xvidenc_setup), (gst_xvidenc_chain):
16409         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head),
16410         (gst_riff_read_element_data), (gst_riff_read_seek),
16411         (gst_riff_peek_list), (gst_riff_read_list), (gst_riff_read_header):
16412         * gst/adder/gstadder.c: (gst_adder_loop):
16413         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_segment),
16414         (gst_asf_demux_process_stream), (gst_asf_demux_get_stream):
16415         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_init),
16416         (gst_avi_demux_add_stream), (gst_avi_demux_stream_header):
16417         * gst/avi/gstavimux.c: (gst_avimux_stop_file):
16418         * gst/flx/gstflxdec.c: (gst_flxdec_loop):
16419         * gst/goom/gstgoom.c: (gst_goom_chain):
16420         * gst/id3/gstid3types.c: (gst_id3types_loop):
16421         * gst/intfloat/float22int.c: (gst_float2_2_int_chain):
16422         * gst/intfloat/gstfloat2int.c: (gst_float2int_loop):
16423         * gst/intfloat/gstint2float.c: (gst_int2float_chain_gint16):
16424         * gst/matroska/ebml-read.c: (gst_ebml_read_element_id),
16425         (gst_ebml_read_element_length), (gst_ebml_read_element_data),
16426         (gst_ebml_read_seek), (gst_ebml_read_uint), (gst_ebml_read_sint),
16427         (gst_ebml_read_float), (gst_ebml_read_header):
16428         * gst/matroska/matroska-demux.c: (gst_matroska_demux_init_stream),
16429         (gst_matroska_demux_parse_blockgroup):
16430         * gst/monoscope/gstmonoscope.c: (gst_monoscope_chain):
16431         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_loop):
16432         * gst/oneton/gstoneton.c: (gst_oneton_chain):
16433         * gst/silence/gstsilence.c: (gst_silence_get):
16434         * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
16435         * gst/smpte/gstsmpte.c: (gst_smpte_loop):
16436         * gst/speed/gstspeed.c: (speed_loop):
16437         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_chain):
16438         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
16439         * gst/volenv/gstvolenv.c: (gst_volenv_chain):
16440         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain):
16441         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt),
16442         (gst_wavparse_loop):
16443         * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_open),
16444         (dxr3audiosink_set_mode_pcm), (dxr3audiosink_set_mode_ac3),
16445         (dxr3audiosink_close):
16446         * sys/dxr3/dxr3spusink.c: (dxr3spusink_open), (dxr3spusink_close):
16447         * sys/dxr3/dxr3videosink.c: (dxr3videosink_open),
16448         (dxr3videosink_close), (dxr3videosink_write_data):
16449         * sys/oss/gstosselement.c: (gst_osselement_open_audio):
16450         * sys/oss/gstosssink.c: (gst_osssink_chain):
16451         * sys/oss/gstosssrc.c: (gst_osssrc_get):
16452         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_chain):
16453         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_buffer_free):
16454         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_buffer_free):
16455         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay),
16456         (gst_v4l_set_window), (gst_v4l_enable_overlay):
16457         * sys/v4l/v4l_calls.c: (gst_v4l_get_capabilities), (gst_v4l_open),
16458         (gst_v4l_set_chan_norm), (gst_v4l_get_signal),
16459         (gst_v4l_get_frequency), (gst_v4l_set_frequency),
16460         (gst_v4l_get_picture), (gst_v4l_set_picture), (gst_v4l_get_audio),
16461         (gst_v4l_set_audio):
16462         * sys/v4l/v4l_calls.h:
16463         * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_sync_thread),
16464         (gst_v4lmjpegsink_queue_frame), (gst_v4lmjpegsink_set_playback),
16465         (gst_v4lmjpegsink_playback_init),
16466         (gst_v4lmjpegsink_playback_start):
16467         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_queue_frame):
16468         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_queue_frame),
16469         (gst_v4lsrc_sync_frame), (gst_v4lsrc_capture_init),
16470         (gst_v4lsrc_requeue_frame), (gst_v4lsrc_try_palette):
16471         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_get):
16472         * sys/v4l2/v4l2-overlay_calls.c: (gst_v4l2_set_display),
16473         (gst_v4l2_set_window), (gst_v4l2_enable_overlay):
16474         * sys/v4l2/v4l2_calls.c: (gst_v4l2_get_capabilities),
16475         (gst_v4l2_fill_lists), (gst_v4l2_open), (gst_v4l2_get_norm),
16476         (gst_v4l2_set_norm), (gst_v4l2_get_input), (gst_v4l2_set_input),
16477         (gst_v4l2_get_output), (gst_v4l2_set_output),
16478         (gst_v4l2_get_frequency), (gst_v4l2_set_frequency),
16479         (gst_v4l2_signal_strength), (gst_v4l2_get_attribute),
16480         (gst_v4l2_set_attribute):
16481         * sys/v4l2/v4l2_calls.h:
16482         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
16483         (gst_v4l2src_queue_frame), (gst_v4l2src_grab_frame),
16484         (gst_v4l2src_get_capture), (gst_v4l2src_set_capture),
16485         (gst_v4l2src_capture_init), (gst_v4l2src_capture_start),
16486         (gst_v4l2src_capture_stop):
16487         * sys/vcd/vcdsrc.c: (vcdsrc_open_file):
16488         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
16489         (gst_ximagesink_chain):
16490         * sys/xvideo/xvideosink.c: (gst_xvideosink_buffer_new),
16491         (gst_xvideosink_sinkconnect), (gst_xvideosink_chain),
16492         (gst_xvideosink_xwindow_new):
16493         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
16494         (gst_xvimagesink_chain):
16495
16496 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
16497
16498         * gst/volume/gstvolume.c: (gst_volume_set_volume),
16499         (gst_volume_get_volume), (volume_class_init), (volume_init),
16500         (volume_chain_int16), (volume_update_volume):
16501         * gst/volume/gstvolume.h:
16502           make code more readable by removing magic numbers
16503           make mixer interface export 0-100 range
16504           make it internally map to 0.0-1.0 range so users don't distort
16505           output by putting the sliders at full volume
16506
16507 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
16508
16509         * gst-libs/gst/play/play.c: (gst_play_tick_callback),
16510         (gst_play_state_change), (gst_play_seek_to_time):
16511         block the tick callback for 0.5 secs after doing a seek
16512
16513 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
16514
16515         * gst-libs/gst/play/play.c: (gst_play_new):
16516           check for GError
16517
16518 2004-02-01  Julien MOUTTE  <julien@moutte.net>
16519
16520         * gst-libs/gst/play/play.c: (gst_play_seek_to_time),
16521         (gst_play_new): Accepting NULL GError, blocking time tick while seeking.
16522         * sys/ximage/ximagesink.c: (gst_ximagesink_sink_link),
16523         (gst_ximagesink_chain), (gst_ximagesink_init): s/sinkconnect/sink_link
16524         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sink_link),
16525         (gst_xvimagesink_chain), (gst_xvimagesink_init): s/sinkconnect/sink_link
16526
16527 2004-02-01  Thomas Vander Stichele  <thomas at apestaart dot org>
16528
16529         * configure.ac:
16530         * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
16531           check for a function added in vorbis 1.1
16532
16533 2004-01-31  Benjamin Otte  <in7y118@public.uni-hamburg.de>
16534
16535         * ext/alsa/gstalsa.c: (gst_alsa_change_state), (gst_alsa_start),
16536         (gst_alsa_drain_audio), (gst_alsa_stop_audio):
16537           really start/stop clock only on PLAYING <=> PAUSED
16538         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
16539           remove \n from debugging lines
16540         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain):
16541           make it work when seeking does not
16542         * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
16543           reset on DISCONT
16544
16545 2004-01-31  Benjamin Otte  <in7y118@public.uni-hamburg.de>
16546
16547         * ext/alsa/gstalsa.c: (gst_alsa_change_state), (gst_alsa_start):
16548           start clock on PAUSED=>PLAYING, not later
16549         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
16550           extract correct time for different discont formats
16551         (gst_alsa_sink_get_time):
16552           don't segfault when no format is negotiated yet, just return 0
16553         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event),
16554         (gst_ogg_demux_handle_event), (gst_ogg_demux_push),
16555         (gst_ogg_pad_push):
16556           handle flush and discont events correctly
16557         * ext/vorbis/vorbisdec.c: (vorbis_dec_event), (vorbis_dec_chain):
16558           handle discont events correctly
16559
16560 2004-01-31  Thomas Vander Stichele  <thomas at apestaart dot org>
16561
16562         * gst-libs/gst/play/play.c: (gst_play_error_quark),
16563         (gst_play_error_create), (gst_play_error_plugin),
16564         (gst_play_pipeline_setup), (gst_play_init), (gst_play_new):
16565         * gst-libs/gst/play/play.h:
16566           add error handling during creation
16567         * examples/gstplay/player.c: (main):
16568           use new gst_play_new
16569
16570
16571 2004-01-31  Benjamin Otte  <in7y118@public.uni-hamburg.de>
16572
16573         * ext/theora/theoradec.c: (theora_dec_chain):
16574           make comments work
16575         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
16576         (vorbis_dec_src_event), (vorbis_dec_chain):
16577           add encoder tag, fix tag reading to be more error tolerant, change
16578           BITRATE to NOMINAL_BITRATE, add debugging, don't unref events after
16579           gst_pad_event_default.
16580         * gst/tags/gstvorbistag.c:
16581         (gst_tag_list_from_vorbiscomment_buffer):
16582           undefine function specific define at end of function
16583
16584 2004-01-31  Jeremy Simon  <jesimon@libertysurf.fr>
16585
16586         * ext/flac/gstflac.c: (plugin_init):
16587         * ext/flac/gstflacdec.c: (gst_flacdec_class_init):
16588         * ext/flac/gstflacdec.h:
16589         * ext/flac/gstflacenc.h:
16590           Fix typos
16591
16592 2004-01-30  David I. Lehn  <dlehn@users.sourceforge.net>
16593
16594         * examples/gstplay/player.c: s/gstplay.h/play.h/
16595
16596 2004-01-30  Thomas Vander Stichele  <thomas at apestaart dot org>
16597
16598         * gst-libs/gst/play/Makefile.am:
16599         * gst-libs/gst/play/gstplay.c:
16600         * gst-libs/gst/play/gstplay.h:
16601         * gst-libs/gst/play/play.c:
16602           more surgery, operation complete
16603
16604 2004-01-30  Thomas Vander Stichele  <thomas at apestaart dot org>
16605
16606         * gst-libs/gst/play/play.old.c:
16607         * gst-libs/gst/play/play.old.h:
16608           after CVS surgery by moving, remove
16609         * gst-libs/gst/play/playpipelines.c:
16610           remove
16611
16612         * gst/intfloat/float22int.c: (gst_float2_2_int_chain):
16613           add negotiation error
16614
16615 2004-01-30  Thomas Vander Stichele  <thomas at apestaart dot org>
16616
16617         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event),
16618         (gst_ogg_demux_push):
16619           add some seeking debug info
16620           send a flush when seeking
16621
16622 2004-01-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
16623
16624         * configure.ac:
16625           use AC_C_INLINE
16626         * configure.ac:
16627         * ext/Makefile.am:
16628         * ext/theora/Makefile.am:
16629         * ext/theora/theoradec.c:
16630           add theora video decoder. Does just do simple decoding for now and
16631           has been tested against Theora cvs only. It only works when theora
16632           is compiled with --enable-static.
16633         * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
16634           always reset packetno on DISCONT
16635
16636 2004-01-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
16637
16638         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead):
16639           Fix audio.
16640
16641 2004-01-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
16642
16643         * gst/mpegaudioparse/gstmpegaudioparse.c:
16644         (mp3_type_frame_length_from_header):
16645           Fix header parsing - stolen from ffmpeg (thank you! :) ).
16646
16647 2004-01-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
16648
16649         * ext/esd/esdsink.c: (gst_esdsink_init):
16650           Since we have static pad template caps, we don't need to negotiate;
16651           either the core errors out or we know the format.
16652
16653 2004-01-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
16654
16655         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head),
16656         (gst_riff_read_seek):
16657         * gst/matroska/ebml-read.c: (gst_ebml_read_element_id),
16658         (gst_ebml_read_seek):
16659           Fix event handling.
16660
16661 2004-01-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
16662
16663         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps):
16664           removee video/x-theora from vp3 decoder, it doesn't handle raw
16665           theora streams
16666         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_init):
16667           fix bug with finalizing element that never went to PAUSED
16668         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query):
16669           length and position queries were swapped
16670         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
16671         (vorbis_dec_from_granulepos), (vorbis_dec_src_query),
16672         (vorbis_dec_src_event):
16673           implement querying time and bytes
16674
16675 2004-01-30  Thomas Vander Stichele  <thomas at apestaart dot org>
16676
16677         * just about every source file:
16678           gst_element_error -> GST_ELEMENT_ERROR
16679
16680 2004-01-29  Julien MOUTTE  <julien@moutte.net>
16681
16682         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get): Fixing seeking
16683         emiting FLUSH and even before DISCONT.
16684         * gst-libs/gst/play/gstplay.c: (gst_play_seek_to_time): Fix seeking to
16685         get the best instant seeking as possible yay!
16686
16687 2004-01-29  Ronald Bultje  <rbultje@ronald.bitfreak.net>
16688
16689         * gst/mpeg1videoparse/gstmp1videoparse.c:
16690         (gst_mp1videoparse_real_chain):
16691           Committed wrong version last week... Grr... Didn't notice until now.
16692
16693 2004-01-29  Julien MOUTTE <julien@moutte.net>
16694
16695         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new):
16696         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_new): Emit the
16697         have_xwindow_id signal in xwindow_create.
16698
16699 2004-01-29  Benjamin Otte  <in7y118@public.uni-hamburg.de>
16700
16701         * ext/ogg/gstoggdemux.c:
16702           lots of changes - mainly support for chained bitstreams, seeking,
16703           querying and bugfixes of course
16704         * ext/vorbis/Makefile.am:
16705         * ext/vorbis/vorbisdec.c:
16706         * ext/vorbis/vorbisdec.h:
16707           add vorbisdec raw vorbis decoder
16708         * ext/vorbis/vorbis.c: (plugin_init):
16709           register vorbisdec as PRIMARY, vorbisfile as SECONDARY
16710         * gst/intfloat/Makefile.am:
16711         * gst/intfloat/float22int.c:
16712         * gst/intfloat/float22int.h:
16713         * gst/intfloat/gstintfloatconvert.c: (plugin_init):
16714           add float2intnew plugin. It converts multichannel interleaved float to
16715           multichannel interleaved int. The name should probably be changed.
16716         * gst/typefind/gsttypefindfunctions.c: (theora_type_find),
16717         (plugin_init):
16718           add typefinding for raw theora video so oggdemux can detect it.
16719
16720 2004-01-28  Julien MOUTTE  <julien@moutte.net>
16721
16722         * gst-libs/gst/play/gstplay.c: (gst_play_seek_to_time): seek on video
16723         sink element first.
16724         * gst/videoscale/gstvideoscale.c:
16725         (gst_videoscale_handle_src_event): Fixing src event handler.
16726
16727 2004-01-28  Ronald Bultje  <rbultje@ronald.bitfreak.net>
16728
16729         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init), (gst_v4lsrc_init),
16730         (gst_v4lsrc_open), (gst_v4lsrc_close),
16731         (gst_v4lsrc_palette_to_caps), (gst_v4lsrc_srcconnect),
16732         (gst_v4lsrc_getcaps), (gst_v4lsrc_set_clock):
16733         * sys/v4l/gstv4lsrc.h:
16734         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_capture_start),
16735         (gst_v4lsrc_grab_frame), (gst_v4lsrc_capture_stop):
16736           Implement resizing... Hack. But that's why v4l is b0rked...
16737
16738 2004-01-28  Julien MOUTTE <julien@moutte.net>
16739
16740         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
16741         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy),
16742         (gst_ximagesink_ximage_put), (gst_ximagesink_xwindow_new),
16743         (gst_ximagesink_xwindow_destroy):
16744         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
16745         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy),
16746         (gst_xvimagesink_xwindow_new), (gst_xvimagesink_xwindow_destroy),
16747         (gst_xvimagesink_xwindow_resize), (gst_xvimagesink_get_xv_support),
16748         (gst_xvimagesink_xcontext_get): Removing some useless debugs messages,
16749         correctly cleaning the image created to check xshm calls on succes,
16750         added a lot of XSync calls in X11 functions, and fixed a segfault when
16751         no image format was defined before negotiation happened.
16752
16753 2004-01-28  Benjamin Otte  <in7y118@public.uni-hamburg.de>
16754
16755         * ext/alsa/gstalsa.c: (gst_alsa_query_func):
16756           use gst_element_get_time to get correct time
16757
16758 2004-01-28  Julien MOUTTE  <julien@moutte.net>
16759
16760         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xerror),
16761         (gst_ximagesink_check_xshm_calls), (gst_ximagesink_ximage_destroy),
16762         (gst_ximagesink_xcontext_get), (gst_ximagesink_class_init):
16763         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xerror),
16764         (gst_xvimagesink_check_xshm_calls),
16765         (gst_xvimagesink_xvimage_destroy), (gst_xvimagesink_xcontext_get): Our
16766         X plugins are now able to detect that XShm calls will fail even if the
16767         server claims that it has XShm support (remote displays most of the
16768         time). We then log the error as a GST_DEBUG and set use_shm to FALSE
16769         so that we use non XShm functions. This feature is almost useless for
16770         xvimagesink as Xv is not supported on remote displays anyway, but
16771         it might happen than even on the local display XShm calls fail.
16772
16773 2004-01-27  David Schleef  <ds@schleef.org>
16774
16775         * ext/esd/esdsink.c: (gst_esdsink_class_init), (gst_esdsink_init),
16776         (gst_esdsink_link), (gst_esdsink_get_time), (gst_esdsink_chain),
16777         (gst_esdsink_change_state):  Fix sync issues in esdsink.  Also
16778         changed esdsink to only use 44100,16,2, since esd sucks at rate
16779         conversion and esdsink has had difficulty negotiating.
16780
16781 2004-01-27  Julien MOUTTE <julien@moutte.net>
16782
16783         * gst-libs/gst/play/gstplay.c: (gst_play_tick_callback),
16784         (gst_play_seek_to_time): Fixing the way to get current position.
16785
16786 2004-01-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
16787
16788         * sys/oss/gstosssink.c: (gst_osssink_sink_query):
16789           use gst_element_get_time to get correct time
16790
16791 2004-01-27  Julien MOUTTE <julien@moutte.net>
16792
16793         * gst-libs/gst/play/gstplay.c: (gst_play_set_location): The easiest
16794         fix ever... Inverting 2 lines of code make spider autoplug correctly
16795         tagged mp3 !
16796
16797 2004-01-27  David Schleef  <ds@schleef.org>
16798
16799         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
16800         Use gst_pad_try_set_caps_nonfixed().
16801
16802 2004-01-27  David Schleef  <ds@schleef.org>
16803
16804         * gst/ac3parse/gstac3parse.c: update to checklist 5
16805         * gst/adder/gstadder.c: rewrite negotiation.  update to checklist 5
16806         * gst/audioconvert/gstaudioconvert.c: update to checklist 5
16807         * gst/audioscale/gstaudioscale.c: same
16808         * gst/auparse/gstauparse.c: same
16809         * gst/avi/gstavidemux.c: same
16810
16811 2004-01-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
16812
16813         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_handle_sink_event):
16814           stop processing after EOS
16815
16816 2004-01-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
16817
16818         * gst/asfdemux/asfheaders.h:
16819         * gst/asfdemux/gstasfdemux.c:
16820         * gst/asfdemux/gstasfmux.c: (gst_asfmux_put_guid),
16821         (gst_asfmux_put_string), (gst_asfmux_put_wav_header),
16822         (gst_asfmux_put_vid_header), (gst_asfmux_put_bmp_header):
16823           lot's of fixes to make data extraction simpler and get the code
16824           architecture and compiler independant. Add debugging category
16825         * gst/goom/gstgoom.c: (gst_goom_change_state):
16826           reset channel count on PAUSED=>READY, not READY=>PAUSED
16827
16828 2004-01-26  Colin Walters  <walters@verbum.org>
16829
16830         * ext/gnomevfs/gstgnomevfssrc.c (gst_gnomevfssrc_get): Remove ugly
16831         code to pull a bigger buffer in iradio mode.  This as a side effect
16832         makes typefinding work.
16833
16834 2004-01-26  Jeremy Simon  <jesimon@libertysurf.fr>
16835
16836         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_caps_to_extradata):
16837         Fix SVQ3 decoding on PPC
16838
16839 2004-01-26  Julien MOUTTE <julien@moutte.net>
16840
16841         * gst/videoscale/gstvideoscale.c: (gst_videoscale_chain): Dunno how
16842         that one managed to stay there... Fixed.
16843
16844 2004-01-26  Jeremy Simon  <jesimon@libertysurf.fr>
16845
16846         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps),
16847         (gst_ffmpeg_caps_to_extradata), (gst_ffmpeg_caps_to_pixfmt):
16848         * gst/qtdemux/qtdemux.c: (plugin_init), (qtdemux_parse_trak),
16849         (qtdemux_video_caps):
16850         * gst/qtdemux/qtdemux.h:
16851         Add SVQ3 specific flags to qtdemux and ffmpeg
16852
16853 2004-01-26  Benjamin Otte  <in7y118@public.uni-hamburg.de>
16854
16855         * gst-libs/gst/audio/audio.h:
16856           remove buffer-frames from audio caps
16857         * gst/audioconvert/gstaudioconvert.c:
16858           fix plugin to really work.
16859
16860 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
16861
16862         * gst-libs/gst/mixer/mixer.c:
16863         * gst-libs/gst/propertyprobe/propertyprobe.c:
16864         * gst-libs/gst/tuner/tuner.c: (gst_tuner_find_norm_by_name),
16865         (gst_tuner_find_channel_by_name):
16866         * gst-libs/gst/tuner/tuner.h:
16867           Add gtk-doc style comments. Also fix a function name.
16868
16869 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
16870
16871         * ext/divx/gstdivxdec.c: (gst_divxdec_init),
16872         (gst_divxdec_negotiate):
16873           Fix for new capsnego - also fixes gst-player with divxdec.
16874
16875 2004-01-25  Julien MOUTTE  <julien@moutte.net>
16876
16877         * gst-libs/gst/play/gstplay.c: (gst_play_pipeline_setup),
16878         (gst_play_identity_handoff), (gst_play_set_location),
16879         (gst_play_set_visualization), (gst_play_connect_visualization): Another
16880         try in visualization implementation. Still have an issue with switch
16881         blocking when pulling from video_queue and only audio comes out of
16882         spider.
16883         * gst/switch/gstswitch.c: (gst_switch_release_pad),
16884         (gst_switch_poll_sinkpads), (gst_switch_class_init): Implementing pad
16885         release method. And check if the pad is usable before pulling.
16886
16887 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
16888
16889         * gst/videofilter/gstvideobalance.c: (gst_videobalance_dispose),
16890         (gst_videobalance_init),
16891         (gst_videobalance_colorbalance_list_channels),
16892         (gst_videobalance_colorbalance_set_value),
16893         (gst_videobalance_colorbalance_get_value),
16894         (gst_videobalance_update_properties),
16895         (gst_videobalance_update_tables_planar411),
16896         (gst_videobalance_planar411):
16897         * gst/videofilter/gstvideobalance.h:
16898           Implement lookup-tables. +/- 10x faster.
16899
16900 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
16901
16902         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_avih),
16903         (gst_avi_demux_stream_odml), (gst_avi_demux_stream_index):
16904           The index reading was broken. The rest worked fine, but the whole
16905           goal of my rewrite was to make avidemux readable, and this was
16906           not at all readable. Please use typed variables.
16907
16908 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
16909
16910         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_info):
16911           Additional pad usability check.
16912         * gst/mpeg1videoparse/gstmp1videoparse.c: (gst_mp1videoparse_init),
16913         (mp1videoparse_find_next_gop), (gst_mp1videoparse_time_code),
16914         (gst_mp1videoparse_real_chain):
16915           Fix MPEG video stream parsing. The original plugin had several
16916           issues, including not timestamping streams where the source was
16917           not timestamped (this happens with PTS values in mpeg system
16918           streams, but MPEG video is also a valid stream on its own so
16919           that needs timestamps too). We use the display time code for that
16920           for now. Also, if one incoming buffer contains multiple valid
16921           frames, we push them all on correctly now, including proper EOS
16922           handling. Lastly, several potential segfaults were fixed, and we
16923           properly sync on new sequence/gop headers to include them in next,
16924           not previous frames (since they're header for the next frame, not
16925           the previous). Also see #119206.
16926         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain),
16927         (bpf_from_header):
16928           Move caps setting so we only do it after finding several valid
16929           MPEG-1 fraes sequentially, not right after the first one (which
16930           might be coincidental).
16931         * gst/typefind/gsttypefindfunctions.c: (mpeg1_sys_type_find),
16932         (mpeg_video_type_find), (mpeg_video_stream_type_find),
16933         (plugin_init):
16934           Add unsynced MPEG video stream typefinding, and change some
16935           probability values so we detect streams rightly. The idea is as
16936           follows: I can have an unsynced system stream which contains
16937           video. In the current code, I would randomly get a type for either
16938           system or video stream type found, because the probabilities are
16939           being calculated rather randomly. I now use fixed values, so we
16940           always prefer system stream if that was found (and that is how it
16941           should be). If no system stream was found, we can still identity                the stream as video-only.
16942
16943 2004-01-23  Benjamin Otte  <in7y118@public.uni-hamburg.de>
16944
16945         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_avih),
16946         (gst_avi_demux_stream_odml), (gst_avi_demux_stream_index):
16947           don't write to buffer. Extract data without the need of
16948           __attribute__ ((packed))
16949
16950 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
16951
16952         * gst/typefind/gsttypefindfunctions.c: (mpeg1_parse_header),
16953         (mpeg1_sys_type_find):
16954           Fix MPEG-1 stream typefinding.
16955
16956 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
16957
16958         * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find):
16959           Fix typefinding for MPEG-1 system streams, similar to MPEG-2.
16960
16961 2004-01-23  Thomas Vander Stichele  <thomas at apestaart dot org>
16962
16963         * ext/esd/esdsink.c: (gst_esdsink_open_audio):
16964         * ext/esd/gstesd.c: (plugin_init):
16965           private debugging, better error reporting
16966
16967 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
16968
16969         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_class_init),
16970         (gst_riff_read_init), (gst_riff_read_change_state):
16971         * gst-libs/gst/riff/riff-read.h:
16972           Remove stuff fromold metadata system.
16973
16974 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
16975
16976         * ext/ogg/gstoggdemux.c:
16977           Fix wrong file comment.
16978         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_info):
16979         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_header):
16980           Add metadata reading properly.
16981
16982 2004-01-23  Thomas Vander Stichele  <thomas at apestaart dot org>
16983
16984         * ext/Makefile.am:
16985           Fix nas DIST_SUBDIRS
16986           Uraeus:
16987           Fix bug where make distcheck doesn't get run on adding stuff to
16988           the build.
16989
16990 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
16991
16992         * ext/divx/gstdivxdec.c: (gst_divxdec_init), (gst_divxdec_setup):
16993         * ext/divx/gstdivxdec.h:
16994           Fix divx3 ("msmpeg4") playback using divxdec.
16995
16996 2004-01-23  Benjamin Otte  <in7y118@public.uni-hamburg.de>
16997
16998         * gst/typefind/gsttypefindfunctions.c:
16999         (mp3_type_frame_length_from_header): fix bug in length computation
17000         (mp3_type_find): improve debugging output
17001
17002 2004-01-23  Julien MOUTTE  <julien@moutte.net>
17003
17004         * gst-libs/gst/play/gstplay.c: (gst_play_pipeline_setup),
17005         (gst_play_set_location), (gst_play_seek_to_time),
17006         (gst_play_set_audio_sink), (gst_play_set_visualization),
17007         (gst_play_connect_visualization), (gst_play_get_sink_element): Reworked
17008         the pipeline from scratch. Visualization is back and switch went out as
17009         i realized it was not possible to use the way i wanted.
17010         * sys/ximage/ximagesink.c: (gst_ximagesink_imagepool_clear),
17011         (gst_ximagesink_change_state), (gst_ximagesink_dispose): Move xcontext
17012         clearing in state change from READY to NULL. So that one can clean the
17013         X ressources keeping the element.
17014         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
17015         (gst_xvimagesink_imagepool_clear), (gst_xvimagesink_change_state),
17016         (gst_xvimagesink_colorbalance_set_value),
17017         (gst_xvimagesink_colorbalance_get_value),
17018         (gst_xvimagesink_set_property), (gst_xvimagesink_dispose),
17019         (gst_xvimagesink_init): Same xcontext cleaning than ximagesink in state
17020         change from READY to NULL and fixed some stupid bugs in colorbalance
17021         get/set values. Also added the following feature : when nobody tries to
17022         set some values to the colorbalance levels before the xcontext is
17023         grabbed, then when creating channels list from Xv attributes we set the
17024         internal values to the Xv defaults. This way we handle buggy Xv drivers
17025         that set default hue values far from the middle of the range (Thanks
17026         to Jon Trowbridge for pointing that issue).
17027         * sys/xvimage/xvimagesink.h: Adding a cb_changed boolean to know if
17028         colorbalance levels have been set before xcontext is grabbed.
17029
17030 2004-01-22  Ronald Bultje  <rbultje@ronald.bitfreak.net>
17031
17032         * sys/oss/gstosselement.c: (gst_osselement_class_probe_devices):
17033           Fix the ossmixer case where we shouldn't open /dev/dsp* because
17034           it might block operations (which is bad for a mixer).
17035
17036 2004-01-22  Thomas Vander Stichele  <thomas at apestaart dot org>
17037
17038         * gst-libs/gst/media-info/media-info-priv.c: (have_type_callback),
17039         (deep_notify_callback), (gmi_set_decoder), (gmi_clear_decoder),
17040         (gmip_find_type_pre):
17041         * gst-libs/gst/media-info/media-info-priv.h:
17042         * gst-libs/gst/media-info/media-info.c:
17043         (gst_media_info_instance_init), (gst_media_info_read_idler):
17044         add fakesink to get caps on decoder src pad again
17045         fix callback prototype to match new have_type signal signature
17046
17047 2004-01-22  Thomas Vander Stichele  <thomas at apestaart dot org>
17048
17049         * gst/adder/gstadder.c: (gst_adder_link):
17050           fix non-compile and cut-n-paste code
17051
17052 2004-01-21  David Schleef  <ds@schleef.org>
17053
17054         * ext/swfdec/gstswfdec.c: (gst_swfdec_video_getcaps),
17055         (gst_swfdec_video_link), (copy_image), (gst_swfdec_loop),
17056         (gst_swfdec_init), (gst_swfdec_change_state):
17057         * ext/swfdec/gstswfdec.h:
17058         Fix negotiation.
17059         * gst/adder/gstadder.c: (gst_adder_link), (gst_adder_init),
17060         (gst_adder_request_new_pad): Fix negotiation.
17061         * gst/goom/gstgoom.c: (gst_goom_init), (gst_goom_src_fixate):
17062         Add a fixate function.
17063         * gst/intfloat/gstfloat2int.c:
17064         * gst/intfloat/gstfloat2int.h:
17065         * gst/intfloat/gstint2float.c:
17066         * gst/intfloat/gstint2float.h:
17067         Completely rewrite the negotiation.  Doesn't quite work yet,
17068         due to some buffer-frames problem.
17069
17070 2004-01-21  Thomas Vander Stichele  <thomas at apestaart dot org>
17071
17072         * ext/gnomevfs/gstgnomevfssrc.c:
17073         * sys/v4l2/v4l2_calls.h:
17074           fix includes for distcheck
17075
17076 2004-01-21  Christian Schaller <uraeus@gnome.org>
17077
17078         * ext/nas/
17079         Add libnas (network audio system) plugin, patch from Arwed von Merkatz
17080         based on earlier patch from Laurent Vivier
17081
17082 2004-01-20  Jeremy Simon  <jesimon@libertysurf.fr>
17083
17084         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_caps_to_extradata):
17085         Fix wma caps property
17086         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_audio_caps):
17087         Fix typo (flags1 and flags2)
17088
17089 2004-01-20  Thomas Vander Stichele  <thomas at apestaart dot org>
17090
17091         * gst-libs/gst/media-info/media-info-priv.c:
17092         (deep_notify_callback), (gmi_seek_to_track), (gmi_get_decoder),
17093         (gmip_find_type_pre), (gmip_find_type), (gmip_find_stream_post),
17094         (gmip_find_stream), (gmip_find_track_metadata),
17095         (gmip_find_track_streaminfo_post), (gmip_find_track_streaminfo),
17096         (gmip_find_track_format):
17097         * gst-libs/gst/media-info/media-info-priv.h:
17098         * gst-libs/gst/media-info/media-info-test.c: (main):
17099         * gst-libs/gst/media-info/media-info.c: (gst_media_info_init),
17100         (gst_media_info_read_idler), (gst_media_info_read):
17101         * gst-libs/gst/media-info/media-info.h:
17102           register debugging category and use it for debugging
17103
17104 2004-01-20  Thomas Vander Stichele  <thomas at apestaart dot org>
17105
17106         * ext/vorbis/vorbisfile.c: (gst_vorbisfile_update_streaminfo),
17107         (gst_vorbisfile_new_link):
17108           signal streaminfo through tags
17109
17110 2004-01-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
17111
17112         * ext/mplex/gstmplex.cc:
17113         * ext/mplex/gstmplexibitstream.cc:
17114           g++ doesn't like NULL in our i18n/error macros, should be
17115           either (NULL) or ("").
17116
17117 2004-01-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
17118
17119         * sys/dxr3/dxr3audiosink.c:
17120         * sys/dxr3/dxr3init.c:
17121         * sys/dxr3/dxr3spusink.c: (dxr3spusink_close):
17122         * sys/dxr3/dxr3videosink.c: (dxr3videosink_close):
17123           Fix more error error error errors (missing includes here).
17124
17125 2004-01-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
17126
17127         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
17128           fix thomas' error errors.
17129
17130 2004-01-20  Thomas Vander Stichele  <thomas at apestaart dot org>
17131
17132         * ext/mpeg2enc/gstmpeg2enc.cc:
17133           fix error errors.
17134
17135 2004-01-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
17136
17137         * ext/divx/gstdivxdec.c: (gst_divxdec_setup), (gst_divxdec_chain):
17138         * ext/divx/gstdivxenc.c: (gst_divxenc_setup), (gst_divxenc_chain):
17139           Fix for new error system.
17140
17141 2004-01-20  Thomas Vander Stichele  <thomas at apestaart dot org>
17142
17143         * ext/divx/gstdivxenc.c: (gst_divxenc_setup), (gst_divxenc_chain):
17144           fix for new error reporting
17145
17146 2004-01-20  David Schleef  <ds@schleef.org>
17147
17148         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents),
17149         (gst_ximagesink_xcontext_get), (gst_ximagesink_getcaps),
17150         (gst_ximagesink_set_xwindow_id): Change to using a framerate
17151         of [1,100] instead of [0,MAX], since 0 isn't handled correctly,
17152         and neither is 100+, most likely.
17153         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
17154         (gst_xvimagesink_getcaps): same
17155
17156 2004-01-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
17157
17158         * configure.ac:
17159           Up version requirement to 2.0.3 (not yet released) to avoid symbol
17160           clashes with ffmpeg.
17161
17162 2004-01-20  Julien MOUTTE  <julien@moutte.net>
17163
17164         * gst/switch/gstswitch.c: (gst_switch_request_new_pad),
17165         (gst_switch_init): Fixed switch element : proxying link and setting
17166         caps from src to sink on request.
17167
17168 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
17169
17170         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay):
17171         * sys/v4l2/v4l2-overlay_calls.c: (gst_v4l2_set_display),
17172         (gst_v4l2_set_window), (gst_v4l2_enable_overlay):
17173         fix element_error
17174
17175 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
17176
17177         * sys/v4l/v4l_calls.h:
17178         * sys/v4l2/v4l2_calls.h:
17179           element_error fixes
17180
17181 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
17182
17183         * gst-libs/gst/gst-i18n-plugin.h:
17184           add locale.h
17185           remove config.h inclusion
17186
17187 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
17188
17189         * autogen.sh:
17190           adding autopoint invocation
17191         * Makefile.am:
17192         * configure.ac:
17193         * gst-libs/gst/gettext.h:
17194           adding gettext bits
17195         * ext/audiofile/gstafsink.c: (gst_afsink_plugin_init):
17196         * ext/audiofile/gstafsrc.c: (gst_afsrc_plugin_init):
17197         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
17198         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file),
17199         (gst_gnomevfssink_close_file):
17200         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_open_file):
17201         * ext/sndfile/gstsf.c: (gst_sf_loop), (plugin_init):
17202         * gst-libs/gst/gst-i18n-plugin.h:
17203         * gst/avi/gstavi.c: (plugin_init):
17204         * sys/dxr3/dxr3init.c: (plugin_init):
17205         * sys/dxr3/dxr3videosink.c: (dxr3videosink_write_data):
17206         * sys/oss/gstossaudio.c: (plugin_init):
17207         * sys/oss/gstosselement.c: (gst_osselement_open_audio):
17208         * sys/v4l/gstv4l.c: (plugin_init):
17209         * sys/v4l/v4l_calls.c: (gst_v4l_open):
17210         * sys/v4l2/gstv4l2.c: (plugin_init):
17211         * sys/v4l2/v4l2_calls.c: (gst_v4l2_get_capabilities),
17212         (gst_v4l2_fill_lists), (gst_v4l2_get_norm), (gst_v4l2_set_norm),
17213         (gst_v4l2_get_input), (gst_v4l2_set_input), (gst_v4l2_get_output),
17214         (gst_v4l2_set_output), (gst_v4l2_get_frequency),
17215         (gst_v4l2_set_frequency), (gst_v4l2_signal_strength),
17216         (gst_v4l2_get_attribute), (gst_v4l2_set_attribute):
17217           make sure locale and translation domain are set
17218           fix translated strings
17219         * po/.cvsignore:
17220         * po/LINGUAS:
17221         * po/Makevars:
17222         * po/POTFILES.in:
17223         * po/nl.po:
17224           put translation files into place
17225         * sys/xvideo/imagetest.c: (main):
17226         * ext/dv/demo-play.c: (main):
17227           fix unnecessary translations
17228
17229 2004-01-19  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
17230
17231         * ext/sndfile/gstsf.c:
17232         * gst/avi/gstavimux.c:
17233         * ext/audiofile/gstafsink.c:
17234         * ext/audiofile/gstafsrc.c:
17235         * ext/gnomevfs/gstgnomevfssink.c:
17236         * ext/gnomevfs/gstgnomevfssrc.c:
17237         * sys/oss/gstosselement.c:
17238         * sys/v4l/v4l_calls.h:
17239           fix i18n include
17240
17241 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
17242
17243         * sys/v4l2/v4l2_calls.c: (gst_v4l2_get_capabilities),
17244         (gst_v4l2_fill_lists), (gst_v4l2_open), (gst_v4l2_get_norm),
17245         (gst_v4l2_set_norm), (gst_v4l2_get_input), (gst_v4l2_set_input),
17246         (gst_v4l2_get_output), (gst_v4l2_set_output),
17247         (gst_v4l2_get_frequency), (gst_v4l2_set_frequency),
17248         (gst_v4l2_signal_strength), (gst_v4l2_get_attribute),
17249         (gst_v4l2_set_attribute):
17250         update to new error handling
17251
17252 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
17253
17254         * ext/sidplay/gstsiddec.cc:
17255         * gst/modplug/gstmodplug.cc:
17256           parenthese NULL because C++ seems angry about it
17257
17258 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
17259
17260         * gst-libs/gst/gst-i18n-plugin.h:
17261           add skeleton i18n stuff, but needs to be further implemented
17262
17263 2004-01-18  Thomas Vander Stichele  <thomas at apestaart dot org>
17264
17265         * examples/gstplay/player.c: (main):
17266         * ext/aalib/gstaasink.c: (gst_aasink_open):
17267         * ext/alsa/gstalsa.c: (gst_alsa_link), (gst_alsa_xrun_recovery):
17268         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
17269         * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
17270         * ext/audiofile/gstafsink.c: (gst_afsink_open_file),
17271         (gst_afsink_close_file):
17272         * ext/audiofile/gstafsrc.c: (gst_afsrc_open_file),
17273         (gst_afsrc_close_file):
17274         * ext/divx/gstdivxdec.c: (gst_divxdec_setup), (gst_divxdec_chain):
17275         * ext/dv/gstdvdec.c: (gst_dvdec_loop):
17276         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_user_op), (dvdnavsrc_get):
17277         * ext/esd/esdmon.c: (gst_esdmon_get):
17278         * ext/esd/esdsink.c: (gst_esdsink_chain):
17279         * ext/faac/gstfaac.c: (gst_faac_chain):
17280         * ext/faad/gstfaad.c: (gst_faad_chain):
17281         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_chain):
17282         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_loop):
17283         * ext/ffmpeg/gstffmpegmux.c: (gst_ffmpegmux_loop):
17284         * ext/flac/gstflacdec.c: (gst_flacdec_error_callback),
17285         (gst_flacdec_loop):
17286         * ext/flac/gstflacenc.c: (gst_flacenc_chain):
17287         * ext/flac/gstflactag.c: (gst_flac_tag_chain):
17288         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_chain):
17289         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file),
17290         (gst_gnomevfssink_close_file):
17291         * ext/gnomevfs/gstgnomevfssrc.c: (audiocast_init),
17292         (gst_gnomevfssrc_open_file):
17293         * ext/ivorbis/vorbisfile.c: (gst_ivorbisfile_loop):
17294         * ext/lame/gstlame.c: (gst_lame_sink_link), (gst_lame_chain):
17295         * ext/lcs/gstcolorspace.c: (gst_colorspace_srcconnect_func):
17296         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event),
17297         (gst_id3_tag_do_typefind), (gst_id3_tag_chain):
17298         * ext/mad/gstmad.c: (gst_mad_chain):
17299         * ext/mikmod/gstmikmod.c: (gst_mikmod_loop):
17300         * ext/mpeg2dec/gstmpeg2dec.c:
17301         * ext/mpeg2enc/gstmpeg2enc.cc:
17302         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
17303         * ext/mplex/gstmplex.cc:
17304         * ext/mplex/gstmplexibitstream.cc:
17305         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain),
17306         (gst_ogg_demux_push), (gst_ogg_pad_push):
17307         * ext/raw1394/gstdv1394src.c:
17308         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_lock),
17309         (gst_sdlvideosink_initsdl), (gst_sdlvideosink_create):
17310         * ext/sidplay/gstsiddec.cc:
17311         * ext/sndfile/gstsf.c: (gst_sf_open_file), (gst_sf_close_file),
17312         (gst_sf_loop):
17313         * ext/speex/gstspeexenc.c: (gst_speexenc_chain):
17314         * ext/tarkin/gsttarkindec.c: (gst_tarkindec_chain):
17315         * ext/tarkin/gsttarkinenc.c: (gst_tarkinenc_chain):
17316         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_chain):
17317         * ext/vorbis/vorbisfile.c: (gst_vorbisfile_loop):
17318         * ext/xvid/gstxviddec.c: (gst_xviddec_setup), (gst_xviddec_chain):
17319         * ext/xvid/gstxvidenc.c: (gst_xvidenc_setup), (gst_xvidenc_chain):
17320         * gst-libs/gst/Makefile.am:
17321         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head),
17322         (gst_riff_read_element_data), (gst_riff_read_seek),
17323         (gst_riff_peek_list), (gst_riff_read_list), (gst_riff_read_header):
17324         * gst/adder/gstadder.c: (gst_adder_parse_caps), (gst_adder_loop):
17325         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_segment),
17326         (gst_asf_demux_process_stream), (gst_asf_demux_get_stream):
17327         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_init),
17328         (gst_avi_demux_add_stream), (gst_avi_demux_stream_header):
17329         * gst/avi/gstavimux.c: (gst_avimux_stop_file):
17330         * gst/flx/gstflxdec.c: (gst_flxdec_loop):
17331         * gst/goom/gstgoom.c: (gst_goom_chain):
17332         * gst/id3/gstid3types.c: (gst_id3types_loop):
17333         * gst/intfloat/gstfloat2int.c: (gst_float2int_loop):
17334         * gst/intfloat/gstint2float.c: (gst_int2float_chain_gint16):
17335         * gst/matroska/ebml-read.c: (gst_ebml_read_element_id),
17336         (gst_ebml_read_element_length), (gst_ebml_read_element_data),
17337         (gst_ebml_read_seek), (gst_ebml_read_uint), (gst_ebml_read_sint),
17338         (gst_ebml_read_float), (gst_ebml_read_header):
17339         * gst/matroska/matroska-demux.c: (gst_matroska_demux_init_stream),
17340         (gst_matroska_demux_parse_blockgroup):
17341         * gst/modplug/gstmodplug.cc:
17342         * gst/monoscope/gstmonoscope.c: (gst_monoscope_chain):
17343         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_loop):
17344         * gst/oneton/gstoneton.c: (gst_oneton_chain):
17345         * gst/silence/gstsilence.c: (gst_silence_get):
17346         * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
17347         * gst/smpte/gstsmpte.c: (gst_smpte_loop):
17348         * gst/speed/gstspeed.c: (speed_loop):
17349         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_chain):
17350         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
17351         * gst/volenv/gstvolenv.c: (gst_volenv_chain):
17352         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain):
17353         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt),
17354         (gst_wavparse_loop):
17355         * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_open),
17356         (dxr3audiosink_set_mode_pcm), (dxr3audiosink_set_mode_ac3),
17357         (dxr3audiosink_close):
17358         * sys/dxr3/dxr3spusink.c: (dxr3spusink_open), (dxr3spusink_close):
17359         * sys/dxr3/dxr3videosink.c: (dxr3videosink_open),
17360         (dxr3videosink_close), (dxr3videosink_write_data):
17361         * sys/oss/gstosselement.c: (gst_osselement_open_audio):
17362         * sys/oss/gstosselement.h:
17363         * sys/oss/gstosssink.c: (gst_osssink_get_type), (gst_osssink_init),
17364         (gst_osssink_chain):
17365         * sys/oss/gstosssrc.c: (gst_osssrc_get):
17366         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_chain):
17367         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_buffer_free):
17368         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_buffer_free):
17369         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_window),
17370         (gst_v4l_enable_overlay):
17371         * sys/v4l/v4l_calls.c: (gst_v4l_get_capabilities), (gst_v4l_open),
17372         (gst_v4l_set_chan_norm), (gst_v4l_get_signal),
17373         (gst_v4l_get_frequency), (gst_v4l_set_frequency),
17374         (gst_v4l_get_picture), (gst_v4l_set_picture), (gst_v4l_get_audio),
17375         (gst_v4l_set_audio):
17376         * sys/v4l/v4l_calls.h:
17377         * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_sync_thread),
17378         (gst_v4lmjpegsink_queue_frame), (gst_v4lmjpegsink_set_playback),
17379         (gst_v4lmjpegsink_playback_init),
17380         (gst_v4lmjpegsink_playback_start):
17381         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_queue_frame),
17382         (gst_v4lmjpegsrc_sync_next_frame), (gst_v4lmjpegsrc_set_capture),
17383         (gst_v4lmjpegsrc_set_capture_m), (gst_v4lmjpegsrc_capture_init),
17384         (gst_v4lmjpegsrc_requeue_frame):
17385         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_queue_frame),
17386         (gst_v4lsrc_sync_frame), (gst_v4lsrc_capture_init),
17387         (gst_v4lsrc_requeue_frame), (gst_v4lsrc_try_palette):
17388         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_get):
17389         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
17390         (gst_v4l2src_queue_frame), (gst_v4l2src_grab_frame),
17391         (gst_v4l2src_get_capture), (gst_v4l2src_set_capture),
17392         (gst_v4l2src_capture_init), (gst_v4l2src_capture_start),
17393         (gst_v4l2src_capture_stop):
17394         * sys/vcd/vcdsrc.c: (vcdsrc_open_file):
17395         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
17396         (gst_ximagesink_chain):
17397         * sys/xvideo/xvideosink.c: (gst_xvideosink_buffer_new),
17398         (gst_xvideosink_sinkconnect), (gst_xvideosink_chain),
17399         (gst_xvideosink_xwindow_new):
17400         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
17401         (gst_xvimagesink_chain):
17402         use new error signal, function and categories
17403
17404 2004-01-18  Jeremy Simon <jesimon@libertysurf.fr>
17405
17406         * configure.ac:
17407         * ext/Makefile.am:
17408         * ext/musicbrainz/gsttrm.c:
17409         * ext/musicbrainz/gsttrm.h:
17410         * ext/musicbrainz/Makefile.am:
17411         Add a trm plugin
17412
17413 2004-01-18  Julien MOUTTE  <julien@moutte.net>
17414
17415         * sys/ximage/ximagesink.c: (gst_ximagesink_set_property),
17416         (gst_ximagesink_get_property), (gst_ximagesink_class_init): Adding
17417         synchronous property for debugging.
17418         * sys/ximage/ximagesink.h: Adding the synchronous boolean flag.
17419         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
17420         (gst_xvimagesink_set_property): Moving a pointer declaration to a
17421         smaller block, fixing indent.
17422
17423 2004-01-16  David Schleef  <ds@schleef.org>
17424
17425         * gst/videofilter/gstvideobalance.c: Fix regression; changing a
17426         property affects the video stream.
17427         * sys/xvimage/xvimagesink.c:
17428         * sys/xvimage/xvimagesink.h:
17429         Add synchronous property for debugging.  Should probably be
17430         disabled in non-CVS builds.  Make sure that the Xv attribute
17431         exists before we set it (crash!).  Fix a silly float bug that
17432         caused colorbalance to just not work.
17433
17434 2004-01-17  Christian Schaller <Uraeus@gnome.org>
17435
17436         * tools/gst-launch-ext.in - update for new plugins
17437
17438 2004-01-16  David Schleef  <ds@schleef.org>
17439
17440         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_connect): Fix use of
17441         already-freed caps.
17442
17443 2994-01-16  Christian Schaller <Uraeus@gnome.org>
17444
17445         * Update spec for new colorspace plugin and libcaca plugin
17446         * Fix compilation of libcaca plugin (clock -> id)
17447
17448 2004-01-16  Julien MOUTTE <julien@moutte.net>
17449
17450         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_update_colorbalance),
17451         (gst_xvimagesink_xcontext_get), (gst_xvimagesink_change_state),
17452         (gst_xvimagesink_set_xwindow_id),
17453         (gst_xvimagesink_colorbalance_set_value),
17454         (gst_xvimagesink_colorbalance_get_value),
17455         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
17456         (gst_xvimagesink_init), (gst_xvimagesink_class_init): Implementing
17457         correct colorbalance properties. They can now be set when the element
17458         is still in NULL state. The values will be committed to the Xv Port
17459         when xcontext is initialized.
17460         * sys/xvimage/xvimagesink.h: Added hue, saturation, contrast,
17461         brightness int values in the GstXvImagesink structure.
17462
17463 2004-01-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
17464
17465         * gst-libs/gst/Makefile.am:
17466           restructure so having local patches works easier.
17467
17468 2004-01-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
17469
17470         * ext/mpeg2enc/Makefile.am:
17471         * ext/mpeg2enc/gstmpeg2enc.cc:
17472         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
17473           Bugfix with respect to EOS handling.
17474
17475 2004-01-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
17476
17477         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_connect):
17478           Link with right caps (else, it segfaults).
17479         * ext/mplex/gstmplexjob.cc:
17480           Fix for slight API change in 1.6.1.93 release of mjpegtools.
17481
17482 2004-01-15  David Schleef  <ds@schleef.org>
17483
17484         * gst-libs/gst/audio/Makefile.am:
17485         Add gstaudiofiltertemplate.c and building of gstaudiofilterexample.c
17486         from the template.
17487         * gst-libs/gst/audio/gstaudiofilter.c:
17488         * gst-libs/gst/audio/gstaudiofilter.h:
17489         Add bytes_per_sample and size and n_samples calculation.
17490         * gst-libs/gst/audio/gstaudiofilterexample.c:
17491         Remove, now autogenerated.
17492         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
17493         Moved from gstaudiofilterexample, object name changed, code added
17494         so that it actually works.
17495         * gst-libs/gst/audio/make_filter:
17496         Script to build an audiofilter subclass from the template.
17497         * gst/colorspace/Makefile.am:
17498         * gst/colorspace/yuv2yuv.c:
17499         Remove file, since it's GPL, and we don't use it.
17500
17501 2004-01-15  Julien MOUTTE  <julien@moutte.net>
17502
17503         * sys/ximage/ximagesink.c: (gst_ximagesink_chain):
17504         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain): Making both of
17505         them use the buffer free function to test how the buffer was allocated.
17506
17507 2004-01-15  David Schleef  <ds@schleef.org>
17508
17509         * ext/esd/esdsink.c: (gst_esdsink_class_init): Remove property
17510         that handles osssink fallback.
17511         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init),
17512         (gst_audio_convert_getcaps):
17513         * gst/qtdemux/qtdemux.c: (qtdemux_audio_caps):
17514         Add audio/x-qdm2 for QDM2 audio.
17515         * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
17516         * gst/sine/gstsinesrc.h: Add example of how to implement tags.
17517         * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps):
17518         Decrease minimum size to 16x16.
17519         * gst/wavparse/gstwavparse.c:
17520         Convert disabled pad template caps to new caps.
17521         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
17522         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
17523         (gst_xvimagesink_chain): Throw element error when display cannot
17524         be opened.  Increase minimum framerate to 1.0.  Check the data
17525         free function on a buffer to make sure it is the type we expect
17526         before manipulating it.
17527
17528 2004-01-15  Julien MOUTTE <julien@moutte.net>
17529
17530         * gst/videofilter/gstvideobalance.c: (gst_videobalance_init),
17531         (gst_videobalance_colorbalance_set_value): Implement passthru if
17532         settings are in the middle.
17533         * tools/gst-launch-ext.in: Stop using xvideosink, use ximagesink.
17534
17535 2004-01-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
17536
17537         * gst/videofilter/Makefile.am:
17538         * gst/volume/Makefile.am:
17539           Since we use videofilter symbols, link to it.
17540
17541 2004-01-15  Julien MOUTTE <julien@moutte.net>
17542
17543         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_interface_init): Setting
17544         mixer interface type to HARDWARE.
17545         * gst-libs/gst/mixer/mixer.c: (gst_mixer_class_init): Adding a default
17546         type to SOFTWARE.
17547         * gst-libs/gst/mixer/mixer.h: Adding mixer interface type and macro.
17548         * gst-libs/gst/mixer/mixertrack.h: Adding mixertrack flag SOFTWARE.
17549         * gst/volume/gstvolume.c: (gst_volume_interface_supported),
17550         (gst_volume_interface_init), (gst_volume_list_tracks),
17551         (gst_volume_set_volume), (gst_volume_get_volume),
17552         (gst_volume_set_mute), (gst_volume_mixer_init),
17553         (gst_volume_dispose), (gst_volume_get_type), (volume_class_init),
17554         (volume_init): Implementing mixer interface.
17555         * gst/volume/gstvolume.h: Adding tracklist for mixer interface.
17556         * sys/oss/gstosselement.c: (gst_osselement_get_type),
17557         (gst_osselement_change_state): Removing some trailing commas in
17558         structures.
17559         * sys/oss/gstossmixer.c: (gst_ossmixer_interface_init): Setting mixer
17560         interface type to HARDWARE.
17561         * sys/v4l/gstv4lcolorbalance.c:
17562         (gst_v4l_color_balance_interface_init): Setting colorbalance interface
17563         type to HARDWARE.
17564         * sys/v4l2/gstv4l2colorbalance.c:
17565         (gst_v4l2_color_balance_interface_init): Setting colorbalance
17566         interface type to HARDWARE.
17567         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain): use exactly the
17568         same code than ximagesink for event handling.
17569
17570 2004-01-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
17571
17572         * ext/snapshot/Makefile.am:
17573         * ext/snapshot/gstsnapshot.c: (gst_snapshot_sinkconnect),
17574         (gst_snapshot_chain):
17575         * ext/snapshot/gstsnapshot.h:
17576           This has to be a joke... Snapshot should be connected to a tee,
17577           colorspace element before it and EOS after that, where the other
17578           src of the tee receives normal data.
17579           The current way is *wrong*.
17580
17581 2004-01-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
17582
17583         * ext/hermes/gsthermescolorspace.c:
17584           Fix another compile error. Same as below.
17585
17586 2004-01-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
17587
17588         * gst/colorspace/gstcolorspace.c:
17589         * gst/colorspace/yuv2yuv.c: (gst_colorspace_yuy2_to_i420),
17590         (gst_colorspace_i420_to_yv12):
17591           Fix compiling... Didn't test if it actually works.
17592
17593 2004-01-15  David Schleef  <ds@schleef.org>
17594
17595         * configure.ac:
17596         * gst/colorspace/Makefile.am:
17597         * gst/colorspace/gstcolorspace.c:
17598         * gst/colorspace/gstcolorspace.h:
17599         * gst/colorspace/yuv2rgb.c:
17600         * gst/colorspace/yuv2rgb.h:
17601         Duplicate the ext/hermes colorspace plugin, and remove Hermes
17602         code and GPL code.  Fix for new caps negotiation.  Rewrite
17603         much of the format handling code, and some of the conversion
17604         code.  Basically, rewrote almost everything.  This element
17605         handles I420, YV12 to RGB conversions.
17606         * ext/hermes/Makefile.am:
17607         * ext/hermes/gsthermescolorspace.c:
17608         Rename colorspace to hermescolorspace.  Fix negotiation issues.
17609         Remove non-Hermes related code.  This element handles lots of
17610         RGB to RGB conversions, but no YUV.
17611         * ext/hermes/gstcolorspace.c:
17612         * ext/hermes/gstcolorspace.h:
17613         * ext/hermes/rgb2yuv.c:
17614         * ext/hermes/yuv2rgb.c:
17615         * ext/hermes/yuv2rgb.h:
17616         * ext/hermes/yuv2rgb_mmx16.s:
17617         * ext/hermes/yuv2yuv.c:
17618         * ext/hermes/yuv2yuv.h:
17619         Remove old code.
17620
17621 2004-01-14  Colin Walters  <walters@verbum.org>
17622
17623         * ext/mad/gstid3tag.c (gst_id3_tag_chain): Don't nego caps if
17624         they've already been.
17625
17626 2004-01-15  Benjamin Otte  <in7y118@public.uni-hamburg.de>
17627
17628         * ext/mad/gstid3tag.c: (gst_id3_tag_do_caps_nego):
17629           assume tag mode when pad is not connected
17630
17631 2004-01-15  Benjamin Otte  <in7y118@public.uni-hamburg.de>
17632
17633         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
17634           Don't update the time of the clock
17635         (gst_alsa_sink_loop):
17636           sync to the clock given to alsasink, not the own clock
17637         * sys/oss/gstosssink.c: (gst_osssink_chain):
17638           sync to the clock
17639         (gst_osssink_change_state):
17640           activate the clock
17641         * sys/ximage/ximagesink.c: (gst_ximagesink_chain):
17642         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain):
17643           remove bogus code that made DISCONT events unhandled
17644         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_video_caps):
17645           explicitly case to double in _set_simple. (fixes 2nd warning in bug
17646           #131502)
17647         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_read_object_header),
17648         (gst_asf_demux_handle_sink_event), (gst_asf_demux_audio_caps),
17649         (gst_asf_demux_add_audio_stream), (gst_asf_demux_video_caps):
17650           convert g_warning because of wrong asf data to GST_WARNINGs (fixes
17651           2nd warning in bug #131502)
17652
17653 2004-01-14  Julien MOUTTE  <julien@moutte.net>
17654
17655         * gst/videofilter/gstvideobalance.c: (gst_videobalance_init),
17656         (gst_videobalance_colorbalance_set_value),
17657         (gst_videobalance_colorbalance_get_value): Fixing videobalance ranges
17658         for colorbalance interface implementation.
17659         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
17660         (gst_ximagesink_set_property), (gst_ximagesink_get_property),
17661         (gst_ximagesink_dispose), (gst_ximagesink_init),
17662         (gst_ximagesink_class_init): Adding DISPLAY property.
17663         * sys/ximage/ximagesink.h: Adding display_name to store display.
17664         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
17665         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
17666         (gst_xvimagesink_dispose), (gst_xvimagesink_init),
17667         (gst_xvimagesink_class_init): Adding DISPLAY property and colorbalance
17668         properties (they still need polishing though for gst-launch use : no
17669         xcontext yet, i ll do that tomorrow).
17670         * sys/xvimage/xvimagesink.h: Adding display_name to store display.
17671
17672 2004-01-14  Julien MOUTTE  <julien@moutte.net>
17673
17674         * gst-libs/gst/play/gstplay.c: (gst_play_pipeline_setup),
17675         (gst_play_set_location), (gst_play_set_visualization): Preparing
17676         switch integration, adding videobalance in the pipeline.
17677
17678 2004-01-14  Julien MOUTTE <julien@moutte.net>
17679
17680         * gst-libs/gst/colorbalance/colorbalance.c:
17681         (gst_color_balance_class_init): Adding a default type.
17682         * gst-libs/gst/colorbalance/colorbalance.h: Adding a macro to access
17683         the type.
17684         * gst/videofilter/gstvideobalance.c: (gst_videobalance_get_type),
17685         (gst_videobalance_dispose), (gst_videobalance_class_init),
17686         (gst_videobalance_init), (gst_videobalance_interface_supported),
17687         (gst_videobalance_interface_init),
17688         (gst_videobalance_colorbalance_list_channels),
17689         (gst_videobalance_colorbalance_set_value),
17690         (gst_videobalance_colorbalance_get_value),
17691         (gst_videobalance_colorbalance_init): Implementing colorbalance
17692         interface.
17693         * gst/videofilter/gstvideobalance.h: Adding colorbalance channels
17694         list.
17695         * sys/ximage/ximagesink.c: (gst_ximagesink_set_xwindow_id): Fixing a
17696         bug which was triggering a BadAccess X error when setting an overlay
17697         before pad was really negotiated.
17698         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_colorbalance_init):
17699         Using the colorbalance type macro.
17700
17701 2004-01-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
17702
17703         * ext/flac/gstflacenc.c: (gst_flacenc_set_metadata),
17704         (gst_flacenc_chain):
17705           handle tags correctly
17706         * gst/tags/gstid3tag.c: (gst_tag_list_new_from_id3v1):
17707           extract ID3v1 tags correctly
17708
17709 2004-01-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
17710
17711         * gst/typefind/gsttypefindfunctions.c: (matroska_type_find),
17712         (plugin_init):
17713           Improve matroska typefinding for odd-typed headers...
17714
17715 2004-01-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
17716
17717         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream):
17718           Fix for using incremental number on padnames.
17719
17720 2004-01-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
17721
17722         * ext/divx/gstdivxdec.c:
17723         * ext/divx/gstdivxenc.c:
17724           Set category to divx4linux instead of divx (too generic).
17725         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
17726         (gst_wavparse_parse_fmt), (gst_wavparse_handle_sink_event),
17727         (gst_wavparse_loop), (gst_wavparse_change_state):
17728         * gst/wavparse/gstwavparse.h:
17729           fix parsing of WAV files with non-standard fmt-tag size and fix
17730           skipping of unrecognized chunks... Someone please fix this thing
17731           to use rifflib so all this is automated.
17732         * sys/v4l/Makefile.am:
17733         * sys/v4l2/Makefile.am:
17734           Add X_CFLAGS because we depend on X (for overlay).
17735
17736 2004-01-14  Jan Schmidt  <thaytan@mad.scientist.com>
17737
17738         * ext/mpeg2dec/gstmpeg2dec.c:
17739           Don't issue a timestamp unless we tagged the frame
17740           with a PTS.
17741
17742 2004-01-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
17743
17744         * gst-libs/gst/play/gstplay.c: (gst_play_tick_callback):
17745           Query the audio element to get the time, not the clock. We're
17746           interested in the element's time here.
17747
17748 2004-01-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
17749
17750         * ext/aalib/gstaasink.c: (gst_aasink_chain):
17751         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
17752         * ext/esd/esdsink.c: (gst_esdsink_chain):
17753         * ext/libcaca/gstcacasink.c: (gst_cacasink_chain):
17754         * ext/mas/massink.c: (gst_massink_chain):
17755         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_chain):
17756         * gst/matroska/matroska-demux.c: (gst_matroska_demux_parse_index),
17757         (gst_matroska_demux_parse_metadata):
17758         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_loop),
17759         (gst_mpeg_parse_release_locks):
17760         * gst/tcp/gsttcpsink.c: (gst_tcpsink_chain):
17761         * gst/udp/gstudpsink.c: (gst_udpsink_chain):
17762         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
17763         * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_chain),
17764         (gst_osssink_change_state):
17765         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_chain):
17766         * sys/ximage/ximagesink.c: (gst_ximagesink_chain):
17767         * sys/xvideo/xvideosink.c: (gst_xvideosink_chain),
17768         (gst_xvideosink_release_locks):
17769         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain):
17770           use element time.
17771         * ext/alsa/gstalsaclock.c: (gst_alsa_clock_start),
17772         (gst_alsa_clock_stop):
17773         * gst-libs/gst/audio/audioclock.c: (gst_audio_clock_set_active),
17774         (gst_audio_clock_get_internal_time):
17775           simplify for use with new clocking code.
17776         * testsuite/alsa/Makefile.am:
17777         * testsuite/alsa/sinesrc.c: (sinesrc_init), (sinesrc_force_caps):
17778           fix testsuite for new caps system
17779
17780 2004-01-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
17781
17782         * ext/flac/gstflacdec.c: (gst_flacdec_update_metadata):
17783         * ext/flac/gstflacenc.c: (add_one_tag):
17784           length is already host endian, no need to convert. Fixes playback of
17785           tagged files on PPC. (bug #128384)
17786
17787 2004-01-13  Julien MOUTTE <julien@moutte.net>
17788
17789         * gst-libs/gst/colorbalance/colorbalance.h: Adding a type to the
17790         colorbalance interface stating if it is hardware based or software
17791         based.
17792         * gst/videofilter/gstvideobalance.c: (gst_videobalance_planar411):
17793         Removing a trailing comma.
17794         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
17795         (gst_xvimagesink_colorbalance_init): Integrating a patch from Jon
17796         Trowbridge <trow@ximian.com> querying Xv adaptor for min/max value as
17797         the documentation seems to be wrong on the -1000 to 1000 interval.
17798
17799 2004-01-12  David Schleef  <ds@schleef.org>
17800
17801         * gst/debug/efence.c: (gst_efence_init), (gst_efence_chain),
17802         (gst_efence_buffer_alloc), (gst_fenced_buffer_new),
17803         (gst_fenced_buffer_default_free), (gst_fenced_buffer_default_copy):
17804         Fix negotiation.  Add a bufferalloc function for the sink pad,
17805         and generally clean up some of the code.
17806
17807 2004-01-12  Julien MOUTTE <julien@moutte.net>
17808
17809         * gst-libs/gst/colorbalance/colorbalancechannel.c:
17810         (gst_color_balance_channel_dispose): Adding safety check in dispose
17811         method.
17812         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
17813         (gst_xvimagesink_xcontext_clear),
17814         (gst_xvimagesink_interface_supported),
17815         (gst_xvimagesink_colorbalance_list_channels),
17816         (gst_xvimagesink_colorbalance_set_value),
17817         (gst_xvimagesink_colorbalance_get_value),
17818         (gst_xvimagesink_colorbalance_init), (gst_xvimagesink_get_type):
17819         Adding colorbalance interface support to set XV parameters such as
17820         HUE, BRIGHTNESS, CONTRAST, SATURATION.
17821         * sys/xvimage/xvimagesink.h: Adding the channels list for colorbalance
17822         interface.
17823
17824 2004-01-12  Thomas Vander Stichele  <thomas at apestaart dot org>
17825
17826         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_get_type),
17827         (gst_audio_convert_class_init), (gst_audioconvert_getcaps),
17828         (gst_audio_convert_init), (gst_audio_convert_set_property),
17829         (gst_audio_convert_get_property), (gst_audio_convert_chain),
17830         (gst_audio_convert_link),
17831         (gst_audio_convert_buffer_to_default_format),
17832         (gst_audio_convert_buffer_from_default_format), (plugin_init):
17833           - implement _getcaps and use it
17834           - improve linking
17835           - remove float caps since no float conversion is actually done
17836           - remove properties and arguments that were to be used for rate
17837             conversion
17838
17839 2004-01-12  Thomas Vander Stichele  <thomas at apestaart dot org>
17840
17841         * gst-libs/gst/audio/audio.c: (_gst_audio_structure_set_list),
17842         (gst_audio_structure_set_int):
17843         * gst-libs/gst/audio/audio.h:
17844           add helper functions for _getcaps matching the standard audio
17845           templates
17846
17847 2004-01-12  David Schleef  <ds@schleef.org>
17848
17849         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
17850         Test that pad is negotiated before getting its caps.
17851
17852 2004-01-12  Julien MOUTTE <julien@moutte.net>
17853
17854         * gst-libs/gst/play/gstplay.c: (gst_play_get_sink_element): When
17855         analyzing the pads of an element the bin is mostly in READY state so
17856         no caps were negotiated. This helper function needs to work with
17857         _get_caps directly then. I was not freeing them though, added that to
17858         fix the mem leak.
17859
17860 2004-01-12  Julien MOUTTE <julien@moutte.net>
17861
17862         * sys/ximage/ximagesink.c: (gst_ximagesink_chain):
17863         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain): Fixing the
17864         direct put buffers detection. I prefer checking GST_BUFFER_PRIVATE
17865         than the free_func.
17866
17867 2004-01-12  Thomas Vander Stichele  <thomas at apestaart dot org>
17868
17869         * sys/oss/gstossaudio.c: (plugin_init):
17870         * sys/oss/gstosselement.c: (gst_osselement_sync_parms):
17871         * sys/oss/gstosselement.h:
17872           make an oss debugging category
17873           make failure more descriptive
17874
17875 2004-01-11  David Schleef  <ds@schleef.org>
17876
17877         * ext/ffmpeg/gstffmpeg.c:
17878         * ext/ffmpeg/gstffmpegcodecmap.c:
17879         * ext/ffmpeg/gstffmpegdec.c:
17880         * ext/ffmpeg/gstffmpegenc.c:
17881         * ext/ffmpeg/gstffmpegprotocol.c:
17882         * ext/gdk_pixbuf/gstgdkanimation.c:
17883         * ext/jpeg/gstjpeg.c:
17884         * ext/libpng/gstpng.c:
17885         * ext/mpeg2dec/perftest.c:
17886         * ext/speex/gstspeex.c:
17887         * gst-libs/gst/resample/dtos.c:
17888         * gst/intfloat/gstintfloatconvert.c:
17889         * gst/oneton/gstoneton.c:
17890         * gst/rtjpeg/RTjpeg.c:
17891         * gst/rtp/gstrtp.c:
17892         * sys/dxr3/dxr3init.c:
17893         * sys/glsink/gstgl_nvimage.c:
17894         * sys/glsink/gstgl_pdrimage.c:
17895         * sys/glsink/gstglsink.c:
17896         * testsuite/gst-lint:
17897         Make sure everybody wraps #include "config.h" in #ifdef HAVE_CONFIG_H
17898
17899 2004-01-11  David Schleef  <ds@schleef.org>
17900
17901         * ext/alsa/gstalsasrc.c: (gst_alsa_src_set_caps):
17902         * ext/faac/gstfaac.c: (gst_faac_sinkconnect):
17903         * ext/gdk_pixbuf/gstgdkanimation.c:
17904         (gst_gdk_animation_iter_create_pixbuf):
17905         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_link),
17906         (gst_gdk_pixbuf_chain):
17907         * ext/gdk_pixbuf/gstgdkpixbuf.h:
17908         * ext/jack/gstjack.c: (gst_jack_change_state):
17909         * ext/xvid/gstxviddec.c: (gst_xviddec_sink_link):
17910         * gst-libs/gst/play/gstplay.c: (gst_play_get_sink_element):
17911         * gst-libs/gst/play/play.c: (gst_play_get_sink_element):
17912         * gst/videofilter/gstvideofilter.c:
17913         (gst_videofilter_set_output_size):
17914         Remove all usage of gst_pad_get_caps(), and replace it with
17915         gst_pad_get_allowed_caps() or gst_pad_get_negotiated_cap().
17916
17917 2004-01-11  David Schleef  <ds@schleef.org>
17918
17919         * configure.ac:
17920         * ext/Makefile.am: Fixes to make ext/libcaca compile.
17921         * ext/divx/gstdivxdec.c:
17922         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_link),
17923         (gst_gdk_pixbuf_init), (gst_gdk_pixbuf_chain): Make gdkpixbufdec
17924         handle images that span multiple buffers.  Now work with both
17925         filesrc ! gdkpixbufdec and qtdemux ! gdkpixbufdec.
17926         * ext/gdk_pixbuf/gstgdkpixbuf.h:
17927         * ext/libcaca/gstcacasink.h: Fixes needed due to recent
17928         video/video.h changes
17929         * ext/xvid/gstxvid.c: (gst_xvid_csp_to_caps): same
17930         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get),
17931         (gst_v4lmjpegsrc_buffer_free): Use buffer free function instead
17932         of GstData free function.
17933         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get), (gst_v4lsrc_buffer_free):
17934         same.
17935
17936 2004-01-12  Benjamin Otte  <in7y118@public.uni-hamburg.de>
17937
17938         * sys/v4l2/gstv4l2element.c: (gst_v4l2element_class_init),
17939         (gst_v4l2element_dispose), (gst_v4l2element_set_property),
17940         (gst_v4l2element_get_property):
17941         * sys/v4l2/v4l2_calls.c: (gst_v4l2_set_defaults), (gst_v4l2_open):
17942           add norm, channel and frequency properties.
17943         * sys/v4l2/gstv4l2tuner.c:
17944           fixes for tuner interface changes
17945         * sys/v4l2/gstv4l2element.h:
17946         * sys/v4l2/gstv4l2src.c:
17947         * sys/v4l2/gstv4l2src.h:
17948         * sys/v4l2/v4l2src_calls.c:
17949         * sys/v4l2/v4l2src_calls.h:
17950           rework v4l2src to work with saa1734 cards and allow mmaped buffers.
17951
17952 2004-01-12  Benjamin Otte  <in7y118@public.uni-hamburg.de>
17953
17954         * gst-libs/gst/tuner/tuner.c: (gst_tuner_class_init),
17955         (gst_tuner_find_norm_by_name), (gst_v4l2_find_channel_by_name),
17956         (gst_tuner_channel_changed), (gst_tuner_norm_changed),
17957         (gst_tuner_frequency_changed), (gst_tuner_signal_changed):
17958         * gst-libs/gst/tuner/tuner.h:
17959           GObjects aren't const.
17960           Add find_by_name functions.
17961           Add checks to _changed functions.
17962         * sys/v4l/gstv4ltuner.c: (gst_v4l_tuner_get_channel),
17963         (gst_v4l_tuner_get_norm):
17964           Fixes for above.
17965
17966 2004-01-12  Benjamin Otte  <in7y118@public.uni-hamburg.de>
17967
17968         * gst-libs/gst/video/video.h:
17969           Fix caps template names to be understandable.
17970           Prefix everything with GST_VIDEO.
17971         * ext/aalib/gstaasink.c:
17972         * ext/divx/gstdivxdec.c:
17973         * ext/divx/gstdivxenc.c:
17974         * ext/gdk_pixbuf/gstgdkpixbuf.c:
17975         * ext/hermes/gstcolorspace.c: (gst_colorspace_base_init):
17976         * ext/jpeg/gstjpegdec.c: (raw_caps_factory):
17977         * ext/jpeg/gstjpegenc.c: (raw_caps_factory):
17978         * ext/libcaca/gstcacasink.c:
17979         * ext/libpng/gstpngenc.c: (raw_caps_factory):
17980         * ext/snapshot/gstsnapshot.c:
17981         * ext/swfdec/gstswfdec.c:
17982         * ext/xvid/gstxviddec.c:
17983         * ext/xvid/gstxvidenc.c:
17984         * gst/chart/gstchart.c:
17985         * gst/deinterlace/gstdeinterlace.c:
17986         * gst/effectv/gsteffectv.c:
17987         * gst/flx/gstflxdec.c: (gst_flxdec_loop):
17988         * gst/goom/gstgoom.c:
17989         * gst/median/gstmedian.c:
17990         * gst/monoscope/gstmonoscope.c: (gst_monoscope_init),
17991         (gst_monoscope_srcconnect), (gst_monoscope_chain):
17992         * gst/overlay/gstoverlay.c:
17993         * gst/smooth/gstsmooth.c:
17994         * gst/smpte/gstsmpte.c:
17995         * gst/synaesthesia/gstsynaesthesia.c:
17996         * gst/videocrop/gstvideocrop.c:
17997         * gst/videodrop/gstvideodrop.c:
17998         * gst/y4m/gsty4mencode.c:
17999         * sys/qcam/gstqcamsrc.c:
18000         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_palette_to_caps):
18001           Make them work with new video.h file.
18002         * sys/ximage/ximagesink.c: (gst_ximagesink_chain),
18003         (gst_ximagesink_buffer_free), (gst_ximagesink_buffer_alloc):
18004         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain),
18005         (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc):
18006           Make it work with new buffer allocation system.
18007
18008 2004-01-11  Julien MOUTTE  <julien@moutte.net>
18009
18010         * ext/ffmpeg/gstffmpegcolorspace.c: (gst_ffmpegcsp_chain): Fixing the
18011         pad_alloc_buffer implementation to use ->srcpad
18012         * ext/hermes/gstcolorspace.c: (gst_colorspace_chain): Fixing the
18013         pad_alloc_buffer implementation to use ->srcpad
18014         * gst/videoscale/gstvideoscale.c: (gst_videoscale_chain):  Fixing the
18015         pad_alloc_buffer implementation to use ->srcpad
18016         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
18017         (gst_ximagesink_chain), (gst_ximagesink_buffer_free),
18018         (gst_ximagesink_buffer_alloc): Now only use GST_BUFFER_PRIVATE to keep
18019         a reference to everything we need.
18020         * sys/ximage/ximagesink.h: adding a reference to the sink in the image.
18021         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
18022         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_free),
18023         (gst_xvimagesink_buffer_alloc): Now only use GST_BUFFER_PRIVATE to keep
18024         a reference to everything we need.
18025         * sys/xvimage/xvimagesink.h: adding a reference to the sink in the image
18026
18027 2004-01-11  David Schleef  <ds@schleef.org>
18028
18029         * ext/divx/gstdivxenc.c: remove bogus gst_caps_is_fixed() test
18030         * gst/debug/efence.c: (gst_efence_chain), (gst_fenced_buffer_new),
18031         (gst_fenced_buffer_default_copy): Fix for rename of buffer private
18032         structure members.
18033         * gst/effectv/gstwarp.c: (gst_warptv_setup): Don't reset the time
18034         value during a resize/renegotiation.
18035         * gst/videofilter/gstvideofilter.c: (gst_videofilter_chain): use
18036         gst_pad_alloc_buffer();
18037         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get),
18038         (gst_v4lmjpegsrc_buffer_free): Fix for rename of buffer private
18039         structure members.
18040         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get), (gst_v4lsrc_buffer_free):
18041         Fix for rename of buffer private structure members.
18042         * sys/ximage/ximagesink.c: (gst_ximagesink_chain),
18043         (gst_ximagesink_buffer_free), (gst_ximagesink_buffer_alloc):
18044         Fix for rename of buffer private structure members.
18045         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain),
18046         (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc):
18047         Fix for rename of buffer private structure members.
18048
18049 2004-01-11  Arwed v. Merkatz <v.merkatz@gmx.net>
18050
18051         reviewed by: David Schleef <ds@schleef.org>
18052
18053         * gst/videofilter/Makefile.am:
18054         * gst/videofilter/gstgamma.c: Gamma correction filter.  Modified
18055         from the patch by ds to fit in with recent make_filter changes.
18056
18057 2004-01-11  Julien MOUTTE  <julien@moutte.net>
18058
18059         * configure.ac: Adding examples/switch/Makefile
18060         * examples/Makefile.am: Adding examples/switch
18061         * examples/switch/Makefile.am: Adding switcher example.
18062         * examples/switch/switcher.c: (got_eos), (idle_iterate),
18063         (switch_timer), (main): Adding an example demonstrating switch usage
18064         with 2 videotestsrc showing different patterns.
18065         * gst/switch/gstswitch.c: (gst_switch_request_new_pad),
18066         (gst_switch_init): Fixing switch with the new caps system.
18067
18068 2004-01-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
18069
18070         * gst-libs/gst/video/video.h:
18071           Fix 32bit caps. Issue remaining: The macro names are chosen poorly.
18072           They should probably be like
18073           GST_VIDEO_PAD_TEMPLATE_CAPS_{RGB,BGR,RGBx,BGRx}.
18074
18075 2004-01-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
18076
18077         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
18078         (qtdemux_parse_trak):
18079           fix audio chunk size/timestamp calculation
18080
18081 2004-01-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
18082
18083         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps):
18084           fix SVQ3 caps
18085
18086 2004-01-11  Steve Baker  <steve@stevebaker.org>
18087
18088         * gst/effectv/gstaging.c: (gst_agingtv_get_type),
18089         (gst_agingtv_base_init), (gst_agingtv_class_init),
18090         (gst_agingtv_init), (gst_agingtv_setup), (gst_agingtv_rgb32),
18091         (gst_agingtv_set_property), (gst_agingtv_get_property):
18092         Port agingTV to videofilter
18093
18094 2004-01-09  Julien MOUTTE <julien@moutte.net>
18095
18096         * ext/hermes/gstcolorspace.c: (gst_colorspace_chain):
18097         Implementing gst_pad_alloc_buffer to use optimized buffer allocation.
18098
18099 2004-01-09  Julien MOUTTE <julien@moutte.net>
18100
18101         * ext/ffmpeg/gstffmpegcolorspace.c: (gst_ffmpegcsp_chain):
18102         Implementing gst_pad_alloc_buffer to use optimized buffer allocation.
18103         * gst-libs/gst/xoverlay/xoverlay.c:
18104         (gst_x_overlay_got_desired_size): Updating doc for the xid being 0.
18105         * gst/videoscale/gstvideoscale.c: (gst_videoscale_chain):
18106         Implementing gst_pad_alloc_buffer to use optimized buffer allocation.
18107         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
18108         Implementing gst_pad_alloc_buffer to use optimized buffer allocation.
18109         * sys/ximage/ximagesink.c: (gst_ximagesink_chain),
18110         (gst_ximagesink_buffer_free), (gst_ximagesink_buffer_alloc),
18111         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_init): Implementing
18112         the bufferalloc_function to replace bufferpools, fixing the XOverlay
18113         interface implementation to handle xid being 0 and fix some bugs
18114         triggered by Benjamin's testcase.
18115         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain),
18116         (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc),
18117         (gst_xvimagesink_set_xwindow_id), (gst_xvimagesink_init): Implementing
18118         the bufferalloc_function to replace bufferpools, fixing the XOverlay
18119         interface implementation to handle xid being 0 and fix some bugs
18120         triggered by Benjamin's testcase.
18121
18122 2004-01-09  David Schleef  <ds@schleef.org>
18123
18124         * ext/librfb/gstrfbsrc.c:  Hacking.  Added actual decoding and
18125         mouse pointer events.  It works.
18126
18127 2004-01-09  Ronald Bultje  <rbultje@ronald.bitfreak.net>
18128
18129         * ext/divx/gstdivxenc.c: (gst_divxenc_init):
18130           Use explicit caps - fix capsnego.
18131         * ext/xvid/gstxviddec.c:
18132         * ext/xvid/gstxvidenc.c:
18133           Remove macro-inside-macro which caused compile errors.
18134         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_header):
18135           Error out if it's not a RIFF file. Else we error out without
18136           gst_element_error() which is not good...
18137
18138 2004-01-08  David Schleef  <ds@schleef.org>
18139
18140         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_connect):
18141         Fix pad_link function to handle formats that ffmpeg returns
18142         as multiple caps structures.
18143         * gst/videofilter/gstvideofilter.c: (gst_videofilter_chain):
18144         Only complain if source buffer is _smaller_ than expected.
18145         * gst/videoscale/gstvideoscale.c: (gst_videoscale_init),
18146         (gst_videoscale_handle_src_event): Resize navigation events
18147         when passing them upstream.
18148         * gst/videotestsrc/gstvideotestsrc.c:
18149         * gst/videotestsrc/gstvideotestsrc.h:
18150         * gst/videotestsrc/videotestsrc.c:
18151         * gst/videotestsrc/videotestsrc.h:
18152         Rewrite many of the buffer painting functions to handle odd
18153         sizes (for many formats, size%4!=0 or size%8!=0).  Most have
18154         been verified to work with my video card.
18155         * testsuite/gst-lint:  Add check for elements calling
18156         gst_pad_get_caps() instead of gst_pad_get_allowed_caps().
18157
18158 2004-01-08  David Schleef  <ds@schleef.org>
18159
18160         * gst/videodrop/gstvideodrop.c: (gst_videodrop_getcaps),
18161         (gst_videodrop_link), (gst_videodrop_init): Fix negotiation.
18162
18163 2004-01-08  Julien MOUTTE  <julien@moutte.net>
18164
18165         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents): A
18166         configure event is not emiting the desired size signal. That fixes
18167         aspect ratio issues with gst-player.
18168
18169 2004-01-08  Ronald Bultje  <rbultje@ronald.bitfreak.net>
18170
18171         * gst/median/gstmedian.c: (gst_median_link), (gst_median_init):
18172           Fix capsnego.
18173
18174 2004-01-08  Julien MOUTTE  <julien@moutte.net>
18175
18176         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_create): Using XOverlay
18177         public method to fire size signal.
18178
18179 2004-01-07  Julien MOUTTE  <julien@moutte.net>
18180
18181         * examples/gstplay/Makefile.am: Adding the interface library.
18182         * gst-libs/gst/play/Makefile.am: Adding the interface library.
18183         * gst-libs/gst/play/gstplay.c: (gst_play_set_video_sink): Connecting to         the XOverlay size signal instead of GstVideoSink.
18184         * gst-libs/gst/play/gstplay.h: Including the XOverlay interface to check
18185         GST_IS_X_OVERLAY before signal connect.
18186         * gst-libs/gst/video/gstvideosink.c: (gst_videosink_class_init):
18187         Removing the have_video_size signal.
18188         * gst-libs/gst/video/gstvideosink.h: Removing the have_video_size signal
18189         and associated public method.
18190         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents),
18191         (gst_ximagesink_sinkconnect): Using XOverlay public method to fire size
18192         signal.
18193         * sys/xvideo/xvideosink.c: (gst_xvideosink_sinkconnect),
18194         (gst_xvideosink_xwindow_new): Using XOverlay public method to fire size
18195         signal.
18196         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sinkconnect):
18197         Using XOverlay public method to fire size signal.
18198
18199 2004-01-07  David Schleef  <ds@schleef.org>
18200
18201         * gst/videofilter/Makefile.am:
18202         * gst/videofilter/gstvideotemplate.c:
18203         * gst/videofilter/make_filter:
18204         Create gstvideoexample.c in a srcdir!=builddir friendly way.
18205         Convert make_filter to /bin/sh script.
18206
18207 2004-01-07  Thomas Vander Stichele  <thomas at apestaart dot org>
18208
18209         * gst/modplug/gstmodplug.cc: fix element description
18210
18211 2004-01-07  Julien MOUTTE  <julien@moutte.net>
18212
18213         * examples/gstplay/player.c: (got_time_tick), (got_stream_length),
18214         (got_video_size): Adding some new lines in g_print calls.
18215         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new),
18216         (gst_ximagesink_xwindow_destroy), (gst_ximagesink_xwindow_resize),
18217         (gst_ximagesink_handle_xevents), (gst_ximagesink_fixate),
18218         (gst_ximagesink_sinkconnect), (gst_ximagesink_change_state),
18219         (gst_ximagesink_chain), (gst_ximagesink_buffer_new),
18220         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_get_desired_size):
18221         Complete code review, reverting some stuff i disagree with, adding
18222         some fixes : time synchronization on invalid timestamps, renegotiation
18223         of private window.
18224         * sys/ximage/ximagesink.h:
18225         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_destroy),
18226         (gst_xvimagesink_xwindow_resize), (gst_xvimagesink_handle_xevents),
18227         (gst_xvimagesink_get_xv_support), (gst_xvimagesink_xcontext_get),
18228         (gst_xvimagesink_fixate), (gst_xvimagesink_sinkconnect),
18229         (gst_xvimagesink_change_state), (gst_xvimagesink_chain),
18230         (gst_xvimagesink_buffer_new),
18231         (gst_xvimagesink_navigation_send_event),
18232         (gst_xvimagesink_set_xwindow_id),
18233         (gst_xvimagesink_get_desired_size),
18234         (gst_xvimagesink_xoverlay_init): Complete code review, reverting some
18235         stuff i disagree with, adding some fixes : Renegotiation of private
18236         window, implementing get_desired_size.
18237
18238 2004-01-07  Ronald Bultje  <rbultje@ronald.bitfreak.net>
18239
18240         * ext/audiofile/gstafsink.c: (gst_afsink_init), (gst_afsink_chain),
18241         (gst_afsink_handle_event):
18242         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_init):
18243         * gst/avi/gstavimux.c: (gst_avimux_request_new_pad):
18244         * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_init):
18245         * sys/dxr3/dxr3spusink.c: (dxr3spusink_init):
18246         * sys/dxr3/dxr3videosink.c: (dxr3videosink_init):
18247           Fix for instantiate-test (see core). Also remove dead code from
18248           jpegenc (which still needs fixing, but that's lower on my TODO
18249           list...).
18250         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_getcaps):
18251           Never return NULL as caps.
18252
18253 2004-01-07  David Schleef  <ds@schleef.org>
18254
18255         * configure.ac:
18256         * ext/Makefile.am:
18257         * ext/librfb/Makefile.am:
18258         * ext/librfb/gstrfbsrc.c:
18259         New source plugin based on librfb-0.1.  RFB (remote framebuffer)
18260         is the protocol used by VNC.
18261
18262 2004-01-07  David Schleef  <ds@schleef.org>
18263
18264         * gst/videofilter/gstvideotemplate.c:
18265         * gst/videofilter/gstvideotemplate.h:
18266         * gst/videofilter/make_filter:
18267         Merge videotemplate header into source file.
18268         * gst/effectv/Makefile.am:
18269         * gst/effectv/gsteffectv.c: (plugin_init):
18270         * gst/effectv/gstwarp.c:
18271         Make warpTV a subclass of videofilter.
18272
18273 2004-01-07  Benjamin Otte  <in7y118@public.uni-hamburg.de>
18274
18275         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list):
18276           Add guard against invalid utf-8 conversions in mad. Just in case.
18277
18278 2004-01-07  Benjamin Otte  <in7y118@public.uni-hamburg.de>
18279
18280         * sys/oss/gstosssink.c: (gst_osssink_sink_fixate):
18281           Fix for bug shown by poisoning
18282
18283 2004-01-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
18284
18285         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get),
18286         (gst_v4lmjpegsrc_buffer_free):
18287         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_palette_to_caps),
18288         (gst_v4lsrc_srcconnect), (gst_v4lsrc_getcaps), (gst_v4lsrc_get),
18289         (gst_v4lsrc_buffer_free):
18290           Fix for removed bufferpools.
18291
18292 2004-01-07  Jan Schmidt  <thaytan@mad.scientist.com>
18293
18294         * ext/dv/gstdvdec.c: (gst_dvdec_loop):
18295         Fix caps negotiation.
18296
18297         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_class_init),
18298         (dvdnavsrc_update_buttoninfo), (dvdnavsrc_get),
18299         (dvdnavsrc_get_event_mask), (dvdnav_handle_navigation_event),
18300         (dvdnavsrc_event):
18301         * ext/mpeg2dec/gstmpeg2dec.c:
18302         * gst-libs/gst/navigation/navigation.c:
18303         (gst_navigation_send_key_event), (gst_navigation_send_mouse_event):
18304         * gst-libs/gst/navigation/navigation.h:
18305         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_handle_src_event):
18306         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents):
18307         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents):
18308         Super-simple first version of mouse and keyboard events. Clicking
18309         on a DVD menu now works, although it may not take you where you
18310         expected.
18311
18312         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_fixate):
18313         * gst/videotestsrc/gstvideotestsrc.c:
18314         (gst_videotestsrc_src_fixate):
18315         These fixate functions were broken - they never actually
18316         fixated :)
18317
18318 2004-01-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
18319
18320         * ext/shout/gstshout.c: (gst_icecastsend_base_init),
18321         (gst_icecastsend_init):
18322           fix for new caps system.
18323         * gst-libs/gst/mixer/mixertrack.h:
18324         * sys/oss/gstossmixer.c: (gst_ossmixer_build_list):
18325           Add 'master track' flag (for tools like ACME that only want to
18326           change the main volume).
18327
18328 2004-01-07  Jan Schmidt  <thaytan@mad.scientist.com>
18329
18330         * ext/xvid/gstxvid.c: (gst_xvid_structure_to_csp),
18331         (gst_xvid_csp_to_caps):
18332         * ext/xvid/gstxviddec.c: (gst_xviddec_src_getcaps):
18333         * ext/xvid/gstxvidenc.c:
18334         ifdef out ARGB type when it isn't available
18335         in xvidcore 1.0.0beta2
18336
18337 2004-01-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
18338
18339         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_loop):
18340           When we have received a new SCR right in the first buffer after
18341           a seek (so in the same cycle that handles the discont), we should
18342           handle the buffer instead of unreffing it, else we lose data.
18343
18344 2004-01-06  Iain <iain@prettypeople.org>
18345
18346         * gst/intfloat/gstint2float.c (gst_int2float_link): Set the
18347           buffer-frames caps too.
18348
18349         * gst/oneton/gstoneton.c (gst_oneton_sink_connect): Only create the new
18350           caps that we need, don't destroy them all and rebuild them. And when
18351           creating src pads, use the src pad template rather than the sink...
18352
18353 2004-01-05  Ronald Bultje  <rbultje@ronald.bitfreak.net>
18354
18355         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead):
18356           Add pad to element *after* setting functions such as event handler.
18357           Without this, the scheduler (opt) will link pads, set the event
18358           handler from the default event function (dispatcher in gstpad.c)
18359           and *after* that, we will set our own event function, which will
18360           thus never be used (and thus mpegdemux doesn't handle events).
18361
18362 2004-01-04  David Schleef  <ds@schleef.org>
18363
18364         Fix the fixate functions to handle new prototype:
18365         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_fixate):
18366         * gst/videotestsrc/gstvideotestsrc.c:
18367         (gst_videotestsrc_src_fixate):
18368         * sys/oss/gstosssink.c: (gst_osssink_sink_fixate):
18369         * sys/ximage/ximagesink.c: (gst_ximagesink_fixate):
18370         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_fixate):
18371
18372 2004-01-04  Benjamin Otte  <in7y118@public.uni-hamburg.de>
18373
18374         * sys/ximage/ximagesink.h:
18375         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new),
18376         (gst_ximagesink_xwindow_destroy), (gst_ximagesink_sinkconnect),
18377         (gst_ximagesink_change_state), (gst_ximagesink_set_xwindow_id),
18378         (gst_ximagesink_xoverlay_init):
18379           assorted fixes to make (re)embedding work
18380         * sys/ximage/ximagesink.c: (gst_ximagesink_sinkconnect),
18381         (gst_ximagesink_get_desired_size):
18382           implement desired size additions to XOverlay
18383
18384 2004-01-04  Benjamin Otte  <in7y118@public.uni-hamburg.de>
18385
18386         * gst-libs/gst/xoverlay/xoverlay.c: (gst_x_overlay_base_init),
18387         (gst_x_overlay_got_xwindow_id), (gst_x_overlay_get_desired_size),
18388         (gst_x_overlay_got_desired_size):
18389         * gst-libs/gst/xoverlay/xoverlay.h:
18390           Add optional "desired size" signal and querying.
18391
18392 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
18393
18394         * gst/matroska/matroska-demux.c:
18395         (gst_matroska_demux_parse_blockgroup):
18396           Fix EBML-laced block parsing. Diffs are relative to previous
18397           lace, not the first lace. Thanks to Mosu from the Matroska
18398           team for detecting this.
18399         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
18400         (gst_wavparse_parse_fmt), (gst_wavparse_getcaps),
18401         (gst_wavparse_handle_sink_event), (gst_wavparse_loop),
18402         (gst_wavparse_change_state):
18403         * gst/wavparse/gstwavparse.h:
18404           Quickfix for capsnego.
18405
18406 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
18407
18408         * gst/wavenc/gstwavenc.c: (set_property), (gst_wavenc_init):
18409           Fix indenting, fix pad creation.
18410
18411 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
18412
18413         * ext/xvid/gstxviddec.c: (gst_xviddec_init),
18414         (gst_xviddec_src_getcaps), (gst_xviddec_src_link),
18415         (gst_xviddec_sink_link):
18416           Implement src_getcaps() so proper size caps is negotiated.
18417
18418 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
18419
18420         * ext/flac/gstflacdec.c: (gst_flacdec_loop):
18421           Finish flac decoder on EOS. See #116178.
18422
18423 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
18424
18425         * gst/matroska/matroska-demux.c: (gst_matroska_demux_src_getcaps),
18426         (gst_matroska_demux_add_stream):
18427         * gst/matroska/matroska-ids.h:
18428           Add getcaps() function to fix capsnego...
18429
18430 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
18431
18432         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead),
18433         (gst_mpeg_demux_parse_packet), (gst_mpeg_demux_parse_pes):
18434         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_parse_packhead):
18435           Fix more integer overflows. Again, see #126967.
18436
18437 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
18438
18439         * ext/mpeg2dec/gstmpeg2dec.c:
18440           Add support for mpeg2dec-0.4.0 (released two weeks ago). See
18441           #130416.
18442
18443 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
18444
18445         * configure.ac:
18446         * ext/xvid/gstxvid.c: (gst_xvid_init), (gst_xvid_error),
18447         (gst_xvid_structure_to_csp), (gst_xvid_csp_to_caps):
18448         * ext/xvid/gstxvid.h:
18449         * ext/xvid/gstxviddec.c: (gst_xviddec_class_init),
18450         (gst_xviddec_init), (gst_xviddec_setup), (gst_xviddec_chain),
18451         (gst_xviddec_src_link), (gst_xviddec_sink_link),
18452         (gst_xviddec_change_state):
18453         * ext/xvid/gstxviddec.h:
18454         * ext/xvid/gstxvidenc.c: (gst_xvidenc_profile_get_type),
18455         (gst_xvidenc_base_init), (gst_xvidenc_class_init),
18456         (gst_xvidenc_init), (gst_xvidenc_setup), (gst_xvidenc_chain),
18457         (gst_xvidenc_link), (gst_xvidenc_set_property),
18458         (gst_xvidenc_get_property), (gst_xvidenc_change_state):
18459         * ext/xvid/gstxvidenc.h:
18460           Update xvid plugin to latest xvid (1.0.0-beta3) API.
18461
18462 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
18463
18464         * gst/rtp/rtp-packet.c:
18465           Add sys/types.h include, since OS X doesn't define in_addr_t
18466           in netinet/in.h, like it does on Linux (see #129600).
18467
18468 2004-01-03  Thomas Canty <tommydal@optushome.com.au>
18469
18470         reviewed by: Ronald Bultje  <rbultje@ronald.bitfreak.net>
18471
18472         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_dispose):
18473           Correct logic of dispose function (see #129306).
18474
18475 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
18476
18477         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_pes):
18478         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_class_init),
18479         (gst_mpeg_parse_init):
18480         * gst/mpegstream/gstmpegparse.h:
18481           Remove clock (which was never provided, i.e. dead code), and
18482           also fix integer overflows at high PTS values (see #126967).
18483
18484 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
18485
18486         * ext/flac/gstflacdec.c:
18487         * ext/libpng/gstpngenc.h:
18488         * ext/mikmod/gstmikmod.h:
18489           OS X fixes (see #126628).
18490
18491 2004-01-02  David Schleef  <ds@schleef.org>
18492
18493         * ext/alsa/gstalsasrc.c: (gst_alsa_src_pad_factory),
18494         (gst_alsa_src_base_init): Remove bogus "src" request pad.
18495         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_base_init),
18496         (gst_mpeg_parse_class_init): Move pad template registration
18497         to class_init, since the derived class (mpegdemux) doesn't
18498         want them.
18499
18500 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
18501
18502         * sys/ximage/Makefile.am:
18503         * sys/xvideo/Makefile.am:
18504         * sys/xvimage/Makefile.am:
18505           Move interface libs from LDFLAGS to LIBADD, fix relocation errors
18506           after installation (see #127664).
18507
18508 2004-01-02  David Schleef  <ds@schleef.org>
18509
18510         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_init),
18511         (gst_ffmpegenc_connect):  Negotiation fixes.
18512         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_negotiate_format):
18513         Remove inappropriate gst_caps_free().
18514         * sys/ximage/ximagesink.c: (gst_ximagesink_sinkconnect):
18515         Reenable Ronald's internal resize code, since the core handles
18516         it correctly now.
18517
18518 2004-01-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
18519
18520         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_init):
18521         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_init):
18522         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_base_init), (gst_v4lsrc_init):
18523           Fix pad template stuff.
18524
18525 2004-01-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
18526
18527         * gst/matroska/ebml-read.c: (gst_ebml_read_sint):
18528         * gst/matroska/ebml-write.c: (gst_ebml_write_sint):
18529           fix signed integer reading/writing.
18530
18531 2004-01-02  Benjamin Otte  <in7y118@public.uni-hamburg.de>
18532
18533         * ext/alsa/README:
18534           Remove outdated document
18535
18536 2004-01-03  Jan Schmidt  <thaytan@mad.scientist.com>
18537
18538         * gst/cutter/gstcutter.c: (gst_cutter_init):
18539           src pad was being created twice - oops.
18540
18541 2004-01-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
18542
18543         * sys/ximage/ximagesink.c: (gst_ximagesink_sinkconnect):
18544           Comment out internal resize. It doesn't handle the resulting
18545           XEvent internally, does another try_set_caps() which leads to
18546           a really nice loop.
18547           Real fix will come when Julien and Dave are awake. ;).
18548
18549 2004-01-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
18550
18551         * ext/mpeg2enc/gstmpeg2enc.cc:
18552           fix const/nonconst compile issue.
18553
18554 2004-01-02  David Schleef  <ds@schleef.org>
18555
18556         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_fixate),
18557         (gst_xvimagesink_sinkconnect), (gst_xvimagesink_init):
18558         Add fixate function and a check for bad formats.
18559
18560 2004-01-01  David Schleef  <ds@schleef.org>
18561
18562         Negotiation fixes:
18563         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link),
18564         (gst_audiofilter_init):
18565         * gst/debug/efence.c: (gst_efence_init):
18566         * gst/deinterlace/gstdeinterlace.c: (gst_deinterlace_link),
18567         (gst_deinterlace_init):
18568         * gst/volume/gstvolume.c: (volume_connect):
18569
18570 2004-01-01  David Schleef  <ds@schleef.org>
18571
18572         Convert elements to use gst_pad_use_explicit_caps() where
18573         appropriate:
18574         * ext/a52dec/gsta52dec.c: (gst_a52dec_init), (gst_a52dec_reneg):
18575         * ext/audiofile/gstafparse.c: (gst_afparse_init),
18576         (gst_afparse_open_file):
18577         * ext/audiofile/gstafsrc.c: (gst_afsrc_init),
18578         (gst_afsrc_open_file):
18579         * ext/esd/esdmon.c: (gst_esdmon_init), (gst_esdmon_get):
18580         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_init),
18581         (gst_ffmpegdec_chain):
18582         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_loop):
18583         * ext/flac/gstflacdec.c: (gst_flacdec_init), (gst_flacdec_write):
18584         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_init),
18585         (gst_gdk_pixbuf_chain):
18586         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_init), (gst_jpegdec_link),
18587         (gst_jpegdec_chain):
18588         * ext/mad/gstmad.c: (gst_mad_init), (gst_mad_chain):
18589         * ext/mikmod/gstmikmod.c: (gst_mikmod_init),
18590         (gst_mikmod_negotiate):
18591         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_init),
18592         (gst_mpeg2dec_negotiate_format):
18593         * ext/mpeg2enc/gstmpeg2enc.cc:
18594         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
18595         * ext/speex/gstspeexdec.c: (gst_speexdec_init),
18596         (gst_speexdec_sinkconnect):
18597         * ext/swfdec/gstswfdec.c: (gst_swfdec_loop), (gst_swfdec_init):
18598         * ext/vorbis/vorbisfile.c: (gst_vorbisfile_init),
18599         (gst_vorbisfile_new_link):
18600         * gst/ac3parse/gstac3parse.c: (gst_ac3parse_init),
18601         (gst_ac3parse_chain):
18602         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_add_audio_stream),
18603         (gst_asf_demux_setup_pad):
18604         * gst/auparse/gstauparse.c: (gst_auparse_init),
18605         (gst_auparse_chain):
18606         * gst/id3/gstid3types.c: (gst_id3types_loop):
18607         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream):
18608         * gst/mpeg1videoparse/gstmp1videoparse.c: (gst_mp1videoparse_init),
18609         (mp1videoparse_parse_seq):
18610         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_init),
18611         (bpf_from_header):
18612         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead),
18613         (gst_mpeg_demux_parse_pes), (gst_mpeg_demux_lpcm_set_caps):
18614         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_init),
18615         (gst_mpeg_parse_send_data):
18616         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
18617         (gst_qtdemux_add_stream):
18618         * gst/realmedia/rmdemux.c: (gst_rmdemux_add_stream):
18619         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
18620         (gst_wavparse_parse_fmt):
18621
18622 2004-01-01  Ronald Bultje  <rbultje@ronald.bitfreak.net>
18623
18624         * configure.ac:
18625           Fix configure check for mpeg2enc. We need 1.6.1.93 instead of
18626           1.6.1.92, since the pkg-config file of 1.6.1.92 is borked and
18627           it therefore uses the wrong include paths. Too bad... Note
18628           that 1.6.1.93 is not release yet. ;).
18629           Also add a check for mplex, which is now using the lib'ified
18630           mplex from mjpegtools, too.
18631         * ext/ffmpeg/gstffmpegcodecmap.c:
18632           Add codec_tag for 3ivx/xvid. For xvid, this should fix playback
18633           issues. I don't think ffmpeg handles 3ivx correctly, so this
18634           probably won't work. But it won't hurt either.
18635         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_connect),
18636         (gst_ffmpegdec_chain):
18637         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_connect),
18638         (gst_ffmpegenc_chain_audio):
18639           Fix memleak in audio encoding. Close codec if open fails, this
18640           calls the cleanup routines so we can re-use the context.
18641         * ext/mpeg2enc/gstmpeg2enc.cc:
18642           Fix pad template names/types, fix memory issue with getcaps().
18643         * ext/mpeg2enc/gstmpeg2encoder.cc:
18644         * ext/mpeg2enc/gstmpeg2encoder.hh:
18645           Fix compile issue with new caps system (const thingy).
18646         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
18647         * ext/mpeg2enc/gstmpeg2encpicturereader.hh:
18648           We read a first frame right on initing, so that we have a caps
18649           when we init the output. This caps is cached in padprivate and
18650           read as first frame.
18651         * ext/mplex/Makefile.am:
18652         * ext/mplex/gstmplex.cc:
18653         * ext/mplex/gstmplex.h:
18654         * ext/mplex/gstmplex.hh:
18655         * ext/mplex/gstmplexibitstream.cc:
18656         * ext/mplex/gstmplexibitstream.hh:
18657         * ext/mplex/gstmplexjob.cc:
18658         * ext/mplex/gstmplexjob.hh:
18659         * ext/mplex/gstmplexoutputstream.cc:
18660         * ext/mplex/gstmplexoutputstream.hh:
18661           We wrap mjpegtools mplex. So I rewrote the plugin. The old plugin
18662           had issues, didn't do capsnego, supported only a subset of the
18663           mplex features and required a mplex fork in our local CVS. Plus
18664           that it worked agaist a very old mplex version. Rewriting was
18665           faster than updating it.
18666         * gst-libs/ext/Makefile.am:
18667         * gst-libs/ext/mplex/INSTRUCT:
18668         * gst-libs/ext/mplex/Makefile.am:
18669         * gst-libs/ext/mplex/README:
18670         * gst-libs/ext/mplex/TODO:
18671         * gst-libs/ext/mplex/ac3strm_in.cc:
18672         * gst-libs/ext/mplex/audiostrm.hh:
18673         * gst-libs/ext/mplex/audiostrm_out.cc:
18674         * gst-libs/ext/mplex/aunit.hh:
18675         * gst-libs/ext/mplex/bits.cc:
18676         * gst-libs/ext/mplex/bits.hh:
18677         * gst-libs/ext/mplex/buffer.cc:
18678         * gst-libs/ext/mplex/buffer.hh:
18679         * gst-libs/ext/mplex/fastintfns.h:
18680         * gst-libs/ext/mplex/format_codes.h:
18681         * gst-libs/ext/mplex/inputstrm.cc:
18682         * gst-libs/ext/mplex/inputstrm.hh:
18683         * gst-libs/ext/mplex/lpcmstrm_in.cc:
18684         * gst-libs/ext/mplex/mjpeg_logging.cc:
18685         * gst-libs/ext/mplex/mjpeg_logging.h:
18686         * gst-libs/ext/mplex/mjpeg_types.h:
18687         * gst-libs/ext/mplex/mpastrm_in.cc:
18688         * gst-libs/ext/mplex/mpegconsts.cc:
18689         * gst-libs/ext/mplex/mpegconsts.h:
18690         * gst-libs/ext/mplex/mplexconsts.hh:
18691         * gst-libs/ext/mplex/multplex.cc:
18692         * gst-libs/ext/mplex/outputstream.hh:
18693         * gst-libs/ext/mplex/padstrm.cc:
18694         * gst-libs/ext/mplex/padstrm.hh:
18695         * gst-libs/ext/mplex/stillsstream.cc:
18696         * gst-libs/ext/mplex/stillsstream.hh:
18697         * gst-libs/ext/mplex/systems.cc:
18698         * gst-libs/ext/mplex/systems.hh:
18699         * gst-libs/ext/mplex/vector.cc:
18700         * gst-libs/ext/mplex/vector.hh:
18701         * gst-libs/ext/mplex/videostrm.hh:
18702         * gst-libs/ext/mplex/videostrm_in.cc:
18703         * gst-libs/ext/mplex/videostrm_out.cc:
18704         * gst-libs/ext/mplex/yuv4mpeg.cc:
18705         * gst-libs/ext/mplex/yuv4mpeg.h:
18706         * gst-libs/ext/mplex/yuv4mpeg_intern.h:
18707         * gst-libs/ext/mplex/yuv4mpeg_ratio.cc:
18708           We don't fork mjpegtools' mplex in our CVS anymore.
18709         * gst/avi/gstavidemux.c: (gst_avi_demux_src_getcaps),
18710         (gst_avi_demux_add_stream):
18711         * gst/avi/gstavidemux.h:
18712           Add getcaps() function for proper caps nego. This makes some
18713           parts of AVI playback/reading work.
18714         * sys/ximage/ximagesink.c: (gst_ximagesink_sinkconnect):
18715           Resize window on new capsnego. This is probably wrong, but
18716           I'm still committing it because with current capsnego, the
18717           first successfull capsnego is auto-fixated, therefore rounded
18718           down to the lowest values in the caps. this results in a 16x16
18719           XWindow that is not reized when real capsnego finishes.
18720           Dave, I see more cases of this, do you know a proper solution?
18721         * tools/gst-launch-ext.in:
18722           Fix MPEG-4 AAC (Apple iPod/iTunes) file commandline.
18723
18724 2003-12-31  David Schleef  <ds@schleef.org>
18725
18726         * gst/tcp/gsttcpsrc.c: (gst_tcpsrc_get):
18727         * gst/udp/gstudpsrc.c: (gst_udpsrc_get):
18728           Change gst_pad_proxy_link() to gst_pad_try_set_caps()
18729
18730 2003-12-30  David Schleef  <ds@schleef.org>
18731
18732         * ext/ffmpeg/gstffmpegcolorspace.c:
18733         (gst_ffmpegcsp_caps_remove_format_info), (gst_ffmpegcsp_getcaps),
18734         (gst_ffmpegcsp_pad_link), (gst_ffmpegcsp_init),
18735         (gst_ffmpegcsp_chain): Negotiation fixes
18736         * ext/mad/gstmad.c: (gst_mad_chain): Negotiation fixes
18737         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
18738         (gst_audio_convert_link), (gst_audio_convert_channels):
18739         * gst/audioscale/gstaudioscale.c: (gst_audioscale_getcaps),
18740         (gst_audioscale_link), (gst_audioscale_get_buffer),
18741         (gst_audioscale_chain): Negotiation fixes
18742         * gst/audioscale/gstaudioscale.h:
18743         * gst/videofilter/gstvideofilter.c:
18744         (gst_videofilter_format_get_structure), (gst_videofilter_getcaps),
18745         (gst_videofilter_link), (gst_videofilter_init),
18746         (gst_videofilter_set_output_size), (gst_videofilter_setup),
18747         (gst_videofilter_find_format_by_structure):
18748         * gst/videofilter/gstvideofilter.h: Negotiation fixes
18749         * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps),
18750         (gst_videoscale_link):
18751         * gst/videoscale/videoscale.c: (videoscale_get_structure),
18752         (videoscale_find_by_structure), (gst_videoscale_setup):
18753         * gst/videoscale/videoscale.h: Negotiation fixes
18754         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents),
18755         (gst_ximagesink_fixate), (gst_ximagesink_init): Add a fixate
18756         function, restrict resizing to a multiple of 4 (hack until
18757         everyone supports odd sizes correctly).
18758
18759 2003-12-29  Colin Walters  <walters@verbum.org>
18760
18761         * ext/esd/esdsink.c (gst_esdsink_link): Fix typo; get depth instead of
18762         signed.
18763
18764 2003-12-30  Jan Schmidt <thaytan@mad.scientist.com>
18765
18766         * ext/sndfile/gstsf.c: (gst_sf_loop):
18767           Fix warning about discarding const qualifier
18768
18769 2003-12-27  Jeremy Simon   <jesimon@libertysurf.fr>
18770
18771         * gst/cutter/gstcutter.c:
18772         * gst/videoscale/gstvideoscale.c:
18773         * gst/volenv/gstvolenv.c:
18774         * gst-libs/gst/audio/audio.c:
18775         * gst-libs/gst/video/video.c:
18776           Fix warnings
18777
18778 2003-12-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
18779
18780         * ext/alsa/gstalsa.c: (gst_alsa_open_audio):
18781           Don't send ALSA debugging to stderr.
18782         * ext/alsa/gstalsa.h:
18783           Use GST_WARNING instead of g_warning when ALSA functions fail.
18784
18785 2003-12-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
18786
18787         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
18788           Free XVAdapterInfo correctly.
18789
18790 2003-12-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
18791
18792         * ext/mad/gstid3tag.c: (gst_id3_tag_add_src_pad),
18793         (gst_id3_tag_do_caps_nego), (gst_id3_tag_src_link):
18794           Make id3tag use correct caps nego.
18795
18796 2003-12-27  Amaury Jacquot <sxpert@esitcom.org>
18797
18798         * ext/ivorbis/vorbis.c:
18799         * ext/ivorbis/vorbisenc.h:
18800         * ext/ivorbis/vorbisfile.c:
18801           Modify so that it uses the new caps things
18802
18803 2003-12-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
18804
18805         * testsuite/spider/spider1.c: (main):
18806         * testsuite/spider/spider2.c: (main):
18807         * testsuite/spider/spider3.c: (main):
18808           Make tests compile again. They probably don't work.
18809
18810 2003-12-24  Colin Walters  <walters@verbum.org>
18811
18812         * sys/oss/gstosssink.c (gst_osssink_sink_fixate): Return NULL if
18813         we can't fixate the caps anymore.
18814
18815 2003-12-23  David Schleef  <ds@schleef.org>
18816
18817         * gst/volume/gstvolume.c: (volume_init): Proxy getcaps.
18818         * sys/oss/gstosssink.c: (gst_osssink_init),
18819         (gst_osssink_sink_fixate): Add fixate function.
18820
18821 2003-12-24  Ronald Bultje  <rbultje@ronald.bitfreak.net>
18822
18823         * ext/ffmpeg/gstffmpegcodecmap.c:
18824         * ext/ffmpeg/gstffmpegcolorspace.c: (gst_ffmpegcsp_getcaps),
18825         (gst_ffmpegcsp_srcconnect_func), (gst_ffmpegcsp_sinkconnect),
18826         (gst_ffmpegcsp_srcconnect), (gst_ffmpegcsp_get_type),
18827         (gst_ffmpegcsp_base_init), (gst_ffmpegcsp_class_init),
18828         (gst_ffmpegcsp_init), (gst_ffmpegcsp_chain),
18829         (gst_ffmpegcsp_change_state), (gst_ffmpegcsp_set_property),
18830         (gst_ffmpegcsp_get_property), (gst_ffmpegcsp_register):
18831           fix typo in RGB masks, and move back to "old" colorspace
18832           capsnego code until whoever wrote this new crap has actually
18833           tested it so that it works.
18834           And yes, this works, keep it that way please.
18835
18836 2003-12-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
18837
18838         * ext/divx/gstdivxdec.c: (gst_divxdec_base_init),
18839         (gst_divxdec_init), (gst_divxdec_negotiate):
18840         * ext/divx/gstdivxdec.h:
18841         * ext/divx/gstdivxenc.c: (gst_divxenc_base_init),
18842         (gst_divxenc_init):
18843         * ext/faac/gstfaac.c: (gst_faac_base_init), (gst_faac_init),
18844         (gst_faac_sinkconnect), (gst_faac_srcconnect):
18845         * ext/mpeg2enc/gstmpeg2enc.cc:
18846         * ext/mpeg2enc/gstmpeg2encoder.cc:
18847         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
18848         * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_base_init),
18849         (dxr3audiosink_init), (dxr3audiosink_pcm_sinklink):
18850         * sys/dxr3/dxr3spusink.c: (dxr3spusink_base_init),
18851         (dxr3spusink_init):
18852         * sys/dxr3/dxr3videosink.c: (dxr3videosink_base_init),
18853         (dxr3videosink_init):
18854           Fix caps breakage after Dave's caps branch merge.
18855
18856 2003-12-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
18857
18858         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
18859           Fix for 24bpp display.
18860
18861 2003-12-23  Colin Walters  <walters@verbum.org>
18862
18863         * ext/gnomevfs/gstgnomevfssink.c: Add ARG_HANDLE property that takes
18864         a GnomeVFSHandle directly.
18865
18866 2003-12-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
18867
18868         * gst/volume/Makefile.am:
18869         * gst/volume/gstvolume.c: (volume_connect), (volume_parse_caps),
18870         (volume_base_init), (volume_init):
18871           Reenable volume element and fix to work with new caps stuff.
18872           Rhythmbox needs this.
18873
18874 2003-12-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
18875
18876         * gst/qtdemux/qtdemux.c: (plugin_init):
18877           qtdemux requires bytestream
18878
18879 2003-12-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
18880
18881         * ext/alsa/gstalsa.c: (gst_alsa_get_caps), (gst_alsa_link):
18882           Fix remaining caps handling errors due to CAPS merge.
18883
18884 2003-12-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
18885
18886         * ext/faad/gstfaad.c: (gst_faad_base_init), (gst_faad_init),
18887         (gst_faad_sinkconnect), (gst_faad_srcgetcaps),
18888         (gst_faad_srcconnect):
18889           Port to new caps system.
18890
18891 2003-12-21  Julien MOUTTE  <julien@moutte.net>
18892
18893         * examples/gstplay/player.c: (got_time_tick), (got_stream_length),
18894         (got_video_size), (main): using g_print instead of g_message.
18895         * gst-libs/gst/play/gstplay.c: (gst_play_pipeline_setup): Fixing EOS
18896         signal which was not emitted because of "switch" element added to the
18897         bin but not connected. (Removing from the bin temporarily)
18898
18899 2003-12-21  Julien MOUTTE  <julien@moutte.net>
18900
18901         * configure.ac: X_DISPLAY_MISSING is set to 1 if AC_PATH_XTRA fails to
18902         find X development files. I don't understand the previous tests and
18903         they fail on my debian/ppc unstable. This one works.
18904         * examples/gstplay/player.c: (main): Set the pipeline to READY before
18905         exiting.
18906         * gst-libs/gst/play/gstplay.c: (gst_play_get_length_callback),
18907         (gst_play_set_video_sink), (gst_play_set_audio_sink),
18908         (gst_play_set_visualization): Add some safety checks in set_ methods
18909         and state_change. This was throwing some ugly CRITICAL messages when
18910         pipeline was getting disposed and casts were failing.
18911
18912 2003-12-21  Ronald Bultje  <rbultje@ronald.bitfreak.net>
18913
18914         * configure.ac:
18915           Improve mpeg2enc detection. This is for distributions that do
18916           ship mjpegtools, but without mpeg2enc. Also does object check
18917           for might there ever be ABI incompatibility.
18918         * ext/mpeg2enc/gstmpeg2enc.cc:
18919           Add Andrew as second maintainer (he's helping me), and also add
18920           an error if no caps was set. This happens if I pull before capsnego
18921           and that's something I should solve sometime else.
18922         * gst/matroska/matroska-demux.c:
18923         (gst_matroska_demux_parse_blockgroup):
18924           Fix time parsing.
18925         * gst/matroska/matroska-mux.c: (gst_matroska_mux_audio_pad_link),
18926         (gst_matroska_mux_track_header):
18927           Add caps to templates.
18928         * gst/mpegaudioparse/gstmpegaudioparse.c: (mp3_sink_factory):
18929           Add mpegversion=1 to prevent confusion with MPEG/AAC.
18930         * gst/mpegstream/gstmpegdemux.c:
18931           Remove layer since it causes warnings about unfixed caps.
18932         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
18933           Fix obvious typo (we error out if caps were set, we should of
18934           course error out if *no* caps were set).
18935         * sys/oss/gstosselement.c: (gst_osselement_convert):
18936           Fix format conversion, we confused bits/bytes.
18937         * sys/oss/gstosselement.h:
18938           Improve documentation for 'bps'.
18939         * sys/v4l/TODO:
18940           Remove stuff about plugins that need removing - this was done
18941           ages ago.
18942         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_init),
18943         (gst_v4lmjpegsrc_src_convert), (gst_v4lmjpegsrc_src_query):
18944         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_init), (gst_v4lsrc_src_convert),
18945         (gst_v4lsrc_src_query):
18946         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_init),
18947         (gst_v4l2src_src_convert), (gst_v4l2src_src_query):
18948           Add get_query_types(), get_formats() and query() functions.
18949
18950 2003-12-21  Thomas Vander Stichele  <thomas at apestaart dot org>
18951
18952         * ChangeLog: moved to gstreamer/docs/random/old/ChangeLog.gst-plugins
18953         * moved CVS to freedesktop.org
18954