gst/playback/: Move connection-speed property from playbin to playbasebin so that...
[platform/upstream/gstreamer.git] / ChangeLog
1 2007-08-07  Wim Taymans  <wim.taymans@gmail.com>
2
3         Patch by: Josep Torre Valles <josep@fluendo.com>
4
5         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
6         (gst_play_base_bin_init), (queue_threshold_reached),
7         (gen_source_element), (setup_substreams),
8         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property),
9         (gst_play_base_bin_get_streaminfo_value_array):
10         * gst/playback/gstplaybasebin.h:
11         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
12         (gst_play_bin_set_property), (gst_play_bin_get_property),
13         (gst_play_bin_handle_redirect_message):
14         Move connection-speed property from playbin to playbasebin so that we
15         can also configure it in source elements that have the connection-speed
16         property. Fixes #464028.
17         Add some debug info here and there.
18
19 2007-08-06  Sebastian Dröge  <slomo@circular-chaos.org>
20
21         * gst/audiotestsrc/gstaudiotestsrc.c: (gst_audio_test_src_query):
22         Properly respond to conversion queries. Fixes #464079.
23
24 2007-08-03  Sebastian Dröge  <slomo@circular-chaos.org>
25
26         * gst/audiotestsrc/gstaudiotestsrc.c: (gst_audio_test_src_init),
27         (gst_audio_test_src_src_fixate), (gst_audio_test_src_setcaps),
28         (gst_audio_test_src_init_sine_table),
29         (gst_audio_test_src_change_wave), (gst_audio_test_src_create):
30         * gst/audiotestsrc/gstaudiotestsrc.h:
31         Add float/double and int32 support to audiotestsrc. Fixes #460422.
32         Also set the default volume to the default value specified in the
33         GParamSpec.
34
35 2007-08-03  Sebastian Dröge  <slomo@circular-chaos.org>
36
37         Patch by: Jens Granseuer <jensgr at gmx dot net>
38
39         * gst/audioconvert/gstaudioquantize.c:
40         Fix C89 incompatibilities and spelling of explanations. Fixes #463215.
41
42 2007-08-03  Wim Taymans  <wim.taymans@gmail.com>
43
44         * gst-libs/gst/rtsp/gstrtsptransport.c: (gst_rtsp_transport_parse):
45         Add rdt manager for rdt transport.
46         Fix parsing of RDT transport.
47
48 2007-08-03  Jan Schmidt  <thaytan@mad.scientist.com>
49
50         * configure.ac:
51         Back to CVS
52
53 === release 0.10.14 ===
54
55 2007-08-03  Jan Schmidt <thaytan@mad.scientist.com>
56
57         * configure.ac:
58           releasing 0.10.14, "Light Years Ahead"
59
60 2007-07-27  Jan Schmidt  <thaytan@mad.scientist.com>
61
62         * tests/check/libs/audio.c: (GST_START_TEST):
63         Fix the test to reflect the behaviour of gst_audio_clip_buffer.
64
65 2007-07-27  Jan Schmidt  <thaytan@mad.scientist.com>
66
67         * gst-libs/gst/audio/audio.c:
68         When clipping a buffer with no timestamp, assume it is
69         within the segment without warnings.
70
71         Fixes: #460978
72
73 2007-07-27  Wim Taymans  <wim.taymans@gmail.com>
74
75         * gst-libs/gst/rtsp/gstrtspextension.c: (gst_rtsp_extension_send):
76         Fire the signal on the object, not the interface.
77
78 2007-07-27  Jan Schmidt  <thaytan@mad.scientist.com>
79
80         * gst-libs/gst/rtsp/.cvsignore:
81         Ber. Don't include the full path, idiot.
82
83 2007-07-27  Jan Schmidt  <thaytan@mad.scientist.com>
84
85         * gst-libs/gst/rtsp/.cvsignore:
86         Ignore generated files.
87
88 2007-07-26  Jan Schmidt  <thaytan@mad.scientist.com>
89
90         * gst-libs/gst/interfaces/Makefile.am:
91         * gst-libs/gst/interfaces/interfaces-marshal.list:
92         * gst-libs/gst/interfaces/rtspextension.c:
93         * gst-libs/gst/interfaces/rtspextension.h:
94         * gst-libs/gst/rtsp/Makefile.am:
95         * gst-libs/gst/rtsp/gstrtsp.h:
96         * gst-libs/gst/rtsp/gstrtspextension.c:
97         (gst_rtsp_extension_get_type), (gst_rtsp_extension_iface_init),
98         (gst_rtsp_extension_detect_server),
99         (gst_rtsp_extension_before_send), (gst_rtsp_extension_after_send),
100         (gst_rtsp_extension_parse_sdp), (gst_rtsp_extension_setup_media),
101         (gst_rtsp_extension_configure_stream),
102         (gst_rtsp_extension_get_transports),
103         (gst_rtsp_extension_stream_select), (gst_rtsp_extension_send):
104         * gst-libs/gst/rtsp/gstrtspextension.h:
105         * gst-libs/gst/rtsp/rtsp-marshal.list:
106         Move the rtspextension.h interface into gstrtspextension.h
107         as part of libgstrtsp instead of libgstinterfaces, because it's
108         only for use within plugins, not applications. 
109         Add stuff to do the enum & marshal generation needed in libgstrtsp now.
110         Use the GST_TYPE_RTSP_RESULT enum type for the return value of the 
111         signal that the GstRTSPExtension interface emits, since G_TYPE_ENUM
112         is abstract.
113
114 2007-07-26  Wim Taymans  <wim.taymans@gmail.com>
115
116         * gst-libs/gst/interfaces/Makefile.am:
117         * gst-libs/gst/interfaces/interfaces-marshal.list:
118         * gst-libs/gst/interfaces/rtspextension.c:
119         (gst_rtsp_extension_iface_init),
120         (gst_rtsp_extension_stream_select), (gst_rtsp_extension_send):
121         * gst-libs/gst/interfaces/rtspextension.h:
122         Fix marshaller for the send signal.
123         Add URL to stream selection interface method.
124
125 2007-07-26  Jan Schmidt  <thaytan@mad.scientist.com>
126
127         * gst-libs/gst/riff/Makefile.am:
128         Pull in our dependencies from -base before those from outside.
129
130 2007-07-26  Wim Taymans  <wim.taymans@gmail.com>
131
132         * docs/libs/gst-plugins-base-libs-sections.txt:
133         * gst-libs/gst/rtsp/gstrtspbase64.c: (gst_rtsp_base64_decode_ip):
134         * gst-libs/gst/rtsp/gstrtspbase64.h:
135         API: gst_rtsp_base64_decode_ip()
136         Added function to decode Base64 in-place.
137
138 2007-07-26  Jan Schmidt  <thaytan@mad.scientist.com>
139
140         * tests/check/libs/.cvsignore:
141         Ignore the mixer test binary.
142
143 2007-07-26  Jan Schmidt  <thaytan@mad.scientist.com>
144
145         * ext/vorbis/vorbisdec.c: (vorbis_dec_push_forward):
146         Gratuitous comment change to trigger a rebuild on the buildbots.
147
148 2007-07-25  Wim Taymans  <wim.taymans@gmail.com>
149
150         * gst-libs/gst/sdp/gstsdpmessage.c: (gst_sdp_media_get_media),
151         (gst_sdp_media_get_port), (gst_sdp_media_get_num_ports),
152         (gst_sdp_media_get_proto), (gst_sdp_media_formats_len),
153         (gst_sdp_media_get_format), (gst_sdp_media_get_information),
154         (gst_sdp_media_connections_len), (gst_sdp_media_get_connection),
155         (gst_sdp_media_bandwidths_len), (gst_sdp_media_get_badwidth),
156         (gst_sdp_media_get_key), (gst_sdp_media_attributes_len),
157         (gst_sdp_media_get_attribute), (gst_sdp_media_get_attribute_val_n),
158         (gst_sdp_media_get_attribute_val):
159         * gst-libs/gst/sdp/gstsdpmessage.h:
160         Constify args where we can.
161
162 2007-07-25  Wim Taymans  <wim.taymans@gmail.com>
163
164         * gst-libs/gst/interfaces/Makefile.am:
165         * gst-libs/gst/interfaces/rtspextension.c:
166         (gst_rtsp_extension_get_type), (gst_rtsp_extension_iface_init),
167         (gst_rtsp_extension_detect_server),
168         (gst_rtsp_extension_before_send), (gst_rtsp_extension_after_send),
169         (gst_rtsp_extension_parse_sdp), (gst_rtsp_extension_setup_media),
170         (gst_rtsp_extension_configure_stream),
171         (gst_rtsp_extension_get_transports),
172         (gst_rtsp_extension_stream_select), (gst_rtsp_extension_send):
173         * gst-libs/gst/interfaces/rtspextension.h:
174         Move interface for RTSP extensions from -good to here.
175         Added helper methods to invoke interface methods.
176
177 2007-07-25  Wim Taymans  <wim.taymans@gmail.com>
178
179         * docs/libs/gst-plugins-base-libs-sections.txt:
180         * gst-libs/gst/rtsp/gstrtspdefs.h:
181         * gst-libs/gst/rtsp/gstrtspmessage.c: (key_value_foreach),
182         (gst_rtsp_message_get_type), (gst_rtsp_message_parse_request),
183         (gst_rtsp_message_init_response),
184         (gst_rtsp_message_parse_response), (gst_rtsp_message_new_data),
185         (gst_rtsp_message_parse_data), (gst_rtsp_message_add_header),
186         (gst_rtsp_message_remove_header), (gst_rtsp_message_get_header),
187         (gst_rtsp_message_append_headers), (gst_rtsp_message_set_body),
188         (gst_rtsp_message_get_body), (dump_key_value):
189         * gst-libs/gst/rtsp/gstrtspmessage.h:
190         * gst-libs/gst/rtsp/gstrtsprange.c: (parse_npt_time),
191         (parse_npt_range), (parse_clock_range), (parse_smpte_range),
192         (gst_rtsp_range_parse):
193         * gst-libs/gst/rtsp/gstrtsprange.h:
194         * gst-libs/gst/rtsp/gstrtsptransport.c:
195         * gst-libs/gst/rtsp/gstrtspurl.c:
196         Fix some more RTSP docs.
197         Add some missing methods for dealing with messages.
198
199 2007-07-24  Wim Taymans  <wim.taymans@gmail.com>
200
201         * docs/libs/gst-plugins-base-libs-docs.sgml:
202         * docs/libs/gst-plugins-base-libs-sections.txt:
203         * gst-libs/gst/rtsp/gstrtspbase64.c: (gst_rtsp_base64_encode):
204         * gst-libs/gst/rtsp/gstrtspbase64.h:
205         * gst-libs/gst/rtsp/gstrtspconnection.c:
206         (gst_rtsp_connection_connect), (add_auth_header),
207         (gst_rtsp_connection_write), (gst_rtsp_connection_send),
208         (read_body), (gst_rtsp_connection_receive),
209         (gst_rtsp_connection_next_timeout),
210         (gst_rtsp_connection_reset_timeout),
211         (gst_rtsp_connection_set_auth):
212         * gst-libs/gst/rtsp/gstrtspconnection.h:
213         * gst-libs/gst/rtsp/gstrtspdefs.c: (rtsp_init_status):
214         * gst-libs/gst/rtsp/gstrtspdefs.h:
215         * gst-libs/gst/rtsp/gstrtspmessage.h:
216         * gst-libs/gst/rtsp/gstrtsprange.c: (parse_npt_time),
217         (parse_npt_range), (parse_clock_range), (parse_smpte_range),
218         (gst_rtsp_range_parse):
219         * gst-libs/gst/rtsp/gstrtspurl.h:
220         Added beginnings of RTSP documentation.
221
222 2007-07-24  Wim Taymans  <wim.taymans@gmail.com>
223
224         * docs/libs/Makefile.am:
225         * docs/libs/gst-plugins-base-libs-docs.sgml:
226         * docs/libs/gst-plugins-base-libs-sections.txt:
227         * gst-libs/gst/sdp/gstsdp.h:
228         * gst-libs/gst/sdp/gstsdpmessage.c: (gst_sdp_message_set_origin),
229         (gst_sdp_message_set_connection), (gst_sdp_message_add_bandwidth),
230         (gst_sdp_message_add_time), (gst_sdp_message_add_zone),
231         (gst_sdp_message_set_key), (gst_sdp_message_get_attribute_val_n),
232         (gst_sdp_message_get_attribute_val),
233         (gst_sdp_message_add_attribute), (gst_sdp_media_new),
234         (gst_sdp_media_init), (gst_sdp_media_uninit), (gst_sdp_media_free),
235         (gst_sdp_media_get_media), (gst_sdp_media_set_media),
236         (gst_sdp_media_get_port), (gst_sdp_media_get_num_ports),
237         (gst_sdp_media_set_port_info), (gst_sdp_media_get_proto),
238         (gst_sdp_media_set_proto), (gst_sdp_media_formats_len),
239         (gst_sdp_media_get_format), (gst_sdp_media_add_format),
240         (gst_sdp_media_get_information), (gst_sdp_media_set_information),
241         (gst_sdp_media_connections_len), (gst_sdp_media_get_connection),
242         (gst_sdp_media_add_connection), (gst_sdp_media_bandwidths_len),
243         (gst_sdp_media_get_badwidth), (gst_sdp_media_add_bandwidth),
244         (gst_sdp_media_set_key), (gst_sdp_media_get_key),
245         (gst_sdp_media_attributes_len), (gst_sdp_media_add_attribute),
246         (gst_sdp_media_get_attribute_val_n),
247         (gst_sdp_media_get_attribute_val), (gst_sdp_message_parse_buffer),
248         (print_media), (gst_sdp_message_dump):
249         * gst-libs/gst/sdp/gstsdpmessage.h:
250         Document the SDP library.
251         Add some of the missing SDPMedia methods.
252
253 2007-07-24  Wim Taymans  <wim.taymans@gmail.com>
254
255         * configure.ac:
256         * gst-libs/gst/Makefile.am:
257         * gst-libs/gst/rtsp/Makefile.am:
258         * gst-libs/gst/rtsp/gstrtspbase64.c: (gst_rtsp_base64_encode):
259         * gst-libs/gst/rtsp/gstrtspbase64.h:
260         * gst-libs/gst/rtsp/gstrtspconnection.c: (inet_aton),
261         (gst_rtsp_connection_create), (gst_rtsp_connection_connect),
262         (add_auth_header), (add_date_header), (gst_rtsp_connection_write),
263         (gst_rtsp_connection_send), (read_line), (read_string), (read_key),
264         (parse_response_status), (parse_request_line), (parse_line),
265         (gst_rtsp_connection_read), (read_body),
266         (gst_rtsp_connection_receive), (gst_rtsp_connection_close),
267         (gst_rtsp_connection_free), (gst_rtsp_connection_next_timeout),
268         (gst_rtsp_connection_reset_timeout), (gst_rtsp_connection_flush),
269         (gst_rtsp_connection_set_auth):
270         * gst-libs/gst/rtsp/gstrtspconnection.h:
271         * gst-libs/gst/rtsp/gstrtspdefs.c: (rtsp_init_status),
272         (gst_rtsp_strresult), (gst_rtsp_method_as_text),
273         (gst_rtsp_version_as_text), (gst_rtsp_header_as_text),
274         (gst_rtsp_status_as_text), (gst_rtsp_find_header_field),
275         (gst_rtsp_find_method):
276         * gst-libs/gst/rtsp/gstrtspdefs.h:
277         * gst-libs/gst/rtsp/gstrtspmessage.c: (key_value_foreach),
278         (gst_rtsp_message_new), (gst_rtsp_message_init),
279         (gst_rtsp_message_new_request), (gst_rtsp_message_init_request),
280         (gst_rtsp_message_new_response), (gst_rtsp_message_init_response),
281         (gst_rtsp_message_init_data), (gst_rtsp_message_unset),
282         (gst_rtsp_message_free), (gst_rtsp_message_add_header),
283         (gst_rtsp_message_remove_header), (gst_rtsp_message_get_header),
284         (gst_rtsp_message_append_headers), (gst_rtsp_message_set_body),
285         (gst_rtsp_message_take_body), (gst_rtsp_message_get_body),
286         (gst_rtsp_message_steal_body), (dump_mem), (dump_key_value),
287         (gst_rtsp_message_dump):
288         * gst-libs/gst/rtsp/gstrtspmessage.h:
289         * gst-libs/gst/rtsp/gstrtsprange.c: (parse_npt_time),
290         (parse_npt_range), (parse_clock_range), (parse_smpte_range),
291         (gst_rtsp_range_parse), (gst_rtsp_range_free):
292         * gst-libs/gst/rtsp/gstrtsprange.h:
293         * gst-libs/gst/rtsp/gstrtsptransport.c: (gst_rtsp_transport_new),
294         (gst_rtsp_transport_init), (gst_rtsp_transport_get_mime),
295         (gst_rtsp_transport_get_manager), (parse_mode), (parse_range),
296         (range_as_text), (rtsp_transport_mode_as_text),
297         (rtsp_transport_profile_as_text), (rtsp_transport_ltrans_as_text),
298         (gst_rtsp_transport_parse), (gst_rtsp_transport_as_text),
299         (gst_rtsp_transport_free):
300         * gst-libs/gst/rtsp/gstrtsptransport.h:
301         * gst-libs/gst/rtsp/gstrtspurl.c: (gst_rtsp_url_parse),
302         (gst_rtsp_url_free), (gst_rtsp_url_set_port),
303         (gst_rtsp_url_get_port), (gst_rtsp_url_get_request_uri):
304         * gst-libs/gst/rtsp/gstrtspurl.h:
305         * gst-libs/gst/sdp/Makefile.am:
306         * gst-libs/gst/sdp/gstsdp.h:
307         * gst-libs/gst/sdp/gstsdpmessage.c: (gst_sdp_origin_init),
308         (gst_sdp_connection_init), (gst_sdp_bandwidth_init),
309         (gst_sdp_time_init), (gst_sdp_zone_init), (gst_sdp_key_init),
310         (gst_sdp_attribute_init), (gst_sdp_message_new),
311         (gst_sdp_message_init), (gst_sdp_message_uninit),
312         (gst_sdp_message_free), (gst_sdp_media_new), (gst_sdp_media_init),
313         (gst_sdp_media_uninit), (gst_sdp_media_free),
314         (gst_sdp_message_set_origin), (gst_sdp_message_get_origin),
315         (gst_sdp_message_set_connection), (gst_sdp_message_get_connection),
316         (gst_sdp_message_add_bandwidth), (gst_sdp_message_add_time),
317         (gst_sdp_message_add_zone), (gst_sdp_message_set_key),
318         (gst_sdp_message_get_key), (gst_sdp_message_get_attribute_val_n),
319         (gst_sdp_message_get_attribute_val),
320         (gst_sdp_message_add_attribute), (gst_sdp_message_add_media),
321         (gst_sdp_media_add_attribute), (gst_sdp_media_add_bandwidth),
322         (gst_sdp_media_add_format), (gst_sdp_media_get_attribute),
323         (gst_sdp_media_get_attribute_val_n),
324         (gst_sdp_media_get_attribute_val), (gst_sdp_media_get_format),
325         (read_string), (read_string_del), (gst_sdp_parse_line),
326         (gst_sdp_message_parse_buffer), (print_media),
327         (gst_sdp_message_dump):
328         * gst-libs/gst/sdp/gstsdpmessage.h:
329         * pkgconfig/gstreamer-plugins-base-uninstalled.pc.in:
330         Move SDP and RTSP from helper objects in -good to a reusable library.
331         Use a proper gst_ namespace.
332
333 2007-07-23  Sebastian Dröge  <slomo@circular-chaos.org>
334
335         * ext/vorbis/vorbisdec.c: (vorbis_dec_push_forward),
336         (vorbis_dec_flush_decode):
337         Use the new buffer clipping function from gstaudio here.
338
339 2007-07-23  Sebastian Dröge  <slomo@circular-chaos.org>
340
341         * docs/libs/gst-plugins-base-libs-sections.txt:
342         * gst-libs/gst/audio/audio.c: (gst_audio_buffer_clip):
343         * gst-libs/gst/audio/audio.h:
344         * tests/check/libs/audio.c: (GST_START_TEST), (audio_suite):
345         API: Add buffer clipping function for raw audio buffers. Fixes #456656.
346         Also add deprecation guards for gst_audio_structure_set_int() to the
347         header.
348
349 2007-07-23  Stefan Kost  <ensonic@users.sf.net>
350
351         * docs/libs/gst-plugins-base-libs-sections.txt:
352           Cleanup the docs.
353
354 2007-07-23  Wim Taymans  <wim.taymans@gmail.com>
355
356         Patch by: Dan Williams <dcbw at redhat dot com>
357
358         * gst/playback/gstplaybasebin.c:
359         (gst_play_base_bin_get_streaminfo_value_array):
360         Don't return NULL when querying the stream info value array but instead
361         return an empty array. Fixes #459204.
362
363 2007-07-23  Tim-Philipp Müller  <tim at centricular dot net>
364
365         * gst/playback/gsturidecodebin.c:
366           Init debug category before using it.
367
368 2007-07-21  Jan Schmidt  <thaytan@noraisin.net>
369
370         * gst-libs/gst/interfaces/mixer.h:
371         Add padding vars in place of the signal pointers
372         when building with DISABLE_DEPRECATED so that the
373         interface structure doesn't change size.
374
375 2007-07-20  Jan Schmidt  <thaytan@noraisin.net>
376
377         * docs/libs/gst-plugins-base-libs-sections.txt:
378         * ext/alsa/gstalsamixer.c:
379         * ext/alsa/gstalsamixer.h:
380         * ext/alsa/gstalsamixerelement.c:
381         * ext/alsa/gstalsamixertrack.c:
382         * gst-libs/gst/interfaces/mixer.c:
383         * gst-libs/gst/interfaces/mixer.h:
384         * gst-libs/gst/interfaces/mixeroptions.c:
385         * gst-libs/gst/interfaces/mixeroptions.h:
386         * gst-libs/gst/interfaces/mixertrack.c:
387         * gst-libs/gst/interfaces/mixertrack.h:
388         * tests/check/Makefile.am:
389         * tests/check/libs/mixer.c:
390
391         Patch By: Marc-Andre Lureau <marcandre.lureau@gmail.com>
392         Fixes: #152864 
393
394         Add support for notifying mixer changes on the message bus, and
395         implement it in alsamixer.
396
397         API: gst_mixer_get_mixer_flags
398         API: gst_mixer_message_parse_mute_toggled
399         API: gst_mixer_message_parse_record_toggled
400         API: gst_mixer_message_parse_volume_changed
401         API: gst_mixer_message_parse_option_changed
402         API: GstMixerMessageType
403         API: GstMixerFlags
404
405 2007-07-20  Michael Smith <msmith@fluendo.com>
406
407         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
408         (gst_xvimagesink_get_xv_support), (gst_xvimagesink_setcaps):
409           xcontext->im_format is only for testing XShm support (as the header
410           file comments document). Use xvimage->im_format for everything else.
411           Avoids spurious warnings on buffer allocation before setcaps.
412
413 2007-07-20  Stefan Kost  <ensonic@users.sf.net>
414
415         * tests/examples/volume/Makefile.am:
416         * tests/icles/Makefile.am:
417           We should use $(LIBM).
418
419 2007-07-20  Stefan Kost  <ensonic@users.sf.net>
420
421         * tests/icles/Makefile.am:
422           This needs -lm.
423
424 2007-07-16  Wim Taymans  <wim.taymans@gmail.com>
425
426         * gst-libs/gst/rtp/gstbasertppayload.c:
427         (gst_basertppayload_class_init), (gst_basertppayload_init),
428         (gst_basertppayload_set_property),
429         (gst_basertppayload_get_property):
430         Don't break ABI, restore previous ranges. Keep the default random
431         selection of timestamp and seqnum offset but as soon as the app sets a
432         specific value, use that one.
433
434 2007-07-14  Wim Taymans  <wim.taymans@gmail.com>
435
436         Patch by: Bastien Nocera <hadess at hadess dot net>
437
438         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
439         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
440         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
441         * sys/xvimage/xvimagesink.h:
442         Add option to turn off double-buffering for debugging purposes.
443         Fixes #437169.
444
445 2007-07-14  Wim Taymans  <wim.taymans@gmail.com>
446
447         Patch by: Jorn Baayen <jorn at openedhand dot com>
448
449         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents),
450         (gst_ximagesink_set_property), (gst_ximagesink_get_property),
451         (gst_ximagesink_init), (gst_ximagesink_class_init):
452         * sys/ximage/ximagesink.h:
453         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents),
454         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
455         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
456         * sys/xvimage/xvimagesink.h:
457         add 'handle-expose' property. Useful for video widgets which may want to
458         be in control of Expose behaviour. Fixes #380625
459
460 2007-07-14  Wim Taymans  <wim.taymans@gmail.com>
461
462         * gst-libs/gst/rtp/gstbasertppayload.c:
463         (gst_basertppayload_class_init), (gst_basertppayload_init),
464         (gst_basertppayload_event), (gst_basertppayload_push),
465         (gst_basertppayload_set_property),
466         (gst_basertppayload_get_property),
467         (gst_basertppayload_change_state):
468         * gst-libs/gst/rtp/gstbasertppayload.h:
469         Fix ranges of rtp payloader properties so that the full range can be
470         used in addition to -1 (random).
471         Fix wrong seqnum reporting in caps.
472         Fixes #420326.
473
474 2007-07-13  Wim Taymans  <wim.taymans@gmail.com>
475
476         * gst/videorate/gstvideorate.c: (gst_video_rate_init),
477         (gst_video_rate_query):
478         Use boilerplate.
479         Add latency query, might not be perfect yet but already works a lot
480         better. Fixes #442557.
481
482 2007-07-13  Jan Schmidt  <thaytan@mad.scientist.com>
483
484         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put),
485         (gst_xvimagesink_setcaps):
486         * sys/xvimage/xvimagesink.h:
487         After a caps change, redraw our borders to avoid garbage left there
488         when the image format changes to a smaller size, like 16:9 -> 4:3
489         Also, hold the flow_lock a bit longer in the set_caps while we're
490         fiddling with the xcontext.
491
492 2007-07-13  Jan Schmidt  <thaytan@mad.scientist.com>
493
494         * Makefile.am:
495         * configure.ac:
496         * tests/Makefile.am:
497         Remove bogus check for libcheck, since we check for
498         gstreamer-check and it pulls in the required info from there, and we
499         weren't actually _using_ the information for libcheck ourselves
500         anyway.
501
502 2007-07-13  Jan Schmidt  <thaytan@mad.scientist.com>
503
504         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
505         (gst_ffmpeg_caps_to_pixfmt):
506         Fix the r_mask test for RGBA32 on little-endian.
507         Fix a stupid typo that would have obviously broken 
508         compilation on big-endian, if anyone was testing.
509
510 2007-07-12  Wim Taymans  <wim.taymans@gmail.com>
511
512         * gst/videotestsrc/videotestsrc.c: (paint_hline_AYUV),
513         (paint_hline_str4):
514         * gst/videotestsrc/videotestsrc.h:
515         Add alpha to the color struct.
516         Use a default alpha value of 255 instead of 128.
517
518 2007-07-12  Wim Taymans  <wim.taymans@gmail.com>
519
520         * gst/playback/gstplaybasebin.c: (no_more_pads_full),
521         (setup_source):
522         Clear the dynamic pads counter when starting a new uri. This makes
523         reusing playbin work again.
524         Fixes #454264.
525
526 2007-07-12  Stefan Kost  <ensonic@users.sf.net>
527
528         * configure.ac:
529           Use pkg-config to locate check.
530
531 2007-07-12  Tim-Philipp Müller  <tim at centricular dot net>
532
533         * configure.ac:
534         * tests/check/elements/volume.c: (GST_START_TEST):
535           Fix 'make check' build against core CVS.
536
537 2007-07-10  Stefan Kost  <ensonic@users.sf.net>
538
539         * gst-libs/gst/interfaces/propertyprobe.c:
540         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
541         * gst-libs/gst/tag/gstvorbistag.c:
542           Make gtk-doc happy.
543
544 2007-07-08  Tim-Philipp Müller  <tim at centricular dot net>
545
546         * gst-libs/gst/audio/gstbaseaudiosink.c:
547         (gst_base_audio_sink_callback):
548           Quick hack to make audiosinks stop at EOS when operating in
549           pull-mode; needs to be fixed properly some day.
550
551 2007-07-06  Stefan Kost  <ensonic@users.sf.net>
552
553         * docs/libs/gst-plugins-base-libs-sections.txt:
554           Fix location of includes in the docs.
555
556 2007-07-06  Jan Schmidt  <thaytan@mad.scientist.com>
557
558         * gst/ffmpegcolorspace/avcodec.h:
559         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
560         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
561         (gst_ffmpegcsp_avpicture_fill):
562         * gst/ffmpegcolorspace/imgconvert.c: (img_convert),
563         (img_get_alpha_info):
564         Add 2 new pixel formats - ABGR32 and ARGB32, which are reflections
565         of the existing BGRA32 and RGBA32 formats with the alpha at the other
566         end of the word. Partially fixes #451908
567
568 2007-07-05  Stefan Kost  <ensonic@users.sf.net>
569
570         * docs/libs/Makefile.am:
571         * docs/plugins/Makefile.am:
572           Simplify --extra-dir as gtkdoc scans recursively.
573
574 2007-07-03  Wim Taymans  <wim.taymans@gmail.com>
575
576         * gst/adder/gstadder.c: (gst_adder_sink_getcaps),
577         (gst_adder_request_new_pad):
578         Make getcaps more robust by not using the proxycaps function. This makes
579         sure that we don't end up recursively calling getcaps upstream.
580         See #316248.
581
582 2007-06-29  Wim Taymans  <wim.taymans@gmail.com>
583
584         * gst/audioconvert/audioconvert.c:
585         Include math.h to fix compilation.
586
587 2007-06-29  Jan Schmidt  <thaytan@mad.scientist.com>
588
589         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
590         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt):
591         Add a mapping for YUV format "IYU1", which is a 4:1:1 packed pixel
592         format, as produced by some dc1394 cameras like the iSight.
593         See http://www.fourcc.org/yuv.php#IYU1
594
595 2007-06-28  Sebastian Dröge  <slomo@circular-chaos.org>
596
597         * gst/audioconvert/Makefile.am:
598         * gst/audioconvert/audioconvert.c: (audio_convert_get_func_index),
599         (check_default), (audio_convert_prepare_context),
600         (audio_convert_clean_context), (audio_convert_convert):
601         * gst/audioconvert/audioconvert.h:
602         * gst/audioconvert/gstaudioconvert.c:
603         (gst_audio_convert_dithering_get_type),
604         (gst_audio_convert_ns_get_type), (gst_audio_convert_class_init),
605         (gst_audio_convert_init), (gst_audio_convert_set_caps),
606         (gst_audio_convert_set_property), (gst_audio_convert_get_property):
607         * gst/audioconvert/gstaudioconvert.h:
608         * gst/audioconvert/gstaudioquantize.c:
609         (gst_audio_quantize_setup_noise_shaping),
610         (gst_audio_quantize_free_noise_shaping),
611         (gst_audio_quantize_setup_dither),
612         (gst_audio_quantize_free_dither),
613         (gst_audio_quantize_setup_quantize_func),
614         (gst_audio_quantize_setup), (gst_audio_quantize_free):
615         * gst/audioconvert/gstaudioquantize.h:
616         Implement dithering and noise shaping in audioconvert. By default now
617         TPDF dithering (and no noise shaping) will be used when converting
618         from a higher bit depth to 20 bit depth or smaller, otherwise
619         everything will be as it is now.
620         For the last audioconvert in a pipeline it would make sense to
621         use some kind of noise shaping, enabling it by default for all
622         conversions would give undesired results though. Fixes #360246.
623         * tests/check/elements/audioconvert.c: (setup_audioconvert),
624         (GST_START_TEST):
625         Adjust unit test for the new audioconvert.
626
627 2007-06-28  Wim Taymans  <wim@fluendo.com>
628
629         * gst/playback/gstqueue2.c: (apply_segment), (update_buffering):
630         Use other metrics as well when estimating the buffer level.
631
632 2007-06-28  Wim Taymans  <wim@fluendo.com>
633
634         * gst/playback/gstplaybasebin.c: (make_decoder), (setup_source):
635         Small debug improvement.
636
637         * gst/playback/gstqueue2.c: (apply_segment), (update_buffering),
638         (plugin_init):
639         Tweak the rate estimation period.
640         When calculating the buffer filledness in rate estimation mode, don't
641         mix it with other metrics.
642
643 2007-06-28  Wim Taymans  <wim@fluendo.com>
644
645         * gst/playback/gstdecodebin2.c: (gst_decode_group_new),
646         (gst_decode_group_expose), (gst_decode_group_free), (add_fakesink):
647         When creating the groups, allow for a 5 second, unlimited buffers
648         preroll phase after which we expose the group.
649         When the group is exposed, use a small number of buffers up to a 2
650         second limit. Also disconnect the overrun signal from multiqueue when we
651         exposed the group because it is not needed anymore.
652
653 2007-06-27  Tim-Philipp Müller  <tim at centricular dot net>
654
655         * gst-libs/gst/tag/tags.c: (gst_tag_freeform_string_to_utf8):
656           Don't pass trailing zeroes in fixed-size string arrays in ID3v1 tags
657           to utf8-validate; fixes recognition of ID3v1 tags in UTF-8 encoding
658           (#451707); also, output some debugging info when dealing with
659           freeform strings.
660
661         * tests/check/libs/tag.c: (GST_START_TEST), (tag_suite):
662           Add unit test for the above.
663
664 2007-06-27  Tim-Philipp Müller  <tim at centricular dot net>
665
666         * gst-libs/gst/pbutils/descriptions.c: (caps_are_rtp_caps):
667           Add description for Windows Media RTP caps.
668
669         * gst-libs/gst/pbutils/missing-plugins.c: (copy_and_clean_caps):
670           Remove RTP fields that don't define the format from caps.
671
672 2007-06-27  Tim-Philipp Müller  <tim at centricular dot net>
673
674         * ext/vorbis/vorbisdec.c: (vorbis_dec_decode_buffer):
675           Skip empty buffers, but not empty header buffers. That way the original
676           vorbisdec unit test still passes (#451145); also, take into account
677           that those empty packets might carry a granulepos.
678
679         * tests/check/Makefile.am:
680         * tests/check/elements/vorbisdec.c:
681         (_create_codebook_header_buffer), (_create_audio_buffer),
682         (GST_START_TEST), (vorbisdec_suite):
683           Add unit test that sends an empty packet.
684
685 2007-06-27  Wim Taymans  <wim@fluendo.com>
686
687         * ext/vorbis/vorbisdec.c: (vorbis_dec_decode_buffer):
688         Don't error out on 0-sized packets, just emit a warning because this is
689         not a fatal error. Fixes #451145.
690
691 2007-06-25  Stefan Kost  <ensonic@users.sf.net>
692
693         * docs/plugins/gst-plugins-base-plugins.args:
694         * docs/plugins/gst-plugins-base-plugins.signals:
695         * docs/plugins/inspect/plugin-adder.xml:
696         * docs/plugins/inspect/plugin-alsa.xml:
697         * docs/plugins/inspect/plugin-audioconvert.xml:
698         * docs/plugins/inspect/plugin-audiorate.xml:
699         * docs/plugins/inspect/plugin-audioresample.xml:
700         * docs/plugins/inspect/plugin-audiotestsrc.xml:
701         * docs/plugins/inspect/plugin-cdparanoia.xml:
702         * docs/plugins/inspect/plugin-decodebin.xml:
703         * docs/plugins/inspect/plugin-decodebin2.xml:
704         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
705         * docs/plugins/inspect/plugin-gdp.xml:
706         * docs/plugins/inspect/plugin-gnomevfs.xml:
707         * docs/plugins/inspect/plugin-libvisual.xml:
708         * docs/plugins/inspect/plugin-ogg.xml:
709         * docs/plugins/inspect/plugin-pango.xml:
710         * docs/plugins/inspect/plugin-playbin.xml:
711         * docs/plugins/inspect/plugin-subparse.xml:
712         * docs/plugins/inspect/plugin-tcp.xml:
713         * docs/plugins/inspect/plugin-theora.xml:
714         * docs/plugins/inspect/plugin-typefindfunctions.xml:
715         * docs/plugins/inspect/plugin-video4linux.xml:
716         * docs/plugins/inspect/plugin-videorate.xml:
717         * docs/plugins/inspect/plugin-videoscale.xml:
718         * docs/plugins/inspect/plugin-videotestsrc.xml:
719         * docs/plugins/inspect/plugin-volume.xml:
720         * docs/plugins/inspect/plugin-vorbis.xml:
721         * docs/plugins/inspect/plugin-ximagesink.xml:
722         * docs/plugins/inspect/plugin-xvimagesink.xml:
723           Update docs with caps info.
724
725 2007-06-25  Tim-Philipp Müller  <tim at centricular dot net>
726
727         * po/POTFILES.in:
728           Add more files with translatable strings (#450875).
729
730 2007-06-23  Edward Hervey  <edward@fluendo.com>
731
732         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_find_chains):
733         The chain should be freed if we error out here, else it will leak.
734         * gst/playback/gstdecodebin.c: (disconnect_unlinked_signals),
735         (cleanup_decodebin):
736         Don't forget to *properly* remove the signals, else it will leak.
737
738 2007-06-22  Jan Schmidt  <thaytan@noraisin.net>
739
740         * MAINTAINERS:
741         Updating all the maintainers files
742
743 2007-06-21  Stefan Kost  <ensonic@users.sf.net>
744
745         * tests/examples/seek/seek.c: (update_scale), (play_cb), (stop_cb),
746         (main):
747           Destroy and recreate parse-launch based pipeline after stop to be able
748           to play again. Reorder some code and add more comments.
749
750 2007-06-20  Jan Schmidt  <thaytan@mad.scientist.com>
751
752         * gst/playback/gstdecodebin2.c: (analyze_new_pad):
753         When handling a delayed-caps notification case, mark
754         the group as dynamic so that the nbdynamic count is
755         incremented and decremented correctly. Fixes: #449156
756         Patch by: Wim Taymans <wim@fluendo.com>
757
758 2007-06-19  Andy Wingo  <wingo@pobox.com>
759
760         * gst-libs/gst/audio/gstbaseaudiosink.c
761         (gst_base_audio_sink_init): Enable pull-mode operation.
762
763 2007-06-19  Michael Smith <msmith@fluendo.com>
764
765         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
766           Change minimum rate back to 1000 to allow low-sample-rate wav files
767           to play back.
768
769 2007-06-17  Thomas Vander Stichele  <thomas at apestaart dot org>
770
771         * po/vi.po:
772           Update translations.
773
774 2007-06-15  David Schleef  <ds@schleef.org>
775
776         * gst/playback/gstqueue2.c:
777           Fix compile error from ignored return value.
778
779 2007-06-15  Michael Smith <msmith@fluendo.com>
780
781         * gst/videoscale/vs_4tap.c: (vs_image_scale_4tap_Y):
782           Update tmpbuf for all neccesary rows, not just one, as is required
783           when downscaling.
784           Fixes #402076.
785
786 2007-06-15  Michael Smith <msmith@fluendo.com>
787
788         * tests/check/pipelines/oggmux.c: (validate_ogg_page), (is_video),
789         (eos_buffer_probe):
790           Add a test that ensures we set DELTA_UNIT on all non-header,
791           non-video buffers, if we have a video stream.
792         * ext/ogg/gstoggmux.c: (gst_ogg_mux_queue_pads),
793         (gst_ogg_mux_process_best_pad):
794           Move setting delta_pad to earlier, where we inspect all pads, so
795           that leading audio pages don't get DELTA_UNIT unset if they come
796           before the first DELTA_UNIT from video pages. Fixes the newly-added
797           test. Fixes #385527.
798
799 2007-06-14  Tim-Philipp Müller  <tim at centricular dot net>
800
801         * tests/check/pipelines/streamheader.c: (streamheader_suite):
802           Disable test_multifdsink_gdp_vorbisenc() on ppc64 since it
803           fails on the p5-ppc64 build bot and the failure looks like it is due
804           to the same issue as #348114, ie. a compiler bug.
805
806 2007-06-13  Edward Hervey  <edward@fluendo.com>
807
808         * gst/playback/gstqueue2.c: (gst_queue_create_read):
809         Fix build on MacOSX.
810
811 2007-06-13  Wim Taymans  <wim@fluendo.com>
812
813         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
814         (gst_ogg_demux_perform_seek), (gst_ogg_demux_read_chain):
815         Fix compilation on mingw. Fixes #446972.
816
817 2007-06-12  Wim Taymans  <wim@fluendo.com>
818
819         Patches by: Thiago Sousa Santos <thiagossantos at gmail dot com>
820
821         * gst/playback/gstqueue2.c: (update_buffering),
822         (gst_queue_locked_enqueue):
823         Fix a division by zero when the max percent is <= 0. Fixes #446572.
824         also update the buffering status when receiving events. Fixes #446551.
825
826 2007-06-11  Wim Taymans  <wim@fluendo.com>
827
828         Based on patch by: Thiago Sousa Santos <thiagossantos at gmail dot com>
829
830         * gst/playback/gstqueue2.c: (gst_queue_peer_query),
831         (gst_queue_handle_src_query):
832         Wait for preroll before attempting to forward a duration query upstream.
833         Fixes #445505.
834
835 2007-06-07  Sebastien Moutte  <sebastien@moutte.net>
836
837         * gst-libs/gst/rtp/gstbasertpdepayload.c: 
838         (gst_base_rtp_depayload_set_gst_timestamp):
839         Use G_GINT64_CONSTANT macro for int64 constant.
840         * win32/common/libgstinterfaces.def:
841         * win32/common/libgsttag.def:
842         Add new exported functions.
843
844 2007-06-07  Tim-Philipp Müller  <tim at centricular dot net>
845
846         * ext/ogg/gstoggmux.c: (gst_ogg_mux_send_headers):
847           The BOS page of the first Dirac video stream needs to come before
848           the BOS page of any Vorbis streams or other audio streams, just like
849           it is with Theora.
850
851 2007-06-07  Wim Taymans  <wim@fluendo.com>
852
853         * gst/playback/gstqueue2.c: (gst_queue_get_range):
854         Fix compilation.
855
856 2007-06-06  Wim Taymans  <wim@fluendo.com>
857
858         Patch by: Thiago Sousa Santos <thiagossantos at gmail dot com>
859
860         * gst/playback/gstqueue2.c: (gst_queue_init),
861         (gst_queue_handle_sink_event), (gst_queue_chain),
862         (gst_queue_get_range), (gst_queue_src_checkgetrange_function),
863         (gst_queue_sink_activate_push), (gst_queue_src_activate_push),
864         (gst_queue_src_activate_pull):
865         Add pull based scheduling and fix some deadlocks. Fixes #444523.
866         Does not yet completely work because duration queries upstream won't
867         block yet.
868
869 2007-06-06  Wim Taymans  <wim@fluendo.com>
870
871         * configure.ac:
872         * gst/playback/gstqueue2.c: (gst_queue_create_read):
873         Some more fseeko checks.
874
875 2007-06-06  Wim Taymans  <wim@fluendo.com>
876
877         * configure.ac:
878         check for large file support.
879
880 2007-06-05  Sebastian Dröge  <slomo@circular-chaos.org>
881
882         Based on a patch by Sven Arvidsson <sa at whiz dot se>:
883
884         * gst/subparse/gstsubparse.c: (parse_subrip),
885         (subviewer_unescape_newlines), (parse_subviewer),
886         (gst_sub_parse_data_format_autodetect),
887         (gst_sub_parse_format_autodetect), (gst_subparse_type_find):
888         * gst/subparse/gstsubparse.h:
889         Add support for SubViewer version 1 and 2 subtitles. Fixes #394061.
890         * tests/check/elements/subparse.c: (GST_START_TEST),
891         (subparse_suite):
892         Add a unit test for both SubViewer formats.
893
894 2007-06-01  Michael Smith <msmith@fluendo.com>
895
896         * gst/audiotestsrc/gstaudiotestsrc.c: (gst_audio_test_src_do_seek):
897           Don't overflow intermediate values when seeking to large time values
898           in audiotestsrc.
899
900 2007-06-05  Wim Taymans  <wim@fluendo.com>
901
902         * gst/playback/gstqueue2.c: (gst_queue_have_data),
903         (gst_queue_create_read), (gst_queue_read_item_from_file),
904         (gst_queue_open_temp_location_file), (gst_queue_locked_enqueue):
905         Include stdio to define fseeko.
906
907 2007-06-05  Wim Taymans  <wim@fluendo.com>
908
909         Patch by: Edward Hervey  <edward@fluendo.com>
910
911         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_init), (gst_v4lsrc_fixate),
912         (gst_v4lsrc_query):
913         Make v4lsrc output segments in GST_FORMAT_TIME. Fixes #442553.
914
915 2007-06-05  Tim-Philipp Müller  <tim at centricular dot net>
916
917         * gst-libs/gst/riff/Makefile.am:
918         * gst-libs/gst/riff/riff-read.c: (gst_riff_parse_info):
919           Use gst_tag_utf8_from_freeform_string() from libgsttag instead of
920           our own implementation.
921
922 2007-06-05  Wim Taymans  <wim@fluendo.com>
923
924         * gst-libs/gst/rtp/gstbasertpdepayload.c:
925         (gst_base_rtp_depayload_setcaps),
926         (gst_base_rtp_depayload_set_gst_timestamp),
927         (gst_base_rtp_depayload_change_state):
928         Handle timestamp wraparound.
929
930 2007-06-05  Wim Taymans  <wim@fluendo.com>
931
932         * gst/playback/gsturidecodebin.c: (no_more_pads_full),
933         (new_decoded_pad), (remove_pads), (make_decoder), (setup_source),
934         (gst_uri_decode_bin_change_state):
935         Make sure we name srcpads uniquely even when using different internal
936         decodebins.
937         Signal no-more-pads when no more dynamic elements exist.
938         Remove pads on cleanup.
939
940 2007-06-05  Wim Taymans  <wim@fluendo.com>
941
942         Based on patch by: Thiago Sousa Santos <thiagossantos at gmail dot com>
943
944         * gst/playback/gstqueue2.c: (gst_queue_class_init),
945         (gst_queue_init), (gst_queue_finalize),
946         (gst_queue_write_buffer_to_file), (gst_queue_have_data),
947         (gst_queue_create_read), (gst_queue_read_item_from_file),
948         (gst_queue_open_temp_location_file),
949         (gst_queue_close_temp_location_file), (gst_queue_locked_flush),
950         (gst_queue_locked_enqueue), (gst_queue_locked_dequeue),
951         (gst_queue_is_empty), (gst_queue_is_filled),
952         (gst_queue_change_state), (gst_queue_set_temp_location),
953         (gst_queue_set_property):
954         Add support for filebased buffering. Fixes #441264.
955
956 2007-06-05  Wim Taymans  <wim@fluendo.com>
957
958         * gst/playback/gstdecodebin2.c: (gst_decode_bin_factory_filter),
959         (analyze_new_pad), (connect_pad), (expose_pad), (caps_notify_cb),
960         (caps_notify_group_cb), (gst_decode_group_new),
961         (gst_decode_group_free):
962         Add support for delayed caps fixation when autoplugging.
963         Optimize cases where a multiqueue is not needed/wanted, like right after
964         anything that is not a demuxer.
965
966 2007-06-05  Wim Taymans  <wim@fluendo.com>
967
968         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_parse_skeleton_fisbone),
969         (gst_ogg_pad_submit_packet), (gst_ogg_demux_perform_seek),
970         (gst_ogg_demux_read_chain), (gst_ogg_demux_collect_chain_info):
971         consideratly speedup ogg chain detection by not trying to find a base
972         timestamp for skeleton streams. 
973
974 2007-06-05  Wim Taymans  <wim@fluendo.com>
975
976         * gst/tcp/gstmultifdsink.c: (gst_client_status_get_type),
977         (gst_multi_fd_sink_class_init), (gst_multi_fd_sink_add_full),
978         (gst_multi_fd_sink_remove_flush),
979         (gst_multi_fd_sink_remove_client_link),
980         (gst_multi_fd_sink_handle_client_write),
981         (gst_multi_fd_sink_handle_clients):
982         * gst/tcp/gstmultifdsink.h:
983         Add support for remove_flush.
984
985 2007-06-05  Wim Taymans  <wim@fluendo.com>
986
987         * docs/design/draft-keyframe-force.txt:
988         * ext/theora/theoraenc.c: (theora_enc_sink_event),
989         (theora_enc_chain):
990         Add draft design for forcing keyframes in encoders and implement in
991         theoraenc.
992
993 2007-06-05  Jan Schmidt  <thaytan@mad.scientist.com>
994
995         * configure.ac:
996           Back to CVS
997
998 === release 0.10.13 ===
999
1000 2007-06-05  Jan Schmidt <thaytan@mad.scientist.com>
1001
1002         * configure.ac:
1003           releasing 0.10.13, "What's Going on?"
1004
1005 2007-05-31  Jan Schmidt  <thaytan@mad.scientist.com>
1006
1007         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
1008         In riff, the depth is stored in the size field but it just means that
1009         the least significant bits are cleared. We can therefore just play
1010         the sample as if it had a depth == width. Fixes: #440997
1011
1012         Patch by: Wim Taymans <wim@fluendo.com> 
1013         Patch by: Sebastian Dröge  <slomo@circular-chaos.org>
1014
1015 2007-05-31  Jan Schmidt  <thaytan@mad.scientist.com>
1016
1017         * gst-libs/gst/floatcast/floatcast.h:
1018         Define inline when needed on win32 builds. Fixes: #441295
1019         Patch by: Sebastien Moutte  <sebastien@moutte.net>
1020
1021 2007-05-29  Wim Taymans  <wim@fluendo.com>
1022
1023         * gst/playback/gstplaybasebin.c: (queue_overrun),
1024         (no_more_pads_full):
1025         Stop buffering when the group is commited because the queues filled up.
1026         Fixes #442024.
1027
1028 2007-05-25  Jan Schmidt  <thaytan@mad.scientist.com>
1029
1030         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_ensure_track_list),
1031         (gst_alsa_mixer_free), (gst_alsa_mixer_update),
1032         (gst_alsa_mixer_get_volume), (gst_alsa_mixer_set_volume),
1033         (gst_alsa_mixer_set_mute), (gst_alsa_mixer_set_record),
1034         (gst_alsa_mixer_set_option), (gst_alsa_mixer_get_option):
1035         * ext/alsa/gstalsamixer.h:
1036         * ext/alsa/gstalsamixerelement.c:
1037         (gst_alsa_mixer_element_interface_supported),
1038         (gst_alsa_mixer_element_finalize), (gst_alsa_mixer_element_init),
1039         (gst_alsa_mixer_element_set_property),
1040         (gst_alsa_mixer_element_get_property),
1041         (gst_alsa_mixer_element_change_state):
1042         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_update):
1043         * gst-libs/gst/interfaces/mixer.c: (gst_mixer_volume_changed),
1044         (gst_mixer_option_changed):
1045         * gst-libs/gst/interfaces/mixer.h:
1046         Revert commits towards #152864 made so far. We'll pick it up again
1047         after the 0.10.13 release.
1048
1049 2007-05-24  Wim Taymans  <wim@fluendo.com>
1050
1051         * gst-libs/gst/audio/gstbaseaudiosink.c:
1052         (gst_base_audio_sink_render):
1053         After an interrupt (PAUSED/flush) assume that the next sample should not
1054         be aligned to the previous sample. Fixes #417992.
1055
1056 2007-05-24  Tim-Philipp Müller  <tim at centricular dot net>
1057
1058         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
1059           Don't add channels and rate fields to the template caps for
1060           audio/x-dts, as wavparse might not always be able to set them,
1061           which would then lead to 'caps are not a real subset of the
1062           template caps' warnings.
1063
1064 2007-05-24  Jan Schmidt  <thaytan@mad.scientist.com>
1065
1066         * gst/playback/gstplaybasebin.c: (new_decoded_pad_full):
1067         Handle unknown or invalid pads without crashing, as might occur if
1068         a media file like an mp3 is specified as a subtitle file.
1069         Fixes: #410039
1070
1071 2007-05-24  Jan Schmidt  <thaytan@mad.scientist.com>
1072
1073         * gst/playback/gstplaybin.c: (add_sink), (dummy_blocked_cb),
1074         (setup_sinks):
1075         Block the subtitle bin output queue before ghosting it and linking,
1076         then unblock after. This avoids spurious not-linked errors caused 
1077         by the queue starting up (because it gets linked when it is ghosted). 
1078         Fixes: #350299
1079
1080 2007-05-23  Jan Schmidt  <thaytan@mad.scientist.com>
1081
1082         * tests/check/elements/playbin.c: (test_suburi_error_unknowntype):
1083         Use /dev/zero instead of /dev/urandom to produce an invalid subtitle
1084         file. Avoids flukes where the input gets typefound to some valid but
1085         useless type.
1086
1087 2007-05-22  Tim-Philipp Müller  <tim at centricular dot net>
1088
1089         * tests/check/Makefile.am:
1090         * tests/check/elements/.cvsignore:
1091         * tests/check/elements/gnomevfssink.c: (setup_gnomevfssink),
1092         (cleanup_gnomevfssink), (GST_START_TEST), (gnomevfssink_suite):
1093           Add unit test for gnomevfssink seeking and position reporting for
1094           file:// URIs.
1095
1096 2007-05-22  Tim-Philipp Müller  <tim at centricular dot net>
1097
1098         Patch by: Mark Nauwelaerts <manauw at skynet be>
1099
1100         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_init),
1101         (gst_gnome_vfs_sink_open_file), (gst_gnome_vfs_sink_handle_event),
1102         (gst_gnome_vfs_sink_query), (gst_gnome_vfs_sink_render):
1103         * ext/gnomevfs/gstgnomevfssink.h:
1104           Fix position reporting, especially after a seek (from upstream),
1105           see #412648.
1106
1107 2007-05-22  Tim-Philipp Müller  <tim at centricular dot net>
1108
1109         * ext/cdparanoia/gstcdparanoiasrc.c:
1110           Repair umlaut.
1111
1112 2007-05-22  Jan Schmidt  <thaytan@mad.scientist.com>
1113
1114         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
1115         Specify the full valid range for MP3 samplerates. Fixes a regression
1116         caused by extra header checks since the last release.
1117
1118 2007-05-21  Jan Schmidt  <thaytan@mad.scientist.com>
1119
1120         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents):
1121         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents):
1122         Fix a locking-order bug I introduced with my changes the other day.
1123         Patch by Mike Smith.
1124
1125 2007-05-21  Michael Smith <msmith@fluendo.com>
1126
1127         * ext/theora/theoradec.c: (theora_handle_data_packet):
1128           Don't look inside 0-length packets (which indicate duplicated
1129           frames)
1130
1131 2007-05-21  Wim Taymans  <wim@fluendo.com>
1132
1133         * ext/cdparanoia/gstcdparanoiasrc.c:
1134         (gst_cd_paranoia_src_read_sector):
1135         * gst-libs/gst/audio/gstbaseaudiosrc.c:
1136         (gst_base_audio_src_create):
1137         Small cleanups.
1138
1139         * ext/theora/theoradec.c: (theora_dec_sink_event):
1140         Fix typo.
1141
1142         * gst-libs/gst/rtp/gstbasertpdepayload.c:
1143         (gst_base_rtp_depayload_set_gst_timestamp):
1144         Add some FIXME
1145
1146         * gst/playback/gstdecodebin.c: (queue_underrun_cb):
1147         And some debug info when a FIXME path is hit.
1148
1149 2007-05-21  Wim Taymans  <wim@fluendo.com>
1150
1151         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
1152         (gst_base_rtp_audio_payload_class_init),
1153         (gst_base_rtp_audio_payload_init),
1154         (gst_base_rtp_audio_payload_finalize),
1155         (gst_base_rtp_audio_payload_handle_frame_based_buffer),
1156         (gst_base_rtp_audio_payload_handle_sample_based_buffer),
1157         (gst_base_rtp_payload_audio_handle_event):
1158         Some cleanups, remove minptime property as it is now in the parent
1159         class.
1160         Override parent class event function.
1161
1162         * gst-libs/gst/rtp/gstbasertppayload.c:
1163         (gst_basertppayload_class_init), (gst_basertppayload_init),
1164         (gst_basertppayload_event), (gst_basertppayload_set_property),
1165         (gst_basertppayload_get_property):
1166         * gst-libs/gst/rtp/gstbasertppayload.h:
1167         Add min-ptime property.
1168         Add handle-event vmethod. Fixes #415001.
1169
1170 2007-05-18  Stefan Kost  <ensonic@users.sf.net>
1171
1172         * gst-libs/gst/audio/gstbaseaudiosink.c
1173           (gst_base_audio_sink_change_state):
1174           Fix typo in comment.
1175
1176         * gst/playback/gstdecodebin.c (gst_decode_bin_class_init,
1177           free_dynamics, pad_probe, close_pad_link, try_to_link_1,
1178           get_our_ghost_pad, remove_element_chain, queue_underrun_cb,
1179           close_link):
1180         * gst/playback/gstplaybin.c (gst_play_bin_set_property,
1181           gen_audio_element, remove_sinks, gst_play_bin_send_event_to_sink):
1182           Remove trailing whitespaces in comments.
1183
1184         * gst/volume/Makefile.am:
1185           Fix tabs.
1186
1187 2007-05-18  Stefan Kost  <ensonic@users.sf.net>
1188
1189         patch by: Marc-Andre Lureau <marcandre.lureau@gmail.com>
1190
1191         * gst-libs/gst/interfaces/mixer.h (mixer_type, option_changed,
1192           set_option, get_option, _gst_reserved):
1193           Revert reordering functions (keep ABI).
1194
1195 2007-05-17  Jan Schmidt  <thaytan@mad.scientist.com>
1196
1197         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_put),
1198         (gst_ximagesink_xwindow_new), (gst_ximagesink_handle_xevents),
1199         (gst_ximagesink_show_frame):
1200         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put),
1201         (gst_xvimagesink_xwindow_new), (gst_xvimagesink_handle_xevents),
1202         (gst_xvimagesink_show_frame):
1203         When we create our own window, indicate that we handle the 
1204         WM_DELETE client message from the window manager, so that it won't 
1205         kill our window (and our app) along with it. Handle ClientMessage,
1206         post an error on the bus, and close the window. Further buffers
1207         arriving will result in a FlowError because the window has been
1208         destroyed.
1209
1210         Fixes: #393975
1211
1212         Clean up the X event handling loop and make them the same for
1213         both xvimagesink and ximagesink while I'm at it.
1214
1215 2007-05-17  Wim Taymans  <wim@fluendo.com>
1216
1217         * gst/playback/gstdecodebin2.c: (gst_decode_bin_factory_filter):
1218         Make decodebin2 autoplug depayloaders too.
1219
1220         * gst/playback/gsturidecodebin.c: (source_new_pad):
1221         Set the newly created decoder in a usable state when autoplugging a
1222         dynamic source such as RTSP.
1223
1224 2007-05-17  Tim-Philipp Müller  <tim at centricular dot net>
1225
1226         * gst/playback/gststreaminfo.c: (cb_probe):
1227           Ignore video-codec tag for audio streams and ignore audio-codec tags
1228           for video streams. Should make codec name collection a bit more
1229           robust against sloppy demuxers that send tag events containing both
1230           tags down each pad.
1231
1232 2007-05-17  Wim Taymans  <wim@fluendo.com>
1233
1234         * gst/playback/gstqueue2.c: (update_rates):
1235         Tweak the buffering thresholds a little.
1236         Update the buffer size with the previously calculate rate instead of
1237         only when we calculate a new rate so that we get smoother buffering
1238         updates.
1239
1240         * gst/playback/Makefile.am:
1241         * gst/playback/gsturidecodebin.c: (gst_uri_decode_bin_base_init),
1242         (gst_uri_decode_bin_class_init), (gst_uri_decode_bin_init),
1243         (gst_uri_decode_bin_finalize), (gst_uri_decode_bin_set_property),
1244         (gst_uri_decode_bin_get_property), (unknown_type),
1245         (add_element_stream), (no_more_pads_full), (no_more_pads),
1246         (source_no_more_pads), (new_decoded_pad), (array_has_value),
1247         (gen_source_element), (has_all_raw_caps), (analyse_source),
1248         (remove_decoders), (make_decoder), (remove_source),
1249         (source_new_pad), (setup_source), (decoder_query_init),
1250         (decoder_query_duration_fold), (decoder_query_duration_done),
1251         (decoder_query_position_fold), (decoder_query_position_done),
1252         (decoder_query_latency_fold), (decoder_query_latency_done),
1253         (decoder_query_seeking_fold), (decoder_query_seeking_done),
1254         (decoder_query_generic_fold), (gst_uri_decode_bin_query),
1255         (gst_uri_decode_bin_change_state), (plugin_init):
1256         New element that intergrates a source, optional buffering element and
1257         decodebin.
1258
1259 2007-05-17  Tim-Philipp Müller  <tim at centricular dot net>
1260
1261         * configure.ac:
1262           Bump libtheora requirement to 1.0alpha5 for the pixformat check
1263           (also has a .pc file, so we don't need the fallback check any
1264           longer). Fixes #438840.
1265
1266 2007-05-17  Wim Taymans  <wim@fluendo.com>
1267
1268         * gst/playback/gstqueue2.c: (gst_queue_get_type),
1269         (gst_queue_class_init), (gst_queue_finalize), (update_time_level),
1270         (apply_segment), (apply_buffer), (update_buffering),
1271         (reset_rate_timer), (update_rates), (gst_queue_locked_flush),
1272         (gst_queue_locked_enqueue), (gst_queue_locked_dequeue),
1273         (gst_queue_handle_sink_event), (gst_queue_is_filled),
1274         (gst_queue_chain), (gst_queue_push_one), (gst_queue_loop),
1275         (plugin_init):
1276         fix build.
1277
1278 2007-05-17  Wim Taymans  <wim@fluendo.com>
1279
1280         * gst/playback/Makefile.am:
1281         * gst/playback/gstqueue2.c: (gst_queue_get_type),
1282         (gst_queue_class_init), (gst_queue_init), (gst_queue_finalize),
1283         (gst_queue_getcaps), (gst_queue_bufferalloc),
1284         (gst_queue_acceptcaps), (update_time_level), (apply_segment),
1285         (apply_buffer), (update_buffering), (reset_rate_timer),
1286         (update_rates), (gst_queue_locked_flush),
1287         (gst_queue_locked_enqueue), (gst_queue_locked_dequeue),
1288         (gst_queue_handle_sink_event), (gst_queue_is_empty),
1289         (gst_queue_is_filled), (gst_queue_chain), (gst_queue_push_one),
1290         (gst_queue_loop), (gst_queue_handle_src_event),
1291         (gst_queue_handle_src_query), (gst_queue_sink_activate_push),
1292         (gst_queue_src_activate_push), (gst_queue_change_state),
1293         (gst_queue_set_property), (gst_queue_get_property), (plugin_init):
1294         On our way to playbin2 this is the new network queue that does buffering
1295         all by itself using high and low watermarks. It can also measure up and
1296         downstream bandwidth to optimally size the queue.
1297
1298 2007-05-17  Michael Smith <msmith@fluendo.com>
1299
1300         * gst/audiotestsrc/gstaudiotestsrc.c: (gst_audio_test_src_do_seek):
1301         * gst/videotestsrc/gstvideotestsrc.c: (gst_video_test_src_do_seek):
1302           Use the segment->last_stop value to calculate the next timestamp to
1303           generate after a seek; not the segment->start value.
1304
1305 2007-05-15  David Schleef  <ds@schleef.org>
1306
1307         * docs/Makefile.am: Install docs even when --disable-gtk-doc
1308           is disabled.  This matches the behavior of gtk+.  Fixes #349099.
1309
1310 2007-05-15  Wim Taymans  <wim@fluendo.com>
1311
1312         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
1313         (gst_ogg_demux_perform_seek), (gst_ogg_demux_handle_page):
1314         Some more chained streaming ogg timestamp fixes.
1315
1316 2007-05-15  Wim Taymans  <wim@fluendo.com>
1317
1318         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
1319         (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek),
1320         (gst_ogg_demux_handle_page):
1321         Add some FIXMEs.
1322         Fix chain start/stop segment handling based on patch by
1323         <ahalda at cs dot mcgill dot ca> see #320984.
1324
1325 2007-05-15  Michael Smith <msmith@fluendo.com>
1326
1327         * configure.ac:
1328           We don't require a C++ compiler. So don't require one.
1329
1330 2007-05-15  Stefan Kost  <ensonic@users.sf.net>
1331
1332         * ext/alsa/gstalsamixer.c (source, n_poll_fds, poll_fds,
1333           gst_alsa_mixer_check, gst_alsa_mixer_dispatch,
1334           gst_alsa_mixer_finalize, gst_alsa_mixer_handle_source_callback,
1335           gst_alsa_mixer_handle_callback, gst_alsa_mixer_elem_handle_callback,
1336           gst_alsa_mixer_ensure_track_list, gst_alsa_mixer_update_option,
1337           gst_alsa_mixer_update_track):
1338           Apply some of the cleanup Tim suggested in #152864 afterwards.
1339
1340 2007-05-15  Stefan Kost  <ensonic@users.sf.net>
1341
1342         patch by: Marc-Andre Lureau <marcandre.lureau@gmail.com>
1343
1344         * ext/alsa/gstalsamixer.c (main_context, GstAlsaMixerWatch,
1345           _GstAlsaMixerWatch, source, n_poll_fds, poll_fds,
1346           gst_alsa_mixer_watch_funcs, gst_alsa_mixer_prepare,
1347           gst_alsa_mixer_check, gst_alsa_mixer_dispatch,
1348           gst_alsa_mixer_finalize, gst_alsa_mixer_find_master_mixer,
1349           gst_alsa_mixer_handle_source_callback,
1350           gst_alsa_mixer_handle_callback, gst_alsa_mixer_elem_handle_callback,
1351           gst_alsa_mixer_ensure_track_list, gst_alsa_mixer_free,
1352           gst_alsa_mixer_get_volume, gst_alsa_mixer_set_volume,
1353           gst_alsa_mixer_set_mute, gst_alsa_mixer_set_record,
1354           gst_alsa_mixer_get_option, gst_alsa_mixer_update_option,
1355           gst_alsa_mixer_update_track, _gst_alsa_mixer_set_interface):
1356         * ext/alsa/gstalsamixer.h (handle_source, interface, dir):
1357         * ext/alsa/gstalsamixerelement.c (gst_alsa_mixer_element_details,
1358           gst_alsa_mixer_element_interface_supported,
1359           gst_alsa_mixer_element_finalize, gst_alsa_mixer_element_init,
1360           gst_alsa_mixer_element_set_property,
1361           gst_alsa_mixer_element_get_property,
1362           gst_alsa_mixer_element_change_state):
1363         * ext/alsa/gstalsamixertrack.c (gst_alsa_mixer_track_update):
1364         * gst-libs/gst/interfaces/mixer.c (gst_mixer_volume_changed,
1365           gst_mixer_option_changed):
1366         * gst-libs/gst/interfaces/mixer.h (set_option, get_option,
1367           volume_changed, option_changed, _gst_reserved):
1368           Implement notification for alsamixer. Fixes #152864
1369
1370 2007-05-14  David Schleef  <ds@schleef.org>
1371
1372         * gst/videotestsrc/videotestsrc.c:
1373         * gst/videotestsrc/videotestsrc.h:
1374           Add support for video/x-raw-bayer.
1375
1376 2007-05-12  David Schleef  <ds@schleef.org>
1377
1378         * sys/xvimage/xvimagesink.c:
1379           Add some sanity checking for the XVImage size returned by X.
1380           Related to #377400.
1381
1382 2007-05-12  Wim Taymans  <wim@fluendo.com>
1383
1384         * gst-libs/gst/rtp/gstbasertpdepayload.c:
1385         (gst_base_rtp_depayload_setcaps),
1386         (gst_base_rtp_depayload_set_gst_timestamp):
1387         Parse and use additional caps fields as described in updated
1388         application/x-rtp caps spec.
1389
1390 2007-05-12  Wim Taymans  <wim@fluendo.com>
1391
1392         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
1393         (gst_ogg_demux_collect_chain_info):
1394         If there is a stream in a chain without any data packets, ignore the
1395         stream in the total length calculations. Might be related to #436820.
1396
1397 2007-05-11  Jan Schmidt  <thaytan@mad.scientist.com>
1398
1399         * gst/typefind/gsttypefindfunctions.c: (mpeg_sys_is_valid_pack),
1400         (mpeg_sys_is_valid_pes), (mpeg_sys_is_valid_sys),
1401         (mpeg_sys_type_find), (mpeg_ts_type_find), (mpeg4_video_type_find),
1402         (mpeg_video_type_find), (mpeg_video_stream_type_find),
1403         (plugin_init):
1404
1405         Consolidate and re-work our mpeg system stream detection to probe
1406         more packets and produce a higher confidence result. Fixes a
1407         regression caused by lowering the typefind probability last year
1408         - related to bug #397810. Remove the redundant MPEG-1 specific 
1409         typefind function, as the new one detects both MPEG-1 & MPEG-2
1410         happily.
1411
1412         Also cleanup the MPEG elementary and MPEG-TS detection functions a
1413         little. 
1414
1415         Tested against my media test directory, with some improvements and
1416         no regressions.
1417
1418 2007-05-10  Wim Taymans  <wim@fluendo.com>
1419
1420         * gst/playback/gstplaybasebin.c: (fill_buffer), (check_queue),
1421         (queue_out_of_data):
1422         Connect to the new queue "pushing" signal instead of the broken
1423         "running" one.
1424
1425 2007-05-09  Sebastien Moutte  <sebastien@moutte.net>
1426
1427         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
1428         (gst_base_rtp_audio_payload_handle_frame_based_buffer):
1429         Move variable declaration before the first instruction.
1430         * gst/videotestsrc/videotestsrc.c:
1431         Define M_PI if it's not defined yet.
1432         * win32/common/libgstrtp.def:
1433         Add new exported functions.
1434
1435 2007-05-09  Michael Smith <msmith@fluendo.com>
1436
1437         * ext/theora/theoradec.c: (theora_handle_type_packet):
1438           gst_pad_push_event() does not return a GstFlowReturn!
1439
1440 2007-05-09  Wim Taymans  <wim@fluendo.com>
1441
1442         * tests/examples/seek/scrubby.c: (stop_cb), (main):
1443         * tests/examples/seek/seek.c: (do_seek):
1444         Some small cosmetic changes.
1445
1446 2007-05-08  Stefan Kost  <ensonic@users.sf.net>
1447
1448         * gst/adder/gstadder.c (gst_adder_src_event, gst_adder_collected,
1449           gst_adder_change_state):
1450         * gst/adder/gstadder.h (bps, offset, collect_event, segment,
1451           segment_pending, segment_position, segment_rate):
1452           Handle playback-rate on adder.
1453
1454 2007-05-07  Michael Smith <msmith@fluendo.com>
1455
1456         * ext/theora/gsttheoradec.h:
1457         * ext/theora/theoradec.c: (gst_theora_dec_reset),
1458         (theora_dec_sink_event), (theora_handle_comment_packet),
1459         (theora_handle_type_packet), (theora_dec_change_state):
1460           Don't push events (newsegment, tags) before initialising the
1461           decoder.
1462           This is neccesary for seeking to work correctly in gnonlin.
1463
1464 2007-05-04  Stefan Kost  <ensonic@users.sf.net>
1465
1466         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
1467         * gst/adder/gstadder.c:
1468         * gst/audiotestsrc/gstaudiotestsrc.c
1469           (gst_audio_test_src_create_white_noise):
1470         * gst/videotestsrc/gstvideotestsrc.c:
1471         * gst/volume/gstvolume.c (VOLUME_UNITY_INT16,
1472           VOLUME_UNITY_INT16_BIT_SHIFT, VOLUME_MAX_DOUBLE,
1473           volume_sink_template, volume_src_template, gst_volume_init,
1474           volume_process_double, volume_process_int16,
1475           volume_process_int16_clamp):
1476           Doc fixes and formatting.
1477
1478 2007-05-04  Tim-Philipp Müller  <tim at centricular dot net>
1479
1480         * tests/check/Makefile.am:
1481         * tests/check/elements/volume.c: (GST_START_TEST), (volume_suite):
1482           Minimal check for volume's GstController usability; also another
1483           test for #422295.
1484
1485 2007-05-04  Tim-Philipp Müller  <tim at centricular dot net>
1486
1487         * gst-libs/gst/cdda/gstcddabasesrc.c:
1488         (gst_cdda_base_src_add_track):
1489           Fix it so that it (a) makes sense and (b) doesn't break
1490           everything cdda-related including the unit test.
1491
1492 2007-05-04  Stefan Kost  <ensonic@users.sf.net>
1493
1494         * gst-libs/gst/cdda/gstcddabasesrc.c:
1495         (gst_cdda_base_src_add_track):
1496           Fix build when disabling asserts.
1497
1498 2007-05-03  Tim-Philipp Müller  <tim at centricular dot net>
1499
1500         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new):
1501           When XShm is not available, we might get row strides that are not
1502           rounded up to multiples of four; this is bad, because virtually
1503           every RGB-processing element in GStreamer assumes rowstrides are
1504           rounded up to multiples of four, so let's allocate at least enough
1505           memory to avoid crashes in this case. The image will still be
1506           displayed distorted though if this happens, so that still needs
1507           fixing (maybe by allocating a bigger image with an 'even' width
1508           and then clipping it appropriately when rendering - something for
1509           Xlib aficionados in any case).
1510
1511 2007-05-03  Michael Smith <msmith@fluendo.com>
1512
1513         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_chain):
1514           If a buffer doesn't have a timestamp, assume it's contiguous with
1515           the previous buffer, and synthesise timestamps appropriately.
1516
1517 2007-05-03  Edward Hervey  <edward@fluendo.com>
1518
1519         * tests/check/elements/videorate.c: (GST_START_TEST):
1520         Set buffer timestamp to a valid value in order to test the buffer
1521         really does stay in videorate.
1522
1523 2007-05-03  Edward Hervey  <edward@fluendo.com>
1524
1525         * gst/videorate/gstvideorate.c: (gst_video_rate_chain):
1526         There is no sensible way to handle incoming buffers which don't have a
1527         valid timestamp. We therefore discard them and wait for the next one.
1528
1529 2007-05-01  Tim-Philipp Müller  <tim at centricular dot net>
1530
1531         * gst/playback/gstdecodebin.c: (type_found), (plugin_init):
1532         * gst/playback/gstdecodebin2.c: (plugin_init):
1533           Better error message for text files.
1534
1535 2007-04-29  Wim Taymans  <wim@fluendo.com>
1536
1537         * gst-libs/gst/rtp/gstrtcpbuffer.c: (gst_rtcp_packet_add_rb):
1538         Fix offset bug in generation RR packets.
1539
1540 2007-04-27  Julien MOUTTE  <julien@moutte.net>
1541
1542         * ext/theora/theoradec.c: (_theora_granule_time),
1543         (theora_dec_push_forward), (theora_handle_data_packet),
1544         (theora_dec_decode_buffer): Calculate buffer duration correctly
1545         to generate a perfect stream (#433888).
1546         * gst/audioresample/gstaudioresample.c:
1547         (audioresample_check_discont): Glib provides ABS.
1548
1549 2007-04-27  Wim Taymans  <wim@fluendo.com>
1550
1551         * gst-libs/gst/rtp/gstrtcpbuffer.c: (gst_rtcp_packet_get_rb),
1552         (gst_rtcp_packet_add_rb), (gst_rtcp_packet_sdes_add_item),
1553         (gst_rtcp_packet_sdes_add_entry), (gst_rtcp_packet_bye_add_ssrc),
1554         (gst_rtcp_packet_bye_add_ssrcs), (get_reason_offset),
1555         (gst_rtcp_packet_bye_set_reason):
1556         * gst-libs/gst/rtp/gstrtcpbuffer.h:
1557         Fix RB block parsing and writing.
1558         Add support for constructing BYE packets.
1559
1560 2007-04-25  Tim-Philipp Müller  <tim at centricular dot net>
1561
1562         * gst-libs/gst/audio/gstbaseaudiosrc.c: (_do_init),
1563         (gst_base_audio_src_create):
1564         * po/POTFILES.in:
1565           When posting a warning message because samples were dropped, post
1566           something more intelligible than he default error message for clock
1567           errors which is just confusing in this context (#432984).
1568
1569 2007-04-25  Wim Taymans  <wim@fluendo.com>
1570
1571         * gst-libs/gst/rtp/gstrtcpbuffer.c: (gst_rtcp_buffer_new),
1572         (gst_rtcp_buffer_end), (gst_rtcp_buffer_get_packet_count),
1573         (read_packet_header), (gst_rtcp_packet_move_to_next),
1574         (gst_rtcp_buffer_add_packet), (gst_rtcp_packet_sr_set_sender_info),
1575         (gst_rtcp_packet_rr_set_ssrc), (gst_rtcp_packet_add_rb),
1576         (gst_rtcp_packet_sdes_get_item_count),
1577         (gst_rtcp_packet_sdes_first_item),
1578         (gst_rtcp_packet_sdes_next_item), (gst_rtcp_packet_sdes_get_ssrc),
1579         (gst_rtcp_packet_sdes_first_entry),
1580         (gst_rtcp_packet_sdes_next_entry),
1581         (gst_rtcp_packet_sdes_get_entry), (gst_rtcp_packet_sdes_add_item),
1582         (gst_rtcp_packet_sdes_add_entry):
1583         * gst-libs/gst/rtp/gstrtcpbuffer.h:
1584         Implement code to write SR, RR and SDES packets.
1585
1586 2007-04-24  Tim-Philipp Müller  <tim at centricular dot net>
1587
1588         Patch by: Christian Kirbach <Christian dot Kirbach at googlemail com>
1589
1590         * sys/ximage/ximagesink.c:
1591           Fix build if XShm is not available (#432362).
1592
1593 2007-04-24  Sebastian Dröge  <slomo@circular-chaos.org>
1594
1595         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init):
1596         Initalize the AudioConvertCtx with zeroes, otherwise it will contain
1597         pointers to random memory which are passed to g_free() when
1598         audio_convert_prepare_context() is called the first time.
1599
1600 2007-04-24  Tim-Philipp Müller  <tim at centricular dot net>
1601
1602         Patch by: Dan Williams <dcbw redhat com>
1603
1604         * gst/videorate/gstvideorate.c: (gst_video_rate_chain):
1605           Don't leak incoming buffer if gst_pad_push() returns a
1606           non-OK flow. Fixes #432755.
1607          
1608         * tests/check/elements/videorate.c: (GST_START_TEST),
1609         (videorate_suite):
1610           Unit test for the above by Yours Truly.
1611
1612 2007-04-23  Stefan Kost  <ensonic@users.sf.net>
1613
1614         * gst/adder/gstadder.c: (gst_adder_setcaps), (gst_adder_src_event),
1615         (gst_adder_sink_event), (gst_adder_collected):
1616           Fix non-flushing segmented seeks, Fixes #340060 for me
1617
1618 2007-04-21  Tim-Philipp Müller  <tim at centricular dot net>
1619
1620         Patch by: Olivier Crete  <tester at tester ca>
1621
1622         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
1623         (gst_base_rtp_audio_payload_class_init),
1624         (gst_base_rtp_audio_payload_init),
1625         (gst_base_rtp_audio_payload_dispose):
1626           Chain up to parent class in dispose function; get rid of
1627           unnecessary 'diposed' flag in private structure (#415001).
1628
1629 2007-04-21  Tim-Philipp Müller  <tim at centricular dot net>
1630
1631         * docs/libs/gst-plugins-base-libs.types:
1632         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
1633         (gst_base_rtp_audio_payload_class_init):
1634         * gst-libs/gst/rtp/gstbasertpdepayload.c:
1635         * gst-libs/gst/rtp/gstbasertppayload.c:
1636           Some minor docs fixes and additions; also add missing 'Since' bits.
1637
1638 2007-04-21  Tim-Philipp Müller  <tim at centricular dot net>
1639
1640         Patch by: Zeeshan Ali  <zeenix gmail com>
1641
1642         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
1643         (gst_base_rtp_audio_payload_handle_frame_based_buffer),
1644         (gst_base_rtp_audio_payload_handle_sample_based_buffer),
1645         (gst_base_rtp_audio_payload_push):
1646         * gst-libs/gst/rtp/gstbasertpaudiopayload.h:
1647           The recently-added gst_base_rtp_audio_payload_push() should take an
1648           object of type GstBaseRTPAudioPayload as first argument (#431672).
1649
1650 2007-04-21  Tim-Philipp Müller  <tim at centricular dot net>
1651
1652         * gst/audioresample/gstaudioresample.c:
1653           Make more functions static, just because we can.
1654
1655 2007-04-21  Tim-Philipp Müller  <tim at centricular dot net>
1656
1657         * tests/check/elements/audioresample.c:
1658           Add unit test for audioresample shutdown crasher (#420106).
1659
1660 2007-04-20  Stefan Kost  <ensonic@users.sf.net>
1661
1662         * gst/subparse/gstsubparse.c:
1663         * gst/subparse/samiparse.c:
1664           Use GST_DISABLE_XML here
1665
1666         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put),
1667         (gst_xvimagesink_xwindow_new), (gst_xvimagesink_get_xv_support),
1668         (gst_xvimagesink_buffer_alloc),
1669         (gst_xvimagesink_navigation_send_event):
1670         * sys/xvimage/xvimagesink.h:
1671           Include stdlib.h when using atoi.
1672           
1673         * tests/check/elements/playbin.c: (playbin_suite):
1674           Use GST_DISABLE_REGISTRY here
1675
1676 2007-04-19  Michael Smith  <msmith@fluendo.com>
1677
1678         * ext/theora/gsttheoraenc.h:
1679         * ext/theora/theoraenc.c: (theora_enc_sink_setcaps),
1680         (theora_enc_sink_event), (theora_enc_change_state):
1681           Track initialisation state; don't try to use encoder state if we're
1682           not initialised (it'll segfault).
1683
1684 2007-04-18  Stefan Kost  <ensonic@users.sf.net>
1685
1686         * tests/check/pipelines/.cvsignore:
1687         Fix build.
1688
1689 2007-04-17  Sebastian Dröge  <slomo@circular-chaos.org>
1690
1691         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
1692         Allow random depths between 1 and 32 instead of only multiplies of 8.
1693
1694 2007-04-17  Sebastian Dröge  <slomo@circular-chaos.org>
1695
1696         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
1697         Set the maximum number of channels for PCM and float in the correct
1698         place to have it also used when creating the template caps.
1699
1700 2007-04-17  Sebastian Dröge  <slomo@circular-chaos.org>
1701
1702         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
1703         Correctly support 4, 6 and 8 channels with normal PCM and float
1704         wav files.
1705
1706         Fix the depth and signedness calculation in extensible wav files and
1707         also handle 1, 2, 4, 6, 8 channels here when a file without channel
1708         mask is found.
1709
1710         Add support for float, alaw and mulaw in extensible wav files.
1711
1712         This allows correct playback of all but 5 files from
1713         http://www-mmsp.ece.mcgill.ca/Documents/AudioFormats/WAVE/Samples.html
1714         
1715         (gst_riff_create_audio_template_caps):
1716         Add voxware and float formats to the template caps.     
1717
1718 2007-04-17  Sebastian Dröge  <slomo@circular-chaos.org>
1719
1720         Patch by: Vincent Torri <vtorri at univ-evry dot fr>
1721
1722         * ext/pango/gstclockoverlay.c: (gst_clock_overlay_render_time):
1723         Fix unused variable warning if HAVE_LOCALTIME_R is undefinied
1724
1725         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
1726         * gst/audioresample/gstaudioresample.c: (audioresample_do_output):
1727         Use the correct format strings for integer formats.
1728
1729 2007-04-15  Thomas Vander Stichele  <thomas at apestaart dot org>
1730
1731         * ext/theora/theoraenc.c (theora_buffer_from_packet, theora_enc_chain):
1732           Don't use pad_alloc_buffer_and_set_caps to create a small header
1733           packet, or, worse, to create a big temporary video buffer using the
1734           src pad.
1735
1736 2007-04-14  Thomas Vander Stichele  <thomas at apestaart dot org>
1737
1738         * gst/gdp/gstgdppay.c (gst_gdp_pay_chain):
1739         * tests/check/pipelines/streamheader.c (tag_event_probe_cb,
1740           GST_START_TEST, buffer_probe_cb, GST_START_TEST):
1741           Fix a bug where serialized IN_CAPS buffers needed to be set IN_CAPS.
1742
1743 2007-04-13  Thomas Vander Stichele  <thomas at apestaart dot org>
1744
1745         * tests/check/pipelines/streamheader.c (tag_event_probe_cb,
1746           GST_START_TEST, n_in_caps, buffer_probe_cb, GST_START_TEST,
1747           streamheader_suite):
1748           Add another test set up for failure
1749
1750 2007-04-13  Thomas Vander Stichele  <thomas at apestaart dot org>
1751
1752         * tests/check/Makefile.am:
1753         * tests/check/pipelines/streamheader.c (n_tags, tag_event_probe_cb,
1754           GST_START_TEST, streamheader_suite, main):
1755           Add a test for the streamheader bug Wim fixed.
1756
1757 2007-04-13  Jan Schmidt  <thaytan@mad.scientist.com>
1758
1759         * ext/theora/theoradec.c: (theora_dec_sink_event):
1760         Fix misleading comment.
1761
1762 2007-04-13  Stefan Kost  <ensonic@users.sf.net>
1763
1764         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
1765           More sanity checks for the header fields.
1766
1767 2007-04-12  Tim-Philipp Müller  <tim at centricular dot net>
1768
1769         * gst-libs/gst/tag/tags.c: (gst_tag_freeform_string_to_utf8):
1770           Try encodings from all environment variables, not just those in the
1771           first environment variable that is set.
1772
1773 2007-04-12  Wim Taymans  <wim@fluendo.com>
1774
1775         * gst/videorate/gstvideorate.c: (gst_video_rate_setcaps),
1776         (gst_video_rate_chain):
1777         Add some debug.
1778
1779         * tests/check/elements/videorate.c: (GST_START_TEST),
1780         (videorate_suite):
1781         Added check for videorate changing caps handling. Closes #421834.
1782
1783 2007-04-12  Michael Smith  <msmith@fluendo.com>
1784
1785         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
1786           Use scale functions to avoid overflow when calculating duration of 
1787           vorbis buffers.
1788
1789 2007-04-12  Tim-Philipp Müller  <tim at centricular dot net>
1790
1791         * docs/libs/gst-plugins-base-libs-sections.txt:
1792         * gst-libs/gst/tag/tag.h:
1793         * gst-libs/gst/tag/tags.c: (gst_tag_freeform_string_to_utf8):
1794           API: add gst_tag_freeform_string_to_utf8() (#405072).
1795
1796         * gst-libs/gst/tag/gstid3tag.c: (gst_tag_extract_id3v1_string):
1797           Use gst_tag_freeform_string_to_utf8() here.
1798
1799 2007-04-12  Wim Taymans  <wim@fluendo.com>
1800
1801         * gst/gdp/gstgdppay.c: (gst_gdp_pay_chain),
1802         (gst_gdp_pay_sink_event):
1803         Make sure we set the IN_CAPS flag correctly.
1804
1805         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_render):
1806         Get the IN_CAPS flag before we call functions that mess with the flags.
1807
1808 2007-04-10  Thomas Vander Stichele  <thomas at apestaart dot org>
1809
1810         * gst/gdp/gstgdppay.c (gst_gdp_pay_reset_streamheader,
1811           gst_gdp_pay_chain, gst_gdp_pay_sink_event):
1812           Only stamp buffers with offset/offset_end right before they get
1813           pushed.  This ensures offset continuity, which was not the case
1814           before as shown by
1815           gst-launch -v -m audiotestsrc num-buffers=10 ! audioconvert ! vorbisenc ! gdppay ! identity check-imperfect-offset=TRUE ! fakesink silent=TRUE
1816
1817 2007-04-06  Wim Taymans  <wim@fluendo.com>
1818
1819         * gst/playback/gstplaybin.c: (add_sink),
1820         (gst_play_bin_change_state):
1821         Activate sync in playbin, we are ready to handle it for live streams.
1822
1823 2007-04-06  Tim-Philipp Müller  <tim at centricular dot net>
1824
1825         * tests/check/elements/playbin.c:
1826         (test_sink_usage_video_only_stream), (playbin_suite):
1827           Add small test for stream-info-value-array code paths.
1828
1829 2007-04-05  Wim Taymans  <wim@fluendo.com>
1830
1831         * gst-libs/gst/audio/gstbaseaudiosink.c:
1832         (gst_base_audio_sink_skew_slaving):
1833         Don't try to create invalid calibration parameters by making the
1834         internal time go backwards, instead make external time go forward.
1835
1836 2007-04-05  Wim Taymans  <wim@fluendo.com>
1837
1838         Patch by: Tommi Myöhänen <ext-tommi dot myohanen at nokia dot com>
1839
1840         * gst/playback/gstplaybasebin.c: (add_stream):
1841         Fix leak in add_stream(), when g_value_set_object() increases the
1842         refcount of streaminfo object. Fixes #426250.
1843
1844 2007-04-03  David Schleef  <ds@schleef.org>
1845
1846         * gst/videotestsrc/gstvideotestsrc.c:
1847         * gst/videotestsrc/gstvideotestsrc.h:
1848         * gst/videotestsrc/videotestsrc.c:
1849         * gst/videotestsrc/videotestsrc.h:
1850           Add a test pattern called "circular", which has concentric
1851           rings with varying radial frequency.  The main purpose of this
1852           pattern is to test fidelity loss in a filter or scaler element.
1853           Notably, this pattern is scale invariant, and is optimally viewed
1854           with a width (and height) of 400.
1855
1856 2007-04-03  Wim Taymans  <wim@fluendo.com>
1857
1858         Patch by: Tommi Myöhänen <ext-tommi dot myohanen at nokia dot com>
1859
1860         * gst/playback/gstdecodebin2.c: (connect_pad), (expose_pad),
1861         (deactivate_free_recursive):
1862         Decodebin2 doesn't unref pads it obtains in some occasions:
1863         - multiqueue src pads, when either connecting further or exposing
1864         - sink pads of new autoplugged elements
1865         - peer pads when recursively freeing elements
1866         Fixes #425455.
1867
1868 2007-03-30  Sebastian Dröge  <slomo@circular-chaos.org>
1869
1870         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
1871         Add audio/x-raw-float support, now that audioconvert support
1872         non-native endianness floats.
1873
1874 2007-03-30  Tim-Philipp Müller  <tim at centricular dot net>
1875
1876         * docs/libs/gst-plugins-base-libs-docs.sgml:
1877           gstreamer-plugins-base.pc doesn't exist, it's
1878           gstreamer-plugins-base-0.10.pc.
1879
1880 2007-03-29  Sebastian Dröge  <slomo@circular-chaos.org>
1881
1882         Patch by: René Stadler <mail at renestadler dot de>
1883         with some minor changes
1884
1885         * gst-libs/gst/floatcast/floatcast.h:
1886         Use more efficient float endianness conversion functions that don't
1887         involve 2 function calls per value.
1888         * gst/audioconvert/audioconvert.c: (audio_convert_get_func_index),
1889         (check_default), (audio_convert_prepare_context):
1890         * gst/audioconvert/gstaudioconvert.c:
1891         (gst_audio_convert_parse_caps), (make_lossless_changes):
1892         Support non-native endianness floats as input and output.
1893         Fixes #339838.
1894         * tests/check/elements/audioconvert.c: (verify_convert),
1895         (GST_START_TEST):
1896         Add unit tests for the non-native endianness float conversions.
1897
1898 2007-03-29  Wim Taymans  <wim@fluendo.com>
1899
1900         * gst-libs/gst/rtp/gstbasertpdepayload.c:
1901         (gst_base_rtp_depayload_base_init),
1902         (gst_base_rtp_depayload_class_init), (gst_base_rtp_depayload_init),
1903         (gst_base_rtp_depayload_setcaps), (gst_base_rtp_depayload_chain),
1904         (gst_base_rtp_depayload_set_gst_timestamp),
1905         (gst_base_rtp_depayload_change_state),
1906         (gst_base_rtp_depayload_set_property),
1907         (gst_base_rtp_depayload_get_property):
1908         * gst-libs/gst/rtp/gstbasertpdepayload.h:
1909         Add Private structure.
1910         Bring element code to 2007.
1911         Parse clock-base caps param and use it when generating the
1912         newsegment.
1913         Reset variables before going to PAUSED.
1914         Fix some docs.
1915
1916 2007-03-29  Wim Taymans  <wim@fluendo.com>
1917
1918         * docs/libs/gst-plugins-base-libs-docs.sgml:
1919         * docs/libs/gst-plugins-base-libs-sections.txt:
1920         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
1921         (gst_base_rtp_audio_payload_get_adapter):
1922         Add RTCP docs.
1923         Fix some more docs.
1924
1925         * gst-libs/gst/rtp/Makefile.am:
1926         * gst-libs/gst/rtp/gstrtcpbuffer.c:
1927         (gst_rtcp_buffer_new_take_data), (gst_rtcp_buffer_new_copy_data),
1928         (gst_rtcp_buffer_validate_data), (gst_rtcp_buffer_validate),
1929         (gst_rtcp_buffer_get_packet_count), (read_packet_header),
1930         (gst_rtcp_buffer_get_first_packet), (gst_rtcp_packet_move_to_next),
1931         (gst_rtcp_buffer_add_packet), (gst_rtcp_packet_remove),
1932         (gst_rtcp_packet_get_padding), (gst_rtcp_packet_get_type),
1933         (gst_rtcp_packet_get_count), (gst_rtcp_packet_get_length),
1934         (gst_rtcp_packet_sr_get_sender_info),
1935         (gst_rtcp_packet_sr_set_sender_info),
1936         (gst_rtcp_packet_rr_get_ssrc), (gst_rtcp_packet_rr_set_ssrc),
1937         (gst_rtcp_packet_get_rb_count), (gst_rtcp_packet_get_rb),
1938         (gst_rtcp_packet_add_rb), (gst_rtcp_packet_set_rb),
1939         (gst_rtcp_packet_sdes_get_chunk_count),
1940         (gst_rtcp_packet_sdes_first_chunk),
1941         (gst_rtcp_packet_sdes_next_chunk), (gst_rtcp_packet_sdes_get_ssrc),
1942         (gst_rtcp_packet_sdes_first_item),
1943         (gst_rtcp_packet_sdes_next_item), (gst_rtcp_packet_sdes_get_item),
1944         (gst_rtcp_packet_bye_get_ssrc_count),
1945         (gst_rtcp_packet_bye_get_nth_ssrc), (gst_rtcp_packet_bye_add_ssrc),
1946         (gst_rtcp_packet_bye_add_ssrcs), (get_reason_offset),
1947         (gst_rtcp_packet_bye_get_reason_len),
1948         (gst_rtcp_packet_bye_get_reason), (gst_rtcp_packet_bye_set_reason):
1949         * gst-libs/gst/rtp/gstrtcpbuffer.h:
1950         Add new helper object for parsing and creating RTCP messages.
1951
1952 2007-03-29  Sebastian Dröge  <slomo@circular-chaos.org>
1953
1954         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
1955         PCM samples with width=8 must be always unsigned, no matter what
1956         depth they have.
1957
1958 2007-03-29  Andy Wingo  <wingo@pobox.com>
1959
1960         * gst/videorate/gstvideorate.c (gst_video_rate_flush_prev): Make
1961         perfect offsets also, not just timestamps.
1962
1963         * tests/check/elements/videorate.c (test_more): Test that given
1964         any incoming offsets, that videorate produces perfect offsets.
1965
1966 2007-03-29  Wim Taymans  <wim@fluendo.com>
1967
1968         * gst-libs/gst/riff/riff-ids.h:
1969         Add some more RIFF formats.
1970
1971 2007-03-29  Wim Taymans  <wim@fluendo.com>
1972
1973         * gst-libs/gst/rtp/gstrtpbuffer.c:
1974         (gst_rtp_buffer_default_clock_rate):
1975         * gst-libs/gst/rtp/gstrtpbuffer.h:
1976         Fix fixed payload names and docs.
1977         Added method to get the default clock rates of fixed payload types.
1978         API: GstRTPBuffer::gst_rtp_buffer_default_clock_rate()
1979
1980 2007-03-28  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
1981
1982         * tests/check/pipelines/.cvsignore:
1983         Add new vorbisdec test to cvsignore.
1984
1985 2007-03-28  Wim Taymans  <wim@fluendo.com>
1986
1987         * gst-libs/gst/audio/gstbaseaudiosink.c: (slave_method_get_type),
1988         (gst_base_audio_sink_class_init), (gst_base_audio_sink_init),
1989         (gst_base_audio_sink_query), (gst_base_audio_sink_get_time),
1990         (gst_base_audio_sink_set_property),
1991         (gst_base_audio_sink_get_property), (gst_base_audio_sink_event),
1992         (clock_convert_external), (gst_base_audio_sink_resample_slaving),
1993         (gst_base_audio_sink_skew_slaving),
1994         (gst_base_audio_sink_handle_slaving), (gst_base_audio_sink_render),
1995         (gst_base_audio_sink_async_play):
1996         * gst-libs/gst/audio/gstbaseaudiosink.h:
1997         Store private stuff in GstBaseAudioSinkPrivate.
1998         Add configurable clock slaving modes property.
1999         API:: GstBaseAudioSink::slave-method property
2000         Some more latency reporting tweaks.
2001         Added skew based clock slaving correction and make it the default until
2002         the resampling method is more robust.
2003
2004 2007-03-27  Sebastian Dröge  <slomo@circular-chaos.org>
2005
2006         * gst/audioconvert/audioconvert.c:
2007         Add docs to the integer pack functions and implement proper
2008         rounding. Before we had rounding towards negative infinity, i.e.
2009         always the smaller number was taken. Now we use natural rounding,
2010         i.e. rounding to the nearest integer and to the one with the largest
2011         absolute value for X.5. The old rounding introduced some minor
2012         distortions. Fixes #420079
2013         * tests/check/elements/audioconvert.c: (GST_START_TEST):
2014         Fix one unit test that assumed the old rounding and added unit tests
2015         for checking signed/unsigned int16 <-> signed/unsigned int16 with
2016         depth 8, one for signed int16 <-> unsigned int16 and one for the new
2017         rounding from signed int32 to signed/unsigned int16.
2018
2019 2007-03-27  Michael Smith  <msmith@fluendo.com>
2020
2021         * gst/audioconvert/gstaudioconvert.c: (strip_width_64),
2022         (gst_audio_convert_transform_caps):
2023           Fix typo in debug line introduced recently, as pointed out on irc.
2024
2025 2007-03-27  Tim-Philipp Müller  <tim at centricular dot net>
2026
2027         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add):
2028         * tests/check/libs/tag.c: (GST_START_TEST):
2029           Make sure we parse floating-point numbers in vorbis comments
2030           correctly with either '.' or ',' as separator, no matter what
2031           the current locale is. Add unit test for this too.
2032
2033 2007-03-26  Tim-Philipp Müller  <tim at centricular dot net>
2034
2035         Patch by: René Stadler  <mail at renestadler de>
2036
2037         * gst-libs/gst/tag/gstvorbistag.c: (gst_tag_to_vorbis_comments):
2038           When writing out floating-point numbers to vorbis comment tags, always
2039           use the same character as separator no matter what the current locale is
2040           (fixes #423051).
2041
2042         * tests/check/libs/tag.c: (GST_START_TEST):
2043           Add unit tests for replaygain tags in vorbis comments (closes #423055).
2044
2045 2007-03-26  Thomas Vander Stichele  <thomas at apestaart dot org>
2046
2047         * ext/vorbis/vorbisdec.c (vorbis_dec_push_forward,
2048           vorbis_handle_data_packet):
2049           Correctly set DURATION to generate a timestamp-continuous stream.
2050           One bug left at the end; see
2051           ihttp://bugzilla.gnome.org/show_bug.cgi?id=423086
2052         * tests/check/Makefile.am:
2053         * tests/check/pipelines/vorbisenc.c (GST_START_TEST):
2054           Add a test to check this.  Without the above patch this test fails.
2055
2056 2007-03-26  Jan Schmidt  <thaytan@mad.scientist.com>
2057
2058         * gst-libs/gst/rtp/Makefile.am:
2059         The base audio payloader uses GstAdapter - we need GST_BASE_LIBS.
2060
2061 2007-03-23  Michael Smith  <msmith@fluendo.com>
2062
2063         * gst/videorate/gstvideorate.c: (gst_video_rate_setcaps),
2064         (gst_video_rate_reset), (gst_video_rate_chain):
2065           If videorate changes caps, we can no longer use the old buffer
2066           (which may have a different size, incompatible with our caps).
2067           So don't do that; just duplicate the new frame more times.
2068
2069 2007-03-22  Jan Schmidt  <thaytan@mad.scientist.com>
2070
2071         * gst/playback/gstplaybin.c: (gst_play_bin_class_init):
2072         Remove playbin's override of the set_clock vmethod. It's irrelevant
2073         after Wim's commit on the 19th.
2074
2075 2007-03-22  Wim Taymans  <wim@fluendo.com>
2076
2077         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_get_size),
2078         (gst_gnome_vfs_src_start), (gst_gnome_vfs_src_stop):
2079         * ext/gnomevfs/gstgnomevfssrc.h:
2080         Don't cache file sizes. Fixes #341078.
2081
2082 2007-03-21  Tim-Philipp Müller  <tim at centricular dot net>
2083
2084         * gst/playback/gstplaybin.c: (add_sink):
2085           Use GST_PTR_FORMAT to log caps. 
2086
2087 2007-03-21  Tim-Philipp Müller  <tim at centricular dot net>
2088
2089         Patch by: Young-Ho Cha <ganadist at chollian net>
2090
2091         * gst/subparse/samiparse.c: (handle_start_font):
2092           Special-case some more colour names that pango doesn't handle by
2093           default. Fixes #420578.
2094
2095 2007-03-20  Michael Smith  <msmith@fluendo.com>
2096
2097         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_chain):
2098           If we get a zero-sized input buffer, don't pass it to libvorbis, as
2099           that marks EOS internally. After that, libvorbis will buffer all
2100           input data, and encode none of it, eventually leading to memory
2101           exhaustion.
2102
2103 2007-03-19  Wim Taymans  <wim@fluendo.com>
2104
2105         * gst/playback/gstdecodebin.c: (remove_fakesink):
2106         Don't post STATE_DIRTY anymore.
2107
2108         * gst/playback/gstplaybin.c: (add_sink), (gst_play_bin_send_event),
2109         (gst_play_bin_change_state):
2110         Remove stream_time reset in seek handling, core does that now.
2111         Disable clocking for live pipelines by forcing a NULL clock to the
2112         complete pipeline, core is too smart now for our previous hack.
2113         We can always autoplug in PAUSED now.
2114
2115 2007-03-17  David Schleef  <ds@schleef.org>
2116
2117         * REQUIREMENTS:  Update this file, change the formatting to make
2118         it more consistent, plus more machine readable.
2119
2120 2007-03-16  Michael Smith  <msmith@fluendo.com>
2121
2122         * gst/audioconvert/gstaudioconvert.c: (make_lossless_changes),
2123         (strip_width_64), (append_with_other_format):
2124           Previous fix was too simplistic, and broke the tests. Use a better
2125           approach; only strip 64 from widths for integer audio.
2126
2127 2007-03-16  Michael Smith  <msmith@fluendo.com>
2128
2129         * gst/audioconvert/gstaudioconvert.c: (make_lossless_changes),
2130         (gst_audio_convert_transform_caps):
2131           We don't support 64 bit integer audio, so don't try to claim we can.
2132           Stops us producing caps don't match our template caps.
2133           Update comments.
2134
2135 2007-03-15  Michael Smith  <msmith@fluendo.com>
2136
2137         * gst/audioresample/gstaudioresample.c:
2138         (audioresample_check_discont), (audioresample_transform):
2139           Don't trigger discontinuities for very small imperfections; a filter
2140           flush will sound bad, and many plugins have rounding errors leading
2141           to these.
2142
2143 2007-03-14 Philippe Kalaf <philippe.kalaf@collabora.co.uk>       
2144
2145         Patch by Olivier Crete <olivier.crete@collabora.co.uk>
2146
2147         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
2148         * gst-libs/gst/rtp/gstbasertpaudiopayload.h:
2149         API: add "min-ptime" property to RTP base audio payloader.
2150         API: add gst_base_rtp_audio_payload_push().
2151         API: add gst_base_rtp_audio_payload_get_adapter().
2152         Fixes #415001
2153         Indentation/whitespace/documentation fixes.
2154
2155 2007-03-14  Julien MOUTTE  <julien@moutte.net>
2156
2157         * gst/audioresample/gstaudioresample.c: (gst_audioresample_init),
2158         (audioresample_transform_size), (audioresample_do_output),
2159         (audioresample_transform), (audioresample_pushthrough): Handle
2160         discontinuous streams.
2161         * gst/audioresample/gstaudioresample.h:
2162         * tests/check/elements/audioresample.c:
2163         (test_discont_stream_instance), (GST_START_TEST),
2164         (audioresample_suite): Add a test for discontinuous streams.
2165         * win32/common/config.h: Updated.
2166
2167 2007-03-14  Thomas Vander Stichele  <thomas at apestaart dot org>
2168
2169         * po/af.po:
2170         * po/az.po:
2171         * po/cs.po:
2172         * po/en_GB.po:
2173         * po/it.po:
2174         * po/nb.po:
2175         * po/nl.po:
2176         * po/or.po:
2177         * po/sq.po:
2178         * po/sr.po:
2179         * po/sv.po:
2180         * po/uk.po:
2181         * po/vi.po:
2182           Update translations from translation project.
2183
2184 2007-03-14  Thomas Vander Stichele  <thomas at apestaart dot org>
2185
2186         * gst/audioresample/debug.h:
2187         * gst/audioresample/resample.c: (resample_init):
2188           Since I really am not interested in a debug line for each sample
2189           being processed, move the library's debugging to its own category,
2190           libaudioresample
2191
2192 2007-03-13  Michael Smith  <msmith@fluendo.com>
2193
2194         * ext/theora/theoradec.c: (theora_handle_type_packet):
2195           Since the plugin doesn't support anything other than 4:2:0 right
2196           now, post an error and fail if we get something else. Won't matter
2197           until libtheora supports the other pixel formats, but hopefully
2198           that'll be soon...
2199
2200 2007-03-10  Sebastien Moutte  <sebastien@moutte.net>
2201
2202         * gst-libs/gst/audio/gstbaseaudiosink.c:(gst_base_audio_sink_render):
2203         Use gst_guint64_to_gdouble for conversion.
2204         * win32/MANIFEST:
2205         Add new files to the win32 MANIFEST.
2206         * win32/common/libgstaudio.def:
2207         * win32/common/libgstpbutils.def:
2208         Add new exported functions.
2209         * win32/vs6/gst_plugins_base.dsw:
2210         * win32/vs6/libgstdecodebin.dsp:
2211         * win32/vs6/libgstplaybin.dsp:
2212         Change the link to libgstpbutils.lib.
2213         * win32/vs6/libgstdecodebin2.dsp:
2214         Add a new project for decodebin2.
2215         * win32/vs6/libgstpbutils.dsp:
2216         Add a new project for pbutils.
2217
2218 2007-03-10  Tim-Philipp Müller  <tim at centricular dot net>
2219
2220         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add):
2221           Also accept partial dates with only year and month,
2222           like 1999-12-00 (fixes #410396 even more).
2223
2224         * tests/check/libs/tag.c: (GST_START_TEST):
2225           Add unit test for the above.
2226
2227 2007-03-10  Tim-Philipp Müller  <tim at centricular dot net>
2228
2229         * tests/check/elements/subparse.c: (GST_START_TEST),
2230         (subparse_suite):
2231           Add unit test for MPL2 subtitle format (#413799).
2232
2233 2007-03-10  Tim-Philipp Müller  <tim at centricular dot net>
2234
2235         Patch by: Kamil Pawlowski  <kamilpe gmail com>
2236
2237         * gst/subparse/Makefile.am:
2238         * gst/subparse/gstsubparse.c:
2239         (gst_sub_parse_data_format_autodetect),
2240         (gst_sub_parse_format_autodetect), (gst_sub_parse_sink_event),
2241         (gst_subparse_type_find):
2242         * gst/subparse/gstsubparse.h:
2243         * gst/subparse/mpl2parse.c: (mpl2_parse_line), (parse_mpl2):
2244         * gst/subparse/mpl2parse.h:
2245           Add support for MPL2 subtitle format (#413799).
2246
2247 2007-03-09  Tim-Philipp Müller  <tim at centricular dot net>
2248
2249         * configure.ac:
2250           We require core CVS for the new buffer metadata copy functions.
2251
2252 2007-03-09  Wim Taymans  <wim@fluendo.com>
2253
2254         * gst-libs/gst/tag/gstid3tag.c:
2255         Add read support for GST_TAG_MUSICBRAINZ_SORTNAME (TSOP) tag.
2256         Fixes #414496.
2257
2258         Patch by: Alex Lancaster <alexl at users sourceforge net>
2259
2260 2007-03-09  Wim Taymans  <wim@fluendo.com>
2261
2262         * ext/libvisual/visual.c: (gst_visual_sink_setcaps),
2263         (gst_vis_src_negotiate), (get_buffer), (gst_visual_chain):
2264         Improve adapter usage and comments.
2265
2266 2007-03-09  Wim Taymans  <wim@fluendo.com>
2267
2268         * ext/pango/gsttextrender.c: (gst_text_render_chain):
2269         * ext/vorbis/vorbistag.c: (gst_vorbis_tag_parse_packet):
2270         * gst-libs/gst/netbuffer/gstnetbuffer.c: (gst_netbuffer_copy):
2271         Use new metadata copy function.
2272
2273         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
2274         (gst_ffmpegcsp_transform):
2275         * gst/videoscale/gstvideoscale.c: (gst_video_scale_transform):
2276         Basetransform copied the metadata for us.
2277
2278 2007-03-09  Tim-Philipp Müller  <tim at centricular dot net>
2279
2280         * ext/pango/gsttextoverlay.c: (gst_text_overlay_text_event),
2281         (gst_text_overlay_video_event):
2282           Some more logging. Only accept newsegment events in TIME format and
2283           send a WARNING message if they are not in TIME format.
2284
2285         * gst/subparse/gstsubparse.c: (gst_sub_parse_dispose),
2286         (gst_sub_parse_init), (gst_sub_parse_src_event), (handle_buffer),
2287         (gst_sub_parse_chain), (gst_sub_parse_sink_event):
2288         * gst/subparse/gstsubparse.h:
2289           No need to allocate GstSegment structure dynamically, just put it
2290           into the instance structure; ignore newsegment events in BYTE
2291           format and in particular don't let it overwrite our saved TIME
2292           segment from the last seek.
2293
2294 2007-03-09  Michael Smith  <msmith@fluendo.com>
2295
2296         * gst/typefind/gsttypefindfunctions.c: (ac3_type_find):
2297           Replace AC3 typefinder with one that isn't terrible, and actually
2298           works usefully.
2299
2300 2007-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
2301
2302         * gst/audioconvert/gstaudioconvert.c:
2303         (gst_audio_convert_transform):
2304           fix error category and translatable string
2305           
2306
2307 2007-03-09  Tim-Philipp Müller  <tim at centricular dot net>
2308
2309         * pkgconfig/gstreamer-plugins-base-uninstalled.pc.in:
2310         * pkgconfig/gstreamer-plugins-base.pc.in:
2311           Fix up utils => pbutils here too.
2312
2313 2007-03-09  Tim-Philipp Müller  <tim at centricular dot net>
2314
2315         * gst/subparse/gstsubparse.c: (handle_buffer):
2316           Break out of loop in chain function as soon as possible if we get
2317           a non-OK flow return.
2318
2319 2007-03-08  Jan Schmidt  <thaytan@mad.scientist.com>
2320
2321         * tests/check/elements/alsa.c: (GST_START_TEST):
2322         Unref the mixer if the state change fails too (if the
2323         alsa devices are inaccessible, for example)
2324
2325 2007-03-08  Jan Schmidt  <thaytan@mad.scientist.com>
2326
2327         * tests/check/Makefile.am:
2328         Don't test libvisual elements in the states check, because libvisual
2329         seems to leak internally.
2330
2331         Re-enable the alsa and states tests now that there's new suppressions
2332         in gst.supp.
2333
2334         * tests/check/elements/alsa.c: (GST_START_TEST):
2335         Don't leak the alsamixer we instantiated.
2336
2337 2007-03-08  Jan Schmidt  <thaytan@mad.scientist.com>
2338
2339         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_clear),
2340         (gst_ximagesink_change_state), (gst_ximagesink_reset),
2341         (gst_ximagesink_finalize):
2342         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state),
2343         (gst_xvimagesink_reset), (gst_xvimagesink_finalize):
2344         Move some cleanup stuff from the state change handler into a _reset()
2345         function that can be called from _finalize(). This ensures that things
2346         get freed even if (for some reason) the NULL->READY state transition
2347         fails in the parent class.
2348         Even if a parent state change fails, process our downward state change
2349         logic instead of bailing out early.
2350         Free the correct xcontext pointer in ximagesink's xcontext_clear.
2351
2352 2007-03-08  Jan Schmidt  <thaytan@mad.scientist.com>
2353
2354         * ext/alsa/gstalsasink.c: (gst_alsasink_open):
2355         Extra log line.
2356
2357         * ext/pango/gstclockoverlay.c: (gst_clock_overlay_init):
2358         * ext/pango/gsttimeoverlay.c: (gst_time_overlay_init):
2359         Use pango_font_description_set_family_static instead of 
2360         pango_font_description_set_family to save a string copy (it was
2361         leaking due to the strdup anyway)
2362
2363         * gst/tcp/gsttcpclientsink.c: (gst_tcp_client_sink_finalize):
2364         * gst/tcp/gsttcpclientsrc.c: (gst_tcp_client_src_finalize):
2365         * gst/tcp/gsttcpserversink.c: (gst_tcp_server_sink_finalize):
2366         * gst/tcp/gsttcpserversrc.c: (gst_tcp_server_src_finalize):
2367         Chain up in finalize.
2368
2369 2007-03-07  Tim-Philipp Müller  <tim at centricular dot net>
2370
2371         * gst-libs/gst/interfaces/mixertrack.c:
2372         (gst_mixer_track_class_init), (gst_mixer_track_get_property),
2373         (gst_mixer_track_set_property):
2374           API: add "untranslated-label" property which should be set by
2375           implementations at construct time (#414645).
2376
2377         * ext/alsa/gstalsamixeroptions.c: (gst_alsa_mixer_options_new):
2378         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
2379           Set "untranslated-label" when constructing mixer track objects.
2380
2381         * tests/check/elements/alsa.c: (GST_START_TEST), (alsa_suite):
2382           Unit test to check the above.
2383
2384 2007-03-07  Wim Taymans  <wim@fluendo.com>
2385
2386         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_read_chain):
2387         Fix confusing debug message.
2388
2389 2007-03-07  Jan Schmidt  <thaytan@mad.scientist.com>
2390
2391         * gst-plugins-base.doap:
2392         update doap file with new version
2393
2394 2007-03-07  Jan Schmidt  <thaytan@mad.scientist.com>
2395
2396         * configure.ac:
2397         Back to CVS
2398
2399 === release 0.10.12 ===
2400
2401 2007-03-07  Jan Schmidt <thaytan@mad.scientist.com>
2402
2403         * configure.ac:
2404           releasing 0.10.12, "Zombie Horde"
2405
2406 2007-03-06  Jan Schmidt  <thaytan@mad.scientist.com>
2407
2408         * configure.ac:
2409         Bump version to 0.10.11.4 pre-release
2410
2411 2007-03-06  Wim Taymans  <wim@fluendo.com>
2412
2413         * gst-libs/gst/audio/gstbaseaudiosink.c:
2414         (gst_base_audio_sink_async_play):
2415         Fix regression that made GStreamer skip the first samples of audio.
2416         Fixes #414684.
2417
2418 2007-03-05  Jan Schmidt  <thaytan@mad.scientist.com>
2419
2420         * configure.ac:
2421         Bump version to 0.10.11.3 pre-release
2422
2423 2007-03-05  Sebastian Dröge  <slomo@circular-chaos.org>
2424
2425         * po/POTFILES.in:
2426           Update paths for the rename from utils to pbutils to fix the build.
2427
2428 2007-03-05  Tim-Philipp Müller  <tim at centricular dot net>
2429
2430         * gst-libs/gst/pbutils/Makefile.am:
2431           Change directory to install headers in from gst/utils to gst/pbutils
2432           as well.
2433
2434 2007-03-05  Thomas Vander Stichele  <thomas at apestaart dot org>
2435
2436         * configure.ac:
2437         * docs/libs/gst-plugins-base-libs-docs.sgml:
2438         * docs/libs/gst-plugins-base-libs-sections.txt:
2439         * gst-libs/gst/Makefile.am:
2440         * gst-libs/gst/interfaces/mixer.c:
2441         * gst-libs/gst/pbutils/Makefile.am:
2442         * gst-libs/gst/pbutils/descriptions.c:
2443         (gst_pb_utils_get_source_description),
2444         (gst_pb_utils_get_sink_description),
2445         (gst_pb_utils_get_decoder_description),
2446         (gst_pb_utils_get_encoder_description),
2447         (gst_pb_utils_get_element_description),
2448         (gst_pb_utils_add_codec_description_to_tag_list),
2449         (gst_pb_utils_get_codec_description), (gst_pb_utils_list_all):
2450         * gst-libs/gst/pbutils/descriptions.h:
2451         * gst-libs/gst/pbutils/install-plugins.c:
2452         * gst-libs/gst/pbutils/install-plugins.h:
2453         * gst-libs/gst/pbutils/missing-plugins.c:
2454         (gst_missing_uri_source_message_new),
2455         (gst_missing_uri_sink_message_new),
2456         (gst_missing_element_message_new),
2457         (gst_missing_decoder_message_new),
2458         (gst_missing_encoder_message_new),
2459         (gst_missing_plugin_message_get_description):
2460         * gst-libs/gst/pbutils/missing-plugins.h:
2461         * gst-libs/gst/pbutils/pbutils.c: (gst_pb_utils_init):
2462         * gst-libs/gst/pbutils/pbutils.h:
2463         * gst-libs/gst/utils/Makefile.am:
2464         * gst-libs/gst/utils/base-utils.c:
2465         * gst-libs/gst/utils/base-utils.h:
2466         * gst-libs/gst/utils/descriptions.c:
2467         * gst-libs/gst/utils/descriptions.h:
2468         * gst-libs/gst/utils/install-plugins.c:
2469         * gst-libs/gst/utils/install-plugins.h:
2470         * gst-libs/gst/utils/missing-plugins.c:
2471         * gst-libs/gst/utils/missing-plugins.h:
2472         * gst-plugins-base.spec.in:
2473         * gst/playback/Makefile.am:
2474         * gst/playback/gstdecodebin.c:
2475         * gst/playback/gstdecodebin2.c:
2476         * gst/playback/gstplaybasebin.c: (setup_subtitle),
2477         (gen_source_element):
2478         * gst/playback/gstplaybin.c: (plugin_init):
2479         * tests/check/Makefile.am:
2480         * tests/check/libs/pbutils.c: (GST_START_TEST),
2481         (test_pb_utils_install_plugins_do_callout), (libgstpbutils_suite):
2482         * tests/check/libs/utils.c:
2483           rename utils to pbutils
2484
2485 2007-03-02  Jan Schmidt  <thaytan@mad.scientist.com>
2486
2487         * docs/plugins/Makefile.am:
2488         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
2489         * docs/plugins/gst-plugins-base-plugins-sections.txt:
2490         * docs/plugins/inspect/plugin-decodebin2.xml:
2491         * gst/playback/gstdecodebin2.c: (gst_decode_bin_class_init):
2492         Add documentation for decodebin2 that indicates that the API
2493         is still unstable.
2494
2495 2007-03-01  Jan Schmidt  <thaytan@mad.scientist.com>
2496
2497         * configure.ac:
2498         Update to 0.10.11.2 (0.10.12 pre-release)
2499
2500 2007-03-01  Wim Taymans  <wim@fluendo.com>
2501
2502         * gst-libs/gst/audio/gstbaseaudiosink.c:
2503         (gst_base_audio_sink_async_play):
2504         base time is irrelevant here.
2505
2506 2007-03-01  Wim Taymans  <wim@fluendo.com>
2507
2508         * gst-libs/gst/audio/gstaudiosink.c: (audioringbuffer_thread_func):
2509         * gst-libs/gst/audio/gstaudiosrc.c: (audioringbuffer_thread_func):
2510         Improve debugging.
2511
2512         * gst-libs/gst/audio/gstbaseaudiosink.c:
2513         (gst_base_audio_sink_query), (gst_base_audio_sink_event),
2514         (gst_base_audio_sink_render), (gst_base_audio_sink_async_play):
2515         Improve latency and clock slaving calculations.
2516         Improve slave clock calibration.
2517
2518         * gst-libs/gst/audio/gstringbuffer.c:
2519         (gst_ring_buffer_commit_full):
2520         When we are asked to render N sample to 0 bytes, return N.
2521
2522 2007-03-01  Wim Taymans  <wim@fluendo.com>
2523
2524         * ext/alsa/gstalsasink.c: (gst_alsasink_class_init),
2525         (gst_alsasink_write), (gst_alsasink_reset):
2526         * ext/alsa/gstalsasink.h:
2527         Remove unused dispose function.
2528         Rename lock to not interfere with alsasrc lock.
2529
2530         * ext/alsa/gstalsasrc.c: (gst_alsasrc_finalize),
2531         (gst_alsasrc_class_init), (gst_alsasrc_init), (set_swparams),
2532         (gst_alsasrc_read), (gst_alsasrc_reset):
2533         * ext/alsa/gstalsasrc.h:
2534         Implement finalize function.
2535         Use lock to protect alsa access.
2536         Implement _reset.
2537         Fine tune sw params.
2538
2539 2007-02-28  Thomas Vander Stichele  <thomas at apestaart dot org>
2540
2541         * configure.ac:
2542           Convert to new AG_GST style.
2543
2544 2007-02-28  Wim Taymans  <wim@fluendo.com>
2545
2546         Patch by: Ed Catmur <ed at catmur dot co dot uk>
2547
2548         * gst/playback/gstplaybin.c: (gst_play_bin_vis_unblocked),
2549         (gst_play_bin_vis_blocked), (gst_play_bin_set_property):
2550         Fix race condition when rapidly switching visualisations in playbin.
2551         Fixes #401029.
2552
2553 2007-02-28  Jan Schmidt  <thaytan@mad.scientist.com>
2554
2555         * tests/check/Makefile.am:
2556         Include local stuff before system installed things in LDFLAGS and
2557         CFLAGS.
2558
2559 2007-02-28  Wim Taymans  <wim@fluendo.com>
2560
2561         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_sink_activate):
2562         Improve debugging.
2563
2564 2007-02-28  Wim Taymans  <wim@fluendo.com>
2565
2566         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init), (gst_v4lsrc_init),
2567         (gst_v4lsrc_fixate), (gst_v4lsrc_query):
2568         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_buffer_new):
2569         Fix duration and timestamping, taking latency into account.
2570         Implement latency query.
2571
2572 2007-02-28  Wim Taymans  <wim@fluendo.com>
2573
2574         * gst-libs/gst/audio/gstaudioclock.c: (gst_audio_clock_init),
2575         (gst_audio_clock_new):
2576         Fix clock name.
2577
2578         * gst-libs/gst/audio/gstbaseaudiosink.c:
2579         (gst_base_audio_sink_init), (gst_base_audio_sink_query):
2580         * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_init),
2581         (gst_base_audio_src_query), (gst_base_audio_src_get_offset),
2582         (gst_base_audio_src_create):
2583         Improve latency query code.
2584         Use proper clock names.
2585
2586 2007-02-28  Thomas Vander Stichele  <thomas at apestaart dot org>
2587
2588         * tests/check/generic/states.c: (GST_START_TEST):
2589           Copy the states.c test from core again
2590         * tests/check/Makefile.am:
2591           ignore cdio and cdparanoiasrc
2592
2593 2007-02-28  Stefan Kost  <ensonic@users.sf.net>
2594
2595         * gst/audioconvert/audioconvert.c: (float), (double), (float_hq),
2596         (double_hq), (audio_convert_get_func_index), (check_default),
2597         (audio_convert_prepare_context), (audio_convert_convert):
2598           Also make valgrind happy and avoid copying data in some cases.
2599
2600 2007-02-28  Stefan Kost  <ensonic@users.sf.net>
2601
2602         * gst/audioconvert/audioconvert.c: (float), (double), (float_hq),
2603         (double_hq), (audio_convert_get_func_index),
2604         (audio_convert_prepare_context), (audio_convert_convert):
2605         * gst/audioconvert/gstaudioconvert.c:
2606         (gst_audio_convert_class_init), (gst_audio_convert_get_unit_size),
2607         (gst_audio_convert_transform_caps):
2608         * tests/check/elements/audioconvert.c: (GST_START_TEST),
2609         (audioconvert_suite):
2610           Don't run inplace if that overwrites source data as we go. Add more
2611           tests. Fixes #339837 even more.
2612
2613 2007-02-27  Julien MOUTTE  <julien@moutte.net>
2614
2615         * tests/examples/seek/seek.c: (do_seek), (set_update_scale),
2616         (msg_segment_done): Fix various seeking bugs (Slider was not
2617         updating when doing a non flushing seek, Reverse playback 
2618         on segment seek was wrong).
2619
2620 2007-02-26  Wim Taymans  <wim@fluendo.com>
2621
2622         * tests/examples/seek/seek.c: (stop_seek):
2623         When we stop scrubbing, don't leave the pipeline PLAYING when we
2624         requested a PAUSED state.
2625
2626 2007-02-25  Tim-Philipp Müller  <tim at centricular dot net>
2627
2628         Patch by: René Stadler <mail at renestadler de>
2629
2630         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add):
2631           Parse date strings in vorbis comments that have an invalid (zero)
2632           month or day (#410396).
2633
2634         * tests/check/libs/tag.c: (GST_START_TEST):
2635           Test case for the above.
2636
2637 2007-02-24  Tim-Philipp Müller  <tim at centricular dot net>
2638
2639         Patch by: Loïc Minier <lool+gnome at via ecp fr>
2640
2641         * configure.ac:
2642         * ext/alsa/Makefile.am:
2643         * gst/audiotestsrc/Makefile.am:
2644           Fix compilation with LDFLAGS='-Wl,-z,defs' (#410963).
2645
2646 2007-02-23  Tim-Philipp Müller  <tim at centricular dot net>
2647
2648         * gst/playback/gstplaybin.c:
2649           Improve docs: point out that the application needs to assist playbin
2650           with buffering.
2651
2652 2007-02-23  Tim-Philipp Müller  <tim at centricular dot net>
2653
2654         * gst-libs/gst/utils/install-plugins.c:
2655         * gst-libs/gst/utils/missing-plugins.c:
2656         * tests/check/libs/utils.c: (missing_msg_check_getters):
2657           Change GStreamer marker prefix in detail string from 'gstreamer.net'
2658           to just 'gstreamer'. Document the caps string component of the
2659           decoder/encoder detail a bit better, since not everyone will be
2660           familiar with the GStreamer media type/caps system (but they better
2661           enjoy nested itemized lists).
2662
2663 2007-02-22  Tim-Philipp Müller  <tim at centricular dot net>
2664
2665         * gst-libs/gst/netbuffer/gstnetbuffer.c:
2666         (notgst_buffer_copy_fields_in_place), (gst_netbuffer_copy):
2667           Fix copying of GstNetBuffer (would crash before, or at least lead to
2668           invalid memory access, #410772), for now by copying the GstBuffer copy
2669           code from the core over here so we can copy the GstBuffer fields on a
2670           provided buffer instance (of type GstNetBuffer in this case). Would be
2671           better to fix this with some support by the core though (and in the long
2672           run change the broken GstBuffer/GstMiniObject copy semantics, #393099).
2673
2674         * tests/check/Makefile.am:
2675           Enable unit test for GstNetBuffer.
2676
2677 2007-02-22  Andy Wingo  <wingo@pobox.com>
2678
2679         * gst-libs/gst/audio/gstbaseaudiosink.c
2680         (gst_base_audio_sink_init): Disable pull-mode activation until we
2681         figure out how to make audio sinks go to PLAYING.
2682
2683 2007-02-22  Stefan Kost  <ensonic@users.sf.net>
2684
2685         * gst/audioconvert/audioconvert.c: (float), (double), (float_hq),
2686         (double_hq), (audio_convert_get_func_index),
2687         (audio_convert_prepare_context), (audio_convert_convert):
2688         * gst/audioconvert/audioconvert.h:
2689         * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_setup_matrix),
2690         (gst_channel_mix_mix_int), (gst_channel_mix_mix_float):
2691         * gst/audioconvert/gstchannelmix.h:
2692         * tests/check/elements/audioconvert.c: (GST_START_TEST):
2693           Add float as an intermediate format, as well as float mixing. Enable
2694           test that was failing before. Fixes #339837
2695
2696 2007-02-21  Jan Schmidt  <thaytan@mad.scientist.com>
2697
2698         * tests/examples/seek/seek.c: (do_seek):
2699         Undo the previous commit: -1 as a stop time implies that the stop
2700         time is the end of file, clearing any previously configured segment.
2701
2702 2007-02-21  Jan Schmidt  <thaytan@mad.scientist.com>
2703
2704         * tests/examples/seek/seek.c: (do_seek):
2705         Don't SEEK_SET with a stop time of -1, use SEEK_NONE instead.
2706
2707 2007-02-21  Stefan Kost  <ensonic@users.sf.net>
2708
2709         * gst/volume/gstvolume.c: (volume_process_int16),
2710         (volume_process_int16_clamp), (volume_set_caps):
2711           Unbreak volume, value remains gint.
2712
2713 2007-02-21  Stefan Kost  <ensonic@users.sf.net>
2714
2715         * gst/volume/gstvolume.c: (volume_choose_func),
2716         (volume_update_real_volume), (gst_volume_set_volume),
2717         (gst_volume_init), (volume_process_double), (volume_process_float),
2718         (volume_process_int16), (volume_process_int16_clamp),
2719         (volume_set_caps), (volume_transform_ip), (volume_update_volume):
2720         * gst/volume/gstvolume.h:
2721           Extend float audio support (double) and some int->uint cleanups.
2722
2723 2007-02-20  Edward Hervey  <edward@fluendo.com>
2724
2725         * gst/playback/gstdecodebin2.c: (gst_decode_bin_dispose),
2726         (multi_queue_underrun_cb), (gst_decode_group_check_if_drained),
2727         (sort_end_pads), (gst_decode_group_expose),
2728         (gst_decode_group_hide):
2729         Don't free groups from the streaming threads. Just put them aside and
2730         free them in dispose.
2731
2732 2007-02-20  Edward Hervey  <edward@fluendo.com>
2733
2734         * gst/playback/gstdecodebin2.c: (connect_element),
2735         (pad_added_group_cb), (gst_decode_group_check_if_blocked),
2736         (sort_end_pads), (gst_decode_group_expose):
2737         Handle dynamic pads within groups.
2738         Sort pads before exposing them in order to make playbin happy.
2739         There still is a race with the multiqueue filling up. This should be
2740         solved separately.
2741         Fixes #398721
2742
2743 2007-02-16  Tim-Philipp Müller  <tim at centricular dot net>
2744
2745         * gst-libs/gst/utils/base-utils.c:
2746         * gst-libs/gst/utils/descriptions.c:
2747         * gst-libs/gst/utils/install-plugins.c:
2748         * gst-libs/gst/utils/missing-plugins.c:
2749           Some more docs (and descriptions for two subtitle formats).
2750
2751 2007-02-16  Tim-Philipp Müller  <tim at centricular dot net>
2752
2753         * gst-libs/gst/audio/audio.c:
2754           Fix documentation.
2755
2756 2007-02-16  Tim-Philipp Müller  <tim at centricular dot net>
2757
2758         Patch by: Yves Lefebvre  <ivanohe abacom com>
2759
2760         * gst/videorate/gstvideorate.c: (gst_video_rate_setcaps):
2761           Don't leak caps. Fixes #408278.
2762
2763 2007-02-15  Stefan Kost  <ensonic@users.sf.net>
2764
2765         * ext/cdparanoia/gstcdparanoiasrc.h:
2766         * ext/ogg/gstoggdemux.h:
2767         * gst-libs/gst/audio/audio.c: (gst_audio_frame_byte_size),
2768         (gst_audio_frame_length), (gst_audio_duration_from_pad_buffer),
2769         (gst_audio_is_buffer_framed), (gst_audio_structure_set_int):
2770         * gst-libs/gst/audio/audio.h:
2771         * gst-libs/gst/audio/gstaudiofilter.h:
2772         * gst-libs/gst/interfaces/videoorientation.h:
2773         * gst/adder/gstadder.h:
2774           More docs coverage and some ChangeLog surgery (add missing names)
2775
2776 2007-02-15  Wim Taymans  <wim@fluendo.com>
2777
2778         * sys/ximage/ximagesink.c:
2779         (gst_ximagesink_calculate_pixel_aspect_ratio):
2780         * sys/xvimage/xvimagesink.c:
2781         (gst_xvimagesink_calculate_pixel_aspect_ratio):
2782         Small constifications.
2783
2784 2007-02-15  Wim Taymans  <wim@fluendo.com>
2785
2786         * gst-libs/gst/audio/gstbaseaudiosink.c:
2787         (gst_base_audio_sink_class_init), (gst_base_audio_sink_query),
2788         (gst_base_audio_sink_render), (gst_base_audio_sink_callback),
2789         (gst_base_audio_sink_async_play),
2790         (gst_base_audio_sink_change_state):
2791         Answer latency query.
2792         Use configured latency when syncing.
2793         Fix clock slaving.
2794
2795         * gst-libs/gst/audio/gstbaseaudiosrc.c:
2796         (gst_base_audio_src_class_init), (gst_base_audio_src_dispose),
2797         (gst_base_audio_src_query), (gst_base_audio_src_change_state):
2798         Fix possible memleak.
2799         Implement latency query.
2800         Small cleanups.
2801
2802 2007-02-15  Wim Taymans  <wim@fluendo.com>
2803
2804         * ext/alsa/gstalsasink.c: (gst_alsasink_reset):
2805         Ignore errors in reset, these are not fatal. They also grab the element
2806         lock which is already taking when this function is called. Fixes
2807         #405451.
2808
2809 2007-02-13  Stefan Kost  <ensonic@users.sf.net>
2810
2811         * configure.ac:
2812           Remove 'tests/examples/xerror/Makefile' from output files again.
2813
2814 2007-02-13  Stefan Kost  <ensonic@users.sf.net>
2815
2816         * configure.ac:
2817         * docs/plugins/Makefile.am:
2818           Also crossref against gst-plugins-base-libs.
2819
2820 2007-02-12  Stefan Kost  <ensonic@users.sf.net>
2821
2822         * configure.ac:
2823         * docs/libs/Makefile.am:
2824         * docs/plugins/Makefile.am:
2825           Add crossreferences to glib/gobject/gstream docs.
2826
2827         * gst-libs/gst/audio/audio.h:
2828           Source formatting.
2829
2830         * gst/audiotestsrc/gstaudiotestsrc.c: (plugin_init):
2831           Add own debug category.
2832
2833 2007-02-12  Tim-Philipp Müller  <tim at centricular dot net>
2834
2835         Patch by: René Stadler <mail at renestadler de>
2836
2837         * gst-libs/gst/tag/gstvorbistag.c:
2838           Add vorbis/FLAC-tag mapping for new GST_TAG_REFERENCE_LEVEL
2839           (#403597).
2840
2841 2007-02-10  Tim-Philipp Müller  <tim at centricular dot net>
2842
2843         * gst/playback/gstplaybasebin.c: (setup_source):
2844           When we have external subtitles and wait for the subtitle decodebin
2845           to get up and running, we set up a (sync) bus handler for the
2846           subtitle decodebin, so we can stop waiting when it posts an error
2847           message. However, we should do that before we set the subtitle
2848           decodebin's state to playing, otherwise things are racy and we might
2849           miss error messages posted before we had a chance to set up the bus.
2850           This should finally fix totem hanging on .txt pseudo-subtitle files.
2851           
2852 2007-02-10  Sébastien Moutte  <sebastien at moutte dot net>
2853
2854         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:(gst_base_rtp_audio_payload_handle_frame_based_buffer):
2855           Use gst_gdouble_to_guint64 for conversions.
2856         * win32/common/config.h.in:
2857           Add a define for GST_INSTALL_PLUGINS_HELPER
2858         * win32/common/libgstaudio.def:
2859         * win32/common/libgstcdda.def:
2860         * win32/common/libgstnetbuffer.def:
2861         * win32/common/libgstrtp.def:
2862         * win32/common/libgutils.def:
2863           Add new exported functions.
2864         * win32/vs6/gst_plugins_base.dsw:
2865         * win32/vs6/libgstdecodebin.dsp:
2866         * win32/vs6/libgstnetbuffer.dsp:
2867         * win32/vs6/libgstplaybin.dsp:
2868         * win32/vs6/libgstrtp.dsp:
2869         * win32/vs6/libgstvorbis.dsp:
2870         * win32/vs6/libgstcdda.dsp:
2871         * win32/vs6/libgstgdp.dsp:
2872         * win32/vs6/libgstutils.dsp:
2873           Update and add new project files.
2874
2875 2007-02-10  Tim-Philipp Müller  <tim at centricular dot net>
2876
2877         * gst/subparse/gstsubparse.c: (subrip_remove_unhandled_tag),
2878         (subrip_remove_unhandled_tags), (parse_subrip):
2879           For SubRip (.srt) subtitles, ignore all markup tags we don't
2880           handle (like font tags, for example).
2881
2882         * tests/check/elements/subparse.c:
2883           Add test for this.
2884
2885 2007-02-09  Tim-Philipp Müller  <tim at centricular dot net>
2886
2887         * gst/playback/gstdecodebin.c: (add_fakesink),
2888         (gst_decode_bin_change_state):
2889         * gst/playback/gstdecodebin2.c: (add_fakesink),
2890         (gst_decode_bin_change_state):
2891           Don't error out if there is no fakesink in the NULL to READY state
2892           change, since when decodebin is re-used, we're only adding the
2893           fakesink element in READY to PAUSED.
2894
2895         * tests/check/elements/decodebin.c:
2896         (new_decoded_pad_plug_fakesink_cb), (GST_START_TEST),
2897         (decodebin_suite):
2898           Minimal unit test to make sure we can use the same decodebin
2899           instance twice (at least with audiotestsrc input).
2900
2901 2007-02-09  Tim-Philipp Müller  <tim at centricular dot net>
2902
2903         * ext/alsa/gstalsa.c: (gst_alsa_find_device_name):
2904           Try to get devic-name from device string first, and from handle only
2905           as fallback (seems to yield better results and is more robust
2906           against buggy probing code on the application side).
2907
2908 2007-02-08  Tim-Philipp Müller  <tim at centricular dot net>
2909
2910         Based on patch by: Julien Puydt <julien.puydt at laposte net>
2911
2912         * ext/alsa/gstalsa.c: (gst_alsa_find_device_name_no_handle),
2913         (gst_alsa_find_device_name):
2914         * ext/alsa/gstalsa.h:
2915         * ext/alsa/gstalsasink.c: (gst_alsasink_get_property):
2916         * ext/alsa/gstalsasrc.c: (gst_alsasrc_get_property):
2917           Improve device-name detection a bit, especially in the case where
2918           the device is not actually open (#405020, #405024). Move common code
2919           into gstalsa.c instead of duplicating it.
2920
2921 2007-02-07  Tim-Philipp Müller  <tim at centricular dot net>
2922
2923         * gst/audioconvert/gstaudioconvert.c:
2924           Fix up docs chunk so that gtk-doc doesn't complain, and fix typo.
2925
2926 2007-02-06  Julien MOUTTE  <julien@moutte.net>
2927
2928         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents),
2929         (gst_xvimagesink_get_xv_support), (gst_xvimagesink_xcontext_clear),
2930         (gst_xvimagesink_interface_supported),
2931         (gst_xvimagesink_probe_get_properties),
2932         (gst_xvimagesink_probe_probe_property),
2933         (gst_xvimagesink_probe_needs_probe),
2934         (gst_xvimagesink_probe_get_values),
2935         (gst_xvimagesink_property_probe_interface_init),
2936         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
2937         (gst_xvimagesink_init), (gst_xvimagesink_class_init),
2938         (gst_xvimagesink_get_type):
2939         * sys/xvimage/xvimagesink.h: Implement PropertyProbe Interface
2940         for XVAdaptors so that one can choose the adaptor to use with 
2941         gstreamer-properties.
2942
2943 2007-02-06  Stefan Kost  <ensonic@users.sf.net>
2944
2945         * gst/audioconvert/gstaudioconvert.c:
2946           Also mention that a conversion from double to float is suboptimal still.
2947
2948 2007-02-06  Tim-Philipp Müller  <tim at centricular dot net>
2949
2950         * gst-libs/gst/audio/gstaudiofilter.c:
2951         (gst_audio_filter_class_init), (gst_audio_filter_change_state):
2952           Clear our formats structure and free the caps contained in it when
2953           shutting down.
2954
2955 2007-02-05  Andy Wingo  <wingo@pobox.com>
2956
2957         * gst-libs/gst/audio/gstbaseaudiosink.c
2958         (gst_base_audio_sink_callback): Update basesink->offset so that we
2959         pull monotonically increasing offsets instead of, um, seeking back
2960         to 0 each time. Fixes alsasrc ! alsasink!
2961
2962 2007-02-05  Tim-Philipp Müller  <tim at centricular dot net>
2963
2964         * gst/videoscale/gstvideoscale.c:
2965           A width and height of 1 makes us crash, so increase minimum size to
2966           2x2 pixels until someone feels like fixing this (#404512).
2967
2968 2007-02-04  Tim-Philipp Müller  <tim at centricular dot net>
2969
2970         * tests/check/pipelines/oggmux.c: (GST_START_TEST), (oggmux_suite):
2971           Add small test to make sure request pads are cleaned up properly
2972           even if oggmux never changes state out of NULL.
2973
2974 2007-02-04  Tim-Philipp Müller  <tim at centricular dot net>
2975
2976         * tests/check/libs/utils.c: (GST_START_TEST):
2977           Fix unit test. Turns out things work much better when you
2978           NULL-terminate string arrays. Should make p5 build bot happy again.
2979
2980 2007-02-03  Tim-Philipp Müller  <tim at centricular dot net>
2981
2982         * gst-libs/gst/audio/Makefile.am:
2983         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
2984         (gst_audio_filter_template_base_init),
2985         (gst_audio_filter_template_class_init),
2986         (gst_audio_filter_template_init),
2987         (gst_audio_filter_template_set_property),
2988         (gst_audio_filter_template_get_property),
2989         (gst_audio_filter_template_setup),
2990         (gst_audio_filter_template_filter),
2991         (gst_audio_filter_template_filter_inplace), (plugin_init):
2992           Oops, forgot to commit fixed-up example.
2993
2994 2007-02-03  Tim-Philipp Müller  <tim at centricular dot net>
2995
2996         * docs/libs/gst-plugins-base-libs-sections.txt:
2997         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audio_filter_get_type),
2998         (gst_audio_filter_class_init), (gst_audio_filter_init),
2999         (gst_audio_filter_set_caps),
3000         (gst_audio_filter_class_add_pad_templates):
3001         * gst-libs/gst/audio/gstaudiofilter.h:
3002           Port GstAudioFilter to 0.10. This change technically breaks
3003           API and ABI (and thus also every library developer's heart),
3004           but seems justifiable on the grounds that the base class was
3005           completely unusable before (ie. would crash immediately when
3006           actually used). Fixes #403963 (and eventually also #403572).
3007           Also document all of this a bit.
3008
3009 2007-02-03  Tim-Philipp Müller  <tim at centricular dot net>
3010
3011         * gst-libs/gst/utils/install-plugins.c:
3012         (gst_install_plugins_spawn_child):
3013         * tests/check/libs/utils.c:
3014         (test_base_utils_install_plugins_do_callout):
3015           Lowering log level to see why things fail on the p5 build bot;
3016           fix some typos in unit test messages.
3017
3018 2007-02-03  Tim-Philipp Müller  <tim at centricular dot net>
3019
3020         * tests/check/libs/utils.c:
3021         (test_base_utils_install_plugins_do_callout):
3022           Don't hard-code temp directory for test helper; use GLib functions
3023           to write out file and do error checking etc.
3024
3025 2007-02-02  Tim-Philipp Müller  <tim at centricular dot net>
3026
3027         * gst-libs/gst/utils/Makefile.am:
3028         * gst-libs/gst/utils/base-utils.h:
3029         * gst-libs/gst/utils/install-plugins.c:
3030         (gst_install_plugins_context_set_xid),
3031         (gst_install_plugins_context_new),
3032         (gst_install_plugins_context_free),
3033         (gst_install_plugins_get_helper),
3034         (gst_install_plugins_spawn_child),
3035         (gst_install_plugins_return_from_status),
3036         (gst_install_plugins_installer_exited),
3037         (gst_install_plugins_async), (gst_install_plugins_sync),
3038         (gst_install_plugins_return_get_name),
3039         (gst_install_plugins_installation_in_progress):
3040         * gst-libs/gst/utils/install-plugins.h:
3041           API: add API for applications to initiate installation of missing
3042           plugins, ie. gst_install_plugins_async() primarily.
3043           Based on libgimme-codec by Ryan Lortie.
3044
3045         * configure.ac:
3046           Add --with-install-plugins-helper configure option so distros can specify
3047           the path of the helper script or program to call when plugin installation
3048           is requested (distros: please do any argument munging in this helper
3049           script instead of patching GStreamer to pass arguments differently
3050           to another program directly).
3051
3052         * docs/libs/gst-plugins-base-libs-docs.sgml:
3053         * docs/libs/gst-plugins-base-libs-sections.txt:
3054           Build and document new API.
3055
3056         * tests/check/libs/utils.c: (result_cb),
3057         (test_base_utils_install_plugins_do_callout), (GST_START_TEST),
3058         (libgstbaseutils_suite):
3059           Some simple checks for the new API.
3060
3061 2007-02-02  Tim-Philipp Müller  <tim at centricular dot net>
3062
3063         * tests/check/elements/audioconvert.c: (test_float_conversion):
3064           Add small test for 32bit float <=> 64bit float conversion (works
3065           only one way so far, 32=>64 produces structured noise).
3066
3067 2007-02-02  Tim-Philipp Müller  <tim at centricular dot net>
3068
3069         * gst/audioconvert/gstaudioconvert.c:
3070         (set_structure_widths_32_and_64), (make_lossless_changes):
3071           We don't support floats with a width of 40, 48 or 56 bits.
3072
3073 2007-02-02  Stefan Kost  <ensonic@users.sf.net>
3074
3075         * gst/audioconvert/audioconvert.c: (float), (double),
3076         (audio_convert_get_func_index):
3077         * gst/audioconvert/gstaudioconvert.c: (set_structure_widths),
3078         (make_lossless_changes):
3079           Support for 64-bit float audio in audioconvert (#339837)
3080
3081 2007-02-01  Tim-Philipp Müller  <tim at centricular dot net>
3082
3083         Patch by: Holger Wansing  <linux wansing-online de>
3084
3085         * po/LINGUAS:
3086         * po/de.po:
3087           Add German translation (#352069).
3088
3089 2007-02-01  Sebastian Dröge  <slomo@circular-chaos.org>
3090
3091         reviewed by: Wim Taymans <wim@fluendo.com>
3092
3093         * ext/ogg/gstoggmux.c: (gst_ogg_mux_ogg_pad_destroy_notify),
3094         (gst_ogg_mux_request_new_pad), (gst_ogg_mux_release_pad):
3095         Use newly added GstCollectPads API to free the allocated resources in
3096         the GstOggPad structures (#402393).
3097
3098 2007-01-31  Jan Schmidt  <thaytan@mad.scientist.com>
3099
3100         * gst/playback/gstplaybin.c: (gen_vis_element):
3101           Add audioresample+audioconvert in front of the visualisation
3102           element, so that elements like libvisual 0.4 that don't support all
3103           samplerates can work.
3104
3105           Fixes: #402505
3106
3107 2007-01-30  Tim-Philipp Müller  <tim at centricular dot net>
3108
3109         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_property),
3110         (gst_play_base_bin_get_streaminfo_value_array):
3111           Take some locks and make a copy of the streaminfo value array we
3112           maintain while holding the lock, so that the application can
3113           retrieve the stream-info as a value array in a thread-safe way.
3114
3115 2007-01-30  Wim Taymans  <wim@fluendo.com>
3116
3117         * gst/audioconvert/gstaudioconvert.c:
3118         Don't fail on 0 sized buffers. Fixes #396835.
3119
3120 2007-01-29  David Schleef  <ds@schleef.org>
3121
3122         * gst/typefind/gsttypefindfunctions.c:
3123           Detect BBCD as video/x-dirac, so we can play raw dirac
3124           streams.
3125
3126 2007-01-29  Tim-Philipp Müller  <tim at centricular dot net>
3127
3128         * ext/theora/theoraenc.c: (theora_enc_chain):
3129           Check return value of theora_encode_header(), or we might try to
3130           allocate a random number of bytes. theora_encode_header() can fail
3131           if libtheora has been compiled with encoding support disabled.
3132           Fixes #398110.
3133
3134 2007-01-29  Wim Taymans  <wim@fluendo.com>
3135
3136         * tests/check/gst/.cvsignore:
3137         Do as buildbot says.
3138
3139 2007-01-29  Wim Taymans  <wim@fluendo.com>
3140
3141         * ext/libvisual/visual.c: (gst_visual_src_setcaps):
3142         Fix strides in libvisual. Gst uses X strides.
3143         Inspired by: <ed at catmur dot co dot uk> and 
3144         <tim at centricular dot net>
3145         Fixes #401118.
3146
3147 2007-01-27  Wim Taymans  <wim@fluendo.com>
3148
3149         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_submit_buffer),
3150         (gst_ogg_demux_get_data), (gst_ogg_demux_get_next_page),
3151         (gst_ogg_demux_get_prev_page), (gst_ogg_demux_do_seek),
3152         (gst_ogg_demux_perform_seek),
3153         (gst_ogg_demux_bisect_forward_serialno),
3154         (gst_ogg_demux_read_chain), (gst_ogg_demux_read_end_chain),
3155         (gst_ogg_demux_find_chains), (gst_ogg_demux_handle_page),
3156         (gst_ogg_demux_chain), (gst_ogg_demux_combine_flows),
3157         (gst_ogg_demux_loop_reverse), (gst_ogg_demux_loop):
3158         * ext/ogg/gstoggdemux.h:
3159         Properly propagate streaming errors when we are scanning the file for
3160         chains so that we don't crash when shut down. Might fix some crashers
3161         when quickly switching oggs in RB such as #332503 and #378436.
3162
3163 2007-01-26  Tim-Philipp Müller  <tim at centricular dot net>
3164
3165         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_start):
3166           Map a gnome-vfs HOST_NOT_FOUND error into a GStreamer NOT_FOUND
3167           error code as well.
3168
3169 2007-01-25  Wim Taymans  <wim@fluendo.com>
3170
3171         * gst/playback/gstplaybasebin.c: (remove_source):
3172         Don't try to disconnect a signal from a finalized object.
3173
3174 2007-01-25  Tim-Philipp Müller  <tim at centricular dot net>
3175
3176         * gst/playback/gstdecodebin2.c: (gst_decode_bin_dispose):
3177           Cast lock macro parameters to make sure we're actually accessing the
3178           lock member at the right class level. Free list itself in _dispose()
3179           as well and NULL it in case dispose gets called multiple times.
3180
3181 2007-01-25  Edward Hervey  <edward@fluendo.com>
3182
3183         * gst/playback/gstdecodebin2.c:
3184         (gst_decode_bin_dispose),(gst_decode_bin_finalize):
3185         Free GstDecodeGroups no longer used.
3186         (gst_decode_group_expose):
3187         Don't unlock too many times !
3188         (deactivate_free_recursive):
3189         Free iterator once we're done with it.
3190         Fix for recursively deactivating elements (stop at ghostpads).
3191
3192 2007-01-25  Tim-Philipp Müller  <tim at centricular dot net>
3193
3194         * gst/playback/gstplaybin.c: (handoff):
3195           Fix up caps on the frame buffer before we save it and potentially
3196           make it accessible to other threads via g_object_get; also use
3197           gst_buffer_replace() instead of gst_mini_object_replace().
3198
3199 2007-01-25  Tim-Philipp Müller  <tim at centricular dot net>
3200
3201         * gst/playback/gstplaybin.c: (gst_play_bin_get_property):
3202           Make getting the current frame thread-safe.
3203
3204 2007-01-25  Edward Hervey  <edward@fluendo.com>
3205
3206         * gst/playback/gstdecodebin2.c: (gst_decode_bin_finalize),
3207         (gst_decode_group_new), (gst_decode_group_free):
3208         Set queues to bigger sizes to cope with HD contents.
3209         Fix some mutex freeing and add comment about MT safe methods.
3210
3211 2007-01-24  Tim-Philipp Müller  <tim at centricular dot net>
3212
3213         * ext/pango/gsttextoverlay.c: (gst_text_overlay_src_event),
3214         (gst_text_overlay_text_event):
3215           Don't unnecessarily ref (and then leak) upstream events if the text
3216           pad is not linked. Fixes #399948.
3217
3218         * tests/check/gst-plugins-base.supp:
3219           Add suppression for pango on edgy/x86 for textoverlay test.
3220
3221 2007-01-24  Wim Taymans  <wim@fluendo.com>
3222
3223         * gst-libs/gst/rtp/gstrtpbuffer.h:
3224         Add some more fixed payloads.
3225
3226 2007-01-23  Tim-Philipp Müller  <tim at centricular dot net>
3227
3228         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_read_chain):
3229           Error out properly if we get an error from libogg while reading the
3230           BOS page(s). Fixes crash parsing 'fuzzed' ogg file (#399340).
3231
3232 2007-01-23  Tim-Philipp Müller  <tim at centricular dot net>
3233
3234         * gst/playback/gstdecodebin2.c: (gst_decode_bin_finalize):
3235           Don't leak mutex.
3236
3237         * tests/check/elements/playbin.c:
3238         (test_sink_usage_video_only_stream),
3239         (test_suburi_error_unknowntype), (test_suburi_error_invalidfile),
3240         (test_suburi_error_wrongproto), (test_missing_urisource_handler),
3241         (test_missing_suburisource_handler),
3242         (test_missing_primary_decoder), (playbin_suite):
3243           Run all tests once with decodebin and once with decodebin2.
3244           One test does not pass yet with decodebin2.
3245
3246 2007-01-23  Edward Hervey  <edward@fluendo.com>
3247
3248         * ext/ogg/gstoggmux.c: (all_pads_eos), (gst_ogg_mux_collected):
3249         Fix the cases where oggmux doesn't properly figure out that all
3250         sinkpads have gone EOS, and therefore doesn't push out the remaining
3251         buffers and the final EOS event.
3252         Fixes #363379
3253
3254 2007-01-23  Julien MOUTTE  <julien@moutte.net>
3255
3256         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents):
3257         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents):
3258         Don't lock on navigation event push, just on keysym to string.
3259         Fixes #397673 again.
3260
3261 2007-01-22  Edward Hervey  <edward@fluendo.com>
3262
3263         * gst/playback/gstdecodebin2.c: (gst_decode_group_new),
3264         (get_current_group), (group_demuxer_event_probe),
3265         (gst_decode_group_expose), (deactivate_free_recursive),
3266         (gst_decode_group_free):
3267         Cleanups.
3268         Don't forget to emit 'no-more-pads' once a group is exposed.
3269         Cleanup elements from a DecodeGroup once we remove it.
3270         Protect call to gst_decode_group_expose() with the decodebin lock.
3271
3272 2007-01-22  Julien MOUTTE  <julien@moutte.net>
3273
3274         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents):
3275         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents):
3276         Looking at Xorg code i can't figure out if that XKeysymToString
3277         function is thread sensible or not. Lock it just in case as
3278         recommended by Radek Doulik <rodo at ximian dot com>.
3279
3280 2007-01-22  Julien MOUTTE  <julien@moutte.net>
3281
3282         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents):
3283         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents):
3284         Lock that X Call as well. Fixes #397673.
3285
3286 2007-01-22  Tim-Philipp Müller  <tim at centricular dot net>
3287
3288         * gst/typefind/gsttypefindfunctions.c: (mpeg4_video_type_find):
3289           Don't go into an endless loop if the file starts with 00 00 01 2X,
3290           like quicktime redirect files might. Fixes #396042.
3291
3292         * tests/check/Makefile.am:
3293         * tests/check/gst/.cvsignore:
3294         * tests/check/gst/typefindfunctions.c: (GST_START_TEST),
3295         (typefindfunctions_suite):
3296           Add unit test for the above.
3297
3298 2007-01-22  Tim-Philipp Müller  <tim at centricular dot net>
3299
3300         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
3301           On second thought, use "depth" field rather than "bpp" field.
3302
3303 2007-01-22  Tim-Philipp Müller  <tim at centricular dot net>
3304
3305         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
3306           Camtasia caps apparently need a bpp field (#398875).
3307
3308 2007-01-19  Tim-Philipp Müller  <tim at centricular dot net>
3309
3310         * gst/playback/gstplaybasebin.c: (setup_subtitle),
3311         (gen_source_element), (gst_play_base_bin_change_state):
3312           Attempt at a better error message in case we don't have the required
3313           URI handler installed; post missing-plugin message also when we're
3314           missing an URI handler for the subtitle URI; clean up properly also
3315           when an error occurs and we never made it to PAUSED state.
3316
3317         * tests/check/elements/playbin.c: (GST_START_TEST),
3318         (playbin_suite):
3319           Check that we're also getting a missing-plugin messsage for a
3320           missing subtitle URI handler (and clean up properly).
3321
3322 2007-01-19  Tim-Philipp Müller  <tim at centricular dot net>
3323
3324         * gst/playback/gstplaybasebin.c: (analyse_source), (setup_source):
3325           Plug a few reference leaks.
3326
3327 2007-01-19  Tim-Philipp Müller  <tim at centricular dot net>
3328
3329         * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find):
3330           Lower probability a bit if the marker isn't right at the start,
3331           to decrease the chance of false positives.
3332
3333 2007-01-19  Tim-Philipp Müller  <tim at centricular dot net>
3334
3335         * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find):
3336           Small mpeg2 system stream typefinding improvement: make typefinder
3337           probe a bit into the stream instead of just looking for a marker
3338           at the beginning. Fixes #397810.
3339
3340 2007-01-18  Tim-Philipp Müller  <tim at centricular dot net>
3341
3342         * gst/audioconvert/gstchannelmix.c:
3343           Remove compatibility cruft for prehistoric GLib versions.
3344
3345 2007-01-17  Tim-Philipp Müller  <tim at centricular dot net>
3346
3347         * gst/playback/Makefile.am:
3348         * gst/playback/gstdecodebin.c: (close_pad_link):
3349         * gst/playback/gstdecodebin2.c: (analyze_new_pad):
3350         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
3351         (gst_play_base_bin_handle_message_func), (unknown_type):
3352           Let decodebin be the element to post missing-plugin messages for
3353           missing decoders (rather than playbin); make playbin implement
3354           GstBin::handle_message so we can suppress missing-plugin messages
3355           for types we're not handling on purpose (don't want to bring up an
3356           installer in those cases).
3357
3358 2007-01-16  Tim-Philipp Müller  <tim at centricular dot net>
3359
3360         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
3361         * gst-libs/gst/tag/gstvorbistag.c:
3362         (gst_tag_list_to_vorbiscomment_buffer):
3363         * gst/typefind/gsttypefindfunctions.c: (vorbis_type_find):
3364           Fix potentially unaligned access (#397207).
3365
3366 2007-01-16  Stefan Kost  <ensonic@users.sf.net>
3367
3368         * tests/examples/seek/seek.c: (set_scale), (update_scale),
3369         (do_seek), (stop_seek), (pause_cb), (stop_cb), (loop_toggle_cb),
3370         (rate_spinbutton_changed_cb), (msg_eos), (msg_segment_done),
3371         (main):
3372           Allow to toggle looping while it plays. Fix callback prototype. Clean
3373           up code a bit more. Add copyright header.
3374
3375 2007-01-16  Stefan Kost  <ensonic@users.sf.net>
3376
3377         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
3378           Red and blue mask was swapped (spotted by Dan Williams).
3379
3380 2007-01-15  Stefan Kost  <ensonic@users.sf.net>
3381
3382         * gst-libs/gst/tag/gstid3tag.c:
3383         * gst-libs/gst/tag/gstvorbistag.c:
3384           Use new beats-per-minute tag from core.
3385
3386 2007-01-15  Tim-Philipp Müller  <tim at centricular dot net>
3387
3388         * po/POTFILES.in:
3389           Add new files with translatable strings, so they actually make it
3390           into the template file one day.
3391
3392 2007-01-12  Andy Wingo  <wingo@pobox.com>
3393
3394         * gst-libs/gst/audio/gstbaseaudiosink.c
3395         (gst_base_audio_sink_fixate): Implement, stolen from baseaudiosrc.
3396         (gst_base_audio_sink_activate_pull): Remove the handwavey nego
3397         stuff, as the base class handles this now. Actually tell the ring
3398         buffer to start.
3399         (gst_base_audio_sink_callback): Cast the ring buffer correctly.
3400         How did this work before? Maybe I'm not as awesome a programmer as
3401         I think.
3402
3403         * gst-libs/gst/audio/gstbaseaudiosrc.c
3404         (gst_base_audio_src_fixate): Rework as a basesrc vmethod instead
3405         of a pad function.
3406
3407 2007-01-12  Tim-Philipp Müller  <tim at centricular dot net>
3408
3409         * gst-libs/gst/utils/missing-plugins.c: (copy_and_clean_caps):
3410           Remove more fields so that the application can better blacklist
3411           formats that have been tried before.
3412
3413 2007-01-12  Tim-Philipp Müller  <tim at centricular dot net>
3414
3415         * gst-libs/gst/audio/mixerutils.h:
3416           Add G_BEGIN_DECLS and G_END_DECLS guards so these helpers can be
3417           used when compiling with c++ compilers as well.
3418
3419 2007-01-12  Tim-Philipp Müller  <tim at centricular dot net>
3420
3421         * gst/typefind/gsttypefindfunctions.c:
3422           Fix comment.
3423
3424 2007-01-11  Tim-Philipp Müller  <tim at centricular dot net>
3425
3426         * gst/playback/gstplaybin.c: (post_missing_element_message),
3427         (gen_video_element), (gen_text_element), (gen_audio_element),
3428         (gen_vis_element):
3429           Post missing-plugin messages also when we error out because
3430           converters, textoverlay or auto*sinks are missing (#161922).
3431
3432 2007-01-10  Wim Taymans  <wim@fluendo.com>
3433
3434         * gst/playback/gstdecodebin.c: (dynamic_add), (close_pad_link),
3435         (is_demuxer_element), (new_caps):
3436         * gst/playback/gstplaybasebin.c: (source_new_pad):
3437         Fix the case where we try to ref a NULL element when we delay a link
3438         because of unfixed caps.
3439         Set the state of autoplugged decodebins to PAUSED.
3440         RTSP now works in playbin, we can remove it from the blacklist.
3441
3442 2007-01-09  Tim-Philipp Müller  <tim at centricular dot net>
3443
3444         * gst/playback/Makefile.am:
3445         * gst/playback/gstplaybasebin.c: (string_arr_has_str),
3446         (unknown_type), (setup_subtitle), (gen_source_element):
3447         * gst/playback/gstplaybin.c: (plugin_init):
3448           Post missing-plugin messages on the bus for missing sources and
3449           missing decoders/demuxers/depayloaders; fix error code used when
3450           we're missing an URI handler source; for media types that we are not
3451           handling on purpose at the moment, don't print "don't know how to
3452           handle xyz" messages to the terminal or post missing-plugin
3453           messages on the bus.
3454
3455         * tests/check/elements/playbin.c: (create_playbin),
3456         (GST_START_TEST), (gst_codec_src_uri_get_type),
3457         (gst_codec_src_uri_get_protocols), (gst_codec_src_uri_get_uri),
3458         (gst_codec_src_uri_set_uri), (gst_codec_src_uri_handler_init),
3459         (gst_codec_src_init_type), (gst_codec_src_base_init),
3460         (gst_codec_src_create), (gst_codec_src_class_init),
3461         (gst_codec_src_init), (plugin_init), (playbin_suite):
3462           Add some tests for the missing-plugin stuff.
3463
3464 2007-01-09  Tim-Philipp Müller  <tim at centricular dot net>
3465
3466         * configure.ac:
3467         * gst-libs/gst/Makefile.am:
3468         * gst-libs/gst/utils/Makefile.am:
3469         * gst-libs/gst/utils/base-utils.c: (gst_base_utils_init):
3470         * gst-libs/gst/utils/base-utils.h:
3471         * gst-libs/gst/utils/descriptions.c: (format_info_get_desc),
3472         (find_format_info), (caps_are_rtp_caps),
3473         (gst_base_utils_get_source_description),
3474         (gst_base_utils_get_sink_description),
3475         (gst_base_utils_get_decoder_description),
3476         (gst_base_utils_get_encoder_description),
3477         (gst_base_utils_get_element_description),
3478         (gst_base_utils_add_codec_description_to_tag_list),
3479         (gst_base_utils_get_codec_description), (gst_base_utils_list_all):
3480         * gst-libs/gst/utils/descriptions.h:
3481         * gst-libs/gst/utils/missing-plugins.c:
3482         (missing_structure_get_type), (copy_and_clean_caps),
3483         (gst_missing_uri_source_message_new),
3484         (gst_missing_uri_sink_message_new),
3485         (gst_missing_element_message_new),
3486         (gst_missing_decoder_message_new),
3487         (gst_missing_encoder_message_new),
3488         (missing_structure_get_string_detail),
3489         (missing_structure_get_caps_detail),
3490         (gst_missing_plugin_message_get_installer_detail),
3491         (gst_missing_plugin_message_get_description),
3492         (gst_is_missing_plugin_message):
3493         * gst-libs/gst/utils/missing-plugins.h:
3494           API: add new libgstbaseutils library with functions
3495           - to create and parse missing-plugins messages
3496           - that provide (translated) descriptions for caps/decoders/sources/etc.
3497           Closes #392393.
3498
3499         * pkgconfig/gstreamer-plugins-base-uninstalled.pc.in:
3500         * pkgconfig/gstreamer-plugins-base.pc.in:
3501           Add new lib.
3502
3503         * docs/libs/gst-plugins-base-libs-docs.sgml:
3504         * docs/libs/gst-plugins-base-libs-sections.txt:
3505           Generate docs for new lib and API.
3506
3507         * tests/check/Makefile.am:
3508         * tests/check/libs/.cvsignore:
3509         * tests/check/libs/utils.c: (missing_msg_check_getters),
3510         (GST_START_TEST), (libgstbaseutils_suite):
3511           Add some basic unit tests.
3512
3513 2007-01-09  Tim-Philipp Müller  <tim at centricular dot net>
3514
3515         * ext/ogg/Makefile.am:
3516           Dist gstoggdemux.h to fix 'make distcheck'.
3517
3518         * sys/v4l/Makefile.am:
3519           Fix 'make distcheck' even more.
3520
3521 2007-01-09  Wim Taymans  <wim@fluendo.com>
3522
3523         * docs/plugins/Makefile.am:
3524         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
3525         * docs/plugins/gst-plugins-base-plugins-sections.txt:
3526         * ext/ogg/gstoggdemux.c: (gst_ogg_page_copy), (gst_ogg_page_free),
3527         (gst_ogg_pad_query_types), (gst_ogg_pad_submit_page),
3528         (gst_ogg_chain_reset), (gst_ogg_chain_new_stream),
3529         (gst_ogg_demux_perform_seek):
3530         * ext/ogg/gstoggdemux.h:
3531         Added docs.
3532         Add some more comments.
3533         Small cleanups.
3534
3535 2007-01-09  Wim Taymans  <wim@fluendo.com>
3536
3537         * ext/theora/theoradec.c:
3538         * ext/vorbis/vorbisdec.c:
3539         * gst-libs/gst/audio/gstringbuffer.c:
3540         (gst_ring_buffer_commit_full):
3541         * gst-libs/gst/audio/gstringbuffer.h:
3542         * gst-libs/gst/rtp/gstrtpbuffer.c:
3543         * gst-libs/gst/tag/gstvorbistag.c:
3544         Small documentation updates/fixes
3545
3546 2007-01-09  Tim-Philipp Müller  <tim at centricular dot net>
3547
3548         * configure.ac:
3549           Require core CVS HEAD for Andy's basesrc/sink API additions.
3550
3551 2007-01-08  Tim-Philipp Müller  <tim at centricular dot net>
3552
3553         Patch by: Günter Thelen  <daedalus dot inc at gmx net>
3554
3555         * gst/typefind/gsttypefindfunctions.c: (flac_type_find),
3556         (plugin_init):
3557           Add typefinder for flac-in-ogg in conformance with the ogg-mapping
3558           on flac.sf.net (there appear to be other versions of the first
3559           ogg page in the wild) (#391365).
3560
3561 2007-01-08  Tim-Philipp Müller  <tim at centricular dot net>
3562
3563         * configure.ac:
3564           Check if localtime_r() is available.
3565
3566         * ext/pango/gstclockoverlay.c: (gst_clock_overlay_render_time):
3567           If localtime_r() is not available, fall back to localtime(). Should
3568           fix build on MingW (#393310).
3569
3570 2007-01-08  Tim-Philipp Müller  <tim at centricular dot net>
3571
3572         * gst/subparse/gstsubparse.c: (parse_mdvdsub):
3573         * gst/subparse/gstsubparse.h:
3574           Remove spurious 1000 subtrahend when calculating the timestamp from
3575           the frame number and the frame rate . Also, use the frames/second
3576           value specified in the first line of the file, if one is specified
3577           there. Should fix #357503.
3578
3579         * tests/check/elements/subparse.c: (do_test),
3580         (test_tmplayer_do_test), (test_microdvd_do_test), (GST_START_TEST),
3581         (subparse_suite):
3582           Add some basic unit tests for the microdvd subtitle format.
3583
3584 2007-01-07  Julien MOUTTE  <julien@moutte.net>
3585
3586         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
3587         (gst_xvimage_buffer_finalize), (gst_xvimagesink_xvimage_new),
3588         (gst_xvimagesink_xvimage_put), (gst_lookup_xv_port_from_adaptor),
3589         (gst_xvimagesink_get_xv_support), (gst_xvimagesink_setcaps),
3590         (gst_xvimagesink_set_xwindow_id),
3591         (gst_xvimagesink_set_event_handling),
3592         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
3593         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
3594         Patch by : Young-Ho Cha <ganadist at chollian dot net>
3595         Fixes : #390076.
3596         Add an adaptor property to select a specific XV adaptor.
3597         * sys/xvimage/xvimagesink.h:
3598
3599 2007-01-07  Julien MOUTTE  <julien@moutte.net>
3600
3601         * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
3602         (gst_ximagesink_handle_xerror), (gst_ximagesink_ximage_new),
3603         (gst_ximagesink_ximage_destroy), (gst_ximagesink_ximage_put),
3604         (gst_ximagesink_handle_xevents), (gst_ximagesink_setcaps),
3605         (gst_ximagesink_change_state), (gst_ximagesink_set_xwindow_id),
3606         (gst_ximagesink_expose), (gst_ximagesink_set_event_handling):
3607         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
3608         (gst_xvimage_buffer_finalize), (gst_xvimagesink_handle_xerror),
3609         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_put),
3610         (gst_xvimagesink_handle_xevents), (gst_xvimagesink_setcaps),
3611         (gst_xvimagesink_change_state), (gst_xvimagesink_set_xwindow_id),
3612         (gst_xvimagesink_expose), (gst_xvimagesink_set_event_handling):
3613         Use flow_lock much more to protect every access to xwindow.
3614         Try to catch erros while creating images in case some drivers are
3615         just generating an XError when the requested image is too big.
3616         Should fix : #354698, #384008, #384060.
3617         * tests/icles/stress-xoverlay.c: (cycle_window), (create_window):
3618         Implement some stress testing of setting window xid.
3619
3620 2007-01-07  Sébastien Moutte  <sebastien@moutte.net>
3621
3622         * win32/common/libgsaudio.def:
3623           Add new exported function.
3624         * win32/common/libgstogg.dsp:
3625           Add gstoggaviparse.c to the build.
3626         * win32/common/libgstvideoscale.dsp:
3627           Add vs_4tap.c to the build.
3628         * win32/common/libgstvorbis.dsp:
3629           Add vorbistag.c to the build.
3630         
3631 2007-01-06  Andy Wingo  <wingo@pobox.com>
3632
3633         * gst-libs/gst/audio/gstbaseaudiosink.c
3634         (gst_base_audio_sink_class_init)
3635         (gst_base_audio_sink_init): 
3636         (gst_base_audio_sink_activate_pull): Add an activate_pull function
3637         to baseaudiosink, and tell basesink that we can work in pull mode.
3638         This way the ring buffer thread drives the pipeline directly, if
3639         pull mode is possible. There is some lingering nastiness regarding
3640         capsnego, however.
3641         (gst_base_audio_sink_callback): Implement the callback to pull
3642         data. This interface is a bit light, though -- it should get a
3643         GstFlowReturn return value at least.
3644
3645 2007-01-05  Tim-Philipp Müller  <tim at centricular dot net>
3646
3647         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_stream_out):
3648         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
3649         * gst/playback/gstdecodebin2.c:
3650         (gst_decode_group_check_if_blocked):
3651           Printf format and missing argument fixes.
3652
3653 2007-01-05  Jan Schmidt  <thaytan@mad.scientist.com>
3654
3655         * ext/ogg/gstogmparse.c: (gst_ogm_parse_stream_header),
3656         (gst_ogm_parse_change_state):
3657         Activate pads before adding them to the element.
3658
3659 2007-01-05  Tim-Philipp Müller  <tim at centricular dot net>
3660
3661         * tests/examples/seek/scrubby.c: (main):
3662         * tests/examples/seek/seek.c: (main):
3663           Call g_thread_init() first thing in main() (see #391278).
3664
3665 2007-01-05  Tim-Philipp Müller  <tim at centricular dot net>
3666
3667         * tests/check/Makefile.am:
3668         * tests/check/libs/.cvsignore:
3669         * tests/check/libs/netbuffer.c: (GST_START_TEST),
3670         (netbuffer_suite):
3671           Add test for GstNetBuffer + gst_buffer_copy(). Disabled
3672           for the time being, since it's broken, see #393099.
3673
3674 2007-01-05  Tim-Philipp Müller  <tim at centricular dot net>
3675
3676         * tests/check/Makefile.am:
3677           Update to use GST_PLUGINS_BASE_CFLAGS as well.
3678
3679 2007-01-04  Thomas Vander Stichele  <thomas at apestaart dot org>
3680
3681         * configure.ac:
3682           split out GST_CFLAGS into GST_PLUGINS_BASE_CFLAGS and GST_CFLAGS
3683           so that GST_BASE_CFLAGS can go inbetween them, making sure
3684           we use uninstalled gst-libs headers
3685         * docs/libs/Makefile.am:
3686         * ext/alsa/Makefile.am:
3687         * ext/cdparanoia/Makefile.am:
3688         * ext/gnomevfs/Makefile.am:
3689         * ext/libvisual/Makefile.am:
3690         * ext/ogg/Makefile.am:
3691         * ext/theora/Makefile.am:
3692         * ext/vorbis/Makefile.am:
3693         * gst-libs/gst/audio/Makefile.am:
3694         * gst-libs/gst/cdda/Makefile.am:
3695         * gst-libs/gst/interfaces/Makefile.am:
3696         * gst-libs/gst/riff/Makefile.am:
3697         * gst-libs/gst/rtp/Makefile.am:
3698         * gst-libs/gst/tag/Makefile.am:
3699         * gst/adder/Makefile.am:
3700         * gst/audioconvert/Makefile.am:
3701         * gst/audiorate/Makefile.am:
3702         * gst/audioresample/Makefile.am:
3703         * gst/playback/Makefile.am:
3704         * gst/tcp/Makefile.am:
3705         * gst/videoscale/Makefile.am:
3706         * gst/volume/Makefile.am:
3707         * sys/ximage/Makefile.am:
3708         * sys/xvimage/Makefile.am:
3709         * tests/icles/Makefile.am:
3710           adapt
3711
3712 2007-01-04  Julien MOUTTE  <julien@moutte.net>
3713
3714         * gst-libs/gst/interfaces/xoverlay.c:
3715         (gst_x_overlay_handle_events):
3716         * gst-libs/gst/interfaces/xoverlay.h:
3717         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new),
3718         (gst_ximagesink_set_xwindow_id),
3719         (gst_ximagesink_set_event_handling),
3720         (gst_ximagesink_xoverlay_init), (gst_ximagesink_set_property),
3721         (gst_ximagesink_get_property), (gst_ximagesink_init),
3722         (gst_ximagesink_class_init):
3723         * sys/ximage/ximagesink.h:
3724         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_new),
3725         (gst_xvimagesink_set_xwindow_id),
3726         (gst_xvimagesink_set_event_handling),
3727         (gst_xvimagesink_xoverlay_init), (gst_xvimagesink_set_property),
3728         (gst_xvimagesink_get_property), (gst_xvimagesink_init),
3729         (gst_xvimagesink_class_init):
3730         * sys/xvimage/xvimagesink.h:
3731         * tests/icles/stress-xoverlay.c: (toggle_events), (create_window):
3732         Add a method to the XOverlay interface to allow disabling of 
3733         event handling in x[v]imagesink elements. This will let X events
3734         propagate to parent windows which can be usefull in some cases.
3735         Be carefull that the application is then responsible of pushing
3736         navigation events and expose events to the video sink.
3737         Fixes: #387138.
3738
3739 2007-01-03  Tim-Philipp Müller  <tim at centricular dot net>
3740
3741         * gst-libs/gst/tag/gstvorbistag.c:
3742         * tests/check/libs/tag.c: (GST_START_TEST):
3743           Add vorbistag <=> GStreamer tag mapping for GST_TAG_LOCATION
3744           (fixes #392070).
3745
3746 2007-01-01  Tim-Philipp Müller  <tim at centricular dot net>
3747
3748         * configure.ac:
3749         * docs/Makefile.am:
3750         * docs/design/Makefile.am:
3751           Dist design docs.
3752
3753 2006-12-27  Julien MOUTTE  <julien@moutte.net>
3754
3755         * docs/libs/gst-plugins-base-libs-sections.txt: Fix a documentation
3756         typo. Fixes: #390063.
3757
3758 2006-12-27  Julien MOUTTE  <julien@moutte.net>
3759
3760         * sys/ximage/ximagesink.c: (gst_ximagesink_setcaps):
3761         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps): Plug a
3762         caps leak.
3763         * win32/common/config.h: Updated.
3764
3765 2006-12-22  Stefan Kost  <ensonic@users.sf.net>
3766
3767         * tests/check/elements/gdpdepay.c: (cleanup_gdpdepay),
3768         (setup_gdpdepay_streamheader):
3769         * tests/check/elements/gdppay.c: (cleanup_gdppay),
3770         (setup_gdppay_streamheader):
3771           Fix the dp tests, but activating the pads for the streamheader tests
3772           too and cleaning up conditionaly
3773
3774 2006-12-22  Jan Schmidt  <thaytan@mad.scientist.com>
3775
3776         * gst/ffmpegcolorspace/avcodec.h:
3777         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
3778         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
3779         (gst_ffmpegcsp_avpicture_fill):
3780         * gst/ffmpegcolorspace/imgconvert.c: (img_convert),
3781         (img_get_alpha_info):
3782         Add 2 new caps arrangements, for 24-bit RGB and BGR in 32-bits, but at the
3783         other end of the word. Fixes: #387073.
3784
3785         Add some inconsequential branch hints in a couple of places.
3786
3787 2006-12-21  Tim-Philipp Müller  <tim at centricular dot net>
3788
3789         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
3790         (gst_ffmpeg_caps_to_smpfmt):
3791           The "signed" field in raw audio caps is of boolean type, trying to
3792           extract the value with _get_int() will fail (fix to keep in sync with
3793           the copy in gst-ffmpeg)
3794
3795 2006-12-21  Stefan Kost  <ensonic@users.sf.net>
3796
3797         * tests/check/elements/audioresample.c: (cleanup_audioresample):
3798         * tests/check/elements/audiotestsrc.c: (cleanup_audiotestsrc):
3799         * tests/check/elements/gdpdepay.c: (setup_gdpdepay),
3800         (cleanup_gdpdepay):
3801         * tests/check/elements/gdppay.c: (setup_gdppay), (cleanup_gdppay):
3802         * tests/check/elements/subparse.c: (teardown_subparse):
3803         * tests/check/elements/textoverlay.c: (cleanup_textoverlay):
3804         * tests/check/elements/videorate.c: (cleanup_videorate):
3805         * tests/check/elements/videotestsrc.c: (cleanup_videotestsrc):
3806         * tests/check/elements/volume.c: (cleanup_volume):
3807         * tests/check/elements/vorbisdec.c: (setup_vorbisdec),
3808         (cleanup_vorbisdec):
3809         * tests/check/elements/vorbistag.c: (setup_vorbistag),
3810         (cleanup_vorbistag):
3811           consistent pad (de)activation
3812
3813 2006-12-20  Tim-Philipp Müller  <tim at centricular dot net>
3814
3815         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
3816           Forgot to register the extensions.
3817
3818 2006-12-20  Tim-Philipp Müller  <tim at centricular dot net>
3819
3820         * gst/typefind/gsttypefindfunctions.c: (vivo_type_find),
3821         (plugin_init):
3822           Add typefinder for VIVO files (my christmas present to the 90s).
3823
3824 2006-12-16  Tim-Philipp Müller  <tim at centricular dot net>
3825
3826         * gst/playback/gstdecodebin.c: (type_found):
3827           Special-case the text/plain media type: we only want to recognise it
3828           as a 'raw' decoded media type if it comes from a demuxer or subtitle
3829           parser, but not if the entire stream is of text/plain type. If the
3830           entire stream is text/plain, we should just error out.
3831
3832           This fixes playback of audio files with lyrics in totem. Totem can't
3833           distinguish between text files and subtitle files and passes any
3834           .txt file with the same basename as the main file to playbin as
3835           suburi, and playbin will then throw a 'subtitle found, but no video
3836           stream' error, which isn't entirely helpful. See #380342.
3837
3838           Also, with this change we'll show a slightly more correct error
3839           message in case totem passes a playlist file to us (although a
3840           custom error message wording instead of the default text would
3841           probably not be a bad idea either).
3842
3843           Same problem also needs to be fixed for playbin+decodebin2.
3844
3845         * tests/check/Makefile.am:
3846         * tests/check/elements/decodebin.c: (src_handoff_cb),
3847         (decodebin_new_decoded_pad_cb), (GST_START_TEST),
3848         (decodebin_suite):
3849           Add simple unit test for decodebin for the above.
3850
3851 2006-12-16  Tim-Philipp Müller  <tim at centricular dot net>
3852
3853         * gst/playback/gstdecodebin.c: (gst_decode_bin_change_state):
3854         * gst/playback/gstdecodebin2.c: (gst_decode_bin_change_state):
3855           Refuse to change state to READY when we failed to create any of the
3856           required elements in our instance init function.
3857
3858 2006-12-15  Tim-Philipp Müller  <tim at centricular dot net>
3859
3860         * docs/libs/gst-plugins-base-libs-sections.txt:
3861           Small docs fixes/updates.
3862
3863         * gst-libs/gst/video/gstvideosink.h:
3864           Remove nonfunctional GST_VIDEO_SINK_CLOCK macro which is a leftover
3865           from the 0.9 days (GST_BASE_SINK_CLOCK, which it points to, was
3866           removed from the base sink API between 0.9.6 and 0.9.7).
3867           API: add GST_VIDEO_SINK_CAST and use it for the height/width
3868           accessor macros, so we don't do a runtime GObject type check every
3869           time we use them.
3870
3871 2006-12-15  Thomas Vander Stichele  <thomas at apestaart dot org>
3872
3873         * Makefile.am:
3874         * gst-plugins-base.doap:
3875         * gst-plugins-base.spec.in:
3876           add doap file
3877
3878 2006-12-09  Tim-Philipp Müller  <tim at centricular dot net>
3879
3880         Patch by: Jens Granseuer <jensgr at gmx net>
3881
3882         * gst-libs/gst/cdda/gstcddabasesrc.c: (gst_cdda_base_src_create):
3883         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
3884         (gst_base_rtp_audio_payload_handle_frame_based_buffer),
3885         (gst_base_rtp_audio_payload_handle_sample_based_buffer):
3886         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_fixate):
3887           Declare variables at the beginning of a block. Fixes #383195.
3888
3889 2006-12-07  Jan Schmidt  <thaytan@mad.scientist.com>
3890
3891         * configure.ac:
3892         Bump version nano - back to CVS.
3893
3894
3895 === release 0.10.11 ===
3896
3897 2006-12-06  Jan Schmidt <thaytan@mad.scientist.com>
3898
3899         * configure.ac:
3900           releasing 0.10.11, "Dumb things"
3901
3902 2006-12-05  Jan Schmidt  <thaytan@mad.scientist.com>
3903
3904         * gst/playback/gstdecodebin.c: (find_dynamic), (dynamic_add),
3905         (close_pad_link), (elem_is_dynamic), (unlinked), (close_link):
3906         Handle the case where an element has multiple pads with 
3907         unfixed caps as well as still possibly producing more dynamic 
3908         pads by storing each case as a distinct entry in the dynamic list.
3909         Fixes #38223 again.
3910
3911 2006-12-04  Wim Taymans  <wim@fluendo.com>
3912
3913         * gst/playback/gstdecodebin.c: (close_pad_link):
3914         Fix #382223, add more dynamic caps handling.
3915
3916 2006-12-04  Wim Taymans  <wim@fluendo.com>
3917
3918         reviewed by: <delete if not using a buddy>
3919
3920         * gst-libs/gst/audio/gstringbuffer.h:
3921         * gst-libs/gst/netbuffer/gstnetbuffer.c: (gst_netbuffer_init),
3922         (gst_netaddress_set_ip4_interface),
3923         (gst_netaddress_set_ip6_interface), (gst_netaddress_set_loopback),
3924         (gst_netaddress_set_ttl), (gst_netaddress_get_ip4_interface),
3925         (gst_netaddress_get_ip6_interface), (gst_netaddress_get_loopback),
3926         (gst_netaddress_get_ttl):
3927         * gst-libs/gst/netbuffer/gstnetbuffer.h:
3928         * gst/playback/gstdecodebin.c: (close_pad_link):
3929         * tests/examples/seek/seek.c: (end_scrub), (end_seek), (do_seek),
3930         (seek_cb), (stop_seek), (rate_spinbutton_changed_cb):
3931         * win32/common/config.h:
3932
3933 2006-12-01  Michael Smith  <msmith@fluendo.com>
3934
3935         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_chain):
3936           Delete bad debug code.
3937           Fixes #381219
3938
3939 2006-12-01  Jan Schmidt  <thaytan@mad.scientist.com>
3940
3941         * gst/videoscale/vs_4tap.c:
3942         * win32/MANIFEST:
3943         * win32/common/config.h:
3944         * win32/vs8/libgstvideoscale.vcproj:
3945         Fix compilation on win32 under VS8
3946         Patch by: Sergey Scobich <sergey dot scobich at gmail dot com>
3947         Partially fixes #381175
3948
3949 2006-11-30  Michael Smith  <msmith@fluendo.com>
3950
3951         * tests/check/pipelines/theoraenc.c: (check_buffer_granulepos),
3952         (GST_START_TEST):
3953           It would be very bad if, after a discont buffer, we thought every
3954           single following buffer was also discont. So, add to the test to
3955           ensure that this isn't the case.
3956           
3957         * ext/theora/theoraenc.c: (theora_enc_is_discontinuous):
3958           ... it was the case. So fix it.
3959
3960 2006-11-28  Wim Taymans  <wim@fluendo.com>
3961
3962         * gst/playback/gstplaybasebin.c: (check_queue_event):
3963         Improve debug.
3964
3965         * gst/videoscale/gstvideoscale.c: (gst_video_scale_transform_caps):
3966         Fix width and height range from 16 - 4096 to 1 - MAXINT, just like the
3967         padtemplate caps. Refixes #357577.
3968
3969 2006-11-28  Wim Taymans  <wim@fluendo.com>
3970
3971         * gst/playback/gstplaybasebin.c: (check_queue_event),
3972         (queue_threshold_reached), (queue_out_of_data),
3973         (gen_preroll_element):
3974         Add event probe to see when EOS is in a queue and we can disable the
3975         underrun signals. Fixes #357577.
3976
3977 2006-11-28  Edward Hervey  <edward@fluendo.com>
3978
3979         * gst/playback/Makefile.am:
3980         * gst/playback/gstdecodebin2.c: (gst_decode_bin_get_type),
3981         (_gst_boolean_accumulator), (gst_decode_bin_class_init),
3982         (gst_decode_bin_factory_filter), (compare_ranks), (print_feature),
3983         (gst_decode_bin_init), (gst_decode_bin_dispose),
3984         (gst_decode_bin_finalize), (gst_decode_bin_set_property),
3985         (gst_decode_bin_get_property), (gst_decode_bin_set_caps),
3986         (gst_decode_bin_get_caps), (gst_decode_bin_autoplug_continue),
3987         (gst_decode_bin_autoplug_sort), (analyze_new_pad), (connect_pad),
3988         (connect_element), (expose_pad), (type_found),
3989         (pad_added_group_cb), (pad_removed_group_cb),
3990         (no_more_pads_group_cb), (pad_added_cb), (pad_removed_cb),
3991         (no_more_pads_cb), (find_compatibles), (is_demuxer_element),
3992         (are_raw_caps), (multi_queue_overrun_cb),
3993         (multi_queue_underrun_cb), (gst_decode_group_new),
3994         (get_current_group), (group_demuxer_event_probe),
3995         (gst_decode_group_control_demuxer_pad),
3996         (gst_decode_group_control_source_pad),
3997         (gst_decode_group_check_if_blocked),
3998         (gst_decode_group_check_if_drained), (gst_decode_group_expose),
3999         (gst_decode_group_hide), (gst_decode_group_free),
4000         (gst_decode_group_set_complete), (source_pad_blocked_cb),
4001         (source_pad_event_probe), (gst_decode_pad_new), (add_fakesink),
4002         (remove_fakesink), (find_sink_pad), (gst_decode_bin_change_state),
4003         (plugin_init):
4004         New decodebin2 element.
4005         Closes #370092
4006         * gst/playback/gstplay-marshal.list:
4007         Added marshallers for new signals in decodebin2
4008         * gst/playback/gstplaybasebin.c: (setup_subtitle), (make_decoder):
4009         Use decodebin2 if *and only if* the USE_DECODEBIN2 environment variable
4010         is set.
4011
4012 2006-11-28  Wim Taymans  <wim@fluendo.com>
4013
4014         * gst/playback/gstplaybasebin.c: (setup_source),
4015         (gst_play_base_bin_change_state):
4016         Disable rtsp:// uris for the release, it's not good enough yet.
4017         Remove unused var.
4018
4019 2006-11-26  Wim Taymans  <wim@fluendo.com>
4020
4021         * ext/theora/theoradec.c: (gst_theora_dec_reset),
4022         (theora_dec_push_forward), (theora_dec_push_reverse),
4023         (theora_handle_data_packet), (theora_dec_decode_buffer),
4024         (theora_dec_flush_decode), (theora_dec_chain_reverse),
4025         (theora_dec_chain_forward), (theora_dec_chain):
4026         Implement reverse playback.
4027
4028         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_reset),
4029         (vorbis_dec_decode_buffer), (vorbis_dec_flush_decode),
4030         (vorbis_dec_chain_forward):
4031         Clear buffers used for reverse playback in _reset.
4032         No need to set the eos flag, we clip samples using the segment.
4033
4034 2006-11-24  Wim Taymans  <wim@fluendo.com>
4035
4036         * ext/ogg/gstoggdemux.c: (gst_ogg_page_copy), (gst_ogg_page_free),
4037         (gst_ogg_pad_init), (gst_ogg_pad_dispose), (gst_ogg_pad_reset),
4038         (gst_ogg_pad_stream_out), (gst_ogg_pad_submit_page),
4039         (gst_ogg_chain_reset), (gst_ogg_demux_perform_seek):
4040         Some cleanups.
4041         Handle continued pages in reverse mode.
4042
4043 2006-11-24  Wim Taymans  <wim@fluendo.com>
4044
4045         * ext/vorbis/vorbisdec.c: (vorbis_dec_push_forward),
4046         (vorbis_handle_data_packet), (vorbis_dec_decode_buffer),
4047         (vorbis_dec_flush_decode):
4048         Small cleanups.
4049         Don't try to add invalid timestamps.
4050         Clipping will unref the buffer.
4051
4052 2006-11-24  Stefan Kost  <ensonic@users.sf.net>
4053
4054         * gst/adder/gstadder.h:
4055         * gst/audiotestsrc/gstaudiotestsrc.h:
4056           remove obsolete _factory_init protos
4057
4058 2006-11-24  Stefan Kost  <ensonic@users.sf.net>
4059
4060         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_buffer_alloc):
4061           Fix spacing in debug message.
4062
4063 2006-11-23  Wim Taymans  <wim@fluendo.com>
4064
4065         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_page),
4066         (gst_ogg_demux_chain):
4067         Don't just ignore return values from _pad_push().
4068         Small debug improvements.
4069
4070 2006-11-23  Michael Smith  <msmith@fluendo.com>
4071
4072         * ext/ogg/gstoggmux.c: (gst_ogg_mux_process_best_pad):
4073           If our incoming buffer is marked as DISCONT, then increment the page
4074           number (so that the discontinuity is marked in the final ogg
4075           bitstream) and flush the previous page.
4076
4077 2006-11-22  Michael Smith  <msmith@fluendo.com>
4078
4079         * ext/theora/gsttheoraenc.h:
4080         * ext/theora/theoraenc.c: (gst_theora_enc_init),
4081         (theora_enc_reset), (theora_enc_clear), (theora_enc_sink_setcaps),
4082         (theora_buffer_from_packet), (theora_enc_is_discontinuous),
4083         (theora_enc_chain), (theora_enc_change_state):
4084           Mark discontinuities of > 3/4 of a frame, reinit encoder.
4085
4086         * tests/check/pipelines/theoraenc.c: (check_buffer_granulepos),
4087         (GST_START_TEST), (theoraenc_suite):
4088           Enable discontinuity test, fix it.
4089
4090 2006-11-21  Tim-Philipp Müller  <tim at centricular dot net>
4091
4092         * ext/pango/gsttextoverlay.c: (gst_text_overlay_init),
4093         (gst_text_overlay_text_pad_unlink), (gst_text_overlay_text_event),
4094         (gst_text_overlay_video_event), (gst_text_overlay_pop_text),
4095         (gst_text_overlay_text_chain), (gst_text_overlay_video_chain),
4096         (gst_text_overlay_change_state):
4097         * ext/pango/gsttextoverlay.h:
4098           Some textoverlay fixes: for one, in the video chain function,
4099           actually wait for a text buffer to come in if there is none at the
4100           moment and there should be one; also, deal more gracefully with
4101           incoming buffers that do not have a timestamp or duration; discard
4102           text buffer when not needed any longer. Fixes #341681.
4103
4104         * tests/check/Makefile.am:
4105         * tests/check/elements/.cvsignore:
4106         * tests/check/elements/textoverlay.c:
4107         (notgst_check_setup_src_pad2), (notgst_check_teardown_src_pad2),
4108         (setup_textoverlay), (buffer_is_all_black), (create_black_buffer),
4109         (create_text_buffer), (cleanup_textoverlay), (GST_START_TEST),
4110         (test_video_waits_for_text_send_text_newsegment_thread),
4111         (test_video_waits_for_text_shutdown_element),
4112         (test_render_continuity_push_video_buffers_thread),
4113         (textoverlay_suite):
4114           Add some unit tests for textoverlay.
4115
4116 2006-11-21  Tim-Philipp Müller  <tim at centricular dot net>
4117
4118         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset):
4119           Avoid integer underflow when the found probability for mp3 is
4120           smaller than the 'penalty' we subtract if there's not a clean
4121           mp3 header sync at offset 0.
4122
4123 2006-11-21  Stefan Kost  <ensonic@users.sf.net>
4124
4125         * docs/libs/gst-plugins-base-libs-sections.txt:
4126           Add some new symbols to the docs
4127
4128 2006-11-20  Tim-Philipp Müller  <tim at centricular dot net>
4129
4130         * tests/check/Makefile.am:
4131         * tests/check/elements/ffmpegcolorspace.c:
4132         (ffmpegcolorspace_suite):
4133           Enable ffmpegcolorspace test now that the RGBA32 issue is fixed
4134           (for now not for valgrinding though, since it takes too long).
4135
4136 2006-11-20  Wim Taymans  <wim@fluendo.com>
4137
4138         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
4139         (gst_ffmpeg_pixfmt_to_caps):
4140         Fix RGBA32 caps. Fixes #357038.
4141
4142 2006-11-20  Tim-Philipp Müller  <tim at centricular dot net>
4143
4144         * gst-libs/gst/interfaces/mixertrack.h:
4145           Add FIXME so we can add some padding here in 0.11
4146
4147 2006-11-19  Tim-Philipp Müller  <tim at centricular dot net>
4148
4149         * gst-libs/gst/rtp/gstbasertpaudiopayload.h:
4150           Fix GstBaseRTPAudioPayload structure so the whole GObject
4151           inheritance business actually works (parent class instance structure
4152           must always come first in the derived class instance structure).
4153
4154 2006-11-16  Tim-Philipp Müller  <tim at centricular dot net>
4155
4156         * gst/videotestsrc/Makefile.am:
4157         * tests/check/Makefile.am:
4158           Make sure our checks and the videotestsrc plugin link against the
4159           local uninstalled gst libs and not any installed gst libs that
4160           might happen to exist as well.
4161
4162         * tests/check/elements/adder.c: (message_received),
4163         (test_event_message_received), (test_play_twice_message_received):
4164         * tests/check/elements/ffmpegcolorspace.c: (GST_START_TEST):
4165           Fix compiler warnings when compiling against core with disabled
4166           debugging system.
4167
4168 2006-11-16  Michael Smith  <msmith@fluendo.com>
4169
4170         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_reset),
4171         (gst_audio_rate_sink_event), (gst_audio_rate_chain):
4172           Fix audiorate, so that it accurately sets offsets and timestamps.
4173           Doesn't change the fundamental algorithmic decisions; so should be
4174           safe.
4175
4176         * tests/check/Makefile.am:
4177           Enable audiorate test now that it passes.
4178
4179 2006-11-09  Stefan Kost  <ensonic@users.sf.net>
4180
4181         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state):
4182           clear xv when going to NULL, remove // commented non-existant proto
4183
4184         * tests/examples/seek/seek.c: (main):
4185           add missing tooltip description for scrub and play_scrub
4186
4187 2006-11-14  David Schleef  <ds@schleef.org>
4188
4189         * configure.ac:
4190           Bump liboil requirement to 0.3.8.
4191         * gst-libs/gst/riff/riff-media.c:
4192           Add Dirac fourcc.
4193         * gst/videoscale/vs_image.h:
4194         * gst/videoscale/vs_scanline.h:
4195           Use liboil's stdint.h.
4196         * gst/videotestsrc/videotestsrc.c:
4197           Remove liboil related ifdef's, since they aren't needed now, and
4198           won't work with future versions.
4199
4200 2006-11-14  David Schleef  <ds@schleef.org>
4201
4202         * gst/videoscale/Makefile.am:
4203         * gst/videoscale/gstvideoscale.c:
4204         * gst/videoscale/gstvideoscale.h:
4205         * gst/videoscale/vs_4tap.c:
4206         * gst/videoscale/vs_4tap.h:
4207         * gst/videoscale/vs_image.c:
4208         * gst/videoscale/vs_image.h:
4209         * gst/videoscale/vs_scanline.c:
4210         * gst/videoscale/vs_scanline.h:
4211           Add a 4-tap image scaler.  Theoretically looks much prettier.
4212           The tap calculation could use some improvement.
4213
4214 2006-11-14  Wim Taymans  <wim@fluendo.com>
4215
4216         Patch by: Jan David Mol <j dot j dot d dot mol at tudelft dot nl>
4217
4218         * gst-libs/gst/riff/riff-read.c: (gst_riff_parse_strf_auds),
4219         (gst_riff_parse_strf_iavs):
4220         * gst/subparse/gstsubparse.c: (convert_encoding):
4221         * gst/tcp/gstmultifdsink.c:
4222         (gst_multi_fd_sink_handle_client_write):
4223         * gst/tcp/gsttcp.c: (gst_tcp_socket_write), (gst_tcp_socket_read),
4224         (gst_tcp_read_buffer), (gst_tcp_gdp_read_caps),
4225         (gst_tcp_gdp_write_buffer), (gst_tcp_gdp_write_caps):
4226         * gst/tcp/gsttcpclientsink.c: (gst_tcp_client_sink_render):
4227         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
4228         (gst_ximagesink_ximage_new):
4229         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new):
4230         Various gsize and gssize printf fixes. Fixes #372507.
4231
4232 2006-11-13  Wim Taymans  <wim@fluendo.com>
4233
4234         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
4235         (vorbis_dec_push_forward), (vorbis_dec_push_reverse),
4236         (vorbis_handle_data_packet), (vorbis_dec_decode_buffer),
4237         (vorbis_dec_flush_decode), (vorbis_dec_chain_reverse),
4238         (vorbis_dec_chain_forward), (vorbis_dec_chain):
4239         * ext/vorbis/vorbisdec.h:
4240         First stab at vorbis reverse playback.
4241
4242 2006-11-13  Wim Taymans  <wim@fluendo.com>
4243
4244         * gst-libs/gst/audio/gstbaseaudiosink.c:
4245         (gst_base_audio_sink_event), (gst_base_audio_sink_render):
4246         * gst-libs/gst/audio/gstbaseaudiosink.h:
4247         Make the clock sync code more accurate wrt resampling and playback
4248         at different rates.
4249         
4250         * gst-libs/gst/audio/gstringbuffer.c:
4251         (gst_ring_buffer_commit_full), (gst_ring_buffer_commit):
4252         * gst-libs/gst/audio/gstringbuffer.h:
4253         Use better algorithm to interpolate sample rates. 
4254
4255 2006-11-13  Michael Smith  <msmith@fluendo.com>
4256
4257         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_page):
4258           Improve a debug line slightly.
4259
4260         * ext/ogg/gstogmparse.c: (gst_ogm_parse_plugin_init):
4261           Call gst_riff_init() in plugin_init, to avoid getting errors from
4262           the debug system (unrelated changes to another plugin made this turn
4263           up; not sure why).
4264
4265 2006-11-10  Tim-Philipp Müller  <tim at centricular dot net>
4266
4267         Patch by: Sergey Scobich  <sergery.scobich at gmail com>
4268
4269         * win32/common/libgsttag.def:
4270           Add missing symbol (#366492).
4271
4272 2006-11-09  Tim-Philipp Müller  <tim at centricular dot net>
4273
4274         * gst/playback/gststreamselector.c: (gst_stream_selector_dispose):
4275           Don't unref a NULL pad.
4276
4277 2006-11-09  Wim Taymans  <wim@fluendo.com>
4278
4279         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_page),
4280         (gst_ogg_demux_get_prev_page), (gst_ogg_demux_perform_seek),
4281         (gst_ogg_demux_handle_page), (gst_ogg_demux_chain),
4282         (gst_ogg_demux_loop_forward), (gst_ogg_demux_loop_reverse),
4283         (gst_ogg_demux_loop):
4284         Implement first stab at reverse playback.
4285
4286 2006-11-07  Stefan Kost  <ensonic@users.sf.net>
4287
4288         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
4289         (gst_riff_create_video_template_caps):
4290           add h263/h264 variants to the caps, Fixes #363118
4291
4292 2006-11-06  Tim-Philipp Müller  <tim at centricular dot net>
4293
4294         * gst-libs/gst/audio/gstaudiosink.c: (audioringbuffer_thread_func):
4295         * gst-libs/gst/audio/gstaudiosrc.c: (audioringbuffer_thread_func):
4296           Use g_strerror instead of strerror so we get UTF-8.
4297
4298 2006-11-03  David Schleef  <ds@schleef.org>
4299
4300         * ext/ogg/gstoggdemux.c:
4301         * ext/ogg/gstoggmux.c:
4302           Add/remove KW-DIRAC header here, since it is ogg-specific.
4303
4304 2006-11-03  Michael Smith  <msmith@fluendo.com>
4305
4306         * gst/typefind/gsttypefindfunctions.c: (mpeg4_video_type_find):
4307           Recognise more mpeg4 elementary video streams.
4308
4309 2006-11-02  Edward Hervey  <edward@fluendo.com>
4310
4311         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset):
4312         Lower the probability of mp3 typefinding functions if we don't find a
4313         valid mp3 header at the start of the file.
4314         Closes #369482
4315
4316 2006-11-02  Wim Taymans  <wim@fluendo.com>
4317
4318         * ext/theora/gsttheoradec.h:
4319         * ext/theora/theoradec.c: (gst_theora_dec_init),
4320         (theora_dec_sink_event), (theora_dec_chain_forward),
4321         (theora_dec_flush_decode), (theora_dec_chain_reverse),
4322         (theora_dec_chain):
4323         Document and partially implement an algorithm for doing reverse playback
4324         of theora video.
4325
4326 2006-11-02  Tim-Philipp Müller  <tim at centricular dot net>
4327
4328         Patch by: Sergey Scobich  <sergey.scobich at gmail com>
4329
4330         * win32/common/config.h:
4331         * win32/common/interfaces-enumtypes.c:
4332         * win32/common/libgsttag.def:
4333         * win32/vs8/gst-plugins-base.sln:
4334         * win32/vs8/libgstaudioresample.vcproj:
4335         * win32/vs8/libgstinterfaces.vcproj:
4336         * win32/vs8/libgstogg.vcproj:
4337         * win32/vs8/libgstriff.vcproj:
4338         * win32/vs8/libgsttag.vcproj:
4339         * win32/vs8/libgsttheora.vcproj:
4340         * win32/vs8/libgstvideoscale.vcproj:
4341         * win32/vs8/libgstvorbis.vcproj:
4342           Misc. VS8 build fixes: fix syntax in config.h, add missing entries
4343           to libgsttag.def; add missing dependencies for some vs8 projects;
4344           re-arrange placement of .def files in vs8 projects (#366334).
4345
4346 2006-11-01  Tim-Philipp Müller  <tim at centricular dot net>
4347
4348         * ext/ogg/gstogg.c:
4349           Remove unused variable.
4350
4351         * ext/ogg/gstoggdemux.c:
4352           Fix Wim's surname in plugin description.
4353
4354 2006-10-31  Wim Taymans  <wim@fluendo.com>
4355
4356         * gst-plugins-base.spec.in:
4357         spec new .h file. Fixes #368310.
4358
4359 2006-10-31  Michael Smith  <msmith@fluendo.com>
4360
4361         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_add_full),
4362         (gst_multi_fd_sink_remove), (gst_multi_fd_sink_clear),
4363         (gst_multi_fd_sink_get_stats),
4364         (gst_multi_fd_sink_remove_client_link),
4365         (gst_multi_fd_sink_queue_buffer),
4366         (gst_multi_fd_sink_handle_clients):
4367         * gst/tcp/gstmultifdsink.h:
4368           Make using the remove or clear signals threadsafe.
4369           Make calling get-stats with an invalid fd not segfault.
4370           Fixes 368273.
4371
4372 2006-10-31  Wim Taymans  <wim@fluendo.com>
4373
4374         * gst-libs/gst/rtp/Makefile.am:
4375         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
4376         (gst_base_rtp_audio_payload_init):
4377         Fix and activate base audio payloader.
4378
4379 2006-10-28  Tim-Philipp Müller  <tim at centricular dot net>
4380
4381         * gst/typefind/gsttypefindfunctions.c: (qtif_type_find),
4382         (plugin_init):
4383           Add typefinder for QuickTime Image Files (see #366156).
4384
4385 2006-10-28  Tim-Philipp Müller  <tim at centricular dot net>
4386
4387         * gst/audioresample/gstaudioresample.c: (gst_audioresample_init):
4388           Another typo fix (#366212).
4389
4390 2006-10-27  Wim Taymans  <wim@fluendo.com>
4391
4392         * gst/volume/gstvolume.c: (volume_transform_ip):
4393         Use stream time to synchronize volume property instead of rather random
4394         timestamps. This is needed when gnonlin does its time shifting.
4395
4396 2006-10-27  Wim Taymans  <wim@fluendo.com>
4397
4398         Patch by: Mark Nauwelaerts <manauw at skynet dot be>
4399
4400         * ext/ogg/gstoggmux.c: (gst_ogg_mux_release_pad):
4401         Remove the pad from the element in release_pad. Fixes #364812.
4402
4403 2006-10-27  Tim-Philipp Müller  <tim at centricular dot net>
4404
4405         * sys/ximage/ximagesink.c: (gst_ximagesink_get_type):
4406         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_type):
4407           Explicitly create our custom buffer classes at a thread-safe
4408           location as well, since g_type_class_ref() doesn't seem to be
4409           entirely thread-safe either (#365501; also see #349410).
4410
4411 2006-10-26  Tim-Philipp Müller  <tim at centricular dot net>
4412
4413         * gst-libs/gst/riff/riff-read.c: (freeform_string_to_utf8),
4414         (gst_riff_parse_info):
4415           If strings in INFO chunk are not UTF-8, do something similar to
4416           what we do for ID3v1 tags: check a number of environment variables
4417           (GST_AVI_TAG_ENCODING, GST_RIFF_TAG_ENCODING, GST_TAG_ENCODING) for
4418           character sets to try, otherwise try the current locale and/or fall
4419           back on ISO-8859-1. Fixes #360552.
4420
4421 2006-10-23  Tim-Philipp Müller  <tim at centricular dot net>
4422
4423         * gst/videotestsrc/gstvideotestsrc.c:
4424         (gst_video_test_src_pattern_get_type),
4425         (gst_video_test_src_set_pattern):
4426         * gst/videotestsrc/gstvideotestsrc.h:
4427         * gst/videotestsrc/videotestsrc.c: (gst_video_test_src_checkers1),
4428         (gst_video_test_src_checkers2), (gst_video_test_src_checkers4),
4429         (gst_video_test_src_checkers8):
4430         * gst/videotestsrc/videotestsrc.h:
4431           Add a bunch of exciting new checkers patterns.
4432
4433 2006-10-23  Tim-Philipp Müller  <tim at centricular dot net>
4434
4435         * gst/subparse/Makefile.am:
4436         * gst/subparse/gstsubparse.c:
4437         (gst_sub_parse_data_format_autodetect),
4438         (gst_sub_parse_format_autodetect), (handle_buffer),
4439         (gst_sub_parse_chain), (gst_subparse_type_find), (plugin_init):
4440         * gst/subparse/gstsubparse.h:
4441         * gst/subparse/tmplayerparse.c: (tmplayer_parse_line),
4442         (parse_tmplayer):
4443         * gst/subparse/tmplayerparse.h:
4444           Add support for TMPlayer-type subtitles (#362845).
4445
4446         * tests/check/elements/subparse.c: (test_tmplayer_do_test),
4447         (GST_START_TEST), (subparse_suite):
4448           Add some basic unit tests for the above.
4449
4450 2006-10-23  Tim-Philipp Müller  <tim at centricular dot net>
4451
4452         * tests/check/elements/audiorate.c: (test_injector_base_init),
4453         (test_injector_class_init), (test_injector_chain),
4454         (test_injector_init), (probe_cb), (do_perfect_stream_test),
4455         (GST_START_TEST), (audiorate_suite):
4456           More tests for audiorate: inject buffers to check behaviour when
4457           buffers overlap.
4458
4459 2006-10-21  Tim-Philipp Müller  <tim at centricular dot net>
4460
4461         * tests/check/Makefile.am:
4462         * tests/check/elements/.cvsignore:
4463         * tests/check/elements/audiorate.c: (probe_cb), (got_buf),
4464         (do_perfect_stream_test), (GST_START_TEST), (audiorate_suite):
4465           Add some basic unit tests for audiorate. Disabled at the moment
4466           since it doesn't pass yet (see bug #363119).
4467
4468 2006-10-20  Tim-Philipp Müller  <tim at centricular dot net>
4469
4470         * gst/subparse/gstsubparse.c: (subrip_fix_up_markup),
4471         (parse_subrip), (handle_buffer):
4472           Add missing closing tags for markup and fix broken markup,
4473           otherwise pango won't render anything (fixes #357531). Also,
4474           make sure the text we send out is always NUL-terminated
4475           (better safe than sorry etc.).
4476
4477         * tests/check/elements/subparse.c: (test_srt_do_test),
4478         (test_srt):
4479           Some more tests for .srt incl. tests for the above stuff.
4480
4481 2006-10-20  Julien MOUTTE  <julien@moutte.net>
4482
4483         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_put):
4484         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put):
4485         Patch by: Stefan Kost  <ensonic@users.sf.net>
4486         Try to redraw borders only when needed. Apparently this consumes
4487         resources on small devices... :-O (#363607)
4488
4489 2006-10-20  Michael Smith  <msmith@fluendo.com>
4490
4491         * gst/tcp/gstmultifdsink.c:
4492         (gst_multi_fd_sink_client_queue_buffer):
4493           If caps change, then update the client's idea of the caps so that we
4494           don't end up re-sending streamheaders for every single buffer after
4495           the caps change.
4496
4497 2006-10-20  Michael Smith  <msmith@fluendo.com>
4498
4499         * ext/ogg/gstoggparse.c: (gst_ogg_parse_dispose),
4500         (gst_ogg_parse_append_header), (gst_ogg_parse_chain):
4501           Set caps on pushed buffers; fix up refcounting of caps objects.
4502
4503 2006-10-19  Tim-Philipp Müller  <tim at centricular dot net>
4504
4505         * gst/typefind/gsttypefindfunctions.c: (mmsh_type_find),
4506         (plugin_init):
4507           Typefind mmsh header data packet to application/x-mmsh (#362625).
4508
4509 2006-10-19  Tim-Philipp Müller  <tim at centricular dot net>
4510
4511         * tests/check/Makefile.am:
4512         * tests/check/elements/.cvsignore:
4513         * tests/check/elements/subparse.c: (buffer_from_static_string),
4514         (setup_subparse), (teardown_subparse), (test_srt_do_test),
4515         (GST_START_TEST), (subparse_suite):
4516           Add very simple unit test for subparse.
4517
4518 2006-10-19  Tim-Philipp Müller  <tim at centricular dot net>
4519
4520         * gst/subparse/gstsubparse.c: (strip_trailing_newlines),
4521         (parse_subrip):
4522           Strip trailing newlines from subtitle text output.
4523
4524 2006-10-18  Tim-Philipp Müller  <tim at centricular dot net>
4525
4526         * gst/subparse/gstsubparse.c: (gst_sub_parse_dispose),
4527         (gst_sub_parse_change_state):
4528           Fix memleak; clear subparse->textbuf n state change function.
4529
4530 2006-10-18  Tim-Philipp Müller  <tim at centricular dot net>
4531
4532         * gst/subparse/gstsubparse.c:
4533         (gst_sub_parse_data_format_autodetect):
4534           Don't require subrip (.srt) files to start with a chunk number of 1.
4535
4536 2006-10-18  Wim Taymans  <wim@fluendo.com>
4537
4538         * gst-libs/gst/audio/gstbaseaudiosink.c:
4539         (gst_base_audio_sink_event), (gst_base_audio_sink_render):
4540         * gst-libs/gst/audio/gstbaseaudiosink.h:
4541         Extract rate from the NEWSEGMENT event.
4542         Use commit_full to also take rate adjustment into account when writing
4543         samples to the ringbuffer.
4544         
4545         * gst-libs/gst/audio/gstringbuffer.c:
4546         (gst_ring_buffer_commit_full), (gst_ring_buffer_commit),
4547         (gst_ring_buffer_read):
4548         * gst-libs/gst/audio/gstringbuffer.h:
4549         Added _commit_full() to also take rate into account.
4550         Use simple interpolation algorithm to resample audio.
4551         API: gst_ring_buffer_commit_full()
4552
4553         * tests/examples/seek/scrubby.c: (speed_cb), (do_seek):
4554         * tests/examples/seek/seek.c: (segment_done):
4555         Don't try to seek with 0.0 rate, just pause instead.
4556         Remove bogus debug line.
4557
4558 2006-10-18  Tim-Philipp Müller  <tim at centricular dot net>
4559
4560         * gst/playback/gstplaybasebin.c: (subbin_startup_sync_msg),
4561         (setup_source):
4562           Catch async errors when starting up the subtitle bin, so we can
4563           stop waiting and continue with the main film instead of hanging
4564           forever. Fixes #339366.
4565
4566         * tests/check/elements/playbin.c: (playbin_suite):
4567           Enable unit test for the above.
4568
4569 2006-10-18  Tim-Philipp Müller  <tim at centricular dot net>
4570
4571         * tests/check/Makefile.am:
4572         * tests/check/elements/.cvsignore:
4573         * tests/check/elements/playbin.c: (GST_START_TEST),
4574         (gst_red_video_src_uri_get_type),
4575         (gst_red_video_src_uri_get_protocols),
4576         (gst_red_video_src_uri_get_uri), (gst_red_video_src_uri_set_uri),
4577         (gst_red_video_src_uri_handler_init),
4578         (gst_red_video_src_init_type), (gst_red_video_src_base_init),
4579         (gst_red_video_src_create), (gst_red_video_src_class_init),
4580         (gst_red_video_src_init), (plugin_init), (playbin_suite):
4581           Some small and basic unit tests for playbin; not very useful yet,
4582           but at least a start.
4583
4584 2006-10-18  Tim-Philipp Müller  <tim at centricular dot net>
4585
4586         * gst/playback/gstplaybin.c: (setup_sinks):
4587           The old pad activation spiel.
4588
4589 2006-10-18  Tim-Philipp Müller  <tim at centricular dot net>
4590
4591         * gst/playback/gstplaybasebin.c: (setup_source):
4592           Don't hang forever if the subbin already fails to start up in 
4593           the state change to PAUSED (#339366).
4594
4595 2006-10-17  Tim-Philipp Müller  <tim at centricular dot net>
4596
4597         * gst-libs/gst/interfaces/tuner.c: (gst_tuner_list_channels),
4598         (gst_tuner_set_channel), (gst_tuner_get_channel),
4599         (gst_tuner_list_norms), (gst_tuner_set_norm), (gst_tuner_get_norm),
4600         (gst_tuner_set_frequency), (gst_tuner_get_frequency),
4601         (gst_tuner_signal_strength), (gst_tuner_find_norm_by_name),
4602         (gst_tuner_find_channel_by_name):
4603           Fix some function guards, add some more function guards.
4604
4605 2006-10-17  Jan Schmidt  <thaytan@mad.scientist.com>
4606
4607         * gst/playback/gstdecodebin.c: (get_our_ghost_pad),
4608         (remove_element_chain):
4609         Don't return a pad from get_our_ghost_pad unless it is actually the
4610         one we want.
4611         Change a cast in remove_element_chain slightly.
4612
4613 2006-10-13  Julien MOUTTE  <julien@moutte.net>
4614
4615         * tests/examples/seek/seek.c: (do_seek), (start_seek),
4616         (rate_spinbutton_changed_cb), (segment_done), (msg_state_changed):
4617         Segment seeking needs to use the rate and set stop to -1.
4618
4619 2006-10-13  Wim Taymans  <wim@fluendo.com>
4620
4621         * gst-libs/gst/audio/gstbaseaudiosink.c:
4622         (gst_base_audio_sink_setcaps):
4623         Don't crash when ringbuffer is not yet created.
4624         Patch by: Ville Syrjala <ville dot syrjala at movial dot fi>
4625         Fixes #361634.
4626
4627         * gst/playback/gstplaybasebin.c: (new_decoded_pad_full):
4628         * gst/playback/gststreamselector.c:
4629         (gst_stream_selector_request_new_pad):
4630         Activate pads befre adding them to running elements.
4631
4632 2006-10-13  Julien MOUTTE  <julien@moutte.net>
4633
4634         * tests/examples/seek/seek.c: (do_seek), (start_seek),
4635         (rate_spinbutton_changed_cb), (msg_state_changed): Stop the scale
4636         updater when we start grabing the slider. Don't wait for the
4637         pipeline to be PAUSED.
4638
4639 2006-10-13  Tim-Philipp Müller  <tim at centricular dot net>
4640
4641         * gst-libs/gst/interfaces/mixer.c: (gst_mixer_list_tracks),
4642         (gst_mixer_set_volume), (gst_mixer_get_volume),
4643         (gst_mixer_set_mute), (gst_mixer_set_option),
4644         (gst_mixer_get_option), (gst_mixer_mute_toggled),
4645         (gst_mixer_record_toggled), (gst_mixer_volume_changed),
4646         (gst_mixer_option_changed):
4647           Guard mixer interface functions against bogus arguments.
4648
4649 2006-10-12  Julien MOUTTE  <julien@moutte.net>
4650
4651         * tests/examples/seek/seek.c: (do_seek), (start_seek), (stop_seek),
4652         (play_cb), (pause_cb), (stop_cb), (rate_spinbutton_changed_cb),
4653         (msg_state_changed), (main): Use state-changed messages to trigger
4654         start/stop of scale update timer. Indeed the scale slider was
4655         jumping here and there because the update timer was activated 
4656         before seek completed. This fixes instant applying of rate changes
4657         by pressing the spinbutton like a crazy man !
4658
4659 2006-10-12  Tim-Philipp Müller  <tim at centricular dot net>
4660
4661         Patch by: Sebastien Cote  <sebas642 at yahoo.ca>
4662
4663         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_init),
4664         (gst_basertppayload_finalize):
4665           Fix two small memory leaks (#361456).
4666
4667 2006-10-10  Julien MOUTTE  <julien@moutte.net>
4668
4669         * tests/examples/seek/seek.c: (do_seek),
4670         (rate_spinbutton_changed_cb): When changing spinbutton we try
4671         to change the rate on the fly.
4672
4673 2006-10-10  Wim Taymans  <wim@fluendo.com>
4674
4675         * gst-libs/gst/riff/riff-ids.h:
4676         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
4677         (gst_riff_create_audio_template_caps):
4678         Add WMS caps.
4679
4680 2006-10-10  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
4681
4682         Patch by: Josep Torre Valles <josep@fluendo.com>
4683
4684         * ext/gnomevfs/gstgnomevfssink.c:
4685         * ext/gnomevfs/gstgnomevfssrc.c:
4686         Fix URI interface implementation return type.
4687         * ext/pango/gsttextoverlay.c: (gst_text_overlay_set_property):
4688         Fix what looks like a copy/paste issue when assigning values.
4689         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
4690         (gst_audio_filter_template_get_type):
4691         Cast to prevent Forte warnings.
4692         * gst-libs/gst/cdda/gstcddabasesrc.c: (gst_cdda_base_src_create):
4693         Fix URI interface implementation return type.
4694         gst_pad_query_position requires a signed integer pointer as
4695         3rd parameter, GstClockTime is unsigned.
4696         * gst/audioconvert/audioconvert.c:
4697         Fix integer overflow when treated as signed.
4698         * gst/audioresample/resample.c: (resample_add_input_data):
4699         Cast to prevent warnings on Forte.
4700         * gst/ffmpegcolorspace/imgconvert.c: (build_rgb_palette):
4701         Fix integer overflow when treated as signed.
4702         * gst/ffmpegcolorspace/imgconvert_template.h:
4703         Fix integer overflow when treated as signed. RGBA_OUT shifts bits.
4704         * gst/playback/gstdecodebin.c: (queue_filled_cb),
4705         (cleanup_decodebin):
4706         Who initialises a guint to -1!
4707         Cast function pointers to prevent warnings on Forte.
4708         * gst/playback/gstplaybasebin.c: (queue_deadlock_check),
4709         (queue_threshold_reached):
4710         Cast function pointers correctly to prevent warnings on Forte.
4711         * gst/playback/gststreaminfo.c: (gst_stream_info_dispose):
4712         Cast function pointers correctly to prevent warnings on Forte.
4713         * gst/subparse/gstssaparse.c: (gst_ssa_parse_setcaps):
4714         Obvious change to unsigned, 0xEF > max signed char.
4715         * gst/tcp/gstmultifdsink.c: (get_buffers_max), (count_burst_unit):
4716         GstClockTime is unsigned, initialise correctly.
4717         * gst/tcp/gsttcp.c: (gst_tcp_socket_write):
4718         Cast so pointer arithemetic doesn't cause warnings on Forte.
4719         * gst/videorate/gstvideorate.c:
4720         Use correct return value.
4721         * tests/examples/seek/scrubby.c:
4722         GstClockTime is unsigned, initialise correctly.
4723
4724 2006-10-10  Tim-Philipp Müller  <tim at centricular dot net>
4725
4726         Patch by: Ferenc Gerlits  <fgerlits at gmail com>
4727
4728         * gst/typefind/gsttypefindfunctions.c:
4729           Recognise XML files and XML-like files shorter than 256 bytes as
4730           well (fixes #359237).
4731
4732 2006-10-09  Edgard Lima <edgard.lima@indt.org.br>
4733
4734         Patch by: Renato Filho <renato.filho@indt.org.br>
4735         
4736         * gst/typefind/gsttypefindfunctions.c:
4737         Added typefind functions to video/x-nuv media.
4738         
4739 2006-10-08  Tim-Philipp Müller  <tim at centricular dot net>
4740
4741         * gst-libs/gst/interfaces/xoverlay.c:
4742         (gst_x_overlay_set_xwindow_id), (gst_x_overlay_expose):
4743           Some more guards against invalid input.
4744
4745 2006-10-07  Julien MOUTTE  <julien@moutte.net>
4746
4747         * ext/pango/gsttextoverlay.c: (gst_text_overlay_text_event): 
4748         Useless goto.
4749         * tests/examples/seek/seek.c: (do_seek),
4750         (rate_spinbutton_changed_cb), (main): Add a rate spinbutton in
4751         seek example to experiment with rates != 1.0 (reverse playback !)
4752
4753 2006-10-06  Stefan Kost  <ensonic@users.sf.net>
4754
4755         * gst-libs/gst/interfaces/xoverlay.c:
4756           Unref message in doc-example (spotted by Robert McQueen)
4757
4758 2006-10-06  Wim Taymans  <wim@fluendo.com>
4759
4760         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset),
4761         (mpeg1_parse_header), (mpeg1_sys_type_find):
4762         printf fix.
4763
4764 2006-10-06  Wim Taymans  <wim@fluendo.com>
4765
4766         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
4767         (close_pad_link):
4768         * gst/playback/gstplaybasebin.c: (new_decoded_pad_full):
4769         Activate dynamic pads before adding them to the element.
4770
4771 2006-10-06  Michael Smith  <msmith@fluendo.com>
4772
4773         * gst-libs/gst/floatcast/floatcast.h:
4774           Fix obviously-bogus macros; use the correct types.
4775
4776 2006-10-06  Wim Taymans  <wim@fluendo.com>
4777
4778         * gst-libs/gst/rtp/gstbasertpdepayload.c:
4779         (gst_base_rtp_depayload_change_state):
4780         Also call parent state change function to activate pads.
4781
4782         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset),
4783         (mpeg1_parse_header), (mpeg1_sys_type_find):
4784         Add some more debug info in mpeg typefinding.
4785
4786 2006-10-06  Michael Smith  <msmith@fluendo.com>
4787
4788         * ext/theora/theoradec.c: (theora_dec_chain):
4789           Zero byte theora packets are valid and well-defined; don't warn on
4790           them.
4791
4792 2006-10-06  Thomas Vander Stichele  <thomas at apestaart dot org>
4793
4794         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init),
4795         (gst_multi_fd_sink_get_stats), (find_limits),
4796         (gst_multi_fd_sink_queue_buffer):
4797           API: add dropped_buffers to the get-stats GValueArray
4798
4799 2006-10-05  Tim-Philipp Müller  <tim at centricular dot net>
4800
4801         * ext/alsa/gstalsadeviceprobe.c:
4802         (gst_alsa_device_property_probe_get_values):
4803         * ext/alsa/gstalsasink.c: (set_hwparams):
4804         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_elem_pad),
4805         (gst_ogg_chain_new_stream), (gst_ogg_demux_read_chain):
4806         * ext/ogg/gstoggmux.c: (gst_ogg_mux_send_headers),
4807         (gst_ogg_mux_process_best_pad):
4808         * ext/ogg/gstoggparse.c: (gst_ogg_parse_new_stream),
4809         (gst_ogg_parse_chain):
4810         * ext/ogg/gstogmparse.c: (gst_ogm_parse_stream_header):
4811         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
4812         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_setup),
4813         (gst_vorbis_enc_buffer_check_discontinuous):
4814         * ext/vorbis/vorbisparse.c: (vorbis_parse_src_query):
4815         * gst-libs/gst/audio/gstbaseaudiosink.c:
4816         (gst_base_audio_sink_render):
4817         * gst-libs/gst/cdda/gstcddabasesrc.c:
4818         (gst_cdda_base_src_handle_track_seek):
4819         * gst-libs/gst/rtp/gstbasertpdepayload.c:
4820         (gst_base_rtp_depayload_push_full):
4821         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_push):
4822         * gst/audioresample/resample.c: (resample_input_pushthrough):
4823         * gst/playback/gstplaybasebin.c: (queue_out_of_data):
4824         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_handle_clients):
4825         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset),
4826         (wavpack_type_find):
4827         * gst/videotestsrc/gstvideotestsrc.c: (gst_video_test_src_create):
4828         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
4829         (gst_xvimagesink_check_xshm_calls), (gst_xvimagesink_xvimage_new):
4830         * tests/check/elements/volume.c: (GST_START_TEST):
4831           Printf format fixes.
4832
4833 2006-10-04  Thomas Vander Stichele  <thomas at apestaart dot org>
4834
4835         * gst/tcp/gsttcp.c: (gst_tcp_gdp_read_caps):
4836           Fix a simple mistake (see the docs)
4837           Fixes #359580
4838
4839 2006-10-03  Tim-Philipp Müller  <tim at centricular dot net>
4840
4841         * docs/plugins/Makefile.am:
4842         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
4843         * docs/plugins/gst-plugins-base-plugins-sections.txt:
4844         * docs/plugins/gst-plugins-base-plugins.args:
4845         * docs/plugins/gst-plugins-base-plugins.hierarchy:
4846         * docs/plugins/inspect/plugin-adder.xml:
4847         * docs/plugins/inspect/plugin-alsa.xml:
4848         * docs/plugins/inspect/plugin-audioconvert.xml:
4849         * docs/plugins/inspect/plugin-audiorate.xml:
4850         * docs/plugins/inspect/plugin-audioresample.xml:
4851         * docs/plugins/inspect/plugin-audiotestsrc.xml:
4852         * docs/plugins/inspect/plugin-cdparanoia.xml:
4853         * docs/plugins/inspect/plugin-decodebin.xml:
4854         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
4855         * docs/plugins/inspect/plugin-gdp.xml:
4856         * docs/plugins/inspect/plugin-gnomevfs.xml:
4857         * docs/plugins/inspect/plugin-libvisual.xml:
4858         * docs/plugins/inspect/plugin-ogg.xml:
4859         * docs/plugins/inspect/plugin-pango.xml:
4860         * docs/plugins/inspect/plugin-playbin.xml:
4861         * docs/plugins/inspect/plugin-subparse.xml:
4862         * docs/plugins/inspect/plugin-tcp.xml:
4863         * docs/plugins/inspect/plugin-theora.xml:
4864         * docs/plugins/inspect/plugin-typefindfunctions.xml:
4865         * docs/plugins/inspect/plugin-video4linux.xml:
4866         * docs/plugins/inspect/plugin-videorate.xml:
4867         * docs/plugins/inspect/plugin-videoscale.xml:
4868         * docs/plugins/inspect/plugin-videotestsrc.xml:
4869         * docs/plugins/inspect/plugin-volume.xml:
4870         * docs/plugins/inspect/plugin-vorbis.xml:
4871         * docs/plugins/inspect/plugin-ximagesink.xml:
4872         * docs/plugins/inspect/plugin-xvimagesink.xml:
4873           Add vorbistag element to docs; update version numbers to 0.10.10.1.
4874
4875 2006-10-03  Tim-Philipp Müller  <tim at centricular dot net>
4876
4877         Patch by: James "Doc" Livingston <doclivingston at gmail com>
4878
4879         * ext/vorbis/Makefile.am:
4880         * ext/vorbis/vorbis.c: (plugin_init):
4881         * ext/vorbis/vorbisparse.c: (gst_vorbis_parse_class_init),
4882         (vorbis_parse_parse_packet), (vorbis_parse_chain):
4883         * ext/vorbis/vorbisparse.h:
4884         * ext/vorbis/vorbistag.c: (gst_vorbis_tag_base_init),
4885         (gst_vorbis_tag_class_init), (gst_vorbis_tag_init),
4886         (gst_vorbis_tag_parse_packet):
4887         * ext/vorbis/vorbistag.h:
4888           Add new vorbistag element which derives from vorbisparse
4889           and is essentially the same as well, only that it implements
4890           the GstTagSetter interface and can modify the stream's
4891           vorbiscomment on the fly (#335635).
4892
4893         * tests/check/Makefile.am:
4894         * tests/check/elements/.cvsignore:
4895         * tests/check/elements/vorbistag.c: (setup_vorbistag),
4896         (cleanup_vorbistag), (buffer_probe), (start_pipeline),
4897         (get_buffer), (stop_pipeline), (_create_codebook_header_buffer),
4898         (_create_audio_buffer), (GST_START_TEST), (vorbistag_suite):
4899           Add unit test for new vorbistag element.
4900
4901 2006-10-03  Tim-Philipp Müller  <tim at centricular dot net>
4902
4903         * ext/vorbis/vorbisparse.c: (gst_vorbis_parse_init),
4904         (vorbis_parse_push_headers), (vorbis_parse_chain):
4905           Set BOS flag in packet structure to fix 'jump depends
4906           on unitialized value' errors in valgrind; various minor
4907           clean-ups.
4908
4909 2006-09-30  Jan Schmidt  <thaytan@mad.scientist.com>
4910
4911         * gst/playback/gstdecodebin.c: (close_pad_link):
4912         Fix typo in a debug statement.
4913
4914         * gst/playback/gstplaybasebin.c: (probe_triggered),
4915         (new_decoded_pad_full), (new_decoded_pad), (subs_new_decoded_pad),
4916         (gen_source_element), (source_new_pad), (analyse_source),
4917         (setup_source):
4918         When handling no_more_pads in new_decoded_pad, make sure to treat
4919         subtitle pads correctly. Fixes playback with subtitle files.
4920
4921         Move a recurring message to LOG level.
4922
4923         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
4924         The maximum value for the Xv colorkey on this Radeon is 0xFFFFFFFF,
4925         which ends up as -1 when cast to an int. Make the logic handle the
4926         max value as an unsigned mask and only change the colorkey when it's
4927         a value we recognise.
4928
4929 2006-09-29 Philippe Kalaf <philippe.kalaf@collabora.co.uk>       
4930
4931         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
4932         Removed empty * between paragraphs
4933
4934 2006-09-29 Philippe Kalaf <philippe.kalaf@collabora.co.uk>       
4935
4936         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
4937         * gst-libs/gst/rtp/README:
4938         Moved some documentation into .c file
4939
4940 2006-09-29  Wim Taymans  <wim@fluendo.com>
4941
4942         * gst/playback/gstdecodebin.c: (no_more_pads):
4943         Fix compilation.
4944
4945 2006-09-29  Wim Taymans  <wim@fluendo.com>
4946
4947         * gst/playback/gstdecodebin.c: (new_caps):
4948         Remove g_print
4949
4950         * gst/playback/gstplaybin.c:
4951         Add some docs.
4952
4953 2006-09-29  Tim-Philipp Müller  <tim at centricular dot net>
4954
4955         * tests/check/Makefile.am:
4956           Re-enable cddabasesrc test to see if it works again
4957           now.
4958
4959 2006-09-29  Wim Taymans  <wim@fluendo.com>
4960
4961         * gst/playback/gstplaybasebin.c: (setup_subtitle),
4962         (gen_source_element):
4963         Handle invalid URIs a bit more gracefully.
4964
4965 2006-09-29  Tim-Philipp Müller  <tim at centricular dot net>
4966
4967         * tests/check/pipelines/oggmux.c:
4968           Remove obsolete comment.
4969
4970 2006-09-29  Michael Smith  <msmith@fluendo.com>
4971
4972         * ext/ogg/gstoggmux.c: (gst_ogg_mux_request_new_pad),
4973         (gst_ogg_mux_release_pad), (gst_ogg_mux_push_buffer),
4974         (gst_ogg_mux_compare_pads), (gst_ogg_mux_queue_pads),
4975         (gst_ogg_mux_send_headers), (gst_ogg_mux_process_best_pad),
4976         (gst_ogg_mux_collected):
4977           Commit patch from James "Doc" Livingston, adds proper EOS handling
4978           in oggmux. GStreamer can, for the first time ever, create a valid
4979           Ogg file! Yay!
4980
4981         * tests/check/pipelines/oggmux.c: (check_chain_final_state),
4982         (oggmux_suite):
4983           Reenable tests now that they pass.
4984
4985 2006-09-29  Wim Taymans  <wim@fluendo.com>
4986
4987         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_handle_clients):
4988         Stop reading commands when EOF (we read 0) as well.
4989
4990 2006-09-28  Wim Taymans  <wim@fluendo.com>
4991
4992         * gst/playback/gstdecodebin.c: (dynamic_create), (dynamic_free),
4993         (close_pad_link), (dynamic_remove), (no_more_pads), (new_caps),
4994         (find_dynamic), (unlinked), (close_link):
4995         Implement delayed caps linking needed for element with a lot of
4996         different caps on the src pads that get fixed at runtime.
4997         Improve management of dynamic elements.
4998
4999         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
5000         (group_destroy), (group_commit), (check_queue), (queue_overrun),
5001         (gen_preroll_element), (remove_groups), (unknown_type),
5002         (add_element_stream), (no_more_pads_full), (no_more_pads),
5003         (sub_no_more_pads), (source_no_more_pads), (preroll_unlinked),
5004         (new_decoded_pad), (setup_subtitle), (array_has_value),
5005         (gen_source_element), (source_new_pad), (has_all_raw_caps),
5006         (analyse_source), (remove_decoders), (make_decoder),
5007         (remove_source), (setup_source), (finish_source), (prepare_output),
5008         (gst_play_base_bin_change_state):
5009         * gst/playback/gstplaybasebin.h:
5010         Use more _CAST instead of full type checking casts.
5011         Small cleanups, plug some leaks.
5012         Handle dynamic sources.
5013         Add some helper functions to create lists of strings used for
5014         blacklisting and other stuff.
5015         Refactor some code dealing with analysing the source.
5016         Re-enable sources without pads (like cd:// or other selfcontained
5017         elements).
5018
5019 2006-09-28  Wim Taymans  <wim@fluendo.com>
5020
5021         * gst-libs/gst/audio/gstbaseaudiosink.c:
5022         (gst_base_audio_sink_render):
5023         When we have a timestamp, we can still perform clipping.
5024         When we have no clock, we must play the sample ASAP.
5025
5026 2006-09-28  Wim Taymans  <wim@fluendo.com>
5027
5028         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_chain):
5029         Set caps on outgoing buffers.
5030
5031         * gst/videorate/gstvideorate.c: (gst_video_rate_flush_prev),
5032         (gst_video_rate_event), (gst_video_rate_chain):
5033         * gst/videorate/gstvideorate.h:
5034         Fix videorate some more. Fixes #357977
5035
5036 2006-09-28  Tim-Philipp Müller  <tim at centricular dot net>
5037
5038         * tests/check/elements/adder.c: (adder_suite):
5039           Don't set timeout to 6 seconds when we're running
5040           in valgrind ... (and how is 6 seconds longer than
5041           the default anyway?)
5042
5043 2006-09-28  Wim Taymans  <wim@fluendo.com>
5044
5045         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_reset),
5046         (gst_audio_rate_sink_event), (gst_audio_rate_convert),
5047         (gst_audio_rate_convert_segments), (gst_audio_rate_chain):
5048         Keep sink and src segment to keep track of time and support more
5049         input formats.
5050         Fix bogus next_offset and run_time calculation, don't understand how
5051         this could have worked before. Fixes #357976.
5052         Remove some unneeded vars.
5053
5054 2006-09-28  Tim-Philipp Müller  <tim at centricular dot net>
5055
5056         * gst/playback/gstplaybin.c: (remove_sinks):
5057           Only remove visualisation from visbin if there is a visbin (or:
5058           don't throw warnings when closing totem without playing a file).
5059
5060 2006-09-27  Wim Taymans  <wim@fluendo.com>
5061
5062         * gst-libs/gst/audio/gstbaseaudiosink.c:
5063         (gst_base_audio_sink_render):
5064         Add some more info in a WARNING.
5065
5066         * gst-libs/gst/audio/gstbaseaudiosrc.c:
5067         (gst_base_audio_src_create):
5068         Handle PAUSE in create function, use new -core addition to
5069         wait for playing. Fixes pausing and resuming capture from an
5070         audiosrc.
5071
5072         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_commit),
5073         (gst_ring_buffer_read):
5074         Constify some more.
5075         Caller supports interrupted reads now.
5076
5077 2006-09-27  Tim-Philipp Müller  <tim at centricular dot net>
5078
5079         * tests/check/Makefile.am:
5080           Another attempt to make the gen64 buildbot happy.
5081
5082 2006-09-27  Stefan Kost  <ensonic@users.sf.net>
5083
5084         Patch by: Jonathan Matthew <jonathan@kaolin.wh9.net>
5085
5086         * ext/libvisual/visual.c: (gst_visual_clear_actors),
5087         (gst_visual_chain), (gst_visual_change_state):
5088           Libvisual plugin was not passing audio data to libvisual 0.4.0 
5089           correctly. Fixes #357800
5090
5091 2006-09-27  Tim-Philipp Müller  <tim at centricular dot net>
5092
5093         * tests/check/pipelines/simple-launch-lines.c: (run_pipeline):
5094           Add timeout to _get_state() so we see which pipeline it is
5095           that causes trouble on the gen64 build bot.
5096
5097 2006-09-27  Wim Taymans  <wim@fluendo.com>
5098
5099         * gst-libs/gst/rtp/gstbasertpdepayload.c:
5100         (gst_base_rtp_depayload_init), (gst_base_rtp_depayload_push_full),
5101         (gst_base_rtp_depayload_push_ts), (gst_base_rtp_depayload_process),
5102         (gst_base_rtp_depayload_set_gst_timestamp):
5103         the source pad always uses fixed caps.
5104
5105 2006-09-27  Wim Taymans  <wim@fluendo.com>
5106
5107         * docs/libs/gst-plugins-base-libs-docs.sgml:
5108         * docs/libs/gst-plugins-base-libs-sections.txt:
5109         * gst-libs/gst/audio/gstaudioclock.c:
5110         * gst-libs/gst/audio/gstaudioclock.h:
5111         * gst-libs/gst/audio/gstaudiosink.c:
5112         * gst-libs/gst/audio/gstaudiosink.h:
5113         * gst-libs/gst/audio/gstaudiosrc.c:
5114         * gst-libs/gst/audio/gstbaseaudiosink.c:
5115         (gst_base_audio_sink_render):
5116         * gst-libs/gst/audio/gstbaseaudiosink.h:
5117         * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_init):
5118         * gst-libs/gst/audio/gstbaseaudiosrc.h:
5119         * gst-libs/gst/audio/gstringbuffer.h:
5120         Added docs for the audio libs.
5121
5122 2006-09-27  Tim-Philipp Müller  <tim at centricular dot net>
5123
5124         * tests/check/Makefile.am:
5125           Temporarily disable test that fails on the bots for unknown reasons.
5126
5127 2006-09-26 Philippe Kalaf <philippe.kalaf@collabora.co.uk>       
5128
5129         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
5130         * gst-libs/gst/rtp/gstbasertpaudiopayload.h:
5131         Moved AudioCodecType into priv
5132         Renamed all gst_basertpaudiopayload to gst_base_rtp_audio_payload prefixes
5133
5134 2006-09-25  Wim Taymans  <wim@fluendo.com>
5135
5136         * gst/playback/gstdecodebin.c: (gst_decode_bin_factory_filter),
5137         (add_fakesink), (remove_fakesink), (pad_probe), (close_pad_link),
5138         (is_demuxer_element), (try_to_link_1), (get_our_ghost_pad),
5139         (new_pad):
5140         Cleanups and small leak fixes.
5141         Added Depayloaders to valid list of autopluggable elements.
5142
5143 2006-09-25  Wim Taymans  <wim@fluendo.com>
5144
5145         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
5146         (gst_play_bin_vis_blocked), (gst_play_bin_set_property),
5147         (gen_video_element), (gen_text_element), (gen_audio_element),
5148         (gen_vis_element), (remove_sinks), (add_sink), (setup_sinks),
5149         (gst_play_bin_set_clock_func), (gst_play_bin_change_state):
5150         Detect NO_PREROLL state change returns and disable clock distribution to
5151         the sinks so that sync is disabled.
5152         Avoid some type checking and do simple casts instead.
5153         Small cleanups, fix some FIXMEs.
5154         Be more robust when linking user specified elements, catch an report
5155         errors. Fixes #357404.
5156         Fix some leaks in the error paths.
5157
5158 2006-09-25  Stefan Kost  <ensonic@users.sf.net>
5159
5160         * ChangeLog:
5161           ChangeLog surgery for missing bug-number
5162
5163 2006-09-25  Tim-Philipp Müller  <tim at centricular dot net>
5164
5165         Patch by: Peter Kjellerstedt  <pkj at axis com>
5166
5167         * gst/playback/test.c:
5168           Fix compilation with uClibc and -Werror (#357591).
5169
5170 2006-09-25  Tim-Philipp Müller  <tim at centricular dot net>
5171
5172         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add):
5173           Parse dates that are followed by a time as well (#357532).
5174
5175         * tests/check/libs/tag.c: (test_vorbis_tags):
5176           Add unit test for this.
5177
5178 2006-09-23  Tim-Philipp Müller  <tim at centricular dot net>
5179
5180         * gst/audioconvert/gstaudioconvert.c: (make_lossless_changes),
5181         (gst_audio_convert_transform_caps):
5182         * gst/videotestsrc/videotestsrc.c: (gst_video_test_src_unicolor):
5183         * gst/videotestsrc/videotestsrc.h:
5184           A few array const-ifications.
5185
5186 2006-09-23  Tim-Philipp Müller  <tim at centricular dot net>
5187
5188         * tests/check/Makefile.am:
5189           See if this makes the build bots happy.
5190
5191         * tests/check/libs/cddabasesrc.c:
5192           UTF8-ise my name.
5193
5194 2006-09-23  Tim-Philipp Müller  <tim at centricular dot net>
5195
5196         Patch by: Young-Ho Cha <ganadist at chollian dot net>
5197
5198         * gst/subparse/samiparse.c: (handle_start_font),
5199         (fix_invalid_entities):
5200           More case-insensitivity for certain tags; recognise entities with
5201           decimal codes as special entities as well (#357330).
5202
5203 2006-09-23  Tim-Philipp Müller  <tim at centricular dot net>
5204
5205         * gst-libs/gst/Makefile.am:
5206           Need to build tag directory before cdda.
5207
5208 2006-09-23  Tim-Philipp Müller  <tim at centricular dot net>
5209
5210         * docs/libs/gst-plugins-base-libs-sections.txt:
5211         * gst-libs/gst/cdda/Makefile.am:
5212         * gst-libs/gst/cdda/gstcddabasesrc.c:
5213         (gst_cdda_base_src_base_init):
5214         * gst-libs/gst/cdda/gstcddabasesrc.h:
5215         * gst-libs/gst/tag/tag.h:
5216         * gst-libs/gst/tag/tags.c: (gst_tag_register_tags_internal),
5217         (gst_tag_register_musicbrainz_tags):
5218           Move GST_TAG_CDDA_* tags into libgsttag and make libgstcddabasesrc
5219           depend on libgsttag. This is required so we can extract/read tags like
5220           DISCID without depending on libgstcddabasesrc (which used to register
5221           them).
5222
5223         * gst-libs/gst/tag/gstvorbistag.c:
5224           Add vorbiscomment mapping for CDDB_DISCID and MUSICBRAINZ_DISCID
5225           tags (also see #347848).
5226
5227         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_metadata_set1):
5228           Log vorbis comments we are actually writing. Const-ify array.
5229
5230 2006-09-23  Wim Taymans  <wim@fluendo.com>
5231
5232         * gst/playback/gstplaybasebin.c: (gen_preroll_element):
5233         Improve buffering a bit by avoiding a deadlock because we cannot assume
5234         the underrun is always called.
5235
5236 2006-09-23  Wim Taymans  <wim@fluendo.com>
5237
5238         Patch by: Young-Ho Cha <ganadist at chollian dot net>
5239
5240         * gst-libs/gst/riff/riff-ids.h:
5241         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
5242         (gst_riff_create_audio_template_caps):
5243         Added MPEG-4 AAC and id and caps. Fixes #357289
5244         Added WMA9 Lossless id.
5245
5246 2006-09-22  Tim-Philipp Müller  <tim at centricular dot net>
5247
5248         * ext/gnomevfs/gstgnomevfssrc.c:
5249           Fix misleading docs addition.
5250
5251         * tests/check/elements/videotestsrc.c: (check_rgb_buf):
5252           Get rid of compiler warning the right way.
5253
5254 2006-09-22  Wim Taymans  <wim@fluendo.com>
5255
5256         * gst-libs/gst/rtp/gstbasertpdepayload.c:
5257         (gst_base_rtp_depayload_finalize),
5258         (gst_base_rtp_depayload_setcaps), (gst_base_rtp_depayload_chain),
5259         (gst_base_rtp_depayload_push_full),
5260         (gst_base_rtp_depayload_push_ts), (gst_base_rtp_depayload_push),
5261         (gst_base_rtp_depayload_process),
5262         (gst_base_rtp_depayload_set_gst_timestamp),
5263         (gst_base_rtp_depayload_queue_release):
5264         * gst-libs/gst/rtp/gstbasertpdepayload.h:
5265         Small cleanups.
5266         Fix some leaks.
5267         Refactored the process method and added methods to push from the process
5268         vmethod.
5269         Use _scale functions.
5270         API: gst_base_rtp_depayload_push_ts
5271         API: gst_base_rtp_depayload_push
5272
5273         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_push):
5274         timestamps are uint.
5275
5276 2006-09-22  Stefan Kost  <ensonic@users.sf.net>
5277
5278         * gst-libs/gst/interfaces/xoverlay.c:
5279           Remove unused statement from doc example.
5280
5281 2006-09-21  Stefan Kost  <ensonic@users.sf.net>
5282
5283         * gst-libs/gst/interfaces/videoorientation.c:
5284         (gst_video_orientation_iface_init),
5285         (gst_video_orientation_get_hflip),
5286         (gst_video_orientation_get_vflip),
5287         (gst_video_orientation_get_hcenter),
5288         (gst_video_orientation_get_vcenter),
5289         (gst_video_orientation_set_hflip),
5290         (gst_video_orientation_set_vflip),
5291         (gst_video_orientation_set_hcenter),
5292         (gst_video_orientation_set_vcenter):
5293           Add since tags to new API docs, ChangeLog surgery (forgot API keyword
5294           in ChangeLog)
5295
5296 2006-09-21  Tim-Philipp Müller  <tim at centricular dot net>
5297
5298         * tests/check/Makefile.am:
5299         * tests/check/elements/.cvsignore:
5300         * tests/check/elements/ffmpegcolorspace.c: (rgb_format_to_caps),
5301         (create_rgb_conversions), (rgb_conversion_free),
5302         (right_shift_colour), (fix_expected_colour), (check_rgb_buf),
5303         (got_buf_cb), (GST_START_TEST), (ffmpegcolorspace_suite):
5304           Add unit test for ffmpegcolorspace (RGB <=> RGB only so far),
5305           but disable for now since it doesn't pass (something wrong with
5306           RGBA somewhere).
5307
5308 2006-09-21  Wim Taymans  <wim@fluendo.com>
5309
5310         * gst/playback/gstplaybasebin.c: (group_commit),
5311         (queue_deadlock_check), (queue_overrun), (queue_threshold_reached),
5312         (queue_out_of_data), (gen_preroll_element),
5313         (preroll_remove_overrun), (probe_triggered):
5314         Refactor handling of overrun detection.
5315         Separate handling of group completion and deadlock detection when doing
5316         network buffering. This should fix some deadlocks that were not detected
5317         because the group was completed.
5318         Add more comments, improve debugging.
5319
5320 2006-09-21  Wim Taymans  <wim@fluendo.com>
5321
5322         * tests/check/elements/gdpdepay.c: (GST_START_TEST):
5323         * tests/check/libs/audio.c:
5324         Some more compilation fixes.
5325
5326 2006-09-21  Wim Taymans  <wim@fluendo.com>
5327
5328         * gst-libs/gst/audio/gstringbuffer.c:
5329         (gst_ring_buffer_samples_done), (gst_ring_buffer_commit),
5330         (gst_ring_buffer_read):
5331         Early morning compilation fix.
5332
5333 2006-09-20  Wim Taymans  <wim@fluendo.com>
5334
5335         * tests/check/elements/gdpdepay.c: (GST_START_TEST):
5336         * tests/check/elements/multifdsink.c: (GST_START_TEST):
5337         * tests/check/elements/videorate.c: (GST_START_TEST):
5338         * tests/check/libs/cddabasesrc.c: (GST_START_TEST):
5339         * tests/check/pipelines/oggmux.c: (eos_buffer_probe):
5340         Fix some warnings.
5341
5342 2006-09-20  Stefan Kost  <ensonic@users.sf.net>
5343
5344         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
5345         (gst_xvimagesink_check_xshm_calls), (gst_xvimagesink_xvimage_new),
5346         (gst_xvimagesink_get_xv_support), (gst_xvimagesink_show_frame):
5347           Handcrafted merge to help CVS understanding what I changed and what
5348           not.
5349
5350 2006-09-20  Stefan Kost  <ensonic@users.sf.net>
5351
5352         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
5353         (gst_xvimagesink_get_times):
5354           change colorkey behaviour back according to #354773 comment 6/7
5355
5356 2006-09-19  Michael Smith  <msmith@fluendo.com>
5357
5358         * gst/tcp/gstmultifdsink.c: (gst_sync_method_get_type),
5359         (gst_multi_fd_sink_class_init), (get_buffers_max), (find_limits),
5360         (gst_multi_fd_sink_recover_client),
5361         (gst_multi_fd_sink_queue_buffer), (gst_multi_fd_sink_set_property),
5362         (gst_multi_fd_sink_get_property):
5363         * gst/tcp/gstmultifdsink.h:
5364           Implement stubbed out properties unit-type, units-soft-max,
5365           units-max, to allow specifying maximum sizes in units other than
5366           buffers.
5367           Fixes #355935
5368
5369 2006-09-19  Wim Taymans  <wim@fluendo.com>
5370
5371         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
5372         (gst_riff_create_audio_template_caps):
5373         Reorder the audio formats a bit for clarity.
5374         Detect and create caps for MSGSM and MSN (WAV49).
5375         Fixes #356596.
5376
5377         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
5378         (gst_xvimagesink_check_xshm_calls), (gst_xvimagesink_xvimage_new),
5379         (gst_xvimagesink_get_xv_support), (gst_xvimagesink_show_frame):
5380         Small cleanups, move error handling out of normal flow for clarity.
5381
5382 2006-09-18  Stefan Kost  <ensonic@users.sf.net>
5383
5384         * docs/libs/gst-plugins-base-libs-docs.sgml:
5385         * docs/libs/gst-plugins-base-libs.types:
5386         * gst-libs/gst/interfaces/Makefile.am:
5387         * gst-libs/gst/interfaces/videoorientation.c:
5388         (gst_video_orientation_get_type),
5389         (gst_video_orientation_iface_init),
5390         (gst_video_orientation_get_hflip),
5391         (gst_video_orientation_get_vflip),
5392         (gst_video_orientation_get_hcenter),
5393         (gst_video_orientation_get_vcenter),
5394         (gst_video_orientation_set_hflip),
5395         (gst_video_orientation_set_vflip),
5396         (gst_video_orientation_set_hcenter),
5397         (gst_video_orientation_set_vcenter):
5398         * gst-libs/gst/interfaces/videoorientation.h:
5399           API: Add new interface to control video orientation (fixes #354908)
5400
5401 2006-09-18  Stefan Kost  <ensonic@users.sf.net>
5402
5403         * gst/videotestsrc/gstvideotestsrc.c:
5404           Use G_UNLIKELY in _create and log one more detail.
5405           
5406         (gst_video_test_src_get_times), (gst_video_test_src_create):
5407         * sys/ximage/ximagesink.c: (gst_ximagesink_get_times):
5408           Use gst_util_uint64_scale_int in _get_times().
5409
5410 2006-09-18  Stefan Kost  <ensonic@users.sf.net>
5411
5412         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support)
5413           Give better warning message (add object and detail).
5414
5415 2006-09-18  Stefan Kost  <ensonic@users.sf.net>
5416
5417         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
5418         (gst_xvimagesink_get_times):
5419           xvimage assumed that XV_COLORKEY can be set in RGB888 format (fixes
5420           #354773), use gst_util_uint64_scale_int in _get_times()
5421
5422 2006-09-18  Michael Smith  <msmith@fluendo.com>
5423
5424         * ext/ogg/gstoggmux.c: (gst_ogg_mux_push_buffer):
5425           Timestamps are unsigned; comparision against GST_CLOCK_TIME_NONE was
5426           always true, leading to dropping all timestamps.
5427
5428 2006-09-18  Stefan Kost  <ensonic@users.sf.net>
5429
5430         * ext/libvisual/visual.c: (gst_vis_src_negotiate),
5431         (gst_visual_chain), (gst_visual_change_state):
5432           update to work also with libvisual 0.4 API, fix double unref (#355914)
5433           
5434         * tools/gst-launch-ext.1.in:
5435         * tools/gst-visualise.1.in:
5436           remove references to old man-pages
5437
5438         * tests/examples/seek/seek.c: (main):
5439           add real meadi-buttons, add tool-tips for the seek-options, arrange
5440           seek options in a table
5441
5442 2006-09-18  Michael Smith  <msmith@fluendo.com>
5443
5444         * ext/ogg/gstoggmux.c: (gst_ogg_mux_clear),
5445         (gst_ogg_mux_push_buffer):
5446           Don't generate out-of-order timestamps from oggmux, instead clamp
5447           output timestamps to be >= the previously output ts.
5448           Fixes #355595
5449
5450 2006-09-18  Michael Smith  <msmith@fluendo.com>
5451
5452         * gst/tcp/gstmultifdsink.c: (gst_sync_method_get_type),
5453         (gst_multi_fd_sink_class_init):
5454           Updates, fixes, and typo corrections for multifdsink. No functional
5455           changes.
5456
5457 2006-09-17  Michael Smith  <msmith@fluendo.com>
5458
5459         * gst/typefind/gsttypefindfunctions.c: (ogganx_type_find):
5460           Don't crash on truncated files - check that we got an 8 byte buffer
5461           before trying to memcmp it.
5462
5463 2006-09-17  Tim-Philipp Müller  <tim at centricular dot net>
5464
5465         * gst/playback/gstplaybasebin.c: (get_active_source):
5466           Make stream-switching appear instant to the application
5467           (ie. make sure that a g_object_get on 'current-foo' returns
5468           the stream previously set with g_object_set(). Totem needs
5469           this to update stream-related meta-info (like audio-codec)
5470           correctly when switching streams.
5471
5472 2006-09-17  Tim-Philipp Müller  <tim at centricular dot net>
5473
5474         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_find_master_mixer),
5475         (gst_alsa_mixer_ensure_track_list):
5476           Try harder to guess which mixer track is the master mixer
5477           track (instead of just taking the first one that has a pvolume).
5478           Fixes #342228.
5479
5480 2006-09-17  Stefan Kost  <ensonic@users.sf.net>
5481
5482         reviewed by: <delete if not using a buddy>
5483
5484         * gst-libs/gst/audio/audio.h:
5485         * gst/audiotestsrc/gstaudiotestsrc.c: (plugin_init):
5486
5487 2006-09-17  Stefan Kost  <ensonic@users.sf.net>
5488
5489         * gst/audioconvert/gstaudioconvert.c: (set_structure_widths),
5490         (gst_audio_convert_transform_caps):
5491           Get structure-name just once.
5492
5493 2006-09-17  Stefan Kost  <ensonic@users.sf.net>
5494
5495         * tests/check/elements/audioresample.c: (GST_START_TEST):
5496         * tests/check/elements/videotestsrc.c: (check_rgb_buf):
5497         * tests/check/elements/volume.c: (GST_START_TEST):
5498         * tests/check/elements/vorbisdec.c: (GST_START_TEST):
5499         * tests/check/pipelines/oggmux.c: (validate_ogg_page), (eos_watch),
5500         (test_pipeline), (GST_START_TEST):
5501         * tests/check/pipelines/theoraenc.c: (GST_START_TEST):
5502         * tests/check/pipelines/vorbisenc.c: (GST_START_TEST):
5503           Fix big batch of compiler warnings.
5504
5505 2006-09-17  Stefan Kost  <ensonic@users.sf.net>
5506
5507         * ext/gnomevfs/gstgnomevfssrc.c:
5508           Add docs about icydemux usage in connection with gnomevfssrc
5509
5510         * ext/libvisual/visual.c:
5511         * ext/ogg/gstoggaviparse.c:
5512         * ext/ogg/gstoggdemux.c:
5513         * ext/ogg/gstoggmux.c:
5514         * ext/ogg/gstoggparse.c:
5515         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
5516         * gst-libs/gst/audio/gstaudiosink.c:
5517         * gst-libs/gst/audio/gstaudiosrc.c:
5518         * gst/audiorate/gstaudiorate.c:
5519           More G_OBJECT macro fixing.
5520
5521         * gst/audiotestsrc/gstaudiotestsrc.h:
5522           Fix wrong info in header due to copy & paste
5523
5524 2006-09-15  Wim Taymans  <wim@fluendo.com>
5525
5526         * gst-libs/gst/audio/gstbaseaudiosink.c:
5527         (gst_base_audio_sink_get_time), (gst_base_audio_sink_callback):
5528         * gst-libs/gst/audio/gstbaseaudiosrc.c:
5529         (gst_base_audio_src_get_time), (gst_base_audio_src_fixate),
5530         (gst_base_audio_src_get_times), (gst_base_audio_src_get_offset),
5531         (gst_base_audio_src_create), (gst_base_audio_src_change_state):
5532         Do the delay calculation in the source/sink base classes as this is
5533         specific for the capture/playback mode.
5534         Try to fixate a bit better, like round depth up to a multiple of 8
5535         bigger than width.
5536         Handle underruns correctly by marking DISCONT on buffers and adjusting
5537         timestamps to handle the gap.
5538         Set offset/offset_end correctly on buffers.
5539
5540         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_pause),
5541         (gst_ring_buffer_samples_done), (gst_ring_buffer_commit),
5542         (gst_ring_buffer_read):
5543         Remove resync and underrun recovery from the ringbuffer.
5544         Fix ringbuffer read code on under/overrun.
5545
5546 2006-09-15  Wim Taymans  <wim@fluendo.com>
5547
5548         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
5549         (gst_play_base_bin_init), (fill_buffer), (check_queue),
5550         (queue_threshold_reached), (gst_play_base_bin_set_property),
5551         (gst_play_base_bin_get_property):
5552         * gst/playback/gstplaybasebin.h:
5553         Don't use a 0 low watermark when buffering, it is catching starvation
5554         way too late. Instead, use a 3 second queue with 30 and 95
5555         percent low/high watermarks. 
5556         Added queue-min-threshold property to configure low watermark.
5557         Use new _buffering message API.
5558         Make queue_threshold variable big enough to store a uint64 time value.
5559         API: playbin::queue-min-threshold property.
5560
5561 2006-09-15  Wim Taymans  <wim@fluendo.com>
5562
5563         * configure.ac:
5564         We require 0.10.10.1 now because of _wait_preroll().
5565
5566         * gst-libs/gst/audio/gstbaseaudiosink.c:
5567         (gst_base_audio_sink_render):
5568         Use gst_base_sink_wait_preroll().
5569
5570 2006-09-15  Wim Taymans  <wim@fluendo.com>
5571
5572         * ext/alsa/gstalsasink.c: (xrun_recovery), (gst_alsasink_write):
5573         * ext/alsa/gstalsasrc.c: (xrun_recovery), (gst_alsasrc_read):
5574         Use DEBUG_OBJECT more.
5575
5576 === release 0.10.10 ===
5577
5578 2006-09-07  Thomas Vander Stichele  <thomas at apestaart dot org>
5579
5580         patch by: Michael Smith <msmith at fluendo dot com>
5581
5582         * gst/tcp/gstmultifdsink.c: (is_sync_frame),
5583         (gst_multi_fd_sink_client_queue_buffer),
5584         (gst_multi_fd_sink_new_client):
5585         * tests/check/elements/multifdsink.c: (GST_START_TEST),
5586         (multifdsink_suite):
5587           Fix implementation of sync-method 'next-keyframe'
5588           Closes #354594
5589
5590 2006-09-07  Thomas Vander Stichele  <thomas at apestaart dot org>
5591
5592         patch by: Wim Taymans <wim at fluendo dot com>
5593
5594         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_start):
5595         This patch removes the RANDOM flag that was incorrectly introduced with
5596         revision 1.91.  Fixes #354590
5597
5598 2006-09-05  Tim-Philipp Müller  <tim at centricular dot net>
5599
5600         * tests/check/Makefile.am:
5601           Random variation in Makefile line to see if it makes the
5602           gen64-base-full bot any happier.
5603
5604 2006-09-04  Tim-Philipp Müller  <tim at centricular dot net>
5605
5606         * tests/check/pipelines/oggmux.c: (oggmux_suite):
5607           Disable test that fails at the moment (killed after timeout).
5608
5609 2006-09-04  Tim-Philipp Müller  <tim at centricular dot net>
5610
5611         Patch by: James Livingston  <doclivingston at gmail.com>
5612
5613         * tests/check/Makefile.am:
5614         * tests/check/pipelines/.cvsignore:
5615         * tests/check/pipelines/oggmux.c: (get_page_codec),
5616         (check_chain_final_state), (fail_if_audio), (validate_ogg_page),
5617         (eos_buffer_probe), (start_pipeline), (stop_pipeline), (eos_watch),
5618         (test_pipeline), (test_vorbis), (test_theora), (test_vorbis_theora),
5619         (test_theora_vorbis), (oggmux_suite):
5620           Add simple unit test for oggmux from #337026 with checking for the
5621           EOS flags disabled for the time being.
5622
5623 2006-09-04  Wim Taymans  <wim@fluendo.com>
5624
5625         patch by: Alessandro Dessina <alessandro nnva org>
5626
5627         * ext/ogg/gstoggmux.c:
5628         Add cmml caps to oggmux. Fixes #353912
5629
5630 2006-09-02  Tim-Philipp Müller  <tim at centricular dot net>
5631
5632         * tests/check/elements/videotestsrc.c: (check_rgb_buf):
5633           Returning a return value often helps. In this case, we
5634           don't need the return value anyway, so just get rid of it.
5635           Should make build bots much happier.
5636
5637 2006-09-02  Tim-Philipp Müller  <tim at centricular dot net>
5638
5639         * gst/videotestsrc/videotestsrc.c: (paintinfo_find_by_structure),
5640         (paint_get_structure), (gst_video_test_src_get_size),
5641         (gst_video_test_src_smpte), (gst_video_test_src_snow),
5642         (gst_video_test_src_unicolor), (paint_setup_AYUV),
5643         (paint_hline_AYUV), (paint_setup_ARGB8888), (paint_setup_ABGR8888),
5644         (paint_setup_RGBA8888), (paint_setup_BGRA8888), (paint_hline_str4):
5645         * gst/videotestsrc/videotestsrc.h:
5646           Add support for AYUV and the various RGBA formats. Initialise
5647           fields of paintinfo structs allocated on the stack.
5648
5649         * tests/check/elements/videotestsrc.c: (right_shift_colour),
5650         (fix_expected_colour), (check_rgb_buf), (got_buf_cb),
5651         (check_rgb_buf), (videotestsrc_suite):
5652           Add unit tests for videotestsrc's RGB output.
5653
5654 2006-09-01  Tim-Philipp Müller  <tim at centricular dot net>
5655
5656         * gst/videotestsrc/gstvideotestsrc.c:
5657         (gst_video_test_src_pattern_get_type),
5658         (gst_video_test_src_set_pattern):
5659         * gst/videotestsrc/gstvideotestsrc.h:
5660         * gst/videotestsrc/videotestsrc.c: (gst_video_test_src_unicolor),
5661         (gst_video_test_src_black), (gst_video_test_src_white),
5662         (gst_video_test_src_red), (gst_video_test_src_green),
5663         (gst_video_test_src_blue):
5664         * gst/videotestsrc/videotestsrc.h:
5665           Add more uni-colour patterns ("white", "red", "green", and "blue").
5666
5667 2006-09-01  Tim-Philipp Müller  <tim at centricular dot net>
5668
5669         * gst/videotestsrc/videotestsrc.c: (paint_setup_YVYU):
5670           Fix stride for YVYU, should be word-aligned (#353658).
5671
5672 2006-08-31  Tim-Philipp Müller  <tim at centricular dot net>
5673
5674         * gst/adder/gstadder.c: (gst_adder_src_event):
5675           Fix build.
5676
5677 2006-08-31  Edward Hervey  <edward@fluendo.com>
5678
5679         * gst/adder/gstadder.c: (forward_event_func),
5680         (gst_adder_src_event), (gst_adder_collected),
5681         (gst_adder_change_state):
5682         * gst/adder/gstadder.h:
5683         Remember the start position asked in the incoming seeks, so we can
5684         output GST_EVENT_NEW_SEGMENT with a correct position value (instead
5685         of assuming it will always be 0).
5686
5687 2006-08-31  Edward Hervey  <edward@fluendo.com>
5688
5689         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_init),
5690         (gst_ogg_demux_finalize), (gst_ogg_demux_perform_seek),
5691         (gst_ogg_demux_loop):
5692         Send the GST_EVENT_NEW_SEGMENT from the streaming thread.
5693
5694 2006-08-30  Tim-Philipp Müller  <tim at centricular dot net>
5695
5696         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
5697         (gst_ffmpegcsp_get_unit_size):
5698           Return FALSE instead of returning a random false unit
5699           size when the format isn't known/supported (even if
5700           this shouldn't happen under normal circumstances).
5701
5702 2006-08-29  Wim Taymans  <wim@fluendo.com>
5703
5704         Patch by: Tim-Philipp Müller  <tim at centricular dot net>
5705
5706         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_create),
5707         (gst_gnome_vfs_src_start):
5708         Try harder to get the size from a uri by using _info_uri() when
5709         _info_from_handle() does not give us enough info. 
5710         Also follow symlinks when getting the size.
5711         Partially Fixes #332864.
5712
5713 2006-08-29  Tim-Philipp Müller  <tim at centricular dot net>
5714
5715         Patch by: Viktor Peters  <viktor dot peters at gmail dot com>
5716
5717         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_ensure_track_list),
5718         (gst_alsa_mixer_update), (gst_alsa_mixer_get_volume),
5719         (gst_alsa_mixer_set_volume), (gst_alsa_mixer_set_mute),
5720         (gst_alsa_mixer_set_record):
5721         * ext/alsa/gstalsamixertrack.c:
5722         (gst_alsa_mixer_track_update_alsa_capabilities),
5723         (alsa_track_has_cap), (gst_alsa_mixer_track_new),
5724         (gst_alsa_mixer_track_update):
5725         * ext/alsa/gstalsamixertrack.h:
5726           Improve and fix mixer track handling, in particular better handling
5727           of alsa's pvolume/pswitch/cvolume/cswitch capabilities; create
5728           separate track objects for tracks that have both capture and playback
5729           volume (and label them differently as well so they're not mistakenly
5730           assumed to be duplicates); classify mixer tracks that only affect
5731           the audible volume of something (rather than the capture volume)
5732           as playback tracks. Redefine/fix meaning of RECORD and MUTE flags
5733           for capture tracks to correspond to alsa-pswitch alsa-cswitch
5734           (following the meaning documented in the mixer interface header
5735           file); add support for alsa's exclusive cswitch groups; update/sync
5736           state/flags better if mixer settings are changed by another
5737           application. Fixes #336075.
5738
5739 2006-08-29  Tim-Philipp Müller  <tim at centricular dot net>
5740
5741         * gst/playback/gstplaybin.c:
5742           Improve docs: add section about BUFFERING messages sent by playbin.
5743
5744 2006-08-29  Michael Smith  <msmith@fluendo.com>
5745
5746         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_push_buffer),
5747         (gst_vorbis_enc_buffer_check_discontinuous),
5748         (gst_vorbis_enc_chain):
5749           Ignore explicit DISCONT marked on buffers (which is often spurious,
5750           particularly when using multiple segments), in favour of solely
5751           using the timestamps/durations.
5752
5753 2006-08-29  Edward Hervey  <edward@fluendo.com>
5754
5755         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_chain):
5756         Don't rely on incoming buffers offset anymore, since it is completely
5757         broken when using multiple segments.
5758         Instead convert the incoming buffers timestamp to running time, and
5759         then convert that value to the offsets.
5760         Also inform GstSegment of the last outputted stop position, which is
5761         needed if we received several segments with an unknown stop value.
5762
5763 2006-08-29  Thomas Vander Stichele  <thomas at apestaart dot org>
5764
5765         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_chain):
5766           fix buffer unreffing on a header push failure
5767
5768 2006-08-28  Wim Taymans  <wim@fluendo.com>
5769
5770         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_sink_event),
5771         (gst_audio_rate_chain):
5772         Make the metadata of the buffer writable before changing its
5773         flags.
5774
5775 2006-08-28  Wim Taymans  <wim@fluendo.com>
5776
5777         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_reset),
5778         (gst_audio_rate_setcaps), (gst_audio_rate_init),
5779         (gst_audio_rate_sink_event), (gst_audio_rate_src_event),
5780         (gst_audio_rate_chain), (gst_audio_rate_change_state):
5781         Fix audiorate some more.
5782         Reset and resync counters on flush and READY.
5783         Handle the DISCONT flag correctly.
5784         Use GstSegment to track position.
5785         Fail when not negotiated.
5786         Fixes #353234.
5787
5788 2006-08-25  Michael Smith  <msmith@fluendo.com>
5789
5790         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_render):
5791           Fix spelling.
5792           Remove accidently included debug line.
5793
5794 2006-08-25  Wim Taymans  <wim@fluendo.com>
5795
5796         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_render):
5797         Small cleanups.
5798         If a buffer is received with no caps, make the buffer metadata
5799         writable and set the caps, making sure that we don't screw up the
5800         refcounts.
5801
5802 2006-08-25  Michael Smith  <msmith@fluendo.com>
5803
5804         * gst/gdp/gstgdppay.c: (gst_gdp_pay_reset),
5805         (gst_gdp_pay_reset_streamheader), (gst_gdp_pay_chain):
5806           Fix memory leaks and misleading debug messages, add a couple of
5807           comments.
5808
5809         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_get_stats),
5810         (gst_multi_fd_sink_render):
5811           Do not use gst_buffer_make_writable() in a basesink render method,
5812           as it may incorrectly unref the buffer. Instead, use convoluted
5813           dance to avoid copying the buffer except when we need to.
5814
5815 2006-08-25  Michael Smith  <msmith@fluendo.com>
5816
5817         * ext/vorbis/vorbisenc.c:
5818         (gst_vorbis_enc_buffer_check_discontinuous):
5819           Allow very small discontinuities in the timestamps. These we can't
5820           do anything useful with anyway (because vorbis's timestamps have
5821           only sample granularity), and are commonly produced by elements with
5822           minor bugs. Allow up to 1/2 a sample out.
5823           Fixes #351742.
5824
5825 2006-08-24  Wim Taymans  <wim@fluendo.com>
5826
5827         * tests/examples/seek/seek.c: (seek_cb), (start_seek), (stop_seek),
5828         (play_scrub_toggle_cb), (main):
5829         Add a checkbox to enable play scrubbing. Makes it possible to disable
5830         normal scrubbing.
5831
5832 2006-08-23  Stefan Kost  <ensonic@users.sf.net>
5833
5834         * tests/check/elements/.cvsignore:
5835           make buildbot happy
5836
5837 2006-08-23  Tim-Philipp Müller  <tim at centricular dot net>
5838
5839         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_base_init),
5840         (gst_ogm_video_parse_base_init), (gst_ogm_text_parse_base_init),
5841         (gst_ogm_parse_class_init), (gst_ogm_parse_dispose),
5842         (gst_ogm_parse_init), (gst_ogm_audio_parse_init),
5843         (gst_ogm_video_parse_init), (gst_ogm_text_parse_init),
5844         (gst_ogm_parse_stream_header), (gst_ogm_parse_comment_packet),
5845         (gst_ogm_text_parse_strip_trailing_zeroes),
5846         (gst_ogm_parse_data_packet), (gst_ogm_parse_chain),
5847         (gst_ogm_parse_sink_event), (gst_ogm_parse_change_state):
5848           Refactor ogm parse, do better input checking, misc. clean-ups.
5849           Cache incoming events and push them once the source pad has
5850           been created. Don't pass unterminated strings to sscanf().
5851           Strip trailing zeroes from subtitle text output, since they
5852           are not valid UTF-8. Don't push vorbiscomment packets on
5853           the subtitle text pad. Output perfect streams if possible.
5854
5855 2006-08-23  Wim Taymans  <wim@fluendo.com>
5856
5857         * tests/check/libs/cddabasesrc.c: (GST_START_TEST):
5858         Waits for tasks to settle down so that we clean up correctly for 
5859         valgrind.
5860
5861 2006-08-23  Tim-Philipp Müller  <tim at centricular dot net>
5862
5863         * tests/check/libs/tag.c: (GST_START_TEST), (taglists_are_equal):
5864           Unit test fixes: \377 is more likely to fit into 8 bits than \777;
5865           actually return return value in taglists_are_equal.
5866
5867 2006-08-23  Tim-Philipp Müller  <tim at centricular dot net>
5868
5869         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
5870           Fix crash due to broken bitstream parsing on x86-64: can't make
5871           any assumptions about sizeof(struct) due to alignment/packing
5872           differences on different architectures. Fixes #351790.
5873
5874 2006-08-22  Wim Taymans  <wim@fluendo.com>
5875
5876         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk),
5877         (gst_riff_parse_chunk), (gst_riff_parse_file_header),
5878         (gst_riff_parse_strh), (gst_riff_parse_strf_vids),
5879         (gst_riff_parse_strf_auds), (gst_riff_parse_strf_iavs),
5880         (gst_riff_parse_info):
5881         Protect public functions against bad input.
5882         Do some cleanups.
5883         Fix documentation.
5884
5885 2006-08-22  Tim-Philipp Müller  <tim at centricular dot net>
5886
5887         * gst-libs/gst/riff/riff-ids.h:
5888         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
5889           Add voxware audio IDs (even if we can't play it) (#351795).
5890
5891 2006-08-22  Tim-Philipp Müller  <tim at centricular dot net>
5892
5893         * gst-libs/gst/riff/riff-media.c:
5894         (gst_riff_create_video_template_caps),
5895         (gst_riff_create_audio_template_caps),
5896         (gst_riff_create_iavs_template_caps):
5897           Const-ify some arrays and use G_N_ELEMENTS instead
5898           of wasting oodles of RAM on terminator bits.
5899
5900 2006-08-22  Tim-Philipp Müller  <tim at centricular dot net>
5901
5902         * gst-libs/gst/tag/gstvorbistag.c:
5903         (gst_tag_list_to_vorbiscomment_buffer):
5904         * tests/check/libs/tag.c: (GST_START_TEST):
5905           And the same for _to_vorbiscomment_buffer(): allow
5906           id_data_len == 0 for speex.
5907
5908 2006-08-21  Thomas Vander Stichele  <thomas at apestaart dot org>
5909
5910         * configure.ac:
5911         * docs/plugins/Makefile.am:
5912         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
5913         * docs/plugins/gst-plugins-base-plugins-sections.txt:
5914         * docs/plugins/inspect/plugin-gdp.xml:
5915         * gst/gdp/Makefile.am:
5916         * tests/check/Makefile.am:
5917           Move GDP plugin to -base from -bad.  Closes #347783.
5918
5919 2006-08-21  Tim-Philipp Müller  <tim at centricular dot net>
5920
5921         * gst-libs/gst/tag/gstvorbistag.c:
5922         (gst_tag_list_from_vorbiscomment_buffer):
5923           Allow id_data_len == 0 (needed for vorbis comments in Speex files).
5924           Also add some checks to make sure we don't memcmp() beyond the end of
5925           vorbiscomment buffer if the ID to check for is larger than the buffer.
5926
5927         * tests/check/libs/tag.c: (GST_START_TEST):
5928           Some more tests for gst_tag_list_from_vorbiscomment_buffer().
5929
5930 2006-08-21  Tim-Philipp Müller  <tim at centricular dot net>
5931
5932         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_metadata_set1),
5933         (gst_vorbis_enc_set_metadata):
5934           Use vorbis comment utility functions from libgsttag
5935           instead of re-inventing the wheel (partially fixes #347091).
5936
5937 2006-08-21  Jan Schmidt  <thaytan@mad.scientist.com>
5938
5939         * tests/check/elements/audioconvert.c: (GST_START_TEST):
5940         Fix leaks. Wait for state transitions that might happen ASYNC, as well
5941         as some that won't.
5942
5943 2006-08-21  Wim Taymans  <wim@fluendo.com>
5944
5945         * docs/libs/Makefile.am:
5946         * docs/libs/gst-plugins-base-libs-sections.txt:
5947         * docs/libs/gst-plugins-base-libs.types:
5948         Don't try to GObject scan the netbuffer as it's not a GObject.
5949         Fixes #351308.
5950
5951         * gst-libs/gst/netbuffer/gstnetbuffer.c:
5952         * gst-libs/gst/netbuffer/gstnetbuffer.h:
5953         Document GstNetBuffer.
5954
5955 2006-08-21  Stefan Kost  <ensonic@users.sf.net>
5956
5957         * tests/check/elements/audioconvert.c: (GST_START_TEST),
5958         (audioconvert_suite):
5959           Add testcase for caps-size-explosion
5960
5961 2006-08-20  Stefan Kost  <ensonic@users.sf.net>
5962
5963         * gst/audioconvert/gstaudioconvert.c:
5964         (gst_audio_convert_get_unit_size), (set_structure_widths):
5965           Lower debug, use g_assert in _get_unit_size
5966
5967         * gst/audioresample/gstaudioresample.c:
5968         (audioresample_get_unit_size):
5969         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
5970         (gst_ffmpegcsp_get_unit_size):
5971         * gst/videoscale/gstvideoscale.c: (gst_video_scale_get_unit_size):
5972           use g_assert in _get_unit_size
5973
5974 2006-08-18  Wim Taymans  <wim@fluendo.com>
5975
5976         * docs/libs/gst-plugins-base-libs-sections.txt:
5977         * gst-libs/gst/rtp/gstrtpbuffer.c: (gst_rtp_buffer_set_packet_len),
5978         (gst_rtp_buffer_pad_to), (gst_rtp_buffer_get_payload_subbuffer),
5979         (gst_rtp_buffer_get_payload_buffer):
5980         * gst-libs/gst/rtp/gstrtpbuffer.h:
5981         Document GstRTPBuffer.
5982         Added function to efficiently strip payload headers.
5983         API: gst_rtp_buffer_get_payload_subbuffer()
5984
5985 2006-08-17  Tim-Philipp Müller  <tim at centricular dot net>
5986
5987         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add),
5988         (gst_tag_to_vorbis_comments):
5989           Serialise unknown vorbis comments into GST_TAG_EXTENDED_COMMENT
5990           tags and deserialise them properly as well (#347091).
5991           Add some more gtk-doc blurbs and also some g_return_if_fail().
5992
5993         * tests/check/libs/tag.c: (GST_START_TEST),
5994         (back_to_vorbis_comments), (taglists_are_equal), (tag_suite):
5995           More tests.
5996
5997 2006-08-17  Wim Taymans  <wim@fluendo.com>
5998
5999         * ext/ogg/Makefile.am:
6000         * ext/ogg/gstogg.c: (plugin_init):
6001         * ext/ogg/gstoggaviparse.c: (gst_ogg_avi_parse_get_type),
6002         (gst_ogg_avi_parse_base_init), (gst_ogg_avi_parse_class_init),
6003         (gst_ogg_avi_parse_init), (gst_ogg_avi_parse_finalize),
6004         (gst_ogg_avi_parse_setcaps), (gst_ogg_avi_parse_event),
6005         (gst_ogg_avi_parse_push_packet), (gst_ogg_avi_parse_chain),
6006         (gst_ogg_avi_parse_change_state), (gst_ogg_avi_parse_plugin_init):
6007         Added ogg-in-avi parser element. Fixes #140139.
6008
6009         * ext/ogg/gstoggmux.c: (gst_ogg_mux_buffer_from_page):
6010         Fixed a bug in oggdemux debug code.
6011
6012         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
6013         (gst_riff_create_audio_template_caps):
6014         Recognise Ogg in the AVI extensible wave format.
6015
6016 2006-08-17  Tim-Philipp Müller  <tim at centricular dot net>
6017
6018         * gst-libs/gst/cdda/gstcddabasesrc.c: (gst_cdda_base_src_create):
6019           Make buffer durations add up (duration should be next_ts-ts for
6020           perfect streams). Fixes CD ripping to Ogg/Vorbis with vorbisenc
6021           from CVS.
6022
6023         * tests/check/libs/cddabasesrc.c: (gst_cd_foo_src_close),
6024         (test_buffer_timestamps), (cddabasesrc_suite):
6025           Add unit test for the above.
6026
6027         * tests/check/Makefile.am:
6028           Don't know why cddabasesrc test was in VALGRIND_TO_FIX, remove
6029           to see what happens.
6030
6031 2006-08-16  Wim Taymans  <wim@fluendo.com>
6032
6033         * ext/alsa/gstalsasink.c: (gst_alsasink_set_property),
6034         (gst_alsasink_open):
6035         * ext/alsa/gstalsasrc.c: (gst_alsasrc_set_property),
6036         (gst_alsasrc_open):
6037         Avoid setting and using a NULL device name.
6038         Print more info when we fail to open a device.
6039
6040 2006-08-16  Tim-Philipp Müller  <tim at centricular dot net>
6041
6042         * docs/libs/gst-plugins-base-libs-sections.txt:
6043         * gst-libs/gst/tag/tag.h:
6044         * gst-libs/gst/tag/tags.c: (gst_tag_parse_extended_comment):
6045           API: add gst_tag_parse_extended_comment() (#351426).
6046
6047         * tests/check/Makefile.am:
6048         * tests/check/libs/.cvsignore:
6049         * tests/check/libs/tag.c: (GST_START_TEST), (tag_suite), (main):
6050           Add unit test for gst_tag_parse_extended_comment().
6051
6052 2006-08-15  Tim-Philipp Müller  <tim at centricular dot net>
6053
6054         * sys/ximage/ximagesink.c: (gst_ximagesink_get_property):
6055         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_property):
6056           Fix leak (#351502).
6057
6058 2006-08-15  Tim-Philipp Müller  <tim at centricular dot net>
6059
6060         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
6061         * docs/plugins/gst-plugins-base-plugins-sections.txt:
6062         * docs/plugins/gst-plugins-base-plugins.args:
6063         * gst/playback/gstplaybin.c:
6064           Document playbin.
6065           
6066         * docs/plugins/inspect/plugin-adder.xml:
6067         * docs/plugins/inspect/plugin-alsa.xml:
6068         * docs/plugins/inspect/plugin-audioconvert.xml:
6069         * docs/plugins/inspect/plugin-audiorate.xml:
6070         * docs/plugins/inspect/plugin-audioresample.xml:
6071         * docs/plugins/inspect/plugin-audiotestsrc.xml:
6072         * docs/plugins/inspect/plugin-cdparanoia.xml:
6073         * docs/plugins/inspect/plugin-decodebin.xml:
6074         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
6075         * docs/plugins/inspect/plugin-gnomevfs.xml:
6076         * docs/plugins/inspect/plugin-ogg.xml:
6077         * docs/plugins/inspect/plugin-pango.xml:
6078         * docs/plugins/inspect/plugin-playbin.xml:
6079         * docs/plugins/inspect/plugin-subparse.xml:
6080         * docs/plugins/inspect/plugin-tcp.xml:
6081         * docs/plugins/inspect/plugin-theora.xml:
6082         * docs/plugins/inspect/plugin-typefindfunctions.xml:
6083         * docs/plugins/inspect/plugin-video4linux.xml:
6084         * docs/plugins/inspect/plugin-videorate.xml:
6085         * docs/plugins/inspect/plugin-videoscale.xml:
6086         * docs/plugins/inspect/plugin-videotestsrc.xml:
6087         * docs/plugins/inspect/plugin-volume.xml:
6088         * docs/plugins/inspect/plugin-vorbis.xml:
6089         * docs/plugins/inspect/plugin-ximagesink.xml:
6090         * docs/plugins/inspect/plugin-xvimagesink.xml:
6091           Update to CVS version.
6092
6093 2006-08-14  Tim-Philipp Müller  <tim at centricular dot net>
6094
6095         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
6096         (gst_play_bin_set_property), (gst_play_bin_get_property),
6097         (value_list_append_structure_list),
6098         (gst_play_bin_handle_redirect_message),
6099         (gst_play_bin_handle_message):
6100           API: GstPlayBin::connection-speed
6101           Add "connection-speed" property; re-order redirect messages with
6102           multiple redirect locations depending on the minimum bitrate if
6103           that information is available and a connection speed is set
6104           (#350399).
6105
6106 2006-08-14  Tim-Philipp Müller  <tim at centricular dot net>
6107
6108         * gst/playback/gstplaybin.c:
6109           Update max volume to the same value that the volume element uses.
6110
6111 2006-08-14  Wim Taymans  <wim@fluendo.com>
6112
6113         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_open):
6114         Less uglyness..
6115
6116 2006-08-14  Wim Taymans  <wim@fluendo.com>
6117
6118         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_submit_buffer),
6119         (gst_ogg_demux_get_next_page), (gst_ogg_demux_perform_seek),
6120         (gst_ogg_demux_read_chain), (gst_ogg_demux_loop):
6121         Add some more debug info.
6122         Don't crash when a seek failed.
6123         Actually return the result of the seek instead of TRUE.
6124         Ignore multiple BOS pages with the same serial so that we don't create
6125         the same stream multiple times.
6126         Post an error when we fail to do the initial seek.
6127
6128 2006-08-13  Wim Taymans  <wim@fluendo.com>
6129
6130         * ext/alsa/gstalsa.c: (gst_alsa_detect_rates),
6131         (gst_alsa_detect_channels), (gst_alsa_probe_supported_formats):
6132         Small code cleanup.
6133
6134         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_open),
6135         (gst_alsa_mixer_new):
6136         Remove hack that always set the device to hw:0*.
6137         Properly find the card name for whatever device was configured.
6138         Do some better debugging.
6139         Fixes #350784.
6140
6141         * ext/alsa/gstalsamixerelement.c:
6142         (gst_alsa_mixer_element_set_property),
6143         (gst_alsa_mixer_element_change_state):
6144         Cleanups.
6145         Handle setting of a NULL device name better.
6146
6147 2006-08-11  Wim Taymans  <wim@fluendo.com>
6148
6149         * gst/adder/gstadder.c:
6150         Don't clip float values. Fixes #350900.
6151
6152 2006-08-11  Andy Wingo  <wingo@pobox.com>
6153
6154         * gst/tcp/gsttcp.c: Really fix the build?
6155
6156         * gst/tcp/gsttcp.h: For now, always disable deprecation here --
6157         fixes the build.
6158
6159 2006-08-10  Tim-Philipp Müller  <tim at centricular dot net>
6160
6161         * gst/audioconvert/gstaudioconvert.c: (make_lossless_changes):
6162           Float caps shouldn't have a "signed" field.
6163
6164 2006-08-10  Tim-Philipp Müller  <tim at centricular dot net>
6165
6166         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query):
6167           Implement SEEKING query in its most basic form, so that we can
6168           at least check if we're seekable or not (#350655).
6169
6170 2006-08-09  Tim-Philipp Müller  <tim at centricular dot net>
6171
6172         * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find):
6173           The checks here are not even close to anything that would
6174           justify MAXIMUM probability, lowering to POSSIBLE until someone
6175           fixes the checks (case at hand: quicktime redirection files
6176           might start with 00 00 01 XX and pass the checks here just
6177           fine, see #350399).
6178
6179 2006-08-08  Tim-Philipp Müller  <tim at centricular dot net>
6180
6181         Patch by: Sjoerd Simons  <sjoerd at luon net>
6182
6183         * gst/typefind/gsttypefindfunctions.c: (multipart_type_find):
6184           Better detection for multipart/x-mixed-replace: accept leading
6185           whitespaces before the boundary marker as well (as our very own
6186           multipartmux used to produce) (#349068).
6187
6188 2006-08-07  Tim-Philipp Müller  <tim at centricular dot net>
6189
6190         Patch by: Young-Ho Cha  <ganadist at chollian net>
6191
6192         * gst-libs/gst/riff/riff-ids.h:
6193         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
6194         (gst_riff_create_audio_template_caps):
6195           Detect DTS audio streams (#350157).
6196
6197 2006-08-05  Andy Wingo  <wingo@pobox.com>
6198
6199         * ext/theora/gsttheoraparse.h:
6200         * ext/theora/theoraparse.c (gst_theora_parse_class_init)
6201         (theora_parse_dispose, theora_parse_set_property)
6202         (theora_parse_get_property, theora_parse_munge_granulepos)
6203         (theora_parse_push_buffer, theora_parse_change_state):
6204         API: GstTheoraParse::synchronization-points
6205         Add a property 'synchronization-points' to fix badly synchronized oggs.
6206
6207 2006-08-03  Tim-Philipp Müller  <tim at centricular dot net>
6208
6209         * tests/check/Makefile.am:
6210         * tests/check/libs/.cvsignore:
6211         * tests/check/libs/audio.c: (structure_contains_channel_positions),
6212         (fixed_caps_have_channel_positions), (GST_START_TEST),
6213         (audio_suite), (main):
6214           Add a few tests for the channel position stuff in libgstaudio.
6215
6216 2006-08-03  Tim-Philipp Müller  <tim at centricular dot net>
6217
6218         * ext/alsa/gstalsa.c: (caps_add_channel_configuration),
6219         (gst_alsa_detect_channels):
6220         * ext/alsa/gstalsasink.c:
6221           Add support for cards that (only) do more than 8 channels,
6222           like the Delta 44 (#345188).
6223
6224         * gst-libs/gst/audio/multichannel.c:
6225         (gst_audio_check_channel_positions):
6226         * gst-libs/gst/audio/multichannel.h:
6227           API: add GST_AUDIO_CHANNEL_POSITION_NONE, which stands for an
6228           unspecified channel position and cannot be combined with any
6229           of the other audio channel positions; adjust position layout
6230           checks accordingly (#345188).
6231
6232 2006-08-03  Tim-Philipp Müller  <tim at centricular dot net>
6233
6234         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
6235           Recognise ancient RealAudio files (see #349779).
6236
6237 2006-08-03  Tim-Philipp Müller  <tim at centricular dot net>
6238
6239         Patch by: Jens Granseuer  <jensgr at gmx net>
6240
6241         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
6242           Add typefinder for Interplay's MVE format (#348973).
6243
6244 2006-08-02  Wim Taymans  <wim@fluendo.com>
6245
6246         Patch by: Marcel Moreaux <marcelm at luon dot net>
6247
6248         * gst-libs/gst/rtp/gstbasertpdepayload.c:
6249         (gst_base_rtp_depayload_add_to_queue):
6250         * gst-libs/gst/rtp/gstbasertpdepayload.h:
6251         Handle RTP sequence number rollover.
6252         Disable jitterbuffer by default.
6253
6254 2006-07-28  Jan Schmidt  <thaytan@mad.scientist.com>
6255
6256         * gst/audioresample/gstaudioresample.c: (audioresample_stop),
6257         (audioresample_set_caps):
6258         Don't leak references to the incoming caps. Clean them up when
6259         stopping.
6260
6261         * gst/videoscale/gstvideoscale.c: (gst_video_scale_class_init),
6262         (gst_video_scale_finalize):
6263         Don't leak our temporary pixel buffer.
6264
6265         * tests/check/Makefile.am:
6266         * tests/check/pipelines/simple-launch-lines.c: (run_pipeline),
6267         (GST_START_TEST), (simple_launch_lines_suite):
6268
6269         Fix leaks and re-enable the test for valgrind checking.
6270
6271 2006-07-28  Tim-Philipp Müller  <tim at centricular dot net>
6272
6273         Patch by: Sjoerd Simons  <sjoerd at luon net>
6274
6275         * gst/typefind/gsttypefindfunctions.c: (multipart_type_find),
6276         (plugin_init):
6277           Add typefind function for multipart/x-mixed-replace (#348916).
6278
6279 2006-07-28  Wim Taymans  <wim@fluendo.com>
6280
6281         * gst/adder/gstadder.c: (gst_adder_setcaps),
6282         (gst_adder_query_duration):
6283         Fix leak in duration query.
6284         Reflow some docs and notes.
6285
6286 2006-07-28  Michael Smith  <msmith@fluendo.com>
6287
6288         * tests/check/pipelines/vorbisenc.c: (GST_START_TEST),
6289         (vorbisenc_suite):
6290           Enable Andy's extra vorbisenc test, now that it passes. Also fix one
6291           aspect of it.
6292
6293 2006-07-28  Michael Smith  <msmith@fluendo.com>
6294
6295         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_generate_sink_caps),
6296         (gst_vorbis_enc_sink_getcaps), (gst_vorbis_enc_buffer_from_packet),
6297         (gst_vorbis_enc_push_buffer),
6298         (gst_vorbis_enc_buffer_check_discontinuous),
6299         (gst_vorbis_enc_chain), (gst_vorbis_enc_change_state):
6300         * ext/vorbis/vorbisenc.h:
6301           Handle discontinuities in the input vorbis stream correctly,
6302           so that the output is properly timestamped (and has good granulepos
6303           values). Needs some oggmux fixes too.
6304
6305 2006-07-27  Wim Taymans  <wim@fluendo.com>
6306
6307         patch by: Kai Vehmanen <kv2004 eca cx>
6308
6309         * gst-libs/gst/rtp/gstbasertpdepayload.c:
6310         (gst_base_rtp_depayload_chain),
6311         (gst_base_rtp_depayload_handle_sink_event),
6312         (gst_base_rtp_depayload_change_state):
6313         Don't send multiple newsegments with different formats.
6314         Fixes #348677.
6315
6316 2006-07-26  Wim Taymans  <wim@fluendo.com>
6317
6318         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_internal_chain),
6319         (gst_ogg_demux_do_seek), (gst_ogg_demux_read_chain):
6320         Make seeking in ogg more accurate again by doing the more correct
6321         granuletime to stream time conversion.
6322
6323 2006-07-26  Thomas Vander Stichele  <thomas at apestaart dot org>
6324
6325         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_add_full),
6326         (gst_multi_fd_sink_new_client):
6327           debug a little more understandably
6328           do not use goto as a substitute for break, especially if
6329           break is also being used
6330
6331 2006-07-26  Tim-Philipp Müller  <tim at centricular dot net>
6332
6333         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_property):
6334         * gst/playback/gstplaybin.c: (gst_play_bin_get_property):
6335           Remove GLib-2.6 compatibility cruft.
6336
6337 2006-07-24  Wim Taymans  <wim@fluendo.com>
6338
6339         * gst-libs/gst/audio/gstbaseaudiosink.c:
6340         (gst_base_audio_sink_render):
6341         Don't try to align a sample to an unknown value.
6342
6343 2006-07-24  Wim Taymans  <wim@fluendo.com>
6344
6345         * gst-libs/gst/audio/gstbaseaudiosink.c:
6346         (gst_base_audio_sink_provide_clock), (gst_base_audio_sink_render):
6347         When the audio clock is slaved to another clock, never try to align
6348         samples but trust the rate interpolation algorithm.
6349
6350 2006-07-24  Wim Taymans  <wim@fluendo.com>
6351
6352         * ext/alsa/gstalsasink.c: (set_hwparams), (gst_alsasink_prepare):
6353         Don't try to calculate silence samples, base class does this much
6354         better now.
6355
6356         * gst-libs/gst/audio/gstringbuffer.c: (build_linear_format),
6357         (gst_ring_buffer_debug_spec_caps), (gst_ring_buffer_parse_caps),
6358         (gst_ring_buffer_acquire):
6359         Calculate silence samples correctly.
6360
6361         * gst-libs/gst/audio/gstringbuffer.h:
6362         Add _CAST macro.
6363
6364 2006-07-22  Tim-Philipp Müller  <tim at centricular dot net>
6365
6366         * gst/typefind/gsttypefindfunctions.c: (xml_check_first_element):
6367           Limit search for the first markup tag to the first few kB of
6368           the file. If we don't find one there, it's highly unlikely that
6369           this is an XML(-ish) file.
6370
6371 2006-07-21  Andy Wingo  <wingo@pobox.com>
6372
6373         * tests/check/pipelines/theoraenc.c (test_discontinuity): Similar
6374         test to the one in vorbisenc. Also commented out.
6375
6376         * tests/check/pipelines/vorbisenc.c: 
6377         (test_discontinuity): New test, commented out until Mike lands
6378         some elite vorbisenc patches.
6379
6380         * tests/check/pipelines/theoraenc.c: Port to bufferstraw.
6381         Bufferstraw was actually factored out of these tests. Now we share
6382         code yay.
6383
6384         * configure.ac (GST_MAJORMINOR): Rev core requirements to 0.10.9.1
6385         for bufferstraw addition to gstcheck.
6386
6387 2006-07-21  Wim Taymans  <wim@fluendo.com>
6388
6389         * ext/theora/theoradec.c: (clip_buffer):
6390         Better clipping.
6391
6392 2006-07-21  Wim Taymans  <wim@fluendo.com>
6393
6394         * gst-libs/gst/audio/gstaudiosink.c: (audioringbuffer_thread_func),
6395         (gst_audioringbuffer_finalize), (gst_audioringbuffer_acquire),
6396         (gst_audioringbuffer_release), (gst_audioringbuffer_stop):
6397         Fix leak.
6398         Avoid type casting when we can.
6399
6400         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_dispose):
6401         Fix mem leak.
6402
6403 2006-07-20  Tim-Philipp Müller  <tim at centricular dot net>
6404
6405         * ext/alsa/gstalsamixerelement.c:
6406         (gst_alsa_mixer_element_change_state):
6407           Make state change fail if the specified device can't be opened
6408           for some reason.
6409
6410 2006-07-20  Wim Taymans  <wim@fluendo.com>
6411
6412         * gst/playback/test.c: (gen_video_element), (gen_audio_element),
6413         (cb_newpad), (main):
6414         Example of a small audio/video player using decodebin.
6415
6416 2006-07-20  Stefan Kost  <ensonic@users.sf.net>
6417
6418         * gst-libs/gst/riff/riff-ids.h:
6419           Add 'fact' chunk id
6420
6421 2006-07-19  Wim Taymans  <wim@fluendo.com>
6422
6423         * gst-libs/gst/rtp/gstbasertpdepayload.c:
6424         (gst_base_rtp_depayload_chain),
6425         (gst_base_rtp_depayload_change_state):
6426         Don't assert when not negotiated but post a meaningfull 
6427         error message. Fixes #347918.
6428
6429         * gst-libs/gst/rtp/gstbasertppayload.c:
6430         Add comment about better default MTU size.
6431
6432         * gst-libs/gst/rtp/gstrtpbuffer.c: (gst_rtp_buffer_validate_data):
6433         Small cleanups, start docs.
6434
6435 2006-07-19  Tim-Philipp Müller  <tim at centricular dot net>
6436
6437         Patch by: Martin Szulecki
6438
6439         * sys/v4l/gstv4lelement.c: (gst_v4lelement_get_property):
6440           If "device-name" is requested and the device is not
6441           open, try to temporarily open it to obtain this
6442           information (#342494).
6443
6444 2006-07-19  Tim-Philipp Müller  <tim at centricular dot net>
6445
6446         * gst-libs/gst/tag/gstid3tag.c:
6447           Add TSSE <=> GST_TAG_ENCODER mapping (see #347898).
6448
6449         * gst-libs/gst/tag/gsttageditingprivate.h:
6450         * gst-libs/gst/tag/gstvorbistag.c:
6451           Some more random const-ifications.
6452
6453 2006-07-18  Stefan Kost  <ensonic@users.sf.net>
6454
6455         * gst-libs/gst/riff/riff-ids.h:
6456         * gst-libs/gst/riff/riff-media.c:
6457         (gst_riff_create_video_template_caps):
6458           Add more FOURCCs (sort list to make stuff easier to find),
6459           add comment what those 16 bytes in struct _gst_riff_strh according to
6460           one avi-dumper are
6461
6462 2006-07-17  Tim-Philipp Müller  <tim at centricular dot net>
6463
6464         * gst-libs/gst/audio/multichannel.c:
6465         (gst_audio_check_channel_positions),
6466         (gst_audio_fixate_channel_positions):
6467           Const-ify two arrays.
6468
6469 2006-07-17  Tim-Philipp Müller  <tim at centricular dot net>
6470
6471         * ext/alsa/gstalsa.c: (caps_add_channel_configuration):
6472           Fix typo, so that alsasink also advertises 8 channels
6473           if that's supported (tags: can, worms, open, alsa, ph34r).
6474
6475 2006-07-17  Wim Taymans  <wim@fluendo.com>
6476
6477         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_internal_chain),
6478         (gst_ogg_pad_submit_packet), (gst_ogg_demux_read_chain):
6479         *sigh*, when is the compiler going to warn when the comments
6480         are out-of-sync with the code.. Refix case of busted theora
6481         headers with 0 granule pos.
6482
6483 2006-07-14  Wim Taymans  <wim@fluendo.com>
6484
6485         * gst-libs/gst/rtp/gstbasertpdepayload.c:
6486         (gst_base_rtp_depayload_wait),
6487         (gst_base_rtp_depayload_change_state),
6488         (gst_base_rtp_depayload_set_property),
6489         (gst_base_rtp_depayload_get_property):
6490         Fix 99% cpu load by waiting for absolute times on the
6491         clock. Fixes #347300.
6492
6493 2006-07-14  Andy Wingo  <wingo@pobox.com>
6494
6495         * ext/theora/gsttheoraparse.h: 
6496         * ext/theora/theoraparse.c (theora_parse_drain_event_queue)
6497         (theora_parse_push_headers, theora_parse_clear_queue)
6498         (theora_parse_drain_queue_prematurely, )
6499         (theora_parse_sink_event, theora_parse_change_state): Queue events
6500         until we initialized our state, like in vorbisparse.
6501
6502         * ext/vorbis/vorbisparse.h: 
6503         * ext/vorbis/vorbisparse.c (vorbis_parse_drain_event_queue)
6504         (vorbis_parse_push_headers, vorbis_parse_clear_queue)
6505         (vorbis_parse_drain_queue_prematurely, )
6506         (vorbis_parse_sink_event, vorbis_parse_change_state): Queue events
6507         until we have initialized our state. Fixes seeking after an
6508         initial pad block.
6509
6510 2006-07-14  Andy Wingo  <wingo@pobox.com>
6511
6512         Patch by: Iain Holmes <iaingnome@gmail.com>
6513         
6514         * ext/ogg/gstoggdemux.c (gst_ogg_demux_finalize): Fix memleak.
6515
6516 2006-07-14  Jan Schmidt  <thaytan@mad.scientist.com>
6517
6518         * configure.ac:
6519         Bump nano back to CVS
6520
6521 === release 0.10.9 ===
6522
6523 2006-07-13  Jan Schmidt <thaytan@mad.scientist.com>
6524
6525         * configure.ac:
6526           releasing 0.10.9, "I walk the line"
6527
6528 2006-07-14  Michael Smith  <msmith@fluendo.com>
6529
6530         * tests/check/pipelines/vorbisenc.c: (stop_pipeline):
6531           Move a g_cond_signal to earlier to avoid sometimes deadlocking
6532           (commonly happens when running this test under valgrind) when trying
6533           to remove the buffer probe.
6534
6535 2006-07-13  Jan Schmidt  <thaytan@mad.scientist.com>
6536
6537         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new):
6538         Fix missing g_unlock from the previous commit
6539
6540 2006-07-13  Jan Schmidt  <thaytan@mad.scientist.com>
6541
6542         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
6543         (gst_ximagesink_change_state):
6544         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
6545         (gst_xvimagesink_change_state):
6546         Implement a locking order to ensure we always take the object lock
6547         before the x_lock and never vice-versa.
6548
6549 2006-07-13  Jan Schmidt  <thaytan@mad.scientist.com>
6550
6551         * gst/playback/gstdecodebin.c: (find_compatibles):
6552         Fix a caps leak when linking (#347304)
6553
6554         * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
6555         (gst_ximagesink_ximage_destroy), (gst_ximagesink_xcontext_clear),
6556         (gst_ximagesink_change_state):
6557         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
6558         (gst_xvimage_buffer_finalize), (gst_xvimagesink_check_xshm_calls),
6559         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_put),
6560         (gst_xvimagesink_xcontext_clear), (gst_xvimagesink_change_state):
6561         Don't leak shared memory resources. Use the object lock to protect
6562         against the xcontext disappearing while returning a buffer from the
6563         pipeline. (#347304)
6564
6565 2006-07-12  Edward Hervey  <edward@fluendo.com>
6566
6567         * ext/vorbis/vorbisdec.c: (vorbis_dec_finalize),
6568         (vorbis_handle_comment_packet):
6569         gst_tag_list_merge() returns a new object. Take that into account when
6570         using it. This avoids memleak.
6571         Revert previous commit which is not needed.
6572
6573 2006-07-12  Edward Hervey  <edward@fluendo.com>
6574
6575         * ext/vorbis/vorbisdec.c: (vorbis_dec_finalize):
6576         Reset the decoder in finalize so that all fields get cleared.
6577
6578 2006-07-12  Wim Taymans  <wim@fluendo.com>
6579
6580         * gst-libs/gst/audio/gstbaseaudiosrc.c:
6581         (gst_base_audio_src_set_clock),
6582         (gst_base_audio_src_check_get_range), (gst_base_audio_src_create):
6583         Don't try to post an error message when setting the clock fails
6584         as this can happen when adding an element to a bin which will then
6585         deadlock. Fixes #347296.
6586
6587 2006-07-12  Edward Hervey  <edward@fluendo.com>
6588
6589         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_reset),
6590         (vorbis_dec_sink_event), (vorbis_handle_comment_packet),
6591         (vorbis_handle_type_packet):
6592         Post tag messages on the bus even if we're not initialized.
6593         If we're not initialized, we still postpone the event pushing of tags.
6594
6595 2006-07-12  Wim Taymans  <wim@fluendo.com>
6596
6597         * ext/alsa/gstalsasink.c: (set_hwparams), (gst_alsasink_prepare):
6598         * gst-libs/gst/audio/gstringbuffer.c: (build_linear_format),
6599         (gst_ring_buffer_debug_spec_caps), (gst_ring_buffer_parse_caps):
6600         Revert last two changes that broke the freeze.
6601
6602 2006-07-12  Wim Taymans  <wim@fluendo.com>
6603
6604         * ext/alsa/gstalsasink.c: (set_hwparams), (gst_alsasink_prepare):
6605         basesink calculates silence sample correctly for us.
6606
6607 2006-07-12  Wim Taymans  <wim@fluendo.com>
6608
6609         * gst-libs/gst/audio/gstringbuffer.c: (build_linear_format),
6610         (gst_ring_buffer_debug_spec_caps), (gst_ring_buffer_parse_caps):
6611         Calculate correct silence samples so we don't fill our ringbuffer
6612         with noise.
6613
6614 2006-07-12  Edward Hervey  <edward@fluendo.com>
6615
6616         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
6617         (gst_vorbis_dec_reset), (vorbis_dec_sink_event),
6618         (vorbis_handle_comment_packet), (vorbis_handle_type_packet):
6619         * ext/vorbis/vorbisdec.h:
6620         Delay sending events (newsegment, tags) until the decoder is properly
6621         initialized.
6622         Fixes #347295
6623
6624 2006-07-11  Jan Schmidt  <thaytan@mad.scientist.com>
6625
6626         * tests/check/elements/audioconvert.c: (get_float_mc_caps),
6627         (get_int_mc_caps), (GST_START_TEST), (audioconvert_suite):
6628           Patch from #347221 adding a test for audioconvert
6629           channel remappings.
6630
6631 2006-07-11  Tim-Philipp Müller  <tim at centricular dot net>
6632
6633         * gst/subparse/gstssaparse.c: (gst_ssa_parse_base_init),
6634         (gst_ssa_parse_parse_line):
6635           Don't include the terminating NUL in the buffer size,
6636           it's only there for extra paranoia (would add random
6637           '*' characters at the end of each subtitle since the
6638           terminator itself is not valid UTF-8 technically).
6639           Also fix indenting after boilerplate macro.
6640
6641 2006-07-10  Tim-Philipp Müller  <tim at centricular dot net>
6642
6643         * gst/playback/gstdecodebin.c: (close_pad_link):
6644           Also emit 'unknown-type' signal (which should really be
6645           called unhandled-type) if we found potential decoders/demuxers
6646           in the registry but none of them worked in the end (as in the
6647           case where the plugins don't exist any longer but are still
6648           listed in the registry). Fixes #329798.
6649
6650 2006-07-08  Andy Wingo  <wingo@pobox.com>
6651
6652         * theoraparse.c (theora_parse_push_buffer)
6653         (theora_parse_drain_queue_prematurely, theora_parse_drain_queue):
6654         Add some more debugging. Fix granulepos reconstruction in the face
6655         of discontinuities.
6656
6657 2006-07-06  Wim Taymans  <wim@fluendo.com>
6658
6659         * gst-libs/gst/audio/gstbaseaudiosink.c:
6660         (gst_base_audio_sink_class_init),
6661         (gst_base_audio_sink_provide_clock):
6662         Use gobject_class instead of G_OBJECT_CLASS (klass)
6663
6664         * gst-libs/gst/audio/gstbaseaudiosrc.c:
6665         (gst_base_audio_src_class_init), (gst_base_audio_src_init),
6666         (gst_base_audio_src_set_clock), (gst_base_audio_src_provide_clock),
6667         (gst_base_audio_src_get_time),
6668         (gst_base_audio_src_check_get_range), (gst_base_audio_src_create),
6669         (gst_base_audio_src_create_ringbuffer):
6670         Fix latency and buffer-time constants and properties ala basesink.
6671         Implement pull based scheduling. Fixes #346527.
6672         Set default blocksize in GstBaseSrc to 0, we default to pushing out
6673         one segment.
6674         Refuse slaving to another clock instead of silently not working.
6675         Only provide a clock when we are actually able to do so.
6676         Various small cleanups and compiler hints.
6677
6678 2006-07-06  Tim-Philipp Müller  <tim at centricular dot net>
6679
6680         Patch by: Lutz Mueller <lutz at topfrose de>
6681
6682         * gst/typefind/gsttypefindfunctions.c: (html_type_find),
6683         (plugin_init):
6684           Add typefinding for text/html (#346581).
6685
6686 2006-07-06  Tim-Philipp Müller  <tim at centricular dot net>
6687
6688         * gst/typefind/gsttypefindfunctions.c: (utf8_type_find),
6689         (xml_check_first_element), (xml_type_find), (smil_type_find):
6690           Fix SMIL typefinding, make xml_check_first_element() more
6691           useful.
6692
6693 2006-07-06  Tim-Philipp Müller  <tim at centricular dot net>
6694
6695         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
6696         (gst_play_base_bin_finalize), (decodebin_element_added_cb),
6697         (decodebin_element_removed_cb), (gst_play_base_bin_set_property):
6698         * gst/playback/gstplaybasebin.h:
6699           Protect list of elements with a subtitle-encoding property and
6700           the subtitle encoding member itself with a lock of their own
6701           instead of using the object lock. This prevents a dead-lock in
6702           the element-remove callback in some circumstances when shutting
6703           down playbin.
6704
6705 2006-07-05  Sebastien Moutte  <sebastien@moutte.net>
6706
6707         * win32/common/libgsttag.def:
6708         Export some new functions.
6709         * win32/vs6/libgstogg.dsp:
6710         Add a link to libgsttag-0.10.lib.
6711
6712 2006-07-04  Tim-Philipp Müller  <tim at centricular dot net>
6713
6714         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
6715           Some const-ification.
6716
6717 2006-07-04  Wim Taymans  <wim@fluendo.com>
6718
6719         * gst/playback/gstplaybasebin.c: (is_stream), (gen_source_element):
6720         Improve checking if we are dealing with a stream. Added some
6721         more uris that need buffering.
6722
6723 2006-07-03  Edward Hervey  <edward@fluendo.com>
6724
6725         * ext/vorbis/vorbisdec.c: (vorbis_do_clip):
6726         Remove unused variable.
6727
6728 2006-07-02  Thomas Vander Stichele  <thomas at apestaart dot org>
6729
6730         * Makefile.am:
6731           include lcov.mak
6732         * configure.ac:
6733           add GCOV_LIBS to GST_LIBS
6734
6735 2006-07-02  Tim-Philipp Müller  <tim at centricular dot net>
6736
6737         Patch by: Michael Sheldon  <webmaster at mikeasoft com>
6738
6739         * ext/alsa/gstalsasrc.c:
6740           Add 32 bps to template caps and increase channels range
6741           from [1,2] to [1,MAX]. See #346326.
6742
6743 2006-06-30  Tim-Philipp Müller  <tim at centricular dot net>
6744
6745         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
6746           Recognise 'WMVA' video codec fourcc (#345879).
6747           
6748 2006-06-29 Philippe Kalaf <philippe.kalaf@collabora.co.uk>       
6749          
6750         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:     
6751           Fixed nasty memory leak
6752
6753 2006-06-26  Thomas Vander Stichele  <thomas at apestaart dot org>
6754
6755         * gst/tcp/gsttcp.c: (gst_tcp_read_buffer),
6756         (gst_tcp_gdp_read_buffer), (gst_tcp_gdp_read_caps):
6757           fix logging
6758
6759 2006-06-23  Jan Schmidt  <thaytan@mad.scientist.com>
6760
6761         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
6762         (gst_decode_bin_init), (gst_decode_bin_finalize), (add_fakesink),
6763         (remove_fakesink), (pad_probe), (gst_decode_bin_change_state):
6764         Protect remove_fakesink using a mutex, so that we don't try and
6765         remove the fakesink simultaneously from multiple threads.
6766
6767         When going from READY to PAUSED, restore the fakesink, so that
6768         it is there when decodebin gets reused.
6769
6770 2006-06-23  Tim-Philipp Müller  <tim at centricular dot net>
6771
6772         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
6773         * gst-libs/gst/rtp/gstbasertpdepayload.c:
6774         * gst-libs/gst/rtp/gstbasertppayload.c:
6775         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
6776         * gst/tcp/gstmultifdsink.c:
6777         * gst/tcp/gsttcpclientsink.c:
6778         * gst/tcp/gsttcpclientsrc.c:
6779         * gst/tcp/gsttcpserversink.c:
6780         * gst/tcp/gsttcpserversrc.c:
6781         * gst/videorate/gstvideorate.c:
6782         * gst/videotestsrc/gstvideotestsrc.c:
6783         * sys/v4l/gstv4ljpegsrc.c:
6784         * sys/v4l/gstv4lmjpegsink.c:
6785         * sys/v4l/gstv4lsrc.c:
6786         * tests/examples/seek/scrubby.c:
6787         * tests/examples/seek/seek.c:
6788           Use GST_DEBUG_CATEGORY_STATIC where possible (#342503).
6789
6790 2006-06-22  Tim-Philipp Müller  <tim at centricular dot net>
6791
6792         * gst-libs/gst/tag/tags.c: (register_tag_image_type_enum):
6793           Second field in GEnumValue shouldn't be a description,
6794           but a stringified version of the enum value.
6795
6796 2006-06-22  Wim Taymans  <wim@fluendo.com>
6797
6798         * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
6799         (gst_ximage_buffer_free), (gst_ximagesink_ximage_put),
6800         (gst_ximagesink_setcaps), (gst_ximagesink_buffer_alloc):
6801         Avoid type checking in buffer casts.
6802         Avoid caps copy in buffer_alloc when we can.
6803         Use pad_peer_accept.
6804
6805 2006-06-22  Tim-Philipp Müller  <tim at centricular dot net>
6806
6807         * gst-libs/gst/tag/tag.h:
6808           Oops, make that 'Since: 0.10.9'.
6809
6810 2006-06-22  Tim-Philipp Müller  <tim at centricular dot net>
6811
6812         * docs/libs/gst-plugins-base-libs-sections.txt:
6813         * gst-libs/gst/tag/tag.h:
6814         * gst-libs/gst/tag/tags.c: (register_tag_image_type_enum),
6815         (gst_tag_image_type_get_type):
6816           API: add GstTagImageType enum to describe images contained
6817           in image tags (#345641).
6818
6819 2006-06-22  Tim-Philipp Müller  <tim at centricular dot net>
6820
6821         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init):
6822           Fix warnings with gst-inspect: "buffers-min" property
6823           should be of G_TYPE_INT and not G_TYPE_INT64. Also fix
6824           typo in property description.
6825
6826 2006-06-22  Tim-Philipp Müller  <tim at centricular dot net>
6827
6828         Patch by: Cody Russell <bratsche at gnome org>
6829
6830         * gst/audioresample/gstaudioresample.c:
6831         (gst_audioresample_class_init):
6832         * gst/playback/gststreamselector.c:
6833         (gst_stream_selector_class_init):
6834         * gst/subparse/gstsubparse.c: (gst_sub_parse_class_init):
6835         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init):
6836         * gst/tcp/gsttcpclientsink.c: (gst_tcp_client_sink_class_init):
6837         * gst/tcp/gsttcpclientsrc.c: (gst_tcp_client_src_class_init):
6838         * gst/tcp/gsttcpserversink.c: (gst_tcp_server_sink_class_init):
6839         * gst/tcp/gsttcpserversrc.c: (gst_tcp_server_src_class_init):
6840         * gst/videoscale/gstvideoscale.c: (gst_video_scale_class_init):
6841         * gst/videotestsrc/gstvideotestsrc.c:
6842         (gst_video_test_src_class_init):
6843         * gst/volume/gstvolume.c: (gst_volume_class_init):
6844           Avoid unnecessary class cast check in class_init
6845           functions (#337747).
6846
6847 2006-06-21  Tim-Philipp Müller  <tim at centricular dot net>
6848
6849         * ext/pango/gsttextoverlay.c: (gst_text_overlay_make_utf8),
6850         (gst_text_overlay_video_chain):
6851           g_markup_escape_text() REALLY doesn't like non-UTF8 input
6852           and doesn't validate its input either (and neither did
6853           textoverlay it seems). Let's do that then and fix #345206.
6854
6855 2006-06-19  Wim Taymans  <wim@fluendo.com>
6856
6857         * gst/tcp/gstmultifdsink.c: (gst_sync_method_get_type),
6858         (gst_unit_type_get_type), (gst_multi_fd_sink_class_init),
6859         (gst_multi_fd_sink_init), (gst_multi_fd_sink_add_full),
6860         (gst_multi_fd_sink_add), (gst_multi_fd_sink_handle_client_read),
6861         (find_syncframe), (find_limits), (assign_value),
6862         (count_burst_unit), (gst_multi_fd_sink_new_client),
6863         (gst_multi_fd_sink_handle_client_write),
6864         (gst_multi_fd_sink_queue_buffer), (gst_multi_fd_sink_render),
6865         (gst_multi_fd_sink_set_property), (gst_multi_fd_sink_get_property),
6866         (gst_multi_fd_sink_change_state):
6867         * gst/tcp/gstmultifdsink.h:
6868         Added shiny new burst-on-connect methods.
6869         Add properties to control the minimal amount of data queued.
6870         Small cleanups.
6871         API: bytes-min property
6872         API: time-min property
6873         API: buffers-min property
6874         API: burst-unit property
6875         API: burst-value property
6876         API: add-full signal
6877
6878         * gst/tcp/gsttcp-marshal.list:
6879         Added new marshaller code for the new signal.
6880
6881         * tests/check/elements/multifdsink.c: (GST_START_TEST),
6882         (multifdsink_suite):
6883         Added testcases for new burst methods.
6884
6885 2006-06-19  Edward Hervey  <edward@fluendo.com>
6886
6887         * ext/theora/theoradec.c: (clip_buffer), (theora_dec_push):
6888         Implement clipping for accurate seeking.
6889         Closes #345225
6890
6891 2006-06-19  Wim Taymans  <wim@fluendo.com>
6892
6893         Patch by: Philip Jaegenstedt <philip at lysator dot liu dot se>
6894
6895         * gst/videoscale/gstvideoscale.c: (gst_video_scale_prepare_size),
6896         (gst_video_scale_transform):
6897         Make videoscale support RGBA, ARGB, BGRA and ABGR. Fixes #345131
6898
6899 2006-06-17  Tim-Philipp Müller  <tim at centricular dot net>
6900
6901         * configure.ac:
6902           Fix --disable-external (can't set conditionals conditionally,
6903           #343602).
6904
6905 2006-06-16  Tim-Philipp Müller  <tim at centricular dot net>
6906
6907         * tests/check/elements/audioresample.c: (test_reuse),
6908         (audioresample_suite):
6909           Add test case for bug #342789 fixed below.
6910
6911 2006-06-16  Tim-Philipp Müller  <tim at centricular dot net>
6912
6913         * gst/audioresample/gstaudioresample.c:
6914         (gst_audioresample_class_init), (gst_audioresample_init),
6915         (audioresample_start), (audioresample_stop),
6916         (gst_audioresample_set_property), (gst_audioresample_get_property):
6917           Implement GstBaseTransform::start and ::stop so that audioresample
6918           can clear its internal state properly and be reused instead of
6919           causing non-negotiated errors with playbin under some circumstances
6920           (#342789).
6921
6922         * tests/check/elements/audioresample.c: (setup_audioresample),
6923         (cleanup_audioresample):
6924           Need to set element state here so that ::start and ::stop are
6925           called.
6926
6927 2006-06-16  Wim Taymans  <wim@fluendo.com>
6928
6929         Patch by: Young-Ho Cha <ganadist at chollian dot net>
6930
6931         * gst-libs/gst/riff/riff-read.c: (gst_riff_parse_strf_vids):
6932         Parse extra data better, apparently it's right behind
6933         the normal strf header size. Fixes #343500.
6934
6935 2006-06-16  Wim Taymans  <wim@fluendo.com>
6936
6937         * ext/alsa/gstalsasink.c: (set_hwparams):
6938         If we fail to set the buffer_time and period_time alsa
6939         parameters, post a warning and leave alsa select a 
6940         default instead of failing. Fixes #342085
6941
6942 2006-06-16  Tim-Philipp Müller  <tim at centricular dot net>
6943
6944         * docs/libs/gst-plugins-base-libs-sections.txt:
6945         * gst-libs/gst/cdda/gstcddabasesrc.h:
6946           Remove GST_CDDA_TAG_TRACK_TAGS again, it is #ifdef 0'ed
6947           out in the header file and shouldn't be listed in the docs.
6948
6949         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk):
6950           Must dereference pointer to fourcc in the debug statement.
6951
6952 2006-06-16  Stefan Kost  <ensonic@users.sf.net>
6953
6954         * docs/libs/Makefile.am:
6955         * docs/libs/gst-plugins-base-libs-docs.sgml:
6956         * docs/libs/gst-plugins-base-libs-sections.txt:
6957         * docs/libs/gst-plugins-base-libs.types:
6958         add remaining symbols into correct setions
6959         
6960         * gst-libs/gst/audio/gstringbuffer.c:
6961         fix incomplete docs
6962         
6963         * gst-libs/gst/audio/gstringbuffer.h:
6964         comment out not yet implemented function
6965         
6966         
6967         * gst-libs/gst/floatcast/floatcast.h:
6968         * gst-libs/gst/netbuffer/gstnetbuffer.c:
6969         add short descriptions
6970         
6971         
6972         * gst-libs/gst/interfaces/propertyprobe.c:
6973         fix return value docs   
6974         
6975         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk):
6976         simplify debug logging
6977         
6978         * gst-libs/gst/riff/riff-read.h:
6979         sync function prototype and docs
6980         
6981         * gst-libs/gst/rtp/gstbasertpaudiopayload.h:
6982         remove left over symbol
6983
6984 2006-06-16  Tim-Philipp Müller  <tim at centricular dot net>
6985
6986         * autogen.sh:
6987         * configure.ac:
6988         * docs/Makefile.am:
6989           Use GST_PLUGIN_DOCS macro in configure.ac, add
6990           --enable-plugin-docs default to autogen.sh and use
6991           ENABLE_PLUGIN_DOCS conditional in Makefile.am (#344039).
6992
6993 2006-06-15  Wim Taymans  <wim@fluendo.com>
6994
6995         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_peer),
6996         (gst_ogg_demux_activate_chain), (gst_ogg_demux_combine_flows),
6997         (gst_ogg_demux_loop):
6998         Combine GstFlowReturn from the source pads to give a
6999         meaningfull result to the upstream peer or to stop the
7000         processing task in case of errors.
7001
7002 2006-06-14  Tim-Philipp Müller  <tim at centricular dot net>
7003
7004         * gst/playback/gststreaminfo.c: (cb_probe):
7005           Try GST_TAG_CODEC as fallback when extracting the
7006           codec name; more debug info.
7007
7008 2006-06-14  Tim-Philipp Müller  <tim at centricular dot net>
7009
7010         * ext/ogg/Makefile.am:
7011         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
7012           Extract language tags from ogm subtitle streams, so that
7013           the subtitle menu choices are labelled correctly in
7014           Totem (fixes #344708).
7015
7016 2006-06-14  Wim Taymans  <wim@fluendo.com>
7017
7018         Patch by: Alessandro Decina <alessandro at nnva dot org>
7019
7020         * ext/ogg/gstoggmux.c: (gst_ogg_mux_get_type), (gst_ogg_mux_clear),
7021         (gst_ogg_mux_release_pad), (gst_ogg_mux_get_headers),
7022         (gst_ogg_mux_set_header_on_caps), (gst_ogg_mux_init_collectpads),
7023         (gst_ogg_mux_clear_collectpads), (gst_ogg_mux_change_state):
7024         Fix various leaks. Fixes #343699.
7025         Add x-smoke mime type.
7026
7027 2006-06-14  Tim-Philipp Müller  <tim at centricular dot net>
7028
7029         * gst-libs/gst/riff/riff-ids.h:
7030           Add IDs for 'bext' chunks (see #343837).
7031
7032 2006-06-12  Tim-Philipp Müller  <tim at centricular dot net>
7033
7034         Patch by: Young-Ho Cha  <ganadist at chollian net>
7035
7036         * gst/subparse/samiparse.c: (sami_context_pop_state),
7037         (handle_start_font), (end_sami_element):
7038           Honour font face tags in SAMI subtitles (#344503).
7039
7040 2006-06-11  Stefan Kost  <ensonic@users.sf.net>
7041
7042         * po/POTFILES.in:
7043           add missing files containing translatable strings
7044
7045 2006-06-11  Stefan Kost  <ensonic@users.sf.net>
7046
7047         * docs/libs/tmpl/.cvsignore:
7048           we don't want those *.sgml files in CVS either
7049
7050 2006-06-11  Stefan Kost  <ensonic@users.sf.net>
7051
7052         * docs/libs/.cvsignore:
7053         * tests/check/elements/.cvsignore:
7054         * tests/check/libs/.cvsignore:
7055           ignore more
7056
7057 2006-06-11  Stefan Kost  <ensonic@users.sf.net>
7058
7059         * docs/libs/Makefile.am:
7060           also commiting the changed Makefile.am (added more libs to the
7061           doc-build)
7062
7063 2006-06-11  Stefan Kost  <ensonic@users.sf.net>
7064
7065         * docs/libs/gst-plugins-base-libs-docs.sgml:
7066         * docs/libs/gst-plugins-base-libs-sections.txt:
7067         * docs/libs/gst-plugins-base-libs.types:
7068           first batch of reordering things, add index & hierarchy
7069
7070 2006-06-11  Thomas Vander Stichele  <thomas at apestaart dot org>
7071
7072         * configure.ac:
7073           use GST_PKG_CHECK_MODULES, cleans up output
7074
7075 2006-06-10  Tim-Philipp Müller  <tim at centricular dot net>
7076
7077         * ext/gnomevfs/gstgnomevfsuri.c: (gst_gnomevfs_get_supported_uris):
7078           Add support for burn:// URIs (#343385); const-ify things a bit,
7079           use G_N_ELEMENTS instead of hard-coded array size.
7080
7081 2006-06-10  Tim-Philipp Müller  <tim at centricular dot net>
7082
7083         Patch by: Young-Ho Cha  <ganadist at chollian net>
7084
7085         * gst/subparse/samiparse.c: (fix_invalid_entities), (parse_sami):
7086           Fix up broken entities before passing them to libxml *sigh*.
7087           (#343303).
7088           
7089 2006-06-09  Thomas Vander Stichele  <thomas at apestaart dot org>
7090
7091         * configure.ac:
7092           back to TRUNK
7093
7094 === release 0.10.8 ===
7095
7096 2006-06-09  Thomas Vander Stichele <thomas at apestaart dot org>
7097
7098         * configure.ac:
7099           releasing 0.10.8, "Moar gij ziet mij nie"
7100
7101 2006-06-07  Thomas Vander Stichele  <thomas at apestaart dot org>
7102
7103         * configure.ac:
7104         * po/af.po:
7105         * po/az.po:
7106         * po/cs.po:
7107         * po/en_GB.po:
7108         * po/hu.po:
7109         * po/it.po:
7110         * po/nb.po:
7111         * po/nl.po:
7112         * po/or.po:
7113         * po/sq.po:
7114         * po/sr.po:
7115         * po/sv.po:
7116         * po/uk.po:
7117         * po/vi.po:
7118         * win32/common/config.h:
7119           0.10.7.2 prerelease
7120
7121 2006-06-07  Thomas Vander Stichele  <thomas at apestaart dot org>
7122
7123         * docs/libs/tmpl/gstaudio.sgml:
7124         * docs/libs/tmpl/gstcolorbalance.sgml:
7125         * docs/libs/tmpl/gstmixer.sgml:
7126         * docs/libs/tmpl/gstringbuffer.sgml:
7127         * docs/libs/tmpl/gsttuner.sgml:
7128         * docs/libs/tmpl/gstxoverlay.sgml:
7129         * gst-libs/gst/audio/audio.c:
7130         * gst-libs/gst/audio/gstringbuffer.c:
7131         * gst-libs/gst/interfaces/colorbalance.c:
7132         * gst-libs/gst/interfaces/mixer.c:
7133         * gst-libs/gst/interfaces/tuner.c:
7134         * gst-libs/gst/interfaces/xoverlay.c:
7135           move last template doc snippets to source code and delete them
7136
7137 2006-06-06  Michael Smith  <msmith@fluendo.com>
7138
7139         * ext/theora/theoraparse.c: (theora_parse_drain_queue_prematurely),
7140         (theora_parse_drain_queue):
7141           Mark DELTA_UNIT on non-keyframes.
7142
7143 2006-06-03  Jan Schmidt  <thaytan@mad.scientist.com>
7144
7145         * gst-libs/gst/audio/gstbaseaudiosink.c:
7146         (gst_base_audio_sink_class_init), (gst_base_audio_sink_setcaps):
7147         * gst-libs/gst/audio/gstbaseaudiosink.h:
7148         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_parse_caps),
7149         (gst_ring_buffer_samples_done):
7150         * gst-libs/gst/audio/gstringbuffer.h:
7151         Document better the fact that latency_time and buffer_time are values
7152         stored in microseconds, and not the usual GStreamer nanoseconds.
7153         Change the variables (compatibly) that store them from GstClockTime 
7154         to guint64 to make it more clear that they're not storing clock times.
7155         Also, remove the bogus property description that says the user can
7156         specify -1 to get the default value, since that's never been the case.
7157
7158         When computing the default segment size for the ring buffer, make it
7159         an integer number of samples.
7160
7161         When the sub-class indicates a delay greater than the number of
7162         samples we've written return 0 from the audio sink get_time method.
7163
7164 2006-06-02  Michael Smith  <msmith@fluendo.com>
7165
7166         * tests/check/elements/audioconvert.c: (set_channel_positions),
7167         (get_float_mc_caps), (get_int_mc_caps):
7168         * tests/check/elements/audioresample.c:
7169         * tests/check/elements/audiotestsrc.c: (GST_START_TEST):
7170         * tests/check/elements/videorate.c:
7171         * tests/check/elements/videotestsrc.c: (GST_START_TEST):
7172         * tests/check/elements/volume.c:
7173         * tests/check/elements/vorbisdec.c:
7174         * tests/check/pipelines/vorbisenc.c: (GST_START_TEST):
7175           Don't busy-wait in tests; this was causing test timeouts very
7176           frequently when running under valgrind.
7177
7178 2006-06-02  Thomas Vander Stichele  <thomas at apestaart dot org>
7179
7180         * gst/tcp/README:
7181         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_init),
7182         (gst_multi_fd_sink_remove_client_link),
7183         (gst_multi_fd_sink_client_queue_caps),
7184         (gst_multi_fd_sink_client_queue_buffer),
7185         (gst_multi_fd_sink_handle_client_write),
7186         (gst_multi_fd_sink_render):
7187         * gst/tcp/gstmultifdsink.h:
7188           make multifdsink properly deal with streamheader:
7189           - streamheader is taken from caps
7190           - buffers marked with IN_CAPS are not sent
7191           - streamheaders are sent, on connection, from the caps of the
7192             buffer where the client gets positioned to
7193           - further streamheader changes are done every time the client
7194             will receive a buffer with different caps
7195         * tests/check/elements/multifdsink.c: (GST_START_TEST),
7196         (gst_multifdsink_create_streamheader):
7197           add tests for this
7198
7199 2006-06-02  Michael Smith  <msmith@fluendo.com>
7200
7201         * ext/vorbis/vorbisdec.c: (vorbis_handle_identification_packet):
7202           Reinstate limit on channel count. Vorbis does not define the meaning
7203           of > 6 channels, so they're just independent channels. Gstreamer
7204           currently has no mechanism to represent N independent channels.
7205
7206 2006-06-02  Michael Smith  <msmith@fluendo.com>
7207
7208         * ext/vorbis/vorbisdec.c: (vorbis_handle_identification_packet):
7209           Don't arbitrarily restrict channel counts and rate in vorbis.
7210           In terms of effects likely on real-world files, this fixes 96kHz
7211           playback of vorbis.
7212
7213 2006-06-02  Michael Smith  <msmith@fluendo.com>
7214
7215         * gst/audioconvert/audioconvert.c: (float):
7216           More correct float->int conversion.
7217
7218 2006-06-02  Michael Smith  <msmith@fluendo.com>
7219
7220         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_perform_seek):
7221           Don't accidently send GST_CLOCK_TIME_NONE as a new segment start
7222           value. Fixes g-critical on trying to play back ogg containing
7223           unknown codec.
7224
7225 2006-06-02  Wim Taymans  <wim@fluendo.com>
7226
7227         * gst/playback/gstplaybasebin.c: (group_create), (group_commit),
7228         (setup_source):
7229         * gst/playback/gstplaybasebin.h:
7230         Make the subtitle detection work from any thread so we don't
7231         deadlock. Fixes #343397.
7232
7233 2006-06-02  Thomas Vander Stichele  <thomas at apestaart dot org>
7234
7235         * gst/volume/Makefile.am:
7236           Seriously, it's not *that* hard to get compilation right.  Even
7237           a drunk can do it ! Add LIBOIL CFLAGS and LIBS
7238
7239 2006-06-01  Stefan Kost  <ensonic@users.sf.net>
7240
7241         * gst/volume/gstvolume.c: (volume_choose_func),
7242         (volume_update_real_volume), (gst_volume_class_init),
7243         (gst_volume_init), (volume_process_float), (volume_process_int16),
7244         (volume_process_int16_clamp), (volume_set_caps),
7245         (volume_transform_ip), (plugin_init):
7246         * gst/volume/gstvolume.h:
7247         rewrite the passthrough check, split _int16 and _int16_clamp, fix
7248         another property desc., remove unused param from process function
7249         
7250         * tests/check/elements/volume.c: (volume_suite):
7251         reactivate the passthrough test
7252
7253 2006-06-01  Stefan Kost  <ensonic@users.sf.net>
7254
7255         * ext/alsa/gstalsamixerelement.h:
7256         * ext/alsa/gstalsamixeroptions.h:
7257         * ext/alsa/gstalsamixertrack.h:
7258         * ext/gnomevfs/gstgnomevfssink.h:
7259         * ext/gnomevfs/gstgnomevfssrc.h:
7260         * ext/theora/gsttheoradec.h:
7261         * ext/theora/gsttheoraenc.h:
7262         * ext/theora/gsttheoraparse.h:
7263         * ext/vorbis/vorbisparse.h:
7264         * gst-libs/gst/audio/gstaudioclock.h:
7265         * gst-libs/gst/audio/gstaudiofilter.h:
7266         * gst-libs/gst/rtp/gstbasertpaudiopayload.h:
7267         * gst/audioconvert/gstaudioconvert.h:
7268         * gst/audioresample/gstaudioresample.h:
7269         * gst/audiotestsrc/gstaudiotestsrc.h:
7270         * gst/ffmpegcolorspace/gstffmpegcolorspace.h:
7271         * gst/playback/gststreamselector.h:
7272         * gst/tcp/gstmultifdsink.h:
7273         * gst/tcp/gsttcpclientsink.h:
7274         * gst/tcp/gsttcpclientsrc.h:
7275         * gst/tcp/gsttcpserversink.h:
7276         * gst/tcp/gsttcpserversrc.h:
7277         * gst/videorate/gstvideorate.h:
7278         * gst/videoscale/gstvideoscale.h:
7279         * gst/videotestsrc/gstvideotestsrc.h:
7280         * gst/volume/gstvolume.h:
7281         * sys/v4l/gstv4ljpegsrc.h:
7282         * sys/v4l/gstv4lmjpegsink.h:
7283         * sys/v4l/gstv4lmjpegsrc.h:
7284         * sys/v4l/gstv4lsrc.h:
7285         * sys/ximage/ximagesink.h:
7286         * sys/xvimage/xvimagesink.h:
7287         * tests/old/testsuite/alsa/sinesrc.h:
7288         Fix more gobject macros: obj<->klass, GstXXX<->GstXXXClass
7289
7290 2006-05-31  Wim Taymans  <wim@fluendo.com>
7291
7292         * ext/libvisual/visual.c: (gst_visual_reset),
7293         (gst_visual_sink_setcaps), (gst_visual_sink_event),
7294         (gst_visual_src_event), (get_buffer), (gst_visual_chain):
7295         Handle DISCONT.
7296         Use running time before doing QoS.
7297         Handle mono too.
7298
7299 2006-05-31  Thomas Vander Stichele  <thomas at apestaart dot org>
7300
7301         * docs/libs/Makefile.am:
7302           set a magic variable to indicate we know the docs are incomplete
7303
7304 2006-05-30  Sebastien Moutte  <sebastien@moutte.net>
7305
7306         * win32/common/libgstvideo.def:
7307           export gst_video_calculate_display_ratio
7308         * win32/vs6/libgstvideoscale.dsp:
7309           add link to libgstvideo-0.10.lib
7310
7311 2006-05-30  Tim-Philipp Müller  <tim at centricular dot net>
7312
7313         * gst/playback/gstplaybasebin.c: (gen_source_element):
7314           Throw a more comprehensible error for rtsp:// URIs (rather
7315           than erroring out with a negotiation error later on) until
7316           we fix playbin to handle rtspsrc etc.
7317
7318 2006-05-30  Wim Taymans  <wim@fluendo.com>
7319
7320         * ext/pango/gsttextoverlay.c: (gst_text_overlay_src_event),
7321         (gst_text_overlay_text_event):
7322         Added some FIXMEs.
7323
7324 2006-05-30  Wim Taymans  <wim@fluendo.com>
7325
7326         * gst/adder/gstadder.c: (gst_adder_class_init), (gst_adder_init),
7327         (gst_adder_request_new_pad), (gst_adder_release_pad):
7328         * gst/adder/gstadder.h:
7329         Implement release_request_pad.
7330         Make padcounter atomic.
7331
7332         * tests/check/elements/adder.c: (GST_START_TEST), (adder_suite):
7333         Added check for release_pad in adder.
7334
7335 2006-05-30  Wim Taymans  <wim@fluendo.com>
7336
7337         * ext/ogg/gstoggdemux.c: (gst_ogg_chain_new_stream):
7338         Fix build again.
7339
7340 2006-05-30  Thomas Vander Stichele  <thomas at apestaart dot org>
7341
7342         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
7343         (gst_ogg_demux_chain_elem_pad), (gst_ogg_demux_queue_data),
7344         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
7345         (gst_ogg_pad_submit_page), (gst_ogg_chain_new_stream),
7346         (gst_ogg_demux_seek), (gst_ogg_demux_get_data),
7347         (gst_ogg_demux_get_next_page), (gst_ogg_demux_do_seek),
7348         (gst_ogg_demux_bisect_forward_serialno),
7349         (gst_ogg_demux_read_chain), (gst_ogg_demux_find_chains),
7350         (gst_ogg_demux_chain), (gst_ogg_demux_loop), (gst_ogg_print):
7351           add more debugging
7352           clean up printf formats for granulepos and serialno
7353
7354 2006-05-30  Michael Smith  <msmith@fluendo.com>
7355
7356         * ext/vorbis/vorbisenc.c: (raw_caps_factory),
7357         (gst_vorbis_enc_class_init), (gst_vorbis_enc_dispose),
7358         (gst_vorbis_enc_generate_sink_caps), (gst_vorbis_enc_sink_getcaps),
7359         (gst_vorbis_enc_init), (gst_vorbis_enc_buffer_from_header_packet),
7360         (gst_vorbis_enc_chain), (gst_vorbis_enc_change_state):
7361         * ext/vorbis/vorbisenc.h:
7362           Multi-channel caps negotiation, so we can do proper multichannel
7363           vorbis encoding, negotiated through audioconvert.
7364
7365 2006-05-30  Wim Taymans  <wim@fluendo.com>
7366
7367         * tests/check/elements/adder.c: (test_event_message_received),
7368         (test_play_twice_message_received), (GST_START_TEST),
7369         (adder_suite):
7370         Added check to show that #339935 is fixed with ongoing
7371         adder and collectpads fixes.
7372
7373 2006-05-29  Wim Taymans  <wim@fluendo.com>
7374
7375         * gst/adder/gstadder.c: (gst_adder_request_new_pad):
7376         Don't leak pad name.
7377
7378 2006-05-29  Wim Taymans  <wim@fluendo.com>
7379
7380         * gst/adder/gstadder.c: (gst_adder_query_duration),
7381         (forward_event_func), (forward_event), (gst_adder_src_event):
7382         Fix adder seeking.
7383         Make query/seeking code threadsafe.
7384
7385         * tests/check/Makefile.am:
7386         * tests/check/elements/adder.c: (test_event_message_received),
7387         (GST_START_TEST), (test_play_twice_message_received):
7388         Fix adder test case.
7389
7390 2006-05-29  Tim-Philipp Müller  <tim at centricular dot net>
7391
7392         Patch by: Young-Ho Cha  <ganadist at chollian net>
7393
7394         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
7395         (gst_play_base_bin_init), (gst_play_base_bin_dispose),
7396         (set_encoding_element), (decodebin_element_added_cb),
7397         (decodebin_element_removed_cb), (setup_subtitle), (setup_source),
7398         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property):
7399         * gst/playback/gstplaybasebin.h:
7400           Add 'subtitle-encoding' property to playbin, so applications can
7401           force a subtitle encoding for non-UTF8 subtitles (#342268).
7402
7403         * gst/subparse/gstsubparse.c: (gst_sub_parse_class_init),
7404         (gst_sub_parse_set_property):
7405           Rename recently-added 'encoding' property to 'subtitle-encoding'
7406           (so it can be proxied by playbin/decodebin in a generic way
7407           with less danger of false positives).
7408
7409 2006-05-29  Michael Smith  <msmith@fluendo.com>
7410
7411         * gst/audioconvert/gstaudioconvert.c: (make_lossless_changes),
7412         (append_with_other_format), (set_structure_widths),
7413         (gst_audio_convert_transform_caps):
7414           Patch from #341562: give more specific audio caps in get_caps, so
7415           that basetransform  can make better decisions on what caps to
7416           negotiate.
7417
7418 2006-05-28  Stefan Kost  <ensonic@users.sf.net>
7419
7420         * tests/check/elements/volume.c:
7421         make it compile again
7422
7423 2006-05-28  Stefan Kost  <ensonic@users.sf.net>
7424
7425         * tests/check/elements/volume.c: (volume_suite):
7426         disable test until #343196 gets resolved
7427
7428 2006-05-28  Stefan Kost  <ensonic@users.sf.net>
7429
7430         * gst/adder/gstadder.c: (gst_adder_get_type):
7431         Make it easier to copy&paste
7432         
7433         * gst/volume/Makefile.am:
7434         * gst/volume/gstvolume.c: (volume_update_real_volume),
7435         (gst_volume_set_volume), (gst_volume_set_mute),
7436         (gst_volume_class_init), (volume_process_int16), (volume_set_caps),
7437         (volume_transform_ip), (volume_update_mute),
7438         (volume_update_volume):
7439         * gst/volume/gstvolume.h:
7440         Add own debug category, move duplicate code to helper function, fix
7441         property texts, add more comments and prepare ffor liboil-goodness
7442         
7443         * tests/check/Makefile.am:
7444         * tests/check/elements/volume.c: (GST_START_TEST), (volume_suite):
7445         add test for mute and passtrough case, be a bit more verbose to track
7446         failure
7447         
7448         * tests/check/generic/states.c: (GST_START_TEST):
7449         catch elements that fail to instantiate
7450
7451 2006-05-28  Edward Hervey  <edward@fluendo.com>
7452
7453         * tests/check/pipelines/simple-launch-lines.c:
7454         * tests/check/pipelines/theoraenc.c:
7455         * tests/check/pipelines/vorbisenc.c:
7456         Comment out tests using parse_launch() if core was built without
7457         parsing capabilities.
7458
7459 2006-05-27  Edward Hervey  <edward@fluendo.com>
7460
7461         * tests/check/Makefile.am:
7462         Extra bonus points for whoever explains to ensonic that you are meant
7463         to test unit tests thoroughly before commiting them, especially if
7464         you know it's going to break.
7465         De-activated element/adder tests.
7466
7467 2006-05-27  Edward Hervey  <edward@fluendo.com>
7468
7469         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
7470         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_smpfmt_to_caps):
7471         Marking caps conversion issues as GST_WARNING is way too verbose,
7472         Moving them to GST_LOG.
7473
7474 2006-05-27  Tim-Philipp Müller  <tim at centricular dot net>
7475
7476         * README:
7477           Replace current README (containing the release notes from
7478           some 0.9.x version) with a proper README taken from the core.
7479
7480 2006-05-26  Wim Taymans  <wim@fluendo.com>
7481
7482         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
7483         (vorbis_dec_src_event), (vorbis_dec_sink_event), (vorbis_do_clip),
7484         (vorbis_dec_push), (vorbis_handle_data_packet), (vorbis_dec_chain),
7485         (vorbis_dec_change_state):
7486         Small cleanups.
7487         Add some FIXMEs
7488         Clip output samples to segment boundaries.
7489
7490 2006-05-26  Jan Schmidt  <thaytan@mad.scientist.com>
7491
7492         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
7493         (gst_ximagesink_xcontext_get), (gst_ximagesink_show_frame):
7494         Improve the errors produced on bad output, including some human
7495         readable description strings.
7496         Handle the (theoretical for ximagesink) case where the XServer 
7497         has a different idea about the size required for a particular 
7498         frame and gives us too small a memory allocation.
7499
7500 2006-05-26  Jan Schmidt  <thaytan@mad.scientist.com>
7501
7502         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
7503         (gst_xvimagesink_get_xv_support), (gst_xvimagesink_xcontext_get),
7504         (gst_xvimagesink_get_format_from_caps), (gst_xvimagesink_setcaps),
7505         (gst_xvimagesink_show_frame), (gst_xvimagesink_buffer_alloc):
7506         Improve the errors produced on bad output, including some human 
7507         readable description strings.
7508         Handle RGB Xv formats properly by transforming them into our 
7509         big-endian caps description.
7510         Use gst_caps_truncate to ensure that we never try and choose a
7511         non-fixed caps in buffer_alloc.
7512         Handle the case where the XServer has a different idea about the size
7513         required for a particular frame and gives us too small a memory
7514         allocation.
7515         Use -1 to indicate 'no image format', because 0 is a valid XServer
7516         image format number.
7517         Put RGB Xv formats at the end of the caps, so that we always prefer
7518         YUV format frames.
7519         Iterate the available Xv Encodings to determine the maximum width and
7520         height, and then return that in our caps.
7521         (Closes #315312, #337544)
7522
7523 2006-05-25  Jan Schmidt  <thaytan@mad.scientist.com>
7524
7525         * gst/playback/gstdecodebin.c: (remove_fakesink), (pad_probe):
7526         When there is only one unfinished pad and it receives an event that
7527         doesn't match our requirements, we need to set alldone=FALSE so that
7528         the fakesink is not removed yet.
7529
7530 2006-05-25  Tim-Philipp Müller  <tim at centricular dot net>
7531
7532         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind):
7533           Use gst_type_find_helper_for_buffer() to find the type
7534           of stream from the first packet.
7535
7536         * configure.ac:
7537           Bump requirements to core CVS (needed for vorbis
7538           typefinding to work).
7539
7540 2006-05-24  Edward Hervey  <edward@fluendo.com>
7541
7542         * gst/typefind/gsttypefindfunctions.c: (qt_type_find): 
7543         Added the 'prfl' atom type which MQV (no, it's not a typo) files
7544         contain.  Else they play perfectly fine with qtdemux.
7545
7546 2006-05-23  Stefan Kost  <ensonic@users.sf.net>
7547
7548         * ext/theora/theoradec.c:
7549         * ext/theora/theoraenc.c:
7550         * ext/theora/theoraparse.c: (gst_theora_parse_class_init):
7551         * gst/audiorate/gstaudiorate.c:
7552           make more debug catagories static
7553         
7554         * tests/check/Makefile.am:
7555         * tests/check/elements/adder.c: (message_received),
7556         (test_event_message_received), (GST_START_TEST),
7557         (test_play_twice_message_received), (adder_suite):
7558           added test case for using element twice, extra bonus points for anyone
7559           who can make these test run reliably
7560
7561 2006-05-23  Tim-Philipp Müller  <tim at centricular dot net>
7562
7563         * ext/theora/theoradec.c: (theora_dec_chain):
7564           Make work with time-stamped input buffers that do not
7565           have a granulepos in BUFFER_OFFSET_END (like theora
7566           buffers coming from matroskademux). Fixes #342448.
7567
7568 2006-05-22  Tim-Philipp Müller  <tim at centricular dot net>
7569
7570         Patch by: Peter Kjellerstedt  <pkj at axis com>
7571
7572         * gst/tcp/Makefile.am:
7573           fdstresstest doesn't need Gtk+, fix compilation if 
7574           gtk is not available (#342566).
7575
7576 2006-05-19 Philippe Kalaf <philippe.kalaf@collabora.co.uk>       
7577          
7578         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:     
7579           80 line columns
7580           Removed redundant floor()
7581
7582 2006-05-19  Tim-Philipp Müller  <tim at centricular dot net>
7583
7584         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk):
7585           On second thought, just skip JUNK chunks automatically, so
7586           the caller doesn't have to handle this. Fixes #342345.
7587           Also, return GST_FLOW_UNEXPECTED if we get a short read,
7588           not GST_FLOW_ERROR.
7589
7590 2006-05-19  Tim-Philipp Müller  <tim at centricular dot net>
7591
7592         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk):
7593           Don't bail out on JUNK chunks with a size of 0 (would try to
7594           pull_range 0 bytes before, which sources don't like too much).
7595           See #342345.
7596
7597 2006-05-19  Jan Schmidt  <thaytan@mad.scientist.com>
7598
7599         * gst/videoscale/gstvideoscale.c: (gst_video_scale_fixate_caps):
7600         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps):
7601         Use the gstutil scaling function to preserve 64 bits while calculating
7602         output width and height from the display-aspect-ratio. (A continuation
7603         of #341542)
7604
7605 2006-05-19  Jan Schmidt  <thaytan@mad.scientist.com>
7606
7607         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_clear),
7608         (gst_xvimagesink_buffer_alloc):
7609         * sys/xvimage/xvimagesink.h:
7610         When performing buffer allocations, remember the caps and image format
7611         we return so that if the same caps are asked for next time we can
7612         return them immediately without doing any caps intersections.
7613
7614 2006-05-18 Philippe Kalaf <philippe.kalaf@collabora.co.uk>       
7615          
7616         * gst-libs/gst/rtp/README:
7617           Some new documentation
7618         * gst-libs/gst/rtp/gstrtpbuffer.h:       
7619           Added GST_RTP_PAYLOAD_DYNAMIC_STRING for use by children       
7620         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:     
7621         * gst-libs/gst/rtp/gstbasertpaudiopayload.h:     
7622           New RTP audio base payloader class. Supports frame or sample based
7623           codecs.  Not enabled in Makefile.am until approved.
7624
7625 2006-05-18  Tim-Philipp Müller  <tim at centricular dot net>
7626
7627         * tests/check/elements/alsa.c: (test_device_property_probe):
7628           Fix test case: don't try to free NULL GValueArray when there
7629           are no devices.
7630
7631 2006-05-18  Tim-Philipp Müller  <tim at centricular dot net>
7632
7633         * tests/check/Makefile.am:
7634         * tests/check/elements/alsa.c: (test_device_property_probe),
7635         (alsa_suite), (main):
7636           Add simple test that runs a device property probe on alsasrc,
7637           alsasink and alsamixer. Disable valgrind check for now (too
7638           many leaks in libasound, and valgrind ignored my suppressions
7639           additions).
7640
7641 2006-05-18  Tim-Philipp Müller  <tim at centricular dot net>
7642
7643         * ext/alsa/gstalsadeviceprobe.c: (gst_alsa_get_device_list),
7644         (gst_alsa_device_property_probe_probe_property),
7645         (gst_alsa_device_property_probe_needs_probe),
7646         (gst_alsa_device_property_probe_get_values),
7647         (gst_alsa_type_add_device_property_probe_interface):
7648         * ext/alsa/gstalsadeviceprobe.h:
7649         * ext/alsa/gstalsamixerelement.c:
7650         (gst_alsa_mixer_element_init_interfaces):
7651         * ext/alsa/gstalsamixerelement.h:
7652           Clean up and simplify alsa device probing. Make it actually work
7653           for multiple classes. Don't cache results any longer.
7654
7655         * ext/alsa/gstalsasink.c: (gst_alsasink_init_interfaces),
7656         (gst_alsasink_init):
7657         * ext/alsa/gstalsasrc.c: (gst_alsasrc_dispose),
7658         (gst_alsasrc_interface_supported), (gst_implements_interface_init),
7659         (gst_alsasrc_init_interfaces), (gst_alsasrc_set_property):
7660           Make alsasink and alsasrc implement the GstPropertyProbe interface
7661           for device probing (#342181).
7662           Patch by: Martin Szulecki  <gnomebugzilla at sukimashita com>
7663
7664 2006-05-18  Tim-Philipp Müller  <tim at centricular dot net>
7665
7666         * gst/subparse/samiparse.c: (handle_start_font):
7667           Don't ignore return value of strtol (++compiler_happiness).
7668
7669 2006-05-17  Tim-Philipp Müller  <tim at centricular dot net>
7670
7671         Patch by: Young-Ho Cha  <ganadist chollian net>
7672
7673         * gst/subparse/gstsubparse.c: (gst_sub_parse_dispose),
7674         (gst_sub_parse_class_init), (gst_sub_parse_init),
7675         (gst_sub_parse_set_property), (gst_sub_parse_get_property),
7676         (convert_encoding):
7677         * gst/subparse/gstsubparse.h:
7678           Add 'encoding' property (#341681).
7679
7680         * gst/subparse/samiparse.c: (characters_sami):
7681           Output is pango markup, so we need to escape text
7682           between tags (#342143).
7683
7684 2006-05-16  Tim-Philipp Müller  <tim at centricular dot net>
7685
7686         * gst-libs/gst/audio/multichannel.c:
7687         (gst_audio_check_channel_positions):
7688           It's okay to have caps with channels=1 and a channel position
7689           different from GST_AUDIO_CHANNEL_POSITION_FRONT_MONO
7690           (deinterleavers might want to keep the position in the caps,
7691           so that they can be re-interleaved again properly later).
7692           Leave check for unexpected 2-channel layouts intact for now.
7693
7694 2006-05-16  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
7695
7696         * gst/tcp/gsttcp.c: (gst_tcp_socket_read):
7697         Return GST_FLOW_UNEXPECTED when we have an eos on the socket so
7698         basesrc can do its job correctly.
7699
7700 2006-05-16  Tim-Philipp Müller  <tim at centricular dot net>
7701
7702         * ext/alsa/Makefile.am:
7703         * ext/alsa/gstalsa.c: (gst_alsa_detect_rates),
7704         (gst_alsa_detect_formats), (get_channel_free_structure),
7705         (caps_add_channel_configuration), (gst_alsa_detect_channels),
7706         (gst_alsa_probe_supported_formats):
7707         * ext/alsa/gstalsa.h:
7708         * ext/alsa/gstalsasink.c: (gst_alsasink_getcaps):
7709           Refactor and improve caps probing code: probe signedness
7710           when we probe the supported formats/widths; set endianness
7711           to the one we actually probed for (ie. cpu endianness).
7712           
7713         * ext/alsa/gstalsasrc.c: (gst_alsasrc_init), (gst_alsasrc_getcaps),
7714         (gst_alsasrc_close):
7715         * ext/alsa/gstalsasrc.h:
7716           Implement caps probing for alsasrc.
7717
7718 2006-05-15  Wim Taymans  <wim@fluendo.com>
7719
7720         * ext/theora/theoradec.c: (gst_theora_dec_reset),
7721         (theora_dec_src_query), (theora_dec_src_event),
7722         (theora_dec_sink_event), (theora_handle_comment_packet),
7723         (theora_handle_data_packet), (theora_dec_change_state):
7724         Cleanups, add some G_LIKELY.
7725         Use segment helpers instead of our own wrong code.
7726         Clear queued buffers on seek and READY.
7727
7728         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_reset),
7729         (vorbis_dec_convert), (vorbis_dec_src_query),
7730         (vorbis_dec_src_event), (vorbis_dec_sink_event),
7731         (vorbis_handle_comment_packet), (vorbis_dec_push),
7732         (vorbis_handle_data_packet), (vorbis_dec_chain),
7733         (vorbis_dec_change_state):
7734         * ext/vorbis/vorbisdec.h:
7735         Remove old useless packetno variable.
7736         Do position query properly.
7737         Add some G_LIKELY.
7738         Do cleanup of queued buffers in new helper function
7739         and use it.
7740
7741 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
7742
7743         * ext/alsa/gstalsasink.c: (gst_alsasink_getcaps):
7744           Query supported sample rates. Fixes #341732.
7745
7746 2006-05-15  Julien MOUTTE  <julien@moutte.net>
7747
7748         * gst/playback/gstdecodebin.c: (cleanup_decodebin),
7749         (gst_decode_bin_change_state): Make decodebin reusable
7750         when going from PAUSE_TO_READY and then back to PAUSED.
7751         Fixes #331678.
7752
7753 2006-05-15  Wim Taymans  <wim@fluendo.com>
7754
7755         * ext/vorbis/vorbisdec.c: (vorbis_get_query_types),
7756         (vorbis_dec_convert), (vorbis_dec_src_query),
7757         (vorbis_dec_sink_query), (vorbis_dec_src_event),
7758         (vorbis_dec_sink_event), (vorbis_handle_identification_packet),
7759         (vorbis_dec_clean_queued), (vorbis_dec_push),
7760         (vorbis_handle_data_packet), (vorbis_dec_change_state):
7761         Cleanups. Use refcounting and DEBUG_OBJECT.
7762         Reset segment on flush, use code methods instead of our
7763         own wrong version.
7764         Fix potential memleak.
7765
7766 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
7767
7768         * ext/alsa/gstalsasink.c: (gst_alsasink_finalise),
7769         (gst_alsasink_init):
7770         * ext/alsa/gstalsasink.h:
7771           Don't leak allocated snd_output_t structure if there's
7772           more than one alsasink instance at a time (#341873).
7773           Also fix GObject macros in header file.
7774           
7775 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
7776
7777         * gst/subparse/gstsubparse.c:
7778         (gst_sub_parse_data_format_autodetect):
7779           Don't use libxml functions in the typefinding code.
7780
7781 2006-05-15  Wim Taymans  <wim@fluendo.com>
7782
7783         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet):
7784         Fix seeking performance in the case where a non-header 
7785         packet has a 0 granulepos (busted theora case). 
7786         Fixes #341719
7787         (nvdr: thanks Wim for not mentioning who spotted and fixed it in
7788          the first place, you limelight stealer you)
7789
7790 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
7791
7792         * gst/subparse/gstsubparse.c:
7793         (gst_sub_parse_data_format_autodetect):
7794           Improve SAMI typefinding: handle case where there are
7795           whitespaces or newlines in front of the first <SAMI>
7796           tag (#169936).
7797
7798 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
7799
7800         * configure.ac:
7801           Build video4linux plugin even if there's no XVIDEO, just
7802           without implementing the GstXOverlay interface (#334002).
7803          
7804 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
7805
7806         * configure.ac:
7807         * ext/libvisual/visual.c: (gst_visual_actor_plugin_is_gl),
7808         (plugin_init):
7809           Add tentative support for libvisual-0.4 (#336881).
7810
7811 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
7812
7813         Patch by: Young-Ho Cha <ganadist at chollian net>
7814
7815         * gst/subparse/samiparse.c: (handle_start_font):
7816           Need to map "silver" colour explicitly (#169936).
7817
7818 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
7819
7820         Patch by: Young-Ho Cha  <ganadist at chollian net>
7821
7822         * gst/subparse/Makefile.am:
7823         * gst/subparse/gstsubparse.c: (gst_sub_parse_dispose),
7824         (parser_state_dispose), (gst_sub_parse_data_format_autodetect),
7825         (gst_sub_parse_format_autodetect), (feed_textbuf),
7826         (gst_subparse_type_find), (plugin_init):
7827         * gst/subparse/gstsubparse.h:
7828         * gst/subparse/samiparse.c:
7829         * gst/subparse/samiparse.h:
7830           Add support for SAMI subtitles (#169936).
7831
7832 2006-05-14  Michael Smith  <msmith@fluendo.com>
7833
7834         * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_fill_others):
7835           Fix #341696: crash when mixing L+R+C to mono or stereo.
7836         * tests/check/Makefile.am:
7837         * tests/check/elements/audioconvert.c: (set_channel_positions),
7838         (get_float_mc_caps), (get_int_mc_caps), (GST_START_TEST),
7839         (audioconvert_suite):
7840           Add test for the above, including some generic framework bits for
7841           testing multichannel things.
7842
7843 === release 0.10.7 ===
7844
7845 2006-05-14  Jan Schmidt <thaytan@mad.scientist.com>
7846
7847         * configure.ac:
7848           releasing 0.10.7, "Leave the gun"
7849
7850 2006-05-13  Jan Schmidt  <thaytan@mad.scientist.com>
7851
7852         * gst/videoscale/gstvideoscale.c: (gst_video_scale_fixate_caps):
7853         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps):
7854         Fix the build.
7855
7856 2006-05-12  Jan Schmidt  <thaytan@mad.scientist.com>
7857
7858         * docs/libs/gst-plugins-base-libs-docs.sgml:
7859         * docs/libs/gst-plugins-base-libs-sections.txt:
7860         * gst-libs/gst/video/video.c: (gst_video_calculate_display_ratio):
7861         * gst-libs/gst/video/video.h:
7862         * gst/videoscale/Makefile.am:
7863         * gst/videoscale/gstvideoscale.c: (gst_video_scale_fixate_caps):
7864         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps):
7865         * tests/check/Makefile.am:
7866         * tests/check/libs/video.c: (GST_START_TEST), (video_suite),
7867         (main):
7868           Fix integer overflow problem with pixel-aspect-ratio calculations
7869           in videoscale and xvimagesink (#341542)
7870
7871 2006-05-12  Tim-Philipp Müller  <tim at centricular dot net>
7872
7873         * gst-libs/gst/tag/gstid3tag.c:
7874           Map GST_IMAGE_TAG to and from ID2v2 APIC frames (#341557).
7875
7876 2006-05-12  Sebastien Moutte  <sebastien@moutte.net>
7877
7878         * win32/MANIFEST:
7879           update win32 files listing
7880
7881 2006-05-11  Thomas Vander Stichele  <thomas at apestaart dot org>
7882
7883         patch by: Sjoerd Simons (sjoerd@luon.net)
7884
7885         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
7886         (group_create), (group_destroy), (add_stream),
7887         (gst_play_base_bin_get_property),
7888         (gst_play_base_bin_get_streaminfo_value_array):
7889         * gst/playback/gstplaybasebin.h:
7890           API: GstPlayBaseBin::stream-info-value-array property
7891           use a more bindings-friendly way of exposing streaminfo
7892           using a GValueArray.  Tested in ipython.
7893           Closes #341114
7894
7895 2006-05-11  Wim Taymans  <wim@fluendo.com>
7896
7897         * gst/playback/gstdecodebin.c: (try_to_link_1), (queue_enlarge),
7898         (queue_underrun_cb), (queue_filled_cb):
7899         Also catch queue underruns but don't do anything yet.
7900         Refactor and comment queue enlarging code a bit.
7901
7902         * gst/playback/gstplaybasebin.c: (queue_overrun),
7903         (queue_threshold_reached), (queue_out_of_data),
7904         (gen_preroll_element):
7905         If a queue over/underruns check that we don't create nasty
7906         deadlocks when the min-threshold is not reached but the
7907         max-bytes is. In those cases disable max-bytes when we
7908         know that the queue is fed timed data.
7909         Add more comments.
7910
7911 2006-05-11  Tim-Philipp Müller  <tim at centricular dot net>
7912
7913         * gst/playback/gstplaybin.c: (gen_audio_element):
7914           Make playbin automatically plug an 'audioresample'
7915           element before the audio sink as well. This solves
7916           problems with sinks that only accept a very specific
7917           sample rate, like esdsink (e.g. #340379).
7918
7919 2006-05-11  Tim-Philipp Müller  <tim at centricular dot net>
7920
7921         * gst/playback/gstplaybasebin.c: (gen_source_element):
7922           Make http sources send special headers so that we receive
7923           icecast metadata if the http stream is an icecast stream
7924           (otherwise the server will just ignore them). This also
7925           means that from now on users will need the 'icydemux'
7926           element from gst-plugins-good installed if they want to
7927           listen to icecast radio streams. (#341432, #333657).
7928
7929 2006-05-11  Thomas Vander Stichele  <thomas at apestaart dot org>
7930
7931         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_remove_client_link),
7932         (gst_multi_fd_sink_new_client), (gst_multi_fd_sink_stop):
7933           remove stupid example from docs - it should come with a simple
7934           C program instead.
7935           Clean up/fix docs
7936         * tests/check/elements/multifdsink.c: (wait_bytes_served),
7937         (fail_if_can_read), (GST_START_TEST),
7938         (gst_multifdsink_create_streamheader), (multifdsink_suite):
7939           add a test for changing streamheader which exposes a bug in
7940           multifdsink
7941
7942 2006-05-11  Michael Smith  <msmith@fluendo.com>
7943
7944         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_init),
7945         (gst_gnome_vfs_src_received_headers_callback):
7946         * ext/gnomevfs/gstgnomevfssrc.h:
7947           Don't set icy-caps unless we have a sane interval value. Move
7948           interval to a local variable; we never use it outside this function.
7949
7950 2006-05-11  Wim Taymans  <wim@fluendo.com>
7951
7952         * sys/ximage/ximagesink.c: (gst_ximagesink_get_type):
7953         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_type):
7954         Register special buffer types along with the objects so
7955         that they are not registered at runtime from N different
7956         streaming threads since they are not threadsafe.
7957
7958 2006-05-10  Thomas Vander Stichele  <thomas at apestaart dot org>
7959
7960         * tests/check/elements/multifdsink.c: (wait_bytes_served),
7961         (GST_START_TEST), (fail_unless_read), (multifdsink_suite):
7962           add two more tests, one doing streamheader
7963
7964 2006-05-10  Thomas Vander Stichele  <thomas at apestaart dot org>
7965
7966         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_stop):
7967           clean up the bufqueue when shutting down
7968         * tests/check/Makefile.am:
7969         * tests/check/elements/multifdsink.c: (setup_multifdsink),
7970         (cleanup_multifdsink), (GST_START_TEST), (multifdsink_suite),
7971         (main):
7972           add a test for the leak that was just fixed
7973
7974 2006-05-10  Wim Taymans  <wim@fluendo.com>
7975
7976         * gst/adder/gstadder.c: (gst_adder_setcaps),
7977         (gst_adder_query_duration), (gst_adder_query), (forward_event),
7978         (gst_adder_src_event), (gst_adder_sink_event),
7979         (gst_adder_class_init), (gst_adder_finalize),
7980         (gst_adder_request_new_pad), (gst_adder_collected):
7981         * gst/adder/gstadder.h:
7982         Updated some docs. Added comments and FIXMEs all over the place.
7983         Improve debugging info.
7984         Fix leak on finalize by not calling the parent.
7985         Implement duration query.
7986         Make event forwarding threadsafe.
7987         Correctly send NEWSEGMENT at start and after flush.
7988         Handle EOS correctly.
7989         Post error when not negotiated.
7990
7991         * tests/check/elements/adder.c: (GST_START_TEST):
7992         Added FIXME in the test.
7993
7994 2006-05-09  Tim-Philipp Müller  <tim at centricular dot net>
7995
7996         * ext/pango/gsttextoverlay.c: (gst_text_overlay_valign_get_type),
7997         (gst_text_overlay_halign_get_type),
7998         (gst_text_overlay_wrap_mode_get_type):
7999         * ext/theora/theoradec.c: (theora_handle_type_packet),
8000         (theora_handle_data_packet):
8001         * ext/theora/theoraenc.c: (gst_border_mode_get_type),
8002         (theora_enc_sink_setcaps), (theora_enc_chain):
8003         * gst-libs/gst/cdda/gstcddabasesrc.c:
8004         (gst_cdda_base_src_mode_get_type):
8005         * gst/audiotestsrc/gstaudiotestsrc.c:
8006         (gst_audiostestsrc_wave_get_type):
8007         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type):
8008         * gst/tcp/gstfdset.c: (gst_fdset_mode_get_type):
8009         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
8010         (gst_sync_method_get_type), (gst_unit_type_get_type),
8011         (gst_client_status_get_type):
8012         * gst/videoscale/gstvideoscale.c:
8013         (gst_video_scale_method_get_type):
8014         * gst/videotestsrc/gstvideotestsrc.c:
8015         (gst_video_test_src_pattern_get_type):
8016         * gst/videotestsrc/videotestsrc.c: (paint_setup_I420),
8017         (paint_setup_YV12), (paint_setup_YUY2), (paint_setup_UYVY),
8018         (paint_setup_YVYU), (paint_setup_IYU2), (paint_setup_Y41B),
8019         (paint_setup_Y42B), (paint_setup_Y800), (paint_setup_YVU9),
8020         (paint_setup_YUV9), (paint_setup_RGB888), (paint_setup_BGR888),
8021         (paint_setup_RGB565), (paint_setup_xRGB1555):
8022           Const-ify GEnumValue and GFlagsValue arrays. Use
8023           GST_ROUND_UP_* macros instead of home-made ones.
8024
8025 2006-05-09  Tim-Philipp Müller  <tim at centricular dot net>
8026
8027         * configure.ac:
8028           Require core CVS for the new newsegment stuff.
8029
8030 2006-05-09  Tim-Philipp Müller  <tim at centricular dot net>
8031
8032         Patch by: Sjoerd Simons  <sjoerd at luon net>
8033
8034         * gst/tcp/gstmultifdsink.c: (gst_client_status_get_type):
8035           Register nick for enum value (#341160).
8036
8037 2006-05-09  Stefan Kost  <ensonic@users.sf.net>
8038
8039         * gst/typefind/gsttypefindfunctions.c: (m4a_type_find),
8040         (plugin_init):
8041          backout typefind patch #340375
8042          
8043         * tests/check/elements/adder.c: (message_received),
8044         (GST_START_TEST), (adder_suite):
8045           redo, signal-handling of test
8046
8047 2006-05-09  Wim Taymans  <wim@fluendo.com>
8048
8049         * gst/adder/gstadder.c: (gst_adder_request_new_pad),
8050         (gst_adder_collected):
8051         * gst/adder/gstadder.h:
8052         Remove bogus segment merging and forwarding, we don't
8053         care about timestamps anyway and we just produce a
8054         continuous stream. 
8055         Also create a nice NEWSEGMENT event when we start.
8056         Use _scale_int some more.
8057
8058 2006-05-09  Edward Hervey  <edward@fluendo.com>
8059
8060         * tests/icles/stress-xoverlay.c:
8061         Fix if core was built without parsing support.
8062
8063 2006-05-09  Tim-Philipp Müller  <tim at centricular dot net>
8064
8065         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
8066           Add SEDG (Samsung MPEG-4) fourcc.
8067
8068 2006-05-09  Edward Hervey  <edward@fluendo.com>
8069
8070         * tests/icles/stress-xoverlay.c:
8071         * tests/examples/volume/volume.c:
8072         Fix if core was built without parsing support.
8073
8074         * tests/examples/seek/seek.c:
8075         Disable the parse_launch example if core was built without parsing
8076         support.
8077
8078 2006-05-08  Edward Hervey  <edward@fluendo.com>
8079
8080         * autogen.sh: (CONFIGURE_DEF_OPT): 
8081         libtoolize on Darwin/MacOSX is called glibtoolize
8082
8083 2006-05-07  Stefan Kost  <ensonic@users.sf.net>
8084
8085         * tests/check/Makefile.am:
8086         * tests/check/elements/adder.c: (event_loop), (GST_START_TEST):
8087           Disable the adder test, until the build-slaves posses the kindness to 
8088           either like it or to give valid reason for not doing so 
8089
8090 2006-05-07  Stefan Kost  <ensonic@users.sf.net>
8091
8092         * tests/check/elements/adder.c: (event_loop), (GST_START_TEST),
8093         (adder_suite):
8094           Shuffle NULL state change around and raise timeout more
8095
8096 2006-05-07  Stefan Kost  <ensonic@users.sf.net>
8097
8098         * gst/typefind/gsttypefindfunctions.c: (mp4_find_box),
8099         (mp4_type_find), (plugin_init):
8100           Add typefind to distinguish between "audio/x-m4a" and new type
8101           "video/mp4". Fixes #340375
8102
8103         * tests/check/elements/adder.c: (adder_suite):
8104           Raise timeout to make buildbot happy
8105
8106 2006-05-07  Stefan Kost  <ensonic@users.sf.net>
8107
8108         * gst/adder/gstadder.c: (gst_adder_sink_event),
8109         (gst_adder_request_new_pad), (gst_adder_change_state):
8110         * gst/adder/gstadder.h:
8111         * tests/check/Makefile.am:
8112         * tests/check/elements/adder.c: (event_loop), (GST_START_TEST),
8113         (adder_suite), (main):
8114           Add sink-event handling to adder. It tries to merge incomming
8115           newsegment-events. Added test to check if segment_done is comming
8116           through. Fixes #340060
8117
8118 2006-05-05  Andy Wingo  <wingo@pobox.com>
8119
8120         * ext/theora/theoraparse.c (gst_theora_parse_init)
8121         (theora_parse_src_convert, theora_parse_src_query):
8122         * ext/vorbis/vorbisparse.c (gst_vorbis_parse_init)
8123         (vorbis_parse_convert, vorbis_parse_src_query): Add convert and
8124         query functions on the source pads of the theora and vorbis parse
8125         elements. Fixes position querying when doing a remux.
8126
8127 2006-05-05  Michael Smith  <msmith@fluendo.com>
8128
8129         * ext/theora/theoraparse.c: (parse_granulepos),
8130         (theora_parse_drain_queue_prematurely),
8131         (theora_parse_queue_buffer), (theora_parse_sink_event):
8132           Fix flushing.
8133           Fix invalid granulepos outputs when starting with a non-keyframe.
8134
8135 2006-05-05  Jan Schmidt  <thaytan@mad.scientist.com>
8136
8137         * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find),
8138         (mpeg1_sys_type_find), (ogganx_type_find), (sw_data_destroy):
8139         Rearrange MPEG system stream detection, fixing some memleaks in the
8140         process.
8141         Constify the data for STARTS_WITH and RIFF helper handlers. Make sure
8142         they clean up their data correctly.
8143         Remove unused ogganx caps and move the 'is_annodex' check to inside
8144         the 'is_ogg' if statement.
8145
8146 2006-05-05  Wim Taymans  <wim@fluendo.com>
8147
8148         * gst/playback/gstdecodebin.c: (cleanup_decodebin):
8149         Properly remove ghostpads. Fixes #340392
8150
8151 2006-05-04  David Schleef  <ds@schleef.org>
8152
8153         * gst/typefind/gsttypefindfunctions.c:
8154
8155 2006-05-03  Jan Schmidt  <thaytan@mad.scientist.com>
8156
8157         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset),
8158         (mpeg_ts_probe_headers), (mpeg_ts_type_find):
8159
8160         When typefinding an MP3 in push-based mode, don't penalise the
8161         probability down to 74% when we found 5 valid frames just because we
8162         can't peek the end of the file.
8163
8164         Make the probability for detecting MPEG Transport Streams based on the
8165         number of sequential headers we successfully detected.
8166
8167 2006-05-03  Wim Taymans  <wim@fluendo.com>
8168
8169         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
8170         (vorbis_dec_push), (vorbis_dec_chain):
8171         Still produce an error when we receive an empty packet.
8172
8173 2006-05-03  Wim Taymans  <wim@fluendo.com>
8174
8175         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_peer),
8176         (gst_ogg_chain_mark_discont), (gst_ogg_chain_new_stream),
8177         (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek):
8178         Mark buffers with DISCONT after seek and after activating new
8179         chains.
8180
8181         * ext/theora/gsttheoradec.h:
8182         * ext/theora/theoradec.c: (gst_theora_dec_reset),
8183         (theora_get_query_types), (theora_dec_sink_event),
8184         (theora_dec_push), (theora_handle_data_packet), (theora_dec_chain),
8185         (theora_dec_change_state):
8186         Fix frame counter.
8187         Detect and mark DISCONT buffers.
8188
8189         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
8190         (vorbis_dec_sink_event), (vorbis_dec_push), (vorbis_dec_chain),
8191         (vorbis_dec_change_state):
8192         * ext/vorbis/vorbisdec.h:
8193         Use GstSegment.
8194         Detect and mark DISCONT buffers.
8195         Don't crash on 0 sized buffers.
8196
8197 2006-05-03  Wim Taymans  <wim@fluendo.com>
8198
8199         * gst/volume/gstvolume.c: (volume_funcfind), (volume_set_caps),
8200         (volume_transform_ip):
8201         Increase "volume" property to 10.0. Fixes #340369.
8202         Set the process function to NULL when capsnego fails so that
8203         we properly error out.
8204
8205 2006-05-02  Stefan Kost  <ensonic@users.sf.net>
8206
8207         * gst/playback/gstplaybin.c: (add_sink):
8208         * gst/playback/test.c: (main):
8209         * gst/playback/test5.c: (dump_element_stats):
8210         * gst/playback/test6.c: (main):
8211           free caps using gst_caps_unref, don't leak caps-strings
8212
8213 2006-05-01  Tim-Philipp Müller  <tim at centricular dot net>
8214
8215         * gst/typefind/gsttypefindfunctions.c: (musepack_type_find),
8216         (plugin_init):
8217           Refine musepack typefinding a bit. Return MAXIMUM
8218           probability when we detect stream version 7 to make
8219           sure the mpeg audio typefinder doesn't trump us.
8220
8221 2006-04-29  Tim-Philipp Müller  <tim at centricular dot net>
8222
8223         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
8224           Protect against unexpected NULL strf_data buffer.
8225
8226 2006-04-29  Thomas Vander Stichele  <thomas at apestaart dot org>
8227
8228         * tests/check/elements/audioconvert.c: (verify_convert),
8229         (GST_START_TEST):
8230           interpret the out[] buffer in the order the bytes are actually
8231           put in, which is LITTLE_ENDIAN, not BYTE_ORDER.
8232           Other tests should use BYTE_ORDER since the array is filled in
8233           with actual values
8234
8235 2006-04-29  Thomas Vander Stichele  <thomas at apestaart dot org>
8236
8237         * tests/check/elements/audioconvert.c: (verify_convert),
8238         (GST_START_TEST):
8239           when a test fails, give an indication of which it is
8240
8241 2006-04-29  Thomas Vander Stichele  <thomas at apestaart dot org>
8242
8243         * gst-libs/gst/cdda/gstcddabasesrc.c:
8244           compile fix; strtol() needs <stdlib.h>
8245
8246 2006-04-28  Stefan Kost  <ensonic@users.sf.net>
8247
8248         * ext/alsa/gstalsamixerelement.c:
8249         * ext/alsa/gstalsasrc.c:
8250         * ext/cdparanoia/gstcdparanoiasrc.c:
8251         * ext/gnomevfs/gstgnomevfssink.c:
8252         * ext/gnomevfs/gstgnomevfssrc.c:
8253         * ext/ogg/gstoggdemux.c:
8254         * ext/ogg/gstoggmux.c:
8255         * ext/ogg/gstoggparse.c:
8256         * ext/ogg/gstogmparse.c:
8257         * ext/pango/gstclockoverlay.c:
8258         * ext/pango/gsttextoverlay.c:
8259         * ext/pango/gsttextrender.c:
8260         * ext/pango/gsttimeoverlay.c:
8261         * ext/theora/theoradec.c:
8262         * ext/theora/theoraenc.c:
8263         * ext/vorbis/vorbisdec.c:
8264         * ext/vorbis/vorbisenc.c:
8265         * gst-libs/gst/audio/gstaudiofilter.c:
8266         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
8267         * gst/audioconvert/gstaudioconvert.c:
8268         * gst/audiorate/gstaudiorate.c:
8269         * gst/audioresample/gstaudioresample.c:
8270         * gst/audiotestsrc/gstaudiotestsrc.c:
8271         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
8272         * gst/playback/gstdecodebin.c:
8273         * gst/playback/gstplaybin.c:
8274         * gst/playback/gststreamselector.c:
8275         * gst/subparse/gstsubparse.c:
8276         * gst/tcp/gstmultifdsink.c:
8277         * gst/tcp/gsttcpclientsink.c:
8278         * gst/tcp/gsttcpclientsrc.c:
8279         * gst/tcp/gsttcpserversink.c:
8280         * gst/tcp/gsttcpserversrc.c:
8281         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
8282         * gst/videorate/gstvideorate.c:
8283         * gst/videoscale/gstvideoscale.c:
8284         * gst/videotestsrc/gstvideotestsrc.c:
8285         * gst/volume/gstvolume.c:
8286         * sys/v4l/gstv4ljpegsrc.c:
8287         * sys/v4l/gstv4lmjpegsink.c:
8288         * sys/v4l/gstv4lmjpegsrc.c:
8289         * sys/v4l/gstv4lsrc.c:
8290         * sys/ximage/ximagesink.c:
8291         * sys/xvimage/xvimagesink.c:
8292         * tests/check/libs/cddabasesrc.c:
8293           make GstElementDetails const
8294
8295 2006-04-28  Stefan Kost  <ensonic@users.sf.net>
8296
8297         * gst/adder/gstadder.c: (gst_adder_setcaps), (gst_adder_src_event),
8298         (gst_adder_init):
8299           send events from src-pad to all sink-pads fixes #338657
8300
8301 2006-04-28  Stefan Kost  <ensonic@users.sf.net>
8302
8303         * ext/alsa/gstalsasink.c: (gst_alsasink_getcaps),
8304         (alsasink_parse_spec):
8305           query width capabilities from alsa, fixes #338919
8306
8307 2006-04-28  Wim Taymans  <wim@fluendo.com>
8308
8309         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init),
8310         (gst_multi_fd_sink_remove_client_link):
8311         * gst/tcp/gstmultifdsink.h:
8312         Fix race condition in multifdsink that can lead to spurious 
8313         duplicate clients. this patch adds a new signal that is fired when
8314         multifdsink has removed all references to the fd.
8315         Fixes #339574.
8316         Updated documentation.
8317         API: client-fd-removed signal added
8318
8319 2006-04-28  Michael Smith  <msmith@fluendo.com>
8320
8321         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_get_stats):
8322           When asking g_value_array_new to prealloc elements, we may as well
8323           ask for the right number of elements.
8324
8325 2006-04-28  Wim Taymans  <wim@fluendo.com>
8326
8327         * gst-libs/gst/audio/gstbaseaudiosink.c:
8328         (gst_base_audio_sink_drain), (gst_base_audio_sink_event),
8329         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
8330         patch to make timestamp checking more tollerant to rounding 
8331         errors given that real discontinuities are to be marked on
8332         buffers. Fixes some asf files and #338778.
8333         Also avoid some crashers when we receive an event in the 
8334         NULL state.
8335
8336 2006-04-28  Michael Smith  <msmith@fluendo.com>
8337
8338         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_class_init),
8339         (gst_gnome_vfs_src_init), (gst_gnome_vfs_src_finalize),
8340         (gst_gnome_vfs_src_get_property),
8341         (gst_gnome_vfs_src_send_additional_headers_callback),
8342         (gst_gnome_vfs_src_received_headers_callback),
8343         (gst_gnome_vfs_src_create), (gst_gnome_vfs_src_start),
8344         (gst_gnome_vfs_src_stop):
8345         * ext/gnomevfs/gstgnomevfssrc.h:
8346           Remove ICY handling (mostly) from gnomevfssrc, in favour of
8347           proper shared support within icydemux.
8348
8349 2006-04-28  Thomas Vander Stichele  <thomas at apestaart dot org>
8350
8351         * gst/videorate/gstvideorate.c: (gst_video_rate_reset),
8352         (gst_video_rate_swap_prev), (gst_video_rate_chain):
8353           fix up docs
8354           fix a leak when no caps negotiated
8355           fix counting of input frames
8356         * tests/check/elements/.cvsignore:
8357         * tests/check/elements/videorate.c: (assert_videorate_stats),
8358         (GST_START_TEST), (videorate_suite):
8359           add tests for these
8360
8361 2006-04-28  Wim Taymans  <wim@fluendo.com>
8362
8363         * gst-libs/gst/audio/gstringbuffer.c:
8364         (gst_ring_buffer_set_callback), (gst_ring_buffer_acquire),
8365         (gst_ring_buffer_release), (gst_ring_buffer_is_acquired),
8366         (gst_ring_buffer_set_flushing), (gst_ring_buffer_start),
8367         (gst_ring_buffer_pause), (gst_ring_buffer_stop),
8368         (gst_ring_buffer_delay), (gst_ring_buffer_samples_done),
8369         (gst_ring_buffer_set_sample), (gst_ring_buffer_clear_all),
8370         (gst_ring_buffer_commit), (gst_ring_buffer_read),
8371         (gst_ring_buffer_prepare_read), (gst_ring_buffer_advance),
8372         (gst_ring_buffer_clear), (gst_ring_buffer_may_start):
8373         Check arguments passed to public functions instead of
8374         crashing.
8375
8376 2006-04-28  Wim Taymans  <wim@fluendo.com>
8377
8378         * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_init),
8379         (gst_base_audio_src_get_time), (gst_base_audio_src_create):
8380         GstBaseAudioSrc must be live or it does not work.
8381
8382         * gst-libs/gst/audio/gstaudiosrc.c: (gst_audio_src_init):
8383         Don't set live to TRUE as this is the default in the parentclass.
8384
8385 2006-04-28  Wim Taymans  <wim@fluendo.com>
8386
8387         * gst/videoscale/gstvideoscale.c: (gst_video_scale_transform_caps),
8388         (gst_video_scale_fixate_caps), (gst_video_scale_src_event):
8389         Videoscale doesn't pass on pixel-aspect ratio. Handle all
8390         fixation cases better. Fixes #338991
8391
8392 2006-04-28  Wim Taymans  <wim@fluendo.com>
8393
8394         * gst/videotestsrc/gstvideotestsrc.c: (gst_video_test_src_create):
8395         Handle 0/1 framerate correctly Fixes #331901.
8396
8397 2006-04-28  Wim Taymans  <wim@fluendo.com>
8398
8399         * tests/check/elements/audioconvert.c: (get_float_caps),
8400         (GST_START_TEST), (audioconvert_suite):
8401         Added check for correct clipping when doing float samples
8402         in audioconvert.
8403
8404 2006-04-28  Wim Taymans  <wim@fluendo.com>
8405
8406         * gst/videorate/gstvideorate.c: (gst_video_rate_event),
8407         (gst_video_rate_chain):
8408         Print more debugging info.
8409
8410 2006-04-28  Wim Taymans  <wim@fluendo.com>
8411
8412         * gst/audioresample/gstaudioresample.c: (gst_audioresample_init),
8413         (resample_set_state_from_caps):
8414         Add support for other formats audioresample can handle such as
8415         32 bits in and float and 64 bits float. Fixes #301759
8416
8417 2006-04-28  Wim Taymans  <wim@fluendo.com>
8418
8419         * gst/audioconvert/audioconvert.c: (float):
8420         correctly clip float samples > 1.0. Fixes #338718
8421
8422 2006-04-28  Tim-Philipp Müller  <tim at centricular dot net>
8423
8424         Patch by: Young-Ho Cha  <ganadist at chollian net>
8425
8426         * ext/pango/gsttextoverlay.c: (gst_text_overlay_init),
8427         (gst_text_overlay_render_text):
8428           Don't strip newlines from the text. Also, center lines
8429           within multi-line paragraphs (#339405).
8430
8431 2006-04-28  Tim-Philipp Müller  <tim at centricular dot net>
8432
8433         * gst/typefind/gsttypefindfunctions.c: (wavpack_type_find):
8434           Fix wavpack typefinding to work in more cases (don't peek
8435           for chunks of multiple hundred kBs at once, but process
8436           things step-by-step in smaller units). Fixes #339786.
8437
8438 2006-04-28  Thomas Vander Stichele  <thomas at apestaart dot org>
8439
8440         * configure.ac:
8441           back to HEAD
8442
8443 === release 0.10.6 ===
8444
8445 2006-04-28  Thomas Vander Stichele <thomas at apestaart dot org>
8446
8447         * configure.ac:
8448           releasing 0.10.6, "Chao"
8449
8450 2006-04-26  David Schleef  <ds@schleef.org>
8451
8452         * gst/videoscale/gstvideoscale.c: Add call to oil_init().
8453           Fixes #338897.
8454
8455 2006-04-26  Thomas Vander Stichele  <thomas at apestaart dot org>
8456
8457         * configure.ac:
8458         * win32/common/config.h:
8459           new prerelease
8460
8461 2006-04-26  Thomas Vander Stichele  <thomas at apestaart dot org>
8462
8463         patch by: Wim Taymans
8464
8465         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
8466         (gst_ogg_demux_perform_seek):
8467           make sure correct newsegments are sent, so that the decoder
8468           and the demuxer agree on timestamps.  Fixes playback of a lot
8469           of Ogg files that do not start from 0.  Fixes #339833.
8470
8471 2006-04-26  Thomas Vander Stichele  <thomas at apestaart dot org>
8472
8473         Patch by: Edward Hervey  <edward@fluendo.com>
8474
8475         * gst/videorate/gstvideorate.c: (gst_video_rate_chain):
8476         * tests/check/Makefile.am:
8477         * tests/check/elements/videorate.c: (assert_videorate_stats),
8478         (setup_videorate), (cleanup_videorate), (GST_START_TEST),
8479         (videorate_suite), (main):
8480           Fix an infinite loop if frames are passed in with wrongly ordered
8481           timestamps.  Fixes #339013.
8482
8483 2006-04-22  Thomas Vander Stichele  <thomas at apestaart dot org>
8484
8485         Patch by: Tim-Philipp Müller  <tim at centricular dot net>
8486
8487         * gst/typefind/gsttypefindfunctions.c: (qt_type_find):
8488           fix typefinding on some ISO files.  Fixes #339212.
8489
8490 2006-04-22  Thomas Vander Stichele  <thomas at apestaart dot org>
8491
8492         Patch by: Tim-Philipp Müller  <tim at centricular dot net>
8493
8494         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
8495           add another H264 fourcc.  Fixes #339047.
8496
8497 2006-04-22  Thomas Vander Stichele  <thomas at apestaart dot org>
8498
8499         Patch by: Jan Schmidt
8500
8501         * gst/playback/gststreamselector.c:
8502         (gst_stream_selector_bufferalloc):
8503           Restore old StreamSelector behaviour.
8504           Fixes #338419.
8505
8506 2006-04-12  Thomas Vander Stichele  <thomas at apestaart dot org>
8507
8508         * configure.ac:
8509         * win32/common/config.h:
8510           prerelease
8511
8512 2006-04-11  Tim-Philipp Müller  <tim at centricular dot net>
8513
8514         Patch by: Antoine Tremblay  <hexa00 at gmail dot com>
8515
8516         * gst-libs/gst/rtp/gstbasertpdepayload.c:
8517         (gst_base_rtp_depayload_finalize), (gst_base_rtp_depayload_push):
8518           Fix some memory leaks: on finalize, free buffers left in the queue
8519           before destroying the queue; in _push(), unref rtp_buf even if
8520           the process vfunc returned a NULL buffer as output buffer (#337548);
8521           demote some recuring debug messages to LOG level.
8522
8523 2006-04-11  Wim Taymans  <wim@fluendo.com>
8524
8525         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query),
8526         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
8527         (gst_ogg_chain_free), (gst_ogg_demux_sink_event),
8528         (gst_ogg_demux_loop):
8529         More cleanups.
8530         Respect segment stop when emiting EOS or SEGMENT_DONE.
8531         Fixes (#337945).
8532
8533 2006-04-11  Tim-Philipp Müller  <tim at centricular dot net>
8534
8535         * gst/playback/gststreamselector.c:
8536         (gst_stream_selector_get_property):
8537           Don't leak pad name.
8538
8539 2006-04-10  Michael Smith  <msmith@fluendo.com>
8540
8541         * tests/check/Makefile.am:
8542         * tests/check/gst-plugins-base.supp:
8543           Suppress an old libtheora bug (fixed in more recent versions), so 
8544           that FC4 buildslaves can pass.
8545
8546 2006-04-10  Wim Taymans  <wim@fluendo.com>
8547
8548         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query),
8549         (gst_ogg_demux_receive_event), (gst_ogg_pad_event),
8550         (gst_ogg_demux_init), (gst_ogg_demux_finalize),
8551         (gst_ogg_demux_sink_event), (gst_ogg_demux_get_data),
8552         (gst_ogg_demux_loop):
8553         Don't leak events.
8554         Remember what error we got when finding chains, if we
8555         were shutdown, that would not be an error.
8556
8557 2006-04-10  Wim Taymans  <wim@fluendo.com>
8558
8559         * gst-libs/gst/audio/gstbaseaudiosink.c:
8560         (gst_base_audio_sink_event):
8561         Starting the ringbuffer when we did not acquire it can cause
8562         a deadlock, is pointless and causes nasty things for
8563         subclasses. 
8564         Fixes gst-launch audiotestsrc num-buffers=0 ! alsasink.
8565
8566 2006-04-10  Wim Taymans  <wim@fluendo.com>
8567
8568         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query),
8569         (gst_ogg_demux_receive_event), (gst_ogg_pad_event),
8570         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
8571         (gst_ogg_demux_submit_buffer), (gst_ogg_demux_get_data),
8572         (gst_ogg_demux_deactivate_current_chain),
8573         (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek),
8574         (gst_ogg_demux_bisect_forward_serialno),
8575         (gst_ogg_demux_find_chains), (gst_ogg_demux_chain):
8576         Add some more debugging.
8577
8578 2006-04-10  Wim Taymans  <wim@fluendo.com>
8579
8580         * ext/theora/theoradec.c: (theora_dec_src_event),
8581         (theora_handle_data_packet):
8582         Some more debug info.
8583
8584         * tests/examples/seek/seek.c: (start_seek), (main):
8585         Print element messages too.
8586
8587 2006-04-09  Sebastien Moutte  <sebastien@moutte.net>
8588
8589         * gst/audioresample/debug.h:
8590           replace debug macros with variable number of parameters
8591           by a simple alias to gstreamer standard debug macros 
8592          (#define RESAMPLE_ERROR GST_ERROR, __VA_ARGS__ is not
8593           supported by MSVC 6.0 and 7.1)
8594         * gst/audioresample/resample.h:
8595           define M_PI and rint for WIN32
8596         * win32/common/libgstaudio.def:
8597         * win32/common/libgstriff.def:
8598         * win32/common/libgsttag.def:
8599         * win32/common/libgstvideo.def:
8600           add new exported functions
8601         * win32/vs6:
8602           update project files
8603
8604 2006-04-08  Stefan Kost  <ensonic@users.sf.net>
8605
8606         * ext/alsa/gstalsamixeroptions.c:
8607         (gst_alsa_mixer_options_class_init):
8608         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_class_init):
8609         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_class_init):
8610         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init):
8611         * ext/ogg/gstoggparse.c: (gst_ogg_parse_class_init):
8612         * gst-libs/gst/audio/gstaudioclock.c: (gst_audio_clock_class_init):
8613         * gst-libs/gst/audio/gstaudiofilter.c:
8614         (gst_audio_filter_class_init):
8615         * gst-libs/gst/audio/gstaudiosink.c:
8616         (gst_audioringbuffer_class_init):
8617         * gst-libs/gst/audio/gstaudiosrc.c:
8618         (gst_audioringbuffer_class_init):
8619         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_class_init):
8620         * gst-libs/gst/interfaces/colorbalancechannel.c:
8621         (gst_color_balance_channel_class_init):
8622         * gst-libs/gst/interfaces/mixeroptions.c:
8623         (gst_mixer_options_class_init):
8624         * gst-libs/gst/interfaces/mixertrack.c:
8625         (gst_mixer_track_class_init):
8626         * gst-libs/gst/interfaces/tunerchannel.c:
8627         (gst_tuner_channel_class_init):
8628         * gst-libs/gst/interfaces/tunernorm.c: (gst_tuner_norm_class_init):
8629         * gst-libs/gst/netbuffer/gstnetbuffer.c:
8630         (gst_netbuffer_class_init):
8631         * gst-libs/gst/rtp/gstbasertppayload.c:
8632         (gst_basertppayload_class_init):
8633         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init):
8634         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init):
8635         * gst/playback/gstplaybin.c: (gst_play_bin_class_init):
8636         * gst/playback/gststreaminfo.c: (gst_stream_info_class_init):
8637         * gst/playback/gststreamselector.c:
8638         (gst_stream_selector_class_init):
8639         * gst/subparse/gstsubparse.c: (gst_sub_parse_class_init):
8640         * gst/tcp/gsttcpclientsink.c: (gst_tcp_client_sink_class_init):
8641         * sys/v4l/gstv4lcolorbalance.c:
8642         (gst_v4l_color_balance_channel_class_init):
8643         * sys/v4l/gstv4ljpegsrc.c: (gst_v4ljpegsrc_class_init):
8644         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_class_init):
8645         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_class_init):
8646         * sys/v4l/gstv4ltuner.c: (gst_v4l_tuner_channel_class_init),
8647         (gst_v4l_tuner_norm_class_init):
8648         * sys/ximage/ximagesink.c: (gst_ximagesink_class_init):
8649         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_class_init):
8650         * tests/old/testsuite/alsa/sinesrc.c: (sinesrc_class_init):
8651         Fix #337365 (g_type_class_ref <-> g_type_class_peek_parent)
8652
8653 2006-04-08  Stefan Kost  <ensonic@users.sf.net>
8654
8655         * ext/pango/gsttextrender.h:
8656         * gst-libs/gst/audio/gstaudiosink.h:
8657         * gst-libs/gst/audio/gstaudiosrc.h:
8658         * gst-libs/gst/audio/gstbaseaudiosink.h:
8659         * gst-libs/gst/audio/gstbaseaudiosrc.h:
8660         * gst-libs/gst/audio/gstringbuffer.h:
8661         * gst-libs/gst/rtp/gstbasertpdepayload.h:
8662         * gst-libs/gst/rtp/gstbasertppayload.h:
8663         * gst-libs/gst/video/gstvideofilter.h:
8664         * gst-libs/gst/video/gstvideosink.h:
8665         * gst/playback/gstplaybasebin.h:
8666         * gst/tcp/gstmultifdsink.h:
8667         * sys/v4l/gstv4lelement.h:
8668         Fix broken GObject macros
8669
8670 2006-04-08  Stefan Kost  <ensonic@users.sf.net>
8671
8672         * ext/alsa/gstalsasink.c: (set_hwparams), (alsasink_parse_spec):
8673         More debug to trace why my USB headset is not working with gst
8674
8675 2006-04-07  Jan Schmidt  <thaytan@mad.scientist.com>
8676
8677         * gst/playback/gstplaybasebin.c: (group_destroy):
8678         Clean up our group elements properly in the case where it never 
8679         got committed - it still got added unconditionally to the bin.
8680
8681 2006-04-07  Wim Taymans  <wim@fluendo.com>
8682
8683         * ext/theora/theoradec.c: (theora_dec_sink_event),
8684         (theora_handle_data_packet), (theora_dec_chain):
8685         Unref unhandled events.
8686         Protect against empty buffers.
8687         Perform QoS on running time.
8688
8689 2006-04-07  Michael Smith  <msmith@fluendo.com>
8690
8691         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_set_header_on_caps),
8692         (gst_vorbis_enc_chain):
8693           Remove leaks from vorbisenc.
8694           Mostly minor changes, the only significant one is that now the
8695           buffers we set as 'streamheader' on the caps are copies of the
8696           original buffers, to avoid circular refcounting problems.
8697
8698 2006-04-07  Jan Schmidt  <thaytan@mad.scientist.com>
8699
8700         * gst/playback/gstplaybasebin.c: (mute_stream), (setup_substreams):
8701           Don't remove our mute-probe if someone else already did so.
8702           Don't set a 2nd one if there is already one pending on the pad.
8703
8704         * gst/playback/gstplaybin.c: (gst_play_bin_send_event_to_sink),
8705         (do_playbin_seek):
8706           When a seek fails, ensure that playbin is still set back to playing.
8707           
8708         * gst/typefind/gsttypefindfunctions.c: (mpeg_ts_probe_headers),
8709         (mpeg_ts_type_find), (plugin_init):
8710           Add a typefind function for mpeg-ts streams. (Closes: #336617)
8711
8712 2006-04-06  Andy Wingo  <wingo@pobox.com>
8713
8714         * gst/videorate/gstvideorate.c (gst_video_rate_reset) 
8715         (gst_video_rate_init): Caps-related parameters should not be reset
8716         by a flush -- move their inits to the instance init function.
8717         (gst_video_rate_flush_prev): Don't complain if gst_pad_push
8718         is not OK, just return the result.
8719
8720         * gst/audiotestsrc/gstaudiotestsrc.c
8721         (gst_audio_test_src_class_init)
8722         (gst_audio_test_src_get_times): Re-enable is-live=true, as was
8723         broken by Stefan's commit on 24 March.
8724
8725         * ext/ogg/gstoggmux.c (gst_ogg_mux_push_buffer): Set caps on
8726         buffers being pushed out. Fixes oggmux ! multifdsink.
8727
8728 2006-04-05  Tim-Philipp Müller  <tim at centricular dot net>
8729
8730         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_class_init),
8731         (gst_vorbis_dec_init), (vorbis_dec_finalize):
8732         * ext/vorbis/vorbisdec.h:
8733         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_add_interfaces),
8734         (gst_vorbis_enc_base_init), (gst_vorbis_enc_class_init),
8735         (gst_vorbis_enc_sink_setcaps), (gst_vorbis_enc_convert_src),
8736         (gst_vorbis_enc_convert_sink), (gst_vorbis_enc_get_query_types),
8737         (gst_vorbis_enc_src_query), (gst_vorbis_enc_sink_query),
8738         (gst_vorbis_enc_init), (gst_vorbis_enc_get_tag_value),
8739         (gst_vorbis_enc_metadata_set1), (gst_vorbis_enc_set_metadata),
8740         (gst_vorbis_enc_setup), (gst_vorbis_enc_clear),
8741         (gst_vorbis_enc_buffer_from_packet),
8742         (gst_vorbis_enc_buffer_from_header_packet),
8743         (gst_vorbis_enc_push_buffer), (gst_vorbis_enc_push_packet),
8744         (gst_vorbis_enc_set_header_on_caps), (gst_vorbis_enc_sink_event),
8745         (gst_vorbis_enc_chain), (gst_vorbis_enc_output_buffers),
8746         (gst_vorbis_enc_get_property), (gst_vorbis_enc_set_property),
8747         (gst_vorbis_enc_change_state):
8748         * ext/vorbis/vorbisenc.h:
8749           Remove left-over 0.8 cruft; use GST_DEBUG_FUNCPTR; make
8750           vorbisenc adhere to the official nomenclature; use boilerplate
8751           macro.
8752
8753 2006-04-04  Andy Wingo  <wingo@pobox.com>
8754
8755         * gst/videorate/gstvideorate.c (gst_video_rate_flush_prev):
8756         Whoops, fix bug introduced. Bad hacker!
8757         
8758         * gst/videorate/gstvideorate.c (gst_video_rate_flush_prev):
8759         Properly handle the case where you get EOS before any buffers are
8760         received. Use gst_buffer_make_metadata_writable where appropriate.
8761
8762         * ext/theora/theoradec.c (theora_handle_data_packet): This value
8763         is often negative -- make it signed so as not to wrap around.
8764         Fixes segfaults introduced on 9 March.
8765
8766 2006-04-03  Wim Taymans  <wim@fluendo.com>
8767
8768         * ext/theora/gsttheoradec.h:
8769         * ext/theora/theoradec.c: (theora_dec_src_event):
8770         Don't try to store a gdouble in a gboolean.
8771         Small cleanups.
8772
8773 2006-04-03  Michael Smith  <msmith@fluendo.com>
8774
8775         * ext/ogg/gstoggmux.c: (gst_ogg_mux_queue_pads):
8776           Oggmux sucks.
8777           Make it suck slightly less by writing out the final page.
8778           Still can't encode a vorbis-in-ogg file correctly, though.
8779
8780 2006-04-03  Andy Wingo  <wingo@pobox.com>
8781
8782         * ext/theora/theoraparse.c (theora_parse_drain_queue): Um, remove
8783         a g_print.
8784
8785         * ext/theora/theora.c (plugin_init): Register theoraparse.
8786
8787         * ext/theora/gsttheoraparse.h: 
8788         * ext/theora/theoraparse.c: New files implementing a theora
8789         parser. Now we can properly remux ogg/theora+vorbis, yay.
8790
8791         * ext/vorbis/vorbisparse.c: Add some docs and a copyright.
8792
8793 2006-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
8794
8795         * gst/audiotestsrc/gstaudiotestsrc.c:
8796           Fixed the sample pipeline (see #323798)
8797
8798 2006-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
8799
8800         * configure.ac:
8801         * win32/common/config.h:
8802         * win32/common/config.h.in:
8803           use AS_VERSION and AS_NANO
8804           more cleanups
8805
8806 2006-03-31  Andy Wingo  <wingo@pobox.com>
8807
8808         * ext/vorbis/vorbisparse.c (vorbis_parse_sink_event): Fix
8809         uninitialized variable return that would happen.
8810         
8811         * ext/vorbis/vorbisparse.c (vorbis_parse_drain_queue): Fix
8812         uninitialized variable return that would never happen.
8813
8814         * ext/vorbis/vorbisparse.c (gst_vorbis_parse_init) 
8815         (vorbis_parse_sink_event): Add an event function to flush our
8816         state on a seek, and to drain buffers on a premature EOS.
8817         (vorbis_parse_push_headers, vorbis_parse_clear_queue) 
8818         (vorbis_parse_push_buffer, vorbis_parse_drain_queue_prematurely) 
8819         (vorbis_parse_chain, vorbis_parse_queue_buffer) 
8820         (vorbis_parse_drain_queue): Queue up buffers until we can set
8821         their timestamps and granulepos values.
8822
8823         * ext/vorbis/vorbisparse.h: Include the vorbis decoder headers,
8824         and keep track of data needed for deriving granulepos and
8825         timestamps for buffers.
8826
8827 2006-03-29  Wim Taymans  <wim@fluendo.com>
8828
8829         Patch by: j^ <j at bootlab dot org>
8830
8831         * ext/alsa/gstalsamixerelement.c:
8832         (gst_alsa_mixer_element_class_init):
8833         * ext/alsa/gstalsasink.c:
8834         * ext/alsa/gstalsasrc.c: (gst_alsasrc_class_init):
8835         * ext/ogg/gstoggdemux.c:
8836         * ext/ogg/gstoggmux.c:
8837         * ext/ogg/gstoggparse.c:
8838         * ext/pango/gstclockoverlay.c:
8839         * ext/pango/gsttextoverlay.c:
8840         * ext/pango/gsttextrender.c:
8841         * ext/pango/gsttimeoverlay.c:
8842         * ext/theora/theoradec.c:
8843         * ext/theora/theoraenc.c:
8844         * ext/vorbis/vorbisdec.c:
8845         * ext/vorbis/vorbisenc.c:
8846         * gst/audioconvert/gstaudioconvert.c:
8847         * gst/subparse/gstsubparse.c:
8848         * gst/tcp/gstmultifdsink.c:
8849         * gst/tcp/gsttcpclientsink.c:
8850         * gst/tcp/gsttcpclientsrc.c:
8851         * gst/tcp/gsttcpserversink.c:
8852         * gst/tcp/gsttcpserversrc.c:
8853           better/unified long descriptions
8854           Fixes #336477
8855
8856 2006-03-29  Wim Taymans  <wim@fluendo.com>
8857
8858         * tests/examples/seek/seek.c: (end_scrub), (seek_cb), (start_seek),
8859         (stop_seek):
8860         Don't let double and triple clicks mess up our state.
8861
8862 2006-03-28  Tim-Philipp Müller  <tim at centricular dot net>
8863
8864         * gst/playback/gstplaybin.c: (gen_video_element),
8865         (gen_text_element), (gen_audio_element), (gen_vis_element):
8866           Error out gracefully when we can't create any of the usual
8867           conversion elements for some reason. Also, don't try to
8868           create an audioscale (sic) element that's not used anyway.
8869
8870 2006-03-28  Tim-Philipp Müller  <tim at centricular dot net>
8871
8872         * gst/playback/gstplaybasebin.c: (setup_source):
8873           Don't post RESOURCE_NOT_FOUND error when we can't find a source
8874           element for a particular protocol, that's confusing for users.
8875           Instead, post a RESOURCE_FAILED error, so that our own error
8876           message is actually shown in totem etc. (#336303).
8877
8878 2006-03-27  Tim-Philipp Müller  <tim at centricular dot net>
8879
8880         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
8881
8882         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_finalize),
8883         (gst_gnome_vfs_src_get_icy_metadata):
8884           Fix some minor memory leaks (#336194).
8885
8886 2006-03-27  Tim-Philipp Müller  <tim at centricular dot net>
8887
8888         * ext/gnomevfs/gstgnomevfs.c:
8889         (gst_gnome_vfs_location_to_uri_string):
8890         * ext/gnomevfs/gstgnomevfs.h:
8891         * ext/gnomevfs/gstgnomevfssink.c:
8892         (gst_gnome_vfs_sink_set_property):
8893         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_set_property):
8894           Make gnomevfssink accept filenames as well as URIs for the
8895           "location" property, just like gnomevfssrc does (and
8896           filesrc/filesink do) (#336190).
8897
8898 2006-03-24  Thomas Vander Stichele <thomas at apestaart dot org>
8899
8900         * tests/check/generic/clock-selection.c: (GST_START_TEST):
8901           set to NULL before unreffing, fixes a valgrind leak.
8902           Why was this not triggering the error that an object needs to
8903           be NULL before unreffing ?
8904         * win32/common/config.h:
8905           update
8906
8907 2006-03-24  Tim-Philipp Müller  <tim at centricular dot net>
8908
8909         * gst/subparse/gstsubparse.c: (convert_encoding),
8910         (gst_sub_parse_change_state):
8911         * gst/subparse/gstsubparse.h:
8912           Text subtitle files may or may not be UTF-8. If it's not, we
8913           don't really want to see '?' characters in place of non-ASCII
8914           characters like accented characters. So let's assume the input
8915           is UTF-8 until we come across text that is clearly not. If it's
8916           not UTF-8, we don't really know what it is, so try the following:
8917           (a) see whether the GST_SUBTITLE_ENCODING environment variable
8918           is set; if not, check (b) if the current locale encoding is
8919           non-UTF-8 and use that if it is, or (c) assume ISO-8859-15 if
8920           the current locale encoding is UTF-8 and the environment variable
8921           was not set to any particular encoding. Not perfect, but better
8922           than nothing (and better than before, I think) (fixes #172848).
8923
8924 2006-03-24  Thomas Vander Stichele <thomas at apestaart dot org>
8925
8926         * configure.ac:
8927           update core requirement to 0.10.4.1 because of async_playback
8928           vmethod on GstBaseSink
8929
8930 2006-03-24  Stefan Kost  <ensonic@users.sf.net>
8931
8932         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init):
8933         * gst/adder/gstadder.c: (gst_adder_init):
8934         use DEBUG_FUNCPTR for collectpads
8935
8936 2006-03-24  Stefan Kost  <ensonic@users.sf.net>
8937
8938         * docs/plugins/Makefile.am:
8939         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
8940         * docs/plugins/gst-plugins-base-plugins-sections.txt:
8941         * ext/cdparanoia/gstcdparanoiasrc.c:
8942         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_base_init),
8943         (gst_gnome_vfs_sink_class_init):
8944         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_base_init):
8945         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_base_init):
8946         * ext/ogg/gstoggmux.c:
8947         * ext/ogg/gstoggparse.c: (gst_ogg_parse_base_init):
8948         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_base_init),
8949         (gst_ogm_video_parse_base_init), (gst_ogm_text_parse_base_init):
8950         * ext/pango/gsttextoverlay.c:
8951         * ext/pango/gsttextrender.c:
8952         * ext/theora/theoradec.c:
8953         * ext/theora/theoraenc.c:
8954         * ext/vorbis/vorbisdec.c:
8955         * ext/vorbis/vorbisenc.c:
8956         * gst-libs/gst/audio/gstaudiofilter.c:
8957         (gst_audio_filter_base_init):
8958         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
8959         (gst_audio_filter_template_base_init):
8960         * gst/adder/gstadder.c: (gst_adder_get_type):
8961         * gst/adder/gstadder.h:
8962         * gst/audioconvert/gstaudioconvert.c:
8963         * gst/audiotestsrc/gstaudiotestsrc.c:
8964         (gst_audiostestsrc_wave_get_type), (gst_audio_test_src_class_init),
8965         (gst_audio_test_src_create):
8966         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
8967         * gst/playback/gstdecodebin.c:
8968         * gst/playback/gstplaybin.c:
8969         * gst/playback/gststreamselector.c:
8970         (gst_stream_selector_base_init):
8971         * gst/subparse/gstsubparse.c: (gst_sub_parse_base_init):
8972         * gst/volume/gstvolume.c:
8973         * sys/v4l/gstv4lmjpegsink.c:
8974         * sys/v4l/gstv4lmjpegsrc.c:
8975         * tests/check/libs/cddabasesrc.c:
8976         * tests/old/examples/gob/gst-identity2.gob:
8977           Add docs for adder, use GST_ELEMENT_DETAILS macro,
8978           define GstElementDetails at the top
8979
8980 2006-03-23  Sebastien Moutte  <sebastien@moutte.net>
8981
8982         * win32/common/libgstinterfaces.def:
8983         Add a lot of export functions for gst-python
8984         * win32/vs6/libgstinterfaces.dsp:
8985         Add a missing include folder in the project configuration
8986         
8987 2006-03-23  Wim Taymans  <wim@fluendo.com>
8988
8989         * gst-libs/gst/audio/gstbaseaudiosrc.c:
8990         (gst_base_audio_src_get_time), (gst_base_audio_src_create),
8991         (gst_base_audio_src_change_state):
8992         Fix audio sources, forgot to make the ringbuffer
8993         startable...
8994
8995 2006-03-23  Wim Taymans  <wim@fluendo.com>
8996
8997         * gst-libs/gst/audio/gstbaseaudiosrc.c:
8998         (gst_base_audio_src_get_time), (gst_base_audio_src_create),
8999         (gst_base_audio_src_change_state):
9000         unparent instead of unref the ringbuffer.
9001
9002 2006-03-23  Wim Taymans  <wim@fluendo.com>
9003
9004         * gst-libs/gst/audio/gstbaseaudiosink.c:
9005         (gst_base_audio_sink_class_init), (gst_base_audio_sink_async_play),
9006         (gst_base_audio_sink_do_play), (gst_base_audio_sink_change_state):
9007         Implement new async_play vmethod to start slaving and allow
9008         playback start in case of async PLAY state changes. 
9009
9010         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init):
9011         Enable QoS with new method in base class.
9012
9013 2006-03-23  Wim Taymans  <wim@fluendo.com>
9014
9015         Patch by: Julien MOUTTE <julien at moutte dot net>
9016
9017         * gst/videotestsrc/gstvideotestsrc.c: (gst_video_test_src_query),
9018         (gst_video_test_src_do_seek), (gst_video_test_src_create):
9019         Partially handle 0 framerate, only EOS after the first frame
9020         is missing.
9021
9022 2006-03-23  Wim Taymans  <wim@fluendo.com>
9023
9024         Patch by: Fabrizio Gennari <fabrizio dot ge at tiscali dot it>
9025
9026         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
9027         (gst_riff_create_video_template_caps):
9028         * gst/ffmpegcolorspace/avcodec.h:
9029         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
9030         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
9031         (gst_ffmpegcsp_avpicture_fill):
9032         * gst/ffmpegcolorspace/imgconvert.c:
9033         Patch for support of YVU9 AVI files (#334822)
9034
9035 2006-03-22  Edward Hervey  <edward@fluendo.com>
9036
9037         * docs/design/design-decodebin.txt:
9038         Added design document for new decodebin
9039         (Target Caps): text/x-pango-markup is also a default target caps.
9040
9041 2006-03-22  Wim Taymans  <wim@fluendo.com>
9042
9043         * gst-libs/gst/audio/gstbaseaudiosink.c:
9044         (gst_base_audio_sink_dispose):
9045         Since we _parent the ringbuffer, we also need to
9046         _unparent instead of a plain _unref.
9047
9048 2006-03-22  Wim Taymans  <wim@fluendo.com>
9049
9050         * tests/examples/seek/seek.c: (end_scrub), (do_seek), (seek_cb),
9051         (stop_seek), (scrub_toggle_cb), (main):
9052         Add scrub checkbox.
9053
9054 2006-03-21  Tim-Philipp Müller  <tim at centricular dot net>
9055
9056         * ext/ogg/gstoggparse.c: (gst_ogg_parse_find_stream),
9057         (gst_ogg_parse_chain):
9058           Fix very inefficient usage of linked lists (#335365).
9059
9060 2006-03-21  Edward Hervey  <edward@fluendo.com>
9061
9062         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose):
9063         * gst/playback/gstplaybin.c: (handoff):
9064         * gst/playback/gststreamselector.c:
9065         (gst_stream_selector_set_property):
9066         gcc 4.1 unreferenced pointer fixes.
9067         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_put):
9068         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put):
9069         gst_buffer_ref() now takes a GstBuffer*.
9070
9071 2006-03-20  Julien MOUTTE  <julien@moutte.net>
9072
9073         * sys/xvimage/xvimagesink.c:
9074         (gst_xvimagesink_get_format_from_caps): Fix a memleak reported
9075         by Jan Schmidt.
9076
9077 2006-03-19  Tim-Philipp Müller  <tim at centricular dot net>
9078
9079         * gst/typefind/gsttypefindfunctions.c: (id3v2_type_find),
9080         (id3v1_type_find), (apetag_type_find), (plugin_init):
9081           Can't do tag preferences via probability, as tags would then
9082           lose against types that are recognised with MAXIMUM probability
9083           (like .wav); so let all tag typefinders return MAXIMUM themselves
9084           and order them via the rank. Split ID3v1 and ID3v2 typefinders so
9085           that we can prefer APE to ID3v1 (fixes #335028).
9086           
9087 2006-03-17  Wim Taymans  <wim@fluendo.com>
9088
9089         * gst-libs/gst/audio/gstbaseaudiosink.c:
9090         (gst_base_audio_sink_change_state):
9091         * gst-libs/gst/audio/gstringbuffer.c: (wait_segment),
9092         (gst_ring_buffer_may_start):
9093         * gst-libs/gst/audio/gstringbuffer.h:
9094         Only start playback if we are playing.
9095         should fix #330748.
9096
9097 2006-03-17  Jan Schmidt  <thaytan@mad.scientist.com>
9098
9099         * ext/alsa/gstalsasink.c: (gst_alsasink_getcaps):
9100         * win32/common/config.h:
9101           Revert accidental commits to these files.
9102
9103 2006-03-16  Tim-Philipp Müller  <tim at centricular dot net>
9104
9105         Patch by: Michal Benes  <michal dot benes at xeris dot cz>
9106
9107         * tests/Makefile.am:
9108           Don't try to build tests in tests/icles if we
9109           don't have X (#323852)
9110
9111 2006-03-16  Tim-Philipp Müller  <tim at centricular dot net>
9112
9113         * gst-libs/gst/tag/gstid3tag.c:
9114           Add TXXX frame identifiers for replaygain stuff as used
9115           by some taggers (see #323721).
9116
9117 2006-03-16  Jan Schmidt  <thaytan@mad.scientist.com>
9118
9119         * gst/playback/gststreamselector.c:
9120         (gst_stream_selector_set_property),
9121         (gst_stream_selector_bufferalloc):
9122           Preserve the existing buggy streamselector behaviour by performing
9123           a fallback buffer allocation when downstream isn't linked yet.
9124           This should really be fixed in playbin by blocking pads until it's
9125           linked them.
9126           Also, use gst_pad_alloc_buffer instead of
9127           gst_pad_alloc_buffer_and_set.
9128
9129 2006-03-15  Tim-Philipp Müller  <tim at centricular dot net>
9130
9131         * gst-libs/gst/tag/gstid3tag.c:
9132           Don't crash on unknown ID3v2 TXXX frames.
9133           
9134 2006-03-15  Jan Schmidt  <thaytan@mad.scientist.com>
9135
9136         * ext/alsa/gstalsasink.c: (gst_alsasink_finalise):
9137           Chain up to the parent finalize method.
9138           Add 32-bit sample size to the template caps.
9139
9140         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
9141         (gst_riff_create_video_template_caps):
9142           Add the fourcc that the VMWare codec uses.
9143           
9144         * gst/playback/gststreamselector.c:
9145         (gst_stream_selector_set_property),
9146         (gst_stream_selector_bufferalloc),
9147         (gst_stream_selector_request_new_pad):
9148           For the active pad, forward buffer-alloc requests, otherwise
9149           return GST_FLOW_NOT_LINKED. This also prevents xvimagesink
9150           having to memcpy every frame when used by playbin.
9151
9152         * gst/tcp/gstmultifdsink.c:
9153         (gst_multi_fd_sink_handle_client_write):
9154           Get negotiated caps from the sink pad, rather than the sink
9155           pad's peer.
9156
9157 2006-03-15  Tim-Philipp Müller  <tim at centricular dot net>
9158
9159         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
9160         
9161         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_pop_callbacks):
9162           Don't forget to set src->callbacks_pushed to FALSE again when
9163           popping them, otherwise re-activation in a different mode won't
9164           work (#334620).
9165
9166 2006-03-15  Tim-Philipp Müller  <tim at centricular dot net>
9167
9168         Patch by: Sebastien Moutte  <sebastien moutte net>
9169
9170         * gst/ffmpegcolorspace/gstffmpegcodecmap.c: (gst_ff_vid_caps_new),
9171         (gst_ff_aud_caps_new), (gst_ffmpeg_pixfmt_to_caps),
9172         (gst_ffmpeg_smpfmt_to_caps):
9173           Replace __VA_ARGS__ caps creation macros with varargs functions.
9174           Makes things compile on MSVC (#320765), looks nicer, and we can
9175           tell the compiler to check for the NULL terminator.
9176
9177 2006-03-14  Tim-Philipp Müller  <tim at centricular dot net>
9178
9179         Patch by: Fabrizio Gennari  <fabrizio dot ge at tiscali dot it>
9180
9181         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
9182           Make sure the buffer we copy into is really always big
9183           enough, this time for real (#333488).
9184           
9185 2006-03-14  Tim-Philipp Müller  <tim at centricular dot net>
9186
9187         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
9188           Add support for 24bpp DIB (#305279).
9189
9190 2006-03-14  Wim Taymans  <wim@fluendo.com>
9191
9192         * gst-libs/gst/video/gstvideofilter.c: (gst_video_filter_init):
9193         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init):
9194         * gst/ffmpegcolorspace/gstffmpegcolorspace.c: (gst_ffmpegcsp_init):
9195         * gst/videoscale/gstvideoscale.c: (gst_video_scale_class_init),
9196         (gst_video_scale_init), (gst_video_scale_src_event):
9197         Re-enable QoS after the release.
9198         Rework videoscale to use the base class src_event handler.
9199
9200 2006-03-14  Tim-Philipp Müller  <tim at centricular dot net>
9201
9202         * configure.ac:
9203           back to CVS.
9204
9205 === release 0.10.5 ===
9206
9207 2006-03-13  Thomas Vander Stichele <thomas at apestaart dot org>
9208
9209         * configure.ac:
9210           releasing 0.10.5, "Net"
9211
9212 2006-03-13  Tim-Philipp Müller  <tim at centricular dot net>
9213
9214         * docs/plugins/Makefile.am:
9215           Part of previous cdparanoiasrc docs fixes, forgot to commit.
9216           
9217 2006-03-12  Tim-Philipp Müller  <tim at centricular dot net>
9218
9219         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
9220         * docs/plugins/gst-plugins-base-plugins-sections.txt:
9221         * docs/plugins/gst-plugins-base-plugins.hierarchy:
9222           Add cdparanoiasrc to docs.
9223
9224         * gst-libs/gst/cdda/gstcddabasesrc.c:
9225           More GstCddaBaseSrc docs.
9226
9227 2006-03-12  Tim-Philipp Müller  <tim at centricular dot net>
9228
9229         * docs/libs/gst-plugins-base-libs-sections.txt:
9230         * gst-libs/gst/tag/gstid3tag.c: (gst_tag_from_id3_user_tag):
9231         * gst-libs/gst/tag/tag.h:
9232           API: libgsttag: new method gst_tag_from_id3_user_tag().
9233
9234 2006-03-11  Tim-Philipp Müller  <tim at centricular dot net>
9235
9236         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
9237           NULL-terminate array of mpeg4 video file extensions.
9238           Fixes crash on PPC (#334226).
9239
9240 2006-03-11  Tim-Philipp Müller  <tim at centricular dot net>
9241
9242         * ext/gnomevfs/gstgnomevfssrc.c:
9243         (gst_gnome_vfs_src_check_get_range):
9244           gnome_vfs_uri_is_local() alone is not a good indicator
9245           whether we can operate in pull-mode with a specific URI,
9246           as it returns FALSE for file:// URIs that point to an
9247           NFS-mounted path. Be more conservative here: whitelist
9248           local files, blacklist http URIs and use the old
9249           mechanism for anything else (fixes #334216).
9250
9251 2006-03-10  Thomas Vander Stichele  <thomas at apestaart dot org>
9252
9253         * configure.ac:
9254           back to trunk
9255
9256 === release 0.10.4 ===
9257
9258 2006-03-10  Thomas Vander Stichele <thomas at apestaart dot org>
9259
9260         * configure.ac:
9261           releasing 0.10.4, "Power"
9262
9263 2006-03-10  Jan Schmidt  <thaytan@mad.scientist.com>
9264
9265         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init):
9266         Disable max-lateness by setting it to -1 for now, so that 
9267         we can bed QoS stuff in thoroughly between now and the next
9268         release.
9269
9270 2006-03-10  Tim-Philipp Müller  <tim at centricular dot net>
9271
9272         Patch by: Fabrizio Gennari
9273
9274         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
9275           Make sure we don't read beyond the palette buffer in case of
9276           broken or manipulated files (#333488)
9277
9278 2006-03-10  Edward Hervey  <edward@fluendo.com>
9279
9280         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset):
9281         Fix for variable not initialized.
9282
9283 2006-03-09  Wim Taymans  <wim@fluendo.com>
9284
9285         * ext/libvisual/visual.c: (gst_visual_get_type),
9286         (gst_visual_src_setcaps), (gst_vis_src_negotiate),
9287         (gst_visual_chain):
9288         Small cleanups.
9289
9290         * ext/theora/gsttheoradec.h:
9291         * ext/theora/theoradec.c: (gst_theora_dec_init),
9292         (gst_theora_dec_reset), (_theora_granule_time),
9293         (theora_dec_src_convert), (theora_dec_sink_convert),
9294         (theora_dec_src_query), (theora_dec_src_event),
9295         (theora_dec_sink_event), (theora_handle_comment_packet),
9296         (theora_handle_header_packet), (theora_dec_push),
9297         (theora_handle_data_packet), (theora_dec_chain),
9298         (theora_dec_change_state):
9299         Add simple QoS.
9300
9301 2006-03-09  Wim Taymans  <wim@fluendo.com>
9302
9303         * ext/gnomevfs/gstgnomevfssrc.c: (audiocast_init),
9304         (audiocast_register_listener), (gst_gnome_vfs_src_start):
9305         Some cleanups.
9306
9307 2006-03-09  Wim Taymans  <wim@fluendo.com>
9308
9309         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_activate_chain):
9310         Don't try to activate NULL chains.
9311
9312 2006-03-09  Tim-Philipp Müller  <tim at centricular dot net>
9313
9314         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset):
9315           Fix invalid memory access to region before peek'd data (#332964).
9316
9317 2006-03-09  Wim Taymans  <wim@fluendo.com>
9318
9319         Patch by: Christophe Fergeau
9320
9321         * ext/pango/gsttextoverlay.c: (gst_text_overlay_init):
9322         * ext/pango/gsttextrender.c: (gst_text_render_init):
9323         * gst/adder/gstadder.c: (gst_adder_init):
9324         Don't leak padtemplates, closes #333510.
9325
9326 2006-03-09  Tim-Philipp Müller  <tim at centricular dot net>
9327
9328         * gst/subparse/gstsubparse.c: (gst_subparse_type_find):
9329           Fix invalid memory access: make sure string passed to
9330           regexec() is NUL-termianted.
9331
9332 2006-03-09  Tim-Philipp Müller  <tim at centricular dot net>
9333
9334         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset),
9335         (mp3_type_find):
9336           Refactor mpeg/audio typefinding to make it more maintainable
9337           and easier to fine-tune. Make probing into middle of the file
9338           work properly (fixes #333900, also see #152688).
9339
9340 2006-03-09  Tim-Philipp Müller  <tim at centricular dot net>
9341
9342         * gst/typefind/gsttypefindfunctions.c:
9343         (utf8_type_find_have_valid_utf8_at_offset):
9344           Remove part from previous commit that was bogus:
9345           g_utf8_validate() does in fact not accept embedded
9346           zeroes, so we don't need to check for those (thanks
9347           to Mike for the hint).
9348
9349 2006-03-08  Tim-Philipp Müller  <tim at centricular dot net>
9350
9351         * gst/typefind/gsttypefindfunctions.c:
9352         (utf8_type_find_count_embedded_zeroes),
9353         (utf8_type_find_have_valid_utf8_at_offset), (utf8_type_find):
9354           Make plain/text typefinder more conservative: firstly, check
9355           for embedded zeroes, which are perfectly valid UTF-8 characters,
9356           but also a fairly good sign that something is not a plain text
9357           file; secondly, probe into the middle of the file if possible.
9358           If we can't probe into the middle, limit the probability value
9359           to be returned to TYPE_FIND_POSSIBLE (see #333900).
9360
9361 2006-03-08  Michael Smith  <msmith@fluendo.com>
9362
9363         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
9364           Make typefind function name for mpeg4 video unique.
9365
9366 2006-03-08  Wim Taymans  <wim@fluendo.com>
9367
9368         * ext/libvisual/visual.c: (gst_visual_init),
9369         (gst_visual_clear_actors), (gst_visual_dispose),
9370         (gst_visual_reset), (gst_visual_src_setcaps),
9371         (gst_visual_sink_setcaps), (gst_vis_src_negotiate),
9372         (gst_visual_sink_event), (gst_visual_src_event), (get_buffer),
9373         (gst_visual_chain), (gst_visual_change_state):
9374         Cleanups, post nice errors.
9375         Handle sink and src events.
9376         Implement simple QoS.
9377
9378         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init):
9379         Use new basesink methods to configure max-lateness.
9380         Small doc update.
9381
9382         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
9383         (gst_ffmpegcsp_transform_caps), (gst_ffmpegcsp_set_caps):
9384         Debug statement cleanups.
9385
9386         * gst/volume/gstvolume.c: (gst_volume_class_init):
9387         Simple cleanup.
9388
9389 2006-03-08  Tim-Philipp Müller  <tim at centricular dot net>
9390
9391         * ext/pango/gsttextoverlay.c: (gst_text_overlay_class_init),
9392         (gst_text_overlay_init), (gst_text_overlay_set_property),
9393         (gst_text_overlay_get_property):
9394           Revert API/ABI break from March 1. Keep 'halign' and 'valign'
9395           as string type properties, but mark them deprecated. Add
9396           'halignment' and 'valignment' properties that use enums
9397           instead of strings.
9398
9399 2006-03-08  Tim-Philipp Müller  <tim at centricular dot net>
9400
9401         Patch by: Fabrizio Gennari
9402
9403         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
9404           Allow palettes with less than 256 colours in AVI files
9405           (#333488)
9406
9407 2006-03-07  Julien MOUTTE  <julien@moutte.net>
9408
9409         * ext/pango/gsttextoverlay.c: (gst_text_overlay_text_event),
9410         (gst_text_overlay_video_event): Fix wrong EOS handling on text
9411         pad. We were releasing the queued text buffer when we should keep
9412         it until video pad gets EOS or discard the text buffer because it's
9413         too old. That was eating the last subtitle buffer. Add some more
9414         debug.
9415
9416 2006-03-07  Tim-Philipp Müller  <tim at centricular dot net>
9417
9418         * ext/pango/gsttextoverlay.c: (gst_text_overlay_render_text),
9419         (gst_text_overlay_video_chain):
9420           Fix invalid memory access (we can't access a buffer after it's been
9421           pushed downstream without taking a reference); fix memory leak (if
9422           there's no text to render, bail out before allocating stuff).
9423
9424 2006-03-07  Tim-Philipp Müller  <tim at centricular dot net>
9425
9426         * ext/pango/gsttextoverlay.c: (gst_text_overlay_init),
9427         (gst_text_overlay_setcaps_txt), (gst_text_overlay_video_chain):
9428         * ext/pango/gsttextoverlay.h:
9429           If input is plain text, escape it before passing it to
9430           pango_layout_set_markup().
9431
9432 2006-03-07  Tim-Philipp Müller  <tim at centricular dot net>
9433
9434         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audio_filter_chain):
9435           Don't ignore flow return from gst_pad_push().
9436
9437 2006-03-07  Tim-Philipp Müller  <tim at centricular dot net>
9438
9439         Patch by: Fabrizio Gennari
9440
9441         * ext/libvisual/visual.c: (gst_visual_getcaps),
9442         (gst_visual_src_setcaps), (gst_visual_sink_setcaps):
9443         * ext/ogg/gstoggmux.c: (gst_ogg_mux_sinkconnect):
9444         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_convert_src),
9445         (gst_vorbisenc_convert_sink):
9446         * gst-libs/gst/audio/audio.c: (gst_audio_frame_byte_size),
9447         (gst_audio_duration_from_pad_buffer):
9448         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audio_filter_link),
9449         (gst_audio_filter_chain):
9450         * gst-libs/gst/rtp/gstbasertpdepayload.c:
9451         (gst_base_rtp_depayload_setcaps):
9452         * gst-libs/gst/video/video.c: (gst_video_frame_rate),
9453         (gst_video_get_size):
9454         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_setcaps):
9455           Don't leak references returned by gst_pad_get_parent()
9456           (#333663)
9457
9458 2006-03-06  Stefan Kost  <ensonic@users.sf.net>
9459
9460         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_class_init):
9461           change location param details
9462         * gst/volume/gstvolume.c: (plugin_init):
9463           correct plugin description
9464
9465 2006-03-06  Tim-Philipp Müller  <tim at centricular dot net>
9466
9467         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_class_init),
9468         (gst_gnome_vfs_src_check_get_range):
9469           Override GstBaseSrc::check_get_range() in order to avoid opening
9470           the resource just to check whether we can operate in pull-mode or
9471           not - we can predict that pretty well from the URI alone. Should
9472           fix problems with last.fm (#331690). (Requires latest core CVS).
9473
9474 2006-03-06  Wim Taymans  <wim@fluendo.com>
9475
9476         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init),
9477         (gst_video_sink_class_init):
9478         Throw away frames that are later than 20 ms.
9479
9480 2006-03-06  Tim-Philipp Müller  <tim at centricular dot net>
9481
9482         Patch by: Fabrizio Gennari
9483
9484         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
9485           Set depth on WMA caps (#333545)
9486
9487 2006-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
9488
9489         * ext/ogg/gstoggmux.c: (gst_ogg_mux_buffer_from_page),
9490         (gst_ogg_mux_send_headers), (gst_ogg_mux_collected):
9491           put Theora BOS pages before others.  This hardcodes
9492           the Ogg/Theora I profile, but hey.
9493
9494 2006-03-05  Thomas Vander Stichele  <thomas at apestaart dot org>
9495
9496         * ext/ogg/README:
9497           updated with some examples
9498         * ext/theora/theoraenc.c: (granulepos_to_timestamp),
9499         (granulepos_add), (theora_buffer_from_packet):
9500         * ext/vorbis/vorbisenc.c: (granulepos_to_timestamp_offset),
9501         (granulepos_to_timestamp), (gst_vorbisenc_buffer_from_packet),
9502         (gst_vorbisenc_chain):
9503           implement strategy from ext/ogg/README
9504         * ext/ogg/gstoggmux.c: (gst_ogg_mux_buffer_from_page),
9505         (gst_ogg_mux_push_buffer), (gst_ogg_mux_dequeue_page),
9506         (gst_ogg_mux_pad_queue_page), (gst_ogg_mux_compare_pads),
9507         (gst_ogg_mux_queue_pads), (gst_ogg_mux_collected):
9508           Fix muxer so that oggz-validate is happy with all streams;
9509           except for no eos mark, and the BOS page ordering
9510         * tests/check/pipelines/theoraenc.c: (check_buffer_is_header),
9511         (check_buffer_granulepos):
9512         * tests/check/pipelines/vorbisenc.c: (check_buffer_granulepos):
9513           update tests to check for OFFSET being set as requested
9514           fixed type of granulepos, it's not a ClockTime
9515
9516 2006-03-05  Julien MOUTTE  <julien@moutte.net>
9517
9518         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
9519         (gst_xvimagesink_show_frame), (gst_xvimagesink_buffer_alloc):
9520         Check that the xvimage we are creating has a correct size
9521         before returning it. (#314897)
9522
9523 2006-03-05  Tim-Philipp Müller  <tim at centricular dot net>
9524
9525         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
9526           Give id3 and ape tag typefinders a rank slightly higher
9527           than PRIMARY to ensure they're always run before any of
9528           the other typefinders (in particular wav and mp3) (#324186).
9529
9530 2006-03-05  Tim-Philipp Müller  <tim at centricular dot net>
9531
9532         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
9533           Add support for '3IVD' fourcc (#333403).
9534
9535 2006-03-04  Tim-Philipp Müller  <tim at centricular dot net>
9536
9537         * configure.ac:
9538           Bump requirements to GStreamer CVS for the new error enum.
9539
9540         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_render):
9541           Emit new GST_RESOURCE_ERROR_NO_SPACE_LEFT when there's no
9542           space left on the device (fixes #333352).
9543
9544 2006-03-04  Sebastien Moutte  <sebastien@moutte.net>
9545
9546         * win32/vs6:
9547           add a project file for libgstvolume
9548           update the workspace
9549
9550 2006-03-03  Thomas Vander Stichele  <thomas at apestaart dot org>
9551
9552         * ext/theora/theoraenc.c: (theora_set_header_on_caps):
9553         * tests/check/pipelines/theoraenc.c: (check_buffer_is_header),
9554         (GST_START_TEST):
9555           Fix for http://bugzilla.gnome.org/show_bug.cgi?id=333254
9556           Set IN_CAPS on header buffers
9557
9558 2006-03-02  Wim Taymans  <wim@fluendo.com>
9559
9560         * docs/plugins/Makefile.am:
9561         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
9562         * docs/plugins/gst-plugins-base-plugins-sections.txt:
9563         Add audioresample to docs.
9564
9565         * gst/audioconvert/gstaudioconvert.c:
9566         Add revision date.
9567
9568         * gst/audioresample/gstaudioresample.c:
9569         (gst_audioresample_base_init), (gst_audioresample_class_init),
9570         (gst_audioresample_init), (gst_audioresample_dispose),
9571         (audioresample_get_unit_size), (audioresample_transform_caps),
9572         (resample_set_state_from_caps), (audioresample_transform_size),
9573         (audioresample_set_caps), (audioresample_event),
9574         (audioresample_do_output), (audioresample_transform),
9575         (audioresample_pushthrough), (gst_audioresample_set_property),
9576         (gst_audioresample_get_property), (plugin_init):
9577         * gst/audioresample/gstaudioresample.h:
9578         Added docs.
9579         Small code cleanups.
9580
9581 2006-03-02  Wim Taymans  <wim@fluendo.com>
9582
9583         * docs/plugins/Makefile.am:
9584         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
9585         * docs/plugins/gst-plugins-base-plugins-sections.txt:
9586         Added videoscale to docs.
9587
9588         * gst/videorate/gstvideorate.c: (gst_video_rate_flush_prev),
9589         (gst_video_rate_swap_prev), (gst_video_rate_event),
9590         (gst_video_rate_chain):
9591         Fix typo in docs.
9592
9593         * gst/videoscale/gstvideoscale.c: (gst_video_scale_class_init),
9594         (gst_video_scale_init), (gst_video_scale_prepare_size),
9595         (gst_video_scale_set_caps), (gst_video_scale_get_unit_size),
9596         (gst_video_scale_fixate_caps), (gst_video_scale_transform):
9597         * gst/videoscale/gstvideoscale.h:
9598         Added docs, examples.
9599         Some code cleanups.
9600         Post errors instead of g_warning.
9601
9602 2006-03-02  Wim Taymans  <wim@fluendo.com>
9603
9604         * docs/libs/gst-plugins-base-libs-docs.sgml:
9605         * docs/libs/gst-plugins-base-libs-sections.txt:
9606         * docs/libs/gst-plugins-base-libs.types:
9607         * docs/plugins/Makefile.am:
9608         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
9609         * docs/plugins/gst-plugins-base-plugins-sections.txt:
9610         Added some more docs to libs and plugins.
9611
9612         * gst-libs/gst/audio/gstringbuffer.c:
9613         (gst_ring_buffer_prepare_read), (gst_ring_buffer_clear):
9614         * gst-libs/gst/audio/gstringbuffer.h:
9615         Document ringbuffer some more.
9616
9617         * gst/videorate/gstvideorate.c: (gst_video_rate_class_init),
9618         (gst_video_rate_setcaps), (gst_video_rate_reset),
9619         (gst_video_rate_init), (gst_video_rate_flush_prev),
9620         (gst_video_rate_swap_prev), (gst_video_rate_event),
9621         (gst_video_rate_chain), (gst_video_rate_change_state):
9622         * gst/videorate/gstvideorate.h:
9623         Fix videorate to use segments.
9624         Make it work with 0/1 framerates (closes #331903)
9625         Handle EOS correctly.
9626         Added docs.
9627
9628 2006-03-02  Tim-Philipp Müller  <tim at centricular dot net>
9629
9630         * ext/ogg/gstogmparse.c: (gst_ogm_parse_class_init),
9631         (gst_ogm_audio_parse_init), (gst_ogm_video_parse_init),
9632         (gst_ogm_text_parse_init), (gst_ogm_parse_change_state):
9633           In state change function, first chain up to parent class,
9634           then handle downwards state change stuff. Remove some
9635           commented out cruft from 0.8 code.
9636
9637 2006-03-02  Tim-Philipp Müller  <tim at centricular dot net>
9638
9639         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_init),
9640         (gst_ogm_video_parse_init), (gst_ogm_text_parse_init),
9641         (gst_ogm_parse_sink_convert), (gst_ogm_parse_sink_query),
9642         (gst_ogm_parse_chain):
9643           Don't remove/re-add source pad if the new caps are the same as
9644           the old caps anyway (#333042). When removing source pad, don't
9645           unref it afterwards - we didn't ref it when adding. Sprinkle some
9646           GST_DEBUG_FUNCPTR goodness here and there. Don't leak references
9647           after using gst_pad_get_parent(). Return downstream flow return
9648           value in chain function.
9649
9650 2006-03-02  Wim Taymans  <wim@fluendo.com>
9651
9652         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
9653         * docs/plugins/gst-plugins-base-plugins.args:
9654         * docs/plugins/gst-plugins-base-plugins.hierarchy:
9655         * docs/plugins/gst-plugins-base-plugins.interfaces:
9656         * docs/plugins/gst-plugins-base-plugins.signals:
9657         Fix hierarchy, added some more elements to the docs.
9658
9659         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
9660         (gst_ffmpegcsp_get_type):
9661         * gst/ffmpegcolorspace/gstffmpegcolorspace.h:
9662         Fix docs for ffmpegcolorspace.
9663
9664 2006-03-01  Tim-Philipp Müller  <tim at centricular dot net>
9665
9666         * gst/typefind/gsttypefindfunctions.c: (id3_type_find),
9667         (apetag_type_find), (ape_type_find), (plugin_init):
9668           Some typefinding fine-tuning:
9669           - rank ID3/APE tags in order of preference via probabilities, so that
9670             ID3v2 > APEv2 > APEv1 > ID3v1.
9671           - three or four bytes don't really justify MAXIMUM probability,
9672             change those to 'very likely' (musepack and monkeysaudio).
9673
9674 2006-03-01  Wim Taymans  <wim@fluendo.com>
9675
9676         * docs/plugins/Makefile.am:
9677         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
9678         * docs/plugins/gst-plugins-base-plugins-sections.txt:
9679         * ext/alsa/gstalsamixer.c:
9680         * ext/alsa/gstalsamixer.h:
9681         * ext/alsa/gstalsamixerelement.c:
9682         (gst_alsa_mixer_element_class_init), (gst_alsa_mixer_element_init):
9683         * ext/alsa/gstalsamixerelement.h:
9684         * ext/alsa/gstalsasink.c:
9685         * ext/alsa/gstalsasink.h:
9686         * ext/alsa/gstalsasrc.c: (gst_alsasrc_class_init),
9687         (gst_alsasrc_init):
9688         * ext/alsa/gstalsasrc.h:
9689         Added alsa docs.
9690         Small code cleanups.
9691
9692 2006-03-01  Wim Taymans  <wim@fluendo.com>
9693
9694         * ext/theora/Makefile.am:
9695         Dist new header too,
9696
9697 2006-03-01  Wim Taymans  <wim@fluendo.com>
9698
9699         * docs/plugins/Makefile.am:
9700         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
9701         * docs/plugins/gst-plugins-base-plugins-sections.txt:
9702         * ext/gnomevfs/gstgnomevfssink.h:
9703         * ext/gnomevfs/gstgnomevfssrc.h:
9704         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
9705         * ext/vorbis/vorbisdec.h:
9706         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_convert_sink):
9707         * ext/vorbis/vorbisenc.h:
9708         * ext/vorbis/vorbisparse.c: (vorbis_parse_set_header_on_caps),
9709         (vorbis_parse_chain), (vorbis_parse_change_state):
9710         * ext/vorbis/vorbisparse.h:
9711         * gst/audioconvert/gstaudioconvert.h:
9712         * gst/tcp/gsttcpserversink.h:
9713         * gst/videotestsrc/gstvideotestsrc.c:
9714         * gst/videotestsrc/gstvideotestsrc.h:
9715         * gst/volume/gstvolume.c:
9716         * gst/volume/gstvolume.h:
9717         Fix some more docs.
9718         Added docs for vorbisdec and vorbisparse.
9719         Fix vorbisparse.
9720
9721 2006-03-01  Wim Taymans  <wim@fluendo.com>
9722
9723         * docs/plugins/Makefile.am:
9724         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
9725         * docs/plugins/gst-plugins-base-plugins-sections.txt:
9726         * ext/pango/gstclockoverlay.h:
9727         * ext/pango/gsttextoverlay.h:
9728         * ext/pango/gsttextrender.h:
9729         * ext/pango/gsttimeoverlay.h:
9730         * ext/theora/gsttheoradec.h:
9731         * ext/theora/gsttheoraenc.h:
9732         * ext/theora/theoradec.c:
9733         * ext/theora/theoraenc.c:
9734         * gst/audioconvert/gstaudioconvert.h:
9735         * gst/audiotestsrc/gstaudiotestsrc.h:
9736         * gst/ffmpegcolorspace/gstffmpegcolorspace.h:
9737         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init):
9738         * gst/tcp/gstmultifdsink.h:
9739         Updated/added documentation.
9740
9741         * ext/pango/gsttextoverlay.c: (gst_text_overlay_valign_get_type),
9742         (gst_text_overlay_halign_get_type),
9743         (gst_text_overlay_wrap_mode_get_type),
9744         (gst_text_overlay_base_init), (gst_text_overlay_class_init),
9745         (gst_text_overlay_init), (gst_text_overlay_set_property),
9746         (gst_text_overlay_get_property):
9747         Fix up properties to be enums instead of string to make bindings,
9748         introspection and automatic GUI creation possible.
9749         Add getters for the properties.
9750
9751 2006-02-28  Sebastien Moutte  <sebastien@moutte.net>
9752
9753         * gst/audiotestsrc/gstaudiotestsrc.c:
9754           added defines of M_PI and M_PI_2
9755         * gst/ffmpegcolorspace/avcodec.h:
9756           removed #include "stdint.h" for win32 as _stdint.h is 
9757           autogenerated to win32/common
9758         * win32/common/libgstaudio.def:
9759         * win32/common/libgsttag.def:
9760           added some exports
9761         * win32/vs6:
9762           some project files bugs corrected
9763         * win32/vs7:
9764           project files are reset to the default vs7 configuration 
9765           (they link to msvcr71.dll using default optimizations)
9766           
9767 2006-02-28  Wim Taymans  <wim@fluendo.com>
9768
9769         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_class_init):
9770         Fix some docs.
9771
9772 2006-02-28  Edward Hervey  <edward@fluendo.com>
9773
9774         * ext/alsa/gstalsasrc.c:
9775         Set proper class on the ElementDetails:
9776         Source/Audio instead of Src/Audio/
9777
9778 2006-02-28  Edward Hervey  <edward@fluendo.com>
9779
9780         * gst/videoscale/vs_scanline.c:
9781         (vs_scanline_resample_nearest_RGBA):
9782         Revert optimization in videoscale. It should go in liboil and have
9783         an appropriate liboil function.
9784
9785 2006-02-28  Wim Taymans  <wim@fluendo.com>
9786
9787         * gst-libs/gst/audio/gstbaseaudiosink.c:
9788         (gst_base_audio_sink_provide_clock):
9789         Don't try to provide a clock in the NULL state.
9790
9791 2006-02-28  Wim Taymans  <wim@fluendo.com>
9792
9793         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_receive_event),
9794         (gst_ogg_pad_event), (gst_ogg_pad_internal_chain),
9795         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
9796         (gst_ogg_demux_deactivate_current_chain),
9797         (gst_ogg_demux_activate_chain), (gst_ogg_demux_do_seek),
9798         (gst_ogg_demux_perform_seek), (gst_ogg_demux_collect_info),
9799         (gst_ogg_demux_find_chains), (gst_ogg_demux_chain),
9800         (gst_ogg_demux_loop), (gst_ogg_demux_change_state):
9801         Use GstSegment infrastructure to remove duplicated code
9802         and handle more seek cases correctly.
9803
9804 2006-02-28  Wim Taymans  <wim@fluendo.com>
9805
9806         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
9807         (gst_ffmpegcsp_transform):
9808         Don't ignore return code from ffmpeg convert function.
9809
9810         * gst/ffmpegcolorspace/imgconvert.c: (img_convert):
9811         Split out some long statements to ease debugging.
9812
9813 2006-02-27  Jan Schmidt  <thaytan@mad.scientist.com>
9814
9815         * ext/libvisual/visual.c: (gst_visual_init),
9816         (gst_vis_src_negotiate), (get_buffer), (plugin_init):
9817         Don't use gst_pad_use_fixed_caps, because it prevents downstream from
9818         being able to renegotiate the size. Instead, use the negotiation
9819         algorithm from the goom plugin to pick an initial output caps. 
9820
9821         Also, allow theoretical libvisual plugins that might support non-GL 
9822         output even if they also do GL.
9823
9824 2006-02-26  Julien MOUTTE  <julien@moutte.net>
9825
9826         * ext/libvisual/visual.c: (gst_visual_init),
9827         (gst_visual_src_setcaps), (get_buffer), (gst_visual_chain),
9828         (plugin_init): Load only non GL plugins. Fix some memleaks and 
9829         possible negotiation issues.
9830
9831 2006-02-25  Julien MOUTTE  <julien@moutte.net>
9832
9833         * gst-libs/gst/tag/tag.h: Adding Annodex tags here.
9834
9835 2006-02-24  Michael Smith  <msmith@fluendo.com>
9836
9837         * gst/typefind/gsttypefindfunctions.c: (mpeg4_video_type_find),
9838         (cmml_type_find), (plugin_init):
9839           Fix CMML type find function to not require a specific minor version
9840           of the CMML header.
9841
9842           Add an MPEG4 video elementary stream typefind function.
9843
9844 2006-02-04  Michael Smith  <msmith@fluendo.com>
9845
9846         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_parse_skeleton_fishead),
9847         (gst_ogg_pad_parse_skeleton_fisbone), (gst_ogg_pad_query_convert),
9848         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
9849         (gst_ogg_demux_perform_seek), (gst_ogg_demux_read_chain),
9850         (gst_ogg_demux_read_end_chain), (gst_ogg_demux_collect_chain_info),
9851         (gst_ogg_demux_change_state), (gst_annodex_granule_to_time):
9852           Annodex support in ogg demuxer. Doesn't do very much without the
9853           other annodex patches (to come).
9854
9855 2006-02-24  Tim-Philipp Müller  <tim at centricular dot net>
9856
9857         Patch by: Fabrizio Gennari <fabrizio dot get at tiscali dot it>
9858
9859         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
9860           Pick up palette for MS video v1 (#327028)
9861
9862 2006-02-24  Tim-Philipp Müller  <tim at centricular dot net>
9863
9864         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
9865         (gst_ffmpegcsp_caps_remove_format_info),
9866         (gst_ffmpegcsp_get_unit_size):
9867           The 'palette_data' field from incoming RGB caps shouldn't be
9868           proxied on outgoing YUV caps; also, restrict unit size
9869           adjustment in case of paletted data only to the unit that
9870           actually has a palette. Fixes #330711.
9871
9872 2006-02-24  Tim-Philipp Müller  <tim at centricular dot net>
9873
9874         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
9875         (gst_ffmpegcsp_transform_caps), (gst_ffmpegcsp_set_caps),
9876         (gst_ffmpegcsp_finalize), (gst_ffmpegcsp_class_init),
9877         (gst_ffmpegcsp_get_unit_size):
9878           Plug some memory leaks.
9879
9880 2006-02-24  Tim-Philipp Müller  <tim at centricular dot net>
9881
9882         * sys/ximage/Makefile.am:
9883         * sys/xvimage/Makefile.am:
9884           Add some _CFLAGS and _LIBS that seem to be missing
9885           and/or required for Cygwin (see #317048).
9886
9887 2006-02-22  Wim Taymans  <wim@fluendo.com>
9888
9889         * ext/alsa/gstalsasrc.c:
9890         Fix description as pointed out by caugier.
9891
9892 2006-02-22  Tommi Myöhänen  <ext-tommi do myohanen at nokia dot com>
9893
9894         Reviewed by : Edward Hervey  <edward@fluendo.com>
9895
9896         * gst/typefind/gsttypefindfunctions.c: (q3gp_type_find),
9897         (qt_type_find):
9898         Better 3gp typefinding (#331526).
9899
9900 2006-02-21  Tim-Philipp Müller  <tim at centricular dot net>
9901
9902         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_create):
9903           Don't send EOS event here, the base class will send one for us.
9904
9905         * gst/playback/gstplaybasebin.c: (prepare_output):
9906           Subpictures without video stream aren't allowed either.
9907         
9908         * gst/subparse/gstsubparse.c: (gst_subparse_type_find):
9909           Fix debug statement copy'n'paste-o.
9910
9911 2006-02-21  Tim-Philipp Müller  <tim at centricular dot net>
9912
9913         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_get_volume):
9914           Fix issues with mixer keeping state when muting/unmuting
9915           and when changing the volume whilst muted (see #331763
9916           and #331765).
9917
9918 2006-02-20  Tim-Philipp Müller  <tim at centricular dot net>
9919
9920         * gst/subparse/gstsubparse.c: (subrip_unescape_formatting),
9921         (parse_subrip), (gst_sub_parse_format_autodetect):
9922           Set right caps given that we send escaped text. Also,
9923           honour <i></i>, <b></b> and <u></u> markers that can be found
9924           in .srt files (fixes #310202).
9925
9926 2006-02-20  Tim-Philipp Müller  <tim at centricular dot net>
9927
9928         * gst-libs/gst/audio/mixerutils.c:
9929         (element_factory_rank_compare_func):
9930           Make order in which elements are tried more determinable.
9931
9932 2006-02-20  Julien MOUTTE  <julien@moutte.net>
9933
9934         * gst/playback/gstdecodebin.c: (get_our_ghost_pad),
9935         (remove_element_chain), (cleanup_decodebin),
9936         (gst_decode_bin_change_state): Make decodebin reusable by
9937         fixing remove_element_chain first and then introduce a
9938         cleaner in state change to ->NULL. (Closes #331678)
9939
9940 2006-02-19  Wim Taymans  <wim@fluendo.com>
9941
9942         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_open_file):
9943         use 0666 mask when creating files so umask gets applied
9944         correctly. Fixes #331295.
9945
9946 2006-02-19  Tim-Philipp Müller  <tim at centricular dot net>
9947
9948         * gst/subparse/Makefile.am:
9949         * gst/subparse/gstssaparse.c: (gst_ssa_parse_base_init),
9950         (gst_ssa_parse_dispose), (gst_ssa_parse_init),
9951         (gst_ssa_parse_class_init), (gst_ssa_parse_src_event),
9952         (gst_ssa_parse_sink_event), (gst_ssa_parse_setcaps),
9953         (gst_ssa_parse_remove_override_codes), (gst_ssa_parse_parse_line),
9954         (gst_ssa_parse_chain), (gst_ssa_parse_change_state):
9955         * gst/subparse/gstssaparse.h:
9956         * gst/subparse/gstsubparse.c: (plugin_init):
9957           Add very basic parser for SSA subtitle streams (as often
9958           found in matroska files).
9959
9960 2006-02-19  Tim-Philipp Müller  <tim at centricular dot net>
9961
9962         * gst/playback/gstdecodebin.c: (mimetype_is_raw):
9963           That should be text/x-pango-markup, not text/x-pango-layout.
9964
9965 2006-02-19  Julien MOUTTE  <julien@moutte.net>
9966
9967         * ext/pango/gsttextoverlay.c: (gst_text_overlay_finalize):
9968         Polishing.
9969
9970 2006-02-19  Julien MOUTTE  <julien@moutte.net>
9971
9972         * ext/pango/gsttextoverlay.c: (gst_text_overlay_base_init),
9973         (gst_text_overlay_finalize), (gst_text_overlay_init),
9974         (gst_text_overlay_setcaps), (gst_text_overlay_src_event),
9975         (gst_text_overlay_render_text), (gst_text_overlay_text_pad_link),
9976         (gst_text_overlay_text_event), (gst_text_overlay_video_event),
9977         (gst_text_overlay_pop_text), (gst_text_overlay_text_chain),
9978         (gst_text_overlay_video_chain), (gst_text_overlay_change_state):
9979         Fix state change deadlock.
9980
9981 2006-02-19  Julien MOUTTE  <julien@moutte.net>
9982
9983         * ext/pango/gsttextoverlay.c: (gst_text_overlay_base_init),
9984         (gst_text_overlay_finalize), (gst_text_overlay_init),
9985         (gst_text_overlay_setcaps), (gst_text_overlay_src_event),
9986         (gst_text_overlay_render_text), (gst_text_overlay_text_pad_link),
9987         (gst_text_overlay_text_event), (gst_text_overlay_video_event),
9988         (gst_text_overlay_pop_text), (gst_text_overlay_text_chain),
9989         (gst_text_overlay_video_chain), (gst_text_overlay_change_state):
9990         * ext/pango/gsttextoverlay.h: Fix seeking both for muxed formats
9991         and subtitles files.
9992
9993 2006-02-19  Julien MOUTTE  <julien@moutte.net>
9994
9995         * gst/playback/gstdecodebin.c: (mimetype_is_raw): pango layout
9996         should be considered as raw.
9997
9998 2006-02-19  Julien MOUTTE  <julien@moutte.net>
9999
10000         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type),
10001         (cb_probe):
10002         * gst/playback/gststreaminfo.h: Introduce language informations.
10003
10004 2006-02-18  Jan Schmidt  <thaytan@mad.scientist.com>
10005
10006         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
10007         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy):
10008         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
10009         (gst_xvimagesink_check_xshm_calls), (gst_xvimagesink_xvimage_new):
10010         Set shared memory segments to be deleted as soon as we have attached,
10011         that way they get cleaned up automatically if we crash.
10012
10013 2006-02-18  Julien MOUTTE  <julien@moutte.net>
10014
10015         * ext/pango/gstclockoverlay.c: (gst_clock_overlay_get_text): 
10016         * ext/pango/gsttimeoverlay.c: (gst_time_overlay_get_text): Those
10017         functions are called with lock held.
10018
10019 2006-02-18  Julien MOUTTE  <julien@moutte.net>
10020
10021         * ext/pango/gsttextoverlay.c: (gst_text_overlay_base_init),
10022         (gst_text_overlay_finalize), (gst_text_overlay_init),
10023         (gst_text_overlay_setcaps), (gst_text_overlay_src_event),
10024         (gst_text_overlay_render_text), (gst_text_overlay_text_pad_link),
10025         (gst_text_overlay_text_pad_unlink), (gst_text_overlay_text_event),
10026         (gst_text_overlay_video_event), (gst_text_overlay_pop_text),
10027         (gst_text_overlay_text_chain), (gst_text_overlay_video_chain),
10028         (gst_text_overlay_change_state): Refactoring of textoverlay
10029         without collectpads. This now supports sparse subtitles coming
10030         from a demuxer instead of a sub file. Seeking is still broken 
10031         though. Need to discuss with wtay some more on how to handle
10032         seeking correctly.
10033         * ext/pango/gsttextoverlay.h:
10034         * gst/playback/gstplaybin.c: (setup_sinks): Support linking with
10035         subtitles coming from the demuxer.
10036
10037 2006-02-17  Wim Taymans  <wim@fluendo.com>
10038
10039         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_convert_src),
10040         (gst_vorbisenc_convert_sink):
10041         Use some more scaling functions.
10042
10043 2006-02-17  Tim-Philipp Müller  <tim at centricular dot net>
10044
10045         * ext/cdparanoia/gstcdparanoiasrc.c:
10046         (gst_cd_paranoia_src_class_init), (gst_cd_paranoia_dummy_callback),
10047         (gst_cd_paranoia_paranoia_callback),
10048         (gst_cd_paranoia_src_signal_is_being_watched),
10049         (gst_cd_paranoia_src_read_sector):
10050         * ext/cdparanoia/gstcdparanoiasrc.h:
10051           Add back 'transport-error' and 'uncorrected-error' signals and
10052           make them actually be fired when bad stuff happens (#319340).
10053
10054 2006-02-17  Wim Taymans  <wim@fluendo.com>
10055
10056         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_get_type),
10057         (gst_ring_buffer_open_device), (gst_ring_buffer_close_device),
10058         (gst_ring_buffer_device_is_open), (gst_ring_buffer_acquire),
10059         (gst_ring_buffer_release), (gst_ring_buffer_set_flushing),
10060         (gst_ring_buffer_start), (gst_ring_buffer_pause_unlocked),
10061         (gst_ring_buffer_pause), (gst_ring_buffer_stop),
10062         (gst_ring_buffer_delay), (gst_ring_buffer_samples_done),
10063         (gst_ring_buffer_set_sample), (gst_ring_buffer_clear_all),
10064         (gst_ring_buffer_commit), (gst_ring_buffer_prepare_read),
10065         (gst_ring_buffer_clear):
10066         Small cleanups.
10067         Added some G_LIKELY.
10068
10069 2006-02-17  Wim Taymans  <wim@fluendo.com>
10070
10071         * gst-libs/gst/audio/TODO:
10072         Update TODO
10073
10074         * gst-libs/gst/audio/gstbaseaudiosink.c:
10075         (gst_base_audio_sink_get_offset):
10076         When trying to play samples ASAP and we don't have a
10077         previous sample, try to play at position 0 instead of
10078         an invalid position.
10079
10080 2006-02-17  Wim Taymans  <wim@fluendo.com>
10081
10082         * ext/alsa/gstalsasink.c: (gst_alsasink_open),
10083         (gst_alsasink_reset):
10084         Also release lock when we get an error in _reset();
10085         fix an error message.
10086
10087 2006-02-16  Tim-Philipp Müller  <tim at centricular dot net>
10088
10089         * ext/alsa/gstalsasink.c: (gst_alsasink_class_init),
10090         (gst_alsasink_init), (get_channel_free_structure),
10091         (caps_add_channel_configuration), (gst_alsasink_getcaps),
10092         (gst_alsasink_close):
10093         * ext/alsa/gstalsasink.h:
10094           Add support for more than 2 channels (#326720).
10095
10096 2006-02-16  Tim-Philipp Müller  <tim at centricular dot net>
10097
10098         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
10099           Set codec_name for WAVEFORMATEX as well. When we have 'normal PCM'
10100           with 4 or 6 channels, assume a default channel layout to make things
10101           work (not sure there's anything else we can do in those cases).
10102
10103 2006-02-16  Tim-Philipp Müller  <tim at centricular dot net>
10104
10105         * gst-libs/gst/audio/multichannel.c:
10106           Minor docs fix.
10107
10108         * gst-libs/gst/riff/Makefile.am:
10109         * gst-libs/gst/riff/riff-ids.h:
10110         * gst-libs/gst/riff/riff-media.c:
10111         (gst_riff_wavext_add_channel_layout), (gst_riff_create_audio_caps):
10112           Add support for WAVEFORMATEX, eg. PCM audio with more than two
10113           channels and a channel layout map.
10114           
10115 2006-02-16  Mathieu Garcia <b0nk at free dot fr>
10116
10117         Reviewed by Edward Hervey  <edward@fluendo.com>
10118
10119         * gst/videoscale/vs_scanline.c: (vs_scanline_resample_nearest_RGBA): 
10120         C-level optimization of the RGBA nearest neighbour function.
10121         Eventually this might end up in liboil with vectorized versions.
10122
10123 2006-02-16  Tim-Philipp Müller  <tim at centricular dot net>
10124
10125         * gst-libs/gst/audio/multichannel.c:
10126         (gst_audio_get_channel_positions):
10127           When we have more than 2 channels, but no channel layout is
10128           specified in the caps, return some default channel layout
10129           to the caller and warn about about a possibly buggy element
10130           (could be buggy filtercaps as well of course) (#317038).
10131
10132 2006-02-16  Tim-Philipp Müller  <tim at centricular dot net>
10133
10134         * pkgconfig/gstreamer-plugins-base-uninstalled.pc.in:
10135           Add gst-libs/gst/cdda to list of lib search paths.
10136
10137 2006-02-15  Andy Wingo  <wingo@pobox.com>
10138
10139         * ext/ogg/gstoggmux.c (gst_ogg_mux_collected): When updating
10140         timestamp, update timestamp_end as well. Fixes a bugaboo. I hope
10141         to the Lord Jesus that I do not have to touch the ogg muxer ever
10142         again.
10143
10144 2006-02-15  Edward Hervey  <edward@fluendo.com>
10145
10146         * gst/typefind/gsttypefindfunctions.c: (qt_type_find):
10147         quicktime movie files can also contain 'uuid' atoms.
10148
10149 2006-02-14  Tim-Philipp Müller  <tim at centricular dot net>
10150
10151         * gst/audioconvert/plugin.c: (plugin_init):
10152           Register the GstAudioChannelPosition enum type with the type
10153           system in the plugin_init function, so that it is known before
10154           any element actually makes use of multi-channel stuff. This is
10155           required for example if one wants to be able to deserialise/use
10156           a caps string with channel positions before any pipeline has
10157           been setup and started, like with gst-launch.
10158
10159 2006-02-14  Wim Taymans  <wim@fluendo.com>
10160
10161         * gst-libs/gst/audio/gstringbuffer.c:
10162         (gst_ring_buffer_pause_unlocked), (gst_ring_buffer_delay),
10163         (gst_ring_buffer_samples_done), (wait_segment),
10164         (gst_ring_buffer_commit), (gst_ring_buffer_clear):
10165         Add some compiler G_(UN_)LIKELY help.
10166         SIGNAL the ringbuffer waiters when going to PAUSED as well to
10167         make sure they can exit their functions. Should fix #330748
10168
10169 2006-02-13  Thomas Vander Stichele  <thomas at apestaart dot org>
10170
10171         * Makefile.am:
10172         * configure.ac:
10173         * win32/MANIFEST:
10174         * win32/common/_stdint.h:
10175           Windows does not have long long; copy the generated _stdint.h
10176         * win32/common/interfaces-enumtypes.c:
10177         (gst_color_balance_type_get_type), (gst_mixer_type_get_type),
10178         (gst_mixer_track_flags_get_type),
10179         (gst_tuner_channel_flags_get_type):
10180         * win32/common/multichannel-enumtypes.c:
10181         (gst_audio_channel_position_get_type):
10182           update
10183
10184 2006-02-13  Wim Taymans  <wim@fluendo.com>
10185
10186         * gst-libs/gst/audio/gstbaseaudiosink.c:
10187         (gst_base_audio_sink_get_time), (gst_base_audio_sink_preroll),
10188         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
10189         Always sync on first sample we receive when starting.
10190
10191 2006-02-13  Wim Taymans  <wim@fluendo.com>
10192
10193         * gst/playback/gstplaybin.c: (gen_vis_element):
10194         Update vis bin docs.
10195         Move queue after tee so we don't queue video buffers but
10196         audio samples instead. Fixes problems where the video queue
10197         is filled and the audio queue empty.
10198
10199 2006-02-13  Tim-Philipp Müller  <tim at centricular dot net>
10200
10201         * gst-libs/gst/cdda/gstcddabasesrc.c: (gst_cdda_base_src_create):
10202           No need to push an EOS event here, GstBaseSrc will do that for us
10203           when we return FLOW_UNEXPECTED.
10204           
10205 2006-02-12  Wim Taymans  <wim@fluendo.com>
10206
10207         * gst-libs/gst/audio/gstbaseaudiosink.c:
10208         (gst_base_audio_sink_get_time), (gst_base_audio_sink_setcaps),
10209         (gst_base_audio_sink_drain), (gst_base_audio_sink_preroll),
10210         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
10211         Use scale functions when possible.
10212         Fix error messages.
10213         Free clockid when after waiting for EOS.
10214         Use G_(UN_)LIKLY when it makes sense.
10215         Fix sample clipping bug found by Arwed v. Merkatz fixes #330789.
10216
10217 2006-02-12  Edward Hervey  <edward@fluendo.com>
10218
10219         * gst/playback/gstplaybasebin.c: (prepare_output): 
10220         Remove stray semi-colon (fixes #330888).
10221
10222 2006-02-12  Jan Schmidt  <thaytan@mad.scientist.com>
10223
10224         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls):
10225         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls):
10226         Fix up the XShm call testing so that we catch errors, and don't
10227         cause new ones by attempting to detach from a segment we failed
10228         to attach to. Fixes #312439.
10229
10230 2006-02-10  Edward Hervey  <edward@fluendo.com>
10231
10232         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
10233         Added flv file typefind (video/x-flv).
10234
10235 2006-02-10  Edward Hervey  <edward@fluendo.com>
10236
10237         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
10238         (gst_riff_create_video_template_caps):
10239         Added FLV1 <==> 'video/x-flash-video,flvversion=1' conversion.
10240         Also added the caps to the default set of riff video caps.
10241
10242 2006-02-09  Andy Wingo  <wingo@pobox.com>
10243
10244         * ext/ogg/gstoggmux.c (GstOggPad): Keep track of both the start
10245         time and the end time of the last packet in the page.
10246         (gst_ogg_mux_pad_queue_page): In addition to setting the timestamp
10247         on the pages in our queue, set the duration as well. Reflow a
10248         debug statement.
10249         (gst_ogg_mux_collected): Keep track of GstOggPad->timestamp_end.
10250         Fixes bad muxing order.
10251
10252 2006-02-09  Thomas Vander Stichele  <thomas at apestaart dot org>
10253
10254         * gst-libs/gst/rtp/gstbasertppayload.c:
10255         (gst_basertppayload_setcaps), (gst_basertppayload_push):
10256           update seqnum before setting it on the packet; this makes sure
10257           that the timestamp and seqnum properties match after pushing
10258           a buffer
10259
10260 2006-02-09  Andy Wingo  <wingo@pobox.com>
10261
10262         * gst-libs/gst/audio/gstringbuffer.c
10263         (gst_ring_buffer_samples_done): Cast to guint64, fixes an integer
10264         overflow after 13.5 hours of recording. Kapow!
10265
10266         * ext/alsa/gstalsasrc.c (gst_alsasrc_delay): Clamp the delay to
10267         the buffer size -- we don't care about underrun/overrun reporting
10268         right now, just need to return a useful value.
10269
10270 2006-02-09  Jan Schmidt  <thaytan@mad.scientist.com>
10271
10272         * configure.ac:
10273           Back to CVS
10274
10275 === release 0.10.3 ===
10276
10277 2006-02-09  Jan Schmidt <thaytan@mad.scientist.com>
10278
10279         * configure.ac:
10280           releasing 0.10.3, "Under Pressure"
10281
10282 2006-02-08  Jan Schmidt  <thaytan@mad.scientist.com>
10283
10284         * configure.ac:
10285         Drat. Bump libtool version number for new API.
10286         Prelease 0.10.2.3 (of 0.10.3)
10287
10288 2006-02-08  Jan Schmidt  <thaytan@mad.scientist.com>
10289
10290         * configure.ac:
10291         * win32/common/config.h:
10292         0.10.2.2 prerelease (of 0.10.3).
10293
10294 2006-02-08  Jan Schmidt  <thaytan@mad.scientist.com>
10295
10296         * gst/tcp/gsttcpclientsrc.c: (gst_tcp_client_src_create):
10297           Revert Andy's newsegment change pending a more correct
10298           fix.
10299
10300 2006-02-08  Thomas Vander Stichele  <thomas at apestaart dot org>
10301
10302         * gst/typefind/gsttypefindfunctions.c: (q3gp_type_find),
10303         (qt_type_find), (plugin_init):
10304           detect more files as 3gp
10305           group and reorder the iso file formats
10306
10307 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
10308
10309         * ext/vorbis/vorbis.c: (plugin_init):
10310           Register musicbrainz tags, so apps don't have to.
10311
10312 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
10313
10314         * gst-libs/gst/tag/gstvorbistag.c: (gst_tag_from_vorbis_tag),
10315         (gst_tag_to_vorbis_tag):
10316           Make sure we called gst_tag_register_musicbrainz_tags()
10317           before possibly mapping a vorbiscomment string from/to a
10318           musicbrainz tag.
10319
10320 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
10321
10322         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find):
10323           In case we can't find the required number of consecutive
10324           mpeg audio frames to positively identify an MPEG audio
10325           stream, check if there's at least a valid mpeg audio
10326           frame right at offset 0 and if so suggest mpeg/audio
10327           caps with a very low probability (#153004).
10328
10329 2006-02-07  Andy Wingo  <wingo@pobox.com>
10330
10331         * gst/tcp/gsttcpclientsrc.c (gst_tcp_client_src_create): Switch to
10332         a TIME segment if we get timestamped buffers. Requires recent
10333         fixes in core to work properly.
10334
10335 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
10336
10337         * gst/playback/gstplaybasebin.c: (prepare_output):
10338           Don't print the URI as part of the error message, it
10339           makes error dialogs look rather ugly, especially if
10340           the URI is very long or has characters in it that
10341           need escaping.
10342
10343 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
10344
10345         * gst/playback/gstplaybasebin.c: (prepare_output):
10346           Error out if we have only text or subtitles, but nothing
10347           else. Also error out if we have subtitles but no video
10348           stream.
10349
10350 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
10351
10352         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_create):
10353           Treat GNOME_VFS_RESULT_EOF as EOS, not as error (#329194).
10354           Post an error message on the bus when we encounter an
10355           error, which will hopefully be more meaningful than the
10356           'Internal Flow Error' message users get to see if we
10357           just return GST_FLOW_ERROR.
10358
10359 2006-02-07  Andy Wingo  <wingo@pobox.com>
10360
10361         * configure.ac (GST_MAJORMINOR): Update core version req to
10362         0.10.2.2, for the collectpads API addition (#330244).
10363
10364 2006-02-06  Tim-Philipp Müller  <tim at centricular dot net>
10365
10366         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
10367           Return FALSE from plugin_init() when GnomeVFS can't
10368           be initialised for some reason (#328423).
10369
10370 2006-02-06  Julien MOUTTE  <julien@moutte.net>
10371
10372         * ext/pango/gsttextoverlay.c: (gst_text_overlay_src_event): 
10373         Stick to seeking theory until i find the bug.
10374         * gst/subparse/gstsubparse.c: (parse_subrip): Fix debug.
10375
10376 2006-02-06  Jan Schmidt  <thaytan@mad.scientist.com>
10377
10378         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
10379         (theora_enc_finalize), (theora_enc_sink_setcaps),
10380         (theora_set_header_on_caps), (theora_enc_chain),
10381         (theora_enc_change_state):
10382         * tests/check/pipelines/theoraenc.c: (GST_START_TEST):
10383           Make theoraenc and the tests leak free. Like, really.
10384
10385 2006-02-06  Jan Schmidt  <thaytan@mad.scientist.com>
10386
10387         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
10388         (theora_enc_finalize), (theora_enc_sink_setcaps):
10389           Add a finalize method to ensure we clean up state even if
10390           someone omitted the state change back to NULL.
10391
10392         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_metadata_set1),
10393         (gst_vorbisenc_chain):
10394           Free some more leaked bits.
10395
10396         * tests/check/pipelines/theoraenc.c: (start_pipeline),
10397         (stop_pipeline):
10398           Wait for state changes to happen if they're ASYNC.
10399
10400           This ought to teach those fancy pants buildbots a lesson.
10401
10402 2006-02-05  Jan Schmidt  <thaytan@mad.scientist.com>
10403
10404         * gst-libs/gst/tag/gstid3tag.c:
10405           Add mapping for ID3 International Standard Recording Code
10406           tag "TSRC"
10407
10408 2006-02-05  Jan Schmidt  <thaytan@mad.scientist.com>
10409
10410         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_metadata_set1):
10411           Don't leak tag names.
10412
10413 2006-02-05  Tim-Philipp Müller  <tim at centricular dot net>
10414
10415         * docs/libs/gst-plugins-base-libs-docs.sgml:
10416         * docs/libs/gst-plugins-base-libs-sections.txt:
10417         * gst-libs/gst/tag/gstid3tag.c:
10418         * gst-libs/gst/tag/gstvorbistag.c:
10419         * gst-libs/gst/tag/tags.c:
10420           Split libgsttag docs into multiple sections.
10421
10422 2006-02-05  Tim-Philipp Müller  <tim at centricular dot net>
10423
10424         * docs/libs/Makefile.am:
10425         * docs/libs/gst-plugins-base-libs-docs.sgml:
10426         * docs/libs/gst-plugins-base-libs-sections.txt:
10427         * gst-libs/gst/tag/gstid3tag.c: (gst_tag_from_id3_tag):
10428         * gst-libs/gst/tag/gstvorbistag.c:
10429         * gst-libs/gst/tag/tag.h:
10430         * gst-libs/gst/tag/tags.c:
10431           Add libgsttag to the docs.
10432
10433 2006-02-05  Julien MOUTTE  <julien@moutte.net>
10434
10435         * ext/pango/gsttextoverlay.c: (gst_text_overlay_finalize),
10436         (gst_text_overlay_init), (gst_text_overlay_src_event),
10437         (gst_text_overlay_collected): Fix clockoverlay.
10438
10439 2006-02-05  Tim-Philipp Müller  <tim at centricular dot net>
10440
10441         * docs/libs/compiling.sgml:
10442           Fix typo: it's pkg-config, not pkg-gconfig
10443
10444         * docs/libs/gst-plugins-base-libs-docs.sgml:
10445         * docs/libs/gst-plugins-base-libs-sections.txt:
10446         * docs/libs/tmpl/gstgconf.sgml:
10447           There is no libgstgconf in 0.10, remove it
10448           from the docs.
10449
10450 2006-02-05  Julien MOUTTE  <julien@moutte.net>
10451
10452         * docs/libs/tmpl/gstcolorbalance.sgml: Updated.
10453         * ext/pango/gsttextoverlay.c: (gst_text_overlay_init),
10454         (gst_text_overlay_src_event), (gst_text_overlay_collected):
10455         * gst/subparse/gstsubparse.c: (gst_sub_parse_dispose),
10456         (gst_sub_parse_class_init), (gst_sub_parse_init),
10457         (gst_sub_parse_src_event), (parse_mdvdsub), (parse_subrip),
10458         (parse_mpsub), (parser_state_init), (handle_buffer),
10459         (gst_sub_parse_chain), (gst_sub_parse_sink_event), (plugin_init):
10460         * gst/subparse/gstsubparse.h: Introduce seeking code.
10461
10462 2006-02-05  Tim-Philipp Müller  <tim at centricular dot net>
10463
10464         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add):
10465           Add comment about LANGUAGE tag inconsistency (we want
10466           ISO-639-1, but extract three-letter identifiers?)
10467
10468         * po/POTFILES.in:
10469           Add two translatable files.
10470
10471 2006-02-05  Tim-Philipp Müller  <tim at centricular dot net>
10472
10473         * gst-libs/gst/tag/Makefile.am:
10474         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add):
10475         * gst-libs/gst/tag/tag.h:
10476         * gst-libs/gst/tag/tags.c:
10477         (gst_tag_register_musicbrainz_tags_internal),
10478         (gst_tag_register_musicbrainz_tags):
10479           Forward-port some tags stuff from the 0.8 branch. This is
10480           mostly the addition of musicbrainz tags and their mapping
10481           to vorbistags, and a vorbistag mapping of the language tag.
10482
10483 2006-02-05  Julien MOUTTE  <julien@moutte.net>
10484
10485         * gst/playback/gstplaybin.c: (gen_text_element): Fix broken code
10486         refactoring.
10487
10488 2006-02-04  David Schleef  <ds@schleef.org>
10489
10490         * ext/ogg/gstoggmux.c:
10491         * gst/typefind/gsttypefindfunctions.c:
10492           Add Dirac typefinding and add dirac format to oggmux.
10493
10494 2006-02-03  Tim-Philipp Müller  <tim at centricular dot net>
10495
10496         * gst/playback/gstdecodebin.c: (try_to_link_1):
10497           Don't put essential function call into
10498           g_return_*() macro, otherwise it'll all be
10499           replaced by NOOPs when compiling with
10500           G_DISABLE_CHECKS defined.
10501
10502 2006-02-03  Edgard Lima <edgard.lima@indt.org.br>
10503
10504         * ext/ogg/gstoggdemux.c:
10505         * ext/ogg/gstoggparse.c:
10506         * gst/tcp/gsttcpserversink.c:
10507         * sys/v4l/v4lsrc_calls.c:
10508         * sys/v4l/v4lsrc_calls.h:
10509         Just make it compile with --disable-gst-debug.
10510
10511 2006-02-03  Wim Taymans  <wim@fluendo.com>
10512
10513         * ext/alsa/gstalsasink.c: (gst_alsasink_finalise),
10514         (gst_alsasink_class_init), (gst_alsasink_init),
10515         (gst_alsasink_write), (gst_alsasink_reset):
10516         * ext/alsa/gstalsasink.h:
10517         Add lock to protect alsa calls.
10518         Implement reset to flush samples ASAP, does not work
10519         with dmix though.
10520
10521 2006-02-02  Wim Taymans  <wim@fluendo.com>
10522
10523         * gst-libs/gst/audio/gstbaseaudiosink.c:
10524         (gst_base_audio_sink_provide_clock):
10525         Ugh.. getting late I guess...
10526
10527 2006-02-02  Wim Taymans  <wim@fluendo.com>
10528
10529         * gst-libs/gst/audio/gstbaseaudiosink.c:
10530         (gst_base_audio_sink_provide_clock),
10531         (gst_base_audio_sink_set_property),
10532         (gst_base_audio_sink_get_property), (gst_base_audio_sink_render):
10533         Don't try to provide a clock when we are not negotiated since
10534         we might not be able to make it run.
10535
10536 2006-02-02  Tim-Philipp Müller  <tim at centricular dot net>
10537
10538         * gst/playback/gstdecodebin.c: (try_to_link_1):
10539           Unlinking two source pads is ... hard.
10540
10541 2006-02-02  Wim Taymans  <wim@fluendo.com>
10542
10543         * gst-libs/gst/audio/TODO:
10544         Updated.
10545
10546         * gst-libs/gst/audio/gstbaseaudiosink.c:
10547         (gst_base_audio_sink_drain), (gst_base_audio_sink_event):
10548         On EOS, wait till the last sample is played before posting EOS.
10549
10550 2006-02-01  Philippe Kalaf <burger at speedy dot org>
10551
10552         * gst-libs/gst/rtp/gstbasertpdepayload.c:
10553           Patch by Kai Vehmanen : Adds ability to enable newsegment bypass by
10554           setting queue_delay to zero. Also avoid thread being started if
10555           queue_delay is zero.
10556
10557 2006-02-01  Tim-Philipp Müller  <tim at centricular dot net>
10558
10559         * gst/playback/test6.c: (new_decoded_pad_cb), (show_error), (main):
10560           Make test work again by connecting fakesinks to each decoded pad,
10561           which makes the pipeline wait until each fakesink has a buffer
10562           queued before going to PAUSED state. At that point we know the
10563           decodebin pads are negotiated.
10564
10565 2006-02-01  Tim-Philipp Müller  <tim at centricular dot net>
10566
10567         * gst-libs/gst/cdda/gstcddabasesrc.c: (gst_cdda_base_src_query),
10568         (gst_cdda_base_src_handle_event):
10569         * gst/audiotestsrc/gstaudiotestsrc.c: (gst_audio_test_src_query):
10570           Pass unhandled queries to the parent class's query function.
10571
10572 2006-02-01  Tim-Philipp Müller  <tim at centricular dot net>
10573
10574         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_query_types),
10575         (gst_ogg_pad_src_query):
10576         * ext/ogg/gstogmparse.c: (gst_ogm_parse_sink_query):
10577         * ext/theora/theoradec.c: (theora_dec_src_query),
10578         (theora_dec_sink_query):
10579         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
10580         (vorbis_dec_sink_query):
10581         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_src_query),
10582         (gst_vorbisenc_sink_query):
10583         * gst/adder/gstadder.c: (gst_adder_query):
10584           Pass unhandled queries upstream instead of just
10585           dropping them (#326447). Also, fix supported
10586           query types list for some elements.
10587
10588 2006-02-01  Tim-Philipp Müller  <tim at centricular dot net>
10589
10590         * gst/typefind/gsttypefindfunctions.c: (au_type_find),
10591         (paris_type_find), (ilbc_type_find), (plugin_init):
10592           Fix typefinding for audio/x-au, audio/x-paris and
10593           audio/iLBC-sh. We cannot use the START_WITH macros
10594           here, because there can only be one typefind factory
10595           with the same name (caps), so the second one would
10596           replace the first one and the first one would never
10597           be called when doing typefinding (see #161712).
10598           
10599
10600 2006-01-31  Wim Taymans  <wim@fluendo.com>
10601
10602         * ext/vorbis/vorbisdec.c: (vorbis_dec_convert),
10603         (vorbis_handle_header_packet), (vorbis_dec_push),
10604         (vorbis_handle_data_packet):
10605         Use scale_int when we can, add some more scaling.
10606         Check packettype before parsing it.
10607
10608 2006-01-31  Wim Taymans  <wim@fluendo.com>
10609
10610         * ext/theora/theoradec.c: (_theora_granule_time),
10611         (theora_dec_src_convert), (theora_dec_sink_convert):
10612         Call right _scale functions.
10613         Use parameter instead of some other random value.
10614
10615 2006-01-31  Wim Taymans  <wim@fluendo.com>
10616
10617         * ext/theora/theoradec.c: (_theora_granule_frame),
10618         (_theora_granule_time), (_inc_granulepos),
10619         (theora_dec_src_convert), (theora_dec_sink_convert),
10620         (theora_handle_type_packet), (theora_handle_data_packet),
10621         (theora_dec_chain):
10622         Use higher precision timestamps calculation.
10623         Convert some other conversions to _scale.
10624
10625 2006-01-31  Stefan Kost  <ensonic@users.sf.net>
10626
10627         * gst/audiotestsrc/gstaudiotestsrc.c:
10628         (gst_audio_test_src_create_sine_table), (plugin_init):
10629         * gst/volume/gstvolume.c: (plugin_init):
10630           initialize gst_controller before using
10631
10632 2006-01-31  Jan Schmidt  <thaytan@mad.scientist.com>
10633
10634         * tests/check/pipelines/theoraenc.c:
10635         * tests/check/pipelines/vorbisenc.c:
10636         Define constant using G_GINT64_CONSTANT to avoid errors when
10637         passing it around - otherwise it gets truncated to 32 bits.
10638
10639         Fixes failing tests.
10640
10641 2006-01-31  Andy Wingo  <wingo@pobox.com>
10642
10643         * sys/v4l/gstv4lsrc.c (gst_v4lsrc_set_caps): Don't segfault if the
10644         caps being set doesn't have a framerate value. Basically a stopgap
10645         measure.
10646
10647         * ext/ogg/gstoggmux.c (GST_BUFFER_END_TIME): New macro. Not
10648         technically correct enough to put into core though.
10649         (gst_ogg_mux_dequeue_page): Use END_TIME instead of TIMESTAMP +
10650         DURATION. Fixes theoraenc ! oggmux.
10651
10652         * sys/v4l/gstv4lsrc.c (gst_v4lsrc_fixate): Fixate to the nearest
10653         fraction, not double.
10654
10655 2006-01-31  Sebastien Moutte  <sebastien@moutte.net>
10656
10657         * win32/vs7:
10658         add vs7 project files created by Sergey Scobich
10659
10660 2006-01-30  Sebastien Moutte  <sebastien@moutte.net>
10661
10662         * win32/vs8:
10663         add vs8 project files created by Sergey Scobich
10664         
10665 2006-01-30  Andy Wingo  <wingo@pobox.com>
10666
10667         * ext/ogg/gstoggmux.c (gst_ogg_mux_dequeue_page): Compare
10668         timestamp + duration, not just timestamp -- ogg pages should be
10669         ordered by stop time. Necessary fix given the change in vorbis
10670         timestamps.
10671
10672         * ext/theora/theoraenc.c (theora_enc_sink_setcaps) 
10673         (gst_theora_enc_init): Pull the granule shift out of the encoder.
10674         (granulepos_add): New function, handles the messiness of adjusting
10675         granulepos values.
10676         (theora_buffer_from_packet):
10677         (theora_enc_chain):
10678         (theora_enc_sink_event): Use granulepos_add, not +.
10679
10680         * tests/check/pipelines/theoraenc.c
10681         (check_buffer_granulepos_from_starttime): Just check the frame
10682         count, not the actual granulepos -- we can't dictate to the
10683         encoder when it should be placing keyframes.
10684
10685 2006-01-30  Thomas Vander Stichele  <thomas at apestaart dot org>
10686
10687         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_start):
10688           SERVICE_NOT_AVAILABLE happens for example when you're trying to
10689           play an http:// stream from a server that's not serving
10690
10691 2006-01-30  Andy Wingo  <wingo@pobox.com>
10692
10693         * tests/check/pipelines/vorbisenc.c (TIMESTAMP_OFFSET): 
10694         * tests/check/pipelines/theoraenc.c (TIMESTAMP_OFFSET): Totally
10695         remove the UINT64_CONSTANT macro, doesn't appear to be needed or
10696         available.
10697
10698         * ext/theora/gsttheoraenc.h:
10699         * ext/theora/theoraenc.c: Same changes as were done to vorbisenc,
10700         although theoraenc was timestamping correctly. Added handling of
10701         streams that start with nonzero timestamps.
10702
10703         * tests/check/Makefile.am:
10704         * tests/check/pipelines/theoraenc.c: New file, basically does same
10705         tests as vorbisenc.
10706
10707         * tests/check/pipelines/vorbisenc.c: I claim these bugs.
10708
10709 2006-01-30  Wim Taymans  <wim@fluendo.com>
10710
10711         * gst-libs/gst/audio/gstaudiosink.c:
10712         (gst_audioringbuffer_class_init), (gst_audioringbuffer_release),
10713         (gst_audioringbuffer_pause):
10714         Implement pause that does not wait for completion.
10715
10716         * gst-libs/gst/audio/gstbaseaudiosink.c:
10717         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
10718         Don't drop buffers when going to PAUSED but perform preroll on
10719         remaining samples now that core base class supports this.
10720
10721         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_release),
10722         (gst_ring_buffer_pause_unlocked), (gst_ring_buffer_stop),
10723         (gst_ring_buffer_commit):
10724         Pause should not signal waiters.
10725         Implement return value of _commit correctly.
10726
10727 2006-01-30  Andy Wingo  <wingo@pobox.com>
10728
10729         * tests/check/Makefile.am (check_vorbis): Add pipelines/vorbisenc.
10730
10731         * ext/vorbis/vorbisenc.c (gst_vorbisenc_buffer_from_packet): Logic
10732         updated to timestamp from the first sample, not the last.
10733         (gst_vorbisenc_buffer_from_header_packet): New function, takes
10734         special care of granulepos and timestamp for header packets.
10735         (gst_vorbisenc_chain): Reflow, fix some leaks, and handle the case
10736         when the first buffer has a nonzero timestamp.
10737
10738         * ext/vorbis/vorbisenc.h (GstVorbisEnc.granulepos_offset)
10739         (GstVorbisEnc.subgranule_offset): New members. Take care of the
10740         case when the first audio buffer we get has a nonzero timestamp.
10741         (GstVorbisEnc.next_ts): Renamed from prev_ts, because now we
10742         properly timestamp vorbis buffers with the time of the first
10743         sample, not the last.
10744         
10745         * ext/vorbis/vorbisenc.c (granulepos_to_clocktime): Renamed from
10746         vorbis_granule_time_copy -- now it takes the granule/subgranule
10747         offset into account.
10748
10749         * tests/check/pipelines/vorbisenc.c: New test for correctness of
10750         timestamps, durations, and granulepos on buffers produced by
10751         vorbisenc.
10752
10753 2006-01-30  Jan Schmidt  <thaytan@mad.scientist.com>
10754
10755         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
10756         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt):
10757           Patch from Eric Jonas to support conversions to/from UYVY 
10758           (Fixes: #324626)
10759
10760 2006-01-30  Julien MOUTTE  <julien@moutte.net>
10761
10762         * gst/playback/gstplaybasebin.c: (group_commit), (queue_overrun),
10763         (setup_subtitle), (setup_source), (set_active_source):
10764         * gst/playback/gstplaybin.c: (gst_play_bin_dispose),
10765         (gen_text_element), (gen_audio_element), (gen_vis_element),
10766         (remove_sinks), (add_sink), (setup_sinks): Implement subtitles.
10767
10768 2006-01-29  Sebastien Moutte  <sebastien@moutte.net>
10769
10770         * gst-libs/gst/audio/audio.h: (GST_CLOCK_TIME_TO_FRAMES)
10771         * gst-libs/gst/audio/gstbaseaudiosink.c: (gst_base_audio_sink_render)
10772                 use gst_guint64_to_gdouble to be compliant with vs6
10773         * gst/playback/gstdecodebin.c: (try_to_link_1)
10774         * gst/videorate/videorate.c: (gst_video_rate_blank_data)
10775                 use G_GINT64_CONSTANT for int64 constants
10776         * win32/common/libgstinterfaces.def:
10777                 export some symbols (gst_mixer_get_type,gst_mixer_track_get_type)
10778         * win32/vs6:
10779                 update and add new project files
10780                 
10781 2006-01-29  Thomas Vander Stichele  <thomas at apestaart dot org>
10782
10783         * Makefile.am:
10784         * win32/MANIFEST:
10785         * win32/common/interfaces-enumtypes.c:
10786         (gst_color_balance_type_get_type), (gst_mixer_type_get_type),
10787         (gst_mixer_track_flags_get_type),
10788         (gst_tuner_channel_flags_get_type):
10789         * win32/common/interfaces-enumtypes.h:
10790         * win32/common/multichannel-enumtypes.c:
10791         (gst_audio_channel_position_get_type):
10792         * win32/common/multichannel-enumtypes.h:
10793           add a win32-update rule like in core, and copy over enumtypes files
10794
10795 2006-01-29  Thomas Vander Stichele  <thomas at apestaart dot org>
10796
10797         * win32/MANIFEST:
10798         * win32/common/config.h:
10799         * win32/common/config.h.in:
10800           add config files just like in core
10801
10802 2006-01-28  Tim-Philipp Müller  <tim at centricular dot net>
10803
10804         * gst-libs/gst/audio/gstringbuffer.c: (build_linear_format):
10805           Make gcc-4.1 happy (part of #327357).
10806
10807 2006-01-28  Thomas Vander Stichele  <thomas at apestaart dot org>
10808
10809         * ext/alsa/gstalsasink.c: (gst_alsasink_init), (set_hwparams),
10810         (set_swparams), (gst_alsasink_prepare), (gst_alsasink_unprepare),
10811         (gst_alsasink_close), (gst_alsasink_write), (gst_alsasink_reset):
10812         * ext/alsa/gstalsasrc.c: (gst_alsasrc_init), (set_hwparams),
10813         (set_swparams), (gst_alsasrc_open), (gst_alsasrc_prepare),
10814         (gst_alsasrc_unprepare), (gst_alsasrc_read):
10815           Update all error messages.  All of them should either use
10816           the default translated message, or actually provide a
10817           translatable string.
10818           Make the string for channel count problems meaningful.
10819
10820 2006-01-28  Thomas Vander Stichele  <thomas at apestaart dot org>
10821
10822         * sys/v4l/v4l_calls.c: (gst_v4l_open):
10823           check for and throw RESOURCE_BUSY
10824
10825 2006-01-27  David Schleef  <ds@schleef.org>
10826
10827         * gst/videoscale/vs_scanline.c: Oops, *that's* why I never
10828           checked in this change -- it requires liboil features not
10829           in 0.3.6.  Revert parts.
10830
10831 2006-01-27  David Schleef  <ds@schleef.org>
10832
10833         * REQUIREMENTS:
10834         * configure.ac: update liboil requirement to 0.3.6
10835         * gst/videoscale/Makefile.am:
10836         * gst/videoscale/vs_scanline.c: liboilify
10837
10838 2006-01-27  Jan Schmidt  <thaytan@mad.scientist.com>
10839
10840         * ext/libvisual/visual.c: (get_buffer):
10841           When pad_alloc returns a GstFlowReturn other
10842           than GST_FLOW_OK, make sure it is passed upstream.
10843
10844 2006-01-27  Jan Schmidt  <thaytan@mad.scientist.com>
10845
10846         * ext/alsa/gstalsasink.c: (gst_alsasink_finalise),
10847         (gst_alsasink_class_init):
10848           Free the device name string.
10849
10850         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
10851         (gst_ogg_mux_request_new_pad), (gst_ogg_mux_release_pad),
10852         (gst_ogg_mux_handle_src_event), (gst_ogg_mux_clear_collectpads):
10853           Don't remove a pad from the collectpads structure until it
10854           is released - it's a request pad, and may receive data again
10855           if the element gets moved back to PLAYING state.
10856
10857         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
10858           Ensure we turn on double buffering on the Xv port, and
10859           set the colour key to something dark and mysterious that
10860           isn't black.
10861
10862 2006-01-27  Thomas Vander Stichele  <thomas at apestaart dot org>
10863
10864         * ext/alsa/gstalsaplugin.c: (plugin_init):
10865         * ext/cdparanoia/gstcdparanoiasrc.c:
10866         (gst_cd_paranoia_src_base_init), (plugin_init):
10867         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
10868         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_plugin_init):
10869           - a library should not call setlocale. see "Libraries" node in
10870             gettext manual
10871           - make sure all plugins that use translation do bindtextdomain
10872             to point to the localedir
10873         * gst/playback/gstplaybin.c: (gen_vis_element), (add_sink),
10874         (setup_sinks), (plugin_init):
10875           all this, and check for NULL when creating sinks
10876
10877 2006-01-27  Julien MOUTTE  <julien@moutte.net>
10878
10879         * gst/subparse/gstsubparse.c: (gst_subparse_type_find),
10880         (plugin_init): Make typefinding of subtitles work again.
10881
10882 2006-01-26  Tim-Philipp Müller  <tim at centricular dot net>
10883
10884         * gst/typefind/gsttypefindfunctions.c: (aac_type_find),
10885         (mp3_type_frame_length_from_header), (mp3_type_find),
10886         (wavpack_type_find), (m4a_type_find), (ircam_type_find),
10887         (plugin_init):
10888           Backport a bunch of typefinding fixes from the 0.8 branch.
10889           Also, improve wavpack typefinding: if we can't peek the
10890           entire wavpack block, try to parse the bits we can get and
10891           see if we find what we're looking for in those.
10892
10893 2006-01-26  Julien MOUTTE  <julien@moutte.net>
10894
10895         * sys/ximage/ximagesink.c:
10896         (gst_ximagesink_calculate_pixel_aspect_ratio):
10897         * sys/xvimage/xvimagesink.c:
10898         (gst_xvimagesink_calculate_pixel_aspect_ratio): Handle some
10899         more cases of pixel aspect ratio.
10900
10901 2006-01-26  Edward Hervey  <edward@fluendo.com>
10902
10903         * gst/playback/gstdecodebin.c: (pad_probe):
10904         Also consider the flush-start and tag events as unblockers
10905         for the pad probes.
10906
10907 2006-01-26  Julien MOUTTE  <julien@moutte.net>
10908
10909         * gst/playback/gstplaybin.c: (gst_play_bin_init),
10910         (gst_play_bin_dispose), (gst_play_bin_vis_unblocked),
10911         (gst_play_bin_vis_blocked), (gst_play_bin_set_property): 
10912         On the fly visualisation switch, works disabling, enabling as
10913         well but it won't be able to enable vis in a playbin that was
10914         created with no visualisation.
10915
10916 2006-01-25  Wim Taymans  <wim@fluendo.com>
10917
10918         * gst-libs/gst/audio/gstbaseaudiosink.c:
10919         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
10920         Undo previous commit that returned WRONG_STATE sooner, it breaks 
10921         resume after pause.
10922
10923 2006-01-25  Wim Taymans  <wim@fluendo.com>
10924
10925         * gst-libs/gst/audio/gstbaseaudiosink.c:
10926         (gst_base_audio_sink_setcaps), (gst_base_audio_sink_event),
10927         (gst_base_audio_sink_preroll), (gst_base_audio_sink_render):
10928         Improve debugging.
10929         Post error when caps cannot be parsed.
10930         Resync on discontinuity in the stream.
10931         Clip samples to segment boundaries.
10932         return WRONG_STATE sooner when we are flushing.
10933
10934         * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_init),
10935         (gst_base_audio_src_get_time), (gst_base_audio_src_create):
10936         Make audiosrc operate in TIME.
10937         Set TIMESTAMP and DURATION on buffers.
10938
10939 2006-01-24  Tim-Philipp Müller  <tim at centricular dot net>
10940
10941         * tests/examples/seek/seek.c: (main):
10942           Output tag messages as well.
10943
10944 2006-01-23  Edward Hervey  <edward@fluendo.com>
10945
10946         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
10947         (free_pad_probes), (remove_fakesink), (pad_probe),
10948         (close_pad_link), (gst_decode_bin_change_state):
10949         Replace GstPadBlockCallback with pad probes that detect
10950         first buffer AND eos before removing fakesink.
10951         Fixes hang with demuxers doing EOS while pre-rolling.
10952         Solves #328279
10953
10954 2006-01-23  Andy Wingo  <wingo@pobox.com>
10955
10956         * ext/alsa/gstalsasink.c:
10957         * gst-libs/gst/rtp/gstbasertpdepayload.c:
10958         (gst_base_rtp_depayload_setcaps),
10959         (gst_base_rtp_depayload_add_to_queue),
10960         (gst_base_rtp_depayload_queue_release): GCC 2.95 fixes (#328263).
10961         
10962         Patch by: Jens Granseuer <jensgr at gmx dot net>
10963
10964 2006-01-22  Julien MOUTTE  <julien@moutte.net>
10965
10966         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_destroy):
10967         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
10968         (gst_xvimagesink_buffer_alloc): Playbin keeps some ref to some 
10969         frames. We might get a frame destroyed after changing state to
10970         NULL, adding a safety check on xcontext.
10971
10972 2006-01-22  Tim-Philipp Müller  <tim at centricular dot net>
10973
10974         * gst-libs/gst/interfaces/xoverlay.c:
10975           Fix prepare-xwindow-id code example in the docs - we need to
10976           ignore all messages that aren't element messages as well.
10977           
10978 2006-01-21  Julien MOUTTE  <julien@moutte.net>
10979
10980         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_buffer_alloc):
10981           I think one day i'll completely undestand how caps negotiation
10982           is supposed to work. This refactoring handles buffer_alloc
10983           called with caps we can't handle. We definitely don't want a
10984           set_caps with those caps, so we define and allocate a buffer
10985           we would like to receive.
10986
10987 2006-01-19  Tim-Philipp Müller  <tim at centricular dot net>
10988
10989         * gst/playback/gstplaybasebin.c: (setup_source):
10990           Free iterator when done.
10991
10992 2006-01-17  Jan Schmidt  <thaytan@mad.scientist.com>
10993
10994         * gst-libs/gst/audio/gstbaseaudiosink.c:
10995         (gst_base_audio_sink_render):
10996           Fix playback of non-synchronised streams by assuming a rate
10997           of 1.0 instead of a random one.
10998
10999           Makes this work again:
11000
11001           gst-launch filesrc location=raw_audio.file ! 'audio/x-raw-int,
11002           endianness=(int)4321, signed=(boolean)true, width=(int)16,
11003           depth=(int)16, rate=(int)44100, channels=(int)2' ! audioconvert !
11004           audioresample ! alsasink
11005
11006 === release 0.10.2 ===
11007
11008 2006-01-16  Thomas Vander Stichele <thomas at apestaart dot org>
11009
11010         * configure.ac:
11011           releasing 0.10.2, "Then the devil is six"
11012
11013 2006-01-16  Jan Schmidt  <thaytan@mad.scientist.com>
11014
11015         * gst/playback/gststreaminfo.c: (gst_stream_info_set_mute):
11016         * gst/playback/gststreamselector.c:
11017         (gst_stream_selector_set_property):
11018           Comment out broken code that connects to the state-changed signal.
11019           At this point, changing current stream selection is broken, but 
11020           stuff like gst-launch playbin current-audio=1 works and filters
11021           to the chosen stream.
11022
11023 2006-01-16  Thomas Vander Stichele  <thomas at apestaart dot org>
11024
11025         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
11026           Fix #327216 (null dereference in vorbisdec)
11027
11028 2006-01-16  Tim-Philipp Müller  <tim at centricular dot net>
11029
11030         * ext/theora/theoradec.c: (theora_handle_comment_packet):
11031           Post taglist actually on bus instead of just freeing it
11032           (fixes #327114 and totem bug #327080).
11033
11034         * ext/vorbis/vorbisdec.c: (vorbis_handle_comment_packet):
11035           Use gst_element_found_tags_for_pad(), so that the tags
11036           are sent downstream as an event as well.
11037
11038 2006-01-15  Thomas Vander Stichele  <thomas at apestaart dot org>
11039
11040         * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
11041         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_put),
11042         (gst_ximagesink_buffer_alloc):
11043         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_finalize),
11044         (gst_xvimagesink_xvimage_put), (gst_xvimagesink_show_frame),
11045         (gst_xvimagesink_buffer_alloc):
11046           move all regularly occurring messages to GST_LOG level
11047           add some more object logs
11048
11049 2006-01-14  Thomas Vander Stichele  <thomas at apestaart dot org>
11050
11051         * ext/ogg/gstoggmux.c: (gst_ogg_mux_collected):
11052           fix a silly segfault
11053
11054 2006-01-14  Tim-Philipp Müller  <tim at centricular dot net>
11055
11056         * docs/libs/gst-plugins-base-libs-docs.sgml:
11057         * docs/libs/gst-plugins-base-libs-sections.txt:
11058         * gst-libs/gst/audio/mixerutils.c:
11059         * gst-libs/gst/audio/mixerutils.h:
11060           Add docs for mixerutils stuff.
11061
11062 2006-01-13  Tim-Philipp Müller  <tim at centricular dot net>
11063
11064         * gst/playback/gstplaybasebin.c: (setup_source):
11065           Fix playback for sources that emit raw audio or
11066           raw video streams (e.g.: cd audio sources) (#325984).
11067
11068 2006-01-13  Thomas Vander Stichele  <thomas at apestaart dot org>
11069
11070         * gst-libs/gst/audio/mixerutils.c:
11071         (gst_audio_mixer_filter_do_filter):
11072           actually save the element we create
11073
11074 2006-01-12  Tim-Philipp Müller  <tim at centricular dot net>
11075
11076         * gst-libs/gst/cdda/gstcddabasesrc.c:
11077         (gst_cdda_base_src_handle_track_seek):
11078           No need to post a tag message on the bus when seeking
11079           within the same track, only post it when the current
11080           track changes.
11081
11082 2006-01-11  Jan Schmidt  <thaytan@mad.scientist.com>
11083
11084         * gst/playback/gstplaybasebin.c: (group_destroy),
11085         (probe_triggered), (new_decoded_pad), (mute_group_type),
11086         (set_active_source):
11087         * gst/playback/gststreaminfo.c: (gst_stream_info_set_mute):
11088         * gst/playback/gststreamselector.c:
11089         (gst_stream_selector_base_init),
11090         (gst_stream_selector_set_property),
11091         (gst_stream_selector_request_new_pad):
11092           Reenable stream selection. These mechanisms need a complete overhaul
11093           in the face of 0.8->0.10 changes though.
11094
11095 2006-01-11  Jan Schmidt  <thaytan@mad.scientist.com>
11096
11097         * ext/ogg/gstoggdemux.c:
11098           Change the pad template to src_%d to match the pads that 
11099           are created from it. decodebin needs this information in order
11100           to decide that oggdemux is capable of producing multiple pads
11101           (and hence needs queues inserted).
11102
11103         * ext/ogg/gstoggmux.c: (gst_ogg_mux_queue_pads),
11104         (gst_ogg_mux_collected):
11105           Make debug output more useful by using GST_PTR_FORMAT.
11106
11107 2006-01-11  Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
11108
11109         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
11110
11111         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_parse_caps):
11112           Set depth and width for alaw/mulaw (fixes #326601).
11113
11114 2006-01-11  Thomas Vander Stichele  <thomas at apestaart dot org>
11115
11116         * tests/icles/Makefile.am:
11117           don't build the tests if we don't have the libs
11118
11119 2006-01-10  Tim-Philipp Müller  <tim at centricular dot net>
11120
11121         * ext/cdparanoia/gstcdparanoiasrc.c: (gst_cd_paranoia_src_close),
11122         (gst_cd_paranoia_paranoia_callback):
11123           Don't try to free NULL pointers.
11124
11125 2006-01-10  Edward Hervey  <edward@fluendo.com>
11126
11127         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_chain),
11128         (gst_audio_rate_change_state), (plugin_init):
11129         Add debugging category.
11130         Fix type issues.
11131         Add case for incoming buffers without valid offset/offset_end.
11132
11133 2006-01-10  Michael Smith  <msmith@fluendo.com>
11134
11135         * gst-libs/gst/audio/gstaudiosrc.c: (gst_audioringbuffer_dispose):
11136           Don't leak GCond in audio sources.
11137
11138 2006-01-10  Jan Schmidt  <thaytan@mad.scientist.com>
11139
11140         * gst/playback/gstplaybin.c: (gen_audio_element):
11141           Don't leak an autoaudiosink/alsasink when we generate
11142           a new audio element. (old code, I guess)
11143
11144 2006-01-10  Michael Smith  <msmith@fluendo.com>
11145
11146         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_setcaps):
11147           Support float audio in audiorate.
11148           Use width rather than depth for selecting sample width.
11149
11150 2006-01-10  Tim-Philipp Müller  <tim at centricular dot net>
11151
11152         * gst/videotestsrc/videotestsrc.h:
11153           Use GLib types here (that way we don't have to include the
11154           generated _stdint.h header, which makes life easier for win32
11155           folks that don't use autotools for the build) (#325990, patch
11156           by: Sergey Scobich).
11157
11158 2006-01-10  Tim-Philipp Müller  <tim at centricular dot net>
11159
11160         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_init),
11161         (gst_ring_buffer_set_flushing), (gst_ring_buffer_start),
11162         (gst_ring_buffer_pause), (wait_segment):
11163         * gst-libs/gst/audio/gstringbuffer.h:
11164           Name (private) union, makes Forte compiler happy (this time
11165           for real) (#324900).
11166
11167 2006-01-09  Tim-Philipp Müller  <tim at centricular dot net>
11168
11169         * gst-libs/gst/audio/Makefile.am:
11170           Link against libgstinterfaces, needed for mixer
11171           and property probe stuff.
11172
11173 2006-01-09  Edward Hervey  <edward@fluendo.com>
11174
11175         * gst-libs/gst/Makefile.am:
11176
11177 2006-01-09  Tim-Philipp Müller  <tim at centricular dot net>
11178
11179         * gst-libs/gst/audio/Makefile.am:
11180         * gst-libs/gst/audio/mixerutils.c:
11181         (gst_audio_mixer_filter_do_filter),
11182         (gst_audio_mixer_filter_check_element),
11183         (gst_audio_mixer_filter_probe_feature),
11184         (element_factory_rank_compare_func),
11185         (gst_audio_default_registry_mixer_filter):
11186         * gst-libs/gst/audio/mixerutils.h:
11187           Add gst_audio_default_registry_mixer_filter() utility
11188           function.
11189
11190 2006-01-03  Michael Smith  <msmith@fluendo.com>
11191
11192         * gst/audioresample/resample.h:
11193           As before, but for o_buf
11194
11195 2006-01-03  Michael Smith  <msmith@fluendo.com>
11196
11197         * gst/audioresample/resample.h:
11198           Declare struct _ResampleState.buffer as unsigned char *, not void *,
11199           since we do arithmetic on it.
11200
11201 2006-01-02  Tim-Philipp Müller  <tim at centricular dot net>
11202
11203         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_init),
11204         (gst_ring_buffer_set_flushing), (gst_ring_buffer_start),
11205         (gst_ring_buffer_pause), (wait_segment):
11206         * gst-libs/gst/audio/gstringbuffer.h:
11207           Sun's Forte compiler doesn't seem to like anonymous structs,
11208           so use same setup as in GstBaseSrc (fixes #324900).
11209
11210 2005-12-30  Stefan Kost  <ensonic@users.sf.net>
11211
11212         * configure.ac:
11213         * gst/volume/Makefile.am:
11214         * gst/volume/demo.c:
11215           move old example to tests/examples/volume/volune.c
11216         * tests/examples/Makefile.am:
11217         * tests/examples/seek/seek.c: (main):
11218           change window-close event from "delete-event" to "destroy"
11219         * tests/examples/volume/Makefile.am:
11220         * tests/examples/volume/volume.c: (value_changed_callback),
11221         (setup_gui), (message_received), (eos_message_received), (main):
11222           fix event handling and bus usage
11223
11224 2005-12-29  Stefan Kost  <ensonic@users.sf.net>
11225
11226         * gst/audiotestsrc/gstaudiotestsrc.c:
11227         (gst_audiostestsrc_wave_get_type), (gst_audio_test_src_class_init),
11228         (gst_audio_test_src_init), (gst_audio_test_src_src_fixate),
11229         (gst_audio_test_src_query), (gst_audio_test_src_create_sine),
11230         (gst_audio_test_src_create_square),
11231         (gst_audio_test_src_create_saw),
11232         (gst_audio_test_src_create_triangle),
11233         (gst_audio_test_src_create_silence),
11234         (gst_audio_test_src_create_white_noise),
11235         (gst_audio_test_src_create_pink_noise),
11236         (gst_audio_test_src_init_sine_table),
11237         (gst_audio_test_src_create_sine_table),
11238         (gst_audio_test_src_change_wave),
11239         (gst_audio_test_src_change_volume), (gst_audio_test_src_do_seek),
11240         (gst_audio_test_src_create), (gst_audio_test_src_set_property):
11241         * gst/audiotestsrc/gstaudiotestsrc.h:
11242           update to basesrc changes, implement segmented seeking and eos
11243           handling, add a 'sine-tab' waveform for performance critical playback
11244
11245 2005-12-29  Tim-Philipp Müller  <tim at centricular dot net>
11246
11247         * po/POTFILES.in:
11248           ... and this time the other modified file that I missed last time.
11249
11250 2005-12-29  Michael Smith  <msmith@fluendo.com>
11251
11252         * gst/playback/gstdecodebin.c: (new_pad):
11253           Fix non-C89 variable declaration not at the start of a block. Should
11254           help some compilers.
11255
11256 2005-12-29  Tim-Philipp Müller  <tim at centricular dot net>
11257
11258         * tests/check/Makefile.am:
11259           And now fix 'make distcheck' (builddir != srcdir)
11260
11261 2005-12-29  Tim-Philipp Müller  <tim at centricular dot net>
11262
11263         * configure.ac:
11264         * ext/cdparanoia/Makefile.am:
11265         * ext/cdparanoia/gstcdparanoia.c:
11266         * ext/cdparanoia/gstcdparanoia.h:
11267         * ext/cdparanoia/gstcdparanoiasrc.c:
11268         (gst_cd_paranoia_mode_get_type), (gst_cd_paranoia_src_base_init),
11269         (gst_cd_paranoia_src_init), (gst_cd_paranoia_src_class_init),
11270         (gst_cd_paranoia_src_open), (gst_cd_paranoia_src_close),
11271         (gst_cd_paranoia_paranoia_callback),
11272         (gst_cd_paranoia_src_read_sector), (gst_cd_paranoia_src_finalize),
11273         (gst_cd_paranoia_src_set_property),
11274         (gst_cd_paranoia_src_get_property), (plugin_init):
11275         * ext/cdparanoia/gstcdparanoiasrc.h:
11276           New cdparanoiasrc element based on cddabasesrc; enable cdparanoia
11277           plugin again (there are still fixes required to playbin to make
11278           cdda:// uris work there).
11279
11280 2005-12-29  Tim-Philipp Müller  <tim at centricular dot net>
11281
11282         * tests/check/Makefile.am:
11283           Fix test case compilation.
11284
11285 2005-12-29  Tim-Philipp Müller  <tim at centricular dot net>
11286
11287         * gst-libs/gst/cdda/gstcddabasesrc.c:
11288         (gst_cdda_base_src_update_duration),
11289         (gst_cdda_base_src_calculate_cddb_id):
11290           An integer is not a string. Fix access to uninitialised variable.
11291
11292         * tests/check/Makefile.am:
11293           Add cddabasesrc unit test; also actually enable the vorbis test.
11294
11295         * tests/check/generic/states.c:
11296           Blacklist new cd audio elements as well.
11297
11298         * tests/check/libs/cddabasesrc.c:
11299           Unit test for GstCddaBaseSrc (discid calculation mostly).
11300
11301 2005-12-28  Tim-Philipp Müller  <tim at centricular dot net>
11302
11303         * docs/libs/Makefile.am:
11304         * docs/libs/gst-plugins-base-libs-docs.sgml:
11305         * docs/libs/gst-plugins-base-libs-sections.txt:
11306         * docs/libs/gst-plugins-base-libs.types:
11307           Add docs for libgstcdda/GstCddaBaseSrc.
11308
11309         * gst-libs/gst/interfaces/mixertrack.h:
11310           Do one struct member per line with a semicolon at the end, that way
11311           even gtk-doc might parse it without complaining.
11312
11313 2005-12-28  Tim-Philipp Müller  <tim at centricular dot net>
11314
11315         * configure.ac:
11316         * gst-libs/gst/Makefile.am:
11317         * gst-libs/gst/cdda/Makefile.am:
11318         * gst-libs/gst/cdda/base64.c:
11319         * gst-libs/gst/cdda/base64.h:
11320         * gst-libs/gst/cdda/gstcddabasesrc.c:
11321         (gst_cdda_base_src_mode_get_type), (gst_cdda_base_src_base_init),
11322         (gst_cdda_base_src_class_init), (gst_cdda_base_src_init),
11323         (gst_cdda_base_src_finalize), (gst_cdda_base_src_set_property),
11324         (gst_cdda_base_src_get_property),
11325         (gst_cdda_base_src_get_track_from_sector),
11326         (gst_cdda_base_src_get_query_types), (gst_cdda_base_src_convert),
11327         (gst_cdda_base_src_query), (gst_cdda_base_src_is_seekable),
11328         (gst_cdda_base_src_do_seek), (gst_cdda_base_src_handle_track_seek),
11329         (gst_cdda_base_src_handle_event), (gst_cdda_base_src_uri_get_type),
11330         (gst_cdda_base_src_uri_get_protocols),
11331         (gst_cdda_base_src_uri_get_uri), (gst_cdda_base_src_uri_set_uri),
11332         (gst_cdda_base_src_uri_handler_init),
11333         (gst_cdda_base_src_setup_interfaces),
11334         (gst_cdda_base_src_add_track), (gst_cdda_base_src_update_duration),
11335         (cddb_sum), (gst_cddabasesrc_calculate_musicbrainz_discid),
11336         (lba_to_msf), (gst_cdda_base_src_calculate_cddb_id),
11337         (gst_cdda_base_src_add_tags),
11338         (gst_cdda_base_src_add_index_associations),
11339         (gst_cdda_base_src_set_index), (gst_cdda_base_src_get_index),
11340         (gst_cdda_base_src_track_sort_func), (gst_cdda_base_src_start),
11341         (gst_cdda_base_src_clear_tracks), (gst_cdda_base_src_stop),
11342         (gst_cdda_base_src_create):
11343         * gst-libs/gst/cdda/gstcddabasesrc.h:
11344         * gst-libs/gst/cdda/sha1.c:
11345         * gst-libs/gst/cdda/sha1.h:
11346           Add new libgstcdda with GstCddaBaseSrc class.
11347
11348 2005-12-28  Tim-Philipp Müller  <tim at centricular dot net>
11349
11350         * ext/gnomevfs/gstgnomevfssink.h:
11351           Use GstBaseSinkClass as parent_class member for class struct, not
11352           GstBaseSink.
11353
11354 2005-12-27  Tim-Philipp Müller  <tim at centricular dot net>
11355
11356         Patch by: Michael Benes
11357
11358         * gst/videotestsrc/gstvideotestsrc.c:
11359         (gst_video_test_src_class_init), (gst_video_test_src_start):
11360           Add start method to reset running time and number of frames sent
11361           when starting up (fixes #324696)
11362
11363 2005-12-27  Tim-Philipp Müller  <tim at centricular dot net>
11364
11365         * docs/plugins/Makefile.am:
11366         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
11367         * docs/plugins/gst-plugins-base-plugins-sections.txt:
11368         * docs/plugins/gst-plugins-base-plugins.args:
11369         * docs/plugins/gst-plugins-base-plugins.hierarchy:
11370         * docs/plugins/gst-plugins-base-plugins.signals:
11371           Add docs stuff for gnomevfssrc and gnomevfssink.
11372
11373         * ext/gnomevfs/gstgnomevfssrc.c:
11374           Fix example pipeline in gtk-doc blurb.
11375
11376 2005-12-27  Tim-Philipp Müller  <tim at centricular dot net>
11377
11378         * ext/gnomevfs/Makefile.am:
11379         * ext/gnomevfs/gstgnomevfs.c: (gst_gnome_vfs_uri_get_type),
11380         (gst_gnome_vfs_handle_copy), (gst_gnome_vfs_handle_free),
11381         (gst_gnome_vfs_handle_get_type), (plugin_init):
11382         * ext/gnomevfs/gstgnomevfs.h:
11383         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_do_init),
11384         (gst_gnome_vfs_sink_base_init), (gst_gnome_vfs_sink_class_init),
11385         (gst_gnome_vfs_sink_finalize), (gst_gnome_vfs_sink_init),
11386         (gst_gnome_vfs_sink_set_property),
11387         (gst_gnome_vfs_sink_get_property), (gst_gnome_vfs_sink_open_file),
11388         (gst_gnome_vfs_sink_close_file), (gst_gnome_vfs_sink_start),
11389         (gst_gnome_vfs_sink_stop), (gst_gnome_vfs_sink_handle_event),
11390         (gst_gnome_vfs_sink_query), (gst_gnome_vfs_sink_render),
11391         (gst_gnome_vfs_sink_uri_get_type),
11392         (gst_gnome_vfs_sink_uri_get_protocols),
11393         (gst_gnome_vfs_sink_uri_get_uri), (gst_gnome_vfs_sink_uri_set_uri),
11394         (gst_gnome_vfs_sink_uri_handler_init):
11395         * ext/gnomevfs/gstgnomevfssink.h:
11396           Port gnomevfssink; add gtk-doc blurb.
11397
11398         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_get_type),
11399         (gst_gnome_vfs_src_base_init), (gst_gnome_vfs_src_class_init),
11400         (gst_gnome_vfs_src_init), (gst_gnome_vfs_src_finalize),
11401         (gst_gnome_vfs_src_uri_get_type),
11402         (gst_gnome_vfs_src_uri_get_protocols),
11403         (gst_gnome_vfs_src_uri_get_uri), (gst_gnome_vfs_src_uri_set_uri),
11404         (gst_gnome_vfs_src_uri_handler_init),
11405         (gst_gnome_vfs_src_set_property), (gst_gnome_vfs_src_get_property),
11406         (gst_gnome_vfs_src_unicodify), (audiocast_thread_run),
11407         (gst_gnome_vfs_src_send_additional_headers_callback),
11408         (gst_gnome_vfs_src_received_headers_callback),
11409         (gst_gnome_vfs_src_push_callbacks),
11410         (gst_gnome_vfs_src_pop_callbacks),
11411         (gst_gnome_vfs_src_get_icy_metadata), (gst_gnome_vfs_src_create),
11412         (gst_gnome_vfs_src_is_seekable), (gst_gnome_vfs_src_get_size),
11413         (gst_gnome_vfs_src_start), (gst_gnome_vfs_src_stop):
11414         * ext/gnomevfs/gstgnomevfssrc.h:
11415           s/gst_gnomevfssrc/gst_gnome_vfs_src/; move header stuff to header
11416           file; add gtk-doc blurb with example pipelines.
11417
11418 === release 0.10.1 ===
11419
11420 2005-12-23  Thomas Vander Stichele <thomas at apestaart dot org>
11421
11422         * configure.ac:
11423           releasing 0.10.1, "Dobro Dedek"
11424
11425 2005-12-21  Edgard Lima <edgard.lima@indt.org.br>
11426
11427         * gst/typefind/gsttypefindfunctions.c:
11428         iLBC30 and iLBC20 added to typefind.
11429
11430 2005-12-20  Thomas Vander Stichele  <thomas at apestaart dot org>
11431
11432         * gst-libs/gst/audio/gstbaseaudiosink.c:
11433         (gst_base_audio_sink_class_init):
11434         * gst-libs/gst/audio/gstbaseaudiosrc.c:
11435         (gst_base_audio_src_class_init):
11436           update strings, values are in microseconds
11437           change the default sink buffer time to something that is smaller
11438           (to help software volume mixing have a slightly lower delay) but
11439           still be acceptable on Wim's laptop
11440
11441 2005-12-20  Edward Hervey  <edward@fluendo.com>
11442
11443         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_template_caps):
11444         Made a quack, forgot to add DUCK to the riff video template.
11445
11446 2005-12-19  Edward Hervey  <edward@fluendo.com>
11447
11448         * ext/ogg/gstogmparse.c: (gst_ogm_text_parse_base_init),
11449         (gst_ogm_parse_init), (gst_ogm_audio_parse_init),
11450         (gst_ogm_video_parse_init), (gst_ogm_text_parse_init),
11451         (gst_ogm_parse_chain):
11452         Make sure pads are initialized correctly.
11453         * gst-libs/gst/riff/riff-ids.h:
11454         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
11455         (gst_riff_create_video_template_caps):
11456         Add a whole bunch of FOURCC <=> MimeType.
11457         Extend the riff video pad template to support the newly added fourcc.
11458
11459 2005-12-18  Jan Schmidt  <thaytan@mad.scientist.com>
11460
11461         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_deactivate_current_chain),
11462         (gst_ogg_demux_activate_chain):
11463           Extra debug output when activating/deactivating chains.
11464
11465         * gst/playback/gstdecodebin.c: (gst_decode_bin_factory_filter),
11466         (is_demuxer_element), (try_to_link_1), (remove_element_chain),
11467         (unlinked):
11468           Remove a queue from our list when it becomes unlinked.
11469           Don't add queues to elements in class 'Demux' if they
11470           can only produce one pad 
11471
11472 2005-12-18  Julien MOUTTE  <julien@moutte.net>
11473
11474         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_base_init),
11475         (gst_video_sink_get_type): Add a debug category.
11476
11477 2005-12-17  Philippe Khalaf  <burger@speedy.org> 
11478
11479         * gst-libs/gst/rtp/gstbasertpdepayload.c:
11480         (gst_base_rtp_depayload_init), (gst_base_rtp_depayload_handle_sink_event):
11481           Handle downstream newsegment by sending our own newsegment before the
11482           next buffer to be released. (#323900)
11483
11484 2005-12-17  Philippe Khalaf  <burger@speedy.org> 
11485
11486         * gst-libs/gst/rtp/gstbasertpdepayload.c:
11487         (gst_base_rtp_depayload_set_gst_timestamp):
11488           add queue delay to new segment as well (as opposed to just the first
11489           buffer). (bug #322347)
11490
11491 2005-12-16  Stefan Kost  <ensonic@users.sf.net>
11492
11493         * ext/libvisual/visual.c: (make_valid_name):
11494           change some char* into char[]
11495         * gst/audiotestsrc/gstaudiotestsrc.c:
11496         (gst_audio_test_src_class_init), (gst_audio_test_src_do_seek),
11497         (gst_audio_test_src_create):
11498         * gst/audiotestsrc/gstaudiotestsrc.h:
11499           prepare to handle EOS and SEGMENT_DONE
11500
11501 2005-12-16  Tim-Philipp Müller  <tim at centricular dot net>
11502
11503         * tests/check/generic/states.c: (GST_START_TEST):
11504           Blacklist cdparanoia element in state test.
11505
11506 2005-12-16  Tim-Philipp Müller  <tim at centricular dot net>
11507
11508           Patch by: Benjamin Pineau
11509
11510         * gst/tcp/gsttcp.c:
11511         * gst/tcp/gsttcpclientsink.c:
11512         * gst/tcp/gsttcpserversink.c:
11513         * gst/tcp/gsttcpserversrc.c:
11514           Add <string.h> includes for memset and FD_ZERO (fixes #323878)
11515
11516 2005-12-15  Michael Smith  <msmith@fluendo.com>
11517
11518         * gst/videorate/gstvideorate.c: (gst_video_rate_blank_data),
11519         (gst_video_rate_chain):
11520           Fix timestamping for videorate when the first buffer it sees has a
11521           non-zero timestamp. Fix some misleading debug output.
11522
11523 2005-12-15  Michael Smith  <msmith@fluendo.com>
11524
11525         * gst/audioresample/gstaudioresample.c:
11526           Don't leak all input buffers to audioresample.
11527
11528 2005-12-15  Tim-Philipp Müller  <tim at centricular dot net>
11529
11530         * ext/pango/gsttextoverlay.c: (gst_text_overlay_collected):
11531           Don't operate on empty text buffers. Strip newlines and
11532           tabs only from the end of the text, but leave them intact
11533           in the middle. Fix typo in gtk-doc description.
11534
11535 2005-12-15  Tim-Philipp Müller  <tim at centricular dot net>
11536
11537         * gst/playback/gstplaybasebin.c:
11538         * gst/playback/gstplaybin.c: (handoff):
11539           Make sure the video frame buffer we return to apps via the
11540           "frame" property always has caps set on it. Modify
11541           _gst_gvalue_set_object() macro to handle NULL objects
11542           gracefully too.
11543
11544 2005-12-14  Stefan Kost  <ensonic@users.sf.net>
11545
11546         * gst/audiotestsrc/gstaudiotestsrc.c:
11547         (gst_audio_test_src_class_init), (gst_audio_test_src_init),
11548         (gst_audio_test_src_setcaps), (gst_audio_test_src_src_query),
11549         (gst_audio_test_src_do_seek), (gst_audio_test_src_is_seekable),
11550         (gst_audio_test_src_create):
11551         * gst/audiotestsrc/gstaudiotestsrc.h:
11552         Adjust to some recent api changes and add wtays new cool seeking
11553         capabillities
11554
11555 2005-12-14  Tim-Philipp Müller  <tim at centricular dot net>
11556
11557         * ext/alsa/Makefile.am:
11558         * ext/alsa/gstalsadeviceprobe.c:
11559         * ext/alsa/gstalsadeviceprobe.h:
11560           Helper functions to add device probing via the GstPropertyProbe
11561           interface to a class.
11562
11563         * ext/alsa/gstalsamixer.h:
11564           Comment out GST_ALSA_MIXER, it returns a struct that's not
11565           used.
11566
11567         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_open):
11568           Add some debug info. 
11569
11570         * ext/alsa/gstalsamixerelement.c:
11571         (gst_alsa_mixer_element_interface_supported),
11572         (gst_implements_interface_init),
11573         (gst_alsa_mixer_element_init_interfaces),
11574         (gst_alsa_mixer_element_class_init),
11575         (gst_alsa_mixer_element_finalize), (gst_alsa_mixer_element_init),
11576         (gst_alsa_mixer_element_set_property),
11577         (gst_alsa_mixer_element_get_property),
11578         (gst_alsa_mixer_element_change_state):
11579         * ext/alsa/gstalsamixerelement.h:
11580           Add 'device' and 'device-name' properties. Add GstPropertyProbe
11581           for device handling (gnome-volume-control will need that).
11582
11583 2005-12-12  Christian Schaller  <uraeus@gnome.org>
11584
11585         * ext/Makefile.am: fix cdparanoia entry
11586         * gst-plugins-base.spec.in: add cdparanoia
11587
11588 2005-12-12  Michael Smith  <msmith@fluendo.com>
11589
11590         * ext/ogg/gstoggdemux.c: (gst_ogg_type_find):
11591           Use the correct function to free list of typefind factories.
11592
11593 2005-12-12  Wim Taymans  <wim@fluendo.com>
11594
11595         * gst/videotestsrc/gstvideotestsrc.c:
11596         (gst_video_test_src_class_init), (gst_video_test_src_init),
11597         (gst_video_test_src_parse_caps), (gst_video_test_src_query),
11598         (gst_video_test_src_do_seek), (gst_video_test_src_is_seekable),
11599         (gst_video_test_src_create):
11600         * gst/videotestsrc/gstvideotestsrc.h:
11601         Implement seeking in videotestsrc.
11602         Small cleanups.
11603
11604 2005-12-12  Wim Taymans  <wim@fluendo.com>
11605
11606         * ext/cdparanoia/Makefile.am:
11607         * ext/cdparanoia/gstcdparanoia.c: (gst_paranoia_mode_get_type),
11608         (gst_paranoia_endian_get_type), (_do_init),
11609         (cdparanoia_class_init), (cdparanoia_init),
11610         (cdparanoia_set_property), (cdparanoia_get_property),
11611         (cdparanoia_do_seek), (cdparanoia_is_seekable),
11612         (cdparanoia_create), (cdparanoia_start), (cdparanoia_stop),
11613         (cdparanoia_convert), (cdparanoia_get_query_types),
11614         (cdparanoia_query), (cdparanoia_set_index),
11615         (cdparanoia_uri_set_uri):
11616         * ext/cdparanoia/gstcdparanoia.h:
11617         Partially ported cdparanoia now that basesrc can support a
11618         plugin like this..
11619
11620 2005-12-12  Wim Taymans  <wim@fluendo.com>
11621
11622         * tests/examples/seek/scrubby.c: (main):
11623         Set higher priority for bus events so they don't get reordered with
11624         gtk gui events.
11625
11626         * tests/examples/seek/seek.c: (do_seek), (start_seek), (stop_seek),
11627         (flush_toggle_cb), (main):
11628         Added checkbox to disable flushing seeks. 
11629         Disable scrubbing when doing non flushing seeks.
11630
11631 2005-12-12  Tim-Philipp Müller  <tim at centricular dot net>
11632
11633         * gst/subparse/gstsubparse.c: (gst_sub_parse_init),
11634         (gst_sub_parse_do_seek), (gst_sub_parse_src_event), (parse_subrip),
11635         (parser_state_init), (handle_buffer), (gst_sub_parse_chain),
11636         (gst_sub_parse_sink_event), (gst_sub_parse_change_state):
11637           Implement some sort of event handling that doesn't rely on
11638           g_return_if_fail; make sure we always push the last chunk of an 
11639           .srt out when we receive an EOS; use gst_pad_alloc_buffer; fix
11640           state change function; remove some old cruft. Seeking is still
11641           rather unlikely to work though.
11642
11643         * tools/.cvsignore:
11644           Ignore more.
11645
11646 2005-12-11  Julien MOUTTE  <julien@moutte.net>
11647
11648         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state): 
11649         Fixed a leak of the current image reference when cleaning up.
11650         Thanks to Arwed von Merkatz (alley_cat) for pointing it out.
11651
11652 2005-12-09  Michael Smith  <msmith@fluendo.com>
11653
11654         * tools/Makefile.am:
11655         * tools/gst-launch-ext-m.m:
11656           Remove gst-launch-ext. It doesn't work, and is no longer
11657           particularly useful.
11658
11659 2005-12-08  Luca Ognibene  <luogni@tin.it>
11660
11661         * ext/ogg/gstogmparse.c: (gst_ogm_parse_sink_query):
11662           don't pass random values to ogmparse convert function.
11663           Make seeking possible in the exile1.ogm file.
11664
11665 2005-12-07  Tim-Philipp Müller  <tim at centricular dot net>
11666
11667         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_property):
11668         * gst/playback/gstplaybin.c: (gst_play_bin_get_property):
11669           Work around refcount problem with g_value_set_object() that occur
11670           if the core has been compiled against GLib-2.6 (g_value_set_object()
11671           will only g_object_ref() the element, but the caller will
11672           gst_object_unref() it and bad things will happen due to the way
11673           GstObjects are refcounted in the GLib-2.6 case). Fixes problems with
11674           totem for people on FC4 using Thomas's 0.10 RPMs.
11675           
11676 2005-12-07  Edward Hervey  <edward@fluendo.com>
11677
11678         Time to welcome ogm to 0.10 :)
11679         
11680         * ext/ogg/gstoggdemux.c: (internal_element_pad_added_cb),
11681         (gst_ogg_pad_typefind):
11682         Oggdemux can now properly typefind elements with dynamic pads.
11683         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
11684         Properly set caps on src pad, and set caps on outgoing buffers.
11685
11686 2005-12-06  Thomas Vander Stichele  <thomas at apestaart dot org>
11687
11688         * ext/alsa/gstalsamixer.h:
11689         * ext/alsa/gstalsamixerelement.h:
11690         * ext/alsa/gstalsamixeroptions.h:
11691         * ext/alsa/gstalsamixertrack.h:
11692         * ext/alsa/gstalsasink.c:
11693         * ext/alsa/gstalsasink.h:
11694         * ext/alsa/gstalsasrc.c:
11695         * ext/alsa/gstalsasrc.h:
11696         * ext/cdparanoia/gstcdparanoia.h:
11697         * ext/gnomevfs/gstgnomevfsuri.h:
11698         * ext/ogg/gstoggdemux.c:
11699         * ext/ogg/gstoggmux.c:
11700         * ext/pango/gsttextoverlay.h:
11701         * ext/theora/theoradec.c:
11702         * ext/theora/theoraenc.c:
11703         * ext/vorbis/vorbisdec.h:
11704         * ext/vorbis/vorbisenc.c:
11705         * ext/vorbis/vorbisenc.h:
11706         * ext/vorbis/vorbisparse.h:
11707         * gst-libs/gst/audio/gstaudioclock.h:
11708         * gst-libs/gst/audio/gstaudiosink.c:
11709         * gst-libs/gst/audio/gstaudiosink.h:
11710         * gst-libs/gst/audio/gstaudiosrc.c:
11711         * gst-libs/gst/audio/gstaudiosrc.h:
11712         * gst-libs/gst/audio/gstbaseaudiosink.c:
11713         * gst-libs/gst/audio/gstbaseaudiosink.h:
11714         * gst-libs/gst/audio/gstbaseaudiosrc.c:
11715         * gst-libs/gst/audio/gstbaseaudiosrc.h:
11716         * gst-libs/gst/audio/gstringbuffer.h:
11717         * gst-libs/gst/audio/multichannel.h:
11718         * gst-libs/gst/floatcast/floatcast.h:
11719         * gst-libs/gst/interfaces/colorbalance.c:
11720         * gst-libs/gst/interfaces/colorbalance.h:
11721         * gst-libs/gst/interfaces/colorbalancechannel.h:
11722         * gst-libs/gst/interfaces/mixer.h:
11723         * gst-libs/gst/interfaces/mixeroptions.h:
11724         * gst-libs/gst/interfaces/mixertrack.h:
11725         * gst-libs/gst/interfaces/navigation.h:
11726         * gst-libs/gst/interfaces/propertyprobe.h:
11727         * gst-libs/gst/interfaces/tuner.h:
11728         * gst-libs/gst/interfaces/tunerchannel.h:
11729         * gst-libs/gst/interfaces/tunernorm.h:
11730         * gst-libs/gst/interfaces/xoverlay.h:
11731         * gst-libs/gst/netbuffer/gstnetbuffer.h:
11732         * gst-libs/gst/riff/riff-ids.h:
11733         * gst-libs/gst/riff/riff-media.h:
11734         * gst-libs/gst/riff/riff-read.h:
11735         * gst-libs/gst/rtp/gstbasertpdepayload.h:
11736         * gst-libs/gst/rtp/gstbasertppayload.c:
11737         * gst-libs/gst/rtp/gstbasertppayload.h:
11738         * gst-libs/gst/rtp/gstrtpbuffer.c:
11739         * gst-libs/gst/rtp/gstrtpbuffer.h:
11740         * gst-libs/gst/tag/gsttageditingprivate.h:
11741         * gst-libs/gst/tag/gstvorbistag.c:
11742         (gst_tag_list_from_vorbiscomment_buffer):
11743         * gst-libs/gst/tag/tag.h:
11744         * gst-libs/gst/video/video.h:
11745         * gst/adder/gstadder.c:
11746         * gst/adder/gstadder.h:
11747         * gst/audioconvert/audioconvert.c:
11748         * gst/audioconvert/audioconvert.h:
11749         * gst/audioconvert/gstaudioconvert.c:
11750         * gst/audioconvert/gstchannelmix.c:
11751         * gst/audioconvert/gstchannelmix.h:
11752         * gst/audiorate/gstaudiorate.c:
11753         * gst/audioresample/buffer.h:
11754         * gst/audioresample/functable.h:
11755         * gst/audioresample/gstaudioresample.c:
11756         * gst/audioresample/resample.h:
11757         * gst/ffmpegcolorspace/avcodec.h:
11758         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
11759         * gst/ffmpegcolorspace/gstffmpegcodecmap.h:
11760         * gst/ffmpegcolorspace/imgconvert.c:
11761         * gst/ffmpegcolorspace/imgconvert_template.h:
11762         * gst/playback/gstdecodebin.c:
11763         * gst/playback/gstplaybasebin.h:
11764         * gst/playback/gstplaybin.c:
11765         * gst/playback/gststreaminfo.h:
11766         * gst/tcp/gstfdset.c:
11767         * gst/tcp/gstfdset.h:
11768         * gst/tcp/gstmultifdsink.c:
11769         * gst/tcp/gstmultifdsink.h:
11770         * gst/tcp/gsttcp.h:
11771         * gst/tcp/gsttcpclientsrc.c:
11772         * gst/tcp/gsttcpclientsrc.h:
11773         * gst/tcp/gsttcpplugin.h:
11774         * gst/tcp/gsttcpserversink.c:
11775         * gst/tcp/gsttcpserversrc.c:
11776         * gst/typefind/gsttypefindfunctions.c:
11777         * gst/videorate/gstvideorate.c:
11778         * gst/videotestsrc/gstvideotestsrc.h:
11779         * gst/videotestsrc/videotestsrc.h:
11780         * sys/v4l/gstv4lcolorbalance.h:
11781         * sys/v4l/gstv4ltuner.h:
11782         * sys/v4l/gstv4lxoverlay.h:
11783         * sys/v4l/v4l_calls.h:
11784         * sys/v4l/videodev_mjpeg.h:
11785         * tests/check/elements/audioconvert.c:
11786         * tests/check/elements/audioresample.c:
11787         * tests/check/elements/audiotestsrc.c:
11788         * tests/check/elements/videotestsrc.c:
11789         * tests/check/elements/volume.c:
11790         * tests/examples/seek/scrubby.c:
11791         * tests/examples/seek/seek.c:
11792           expand tabs
11793
11794 === release 0.10.0 ===
11795
11796 2005-12-05 Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
11797
11798         * configure.ac:
11799           releasing 0.10.0, "Mont-d'or"
11800
11801 2005-12-05  Jan Schmidt  <thaytan@mad.scientist.com>
11802
11803         * tests/examples/seek/Makefile.am:
11804         Build fix for when gtk is not available.
11805
11806 2005-12-05  Andy Wingo  <wingo@pobox.com>
11807
11808         * ext/libvisual/visual.c: (get_buffer):
11809         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_peer):
11810         * ext/pango/gsttextrender.c: (gst_text_render_chain):
11811         * ext/theora/theoradec.c: (theora_handle_data_packet):
11812         * ext/theora/theoraenc.c: (theora_buffer_from_packet),
11813         (theora_enc_chain):
11814         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
11815         * gst/videotestsrc/gstvideotestsrc.c: (gst_video_test_src_create):
11816         Update for alloc_buffer changes.
11817
11818 2005-12-05  Andy Wingo  <wingo@pobox.com>
11819
11820         patch by: Kai Vehmanen <kv2004 eca cx>
11821         
11822         * gst-libs/gst/rtp/gstbasertpdepayload.c
11823         (gst_base_rtp_depayload_thread): Fix busy loop (#323017).
11824
11825 2005-12-04  Andy Wingo  <wingo@pobox.com>
11826
11827         patch by: Sebastien Cote <sebas642 yahoo ca>
11828         
11829         * pkgconfig/gstreamer-plugins-base.pc.in (Libs): Add -L flag.
11830         Fixes #319172.
11831
11832 2005-12-02  Tim-Philipp Müller  <tim at centricular dot net>
11833
11834         * docs/plugins/Makefile.am:
11835         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
11836         * docs/plugins/gst-plugins-base-plugins-sections.txt:
11837         * docs/plugins/gst-plugins-base-plugins.hierarchy:
11838         * ext/pango/gstclockoverlay.c:
11839         * ext/pango/gsttextoverlay.c: 
11840         * ext/pango/gsttextrender.c:
11841         * ext/pango/gsttimeoverlay.c:
11842           Add gtk-doc blurbs to pango elements.
11843
11844 2005-12-02  Wim Taymans  <wim@fluendo.com>
11845
11846         * gst/audioresample/buffer.c: (audioresample_buffer_queue_flush):
11847         * gst/audioresample/buffer.h:
11848         * gst/audioresample/gstaudioresample.c:
11849         * gst/audioresample/gstaudioresample.h:
11850         * gst/audioresample/resample.c: (resample_input_flush),
11851         (resample_input_pushthrough), (resample_input_eos),
11852         (resample_get_output_size_for_input),
11853         (resample_get_input_size_for_output), (resample_get_output_size),
11854         (resample_get_output_data):
11855         * gst/audioresample/resample.h:
11856         * gst/audioresample/resample_ref.c: (resample_scale_ref):
11857         Fix audioresample, seek torture, new segments, reverse negotiation
11858         etc.. work fine.
11859
11860 2005-12-02  Wim Taymans  <wim@fluendo.com>
11861
11862         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
11863         Small cleanups.
11864
11865 2005-12-02  Wim Taymans  <wim@fluendo.com>
11866
11867         * gst/audioconvert/gstaudioconvert.c:
11868         (gst_audio_convert_transform):
11869         Post errors.
11870
11871 === release 0.9.7 ===
11872
11873 2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
11874
11875         * configure.ac:
11876           releasing 0.9.7, "Mi Perro No Tiene Ninguna Nariz"
11877
11878 2005-12-01  Thomas Vander Stichele  <thomas at apestaart dot org>
11879
11880         * Makefile.am:
11881         * po/hu.po:
11882         * win32/MANIFEST:
11883         * win32/gst.sln:
11884           add win32 MANIFEST file
11885           do something to the hungarian translation
11886
11887 2005-12-01  Tim-Philipp Müller  <tim at centricular dot net>
11888
11889         * ext/Makefile.am:
11890           Add $(PANGO_DIR) to SUBDIRS
11891
11892         * ext/pango/gstclockoverlay.c:
11893         * ext/pango/gsttimeoverlay.c:
11894           Fix and improve element descriptions.
11895
11896 2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
11897
11898         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
11899         * docs/plugins/inspect/plugin-libvisual.xml:
11900         * docs/plugins/inspect/plugin-pango.xml:
11901           add pango plugin to docs
11902
11903 2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
11904
11905         * configure.ac:
11906         * ext/Makefile.am:
11907           moved pango to base
11908
11909 2005-12-01  Thomas Vander Stichele  <thomas at apestaart dot org>
11910
11911         * configure.ac:
11912         * tests/Makefile.am:
11913         * tests/icles/.cvsignore:
11914         * tests/icles/Makefile.am:
11915         * tests/icles/stress-xoverlay.c: (myclock), (open_display),
11916         (close_display), (resize_window), (move_window), (create_window),
11917         (terminate_playback), (pause_playback), (start_playback), (main):
11918           add stress test for xoverlay from Julien
11919
11920 2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
11921
11922         * docs/libs/tmpl/gstcolorbalance.sgml:
11923         * gst-libs/gst/rtp/gstbasertpdepayload.c:
11924         * gst-libs/gst/rtp/gstbasertppayload.c:
11925         * gst-libs/gst/rtp/gstrtpbuffer.c:
11926         * gst-libs/gst/rtp/gstrtpbuffer.h:
11927           Do burger's rename for rtp payloaders and depayloaders
11928
11929 2005-12-01  Thomas Vander Stichele  <thomas at apestaart dot org>
11930
11931         * win32/:
11932           add Visual Studio 6 build files
11933
11934 2005-12-01  Thomas Vander Stichele  <thomas at apestaart dot org>
11935
11936         * docs/libs/gst-plugins-base-libs-docs.sgml:
11937         * docs/libs/gst-plugins-base-libs-sections.txt:
11938         * docs/libs/tmpl/gstaudio.sgml:
11939         * docs/libs/tmpl/gstringbuffer.sgml:
11940         * gst-libs/gst/interfaces/xoverlay.c:
11941         * gst-libs/gst/video/gstvideofilter.c:
11942         * gst-libs/gst/video/gstvideosink.c:
11943           update documentation
11944
11945 2005-12-01  Thomas Vander Stichele  <thomas at apestaart dot org>
11946
11947         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_base_init),
11948         (gst_multi_fd_sink_class_init), (gst_multi_fd_sink_init),
11949         (gst_multi_fd_sink_finalize), (gst_multi_fd_sink_add),
11950         (gst_multi_fd_sink_remove), (gst_multi_fd_sink_clear),
11951         (gst_multi_fd_sink_get_stats),
11952         (gst_multi_fd_sink_remove_client_link),
11953         (gst_multi_fd_sink_handle_client_read),
11954         (gst_multi_fd_sink_client_queue_data),
11955         (gst_multi_fd_sink_client_queue_caps),
11956         (gst_multi_fd_sink_client_queue_buffer),
11957         (gst_multi_fd_sink_new_client),
11958         (gst_multi_fd_sink_handle_client_write),
11959         (gst_multi_fd_sink_recover_client),
11960         (gst_multi_fd_sink_queue_buffer),
11961         (gst_multi_fd_sink_handle_clients), (gst_multi_fd_sink_thread),
11962         (gst_multi_fd_sink_render), (gst_multi_fd_sink_set_property),
11963         (gst_multi_fd_sink_get_property), (gst_multi_fd_sink_start),
11964         (gst_multi_fd_sink_stop), (gst_multi_fd_sink_change_state):
11965         * gst/tcp/gstmultifdsink.h:
11966         * gst/tcp/gsttcpclientsink.c: (gst_tcp_client_sink_get_type),
11967         (gst_tcp_client_sink_base_init), (gst_tcp_client_sink_class_init),
11968         (gst_tcp_client_sink_init), (gst_tcp_client_sink_finalize),
11969         (gst_tcp_client_sink_setcaps), (gst_tcp_client_sink_render),
11970         (gst_tcp_client_sink_set_property),
11971         (gst_tcp_client_sink_get_property), (gst_tcp_client_sink_start),
11972         (gst_tcp_client_sink_stop), (gst_tcp_client_sink_change_state):
11973         * gst/tcp/gsttcpclientsink.h:
11974         * gst/tcp/gsttcpclientsrc.c: (gst_tcp_client_src_base_init),
11975         (gst_tcp_client_src_class_init), (gst_tcp_client_src_init),
11976         (gst_tcp_client_src_finalize), (gst_tcp_client_src_getcaps),
11977         (gst_tcp_client_src_create), (gst_tcp_client_src_set_property),
11978         (gst_tcp_client_src_get_property), (gst_tcp_client_src_start),
11979         (gst_tcp_client_src_stop), (gst_tcp_client_src_unlock):
11980         * gst/tcp/gsttcpclientsrc.h:
11981         * gst/tcp/gsttcpplugin.c: (plugin_init):
11982         * gst/tcp/gsttcpserversink.c: (gst_tcp_server_sink_base_init),
11983         (gst_tcp_server_sink_class_init), (gst_tcp_server_sink_init),
11984         (gst_tcp_server_sink_finalize),
11985         (gst_tcp_server_sink_handle_server_read),
11986         (gst_tcp_server_sink_removed), (gst_tcp_server_sink_handle_wait),
11987         (gst_tcp_server_sink_set_property),
11988         (gst_tcp_server_sink_get_property),
11989         (gst_tcp_server_sink_init_send), (gst_tcp_server_sink_close):
11990         * gst/tcp/gsttcpserversink.h:
11991         * gst/tcp/gsttcpserversrc.c: (gst_tcp_server_src_base_init),
11992         (gst_tcp_server_src_class_init), (gst_tcp_server_src_init),
11993         (gst_tcp_server_src_finalize), (gst_tcp_server_src_create),
11994         (gst_tcp_server_src_set_property),
11995         (gst_tcp_server_src_get_property), (gst_tcp_server_src_start),
11996         (gst_tcp_server_src_stop), (gst_tcp_server_src_unlock):
11997         * gst/tcp/gsttcpserversrc.h:
11998           more borgifying
11999
12000 2005-12-01  Thomas Vander Stichele  <thomas at apestaart dot org>
12001
12002         * docs/plugins/Makefile.am:
12003         * docs/plugins/gst-plugins-base-plugins.args:
12004         * docs/plugins/inspect/plugin-libvisual.xml:
12005         * gst/audioconvert/plugin.h:
12006         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_get_type),
12007         (gst_audio_rate_base_init), (gst_audio_rate_class_init),
12008         (gst_audio_rate_setcaps), (gst_audio_rate_init),
12009         (gst_audio_rate_chain), (gst_audio_rate_set_property),
12010         (gst_audio_rate_get_property), (gst_audio_rate_change_state),
12011         (plugin_init):
12012         * gst/audiotestsrc/gstaudiotestsrc.c:
12013         (gst_audiostestsrc_wave_get_type), (gst_audio_test_src_base_init),
12014         (gst_audio_test_src_class_init), (gst_audio_test_src_init),
12015         (gst_audio_test_src_src_fixate), (gst_audio_test_src_setcaps),
12016         (gst_audio_test_src_get_query_types),
12017         (gst_audio_test_src_src_query), (gst_audio_test_src_create_sine),
12018         (gst_audio_test_src_create_square),
12019         (gst_audio_test_src_create_saw),
12020         (gst_audio_test_src_create_triangle),
12021         (gst_audio_test_src_create_silence),
12022         (gst_audio_test_src_create_white_noise),
12023         (gst_audio_test_src_init_pink_noise),
12024         (gst_audio_test_src_generate_pink_noise_value),
12025         (gst_audio_test_src_create_pink_noise),
12026         (gst_audio_test_src_change_wave), (gst_audio_test_src_get_times),
12027         (gst_audio_test_src_create), (gst_audio_test_src_set_property),
12028         (gst_audio_test_src_get_property), (gst_audio_test_src_start),
12029         (plugin_init):
12030         * gst/audiotestsrc/gstaudiotestsrc.h:
12031         * gst/subparse/gstsubparse.c: (gst_sub_parse_get_type),
12032         (gst_sub_parse_base_init), (gst_sub_parse_class_init),
12033         (gst_sub_parse_init), (gst_sub_parse_formats),
12034         (gst_sub_parse_src_eventmask), (gst_sub_parse_src_event),
12035         (convert_encoding), (get_next_line),
12036         (gst_sub_parse_data_format_autodetect),
12037         (gst_sub_parse_format_autodetect), (feed_textbuf), (handle_buffer),
12038         (gst_sub_parse_loop), (gst_sub_parse_chain),
12039         (gst_sub_parse_change_state), (gst_sub_parse_type_find),
12040         (plugin_init):
12041         * gst/subparse/gstsubparse.h:
12042         * gst/videorate/gstvideorate.c: (gst_video_rate_get_type),
12043         (gst_video_rate_base_init), (gst_video_rate_class_init),
12044         (gst_video_rate_transformcaps), (gst_video_rate_getcaps),
12045         (gst_video_rate_setcaps), (gst_video_rate_blank_data),
12046         (gst_video_rate_init), (gst_video_rate_event),
12047         (gst_video_rate_chain), (gst_video_rate_set_property),
12048         (gst_video_rate_get_property), (gst_video_rate_change_state),
12049         (plugin_init):
12050         * gst/videoscale/gstvideoscale.c:
12051         (gst_video_scale_method_get_type), (gst_video_scale_get_capslist),
12052         (gst_video_scale_src_template_factory),
12053         (gst_video_scale_sink_template_factory),
12054         (gst_video_scale_get_type), (gst_video_scale_base_init),
12055         (gst_video_scale_class_init), (gst_video_scale_init),
12056         (gst_video_scale_set_property), (gst_video_scale_get_property),
12057         (gst_video_scale_transform_caps), (gst_video_scale_get_format),
12058         (gst_video_scale_prepare_size), (parse_caps),
12059         (gst_video_scale_set_caps), (gst_video_scale_get_unit_size),
12060         (gst_video_scale_fixate_caps), (gst_video_scale_prepare_image),
12061         (gst_video_scale_transform), (gst_video_scale_handle_src_event),
12062         (plugin_init):
12063         * gst/videoscale/gstvideoscale.h:
12064         * gst/videotestsrc/gstvideotestsrc.c:
12065         (gst_video_test_src_pattern_get_type),
12066         (gst_video_test_src_base_init), (gst_video_test_src_class_init),
12067         (gst_video_test_src_init), (gst_video_test_src_src_fixate),
12068         (gst_video_test_src_set_pattern),
12069         (gst_video_test_src_set_property),
12070         (gst_video_test_src_get_property), (gst_video_test_src_getcaps),
12071         (gst_video_test_src_parse_caps), (gst_video_test_src_setcaps),
12072         (gst_video_test_src_event), (gst_video_test_src_get_times),
12073         (gst_video_test_src_create), (plugin_init):
12074         * gst/videotestsrc/gstvideotestsrc.h:
12075         * gst/videotestsrc/videotestsrc.c: (gst_video_test_src_get_size),
12076         (gst_video_test_src_smpte), (gst_video_test_src_snow),
12077         (gst_video_test_src_black):
12078         * gst/videotestsrc/videotestsrc.h:
12079           borgify further
12080           clean up docs a little
12081
12082 2005-11-30  Wim Taymans  <wim@fluendo.com>
12083
12084         * gst-libs/gst/rtp/gstbasertpdepayload.h:
12085         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_init),
12086         (gst_basertppayload_event), (gst_basertppayload_push),
12087         (gst_basertppayload_change_state):
12088         * gst-libs/gst/rtp/gstbasertppayload.h:
12089         closed #320644.
12090
12091 2005-11-30  Julien MOUTTE  <julien@moutte.net>
12092
12093         * docs/libs/gst-plugins-base-libs-docs.sgml:
12094         * docs/libs/gst-plugins-base-libs-sections.txt:
12095         * gst-libs/gst/video/gstvideofilter.c:
12096         * gst-libs/gst/video/gstvideosink.c:
12097         * gst-libs/gst/video/gstvideosink.h: Adding docs.
12098
12099 2005-11-30  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
12100
12101         * LICENSE:
12102           move
12103         * po/af.po:
12104         * po/az.po:
12105         * po/cs.po:
12106         * po/en_GB.po:
12107         * po/hu.po:
12108         * po/it.po:
12109         * po/nb.po:
12110         * po/nl.po:
12111         * po/or.po:
12112         * po/sq.po:
12113         * po/sr.po:
12114         * po/sv.po:
12115         * po/uk.po:
12116         * po/vi.po:
12117         * Makefile.am:
12118           update
12119         * scripts/autoplugins.sh:
12120           remove
12121
12122 2005-11-30  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
12123
12124         * Makefile.am:
12125         * configure.ac:
12126         * examples/Makefile.am:
12127         * examples/capsfilter/Makefile.am:
12128         * examples/capsfilter/capsfilter1.c:
12129         * examples/gob/Makefile.am:
12130         * examples/gob/gst-identity2.gob:
12131         * examples/indexing/.cvsignore:
12132         * examples/indexing/Makefile.am:
12133         * examples/indexing/indexmpeg.c:
12134         * examples/seeking/.cvsignore:
12135         * examples/seeking/Makefile.am:
12136         * examples/seeking/cdparanoia.c:
12137         * examples/seeking/cdplayer.c:
12138         * examples/seeking/chained.c:
12139         * examples/seeking/scrubby.c:
12140         * examples/seeking/seek.c:
12141         * examples/stats/Makefile.am:
12142         * examples/stats/mp2ogg.c:
12143         * examples/switch/.cvsignore:
12144         * examples/switch/Makefile.am:
12145         * examples/switch/switcher.c:
12146         * tests/Makefile.am:
12147         * tests/check/generic/.cvsignore:
12148         * tests/check/pipelines/.cvsignore:
12149         * tests/examples/Makefile.am:
12150         * tests/examples/seek/Makefile.am:
12151           reorganize stuff under tests/
12152
12153 2005-11-30  Edward Hervey  <edward@fluendo.com>
12154
12155         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind):
12156         Go away you stupid GstStaticPadTemplate memleak.
12157
12158 2005-11-30  Thomas Vander Stichele  <thomas at apestaart dot org>
12159
12160         * gst-libs/gst/net/Makefile.am:
12161         * gst-libs/gst/net/README:
12162         * gst-libs/gst/net/gstnetbuffer.c:
12163         * gst-libs/gst/net/gstnetbuffer.h:
12164           this was moved to "netbuffer"
12165
12166 2005-11-30  Thomas Vander Stichele  <thomas at apestaart dot org>
12167
12168         * gst-libs/gst/video/gstvideofilter.c: (gst_video_filter_get_type),
12169         (gst_video_filter_class_init), (gst_video_filter_init):
12170         * gst-libs/gst/video/gstvideofilter.h:
12171           borgify name to bring in line with other classes
12172
12173 2005-11-30  Thomas Vander Stichele  <thomas at apestaart dot org>
12174
12175         * gst/audioscale/.cvsignore:
12176         * gst/audioscale/Makefile.am:
12177         * gst/audioscale/README:
12178         * gst/audioscale/audioscale.vcproj:
12179         * gst/audioscale/dtof.c:
12180         * gst/audioscale/dtos.c:
12181         * gst/audioscale/functable.c:
12182         * gst/audioscale/gstaudioscale.c:
12183         * gst/audioscale/gstaudioscale.h:
12184         * gst/audioscale/private.h:
12185         * gst/audioscale/resample.c:
12186         * gst/audioscale/resample.h:
12187         * gst/audioscale/test.c:
12188           remove
12189
12190 2005-11-30  Edward Hervey  <edward@fluendo.com>
12191
12192         * gst-libs/gst/netbuffer/Makefile.am:
12193         really, really tired
12194
12195 2005-11-30  Edward Hervey  <edward@fluendo.com>
12196
12197         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
12198         Update for new GstTypeFindFactory _register()
12199
12200 2005-11-30  Edward Hervey  <edward@fluendo.com>
12201
12202         * gst-libs/gst/netbuffer/Makefile.am: (libgstnetbufferincludedir): 
12203         Let's not override libgstnet from core for no reason...
12204         (libgstnetbuffer_@GST_MAJORMINOR@_la_SOURCES):
12205         Ok, maybe not so quick next time.
12206
12207 2005-11-29  Thomas Vander Stichele  <thomas at apestaart dot org>
12208
12209         * configure.ac:
12210         * gst-libs/gst/Makefile.am:
12211           moved gst-libs/gst/net to netbuffer through CVS surgery
12212           remove old directory
12213           updating build to accomodate
12214           (#322257)
12215
12216 2005-11-29  Andy Wingo  <wingo@pobox.com>
12217
12218         * pkgconfig/gstreamer-plugins-base.pc.in:
12219         * pkgconfig/gstreamer-plugins-base-uninstalled.pc.in:
12220         * gst-libs/gst/net/Makefile.am: Rename gstnet to gstnetbuffer
12221         (#322257).
12222
12223 2005-11-29  Jan Schmidt  <thaytan@mad.scientist.com>
12224
12225         * gst/playback/gststreamselector.c: (gst_stream_selector_chain):
12226         3rd time's the charm. Correct ref-counting for discarded buffers.
12227
12228 2005-11-29  Jan Schmidt  <thaytan@mad.scientist.com>
12229
12230         * gst/playback/gststreamselector.c:
12231         (gst_stream_selector_class_init),
12232         (gst_stream_selector_set_property),
12233         (gst_stream_selector_get_property),
12234         (gst_stream_selector_request_new_pad), (gst_stream_selector_chain):
12235         Fix ref-counting
12236
12237 2005-11-29  Tim-Philipp Müller  <tim at centricular dot net>
12238
12239         * gst/subparse/gstsubparse.c: (feed_textbuf):
12240           Don't access already unref'ed buffer.
12241
12242 2005-11-29  Jan Schmidt  <thaytan@mad.scientist.com>
12243
12244         * gst/playback/gststreamselector.c:
12245         (gst_stream_selector_class_init), (gst_stream_selector_init),
12246         (gst_stream_selector_dispose), (gst_stream_selector_set_property),
12247         (gst_stream_selector_get_property),
12248         (gst_stream_selector_get_linked_pad),
12249         (gst_stream_selector_request_new_pad), (gst_stream_selector_chain):
12250         * gst/playback/gststreamselector.h:
12251         Add the active-pad property for playbin to use shortly. Ignore buffers
12252         from any other pad, returning GST_FLOW_NOT_LINKED
12253
12254 2005-11-29  Julien MOUTTE  <julien@moutte.net>
12255
12256         * ext/ogg/gstoggdemux.c: (gst_ogg_type_find): Free the list,
12257         patch from bug #322704 (Alessandro Decina).
12258
12259 2005-11-29  Thomas Vander Stichele  <thomas at apestaart dot org>
12260
12261         * gst-libs/gst/audio/Makefile.am:
12262           folded audiofilter into the audio library
12263
12264 2005-11-29  Thomas Vander Stichele  <thomas at apestaart dot org>
12265
12266         * gst/videoscale/gstvideoscale.h:
12267         * gst/videoscale/gstvideoscale.c:
12268           remove unimplemented scale methods
12269
12270 2005-11-28  Tim-Philipp Müller  <tim at centricular dot net>
12271
12272         * ext/ogg/gstoggmux.c: (gst_ogg_mux_send_headers):
12273           Don't leak caps.
12274
12275 2005-11-28  Julien MOUTTE  <julien@moutte.net>
12276
12277         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_put),
12278         (gst_ximagesink_setcaps):
12279         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put),
12280         (gst_xvimagesink_setcaps): Fixed a tricky bug. When caps renegotiation
12281         happens (only visible on ximagesink but bug is in xv too) set_caps was
12282         destroying the internal x[v]image used to memcpy non locally alloced
12283         buffers so that it got renewed on next _chain. The issue is that 
12284         _expose will try to put that image as it reffed it in _put.
12285         Using gst_buffer_unref instead of destroy fixes it !
12286
12287 2005-11-28  Edward Hervey  <edward@fluendo.com>
12288
12289         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
12290         (try_to_link_1), (queue_filled_cb):
12291         Better use of the queues. Start with a small size queue and only increase
12292         the size of the queues when the other queues are empty.
12293
12294 2005-11-28  Thomas Vander Stichele  <thomas at apestaart dot org>
12295
12296         * gst-libs/gst/video/Makefile.am:
12297           compile in copied-over videofilter into the video library
12298         * gst-libs/gst/video/videosink.h:
12299           rename the header to gstvideosink.h since it's a base GstObject class
12300         * sys/ximage/ximagesink.h:
12301         * sys/xvimage/xvimagesink.h:
12302           use the new header
12303
12304 2005-11-28  Wim Taymans  <wim@fluendo.com>
12305
12306         * gst/playback/gstplaybasebin.c: (group_commit), (probe_triggered):
12307         * gst/playback/gstplaybasebin.h:
12308         Prepare to handle errors betters.
12309
12310         * gst/playback/gstplaybin.c: (add_sink), (setup_sinks):
12311         Set sinks to PAUSED first before adding and linking them so that
12312         we don't interrupt dataflow.
12313
12314 2005-11-28  Wim Taymans  <wim@fluendo.com>
12315
12316         * gst-libs/gst/audio/TODO:
12317         Updated TODO
12318
12319         * gst-libs/gst/audio/gstaudiosink.c:
12320         (gst_audioringbuffer_open_device),
12321         (gst_audioringbuffer_close_device), (gst_audioringbuffer_acquire),
12322         (gst_audioringbuffer_release):
12323         Small cleanups.
12324
12325         * gst-libs/gst/audio/gstbaseaudiosink.c:
12326         (gst_base_audio_sink_class_init), (gst_base_audio_sink_render),
12327         (gst_base_audio_sink_change_state):
12328         Slave to the master clock when going to PLAYING and unslave when
12329         going to PAUSED.
12330
12331         * gst-libs/gst/audio/gstringbuffer.c:
12332         (gst_ring_buffer_open_device), (gst_ring_buffer_close_device),
12333         (gst_ring_buffer_acquire), (gst_ring_buffer_release),
12334         (gst_ring_buffer_samples_done), (gst_ring_buffer_set_sample),
12335         (gst_ring_buffer_clear_all), (wait_segment),
12336         (gst_ring_buffer_commit), (gst_ring_buffer_read),
12337         (gst_ring_buffer_advance):
12338         * gst-libs/gst/audio/gstringbuffer.h:
12339         Add some docs and cleanups.
12340
12341 2005-11-28  Julien MOUTTE  <julien@moutte.net>
12342
12343         * sys/xvimage/xvimagesink.c:
12344         (gst_xvimagesink_navigation_send_event): Fix navigation events
12345         coordinates translation with pixel aspect ratios.
12346
12347 2005-11-28  Julien MOUTTE  <julien@moutte.net>
12348
12349         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put):
12350         Use calculated video geometry from _setcaps instead of buffer
12351         caps to respect pixel aspect ratio. (fixes #322388)
12352
12353 2005-11-28  Julien MOUTTE  <julien@moutte.net>
12354
12355         * docs/libs/tmpl/gstcolorbalance.sgml:
12356         * docs/libs/tmpl/gstmixer.sgml:
12357         * docs/libs/tmpl/gstxoverlay.sgml:
12358         * gst-libs/gst/interfaces/xoverlay.c: Add docs for the Xoverlay
12359         interface.
12360
12361 2005-11-28  Julien MOUTTE  <julien@moutte.net>
12362
12363         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new):
12364         Refuse to create an XvImage if we can't find the format.
12365
12366 2005-11-28  Edward Hervey  <edward@fluendo.com>
12367
12368         * gst-libs/gst/riff/riff-media.c:
12369         (gst_riff_create_audio_template_caps):
12370         Add ATRAC3 to the list of riff-possible audio caps.
12371         I know we still don't have a plugin for atrac3, but it's saner to output
12372         that than a cryptic mimetype.
12373
12374 2005-11-27  Edward Hervey  <edward@fluendo.com>
12375
12376         * gst-libs/gst/riff/riff-read.c: (gst_riff_parse_strf_auds):
12377         Don't try to create a zero-sized subbuffer.
12378
12379 2005-11-27  Julien MOUTTE  <julien@moutte.net>
12380
12381         * sys/ximage/ximagesink.c: (gst_ximage_buffer_free),
12382         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_put),
12383         (gst_ximagesink_bufferpool_clear), (gst_ximagesink_buffer_alloc),
12384         (gst_ximagesink_expose): Fixed a tricky race.
12385         * sys/ximage/ximagesink.h:
12386         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put),
12387         (gst_xvimagesink_expose): Fixed a tricky race.
12388         * sys/xvimage/xvimagesink.h:
12389
12390 2005-11-27  Edward Hervey  <edward@fluendo.com>
12391
12392         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
12393         (gst_decode_bin_init), (close_pad_link), (try_to_link_1):
12394         Remove unused properties, and add queues between demuxers and decoders
12395         so that a lot more files can preroll properly.
12396
12397 2005-11-27  Thomas Vander Stichele  <thomas at apestaart dot org>
12398
12399         * gst-libs/gst/net/Makefile.am:
12400         * gst-libs/gst/rtp/Makefile.am:
12401         * gst-libs/gst/tag/Makefile.am:
12402           remove silly include
12403         * gst/tags/Makefile.am:
12404         * gst/tags/gsttagediting.c:
12405         * gst/tags/gsttageditingprivate.h:
12406         * gst/tags/tagedit.vcproj:
12407           remove directory, is as good as empty
12408
12409 2005-11-27  Thomas Vander Stichele  <thomas at apestaart dot org>
12410
12411         * configure.ac:
12412           added GST_LIB_LDFLAGS and GST_ALL_LDFLAGS
12413         * gst-libs/Makefile.am:
12414         * gst-libs/gst/audio/Makefile.am:
12415         * gst-libs/gst/interfaces/Makefile.am:
12416         * gst-libs/gst/net/Makefile.am:
12417         * gst-libs/gst/riff/Makefile.am:
12418         * gst-libs/gst/rtp/Makefile.am:
12419         * gst-libs/gst/tag/Makefile.am:
12420         * gst-libs/gst/video/Makefile.am:
12421           and use them
12422
12423 2005-11-27  Julien MOUTTE  <julien@moutte.net>
12424
12425         * docs/libs/tmpl/gstcolorbalance.sgml:
12426         * docs/libs/tmpl/gstmixer.sgml:
12427         * docs/libs/tmpl/gstxoverlay.sgml:
12428         * sys/ximage/ximagesink.c: (gst_ximagesink_buffer_alloc):
12429         * sys/ximage/ximagesink.h:
12430         * sys/xvimage/xvimagesink.h: More and more documentation.
12431
12432 2005-11-26  Julien MOUTTE  <julien@moutte.net>
12433
12434         * docs/libs/gst-plugins-base-libs-docs.sgml:
12435         * docs/libs/gst-plugins-base-libs-sections.txt:
12436         * docs/libs/tmpl/gstcolorbalance.sgml:
12437         * docs/libs/tmpl/gstmixer.sgml:
12438         * docs/libs/tmpl/gstxoverlay.sgml: Add the XOverlay interface
12439         to documentation.
12440
12441 2005-11-26  Julien MOUTTE  <julien@moutte.net>
12442
12443         * docs/plugins/Makefile.am:
12444         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
12445         * docs/plugins/gst-plugins-base-plugins-sections.txt:
12446         * sys/xvimage/xvimagesink.c: Added doc for xvimagesink.
12447
12448 2005-11-26  Julien MOUTTE  <julien@moutte.net>
12449
12450         * docs/plugins/Makefile.am:
12451         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
12452         * docs/plugins/gst-plugins-base-plugins-sections.txt:
12453         * docs/plugins/inspect/plugin-adder.xml:
12454         * docs/plugins/inspect/plugin-alsa.xml:
12455         * docs/plugins/inspect/plugin-audioconvert.xml:
12456         * docs/plugins/inspect/plugin-audiorate.xml:
12457         * docs/plugins/inspect/plugin-audioresample.xml:
12458         * docs/plugins/inspect/plugin-audiotestsrc.xml:
12459         * docs/plugins/inspect/plugin-decodebin.xml:
12460         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
12461         * docs/plugins/inspect/plugin-gnomevfs.xml:
12462         * docs/plugins/inspect/plugin-ogg.xml:
12463         * docs/plugins/inspect/plugin-playbin.xml:
12464         * docs/plugins/inspect/plugin-subparse.xml:
12465         * docs/plugins/inspect/plugin-tcp.xml:
12466         * docs/plugins/inspect/plugin-theora.xml:
12467         * docs/plugins/inspect/plugin-typefindfunctions.xml:
12468         * docs/plugins/inspect/plugin-video4linux.xml:
12469         * docs/plugins/inspect/plugin-videorate.xml:
12470         * docs/plugins/inspect/plugin-videoscale.xml:
12471         * docs/plugins/inspect/plugin-videotestsrc.xml:
12472         * docs/plugins/inspect/plugin-volume.xml:
12473         * docs/plugins/inspect/plugin-vorbis.xml:
12474         * docs/plugins/inspect/plugin-ximagesink.xml:
12475         * docs/plugins/inspect/plugin-xvimagesink.xml: Updated version.
12476         * sys/ximage/ximagesink.c: Adding documentation for ximagesink.
12477
12478 2005-11-26  Edward Hervey  <edward@fluendo.com>
12479
12480         * gst/audiorate/gstaudiorate.c: (gst_audiorate_chain):
12481         Properly return GstFlowReturn from gst_pad_push in chain functions.
12482
12483 2005-11-25  Michael Smith  <msmith@fluendo.com>
12484
12485         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_query_convert),
12486         (gst_ogg_demux_chain_peer), (gst_ogg_demux_perform_seek),
12487         (gst_ogg_demux_read_chain), (gst_ogg_demux_read_end_chain),
12488         (gst_ogg_demux_send_event), (gst_ogg_demux_loop):
12489           Handle various conditions better when we don't understand a stream.
12490           Removes a heap of CRITICALs on ogg streams containing unknown data.
12491
12492 2005-11-24  Andy Wingo  <wingo@pobox.com>
12493
12494         * gst/tcp/gstmultifdsink.c (gst_multifdsink_handle_client_write):
12495         Be threadsafe.
12496
12497 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
12498
12499         * configure.ac: back to HEAD
12500
12501 === release 0.9.6 ===
12502
12503 2005-11-23  Thomas Vander Stichele <thomas at apestaart dot org>
12504
12505         * configure.ac:
12506           releasing 0.9.6, "White Eight"
12507
12508 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
12509
12510         * check/pipelines/simple_launch_lines.c: (GST_START_TEST):
12511         * docs/plugins/inspect/plugin-sine.xml:
12512           remove sinesrc some more
12513
12514 2005-11-23  Wim Taymans  <wim@fluendo.com>
12515
12516         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_read):
12517         If we are reading too slowly, jump forward in the ringbuffer
12518         instead of blocking.
12519
12520 2005-11-23  Jan Schmidt  <thaytan@mad.scientist.com>
12521
12522         * ext/libvisual/visual.c: (gst_visual_src_setcaps), (get_buffer),
12523         (gst_visual_chain):
12524         * ext/theora/theoraenc.c: (theora_enc_sink_setcaps):
12525         * gst/videorate/gstvideorate.c: (gst_videorate_setcaps),
12526         (gst_videorate_chain):
12527         * gst/videotestsrc/gstvideotestsrc.c:
12528         (gst_videotestsrc_src_fixate), (gst_videotestsrc_create):
12529         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get_fps),
12530         (gst_v4lmjpegsrc_src_convert), (gst_v4lmjpegsrc_src_query),
12531         (gst_v4lmjpegsrc_get), (gst_v4lmjpegsrc_getcaps):
12532         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_get_fps),
12533         (gst_v4lsrc_get_fps_list), (gst_v4lsrc_buffer_new):
12534           Updates for API changes
12535
12536 2005-11-23  Wim Taymans  <wim@fluendo.com>
12537
12538         * gst-libs/gst/audio/gstbaseaudiosink.c:
12539         (gst_base_audio_sink_class_init), (gst_base_audio_sink_set_clock),
12540         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
12541         Fix for calibration API change.
12542
12543 2005-11-23  Michael Smith <msmith@fluendo.com>
12544
12545         * gst-libs/gst/audio/multichannel.c:
12546         (gst_audio_get_channel_positions),
12547         (gst_audio_set_channel_positions),
12548         (gst_audio_set_structure_channel_positions_list),
12549         (gst_audio_fixate_channel_positions):
12550           Use gst_value_array_*() functions on value arrays, not
12551           gst_value_list_*().
12552
12553 2005-11-23  Edward Hervey  <edward@fluendo.com>
12554
12555         * autogen.sh:
12556         eheh, sinesrc is gone. Replacing sample srcfile by existing one.
12557         Fixes autogen
12558
12559 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
12560
12561         * check/Makefile.am:
12562         * check/elements/videotestsrc.c: (setup_videotestsrc),
12563         (cleanup_videotestsrc), (GST_START_TEST), (videotestsrc_suite),
12564         (main):
12565           add a test for videotestsrc
12566
12567 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
12568
12569         * gst/sine/.cvsignore:
12570         * gst/sine/Makefile.am:
12571         * gst/sine/gstsinesrc.c:
12572         * gst/sine/gstsinesrc.h:
12573         * gst/sine/sinesrc.vcproj:
12574           and remove sinesrc from the repository.  Closes #321446
12575
12576 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
12577
12578         * configure.ac:
12579         * gst-plugins-base.spec.in:
12580           remove sinesrc from the build
12581
12582 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
12583
12584         * check/Makefile.am:
12585         * check/elements/audiotestsrc.c: (setup_audiotestsrc),
12586         (cleanup_audiotestsrc), (GST_START_TEST), (audiotestsrc_suite),
12587         (main):
12588           add a test for audiotestsrc, testing all waves.  Even seems
12589           leak-free at first glance, nice job Stefan
12590
12591 2005-11-23  Jan Schmidt  <thaytan@mad.scientist.com>
12592
12593         * po/af.po:
12594         * po/az.po:
12595         * po/cs.po:
12596         * po/en_GB.po:
12597         * po/hu.po:
12598         * po/it.po:
12599         * po/nb.po:
12600         * po/nl.po:
12601         * po/or.po:
12602         * po/sq.po:
12603         * po/sr.po:
12604         * po/sv.po:
12605         * po/uk.po:
12606         * po/vi.po:
12607           Translation string updates
12608
12609         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_fixate), (gst_v4lsrc_get_caps),
12610         (gst_v4lsrc_set_caps):
12611         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_get_fps),
12612         (gst_v4lsrc_get_fps_list), (gst_v4lsrc_buffer_new):
12613         * sys/v4l/v4lsrc_calls.h:
12614           Improve v4lsrc, by making it work again.
12615
12616 2005-11-23  Jan Schmidt  <thaytan@mad.scientist.com>
12617
12618         * ext/libvisual/visual.c: (gst_visual_chain):
12619           Fix the fps calculations.
12620
12621         * gst/ffmpegcolorspace/avcodec.h:
12622           Move structure element for clarity
12623
12624         * gst-libs/gst/interfaces/tunernorm.c: (gst_tuner_norm_init):
12625         * gst-libs/gst/interfaces/tunernorm.h:
12626         * sys/v4l/gstv4ljpegsrc.c: (gst_v4ljpegsrc_src_link):
12627         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_base_init):
12628         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_base_init),
12629         (gst_v4lmjpegsrc_get_fps), (gst_v4lmjpegsrc_src_convert),
12630         (gst_v4lmjpegsrc_src_query), (gst_v4lmjpegsrc_get),
12631         (gst_v4lmjpegsrc_getcaps):
12632         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_fixate), (gst_v4lsrc_get_caps),
12633         (gst_v4lsrc_set_caps):
12634         * sys/v4l/gstv4lsrc.h:
12635         * sys/v4l/v4l_calls.c: (gst_v4l_open):
12636         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_get_fps),
12637         (gst_v4lsrc_get_fps_list), (gst_v4lsrc_buffer_new):
12638         * sys/v4l/v4lsrc_calls.h:
12639           Fractional framerates...
12640
12641 2005-11-22  Wim Taymans  <wim@fluendo.com>
12642
12643         * gst-libs/gst/audio/gstbaseaudiosink.c:
12644         (gst_base_audio_sink_class_init), (gst_base_audio_sink_set_clock),
12645         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
12646         And we provide a clock by default, of course...
12647
12648 2005-11-22  Wim Taymans  <wim@fluendo.com>
12649
12650         * gst-libs/gst/audio/gstaudioclock.c: (gst_audio_clock_init):
12651         This clock can be slaved to a master clock now.
12652
12653         * gst-libs/gst/audio/gstbaseaudiosink.c:
12654         (gst_base_audio_sink_class_init), (gst_base_audio_sink_init),
12655         (gst_base_audio_sink_dispose), (gst_base_audio_sink_provide_clock),
12656         (gst_base_audio_sink_set_clock),
12657         (gst_base_audio_sink_set_property),
12658         (gst_base_audio_sink_get_property), (gst_base_audio_sink_preroll),
12659         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
12660         * gst-libs/gst/audio/gstbaseaudiosink.h:
12661         Handle slaving the internal clock to the clock selected in the
12662         pipeline.
12663         Add property to make the basesink not provide a clock.
12664
12665         * gst-libs/gst/rtp/gstbasertpdepayload.c:
12666         (gst_base_rtp_depayload_class_init), (gst_base_rtp_depayload_init),
12667         (gst_base_rtp_depayload_wait):
12668         * gst-libs/gst/rtp/gstbasertpdepayload.h:
12669         We can use the clock in GstElement, no need to store it ourselves.
12670
12671 2005-11-22  Thomas Vander Stichele  <thomas at apestaart dot org>
12672
12673         * docs/libs/tmpl/gstaudio.sgml:
12674           update
12675         * ext/cdparanoia/gstcdparanoia.c: (gst_paranoia_mode_get_type),
12676         (gst_paranoia_endian_get_type):
12677         * ext/theora/theoraenc.c: (gst_border_mode_get_type):
12678         * gst/audioscale/gstaudioscale.c: (gst_audioscale_method_get_type):
12679         * gst/audiotestsrc/gstaudiotestsrc.c:
12680         (gst_audiostestsrc_wave_get_type):
12681         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type):
12682         * gst/tcp/gstfdset.c: (gst_fdset_mode_get_type):
12683         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
12684         (gst_sync_method_get_type), (gst_unit_type_get_type),
12685         (gst_client_status_get_type), (gst_multifdsink_class_init),
12686         (gst_multifdsink_new_client), (gst_multifdsink_recover_client),
12687         (gst_multifdsink_queue_buffer), (gst_multifdsink_set_property),
12688         (gst_multifdsink_get_property):
12689         * gst/tcp/gstmultifdsink.h:
12690         * gst/videoscale/gstvideoscale.c: (gst_videoscale_method_get_type):
12691         * gst/videotestsrc/gstvideotestsrc.c:
12692         (gst_videotestsrc_pattern_get_type):
12693           remove deprecated properties
12694           fix up enums to correctly have short lowercase dashed nicks
12695
12696 2005-11-22  Michael Smith <msmith@fluendo.com>
12697
12698         * gst/videorate/gstvideorate.c: (gst_videorate_chain):
12699         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_create):
12700           Add underscore.
12701
12702 2005-11-22  Michael Smith <msmith@fluendo.com>
12703
12704         * gst/videorate/gstvideorate.c: (gst_videorate_chain):
12705         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_create):
12706           Use utility method for scaling clocktime for fractional framerates.
12707
12708 2005-11-22  Jan Schmidt  <thaytan@mad.scientist.com>
12709
12710         * ext/libvisual/visual.c: (gst_visual_src_setcaps), (get_buffer),
12711         (gst_visual_chain):
12712         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
12713         * ext/theora/theoradec.c: (theora_handle_type_packet):
12714         * ext/theora/theoraenc.c: (theora_enc_sink_setcaps),
12715         (theora_enc_chain):
12716         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
12717         * gst-libs/gst/video/video.c: (gst_video_frame_rate):
12718         * gst-libs/gst/video/video.h:
12719         * gst/ffmpegcolorspace/avcodec.h:
12720         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
12721         (gst_ffmpeg_caps_to_pixfmt):
12722         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
12723         (gst_ffmpegcsp_set_caps):
12724         * gst/videorate/gstvideorate.c: (gst_videorate_transformcaps),
12725         (gst_videorate_setcaps), (gst_videorate_blank_data),
12726         (gst_videorate_chain):
12727         * gst/videotestsrc/gstvideotestsrc.c:
12728         (gst_videotestsrc_src_fixate), (gst_videotestsrc_getcaps),
12729         (gst_videotestsrc_parse_caps), (gst_videotestsrc_setcaps),
12730         (gst_videotestsrc_event), (gst_videotestsrc_create):
12731         * gst/videotestsrc/gstvideotestsrc.h:
12732         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
12733         (gst_ximagesink_setcaps), (gst_ximagesink_change_state),
12734         (gst_ximagesink_get_times), (gst_ximagesink_init):
12735         * sys/ximage/ximagesink.h:
12736         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
12737         (gst_xvimagesink_setcaps), (gst_xvimagesink_change_state),
12738         (gst_xvimagesink_get_times), (gst_xvimagesink_init):
12739         * sys/xvimage/xvimagesink.h:
12740           Convert elements to use fractions for their framerate.
12741           V4L elements to come later tonight.
12742
12743 2005-11-22  Thomas Vander Stichele  <thomas at apestaart dot org>
12744
12745         * gst-libs/gst/audio/audio.c:
12746         * gst-libs/gst/audio/audio.h:
12747           remove some deprecated functions
12748
12749 2005-11-22  Andy Wingo  <wingo@pobox.com>
12750
12751         * Update for gst_tag_setter API changes.
12752
12753 2005-11-22  Andy Wingo  <wingo@pobox.com>
12754
12755         * ext/ogg/gstoggdemux.c (gst_ogg_pad_submit_packet)
12756         (gst_ogg_demux_perform_seek):
12757         * ext/theora/theoradec.c (theora_dec_sink_event):
12758         * ext/vorbis/vorbisdec.c (vorbis_dec_sink_event): Run
12759         update-funcnames.
12760
12761 2005-11-22  Wim Taymans  <wim@fluendo.com>
12762
12763         * examples/seeking/seek.c: (main):
12764         Give higher priority to bus signals than the gtk events
12765         to fix a race condition in the segment looping.
12766
12767 2005-11-22  Tim-Philipp Müller  <tim at centricular dot net>
12768
12769         * ext/theora/Makefile.am:
12770         * ext/vorbis/Makefile.am:
12771         * gst-libs/gst/tag/Makefile.am:
12772         * gst-plugins-base.spec.in:
12773           Rename libgsttagedit to libgsttag (#322117).
12774
12775 2005-11-22  Tim-Philipp Müller  <tim at centricular dot net>
12776
12777         * sys/ximage/ximagesink.c: (gst_ximagesink_setcaps):
12778         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps):
12779           Call gst_x_overlay_prepare_xwindow_id() to give applications
12780           a final chance to set their own xwindow id before the video
12781           sink creates its own window.
12782
12783 2005-11-22  Julien MOUTTE  <julien@moutte.net>
12784
12785         * sys/xvimage/xvimagesink.c:
12786         (gst_xvimagesink_navigation_send_event): Handle navigation
12787         events correcly with borders if applicable.
12788
12789 2005-11-22  Tim-Philipp Müller  <tim at centricular dot net>
12790
12791         Patch by: Luca Ognibene
12792
12793         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
12794         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt):
12795         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
12796         (gst_ffmpegcsp_caps_remove_format_info):
12797         * gst/ffmpegcolorspace/imgconvert.c:
12798         * gst/ffmpegcolorspace/imgconvert_template.h:
12799           Forward-port fixes from the 0.8 branch (patch by Luca Ognibene,
12800           #318353); use gst_structure_has_name().
12801
12802 2005-11-22  Julien MOUTTE  <julien@moutte.net>
12803
12804         * sys/ximage/ximagesink.c: (gst_ximagesink_event_thread),
12805         (gst_ximagesink_class_init): Add debug macros on functions.
12806         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
12807         (gst_xvimagesink_xwindow_draw_borders),
12808         (gst_xvimagesink_xvimage_put),
12809         (gst_xvimagesink_xwindow_update_geometry),
12810         (gst_xvimagesink_handle_xevents), (gst_xvimagesink_get_xv_support),
12811         (gst_xvimagesink_event_thread), (gst_xvimagesink_xcontext_get),
12812         (gst_xvimagesink_xcontext_clear),
12813         (gst_xvimagesink_get_format_from_caps), (gst_xvimagesink_setcaps),
12814         (gst_xvimagesink_change_state), (gst_xvimagesink_show_frame),
12815         (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_set_xwindow_id),
12816         (gst_xvimagesink_expose), (gst_xvimagesink_set_property),
12817         (gst_xvimagesink_get_property), (gst_xvimagesink_finalize),
12818         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
12819         * sys/xvimage/xvimagesink.h: Refactoring to handle aspect ratio,
12820         expose while being PAUSED, out of data flow navigation events, etc..
12821
12822 2005-11-22  Thomas Vander Stichele  <thomas at apestaart dot org>
12823
12824         * gst-libs/gst/audio/audio.c: (gst_audio_duration_from_pad_buffer):
12825         * gst-libs/gst/audio/audio.h:
12826           fix prototype - wondering why the test worked regardless
12827
12828 2005-11-21  Thomas Vander Stichele  <thomas at apestaart dot org>
12829
12830         * check/Makefile.am:
12831         * gst-libs/gst/audio/audio.c: (gst_audio_duration_from_pad_buffer):
12832         * gst-libs/gst/audio/audio.h:
12833           add a method that returns a proper GstClockTime
12834
12835 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
12836
12837         * gst-libs/gst/interfaces/xoverlay.c: (gst_x_overlay_base_init),
12838         (gst_x_overlay_got_xwindow_id), (gst_x_overlay_prepare_xwindow_id):
12839         * gst-libs/gst/interfaces/xoverlay.h:
12840           Remove everything having to do with the desired size; add 
12841           gst_x_overlay_prepare_xwindow_id() function; remove the
12842           'have-xwindow-id' signal and make gst_x_overlay_got_xwindow_id()
12843           post a message on the bus instead (#321816).
12844
12845         * sys/ximage/ximagesink.c: (gst_ximagesink_xoverlay_init):
12846         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps),
12847         (gst_xvimagesink_xoverlay_init):
12848           Remove desired size stuff (#321816).
12849
12850 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
12851
12852         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find),
12853         (mpeg2_sys_type_find), (mpeg1_sys_type_find),
12854         (mpeg_video_type_find), (mpeg_video_stream_type_find):
12855           Terminate vararg functions with NULL instead of 0 to 
12856           make gcc4 happy.
12857
12858 2005-11-21  Andy Wingo  <wingo@pobox.com>
12859
12860         patch by: Sebastien Cote <sebas642@yahoo.ca>
12861         
12862         * gst-libs/gst/rtp/gstrtpbuffer.h: 
12863         * gst-libs/gst/rtp/gstrtpbuffer.c
12864         (gst_rtpbuffer_get_payload_buffer): New function. Fixes #321451.
12865
12866 2005-11-21  Andy Wingo  <wingo@pobox.com>
12867
12868         * gst/playback/gstplaybin.c (gen_audio_element) 
12869         (gen_video_element): Use the new MISSING_PLUGIN core error
12870         category. Closes #320060.
12871
12872         * ext/vorbis/vorbisdec.c (vorbis_dec_sink_event): 
12873         * gst/videorate/gstvideorate.c (gst_videorate_event):
12874         * ext/theora/theoradec.c (theora_dec_sink_event): 
12875         * ext/theora/theoraenc.c (theora_enc_sink_event): Don't take
12876         stream lock.
12877
12878         * gst/subparse/gstsubparse.c (gst_subparse_src_event):
12879         * ext/ogg/gstoggdemux.c (gst_ogg_demux_perform_seek): Update for
12880         stream lock changes.
12881
12882 2005-11-21  Wim Taymans  <wim@fluendo.com>
12883
12884         * gst-libs/gst/audio/gstbaseaudiosink.c:
12885         (gst_base_audio_sink_class_init), (gst_base_audio_sink_init),
12886         (gst_base_audio_sink_provide_clock),
12887         (gst_base_audio_sink_set_clock), (gst_base_audio_sink_render),
12888         (gst_base_audio_sink_change_state):
12889         * gst/audioresample/gstaudioresample.c:
12890         Segment update fix.
12891
12892 2005-11-21  Andy Wingo  <wingo@pobox.com>
12893
12894         * *.h:
12895         * *.c: Ran scripts/update-macros. Oh yes.
12896
12897 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
12898
12899         * sys/ximage/Makefile.am:
12900         * sys/ximage/ximage.c:
12901           Rename ximage plugin to ximagesink (#321426) (Don't forget to
12902           remove your old libgstximage.* manually if necessary).
12903
12904 2005-11-21  Michael Smith <msmith@fluendo.com>
12905
12906         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_setup):
12907           Minimal fix for bug #320200: set the min/max bitrate in the correct
12908           units. A better fix would be to upgrade to the RATEMANAGE2
12909           interface, rather than using the deprecated interface used here, but
12910           that would require an update in our libvorbis dependency (to 1.1),
12911           which is probably undesirable.
12912
12913 2005-11-21  Jan Schmidt  <thaytan@mad.scientist.com>
12914
12915         * ext/libvisual/visual.c: (get_buffer):
12916         * gst-libs/gst/audio/gstbaseaudiosrc.c:
12917         (gst_base_audio_src_fixate):
12918         * gst/audioconvert/gstaudioconvert.c:
12919         (gst_audio_convert_fixate_caps):
12920         * gst/audioscale/gstaudioscale.c: (gst_audioscale_fixate):
12921         * gst/audiotestsrc/gstaudiotestsrc.c:
12922         (gst_audiotestsrc_src_fixate):
12923         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_fixate):
12924         * gst/videorate/gstvideorate.c: (gst_videorate_setcaps):
12925         * gst/videoscale/gstvideoscale.c: (gst_videoscale_fixate_caps):
12926         * gst/videotestsrc/gstvideotestsrc.c:
12927         (gst_videotestsrc_src_fixate):
12928         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_fixate):
12929         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_fixate):
12930           Rename gst_caps_structure_fixate_* to gst_structure_fixate_*
12931           (#322027)
12932
12933
12934 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
12935
12936         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
12937         (gst_riff_create_iavs_caps):
12938         * gst-libs/gst/riff/riff-read.c: (gst_riff_parse_file_header),
12939         (gst_riff_parse_strh), (gst_riff_parse_strf_vids),
12940         (gst_riff_parse_info):
12941         * gst/videotestsrc/videotestsrc.c: (paintinfo_find_by_structure):
12942         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_set_caps):
12943         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps):
12944           Fixes for GST_FOURCC_FORMAT API change.
12945
12946 2005-11-21  Andy Wingo  <wingo@pobox.com>
12947
12948         patch by: Alessandro Dessina <alessandro nnva org>
12949
12950         * ext/ogg/gstoggmux.c (gst_ogg_mux_set_header_on_caps):
12951         * ext/ogg/gstoggparse.c (gst_ogg_parse_append_header)
12952         (gst_ogg_parse_chain):
12953         * ext/theora/theoraenc.c (theora_set_header_on_caps):
12954         * ext/vorbis/vorbisenc.c (gst_vorbisenc_set_header_on_caps):
12955         * ext/vorbis/vorbisparse.c (vorbis_parse_set_header_on_caps): Fix
12956         gst_value_list calls on arrays. Fixes #321962.
12957
12958 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
12959
12960         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
12961         (gst_ogg_mux_request_new_pad), (gst_ogg_mux_queue_pads),
12962         (gst_ogg_mux_clear_collectpads), (gst_ogg_mux_change_state):
12963         * gst/adder/gstadder.c: (gst_adder_init),
12964         (gst_adder_request_new_pad), (gst_adder_collected),
12965         (gst_adder_change_state):
12966           Update for gst_collectpads_foo() to gst_collect_pads_foo()
12967           API change.
12968
12969 2005-11-21  Michael Smith <msmith@fluendo.com>
12970
12971         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_clear),
12972         (gst_vorbisenc_chain), (gst_vorbisenc_output_buffers):
12973           Properly handle pad_push return values.
12974
12975 2005-11-20  Jan Schmidt  <thaytan@mad.scientist.com>
12976
12977         * gst-libs/gst/tag/Makefile.am:
12978         * gst-libs/gst/tag/gstvorbistag.c:
12979         (gst_tag_list_to_vorbiscomment_buffer):
12980           Remove obsolete vorbistag element and debug category.
12981
12982         * gst/playback/gstplaybasebin.c: (check_queue):
12983           Don't divide by 0 when queue-threshold is 0.
12984
12985         * sys/ximage/ximagesink.c: (gst_ximagesink_set_property):
12986           Don't modify an existing pixel-aspect-ratio if we fail to read
12987           a new one.
12988
12989 2005-11-20  Wim Taymans  <wim@fluendo.com>
12990
12991         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_push_buffer),
12992         (gst_vorbisenc_push_packet):
12993         GST_PAD_IS_USABLE is gone, use the return value of
12994         the push or pad_alloc_buffer instead.
12995
12996 2005-11-18  Julien MOUTTE  <julien@moutte.net>
12997
12998         * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
12999         (gst_ximagesink_check_xshm_calls), (gst_ximagesink_ximage_new),
13000         (gst_ximagesink_ximage_destroy),
13001         (gst_ximagesink_xwindow_draw_borders), (gst_ximagesink_ximage_put),
13002         (gst_ximagesink_xwindow_new),
13003         (gst_ximagesink_xwindow_update_geometry),
13004         (gst_ximagesink_handle_xevents), (gst_ximagesink_event_thread),
13005         (gst_ximagesink_xcontext_get), (gst_ximagesink_xcontext_clear),
13006         (gst_ximagesink_bufferpool_clear), (gst_ximagesink_getcaps),
13007         (gst_ximagesink_setcaps), (gst_ximagesink_change_state),
13008         (gst_ximagesink_show_frame), (gst_ximagesink_buffer_alloc),
13009         (gst_ximagesink_navigation_send_event),
13010         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_expose),
13011         (gst_ximagesink_set_property), (gst_ximagesink_get_property),
13012         (gst_ximagesink_finalize), (gst_ximagesink_init),
13013         (gst_ximagesink_class_init):
13014         * sys/ximage/ximagesink.h: Refactoring of ximagesink.
13015         This new version brings correct software scaling, non flickering
13016         window while resizing, pixel aspect ratio handling, usage of
13017         hardware buffer pools, out of data flow event thread for 
13018         navigation and handling of expose events even when being PAUSED,
13019         a new property to keep video aspect ratio when resizing, etc...
13020
13021 2005-11-18  Julien MOUTTE  <julien@moutte.net>
13022
13023         * gst/videoscale/gstvideoscale.c: (gst_videoscale_class_init),
13024         (gst_videoscale_fixate_caps): Introduce back caps fixate with
13025         handling of PAR.
13026
13027 2005-11-18  Edward Hervey  <bilboed@dvdsrc.fluendo.com>
13028
13029         * gst/playback/gstdecodebin.c: (gst_decode_bin_init): 
13030         Unsetting IS_SINK flag from the fakesink, so decodebin
13031         never behaves as a sink.
13032
13033 2005-11-17  Wim Taymans  <wim@fluendo.com>
13034
13035         * gst-libs/gst/audio/gstbaseaudiosrc.c:
13036         (gst_base_audio_src_change_state):
13037         Fix the audiosrc base class again, we did not unflush.
13038
13039 2005-11-17  Julien MOUTTE  <julien@moutte.net>
13040
13041         * examples/seeking/seek.c: (make_dv_pipeline),
13042         (make_vorbis_theora_pipeline), (make_avi_pipeline),
13043         (make_mpegnt_pipeline): Use VSINK everywhere, add a scaler
13044         to ogg/vorbis/theora pipeline.
13045
13046 2005-11-17  Wim Taymans  <wim@fluendo.com>
13047
13048         * ext/ogg/gstoggmux.c: (gst_ogg_mux_queue_pads),
13049         (gst_ogg_mux_get_headers), (gst_ogg_mux_send_headers),
13050         (gst_ogg_mux_collected), (gst_ogg_mux_change_state):
13051         Fix EOS on multiple streams.
13052         More debugging.
13053
13054 2005-11-16  Wim Taymans  <wim@fluendo.com>
13055
13056         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_configure_segment),
13057         (gst_ogg_demux_perform_seek):
13058         Segment done must include stream time.
13059
13060         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
13061         (gst_ogg_mux_clear), (gst_ogg_mux_init), (gst_ogg_mux_finalize),
13062         (gst_ogg_mux_change_state):
13063         Fix ogg muxer again.
13064
13065 2005-11-16  Wim Taymans  <wim@fluendo.com>
13066
13067         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_init):
13068         Fix compile again.
13069
13070 2005-11-16  Thomas Vander Stichele  <thomas at apestaart dot org>
13071
13072         * ext/libvisual/visual.c: (gst_visual_init):
13073         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_init):
13074         * ext/ogg/gstoggparse.c: (gst_ogg_parse_init),
13075         (gst_ogg_parse_chain):
13076         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_init),
13077         (gst_ogm_video_parse_init), (gst_ogm_text_parse_init):
13078         * ext/theora/theoradec.c: (gst_theora_dec_init):
13079         * ext/theora/theoraenc.c: (gst_theora_enc_init):
13080         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init):
13081         * ext/vorbis/vorbisparse.c: (gst_vorbis_parse_init):
13082         * gst/adder/gstadder.c: (gst_adder_class_init),
13083         (gst_adder_dispose):
13084         * gst/audiorate/gstaudiorate.c: (gst_audiorate_init):
13085         * gst/subparse/gstsubparse.c: (gst_subparse_init):
13086         * gst/videorate/gstvideorate.c: (gst_videorate_init):
13087           Fix a whole set of pad template leaks
13088
13089 2005-11-16  Thomas Vander Stichele  <thomas at apestaart dot org>
13090
13091         * check/generic/states.c: (GST_START_TEST):
13092           fix the test so that it only checks for elements that are part of
13093           this source module
13094
13095 2005-11-16  Michael Smith <msmith@fluendo.com>
13096
13097         * ext/ogg/gstoggmux.c: (gst_ogg_mux_clear), (gst_ogg_mux_reset),
13098         (gst_ogg_mux_init), (gst_ogg_mux_request_new_pad),
13099         (gst_ogg_mux_push_buffer), (gst_ogg_mux_dequeue_page),
13100         (gst_ogg_mux_pad_queue_page), (gst_ogg_mux_queue_pads),
13101         (gst_ogg_mux_collected), (gst_ogg_mux_clear_collectpads),
13102         (gst_ogg_mux_change_state):
13103           Fix leaking collectpads.
13104
13105 2005-11-16  Edward Hervey  <edward@fluendo.com>
13106
13107         * gst/videorate/gstvideorate.c: (gst_videorate_blank_data),
13108         (gst_videorate_event), (gst_videorate_chain):
13109         Handle segment seeks
13110
13111 2005-11-16  Wim Taymans  <wim@fluendo.com>
13112
13113         * gst-libs/gst/audio/gstbaseaudiosink.c:
13114         (gst_base_audio_sink_provide_clock),
13115         (gst_base_audio_sink_change_state):
13116         Set ringbuffer to non-flushing when going to PAUSED, set to
13117         flushing again when going to READY.
13118
13119         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_init),
13120         (gst_ring_buffer_stop):
13121         Start in flushing mode by default.
13122         Don't set flushing in the _stop method, let the app call
13123         this explicitly.
13124
13125 2005-11-16  Julien MOUTTE  <julien@moutte.net>
13126
13127         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_center_rect):
13128         * gst-libs/gst/video/videosink.h: Add helper function needed
13129         for video sinks.
13130
13131 2005-11-16  Tim-Philipp Müller  <tim at centricular dot net>
13132
13133         * gst/videoscale/gstvideoscale.c:
13134         (gst_videoscale_handle_src_event):
13135           Don't leak reference to pad parent.
13136
13137 2005-11-16  Wim Taymans  <wim@fluendo.com>
13138
13139         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_stop):
13140         Set ringbuffer to flushing when stopping so that we don't
13141         block on wait_segment anymore and livelock.
13142
13143 2005-11-16  Wim Taymans  <wim@fluendo.com>
13144
13145         * examples/seeking/seek.c: (send_event), (do_seek),
13146         (loop_toggle_cb), (segment_done), (main):
13147         Added looping checkbox.
13148
13149 2005-11-16  Thomas Vander Stichele  <thomas at apestaart dot org>
13150
13151         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
13152         (gst_ogg_demux_init):
13153         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_base_init),
13154         (gst_vorbis_dec_init):
13155           revert unrefs, they don't pass make check
13156
13157 2005-11-15  Johan Dahlin  <johan@gnome.org>
13158
13159         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
13160         (gst_ogg_demux_init), (gst_ogg_demux_finalize):
13161         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_base_init),
13162         (gst_vorbis_dec_init):
13163         Fix pad template leaks. 
13164
13165 2005-11-15  Tim-Philipp Müller  <tim at centricular dot net>
13166
13167         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state):
13168           Make state change function thread safe.
13169
13170 2005-11-15  Edward Hervey  <edward@fluendo.com>
13171
13172         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_receive_event),
13173         (gst_ogg_demux_class_init):
13174         Implement GstElement::send_event, so we can send seek events
13175         in GST_STATE_READY
13176
13177 2005-11-14  Julien MOUTTE  <julien@moutte.net>
13178
13179         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_new):
13180         Discovered how to take away flickering while resizing the
13181         window. Please don't put that in ximagesink, refactoring in
13182         progress.
13183
13184 2005-11-14  Michael Smith <msmith@fluendo.com>
13185
13186         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_client_queue_data),
13187         (gst_multifdsink_render):
13188           Don't leak GDP headers when using GDP mode (i.e. tcpserversink).
13189
13190 2005-11-14  Tim-Philipp Müller  <tim at centricular dot net>
13191
13192         * gst/playback/gstplaybin.c: (gen_audio_element):
13193           Use autoaudiosink, it tends to be more widely available than
13194           autoaudiiosink.
13195           
13196 2005-11-14  Andy Wingo  <wingo@pobox.com>
13197
13198         * gst/playback/gstplaybin.c (gen_audio_element): Use autoaudiosink
13199         as well if it is available. Fixes #316442.
13200
13201 2005-11-14  Michael Smith <msmith@fluendo.com>
13202
13203         * ext/ogg/gstoggmux.c: (gst_ogg_mux_clear), (gst_ogg_mux_init),
13204         (gst_ogg_mux_sinkconnect), (gst_ogg_mux_request_new_pad),
13205         (gst_ogg_mux_push_buffer), (gst_ogg_mux_dequeue_page),
13206         (gst_ogg_mux_pad_queue_page), (gst_ogg_mux_queue_pads),
13207         (gst_ogg_mux_set_header_on_caps), (gst_ogg_mux_collected),
13208         (gst_ogg_mux_clear_collectpads), (gst_ogg_mux_change_state):
13209         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_buffer_from_packet),
13210         (gst_vorbisenc_change_state):
13211           Fix a small memory leak in vorbisenc.
13212           Fix large memory leaks in oggmux, also fix lots of state change
13213           bugs in oggmux.
13214
13215 2005-11-14  Thomas Vander Stichele  <thomas at apestaart dot org>
13216
13217         * gst/videotestsrc/gstvideotestsrc.c:
13218         (gst_videotestsrc_class_init), (gst_videotestsrc_init),
13219         (gst_videotestsrc_src_fixate):
13220           move fixation to a fixate function
13221           remove negotiate function, basesrc's is good enough
13222           fixes a bug for check when using the element alone
13223
13224 2005-11-13  Edward Hervey  <edward@fluendo.com>
13225
13226         * examples/seeking/seek.c: (do_seek), (accurate_toggle_cb),
13227         (key_toggle_cb), (main):
13228         Added checkboxes for adding/removing the accurate and key_unit seek
13229         flags.
13230
13231 2005-11-11  Thomas Vander Stichele  <thomas at apestaart dot org>
13232
13233         * configure.ac: back to HEAD
13234
13235 === release 0.9.5 ===
13236
13237 2005-11-11  Thomas Vander Stichele <thomas at apestaart dot org>
13238
13239         * configure.ac:
13240           releasing 0.9.5, "No No Kia"
13241
13242 2005-11-11  Edward Hervey  <edward@fluendo.com>
13243
13244         * examples/seeking/seek.c: (make_parselaunch_pipeline):
13245         Added parse-launch syntax seeking mode for the seeking example.
13246         This should help stress-test even more cases.
13247         Ex usage : ./seek 15 "filesrc location=uranus.avi ! decodebin ! xvimagesink"
13248
13249 2005-11-11  Tim-Philipp Müller  <tim at centricular dot net>
13250
13251         * sys/xvimage/xvimagesink.c:
13252         (gst_xvimagesink_navigation_send_event):
13253           Check whether peer pad exists before sending navigation events
13254           to it.
13255
13256 2005-11-11  Michael Smith <msmith@fluendo.com>
13257
13258         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_setup),
13259         (gst_vorbisenc_buffer_from_packet):
13260         * ext/vorbis/vorbisenc.h:
13261           Set duration on encoded buffers. This allows oggmux's
13262           max_page_delay parameter to actually work.
13263
13264 2005-11-11  Tim-Philipp Müller  <tim at centricular dot net>
13265
13266         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
13267         (gst_ffmpeg_get_palette), (gst_ffmpeg_set_palette),
13268         (gst_ffmpegcsp_avpicture_fill):
13269         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
13270         (gst_ffmpegcsp_get_unit_size), (gst_ffmpegcsp_transform):
13271           Make palettes work again (see #132341). Use our own macros
13272           for rounding up.
13273
13274 2005-11-10  Andy Wingo  <wingo@pobox.com>
13275
13276         * gst/playback/gstplaybasebin.c (prepare_output): Fix format
13277         string doober.
13278
13279 2005-11-10  Thomas Vander Stichele  <thomas at apestaart dot org>
13280
13281         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
13282         (gst_ffmpegcsp_transform_caps):
13283           Prefer passthrough in transform_caps
13284
13285 2005-11-10  Thomas Vander Stichele  <thomas at apestaart dot org>
13286
13287         * ext/alsa/gstalsasink.c: (gst_alsasink_open):
13288           check for ALSA errors properly, instead of relying on ALSA's
13289           error strings to serve to the user.
13290
13291 2005-11-10  Wim Taymans  <wim@fluendo.com>
13292
13293         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_event), (gst_ogg_demux_init),
13294         (gst_ogg_demux_configure_segment), (gst_ogg_demux_perform_seek),
13295         (gst_ogg_demux_loop), (gst_ogg_demux_change_state):
13296         Modernise the seek code.
13297
13298 2005-11-10  Michael Smith <msmith@fluendo.com>
13299         
13300         * gst/playback/gstplaybasebin.c: (group_commit), (new_decoded_pad),
13301         (setup_substreams), (set_active_source):
13302           Unlock GROUP_LOCK in failure cases, so that we don't deadlock when
13303           trying to go to NULL if we failed to read a file.
13304
13305 2005-11-10  Wim Taymans  <wim@fluendo.com>
13306
13307         * gst/audiotestsrc/gstaudiotestsrc.c:
13308         (gst_audiotestsrc_class_init), (gst_audiotestsrc_get_times),
13309         (gst_audiotestsrc_create):
13310         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
13311         (gst_sinesrc_get_times), (gst_sinesrc_create):
13312         * gst/videotestsrc/gstvideotestsrc.c:
13313         (gst_videotestsrc_class_init), (gst_videotestsrc_get_times),
13314         (gst_videotestsrc_create):
13315         The base class can now sync for us.
13316
13317 2005-11-10  Thomas Vander Stichele  <thomas at apestaart dot org>
13318
13319         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_fixate): Check if the caps have
13320           a fourcc field. Fixes crash for gst-launch-0.9 v4lsrc
13321           name=source autoprobe=false autoprobe-fps=false copy-mode=1
13322           device=/dev/video0 ! ffmpegcolorspace ! "video/x-raw-yuv,
13323           format=(fourcc)I420" ! xvimagesink
13324
13325 2005-11-10  Tim-Philipp Müller  <tim at centricular dot net>
13326
13327         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
13328         (gst_sinesrc_get_query_types), (gst_sinesrc_src_query),
13329         (gst_sinesrc_newsegment):
13330           Send newsegment event in TIME format, set duration if
13331           num-buffers is set, fix duration querying.
13332
13333 2005-11-10  Michael Smith <msmith@fluendo.com>
13334
13335         * ext/ogg/gstoggmux.c: (gst_ogg_mux_request_new_pad),
13336         (gst_ogg_mux_push_buffer), (gst_ogg_mux_dequeue_page),
13337         (gst_ogg_mux_pad_queue_page), (gst_ogg_mux_queue_pads),
13338         (gst_ogg_mux_collected):
13339          Fix EOS handling, partially. Now forwarding an EOS event once we have
13340          EOS on all pads works correctly. However, we still don't properly set
13341          EOS on the actual ogg stream pages.
13342
13343 2005-11-09  Tim-Philipp Müller  <tim at centricular dot net>
13344
13345         * gst/playback/gstplaybin.c: (gst_play_bin_dispose):
13346           Set elements to NULL state before disposing of them.
13347
13348 2005-11-08  Sebastien Cote  <sebas642 at yahoo dot ca>
13349
13350         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
13351
13352         * gst-libs/gst/rtp/gstbasertpdepayload.c:
13353         (gst_base_rtp_depayload_init),
13354         (gst_base_rtp_depayload_set_gst_timestamp):
13355         * gst-libs/gst/rtp/gstbasertpdepayload.h:
13356           We need to send a newsegment event for each instance, not
13357           just for the first instance of this class (get rid of
13358           static variable in function). (#321011).
13359           
13360 2005-11-08  Michael Smith <msmith@fluendo.com>
13361
13362         * ext/ogg/gstoggmux.c: (gst_ogg_mux_request_new_pad),
13363         (gst_ogg_mux_buffer_from_page), (gst_ogg_mux_push_buffer),
13364         (gst_ogg_mux_dequeue_page), (gst_ogg_mux_pad_queue_page),
13365         (gst_ogg_mux_send_headers), (gst_ogg_mux_collected):
13366           Forward port rewrite of muxing strategy to 0.9 version of oggmux.
13367           This makes us mux things correctly according to the ogg muxing
13368           rules. Still not handling EOS correctly right now, though.
13369
13370 2005-11-08  Tim-Philipp Müller  <tim at centricular dot net>
13371
13372         * gst/audioconvert/gstaudioconvert.c:
13373           Fix typo in docs. 
13374
13375 2005-11-08  Tim-Philipp Müller  <tim at centricular dot net>
13376
13377         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_internal_chain),
13378         (gst_ogg_pad_submit_packet), (gst_ogg_chain_new):
13379           Initialise segment_stop to GST_CLOCK_TIME_NONE when
13380           creating a new chain; should fix live streaming. Also
13381           add more debug output and fix a typo.
13382
13383 2005-11-08  Brian Cameron  <brian dot cameron at sun dot com>
13384
13385         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
13386
13387         * gst/volume/gstvolume.c: (volume_set_caps):
13388           Fix compilation on Solaris with Forte. (#320923)
13389
13390 2005-11-08  Wim Taymans  <wim@fluendo.com>
13391
13392         * gst-libs/gst/audio/gstbaseaudiosink.c:
13393         (gst_base_audio_sink_render):
13394         No need to do a typecheck.
13395
13396 2005-11-07  Tim-Philipp Müller  <tim at centricular dot net>
13397
13398         * ext/alsa/gstalsa.h:
13399           We register a debug category, so let's use it.
13400
13401 2005-11-04  Zeeshan Ali  <zeenix@gmail.com>
13402
13403         * gst-libs/gst/rtp/gstbasertpdepayload.c:
13404         (gst_base_rtp_depayload_class_init), (gst_base_rtp_depayload_wait):
13405         Fixed a small problem.
13406
13407 2005-11-04  Wim Taymans  <wim@fluendo.com>
13408
13409         * examples/seeking/Makefile.am:
13410         * examples/seeking/scrubby.c: (gst_element_factory_make_or_warn),
13411         (dynamic_link), (setup_dynamic_link), (make_wav_pipeline),
13412         (make_playerbin_pipeline), (format_value), (update_scale),
13413         (speed_cb), (seek_cb), (do_seek), (start_seek), (stop_seek),
13414         (play_cb), (pause_cb), (stop_cb), (print_message), (bus_message),
13415         (print_usage), (main):
13416         Added app for playback speed testing.
13417
13418         * examples/seeking/seek.c: (dynamic_link),
13419         (make_avi_msmpeg4v3_mp3_pipeline), (make_avi_pipeline),
13420         (make_mpeg_pipeline), (do_seek), (set_update_scale),
13421         (message_received), (main):
13422         Updated seek example.
13423
13424 2005-11-04  Zeeshan Ali  <zeenix@gmail.com>
13425
13426         * gst-libs/gst/rtp/gstbasertpdepayload.c:
13427         (gst_base_rtp_depayload_class_init), (gst_base_rtp_depayload_init),
13428         (gst_base_rtp_depayload_thread), (gst_base_rtp_depayload_wait),
13429         (gst_base_rtp_depayload_set_clock):
13430         * gst-libs/gst/rtp/gstbasertpdepayload.h:
13431         Don't sleep on the bench (system clock) when you have a nice 
13432         comfortable bed (Gstreamer clock) to sleep on.
13433
13434 2005-11-03  Wim Taymans  <wim@fluendo.com>
13435
13436         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
13437         (gst_decode_bin_dispose), (free_dynamics), (remove_fakesink),
13438         (pad_blocked), (close_pad_link), (new_pad), (no_more_pads):
13439         Handle the case where a pad_block failed.
13440
13441 2005-11-02  Sebastien Cote  <sebas642@yahoo.ca> 
13442
13443         reviewed by: Zeeshan Ali  <zeenix@gmail.com>
13444
13445         * gst-libs/gst/rtp/gstbasertpdepayload.c:
13446         (gst_base_rtp_depayload_add_to_queue),
13447         (gst_base_rtp_depayload_push),
13448         (gst_base_rtp_depayload_set_gst_timestamp),
13449         (gst_base_rtp_depayload_queue_release):
13450           Fixes some bugs in the depayloader's queuing/de-queueing code.
13451
13452 2005-10-31  Michael Smith <msmith@fluendo.com>
13453
13454         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_init),
13455         (gst_ogg_demux_read_chain), (gst_ogg_demux_read_end_chain),
13456         (gst_ogg_demux_collect_chain_info), (gst_ogg_print):
13457           Patch from Alessandro Decina <alessandro@nnva.org>.
13458           Make oggdemux only find the final time in a chain, not per-pad,
13459           since the per-pad information can be very expensive to locate, and
13460           it isn't used anywhere. This makes reading a file containing
13461           OggSkeleton reasonably fast.
13462           Also, make chain finding work when there are logical bitstreams that
13463           can't be decoded. Fixes #319110.
13464
13465 2005-10-31  Zeeshan Ali  <zeenix@gmail.com>
13466
13467         * gst-libs/gst/rtp/gstbasertpdepayload.c:
13468         (gst_base_rtp_depayload_class_init), (gst_base_rtp_depayload_init),
13469         (gst_base_rtp_depayload_chain),
13470         (gst_base_rtp_depayload_add_to_queue),
13471         (gst_base_rtp_depayload_push),
13472         (gst_base_rtp_depayload_set_gst_timestamp),
13473         (gst_base_rtp_depayload_queue_release),
13474         (gst_base_rtp_depayload_start_thread),
13475         (gst_base_rtp_depayload_set_property),
13476         (gst_base_rtp_depayload_get_property):
13477         * gst-libs/gst/rtp/gstbasertpdepayload.h:
13478         Some random fixes, to fullfill the desires of thomas.
13479
13480 2005-10-31  Zeeshan Ali  <zeenix@gmail.com>
13481
13482         * gst-libs/gst/rtp/gstbasertpdepayload.c:
13483         (gst_base_rtp_depayload_add_to_queue),
13484         (gst_base_rtp_depayload_push):
13485         Fixed the queueing algorithm.
13486
13487 2005-10-31  Zeeshan Ali  <zeenix@gmail.com>
13488
13489         * gst-libs/gst/rtp/gstbasertpdepayload.c:
13490         (gst_base_rtp_depayload_push):
13491         A small fix
13492
13493 2005-10-31  Wim Taymans  <wim@fluendo.com>
13494
13495         * gst-libs/gst/audio/gstringbuffer.h:
13496         Don't break ABI.
13497
13498         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
13499         (gst_ffmpeg_caps_to_pixfmt):
13500         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
13501         (gst_ffmpegcsp_set_caps):
13502         Some more comments.
13503         Handle missing required caps fields better.
13504
13505 2005-10-31  Wim Taymans  <wim@fluendo.com>
13506
13507         * gst-libs/gst/audio/gstbaseaudiosink.c:
13508         (gst_base_audio_sink_event), (gst_base_audio_sink_get_offset),
13509         (gst_base_audio_sink_render):
13510         * gst-libs/gst/audio/gstringbuffer.c:
13511         (gst_ring_buffer_open_device), (gst_ring_buffer_close_device),
13512         (gst_ring_buffer_set_flushing), (gst_ring_buffer_start),
13513         (gst_ring_buffer_pause_unlocked), (gst_ring_buffer_pause),
13514         (gst_ring_buffer_stop), (wait_segment), (gst_ring_buffer_commit),
13515         (gst_ring_buffer_read):
13516         * gst-libs/gst/audio/gstringbuffer.h:
13517         Add flushing mode to the ringbuffer so that it in all cases does
13518         not try to handle more audio. This makes sure it does not try to
13519         block anymore when flushing and fixes a livelock.
13520
13521 2005-10-29  Tim-Philipp Müller  <tim at centricular dot net>
13522
13523         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_query_convert),
13524         (gst_ogg_demux_chain_peer), (gst_ogg_demux_perform_seek),
13525         (gst_ogg_demux_read_chain), (gst_ogg_demux_read_end_chain):
13526           Explicitly check for -1 values before doing a conversion
13527           and always map them to -1. (#315545)
13528
13529 2005-10-28  Thomas Vander Stichele  <thomas at apestaart dot org>
13530
13531         * gst/playback/gstplaybin.c: (gen_video_element):
13532           first try autovideosink, then xvimagesink, then error out
13533         * po/POTFILES.in:
13534           add translatable file
13535         * po/af.po:
13536         * po/az.po:
13537         * po/cs.po:
13538         * po/en_GB.po:
13539         * po/hu.po:
13540         * po/it.po:
13541         * po/nb.po:
13542         * po/nl.po:
13543         * po/or.po:
13544         * po/sq.po:
13545         * po/sr.po:
13546         * po/sv.po:
13547         * po/uk.po:
13548         * po/vi.po:
13549           update translations
13550
13551 2005-10-27  Philippe Khalaf <burger at speedy dot org> 
13552
13553         * gst-libs/gst/rtp/gstbasedepayload.c:
13554         * gst-libs/gst/rtp/gstbasedepayload.h:
13555           Minor cleanups
13556
13557 2005-10-27  Tim-Philipp Müller  <tim at centricular dot net>
13558
13559         * gst/playback/.cvsignore:
13560         * gst/playback/decodetest.c:
13561         * gst/playback/test3.c:
13562           Port these two tests as well.
13563
13564 2005-10-27  Wim Taymans  <wim@fluendo.com>
13565
13566         * ext/theora/theoradec.c: (theora_dec_src_query),
13567         (theora_dec_sink_event):
13568         * ext/theora/theoraenc.c: (theora_enc_sink_event),
13569         (theora_enc_change_state):
13570         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
13571         (gst_vorbisenc_sink_event), (gst_vorbisenc_change_state):
13572         Take proper locks when handling events.
13573
13574 2005-10-27  Wim Taymans  <wim@fluendo.com>
13575
13576         * gst/adder/gstadder.c: (gst_adder_query), (gst_adder_collected),
13577         (gst_adder_change_state):
13578         Fix timestamps and fix deadlock when stopping the collectpads.
13579
13580 2005-10-27  Zeeshan Ali  <zeenix@gmail.com>
13581
13582         * gst-libs/gst/rtp/gstrtpbuffer.h:
13583         Declaring the payload types as strings too so that they can be used
13584         in the padtemplate inialization.
13585
13586 2005-10-26  Andre Magalhaes  <andrunko@gmail.com>
13587
13588         reviewed by: Zeeshan Ali   <zeenix@gmail.com>
13589
13590         * gst-libs/gst/rtp/gstbasertpdepayload.c:
13591         (gst_base_rtp_depayload_class_init):
13592         Fixes a small but nasty bug. The derived elements no longer segfaults
13593         on finalization.
13594
13595 2005-10-26  Michael Smith <msmith@fluendo.com>
13596
13597         * gst/audioconvert/audioconvert.c: (audio_convert_clean_context):
13598           When clearing an audioconvert context, set tmpbufsize to zero, so
13599           we'll allocate it again later if required.
13600           This fixes audioconvert re-negotiating formats, which previously
13601           segfaulted with a NULL destination buffer.
13602
13603 2005-10-26  Zeeshan Ali <zeenix@gmail.com>
13604
13605         * gst-libs/gst/rtp/gstbasertpdepayload.c:
13606         (gst_base_rtp_depayload_base_init), (gst_base_rtp_depayload_push),
13607         (gst_base_rtp_depayload_set_gst_timestamp),
13608         (gst_base_rtp_depayload_queue_release):
13609         Fixed a smalll memleak.
13610
13611 2005-10-26  Zeeshan Ali  <zeenix@gmail.com>
13612         * gst-libs/gst/rtp/gstbasertpdepayload.c:
13613         (gst_base_rtp_depayload_base_init), (gst_base_rtp_depayload_init),
13614         (gst_base_rtp_depayload_finalize),
13615         (gst_base_rtp_depayload_setcaps),
13616         (gst_base_rtp_depayload_add_to_queue),
13617         (gst_base_rtp_depayload_push),
13618         (gst_base_rtp_depayload_set_gst_timestamp),
13619         (gst_base_rtp_depayload_queue_release),
13620         (gst_base_rtp_depayload_thread),
13621         (gst_base_rtp_depayload_change_state):
13622         * gst-libs/gst/rtp/gstbasertpdepayload.h:
13623         Changed the C++ comments to C comments
13624
13625 2005-10-26  Tim-Philipp Müller  <tim at centricular dot net>
13626
13627         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init):
13628         * gst/tcp/gsttcpclientsrc.h:
13629         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_init):
13630         * gst/tcp/gsttcpserversrc.h:
13631           Remove unused 'curoffset' structure member.
13632
13633 2005-10-25  Zeeshan Ali  <zeenix@gmail.com>
13634
13635         * gst-libs/gst/rtp/gstbasertpdepayload.c:
13636         (gst_base_rtp_depayload_base_init),
13637         (gst_base_rtp_depayload_finalize):
13638         * gst-libs/gst/rtp/gstbasertpdepayload.h:
13639         * gst-libs/gst/rtp/gstbasertppayload.h:
13640           The pad-template on the sinkpad should be set by the derived classes.
13641           Also added some useful macros.
13642
13643 2005-10-24  Wim Taymans  <wim@fluendo.com>
13644
13645         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
13646         Correctly flush decoder samples even if we could not
13647         copy them to an output buffer. Fixes #319618.
13648
13649 2005-10-24  Julien MOUTTE  <julien@moutte.net>
13650
13651         * sys/ximage/ximagesink.c: (gst_ximagesink_setcaps):
13652         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps): Check
13653         the caps against our xcontext caps.
13654
13655 2005-10-24  Wim Taymans  <wim@fluendo.com>
13656
13657         * gst-libs/gst/audio/gstbaseaudiosink.c:
13658         (gst_base_audio_sink_get_offset), (gst_base_audio_sink_render):
13659         Remove g_print
13660         Use sync property from baseclass to disable sync.
13661
13662 2005-10-24  Wim Taymans  <wim@fluendo.com>
13663
13664         * gst-libs/gst/audio/gstbaseaudiosink.c:
13665         (gst_base_audio_sink_get_offset), (gst_base_audio_sink_render):
13666         Buffers with no timestamps get aligned with previous buffers or
13667         on underrun, played ASAP.
13668
13669 2005-10-24  Julien MOUTTE  <julien@moutte.net>
13670
13671         * gst-libs/gst/video/video.h:
13672         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
13673         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
13674         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support): And
13675         here comes my change on caps for framerate and geometry range.
13676         We are now accepting 1 to MAXINT for width and height, and from
13677         0.0 to MAXDOUBLE for framerate. That allows duration less png frames
13678         to be blended correctly in videomixer.
13679
13680 2005-10-24  Thomas Vander Stichele  <thomas at apestaart dot org>
13681
13682         * configure.ac:
13683           back to HEAD
13684
13685 === release 0.9.4 ===
13686
13687 2005-10-23  Thomas Vander Stichele  <thomas at apestaart dot org>
13688
13689         * NEWS:
13690         * RELEASE:
13691         * configure.ac:
13692           releasing 0.9.4, "Velociraptor"
13693
13694 2005-10-23  Thomas Vander Stichele  <thomas at apestaart dot org>
13695
13696         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_loop):
13697         * po/POTFILES.in:
13698           STOPPED -> FAILED
13699
13700 2005-10-21  Wim Taymans  <wim@fluendo.com>
13701
13702         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
13703         (gst_decode_bin_dispose), (free_dynamics), (pad_unblocked),
13704         (pad_blocked), (close_pad_link), (new_pad):
13705         Don't try to remove elements twice.
13706
13707 2005-10-21  Wim Taymans  <wim@fluendo.com>
13708
13709         * ext/theora/theoradec.c: (theora_dec_src_query),
13710         (theora_dec_sink_event):
13711         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
13712         (vorbis_dec_sink_event), (vorbis_handle_identification_packet),
13713         (vorbis_handle_data_packet):
13714         * ext/vorbis/vorbisdec.h:
13715         Fix old naming.
13716
13717         * gst-libs/gst/audio/gstbaseaudiosink.c:
13718         (gst_base_audio_sink_render):
13719         Don't try to sync on buffers without a timestamp.
13720
13721 2005-10-21  Wim Taymans  <wim@fluendo.com>
13722
13723         * ext/theora/theoradec.c: (theora_dec_src_query),
13724         (theora_dec_sink_event):
13725         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
13726         (vorbis_dec_sink_event), (vorbis_handle_identification_packet),
13727         (vorbis_handle_data_packet):
13728         * ext/vorbis/vorbisdec.h:
13729         Fix old naming.
13730
13731 2005-10-20  Tim-Philipp Müller  <tim at centricular dot net>
13732
13733         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_get_query_types),
13734         (gst_vorbisenc_src_query):
13735           Implement position and duration queries.
13736
13737         * gst/playback/test3.c: (update_scale), (main):
13738           Fix for async state changes and print nicer output.
13739
13740 2005-10-20  Wim Taymans  <wim@fluendo.com>
13741
13742         * gst/playback/test5.c: (new_pad), (no_more_pads), (start_finding),
13743         (dump_element_stats), (main):
13744         * gst/playback/test6.c: (main):
13745         Fix tests again
13746
13747 2005-10-20  Tim-Philipp Müller  <tim at centricular dot net>
13748
13749         * gst/audiotestsrc/gstaudiotestsrc.c: (gst_audiotestsrc_src_query):
13750         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_query):
13751           Don't use functions for position queries when handling
13752           duration queries.
13753
13754 2005-10-20  Tim-Philipp Müller  <tim at centricular dot net>
13755
13756         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
13757         (vorbis_handle_data_packet), (vorbis_dec_chain),
13758         (vorbis_dec_change_state):
13759         * ext/vorbis/vorbisdec.h:
13760           Vorbis streams can be embedded in other container formats
13761           than ogg, container formats where the demuxer might set 
13762           timestamps on encoded vorbis buffers instead of those silly 
13763           granulepos thingies. In short: make vorbisdec handle 
13764           timestamps on incoming buffers as well.
13765
13766 2005-10-20  Wim Taymans  <wim@fluendo.com>
13767
13768         * gst/playback/gstplaybasebin.c: (group_destroy),
13769         (gst_play_base_bin_change_state):
13770         Fix leak.
13771         Handle case where playbasebin is now ASYNC because
13772         decodebin is.
13773
13774 2005-10-19  Tim-Philipp Müller  <tim at centricular dot net>
13775
13776         * gst/audioconvert/Makefile.am:
13777         * gst/audioconvert/bufferframesconvert.c:
13778         * gst/audioconvert/plugin.c: (plugin_init):
13779         * gst/audioconvert/plugin.h:
13780           And bye bye buffer-frames-convert
13781
13782 2005-10-19  Wim Taymans  <wim@fluendo.com>
13783
13784         * check/elements/audioconvert.c:
13785         * docs/libs/tmpl/gstaudio.sgml:
13786         * docs/libs/tmpl/gstcolorbalance.sgml:
13787         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
13788         (vorbis_handle_identification_packet), (vorbis_handle_data_packet):
13789         * ext/vorbis/vorbisenc.c: (raw_caps_factory):
13790         * gst-libs/gst/audio/audio.c: (gst_audio_structure_set_int):
13791         * gst-libs/gst/audio/audio.h:
13792         * gst/audioconvert/audioconvert.h:
13793         * gst/audioconvert/gstaudioconvert.c:
13794         (gst_audio_convert_parse_caps):
13795         * gst/volume/gstvolume.c:
13796         Bye bye buffer-frames.
13797
13798 2005-10-19  Wim Taymans  <wim@fluendo.com>
13799
13800         * examples/seeking/seek.c: (make_avi_msmpeg4v3_mp3_pipeline),
13801         (query_positions_elems), (query_positions_pads), (update_scale),
13802         (do_seek), (set_update_scale), (message_received), (main):
13803         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query),
13804         (gst_ogg_demux_perform_seek), (gst_ogg_demux_find_chains),
13805         (gst_ogg_demux_loop):
13806         * ext/ogg/gstogmparse.c: (gst_ogm_parse_sink_query):
13807         * ext/theora/theoradec.c: (theora_dec_src_query),
13808         (theora_dec_sink_event):
13809         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
13810         (vorbis_dec_sink_event), (vorbis_handle_data_packet):
13811         * gst/adder/gstadder.c: (gst_adder_query):
13812         * gst/audiotestsrc/gstaudiotestsrc.c: (gst_audiotestsrc_src_query):
13813         * gst/playback/test3.c: (update_scale):
13814         * gst/playback/test5.c: (new_pad), (no_more_pads), (start_finding),
13815         (dump_element_stats), (main):
13816         * gst/playback/test6.c: (main):
13817         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_query):
13818         Query API update.
13819
13820 2005-10-19  Tim-Philipp Müller  <tim at centricular dot net>
13821
13822         * gst/typefind/gsttypefindfunctions.c: (utf8_type_find),
13823         (xml_check_first_element), (xml_type_find), (smil_type_find),
13824         (plugin_init):
13825           Add typefinding for SMIL and for generic XML. Based on patch by
13826           Akos Maroy (#308663).
13827
13828 2005-10-18  Wim Taymans  <wim@fluendo.com>
13829
13830         * gst/playback/Makefile.am:
13831         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
13832         (gst_decode_bin_dispose), (dynamic_create), (dynamic_free),
13833         (free_dynamics), (pad_unblocked), (pad_blocked), (close_pad_link),
13834         (try_to_link_1), (new_pad), (no_more_pads), (type_found),
13835         (gst_decode_bin_change_state):
13836         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
13837         (gst_play_bin_send_event_to_sink):
13838         * gst/playback/test5.c: (new_pad), (no_more_pads), (start_finding),
13839         (dump_element_stats), (main):
13840         * gst/playback/test6.c: (main):
13841         Make playbin async, it'll commit state to paused when all streams
13842         are detected.
13843         Remove ugly hack.
13844         Added test6.c to show async behaviour.
13845
13846 2005-10-18  Wim Taymans  <wim@fluendo.com>
13847
13848         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_peer),
13849         (gst_ogg_demux_perform_seek), (gst_ogg_demux_loop):
13850         Fix for segment-start/stop API change.
13851
13852 2005-10-18  Wim Taymans  <wim@fluendo.com>
13853
13854         * check/Makefile.am:
13855         * check/clocks/selection.c: (GST_START_TEST), (volume_suite),
13856         (main):
13857         Add future test for clock selection.
13858
13859 2005-10-18  Wim Taymans  <wim@fluendo.com>
13860
13861         * ext/alsa/gstalsasink.c: (gst_alsasink_init),
13862         (gst_alsasink_close):
13863         Set handle to NULL.
13864
13865         * gst-libs/gst/audio/gstringbuffer.c:
13866         (gst_ring_buffer_open_device), (gst_ring_buffer_close_device),
13867         (gst_ring_buffer_acquire), (gst_ring_buffer_release),
13868         (gst_ring_buffer_start), (gst_ring_buffer_pause),
13869         (gst_ring_buffer_stop), (gst_ring_buffer_commit),
13870         (gst_ring_buffer_read):
13871         More debug info.
13872
13873 2005-10-17  Stefan Kost  <ensonic@users.sf.net>
13874
13875         * gst/audiotestsrc/Makefile.am:
13876         * gst/sine/Makefile.am:
13877         * gst/volume/Makefile.am:
13878           fix broken build of controllerized plugins
13879
13880 2005-10-17  Fabrizio Gennari  <fabrizio dot ge at tiscali dot it>
13881
13882         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
13883
13884         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
13885         (gst_riff_create_video_template_caps):
13886           Add support for Indeo-3 (IV32).
13887
13888 2005-10-17  Thomas Vander Stichele  <thomas at apestaart dot org>
13889
13890         * configure.ac:
13891           rewrite
13892
13893 2005-10-17  Thomas Vander Stichele  <thomas at apestaart dot org>
13894
13895         * gst-libs/gst/video/video.c: (gst_video_get_size):
13896         * gst/audiotestsrc/gstaudiotestsrc.c:
13897           doc updates
13898
13899 2005-10-17  Andy Wingo  <wingo@pobox.com>
13900
13901         * ext/ogg/gstoggmux.c (gst_ogg_mux_queue_pads): Fix bug introduced
13902         with the collectpads change.
13903         (gst_ogg_mux_send_headers): Elevate warning to a g_critical.
13904
13905         * gst/tcp/gstmultifdsink.c: Convert to use the boilerplate macro.
13906
13907         * gst/tcp/gsttcp.c (gst_tcp_socket_read): Comment update.
13908
13909         * ext/theora/theoraenc.c (theora_buffer_from_packet): Pass the
13910         alloc_buffer flow return to callers.
13911         (theora_enc_chain, theora_enc_chain): Adapt to buffer_from_packet
13912         change. Fix some memleaks in theoraenc.
13913
13914         * ext/ogg/gstoggmux.c (gst_ogg_mux_send_headers): Fix a segfault
13915         in strange circumstance.
13916
13917 2005-10-17  Julien MOUTTE  <julien@moutte.net>
13918
13919         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
13920         (gst_ffmpegcsp_get_unit_size): We are asked to compute a buffer size
13921         from caps, let's use the caps...
13922
13923 2005-10-17  Thomas Vander Stichele  <thomas at apestaart dot org>
13924
13925         * configure.ac:
13926           put back AX_CREATE_STDINT_H, ffmpegcolorspace includes _stdint.h
13927
13928 2005-10-16  Thomas Vander Stichele  <thomas at apestaart dot org>
13929
13930         * gst-libs/gst/interfaces/Makefile.am:
13931           fix silly typo
13932
13933 2005-10-16  Andy Wingo  <wingo@pobox.com>
13934
13935         * gst/playback/gstdecodebin.c
13936         (gst_element_set_state_like_a_crazy_man): New kraaaaaaazy
13937         function!
13938         (try_to_link_1): Increase kraziness level.
13939
13940 2005-10-16  Thomas Vander Stichele  <thomas at apestaart dot org>
13941
13942         * configure.ac:
13943           restructure like the core one
13944         * gst-libs/gst/audio/Makefile.am:
13945         * gst-libs/gst/interfaces/Makefile.am:
13946         * gst-libs/gst/net/Makefile.am:
13947         * gst-libs/gst/riff/Makefile.am:
13948         * gst-libs/gst/rtp/Makefile.am:
13949         * gst-libs/gst/tag/Makefile.am:
13950         * gst-libs/gst/video/Makefile.am:
13951           use correct linker flags, now the libs are properly versioned
13952         * check/elements/audioconvert.c: (verify_convert):
13953         * ext/alsa/gstalsaplugin.c:
13954         * ext/cdparanoia/gstcdparanoia.c:
13955         * ext/gnomevfs/gstgnomevfs.c:
13956         * ext/libvisual/visual.c:
13957         * ext/ogg/gstogg.c:
13958         * ext/ogg/gstoggparse.c: (gst_ogg_parse_chain):
13959         * ext/theora/theora.c:
13960         * ext/vorbis/vorbis.c:
13961         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
13962         * gst-libs/gst/tag/gsttagediting.c:
13963         * gst-libs/gst/video/video.c:
13964         * gst/adder/gstadder.c:
13965         * gst/audioconvert/plugin.c:
13966         * gst/audiorate/gstaudiorate.c:
13967         * gst/audioresample/gstaudioresample.c:
13968         * gst/audioresample/resample_ref.c: (resample_scale_ref):
13969         * gst/audioscale/gstaudioscale.c:
13970         * gst/audioscale/resample.c:
13971         * gst/audiotestsrc/gstaudiotestsrc.c:
13972         * gst/ffmpegcolorspace/gstffmpeg.c:
13973         * gst/playback/gstdecodebin.c: (close_pad_link):
13974         * gst/playback/gstplaybin.c: (gen_video_element),
13975         (gen_audio_element):
13976         * gst/sine/gstsinesrc.c:
13977         * gst/subparse/gstsubparse.c:
13978         * gst/tags/gsttagediting.c:
13979         * gst/tcp/gsttcpplugin.c:
13980         * gst/typefind/gsttypefindfunctions.c:
13981         * gst/videorate/gstvideorate.c:
13982         * gst/videoscale/gstvideoscale.c:
13983         * gst/videotestsrc/gstvideotestsrc.c:
13984         * gst/volume/gstvolume.c:
13985         * sys/v4l/gstv4l.c:
13986         * sys/ximage/ximage.c:
13987         * sys/xvimage/xvimagesink.c:
13988           fix up defines
13989
13990 2005-10-13  Tim-Philipp Müller  <tim at centricular dot net>
13991
13992         * ext/vorbis/vorbisenc.c:
13993         * gst-libs/gst/tag/gstid3tag.c: (gst_tag_list_new_from_id3v1):
13994         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add),
13995         (gst_tag_to_vorbis_comments):
13996           Fix handling of GST_TAG_DATE, which is now of GST_TYPE_DATE.
13997
13998 2005-10-13  Stefan Kost  <ensonic@users.sf.net>
13999
14000         * examples/stats/mp2ogg.c:
14001         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
14002           typo fixes
14003
14004 2005-10-13  Michael Smith <msmith@fluendo.com>
14005
14006         * ext/ogg/gstoggmux.c:
14007           Use magic glib macros to define constants as 64 bit, to ensure
14008           appropriate vararg passing.
14009
14010 2005-10-13  Michael Smith <msmith@fluendo.com>
14011
14012         * ext/ogg/gstoggmux.c:
14013         * gst/audioconvert/audioconvert.c: (float):
14014           Don't use LL suffix, as it's not portable, and neither of these
14015           uses required it anyway.
14016
14017 2005-10-12  Stefan Kost  <ensonic@users.sf.net>
14018
14019         * examples/indexing/indexmpeg.c: (main):
14020         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_get),
14021         (cdparanoia_open), (cdparanoia_close), (cdparanoia_event),
14022         (cdparanoia_convert), (cdparanoia_query):
14023         * ext/cdparanoia/gstcdparanoia.h:
14024         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_init),
14025         (gst_gnomevfssink_open_file), (gst_gnomevfssink_close_file),
14026         (gst_gnomevfssink_chain), (gst_gnomevfssink_change_state):
14027         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init):
14028         * gst/audioscale/gstaudioscale.c: (gst_audioscale_init):
14029         * gst/playback/gststreamselector.c: (gst_stream_selector_init):
14030         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_init),
14031         (gst_multifdsink_render), (gst_multifdsink_start),
14032         (gst_multifdsink_stop):
14033         * gst/tcp/gstmultifdsink.h:
14034         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_init),
14035         (gst_tcpclientsink_render), (gst_tcpclientsink_start),
14036         (gst_tcpclientsink_stop):
14037         * gst/tcp/gsttcpclientsink.h:
14038         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init),
14039         (gst_tcpclientsrc_getcaps), (gst_tcpclientsrc_create),
14040         (gst_tcpclientsrc_start), (gst_tcpclientsrc_stop):
14041         * gst/tcp/gsttcpclientsrc.h:
14042         * gst/tcp/gsttcpserversink.h:
14043         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_init),
14044         (gst_tcpserversrc_create), (gst_tcpserversrc_start),
14045         (gst_tcpserversrc_stop):
14046         * gst/tcp/gsttcpserversrc.h:
14047         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_init):
14048         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_init):
14049         * sys/ximage/ximagesink.c: (gst_ximagesink_init):
14050           renamed GST_FLAGS macros to GST_OBJECT_FLAGS
14051           moved bitshift from macro to enum definition
14052
14053 2005-10-12  Wim Taymans  <wim@fluendo.com>
14054
14055         * examples/seeking/Makefile.am:
14056         Oops.
14057
14058 2005-10-12  Wim Taymans  <wim@fluendo.com>
14059
14060         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_commit),
14061         (gst_ring_buffer_read), (gst_ring_buffer_clear):
14062         Don't assert on normal stuff.
14063
14064         * gst/playback/gstplaybin.c: (do_playbin_seek):
14065         API fix.
14066
14067 2005-10-12  Wim Taymans  <wim@fluendo.com>
14068
14069         * check/pipelines/simple_launch_lines.c: (run_pipeline):
14070         * examples/seeking/Makefile.am:
14071         * examples/seeking/cdplayer.c: (play_cb), (pause_cb), (stop_cb):
14072         * examples/seeking/seek.c: (make_avi_msmpeg4v3_mp3_pipeline),
14073         (do_seek), (set_update_scale), (message_received), (main):
14074         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_commit),
14075         (gst_ring_buffer_read), (gst_ring_buffer_clear):
14076         Update for _get_state() API change.
14077
14078 2005-10-11  Wim Taymans  <wim@fluendo.com>
14079
14080         * gst-libs/gst/audio/gstbaseaudiosink.c:
14081         (gst_base_audio_sink_render):
14082         * gst-libs/gst/audio/gstbaseaudiosrc.c:
14083         (gst_base_audio_src_create):
14084         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_commit),
14085         (gst_ring_buffer_read):
14086         Cleanups.
14087         Commit and read from ringbuffer in samples rather than bytes.
14088
14089 2005-10-11  Wim Taymans  <wim@fluendo.com>
14090
14091         * gst-libs/gst/audio/gstbaseaudiosink.c:
14092         (gst_base_audio_sink_render):
14093         Respect segment rate and accum when scheduling samples.
14094
14095 2005-10-11  Julien MOUTTE  <julien@moutte.net>
14096
14097         * ext/ogg/gstoggmux.c: (gst_ogg_mux_queue_pads),
14098         (gst_ogg_mux_collected): Quick hack to fix build. We need to handle
14099         EOS correctly, that needs more work.
14100
14101 2005-10-11  Wim Taymans  <wim@fluendo.com>
14102
14103         * check/generic/states.c: (GST_START_TEST):
14104         remove old property.
14105
14106         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
14107         (gst_ogg_demux_perform_seek):
14108         * ext/theora/theoradec.c: (theora_dec_sink_event):
14109         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
14110         (vorbis_handle_data_packet):
14111         * gst-libs/gst/rtp/gstbasertpdepayload.c:
14112         (gst_base_rtp_depayload_set_gst_timestamp):
14113         * gst/videorate/gstvideorate.c: (gst_videorate_event):
14114         Update for newsegment API change.
14115
14116 2005-10-11  Michael Smith <msmith@fluendo.com>
14117
14118         * gst/playback/gstplaybin.c: (gst_play_bin_send_event_to_sink),
14119         (do_playbin_seek), (gst_play_bin_send_event):
14120           Override send_event differently, so that we can takes bits of
14121           functionality from GstPipeline (special handling for seeks,
14122           including pausing/resuming, and resetting stream time) and still get
14123           the appropriate behaviour of only forwarding event to a single sink,
14124           rather than all of them.
14125           Unfortunately requires a lot of code duplication, but the
14126           alternatives are equally ugly in the end.
14127
14128 2005-10-11  Thomas Vander Stichele  <thomas at apestaart dot org>
14129
14130         * check/elements/audioconvert.c: (setup_audioconvert),
14131         (cleanup_audioconvert), (get_int_caps), (verify_convert),
14132         (GST_START_TEST), (audioconvert_suite):
14133           clean up tests a little, fix some leaks.
14134
14135 2005-10-10  Wim Taymans  <wim@fluendo.com>
14136
14137         * ext/alsa/gstalsasink.c:
14138         Also allow unsigned int.
14139
14140         * gst-libs/gst/audio/gstbaseaudiosrc.c:
14141         (gst_base_audio_src_create), (gst_base_audio_src_change_state):
14142         Small cleanup
14143
14144 2005-10-10  Wim Taymans  <wim@fluendo.com>
14145
14146         * check/pipelines/simple_launch_lines.c: (run_pipeline):
14147         Small update, use API as stated in design docs.
14148
14149         * examples/seeking/seek.c: (make_avi_msmpeg4v3_mp3_pipeline),
14150         (update_scale), (do_seek), (seek_cb), (set_update_scale),
14151         (start_seek), (stop_seek), (play_cb), (pause_cb), (stop_cb),
14152         (message_received), (main):
14153         Updated seek example for GOption. Some usability improvements.
14154
14155 2005-10-10  Wim Taymans  <wim@fluendo.com>
14156
14157         * gst/audioconvert/audioconvert.h:
14158         * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_unset_matrix),
14159         (gst_channel_mix_setup_matrix), (gst_channel_mix_mix):
14160         Alloc temp storage somewhere else where we can do it more
14161         portable.
14162
14163 2005-10-10  Wim Taymans  <wim@fluendo.com>
14164
14165         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_create),
14166         (gst_tcpserversrc_start):
14167         Don't block in accept while doing the state change, move
14168         to poll and make cancellable.
14169
14170 2005-10-09  Philippe Khalaf <burger@speedy.org>
14171
14172         * gst-libs/gst/rtp/rtpbasedepayload.c:
14173         Set timestamp and add queue delay to timestamp
14174         * gst-libs/gst/rtp/rtpbuffer.h:
14175         Set correct payload type for h263
14176
14177 2005-10-09  Stefan Kost  <ensonic@users.sf.net>
14178
14179         * gst/audiotestsrc/gstaudiotestsrc.c:
14180         (gst_audiostestsrc_wave_get_type), (gst_audiotestsrc_class_init),
14181         (gst_audiotestsrc_init), (gst_audiotestsrc_create_sine),
14182         (gst_audiotestsrc_create_square), (gst_audiotestsrc_create_saw),
14183         (gst_audiotestsrc_create_triangle),
14184         (gst_audiotestsrc_create_silence),
14185         (gst_audiotestsrc_create_white_noise),
14186         (gst_audiotestsrc_init_pink_noise),
14187         (gst_audiotestsrc_generate_pink_noise_value),
14188         (gst_audiotestsrc_create_pink_noise),
14189         (gst_audiotestsrc_change_wave):
14190         * gst/audiotestsrc/gstaudiotestsrc.h:
14191           fixed typo, added pink noise
14192
14193 2005-10-09  Tim-Philipp Müller  <tim at centricular dot net>
14194
14195         * gst/typefind/gsttypefindfunctions.c: (wavpack_type_find),
14196         (plugin_init):
14197           Add wavpack and spc typefind functions from 0.8 branch.
14198
14199 2005-10-09  Tim-Philipp Müller  <tim at centricular dot net>
14200
14201         * gst/typefind/gsttypefindfunctions.c: (tar_type_find),
14202         (ar_type_find), (msdos_type_find), (plugin_init):
14203           Add typefind functions for tar archives, ar archives,
14204           RAR archives, and msdos-executables (dlls, exe, etc.).
14205           Some of those would be wrongly identified as mpeg
14206           streams of some sort before (#315550).
14207
14208 2005-10-09  Stefan Kost  <ensonic@users.sf.net>
14209
14210         * configure.ac:
14211         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
14212         * docs/plugins/gst-plugins-base-plugins-sections.txt:
14213         * gst/audioscale/gstaudioscale.c: (gst_audioscale_method_get_type):
14214         * gst/audiotestsrc/Makefile.am:
14215         * gst/audiotestsrc/gstaudiotestsrc.c:
14216         (gst_audiostestsrc_wave_get_type), (gst_audiotestsrc_base_init),
14217         (gst_audiotestsrc_class_init), (gst_audiotestsrc_init),
14218         (gst_audiotestsrc_src_fixate), (gst_audiotestsrc_setcaps),
14219         (gst_audiotestsrc_get_query_types), (gst_audiotestsrc_src_query),
14220         (gst_audiotestsrc_wait), (gst_audiotestsrc_unlock),
14221         (gst_audiotestsrc_create_sine), (gst_audiotestsrc_create_square),
14222         (gst_audiotestsrc_create_saw), (gst_audiotestsrc_create_triangle),
14223         (gst_audiotestsrc_create_silence),
14224         (gst_audiotestsrc_create_white_noise),
14225         (gst_audiotestsrc_change_wave), (gst_audiotestsrc_create),
14226         (gst_audiotestsrc_set_property), (gst_audiotestsrc_get_property),
14227         (gst_audiotestsrc_start), (plugin_init):
14228         * gst/audiotestsrc/gstaudiotestsrc.h:
14229           add new plugin and element
14230         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init):
14231           use gobject_class
14232
14233 2005-10-09  Tim-Philipp Müller  <tim at centricular dot net>
14234
14235         * gst/adder/gstadder.c: (gst_adder_query), (gst_adder_class_init),
14236         (gst_adder_init), (gst_adder_request_new_pad),
14237         (gst_adder_change_state):
14238           Add query function to source pad, so adder reports the correct
14239           time/sample position when queried (#315457); fix state change
14240           function; use GST_DEBUG_FUNCPTR() for pad functions.
14241
14242 2005-10-08  Thomas Vander Stichele  <thomas at apestaart dot org>
14243
14244         * gst/typefind/gsttypefindfunctions.c: (utf8_type_find):
14245           Fix leaks in typefind registration
14246           Clean up the gratuitous commenting and whitespacing a little
14247
14248 2005-10-08  Wim Taymans  <wim@fluendo.com>
14249
14250         * gst-libs/gst/audio/gstaudiosink.c: (gst_audioringbuffer_stop):
14251         Only actually wait for the thread to be stopped if it's 
14252         running.
14253
14254 2005-10-08  Wim Taymans  <wim@fluendo.com>
14255
14256         * gst-libs/gst/audio/gstbaseaudiosink.c:
14257         (gst_base_audio_sink_event), (gst_base_audio_sink_render):
14258         If we receive EOS we can start playback of what we had.
14259
14260 2005-10-08  Wim Taymans  <wim@fluendo.com>
14261
14262         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
14263         (gst_multifdsink_finalize), (multifdsink_hash_remove),
14264         (gst_multifdsink_stop):
14265         Fix crasher when going to NULL multiple times.
14266
14267 2005-10-06  Wim Taymans  <wim@fluendo.com>
14268
14269         * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_event),
14270         (gst_base_audio_src_create), (gst_base_audio_src_change_state):
14271         * gst-libs/gst/audio/gstbaseaudiosrc.h:
14272         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_read):
14273         patch from Edgard Lima <edgard.lima@indt.org.br>
14274         Fixed gstbaseaudiosrc adding ring buffer sync to it.
14275
14276 2005-10-06  Wim Taymans  <wim@fluendo.com>
14277
14278         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_loop):
14279         Report the FLOW_RETURN as string in the error message.
14280
14281         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_clear_all):
14282         Don't assert when clearing an unnegotiated buffer.
14283
14284 2005-10-04  Michael Smith <msmith@fluendo.com>
14285
14286         * gst/playback/gstplaybasebin.c: (group_destroy),
14287         (gen_preroll_element), (remove_groups), (setup_source):
14288         * gst/playback/gstplaybin.c: (remove_sinks), (add_sink),
14289         (setup_sinks), (gst_play_bin_send_event),
14290         (gst_play_bin_change_state):
14291           Set state to NULL before removing from bin. Fix refcounting.
14292
14293 2005-10-04  Michael Smith <msmith@fluendo.com>
14294
14295         * gst/playback/gstplaybin.c: (gst_play_bin_send_event):
14296           Correct refcounting in send_event() function. Previously was wrong
14297           if the first sink was unable to handle the event.
14298
14299 2005-10-03  Thomas Vander Stichele  <thomas at apestaart dot org>
14300
14301         * configure.ac:
14302           back to development
14303
14304 === release 0.9.3 ===
14305
14306 2005-10-03  Thomas Vander Stichele  <thomas at apestaart dot org>
14307
14308         * configure.ac:
14309           Releasing 0.9.3, "De Facto"
14310
14311 2005-10-03  Andy Wingo  <wingo@pobox.com>
14312
14313         * gst/playback/gstdecodebin.c (try_to_link_1)
14314         (remove_element_chain): set element to NULL before removing it.
14315
14316 2005-10-02  Johan Dahlin  <johan@gnome.org>
14317
14318         * ext/gnomevfs/gstgnomevfssrc.c (gst_gnomevfssrc_uri_get_protocols): 
14319         protect gst_gnomevfs_get_supported_uris by a mutex, to make it
14320         MT safe.
14321
14322 2005-10-02  Andy Wingo  <wingo@pobox.com>
14323
14324         * gst-libs/gst/audio/gstringbuffer.c (gst_ring_buffer_clear) 
14325         (gst_ring_buffer_prepare_read): 
14326         * gst-libs/gst/audio/gstaudiosink.c (audioringbuffer_thread_func):
14327         Demote to LOG.
14328
14329 2005-09-29  Wim Taymans  <wim@fluendo.com>
14330
14331         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_peer):
14332         * ext/theora/theoradec.c: (theora_handle_data_packet):
14333         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
14334         Propagate error codes from alloc_buffer too.
14335
14336 2005-09-29  Wim Taymans  <wim@fluendo.com>
14337
14338         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init):
14339         We use fixed caps.
14340
14341         * gst/playback/Makefile.am:
14342         * gst/playback/test5.c: (new_pad), (no_more_pads), (start_finding),
14343         (dump_element_stats), (main):
14344         Added example stream introspection code.
14345
14346 2005-09-28  Stefan Kost  <ensonic@users.sf.net>
14347
14348         * gst/adder/gstadder.c: (gst_adder_collected):
14349           fix adder for float elements
14350
14351 2005-09-28  Wim Taymans  <wim@fluendo.com>
14352
14353         * gst-libs/gst/audio/gstbaseaudiosink.c:
14354         (gst_base_audio_sink_class_init),
14355         (gst_base_audio_sink_provide_clock), (gst_base_audio_sink_render):
14356         * gst-libs/gst/audio/gstbaseaudiosrc.c:
14357         (gst_base_audio_src_class_init),
14358         (gst_base_audio_src_provide_clock):
14359         get_clock -> provide_clock
14360
14361 2005-09-28  Andy Wingo  <wingo@pobox.com>
14362
14363         * gst/videotestsrc/gstvideotestsrc.c: Implement live source mode
14364         and unlocking.
14365
14366         * gst/sine/gstsinesrc.c (gst_sinesrc_unlock): Actually implement
14367         unlocking.
14368
14369         * gst/tcp/gsttcpclientsink.c (gst_tcpclientsink_base_init):
14370         Actually add the pad template.
14371         (gst_tcpclientsink_get_type): We're a base sink. Woot, works.
14372
14373         * gst/tcp/gsttcpserversrc.c: Go ahead and fix up serversrc while
14374         I'm at it...
14375
14376         * gst/tcp/gsttcpclientsrc.c: Make interruptable -- code stolen
14377         from fdsrc. Get caps in create() instead of start() so it can be
14378         interrupted. Interruption somewhat untested.
14379
14380         * gst/tcp/gsttcp.c (gst_tcp_read_buffer, gst_tcp_socket_read):
14381         Proper EOS handling.
14382
14383 2005-09-27  Andy Wingo  <wingo@pobox.com>
14384
14385         * gst/tcp/gsttcpclientsrc.c: Cleaned up.
14386
14387         * gst/tcp/gsttcpserversrc.c: Cleaned up.
14388
14389         * gst/tcp/gsttcpclientsrc.c: Updated for new gsttcp API.
14390
14391         * gst/tcp/gsttcp.h: 
14392         * gst/tcp/gsttcp.c (gst_tcp_read_buffer): New function, factored
14393         out of tcpclientsrc.c. Cancellable.
14394         (gst_tcp_socket_read): Made private, cancellable, with better
14395         diagnostics. Also the FIONREAD ioctl takes a int*, not a size_t*.
14396         (gst_tcp_gdp_read_buffer): Made cancellable, actually returns the
14397         whole buffer, and better diagnostics.
14398         (gst_tcp_gdp_read_caps): Same.
14399
14400         * gst/sine/gstsinesrc.c (gst_sinesrc_wait): Add the base time.
14401
14402 2005-09-26  Andy Wingo  <wingo@pobox.com>
14403
14404         * gst/sine/gstsinesrc.h:
14405         * gst/sine/gstsinesrc.c: Refactor, remove the table lookup code,
14406         change the 'sync' property to 'is-live' and implement it halfway,
14407         update for controller api change.
14408
14409         * gst/volume/gstvolume.c (volume_transform_ip): Update for
14410         controller api change.
14411
14412 2005-09-24  Wim Taymans  <wim@fluendo.com>
14413
14414         * ext/alsa/gstalsasink.c: (gst_alsasink_reset):
14415         * gst-libs/gst/audio/gstaudiosink.c:
14416         (gst_audioringbuffer_class_init), (audioringbuffer_thread_func),
14417         (gst_audioringbuffer_stop):
14418         * gst-libs/gst/audio/gstbaseaudiosink.c:
14419         (gst_base_audio_sink_event), (gst_base_audio_sink_render),
14420         (gst_base_audio_sink_change_state):
14421         * gst-libs/gst/audio/gstbaseaudiosink.h:
14422         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_stop),
14423         (gst_ring_buffer_set_sample), (gst_ring_buffer_clear_all),
14424         (gst_ring_buffer_commit), (gst_ring_buffer_read):
14425         * gst-libs/gst/audio/gstringbuffer.h:
14426         Fix sync again. Moved sample alignment to basesink.
14427
14428 2005-09-23  Thomas Vander Stichele  <thomas at apestaart dot org>
14429
14430         * docs/plugins/Makefile.am:
14431         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
14432         * docs/plugins/gst-plugins-base-plugins-sections.txt:
14433         * gst/volume/gstvolume.c:
14434           add/fix docs
14435         * gst-libs/gst/audio/audio.c: (gst_audio_frame_byte_size):
14436         * gst-libs/gst/audio/audio.h:
14437           add conversion macros for frames <-> clocktime
14438
14439 2005-09-23  David Schleef  <ds@schleef.org>
14440
14441         * gst/audioresample/Makefile.am:
14442         * gst/audioresample/debug.h:
14443         * gst/audioresample/gstaudioresample.c:
14444         * gst/audioresample/resample.c: Convert to using gst debugging
14445
14446 2005-09-22  Wim Taymans  <wim@fluendo.com>
14447
14448         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
14449         (gst_play_bin_send_event):
14450         Only seek on one sink, the first one that succeeds.
14451
14452 2005-09-22  Michael Smith <msmith@fluendo.com>
14453
14454         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_clear),
14455         (gst_vorbisenc_sink_event), (gst_vorbisenc_change_state):
14456         Don't flush encoder state unless we have an initialised encoder.
14457         Clear out encoder state on PAUSED_TO_READY.
14458
14459 2005-09-22  Wim Taymans  <wim@fluendo.com>
14460
14461         * gst-libs/gst/rtp/gstbasertppayload.c:
14462         (gst_basertppayload_class_init), (gst_basertppayload_init),
14463         (gst_basertppayload_setcaps), (gst_basertppayload_chain),
14464         (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
14465         (gst_basertppayload_is_filled), (gst_basertppayload_push),
14466         (gst_basertppayload_set_property),
14467         (gst_basertppayload_get_property),
14468         (gst_basertppayload_change_state):
14469         * gst-libs/gst/rtp/gstbasertppayload.h:
14470         Added max-ptime to control amount of data in the rtp packets.
14471
14472 2005-09-21  Andy Wingo  <wingo@pobox.com>
14473
14474         * gst/playback/gstplaybasebin.c: Attempt to fix up buffer probe
14475         thingies.
14476
14477         * gst/playback/gstdecodebin.c (gst_decode_bin_dispose): Dispose
14478         can be called multiple times, dogs.
14479
14480 2005-09-21  Wim Taymans  <wim@fluendo.com>
14481
14482         * gst-libs/gst/rtp/gstbasertppayload.c:
14483         (gst_basertppayload_class_init), (gst_basertppayload_init),
14484         (gst_basertppayload_setcaps), (gst_basertppayload_chain),
14485         (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
14486         (gst_basertppayload_push), (gst_basertppayload_get_property),
14487         (gst_basertppayload_change_state):
14488         Allow 0 ssrc too.
14489
14490 2005-09-21  Stefan Kost  <ensonic@users.sf.net>
14491
14492         * docs/libs/compiling.sgml:
14493           fixing typos
14494
14495 2005-09-20  Wim Taymans  <wim@fluendo.com>
14496
14497         * gst-libs/gst/rtp/gstbasertppayload.c:
14498         (gst_basertppayload_class_init), (gst_basertppayload_init),
14499         (gst_basertppayload_setcaps), (gst_basertppayload_chain),
14500         (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
14501         (gst_basertppayload_push), (gst_basertppayload_set_property),
14502         (gst_basertppayload_get_property),
14503         (gst_basertppayload_change_state):
14504         * gst-libs/gst/rtp/gstbasertppayload.h:
14505         Added property to configure sequence number offsets.
14506
14507 2005-09-20  Wim Taymans  <wim@fluendo.com>
14508
14509         * gst-libs/gst/rtp/gstbasertppayload.c:
14510         (gst_basertppayload_class_init), (gst_basertppayload_init),
14511         (gst_basertppayload_setcaps), (gst_basertppayload_chain),
14512         (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
14513         (gst_basertppayload_push), (gst_basertppayload_set_property),
14514         (gst_basertppayload_get_property),
14515         (gst_basertppayload_change_state):
14516         * gst-libs/gst/rtp/gstbasertppayload.h:
14517         Make timestamp offset configurable.
14518
14519 2005-09-20  Thomas Vander Stichele  <thomas at apestaart dot org>
14520
14521         * check/pipelines/simple_launch_lines.c: (run_pipeline):
14522           fix wrong pop/unref
14523
14524 2005-09-19  Torsten Schoenfeld  <kaffeetisch at gmx dot net>
14525
14526         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
14527
14528         * gst-libs/gst/interfaces/propertyprobe.c:
14529         (gst_property_probe_probe_property_name),
14530         (gst_property_probe_needs_probe_name),
14531         (gst_property_probe_get_values_name),
14532         (gst_property_probe_probe_and_get_values_name):
14533           Fix wrong macro usage; it's G_OBJECT_GET_CLASS(obj) or
14534           G_OBJECT_CLASS(klass), not G_OBJECT_CLASS(obj). (#316571)
14535
14536 2005-09-19  Thomas Vander Stichele  <thomas at apestaart dot org>
14537
14538         * check/Makefile.am:
14539           have some tests be disabled for valgrinding
14540         * check/elements/vorbisdec.c: (cleanup_vorbisdec),
14541         (GST_START_TEST):
14542         * ext/vorbis/vorbisdec.c: (vorbisdec_finalize):
14543           Fix A Leak.  Chain To Parent Finalize.
14544
14545 2005-09-19  Wim Taymans  <wim@fluendo.com>
14546
14547         * examples/seeking/seek.c: (make_wav_pipeline), (main):
14548         Fixed wav pipeline.
14549
14550 2005-09-19  Wim Taymans  <wim@fluendo.com>
14551
14552         * gst-libs/gst/rtp/gstbasertppayload.c:
14553         (gst_basertppayload_class_init), (gst_basertppayload_init),
14554         (gst_basertppayload_setcaps), (gst_basertppayload_chain),
14555         (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
14556         (gst_basertppayload_push), (gst_basertppayload_get_property),
14557         (gst_basertppayload_change_state):
14558         Posting ERROR and WARNING messages is good.
14559
14560 2005-09-19  Wim Taymans  <wim@fluendo.com>
14561
14562         * gst-libs/gst/rtp/gstbasertpdepayload.c:
14563         (gst_base_rtp_depayload_add_to_queue),
14564         (gst_base_rtp_depayload_push),
14565         (gst_base_rtp_depayload_set_gst_timestamp),
14566         (gst_base_rtp_depayload_queue_release):
14567         This one was not supposed to go in.
14568
14569 2005-09-19  Wim Taymans  <wim@fluendo.com>
14570
14571         * check/pipelines/simple_launch_lines.c: (run_pipeline):
14572         Fix for bus API.
14573
14574         * gst-libs/gst/rtp/gstbasertpdepayload.c:
14575         (gst_base_rtp_depayload_chain),
14576         (gst_base_rtp_depayload_add_to_queue),
14577         (gst_base_rtp_depayload_push),
14578         (gst_base_rtp_depayload_set_gst_timestamp),
14579         (gst_base_rtp_depayload_queue_release):
14580         Some cleanups.
14581
14582         * gst-libs/gst/rtp/gstbasertppayload.c:
14583         (gst_basertppayload_class_init), (gst_basertppayload_init),
14584         (gst_basertppayload_setcaps), (gst_basertppayload_set_options),
14585         (gst_basertppayload_set_outcaps), (gst_basertppayload_push),
14586         (gst_basertppayload_get_property),
14587         (gst_basertppayload_change_state):
14588         Added debugging category.
14589
14590 2005-09-18  David Schleef  <ds@schleef.org>
14591
14592         * gst/playback/gstdecodebin.c: free plugin list correctly
14593         * gst/playback/gstplaybin.c: emit warning if autovideosink
14594           and autoaudiosink can't be found (instead of segfaulting)
14595
14596 2005-09-17  Thomas Vander Stichele  <thomas at apestaart dot org>
14597
14598         * check/elements/audioconvert.c: (GST_START_TEST):
14599           try out 24 bit conversion
14600
14601 2005-09-15  Thomas Vander Stichele  <thomas at apestaart dot org>
14602
14603         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
14604         (gst_vorbisenc_sink_event), (gst_vorbisenc_chain),
14605         (gst_vorbisenc_output_buffers), (gst_vorbisenc_change_state):
14606         * ext/vorbis/vorbisenc.h:
14607           Fix EOS handling.  Still needs a fix in the ogg muxer to
14608           mark the last page as eos.
14609
14610 2005-09-15  Thomas Vander Stichele  <thomas at apestaart dot org>
14611
14612         * common/gtk-doc-plugins.mak:
14613         * docs/plugins/Makefile.am:
14614         * docs/plugins/gst-plugins-base-plugins-sections.txt:
14615         * gst/ffmpegcolorspace/Makefile.am:
14616         * gst/ffmpegcolorspace/avcodec.h:
14617         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
14618         * gst/tcp/gstmultifdsink.c:
14619           fix up ffmpegcolorspace docs; extract header
14620
14621 2005-09-15  Thomas Vander Stichele  <thomas at apestaart dot org>
14622
14623         * common/gtk-doc-plugins.mak:
14624         * docs/plugins/Makefile.am:
14625         * docs/plugins/gst-plugins-base-plugins-sections.txt:
14626         * ext/theora/Makefile.am:
14627         * ext/theora/gsttheoraenc.h:
14628         * ext/theora/theoraenc.c:
14629         * ext/vorbis/vorbisenc.c:
14630           pick up signals and args for vorbis; add some docs for vorbis
14631
14632 2005-09-15  Thomas Vander Stichele  <thomas at apestaart dot org>
14633
14634         * common/gstdoc-scangobj:
14635         * common/gtk-doc-plugins.mak:
14636         * docs/libs/Makefile.am:
14637         * docs/plugins/gst-plugins-base-plugins.args:
14638         * docs/plugins/gst-plugins-base-plugins.hierarchy:
14639         * docs/plugins/gst-plugins-base-plugins.interfaces:
14640         * docs/plugins/gst-plugins-base-plugins.prerequisites:
14641         * docs/plugins/gst-plugins-base-plugins.signals:
14642           only scanobj stuff from our source module.  Not sure yet
14643           if that's correct, given the hierarchy stuff :)
14644
14645 2005-09-15  Wim Taymans  <wim@fluendo.com>
14646
14647         * gst/audioconvert/gstaudioconvert.c:
14648         And enable 24 bits mode as well..
14649
14650 2005-09-15  Wim Taymans  <wim@fluendo.com>
14651
14652         * gst-libs/gst/rtp/Makefile.am:
14653         * gst-libs/gst/rtp/gstbasertppayload.c:
14654         (gst_basertppayload_get_type), (gst_basertppayload_base_init),
14655         (gst_basertppayload_class_init), (gst_basertppayload_init),
14656         (gst_basertppayload_finalize), (gst_basertppayload_setcaps),
14657         (gst_basertppayload_chain), (gst_basertppayload_set_options),
14658         (gst_basertppayload_set_outcaps), (gst_basertppayload_push),
14659         (gst_basertppayload_set_property),
14660         (gst_basertppayload_get_property),
14661         (gst_basertppayload_change_state):
14662         * gst-libs/gst/rtp/gstbasertppayload.h:
14663         Added rtp payloader base class.
14664
14665 2005-09-15  Andy Wingo  <wingo@pobox.com>
14666
14667         * configure.ac (plugindir): Remove the EOL matcher from the
14668         regexp, as it causes me problems. Libtool? Make? Who knows?
14669
14670 2005-09-14  David Schleef  <ds@schleef.org>
14671
14672         * check/generic/states.c: 
14673         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind):
14674         * gst/playback/gstdecodebin.c: (gst_decode_bin_init):
14675           Fixes for changes in registry API.
14676
14677         * configure.ac: Only export gst_plugins_desc.  Add -no-undefined
14678           to GST_PLUGIN_LDFLAGS.
14679         * ext/libvisual/visual.c: Make the library shut up.
14680         * gst-libs/gst/audio/audio.c: Don't define a plugin in a library.
14681         * gst-libs/gst/audio/gstaudiofilter.c: same
14682
14683 2005-09-14  Thomas Vander Stichele  <thomas at apestaart dot org>
14684
14685         * docs/plugins/Makefile.am:
14686         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
14687         * docs/plugins/inspect/plugin-libvisual.xml:
14688         * docs/plugins/tmpl/element-tcpserversink.sgml:
14689         * ext/theora/theoraenc.c:
14690           add libvisual plugin and theoraenc element to docs
14691
14692 2005-09-14  Thomas Vander Stichele  <thomas at apestaart dot org>
14693
14694         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
14695         * docs/plugins/gst-plugins-base-plugins-sections.txt:
14696         * ext/theora/theoraenc.c:
14697           add theoraenc
14698
14699 2005-09-13  Tim-Philipp Müller  <tim at centricular dot net>
14700
14701         * gst/audioconvert/Makefile.am:
14702           Audioconvert derives from GstBaseTransform and should
14703           link to the library with our base elements to avoid
14704           unresolved symbols. Makes things work with MinGW (#316160)
14705
14706         * gst/playback/test4.c: (main):
14707           Fix MinGW build problem and use g_usleep() instead of 
14708           sleep() (#316162)
14709
14710 2005-09-12  Wim Taymans  <wim@fluendo.com>
14711
14712         * gst/audioconvert/audioconvert.c: (float),
14713         (audio_convert_prepare_context), (audio_convert_convert):
14714         * gst/audioconvert/audioconvert.h:
14715         Cleanups, speedups, simplifications, added back support
14716         for 24 bits.
14717
14718 2005-09-11  Thomas Vander Stichele  <thomas at apestaart dot org>
14719
14720         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
14721         * docs/plugins/gst-plugins-base-plugins-sections.txt:
14722         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
14723         * docs/plugins/tmpl/element-tcpserversink.sgml:
14724         * gst/ffmpegcolorspace/gstffmpeg.c:
14725         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
14726         * gst/videotestsrc/gstvideotestsrc.c:
14727         * gst/volume/gstvolume.c:
14728           add more elements to the docs
14729
14730 2005-09-09  Jan Schmidt  <thaytan@mad.scientist.com>
14731
14732         * check/Makefile.am:
14733         * check/pipelines/simple_launch_lines.c: (setup_pipeline),
14734         (run_pipeline), (GST_START_TEST), (simple_launch_lines_suite):
14735           Add extra tests for basetransform based components. 
14736           Comment out the test_element_negotiation test until we decide
14737           if it's testing correct behaviour.
14738         * ext/libvisual/visual.c: (gst_visual_init), (get_buffer),
14739         (gst_visual_chain), (gst_visual_change_state):
14740           Slightly more correct but still bogus timestamping.
14741           Fix state change function.
14742         * gst/audioconvert/gstaudioconvert.c:
14743         (gst_audio_convert_class_init):
14744         * gst/audioresample/gstaudioresample.c:
14745         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
14746         (gst_ffmpegcsp_class_init):
14747         * gst/videoscale/gstvideoscale.c: (gst_videoscale_class_init),
14748         (gst_videoscale_prepare_size), (gst_videoscale_set_caps),
14749         (gst_videoscale_prepare_image):
14750         * gst/volume/gstvolume.c: (gst_volume_class_init),
14751         (volume_transform_ip):
14752           Basetransform updates. Enable passthrough modes.
14753         * sys/ximage/ximagesink.c: (gst_ximage_buffer_init),
14754         (gst_ximagesink_renegotiate_size), (gst_ximagesink_xcontext_get),
14755         (gst_ximagesink_setcaps), (gst_ximagesink_buffer_alloc):
14756           Negotiation fix that allows the window to return to the original
14757           size and renegotiate passthrough upstream. Extra debug output.
14758
14759 2005-09-09  Thomas Vander Stichele  <thomas at apestaart dot org>
14760
14761         * gst/sine/gstsinesrc.c:
14762         * gst/volume/gstvolume.c:
14763           fix up header include
14764
14765 2005-09-09  Stefan Kost  <ensonic@users.sf.net>
14766
14767         * gst-libs/gst/audio/gstbaseaudiosink.c:
14768         (gst_base_audio_sink_render):
14769         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_commit):
14770         * gst/volume/gstvolume.c: (gst_volume_class_init),
14771         (volume_transform):
14772           fixing lost sync, some more debugging
14773
14774 2005-09-08  Jan Schmidt  <thaytan@mad.scientist.com>
14775
14776         * sys/ximage/ximagesink.c: (gst_ximage_buffer_init),
14777         (gst_ximagesink_check_xshm_calls), (gst_ximagesink_xcontext_get):
14778         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_init),
14779         (gst_xvimagesink_check_xshm_calls):
14780           Fix compilation when XShm is not available.
14781
14782 2005-09-07  Jan Schmidt  <thaytan@mad.scientist.com>
14783
14784         * ext/libvisual/visual.c: (gst_visual_dispose),
14785         (gst_visual_getcaps), (gst_visual_src_setcaps),
14786         (gst_visual_sink_setcaps), (get_buffer), (gst_visual_chain),
14787         (gst_visual_change_state):
14788           Finish fixing up libvisual plugin so that it runs. 
14789
14790 2005-09-07  Stefan Kost  <ensonic@users.sf.net>
14791
14792         * ext/vorbis/vorbisenc.c:
14793         * gst-libs/gst/tag/gstvorbistag.c:
14794           gsttaginterface.h -> gsttagsetter.h
14795
14796 2005-09-07  Stefan Kost  <ensonic@users.sf.net>
14797
14798         * check/pipelines/simple_launch_lines.c: (GST_START_TEST):
14799           added another test that failes for me (test is not active by default)
14800
14801 2005-09-07  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
14802
14803         * configure.ac:
14804           v4l2 is no longer in gst-plugins-base
14805
14806 2005-09-07  Jan Schmidt  <thaytan@mad.scientist.com>
14807
14808         * configure.ac:
14809           In the output at the end, don't show the first plugin on the same
14810           line as "Core plug-ins, always built:".
14811           Indent the output as for other plugin categories
14812         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_create):
14813           #define that can be used to not use peer buffer_alloc functions for
14814           test purposes.
14815         * sys/ximage/ximagesink.c: (gst_ximage_buffer_init),
14816         (gst_ximage_buffer_get_type), (gst_ximagesink_ximage_new),
14817         (gst_ximagesink_show_frame):
14818         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_init),
14819         (gst_xvimage_buffer_get_type), (gst_xvimagesink_setcaps),
14820         (gst_xvimagesink_show_frame):
14821           Error case handling fixes. gst-launch fakesrc ! x[v]imagesink now
14822           fails gracefully instead of XError aborting or deadlocking.
14823
14824 2005-09-07  Stefan Kost  <ensonic@users.sf.net>
14825
14826         * ext/libvisual/Makefile.am:
14827           link against gst-base-libs
14828
14829 2005-09-06  David Schleef  <ds@schleef.org>
14830
14831         * configure.ac: Enable libvisual plugin.
14832         * ext/libvisual/Makefile.am:
14833         * ext/libvisual/visual.c: Fixes to make it compile.
14834
14835 === release 0.9.2 ===
14836
14837 2005-09-06  Thomas Vander Stichele  <thomas at apestaart dot org>
14838
14839         * NEWS:
14840         * RELEASE:
14841         * configure.ac:
14842         * docs/random/ChangeLog-0.8:
14843           releasing 0.9.2, "Spoon"
14844
14845 2005-09-05  Michael Smith <msmith@fluendo.com>
14846
14847         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_class_init):
14848           libvorbis accepts quality as low as -0.1, not just 0.0. So accept
14849           that in the vorbisenc element.
14850
14851 2005-09-04  Thomas Vander Stichele  <thomas at apestaart dot org>
14852
14853         * common/gtk-doc-plugins.mak:
14854         * docs/plugins/Makefile.am:
14855           fix distcheck
14856         * gst/audioresample/resample.c:
14857           fix wrong docstring
14858
14859 2005-09-04  Thomas Vander Stichele  <thomas at apestaart dot org>
14860
14861         * common/gst-xmlinspect.py:
14862         * common/gtk-doc-plugins.mak:
14863           only inspect plugins for this given package
14864           require gst-python 0.9
14865
14866 2005-09-03  Thomas Vander Stichele  <thomas at apestaart dot org>
14867
14868         * Makefile.am:
14869         * autogen.sh:
14870         * common/gst-xmlinspect.py:
14871         * configure.ac:
14872         * docs/Makefile.am:
14873         * docs/plugins/inspect/plugin-alsa.xml:
14874         * docs/plugins/inspect/plugin-audioresample.xml:
14875         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
14876         * docs/plugins/inspect/plugin-ogg.xml:
14877         * docs/plugins/tmpl/element-gnomevfssink.sgml:
14878         * docs/plugins/tmpl/element-multifdsink.sgml:
14879         * docs/plugins/tmpl/element-tcpserversink.sgml:
14880         * docs/plugins/tmpl/element-vorbisenc.sgml:
14881         * gst-plugins-base.spec.in:
14882           various doc-related updates
14883
14884 2005-08-31  Wim Taymans  <wim@fluendo.com>
14885
14886         * gst-libs/gst/audio/gstbaseaudiosink.c:
14887         (gst_base_audio_sink_render):
14888         Resync if the buffer timestamps drift more than a 10th 
14889         of a second.
14890
14891 2005-08-31  Tim-Philipp Müller  <tim at centricular dot net>
14892
14893         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_set_property),
14894         (gst_v4lsrc_get_property):
14895           The 'timestamp-offset' property is registered as an int64, so
14896           let's use g_value_{set|get}_int64() in our setter and getter
14897           functions (makes it work and fixes warnings with gst-inspect).
14898
14899 2005-08-30  Wim Taymans  <wim@fluendo.com>
14900
14901         * check/elements/audioconvert.c: (setup_audioconvert):
14902         * check/elements/audioresample.c: (setup_audioresample):
14903         * check/elements/volume.c: (setup_volume):
14904         Fix checks.
14905
14906 2005-08-30  Thomas Vander Stichele  <thomas at apestaart dot org>
14907
14908         * common/gtk-doc-plugins.mak:
14909         * common/plugins.xsl:
14910         * docs/plugins/Makefile.am:
14911           make module a param
14912
14913 2005-08-30  Stefan Kost  <ensonic@users.sf.net>
14914
14915         * examples/seeking/seek.c: (make_mp3_pipeline),
14916         (make_mpeg_pipeline), (seek_cb), (start_seek), (stop_seek),
14917         (play_cb), (pause_cb), (stop_cb):
14918           update the example
14919
14920 2005-08-30  Stefan Kost  <ensonic@users.sf.net>
14921
14922         * gst/volume/gstvolume.c: (gst_volume_class_init),
14923         (volume_transform):
14924           do not update controlled params, if buffer has no timestamp
14925
14926 2005-08-29  Stefan Kost  <ensonic@users.sf.net>
14927
14928         * configure.ac:
14929         * gst/sine/Makefile.am:
14930         * gst/volume/Makefile.am:
14931           controllerized elements also need to link against controller-libs ;)
14932
14933 2005-08-29  Stefan Kost  <ensonic@users.sf.net>
14934
14935         * docs/libs/tmpl/gstcolorbalance.sgml:
14936         * docs/libs/tmpl/gstgconf.sgml:
14937         * docs/libs/tmpl/gstmixer.sgml:
14938         * docs/libs/tmpl/gstringbuffer.sgml:
14939         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
14940         (gst_sinesrc_create):
14941         * gst/volume/gstvolume.c: (gst_volume_class_init),
14942         (volume_transform):
14943           controllerized two audio plugins
14944
14945 2005-08-29  Andy Wingo  <wingo@pobox.com>
14946
14947         * ext/vorbis/vorbisdec.c (vorbis_dec_convert, vorbis_dec_push) 
14948         (vorbis_handle_data_packet): Fix some int overflow errors.
14949
14950         * ext/ogg/gstoggdemux.c (gst_ogg_demux_init): Init total_time to
14951         -1.
14952         (gst_ogg_demux_perform_seek): Clamp segment_stop only if it's
14953         valid.
14954         (gst_ogg_pad_submit_packet): Subtract the chain's begin_time only
14955         if it's valid. Fixed streaming-mode playback.
14956
14957         * check/elements/volume.c (cleanup_volume): Fix for running
14958         CK_FORK=no.
14959
14960         * check/elements/audioconvert.c: Convert from native endian, not
14961         little endian.
14962
14963 2005-08-29  Michael Smith <msmith@fluendo.com>
14964
14965         * ext/ogg/Makefile.am:
14966         * ext/ogg/gstogg.c: (plugin_init):
14967         * ext/ogg/gstoggparse.c: (gst_ogg_parse_get_type), (free_stream),
14968         (gst_ogg_parse_delete_all_streams), (gst_ogg_parse_new_stream),
14969         (gst_ogg_parse_find_stream), (gst_ogg_parse_base_init),
14970         (gst_ogg_parse_class_init), (gst_ogg_parse_init),
14971         (gst_ogg_parse_dispose), (gst_ogg_parse_submit_buffer),
14972         (gst_ogg_parse_append_header), (gst_ogg_parse_is_header),
14973         (gst_ogg_parse_buffer_from_page), (gst_ogg_parse_chain),
14974         (gst_ogg_parse_change_state), (gst_ogg_parse_plugin_init):
14975         Add an ogg parser element.
14976
14977 2005-08-28  Andy Wingo  <wingo@pobox.com>
14978
14979         * Updates for two-arg init from GST_BOILERPLATE_FULL.
14980
14981 2005-08-26  Wim Taymans  <wim@fluendo.com>
14982
14983         * gst/audioconvert/audioconvert.c: (if), (float),
14984         (audio_convert_get_func_index), (check_default),
14985         (audio_convert_clean_fmt), (audio_convert_prepare_context),
14986         (audio_convert_clean_context), (audio_convert_get_sizes),
14987         (audio_convert_convert):
14988         Cleanups.
14989
14990 2005-08-26  Wim Taymans  <wim@fluendo.com>
14991
14992         * gst/audioconvert/audioconvert.c: (if), (float),
14993         (audio_convert_get_func_index), (check_default),
14994         (audio_convert_clean_fmt), (audio_convert_prepare_context),
14995         (audio_convert_clean_context), (audio_convert_get_sizes),
14996         (audio_convert_convert):
14997         More elegant and working temp buffer selection algo.
14998
14999 2005-08-26  Wim Taymans  <wim@fluendo.com>
15000
15001         * gst/audioconvert/audioconvert.c: (if), (float),
15002         (audio_convert_get_func_index), (check_default),
15003         (audio_convert_clean_fmt), (audio_convert_prepare_context),
15004         (audio_convert_clean_context), (audio_convert_get_sizes),
15005         (get_temp_buffer), (audio_convert_convert):
15006         Use realloc else we lose our original data.
15007
15008 2005-08-26  Thomas Vander Stichele  <thomas at apestaart dot org>
15009
15010         * gst/audioresample/gstaudioresample.c:
15011           use base class' newsegment to properly timestamp
15012
15013 2005-08-26  Wim Taymans  <wim@fluendo.com>
15014
15015         * gst/audioconvert/audioconvert.c: (if), (float),
15016         (audio_convert_get_func_index), (check_default),
15017         (audio_convert_clean_fmt), (audio_convert_prepare_context),
15018         (audio_convert_clean_context), (audio_convert_get_sizes),
15019         (get_temp_buffer), (audio_convert_convert):
15020         * gst/audioconvert/gstaudioconvert.c:
15021         (gst_audio_convert_parse_caps), (gst_audio_convert_get_unit_size),
15022         (gst_audio_convert_transform_caps),
15023         (gst_audio_convert_fixate_caps), (gst_audio_convert_transform):
15024         * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_mix):
15025         Oops, allocate enough space to perform the channel mix.
15026
15027 2005-08-26  Wim Taymans  <wim@fluendo.com>
15028
15029         * gst/audioconvert/Makefile.am:
15030         * gst/audioconvert/audioconvert.c: (if), (float),
15031         (audio_convert_get_func_index), (check_default),
15032         (audio_convert_clean_fmt), (audio_convert_prepare_context),
15033         (audio_convert_clean_context), (audio_convert_get_sizes),
15034         (get_temp_buffer), (audio_convert_convert):
15035         * gst/audioconvert/audioconvert.h:
15036         * gst/audioconvert/gstaudioconvert.c:
15037         (gst_audio_convert_class_init), (gst_audio_convert_init),
15038         (gst_audio_convert_dispose), (gst_audio_convert_parse_caps),
15039         (gst_audio_convert_get_unit_size),
15040         (gst_audio_convert_transform_caps),
15041         (gst_audio_convert_fixate_caps), (gst_audio_convert_set_caps),
15042         (gst_audio_convert_transform_ip), (gst_audio_convert_transform):
15043         * gst/audioconvert/gstaudioconvert.h:
15044         * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_unset_matrix),
15045         (gst_channel_mix_fill_identical),
15046         (gst_channel_mix_fill_compatible), (gst_channel_mix_detect_pos),
15047         (gst_channel_mix_fill_one_other), (gst_channel_mix_fill_others),
15048         (gst_channel_mix_fill_normalize), (gst_channel_mix_fill_matrix),
15049         (gst_channel_mix_setup_matrix), (gst_channel_mix_passthrough),
15050         (gst_channel_mix_mix):
15051         * gst/audioconvert/gstchannelmix.h:
15052         Cleanups, librarify a bit, optimize, better negotiation and more.
15053
15054 2005-08-26  Jan Schmidt  <thaytan@mad.scientist.com>
15055
15056         * ext/ogg/gstoggdemux.c: (ogg_find_peek):
15057         Another from MikeS:
15058         During typefinding, don't support negative offsets
15059         (offsets from the end of the stream) in our typefind->peek() function
15060         - nothing embedded in ogg ever needs them. However, we need to recognise
15061         those requests and reject them, otherwise we return invalid pointers.
15062
15063 2005-08-26  Jan Schmidt  <thaytan@mad.scientist.com>
15064
15065         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose):
15066         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_class_init),
15067         (vorbisdec_finalize), (vorbis_handle_type_packet):
15068           Big shout-out to MikeS for fixing this giant memory leak.
15069           Huzzah!
15070
15071 2005-08-25  Thomas Vander Stichele  <thomas at apestaart dot org>
15072
15073         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_dispose),
15074         (audio_convert_get_unit_size):
15075           plug some leaks
15076
15077 2005-08-25  Thomas Vander Stichele  <thomas at apestaart dot org>
15078
15079         * check/Makefile.am:
15080         * check/elements/audioconvert.c: (setup_audioconvert),
15081         (cleanup_audioconvert), (get_int_caps), (verify_convert),
15082         (GST_START_TEST), (audioconvert_suite), (main):
15083           add a test for audioconvert
15084         * gst/audioresample/gstaudioresample.c:
15085         * gst/audioresample/gstaudioresample.h:
15086           set DURATION so that TIMESTAMP(a) + DURATION(a) == TIMESTAMP(b);
15087           note that for buffers of 1/3 sec this means DURATION(c) is 
15088           one nanosecond more than for a and b
15089
15090 2005-08-25  Thomas Vander Stichele  <thomas at apestaart dot org>
15091
15092         * check/Makefile.am:
15093         * check/elements/audioresample.c: (setup_audioresample),
15094         (cleanup_audioresample), (fail_unless_perfect_stream),
15095         (test_perfect_stream_instance), (GST_START_TEST),
15096           add a check for audioresample
15097         (audioresample_suite), (main):
15098         * check/elements/volume.c: (GST_START_TEST):
15099           remove unused method
15100         * gst/audioresample/gstaudioresample.c:
15101           set correct buffer parameters since we're changing them
15102         * gst/audioresample/resample_ref.c: (resample_scale_ref):
15103           add some debug
15104
15105 2005-08-25  Thomas Vander Stichele  <thomas at apestaart dot org>
15106
15107         * gst/audioresample/debug.c:
15108         * gst/audioresample/gstaudioresample.c:
15109           add room for extra overlap samples when asked to transform size
15110           protect against possible mem corruption and check for discrepancies
15111           between written size and outbuffer's size so we can warn for
15112           potential problems
15113         * gst/audioresample/resample.c: (resample_init),
15114         (resample_get_output_size_for_input), (resample_get_output_size),
15115         (resample_set_n_channels), (resample_set_format):
15116           set debug level based on RESAMPLE_DEBUG env var
15117           make sure that get_output_size* returns a whole number of
15118           sample_size
15119           set sample_size each time either channel or format is set
15120         * gst/audioresample/resample_chunk.c: (resample_scale_chunk):
15121         * gst/audioresample/resample_functable.c:
15122         (resample_scale_functable):
15123         * gst/audioresample/resample_ref.c: (resample_scale_ref):
15124           remove r->sample_size, it's done in resample.c now
15125           add some debugging to the ref implementation
15126           make sure we only give back bytes that are wholes of the sample
15127           size
15128
15129 2005-08-25  Jan Schmidt  <thaytan@mad.scientist.com>
15130         * gst/playback/gstplaybasebin.c: (fill_buffer):
15131         Revert unpopular change for GST_MESSAGE_SRC to GObject.
15132
15133 2005-08-25  Stefan Kost  <ensonic@users.sf.net>
15134
15135         * gst/volume/gstvolume.c:
15136           made set_caps function static
15137
15138 2005-08-24  Wim Taymans  <wim@fluendo.com>
15139
15140         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
15141         (gst_vorbisenc_change_state):
15142         Stop leaking taglists.
15143
15144 2005-08-24  Wim Taymans  <wim@fluendo.com>
15145
15146         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query),
15147         (gst_ogg_pad_event), (gst_ogg_demux_factory_filter),
15148         (gst_ogg_pad_submit_packet), (gst_ogg_chain_new),
15149         (gst_ogg_demux_init), (gst_ogg_demux_perform_seek),
15150         (gst_ogg_demux_collect_chain_info), (gst_ogg_demux_collect_info),
15151         (gst_ogg_demux_chain), (gst_ogg_demux_loop), (gst_ogg_print):
15152         Parse seeking events better.
15153         Unref static caps.
15154         Generate correct newsegment events, fixes seeking in live oggs.
15155
15156         * ext/theora/theoradec.c: (theora_dec_src_query),
15157         (theora_dec_src_event), (theora_dec_src_getcaps),
15158         (theora_dec_sink_event), (theora_dec_push), (theora_dec_chain):
15159         Use newsegment values to report correct play time.
15160
15161         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
15162         (vorbis_dec_src_event), (vorbis_dec_sink_event):
15163         * ext/vorbis/vorbisdec.h:
15164         Parse and use newsegment values to report correct play time.
15165
15166         * gst-libs/gst/audio/gstbaseaudiosink.c:
15167         (gst_base_audio_sink_event), (gst_base_audio_sink_render):
15168         Clear ringbuffer on flush.
15169         Use newsegment values to calculate playback time.
15170
15171         * sys/ximage/ximagesink.c: (gst_ximagesink_get_times):
15172         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_times):
15173         Basesink does newsegment calculations for us now.
15174
15175 2005-08-24  Thomas Vander Stichele  <thomas at apestaart dot org>
15176
15177         * check/Makefile.am:
15178         * configure.ac:
15179           add core's plugins to the mix so that playbin works
15180         * check/generic/states.c: (GST_START_TEST):
15181           set a 0 timeout on pipelines, so they don't force the next
15182           state change
15183         * gst/playback/gstplaybasebin.c: (setup_source), (prepare_output),
15184         (gst_play_base_bin_change_state):
15185           remove the crappy error handling and do GST error handling
15186
15187 2005-08-24  Thomas Vander Stichele  <thomas at apestaart dot org>
15188
15189         * check/Makefile.am:
15190         * check/generic/states.c: (GST_START_TEST), (states_suite), (main):
15191           add same test as to core, it bitches out on playbin atm.
15192
15193 2005-08-24  Wim Taymans  <wim@fluendo.com>
15194
15195         * configure.ac:
15196         Remove audioscale.
15197
15198 2005-08-24  Wim Taymans  <wim@fluendo.com>
15199
15200         * gst/videoscale/gstvideoscale.c: (gst_videoscale_init),
15201         (gst_videoscale_prepare_size), (parse_caps),
15202         (gst_videoscale_set_caps), (gst_videoscale_get_size),
15203         (gst_videoscale_prepare_image), (gst_videoscale_transform_ip),
15204         (gst_videoscale_transform):
15205         * gst/videoscale/gstvideoscale.h:
15206         Refactor, make use of BaseTranform really well.
15207
15208 2005-08-24  Thomas Vander Stichele  <thomas at apestaart dot org>
15209
15210         * configure.ac:
15211           compile audioresample
15212         * gst/audioresample/Makefile.am:
15213         * gst/audioresample/buffer.c:
15214         * gst/audioresample/functable.c:
15215         * gst/audioresample/gstaudioresample.c:
15216         * gst/audioresample/gstaudioresample.h:
15217         * gst/audioresample/resample.c:
15218         (resample_get_output_size_for_input):
15219         * gst/audioresample/resample.h:
15220         * gst/audioresample/resample_chunk.c:
15221         * gst/audioresample/resample_functable.c:
15222         * gst/audioresample/resample_ref.c:
15223           port to use basetransform; doesn't work in all cases yet
15224
15225 2005-08-24  Thomas Vander Stichele  <thomas at apestaart dot org>
15226
15227         * gst/audioconvert/gstaudioconvert.c:
15228         (gst_audio_convert_class_init), (gst_audio_convert_init),
15229         (audio_convert_get_unit_size), (audio_convert_transform_caps),
15230         (audio_convert_fixate_caps), (audio_convert_set_caps),
15231         (audio_convert_transform),
15232         (gst_audio_convert_buffer_to_default_format),
15233         (gst_audio_convert_buffer_from_default_format),
15234         (gst_audio_convert_channels):
15235         * gst/audioconvert/gstchannelmix.c:
15236         * gst/audioconvert/gstchannelmix.h:
15237           port to basetransform
15238         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
15239         (gst_ffmpegcsp_transform_caps), (gst_ffmpegcsp_class_init),
15240         (gst_ffmpegcsp_get_unit_size):
15241         * gst/videoscale/gstvideoscale.c: (gst_videoscale_class_init),
15242         (gst_videoscale_transform_caps), (gst_videoscale_get_unit_size):
15243           fix for basetransform changes
15244
15245 2005-08-24  Jan Schmidt  <thaytan@mad.scientist.com>
15246
15247         * check/Makefile.am:
15248           Add CHECK_CFLAGS and LDFLAGS
15249
15250         * gst/playback/gstplaybasebin.c: (fill_buffer):
15251           GST_MESSAGE_SRC became a GObject
15252
15253 2005-08-24  Wim Taymans  <wim@fluendo.com>
15254
15255         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_set_sample),
15256         (gst_ring_buffer_clear_all):
15257         * gst-libs/gst/audio/gstringbuffer.h:
15258         Added function to clear the ringbuffer.
15259
15260 2005-08-24  Andy Wingo  <wingo@pobox.com>
15261
15262         * sys/v4l/gstv4lelement.c (gst_v4lelement_start) 
15263         (gst_v4lelement_stop): Call _start and _stop for xoverlay instead
15264         of _open and _close.
15265
15266         * sys/v4l/gstv4lxoverlay.h:
15267         * sys/v4l/gstv4lxoverlay.c (gst_v4l_xoverlay_set_xwindow_id): Open
15268         an Xv connection here, instead of all the time. Make Xv only be
15269         loaded if you axe for it. Kindof a workaround for buggy behaviour
15270         of Xv when using remote xservers (XvQueryExtension would block).
15271         (gst_v4l_xoverlay_stop, gst_v4l_xoverlay_start): New functions,
15272         replace the _open and _close public API. Only start the xv
15273         connection if necessary.
15274         (gst_v4l_xoverlay_open, gst_v4l_xoverlay_close): Made static.
15275
15276 2005-08-23  David Schleef  <ds@schleef.org>
15277
15278         * gst/audioresample/Makefile.am: Leet audioresampling code
15279         * gst/audioresample/buffer.c:
15280         * gst/audioresample/buffer.h:
15281         * gst/audioresample/debug.c:
15282         * gst/audioresample/debug.h:
15283         * gst/audioresample/functable.c:
15284         * gst/audioresample/functable.h:
15285         * gst/audioresample/gstaudioresample.c:
15286         * gst/audioresample/gstaudioresample.h:
15287         * gst/audioresample/resample.c:
15288         * gst/audioresample/resample.h:
15289         * gst/audioresample/resample_chunk.c:
15290         * gst/audioresample/resample_functable.c:
15291         * gst/audioresample/resample_ref.c:
15292
15293 2005-08-23  Wim Taymans  <wim@fluendo.com>
15294
15295         * examples/seeking/seek.c: (make_vorbis_pipeline),
15296         (make_theora_pipeline), (make_vorbis_theora_pipeline), (do_seek):
15297         Small seek updates.
15298
15299 2005-08-23  Andy Wingo  <wingo@pobox.com>
15300
15301         * gst-libs/gst/audio/gstbaseaudiosrc.c
15302         (gst_base_audio_src_fixate): Only fixate endianness if it is
15303         present in the caps.
15304
15305 2005-08-22  Andy Wingo  <wingo@pobox.com>
15306
15307         * ext/alsa/gstalsasink.c (gst_alsasink_get_property): 
15308         * ext/alsa/gstalsasrc.c (gst_alsasrc_get_property): Add a
15309         device-name property.
15310
15311         * gst-libs/gst/audio/gstaudiosrc.h:
15312         * gst-libs/gst/audio/gstaudiosrc.c: Implement open_device and
15313         close_device in the ring buffer, like gstaudiosink.
15314
15315         * ext/alsa/gstalsamixer.h:
15316         * ext/alsa/gstalsamixer.c: Not a GObject any more. Include a nifty
15317         macro to implement the interface without much code. Cleanups. 
15318
15319         * ext/alsa/gstalsasrc.h:
15320         * ext/alsa/gstalsasrc.c: Be a mixer. Open device and mixer in
15321         READY.
15322
15323         * ext/alsa/Makefile.am: Add new files.
15324         * ext/alsa/gstalsamixerelement.c: 
15325         * ext/alsa/gstalsamixerelement.c: Split element code out from
15326         mixer code so that alsasrc can be a mixer too.
15327
15328 2005-08-21  Thomas Vander Stichele  <thomas at apestaart dot org>
15329
15330         * check/elements/volume.c: (setup_volume), (cleanup_volume),
15331         (GST_START_TEST):
15332         * check/elements/vorbisdec.c: (setup_vorbisdec),
15333         (cleanup_vorbisdec), (GST_START_TEST), (vorbisdec_suite):
15334         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
15335         (vorbis_handle_identification_packet),
15336         (vorbis_handle_comment_packet), (vorbis_handle_type_packet),
15337         (vorbis_handle_header_packet), (vorbis_dec_push),
15338         (vorbis_dec_chain):
15339           use the setup/teardown methods to save code.  save code is good.
15340
15341 2005-08-20  Thomas Vander Stichele  <thomas at apestaart dot org>
15342
15343         * check/Makefile.am:
15344           add ext dir for plugins
15345           add vorbisdec test conditionally
15346         * check/elements/volume.c: (setup_volume), (cleanup_volume),
15347         (GST_START_TEST), (volume_suite):
15348           add a test with wrong caps
15349         * check/elements/vorbisdec.c: (chain_func), (setup_vorbisdec),
15350         (cleanup_vorbisdec), (GST_START_TEST), (vorbisdec_suite), (main):
15351           add a vorbisdec test
15352         * ext/ogg/gstoggdemux.c: (gst_ogg_chain_new_stream),
15353         (gst_ogg_demux_chain), (gst_ogg_demux_loop):
15354           clean up debug output
15355         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
15356           yay, fix a segfault/security issue in vorbisdec
15357           gst-launch fakesrc ! vorbisdec wasn't happy
15358         * ext/vorbis/vorbisenc.c: (vorbisenc_get_type),
15359         (gst_vorbisenc_class_init), (gst_vorbisenc_sink_setcaps),
15360         (gst_vorbisenc_convert_src), (gst_vorbisenc_convert_sink),
15361         (gst_vorbisenc_src_query), (gst_vorbisenc_sink_query),
15362         (gst_vorbisenc_init), (gst_vorbisenc_metadata_set1),
15363         (gst_vorbisenc_set_metadata), (get_constraints_string),
15364         (update_start_message), (gst_vorbisenc_setup),
15365         (gst_vorbisenc_buffer_from_packet), (gst_vorbisenc_push_buffer),
15366         (gst_vorbisenc_push_packet), (gst_vorbisenc_sink_event),
15367         (gst_vorbisenc_chain), (gst_vorbisenc_get_property),
15368         (gst_vorbisenc_set_property), (gst_vorbisenc_change_state):
15369         * ext/vorbis/vorbisenc.h:
15370           march in line
15371         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
15372         (gst_ffmpegcsp_transform):
15373           have the kow come home
15374         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init):
15375           debug my func ptr
15376         * gst/volume/gstvolume.c: (volume_set_caps):
15377           add a debug
15378
15379 2005-08-20  Thomas Vander Stichele  <thomas at apestaart dot org>
15380
15381         * Makefile.am:
15382         * check/.cvsignore:
15383         * check/Makefile.am:
15384         * check/elements/.cvsignore:
15385         * check/elements/volume.c: (chain_func), (event_func),
15386         (setup_volume), (cleanup_volume), (GST_START_TEST), (volume_suite),
15387         (main):
15388         * configure.ac:
15389           add unit test structure for gst-plugins-base
15390           add a test for volume
15391         * gst/volume/gstvolume.c: (gst_volume_list_tracks),
15392         (gst_volume_set_volume), (gst_volume_get_volume),
15393         (gst_volume_set_mute), (gst_volume_class_init), (gst_volume_init),
15394         (volume_funcfind), (volume_process_float), (volume_process_int16),
15395         (volume_set_caps), (volume_transform), (volume_update_mute),
15396         (volume_update_volume), (volume_set_property),
15397         (volume_get_property):
15398           document a little; use basetransform vmethod _set_caps
15399
15400 2005-08-19  Andy Wingo  <wingo@pobox.com>
15401
15402         * ext/alsa/gstalsamixertrack.h:
15403         * ext/alsa/gstalsamixertrack.c:
15404         * ext/alsa/gstalsamixeroptions.h:
15405         * ext/alsa/gstalsamixeroptions.c:
15406         * ext/alsa/gstalsamixer.h:
15407         * ext/alsa/gstalsamixer.c: Port to 0.9.
15408
15409         * ext/alsa/Makefile.am: Build mixer, mixeroptions, mixertracks.
15410         Remove gstalsa.c and alsaclock. No more cruft here.
15411         
15412 2005-08-18  Wim Taymans  <wim@fluendo.com>
15413
15414         * gst-libs/gst/rtp/gstbasertpdepayload.c:
15415         (gst_base_rtp_depayload_chain),
15416         (gst_base_rtp_depayload_add_to_queue),
15417         (gst_base_rtp_depayload_push),
15418         (gst_base_rtp_depayload_queue_release):
15419         * gst-libs/gst/rtp/gstbasertpdepayload.h:
15420         Fix for RTPBuffer changes.
15421
15422         * gst-libs/gst/rtp/gstrtpbuffer.c: (gst_rtpbuffer_allocate_data),
15423         (gst_rtpbuffer_new_take_data), (gst_rtpbuffer_new_copy_data),
15424         (gst_rtpbuffer_new_allocate), (gst_rtpbuffer_new_allocate_len),
15425         (gst_rtpbuffer_calc_header_len), (gst_rtpbuffer_calc_packet_len),
15426         (gst_rtpbuffer_calc_payload_len), (gst_rtpbuffer_validate_data),
15427         (gst_rtpbuffer_validate), (gst_rtpbuffer_set_packet_len),
15428         (gst_rtpbuffer_get_packet_len), (gst_rtpbuffer_get_version),
15429         (gst_rtpbuffer_set_version), (gst_rtpbuffer_get_padding),
15430         (gst_rtpbuffer_set_padding), (gst_rtpbuffer_pad_to),
15431         (gst_rtpbuffer_get_extension), (gst_rtpbuffer_set_extension),
15432         (gst_rtpbuffer_get_ssrc), (gst_rtpbuffer_set_ssrc),
15433         (gst_rtpbuffer_get_csrc_count), (gst_rtpbuffer_get_csrc),
15434         (gst_rtpbuffer_set_csrc), (gst_rtpbuffer_get_marker),
15435         (gst_rtpbuffer_set_marker), (gst_rtpbuffer_get_payload_type),
15436         (gst_rtpbuffer_set_payload_type), (gst_rtpbuffer_get_seq),
15437         (gst_rtpbuffer_set_seq), (gst_rtpbuffer_get_timestamp),
15438         (gst_rtpbuffer_set_timestamp), (gst_rtpbuffer_get_payload_len),
15439         (gst_rtpbuffer_get_payload):
15440         * gst-libs/gst/rtp/gstrtpbuffer.h:
15441         Don't subclass GstBuffer but add methods and helper functions
15442         to construct and manipulate RTP packets in regular GstBuffers.
15443
15444 2005-08-18  Stefan Kost  <ensonic@users.sf.net>
15445
15446         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_query):
15447           moved statement below switch
15448         * gst/volume/gstvolume.c: (gst_volume_class_init):
15449           added debug ptr
15450
15451 2005-08-16  Wim Taymans  <wim@fluendo.com>
15452
15453         * gst-libs/gst/audio/gstbaseaudiosrc.c:
15454         (gst_base_audio_src_change_state):
15455         Open and close device in READY<->NULL state change.
15456
15457 2005-08-16  Andy Wingo  <wingo@pobox.com>
15458
15459         * examples/seeking/Makefile.am: Don't compile non-compiling
15460         compiled objects with the compiler.
15461
15462         * examples/seeking/seek.c (make_dv_pipeline): Update for new DV
15463         elements.
15464
15465 2005-08-12  Philippe Khalaf <burger@speedy.org>
15466         * gst-libs/gst/rtp/gstbasertpdepayload.c:
15467         * gst-libs/gst/rtp/gstbasertpdepayload.h:
15468           Made a thread to release the queue.
15469           Removed timestamp conversion for now.
15470
15471 2005-08-10  Philippe Khalaf <burger@speedy.org>
15472         * gst-libs/gst/rtp/gstbasertpdepayload.c:
15473         * gst-libs/gst/rtp/gstbasertpdepayload.h:
15474           Added rtp timestamp -> gst timestamp conversion.
15475           Fixed several problems with queue.
15476
15477 2005-08-09  Tim-Philipp Müller  <tim at centricular dot net>
15478
15479         * gst-libs/gst/audio/gstaudioclock.h:
15480         * gst-libs/gst/audio/gstaudiofilter.h:
15481         * gst-libs/gst/audio/gstaudiosink.h:
15482         * gst-libs/gst/audio/gstaudiosrc.h:
15483         * gst-libs/gst/audio/gstbaseaudiosink.h:
15484         * gst-libs/gst/audio/gstbaseaudiosrc.h:
15485         * gst-libs/gst/audio/gstringbuffer.h:
15486         * gst-libs/gst/net/gstnetbuffer.h:
15487         * gst-libs/gst/rtp/gstbasertpdepayload.h:
15488         * gst-libs/gst/rtp/gstrtpbuffer.h:
15489           Add padding (you will need to rebuild gst-plugins-base,
15490           gst-plugins and all applications afterwards!)
15491
15492 2005-08-09  Tim-Philipp Müller  <tim at centricular dot net>
15493
15494         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk),
15495         (gst_riff_parse_chunk):
15496           Fix bug in debug message and add some more debug messages.
15497
15498 2005-08-08  Edward Hervey  <edward@fluendo.com>
15499
15500         * gst-libs/gst/riff/riff-media.c:
15501         backported updates since branch
15502
15503 2005-08-08  Andy Wingo  <wingo@pobox.com>
15504
15505         * gst-libs/gst/audio/gstbaseaudiosink.c
15506         (gst_base_audio_sink_change_state): Open the device in NULL->READY
15507         like good elements should. Close on READY->NULL too.
15508
15509         * gst-libs/gst/audio/gstaudiosink.c
15510         (gst_audioringbuffer_open_device,
15511         (gst_audioringbuffer_close_device, gst_audioringbuffer_acquire)
15512         (gst_audioringbuffer_release): Updates for new ring buffer API,
15513         hook into the new audio sink api.
15514
15515         * gst-libs/gst/audio/gstaudiosink.h (GstAudioSinkClass.open)
15516         (GstAudioSinkClass.close): Just open and close the device -- no
15517         resource allocation or configuration.
15518         (GstAudioSinkClass.prepare, GstAudioSinkClass.unprepare): New
15519         vmethods, handle device setup and resource allocation.
15520
15521         * ext/alsa/gstalsasink.c (gst_alsasink_open, gst_alsasink_close)
15522         (gst_alsasink_prepare, gst_alsasink_unprepare): Update for new
15523         base class API.
15524
15525         * gst-libs/gst/audio/gstringbuffer.h
15526         (GstRingBufferClass.open_device, GstRingBufferClass.close_device):
15527         New vmethods.
15528
15529         * gst-libs/gst/audio/gstringbuffer.c (gst_ring_buffer_open_device)
15530         (gst_ring_buffer_close_device, gst_ring_buffer_device_is_open):
15531         New API functions. The device should be opened before acquiring
15532         and closed after releasing.
15533
15534 2005-08-08  Tim-Philipp Müller  <tim at centricular dot net>
15535
15536         * gst-libs/gst/interfaces/mixer.h:
15537           Reset padding to GST_PADDING.
15538
15539 2005-08-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15540
15541         * gst/playback/gstplaybin.c: (remove_sinks):
15542           Remove visualization from parent explicitely; works around some
15543           apparent refcount issue that I haven't tracked down yet.
15544
15545 2005-08-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15546
15547         * ext/alsa/gstalsasink.c: (set_hwparams):
15548           Assign debug category, add negotiation debug msgs.
15549
15550 2005-08-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15551
15552         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_start):
15553           Fix error code for file-not-found to NOT_FOUND.
15554
15555 2005-08-05  Thomas Vander Stichele  <thomas at apestaart dot org>
15556
15557         * common/gtk-doc-plugins.mak:
15558         * docs/plugins/Makefile.am:
15559         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
15560         * docs/plugins/gst-plugins-base-plugins-sections.txt:
15561           renamed to actual element names, so much nicer to look at
15562         * docs/plugins/tmpl/gstmultifdsink.sgml:
15563           remove
15564         * docs/plugins/tmpl/multifdsink.sgml:
15565         * docs/plugins/tmpl/tcpserversink.sgml:
15566           add
15567         * ext/alsa/gstalsa.c:
15568         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_get_property):
15569         * ext/ogg/gstoggmux.c:
15570         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain):
15571         * gst/playback/gstdecodebin.c:
15572         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init):
15573         * gst/tcp/gsttcpserversink.c:
15574           various fixes and documentation additions
15575
15576 2005-08-05  Thomas Vander Stichele  <thomas at apestaart dot org>
15577
15578         * common/Makefile.am:
15579         * common/gstdoc-scangobj:
15580         * common/gtk-doc-plugins.mak:
15581         * common/gtk-doc.mak:
15582           add a custom scangobj that uses the registry
15583           add a custom gtk-doc-plugins.mak that uses it
15584           some doc build fixes
15585         * configure.ac:
15586         * docs/Makefile.am:
15587         * docs/plugins/Makefile.am:
15588         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
15589         * docs/plugins/gst-plugins-base-plugins-sections.txt:
15590         * docs/plugins/gst-plugins-base-plugins.types:
15591         * docs/plugins/tmpl/gstmultifdsink.sgml:
15592           add docs for one element, multifdsink
15593         * gst/adder/gstadder.h:
15594         * gst/volume/gstvolume.h:
15595           don't privatize enum
15596         * gst/tcp/gstfdset.c: (gst_fdset_mode_get_type):
15597         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
15598         (gst_sync_method_get_type), (gst_client_status_get_type),
15599         (gst_multifdsink_class_init),
15600         (gst_multifdsink_client_queue_buffer),
15601         (gst_multifdsink_handle_client_write):
15602         * gst/tcp/gstmultifdsink.h:
15603         * gst/tcp/gsttcp.h:
15604         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_class_init),
15605         (gst_tcpclientsink_init), (gst_tcpclientsink_setcaps),
15606         (gst_tcpclientsink_render):
15607         * gst/tcp/gsttcpclientsink.h:
15608         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_class_init),
15609         (gst_tcpclientsrc_init), (gst_tcpclientsrc_create),
15610         (gst_tcpclientsrc_start):
15611         * gst/tcp/gsttcpclientsrc.h:
15612         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_class_init),
15613         (gst_tcpserversrc_init), (gst_tcpserversrc_create):
15614         * gst/tcp/gsttcpserversrc.h:
15615         * gst/typefind/gsttypefindfunctions.c:
15616           remove superfluous Type stuff
15617
15618 2005-08-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15619
15620         * gst/playback/gstplaybin.c: (gen_video_element):
15621           Enable videoscale.
15622
15623 2005-08-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15624
15625         * gst-libs/gst/gconf/gconf.c:
15626         * gst-libs/gst/gconf/gconf.h:
15627           Fix some Andy Problem [tm].
15628
15629 2005-08-04  Andy Wingo  <wingo@pobox.com>
15630
15631         * gst/videoscale/gstvideoscale.c (gst_videoscale_get_size):
15632         * gst/ffmpegcolorspace/gstffmpegcolorspace.c
15633         (gst_ffmpegcsp_get_size): Adapt to API changes.
15634
15635         * gst/videoscale/gstvideoscale.c (gst_videoscale_transform_ip):
15636         Implement an in-place do-nothing transform.
15637
15638 2005-08-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15639
15640         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_put),
15641         (gst_ximagesink_renegotiate_size):
15642           Do not set new window sizes yet if we prepare a new buffer size
15643           for upstream renegotiation (software scaling) at some point in the
15644           future, because this new size waqs not actually accepted yet. Once
15645           accepted, renegotiation later on will set the new sizes just fine.
15646           Fixes a videotestsrc ! queue ! videoscale ! ximagesink xoverlay
15647           embedding testcase.
15648
15649 2005-08-03  Andy Wingo  <wingo@pobox.com>
15650
15651         * sys/ximage/ximagesink.c (gst_ximagesink_renegotiate_size):
15652         (gst_ximagesink_buffer_alloc): 
15653         Protect the height, width, and desired_caps with the pool_lock.
15654         Fixes videotestsrc ! queue ! ximagesink.
15655
15656 2005-08-02  Edward Hervey  <edward@fluendo.com>
15657
15658         * gst/volume/gstvolume.c:
15659         include left from controller cleanup
15660
15661 2005-08-02  Jan Schmidt  <thaytan@mad.scientist.com>
15662         * ext/ogg/gstoggmux.c: (gst_ogg_mux_change_state):
15663           Stop collectpads before calling the parent state
15664           change function on PAUSED->READY.
15665
15666 2005-08-01  Jan Schmidt  <thaytan@mad.scientist.com>
15667         * configure.ac:
15668           When testing for X libs, use the X CFlags 
15669         * gst/adder/gstadder.c: (gst_adder_change_state):
15670           Stop the collectpads before calling parent state change function
15671           on PAUSED->READY, otherwise we deadlock deactivating pads.
15672
15673 2005-08-01  Stefan Kost  <ensonic@users.sf.net>
15674
15675         * configure.ac:
15676         * docs/libs/tmpl/gstcolorbalance.sgml:
15677         * docs/libs/tmpl/gstmixer.sgml:
15678         * examples/Makefile.am:
15679         * gst/sine/Makefile.am:
15680         * gst/sine/gstsinesrc.c: (gst_sinesrc_init), (gst_sinesrc_create),
15681         (gst_sinesrc_set_property), (plugin_init):
15682         * gst/sine/gstsinesrc.h:
15683         * gst/volume/Makefile.am:
15684         * gst/volume/gstvolume.c: (gst_volume_set_volume),
15685         (gst_volume_set_mute), (gst_volume_dispose), (gst_volume_init),
15686         (volume_process_float), (volume_process_int16),
15687         (volume_set_property), (plugin_init):
15688         * gst/volume/gstvolume.h:
15689           deactivate and remove dparams (libgstcontrol)
15690
15691 2005-07-29  Wim Taymans  <wim@fluendo.com>
15692
15693         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link_src):
15694         Convert me to BaseTransform!! help..
15695
15696 2005-07-29  Andy Wingo  <wingo@pobox.com>
15697
15698         * ext/alsa/gstalsaplugin.c (plugin_init): We are primary audio
15699         sinks.
15700
15701         * ext/alsa/gstalsasink.c (alsasink_sink_factory): Advertise our
15702         support of both endiannesses.
15703
15704 2005-07-28  Tim-Philipp Müller  <tim at centricular dot net>
15705
15706         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
15707           Fix confusing debug message (s/event/query/)
15708
15709 2005-07-28  Tim-Philipp Müller  <tim at centricular dot net>
15710
15711         * gst/videotestsrc/videotestsrc.h:
15712           Use "_stdint.h" instead of <stdint.h>
15713
15714 2005-07-27  Wim Taymans  <wim@fluendo.com>
15715
15716         * ext/vorbis/Makefile.am:
15717         Revert wrong commit.
15718
15719 2005-07-27  Wim Taymans  <wim@fluendo.com>
15720
15721         * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_event):
15722         More compilation fixen.
15723
15724 2005-07-27  Wim Taymans  <wim@fluendo.com>
15725
15726         * gst-libs/gst/audio/gstbaseaudiosink.c:
15727         (gst_base_audio_sink_event), (gst_base_audio_sink_render),
15728         (gst_base_audio_sink_create_ringbuffer),
15729         (gst_base_audio_sink_change_state):
15730         Fix compilation.
15731
15732 2005-07-27  Wim Taymans  <wim@fluendo.com>
15733
15734         * examples/seeking/seek.c: (setup_dynamic_link),
15735         (make_dv_pipeline), (make_vorbis_theora_pipeline), (query_rates),
15736         (query_positions_elems), (query_positions_pads), (do_seek):
15737         Update seek example.
15738
15739         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_event),
15740         (gst_ogg_pad_typefind), (gst_ogg_demux_chain_elem_pad),
15741         (gst_ogg_demux_queue_data), (gst_ogg_demux_chain_peer),
15742         (gst_ogg_pad_submit_packet), (gst_ogg_pad_submit_page),
15743         (gst_ogg_demux_handle_event),
15744         (gst_ogg_demux_deactivate_current_chain),
15745         (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek),
15746         (gst_ogg_demux_collect_chain_info), (gst_ogg_demux_collect_info),
15747         (gst_ogg_demux_chain), (gst_ogg_demux_send_event),
15748         (gst_ogg_demux_loop):
15749         * ext/ogg/gstoggmux.c: (gst_ogg_mux_collected):
15750         * ext/theora/theoradec.c: (theora_dec_src_event),
15751         (theora_dec_src_getcaps), (theora_dec_sink_event),
15752         (theora_dec_push), (theora_dec_chain):
15753         * ext/vorbis/Makefile.am:
15754         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_event),
15755         (vorbis_dec_sink_event), (vorbis_dec_push),
15756         (vorbis_handle_data_packet):
15757         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_sink_event),
15758         (gst_vorbisenc_chain):
15759         * gst/playback/gststreaminfo.c: (cb_probe):
15760         * gst/subparse/gstsubparse.c: (gst_subparse_src_event):
15761         * gst/videorate/gstvideorate.c: (gst_videorate_event):
15762         * gst/videoscale/gstvideoscale.c:
15763         (gst_videoscale_handle_src_event):
15764         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_event):
15765         * sys/ximage/ximagesink.c: (gst_ximagesink_show_frame),
15766         (gst_ximagesink_navigation_send_event):
15767         * sys/xvimage/xvimagesink.c:
15768         (gst_xvimagesink_navigation_send_event):
15769         Various event updates and cleanups
15770
15771 2005-07-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15772
15773         * gst/videoscale/gstvideoscale.c: (gst_videoscale_prepare_images):
15774           Fix segfault for I420/YV12.
15775
15776 2005-07-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15777
15778         * ext/vorbis/vorbisdec.c: (vorbis_handle_comment_packet):
15779           Report bitrate.
15780
15781 2005-07-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15782
15783         * gst/playback/gstplaybin.c: (gen_video_element),
15784         (gen_audio_element):
15785           Switch to auto*sink elements as default sinks; add volume element
15786           so that volume control in totem works.
15787
15788 2005-07-21  Wim Taymans  <wim@fluendo.com>
15789
15790         * gst/playback/gstplaybasebin.c: (gen_preroll_element):
15791         * gst/playback/gstplaybin.c: (setup_sinks),
15792         (gst_play_bin_change_state):
15793         Refcount fix and more comments.
15794
15795 2005-07-21  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
15796
15797         * sys/ximage/Makefile.am:
15798         * sys/ximage/ximage.c: (plugin_init):
15799         * sys/ximage/ximagesink.c:
15800         Prepare for adding ximagesrc, rename of plugin to ximage etc.
15801         
15802
15803 2005-07-21  Wim Taymans  <wim@fluendo.com>
15804
15805         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_event),
15806         (gst_ogg_pad_internal_chain), (gst_ogg_pad_typefind),
15807         (gst_ogg_demux_chain_elem_pad), (gst_ogg_demux_queue_data),
15808         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
15809         (gst_ogg_pad_submit_page), (gst_ogg_chain_new),
15810         (gst_ogg_demux_init), (gst_ogg_demux_activate_chain),
15811         (gst_ogg_demux_perform_seek), (gst_ogg_demux_collect_chain_info),
15812         (gst_ogg_demux_collect_info), (gst_ogg_demux_chain),
15813         (gst_ogg_demux_send_event), (gst_ogg_demux_loop):
15814         Generate correct disconts for live chained oggs.
15815
15816         * gst-libs/gst/audio/gstbaseaudiosink.c:
15817         (gst_base_audio_sink_render),
15818         (gst_base_audio_sink_create_ringbuffer),
15819         (gst_base_audio_sink_change_state):
15820         Handle discont math correctly.
15821
15822         * gst/playback/gstplaybin.c: (add_sink):
15823         Some small debug cleanup.
15824
15825 2005-07-21  Wim Taymans  <wim@fluendo.com>
15826
15827         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_init), (gst_ogg_pad_event),
15828         (gst_ogg_pad_internal_chain), (gst_ogg_pad_typefind),
15829         (gst_ogg_demux_chain_elem_pad), (gst_ogg_demux_queue_data),
15830         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
15831         (gst_ogg_pad_submit_page), (gst_ogg_chain_new),
15832         (gst_ogg_demux_init), (gst_ogg_demux_deactivate_current_chain),
15833         (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek),
15834         (gst_ogg_demux_read_chain), (gst_ogg_demux_find_pad),
15835         (gst_ogg_demux_collect_chain_info), (gst_ogg_demux_collect_info),
15836         (gst_ogg_demux_find_chains), (gst_ogg_demux_chain),
15837         (gst_ogg_demux_send_event), (gst_ogg_demux_loop),
15838         (gst_ogg_demux_change_state), (gst_ogg_print):
15839         Reorganize code to send the right disconts when in streaming
15840         mode.
15841
15842 2005-07-20  Andy Wingo  <wingo@pobox.com>
15843
15844         * gst/videoscale/vs_image.c (vs_image_scale_nearest_YUYV): Typo
15845         fix (?), fixes a seggie mcfalterson (#310894).
15846
15847 2005-07-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15848
15849         * ext/ogg/gstoggmux.c: (gst_ogg_mux_get_headers),
15850         (gst_ogg_mux_set_header_on_caps):
15851         * ext/theora/theoraenc.c: (theora_set_header_on_caps):
15852         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_set_header_on_caps):
15853         * ext/vorbis/vorbisparse.c: (vorbis_parse_set_header_on_caps):
15854         * gst-libs/gst/audio/multichannel.c:
15855         (gst_audio_set_channel_positions),
15856         (gst_audio_set_structure_channel_positions_list):
15857         * gst/playback/gstdecodebin.c: (dynamic_create):
15858         * gst/playback/gstplaybasebin.c: (setup_source), (mute_group_type):
15859         * gst/playback/gststreaminfo.c: (gst_stream_info_set_mute):
15860           Fixes for API changes in core.
15861
15862 2005-07-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15863
15864         * gst/playback/gstplaybasebin.c: (fill_buffer):
15865           Use _new_custom() so we can set custom message types for buffering
15866           messages.
15867
15868 2005-07-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15869
15870         * configure.ac:
15871         * gst-libs/gst/Makefile.am:
15872         * gst-libs/gst/gconf/.cvsignore:
15873         * gst-libs/gst/gconf/Makefile.am:
15874         * gst-libs/gst/gconf/test-gconf.c:
15875         * pkgconfig/Makefile.am:
15876         * pkgconfig/gstreamer-gconf-uninstalled.pc.in:
15877         * pkgconfig/gstreamer-gconf.pc.in:
15878           Remove gconf stuff, use gconf elements instead from now on.
15879
15880 2005-07-20  Wim Taymans  <wim@fluendo.com>
15881
15882         * gst-libs/gst/audio/TODO:
15883         * gst-libs/gst/audio/gstaudioclock.c: (gst_audio_clock_init),
15884         (gst_audio_clock_get_internal_time):
15885         * gst-libs/gst/audio/gstaudioclock.h:
15886         * gst-libs/gst/audio/gstbaseaudiosink.c:
15887         (gst_base_audio_sink_init), (gst_base_audio_sink_dispose),
15888         (gst_base_audio_sink_get_time), (gst_base_audio_sink_event),
15889         (gst_base_audio_sink_render),
15890         (gst_base_audio_sink_create_ringbuffer),
15891         (gst_base_audio_sink_change_state):
15892         Make sure the audio clock always returns an increasing value.
15893
15894 2005-07-19  Andy Wingo  <wingo@pobox.com>
15895
15896         * gst/videotestsrc/: Cleanups.
15897
15898 2005-07-19  Wim Taymans  <wim@fluendo.com>
15899
15900         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_create):
15901         Better debugging.
15902
15903 2005-07-19  Wim Taymans  <wim@fluendo.com>
15904
15905         * examples/seeking/seek.c: (make_dv_pipeline),
15906         (make_vorbis_theora_pipeline), (query_rates),
15907         (query_positions_elems), (query_positions_pads), (do_seek):
15908         Make correct DV pipeline.
15909
15910 2005-07-18  Andy Wingo  <wingo@pobox.com>
15911
15912         * configure.ac (DEFAULT_AUDIOSINK, DEFAULT_AUDIOSRC): Use alsa by
15913         default. Also because it's the only thing that really works. (This
15914         is used in the GConf elements).
15915         Use AS_LIBTOOL_TAGS.
15916
15917 2005-07-18  Wim Taymans  <wim@fluendo.com>
15918
15919         * gst/playback/gstdecodebin.c: (remove_element_chain):
15920         * gst/playback/gstplaybin.c: (add_sink):
15921         * gst/playback/gststreaminfo.c: (gst_stream_info_dispose),
15922         (gst_stream_info_set_mute):
15923         * gst/playback/gststreamselector.c:
15924         (gst_stream_selector_get_linked_pad),
15925         (gst_stream_selector_getcaps), (gst_stream_selector_chain):
15926         More leak and compile fixes.
15927
15928 2005-07-18  Wim Taymans  <wim@fluendo.com>
15929
15930         * examples/seeking/seek.c: (make_vorbis_theora_pipeline),
15931         (query_rates), (query_positions_elems), (query_positions_pads),
15932         (do_seek), (seek_cb), (stop_seek):
15933         Updated seek example. 
15934
15935         * gst/playback/gstdecodebin.c: (remove_element_chain), (unlinked):
15936         * gst/playback/gstplaybasebin.c: (queue_threshold_reached),
15937         (queue_out_of_data), (gen_preroll_element), (new_decoded_pad):
15938         * gst/playback/gstplaybin.c: (add_sink):
15939         * gst/playback/gststreaminfo.c: (gst_stream_info_dispose),
15940         (gst_stream_info_set_mute):
15941         Some refcount leak fixes.
15942
15943 2005-07-16  Wim Taymans  <wim@fluendo.com>
15944
15945         * gst-libs/gst/audio/gstbaseaudiosink.c:
15946         (gst_base_audio_sink_render):
15947         Align samples even if we have roundoff errors in the 
15948         timestamp conversion.
15949
15950 2005-07-16  Wim Taymans  <wim@fluendo.com>
15951
15952         * docs/libs/tmpl/gstringbuffer.sgml:
15953         * examples/seeking/seek.c: (make_vorbis_theora_pipeline),
15954         (query_rates), (query_positions_elems), (query_positions_pads),
15955         (update_scale), (do_seek):
15956         Updated seek example.
15957
15958         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
15959         (gst_ogg_pad_submit_page), (gst_ogg_demux_activate_chain),
15960         (gst_ogg_demux_find_chains), (gst_ogg_demux_send_event),
15961         (gst_ogg_demux_loop):
15962         Push out correct discont values.
15963
15964         * ext/theora/theoradec.c: (theora_dec_src_convert),
15965         (theora_dec_sink_convert), (theora_dec_src_getcaps),
15966         (theora_dec_sink_event), (theora_handle_type_packet),
15967         (theora_handle_header_packet), (theora_dec_push),
15968         (theora_handle_data_packet), (theora_dec_chain),
15969         (theora_dec_change_state):
15970         Better timestamping.
15971
15972         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
15973         (vorbis_dec_sink_event), (vorbis_dec_push),
15974         (vorbis_handle_data_packet), (vorbis_dec_chain):
15975         * ext/vorbis/vorbisdec.h:
15976         Better timestamping.
15977
15978         * gst-libs/gst/audio/gstbaseaudiosink.c:
15979         (gst_base_audio_sink_get_time), (gst_base_audio_sink_get_times),
15980         (gst_base_audio_sink_event), (gst_base_audio_sink_render):
15981         Handle syncing on timestamps instead of sample offsets. Make
15982         use of DISCONT values as described in design docs.
15983
15984         * gst-libs/gst/audio/gstbaseaudiosrc.c:
15985         (gst_base_audio_src_get_time):
15986         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_acquire),
15987         (gst_ring_buffer_set_sample), (gst_ring_buffer_commit),
15988         (gst_ring_buffer_read):
15989         * gst-libs/gst/audio/gstringbuffer.h:
15990         * sys/ximage/ximagesink.c: (gst_ximagesink_get_times),
15991         (gst_ximagesink_show_frame):
15992         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_times):
15993         Correcly convert buffer timestamp to stream time.
15994
15995 2005-07-16  Wim Taymans  <wim@fluendo.com>
15996
15997         * gst/audioconvert/gstaudioconvert.c:
15998         (gst_audio_convert_get_buffer):
15999         Timestamp buffers correctly.
16000
16001         * gst/playback/gstplaybin.c: (gen_video_element):
16002         Make internal fakesink silent.
16003
16004 2005-07-15  Wim Taymans  <wim@fluendo.com>
16005
16006         * gst/ffmpegcolorspace/Makefile.am:
16007         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
16008         (gst_ffmpegcsp_caps_remove_format_info),
16009         (gst_ffmpegcsp_transform_caps), (gst_ffmpegcsp_set_caps),
16010         (gst_ffmpegcsp_get_type), (gst_ffmpegcsp_class_init),
16011         (gst_ffmpegcsp_init), (gst_ffmpegcsp_get_size),
16012         (gst_ffmpegcsp_transform_ip), (gst_ffmpegcsp_transform):
16013         Ported ffmpegcolorspace to basetransform.
16014
16015         * gst/videoscale/gstvideoscale.c: (gst_videoscale_transform):
16016         * gst/volume/gstvolume.c: (volume_transform):
16017         Ported to new API.
16018
16019 2005-07-14  Wim Taymans  <wim@fluendo.com>
16020
16021         * gst/videotestsrc/Makefile.am:
16022         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get_type),
16023         (gst_videotestsrc_class_init), (gst_videotestsrc_negotiate),
16024         (gst_videotestsrc_setcaps), (gst_videotestsrc_getcaps),
16025         (gst_videotestsrc_init), (gst_videotestsrc_event),
16026         (gst_videotestsrc_create), (gst_videotestsrc_start),
16027         (gst_videotestsrc_stop), (gst_videotestsrc_get_times),
16028         (gst_videotestsrc_set_pattern), (gst_videotestsrc_set_property),
16029         (gst_videotestsrc_get_property):
16030         * gst/videotestsrc/gstvideotestsrc.h:
16031         Make videotestsrc a pushsrc.
16032
16033 2005-07-14  Wim Taymans  <wim@fluendo.com>
16034
16035         * gst/tcp/gstfdset.c: (gst_fdset_free):
16036         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_init),
16037         (gst_multifdsink_add), (gst_multifdsink_remove),
16038         (gst_multifdsink_clear), (gst_multifdsink_get_stats),
16039         (gst_multifdsink_remove_client_link),
16040         (gst_multifdsink_client_queue_data),
16041         (gst_multifdsink_client_queue_caps),
16042         (gst_multifdsink_client_queue_buffer),
16043         (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients),
16044         (gst_multifdsink_stop):
16045         * gst/tcp/gstmultifdsink.h:
16046         0.8 backporting.
16047
16048         * sys/ximage/ximagesink.c: (gst_ximagesink_show_frame):
16049         Also draw image when not from a pool.
16050
16051 2005-07-14  Wim Taymans  <wim@fluendo.com>
16052
16053         * gst/playback/gstplaybasebin.c: (check_queue), (probe_triggered),
16054         (mute_stream), (silence_stream):
16055         Small debug additions.
16056
16057 2005-07-14  Wim Taymans  <wim@fluendo.com>
16058
16059         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose),
16060         (gst_ogg_pad_submit_packet), (gst_ogg_pad_submit_page),
16061         (gst_ogg_demux_activate_chain), (gst_ogg_demux_loop):
16062         Better error recovery, ignore unconnected pads and
16063         non-fatal errors.
16064
16065 2005-07-14  Thomas Vander Stichele  <thomas at apestaart dot org>
16066
16067         * docs/libs/tmpl/gstaudio.sgml:
16068         * docs/libs/tmpl/gstcolorbalance.sgml:
16069         * docs/libs/tmpl/gstgconf.sgml:
16070         * docs/libs/tmpl/gstmixer.sgml:
16071         * docs/libs/tmpl/gstringbuffer.sgml:
16072         * docs/libs/tmpl/gsttuner.sgml:
16073         * gst-libs/gst/audio/gstbaseaudiosrc.c:
16074         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get_type),
16075         (gst_tcpclientsrc_class_init):
16076         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_get_type),
16077         (gst_tcpserversrc_class_init):
16078         * sys/v4l/gstv4lelement.c:
16079           more autistic cleanliness in functions/names/defines
16080
16081 2005-07-13  Thomas Vander Stichele  <thomas at apestaart dot org>
16082
16083         * configure.ac:
16084           make GST_PLUGIN_LDFLAGS only be flags; GST_LIBS should be
16085           added manually to each Makefile.am so we are sure it goes
16086           *last* and doesn't add -L flags before linking in libs of our
16087           own, like, say, internal .la libs, that then accidentally pick
16088           up the installed copy.
16089         * docs/libs/Makefile.am:
16090         * ext/alsa/Makefile.am:
16091         * ext/cdparanoia/Makefile.am:
16092         * ext/gnomevfs/Makefile.am:
16093         * ext/libvisual/Makefile.am:
16094         * ext/ogg/Makefile.am:
16095         * ext/theora/Makefile.am:
16096         * ext/vorbis/Makefile.am:
16097         * gst-libs/gst/video/Makefile.am:
16098         * gst/adder/Makefile.am:
16099         * gst/audioconvert/Makefile.am:
16100         * gst/audiorate/Makefile.am:
16101         * gst/audioscale/Makefile.am:
16102         * gst/ffmpegcolorspace/Makefile.am:
16103         * gst/playback/Makefile.am:
16104         * gst/sine/Makefile.am:
16105         * gst/subparse/Makefile.am:
16106         * gst/tags/Makefile.am:
16107         * gst/tcp/Makefile.am:
16108         * gst/typefind/Makefile.am:
16109         * gst/videorate/Makefile.am:
16110         * gst/videoscale/Makefile.am:
16111         * gst/videotestsrc/Makefile.am:
16112         * gst/volume/Makefile.am:
16113         * sys/v4l/Makefile.am:
16114         * sys/ximage/Makefile.am:
16115         * sys/xvimage/Makefile.am:
16116           adapt properly to this change. This should make sure that
16117           plugins and libs properly link to the as-yet-uninstalled
16118           copies of stuff like libgstinterfaces and libgstvideo
16119
16120 2005-07-13  Andy Wingo  <wingo@pobox.com>
16121
16122         * sys/v4l/gstv4lsrc.c (gst_v4lsrc_stop): Fix a spurious warning.
16123         (gst_v4lsrc_fixate): Fixate on format as well.
16124
16125         * sys/xvimage/xvimagesink.c (gst_xvimage_buffer_destroy) 
16126         (gst_xvimagesink_xvimage_new): Ref the xvimagesink while the
16127         buffer points to it.
16128         (gst_xvimagesink_check_xshm_calls): Don't use our xvimage buffer,
16129         rather just doing X calls ourselves. Also fixes a memleak.
16130
16131 2005-07-12  Andy Wingo  <wingo@pobox.com>
16132
16133         * sys/v4l/gstv4lsrc.c (gst_v4lsrc_get_property) 
16134         (gst_v4lsrc_set_property, gst_v4lsrc_class_init, gst_v4lsrc_init) 
16135         (gst_v4lsrc_create): Re-add the copy-mode property, default to
16136         TRUE to avoid deadlocks if an element holds on to our buffers.
16137
16138 2005-07-11  Thomas Vander Stichele  <thomas at apestaart dot org>
16139
16140         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
16141         (gst_sinesrc_init), (gst_sinesrc_create),
16142         (gst_sinesrc_set_property), (gst_sinesrc_get_property),
16143         (gst_sinesrc_start):
16144         * gst/sine/gstsinesrc.h:
16145           removing num-buffers property before moving it
16146
16147 2005-07-10  Thomas Vander Stichele  <thomas at apestaart dot org>
16148
16149         * configure.ac:
16150           use overridable ERROR_CFLAGS
16151         * docs/libs/gst-plugins-base-libs.types:
16152         * docs/libs/tmpl/gstringbuffer.sgml:
16153         * ext/alsa/gstalsasink.c: (gst_alsasink_get_type),
16154         (gst_alsasink_class_init):
16155         * ext/alsa/gstalsasrc.c: (gst_alsasrc_get_type),
16156         (gst_alsasrc_class_init):
16157         * gst-libs/gst/audio/audio.h:
16158         * gst-libs/gst/audio/gstaudioclock.h:
16159         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audio_filter_get_type),
16160         (gst_audio_filter_base_init), (gst_audio_filter_class_init),
16161         (gst_audio_filter_link), (gst_audio_filter_init),
16162         (gst_audio_filter_chain), (gst_audio_filter_set_property),
16163         (gst_audio_filter_get_property),
16164         (gst_audio_filter_class_add_pad_templates):
16165         * gst-libs/gst/audio/gstaudiofilter.h:
16166         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
16167         (gst_audio_filter_template_get_type),
16168         (gst_audio_filter_template_base_init),
16169         (gst_audio_filter_template_class_init),
16170         (gst_audio_filter_template_init),
16171         (gst_audio_filter_template_set_property),
16172         (gst_audio_filter_template_get_property), (plugin_init),
16173         (gst_audio_filter_template_setup),
16174         (gst_audio_filter_template_filter),
16175         (gst_audio_filter_template_filter_inplace):
16176         * gst-libs/gst/audio/gstaudiosink.c:
16177         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
16178         (audioringbuffer_thread_func), (gst_audioringbuffer_acquire),
16179         (gst_audioringbuffer_release), (gst_audioringbuffer_start),
16180         (gst_audioringbuffer_stop), (gst_audioringbuffer_delay),
16181         (gst_audio_sink_base_init), (gst_audio_sink_class_init),
16182         (gst_audio_sink_init), (gst_audio_sink_create_ringbuffer):
16183         * gst-libs/gst/audio/gstaudiosink.h:
16184         * gst-libs/gst/audio/gstaudiosrc.c: (gst_audioringbuffer_get_type),
16185         (gst_audioringbuffer_class_init), (audioringbuffer_thread_func),
16186         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
16187         (gst_audioringbuffer_start), (gst_audioringbuffer_stop),
16188         (gst_audioringbuffer_delay), (gst_audio_src_base_init),
16189         (gst_audio_src_class_init), (gst_audio_src_init),
16190         (gst_audio_src_create_ringbuffer):
16191         * gst-libs/gst/audio/gstaudiosrc.h:
16192         * gst-libs/gst/audio/gstbaseaudiosink.c:
16193         (gst_base_audio_sink_base_init), (gst_base_audio_sink_class_init),
16194         (gst_base_audio_sink_init), (gst_base_audio_sink_dispose),
16195         (gst_base_audio_sink_get_clock), (gst_base_audio_sink_get_time),
16196         (gst_base_audio_sink_set_property),
16197         (gst_base_audio_sink_get_property), (gst_base_audio_sink_setcaps),
16198         (gst_base_audio_sink_get_times), (gst_base_audio_sink_event),
16199         (gst_base_audio_sink_preroll), (gst_base_audio_sink_render),
16200         (gst_base_audio_sink_create_ringbuffer),
16201         (gst_base_audio_sink_callback), (gst_base_audio_sink_change_state):
16202         * gst-libs/gst/audio/gstbaseaudiosink.h:
16203         * gst-libs/gst/audio/gstbaseaudiosrc.c:
16204         (gst_base_audio_src_base_init), (gst_base_audio_src_class_init),
16205         (gst_base_audio_src_init), (gst_base_audio_src_get_clock),
16206         (gst_base_audio_src_get_time), (gst_base_audio_src_set_property),
16207         (gst_base_audio_src_get_property), (gst_base_audio_src_fixate),
16208         (gst_base_audio_src_setcaps), (gst_base_audio_src_get_times),
16209         (gst_base_audio_src_event), (gst_base_audio_src_create),
16210         (gst_base_audio_src_create_ringbuffer),
16211         (gst_base_audio_src_callback), (gst_base_audio_src_change_state):
16212         * gst-libs/gst/audio/gstbaseaudiosrc.h:
16213         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_get_type),
16214         (gst_ring_buffer_class_init), (gst_ring_buffer_init),
16215         (gst_ring_buffer_dispose), (gst_ring_buffer_finalize),
16216         (gst_ring_buffer_debug_spec_caps),
16217         (gst_ring_buffer_debug_spec_buff), (gst_ring_buffer_parse_caps),
16218         (gst_ring_buffer_set_callback), (gst_ring_buffer_acquire),
16219         (gst_ring_buffer_release), (gst_ring_buffer_is_acquired),
16220         (gst_ring_buffer_start), (gst_ring_buffer_pause),
16221         (gst_ring_buffer_stop), (gst_ring_buffer_delay),
16222         (gst_ring_buffer_samples_done), (gst_ring_buffer_set_sample),
16223         (wait_segment), (gst_ring_buffer_commit), (gst_ring_buffer_read),
16224         (gst_ring_buffer_prepare_read), (gst_ring_buffer_advance),
16225         (gst_ring_buffer_clear):
16226         * gst-libs/gst/audio/gstringbuffer.h:
16227         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init),
16228         (gst_video_sink_class_init), (gst_video_sink_get_type):
16229         * gst-libs/gst/video/videosink.h:
16230         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_get_type),
16231         (gst_multifdsink_class_init),
16232         (gst_multifdsink_handle_client_write),
16233         (gst_multifdsink_change_state):
16234         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_class_init),
16235         (gst_tcpclientsink_setcaps):
16236         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
16237         (gst_ximagesink_getcaps), (gst_ximagesink_setcaps),
16238         (gst_ximagesink_change_state), (gst_ximagesink_show_frame),
16239         (gst_ximagesink_buffer_free), (gst_ximagesink_buffer_alloc),
16240         (gst_ximagesink_send_pending_navigation),
16241         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_get_desired_size),
16242         (gst_ximagesink_class_init), (gst_ximagesink_get_type):
16243         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_getcaps),
16244         (gst_xvimagesink_setcaps), (gst_xvimagesink_change_state),
16245         (gst_xvimagesink_show_frame), (gst_xvimagesink_buffer_alloc),
16246         (gst_xvimagesink_send_pending_navigation),
16247         (gst_xvimagesink_navigation_send_event),
16248         (gst_xvimagesink_set_xwindow_id),
16249         (gst_xvimagesink_get_desired_size), (gst_xvimagesink_class_init),
16250         (gst_xvimagesink_get_type):
16251         more macro splitting
16252
16253 2005-07-08  Thomas Vander Stichele  <thomas at apestaart dot org>
16254
16255         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose):
16256           plug a memleak, allows me to import 1479 albums in one go
16257           in jamboree
16258         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
16259         (vorbis_handle_type_packet), (vorbis_dec_chain),
16260         (vorbis_dec_change_state):
16261           fix some format strings
16262
16263 2005-07-08  Thomas Vander Stichele  <thomas at apestaart dot org>
16264
16265         * docs/libs/tmpl/gstcolorbalance.sgml:
16266         * docs/libs/tmpl/gstmixer.sgml:
16267         * ext/alsa/gstalsasink.c: (gst_alsasink_class_init),
16268         (gst_alsasink_set_property), (gst_alsasink_get_property):
16269         * ext/alsa/gstalsasrc.c: (gst_alsasrc_class_init),
16270         (gst_alsasrc_set_property), (gst_alsasrc_get_property):
16271           add device property
16272
16273 2005-07-08  Thomas Vander Stichele  <thomas at apestaart dot org>
16274
16275         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
16276         * ext/gnomevfs/gstgnomevfssrc.c: (audiocast_init),
16277         (audiocast_register_listener), (audiocast_thread_run),
16278         (gst_gnomevfssrc_send_additional_headers_callback),
16279         (gst_gnomevfssrc_received_headers_callback),
16280         (gst_gnomevfssrc_push_callbacks), (gst_gnomevfssrc_pop_callbacks),
16281         (gst_gnomevfssrc_get_icy_metadata), (gst_gnomevfssrc_create),
16282         (gst_gnomevfssrc_get_size):
16283           add/clean up debugging
16284         * gst/audiorate/gstaudiorate.c: (gst_audiorate_init):
16285           cleanups
16286
16287 2005-07-07  Andy Wingo  <wingo@pobox.com>
16288
16289         * sys/v4l/gstv4lsrc.c (gst_v4lsrc_fixate): Also fixate the
16290         framerate. Need to get a handle on when exactly this function is
16291         called, tho.
16292
16293         * sys/v4l/v4lsrc_calls.h:
16294         * sys/v4l/v4lsrc_calls.c: Remove sync-related stuff.
16295         (gst_v4lsrc_get_fps_list): Moved here from gstv4lsrc.c.
16296         (gst_v4lsrc_buffer_new): Totally derive from GstBuffer.
16297
16298         * sys/v4l/v4l_calls.h: Cast to V4lElement.
16299         * sys/v4l/v4l_calls.c: Header loc fixen, don't load mjpeg, all
16300         v4lelements are sources.
16301
16302         * sys/v4l/gstv4lxoverlay.h:
16303         * sys/v4l/gstv4lxoverlay.c:
16304         * sys/v4l/gstv4ltuner.h:
16305         * sys/v4l/gstv4ltuner.c: Header loc fixen.
16306         
16307         * sys/v4l/gstv4lsrc.h:
16308         * sys/v4l/gstv4lsrc.c: Crucial GPL update. Clean up a bit, port to
16309         PushSrc/BaseSrc. Removed most sync-related properties, videorate
16310         or something should handle that. Made a live source.
16311
16312         * sys/v4l/gstv4lelement.h:
16313         * sys/v4l/gstv4lelement.c: Derive from GstPushSrc. No more
16314         signals. Some cleanups.
16315
16316         * sys/v4l/gstv4lcolorbalance.h: Interface header update.
16317
16318         * sys/v4l/gstv4l.c: Don't register v4lelement, or the jpeg/mjpeg
16319         stuff.
16320
16321         * sys/v4l/Makefile.am: Build everything except the jpeg/mjpeg
16322         stuff.
16323
16324         * sys/Makefile.am (SUBDIRS): Hit the V4L crack pipe.
16325
16326 2005-07-07  Wim Taymans  <wim@fluendo.com>
16327
16328         * ext/theora/theoradec.c: (theora_get_query_types),
16329         (theora_dec_src_getcaps), (theora_dec_push):
16330         * ext/vorbis/vorbisdec.c: (vorbis_get_query_types):
16331         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_get_query_types):
16332         Remove deprecated/unused query types.
16333
16334 2005-07-06  Wim Taymans  <wim@fluendo.com>
16335
16336         * ext/alsa/Makefile.am:
16337         * ext/alsa/gstalsaplugin.c: (plugin_init):
16338         * ext/alsa/gstalsasink.c: (gst_alsasink_open):
16339         * ext/alsa/gstalsasrc.c: (gst_alsasrc_get_type),
16340         (gst_alsasrc_dispose), (gst_alsasrc_base_init),
16341         (gst_alsasrc_class_init), (gst_alsasrc_init),
16342         (gst_alsasrc_getcaps), (set_hwparams), (set_swparams),
16343         (alsasrc_parse_spec), (gst_alsasrc_open), (gst_alsasrc_close),
16344         (xrun_recovery), (gst_alsasrc_read), (gst_alsasrc_delay),
16345         (gst_alsasrc_reset):
16346         * ext/alsa/gstalsasrc.h:
16347         * gst-libs/gst/audio/Makefile.am:
16348         * gst-libs/gst/audio/gstaudiosink.c:
16349         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
16350         (gst_audioringbuffer_start):
16351         * gst-libs/gst/audio/gstaudiosrc.c: (gst_audioringbuffer_get_type),
16352         (gst_audioringbuffer_class_init), (audioringbuffer_thread_func),
16353         (gst_audioringbuffer_init), (gst_audioringbuffer_dispose),
16354         (gst_audioringbuffer_finalize), (gst_audioringbuffer_acquire),
16355         (gst_audioringbuffer_release), (gst_audioringbuffer_start),
16356         (gst_audioringbuffer_stop), (gst_audioringbuffer_delay),
16357         (gst_audiosrc_base_init), (gst_audiosrc_class_init),
16358         (gst_audiosrc_init), (gst_audiosrc_create_ringbuffer):
16359         * gst-libs/gst/audio/gstaudiosrc.h:
16360         * gst-libs/gst/audio/gstbaseaudiosink.c:
16361         (gst_baseaudiosink_class_init), (gst_baseaudiosink_dispose),
16362         (gst_baseaudiosink_get_time), (gst_baseaudiosink_setcaps),
16363         (gst_baseaudiosink_preroll), (gst_baseaudiosink_render):
16364         * gst-libs/gst/audio/gstbaseaudiosrc.c:
16365         (gst_baseaudiosrc_base_init), (gst_baseaudiosrc_class_init),
16366         (gst_baseaudiosrc_init), (gst_baseaudiosrc_get_clock),
16367         (gst_baseaudiosrc_get_time), (gst_baseaudiosrc_set_property),
16368         (gst_baseaudiosrc_get_property), (gst_baseaudiosrc_fixate),
16369         (gst_baseaudiosrc_setcaps), (gst_baseaudiosrc_get_times),
16370         (gst_baseaudiosrc_event), (gst_baseaudiosrc_create),
16371         (gst_baseaudiosrc_create_ringbuffer), (gst_baseaudiosrc_callback),
16372         (gst_baseaudiosrc_change_state):
16373         * gst-libs/gst/audio/gstbaseaudiosrc.h:
16374         * gst-libs/gst/audio/gstringbuffer.c: (build_linear_format),
16375         (gst_ringbuffer_debug_spec_caps), (gst_ringbuffer_debug_spec_buff),
16376         (gst_ringbuffer_parse_caps), (gst_ringbuffer_start),
16377         (gst_ringbuffer_pause), (gst_ringbuffer_stop),
16378         (gst_ringbuffer_samples_done), (gst_ringbuffer_set_sample),
16379         (wait_segment), (gst_ringbuffer_commit), (gst_ringbuffer_read),
16380         (gst_ringbuffer_prepare_read), (gst_ringbuffer_advance):
16381         * gst-libs/gst/audio/gstringbuffer.h:
16382         Added audiosource base classes.
16383         Ported alsasrc, still very basic.
16384
16385 2005-07-06  Wim Taymans  <wim@fluendo.com>
16386
16387         * ext/theora/theoradec.c: (theora_dec_src_getcaps),
16388         (theora_dec_push), (theora_handle_data_packet):
16389         Prepare for better timestamp fix later.
16390
16391         * gst/audioconvert/gstaudioconvert.c:
16392         List most accurate caps first
16393
16394         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_loop):
16395         Use proper pad task function.
16396
16397         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
16398         (gst_xvimagesink_show_frame):
16399         Fix deadlock when alloc failed.
16400
16401 2005-07-05  Andy Wingo  <wingo@pobox.com>
16402
16403         * ext/gnomevfs/gstgnomevfssrc.c:
16404         * gst/sine/gstsinesrc.c:
16405         * gst/tcp/gsttcpserversrc.c:
16406         * gst/tcp/gsttcpclientsrc.c: s/BASESRC/BASE_SRC/.
16407
16408         * sys/v4l/: Port from 0.8.
16409
16410         * Many files: Null if we got it....
16411
16412 2005-07-05  Andy Wingo  <wingo@pobox.com>
16413
16414         * gst/tcp/gsttcpserversink.c (gst_tcpserversink_handle_server_read): 
16415         * gst/tcp/gstmultifdsink.c (gst_multifdsink_client_queue_data):
16416         Signedness fixes.
16417
16418 2005-07-05  Wim Taymans  <wim@fluendo.com>
16419
16420         * configure.ac:
16421         * gst/tcp/Makefile.am:
16422         * gst/tcp/README:
16423         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_get_type),
16424         (gst_multifdsink_base_init), (gst_multifdsink_class_init),
16425         (gst_multifdsink_init), (gst_multifdsink_remove_client_link),
16426         (is_sync_frame), (gst_multifdsink_handle_client_write),
16427         (gst_multifdsink_render), (gst_multifdsink_start),
16428         (gst_multifdsink_stop), (gst_multifdsink_change_state):
16429         * gst/tcp/gstmultifdsink.h:
16430         * gst/tcp/gsttcp.c: (gst_tcp_host_to_ip),
16431         (gst_tcp_gdp_read_buffer), (gst_tcp_gdp_read_caps),
16432         (gst_tcp_gdp_write_buffer), (gst_tcp_gdp_write_caps):
16433         * gst/tcp/gsttcp.h:
16434         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_class_init),
16435         (gst_tcpclientsink_init), (gst_tcpclientsink_setcaps),
16436         (gst_tcpclientsink_render), (gst_tcpclientsink_start),
16437         (gst_tcpclientsink_stop), (gst_tcpclientsink_change_state):
16438         * gst/tcp/gsttcpclientsink.h:
16439         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get_type),
16440         (gst_tcpclientsrc_base_init), (gst_tcpclientsrc_class_init),
16441         (gst_tcpclientsrc_init), (gst_tcpclientsrc_getcaps),
16442         (gst_tcpclientsrc_create), (gst_tcpclientsrc_start),
16443         (gst_tcpclientsrc_stop), (gst_tcpclientsrc_unlock):
16444         * gst/tcp/gsttcpclientsrc.h:
16445         * gst/tcp/gsttcpplugin.c: (plugin_init):
16446         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init):
16447         * gst/tcp/gsttcpserversink.h:
16448         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_get_type),
16449         (gst_tcpserversrc_base_init), (gst_tcpserversrc_class_init),
16450         (gst_tcpserversrc_init), (gst_tcpserversrc_finalize),
16451         (gst_tcpserversrc_create), (gst_tcpserversrc_start),
16452         (gst_tcpserversrc_stop):
16453         * gst/tcp/gsttcpserversrc.h:
16454         * gst/tcp/gsttcpsink.c:
16455         * gst/tcp/gsttcpsink.h:
16456         * gst/tcp/gsttcpsrc.c:
16457         * gst/tcp/gsttcpsrc.h:
16458         Ported tcp plugins to 0.9. 
16459         
16460
16461 2005-07-05  Andy Wingo  <wingo@pobox.com>
16462
16463         * gst/playback/gstplaybasebin.c (fill_buffer):
16464         message_new_application fixen.
16465
16466         * gst/videoscale/gstvideoscale.c (gst_videoscale_transform_caps):
16467         Style fix.
16468
16469 2005-07-04  Wim Taymans  <wim@fluendo.com>
16470
16471         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_chain):
16472         Set caps on output buffer.
16473
16474 2005-07-04  Andy Wingo  <wingo@pobox.com>
16475
16476         * ext/gnomevfs/gstgnomevfssrc.c
16477         (gst_gnomevfssrc_received_headers_callback) 
16478         (audiocast_thread_kill, audiocast_thread_run): FORTIFY fixen,
16479         hopefully.
16480
16481         * gst/audioconvert/gstaudioconvert.c (gst_audio_convert_fixate):
16482         No refcount leakage.
16483
16484         * configure.ac: Enable -Werror.
16485         
16486         * ext/theora/theoradec.c (theora_dec_src_getcaps):
16487         * gst/audioconvert/bufferframesconvert.c
16488         (buffer_frames_convert_fixate):
16489         * gst/audioconvert/gstaudioconvert.c (_fixate_caps_to_int)
16490         (gst_audio_convert_fixate):
16491         * gst/sine/gstsinesrc.c (gst_sinesrc_src_fixate)
16492         (gst_sinesrc_create): Fixate func changes.
16493         
16494         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
16495         (gst_ximagesink_buffer_alloc): Unused var.
16496
16497 2005-07-01  Andy Wingo  <wingo@pobox.com>
16498
16499         * ext/theora/theoradec.c (theora_dec_src_getcaps): Implement a
16500         getcaps to do explicit caps. Needs to be done in all decoders,
16501         possibly via a base class.
16502
16503         * configure.ac (GST_PLUGIN_LDFLAGS): Add videoscale.
16504
16505         * ext/ogg/gstoggdemux.c (gst_ogg_pad_typefind): No need to set
16506         caps on the sink pad, just rely on the pad template. Also, setting
16507         ANY caps on a pad is not valid because the caps are not fixed.
16508
16509         * sys/ximage/ximagesink.c (gst_ximagesink_buffer_alloc): Set the
16510         caps on the buffer, and get the width from the desired_caps if
16511         they're set.
16512         (gst_ximagesink_renegotiate_size): Implement via setting the
16513         desired_caps on the ximagesink.
16514         (gst_ximagesink_setcaps): Only reset the width of the player if it
16515         wasn't already set. Not sure if this is right.
16516         (gst_ximagesink_show_frame): Memcpy only for normal buffers.
16517
16518         * sys/ximage/ximagesink.h (desired_caps): New field, is the caps
16519         that the user wants. NULL unless the window has been resized.
16520
16521         * gst/volume/gstvolume.c (volume_transform): Adapt to
16522         basetransform refcount changes.
16523         
16524 2005-07-01  Andy Wingo  <wingo@pobox.com>
16525
16526         * gst/videoscale/gstvideoscale.c:
16527         * gst/videoscale/gstvideoscale.h: Clean up, port to 0.9. Derives
16528         from BaseTransform, implements a transform_caps. Removed dead code
16529         including some PAR stuff that was never reached -- should probably
16530         be added back somehow.
16531
16532 2005-07-01  Andy Wingo  <wingo@pobox.com>
16533
16534         * gst/videoscale: Merge David's work from 0.8 branch. Changes to
16535         come later.
16536
16537 2005-06-30  Thomas Vander Stichele  <thomas at apestaart dot org>
16538
16539         * configure.ac:
16540         * docs/libs/Makefile.am:
16541         * docs/libs/gst-plugins-libs.types:
16542         * ext/alsa/Makefile.am:
16543         * ext/alsa/gstalsamixer.h:
16544         * ext/alsa/gstalsamixeroptions.h:
16545         * ext/alsa/gstalsamixertrack.h:
16546         * gst-libs/gst/Makefile.am:
16547         * gst-libs/gst/colorbalance/.cvsignore:
16548         * gst-libs/gst/colorbalance/Makefile.am:
16549         * gst-libs/gst/colorbalance/colorbalance-marshal.list:
16550         * gst-libs/gst/colorbalance/colorbalance.c:
16551         * gst-libs/gst/colorbalance/colorbalance.h:
16552         * gst-libs/gst/colorbalance/colorbalance.vcproj:
16553         * gst-libs/gst/colorbalance/colorbalancechannel.c:
16554         * gst-libs/gst/colorbalance/colorbalancechannel.h:
16555         * gst-libs/gst/interfaces/Makefile.am:
16556         * gst-libs/gst/interfaces/colorbalance.c:
16557         (gst_color_balance_class_init):
16558         * gst-libs/gst/interfaces/colorbalance.h:
16559         * gst-libs/gst/interfaces/interfaces-marshal.list:
16560         * gst-libs/gst/interfaces/mixer.c: (gst_mixer_class_init):
16561         * gst-libs/gst/interfaces/mixer.h:
16562         * gst-libs/gst/interfaces/mixeroptions.h:
16563         * gst-libs/gst/interfaces/navigation.c:
16564         * gst-libs/gst/interfaces/tuner.c: (gst_tuner_class_init):
16565         * gst-libs/gst/interfaces/tuner.h:
16566         * gst/volume/Makefile.am:
16567         * gst/volume/gstvolume.c:
16568         * pkgconfig/gstreamer-interfaces-uninstalled.pc.in:
16569         * sys/ximage/Makefile.am:
16570         * sys/ximage/ximagesink.c:
16571         * sys/xvimage/Makefile.am:
16572         * sys/xvimage/xvimagesink.c:
16573           fold in all interfaces into an interfaces dir, preserving CVS
16574           history
16575
16576 2005-06-30  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16577
16578         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
16579           Fix build after riff changes.
16580
16581 2005-06-30  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16582
16583         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
16584         (gst_riff_create_audio_caps), (gst_riff_create_iavs_caps),
16585         (gst_riff_create_video_template_caps),
16586         (gst_riff_create_audio_template_caps),
16587         (gst_riff_create_iavs_template_caps):
16588         * gst-libs/gst/riff/riff-media.h:
16589         * gst-libs/gst/riff/riff-read.h:
16590         * gst-libs/gst/riff/riff.c: (gst_riff_init):
16591           Add gst_riff_init() to initialize the debug category, instead
16592           of plugin_init(). Port riff-media.[ch] from -THREADED to HEAD.
16593
16594 2005-06-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16595
16596         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init):
16597           Oops, I shouldn't apply hacks.
16598
16599 2005-06-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16600
16601         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_init):
16602           Remove pad_loop function which doesn't work.
16603
16604 2005-06-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16605
16606         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_deactivate_current_chain):
16607           Send EOS when deactivating.
16608         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
16609         (check_queue), (queue_threshold_reached), (queue_out_of_data),
16610         (gen_preroll_element), (probe_triggered), (mute_stream),
16611         (silence_stream), (new_decoded_pad), (setup_substreams),
16612         (set_active_source):
16613         * gst/playback/gstplaybin.c: (gst_play_bin_get_property),
16614         (remove_sinks), (add_sink):
16615         * gst/playback/gststreaminfo.c: (cb_probe), (gst_stream_info_new):
16616           Change for new probe API.
16617
16618 2005-06-29  Wim Taymans  <wim@fluendo.com>
16619
16620         * gst-libs/gst/audio/gstaudiosink.c: (gst_audioringbuffer_init):
16621         * gst-libs/gst/audio/gstbaseaudiosink.c:
16622         (gst_baseaudiosink_class_init), (gst_baseaudiosink_dispose),
16623         (gst_baseaudiosink_change_state):
16624         * gst-libs/gst/audio/gstbaseaudiosink.h:
16625         * gst-libs/gst/audio/gstringbuffer.c:
16626         (gst_ringbuffer_set_callback):
16627         Fix compilation error.
16628         Ringbuffer starts out as not running.
16629         Free our clock in dispose.
16630         When releasing the ringbuffer we need to renegotiate so
16631         clear the pad caps.
16632
16633 2005-06-29  Thomas Vander Stichele  <thomas at apestaart dot org>
16634
16635         * autogen.sh:
16636         * configure.ac:
16637         * docs/Makefile.am:
16638         * docs/libs/Makefile.am:
16639         * docs/libs/gst-plugins-libs-docs.sgml:
16640         * docs/libs/gst-plugins-libs-sections.txt:
16641         * docs/libs/gst-plugins-libs.types:
16642         * docs/libs/tmpl/gstaudio.sgml:
16643         * docs/libs/tmpl/gstcolorbalance.sgml:
16644         * docs/libs/tmpl/gstringbuffer.sgml:
16645         * gst-libs/gst/audio/gstringbuffer.c:
16646         (gst_ringbuffer_set_callback):
16647           reinstate gtk-doc docs for plugin libs
16648
16649 2005-06-28  Wim Taymans  <wim@fluendo.com>
16650
16651         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
16652         (gst_ogg_demux_init):
16653         Removed pad loop function.
16654
16655 2005-06-28  Wim Taymans  <wim@fluendo.com>
16656
16657         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet):
16658         If we're building a chain we are not in an error case
16659         when we queue a buffer.
16660
16661 2005-06-28  Andy Wingo  <wingo@pobox.com>
16662
16663         * *.c: Don't cast to GstObject before reffing/unreffing.
16664
16665 2005-06-27  Andy Wingo  <wingo@pobox.com>
16666
16667         * gst/videotestsrc/gstvideotestsrc.c
16668         (gst_videotestsrc_activate_push): Activation API changes.
16669
16670         * gst/playback/gstdecodebin.c (gst_decode_bin_change_state) 
16671         (gst_decode_bin_dispose): Free dynamics in READY->NULL, because
16672         they have refs on the decodebin.
16673
16674         * ext/ogg/gstoggdemux.c (gst_ogg_pad_class_init): Ref the right
16675         parent class.
16676         (gst_ogg_pad_typefind): Don't leak a pad ref.
16677         (gst_ogg_chain_new_stream): gst_object_unref, not g_object_unref.
16678         (gst_ogg_demux_sink_activate, gst_ogg_demux_sink_activate_push) 
16679         (gst_ogg_demux_sink_activate_pull): Changes for activation API.
16680
16681 2005-06-27  Edward Hervey  <edward@fluendo.com>
16682
16683         * ext/theora/theoradec.c: (theora_dec_change_state): 
16684         re-arranged call to parent's state change in order to avoid locks (or
16685         worse).
16686
16687 2005-06-26  Edward Hervey  <edward@fluendo.com>
16688
16689         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init):
16690         2nd argument of 'unknow-type' signal is a GstCaps and not a
16691         GstMiniObject
16692
16693 2005-06-25  Jan Schmidt  <thaytan@mad.scientist.com>
16694         * gst-libs/gst/audio/gstaudiosink.c: (gst_audioringbuffer_acquire):
16695           Set the worker thread's running flag to TRUE before starting the
16696           thread.
16697         * gst/playback/gstdecodebin.c: (gst_decode_bin_init):
16698           Catch a failure to add typefind to the bin.
16699
16700 2005-06-24  Thomas Vander Stichele  <thomas at apestaart dot org>
16701
16702         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
16703         (gst_sinesrc_init), (gst_sinesrc_create),
16704         (gst_sinesrc_set_property), (gst_sinesrc_get_property),
16705         (gst_sinesrc_start):
16706         * gst/sine/gstsinesrc.h:
16707           add num-buffers and timestamp-offset properties
16708         * gst/videotestsrc/gstvideotestsrc.c:
16709         (gst_videotestsrc_class_init), (gst_videotestsrc_set_property),
16710         (gst_videotestsrc_get_property):
16711           add timestamp-offset property
16712
16713 2005-06-23  Christian Schaller  <uraeus@gnome.org>
16714
16715         * configure.ac: add videorate
16716         * gst-plugins-base.spec.in: add videorate
16717
16718 2005-06-23  Wim Taymans  <wim@fluendo.com>
16719
16720         * gst/videorate/gstvideorate.c: (gst_videorate_transformcaps),
16721         (gst_videorate_getcaps), (gst_videorate_setcaps),
16722         (gst_videorate_event), (gst_videorate_chain):
16723         Fixed videorate, fixating an already fixated caps is not
16724         an error.
16725
16726 2005-06-23  Wim Taymans  <wim@fluendo.com>
16727
16728         * ext/ogg/README:
16729         * ext/ogg/gstoggmux.c: (gst_ogg_mux_set_header_on_caps):
16730         Buffer on caps is not boxed anymore.
16731
16732 2005-06-22  Wim Taymans  <wim@fluendo.com>
16733
16734         * ext/theora/theoraenc.c: (theora_set_header_on_caps):
16735         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_set_header_on_caps):
16736         Set buffers on caps as miniobjects and not as boxed.
16737
16738 2005-06-19  Thomas Vander Stichele  <thomas at apestaart dot org>
16739
16740         * configure.ac:
16741           back to HEAD
16742
16743 === release 0.9.1 ===
16744
16745 2005-06-19  Thomas Vander Stichele  <thomas at apestaart dot org>
16746
16747         * .cvsignore:
16748         * NEWS:
16749         * README:
16750         * RELEASE:
16751         * configure.ac:
16752         * po/af.po:
16753         * po/az.po:
16754         * po/cs.po:
16755         * po/en_GB.po:
16756         * po/hu.po:
16757         * po/it.po:
16758         * po/nb.po:
16759         * po/nl.po:
16760         * po/or.po:
16761         * po/sq.po:
16762         * po/sr.po:
16763         * po/sv.po:
16764         * po/uk.po:
16765         * po/vi.po:
16766           updates for release
16767
16768 2005-06-09  Andy Wingo  <wingo@pobox.com>
16769
16770         * gst-libs/gst/net/Makefile.am (lib_LTLIBRARIES): Install gstnet.
16771         
16772 2005-06-09  Andy Wingo  <wingo@pobox.com>
16773
16774         * configure.ac:
16775         * gst-libs/gst/Makefile.am:
16776         * gst-libs/gst/net/Makefile.am:
16777         Add gstnet to build.
16778
16779 2005-06-09  Andy Wingo  <wingo@pobox.com>
16780
16781         * gst-libs/gst/gconf/gconf.c:
16782         * gst/playback/test.c:
16783         * gst/playback/gstplaybin.c (gen_video_element): Ghost pad API
16784         fixes.
16785
16786         * gst/audioconvert/gstaudioconvert.c: RPAD fixes.
16787
16788         * ext/theora/theoraenc.c (theora_enc_chain): 
16789         * ext/theora/theoradec.c (theora_handle_data_packet): GCC4 fixes.
16790
16791         * ext/ogg/gstoggdemux.c (GstOggPad): Derive from GstPad, not
16792         RealPad.
16793
16794 2005-06-02  Wim Taymans  <wim@fluendo.com>
16795
16796         * gst-libs/gst/net/Makefile.am:
16797         * pkgconfig/gstreamer-libs-uninstalled.pc.in:
16798         * pkgconfig/gstreamer-libs.pc.in:
16799         Added net stuff, version net lib.
16800
16801 2005-06-02  Wim Taymans  <wim@fluendo.com>
16802
16803         * examples/seeking/seek.c: (make_vorbis_theora_pipeline),
16804         (query_rates), (query_positions_elems), (query_positions_pads),
16805         (do_seek):
16806         Updated seek example.
16807
16808 2005-06-02  Andy Wingo  <wingo@pobox.com>
16809
16810         * pkgconfig/gstreamer-libs-uninstalled.pc.in (prefix):
16811         * pkgconfig/gstreamer-libs.pc.in (prefix): Add gst/tag to the -L
16812         list.
16813
16814         * gst/playback/gstdecodebin.c (gst_decode_bin_dispose): Don't
16815         remove the typefind, the bin dispose will do it for us. When it's
16816         removed and unreffed, the signal handler will be disconnected,
16817         too.
16818         (unlinked): It's too difficult to disconnect from unlinked
16819         handlers, as they are on pads not elements. Just punt if the pads
16820         aren't grandkids of the bin.
16821
16822 2005-06-02  Wim Taymans  <wim@fluendo.com>
16823
16824         * ext/ogg/README:
16825         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
16826         (gst_ogg_demux_activate_chain), (gst_ogg_demux_clear_chains):
16827         * ext/ogg/gstoggmux.c: (gst_ogg_mux_buffer_from_page):
16828         * ext/theora/theoradec.c: (theora_dec_src_query),
16829         (theora_handle_data_packet):
16830         * ext/theora/theoraenc.c: (theora_buffer_from_packet),
16831         (theora_enc_chain):
16832         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
16833         (vorbis_handle_data_packet):
16834         * gst/audioconvert/bufferframesconvert.c:
16835         (buffer_frames_convert_chain):
16836         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
16837         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
16838         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_bufferalloc),
16839         (gst_ffmpegcsp_chain):
16840         * gst/videorate/gstvideorate.c: (gst_videorate_transformcaps),
16841         (gst_videorate_getcaps), (gst_videorate_setcaps),
16842         (gst_videorate_event), (gst_videorate_chain):
16843         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_activate),
16844         (gst_videotestsrc_src_query), (gst_videotestsrc_loop):
16845         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
16846         (gst_ximagesink_setcaps), (gst_ximagesink_buffer_alloc):
16847         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
16848         (gst_xvimage_buffer_finalize), (gst_xvimage_buffer_free),
16849         (gst_xvimage_buffer_class_init), (gst_xvimage_buffer_get_type),
16850         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_put),
16851         (gst_xvimagesink_show_frame), (gst_xvimagesink_buffer_alloc):
16852         Cleanups and buffer alloc.
16853
16854 2005-05-31  Wim Taymans  <wim@fluendo.com>
16855
16856         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_delay):
16857         Don't try to call the delay method when the device is not
16858         opened.
16859
16860 2005-05-31  Wim Taymans  <wim@fluendo.com>
16861
16862         * ext/alsa/gstalsasink.c: (set_hwparams), (gst_alsasink_open):
16863         Get actual segment size and buffer size after opening
16864         the device.
16865
16866 2005-05-30  Wim Taymans  <wim@fluendo.com>
16867
16868         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_activate_chain),
16869         (gst_ogg_demux_perform_seek), (gst_ogg_demux_clear_chains):
16870         Also FLUSH upstream, makes the loop function exit faster.
16871         
16872         * ext/theora/theoradec.c: (theora_dec_src_query):
16873         Some more debug info in the query.
16874         
16875         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
16876         (gst_ximagesink_setcaps):
16877         Release lock on par error, better error reporting.
16878
16879 2005-05-26  Wim Taymans  <wim@fluendo.com>
16880
16881         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
16882         (gst_ogg_demux_activate_chain), (gst_ogg_demux_chain),
16883         (gst_ogg_demux_clear_chains), (gst_ogg_demux_change_state):
16884         Clear chains in READY
16885         Queue packets until the chain is activated.
16886
16887 2005-05-25  Wim Taymans  <wim@fluendo.com>
16888
16889         * gst-libs/gst/audio/gstaudiosink.c:
16890         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
16891         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
16892         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
16893         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
16894         (gst_audioringbuffer_delay), (gst_audiosink_class_init),
16895         (gst_audiosink_create_ringbuffer):
16896         * gst-libs/gst/audio/gstbaseaudiosink.c:
16897         (gst_baseaudiosink_class_init), (gst_baseaudiosink_init),
16898         (gst_baseaudiosink_get_clock), (gst_baseaudiosink_get_time),
16899         (gst_baseaudiosink_set_property), (build_linear_format),
16900         (debug_spec_caps), (debug_spec_buffer),
16901         (gst_baseaudiosink_setcaps), (gst_baseaudiosink_get_times),
16902         (gst_baseaudiosink_event), (gst_baseaudiosink_preroll),
16903         (gst_baseaudiosink_render), (gst_baseaudiosink_create_ringbuffer),
16904         (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
16905         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
16906         (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
16907         (gst_ringbuffer_release), (gst_ringbuffer_is_acquired),
16908         (gst_ringbuffer_play), (gst_ringbuffer_pause),
16909         (gst_ringbuffer_stop), (gst_ringbuffer_delay),
16910         (gst_ringbuffer_played_samples), (gst_ringbuffer_set_sample),
16911         (wait_segment), (gst_ringbuffer_commit),
16912         (gst_ringbuffer_prepare_read), (gst_ringbuffer_advance),
16913         (gst_ringbuffer_clear):
16914         Various small cleanups.
16915
16916         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
16917         (gst_audio_convert_change_state):
16918         * gst/subparse/gstsubparse.c: (gst_subparse_chain):
16919         No need to take the locks anymore.
16920
16921 2005-05-25  Wim Taymans  <wim@fluendo.com>
16922
16923         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
16924         (gst_decode_bin_dispose), (try_to_link_1), (get_our_ghost_pad),
16925         (remove_element_chain), (no_more_pads), (unlinked), (close_link),
16926         (type_found):
16927         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_dispose),
16928         (group_destroy), (group_commit), (queue_overrun),
16929         (gen_preroll_element), (no_more_pads), (preroll_unlinked),
16930         (mute_stream), (new_decoded_pad), (setup_substreams),
16931         (setup_source), (mute_group_type), (set_active_source),
16932         (gst_play_base_bin_change_state):
16933         * gst/playback/gstplaybin.c: (gst_play_bin_dispose),
16934         (gen_video_element), (gen_text_element), (gen_audio_element),
16935         (gen_vis_element), (remove_sinks), (add_sink), (setup_sinks):
16936         * gst/playback/gststreaminfo.c: (gst_stream_info_new),
16937         (gst_stream_info_dispose), (gst_stream_info_set_mute):
16938         * gst/playback/gststreamselector.c: (gst_stream_selector_chain):
16939         Some playbin cleanups mostly refcounting sloppyness.
16940
16941 2005-05-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16942
16943         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet):
16944           Work with streaming input.
16945
16946 2005-05-25  Wim Taymans  <wim@fluendo.com>
16947
16948         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
16949         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
16950         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_bufferalloc),
16951         (gst_ffmpegcsp_chain), (gst_ffmpegcsp_change_state):
16952         No need to take the STREAM lock anymore.
16953
16954 2005-05-25  Wim Taymans  <wim@fluendo.com>
16955
16956         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose),
16957         (gst_ogg_pad_typefind), (gst_ogg_pad_submit_packet),
16958         (gst_ogg_chain_new_stream), (gst_ogg_demux_perform_seek),
16959         (gst_ogg_demux_chain), (gst_ogg_demux_loop),
16960         (gst_ogg_demux_sink_activate):
16961         * ext/theora/theoradec.c: (theora_dec_src_event),
16962         (theora_handle_comment_packet), (theora_dec_chain),
16963         (theora_dec_change_state):
16964         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
16965         (vorbis_handle_data_packet), (vorbis_dec_chain),
16966         (vorbis_dec_change_state):
16967         Remove STREAM locks as they are taken in core now.
16968         Never set bogus granulepos on vorbis/theora.
16969         Fix leaks in theoradec tag parsing.
16970
16971 2005-05-25  Wim Taymans  <wim@fluendo.com>
16972
16973         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_create):
16974         Fix memleaks, GST_BUFFER_DATA() is not freed.
16975
16976 2005-05-25  Wim Taymans  <wim@fluendo.com>
16977
16978         * ext/alsa/gstalsasink.c: (gst_alsasink_open):
16979         Open non-blocking, set to blocking mode afterwards to avoid
16980         lockups when audio device is busy.
16981
16982 2005-05-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16983
16984         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_clear):
16985           This can't be good.
16986
16987 2005-05-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16988
16989         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init),
16990         (gst_audio_convert_chain), (gst_audio_convert_link_src),
16991         (gst_audio_convert_setcaps):
16992           Implement instant setup switching.
16993
16994 2005-05-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16995
16996         * gst/playback/gstplaybasebin.c: (probe_triggered):
16997           Fix missing unlock.
16998         * gst/playback/gstplaybin.c: (add_sink):
16999           First add, then link (otherwise pad link fails).
17000
17001 2005-05-19  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
17002
17003         * examples/Makefile.am:
17004         fix buildbot (make distcheck)
17005
17006 2005-05-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17007
17008         * gst/playback/gstplaybin.c: (gen_vis_element):
17009           Remove some wrong code. Doesn't work yet.
17010
17011 2005-05-19  Wim Taymans  <wim@fluendo.com>
17012
17013         * gst-libs/gst/net/Makefile.am:
17014         * gst-libs/gst/net/README:
17015         * gst-libs/gst/net/gstnetbuffer.c: (gst_netbuffer_get_type),
17016         (gst_netbuffer_class_init), (gst_netbuffer_init),
17017         (gst_netbuffer_finalize), (gst_netbuffer_copy),
17018         (gst_netbuffer_new), (gst_netaddress_set_ip4_address),
17019         (gst_netaddress_set_ip6_address), (gst_netaddress_get_net_type),
17020         (gst_netaddress_get_ip4_address), (gst_netaddress_get_ip6_address):
17021         * gst-libs/gst/net/gstnetbuffer.h:
17022         Added buffer subclass to store extra to/from addresses for
17023         network sources/sinks.
17024
17025 2005-05-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17026
17027         * gst-libs/gst/gconf/gconf.c: (gst_bin_find_unconnected_pad):
17028           Don't lock an unassigned variable.
17029
17030 2005-05-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17031
17032         * gst/playback/gstplaybasebin.c: (gen_preroll_element):
17033           Increase buffer for video, decrease buffer for other media types.
17034         * gst/playback/gstplaybin.c: (gen_video_element),
17035         (gen_audio_element):
17036           Change names for debugging purposes.
17037
17038 2005-05-18  Wim Taymans  <wim@fluendo.com>
17039
17040         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
17041         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
17042         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_bufferalloc),
17043         (gst_ffmpegcsp_chain):
17044         Enable buffer alloc passthrough if the source and dest
17045         formats are the same.
17046
17047 2005-05-17  Wim Taymans  <wim@fluendo.com>
17048
17049         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_internal_chain),
17050         (gst_ogg_demux_submit_buffer), (gst_ogg_demux_get_data),
17051         (gst_ogg_demux_chain_unlocked):
17052         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
17053         (gst_audio_convert_caps_remove_format_info),
17054         (gst_audio_convert_getcaps), (gst_audio_convert_setcaps),
17055         (gst_audio_convert_fixate), (gst_audio_convert_change_state):
17056         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
17057         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
17058         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_init),
17059         (gst_ffmpegcsp_bufferalloc), (gst_ffmpegcsp_chain),
17060         (gst_ffmpegcsp_change_state), (gst_ffmpegcsp_set_property),
17061         (gst_ffmpegcsp_get_property):
17062         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
17063         (gst_xvimage_buffer_finalize), (gst_xvimage_buffer_free),
17064         (gst_xvimage_buffer_class_init), (gst_xvimage_buffer_get_type),
17065         (gst_xvimagesink_check_xshm_calls), (gst_xvimagesink_xvimage_new),
17066         (gst_xvimagesink_xvimage_put), (gst_xvimagesink_imagepool_clear),
17067         (gst_xvimagesink_setcaps), (gst_xvimagesink_change_state),
17068         (gst_xvimagesink_show_frame), (gst_xvimagesink_buffer_free),
17069         (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_set_xwindow_id):
17070         Leak fixes in oggdemux.
17071         Some cleanups in audioconvert.
17072         Make passthrough work along with buffer_alloc etc.
17073         Make buffer_alloc and buffer recycling actually work in
17074         xvimagesink.
17075
17076 2005-05-17  Thomas Vander Stichele  <thomas at apestaart dot org>
17077
17078         * gst/subparse/gstsubparse.c: (parse_subrip), (parse_mpsub):
17079           make the compiler happy
17080
17081 2005-05-17  Wim Taymans  <wim@fluendo.com>
17082
17083         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new):
17084         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_finalize),
17085         (gst_xvimage_buffer_init), (gst_xvimage_buffer_class_init),
17086         (gst_xvimage_buffer_get_type), (gst_xvimagesink_check_xshm_calls),
17087         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_put),
17088         (gst_xvimagesink_imagepool_clear), (gst_xvimagesink_setcaps),
17089         (gst_xvimagesink_change_state), (gst_xvimagesink_show_frame),
17090         (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc),
17091         (gst_xvimagesink_set_xwindow_id):
17092         * sys/xvimage/xvimagesink.h:
17093         Port xvimagesink to new MiniObject.
17094
17095 2005-05-17  Wim Taymans  <wim@fluendo.com>
17096
17097         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link),
17098         (gst_audiofilter_chain):
17099         * gst-libs/gst/audio/gstaudiosink.c:
17100         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
17101         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
17102         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
17103         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
17104         (gst_audioringbuffer_delay), (gst_audiosink_class_init),
17105         (gst_audiosink_create_ringbuffer):
17106         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
17107         (gst_audio_convert_caps_remove_format_info),
17108         (gst_audio_convert_getcaps), (gst_audio_convert_setcaps),
17109         (gst_audio_convert_fixate), (gst_audio_convert_channels):
17110         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
17111         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
17112         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_chain):
17113         Fix passthrough in ffmpegcolorspace.
17114         Fix memset in audiosink on wrong memory.
17115
17116 2005-05-16  David Schleef  <ds@schleef.org>
17117
17118         * gst/playback/gststreaminfo.c: (cb_probe): Port from GstData
17119         to GstMiniObject.
17120
17121 2005-05-16  David Schleef  <ds@schleef.org>
17122
17123         Port from GstData to GstMiniObject.
17124         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose):
17125         * ext/ogg/gstoggmux.c: (gst_ogg_mux_buffer_from_page),
17126         (gst_ogg_mux_queue_pads), (gst_ogg_mux_set_header_on_caps),
17127         (gst_ogg_mux_collected):
17128         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
17129         * ext/theora/theoradec.c: (theora_handle_comment_packet),
17130         (theora_handle_data_packet):
17131         * ext/theora/theoraenc.c: (theora_buffer_from_packet),
17132         (theora_set_header_on_caps), (theora_enc_chain):
17133         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
17134         (vorbis_handle_comment_packet):
17135         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_set_header_on_caps):
17136         * ext/vorbis/vorbisparse.c: (vorbis_parse_set_header_on_caps):
17137         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_chain):
17138         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_chain):
17139         * gst/audioconvert/gstaudioconvert.c:
17140         (gst_audio_convert_get_buffer):
17141         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init):
17142         * gst/playback/gstplaybasebin.c: (check_queue), (probe_triggered),
17143         (mute_stream), (silence_stream):
17144         * gst/playback/gstplaybin.c: (gst_play_bin_class_init):
17145         * gst/volume/gstvolume.c: (volume_transform):
17146         * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
17147         (gst_ximage_buffer_init), (gst_ximage_buffer_class_init),
17148         (gst_ximage_buffer_get_type), (gst_ximagesink_check_xshm_calls),
17149         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy),
17150         (gst_ximagesink_ximage_put), (gst_ximagesink_imagepool_clear),
17151         (gst_ximagesink_show_frame), (gst_ximagesink_buffer_free),
17152         (gst_ximagesink_buffer_alloc):
17153         * sys/ximage/ximagesink.h:
17154
17155 2005-05-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17156
17157         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
17158         (fill_buffer), (check_queue), (queue_threshold_reached),
17159         (queue_out_of_data):
17160         * gst/playback/gstplaybasebin.h:
17161           Post buffer-fullness on the bus.
17162
17163 2005-05-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17164
17165         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
17166         (try_to_link_1):
17167         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
17168         (group_commit), (probe_triggered), (setup_source),
17169         (gst_play_base_bin_change_state):
17170         * gst/playback/gstplaybasebin.h:
17171         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
17172         (gst_play_bin_init), (remove_sinks), (setup_sinks),
17173         (gst_play_bin_change_state):
17174           Move setup_output_pads into a virtual function, remove
17175           group-switch (no longer needed) and redirect (handled by bus
17176           now) signals.
17177
17178 2005-05-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17179
17180         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
17181         (gst_play_base_bin_class_init), (gst_play_base_bin_finalize),
17182         (get_active_group), (get_building_group), (group_destroy),
17183         (group_commit), (check_queue), (queue_overrun),
17184         (queue_threshold_reached), (queue_out_of_data),
17185         (gen_preroll_element), (remove_groups), (unknown_type),
17186         (add_element_stream), (no_more_pads), (probe_triggered),
17187         (preroll_unlinked), (new_decoded_pad), (setup_subtitle),
17188         (setup_substreams), (setup_source), (finish_source),
17189         (prepare_output), (muted_group_change_state),
17190         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property),
17191         (gst_play_base_bin_change_state):
17192         * gst/playback/gstplaybasebin.h:
17193         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
17194         (gst_play_bin_init), (gst_play_bin_set_property),
17195         (gen_video_element), (gen_text_element), (gen_audio_element),
17196         (gen_vis_element), (remove_sinks), (add_sink), (setup_sinks),
17197         (gst_play_bin_change_state):
17198         * gst/playback/gststreaminfo.c: (gst_stream_info_class_init),
17199         (cb_probe), (gst_stream_info_new), (gst_stream_info_dispose),
17200         (stream_info_change_state), (gst_stream_info_set_mute),
17201         (gst_stream_info_get_property):
17202         * gst/playback/gststreaminfo.h:
17203         * gst/playback/gststreamselector.c: (gst_stream_selector_init),
17204         (gst_stream_selector_get_linked_pad),
17205         (gst_stream_selector_getcaps),
17206         (gst_stream_selector_get_linked_pads),
17207         (gst_stream_selector_request_new_pad), (gst_stream_selector_chain):
17208         * gst/playback/gststreamselector.h:
17209           Rough port of playbin. Needs some more work, but is mostly done,
17210           and uses a few locks in important places, which should make stuff
17211           like chain-switches clean. Still uses GST_STATE() in a few places,
17212           which isn't all that good an idea, subtitles/elements disabled
17213           because no elements to test with and thus probably broken, query
17214           and event handling moved to GstBin, internal thread removed
17215           alltogether because the pipeline does that for us now. Can play
17216           Ogg/Vorbis files. Haven't tested anything else yet.
17217
17218 2005-05-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17219
17220         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_activate_chain):
17221           Do no-more-pads (needed for autoplugging).
17222
17223 2005-05-10  Andy Wingo  <wingo@pobox.com>
17224
17225         * ext/vorbis/vorbisdec.c (vorbis_handle_comment_packet): Post a
17226         message to the bus with the tags. Still not sent downstream tho.
17227
17228         * gst/playback/gstdecodebin.c (remove_element_chain): Unref after
17229         get_parent.
17230         (remove_element_chain): Use OBJECT_PARENT instead of get_parent to
17231         avoid refcounting hassles.
17232
17233 2005-05-09  Andy Wingo  <wingo@pobox.com>
17234
17235         * gst/volume/Makefile.am:
17236         * gst/volume/demo.c
17237         * gst/volume/gstvolume.h
17238         * gst/volume/gstvolume.c: Port to 0.9 API, derive from
17239         basetransform. Probably need an audio filter base class.
17240
17241 2005-05-09  Wim Taymans  <wim@fluendo.com>
17242
17243         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_sink_setcaps),
17244         (gst_vorbisenc_src_query), (gst_vorbisenc_sink_query),
17245         (gst_vorbisenc_set_header_on_caps), (gst_vorbisenc_sink_event),
17246         (gst_vorbisenc_chain):
17247         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
17248         (gst_audio_convert_caps_remove_format_info),
17249         (gst_audio_convert_getcaps), (gst_audio_convert_setcaps),
17250         (gst_audio_convert_fixate), (gst_audio_convert_channels):
17251         Make caps writable before writing to it.
17252         Fix negotiation in audioconvert some more.
17253
17254 2005-05-09  Wim Taymans  <wim@fluendo.com>
17255
17256         * gst/videorate/gstvideorate.c: (gst_videorate_transformcaps),
17257         (gst_videorate_getcaps), (gst_videorate_setcaps),
17258         (gst_videorate_event), (gst_videorate_chain):
17259         Better negotiation.
17260
17261 2005-05-09  Wim Taymans  <wim@fluendo.com>
17262
17263         * gst/videorate/gstvideorate.c: (gst_videorate_class_init),
17264         (gst_videorate_getcaps), (gst_videorate_setcaps),
17265         (gst_videorate_blank_data), (gst_videorate_init),
17266         (gst_videorate_event), (gst_videorate_chain),
17267         (gst_videorate_change_state):
17268         Port videorate, do a better job at negotiation while we're at
17269         it.
17270
17271 2005-05-09  Jan Schmidt  <thaytan@mad.scientist.com>
17272
17273         * configure.ac:
17274           Disable libvisual
17275
17276         * examples/Makefile.am:
17277         * gst-libs/gst/audio/Makefile.am:
17278         * gst-libs/gst/riff/Makefile.am:
17279         * gst-libs/gst/tag/Makefile.am:
17280         * gst-libs/gst/video/Makefile.am:
17281           Fixups for missing variables.
17282
17283 2005-05-09  Wim Taymans  <wim@fluendo.com>
17284
17285         * examples/seeking/seek.c: (make_theora_pipeline),
17286         (make_vorbis_theora_pipeline), (make_avi_msmpeg4v3_mp3_pipeline),
17287         (query_rates), (query_positions_elems), (query_positions_pads),
17288         (update_scale), (play_cb), (pause_cb), (stop_cb), (main):
17289         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_init),
17290         (gst_ogg_pad_query_types), (gst_ogg_pad_src_query),
17291         (gst_ogg_pad_typefind), (gst_ogg_demux_init),
17292         (gst_ogg_demux_perform_seek), (gst_ogg_demux_read_chain),
17293         (gst_ogg_demux_read_end_chain), (gst_ogg_demux_sink_activate):
17294         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
17295         (gst_ogg_mux_request_new_pad), (gst_ogg_mux_next_buffer),
17296         (gst_ogg_mux_push_page), (gst_ogg_mux_queue_pads),
17297         (gst_ogg_mux_get_headers), (gst_ogg_mux_send_headers),
17298         (gst_ogg_mux_collected), (gst_ogg_mux_change_state):
17299         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_init),
17300         (gst_ogm_video_parse_init), (gst_ogm_text_parse_init),
17301         (gst_ogm_parse_sink_query), (gst_ogm_parse_chain):
17302         * ext/theora/theoradec.c: (gst_theora_dec_init), (_inc_granulepos),
17303         (theora_dec_src_convert), (theora_dec_sink_convert),
17304         (theora_dec_src_query), (theora_dec_sink_query),
17305         (theora_dec_src_event), (theora_dec_sink_event),
17306         (theora_handle_comment_packet), (theora_handle_type_packet),
17307         (theora_handle_header_packet), (theora_handle_data_packet),
17308         (theora_dec_chain):
17309         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
17310         (vorbis_dec_convert), (vorbis_dec_src_query),
17311         (vorbis_dec_sink_query), (vorbis_dec_src_event),
17312         (vorbis_dec_sink_event), (vorbis_handle_comment_packet),
17313         (vorbis_handle_type_packet), (vorbis_handle_header_packet),
17314         (copy_samples), (vorbis_handle_data_packet), (vorbis_dec_chain):
17315         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_src_query),
17316         (gst_vorbisenc_sink_query), (gst_vorbisenc_init),
17317         (gst_vorbisenc_sink_event), (gst_vorbisenc_chain):
17318         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
17319         (gst_play_bin_query):
17320         * gst/playback/test3.c: (update_scale):
17321         * gst/sine/gstsinesrc.c: (gst_sinesrc_setcaps),
17322         (gst_sinesrc_src_query), (gst_sinesrc_create), (gst_sinesrc_start):
17323         * gst/subparse/gstsubparse.c: (gst_subparse_init):
17324         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_init),
17325         (gst_videotestsrc_src_query):
17326         * gst/videotestsrc/videotestsrc.c: (paint_hline_I420),
17327         (paint_hline_Y41B), (paint_hline_Y42B), (paint_hline_Y800),
17328         (paint_hline_YUV9):
17329         * sys/ximage/ximagesink.c: (gst_ximagesink_show_frame):
17330         Port to new query API.
17331         Updated seek.
17332         Cleanups in x[v]imagesink
17333
17334 2005-05-09  Andy Wingo  <wingo@pobox.com>
17335
17336         * ext/alsa/gstalsasink.h:
17337         * ext/gnomevfs/gstgnomevfssrc.c:
17338         (gst_gnomevfssrc_get_icy_metadata):
17339         * ext/ogg/gstoggdemux.c (gst_ogg_demux_perform_seek)
17340         (gst_ogg_demux_read_chain, gst_ogg_demux_read_end_chain)
17341         * ext/theora/theoradec.c (theora_dec_src_query)
17342         (theora_dec_src_event, theora_dec_sink_event)
17343         (theora_handle_comment_packet, theora_handle_data_packet):
17344         * ext/theora/theoraenc.c (theora_enc_chain):
17345         * ext/vorbis/vorbisdec.c (vorbis_dec_src_event)
17346         (vorbis_dec_sink_event, vorbis_handle_comment_packet):
17347         * gst/audioconvert/gstaudioconvert.c (gst_audio_convert_getcaps):
17348         * gst/typefind/gsttypefindfunctions.c (mp3_type_find)
17349         (qt_type_find):
17350         * gst/videotestsrc/videotestsrc.c (paint_setup_I420)
17351         (paint_setup_YV12, paint_setup_YUY2, paint_setup_UYVY)
17352         (paint_setup_YVYU, paint_setup_IYU2, paint_setup_Y41B)
17353         (paint_setup_Y42B, paint_setup_Y800, paint_setup_IMC1)
17354         (paint_setup_IMC2, paint_setup_IMC3, paint_setup_IMC4)
17355         (paint_setup_YVU9, paint_setup_YUV9, paint_setup_xRGB8888)
17356         (paint_setup_xBGR8888, paint_setup_RGBx8888)
17357         (paint_setup_BGRx8888, paint_setup_RGB888, paint_setup_BGR888)
17358         (paint_setup_RGB565, paint_setup_xRGB1555):
17359         * gst/videotestsrc/videotestsrc.h:
17360         * sys/ximage/ximagesink.c (gst_ximagesink_buffer_alloc):
17361         * sys/xvimage/xvimagesink.c (gst_xvimagesink_get_xv_support)
17362         (gst_xvimagesink_setcaps, gst_xvimagesink_buffer_alloc):
17363         GCC4 fixes.
17364         
17365         * ext/ogg/gstoggdemux.c (gst_ogg_demux_find_chains): Use the new
17366         gst_pad_query_position. Fixes oggdemux.
17367
17368 2005-05-08  David Schleef  <ds@schleef.org>
17369
17370         * configure.ac: Require liboil.
17371         * gst/videotestsrc/gstvideotestsrc.c: Fix up liboil calls, add
17372         a few more.
17373         * gst/videotestsrc/videotestsrc.c:
17374         * gst/videotestsrc/videotestsrc.h:
17375
17376 2005-05-06  Wim Taymans  <wim@fluendo.com>
17377
17378         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
17379         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
17380         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_chain):
17381         Well, unreffing a buffer right before pushing it is asking
17382         for trouble..
17383
17384 2005-05-06  Christian Schaller  <uraeus@gnome.org>
17385
17386         * pkgconfig/gstreamer-libs.pc.in: add missing library calls
17387
17388 2005-05-06  Wim Taymans  <wim@fluendo.com>
17389
17390         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
17391         (gst_audio_convert_caps_remove_format_info),
17392         (gst_audio_convert_getcaps), (gst_audio_convert_setcaps),
17393         (gst_audio_convert_fixate), (gst_audio_convert_channels):
17394         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
17395         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
17396         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_chain):
17397         * gst/sine/Makefile.am:
17398         * gst/sine/gstsinesrc.c: (gst_sinesrc_get_type),
17399         (gst_sinesrc_class_init), (gst_sinesrc_init),
17400         (gst_sinesrc_src_fixate), (gst_sinesrc_setcaps),
17401         (gst_sinesrc_src_query), (gst_sinesrc_create), (gst_sinesrc_start),
17402         (gst_sinesrc_update_freq):
17403         * gst/sine/gstsinesrc.h:
17404         * gst/tcp/gstmultifdsink.c:
17405         * sys/xvimage/xvimagesink.c:
17406         Fixed negotiation wrt _peer_get_caps()
17407         Some cleanups.
17408
17409
17410 2005-05-06  Wim Taymans  <wim@fluendo.com>
17411
17412         * gst-libs/gst/audio/gstaudiosink.c:
17413         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
17414         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
17415         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
17416         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
17417         (gst_audioringbuffer_delay), (gst_audiosink_class_init),
17418         (gst_audiosink_create_ringbuffer):
17419         * gst-libs/gst/audio/gstbaseaudiosink.c:
17420         (gst_baseaudiosink_class_init), (gst_baseaudiosink_init),
17421         (gst_baseaudiosink_get_clock), (gst_baseaudiosink_get_time),
17422         (gst_baseaudiosink_set_property), (build_linear_format),
17423         (debug_spec_caps), (debug_spec_buffer),
17424         (gst_baseaudiosink_setcaps), (gst_baseaudiosink_get_times),
17425         (gst_baseaudiosink_event), (gst_baseaudiosink_preroll),
17426         (gst_baseaudiosink_render), (gst_baseaudiosink_create_ringbuffer),
17427         (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
17428         * gst-libs/gst/audio/gstbaseaudiosink.h:
17429         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
17430         (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
17431         (gst_ringbuffer_release), (gst_ringbuffer_is_acquired),
17432         (gst_ringbuffer_play), (gst_ringbuffer_pause),
17433         (gst_ringbuffer_stop), (gst_ringbuffer_delay),
17434         (gst_ringbuffer_played_samples), (gst_ringbuffer_set_sample),
17435         (wait_segment), (gst_ringbuffer_commit),
17436         (gst_ringbuffer_prepare_read), (gst_ringbuffer_advance),
17437         (gst_ringbuffer_clear):
17438         * gst-libs/gst/audio/gstringbuffer.h:
17439         Make the base audiosink return an error when there is no
17440         audiobuffer negotiated.
17441
17442 2005-05-06  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
17443
17444         * ext/Makefile.am:
17445         Disable cdparanoia until someone ports it!
17446
17447 2005-05-06  Wim Taymans  <wim@fluendo.com>
17448
17449         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
17450         (gst_ogg_demux_sink_activate):
17451         And revert after wingo's revert.. sigh..
17452
17453 2005-05-05  Andy Wingo  <wingo@pobox.com>
17454
17455         * gst/audiorate/gstaudiorate.c (gst_audiorate_class_init): Pacify
17456         GObject.
17457         * configure.ac: Return audiorate and subparse from the ghetto.
17458         Re-enable -Wall -Werror.
17459         * gst/subparse/gstsubparse.c:
17460         * gst/subparse/gstsubparse.h: Port to 0.9. Can operate loop-based
17461         or chain-based. Cleaned up a bit. Not tested.
17462         
17463 2005-05-05  Christian Schaller <christian@fluendo.com> 
17464
17465         * Makefile.am: remove stuff that is not building
17466         * configure.ac: remove stuff that is not building
17467         * examples/Makefile.am: remove stuff that is not building
17468         * ext/alsa/gstalsasink.c: add alsa/ before the alsalib.h file
17469         * ext/alsa/gstalsasink.h: add alsa/ before the alsalib.h file
17470         * sys/Makefile.am: remove stuff that is not building
17471         * testsuite/Makefile.am: remove stuff that is not building
17472
17473 2005-05-05  Andy Wingo  <wingo@pobox.com>
17474
17475         * gst-libs/gst/tag/gstid3tag.c: (gst_tag_list_new_from_id3v1):
17476         * gst-libs/gst/tag/gstvorbistag.c:
17477         (gst_tag_list_from_vorbiscomment_buffer), (gst_vorbis_tag_chain):
17478         * gst/adder/gstadder.h:
17479         * gst/audioconvert/gstchannelmix.c:
17480         (gst_audio_convert_fill_one_other):
17481         * gst/audiorate/gstaudiorate.c: (gst_audiorate_setcaps),
17482         (gst_audiorate_init), (gst_audiorate_chain):
17483         * gst/playback/gstplaybasebin.c: (setup_source):
17484         * gst/playback/test3.c: (update_scale):
17485         Some GCC4 fixes
17486         
17487         * po/af.po:
17488         * po/az.po:
17489         * po/cs.po:
17490         * po/en_GB.po:
17491         * po/hu.po:
17492         * po/it.po:
17493         * po/nb.po:
17494         * po/nl.po:
17495         * po/or.po:
17496         * po/sq.po:
17497         * po/sr.po:
17498         * po/sv.po:
17499         * po/uk.po:
17500         * po/vi.po: Foo
17501
17502 2005-05-05  Wim Taymans  <wim@fluendo.com>
17503
17504         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
17505         (gst_audio_convert_caps_remove_format_info),
17506         (gst_audio_convert_setcaps), (gst_audio_convert_fixate),
17507         (gst_audio_convert_change_state), (gst_audio_convert_channels):
17508         * gst/videotestsrc/gstvideotestsrc.c:
17509         (gst_videotestsrc_src_negotiate), (gst_videotestsrc_src_link),
17510         (gst_videotestsrc_parse_caps), (gst_videotestsrc_src_accept_caps),
17511         (gst_videotestsrc_setcaps), (gst_videotestsrc_activate),
17512         (gst_videotestsrc_init), (gst_videotestsrc_loop):
17513         Don't ignore _push() return values.
17514         Make sure no processing is done when shutting down.
17515         Videotestsrc pad activation fix.
17516
17517 2005-05-05  Wim Taymans  <wim@fluendo.com>
17518
17519         * gst/adder/Makefile.am:
17520         * gst/adder/gstadder.c: (gst_adder_setcaps),
17521         (gst_adder_class_init), (gst_adder_init),
17522         (gst_adder_request_new_pad), (gst_adder_collected),
17523         (gst_adder_change_state):
17524         * gst/adder/gstadder.h:
17525         Ported adder as an example of a mixer element using
17526         collect pads. Needs more negotiation work.
17527
17528 2005-05-05  Wim Taymans  <wim@fluendo.com>
17529
17530         * ext/theora/theoradec.c: (_inc_granulepos),
17531         (theora_dec_src_event), (theora_dec_sink_event),
17532         (theora_handle_comment_packet), (theora_handle_type_packet),
17533         (theora_handle_header_packet), (theora_handle_data_packet),
17534         (theora_dec_chain):
17535         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
17536         (gst_theora_enc_init), (theora_enc_sink_setcaps),
17537         (theora_push_buffer), (theora_push_packet),
17538         (theora_enc_sink_event), (theora_enc_chain),
17539         (theora_enc_change_state), (theora_enc_set_property),
17540         (theora_enc_get_property):
17541         Added stream lock to decoder so that we can serialize
17542         the discont event.
17543         More theoraenc porting, recover from errors, do clean
17544         shutdown.
17545
17546 2005-05-05  Wim Taymans  <wim@fluendo.com>
17547
17548         * ext/ogg/Makefile.am:
17549         * ext/ogg/README:
17550         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
17551         (gst_ogg_pad_submit_packet), (gst_ogg_demux_sink_activate),
17552         (gst_ogg_print):
17553         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
17554         (gst_ogg_mux_request_new_pad), (gst_ogg_mux_next_buffer),
17555         (gst_ogg_mux_push_page), (gst_ogg_mux_queue_pads),
17556         (gst_ogg_mux_get_headers), (gst_ogg_mux_set_header_on_caps),
17557         (gst_ogg_mux_send_headers), (gst_ogg_mux_collected),
17558         (gst_ogg_mux_change_state):
17559         Ported ogg muxer.
17560
17561 2005-05-05  Wim Taymans  <wim@fluendo.com>
17562
17563         * docs/design-audiosinks.txt:
17564         * gst-libs/gst/audio/TODO:
17565         * gst-libs/gst/audio/gstaudiosink.c:
17566         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
17567         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
17568         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
17569         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
17570         (gst_audioringbuffer_delay), (gst_audiosink_class_init),
17571         (gst_audiosink_create_ringbuffer):
17572         * gst-libs/gst/audio/gstbaseaudiosink.c:
17573         (gst_baseaudiosink_class_init), (gst_baseaudiosink_init),
17574         (gst_baseaudiosink_get_clock), (gst_baseaudiosink_get_time),
17575         (gst_baseaudiosink_set_property), (build_linear_format),
17576         (debug_spec_caps), (debug_spec_buffer),
17577         (gst_baseaudiosink_setcaps), (gst_baseaudiosink_get_times),
17578         (gst_baseaudiosink_event), (gst_baseaudiosink_preroll),
17579         (gst_baseaudiosink_render), (gst_baseaudiosink_create_ringbuffer),
17580         (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
17581         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
17582         (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
17583         (gst_ringbuffer_release), (gst_ringbuffer_play),
17584         (gst_ringbuffer_pause), (gst_ringbuffer_stop),
17585         (gst_ringbuffer_delay), (gst_ringbuffer_played_samples),
17586         (gst_ringbuffer_set_sample), (wait_segment),
17587         (gst_ringbuffer_commit), (gst_ringbuffer_prepare_read),
17588         (gst_ringbuffer_advance), (gst_ringbuffer_clear):
17589         More work on the audiosink, mostly debugging and a race in
17590         shutdown.
17591
17592 2005-04-28  Wim Taymans  <wim@fluendo.com>
17593
17594         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
17595         (gst_ogg_demux_perform_seek), (gst_ogg_demux_sink_activate):
17596         * ext/vorbis/vorbisdec.c: (vorbis_dec_convert),
17597         (vorbis_dec_src_query), (vorbis_dec_src_event),
17598         (vorbis_dec_sink_event), (vorbis_handle_comment_packet),
17599         (vorbis_handle_type_packet), (vorbis_handle_header_packet),
17600         (copy_samples), (vorbis_handle_data_packet), (vorbis_dec_chain):
17601         Don't crap out when seeking back to position 0.
17602
17603 2005-04-28  Wim Taymans  <wim@fluendo.com>
17604
17605         * examples/seeking/seek.c: (make_mod_pipeline), (make_dv_pipeline),
17606         (make_wav_pipeline), (make_flac_pipeline), (make_sid_pipeline),
17607         (make_vorbis_pipeline), (make_vorbis_theora_pipeline),
17608         (make_avi_msmpeg4v3_mp3_pipeline), (make_mp3_pipeline),
17609         (make_avi_pipeline), (make_mpeg_pipeline), (make_mpegnt_pipeline):
17610         Make audio sink configurable, use alsasink as default.
17611
17612 2005-04-28  Wim Taymans  <wim@fluendo.com>
17613
17614         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
17615         (vorbis_dec_sink_event), (vorbis_handle_comment_packet),
17616         (vorbis_handle_type_packet), (vorbis_handle_header_packet),
17617         (copy_samples), (vorbis_handle_data_packet), (vorbis_dec_chain),
17618         (vorbis_dec_change_state):
17619         * ext/vorbis/vorbisdec.h:
17620         Refactor, use STREAM_LOCK.
17621
17622 2005-04-28  Wim Taymans  <wim@fluendo.com>
17623
17624         * ext/theora/theoradec.c: (_inc_granulepos),
17625         (theora_dec_sink_event), (theora_handle_comment_packet),
17626         (theora_handle_type_packet), (theora_handle_header_packet),
17627         (theora_handle_data_packet), (theora_dec_chain),
17628         (theora_dec_change_state):
17629         Refactor a bit, use STREAM_LOCK.
17630
17631 2005-04-28  Wim Taymans  <wim@fluendo.com>
17632
17633         * ext/alsa/Makefile.am:
17634         * ext/alsa/gstalsa.c: (gst_alsa_init), (gst_alsa_get_caps),
17635         (gst_alsa_fixate_to_mimetype), (gst_alsa_fixate_field_nearest_int),
17636         (gst_alsa_link), (gst_alsa_close_audio):
17637         * ext/alsa/gstalsaplugin.c: (plugin_init):
17638         * ext/alsa/gstalsasink.c: (gst_alsasink_get_type),
17639         (gst_alsasink_dispose), (gst_alsasink_base_init),
17640         (gst_alsasink_class_init), (gst_alsasink_init),
17641         (gst_alsasink_getcaps), (set_hwparams), (set_swparams),
17642         (alsasink_parse_spec), (gst_alsasink_open), (gst_alsasink_close),
17643         (xrun_recovery), (gst_alsasink_write), (gst_alsasink_delay),
17644         (gst_alsasink_reset):
17645         * ext/alsa/gstalsasink.h:
17646         Implement alsasink with simple open/write/close API. 
17647         Make alsa dir build by disabling compilation of code.
17648
17649 2005-04-28  Wim Taymans  <wim@fluendo.com>
17650
17651         * gst-libs/gst/audio/Makefile.am:
17652         * gst-libs/gst/audio/audio.h:
17653         * gst-libs/gst/audio/audioclock.c:
17654         * gst-libs/gst/audio/audioclock.h:
17655         * gst-libs/gst/audio/gstaudioclock.c: (gst_audio_clock_get_type),
17656         (gst_audio_clock_class_init), (gst_audio_clock_init),
17657         (gst_audio_clock_new), (gst_audio_clock_get_internal_time):
17658         * gst-libs/gst/audio/gstaudioclock.h:
17659         * gst-libs/gst/audio/gstaudiosink.c:
17660         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
17661         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
17662         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
17663         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
17664         (gst_audioringbuffer_delay), (gst_audiosink_class_init),
17665         (gst_audiosink_create_ringbuffer):
17666         * gst-libs/gst/audio/gstbaseaudiosink.c:
17667         (gst_baseaudiosink_class_init), (gst_baseaudiosink_init),
17668         (gst_baseaudiosink_get_clock), (gst_baseaudiosink_get_time),
17669         (gst_baseaudiosink_set_property), (gst_baseaudiosink_get_property),
17670         (build_linear_format), (debug_spec_caps), (debug_spec_buffer),
17671         (gst_baseaudiosink_setcaps), (gst_baseaudiosink_get_times),
17672         (gst_baseaudiosink_event), (gst_baseaudiosink_preroll),
17673         (gst_baseaudiosink_render), (gst_baseaudiosink_create_ringbuffer),
17674         (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
17675         * gst-libs/gst/audio/gstbaseaudiosink.h:
17676         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
17677         (gst_ringbuffer_init), (gst_ringbuffer_finalize),
17678         (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
17679         (gst_ringbuffer_release), (gst_ringbuffer_play),
17680         (gst_ringbuffer_pause), (gst_ringbuffer_stop),
17681         (gst_ringbuffer_delay), (gst_ringbuffer_played_samples),
17682         (gst_ringbuffer_set_sample), (wait_segment),
17683         (gst_ringbuffer_commit), (gst_ringbuffer_prepare_read),
17684         (gst_ringbuffer_advance), (gst_ringbuffer_clear):
17685         * gst-libs/gst/audio/gstringbuffer.h:
17686         Make ringbuffer faster and more simple by removing the locks
17687         in the playback thread.
17688         Add sample accurate playback based on buffer sample offsets.
17689         Make the baseaudiosink provide a clock.
17690         Parse caps in the base class.
17691         Correctly handle seeking, flushing and state changes.
17692
17693 2005-04-25  Thomas Vander Stichele  <thomas at apestaart dot org>
17694
17695         * configure.ac:
17696         * gst/audioconvert/Makefile.am:
17697         * gst/audioscale/Makefile.am:
17698           Fix part of the build.  Come on guys, autogen didn't even work :)
17699
17700 2005-04-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17701
17702         * configure.ac:
17703         * gst-libs/gst/Makefile.am:
17704         * gst-libs/gst/media-info/.cvsignore:
17705         * gst-libs/gst/media-info/Makefile.am:
17706         * gst-libs/gst/media-info/README:
17707         * gst-libs/gst/media-info/media-info-priv.c:
17708         * gst-libs/gst/media-info/media-info-priv.h:
17709         * gst-libs/gst/media-info/media-info-test.c:
17710         * gst-libs/gst/media-info/media-info.c:
17711         * gst-libs/gst/media-info/media-info.h:
17712         * gst-libs/gst/media-info/media-info.vcproj:
17713         * pkgconfig/Makefile.am:
17714         * pkgconfig/gstreamer-media-info-uninstalled.pc.in:
17715         * pkgconfig/gstreamer-media-info.pc.in:
17716           Remove media-info, which is also successed by playbin (see Totem
17717           implementation).
17718
17719 2005-04-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17720
17721         * configure.ac:
17722         * examples/Makefile.am:
17723         * examples/gstplay/.cvsignore:
17724         * examples/gstplay/Makefile.am:
17725         * examples/gstplay/player.c:
17726         * gst-libs/gst/Makefile.am:
17727         * gst-libs/gst/play/.cvsignore:
17728         * gst-libs/gst/play/Makefile.am:
17729         * gst-libs/gst/play/play.c:
17730         * gst-libs/gst/play/play.h:
17731         * gst-libs/gst/play/play.vcproj:
17732         * pkgconfig/Makefile.am:
17733         * pkgconfig/gstreamer-play-uninstalled.pc.in:
17734         * pkgconfig/gstreamer-play.pc.in:
17735           Remove libgstplay, playbin is now the official successor.
17736
17737 2005-04-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17738
17739         * configure.ac:
17740         * gst-libs/gst/Makefile.am:
17741         * gst-libs/gst/xwindowlistener/Makefile.am:
17742         * gst-libs/gst/xwindowlistener/xwindowlistener.c:
17743         * gst-libs/gst/xwindowlistener/xwindowlistener.h:
17744           Remove deprecated xwindowlistener (I've moved xwindowlistening
17745           in the v4l/v4l2 plugins over to serverside).
17746
17747 2005-04-25  David Schleef  <ds@schleef.org>
17748
17749         * examples/dynparams/Makefile.am: Move demo-dparams from gst/sine
17750         to examples/dynparams.  Examples do not belong interspersed with
17751         source code.
17752         * examples/dynparams/demo-dparams.c:
17753         * gst/sine/Makefile.am:
17754         * gst/sine/demo-dparams.c:
17755
17756 2005-04-25  David Schleef  <ds@schleef.org>
17757
17758         Don't use GST_PLUGIN_LDFLAGS, because these aren't plugins.
17759         * gst-libs/gst/audio/Makefile.am:
17760         * gst-libs/gst/riff/Makefile.am:
17761         * gst-libs/gst/tag/Makefile.am:
17762         * gst-libs/gst/video/Makefile.am:
17763         * gst-libs/gst/xwindowlistener/Makefile.am:
17764
17765         Convert to 0.9 API, seems to work:
17766         * sys/ximage/Makefile.am:
17767         * sys/ximage/ximagesink.c:
17768
17769 2005-04-24  David Schleef  <ds@schleef.org>
17770
17771         Link plugins against libraries:
17772         * ext/alsa/Makefile.am:
17773         * gst/tcp/Makefile.am:
17774
17775         Remove asm code that should be in liboil
17776         * gst/videoscale/Makefile.am:
17777         * gst/videoscale/videoscale_x86_asm.s:
17778
17779         gettext wants these checked in:
17780         * po/af.po:
17781         * po/az.po:
17782         * po/cs.po:
17783         * po/en_GB.po:
17784         * po/hu.po:
17785         * po/it.po:
17786         * po/nb.po:
17787         * po/nl.po:
17788         * po/or.po:
17789         * po/sq.po:
17790         * po/sr.po:
17791         * po/sv.po:
17792         * po/uk.po:
17793         * po/vi.po:
17794
17795 2005-04-24  David Schleef  <ds@schleef.org>
17796
17797         Convert gst_main() to g_main_loop_run()
17798         * gst/playback/decodetest.c: (main):
17799         * gst/playback/test2.c: (main):
17800         * gst/playback/test3.c: (main):
17801         * gst/playback/test4.c: (main):
17802
17803         Link plugins against libraries:
17804         * ext/libvisual/Makefile.am:
17805         * sys/xvimage/Makefile.am:
17806
17807 2005-04-24  David Schleef  <ds@schleef.org>
17808
17809         * configure.ac: Remove idct and resample libs
17810         * gst-libs/gst/Makefile.am: same
17811
17812         Remove usage of gst_library_load():
17813         * ext/alsa/gstalsaplugin.c: (plugin_init):
17814         * ext/libvisual/visual.c: (plugin_init):
17815         * ext/ogg/gstogg.c: (plugin_init):
17816         * ext/theora/theora.c: (plugin_init):
17817         * ext/vorbis/vorbis.c: (plugin_init):
17818         * gst-libs/gst/audio/gstaudiofiltertemplate.c: (plugin_init):
17819         * gst/audioscale/gstaudioscale.c:
17820         * gst/adder/gstadder.c: (plugin_init):
17821         * gst/audioconvert/plugin.c: (plugin_init):
17822         * sys/ximage/ximagesink.c: (plugin_init):
17823         * sys/xvimage/xvimagesink.c: (plugin_init):
17824         * gst/tcp/gsttcpplugin.c: (plugin_init):
17825
17826         Link plugins against libraries:
17827         * ext/ogg/Makefile.am:
17828         * ext/theora/Makefile.am:
17829         * ext/vorbis/Makefile.am:
17830         * gst/audioconvert/Makefile.am:
17831
17832         Create proper libraries:
17833         * gst-libs/gst/riff/Makefile.am:
17834         * gst-libs/gst/audio/Makefile.am:
17835         * gst-libs/gst/video/Makefile.am:
17836
17837         Move resample library to audioscale plugin directory:
17838         * gst-libs/gst/resample/Makefile.am:
17839         * gst-libs/gst/resample/README:
17840         * gst-libs/gst/resample/dtof.c:
17841         * gst-libs/gst/resample/dtos.c:
17842         * gst-libs/gst/resample/functable.c:
17843         * gst-libs/gst/resample/private.h:
17844         * gst-libs/gst/resample/resample.c:
17845         * gst-libs/gst/resample/resample.h:
17846         * gst-libs/gst/resample/resample.vcproj:
17847         * gst-libs/gst/resample/test.c:
17848         * gst/audioscale/Makefile.am:
17849         * gst/audioscale/README:
17850         * gst/audioscale/dtof.c:
17851         * gst/audioscale/dtos.c:
17852         * gst/audioscale/functable.c:
17853         * gst/audioscale/private.h:
17854         * gst/audioscale/resample.c:
17855         * gst/audioscale/resample.h:
17856         * gst/audioscale/test.c:
17857
17858         Move tagedit library to gst-libs:
17859         * gst-libs/gst/tag/Makefile.am:
17860         * gst-libs/gst/tag/gstid3tag.c:
17861         * gst-libs/gst/tag/gsttagediting.c:
17862         * gst-libs/gst/tag/gsttageditingprivate.h:
17863         * gst-libs/gst/tag/gstvorbistag.c:
17864         * gst/tags/Makefile.am:
17865         * gst/tags/gstid3tag.c:
17866         * gst/tags/gstvorbistag.c:
17867
17868         Fix for core changes:
17869         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
17870         (gst_sinesrc_init), (gst_sinesrc_src_fixate), (gst_sinesrc_link),
17871         (gst_sinesrc_getrange):
17872
17873 2005-04-23  David Schleef  <ds@schleef.org>
17874
17875         * gst-libs/gst/Makefile.am: Remove idct.  It hasn't been used
17876         in gst-plugins in a long time, and properly belongs in liboil.
17877         * gst-libs/gst/idct/Makefile.am:
17878         * gst-libs/gst/idct/README:
17879         * gst-libs/gst/idct/dct.h:
17880         * gst-libs/gst/idct/doieee:
17881         * gst-libs/gst/idct/fastintidct.c:
17882         * gst-libs/gst/idct/floatidct.c:
17883         * gst-libs/gst/idct/idct.c:
17884         * gst-libs/gst/idct/idct.h:
17885         * gst-libs/gst/idct/idtc.vcproj:
17886         * gst-libs/gst/idct/ieeetest.c:
17887         * gst-libs/gst/idct/intidct.c:
17888
17889 2005-04-20  Wim Taymans  <wim@fluendo.com>
17890
17891         * docs/design-audiosinks.txt:
17892         * gst-libs/gst/audio/Makefile.am:
17893         * gst-libs/gst/audio/TODO:
17894         * gst-libs/gst/audio/gstaudiosink.c:
17895         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
17896         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
17897         (gst_audioringbuffer_dispose), (gst_audioringbuffer_finalize),
17898         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
17899         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
17900         (gst_audioringbuffer_delay), (gst_audiosink_base_init),
17901         (gst_audiosink_class_init), (gst_audiosink_init),
17902         (gst_audiosink_create_ringbuffer):
17903         * gst-libs/gst/audio/gstaudiosink.h:
17904         * gst-libs/gst/audio/gstbaseaudiosink.c:
17905         (gst_baseaudiosink_base_init), (gst_baseaudiosink_class_init),
17906         (gst_baseaudiosink_init), (gst_baseaudiosink_set_property),
17907         (gst_baseaudiosink_get_property), (gst_baseaudiosink_setcaps),
17908         (gst_baseaudiosink_get_times), (gst_baseaudiosink_event),
17909         (gst_baseaudiosink_preroll), (gst_baseaudiosink_render),
17910         (gst_baseaudiosink_create_ringbuffer),
17911         (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
17912         * gst-libs/gst/audio/gstbaseaudiosink.h:
17913         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
17914         (gst_ringbuffer_class_init), (gst_ringbuffer_init),
17915         (gst_ringbuffer_dispose), (gst_ringbuffer_finalize),
17916         (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
17917         (gst_ringbuffer_release), (gst_ringbuffer_play_unlocked),
17918         (gst_ringbuffer_play), (gst_ringbuffer_pause),
17919         (gst_ringbuffer_resume), (gst_ringbuffer_stop),
17920         (gst_ringbuffer_callback), (gst_ringbuffer_delay),
17921         (gst_ringbuffer_played_samples), (gst_ringbuffer_commit),
17922         (gst_ringbuffer_prepare_read), (gst_ringbuffer_clear):
17923         * gst-libs/gst/audio/gstringbuffer.h:
17924         An attempt at a set of audio base classes together with some
17925         design docs.
17926
17927 2005-04-20  Wim Taymans  <wim@fluendo.com>
17928
17929         * gst/audioconvert/Makefile.am:
17930         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
17931         (gst_audio_convert_caps_remove_format_info),
17932         (gst_audio_convert_setcaps), (gst_audio_convert_fixate),
17933         (gst_audio_convert_channels):
17934         Link against audio libs.
17935         Fix audio convert plugin.
17936
17937 2005-04-20  Wim Taymans  <wim@fluendo.com>
17938
17939         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_factory_filter),
17940         (gst_ogg_demux_sink_activate):
17941         * ext/theora/theoraenc.c: (theora_enc_sink_setcaps),
17942         (theora_set_header_on_caps), (theora_enc_sink_event),
17943         (theora_enc_chain):
17944         Fix theora encoder.
17945
17946 2005-04-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17947
17948         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_factory_filter):
17949         * gst/playback/gstdecodebin.c: (find_compatibles):
17950           Work with staticpadtemplates in elementfactories.
17951
17952 2005-04-12  Wim Taymans  <wim@fluendo.com>
17953
17954         * gst/playback/README:
17955         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
17956         (compare_ranks), (print_feature), (gst_decode_bin_init),
17957         (dynamic_create), (dynamic_free), (find_compatibles),
17958         (mimetype_is_raw), (close_pad_link), (got_redirect),
17959         (try_to_link_1), (get_our_ghost_pad), (remove_element_chain),
17960         (new_pad), (no_more_pads), (unlinked), (close_link), (type_found),
17961         (gst_decode_bin_change_state):
17962         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
17963         (gst_play_base_bin_init), (group_destroy), (group_commit),
17964         (check_queue), (queue_overrun), (queue_threshold_reached),
17965         (queue_out_of_data), (gen_preroll_element), (unknown_type),
17966         (new_decoded_pad), (setup_subtitle), (gen_source_element),
17967         (got_redirect), (setup_source), (play_base_eos),
17968         (gst_play_base_bin_change_state), (gst_play_base_bin_add_element),
17969         (gst_play_base_bin_remove_element):
17970         * gst/playback/gstplaybasebin.h:
17971         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
17972         (gst_play_bin_init), (gst_play_bin_dispose),
17973         (gst_play_bin_set_property), (gen_video_element),
17974         (gen_text_element), (gen_audio_element), (remove_sinks),
17975         (gst_play_bin_send_event):
17976         * gst/playback/gststreaminfo.c: (gst_stream_info_dispose),
17977         (stream_info_change_state), (gst_stream_info_set_mute):
17978         * gst/playback/gststreamselector.c: (gst_stream_selector_init),
17979         (gst_stream_selector_get_caps), (gst_stream_selector_setcaps),
17980         (gst_stream_selector_request_new_pad), (gst_stream_selector_event),
17981         (gst_stream_selector_chain):
17982         * gst/playback/test.c: (gen_video_element), (gen_audio_element),
17983         (main):
17984         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_getcaps),
17985         (gst_xvimagesink_setcaps), (gst_xvimagesink_get_times),
17986         (gst_xvimagesink_show_frame), (gst_xvimagesink_chain),
17987         (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_class_init):
17988         Raw and crude port of decodebin. 
17989         Make playbin compile.
17990
17991 2005-04-06  Wim Taymans  <wim@fluendo.com>
17992
17993         * ext/gnomevfs/Makefile.am:
17994         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get_type),
17995         (gst_gnomevfssrc_class_init), (gst_gnomevfssrc_init),
17996         (gst_gnomevfssrc_set_property), (gst_gnomevfssrc_get_property),
17997         (gst_gnomevfssrc_create), (gst_gnomevfssrc_is_seekable),
17998         (gst_gnomevfssrc_get_size), (gst_gnomevfssrc_start),
17999         (gst_gnomevfssrc_stop):
18000         * ext/ogg/Makefile.am:
18001         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_get_data),
18002         (gst_ogg_demux_find_chains), (gst_ogg_demux_sink_activate):
18003         * ext/theora/Makefile.am:
18004         * ext/theora/theoradec.c: (_inc_granulepos),
18005         (theora_dec_sink_event), (theora_dec_chain):
18006         * ext/vorbis/Makefile.am:
18007         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
18008         (vorbis_dec_sink_event), (vorbis_dec_chain):
18009         * gst-libs/gst/audio/Makefile.am:
18010         * sys/xvimage/Makefile.am:
18011         Make gnomevfssrc extend the source base class.
18012         Fix linking against libs in various plugins.
18013
18014 2005-04-06  Andy Wingo  <wingo@pobox.com>
18015
18016         * gst-libs/gst/video/Makefile.am (libgstvideo_la_LDFLAGS): Use
18017         GST_BASE_LIBS.
18018
18019         * configure.ac: Add check and AC_SUBST for libgstbase.
18020
18021 2005-03-31  Wim Taymans  <wim@fluendo.com>
18022
18023         * examples/seeking/Makefile.am:
18024         * examples/seeking/cdparanoia.c: (main):
18025         * examples/seeking/cdplayer.c: (update_scale), (stop_seek),
18026         (play_cb), (pause_cb), (stop_cb), (main):
18027         * examples/seeking/playbin.c:
18028         * examples/seeking/seek.c: (dynamic_link), (make_mod_pipeline),
18029         (make_dv_pipeline), (make_wav_pipeline), (make_flac_pipeline),
18030         (make_sid_pipeline), (make_vorbis_pipeline),
18031         (make_theora_pipeline), (make_vorbis_theora_pipeline),
18032         (make_avi_msmpeg4v3_mp3_pipeline), (make_mp3_pipeline),
18033         (make_avi_pipeline), (make_mpeg_pipeline), (make_mpegnt_pipeline),
18034         (make_playerbin_pipeline), (update_scale), (end_scrub), (do_seek),
18035         (seek_cb), (start_seek), (stop_seek), (play_cb), (pause_cb),
18036         (stop_cb), (main):
18037         * examples/seeking/spider_seek.c:
18038         * examples/seeking/vorbisfile.c:
18039         * ext/gnomevfs/Makefile.am:
18040         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
18041         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_base_init),
18042         (gst_gnomevfssrc_class_init), (gst_gnomevfssrc_init),
18043         (gst_gnomevfssrc_get_property), (gst_gnomevfssrc_get),
18044         (gst_gnomevfssrc_open_file), (gst_gnomevfssrc_close_file),
18045         (gst_gnomevfssrc_getrange), (gst_gnomevfssrc_loop),
18046         (gst_gnomevfssrc_activate), (gst_gnomevfssrc_change_state),
18047         (gst_gnomevfssrc_srcpad_query), (gst_gnomevfssrc_srcpad_event):
18048         * ext/ogg/README:
18049         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_get_type),
18050         (gst_ogg_pad_class_init), (gst_ogg_pad_init),
18051         (gst_ogg_pad_dispose), (gst_ogg_pad_finalize),
18052         (gst_ogg_pad_formats), (gst_ogg_pad_event_masks),
18053         (gst_ogg_pad_query_types), (gst_ogg_pad_getcaps),
18054         (gst_ogg_pad_src_convert), (gst_ogg_pad_src_query),
18055         (gst_ogg_pad_event), (gst_ogg_pad_reset),
18056         (gst_ogg_demux_factory_filter), (compare_ranks),
18057         (gst_ogg_pad_internal_chain), (gst_ogg_pad_typefind),
18058         (gst_ogg_pad_submit_packet), (gst_ogg_pad_submit_page),
18059         (gst_ogg_chain_new), (gst_ogg_chain_free),
18060         (gst_ogg_chain_new_stream), (gst_ogg_chain_get_stream),
18061         (gst_ogg_chain_has_stream), (gst_ogg_demux_base_init),
18062         (gst_ogg_demux_class_init), (gst_ogg_demux_init),
18063         (gst_ogg_demux_finalize), (gst_ogg_demux_handle_event),
18064         (gst_ogg_demux_submit_buffer), (gst_ogg_demux_seek),
18065         (gst_ogg_demux_get_data), (gst_ogg_demux_get_next_page),
18066         (gst_ogg_demux_get_prev_page),
18067         (gst_ogg_demux_deactivate_current_chain),
18068         (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek),
18069         (gst_ogg_demux_bisect_forward_serialno),
18070         (gst_ogg_demux_read_chain), (gst_ogg_demux_read_end_chain),
18071         (gst_ogg_demux_find_pad), (gst_ogg_demux_find_chain),
18072         (gst_ogg_demux_find_chains), (gst_ogg_demux_chain_unlocked),
18073         (gst_ogg_demux_chain), (gst_ogg_demux_send_eos),
18074         (gst_ogg_demux_loop), (gst_ogg_demux_sink_activate),
18075         (gst_ogg_demux_change_state), (gst_ogg_print):
18076         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
18077         (gst_ogg_mux_init), (gst_ogg_mux_sinkconnect),
18078         (gst_ogg_mux_next_buffer), (gst_ogg_mux_buffer_from_page),
18079         (gst_ogg_mux_push_page), (gst_ogg_mux_send_headers),
18080         (gst_ogg_mux_loop):
18081         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
18082         * ext/theora/theoradec.c: (gst_theora_dec_init), (_inc_granulepos),
18083         (theora_dec_src_convert), (theora_dec_sink_convert),
18084         (theora_dec_src_query), (theora_dec_src_event),
18085         (theora_dec_sink_event), (theora_dec_chain),
18086         (theora_dec_change_state):
18087         * ext/theora/theoraenc.c: (gst_theora_enc_init),
18088         (theora_enc_sink_setcaps), (theora_buffer_from_packet),
18089         (theora_push_buffer), (theora_enc_sink_event), (theora_enc_chain),
18090         (theora_enc_change_state):
18091         * ext/vorbis/Makefile.am:
18092         * ext/vorbis/oggvorbisenc.c:
18093         * ext/vorbis/oggvorbisenc.h:
18094         * ext/vorbis/vorbis.c: (plugin_init):
18095         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
18096         (vorbis_dec_src_query), (vorbis_dec_src_event),
18097         (vorbis_dec_sink_event), (vorbis_dec_chain),
18098         (vorbis_dec_change_state):
18099         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_class_init),
18100         (gst_vorbisenc_sink_setcaps), (gst_vorbisenc_init),
18101         (gst_vorbisenc_buffer_from_packet), (gst_vorbisenc_push_buffer),
18102         (gst_vorbisenc_sink_event), (gst_vorbisenc_chain),
18103         (gst_vorbisenc_change_state):
18104         * ext/vorbis/vorbisenc.h:
18105         * ext/vorbis/vorbisparse.c: (vorbis_parse_chain):
18106         * gst-libs/gst/audio/audioclock.c:
18107         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link),
18108         (gst_audiofilter_init), (gst_audiofilter_chain):
18109         * gst-libs/gst/audio/testchannels.c: (main):
18110         * gst-libs/gst/gconf/gconf.c: (gst_bin_find_unconnected_pad):
18111         * gst-libs/gst/media-info/media-info-priv.c: (gmip_reset),
18112         (gmip_find_type), (gmip_find_stream), (gmip_find_track_metadata),
18113         (gmip_find_track_streaminfo), (gmip_find_track_format):
18114         * gst-libs/gst/media-info/media-info.c:
18115         (gst_media_info_read_idler):
18116         * gst-libs/gst/play/play.c: (gst_play_get_sink_element),
18117         (gst_play_get_all_by_interface):
18118         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk),
18119         (gst_riff_parse_chunk), (gst_riff_parse_file_header),
18120         (gst_riff_parse_strh), (gst_riff_parse_strf_vids),
18121         (gst_riff_parse_strf_auds), (gst_riff_parse_strf_iavs),
18122         (gst_riff_parse_info):
18123         * gst-libs/gst/riff/riff-read.h:
18124         * gst-libs/gst/riff/riff.c: (plugin_init):
18125         * gst-libs/gst/video/Makefile.am:
18126         * gst-libs/gst/video/gstvideosink.c: (gst_videosink_init),
18127         (gst_videosink_class_init), (gst_videosink_get_type):
18128         * gst-libs/gst/video/videosink.h:
18129         * gst/audioconvert/bufferframesconvert.c:
18130         (buffer_frames_convert_init), (buffer_frames_convert_fixate),
18131         (buffer_frames_convert_setcaps), (buffer_frames_convert_chain):
18132         * gst/audioconvert/channelmixtest.c: (main):
18133         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init),
18134         (gst_audio_convert_chain),
18135         (gst_audio_convert_caps_remove_format_info),
18136         (gst_audio_convert_getcaps), (gst_audio_convert_parse_caps),
18137         (gst_audio_convert_setcaps), (_fixate_caps_to_int),
18138         (gst_audio_convert_fixate), (gst_audio_convert_get_buffer),
18139         (gst_audio_convert_buffer_to_default_format),
18140         (gst_audio_convert_buffer_from_default_format),
18141         (gst_audio_convert_channels):
18142         * gst/audioconvert/gstchannelmix.h:
18143         * gst/ffmpegcolorspace/avcodec.h:
18144         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
18145         (gst_ffmpegcsp_caps_remove_format_info), (gst_ffmpegcsp_getcaps),
18146         (gst_ffmpegcsp_configure_context), (gst_ffmpegcsp_setcaps),
18147         (gst_ffmpegcsp_init), (gst_ffmpegcsp_chain):
18148         * gst/tags/gstid3tag.c: (gst_tag_extract_id3v1_string):
18149         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_chain):
18150         * gst/typefind/gsttypefindfunctions.c: (aac_type_find),
18151         (mp3_type_find), (mpeg2_sys_type_find), (mpeg1_sys_type_find),
18152         (mpeg_video_type_find), (mpeg_video_stream_type_find),
18153         (dv_type_find):
18154         * gst/videotestsrc/gstvideotestsrc.c:
18155         (gst_videotestsrc_class_init), (gst_videotestsrc_src_negotiate),
18156         (gst_videotestsrc_src_link), (gst_videotestsrc_parse_caps),
18157         (gst_videotestsrc_src_accept_caps), (gst_videotestsrc_setcaps),
18158         (gst_videotestsrc_src_unlink), (gst_videotestsrc_activate),
18159         (gst_videotestsrc_change_state), (gst_videotestsrc_getcaps),
18160         (gst_videotestsrc_init), (gst_videotestsrc_src_query),
18161         (gst_videotestsrc_handle_src_event), (gst_videotestsrc_loop):
18162         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
18163         (gst_xvimagesink_xcontext_clear), (gst_xvimagesink_fixate),
18164         (gst_xvimagesink_getcaps), (gst_xvimagesink_setcaps),
18165         (gst_xvimagesink_change_state), (gst_xvimagesink_get_times),
18166         (gst_xvimagesink_show_frame), (gst_xvimagesink_chain),
18167         (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc),
18168         (gst_xvimagesink_navigation_send_event),
18169         (gst_xvimagesink_set_xwindow_id), (gst_xvimagesink_expose),
18170         (gst_xvimagesink_set_property), (gst_xvimagesink_finalize),
18171         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
18172         * sys/xvimage/xvimagesink.h:
18173         Plugin port to 0.9, ogg/theora playback should work in the seek
18174         example now.
18175         Removed old examples.
18176         Removed old oggvorbisenc, renamed rawvorbisenc to vorbisenc as
18177         explained in 0.9 TODO doc.
18178
18179
18180 2005-02-23  Thomas Vander Stichele  <thomas at apestaart dot org>
18181
18182         * autogen.sh:
18183         * configure.ac:
18184         * ext/Makefile.am:
18185         * gst/Makefile.am:
18186         * po/POTFILES.in:
18187         * po/af.po:
18188         * po/az.po:
18189         * po/cs.po:
18190         * po/en_GB.po:
18191         * po/hu.po:
18192         * po/it.po:
18193         * po/nb.po:
18194         * po/nl.po:
18195         * po/or.po:
18196         * po/sq.po:
18197         * po/sr.po:
18198         * po/sv.po:
18199         * po/uk.po:
18200         * po/vi.po:
18201         * sys/Makefile.am:
18202         * testsuite/Makefile.am:
18203           remove a whole bunch of plugins.  This module now contains a set
18204           of free reference plugins/elements as agreed.
18205
18206 2005-02-22  Thomas Vander Stichele  <thomas at apestaart dot org>
18207
18208         * configure.ac:
18209           hunting season on 0.9 is now OPEN
18210
18211 2005-02-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18212
18213         * sys/oss/gstosselement.c: (gst_osselement_class_probe_devices):
18214           Kick the hell out of gcc for not warning me about a symbol conflict.
18215
18216 2005-02-22  Luca Ognibene  <luogni@tin.it>
18217
18218         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
18219
18220         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_link):
18221           Don't leak caps string (fixes #168134)
18222
18223         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_class_init),
18224         (gst_jpegenc_init), (gst_jpegenc_finalize),
18225         (gst_jpegenc_change_state):
18226           Don't leak line buffers and context struct (fixes #168133).
18227
18228 2005-02-21  Tim-Philipp Müller  <tim at centricular dot net>
18229
18230         * configure.ac:
18231         * ext/dirac/gstdiracdec.cc:
18232         (gst_diracdec_chain):
18233           Since dirac 0.5.0 the framerate in dirac is expressed as a
18234           rational number. Fix build and up requirement to 0.5.0, and
18235           also pass parameters to gst_diracdec_link in the right order
18236           (fixes #167959).
18237
18238 2005-02-21  Maciej Katafiasz  <mathrick@freedesktop.org>
18239
18240         * ext/faad/gstfaad.c: (gst_faad_sinkconnect), (gst_faad_chain):
18241         * ext/faad/gstfaad.h:
18242         TEH LONGEST DEBUGGING SESSION EVAR is over. Fix interaction with 
18243         certain invalid muxed streams, where some packets will contain 
18244         junk after decoder data. Partially fixes #149158.
18245
18246 2005-02-21  Jan Schmidt <thaytan@mad.scientist.com>
18247         * gst/dvdlpcmdec/gstdvdlpcmdec.c: (gst_dvdlpcmdec_chain):
18248           Make sure we only write to writable buffers
18249
18250 2005-02-20  Tim-Philipp Müller  <tim at centricular dot net>
18251
18252         * gst-libs/gst/riff/riff-media.c:
18253         (gst_riff_create_audio_caps_with_data):
18254           Do actually fix invalid RIFF fmt header values for alaw
18255           and mulaw audio instead of just saying so.
18256
18257         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt):
18258           Give gst_riff_create_audio_caps_with_data() a chance to
18259           fix up broken format header fields before extracting any
18260           parameters from the header. (fixes #167633)
18261
18262 2005-02-19  Martin Holters  <martin.holters@gmx.de>
18263
18264         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
18265
18266         * gst/audioconvert/bufferframesconvert.c:
18267         (buffer_frames_convert_link):
18268           Don't leak othercaps. (fixes #167878)
18269
18270 2005-02-19  Arwed v. Merkatz  <v.merkatz@gmx.net>
18271
18272         * configure.ac:
18273         * ext/libvisual/visual.c: (gst_visual_srclink),
18274         (gst_visual_change_state):
18275           Support libvisual 0.2.0.
18276
18277 2005-02-18  Tim-Philipp Müller  <tim at centricular dot net>
18278
18279         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_chain):
18280         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_resync), (gst_jpegenc_chain):
18281           Use same rowstrides for I420 as used everywhere else.
18282
18283 2005-02-17  Tim-Philipp Müller  <tim at centricular dot net>
18284
18285         * gst/avi/gstavidemux.c: (gst_avi_demux_invert):
18286           Declare variables at beginning of block and make gcc-2.95 happy
18287           (fixes # 167482, patch by Gergely Nagy).
18288           
18289         * gst/tcp/gsttcpclientsrc.c:
18290         * gst/tcp/gsttcpclientsrc.h:
18291           Move some includes into the header, so that struct sockaddr_in is
18292           defined when it should be defined on FreeBSD as well (fixes
18293           #167483).
18294           
18295         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_init_receive):
18296           Don't pass uninitialised values to setsockopt() here either.
18297
18298 2005-02-17  Luca Ognibene  <luogni at tin dot it>
18299
18300         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
18301
18302         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_init_send):
18303           Don't pass uninitialised values to setsockopt(). (fixes #167704)
18304
18305 2005-02-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18306
18307         * gst/playback/gstplaybin.c: (add_sink):
18308           Invert bin_add/link order to workaround deadlock in opt.
18309
18310 2005-02-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18311
18312         * gst/modplug/gstmodplug.cc:
18313           Add missing break causing position queries to fail.
18314
18315 2005-02-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18316
18317         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_populate):
18318           Granpos can apparently be -1, which screws up calculations...
18319
18320 2005-02-16  Jan Schmidt  <thaytan@mad.scientist.com>
18321
18322         * sys/ximage/ximagesink.c: (gst_ximagesink_chain),
18323         (gst_ximagesink_send_pending_navigation),
18324         (gst_ximagesink_navigation_send_event), (gst_ximagesink_finalize),
18325         (gst_ximagesink_init):
18326         * sys/ximage/ximagesink.h:
18327         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain),
18328         (gst_xvimagesink_send_pending_navigation),
18329         (gst_xvimagesink_navigation_send_event),
18330         (gst_xvimagesink_finalize), (gst_xvimagesink_init):
18331         * sys/xvimage/xvimagesink.h:
18332           Use a mutex protected list to marshal navigation
18333           events into the stream thread from whichever thread
18334           sends them.
18335
18336 2005-02-15  Tim-Philipp Müller  <tim at centricular dot net>
18337
18338         * gst/speed/demo-mp3.c: (time_tick_cb), (main):
18339           Display current position and track length; misc. clean-ups.
18340           
18341         * gst/speed/gstspeed.c: (speed_get_query_types), (speed_src_query),
18342         (speed_init), (speed_chain):
18343           Add query function, so that the stream length and current position
18344           get adjusted when queried (note that current position queries may
18345           still be wrong if the audio sink returns values based on buffer
18346           timestamps instead of passing on the query).
18347
18348 2005-02-13  Benjamin Otte  <otte@gnome.org>
18349
18350         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link),
18351         (gst_audio_convert_channels):
18352           create channel conversion matrix when linking
18353         * gst/audioconvert/.cvsignore:
18354         * gst/audioconvert/Makefile.am:
18355         * gst/audioconvert/channelmixtest.c: (main):
18356           add (ugly) test that ensures stereo <=> mono conversion works
18357           correctly
18358
18359 2005-02-13  Benjamin Otte  <otte@gnome.org>
18360
18361         * gst/audioconvert/gstchannelmix.h:
18362           include missing header file
18363         * gst/audioconvert/gstchannelmix.c:
18364         (gst_audio_convert_fill_compatible):
18365           use same sign for both channels when converting to/from compatible
18366           channel. Previously used different signs made the signals cancel
18367           each other out and appear like silence. (fixes #167269)
18368
18369 2005-02-12  Tim-Philipp Müller  <tim at centricular dot net>
18370
18371         * gst/ffmpegcolorspace/avcodec.h:
18372         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
18373         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
18374         (gst_ffmpegcsp_avpicture_fill):
18375         * gst/ffmpegcolorspace/imgconvert.c:
18376           Convert to and from YV12 (fixes #156379).
18377
18378 2005-02-12  Julien MOUTTE  <julien@moutte.net>
18379
18380         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new),
18381         (gst_ximagesink_sink_link), (gst_ximagesink_change_state),
18382         (gst_ximagesink_chain), (gst_ximagesink_set_xwindow_id),
18383         (gst_ximagesink_expose), (gst_ximagesink_set_property),
18384         (gst_ximagesink_finalize), (gst_ximagesink_init): Protect interface
18385         methods from chain and negotiation and vice versa (Fixes #166142).
18386         * sys/ximage/ximagesink.h: Add stream_lock.
18387         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sink_link),
18388         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_free),
18389         (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_set_xwindow_id),
18390         (gst_xvimagesink_expose): Check for xcontext before trying to link.
18391
18392 2005-02-12  Tim-Philipp Müller  <tim at centricular dot net>
18393
18394         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_open):
18395           Don't send "Hey! You gave me a NULL pointer you naughty person" as
18396           error message when we can't open the DVD device (when dvdnav_open()
18397           fails, src->dvdnav is NULL, so dvdnav_err_to_string() will return
18398           the above). Send something more useful instead (fixes #167117).
18399
18400 2005-02-11  Julien MOUTTE  <julien@moutte.net>
18401
18402         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put),
18403         (gst_xvimagesink_sink_link), (gst_xvimagesink_change_state),
18404         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_free),
18405         (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_set_xwindow_id),
18406         (gst_xvimagesink_expose), (gst_xvimagesink_set_property),
18407         (gst_xvimagesink_finalize), (gst_xvimagesink_init): Protect interface
18408         methods from chain and negotiation and vice versa (Fixes #166142).
18409         Fix a possible bug of images in the buffer pool being discarded because
18410         we are looking at the wrong geometry.
18411         * sys/xvimage/xvimagesink.h: Add stream_lock.
18412
18413 2005-02-11  David Schleef  <ds@schleef.org>
18414
18415         * ext/mpeg2dec/gstmpeg2dec.c: (crop_buffer): Change uint to
18416         unsigned int. (fixes #167128)
18417
18418 2005-02-11  David Schleef  <ds@schleef.org>
18419
18420         * gst/librfb/Makefile.am: Testing stuff before committing is
18421           for wimps... and people with fast machines.  Fix stupid
18422           mistake.
18423
18424 2005-02-11  David Schleef  <ds@schleef.org>
18425
18426         * configure.ac: Pull in librfb from my CVS tree, because it is
18427           too small and annoying to be separate.  Move rfbsrc plugin
18428           to gst/.
18429         * ext/Makefile.am:
18430         * ext/librfb/Makefile.am:
18431         * ext/librfb/gstrfbsrc.c:
18432         * gst/librfb/Makefile.am:
18433         * gst/librfb/gstrfbsrc.c:
18434         * gst/librfb/rfb.c:
18435         * gst/librfb/rfb.h:
18436         * gst/librfb/rfbbuffer.c:
18437         * gst/librfb/rfbbuffer.h:
18438         * gst/librfb/rfbbytestream.c:
18439         * gst/librfb/rfbbytestream.h:
18440         * gst/librfb/rfbcontext.h:
18441         * gst/librfb/rfbdecoder.c:
18442         * gst/librfb/rfbdecoder.h:
18443         * gst/librfb/rfbutil.h:
18444
18445 2005-02-10  Tim-Philipp Müller  <tim at centricular dot net>
18446
18447         * gst/speed/Makefile.am:
18448         * gst/speed/demo-mp3.c: (main):
18449         * gst/speed/filter.func:
18450         * gst/speed/gstspeed.c: (speed_link), (speed_parse_caps),
18451         (speed_class_init), (speed_init), (speed_chain_int16),
18452         (speed_chain_float32), (speed_chain), (speed_set_property),
18453         (speed_get_property), (speed_change_state):
18454         * gst/speed/gstspeed.h:
18455           Fix speed element and make it chain-based (fixes #156467),
18456           and make it handle more than one channel.
18457
18458 2005-02-10  Jan Schmidt  <thaytan@mad.scientist.com>
18459
18460         * ext/dts/gstdtsdec.c: (gst_dtsdec_init), (gst_dtsdec_channels),
18461         (gst_dtsdec_handle_event), (gst_dtsdec_handle_frame),
18462         (gst_dtsdec_chain), (gst_dtsdec_change_state):
18463         * ext/dts/gstdtsdec.h:
18464           Don't clobber the stack constructing the channels array.
18465           Make the element chain-based. DTS tracks can now be played.
18466           
18467 2005-02-09  Tim-Philipp Müller  <tim at centricular dot net>
18468
18469         * gst-libs/gst/audio/multichannel.h:
18470         * gst-libs/gst/gconf/gconf.h:
18471         * gst-libs/gst/idct/idct.h:
18472         * gst-libs/gst/media-info/media-info-priv.h:
18473         * gst-libs/gst/play/play.h:
18474         * gst-libs/gst/resample/private.h:
18475         * gst-libs/gst/resample/resample.h:
18476         * gst-libs/gst/riff/riff-ids.h:
18477         * gst-libs/gst/video/video.h:
18478         * gst-libs/gst/video/videosink.h:
18479           Add G_BEGIN_DECLS and G_END_DECLS around headers where
18480           missing, so that they work when included from C++ code.
18481
18482 2005-02-09  David Schleef  <ds@schleef.org>
18483
18484         * testsuite/gst-lint: Check for non-statically scoped
18485           parent_class variables.  This won't be a problem once
18486           plugins are loaded with RTLD_LOCAL.
18487
18488 2005-02-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18489
18490         * ext/mplex/gstmplexibitstream.cc:
18491           gcc madness.
18492
18493 2005-02-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18494
18495         * ext/ogg/gstogmparse.c:
18496         * gst/debug/gstnavigationtest.c:
18497           Die, thou faulty symbol pollutors (non-static parent_class).
18498
18499 2005-02-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18500
18501         * ext/mplex/gstmplexibitstream.cc:
18502           Fix event handling (#165525).
18503
18504 2005-02-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18505
18506         * ext/mikmod/gstmikmod.c:
18507         * gst/modplug/gstmodplug.cc:
18508           Add missing endianness to template (fixes #165509).
18509
18510 2005-02-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18511
18512         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_handle_data):
18513           Fix wrong order of reading of optional bytes (#165290).
18514
18515 2005-02-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18516
18517         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
18518           Implement FILLER event awareness.
18519
18520 2005-02-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18521
18522         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_convert):
18523           Fix track calculations (#166208).
18524
18525 2005-02-08  Gergely Nagy  <algernon@bonehunter.rulez.org>
18526
18527         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18528
18529         * ext/libpng/gstpngdec.c: (gst_pngdec_init), (gst_pngdec_chain):
18530         * ext/libpng/gstpngenc.c:
18531           Fix byte-order, use proper fixed caps. Fixes #164197.
18532
18533 2005-02-08  Jan Schmidt  <thaytan@mad.scientist.com>
18534
18535         * configure.ac:
18536           Add dvdlpcmdec 
18537
18538         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_reset),
18539         (free_all_buffers), (gst_mpeg2dec_alloc_buffer):
18540           Don't push buffers if the src pad isn't negotiated yet.
18541           
18542         * gst/audioconvert/gstaudioconvert.c:
18543         (gst_audio_convert_buffer_to_default_format),
18544         (gst_audio_convert_buffer_from_default_format):
18545           Add support for 24-bit width.
18546
18547         * gst/dvdlpcmdec/.cvsignore:
18548         * gst/dvdlpcmdec/Makefile.am:
18549         * gst/dvdlpcmdec/gstdvdlpcmdec.c: (gst_dvdlpcmdec_get_type),
18550         (gst_dvdlpcmdec_base_init), (gst_dvdlpcmdec_class_init),
18551         (gst_dvdlpcm_reset), (gst_dvdlpcmdec_init), (gst_dvdlpcmdec_link),
18552         (gst_dvdlpcmdec_chain), (gst_dvdlpcmdec_change_state),
18553         (plugin_init):
18554         * gst/dvdlpcmdec/gstdvdlpcmdec.h:
18555           New decoder for rearranging DVD LPCM into our audio/x-raw-int
18556           format. Needs support for the channels maps if someone can find 
18557           a DVD LPCM track with > 2 channels.
18558
18559         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_handle_dvd_event),
18560         (gst_dvd_demux_send_discont), (gst_dvd_demux_handle_discont),
18561         (gst_dvd_demux_get_audio_stream), (gst_dvd_demux_process_private):
18562         * gst/mpegstream/gstdvddemux.h:
18563         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_send_discont),
18564         (gst_mpeg_demux_new_output_pad), (gst_mpeg_demux_init_stream),
18565         (gst_mpeg_demux_send_subbuffer), (gst_mpeg_demux_handle_src_query):
18566         * gst/mpegstream/gstmpegdemux.h:
18567         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_reset),
18568         (gst_mpeg_parse_parse_packhead), (gst_mpeg_parse_loop),
18569         (gst_mpeg_parse_get_rate), (gst_mpeg_parse_convert_src),
18570         (gst_mpeg_parse_handle_src_query),
18571         (gst_mpeg_parse_handle_src_event):
18572           Use audio/x-dvd-lpcm for LPCM output.
18573           Add DTS output.
18574
18575 2005-02-08  Gergely Nagy  <algernon@bonehunter.rulez.org>
18576
18577         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18578
18579         * gst/alpha/gstalphacolor.c: (gst_alpha_color_sink_link),
18580         (transform_rgb), (transform_bgr), (gst_alpha_color_chain):
18581           Add BGRA handling (#165736).
18582
18583 2005-02-08  Francis Labonte  <francis_labonte@hotmail.com>
18584
18585         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18586
18587         * gst/law/alaw-decode.c: (alawdec_link):
18588         * gst/law/alaw-encode.c: (alawenc_link):
18589         * gst/law/mulaw-decode.c: (mulawdec_link):
18590         * gst/law/mulaw-encode.c: (mulawenc_link):
18591           Fix caps memleaks (#166600).
18592
18593 2005-02-08  Tim-Philipp Müller  <tim at centricular dot net>
18594
18595         * ext/tarkin/mem.h:
18596         * ext/tarkin/wavelet.h:
18597         * ext/tarkin/yuv.h:
18598         * gst/ffmpegcolorspace/avcodec.h:
18599           Include "_stdint.h" instead of <stdint.h>. Fixes build on
18600           systems that don't have stdint.h, like Solaris9 (fixes #166631).
18601
18602 2005-02-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18603
18604         * sys/ximage/ximagesink.c: (gst_ximagesink_change_state):
18605         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_clear),
18606         (gst_xvimagesink_change_state):
18607           Clear window on PAUSED->READY instead of READY->PAUSED. Stop
18608           Xv video (and thereby regenerate Xv colourkey) in clear() so
18609           that PLAY -> READY -> PLAY works (fixes #162504).
18610
18611 2005-02-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18612
18613         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_getcaps):
18614           Switch to list instead of range, since MJPEG-devices really just
18615           support decimations, not any size.
18616
18617 2005-02-05  Jan Schmidt  <thaytan@mad.scientist.com>
18618         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_open_decoder),
18619         (gst_mpeg2dec_reset), (free_all_buffers),
18620         (gst_mpeg2dec_alloc_buffer), (handle_sequence):
18621         * ext/mpeg2dec/gstmpeg2dec.h:
18622           The libmpeg2 user-allocated buffer management is awkward, 
18623           to say the least. Hopefully this fixes things.
18624
18625 2005-02-04  Andy Wingo  <wingo@pobox.com>
18626
18627         * gst/audioconvert/bufferframesconvert.c
18628         (buffer_frames_convert_fixate): New function, fixates to 256
18629         frames per buffer by default. (Much better than 1.)
18630         (buffer_frames_convert_init): Set the fixate function for both src
18631         and sink pad.
18632         (buffer_frames_convert_link): After success setting nonfixed caps,
18633         get the negotiated caps so we can know how many buffer-frames it
18634         will be. No idea how this worked at all before.
18635
18636 2005-02-05  Jan Schmidt  <thaytan@mad.scientist.com>
18637
18638         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_init),
18639         (gst_mpeg2dec_close_decoder), (put_buffer), (check_buffer),
18640         (free_buffer), (free_all_buffers), (gst_mpeg2dec_alloc_buffer),
18641         (handle_sequence), (handle_picture):
18642         * ext/mpeg2dec/gstmpeg2dec.h:
18643           Rearrange buffer tracking and refcounting and refactor
18644           a little for readability. 
18645
18646 2005-02-04  Jan Schmidt  <thaytan@mad.scientist.com>
18647         * sys/v4l/gstv4l.c: (plugin_init):
18648         * sys/v4l/gstv4ljpegsrc.c: (gst_v4ljpegsrc_get_type),
18649         (gst_v4ljpegsrc_base_init), (gst_v4ljpegsrc_class_init),
18650         (gst_v4ljpegsrc_init), (gst_v4ljpegsrc_src_link),
18651         (gst_v4ljpegsrc_getcaps), (gst_v4ljpegsrc_get):
18652         * sys/v4l/gstv4ljpegsrc.h:
18653         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_open), (gst_v4lsrc_src_link):
18654         * sys/v4l/v4l_calls.h:
18655         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_palette_name),
18656         (gst_v4lsrc_get_fps):
18657         * sys/v4l/v4lsrc_calls.h:
18658           Add new v4ljpegsrc for handling the ov51x hacky "I'll give
18659           you jpeg inside rgb frames" driver.
18660           Don't error in the v4lsrc link function, just return 
18661           REFUSED.
18662
18663 2005-02-03  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18664
18665         * sys/qcam/gstqcamsrc.c: (gst_qcamsrc_change_state),
18666         (gst_qcamsrc_open):
18667           Use GST_ELEMENT_ERROR, not g_warning, if open failed.
18668
18669 2005-02-02  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18670
18671         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):
18672           Change caps on MJPEG-B so it doesn't interfere with MJPEG/JPEG.
18673
18674 2005-02-02  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18675
18676         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_change_state):
18677           Reset negotiated state on PAUSED->READY.
18678
18679 2005-02-02  David Schleef  <ds@schleef.org>
18680
18681         * configure.ac: Put DEFAULT_AUDIOSINK in config.h and use
18682         whereever possible.  (Fixes #165997)
18683         * examples/capsfilter/capsfilter1.c: (main):
18684         * examples/dynparams/filter.c: (create_ui):
18685         * examples/seeking/cdparanoia.c: (get_track_info), (main):
18686         * examples/seeking/chained.c: (main):
18687         * examples/seeking/seek.c: (make_mod_pipeline), (make_dv_pipeline),
18688         (make_wav_pipeline), (make_flac_pipeline), (make_sid_pipeline),
18689         (make_vorbis_pipeline), (make_mp3_pipeline), (make_avi_pipeline),
18690         (make_mpeg_pipeline), (make_mpegnt_pipeline):
18691         * examples/seeking/spider_seek.c: (make_spider_pipeline):
18692         * examples/switch/switcher.c: (main):
18693         * ext/dv/demo-play.c: (main):
18694         * ext/faad/gstfaad.c: (gst_faad_change_state):
18695         * ext/mad/gstmad.c: (gst_mad_chain):
18696         * ext/smoothwave/demo-osssrc.c: (main):
18697         * gst-libs/gst/gconf/gconf.c: (gst_gconf_set_string),
18698         (gst_gconf_render_bin_from_description),
18699         (gst_gconf_get_default_audio_sink),
18700         (gst_gconf_get_default_video_sink),
18701         (gst_gconf_get_default_audio_src),
18702         (gst_gconf_get_default_video_src),
18703         (gst_gconf_get_default_visualization_element):
18704         * gst/level/demo.c: (main):
18705         * gst/level/plot.c: (main):
18706         * gst/playback/gstplaybin.c: (gen_video_element),
18707         (gen_audio_element):
18708         * gst/playback/test.c: (gen_video_element), (gen_audio_element):
18709         * gst/playondemand/demo-mp3.c: (setup_pipeline):
18710         * gst/sine/demo-dparams.c: (main):
18711         * gst/spectrum/demo-osssrc.c: (main):
18712         * gst/speed/demo-mp3.c: (main):
18713         * gst/volume/demo.c: (main):
18714         * testsuite/embed/embed.c: (main):
18715
18716 2005-02-02  Jan Schmidt  <thaytan@mad.scientist.com>
18717
18718         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_class_init),
18719         (gst_tcpclientsink_finalize):
18720         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_class_init),
18721         (gst_tcpclientsrc_finalize):
18722         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
18723         (gst_tcpserversink_init), (gst_tcpserversink_finalize):
18724         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_class_init),
18725         (gst_tcpserversrc_init), (gst_tcpserversrc_finalize):
18726           Don't leak the hostname when shutting down.
18727           In tcpserversrc, take a copy of the default hostname.
18728
18729 2005-02-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18730
18731         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_iso_receive):
18732           Set caps to systemstream=TRUE.
18733
18734 2005-02-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18735
18736         * testsuite/Makefile.am:
18737           Fix more OSX buildbots.
18738
18739 2005-02-02  Jan Schmidt  <thaytan@mad.scientist.com>
18740
18741         * ext/mpeg2dec/gstmpeg2dec.c:
18742           Don't send things to NULL PAD_PEERs
18743
18744         * gst/deinterlace/gstdeinterlace.c: (gst_deinterlace_chain):
18745           Copy-on-write the incoming buffer.
18746
18747         * gst/mpegstream/gstdvddemux.h:
18748         * gst/mpegstream/gstmpegclock.h:
18749         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead),
18750         (normal_seek), (gst_mpeg_demux_handle_src_event):
18751         * gst/mpegstream/gstmpegdemux.h:
18752         * gst/mpegstream/gstmpegpacketize.h:
18753         * gst/mpegstream/gstmpegparse.c:
18754         (gst_mpeg_parse_update_streaminfo), (gst_mpeg_parse_reset),
18755         (gst_mpeg_parse_handle_discont), (gst_mpeg_parse_parse_packhead),
18756         (gst_mpeg_parse_loop), (gst_mpeg_parse_get_rate),
18757         (gst_mpeg_parse_convert_src), (gst_mpeg_parse_handle_src_query),
18758         (gst_mpeg_parse_handle_src_event), (gst_mpeg_parse_change_state):
18759         * gst/mpegstream/gstmpegparse.h:
18760         * gst/mpegstream/gstrfc2250enc.h:
18761           Various changes to the way time is computed that make seeking and
18762           total time estimation much better here.
18763           Use G_BEGIN/END_DECLS instead of __cplusplus
18764
18765         * gst/videocrop/gstvideocrop.c: (gst_video_crop_chain):
18766           Use gst_buffer_stamp instead of only copying the TIMESTAMP
18767
18768 2005-02-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18769
18770         * gst/subparse/gstsubparse.c:
18771           Fix OSX buildbot.
18772
18773 2005-01-31  Tim-Philipp Müller  <tim at centricular dot net>
18774
18775         * ext/theora/theoraenc.c: (theora_buffer_from_packet),
18776         (theora_enc_chain), (theora_enc_change_state):
18777         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
18778         (gst_vorbisenc_buffer_from_packet), (gst_vorbisenc_chain),
18779         (gst_vorbisenc_change_state):
18780         * ext/vorbis/vorbisenc.h:
18781           Set granulepos and timestamp correctly for streams not
18782           starting at 0, taking into account the initial delay.
18783
18784 2005-01-31  Tim-Philipp Müller  <tim at centricular dot net>
18785
18786         * gst/mpegstream/gstdvddemux.c:
18787           Add audio/x-dts to audio pad template caps
18788
18789 2005-01-30  David Schleef  <ds@schleef.org>
18790
18791         * ext/polyp/polypsink.c: (gst_polypsink_base_init),
18792         (create_context), (gst_polypsink_link): Fix silly endianness
18793         bug.  Add some debugging.  Remove float from caps; it doesn't
18794         work.  Attempt to get remote audio working.
18795
18796 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18797
18798         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):
18799           Add 3IV2 fourcc.
18800
18801 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18802
18803         * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream), (swap_line),
18804         (gst_avi_demux_invert), (gst_avi_demux_process_next_entry),
18805         (gst_avi_demux_stream_data):
18806         * gst/avi/gstavidemux.h:
18807           Invert DIB images. Fixes #132341.
18808
18809 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18810
18811         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
18812         (gst_ffmpegcsp_chain):
18813           D'oh, reference the palette data, not the palette structure.
18814           Fixes color distortion in #132341.
18815
18816 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18817
18818         * gst/videoscale/gstvideoscale.c: (gst_videoscale_link):
18819           PAR can be non-fixed when not provided as argument (#162626).
18820
18821 2005-01-29  David Moore  <dcm@acm.org>
18822
18823         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18824
18825         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
18826         (gst_qtdemux_loop_header):
18827           Re-apply patch from #142272 that allows non-seekable sources,
18828           re-proposed by Daniel Drake <dsd@gentoo.org>.
18829
18830 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18831
18832         * gst/rtp/gstrtpgsmenc.c: (gst_rtpgsmenc_init):
18833           Use the src template for creating the src pad (#162330).
18834
18835 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18836
18837         * configure.ac:
18838         * ext/musepack/Makefile.am:
18839         * ext/musepack/gstmusepackdec.c: (gst_musepackdec_class_init),
18840         (gst_musepackdec_init), (gst_musepackdec_dispose),
18841         (gst_musepackdec_src_query), (gst_musepackdec_src_convert),
18842         (gst_musepack_stream_init), (gst_musepackdec_loop),
18843         (gst_musepackdec_change_state):
18844         * ext/musepack/gstmusepackdec.cpp:
18845         * ext/musepack/gstmusepackdec.h:
18846         * ext/musepack/gstmusepackreader.c: (gst_musepack_reader_peek),
18847         (gst_musepack_reader_read), (gst_musepack_reader_seek),
18848         (gst_musepack_reader_tell), (gst_musepack_reader_get_size),
18849         (gst_musepack_reader_canseek), (gst_musepack_init_reader):
18850         * ext/musepack/gstmusepackreader.cpp:
18851         * ext/musepack/gstmusepackreader.h:
18852           Update to 1.1 API (#165446).
18853
18854 2005-01-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18855
18856         * ext/Makefile.am:
18857           Unbreak buildbot.
18858
18859 2005-01-28  Andy Wingo  <wingo@pobox.com>
18860
18861         * ext/dv/gstdvdec.c: Change the pixel aspect ratio of dvdec output
18862         to reflect a different dubious internet source. Add a reference
18863         and some commentary.
18864
18865 2005-01-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18866
18867         * gst/playback/gststreamselector.c: (gst_stream_selector_init),
18868         (gst_stream_selector_get_caps), (gst_stream_selector_chain):
18869         * gst/playback/gststreamselector.h:
18870           Be more selective when we're redoing caps negotiation from
18871           within the chain function on a stream change.
18872
18873 2005-01-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18874
18875         * configure.ac:
18876         * ext/Makefile.am:
18877         * ext/amrnb/Makefile.am:
18878         * ext/amrnb/amrnb.c: (plugin_init):
18879         * ext/amrnb/amrnbdec.c: (gst_amrnbdec_get_type),
18880         (gst_amrnbdec_base_init), (gst_amrnbdec_class_init),
18881         (gst_amrnbdec_init), (gst_amrnbdec_link), (gst_amrnbdec_chain),
18882         (gst_amrnbdec_state_change):
18883         * ext/amrnb/amrnbdec.h:
18884         * ext/amrnb/amrnbparse.c: (gst_amrnbparse_get_type),
18885         (gst_amrnbparse_base_init), (gst_amrnbparse_class_init),
18886         (gst_amrnbparse_init), (gst_amrnbparse_formats),
18887         (gst_amrnbparse_querytypes), (gst_amrnbparse_query),
18888         (gst_amrnbparse_handle_event), (gst_amrnbparse_reserve),
18889         (gst_amrnbparse_loop), (gst_amrnbparse_state_change):
18890         * ext/amrnb/amrnbparse.h:
18891           Add support for AMR-NB (mobile phone audio format; #155163, #163286).
18892         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
18893           Add AMR-NB/-WB raw formats.
18894         * ext/alsa/gstalsa.c: (gst_alsa_link):
18895           Keep valid time when changing format.
18896         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
18897         (qtdemux_parse_trak):
18898           Add some more format-specific options (#140141, #143555, #155163).
18899
18900 2005-01-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18901
18902         * gst/matroska/matroska-demux.c:
18903         (gst_matroska_demux_parse_blockgroup):
18904           Fix logic error in timing of subtitle stream synchronization.
18905         * gst/typefind/gsttypefindfunctions.c: (qt_type_find):
18906           Add skip-chunk, which is found in kodak-camera streams.
18907
18908 2005-01-27  Thomas Vander Stichele  <thomas at apestaart dot org>
18909
18910         * po/LINGUAS:
18911         * po/vi.po:
18912           Adding Vietnamese translation (submitted by Clytie Siddall)
18913
18914 2005-01-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18915
18916         * gst/playback/gstdecodebin.c: (try_to_link_1):
18917           Use realpad for signal.
18918
18919 2005-01-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18920
18921         * ext/mad/gstid3demuxbin.c: (gst_id3demux_bin_base_init):
18922           Fix category so decodebin picks it up.
18923
18924 2005-01-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18925
18926         * ext/mad/Makefile.am:
18927         * ext/mad/gstid3demuxbin.c: (gst_id3demux_bin_get_type),
18928         (gst_id3demux_bin_base_init), (gst_id3demux_bin_class_init),
18929         (gst_id3demux_bin_init), (gst_id3demux_bin_remove_pad),
18930         (found_type), (gst_id3demux_bin_change_state):
18931         * ext/mad/gstid3tag.c: (gst_id3_tag_add_src_pad),
18932         (gst_id3_tag_init), (gst_id3_tag_handle_event),
18933         (gst_id3_tag_src_link), (gst_id3_tag_chain),
18934         (gst_id3_tag_change_state), (plugin_init):
18935         * ext/mad/gstmad.h:
18936           Add id3demuxbin (which is a simple bin consisting of id3demux
18937           and typefind), take over rank from id3demux, remove typefind
18938           code from id3demux. Makes all broken mp3s that I know of work,
18939           and thereby fixes #152688.
18940
18941 2005-01-27  Edward Hervey  <bilboed@bilboed.com>
18942
18943         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18944
18945         * ext/mad/gstmad.c: (gst_mad_src_event):
18946         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_event):
18947           Allow seeks on audio pad, make mad forward those (#164826).
18948         * gst/audioscale/gstaudioscale.c: (gst_audioscale_chain):
18949           Set duration (#165335).
18950
18951 2005-01-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18952
18953         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_init),
18954         (gst_asf_demux_commit_taglist), (gst_asf_demux_process_comment),
18955         (gst_asf_demux_process_ext_content_desc),
18956         (gst_asf_demux_change_state), (gst_asf_demux_add_audio_stream),
18957         (gst_asf_demux_add_video_stream), (gst_asf_demux_setup_pad):
18958         * gst/asfdemux/gstasfdemux.h:
18959           Improve metadata display, e.g. if the metadata comes before the
18960           streams are loaded (which is perfectly valid).
18961
18962 2005-01-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18963
18964         * tools/gst-launch-ext-m.m:
18965           Fix AVI/ASF pipelines (#165340).
18966
18967 2005-01-26  Amaury Jacquot  <sxpert@esitcom.org>
18968         * ext/cairo/gsttextoverlay.c: include  string.h and strings.h to fix
18969         build failure on amd64
18970
18971 2005-01-26  Tim-Philipp Müller  <tim at centricular dot net>
18972
18973         * ext/mad/gstid3tag.c: (mad_id3_parse_latin1_string),
18974         (mad_id3_parse_comment_frame), (gst_mad_id3_to_tag_list):
18975           Check environment variables GST_ID3V2_TAG_ENCODING,
18976           GST_ID3_TAG_ENCODING and GST_TAG_ENCODING for a colon-separated
18977           list of character encodings to force interpretation of non-unicode
18978           strings stored in an ID3v2 tag to a particular encoding. If none
18979           is specified, try to use current locale's encoding, then fall back
18980           to ISO-8859-1 (which will always succeed). (Resolves #149274)
18981         * gst/tags/gstid3tag.c: (gst_tag_from_id3_tag),
18982         (gst_tag_extract_id3v1_string), (gst_tag_list_new_from_id3v1):
18983           Check environment variables GST_ID3V1_TAG_ENCODING,
18984           GST_ID3_TAG_ENCODING and GST_TAG_ENCODING for a colon-separated
18985           list of character encodings to use in case a string encountered
18986           in an ID3v1 tag is not valid UTF-8 already. If no encoding is
18987           specified, try to use the current locale's encoding, then fall
18988           back to ISO-8859-1 (which will always succeed).
18989
18990 2005-01-25  Benjamin Otte  <otte@gnome.org>
18991
18992         * ext/mad/gstmad.c: (gst_mad_check_caps_reset), (gst_mad_chain):
18993           - on half framerate, compute the rate in advance so the comparisons
18994             don't compare wrong values
18995           - don't use mad_synth/frame_mute anymore, this mirrors mad_decoder
18996             behaviour
18997           - don't use mad_header_decode anymore, mad_frame_decode does that
18998             automatically
18999           - when getting rid of consumed bytes, reset the stream's skiplen
19000           (fixes #163867)
19001
19002 2005-01-26  Jan Schmidt  <thaytan@mad.scientist.com>
19003
19004         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_class_init)
19005           Use 1/2 a second for default max_discont, as PES streams from DVB
19006           seem to have larger spacings in the SCR. 
19007           Fix a typo.
19008
19009 2005-01-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19010
19011         * gst/playback/gstplaybasebin.c: (group_commit):
19012           Notify delayed stream-info availability.
19013
19014 2005-01-26  Jan Schmidt  <thaytan@mad.scientist.com>
19015         * ext/a52dec/gsta52dec.c: (gst_a52dec_push),
19016         (gst_a52dec_handle_event), (gst_a52dec_chain):
19017         Add some debug output. Check that a discont has a valid
19018         time associated.
19019         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event),
19020         (gst_alsa_sink_loop):
19021         Ignore TAG events. A little extra debug for broken timestamps.
19022         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_init), (dvdnavsrc_loop),
19023         (dvdnavsrc_change_state):
19024         Ensure we send a discont to engage the link before we send any
19025         other events.
19026         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_init),
19027         (dvdreadsrc_finalize), (_close), (_open), (_seek_title),
19028         (_seek_chapter), (seek_sector), (dvdreadsrc_get),
19029         (dvdreadsrc_uri_get_uri), (dvdreadsrc_uri_set_uri):
19030         Handle URI of the form dvd://title[,chapter[,angle]]. Currently only
19031         dvd://title works in totem because typefinding sends a seek that ends
19032         up going back to chapter 1 regardless.
19033         * ext/mpeg2dec/gstmpeg2dec.c:
19034         * ext/mpeg2dec/gstmpeg2dec.h:
19035         Output correct timestamps and handle disconts.
19036         * ext/ogg/gstoggdemux.c: (get_relative):
19037         Small guard against a null dereference.
19038         * ext/pango/gsttextoverlay.c: (gst_textoverlay_finalize),
19039         (gst_textoverlay_set_property):
19040         Free memory when done. Don't call gst_event_filler_get_duration on
19041         EOS events. Use GST_LOG and GST_WARNING instead of g_message and
19042         g_warning.
19043         * ext/smoothwave/gstsmoothwave.c: (gst_smoothwave_init),
19044         (draw_line), (gst_smoothwave_dispose), (gst_sw_sinklink),
19045         (gst_sw_srclink), (gst_smoothwave_chain):
19046         Draw solid lines, prettier colours.
19047         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_init):
19048         Add a default palette that'll work for some movies.
19049         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_init),
19050         (gst_dvd_demux_handle_dvd_event), (gst_dvd_demux_send_discont),
19051         (gst_dvd_demux_send_subbuffer), (gst_dvd_demux_reset):
19052         * gst/mpegstream/gstdvddemux.h:
19053         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_send_discont),
19054         (gst_mpeg_demux_parse_syshead), (gst_mpeg_demux_parse_pes):
19055         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_init),
19056         (gst_mpeg_parse_handle_discont), (gst_mpeg_parse_parse_packhead):
19057         * gst/mpegstream/gstmpegparse.h:
19058         Use PTM/NAV events when for timestamp adjustment when connected to 
19059         dvdnavsrc. Don't use many discont events where one suffices.
19060         * gst/playback/gstplaybasebin.c: (group_destroy),
19061         (gen_preroll_element), (gst_play_base_bin_add_element):
19062         * gst/playback/gstplaybasebin.h:
19063         Make sure we remove subtitles from the same bin we put them in.
19064         * gst/subparse/gstsubparse.c: (convert_encoding), (parse_subrip),
19065         (gst_subparse_buffer_format_autodetect),
19066         (gst_subparse_change_state):
19067         Fix some memleaks and invalid accesses.
19068         * gst/typefind/gsttypefindfunctions.c: (ogganx_type_find),
19069         (oggskel_type_find), (cmml_type_find), (plugin_init):
19070         Some typefind functions for Annodex v3.0 files
19071         * gst/wavparse/gstwavparse.h:
19072         GstRiffReadClass is the correct parent class.
19073
19074 2005-01-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19075
19076         * gst-libs/gst/riff/riff-media.c:
19077         (gst_riff_create_video_caps_with_data):
19078           Add extradata to huffyuv (fixes #165013).
19079         * gst-libs/gst/riff/riff-read.c:
19080         (gst_riff_read_strf_vids_with_data):
19081           Fix extradata extraction if it is in the chunk size.
19082
19083 2005-01-25  Edward Hervey  <bilboed@bilboed.com>
19084
19085         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19086
19087         * gst/effectv/gstquark.c: (gst_quarktv_class_init),
19088         (gst_quarktv_change_state), (gst_quarktv_dispose):
19089           Memory free'ing location fix (#164708).
19090
19091 2005-01-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19092
19093         * gst/playback/gstplaybasebin.c: (group_commit),
19094         (gen_preroll_element), (probe_triggered), (gen_source_element),
19095         (setup_source), (gst_play_base_bin_change_state),
19096         (gst_play_base_bin_add_element):
19097           Don't block for streams.
19098         * gst/playback/gststreaminfo.c: (stream_info_change_state),
19099         (gst_stream_info_set_mute):
19100           Use gst_pad_set_active_recursive.
19101
19102 2005-01-25  Andy Wingo  <wingo@pobox.com>
19103
19104         * sys/v4l/gstv4lelement.c (gst_v4l_iface_supported): Fix compile
19105         for #ifndef HAVE_XVIDEO.
19106
19107 2005-01-24  Jeffrey C. Ollie
19108
19109         reviewed by: Maciej Katafiasz  <mathrick@freedesktop.org>
19110
19111         * ext/gsm/gstgsmdec.c: (gst_gsmdec_init), (gst_gsmdec_chain):
19112         * ext/gsm/gstgsmdec.h:
19113         * ext/gsm/gstgsmenc.c: (gst_gsmenc_init), (gst_gsmenc_chain):
19114         * ext/gsm/gstgsmenc.h:
19115         Fix rate to 8kHz as per spec, removes obscure errors when no rate
19116         was given by property. Add proper buffer timestamps and offsets.
19117
19118 2005-01-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19119
19120         * gst-libs/gst/riff/riff-media.c:
19121         (gst_riff_create_audio_caps_with_data):
19122           Audio can be <8000Hz.
19123
19124 2005-01-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19125
19126         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
19127           Explicit state change to workaround refcount bugs.
19128
19129 2005-01-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19130
19131         * gst/avi/gstavimux.c: (gst_avimux_write_tag),
19132         (gst_avimux_riff_get_avi_header):
19133           Fix...
19134
19135 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19136
19137         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_element_data),
19138         (gst_riff_read_element_data):
19139         * gst-libs/gst/riff/riff-read.h:
19140           Add _peek version (req'ed in CDXA).
19141         * gst/cdxaparse/gstcdxaparse.c: (gst_cdxaparse_init),
19142         (gst_cdxaparse_loop):
19143           Fix parsing in playbin.
19144         * gst/playback/gstdecodebin.c: (close_pad_link):
19145           Ignore current_ pads, they cause major annoyance.
19146
19147 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19148
19149         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
19150           Safety guard.
19151
19152 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19153
19154         * gst/avi/gstavimux.c: (gst_avimux_write_tag):
19155           Fix padding...
19156
19157 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19158
19159         * gst/matroska/ebml-read.c: (gst_ebml_read_buffer):
19160           Allow for 0-sized buffers. Fixes length query problems in
19161           starwars.mkv from the testsuite.
19162
19163 2005-01-19  Tim-Philipp Müller  <tim at centricular dot net>
19164
19165         * gst/videobox/gstvideobox.c: (gst_video_box_copy_plane_i420),
19166         (gst_video_box_i420), (gst_video_box_chain):
19167           Fix row strides for I420 (fixes #163159)
19168           
19169 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19170
19171         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_parse_packhead):
19172           MPEG2 has a useful rate property, so we can actually use that.
19173           For MPEG-1, continue using the bytes/time properties.
19174
19175 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19176
19177         * gst-libs/gst/riff/riff-media.c:
19178         (gst_riff_create_video_caps_with_data),
19179         (gst_riff_create_video_template_caps):
19180           Add intel-h263.
19181
19182 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19183
19184         * ext/mad/gstmad.c: (gst_mad_check_caps_reset), (gst_mad_chain):
19185           Fail if caps negotiation fails. Should fix #162184, and should
19186           definately be in there regardless of it fixing the actual bug.
19187         * gst/avi/gstavimux.c: (gst_avimux_get_type), (gst_avimux_init),
19188         (gst_avimux_write_tag), (gst_avimux_riff_get_avi_header),
19189         (gst_avimux_riff_get_avix_header),
19190         (gst_avimux_riff_get_video_header),
19191         (gst_avimux_riff_get_audio_header), (gst_avimux_write_index),
19192         (gst_avimux_start_file), (gst_avimux_handle_event),
19193         (gst_avimux_change_state):
19194         * gst/avi/gstavimux.h:
19195           Refactor structure writing to use GST_WRITE_UINT macros, add
19196           metadata writing support.
19197
19198 2005-01-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19199
19200         * gst/playback/gststreaminfo.c: (gst_stream_info_dispose):
19201           Elements may already be destroyed when this function is called.
19202
19203 2005-01-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19204
19205         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
19206         (gst_qtdemux_loop_header), (gst_qtdemux_handle_esds):
19207           More memory leak fixes (#149162).
19208
19209 2005-01-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19210
19211         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
19212         (gst_qtdemux_add_stream):
19213           Fix two memleaks.
19214
19215 2005-01-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19216
19217         * ext/faad/gstfaad.c: (gst_faad_srcgetcaps):
19218           Argh...
19219
19220 2005-01-17  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19221
19222         * ext/faad/gstfaad.c: (gst_faad_srcgetcaps):
19223           Fix off-by-one bug. Fixes warnings during playback of sincity.mp4
19224           when fixating to six channels in Totem.
19225
19226 2005-01-17  Tim-Philipp Müller  <tim at centricular dot net>
19227
19228         * ext/dvdread/dvdreadsrc.c: (get_next_cell_for):
19229           Fix compile warnings on Solaris 10 buildbot
19230
19231 2005-01-17  Tim-Philipp Müller  <tim at centricular dot net>
19232
19233         * ext/dvdread/dvdreadsrc.c: (_read):
19234           Don't read beyond the last cell in a chapter (fixes 
19235           invalid memory access)
19236
19237 2005-01-17  Tim-Philipp Müller  <tim at centricular dot net>
19238
19239         * ext/dvdread/stream_labels.c:
19240         (dvdreadsrc_get_audio_stream_labels):
19241           Use NULL for an empty GList instead of g_list_alloc(); fix 
19242           memory leaks; s/LCPM/LPCM/; use g_strdup_printf() instead 
19243           of GString (easier to bulk free later)
19244
19245 2005-01-17  Gergely Nagy  <algernon@bonehunter.rulez.org>
19246
19247         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19248
19249         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
19250         (gst_ffmpeg_pixfmt_to_caps):
19251           Fix BGRA32 caps (#164209).
19252
19253 2005-01-17  Gergely Nagy  <algernon@bonehunter.rulez.org>
19254
19255         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19256
19257         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
19258         (gst_ffmpeg_caps_to_pixfmt):
19259           alpha_mask can be RGBA/ABGR. Fixes #164265.
19260
19261 2005-01-17  Francis Labonte  <francis_labonte@hotmail.com>
19262
19263         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19264
19265         * ext/mpeg2dec/gstmpeg2dec.c: (crop_buffer),
19266         (gst_mpeg2dec_alloc_buffer):
19267         * ext/mpeg2dec/gstmpeg2dec.h:
19268           Crop if decoding size is not the actual image size (#163676).
19269
19270 2005-01-17  Steve Baker  <steve@stevebaker.org>
19271
19272         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19273
19274         * gst/typefind/gsttypefindfunctions.c: (aiff_type_find),
19275         (svx_type_find), (sds_type_find), (ircam_type_find), (plugin_init):
19276           Add libsndfile typefind functions (#163309).
19277
19278 2005-01-17  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19279
19280         * tools/gst-launch-ext-m.m:
19281           Add .aac, fix .m1v/.m2v (#163891).
19282
19283 2005-01-17  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19284
19285         * ext/alsa/gstalsaclock.c: (gst_alsa_clock_wait):
19286           Sanity check, don't wait endlessly since the clock might not
19287           actually run at this point (which is a deadlock). Fixes #164069.
19288
19289 2005-01-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19290
19291         * gst/playback/gstplaybasebin.c: (probe_triggered):
19292           Of course, only pause if group is done...
19293
19294 2005-01-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19295
19296         * gst/playback/gstplaybasebin.c: (probe_triggered):
19297           Thread safety.
19298
19299 2005-01-16  Jan Schmidt  <thaytan@mad.scientist.com>
19300
19301         * ext/swfdec/gstswfdec.c: (gst_swfdec_change_state):
19302           Don't return state change success when the parent
19303           failed.
19304
19305 2005-01-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19306
19307         * gst/avi/gstavimux.c: (gst_avimux_handle_event):
19308           Free events (fix memleak in #162905).
19309
19310 2005-01-15  Gergely Nagy  <algernon@bonehunter.rulez.org>
19311
19312         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19313
19314         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
19315         (gst_ffmpeg_caps_to_pixfmt):
19316           Fix for depth = 15. Fixes #161675.
19317
19318 2005-01-14  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19319
19320         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_getcaps):
19321           Set FPS correctly, even for webcams and the like.
19322         * sys/v4l/v4l_calls.c: (gst_v4l_set_chan_norm):
19323           Don error on setting while capturing.
19324
19325 2005-01-14  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
19326
19327         * ext/dv/gstdvdec.c:
19328         * gst/subparse/gstsubparse.c: (parse_mdvdsub):
19329         * gst/y4m/gsty4mencode.c: (gst_y4mencode_sinkconnect):
19330           I'm a bad boy. using /1001. to force C to do float division
19331           and not integer division (as it did in my last commit)
19332           Thanks to David I. Lehn for pointing this mistake.
19333
19334 2005-01-14  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19335
19336         * sys/v4l/gstv4lelement.c: (gst_v4l_iface_supported):
19337           Revert Johan's 1.35->1.36 since it breaks compat.
19338
19339 2005-01-14  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
19340
19341         * ext/dv/gstdvdec.c:
19342         * ext/libfame/gstlibfame.c:
19343         * gst/subparse/gstsubparse.c: (parse_mdvdsub):
19344         * gst/y4m/gsty4mencode.c: (gst_y4mencode_sinkconnect):
19345           replace framerate aproximations by their real value
19346           (24000/1001, 30000/1001, 60000/1001)
19347           Finish fixing bug #164049
19348
19349 2005-01-13  Thomas Vander Stichele  <thomas at apestaart dot org>
19350
19351         * ext/ogg/gstoggmux.c:
19352           eos/bos debugging
19353         * gst/tcp/gstmultifdsink.c:
19354         * gst/tcp/gstmultifdsink.h:
19355         * gst/tcp/gsttcp.c:
19356         * gst/tcp/gsttcp.h:
19357         * gst/tcp/gsttcpclientsink.c:
19358         * gst/tcp/gsttcpclientsrc.c:
19359         * gst/tcp/gsttcpserversink.c:
19360         * gst/tcp/gsttcpserversrc.c:
19361           improve reusability of elements after state changes and errors
19362           make multifdsink throw away streamheaders when receiving new ones
19363
19364 2005-01-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19365
19366         * ext/alsa/gstalsa.c: (gst_alsa_rates_probe):
19367           Fix for if items are already in list...
19368
19369 2005-01-12  Benjamin Otte  <otte@gnome.org>
19370
19371         * gst/adder/gstadder.c: (gst_adder_loop):
19372           fix adder a bit so it doesn't screw up with events as much anymore
19373
19374 2005-01-12  Jan Schmidt  <thaytan@mad.scientist.com>
19375
19376         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_link),
19377         (pixbufscale_scale), (gst_pixbufscale_chain):
19378         * ext/gdk_pixbuf/pixbufscale.h:
19379           Incorporate changes from Tim-Philipp Mueller <t.i.m@orange.net>
19380           to ensure rowstrides are calculated the same way as 
19381           ffmpegcolorspace
19382           Use gst_buffer_stamp instead of copying TIMESTAMP manually, so
19383           that we pick up duration and offset also.
19384
19385 2005-01-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19386
19387         * gst/avi/gstavimux.c: (gst_avimux_class_init),
19388         (gst_avimux_pad_unlink), (gst_avimux_release_pad):
19389           Reusability fixes.
19390
19391 2005-01-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19392
19393         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_update),
19394         (gst_alsa_mixer_get_volume), (gst_alsa_mixer_set_volume),
19395         (gst_alsa_mixer_set_mute), (gst_alsa_mixer_set_record),
19396         (gst_alsa_mixer_set_option), (gst_alsa_mixer_get_option):
19397           Update flags when requested.
19398
19399 2005-01-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19400
19401         * ext/alsa/gstalsa.c: (gst_alsa_rates_probe):
19402           Fix dmix.
19403
19404 2005-01-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19405
19406         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
19407         (gst_play_base_bin_init), (gst_play_base_bin_dispose),
19408         (probe_triggered), (new_decoded_pad), (gen_source_element),
19409         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property):
19410         * gst/playback/gstplaybasebin.h:
19411         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
19412         (gst_play_bin_init), (group_switch), (remove_sinks), (setup_sinks),
19413         (gst_play_bin_change_state):
19414           Implement group-switch signal for use in apps to clear metadata
19415           cache, clean up subtitle, add suburi property instead of # hack,
19416           some error-out fixes.
19417
19418 2005-01-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19419
19420         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
19421           Debug.
19422         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_grab_frame):
19423           If we got a state change in the _get handler, don't return success.
19424
19425 2005-01-10  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
19426
19427         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_my_output_message),
19428         (gst_jpegdec_my_emit_message), (gst_jpegdec_init):
19429           Make jpegdec quiet on MJPEG decoding
19430         * gst/asfdemux/README:
19431           Fix mimetypes for MJPEG and H263
19432
19433 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19434
19435         * ext/theora/theoradec.c: (theora_dec_chain):
19436           Fix broken code generation by gcc by swapping arguments.
19437         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
19438           Fix \n in debug.
19439
19440 2005-01-10  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
19441
19442         * TODO:
19443           delete this file, it is by far outdated
19444         * ext/alsa/gstalsa.1: remove
19445         * ext/alsa/gstalsa.c: (add_rates), (add_channels), (gst_alsa_caps),
19446         (gst_alsa_check_sample_rates), (gst_alsa_rates_probe),
19447         (gst_alsa_get_caps):
19448           Add HW probing for supported sample rates. Fixes #161704
19449
19450 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19451
19452         * gst/audioscale/gstaudioscale.c: (gst_audioscale_chain):
19453           Don't crash, biatch! :).
19454
19455 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19456
19457         * ext/musepack/gstmusepackreader.cpp:
19458         * gst/apetag/apedemux.c: (gst_ape_demux_stream_data):
19459           Some work on tags - still doesn't work in playbin...
19460         * gst/audioscale/gstaudioscale.c: (gst_audioscale_chain):
19461           Handle events...
19462
19463 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19464
19465         * gst/qtdemux/qtdemux.c: (qtdemux_parse_tree):
19466           Also shove tags on kid pads.
19467
19468 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19469
19470         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_use_event):
19471           Don't bail on unknown events.
19472         * gst/audioscale/gstaudioscale.c: (gst_audioscale_chain):
19473           Don't crash on events before negotiation.
19474         * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream):
19475           Send tags on pads, too.
19476         * gst/playback/gststreamselector.c:
19477         (gst_stream_selector_request_new_pad):
19478           Forward events on first pad if no input was selected yet.
19479
19480 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19481
19482         * gst/playback/gstplaybasebin.c: (setup_substreams):
19483           Don't disable streamtype if the stream doesn't exist, since
19484           then playing a video after audio will disable both and nothing
19485           will happen. Fixes the testsuite.
19486
19487 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19488
19489         * sys/v4l/gstv4lxoverlay.c: (gst_v4l_xoverlay_interface_init),
19490         (gst_v4l_xoverlay_set_xwindow_id):
19491         * sys/v4l2/gstv4l2xoverlay.c: (gst_v4l2_xoverlay_interface_init),
19492         (gst_v4l2_xoverlay_set_xwindow_id):
19493           Add debug categories, fix overlay disabling.
19494
19495 2005-01-10  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
19496
19497         * ext/alsa/gstalsa.c: (gst_alsa_class_init), (gst_alsa_get_caps):
19498         * ext/alsa/gstalsa.h:
19499           Add HW probing for period_count/size and buffer_size MIX/MAX
19500           Adjust default/user defined value if out of bounds
19501           Should fix bug #162024
19502
19503 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19504
19505         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event):
19506           Fix warning (#161191).
19507
19508 2005-01-09  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
19509
19510         * ext/dvdread/stream_labels.c:
19511         (dvdreadsrc_get_audio_stream_labels):
19512           Fix warning (init the good variable in switch default)
19513
19514 2005-01-09  Koop Mast  <kwm@rainbow-runner.nl>
19515
19516         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19517
19518         * gst/tta/gstttaparse.c: (gst_tta_src_event):
19519           Fix gcc-2.95 compile (#163485).
19520
19521 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19522
19523         * configure.ac:
19524         * ext/flac/gstflacenc.c: (gst_flacenc_init),
19525         (gst_flacenc_seek_callback), (gst_flacenc_write_callback),
19526         (gst_flacenc_tell_callback), (gst_flacenc_chain),
19527         (gst_flacenc_change_state):
19528         * ext/flac/gstflacenc.h:
19529           Update for API change in flac-1.1.1. Update requirement in
19530           configure.ac. Fixes #162974.
19531
19532 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19533
19534         * gst/playback/gstplaybasebin.c: (group_destroy):
19535           Remove hack to get rid of assert and get rid of unlinked
19536           signals properly.
19537
19538 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19539
19540         * gst/playback/gstplaybasebin.c: (setup_source):
19541           Set source to NULL so that resources are free'ed. Fixes issues
19542           with playback of CDDA and similar device-accessing things.
19543
19544 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19545
19546         * testsuite/embed/Makefile.am:
19547           test->noinst, fix make test in buildbot.
19548
19549 2005-01-09  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
19550
19551         * ext/dvdread/stream_labels.c: new file
19552         * ext/dvdread/stream_labels.h: new file
19553         * ext/dvdread/Makefile.am:
19554         * ext/dvdread/dvdreadsrc.c: (_seek_title):
19555           Extract audio stream label from DVD IFO files.
19556           It only dump them on the console for now, still have to
19557           make playbin aware of them.
19558
19559 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19560
19561         * gst/playback/gstplaybasebin.c: (setup_source):
19562           Fix hanging subs.
19563
19564 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19565
19566         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
19567         (gen_preroll_element), (remove_groups), (setup_subtitle),
19568         (gen_source_element), (setup_source):
19569         * gst/playback/gstplaybasebin.h:
19570           Multiple .sub files is just a stupid idea... Fix some threading
19571           mistakes. Interestingly, external .sub files cause playbin to
19572           hang, I don't know why... Parsing fixes contributed by Fran??ois
19573           Kooman <fkooman@tuxed.net>.
19574
19575 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19576
19577         * testsuite/embed/Makefile.am:
19578           Fix buildbot.
19579
19580 2005-01-09  Gergely Nagy  <algernon@bonehunter.rulez.org>
19581
19582         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19583
19584         * ext/libpng/gstpngenc.c: (gst_pngenc_class_init),
19585         (gst_pngenc_init), (gst_pngenc_chain), (gst_pngenc_get_property),
19586         (gst_pngenc_set_property):
19587         * ext/libpng/gstpngenc.h:
19588           Add compression level property (#163323).
19589
19590 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19591
19592         * configure.ac:
19593         * examples/capsfilter/capsfilter1.c: (main):
19594         * examples/seeking/spider_seek.c: (make_spider_pipeline):
19595         * ext/dvdread/Makefile.am:
19596         * ext/dvdread/demo-play:
19597         * ext/dvdread/demo-play.c:
19598         * gconf/gstreamer.schemas.in:
19599         * gst-libs/gst/gconf/gconf.c:
19600         * sys/v4l/TODO:
19601         * testsuite/Makefile.am:
19602         * testsuite/embed/Makefile.am:
19603         * testsuite/embed/embed.c: (cb_expose), (main):
19604           Remove all references to xvideosink, fix examples (#140845).
19605         * gst/playback/gstplaybasebin.c: (group_destroy):
19606           Apparently, disposal does not unlink - so do explicitely.
19607         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
19608           Add debug.
19609
19610 2005-01-09  Maciej Katafiasz <mathrick@freedesktop.org>
19611
19612         * README: fix PKG_CONFIG_PATH instructions, what was there
19613         previously was breaking default search path, not nice. 
19614         Fixes #163358
19615
19616 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19617
19618         * gst/audioscale/gstaudioscale.c: (gst_audioscale_init),
19619         (gst_audioscale_chain):
19620           %#^@^#@^@#^#@^#@^@#^@#^@#^@#^#@^#@^#@^@#^#@ fix seeking
19621           when resampling - how the ^@$^!@^! is this possible?!?
19622
19623 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19624
19625         * ext/alsa/gstalsa.c: (gst_alsa_change_state):
19626           Reset variables on READY.
19627         * gst/matroska/matroska-mux.c: (gst_matroska_mux_request_new_pad),
19628         (gst_matroska_mux_loop):
19629           Require data before writing header.
19630
19631 2005-01-09  Francis Labonte  <francis_labonte@hotmail.com>
19632
19633         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19634
19635         * ext/mad/gstmad.c: (gst_mad_chain):
19636           Don't call mad_stream_sync() directly after recovering sync.
19637           Fixes #151661.
19638
19639 2005-01-09  Martin Eikermann  <meiker@upb.de>
19640
19641         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19642
19643         * ext/snapshot/gstsnapshot.c: (gst_snapshot_class_init),
19644         (snapshot_handler), (gst_snapshot_sinkconnect),
19645         (gst_snapshot_chain):
19646           Allocate resources when required, fix recursive signal emission
19647           and fix caps. Fixes #161667.
19648
19649 2005-01-09  Gergely Nagy  <algernon@bonehunter.rulez.org>
19650
19651         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19652
19653         * ext/libpng/gstpngdec.c: (gst_pngdec_src_getcaps),
19654         (gst_pngdec_chain):
19655           Handle only 8-bppc (bits-per-pixel-component) images, better
19656           error handling and correct strides. Fixes #163177.
19657         * ext/libpng/gstpngenc.c: (gst_pngenc_sinklink),
19658         (gst_pngenc_chain):
19659           Better error handling. Fixes #163348.
19660
19661 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19662
19663         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_get_type),
19664         (dvdnavsrc_uri_get_type), (dvdnavsrc_uri_get_protocols),
19665         (dvdnavsrc_uri_get_uri), (dvdnavsrc_uri_set_uri),
19666         (dvdnavsrc_uri_handler_init):
19667           Add DVD-nav URI (dvdnav://) for Totem testing purposes.
19668         * gst/playback/gstplaybasebin.c: (gen_source_element):
19669           Add MMS to streaming URIs.
19670
19671 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19672
19673         * sys/ximage/ximagesink.c: (gst_ximagesink_navigation_send_event):
19674         * sys/xvimage/xvimagesink.c:
19675         (gst_xvimagesink_navigation_send_event):
19676           Check for pad availability before sending event.
19677
19678 2005-01-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19679
19680         * gst-plugins.spec.in:
19681           Add subparse.
19682
19683 2005-01-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19684
19685         * configure.ac:
19686           Since we use functions from CVS, up requirement.
19687
19688 2005-01-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19689
19690         * gst/playback/Makefile.am:
19691         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
19692         (group_destroy), (group_commit), (group_is_muted),
19693         (gen_preroll_element), (add_stream), (unknown_type),
19694         (probe_triggered), (preroll_unlinked), (mute_stream),
19695         (silence_stream), (new_decoded_pad), (setup_substreams),
19696         (setup_source), (get_active_source), (mute_group_type),
19697         (muted_group_change_state), (set_active_source),
19698         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property),
19699         (play_base_eos), (gst_play_base_bin_change_state):
19700         * gst/playback/gstplaybasebin.h:
19701         * gst/playback/gstplaybin.c: (add_sink), (setup_sinks):
19702         * gst/playback/gststreaminfo.c: (gst_stream_info_class_init),
19703         (gst_stream_info_dispose), (stream_info_mute_pad),
19704         (stream_info_change_state), (gst_stream_info_set_mute):
19705         * gst/playback/gststreamselector.c: (gst_stream_selector_get_type),
19706         (gst_stream_selector_base_init), (gst_stream_selector_class_init),
19707         (gst_stream_selector_init), (gst_stream_selector_dispose),
19708         (gst_stream_selector_get_linked_pad),
19709         (gst_stream_selector_get_caps), (gst_stream_selector_link),
19710         (gst_stream_selector_get_linked_pads),
19711         (gst_stream_selector_request_new_pad), (gst_stream_selector_chain):
19712         * gst/playback/gststreamselector.h:
19713           Adding stream selection support plus required properties for
19714           applications to use this. Fully fixes #100931.
19715
19716 2005-01-08  Benjamin Otte  <otte@gnome.org>
19717
19718         * gst/games/gstpuzzle.c: (nav_event_handler):
19719           - handle nav events differently: forward every event no matter if it
19720             was handled or not.
19721           - translate events
19722           You can now cheat by using navigationtest ! puzzle and moving the
19723           mouse close to the edge of a tile. ;)
19724
19725 2005-01-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19726
19727         * configure.ac:
19728         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_new):
19729         * ext/ogg/gstogmparse.c: (gst_ogm_text_parse_get_type),
19730         (gst_ogm_text_parse_base_init), (gst_ogm_text_parse_init),
19731         (gst_ogm_parse_get_sink_querytypes), (gst_ogm_parse_sink_convert),
19732         (gst_ogm_parse_sink_query), (gst_ogm_parse_chain),
19733         (gst_ogm_parse_plugin_init):
19734         * ext/pango/gsttextoverlay.c: (gst_textoverlay_linkedpads),
19735         (gst_textoverlay_link), (gst_textoverlay_getcaps),
19736         (gst_textoverlay_event), (gst_textoverlay_video_chain),
19737         (gst_textoverlay_loop), (gst_textoverlay_init), (plugin_init):
19738         * ext/pango/gsttextoverlay.h:
19739         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
19740         (gst_matroska_demux_handle_seek_event),
19741         (gst_matroska_demux_sync_streams),
19742         (gst_matroska_demux_parse_blockgroup),
19743         (gst_matroska_demux_subtitle_caps),
19744         (gst_matroska_demux_plugin_init):
19745         * gst/matroska/matroska-ids.h:
19746         * gst/playback/gstdecodebin.c: (close_pad_link):
19747         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
19748         (gen_preroll_element), (remove_groups), (add_stream),
19749         (new_decoded_pad), (setup_subtitles), (gen_source_element),
19750         (setup_source):
19751         * gst/playback/gstplaybasebin.h:
19752         * gst/playback/gstplaybin.c: (gen_text_element), (setup_sinks):
19753         * gst/subparse/Makefile.am:
19754         * gst/subparse/gstsubparse.c: (gst_subparse_get_type),
19755         (gst_subparse_base_init), (gst_subparse_class_init),
19756         (gst_subparse_init), (gst_subparse_formats),
19757         (gst_subparse_eventmask), (gst_subparse_event),
19758         (gst_subparse_handle_event), (convert_encoding), (get_next_line),
19759         (parse_mdvdsub), (parse_mdvdsub_init), (parse_subrip),
19760         (parse_subrip_deinit), (parse_subrip_init), (parse_mpsub),
19761         (parse_mpsub_deinit), (parse_mpsub_init),
19762         (gst_subparse_buffer_format_autodetect),
19763         (gst_subparse_format_autodetect), (gst_subparse_loop),
19764         (gst_subparse_change_state), (gst_subparse_type_find),
19765         (plugin_init):
19766         * gst/subparse/gstsubparse.h:
19767         * gst/typefind/gsttypefindfunctions.c: (ogmtext_type_find),
19768         (plugin_init):
19769           Add subtitle support, .sub parser (supports SRT and MPsub),
19770           OGM text support, Matroska UTF-8 text support, deadlock fixes
19771           all over the place, subtitle awareness in decodebin/playbin
19772           and some fixes to textoverlay to handle subtitles in a stream
19773           correctly. Fixes #100931.
19774
19775 2005-01-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19776
19777         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
19778           Check for pad availability before doing a query on it.
19779
19780 2005-01-08  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
19781
19782         * ext/dv/gstdvdec.c:
19783           really fix bpp24/32 dvdec caps (classic rgba indeed)
19784         * gst/asfdemux/gstasfdemux.c:
19785         (gst_asf_demux_process_ext_content_desc):
19786           don't send text tags if they are empty (bis repetita)
19787
19788 2005-01-08  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
19789
19790         * ext/dv/gstdvdec.c:
19791          remove unneeded comment from dvdec
19792           (related to DV 4CC codes in AVI files)
19793           moved them in gstreamer/docs/random/mimetypes
19794         * gst/asfdemux/gstasfdemux.c:
19795         (gst_asf_demux_process_ext_content_desc):
19796          don't send text tags if they are empty
19797          fix mem leak on error path
19798         * gst/ffmpegcolorspace/avcodec.h:
19799         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
19800         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
19801         (gst_ffmpegcsp_avpicture_fill):
19802         * gst/ffmpegcolorspace/imgconvert.c: (img_get_alpha_info):
19803         * gst/ffmpegcolorspace/imgconvert_template.h:
19804          adds BGR32 and BGRA32 to ffmpegcolorspace
19805           (still bad colors, fixing it on next commit)
19806           helps with dvdec outputing BGR32
19807
19808 2005-01-08  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
19809
19810         * ext/dv/gstdvdec.c:
19811          Fix audio caps i just broke (missing ',')
19812         * gst/matroska/matroska-mux.c: (gst_matroska_mux_get_type),
19813         (gst_matroska_mux_reset):
19814          Fix typo + add FIXME about old "x-gst-metadata" crap
19815
19816 2005-01-07  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
19817
19818         * ext/dv/demo-play.c: (main):
19819          xvideosink -> xvimagesink
19820         * ext/dv/gstdvdec.c:
19821          change rgb 32/32 caps to 24/32 (no alpha)
19822          change nb of channels to be a list (2 or 4, not 2)
19823          change sample rate to be a list (32, 44.1, 48 kHz) not a range
19824         * gst/asfdemux/gstasfdemux.c:
19825         (gst_asf_demux_process_ext_content_desc):
19826          Add 'date/year' to extracted metadata list
19827
19828 2005-01-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19829
19830         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_fixate):
19831           The return value of fixate_to does not imply that the requested
19832           value was set, so don't assume.
19833
19834 2005-01-07  Gergely Nagy  <algernon@bonehunter.rulez.org>
19835
19836         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19837
19838         * ext/libpng/gstpngdec.c:
19839         * ext/libpng/gstpngenc.c: (gst_pngenc_base_init),
19840         (gst_pngenc_sinklink), (gst_pngenc_init), (gst_pngenc_chain):
19841         * ext/libpng/gstpngenc.h:
19842           Alpha support (encoder; #163161), mime fixage.
19843
19844 2005-01-07  Sebastien Cote  <sc5@hermes.usherb.ca>
19845
19846         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19847
19848         * ext/faac/gstfaac.c: (gst_faac_outputformat_get_type),
19849         (gst_faac_class_init), (gst_faac_init), (gst_faac_srcconnect),
19850         (gst_faac_set_property), (gst_faac_get_property):
19851         * ext/faac/gstfaac.h:
19852           Allow for ADTS output (#153434).
19853
19854 2005-01-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19855
19856         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_getcaps):
19857           Fix against template (#150576).
19858
19859 2005-01-06  Benjamin Otte  <otte@gnome.org>
19860
19861         * gst/games/gstpuzzle.c: (draw_puzzle):
19862           don't draw a puzzle if either width or height of tiles would be 0.
19863
19864 2005-01-06  Benjamin Otte  <otte@gnome.org>
19865
19866         * gst/games/gstpuzzle.c: (gst_puzzle_get_type),
19867         (gst_puzzle_class_init), (gst_puzzle_finalize):
19868           no memleaks, please
19869         (gst_puzzle_create), (gst_puzzle_init),
19870         (gst_puzzle_set_property), (gst_puzzle_setup):
19871           change initialization code around so we don't reshuffle on resize
19872         (draw_puzzle):
19873           fix another stupid typo
19874
19875 2005-01-06  Benjamin Otte  <otte@gnome.org>
19876
19877         * gst/games/gstvideoimage.c: (copy_hline_YUY2):
19878           fix stupid typo that borked copying on YUY2
19879
19880 2005-01-06  Benjamin Otte  <otte@gnome.org>
19881
19882         * gst/games/gstpuzzle.c: (draw_puzzle):
19883           fix edges when image sizes aren't multiples of tile sizes
19884
19885 2005-01-06  Benjamin Otte  <otte@gnome.org>
19886
19887         * gst/games/gstpuzzle.c: (gst_puzzle_base_init):
19888           make RGB endianness work correctly
19889         (gst_puzzle_show), (gst_puzzle_swap), (gst_puzzle_move):
19890           refactor and fix race with initial shuffling
19891         (nav_event_handler):
19892           allow using the mouse to puzzle
19893         (draw_puzzle):
19894           insist on tiles having width and height as multiples of 4 to get
19895           clean YUV image handling
19896         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
19897         (gst_xvimagesink_handle_xevents), (gst_xvimagesink_buffer_alloc):
19898           s/DEBUG/LOG/ for common messages
19899         (gst_xvimagesink_navigation_send_event):
19900           fix mouse event translation to not include screen PAR
19901         * sys/ximage/ximagesink.c: (gst_ximagesink_navigation_send_event):
19902           fix mouse event translation to actually work
19903
19904 2005-01-06  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
19905
19906         * gst/asfdemux/gstasfdemux.c:
19907         (gst_asf_demux_process_ext_content_desc):
19908          Extract TrackNumber metadata + clean up code
19909         * gst/games/gstvideoimage.c: (gst_video_image_draw_rectangle):
19910          Hope this is the good fix (var used unitialised)
19911
19912 2005-01-06  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19913
19914         * ext/faad/gstfaad.c: (gst_faad_chain):
19915           Only increment timestamp if it's valid. Fixes raw AAC streams.
19916
19917 2005-01-06  Benjamin Otte  <in7y118@public.uni-hamburg.de>
19918
19919         * configure.ac:
19920         * gst/games/Makefile.am:
19921         * gst/games/gstpuzzle.c:
19922           add a puzzle game with...
19923         * gst/games/gstvideoimage.c:
19924         * gst/games/gstvideoimage.h:
19925           ... full colorspace support (that includes YUV9 and RGB16)) stolen
19926           from videotestsrc and made into something that would be a nice
19927           library for a lot of other plugins.
19928
19929 2005-01-06  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
19930
19931         * configure.ac:
19932          don't compile faad plugin if a RC of 2.0 is found
19933          Fixes #155346 (and FC1 buildbot)
19934         * gst/asfdemux/gstasfdemux.c:
19935         (gst_asf_demux_process_ext_content_desc):
19936          try to make Solaris compiler happier
19937
19938 2005-01-06  Paul Jack  <pjack@sfaf.org>
19939
19940         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19941
19942         * ext/snapshot/gstsnapshot.c: (gst_snapshot_class_init):
19943           Fix segfault (#161667).
19944
19945 2005-01-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19946
19947         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_getcaps):
19948           Fix framerate reporting.
19949
19950 2005-01-05  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
19951
19952         * gst-libs/gst/riff/riff-ids.h:
19953         * gst/wavenc/riff.h:
19954          Add AMR (VBR and CBR) ids to riff.h audio codec list
19955         * gst/asfdemux/gstasfdemux.c:
19956         (gst_asf_demux_process_ext_content_desc),
19957         (gst_asf_demux_process_object):
19958           Retrieve more tags from ASF files (Genre, AlbumTitle, Artist)
19959
19960 2005-01-05  Martin Eikermann  <meiker@upb.de>
19961
19962         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19963
19964         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_class_init),
19965         (gst_dvd_demux_handle_discont):
19966         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_class_init),
19967         (gst_mpeg_demux_handle_discont):
19968           Recreate pads on new-media (#160730).
19969         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_new_pad):
19970           Send discont even if manager changes timestamps (#161929).
19971
19972 2005-01-05  Sebastien Cote  <sc5@hermes.usherb.ca>
19973
19974         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19975
19976         * gst-libs/gst/resample/resample.c: (gst_resample_sinc_ft_s16):
19977           Fix invalid memory access (#159211).
19978
19979 2005-01-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19980
19981         * examples/gstplay/player.c: (main):
19982           Don't iterate.
19983         * examples/seeking/seek.c: (fixate), (make_playerbin_pipeline):
19984           Add visualizations.
19985         * ext/a52dec/gsta52dec.c: (gst_a52dec_push),
19986         (gst_a52dec_handle_frame):
19987           Set duration.
19988         * ext/dvdnav/gst-dvd:
19989           Add audioconvert. Fixes #161325.
19990         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_get):
19991           Explicitely case to gint64. Possible valgrind error.
19992         * gst-libs/gst/play/play.c: (caps_set), (setup_size),
19993         (gst_play_tick_callback), (gst_play_change_state),
19994         (gst_play_dispose), (gst_play_init), (gst_play_class_init),
19995         (gst_play_set_location), (gst_play_get_location),
19996         (gst_play_seek_to_time), (gst_play_set_data_src),
19997         (gst_play_set_video_sink), (gst_play_set_audio_sink),
19998         (gst_play_set_visualization), (gst_play_connect_visualization),
19999         (gst_play_get_framerate), (gst_play_get_all_by_interface),
20000         (gst_play_new):
20001           Use playbin. Fixes #139749 and #147744.
20002         * gst/apetag/apedemux.c: (gst_ape_demux_parse_tags):
20003           Add genre tag.
20004         * gst/audioscale/gstaudioscale.c: (gst_audioscale_method_get_type),
20005         (audioscale_get_type), (gst_audioscale_base_init),
20006         (gst_audioscale_class_init), (gst_audioscale_expand_caps),
20007         (gst_audioscale_getcaps), (gst_audioscale_fixate),
20008         (gst_audioscale_link), (gst_audioscale_get_buffer),
20009         (gst_audioscale_decrease_rate), (gst_audioscale_increase_rate),
20010         (gst_audioscale_init), (gst_audioscale_dispose),
20011         (gst_audioscale_chain), (gst_audioscale_set_property),
20012         (gst_audioscale_get_property), (plugin_init):
20013           Indent properly.
20014         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_process_private):
20015           Fix LPCM.
20016         * gst/qtdemux/qtdemux.c: (qtdemux_parse_udta),
20017         (qtdemux_tag_add_str), (qtdemux_tag_add_num),
20018         (qtdemux_tag_add_gnre), (qtdemux_video_caps):
20019           Add more metadata (fixes #162656).
20020
20021 2005-01-05  Thomas Vander Stichele  <thomas at apestaart dot org>
20022
20023         * configure.ac:
20024           back to cvs
20025
20026 === release 0.8.7 ===
20027
20028 2005-01-05  Thomas Vander Stichele  <thomas at apestaart dot org>
20029
20030         * NEWS:
20031         * RELEASE:
20032         * configure.ac:
20033           releasing 0.8.7, "Hyperspace"
20034
20035 2005-01-05  Thomas Vander Stichele  <thomas at apestaart dot org>
20036
20037         patch by: Tim-Philipp Müller  <t.i.m@zen.co.uk>
20038
20039         * gst/playback/gstplaybasebin.c:
20040          Fix for #162924 - free caps after use, not before
20041
20042 2005-01-04  Thomas Vander Stichele  <thomas at apestaart dot org>
20043
20044         patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
20045
20046         * gst/playback/gstplaybasebin.c:
20047         * gst/wavparse/gstwavparse.c:
20048           Fix for #154773 - fixes playback of small .wav files
20049
20050 2005-01-03  Thomas Vander Stichele  <thomas at apestaart dot org>
20051
20052         patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
20053
20054         * gst/audioscale/gstaudioscale.c:
20055           Fix for #162819 - make audioscale reusable
20056           Fixes playback of more than one file with playbin/totem
20057
20058 2004-12-29  Thomas Vander Stichele  <thomas at apestaart dot org>
20059
20060         * gst/ffmpegcolorspace/avcodec.h:
20061         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
20062         * gst/ffmpegcolorspace/imgconvert.c:
20063           clean up the mess that made me cry and avoid needless duplication
20064
20065 2004-12-29  Thomas Vander Stichele  <thomas at apestaart dot org>
20066
20067         * gst/ffmpegcolorspace/imgconvert.c:
20068           give some indication of why we're segfaulting
20069
20070 2004-12-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20071
20072         * configure.ac:
20073           Fix indentation, fix v4l2 plugin detection.
20074         * ext/Makefile.am:
20075           Fix libmms location (Maciej, use diff -u!).
20076         * ext/alsa/gstalsa.c: (gst_alsa_init):
20077           Initialize caps cache to NULL.
20078         * gst/playback/gstplaybin.c: (gst_play_bin_change_state):
20079           Only change state on audiosink if it exists.
20080
20081 2004-12-28  Maciej Katafiasz  <mathrick@mathrick.org>
20082
20083         * gst/matroska/matroska-demux.c:
20084         * gst/matroska/matroska-ids.h:
20085         * gst/matroska/matroska-demux.h:
20086         Fix Vorbis streams failing to decode in some files, where cluster_time
20087         isn't 0, because then it doesn't send codec_priv before actual data.
20088         Remove time-based test and replace it with marker set on beginning of
20089         new stream
20090
20091 2004-12-28  David Schleef  <ds@schleef.org>
20092
20093         Merge patch from Ronald fixing problems with streaming
20094         text.
20095         * ext/cairo/gstcairo.c: (plugin_init):
20096         * ext/cairo/gsttextoverlay.c: (gst_textoverlay_render_text),
20097         (gst_text_overlay_blit_1), (gst_text_overlay_blit_sub2x2),
20098         (gst_textoverlay_video_chain), (gst_textoverlay_loop),
20099         (gst_textoverlay_font_init), (gst_textoverlay_init),
20100         (gst_textoverlay_set_property):
20101         * ext/cairo/gsttextoverlay.h:
20102
20103 2004-12-27  David Schleef  <ds@schleef.org>
20104
20105         * ext/cairo/gsttextoverlay.c: (gst_textoverlay_render_text),
20106         (gst_text_overlay_blit_1), (gst_text_overlay_blit_sub2x2),
20107         (gst_textoverlay_video_chain), (gst_textoverlay_loop),
20108         (gst_textoverlay_font_init), (gst_textoverlay_init),
20109         (gst_textoverlay_set_property): Improvements to actually
20110         render text as white on black outline on video, including
20111         font selection and horizontal/vertical alignment.  (Ronald's
20112         christmas present)
20113         * ext/cairo/gsttextoverlay.h:
20114
20115 2004-12-26  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
20116
20117         * ext/ogg/gstogg.c:
20118         * ext/ogg/gstogmparse.c:
20119           fix ogm[audio/video]parse plugin registration
20120           (riff won't load if bytestream is already loaded)
20121
20122 2004-12-24  Thomas Vander Stichele  <thomas at apestaart dot org>
20123
20124         * gst/audioconvert/gstchannelmix.c:
20125           fix for GLIB < 2.4
20126
20127 2004-12-24  Thomas Vander Stichele  <thomas at apestaart dot org>
20128
20129         * Makefile.am:
20130         * configure.ac:
20131           disable docs again until it actually passes make distcheck.
20132
20133 2004-12-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20134
20135         * gst/qtdemux/qtdemux.c: (qtdemux_type_get), (qtdemux_audio_caps):
20136         * gst/typefind/gsttypefindfunctions.c: (q3gp_type_find),
20137         (plugin_init):
20138           Add 3GP (variables name Q3GP because they can't start with a
20139           number). Add samr audio fourcc (used in .3gp files), decoder
20140           is work in progress. Also do a GST_WARNING instead of ERROR
20141           in case of unknown nodes, to decrease output.
20142
20143 2004-12-24  Thomas Vander Stichele  <thomas at apestaart dot org>
20144
20145         * Makefile.am:
20146           really fix dist
20147
20148 2004-12-23  Thomas Vander Stichele  <thomas at apestaart dot org>
20149
20150         * configure.ac:
20151         * ext/speex/gstspeexdec.h:
20152         * ext/speex/gstspeexenc.h:
20153           Fixes #158382.  Make speex plugin compatible with both 1.0 and 1.1.
20154           Fix detection code in configure.ac
20155
20156 2004-12-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20157
20158         * gst/matroska/matroska-demux.c:
20159         (gst_matroska_demux_parse_blockgroup):
20160           Save position, so that queries give proper return values. Don't
20161           know how this could ever have worked before...
20162
20163 2004-12-23  Thomas Vander Stichele  <thomas at apestaart dot org>
20164
20165         * configure.ac:
20166           Put additional LAME check inside the conditional.  Fixes #152339
20167
20168 2004-12-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20169
20170         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
20171         (gst_avi_demux_stream_scan):
20172           Add some more debug. Fix logic error when setting movi offset
20173           while reading index.
20174
20175 2004-12-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20176
20177         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
20178         (gst_avi_demux_stream_scan), (gst_avi_demux_handle_seek),
20179         (gst_avi_demux_process_next_entry):
20180           Add some debugging. Better detection of broken indexes and the
20181           accompanying index recovery. No infinite loops on state changes
20182           when we're still in our loopfunction.
20183
20184 2004-12-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20185
20186         * configure.ac:
20187           Fix up.
20188
20189 2004-12-22  Archana Shah  <archana.shah@wipro.com>
20190
20191         Reviewed by:  Ronald S. Bultje <rbultje@ronald.bitfreak.net>
20192
20193         * sys/sunaudio/gstsunmixer.c: (gst_sunaudiomixer_set_volume):
20194           Normalizing the value before setting
20195         (gst_sunaudiomixer_get_volume):
20196           Normalizing the value after getting. Fixes bug# 161980
20197
20198 2004-12-22  Christian Fredrik Kalager Schaller  <uraeus@gnome.org>
20199
20200         * Makefile.am: Make sure docs gets disted
20201         * docs/Makefile.am: Make sure all needed files get disted
20202         * gst-plugins.spec.in: latest updates
20203
20204 2004-12-22  Wim Taymans  <wim@fluendo.com>
20205
20206         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_add_element):
20207         Revert patch 1.38 as clock distribution over schedulers does
20208         not work correcly in the core yet.
20209
20210 2004-12-21  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
20211
20212         * sys/oss/README: remove this file, which predates my birth
20213           (and which content is by far outdated)
20214
20215 2004-12-20  Stefan Kost  <ensonic@users.sf.net>
20216
20217         * Makefile.am:
20218         * configure.ac:
20219         * docs/Makefile.am:
20220         * docs/libs/Makefile.am:
20221         * docs/libs/gst-plugins-libs-docs.sgml:
20222         * docs/libs/gst-plugins-libs-sections.txt:
20223         * docs/libs/tmpl/gstgconf.sgml:
20224         * docs/upload.mak:
20225         * docs/version.entities.in:
20226           Added boilerplate gtk-doc files for plugin-libs documentation.
20227
20228 2004-12-19  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
20229
20230         * gst/auparse/gstauparse.c: fix int and float audio caps
20231
20232 2004-12-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20233
20234         * sys/v4l/gstv4lelement.c: (gst_v4l_iface_supported):
20235         * sys/v4l2/gstv4l2element.c: (gst_v4l2_iface_supported):
20236           g_assert() can be a macro, don't use #ifdef inside it.
20237
20238 2004-12-19  Edward Hervey  <bilboed@bilboed.com>
20239
20240         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20241
20242         * gst/videorate/gstvideorate.c: (gst_videorate_blank_data),
20243         (gst_videorate_init), (gst_videorate_chain),
20244         (gst_videorate_change_state):
20245           Event handling (fixes #159986).
20246
20247 2004-12-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20248
20249         * gst-libs/gst/riff/riff-media.c:
20250         (gst_riff_create_video_caps_with_data):
20251           Add BLZ0 (Blizzard's version of DivX) fourcc.
20252
20253 2004-12-18  David Schleef  <ds@schleef.org>
20254
20255         * gst/tta/gstttadec.c: (gst_tta_dec_link): And yet another
20256         portability fix.
20257
20258 2004-12-18  David Schleef  <ds@schleef.org>
20259
20260         * gst/tta/ttadec.h: Disable some header code that isn't used
20261         and clearly isn't portable.
20262
20263 2004-12-18  David Schleef  <ds@schleef.org>
20264
20265         * gst/ffmpegcolorspace/imgconvert.c: (get_pix_fmt_info),
20266         (avcodec_get_chroma_sub_sample), (avcodec_get_pix_fmt_name),
20267         (avcodec_get_pix_fmt), (avpicture_layout),
20268         (avcodec_get_pix_fmt_loss), (avg_bits_per_pixel), (img_copy),
20269         (get_convert_table_entry), (img_convert), (img_get_alpha_info):
20270         Fix code to not use GCC extensions (and c99 extensions that
20271         Forte does not like.)
20272
20273 2004-12-19  Tim-Philipp Müller  <t.i.m@zen.co.uk>
20274
20275         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20276
20277         * gst/deinterlace/gstdeinterlace.c: (gst_deinterlace_link),
20278         (gst_deinterlace_chain):
20279           Rowstride fixes. Fixes #161039.
20280         * gst/videocrop/gstvideocrop.c: (gst_video_crop_init),
20281         (gst_video_crop_get_property), (gst_video_crop_add_to_struct_val),
20282         (gst_video_crop_getcaps), (gst_video_crop_link),
20283         (gst_video_crop_i420), (gst_video_crop_chain),
20284         (gst_video_crop_change_state):
20285           Rework of negotiation. Actually works now. Fixes #158650.
20286
20287 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20288
20289         * gst/matroska/matroska-demux.c: (gst_matroska_ebmlnum_sint):
20290           That was very stupid.
20291
20292 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20293
20294         * gst/matroska/matroska-demux.c:
20295         (gst_matroska_demux_parse_blockgroup):
20296           Fix possible crasher.
20297
20298 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20299
20300         * gst/matroska/matroska-demux.c: (gst_matroska_ebmlnum_uint),
20301         (gst_matroska_ebmlnum_sint), (gst_matroska_demux_parse_blockgroup):
20302           Lace sizes can be zero.
20303
20304 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20305
20306         * ext/musepack/gstmusepackdec.cpp:
20307           Fetch error return values. Fixes #161624.
20308         * gst/apetag/apedemux.c: (gst_ape_demux_stream_data):
20309           Really EOS.
20310
20311 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20312
20313         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index):
20314           Work for truncated (unfinished download etc.) files. Fixes #160514.
20315
20316 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20317
20318         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
20319           Fix for integer overflow. Makes #156001 not crash. Probably masks
20320           the real bug.
20321
20322 2004-12-17  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20323
20324         * gst/ac3parse/gstac3parse.c: (plugin_init):
20325           Parsers never have ranks. Fixes #159651.
20326
20327 2004-12-17  Benjamin Otte  <in7y118@public.uni-hamburg.de>
20328
20329         * gst/playback/gstdecodebin.c: (compare_ranks):
20330           make sure the facotries are ordered the same every time even if they
20331           have the same rank by using the name
20332         * gst/playback/gstdecodebin.c: (find_compatibles):
20333           make sure we don't add factories to the list twice
20334
20335 2004-12-16  David Schleef  <ds@schleef.org>
20336
20337         * configure.ac: look for musepack headers as musepack/*.h
20338         (fixes #159847)
20339         * ext/musepack/gstmusepackdec.h: use <musepack/*.h>
20340         * ext/musepack/gstmusepackreader.h: same
20341
20342 2004-12-17  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20343
20344         * gst-libs/gst/riff/riff-read.c:
20345         (gst_riff_read_strf_auds_with_data):
20346           Read extradata correctly (fixes #155879).
20347
20348 2004-12-16  David Schleef  <ds@schleef.org>
20349
20350         * gst/audioscale/gstaudioscale.c: allow passthru of >2 channel
20351         audio.  does _not_ attempt or allow conversion unless channels
20352         is 1 or 2.
20353
20354 2004-12-16  Christian Fredrik Kalager Schaller  <uraeus@gnome.org>
20355
20356         * tools/gst-launch-ext-m.m: fix mpeg and vob pipelines
20357
20358 2004-12-16  David Schleef  <ds@schleef.org>
20359
20360         * gst/audioscale/gstaudioscale.c: the resample library only
20361         handles 1 or 2 channels.  Change caps to compensate.
20362
20363 2004-12-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20364
20365         * gst/matroska/matroska-demux.c: (aac_rate_idx), (aac_profile_idx),
20366         (gst_matroska_demux_audio_caps):
20367           Some MPEG-AAC hacks, because else it doesn't work...
20368
20369 2004-12-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20370
20371         * gst-libs/gst/riff/riff-media.c:
20372         (gst_riff_create_video_caps_with_data),
20373         (gst_riff_create_video_template_caps):
20374           Add h264.
20375
20376 2004-12-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20377
20378         * gst-libs/gst/audio/Makefile.am:
20379           Try to fix buildbot.
20380
20381 2004-12-16  Thomas Vander Stichele  <thomas at apestaart dot org>
20382
20383         * gst/tcp/gstmultifdsink.c:
20384           Clean up and uniformize debugging.
20385
20386 2004-12-16  Edward Hervey  <bilboed@bilboed.com>
20387
20388         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20389
20390         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_class_init),
20391         (gst_dvd_demux_reset), (gst_dvd_demux_change_state):
20392         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_reset),
20393         (gst_mpeg_demux_change_state):
20394           Reset on ready. Fixes 160276.
20395
20396 2004-12-16  Sebastien Cote  <sc5@hermes.usherb.ca>
20397
20398         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20399
20400         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
20401         (gst_ffmpegcsp_pad_link):
20402           Fix memleak (#154815).
20403
20404 2004-12-16  James Bowes  <bowes@cs.dal.ca>
20405
20406         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20407
20408         * ext/musicbrainz/gsttrm.c: (gst_musicbrainz_class_init),
20409         (gst_musicbrainz_init), (gst_musicbrainz_chain),
20410         (gst_musicbrainz_set_property), (gst_musicbrainz_get_property):
20411         * ext/musicbrainz/gsttrm.h:
20412           Add support for using a proxy server when getting a trm id from
20413           the MusicBrainz database (#149613).
20414
20415 2004-12-16  Christophe Fergeau  <teuf@gnome.org>
20416
20417         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20418
20419         * gst/playback/gstdecodebin.c: (new_pad), (close_link):
20420         * gst/playback/gstplaybasebin.c: (new_decoded_pad):
20421           Fix memleaks (#157233).
20422
20423 2004-12-16  Sebastien Cote  <sc5@hermes.usherb.ca>
20424
20425         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20426
20427         * gst-libs/gst/resample/resample.c: (gst_resample_close):
20428         * gst-libs/gst/resample/resample.h:
20429         * gst/audioscale/gstaudioscale.c:
20430           Fix memleak (#159215).
20431
20432 2004-12-16  Toni Willberg  <toniw@iki.fi>
20433
20434         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20435
20436         * sys/oss/gstosselement.c: (gst_osselement_probe_caps):
20437         * sys/oss/oss_probe.c: (main):
20438           Check for mono/stereo support (similar to samplerate probing),
20439           fixes #159433. Also add missing copyright header to oss_probe.c.
20440
20441 2004-12-15  David Schleef  <ds@schleef.org>
20442
20443         * configure.ac: add audioresample and cairo plugins.  Remove
20444         HAVE_MMX stuff, because it's not used.
20445         * ext/Makefile.am: same
20446         * ext/audioresample/Makefile.am: You are not ready for an
20447         audio resampling element based on audioresample.
20448         * ext/audioresample/gstaudioresample.c:
20449         * ext/audioresample/gstaudioresample.h:
20450         * ext/cairo/Makefile.am: You are not ready for overlay elements
20451         based on cairo.  Don't look too closely, these elements kinda
20452         suck right now.
20453         * ext/cairo/gstcairo.c: new
20454         * ext/cairo/gsttextoverlay.c: new
20455         * ext/cairo/gsttextoverlay.h: new
20456         * ext/cairo/gsttimeoverlay.c: new
20457         * ext/cairo/gsttimeoverlay.h: new
20458         * gst-libs/gst/media-info/media-info-priv.h: fix compile
20459         problem with compilers that don't support variadic macros.
20460
20461 2004-12-15  Balamurali Viswanathan  <balamurali.viswanathan@wipro.com>
20462
20463         Reviewed by:  David Schleef  <ds@schleef.org>
20464
20465         * sys/sunaudio/gstsunaudio.c: (plugin_init):  Apply patch from
20466         Bala, registering sunaudiosrc (oops!), and cleaning up code a
20467         bit.  Also ran indent-gst.
20468         * sys/sunaudio/gstsunaudiosrc.c: (gst_sunaudiosrc_init),
20469         (gst_sunaudiosrc_change_state), (gst_sunaudiosrc_get),
20470         (gst_sunaudiosrc_setparams):
20471
20472 2004-12-14  David Schleef  <ds@schleef.org>
20473
20474         * gst/festival/gstfestival.c: (gst_festival_chain): Set the
20475         output rate to 16000.  Should fix #160235.
20476
20477 2004-12-14  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
20478
20479         * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find):
20480         Add typefinding for mpeg2 pes streams
20481
20482 2004-12-13  David Schleef  <ds@schleef.org>
20483
20484         * configure.ac:  Applied patch from bug #143659, making default
20485         sources and sinks OS-dependent (for Solaris), and added code
20486         for OS/X.
20487         * gconf/gstreamer.schemas.in: use OS-dependent sinks in gconf.
20488
20489 2004-12-13  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
20490
20491         * gst-libs/gst/riff/riff-media.c:
20492           forgot to add h2.64 to avidemux template caps
20493
20494 2004-12-13  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
20495
20496         * gst/wavenc/riff.h:
20497         * gst-libs/gst/riff/riff-media.c:
20498         * gst-libs/gst/riff/riff-ids.h:
20499         * gst/avi/gstavimux.c
20500         add 4CC code for VideoSoft h264 in AVI (VSSH)
20501           fixes bug #160655
20502         remove s323 from riff, it's quicktime specific :(
20503
20504 2004-12-13  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
20505
20506         * gst/asfdemux/README
20507         * gst/wavenc/riff.h
20508         * gst-libs/gst/riff/riff-ids.h
20509         * gst-libs/gst/riff/riff-media.c
20510         * gst/qtdemux/qtdemux.c:
20511           add new 4CC codes for h263 related codecs
20512           fixes partially bug #155163
20513
20514 2004-12-12  Christian Fredrik Kalager Schaller  <christian at fluendo dot com>
20515
20516         * configure.ac: Update polyaudio requirement to 0.7
20517         * ext/polyp/polypsink.c: (create_stream): add patch from iain (158258)
20518
20519 2004-12-11  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
20520
20521         * gst/interleave/deinterleave.c:
20522         fix my name's spelling! :)
20523
20524 2004-12-11  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
20525
20526         * AUTHORS ChangeLog
20527         * gst/auparse/gstauparse.c
20528         * gst/interleave/deinterleave.c
20529         * gst/law/:
20530                 alaw-decode.c alaw-encode.c
20531                 mulaw-decode.c mulaw-encode.c
20532         * gst/oneton/gstoneton.c
20533         * sys/osxaudio/:
20534                 gstosxaudioelement.c gstosxaudiosink.c gstosxaudiosrc.c
20535         * sys/osxvideo/:
20536                 cocoawindow.h cocoawindow.m
20537                 osxvideosink.h osxvideosink.m
20538
20539         put the same mail address for Zaheer Abbas Merali everywhere
20540
20541 2004-12-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20542
20543         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_loop):
20544           Align by packetsize, and assert that we a packet available before
20545           playing. The first makes webstreams work (they often include
20546           trailing padding data in a packet), the second allows pausing a
20547           ASF stream in totem without getting demux errors afterwards.
20548
20549 2004-12-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20550
20551         * ext/ogg/gstoggdemux.c: (get_relative):
20552           Check for non-NULL before accessing member (end-of-chain).
20553
20554 2004-12-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20555
20556         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_class_init),
20557         (cdparanoia_set_property), (cdparanoia_get_property):
20558         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_class_init),
20559         (dvdnavsrc_set_property), (dvdnavsrc_get_property):
20560         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_class_init),
20561         (dvdreadsrc_init), (dvdreadsrc_set_property),
20562         (dvdreadsrc_get_property):
20563         * sys/vcd/vcdsrc.c: (gst_vcdsrc_class_init),
20564         (gst_vcdsrc_set_property), (gst_vcdsrc_get_property):
20565           Synchronize property names where not yet the case. Devices are
20566           now device=X, other versions are deprecated (but still exist).
20567           Also use g_free() unconditionally.
20568         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
20569         (setup_source), (gst_play_base_bin_get_property):
20570           Expose source.
20571
20572 2004-12-09  Thomas Vander Stichele  <thomas at apestaart dot org>
20573
20574         * configure.ac: move GCONF macro outside conditional for the am
20575           conditional. Fixes #160439
20576
20577 2004-12-08  David Schleef  <ds@schleef.org>
20578
20579         * tools/gst-visualise-m.m: Switch to elements that currently
20580         exist.
20581
20582 2004-12-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20583
20584         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
20585           We love wrong commas.
20586
20587 2004-12-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20588
20589         * gst/matroska/matroska-demux.c:
20590         (gst_matroska_demux_handle_src_query):
20591           Don't set DEFAULT, unsupported - makes length display incorrectly
20592           in some cases.
20593
20594 2004-12-07  Christian Fredrik Kalager Schaller  <uraeus@gnome.org>
20595
20596         * gst/monoscope/README: remove blurb about files being GPL
20597         * gst/monoscope/gstmonoscope.c: Change license field to LGPL
20598         * gst/monoscope/monoscope.c: Change license to BSD with explanation
20599           monoscope is now effectively LGPL licensed
20600
20601 2004-12-07  Christian Fredrik Kalager Schaller  <uraeus@gnome.org>
20602
20603         * gst/monoscope/README: Update information to be more correct
20604         * gst/monoscope/convolve.c: Relicense to LGPL
20605         * gst/monoscope/convolve.h: Relicense to LGPL
20606
20607 2004-12-06  Arwed v. Merkatz <v.merkatz@gmx.net>
20608
20609         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain):
20610           set BUFFER_DURATION to correct values (mpeg1 audio frame length is fixed)
20611         * gst/matroska/matroska-mux.c: (gst_matroska_mux_audio_pad_link):
20612           set default_duration for mpeg1 audio
20613
20614 2004-12-06  Benjamin Otte  <in7y118@public.uni-hamburg.de>
20615
20616         * ext/alsa/gstalsa.c: (gst_alsa_get_caps), (gst_alsa_close_audio):
20617         * ext/alsa/gstalsa.h:
20618           refactor big chunks of the core caps negotiation code to make it
20619           a lot faster, because people claim it's really slow
20620           (actually, just cache the getcaps when the device is opened)
20621
20622 2004-12-06  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20623
20624         * ext/a52dec/gsta52dec.c: (gst_a52dec_init),
20625         (gst_a52dec_handle_event), (gst_a52dec_update_streaminfo),
20626         (gst_a52dec_handle_frame), (gst_a52dec_chain),
20627         (gst_a52dec_change_state), (plugin_init):
20628         * ext/a52dec/gsta52dec.h:
20629           Do something useful with timestamps. Make chain-based (since
20630           there's really no reason to be loopbased).
20631         * gst/avi/gstavidemux.c: (gst_avi_demux_process_next_entry):
20632           Update current_byte/frame correctly.
20633
20634 2004-12-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20635
20636         * gst/apetag/apedemux.c: (gst_ape_demux_parse_tags),
20637         (gst_ape_demux_stream_init):
20638           Forward tags, too.
20639
20640 2004-12-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20641
20642         * gst/apetag/apedemux.c: (gst_ape_demux_stream_init):
20643           Let's make sure we're done typefinding when detecting tags.
20644
20645 2004-12-03  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20646
20647         * gst/matroska/ebml-read.c: (gst_ebml_read_class_init),
20648         (gst_ebml_read_init), (gst_ebml_read_use_event),
20649         (gst_ebml_read_element_id), (gst_ebml_peek_id),
20650         (gst_ebml_read_seek), (gst_ebml_read_skip),
20651         (gst_ebml_read_reserve), (gst_ebml_read_buffer),
20652         (gst_ebml_read_master):
20653         * gst/matroska/ebml-read.h:
20654         * gst/matroska/matroska-demux.c:
20655         (gst_matroska_demux_parse_contents),
20656         (gst_matroska_demux_loop_stream), (gst_matroska_demux_audio_caps):
20657           Disgustingly evil hack for working around INTERRUPT events and
20658           their extremely annoying habit of being a pain in the ass. We
20659           simply peek a cluster before reading any of it.
20660
20661 2004-12-03  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20662
20663         * ext/musepack/gstmusepackdec.cpp:
20664           There's also floating point libmusepacks.
20665
20666 2004-12-03  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20667
20668         * ext/faad/gstfaad.c: (gst_faad_chanpos_from_gst),
20669         (gst_faad_chanpos_to_gst), (gst_faad_chain):
20670           Set DURATION even if source buffer didn't. Also use increasing
20671           timestamps.
20672         * gst-libs/gst/riff/riff-media.c:
20673         (gst_riff_create_audio_caps_with_data):
20674           Block_align can have larger values than 8192.
20675
20676 2004-12-02  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20677
20678         * gst/law/alaw-decode.c: (alawdec_getcaps), (alawdec_link):
20679         * gst/law/alaw-encode.c: (alawenc_getcaps), (alawenc_link):
20680         * gst/law/mulaw-decode.c: (mulawdec_getcaps), (mulawdec_link):
20681         * gst/law/mulaw-encode.c: (mulawenc_getcaps), (mulawenc_link):
20682           Fix caps.
20683
20684 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20685
20686         * sys/v4l/v4l_calls.c: (gst_v4l_get_chan_names):
20687           Fix logic bug.
20688
20689 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20690
20691         * ext/ogg/gstoggdemux.c: (gst_ogg_type_find):
20692           Yay, another one.
20693
20694 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20695
20696         * ext/esd/esdsink.c: (gst_esdsink_chain):
20697           Make error actually say something useful (fixes #156798).
20698         * gst-libs/gst/riff/riff-media.c:
20699         (gst_riff_create_video_caps_with_data),
20700         (gst_riff_create_video_template_caps):
20701           Add Intel Video 5.0 fourcc (IV50).
20702
20703 2004-12-01  Christophe Fergeau  <teuf@gnome.org>
20704
20705         * ext/mad/gstmad.c: (mpg123_parse_xing_header): fix xing header
20706         detection on mono and stereo mp3 files.
20707
20708 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20709
20710         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
20711           Don't crash on EMPTY caps (e.g. when the demuxer didn't recognize
20712           the contained stream).
20713
20714 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20715
20716         * ext/faad/gstfaad.c: (gst_faad_srcconnect), (gst_faad_chain):
20717           Oops, remove debug.
20718
20719 2004-12-01  Sebastien Cote  <sc5@hermes.usherb.ca>
20720
20721         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20722
20723         * gst/law/alaw-decode.c: (alawdec_getcaps):
20724         * gst/law/mulaw-decode.c: (mulawdec_getcaps):
20725           Prevent warnings when negotiating caps (fixes #159338).
20726
20727 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20728
20729         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
20730         (gst_ffmpegcsp_chain):
20731           Remove old leftover that shouldn't be there...
20732
20733 2004-12-01  Sebastien Cote  <sc5@hermes.usherb.ca>
20734
20735         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20736
20737         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_use_event):
20738           Don't forward DISCONT events (fixes #159684).
20739
20740 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20741
20742         * gst/playback/gstplaybin.c: (remove_sinks), (setup_sinks):
20743           Unlink manually since sometimes bin disposal (and therefore
20744           pad unlinking) is delayed, which will cause a new media file
20745           to not be able to start playing instantly.
20746
20747 2004-11-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20748
20749         * gst/playback/gststreaminfo.c: (stream_info_mute_pad):
20750           On mute of an unlinked stream, check for pad availability so
20751           we don't crash on unlinked pad.
20752
20753 2004-11-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20754
20755         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
20756         (gst_avi_demux_massage_index):
20757           Fix quite humiliating bug in omitting 0-sized index chunks but
20758           forgetting to count them for timestamps.
20759
20760 2004-11-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20761
20762         * ext/a52dec/gsta52dec.c: (gst_a52dec_loop):
20763           Actually leave the loop if we failed to sync. Don't crash.
20764
20765 2004-11-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20766
20767         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_get_audio_stream),
20768         (gst_dvd_demux_process_private):
20769         * gst/mpegstream/gstdvddemux.h:
20770           Fix crash (#159759). Doesn't work, though. :-(.
20771
20772 2004-11-28  Benjamin Otte  <otte@gnome.org>
20773
20774         * gst/audioconvert/gstchannelmix.c: (gst_audio_convert_mix):
20775           more overwriting protection due to modifying channels one by one
20776           instead of all at once
20777
20778 2004-11-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20779
20780         * gst/audioconvert/gstchannelmix.c:
20781         (gst_audio_convert_fill_normalize):
20782           Normalize using absolute values.
20783
20784 2004-11-28  Julien MOUTTE  <julien@moutte.net>
20785
20786         * configure.ac:
20787         * ext/Makefile.am:
20788         * ext/directfb/Makefile.am:
20789         * ext/directfb/directfbvideosink.c: (gst_directfbvideosink_create),
20790         (gst_directfbvideosink_get_pixel_format),
20791         (gst_directfbvideosink_get_format_from_fourcc),
20792         (gst_directfbvideosink_fixate), (gst_directfbvideosink_getcaps),
20793         (gst_directfbvideosink_sink_link),
20794         (gst_directfbvideosink_change_state),
20795         (gst_directfbvideosink_chain), (gst_directfbvideosink_buffer_free),
20796         (gst_directfbvideosink_buffer_alloc),
20797         (gst_directfbvideosink_interface_supported),
20798         (gst_directfbvideosink_interface_init),
20799         (gst_directfbvideosink_navigation_send_event),
20800         (gst_directfbvideosink_navigation_init),
20801         (gst_directfbvideosink_set_property),
20802         (gst_directfbvideosink_get_property),
20803         (gst_directfbvideosink_finalize), (gst_directfbvideosink_init),
20804         (gst_directfbvideosink_base_init),
20805         (gst_directfbvideosink_class_init),
20806         (gst_directfbvideosink_get_type), (plugin_init):
20807         * ext/directfb/directfbvideosink.h: Adding a first version of
20808         directfbvideosink.
20809         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_init): Initializing some
20810         more.
20811
20812 2004-11-28  Benjamin Otte  <otte@gnome.org>
20813
20814         * gst/audioconvert/gstchannelmix.c: (gst_audio_convert_mix):
20815           walk the samples backwards if out_channels > in_channels so we don't
20816           overwrite data
20817
20818 2004-11-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20819
20820         * gst/audioconvert/Makefile.am:
20821         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init),
20822         (gst_audio_convert_link), (gst_audio_convert_change_state),
20823         (gst_audio_convert_channels):
20824         * gst/audioconvert/gstchannelmix.c:
20825         (gst_audio_convert_unset_matrix),
20826         (gst_audio_convert_fill_identical),
20827         (gst_audio_convert_fill_compatible),
20828         (gst_audio_convert_detect_pos), (gst_audio_convert_fill_one_other),
20829         (gst_audio_convert_fill_others),
20830         (gst_audio_convert_fill_normalize),
20831         (gst_audio_convert_fill_matrix), (gst_audio_convert_setup_matrix),
20832         (gst_audio_convert_passthrough), (gst_audio_convert_mix):
20833         * gst/audioconvert/gstchannelmix.h:
20834           Implement a channel mixer.
20835
20836 2004-11-28  Martin Soto  <martinsoto@users.sourceforge.net>
20837
20838         * ext/alsa/gstalsasink.c (gst_alsa_sink_loop):
20839         * ext/alsa/gstalsa.h:
20840         * ext/alsa/gstalsa.c (gst_alsa_set_clock):
20841         Make alsasink actually honor gst_element_set_clock and use that
20842         clock instead of its internal one.
20843
20844 2004-11-27  Christophe Fergeau  <teuf@gnome.org>
20845
20846         * gst/playback/gstplaybasebin.c: (setup_source): fixed a caps leak
20847         (gst_play_base_bin_change_state): nullify source and decoder when
20848         going from READY to NULL so that we don't try to do weird stuff with
20849         them when going from NULL to READY
20850         * gst/playback/gstplaybin.c: (gst_play_bin_init): use gst_object_unref
20851         instead of g_object_unref
20852         (gen_video_element), (gen_audio_element): more refcounting fixes, now
20853         it should be correct
20854         (gst_play_bin_change_state): don't call remove_sinks if we are
20855         currently disposing the object
20856
20857 2004-11-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20858
20859         * ext/a52dec/gsta52dec.c: (gst_a52dec_loop):
20860           Don't forget bass if it's there. Else left channel is silent...
20861
20862 2004-11-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20863
20864         * ext/a52dec/gsta52dec.c: (gst_a52dec_loop),
20865         (gst_a52dec_change_state):
20866           Don't do sample adjusting anymore, we use float audio now.
20867         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_fixate):
20868           Don't fixate to non-existing properties.
20869
20870 2004-11-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20871
20872         * ext/a52dec/gsta52dec.c: (gst_a52dec_channels),
20873         (gst_a52dec_change_state):
20874           Advertise that we can do surround sound.
20875
20876 2004-11-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20877
20878         * ext/a52dec/gsta52dec.c: (gst_a52dec_reneg):
20879           Add buffer-frames=0.
20880         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_get_type),
20881         (dvdreadsrc_init), (dvdreadsrc_get_event_mask),
20882         (dvdreadsrc_get_query_types), (dvdreadsrc_get_formats),
20883         (dvdreadsrc_srcpad_event), (dvdreadsrc_srcpad_query),
20884         (_seek_title), (_seek_chapter), (get_next_cell_for), (_read),
20885         (seek_sector), (dvdreadsrc_get), (dvdreadsrc_open_file),
20886         (dvdreadsrc_change_state), (dvdreadsrc_uri_get_type),
20887         (dvdreadsrc_uri_get_protocols), (dvdreadsrc_uri_get_uri),
20888         (dvdreadsrc_uri_set_uri), (dvdreadsrc_uri_handler_init):
20889         * ext/dvdread/dvdreadsrc.h:
20890           Add seeking, querying for bytes, sectors, title, angle and
20891           chapter. Handle multiple chapters. Relicense to LGPL because
20892           Billy agreed on that (thanks Billy!).
20893
20894 2004-11-27  Christophe Fergeau  <teuf@gnome.org>
20895
20896         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_dispose):
20897         call parent dispose method
20898
20899 2004-11-27  Martin Soto  <martinsoto@users.sourceforge.net>
20900
20901         * gst-libs/gst/audio/audioclock.c (gst_audio_clock_set_active)
20902         (gst_audio_clock_get_internal_time):
20903         Fix active <-> inactive transitions: ensure time value always
20904         grows and avoid abrupt value changes.
20905
20906 2004-11-27  Arwed v. Merkatz <v.merkatz@gmx.net>
20907
20908         * configure.ac:
20909         * gst/tta/Makefile.am:
20910         * gst/tta/crc32.h:
20911         * gst/tta/filters.h:
20912         * gst/tta/gsttta.c:
20913         * gst/tta/gstttadec.c:
20914         * gst/tta/gstttadec.h:
20915         * gst/tta/gstttaparse.c:
20916         * gst/tta/gstttaparse.h:
20917         * gst/tta/ttadec.h:
20918           added TTA parser and decoder
20919
20920 2004-11-26  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20921
20922         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
20923         (probe_triggered), (check_queue), (buffer_underrun),
20924         (buffer_running), (buffer_overrun), (gen_source_element),
20925         (setup_source):
20926         * gst/playback/gstplaybasebin.h:
20927           Implement buffering. Needs some more work.
20928
20929 2004-11-26  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20930
20931         * ext/theora/theoradec.c: (theora_dec_chain):
20932           Fix ilog mask range overflow.
20933
20934 2004-11-26  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20935
20936         * ext/alsa/gstalsa.c: (gst_alsa_get_caps):
20937           Don't omit the last (which in case of dmix is the only :) )
20938           channel count. Don't set channels if <= 2.
20939
20940 2004-11-26  Christophe Fergeau  <teuf@gnome.org>
20941
20942         * gst/playback/gstplaybin.c: (gen_video_element),
20943         (gen_audio_element): Removed 2 obsolete comments
20944
20945 2004-11-26  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
20946
20947         * ext/vorbis/oggvorbisenc.c
20948         * ext/vorbis/vorbisenc.c :
20949           change description fields of those plugins to differentiate them
20950           (pitivi show Encoders by description, they had the same one)
20951
20952 2004-11-25  Christophe Fergeau  <teuf@gnome.org>
20953
20954         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20955
20956         * gst/playback/gstplaybin.c: (gst_play_bin_dispose),
20957         (gst_play_bin_set_property), (gen_video_element),
20958         (gen_audio_element):
20959           Refcounting fixes for provided audio-/videosinks.
20960
20961 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20962
20963         * gst/playback/gstplaybin.c: (gen_video_element),
20964         (gen_audio_element), (setup_sinks), (gst_play_bin_change_state):
20965           Don't reference all sinks, but only the video- and audiosinks.
20966           The vis. element should be disposed when we're done with it.
20967           We don't have any reason to keep it around. This fixes warnings
20968           when reusing playbin for playing multiple audio files with
20969           vis. enabled. Also release audio device on pause - idea stolen
20970           from Rhythmbox.
20971
20972 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20973
20974         * ext/a52dec/gsta52dec.c: (gst_a52dec_channels), (gst_a52dec_push),
20975         (gst_a52dec_reneg), (gst_a52dec_loop), (plugin_init):
20976         * ext/alsa/gstalsa.c: (gst_alsa_get_caps):
20977         * ext/alsa/gstalsaplugin.c: (plugin_init):
20978         * ext/dts/gstdtsdec.c: (gst_dtsdec_channels),
20979         (gst_dtsdec_renegotiate), (gst_dtsdec_loop), (plugin_init):
20980         * ext/faad/gstfaad.c: (gst_faad_init), (gst_faad_chanpos_from_gst),
20981         (gst_faad_chanpos_to_gst), (gst_faad_sinkconnect),
20982         (gst_faad_srcgetcaps), (gst_faad_srcconnect), (gst_faad_chain),
20983         (gst_faad_change_state), (plugin_init):
20984         * ext/faad/gstfaad.h:
20985         * ext/vorbis/vorbis.c: (plugin_init):
20986         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
20987         * gst-libs/gst/audio/Makefile.am:
20988         * gst-libs/gst/audio/audio.c: (plugin_init):
20989         * gst-libs/gst/audio/multichannel.c:
20990         (gst_audio_check_channel_positions),
20991         (gst_audio_get_channel_positions),
20992         (gst_audio_set_channel_positions),
20993         (gst_audio_set_structure_channel_positions_list),
20994         (add_list_to_struct), (gst_audio_set_caps_channel_positions_list),
20995         (gst_audio_fixate_channel_positions):
20996         * gst-libs/gst/audio/multichannel.h:
20997         * gst-libs/gst/audio/testchannels.c: (main):
20998         * gst/audioconvert/gstaudioconvert.c:
20999         (gst_audio_convert_class_init), (gst_audio_convert_init),
21000         (gst_audio_convert_dispose), (gst_audio_convert_getcaps),
21001         (gst_audio_convert_parse_caps), (gst_audio_convert_link),
21002         (gst_audio_convert_fixate), (gst_audio_convert_channels):
21003         * gst/audioconvert/plugin.c: (plugin_init):
21004           Surround sound support.
21005
21006 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21007
21008         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_push):
21009           Fix position for discont if we're close as well. Nitpicking, but
21010           saves a few milliseconds of extra waiting or skipping.
21011
21012 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21013
21014         * gst/playback/gstdecodebin.c: (gst_decode_bin_factory_filter):
21015           We sometimes need parsers for playback, so add those too.
21016
21017 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21018
21019         * configure.ac:
21020         * gst/apetag/Makefile.am:
21021         * gst/apetag/apedemux.c: (gst_ape_demux_get_type),
21022         (gst_ape_demux_base_init), (gst_ape_demux_class_init),
21023         (gst_ape_demux_init), (gst_ape_demux_get_src_formats),
21024         (gst_ape_demux_get_src_query_types),
21025         (gst_ape_demux_handle_src_query), (gst_ape_demux_get_event_mask),
21026         (gst_ape_demux_handle_src_event), (gst_ape_demux_handle_event),
21027         (gst_ape_demux_typefind_peek), (gst_ape_demux_typefind_get_length),
21028         (gst_ape_demux_typefind_suggest), (gst_ape_demux_typefind),
21029         (gst_ape_demux_parse_tags), (gst_ape_demux_stream_init),
21030         (gst_ape_demux_stream_data), (gst_ape_demux_loop),
21031         (gst_ape_demux_change_state):
21032         * gst/apetag/apedemux.h:
21033         * gst/apetag/apetag.c: (plugin_init):
21034         * gst/typefind/gsttypefindfunctions.c: (apetag_type_find),
21035         (plugin_init):
21036           APE v1/2 tag reader plus typefind function.
21037
21038 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21039
21040         * configure.ac:
21041         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_add_element):
21042         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find):
21043           Remove hacks for older core. Require newer core version
21044           accordingly.
21045
21046 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21047
21048         * gst/cdxaparse/Makefile.am:
21049         * gst/cdxaparse/gstcdxaparse.c: (gst_cdxaparse_get_type),
21050         (gst_cdxaparse_class_init), (gst_cdxaparse_init),
21051         (gst_cdxaparse_loop), (gst_cdxaparse_change_state), (plugin_init):
21052         * gst/cdxaparse/gstcdxaparse.h:
21053         * gst/cdxaparse/gstcdxastrip.c: (gst_cdxastrip_get_type),
21054         (gst_cdxastrip_base_init), (gst_cdxastrip_class_init),
21055         (gst_cdxastrip_init), (gst_cdxastrip_get_src_formats),
21056         (gst_cdxastrip_get_src_query_types),
21057         (gst_cdxastrip_handle_src_query), (gst_cdxastrip_get_event_mask),
21058         (gst_cdxastrip_handle_src_event), (gst_cdxastrip_strip),
21059         (gst_cdxastrip_sync), (gst_cdxastrip_handle_event),
21060         (gst_cdxastrip_chain), (gst_cdxastrip_change_state):
21061         * gst/cdxaparse/gstcdxastrip.h:
21062           SVCD/VCD header stripping separated from CDXA image parsing.
21063         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find),
21064         (plugin_init):
21065           Add VCD/SVCD header typefinding for VCD/SVCD.
21066         * sys/vcd/vcdsrc.c: (gst_vcdsrc_get_type), (gst_vcdsrc_base_init),
21067         (gst_vcdsrc_class_init), (gst_vcdsrc_init),
21068         (gst_vcdsrc_set_property), (gst_vcdsrc_get_property),
21069         (gst_vcdsrc_get_event_mask), (gst_vcdsrc_get_query_types),
21070         (gst_vcdsrc_get_formats), (gst_vcdsrc_srcpad_event),
21071         (gst_vcdsrc_srcpad_query), (gst_vcdsrc_get),
21072         (gst_vcdsrc_open_file), (gst_vcdsrc_close_file),
21073         (gst_vcdsrc_change_state), (gst_vcdsrc_msf),
21074         (gst_vcdsrc_recalculate), (gst_vcdsrc_uri_get_type),
21075         (gst_vcdsrc_uri_get_protocols), (gst_vcdsrc_uri_get_uri),
21076         (gst_vcdsrc_uri_set_uri), (gst_vcdsrc_uri_handler_init):
21077         * sys/vcd/vcdsrc.h:
21078           Fix up, add seeking, querying, URI interface. Works in totem now.
21079
21080 2004-11-25  Thomas Vander Stichele  <thomas at apestaart dot org>
21081
21082         * configure.ac:
21083           back to CVS
21084
21085 === release 0.8.6 ===
21086
21087 2004-11-25  Thomas Vander Stichele  <thomas at apestaart dot org>
21088
21089         * NEWS:
21090         * RELEASE:
21091         * configure.ac:
21092         * po/af.po:
21093         * po/az.po:
21094         * po/cs.po:
21095         * po/en_GB.po:
21096         * po/hu.po:
21097         * po/it.po:
21098         * po/nb.po:
21099         * po/nl.po:
21100         * po/or.po:
21101         * po/sq.po:
21102         * po/sr.po:
21103         * po/sv.po:
21104         * po/uk.po:
21105           releasing 0.8.6, "IOU Love"
21106
21107 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
21108
21109         patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
21110
21111         * gst/playback/gstplaybasebin.c:
21112           Fix unplayable files error handling.  Fixes #158365
21113
21114 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
21115
21116         patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
21117
21118         * gst/typefind/gsttypefindfunctions.c:
21119           Fix broken mp3 typefinding.  Fixes #158375
21120
21121 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
21122
21123         patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
21124
21125         * ext/ogg/gstoggdemux.c:
21126           Fix sync on broken files.  Fixes #158976
21127
21128 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
21129
21130         patch by: Edward Hervey <bilboed@bilboed.com>
21131
21132         * ext/libpng/gstpngenc.c:
21133           Copy over buffer properties.  Fixes #158832
21134
21135 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
21136
21137         patch by: Tim-Philipp Müller <t.i.m@zen.co.uk>
21138
21139         * ext/dvdread/dvdreadsrc.c:
21140           Fixes invalid reads (#158462)
21141
21142 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
21143
21144         * sys/v4l/gstv4lsrc.c:
21145         * sys/v4l/gstv4lsrc.h:
21146         * sys/v4l/v4lsrc_calls.c:
21147           Probe less and cache it.  Fixes #159187.
21148
21149 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
21150
21151         * gst/videorate/gstvideorate.c:
21152           Handle all video formats. Fixes #159186.
21153
21154 2004-11-16  Jan Schmidt  <thaytan@mad.scientist.com>
21155         * gst/synaesthesia/gstsynaesthesia.c:
21156         (gst_synaesthesia_class_init), (gst_synaesthesia_init),
21157         (gst_synaesthesia_dispose), (gst_synaesthesia_finalize),
21158         (gst_synaesthesia_sink_link), (gst_synaesthesia_src_getcaps),
21159         (gst_synaesthesia_src_link), (gst_synaesthesia_chain),
21160         (gst_synaesthesia_change_state), (plugin_init):
21161         Fix up synaesthesia to work under different samplerates/ buffer sizes.
21162         Force 320x200 output, as that's the only thing the underlying
21163         synaesthesia implementation supports. Still needs to be made
21164         re-entrant.
21165
21166 2004-11-14  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21167
21168         * configure.ac:
21169           Fix mpeg2enc configure check (similar to mplex check below).
21170
21171 2004-11-14  Koop Mast  <kwm@rainbow-runner.nl>
21172
21173         reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21174
21175         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
21176           Fix for gcc-2.95 (fixes #158221).
21177
21178 2004-11-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21179
21180         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_add_element):
21181           Re-add clock distribution hack (until new core is released).
21182           Fixes #158125.
21183
21184 2004-11-13  Arwed v. Merkatz  <v.merkatz@gmx.net>
21185         * configure.ac:
21186           fix mplex configure check segfaulting on some systems (bug #140994)
21187
21188 2004-11-13  Benjamin Otte  <otte@gnome.org>
21189
21190         * ext/alsa/gstalsa.c: (gst_alsa_pcm_wait):
21191           add debugging
21192         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
21193           do a wait when we enter the loop func with no data available to
21194           write instead of getting into an 100% CPU loop by just returning and
21195           being called again by the scheduler
21196
21197 2004-11-13  Jan Schmidt  <thaytan@mad.scientist.com>
21198
21199         * configure.ac:
21200         * ext/libvisual/visual.c: (gst_visual_get_type),
21201         (libvisual_log_handler), (gst_visual_getcaps),
21202         (gst_visual_srclink), (gst_visual_change_state), (make_valid_name),
21203         (plugin_init):
21204           Update libvisual to 0.1.7. Link in the debug handling to gstreamer
21205         * ext/smoothwave/Makefile.am:
21206         * ext/smoothwave/demo-osssrc.c: (main):
21207         * ext/smoothwave/gstsmoothwave.c: (gst_smoothwave_class_init),
21208         (gst_smoothwave_init), (gst_smoothwave_dispose), (gst_sw_sinklink),
21209         (gst_sw_srclink), (gst_smoothwave_chain), (gst_sw_change_state),
21210         (plugin_init):
21211         * ext/smoothwave/gstsmoothwave.h:
21212           Make gstsmoothwave a working element in the 20th century.
21213
21214         * gst/chart/gstchart.c: (gst_chart_init), (gst_chart_srcconnect):
21215           Fix incorrect link function
21216
21217 2004-11-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21218
21219         * gst/volume/gstvolume.c:
21220           Allow buffer-frames=0.
21221
21222 2004-11-12 Iain <iaingnome@gmail.com>
21223
21224         * configure.ac: Check for polypaudio
21225
21226         * ext/Makefile.am: Build the polyp dir
21227
21228         * ext/polyp: The polypsink sources.
21229
21230 2004-10-30 Iain <iaingnome@gmail.com>
21231
21232         * gst/interleave/interleave.c (interleave_unlink): Change the src pads
21233         caps to reflect the new number of channels.
21234
21235 2004-11-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21236
21237         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
21238           Fix for negotiation order problem. This would show when the
21239           ALSA loopfuction was called before any other function. ALSA
21240           wouldn't do anything because we're not negotiated yet, leading
21241           to an infinite loop. Showed in e.g. Rhythmbox. Fixes #158006.
21242
21243 2004-11-11  Tim-Philipp Müller  <t.i.m@zen.co.uk>
21244
21245         reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21246
21247         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
21248           No warnings (#157986).
21249
21250 2004-11-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21251
21252         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
21253           Prefer apev1/2 and id3v1 (at end of file) over musepack.
21254
21255 2004-11-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21256
21257         * gst/matroska/matroska-demux.c: (gst_matroska_demux_loop_stream):
21258           Signal no-more-pads (so it works in playbin).
21259
21260 2004-11-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21261
21262         * ext/musepack/gstmusepackreader.cpp:
21263           Workaround for older core.
21264
21265 2004-11-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21266
21267         * gst/ffmpegcolorspace/imgconvert.c: (yuv420p_to_yuv422):
21268           Actually test for odd width/height rather than testing whether
21269           a temporary variable that was 0 before we subtracted 1 is now
21270           not equal to zero (which it always is).
21271
21272 2004-11-11  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
21273
21274         * sys/v4l2/gstv4l2element.c: (gst_v4l2_iface_supported):
21275         Fix compilation if HAVE_XVIDEO is not defined
21276
21277 2004-11-11  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
21278
21279         * sys/v4l/gstv4lelement.c: (gst_v4l_iface_supported):
21280         Fix compilation if HAVE_XVIDEO is not defined
21281
21282 2004-11-11  Jan Schmidt  <thaytan@mad.scientist.com>
21283
21284         * gst/goom/gstgoom.c: (gst_goom_class_init), (gst_goom_init),
21285         (gst_goom_dispose), (gst_goom_sinkconnect), (gst_goom_chain),
21286         (gst_goom_change_state), (plugin_init):
21287         Use the bytestream adapter so goom doesn't depend on the input
21288         buffer size.
21289         Add a debug category
21290
21291 2004-11-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21292
21293         * ext/alsa/gstalsa.c: (gst_alsa_change_state):
21294           Only set hardware parameters *after* negotiation. Before
21295           negotiation, it will set ANY and that seems to cause crashes
21296           (see e.g. #151288, #153227).
21297
21298 2004-11-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21299
21300         * ext/alsa/gstalsasink.c: (gst_alsa_sink_get_time):
21301           This seems to be antique leftover. It needs to pass error
21302           checking.
21303         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_init),
21304         (gst_sdlvideosink_deinitsdl), (gst_sdlvideosink_initsdl),
21305         (gst_sdlvideosink_destroy), (gst_sdlvideosink_create),
21306         (gst_sdlvideosink_sinkconnect), (gst_sdlvideosink_chain):
21307           Fix GstXOverlay implementation (#151059).
21308
21309 2004-11-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21310
21311         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
21312           Don't assert (#157853).
21313
21314 2004-11-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21315
21316         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event),
21317           Fix bytes/samples confustion.
21318         (gst_alsa_sink_mmap), (gst_alsa_sink_loop):
21319           Fix for underrun (#144389).
21320
21321 2004-11-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21322
21323         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find):
21324           Disable halfway-seek for pending release (since it needs a new
21325           core release).
21326
21327 2004-11-09  Thomas Vander Stichele  <thomas at apestaart dot org>
21328
21329         * sys/v4l/gstv4lsrc.c:
21330         * sys/v4l/gstv4lsrc.h:
21331         * sys/v4l/v4lsrc_calls.c:
21332           add autoprobe-fps property so we can separate autoprobing parts
21333
21334 2004-11-09  Thomas Vander Stichele  <thomas at apestaart dot org>
21335
21336         * sys/v4l/gstv4lsrc.c:
21337         * sys/v4l/v4lsrc_calls.c:
21338         initialise fourcc to catch unset fourcc's, and debug
21339
21340 2004-11-09  Wim Taymans  <wim@fluendo.com>
21341
21342         * gst/playback/README:
21343         * gst/playback/gstdecodebin.c: (close_pad_link), (try_to_link_1):
21344         * gst/playback/gstplaybin.c: (gst_play_bin_init),
21345         (gst_play_bin_dispose), (gst_play_bin_set_property),
21346         (remove_sinks), (setup_sinks), (gst_play_bin_change_state),
21347         (gst_play_bin_get_event_masks), (gst_play_bin_send_event),
21348         (gst_play_bin_get_formats), (gst_play_bin_convert),
21349         (gst_play_bin_get_query_types), (gst_play_bin_query):
21350         Cleanups and some more documentation.
21351
21352 2004-11-09  Jan Schmidt  <thaytan@mad.scientist.com>
21353
21354         * ext/libcaca/gstcacasink.c: (gst_cacasink_class_init),
21355         (gst_cacasink_init), (gst_cacasink_chain):
21356         * ext/libcaca/gstcacasink.h:
21357         Cacasink inherits from VideoSink, so let that store the clock.
21358
21359 2004-11-09  Wim Taymans  <wim@fluendo.com>
21360
21361         * gst/playback/README:
21362         * gst/playback/gstplaybasebin.c: (group_destroy), (group_is_muted),
21363         (add_stream), (unknown_type), (add_element_stream), (no_more_pads),
21364         (probe_triggered), (preroll_unlinked), (new_decoded_pad),
21365         (gst_play_base_bin_change_state), (gst_play_base_bin_found_tag):
21366         * gst/playback/gstplaybin.c: (gen_vis_element), (remove_sinks),
21367         (setup_sinks):
21368         * gst/playback/gststreaminfo.c: (gst_stream_info_set_mute),
21369         (gst_stream_info_is_mute), (gst_stream_info_set_property):
21370         * gst/playback/gststreaminfo.h:
21371         Updated README.
21372         Only switch groups if all streams have muted (EOSed).
21373         Send Tags in sync with the stream playback instead of in
21374         the playback/preroll phase.
21375         Some cleanups, free the fakesrc elements.
21376
21377 2004-11-09  Benjamin Otte  <in7y118@public.uni-hamburg.de>
21378
21379         * ext/alsa/gstalsa.c: (gst_alsa_get_caps_internal):
21380           buffer-frames property was missing
21381         * ext/arts/gst_arts.c:
21382           rate missing from sinkcaps
21383         * ext/audiofile/gstafparse.c:
21384         * ext/audiofile/gstafsink.c:
21385         * ext/audiofile/gstafsrc.c:
21386         * ext/swfdec/gstswfdec.c:
21387           int audio doesn't know buffer-frames
21388         * ext/cdparanoia/gstcdparanoia.c:
21389           int audio doesn't know chunksize either
21390         * ext/nas/nassink.c:
21391           it's endianness, not endianess
21392         * gst-libs/gst/audio/audio.h:
21393           make float standard pad template caps really describe float
21394         * gst/law/mulaw.c: (linear_factory):
21395           signed only, please
21396         * gst/mpegstream/gstdvddemux.c:
21397           widths of 20 are not valid
21398
21399 2004-11-08  Thomas Vander Stichele  <thomas at apestaart dot org>
21400
21401         Submitted by: Luca Ferretti <elle.uca@infinito.it>
21402
21403         * po/LINGUAS:
21404         * po/it.po:
21405           Add Italian
21406
21407 2004-11-08  Wim Taymans  <wim@fluendo.com>
21408
21409         * gst/playback/README:
21410         * gst/playback/gstdecodebin.c: (close_pad_link), (try_to_link_1):
21411         * gst/playback/gstplaybasebin.c: (probe_triggered),
21412         (gst_play_base_bin_change_state):
21413         Updated README, added more comments for fixmes etc..
21414
21415 2004-11-08  Wim Taymans  <wim@fluendo.com>
21416
21417         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_add_element):
21418         We can remove this hack now.
21419
21420 2004-11-08  Wim Taymans  <wim@fluendo.com>
21421
21422         * gst/videomixer/videomixer.c: (gst_videomixer_blend_ayuv_ayuv),
21423         (gst_videomixer_fill_checker), (gst_videomixer_fill_color),
21424         (gst_videomixer_blend_buffers), (gst_videomixer_loop):
21425         Only mix AYUV for maximum quality.
21426
21427 2004-11-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21428
21429         * ext/ogg/gstoggdemux.c: (get_relative), (gst_ogg_demux_src_query),
21430         (gst_ogg_demux_push), (gst_ogg_pad_push):
21431           Let's act as if we're synchronized now! :).
21432         * ext/theora/theoradec.c: (theora_dec_chain):
21433           Add some debug.
21434
21435 2004-11-08  Wim Taymans  <wim@fluendo.com>
21436
21437         * gst/alpha/gstalpha.c: (gst_alpha_method_get_type),
21438         (gst_alpha_set_property), (gst_alpha_sink_link),
21439         (gst_alpha_set_ayuv), (gst_alpha_set_i420),
21440         (gst_alpha_chroma_key_ayuv), (gst_alpha_chroma_key_i420),
21441         (gst_alpha_init_params), (gst_alpha_chain):
21442         Implement alpha functions for AYUV too, this increases
21443         accuracy quite a bit.
21444
21445 2004-11-08  Wim Taymans  <wim@fluendo.com>
21446
21447         * gst/ffmpegcolorspace/avcodec.h:
21448         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
21449         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
21450         (gst_ffmpegcsp_avpicture_fill):
21451         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
21452         (gst_ffmpegcsp_caps_remove_format_info):
21453         * gst/ffmpegcolorspace/imgconvert.c: (avpicture_get_size),
21454         (shrink12), (img_get_alpha_info), (deinterlace_line),
21455         (deinterlace_line_inplace):
21456         * gst/ffmpegcolorspace/imgconvert_template.h:
21457         Added AYUV colorspace and handle RGBA a bit more respectful.
21458
21459 2004-11-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21460
21461         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
21462           Actually always send a discont (cornercase when resending the
21463           same serial-tagged chain twice).
21464
21465 2004-11-08  Julien MOUTTE  <julien@moutte.net>
21466
21467         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_clear),
21468         (gst_ximagesink_finalize):
21469         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_clear),
21470         (gst_xvimagesink_finalize): Some more cleanups, leaks fixed and checks.
21471
21472 2004-11-08  Wim Taymans  <wim@fluendo.com>
21473
21474         * gst/typefind/gsttypefindfunctions.c: (aac_type_find):
21475         Don't segfault on NULL data.
21476
21477 2004-11-08  Wim Taymans  <wim@fluendo.com>
21478
21479         * gst/playback/gstdecodebin.c: (unlinked):
21480         * gst/playback/gstplay-marshal.list:
21481         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
21482         (gst_play_base_bin_init), (group_create), (get_active_group),
21483         (get_building_group), (group_destroy), (group_commit),
21484         (queue_overrun), (remove_groups), (add_stream), (unknown_type),
21485         (add_element_stream), (no_more_pads), (probe_triggered),
21486         (preroll_unlinked), (new_decoded_pad), (removed_decoded_pad),
21487         (state_change), (setup_source), (gst_play_base_bin_get_property),
21488         (gst_play_base_bin_change_state), (gst_play_base_bin_add_element),
21489         (gst_play_base_bin_link_stream),
21490         (gst_play_base_bin_get_streaminfo):
21491         * gst/playback/gstplaybasebin.h:
21492         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
21493         (remove_sinks), (setup_sinks), (gst_play_bin_change_state):
21494         Add support for chained ogg files. Prepare for playlist
21495         support. This patch introduces the concept of pad groups, which
21496         together compose one playable media file.
21497
21498 2004-11-07  David Schleef  <ds@schleef.org>
21499
21500         * testsuite/gst-lint: Check for pad templates that aren't statically
21501         scoped.
21502
21503 2004-11-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21504
21505         * configure.ac:
21506         * ext/Makefile.am:
21507         * ext/musepack/Makefile.am:
21508         * ext/musepack/gstmusepackdec.cpp:
21509         * ext/musepack/gstmusepackdec.h:
21510         * ext/musepack/gstmusepackreader.cpp:
21511         * ext/musepack/gstmusepackreader.h:
21512           Add musepack decoder.
21513         * ext/faad/gstfaad.c: (gst_faad_base_init):
21514           Make pad templates static.
21515         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find),
21516         (plugin_init):
21517           Add musepack typefinder, make mp3 typefinding work halfway stream,
21518           which doesn't actually work yet because id3demux doesn't implement
21519           _get_length().
21520
21521 2004-11-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21522
21523         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
21524         (gst_ogg_mux_queue_pads), (gst_ogg_mux_loop):
21525           Fix interrupt event handling (#144436).
21526
21527 2004-11-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21528
21529         * ext/mad/gstid3tag.c: (gst_id3_tag_do_typefind):
21530           Hide unused glory.
21531
21532 2004-11-06  Tim-Philipp Müller  <t.i.m@zen.co.uk>
21533
21534         reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21535
21536         * ext/vorbis/vorbisenc.c: (raw_caps_factory):
21537           Fix weird caps (#157548).
21538
21539 2004-11-06  Tim-Philipp Müller  <t.i.m@zen.co.uk>
21540
21541         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21542
21543         * gst/rtp/gstrtpgsmparse.c: (gst_rtpgsm_caps_nego):
21544           Add missing NULL terminator (#157543).
21545
21546 2004-11-05  Thomas Vander Stichele  <thomas at apestaart dot org>
21547
21548         * gst/tcp/gsttcp.h:
21549         * gst/tcp/gsttcpclientsink.c:
21550         * gst/tcp/gsttcpclientsrc.c:
21551         * gst/tcp/gsttcpserversink.c:
21552         * gst/tcp/gsttcpserversrc.c:
21553           ports can go up to 65535.  Move common defines to gsttcp.h
21554
21555 2004-11-05  Wim Taymans  <wim@fluendo.com>
21556
21557         * gst/videotestsrc/videotestsrc.c: (paint_setup_Y41B),
21558         (paint_hline_Y41B), (paint_setup_Y42B), (paint_hline_Y42B):
21559         Added two more colorspaces.
21560
21561 2004-11-05  Wim Taymans  <wim@fluendo.com>
21562
21563         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
21564         (gst_ffmpegcsp_avpicture_fill):
21565         * gst/ffmpegcolorspace/imgconvert.c: (avpicture_get_size),
21566         (yuv422p_to_yuv422), (yuv420p_to_yuv422), (shrink12),
21567         (img_convert), (deinterlace_line), (deinterlace_line_inplace):
21568         More stride fixes.
21569
21570 2004-11-05  Wim Taymans  <wim@fluendo.com>
21571
21572         * gst/alpha/gstalpha.c: (gst_alpha_set_property), (gst_alpha_add),
21573         (gst_alpha_chroma_key), (gst_alpha_init_params), (gst_alpha_chain):
21574         * gst/videomixer/videomixer.c: (gst_videomixer_blend_ayuv_i420),
21575         (gst_videomixer_fill_checker), (gst_videomixer_blend_buffers),
21576         (gst_videomixer_loop):
21577         More stride fixes.
21578
21579 2004-11-05  Benjamin Otte  <otte@gnome.org>
21580
21581         * ext/mad/gstmad.c: (gst_mad_chain):
21582           don't overflow data buffer. Flush not needed sync data when syncing
21583           failed.
21584
21585 2004-11-04  Wim Taymans  <wim@fluendo.com>
21586
21587         * gst/alpha/gstalpha.c: (gst_alpha_method_get_type),
21588         (gst_alpha_class_init), (gst_alpha_init), (gst_alpha_set_property),
21589         (gst_alpha_get_property), (gst_alpha_add), (gst_alpha_chroma_key),
21590         (gst_alpha_init_params), (gst_alpha_chain),
21591         (gst_alpha_change_state):
21592         Updated the chroma keying algorithm with something more
21593         sophisticated.
21594
21595 2004-11-03  Wim Taymans  <wim@fluendo.com>
21596
21597         * gst/videomixer/videomixer.c: (gst_videomixer_blend_ayuv_i420),
21598         (gst_videomixer_fill_checker), (gst_videomixer_fill_color),
21599         (gst_videomixer_blend_buffers), (gst_videomixer_loop):
21600         Fix stride issues. Does not completely work for odd
21601         heights.
21602
21603 2004-11-03  Wim Taymans  <wim@fluendo.com>
21604
21605         * gst/alpha/gstalpha.c: (gst_alpha_method_get_type),
21606         (gst_alpha_chroma_key), (gst_alpha_chain):
21607         Fix stride issues. Does not completely work for odd
21608         heights.
21609
21610 2004-11-03  Christophe Fergeau  <teuf@gnome.org>
21611
21612         * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps):
21613         * gst/videoscale/videoscale.c: (videoscale_find_by_structure):
21614         leak fixes
21615
21616 2004-11-03  Wim Taymans  <wim@fluendo.com>
21617
21618         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
21619         (gst_ffmpegcsp_avpicture_fill):
21620         * gst/ffmpegcolorspace/imgconvert.c: (avpicture_get_size),
21621         (avpicture_alloc):
21622         * gst/ffmpegcolorspace/imgconvert_template.h:
21623         Use correct _fill function to get correct strides.
21624
21625 2004-11-02  David Schleef  <ds@schleef.org>
21626
21627         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
21628         (gst_qtdemux_add_stream), (qtdemux_parse), (qtdemux_parse_tree),
21629         (qtdemux_parse_udta), (qtdemux_tag_add), (gst_qtdemux_handle_esds):
21630         Change all g_print()s to debugging.  Add a bunch of consistency
21631         checks.
21632
21633 2004-11-02  Wim Taymans  <wim@fluendo.com>
21634
21635         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
21636         (try_to_link_1), (get_our_ghost_pad), (remove_element_chain),
21637         (unlinked), (no_more_pads), (close_link):
21638         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
21639         (unknown_type), (add_element_stream), (new_decoded_pad),
21640         (removed_decoded_pad), (setup_source):
21641         * gst/playback/gststreaminfo.c: (gst_stream_info_get_type),
21642         (gst_stream_info_class_init), (gst_stream_info_init),
21643         (gst_stream_info_new), (gst_stream_info_dispose),
21644         (stream_info_mute_pad), (gst_stream_info_set_property),
21645         (gst_stream_info_get_property):
21646         * gst/playback/gststreaminfo.h:
21647         Fix playback of multiple files.
21648         a slightly different approach to handling dynamic pad removals.
21649         This one only looks at pads that we have linked.
21650
21651 2004-11-01  Christophe Fergeau  <teuf@gnome.org>
21652
21653         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_finalize): fix an "invalid
21654         free" warning from libc.
21655
21656 2004-11-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21657
21658         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
21659         (get_unconnected_element), (remove_starting_from), (pad_removed),
21660         (close_link):
21661           Implement support for dynamic pad changing. We listen to "live"
21662           pad removals (i.e. while playing) and re-setup autoplugging
21663           after that. Playbasebin/playbin need some more work for this
21664           to finally work, but decodebin supports (and replugs) chained
21665           ogg now.
21666
21667 2004-11-02  Jan Schmidt  <thaytan@mad.scientist.com>
21668
21669         * ext/alsa/gstalsa.c: (gst_alsa_class_init), (gst_alsa_dispose),
21670         (gst_alsa_finalize):
21671         * ext/cdaudio/gstcdaudio.c: (gst_cdaudio_class_init),
21672         (gst_cdaudio_finalize):
21673         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_class_init),
21674         (cdparanoia_finalize):
21675         * ext/divx/gstdivxdec.c: (gst_divxdec_dispose):
21676         * ext/divx/gstdivxenc.c: (gst_divxenc_dispose):
21677         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_class_init),
21678         (dvdreadsrc_finalize):
21679         * ext/flac/gstflacdec.c: (gst_flacdec_class_init),
21680         (gst_flacdec_finalize):
21681         * ext/flac/gstflacenc.c: (gst_flacenc_class_init),
21682         (gst_flacenc_finalize):
21683         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_class_init),
21684         (gst_gnomevfssink_finalize):
21685         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_class_init),
21686         (gst_gnomevfssrc_finalize):
21687         * ext/libfame/gstlibfame.c: (gst_fameenc_class_init),
21688         (gst_fameenc_finalize):
21689         * ext/nas/nassink.c: (gst_nassink_class_init),
21690         (gst_nassink_finalize):
21691         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_finalize),
21692         (gst_sdlvideosink_class_init):
21693         * ext/sndfile/gstsf.c: (gst_sf_dispose):
21694         * gst-libs/gst/mixer/mixertrack.c: (gst_mixer_track_dispose):
21695         * gst-libs/gst/tuner/tunerchannel.c: (gst_tuner_channel_dispose):
21696         * gst-libs/gst/tuner/tunernorm.c: (gst_tuner_norm_dispose):
21697         * gst-libs/gst/xwindowlistener/xwindowlistener.c:
21698         (gst_x_window_listener_dispose):
21699         * gst/audioscale/gstaudioscale.c:
21700         * gst/playondemand/gstplayondemand.c: (play_on_demand_class_init),
21701         (play_on_demand_finalize):
21702         * gst/videofilter/gstvideobalance.c: (gst_videobalance_dispose):
21703         * gst/videoscale/gstvideoscale.c: (gst_videoscale_chain):
21704         * sys/cdrom/gstcdplayer.c: (cdplayer_class_init),
21705         (cdplayer_finalize):
21706         * sys/glsink/glimagesink.c: (gst_glimagesink_finalize),
21707         (gst_glimagesink_class_init):
21708         * sys/oss/gstosselement.c: (gst_osselement_class_init),
21709         (gst_osselement_finalize):
21710         * sys/oss/gstosssink.c: (gst_osssink_dispose):
21711         * sys/oss/gstosssrc.c: (gst_osssrc_dispose):
21712         * sys/v4l/gstv4lelement.c: (gst_v4lelement_dispose):
21713           Fixes a bunch of problems with finalize and dispose functions,
21714           either assumptions that dispose is only called once, or not calling
21715           the parent class dispose/finalize function
21716
21717 2004-11-01  Stefan Kost  <ensonic@users.sf.net>
21718
21719         * ext/esd/esdsink.c: (gst_esdsink_init), (gst_esdsink_link):
21720           added two api precondition guards
21721           use g_strdup with getenv to fix crash when using ENVVAR
21722
21723 2004-11-01  Jan Schmidt  <thaytan@mad.scientist.com>
21724         * ext/esd/esdsink.c: (gst_esdsink_class_init),
21725         (gst_esdsink_finalize):
21726         Use a finalize function, not dispose, and more importantly,
21727         call the parent class finalize function too
21728
21729 2004-11-01  Johan Dahlin  <johan@gnome.org>
21730
21731         * ext/ogg/gstoggdemux.c:
21732         * gst/tags/gstvorbistag.c:
21733         Plug leaks.
21734
21735 2004-10-31  Benjamin Otte  <otte@gnome.org>
21736
21737         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_chain):
21738           lotsa memleaks today. But they're all small...
21739
21740 2004-10-31  Benjamin Otte  <otte@gnome.org>
21741
21742         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
21743           another memleak crushed
21744
21745 2004-10-31  Benjamin Otte  <otte@gnome.org>
21746
21747         * gst/tags/gstvorbistag.c: (gst_tag_to_vorbis_comments):
21748           fix memleak
21749
21750 2004-10-31  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21751
21752         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
21753           Hack to prevent crash when going to READY inside signal handler
21754           while this function is active.
21755
21756 2004-10-31  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21757
21758         * gst/ffmpegcolorspace/Makefile.am:
21759         * gst/ffmpegcolorspace/avcodec.h:
21760         * gst/ffmpegcolorspace/common.h:
21761         * gst/ffmpegcolorspace/dsputil.c: (dsputil_static_init):
21762         * gst/ffmpegcolorspace/dsputil.h:
21763         * gst/ffmpegcolorspace/gstffmpeg.c: (plugin_init):
21764         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
21765         (gst_ffmpeg_get_palette), (gst_ffmpeg_set_palette),
21766         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_smpfmt_to_caps),
21767         (gst_ffmpegcsp_codectype_to_caps), (gst_ffmpeg_caps_to_smpfmt),
21768         (gst_ffmpeg_caps_to_pixfmt), (gst_ffmpegcsp_caps_with_codectype),
21769         (gst_ffmpegcsp_avpicture_fill):
21770         * gst/ffmpegcolorspace/gstffmpegcodecmap.h:
21771         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
21772         (gst_ffmpegcsp_caps_remove_format_info), (gst_ffmpegcsp_getcaps),
21773         (gst_ffmpegcsp_pad_link), (gst_ffmpegcsp_get_type),
21774         (gst_ffmpegcsp_base_init), (gst_ffmpegcsp_class_init),
21775         (gst_ffmpegcsp_init), (gst_ffmpegcsp_chain),
21776         (gst_ffmpegcsp_change_state), (gst_ffmpegcsp_set_property),
21777         (gst_ffmpegcsp_get_property), (gst_ffmpegcolorspace_register):
21778         * gst/ffmpegcolorspace/imgconvert.c:
21779         (avcodec_get_chroma_sub_sample), (avcodec_get_pix_fmt_name),
21780         (avcodec_get_pix_fmt), (avpicture_fill), (avpicture_layout),
21781         (avpicture_get_size), (avcodec_get_pix_fmt_loss),
21782         (avg_bits_per_pixel), (avcodec_find_best_pix_fmt1),
21783         (avcodec_find_best_pix_fmt), (img_copy_plane), (img_copy),
21784         (yuv422_to_yuv420p), (uyvy422_to_yuv420p), (uyvy422_to_yuv422p),
21785         (yuv422_to_yuv422p), (yuv422p_to_yuv422), (yuv422p_to_uyvy422),
21786         (uyvy411_to_yuv411p), (yuv420p_to_yuv422), (C_JPEG_TO_CCIR),
21787         (img_convert_init), (img_apply_table), (shrink41), (shrink21),
21788         (shrink12), (shrink22), (shrink44), (grow21_line), (grow41_line),
21789         (grow21), (grow22), (grow41), (grow44), (conv411),
21790         (gif_clut_index), (build_rgb_palette), (bitcopy_n), (mono_to_gray),
21791         (monowhite_to_gray), (monoblack_to_gray), (gray_to_mono),
21792         (gray_to_monowhite), (gray_to_monoblack), (avpicture_alloc),
21793         (avpicture_free), (is_yuv_planar), (img_convert),
21794         (get_alpha_info_pal8), (img_get_alpha_info), (deinterlace_line),
21795         (deinterlace_line_inplace), (deinterlace_bottom_field),
21796         (deinterlace_bottom_field_inplace), (avpicture_deinterlace):
21797         * gst/ffmpegcolorspace/imgconvert_template.h:
21798         * gst/ffmpegcolorspace/mem.c: (av_malloc), (av_realloc), (av_free):
21799         * gst/ffmpegcolorspace/mmx.h:
21800         * gst/ffmpegcolorspace/utils.c: (av_mallocz), (av_strdup),
21801         (av_fast_realloc), (av_mallocz_static), (av_free_static),
21802         (av_freep), (avcodec_get_context_defaults),
21803         (avcodec_alloc_context), (avcodec_init):
21804           Sync back from gst-ffmpeg. Deprecates ffcolorspace. Adds palette
21805           handling plus update from ffmpeg CVS. Large clean-up.
21806
21807 2004-10-31  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21808
21809         * gst/playback/Makefile.am:
21810           We need the marshallers for decodebin, too.
21811
21812 2004-10-30  David Schleef  <ds@schleef.org>
21813
21814         * gst/typefind/gsttypefindfunctions.c: (qt_type_find): Make
21815           quicktime typefinding work with 64-bit offsets.
21816
21817 2004-10-30  Jan Schmidt  <thaytan@mad.scientist.com>
21818
21819         * ext/dv/gstdvdec.c: (gst_dvdec_handle_sink_event):
21820           Set EOS on the element when processing an EOS event.
21821         * ext/speex/gstspeexdec.h:
21822         * ext/speex/gstspeexenc.h:
21823           Only keep a const ptr to the mode
21824         * gst-libs/gst/riff/riff-media.c:
21825         (gst_riff_create_audio_caps_with_data),
21826         (gst_riff_create_audio_template_caps):
21827           Allow WMAV3, with up to 6 channels.
21828         * gst/asfdemux/gstasfmux.c: (gst_asfmux_request_new_pad):
21829           Don't call gst_pad_set_event_function on a sink pad.
21830         * gst/mpegstream/gstdvddemux.c:
21831         (gst_dvd_demux_get_subpicture_stream),
21832         (gst_dvd_demux_set_cur_audio), (gst_dvd_demux_set_cur_subpicture):
21833           Copy the explicit caps that were set across to the cur_* pads,
21834           instead of trying to use a possibly non-existent negotiated caps.
21835           Reset the type of subpicture pads to UNKNOWN after calling
21836           init_stream, so that the caps get set.
21837
21838 2004-10-29  Martin Pitt  <martin.pitt@canonical.com>
21839
21840         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21841
21842         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_chunk):
21843           Don't touch buffer if it is of size 0 (fixes #151064).
21844
21845 2004-10-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21846
21847         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_push), (gst_ogg_pad_push):
21848           Synchronized discont handling.
21849
21850 2004-10-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21851
21852         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event),
21853         (gst_ogg_demux_push):
21854           Make seeking sort-of exact again (fixes #156387).
21855
21856 2004-10-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21857
21858         * gst/playback/gstplaybasebin.c: (unknown_type),
21859         (add_element_stream), (new_decoded_pad),
21860         (gst_play_base_bin_change_state):
21861         * gst/playback/gststreaminfo.c: (gst_stream_info_class_init),
21862         (gst_stream_info_init), (gst_stream_info_new),
21863         (gst_stream_info_dispose), (gst_stream_info_get_property):
21864         * gst/playback/gststreaminfo.h:
21865           Make caps explicitely available. Makes testing for unsupported
21866           types possible. Improves error reporting.
21867
21868 2004-10-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21869
21870         * gst/audioconvert/gstaudioconvert.c:
21871         (gst_audio_convert_buffer_to_default_format):
21872           Really don't touch read-only buffers (#156563).
21873
21874 2004-10-29  Sebastien Cote  <sc5@hermes.usherb.ca>
21875
21876         Reviewd by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21877
21878         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt):
21879           Fix memleak (#155223).
21880
21881 2004-10-29  Wim Taymans  <wim@fluendo.com>
21882
21883         * gst/tcp/.cvsignore:
21884         * gst/tcp/gstmultifdsink.c: (gst_sync_method_get_type),
21885         (gst_multifdsink_class_init), (gst_multifdsink_init),
21886         (gst_multifdsink_add), (gst_multifdsink_remove),
21887         (gst_multifdsink_remove_client_link), (is_sync_frame),
21888         (gst_multifdsink_new_client),
21889         (gst_multifdsink_handle_client_write),
21890         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
21891         (gst_multifdsink_handle_clients), (gst_multifdsink_set_property),
21892         (gst_multifdsink_get_property):
21893         * gst/tcp/gstmultifdsink.h:
21894         Added burst on connect sync_method, deprecated sync_clients,
21895         streamlined the sync code some more.
21896
21897 2004-10-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21898
21899         * gst/playback/gstplaybasebin.c: (thread_error), (setup_source),
21900         (gst_play_base_bin_change_state):
21901           Improve error reporting.
21902
21903 2004-10-28  Wim Taymans  <wim@fluendo.com>
21904
21905         * gst/tcp/Makefile.am:
21906         * gst/tcp/fdsetstress.c: (mess_some_more), (run_test), (main):
21907         * gst/tcp/gstfdset.c: (nearest_pow), (resize), (ensure_size),
21908         (gst_fdset_new), (gst_fdset_free), (gst_fdset_set_mode),
21909         (gst_fdset_fd_ctl_write), (gst_fdset_fd_ctl_read),
21910         (gst_fdset_fd_has_closed), (gst_fdset_fd_has_error),
21911         (gst_fdset_fd_can_read), (gst_fdset_fd_can_write),
21912         (gst_fdset_wait):
21913         Added more locks around fdset structures. Fixed/reworked
21914         the poll array resizing code.
21915         Added stress test for fdset.
21916
21917 2004-10-28  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
21918
21919         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link):
21920         fix build
21921
21922 2004-10-28  Benjamin Otte  <otte@gnome.org>
21923
21924         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link):
21925           fix link function to always query channels and query width for
21926           floats
21927         * configure.ac:
21928           add equalizer dir
21929         * gst/equalizer/Makefile.am:
21930         * gst/equalizer/gstiirequalizer.c: (gst_iir_equalizer_get_type),
21931         (gst_iir_equalizer_base_init), (gst_iir_equalizer_class_init),
21932         (gst_iir_equalizer_init), (gst_iir_equalizer_finalize),
21933         (arg_to_scale), (setup_filter),
21934         (gst_iir_equalizer_compute_frequencies),
21935         (gst_iir_equalizer_set_property), (gst_iir_equalizer_get_property),
21936         (gst_iir_equalizer_filter_inplace), (gst_iir_equalizer_setup),
21937         (plugin_init):
21938           add an equalizer
21939
21940 2004-10-27  Thomas Vander Stichele  <thomas at apestaart dot org>
21941
21942         Submitted by: Kjartan Maraas <kmaraas@broadpark.no>
21943
21944         * po/LINGUAS:
21945         * po/nb.po:
21946           Added Norwegian Bokmaal translation
21947
21948 2004-10-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21949
21950         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
21951           Don't break on options (fixes #156488).
21952
21953 2004-10-27  Thomas Vander Stichele  <thomas at apestaart dot org>
21954
21955         * configure.ac:
21956         * ext/cdaudio/Makefile.am:
21957         * sys/Makefile.am:
21958           fix build on older automake
21959
21960 2004-10-26  Wim Taymans  <wim@fluendo.com>
21961
21962         * ext/dv/gstdvdec.c: (gst_dvdec_video_getcaps),
21963         (gst_dvdec_video_link), (gst_dvdec_push), (gst_dvdec_loop):
21964         Allow a little margin when negotiating the framerate.
21965
21966 2004-10-26  Stefan Kost  <ensonic@users.sf.net>
21967
21968         * gst/level/gstlevel.c:
21969           synchonised naming of pads and pad-templates
21970
21971 2004-10-26  Wim Taymans  <wim@fluendo.com>
21972
21973         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event),
21974         (gst_ogg_demux_handle_event), (_find_chain_get_unknown_part),
21975         (_find_streams_check), (gst_ogg_demux_push):
21976         Fix EOS again. Needs to be done in a better way. We should not
21977         remove the pad if there is no new chained stream.
21978
21979 2004-10-26 Iain <iaingnome@gmail.com>
21980
21981         * ext/ogg/gstoggdemux.c (gst_ogg_pad_new): Free the tag list.
21982         * gst/audioscale/gstaudioscale.c (gst_audioscale_link): Free the copy
21983         of the caps.
21984         * gst/interleave/interleave.c (interleave_class_init): Hook up release
21985         pad.
21986         (interleave_release_pad): Remove the pad.
21987         * gst/level/gstlevel.c: Allow the level to take 1 or 2 channels.
21988         * sys/sunaudio/gstsunaudio.c (gst_sunaudio_setparams): Pay attention to
21989         the set device.
21990         * sys/xvimage/xvimagesink.c (gst_xvimagesink_get_xv_support): Free the
21991         attrs
21992         (gst_xvimagesink_xcontext_clear): Free the xcontext.
21993         (gst_xvimagesink_finalize): Free the par.
21994
21995 2004-10-26  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21996
21997         * gst/avi/gstavimux.c: (gst_avimux_audsinkconnect),
21998         (gst_avimux_stop_file):
21999           First calculate the rate, and only then use it. Hdr.rate is a
22000           multiple and not a derivative of hdr.scale. Scale is not the
22001           same as blockalign but is solely related to rate.
22002
22003 2004-10-26  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22004
22005         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_init),
22006         (gst_gnomevfssink_handle_event), (gst_gnomevfssink_chain):
22007           Implement seeking.
22008
22009 2004-10-25  James Henstridge  <james@jamesh.id.au>
22010
22011         Reviewed by:  David Schleef  <ds@schleef.org>
22012
22013         * examples/gstplay/player.c: (got_stream_length), (main):
22014         * examples/seeking/cdplayer.c: (update_scale):
22015         * examples/seeking/seek.c: (format_value), (update_scale):
22016         * examples/seeking/spider_seek.c: (format_value), (update_scale),
22017         (stop_seek):
22018         Build fixes on AMD64.
22019
22020 2004-10-25  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
22021
22022         reviewed by: Ronald Bultje <rbultje at gnome dot org>
22023
22024         * sys/v4l/v4l_calls.c: (gst_v4l_get_chan_names):
22025         Fix for some v4l cards which hang in v4lsrc
22026
22027 2004-10-25  Wim Taymans  <wim@fluendo.com>
22028
22029         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_remove),
22030         (gst_ogg_demux_push), (gst_ogg_chains_clear):
22031         Make sure to remove the pad when a new chain is
22032         encountered. Set some vars to NULL so we don't try
22033         to reference freed memory.
22034
22035 2004-10-25  Wim Taymans  <wim@fluendo.com>
22036
22037         * examples/seeking/Makefile.am:
22038         * examples/seeking/cdplayer.c: (update_scale):
22039         * examples/seeking/chained.c: (unlinked), (new_pad), (main):
22040         * examples/seeking/playbin.c: (make_playerbin_pipeline),
22041         (format_value), (update_scale), (iterate), (start_seek),
22042         (stop_seek), (print_media_info), (play_cb), (pause_cb), (stop_cb),
22043         (print_usage), (main):
22044         Added some more examples, update others.
22045
22046 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22047
22048         * ext/flac/gstflacdec.c: (gst_flacdec_update_metadata):
22049         * ext/speex/gstspeexdec.c: (speex_dec_chain):
22050         * ext/theora/theoradec.c: (theora_dec_chain):
22051         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
22052           Add codec-name metadata.
22053
22054 2004-10-25  Takao Fujiwara  <Takao.Fujiwara@Sun.COM>
22055
22056         Reviewd by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22057
22058         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
22059         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
22060         * ext/alsa/gstalsamixertrack.h:
22061         * po/POTFILES.in:
22062           ALSA mixer track label internationalization (#154054).
22063
22064 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22065
22066         * ext/theora/theoradec.c: (theora_dec_chain):
22067           Export bitrate as metadata.
22068
22069 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22070
22071         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
22072         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
22073         * ext/alsa/gstalsamixertrack.h:
22074           Fix names, fix loop.
22075
22076 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22077
22078         * ext/speex/gstspeexdec.c: (gst_speex_dec_init),
22079         (speex_dec_convert):
22080           sinkconvert function so oggdemux can get the file length (totem).
22081
22082 2004-10-25  James Morrison  <ja2morri@csclub.uwaterloo.ca>
22083
22084         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22085
22086         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_chunk):
22087           Don't push incomplete packets.
22088         * gst/typefind/gsttypefindfunctions.c: (m4a_type_find):
22089           Fix MPEG-4 audio typefinding.
22090
22091 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22092
22093         * sys/v4l/Makefile.am:
22094         * sys/v4l/gstv4l.c: (plugin_init):
22095         * sys/v4l/gstv4lelement.c: (gst_v4lelement_get_type),
22096         (gst_v4lelement_init), (gst_v4lelement_dispose),
22097         (gst_v4lelement_change_state):
22098         * sys/v4l/gstv4lelement.h:
22099         * sys/v4l/gstv4lxoverlay.c: (gst_v4l_xoverlay_open),
22100         (gst_v4l_xoverlay_close), (idle_refresh),
22101         (gst_v4l_xoverlay_set_xwindow_id):
22102         * sys/v4l/gstv4lxoverlay.h:
22103         * sys/v4l/v4l-overlay_calls.c:
22104         * sys/v4l/v4l_calls.h:
22105         * sys/v4l2/Makefile.am:
22106         * sys/v4l2/gstv4l2.c: (plugin_init):
22107         * sys/v4l2/gstv4l2element.c: (gst_v4l2element_get_type),
22108         (gst_v4l2element_init), (gst_v4l2element_dispose),
22109         (gst_v4l2element_change_state):
22110         * sys/v4l2/gstv4l2element.h:
22111         * sys/v4l2/gstv4l2xoverlay.c: (gst_v4l2_xoverlay_open),
22112         (gst_v4l2_xoverlay_close), (idle_refresh),
22113         (gst_v4l2_xoverlay_set_xwindow_id):
22114         * sys/v4l2/gstv4l2xoverlay.h:
22115         * sys/v4l2/v4l2-overlay_calls.c:
22116         * sys/v4l2/v4l2_calls.h:
22117           Remove client-side overlay handling, use the X-server v4l plugin
22118           for that. Nicer overlay, less code. Also make the plugin
22119           compileable without X (but then without overlay, obviously).
22120           Makes xwindowlistener obsolete, should we remove that?
22121
22122 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22123
22124         * sys/oss/gstosssrc.c: (gst_osssrc_get_time), (gst_osssrc_get),
22125         (gst_osssrc_src_query):
22126         * sys/oss/gstosssrc.h:
22127           OK, so people want offset in DEFAULT. This time, actually fix all
22128           cases.
22129         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_getcaps):
22130           Add FPS properly.
22131
22132 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22133
22134         * gst/asfdemux/gstasfmux.c:
22135         * gst/avi/gstavimux.c:
22136           Framerate.
22137
22138 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22139
22140         * sys/v4l2/gstv4l2element.c: (gst_v4l2element_set_property):
22141           Fix properties (channel, norm, frequency).
22142
22143 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22144
22145         * sys/v4l2/gstv4l2element.c: (gst_v4l2element_get_property):
22146           Flag typo.
22147         * sys/v4l2/v4l2_calls.c: (gst_v4l2_set_defaults):
22148           No warnings.
22149
22150 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22151
22152         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_clear_format_list):
22153           Fix hang.
22154
22155 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22156
22157         * sys/v4l2/gstv4l2element.h:
22158           Yet Another Hack (tm) for kernel header borkedness.
22159         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_init),
22160         (gst_v4l2src_v4l2fourcc_to_caps), (gst_v4l2_fourcc_from_structure),
22161         (gst_v4l2src_link), (gst_v4l2src_getcaps),
22162         (gst_v4l2src_change_state):
22163         * sys/v4l2/gstv4l2src.h:
22164         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_capture_init),
22165         (gst_v4l2src_capture_start), (gst_v4l2src_capture_stop):
22166           Fix caps, keep track of state, work.
22167
22168 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22169
22170         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_getcaps):
22171           Quiet.
22172
22173 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22174
22175         * sys/oss/gstosssrc.c: (gst_osssrc_get):
22176           Don't mix bytes and samples.
22177
22178 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22179
22180         * ext/ogg/gstoggmux.c:
22181           Basic pad template which accepts OGM tracks, speex, flac, vorbis
22182           and theora. Any is incorrect.
22183         * gst/asfdemux/gstasfmux.c: (gst_asfmux_vidsink_link):
22184           Fix caps.
22185         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_base_init):
22186         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_base_init),
22187         (gst_v4lmjpegsrc_init), (gst_v4lmjpegsrc_srcconnect),
22188         (gst_v4lmjpegsrc_getcaps), (gst_v4lmjpegsrc_change_state):
22189         * sys/v4l/gstv4lmjpegsrc.h:
22190         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_src_link), (gst_v4lsrc_getcaps),
22191         (gst_v4lsrc_change_state):
22192         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_capture_start),
22193         (gst_v4lmjpegsrc_capture_stop):
22194           Fix caps. Keep track of internal state. Work.
22195
22196 2004-10-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22197
22198         * ext/Makefile.am:
22199           Fix the build fixes.
22200
22201 2004-10-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22202
22203         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
22204         (gst_ogg_demux_src_event), (_find_chain_seek),
22205         (gst_ogg_pad_push):
22206           Check for pad availability before using it.
22207         * ext/ogg/gstoggdemux.c: (_find_chain_process):
22208           Fix parsing of chained ogg. Needs more work on the decoder side.
22209
22210 2004-10-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
22211
22212         * gst/spectrum/Makefile.am:
22213         * gst/spectrum/demo-osssrc.c: (spectrum_chain), (main),
22214         (idle_func):
22215           Fix demo and reenable it. Yes, I'm currently playing with audio
22216           analysis tools
22217
22218 2004-10-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22219
22220         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
22221           We love it if files that start at zero work too...
22222
22223 2004-10-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22224
22225         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_iterate):
22226           Handle files with missing EOS headers.
22227
22228 2004-10-21  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
22229
22230         * gst/tcp/gsttcpserversink.c:
22231         (gst_tcpserversink_handle_server_read),
22232         (gst_tcpserversink_init_send):
22233         Zero some variables first (need for accept not to return EINVAL)
22234
22235 2004-10-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22236
22237         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
22238         (gst_ogg_demux_src_event), (gst_ogg_pad_push):
22239         * ext/theora/theoradec.c: (theora_dec_sink_convert),
22240         (theora_dec_chain):
22241         * ext/vorbis/vorbisdec.c: (vorbis_dec_get_formats),
22242         (gst_vorbis_dec_init), (vorbis_dec_convert), (vorbis_dec_chain):
22243           Seeking and querying finetune.
22244
22245 2004-10-20  Thomas Vander Stichele  <thomas at apestaart dot org>
22246
22247         * configure.ac:
22248         * ext/Makefile.am:
22249         * ext/raw1394/Makefile.am:
22250           fix the build
22251
22252 2004-10-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22253
22254         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_iterate):
22255           Wrong return.
22256         * gst/playback/Makefile.am:
22257         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init):
22258         * gst/playback/gstplay-marshal.list:
22259         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init):
22260           Fix marshallers.
22261
22262 2004-10-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22263
22264         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event):
22265           Silence.
22266
22267 2004-10-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22268
22269         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
22270         (gst_ogg_demux_src_event), (gst_ogg_pad_populate),
22271         (gst_ogg_pad_push):
22272           Yay for non-lineair granulepos in theora.
22273
22274 2004-10-18  Wim Taymans  <wim@fluendo.com>
22275
22276         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_video_getcaps),
22277         (gst_dvdec_video_link), (gst_dvdec_push), (gst_dvdec_loop):
22278         * ext/dv/gstdvdec.h:
22279         Make sure we renegotiate aspect ratio when the camera switches.
22280
22281 2004-10-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22282
22283         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
22284         (gst_ogg_demux_src_event), (gst_ogg_pad_push):
22285           Start at zero.
22286         * ext/theora/theoradec.c: (theora_dec_chain):
22287           Skip headers. Bad idea for chained ogg, but fixes seeking.
22288
22289 2004-10-18  Wim Taymans  <wim@fluendo.com>
22290
22291         * configure.ac:
22292         I swear, this is the last time I touch this.
22293
22294 2004-10-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22295
22296         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
22297         (gst_ogg_demux_src_event), (gst_ogg_pad_populate),
22298         (_read_bos_process), (gst_ogg_demux_iterate), (gst_ogg_pad_new):
22299           Faster seeking.
22300         * ext/theora/theoradec.c: (theora_dec_sink_convert):
22301           Time-to-default conversion.
22302         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
22303           Don't error on unknown packets, just skip. We should probably
22304           read them if we want to support chained ogg.
22305
22306 2004-10-18  Wim Taymans  <wim@fluendo.com>
22307
22308         * configure.ac:
22309         Added cdaudio to wrong list.
22310
22311 2004-10-18  Wim Taymans  <wim@fluendo.com>
22312
22313         * configure.ac:
22314         Revive cdaudio.
22315
22316 2004-10-18  Wim Taymans  <wim@fluendo.com>
22317
22318         * ext/dv/gstdvdec.c: (gst_dvdec_video_getcaps),
22319         (gst_dvdec_video_link), (gst_dvdec_push):
22320         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_class_init),
22321         (gst_smokeenc_resync), (gst_smokeenc_chain):
22322         Fix mimetype on smoke encoder.
22323         Add aspect ratio to dvdec. Not sure if these
22324         values are correct though....
22325
22326 2004-10-18  Wim Taymans  <wim@fluendo.com>
22327
22328         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_class_init):
22329         Fix vorbis property descriptions and ranges.
22330
22331 2004-10-18  Wim Taymans  <wim@fluendo.com>
22332
22333         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_iterate):
22334         Really do nothing when no data is available.
22335         Go to the playing state when the stream is not seekable
22336         instead of failing.
22337
22338 2004-10-18  Wim Taymans  <wim@fluendo.com>
22339
22340         * ext/cdaudio/gstcdaudio.c: (_do_init), (gst_cdaudio_base_init),
22341         (gst_cdaudio_get_event_masks), (gst_cdaudio_send_event),
22342         (gst_cdaudio_query), (plugin_init), (cdaudio_uri_get_type),
22343         (cdaudio_uri_get_protocols), (cdaudio_uri_get_uri),
22344         (cdaudio_uri_set_uri), (cdaudio_uri_handler_init):
22345         Added uri handler for cd://
22346         Port to new API.
22347
22348 2004-10-18  Wim Taymans  <wim@fluendo.com>
22349
22350         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
22351         (gst_decode_bin_init), (find_compatibles), (close_pad_link),
22352         (try_to_link_1), (no_more_pads), (close_link), (type_found):
22353         * gst/playback/gstplaybasebin.c: (gen_preroll_element),
22354         (remove_prerolls), (unknown_type), (add_element_stream),
22355         (new_decoded_pad), (setup_source), (gst_play_base_bin_add_element),
22356         (gst_play_base_bin_remove_element),
22357         (gst_play_base_bin_link_stream):
22358         * gst/playback/gstplaybin.c: (gen_video_element),
22359         (gen_vis_element), (remove_sinks), (setup_sinks):
22360         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type),
22361         (gst_stream_info_get_type), (gst_stream_info_class_init),
22362         (gst_stream_info_init), (gst_stream_info_new),
22363         (gst_stream_info_dispose), (stream_info_mute_pad),
22364         (gst_stream_info_set_property), (gst_stream_info_get_property):
22365         * gst/playback/gststreaminfo.h:
22366         Add sink padtemplate to decodebin.
22367         Added some more comments.
22368         Make queue size configurable in playbasebin.
22369         Added possibility to use elements as sinks (ex cdaudio).
22370
22371 2004-10-15  Wim Taymans  <wim@fluendo.com>
22372
22373         * ext/speex/gstspeexenc.c: (gst_speexenc_class_init),
22374         (gst_speexenc_chain):
22375         Fix speex timestamps so that it gets muxed properly.
22376
22377 2004-10-15  Wim Taymans  <wim@fluendo.com>
22378
22379         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_get_type),
22380         (gst_dv1394src_base_init), (gst_dv1394src_class_init),
22381         (gst_dv1394src_init), (gst_dv1394src_dispose),
22382         (gst_dv1394src_iso_receive), (gst_dv1394src_discover_avc_node),
22383         (gst_dv1394src_change_state), (gst_dv1394src_get_event_mask),
22384         (gst_dv1394src_event), (gst_dv1394src_get_formats),
22385         (gst_dv1394src_convert), (gst_dv1394src_get_query_types),
22386         (gst_dv1394src_query), (gst_dv1394src_uri_get_type),
22387         (gst_dv1394src_uri_get_protocols), (gst_dv1394src_uri_get_uri),
22388         (gst_dv1394src_uri_set_uri), (gst_dv1394src_uri_handler_init):
22389         * ext/raw1394/gstdv1394src.h:
22390         Added conversion/query functions.
22391         Update buffer timestamps,
22392         Added signals.
22393         Added uri dv:// so it might play from the firewire in playbin.
22394         Fix a possible leak.
22395         Added debugging.
22396
22397 2004-10-15  Wim Taymans  <wim@fluendo.com>
22398
22399         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_class_init),
22400         (gst_dv1394src_init), (gst_dv1394src_set_property),
22401         (gst_dv1394src_get_property), (gst_dv1394src_iso_receive),
22402         (gst_dv1394src_discover_avc_node), (gst_dv1394src_change_state):
22403         * ext/raw1394/gstdv1394src.h:
22404         Added AV/C VTR control support needed for some cameras.
22405         Added automatic port detection.
22406         Added properties for selecting the channel.
22407         The configure.ac script is not yet updated to reflect the
22408         new libavc1394 and librom1394 dependencies.
22409
22410 2004-10-15  Wim Taymans  <wim@fluendo.com>
22411
22412         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
22413         (qtdemux_parse), (gst_qtdemux_handle_esds):
22414         An esds box is not a container.
22415         Fix parsing of mp4v boxes.
22416         Do not try to renegotiate fps for each frame. Need to
22417         find a better method. This should fix mp4 playback.
22418
22419 2004-10-14  David Schleef  <ds@schleef.org>
22420
22421         * configure.ac: update for swfdec-0.3 and liboil-0.2
22422         * ext/swfdec/gstswfdec.c: update for swfdec-0.3
22423         * ext/swfdec/gstswfdec.h: same
22424         * gst/videofilter/gstvideobalance.c: update for liboil-0.2
22425         * gst/videotestsrc/videotestsrc.c: same
22426
22427 2004-10-14  Wim Taymans  <wim@fluendo.com>
22428
22429         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
22430         (gst_multifdsink_remove), (gst_multifdsink_remove_client_link),
22431         (is_sync_frame), (gst_multifdsink_new_client),
22432         (gst_multifdsink_handle_client_write),
22433         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
22434         (gst_multifdsink_handle_clients), (gst_multifdsink_change_state):
22435         Turn warnings into info.
22436         Don't allow a state change in the streaming thread.
22437
22438 2004-10-14  Thomas Vander Stichele  <thomas at apestaart dot org>
22439
22440         * ext/vorbis/oggvorbisenc.c:
22441         * ext/vorbis/vorbisdec.c:
22442           fix template sample rate
22443
22444 2004-10-13  Wim Taymans  <wim@fluendo.com>
22445
22446         * ext/mad/gstmad.c: (gst_mad_check_caps_reset), (gst_mad_chain):
22447         Decoding the header first fixes some problems in resyncing
22448         in more mp3s.
22449
22450 2004-10-12  Wim Taymans  <wim@fluendo.com>
22451
22452         * gst/playback/gstplaybin.c: (gen_video_element),
22453         (gen_vis_element), (remove_sinks), (setup_sinks):
22454         Added vis plugin support, need to configure the vis
22455         element to activate it.
22456
22457 2004-10-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22458
22459         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get),
22460         (gst_gnomevfssrc_srcpad_query), (gst_gnomevfssrc_srcpad_event):
22461           Some debug.
22462         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
22463         (gst_avi_demux_handle_src_event), (gst_avi_demux_read_superindex),
22464         (gst_avi_demux_read_subindexes), (gst_avi_demux_add_stream),
22465         (gst_avi_demux_stream_index), (gst_avi_demux_skip),
22466         (gst_avi_demux_sync), (gst_avi_demux_stream_scan),
22467         (gst_avi_demux_massage_index), (gst_avi_demux_stream_header):
22468         * gst/avi/gstavidemux.h:
22469           Support for openDML-2.0 indx/ix## chunks. Support for broken index
22470           recovery (where, if part of the index is broken, we will still read
22471           the rest of the index and recover the broken part by stream
22472           scanning). More broken media support. EOS workarounds. General AVI
22473           braindamage headache recovery. Aspirin included.
22474
22475 2004-10-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22476
22477         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_open),
22478         (cdparanoia_event), (cdparanoia_query):
22479           Get rid of hideous lead-in.
22480
22481 2004-10-11  Wim Taymans  <wim@fluendo.com>
22482
22483         * gst/playback/gstplaybasebin.c: (setup_source):
22484         Wrong var used to get g_list_next.
22485
22486 2004-10-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22487
22488         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_class_init),
22489         (cdparanoia_get), (cdparanoia_open):
22490           Report discid as metadata, add duration.
22491
22492 2004-10-11  Wim Taymans  <wim@fluendo.com>
22493
22494         * gst/playback/gstplaybasebin.c: (setup_source):
22495         Cleanup the previous pipeline a little earlier for the
22496         case that a source element provides raw data.
22497
22498 2004-10-11  Benjamin Otte  <otte@gnome.org>
22499
22500         * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
22501           reset v1 tag offset when there is no v1 tag. Fixes id3demux always
22502           consuming the last 128 bytes, even though it was valid mp3 data.
22503
22504 2004-10-10  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
22505
22506         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_palette_to_caps),
22507         (gst_v4lsrc_getcaps), (gst_v4lsrc_get):
22508         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay):
22509         Change g_warnings to GST_WARNING_OBJECT and fix colourspace issue
22510
22511 2004-10-10  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
22512
22513         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_src_link), (gst_v4lsrc_getcaps):
22514         Fix for webcams that support only specific width or height
22515
22516 2004-10-09  Tim-Philipp Müller  <t.i.m@zen.co.uk>
22517
22518         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22519
22520         * gst/wavenc/gstwavenc.c: (gst_wavenc_stop_file):
22521           Fix wrong discont event setup (fixes #154967).
22522
22523 2004-10-09  Sebastien Cote  <sc5@hermes.usherb.ca>
22524
22525         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22526
22527         * gst/auparse/gstauparse.c: (gst_auparse_chain):
22528           Error out on invalid data (fixes #154807).
22529
22530 2004-10-09  Tim-Philipp Müller  <t.i.m@zen.co.uk>
22531
22532         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22533
22534         * ext/dvdread/dvdreadsrc.c: (_read):
22535           Make titles > 0 work again (fixes #154834).
22536
22537 2004-10-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22538
22539         * gst-libs/gst/riff/riff-media.c:
22540         (gst_riff_create_video_template_caps):
22541           WMV3 missing in template caps.
22542
22543 2004-10-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22544
22545         * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
22546           OK, so the original code was too strict. It makes random AVI files
22547           hang for seconds upon opening, which is unacceptable and is far
22548           beyond the original goal of getting multiple chunks for one-chunk
22549           sounc stream files. So now do just that.
22550
22551 2004-10-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22552
22553         * gst/playback/gstplaybasebin.c: (setup_source),
22554         (gst_play_base_bin_change_state):
22555           Actually clean up streaminfo if output fails. This would trigger
22556           if, for example, there was no CD in the drive. No preroll, so
22557           a streaminfo structure is created, but the subsequent state change
22558           of the thread fails.
22559         * gst/playback/gstplaybin.c: (gst_play_bin_change_state):
22560           Don't change state if parent failed.
22561
22562 2004-10-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22563
22564         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
22565         (gst_play_bin_init), (gst_play_bin_get_property), (handoff),
22566         (gen_video_element), (remove_sinks):
22567           Add small bits of code for screenshot handling.
22568
22569 2004-10-08  Wim Taymans  <wim@fluendo.com>
22570
22571         * gst/playback/gstplaybin.c: (gst_play_bin_set_property),
22572         (gen_video_element), (gen_audio_element), (setup_sinks):
22573         Don't assume the user provided sinks are named "sink"...
22574
22575 2004-10-08  Wim Taymans  <wim@fluendo.com>
22576
22577         * gst/playback/gstplaybasebin.c: (gen_preroll_element),
22578         (unknown_type), (setup_source), (gst_play_base_bin_remove_element),
22579         (gst_play_base_bin_link_stream):
22580         Do not try to autoplug sources that generate raw streams like
22581         cdparanoia.
22582         disconnect the preroll overrun signal when we don't need it anymore.
22583
22584 2004-10-08  Milosz Derezynski  <internalerror.rez@fhtw-berlin.de>
22585
22586         * ext/cdparanoia/gstcdparanoia.c: (_do_init),
22587         Added reworked patch from #154903 from milosz derezynski (deadchip).
22588
22589 2004-10-08  Wim Taymans  <wim@fluendo.com>
22590
22591         * ext/cdparanoia/gstcdparanoia.c: (_do_init),
22592         (cdparanoia_base_init), (cdparanoia_class_init), (cdparanoia_init),
22593         (cdparanoia_dispose), (cdparanoia_get), (cdparanoia_change_state),
22594         (cdparanoia_convert), (cdparanoia_uri_get_type),
22595         (cdparanoia_uri_get_protocols), (cdparanoia_uri_get_uri),
22596         (cdparanoia_uri_set_uri), (cdparanoia_uri_handler_init):
22597         * ext/cdparanoia/gstcdparanoia.h:
22598         This adds the cdda://<tracknum> uri.
22599
22600 2004-10-08  Wim Taymans  <wim@fluendo.com>
22601
22602         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
22603         (gst_decode_bin_init), (find_compatibles), (close_pad_link),
22604         (try_to_link_1), (no_more_pads), (close_link), (type_found):
22605         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
22606         (unknown_type), (gst_play_base_bin_remove_element),
22607         (gst_play_base_bin_link_stream):
22608         * gst/playback/gstplaybasebin.h:
22609         * gst/playback/gstplaybin.c: (gst_play_bin_init),
22610         (gst_play_bin_set_property), (gen_video_element),
22611         (gen_audio_element), (setup_sinks):
22612         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type),
22613         (gst_stream_info_get_type), (gst_stream_info_class_init),
22614         (gst_stream_info_init), (gst_stream_info_new),
22615         (gst_stream_info_dispose), (stream_info_mute_pad),
22616         (gst_stream_info_set_property), (gst_stream_info_get_property):
22617         * gst/playback/gststreaminfo.h:
22618         Reuse the audio and video bins.
22619         Some internal cleanups in the stream selection code.
22620
22621 2004-10-08  Julien MOUTTE  <julien@moutte.net>
22622
22623         * sys/ximage/ximagesink.c: (gst_ximagesink_sink_link),
22624         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_init):
22625         * sys/ximage/ximagesink.h:
22626         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sink_link),
22627         (gst_xvimagesink_set_xwindow_id), (gst_xvimagesink_init):
22628         * sys/xvimage/xvimagesink.h: Reverting Ronald's changes as the issue is
22629         not coming from those elements. Moreover these elements should not keep
22630         the xid they have been given when in NULL state.
22631
22632 2004-10-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22633
22634         * sys/ximage/ximagesink.c: (gst_ximagesink_sink_link),
22635         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_init):
22636         * sys/ximage/ximagesink.h:
22637         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sink_link),
22638         (gst_xvimagesink_set_xwindow_id), (gst_xvimagesink_init):
22639         * sys/xvimage/xvimagesink.h:
22640           Actually only create a new toplevel window if we're not gonna
22641           embed it right after.
22642
22643 2004-10-07  Wim Taymans  <wim@fluendo.com>
22644
22645         * gst/playback/gstplaybasebin.c: (play_base_bin_mute_pad),
22646         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream):
22647         * gst/playback/gstplaybin.c: (setup_sinks):
22648         Implement muting/unmuting of streams, mute streams that are not
22649         used.
22650
22651 2004-10-07  Wim Taymans  <wim@fluendo.com>
22652
22653         * gst/typefind/gsttypefindfunctions.c: (ac3_type_find),
22654         (plugin_init):
22655         Added lame audio/x-ac3 typefind function.
22656
22657 2004-10-06  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
22658
22659         * configure.ac:
22660           bump nano to cvs
22661
22662 === release 0.8.5 ===
22663
22664 2004-10-06  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
22665
22666         * NEWS:
22667         * RELEASE:
22668         * configure.ac:
22669           releasing 0.8.5, "Take You On"
22670
22671 2004-10-06  Wim Taymans  <wim@fluendo.com>
22672
22673         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
22674         (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
22675         (no_more_pads), (close_link), (type_found):
22676         * gst/playback/gstplaybasebin.c: (new_decoded_pad):
22677         * gst/playback/gstplaybin.c: (gen_video_element):
22678         Do not signal the no_more_pads after the first pad when
22679         we are plugging a non dynamic element with multiple
22680         output pads (like swfdec, dvdec, ...).
22681
22682 2004-10-06  Thomas Vander Stichele  <thomas at apestaart dot org>
22683
22684         * configure.ac:
22685           bump for prerelease
22686
22687 2004-10-06  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
22688
22689         * gst/wavparse/gstwavparse.c:
22690           add ATRAC3 to STATIC CAPS to fix a warning
22691
22692         * gst/matroska/ebml-read.c:
22693         * gst-libs/gst/riff/riff-read.c:
22694           fix typos
22695
22696 2004-10-06  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
22697
22698         * gst-libs/gst/riff/riff-media.c:
22699           generate caps for ATRAC3 audio streams
22700
22701         * gst/realmedia/rmdemux.c:
22702           generate caps for ATRAC3 audio streams
22703
22704 2004-10-06  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
22705
22706         * gst/wavparse/Makefile.am
22707         * gst/wavparse/riff.h
22708         * gst/wavparse/wavparse.vcproj
22709           riff.h removal (unused and duplication with riff-ids.h)
22710
22711 2004-10-06  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
22712
22713         * gst/wavparse/gstwavparse.h
22714           remove duplicated defines for audio codec codes
22715
22716         * gst-libs/gst/riff/riff-ids.h
22717         * gst/wavenc/riff.h:
22718           add "4CC" code for ATRAC3 audio streams
22719           add "4CC" code for ITU_G721_ADPCM (unused for now)
22720
22721 2004-10-06  Wim Taymans  <wim@fluendo.com>
22722
22723         * gst/flx/gstflxdec.c: (gst_flxdec_init), (gst_flxdec_loop):
22724         Actually _do_ negotiation. Pass gdouble as arg instead
22725         of guint64 for the framerate.
22726
22727 2004-10-06  Wim Taymans  <wim@fluendo.com>
22728
22729         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
22730         (find_compatibles), (close_pad_link), (try_to_link_1),
22731         (no_more_pads), (close_link), (type_found):
22732         * gst/playback/gstplaybasebin.c: (new_decoded_pad):
22733         * gst/playback/gstplaybin.c: (gen_video_element),
22734         (gen_audio_element):
22735         Set state on newly added element to READY so that negotiation
22736         can happen ASAP.
22737         Addes some more debug info.
22738         Do not try to plug pads with multiple caps structures or ANY
22739         because it is too dangerous since we do not do dynamic
22740         replugging.
22741
22742 2004-10-06  Thomas Vander Stichele  <thomas at apestaart dot org>
22743
22744         written by: Gora Mohanty <gora_mohanty@yahoo.co.in>
22745
22746         * po/LINGUAS:
22747         * po/or.po:
22748           add Oriya translation
22749
22750 2004-10-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22751
22752         * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
22753           Prevent overwrite of size member. Makes audio sound crappy.
22754
22755 2004-10-05  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
22756
22757         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
22758         Add rmvb to the list of known RealMedia extensions
22759
22760 2004-10-05  Wim Taymans  <wim@fluendo.com>
22761
22762         * ext/libmng/gstmngdec.c: (gst_mngdec_loop), (mngdec_error),
22763         (mngdec_openstream), (mngdec_closestream),
22764         (mngdec_handle_sink_event), (mngdec_readdata),
22765         (mngdec_gettickcount), (mngdec_settimer), (mngdec_processheader),
22766         (mngdec_getcanvasline), (mngdec_refresh),
22767         (gst_mngdec_change_state):
22768         Set the framerate correctly.
22769
22770 2004-10-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22771
22772         * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
22773           There was something wrong with the index massaging.
22774
22775 2004-10-04  Wim Taymans  <wim@fluendo.com>
22776
22777         * ext/jpeg/gstjpeg.c: (smoke_type_find), (plugin_init):
22778         * ext/jpeg/gstsmokedec.c: (gst_smokedec_init),
22779         (gst_smokedec_chain):
22780         * ext/jpeg/gstsmokedec.h:
22781         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_class_init),
22782         (gst_smokeenc_init), (gst_smokeenc_resync), (gst_smokeenc_chain):
22783         * ext/jpeg/gstsmokeenc.h:
22784         * ext/jpeg/smokecodec.c: (smokecodec_encode_new),
22785         (smokecodec_decode_new), (smokecodec_info_free),
22786         (smokecodec_set_quality), (smokecodec_get_quality),
22787         (smokecodec_set_threshold), (smokecodec_get_threshold),
22788         (smokecodec_set_bitrate), (smokecodec_get_bitrate),
22789         (find_best_size), (abs_diff), (put), (smokecodec_encode_id),
22790         (smokecodec_encode), (smokecodec_parse_id),
22791         (smokecodec_parse_header), (smokecodec_decode):
22792         * ext/jpeg/smokecodec.h:
22793         * ext/jpeg/smokeformat.h:
22794         Updated smoke, new bitstream, allows embedding in ogg.
22795
22796 2004-10-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22797
22798         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_event):
22799           Fix seeking in some files. All this code is no longer needed (and
22800           actually breaks stuff) because we now synchronize the full index
22801           right when reading the header.
22802
22803 2004-10-04  Wim Taymans  <wim@fluendo.com>
22804
22805         * configure.ac:
22806         configure update for libmng.
22807
22808 2004-10-04  Wim Taymans  <wim@fluendo.com>
22809
22810         * ext/libmng/Makefile.am:
22811         * ext/libmng/gstmng.c: (plugin_init):
22812         * ext/libmng/gstmng.h:
22813         * ext/libmng/gstmngdec.c: (gst_mngdec_get_type),
22814         (gst_mngdec_base_init), (gst_mngdec_class_init),
22815         (gst_mngdec_sinklink), (gst_mngdec_init), (gst_mngdec_src_getcaps),
22816         (gst_mngdec_loop), (gst_mngdec_get_property),
22817         (gst_mngdec_set_property), (mngdec_error), (mngdec_openstream),
22818         (mngdec_closestream), (mngdec_handle_sink_event),
22819         (mngdec_readdata), (mngdec_gettickcount), (mngdec_settimer),
22820         (mngdec_processheader), (mngdec_getcanvasline), (mngdec_refresh),
22821         (gst_mngdec_change_state):
22822         * ext/libmng/gstmngdec.h:
22823         * ext/libmng/gstmngenc.c: (gst_mngenc_get_type),
22824         (mng_caps_factory), (raw_caps_factory), (gst_mngenc_base_init),
22825         (gst_mngenc_class_init), (gst_mngenc_sinklink), (gst_mngenc_init),
22826         (gst_mngenc_chain), (gst_mngenc_get_property),
22827         (gst_mngenc_set_property):
22828         * ext/libmng/gstmngenc.h:
22829         Added basic MNG decoder. Needs more work. The encoder does
22830         not work yet.
22831
22832 2004-10-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22833
22834         * gst/realmedia/rmdemux.c: (gst_rmdemux_handle_sink_event),
22835         (gst_rmdemux_loop), (gst_rmdemux_add_stream),
22836         (gst_rmdemux_parse_mdpr), (gst_rmdemux_dump_mdpr):
22837           Don't hang on length=0 chunks. Some negotiation fixes. Signal
22838           no-more-pads.
22839
22840 2004-10-04  Thomas Vander Stichele  <thomas at apestaart dot org>
22841
22842         * configure.ac:
22843           you need at least 1.0.4 of speex
22844
22845 2004-10-04 Iain <iaingnome@gmail.com>
22846
22847         * ext/speex/gstspeexdec.h: Revert the includes changes.
22848
22849         * ext/speex/gstspeexenc.[ch]: Revert the includes changes.
22850
22851 2004-09-30 Iain <iaingnome@gmail.com>
22852
22853         * sys/sunaudio/gstsunaudio.c (gst_sunaudiosink_open): Use the device
22854         found during init or set as a property instead of hardcoding /dev/audio
22855
22856 2004-10-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22857
22858         * gst/realmedia/rmdemux.c: (gst_rmdemux_class_init),
22859         (gst_rmdemux_init), (gst_rmdemux_handle_sink_event),
22860         (gst_rmdemux_loop), (gst_rmdemux_add_stream), (re_hexdump_bytes),
22861         (re_dump_pascal_string), (gst_rmdemux_dump__rmf),
22862         (gst_rmdemux_dump_prop), (gst_rmdemux_parse_mdpr),
22863         (gst_rmdemux_dump_mdpr), (gst_rmdemux_dump_indx),
22864         (gst_rmdemux_dump_data):
22865           Use debug category, fix EOS handling. filesrc ! rmdemux now
22866           works.
22867
22868 2004-10-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22869
22870         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
22871         (gst_avi_demux_stream_scan), (sort), (gst_avi_demux_massage_index),
22872         (gst_avi_demux_stream_header), (gst_avi_demux_stream_data):
22873           Improve allocation, cutting and sorting of the index. How takes a
22874           few seconds instead of minutes.
22875
22876 2004-10-03  Christophe Fergeau  <teuf@gnome.org>
22877
22878         * gst/realmedia/rmdemux.c: (gst_rmdemux_parse_mdpr):
22879           fixed compilation
22880
22881 2004-10-02  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22882
22883         * gst-libs/gst/riff/riff-media.c:
22884         (gst_riff_create_video_caps_with_data),
22885         (gst_riff_create_video_template_caps):
22886           Add wing commander format mimetype/fourccs.
22887         * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
22888           Don't crash if some value is 0.
22889
22890 2004-10-02  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22891
22892         * gst-libs/gst/riff/riff-media.c:
22893         (gst_riff_create_video_caps_with_data),
22894         (gst_riff_create_video_template_caps):
22895           Add DIB fourcc (raw, palettized 8-bit RGB).
22896         * gst-libs/gst/riff/riff-read.c:
22897         (gst_riff_read_strf_vids_with_data):
22898           Oops, fix strf_data reading bug.
22899         * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream):
22900           Use a non-NULL tag.
22901         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):
22902           Time for hacks. Sorry Dave. At least one quicktime movie (a
22903           trailer) that I've encountered contains multiple video tracks.
22904           One of those is the actual video track, the other are one-frame
22905           tracks (images). Unfortunately, the number of frames according
22906           to the trak header is 1 for each, so that doesn't help. So
22907           instead, I look at the duration and discard tracks with a
22908           duration shorter than 20% of the length of the stream. Better
22909           than nothing.
22910
22911 2004-10-01  Christian Schaller <christian@fluendo.com>
22912
22913         * ext/ivorbis/vorbis.c:
22914           Patch from Phil Blundell (Bug 152341)
22915
22916 2004-10-01  Wim Taymans  <wim@fluendo.com>
22917
22918         * ext/speex/gstspeexdec.c: (gst_speex_dec_class_init),
22919         (speex_dec_get_formats), (speex_dec_convert),
22920         (speex_dec_src_query), (speex_dec_src_event), (speex_dec_event),
22921         (speex_dec_chain), (gst_speexdec_get_property),
22922         (gst_speexdec_set_property):
22923         Small cleanups.
22924
22925 2004-10-01  Wim Taymans  <wim@fluendo.com>
22926
22927         * gst/wavparse/gstwavparse.c: (gst_wavparse_class_init),
22928         (gst_wavparse_stream_init), (gst_wavparse_fmt),
22929         (gst_wavparse_other), (gst_wavparse_loop),
22930         (gst_wavparse_pad_convert), (gst_wavparse_pad_query),
22931         (gst_wavparse_srcpad_event):
22932         * gst/wavparse/gstwavparse.h:
22933         Added some more debugging info.
22934         Fix the case where the length of the file is 0.
22935         Make sure we seek to sample borders.
22936
22937 2004-10-01  Wim Taymans  <wim@fluendo.com>
22938
22939         * gst/playback/README:
22940         * gst/playback/gstdecodebin.c: (gst_decode_bin_factory_filter),
22941         (gst_decode_bin_init), (find_compatibles), (close_pad_link),
22942         (try_to_link_1), (no_more_pads), (close_link), (type_found):
22943         Add some debug info to decodebin, update README
22944
22945 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22946
22947         * ext/dvdnav/dvdnavsrc.c: (dvdnav_handle_navigation_event):
22948           Don't use g_print(); use GST_DEBUG().
22949
22950 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22951
22952         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
22953         (gst_ogg_mux_queue_pads):
22954           Handle EOS properly.
22955
22956 2004-10-01  Sebastien Cote  <sc5@hermes.usherb.ca>
22957
22958         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22959
22960         * ext/faad/gstfaad.c: (gst_faad_init), (gst_faad_sinkconnect),
22961         (gst_faad_chain), (gst_faad_change_state):
22962         * ext/faad/gstfaad.h:
22963           Allow playback of raw (unframed) MPEG AAC files (#148993).
22964
22965 2004-10-01  Sebastien Cote  <sc5@hermes.usherb.ca>
22966
22967         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22968
22969         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt):
22970           Throw error if we didn't recognize the stream. Fixes #152289.
22971
22972 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22973
22974         * gst/videoscale/gstvideoscale.c: (gst_videoscale_link):
22975           Fix negotiation.
22976
22977 2004-10-01  Francis Labonte  <francis_labonte@hotmail.com>
22978
22979         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22980
22981         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt):
22982           Fix memleak.
22983
22984 2004-10-01  Balamurali Viswanathan  <balamurali.viswanathan@wipro.com>
22985
22986         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22987
22988         * sys/sunaudio/gstsunaudio.c: (gst_sunaudiosink_setparams):
22989           Solve #152805.
22990         * sys/sunaudio/gstsunmixer.c: (gst_sunaudiomixer_set_mute):
22991           Solve 152806.
22992
22993 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22994
22995         * gst-libs/gst/riff/riff-media.c:
22996         (gst_riff_create_video_caps_with_data),
22997         (gst_riff_create_audio_caps_with_data):
22998           Add codec_data handling (like asfdemux used to do).
22999         * gst/asfdemux/gstasf.c: (plugin_init):
23000         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_base_init),
23001         (gst_asf_demux_add_audio_stream), (gst_asf_demux_add_video_stream):
23002           Use riff-media for caps creation instead of our own (mostly
23003           broken) copy of its functions.
23004
23005 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23006
23007         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_try_capture):
23008           Don't actually error out if we get another return value than
23009           -EINVAL. Opposite to what I first thought, drivers have random
23010           return values for this, although -EINVAL is the expected return
23011           value. Since this is not fatal, we shouldn't use
23012           GST_ELEMENT_ERROR() but just GST_ERROR_OBJECT().
23013
23014 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23015
23016         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_class_init),
23017         (dvdreadsrc_init), (dvdreadsrc_dispose), (dvdreadsrc_set_property),
23018         (dvdreadsrc_get_property), (_open), (_seek), (_read),
23019         (dvdreadsrc_get), (dvdreadsrc_open_file),
23020         (dvdreadsrc_change_state):
23021           Fix. Don't do one big huge loop around the whole DVD, that will
23022           cache all data and thus eat sizeof(dvd) (several GB) before we
23023           see something.
23024         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_seek):
23025           Actually NULL'ify event after using it.
23026         * gst/matroska/ebml-read.c: (gst_ebml_read_use_event),
23027         (gst_ebml_read_handle_event), (gst_ebml_read_element_id),
23028         (gst_ebml_read_element_length), (gst_ebml_read_element_data),
23029         (gst_ebml_read_seek), (gst_ebml_read_skip):
23030           Handle events.
23031         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_base_init),
23032         (gst_dvd_demux_init), (gst_dvd_demux_get_audio_stream),
23033         (gst_dvd_demux_get_subpicture_stream), (gst_dvd_demux_plugin_init):
23034           Fix timing (this will probably break if I seek using menus, but
23035           I didn't get there yet). VOBs and normal DVDs should now work.
23036           Add a mpeg2-only pad with high rank so this get autoplugged for
23037           MPEG-2 movies.
23038         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_base_init),
23039         (gst_mpeg_demux_class_init), (gst_mpeg_demux_init),
23040         (gst_mpeg_demux_new_output_pad), (gst_mpeg_demux_get_video_stream),
23041         (gst_mpeg_demux_get_audio_stream),
23042         (gst_mpeg_demux_get_private_stream), (gst_mpeg_demux_parse_packet),
23043         (gst_mpeg_demux_parse_pes), (gst_mpeg_demux_plugin_init):
23044           Use this as second rank for MPEG-1 and MPEG-2. Still use this for
23045           MPEG-1 but use dvddemux for MPEG-2.
23046         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_class_init),
23047         (gst_mpeg_parse_init), (gst_mpeg_parse_new_pad),
23048         (gst_mpeg_parse_parse_packhead):
23049           Timing. Only add pad template if it exists. Add sink template from
23050           class and not from ourselves. This means we will always use the
23051           correct sink template even if it is not the one defined in this
23052           file.
23053
23054 2004-09-29  Wim Taymans  <wim@fluendo.com>
23055
23056         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_packet),
23057         (gst_mpeg_demux_parse_pes):
23058         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_parse_packhead):
23059         Fix playback of mpeg again, timestamps where screwed up by
23060         patch 1.61.
23061
23062 2004-09-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23063
23064         * ext/flac/gstflacdec.c: (gst_flacdec_src_query):
23065           Only return true if we actually filled something in. Prevents
23066           player applications from showing a random length for flac files.
23067         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_class_init),
23068         (gst_riff_read_use_event), (gst_riff_read_handle_event),
23069         (gst_riff_read_seek), (gst_riff_read_skip), (gst_riff_read_strh),
23070         (gst_riff_read_strf_vids_with_data),
23071         (gst_riff_read_strf_auds_with_data), (gst_riff_read_strf_iavs):
23072           OK, ok, so I implemented event handling. Apparently it's normal
23073           that we receive random events at random points without asking
23074           for it.
23075         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
23076         (gst_avi_demux_src_convert), (gst_avi_demux_handle_src_query),
23077         (gst_avi_demux_handle_src_event), (gst_avi_demux_stream_index),
23078         (gst_avi_demux_sync), (gst_avi_demux_stream_scan),
23079         (gst_avi_demux_massage_index), (gst_avi_demux_stream_header),
23080         (gst_avi_demux_handle_seek), (gst_avi_demux_process_next_entry),
23081         (gst_avi_demux_stream_data), (gst_avi_demux_loop):
23082         * gst/avi/gstavidemux.h:
23083           Implement non-lineair chunk handling and subchunk processing.
23084           The first solves playback of AVI files where the audio and video
23085           data of individual buffers that we read are not synchronized.
23086           This should not happen according to the wonderful AVI specs, but
23087           of course it does happen in reality. It is also a prerequisite for
23088           the second. Subchunk processing allows us to cut chunks in small
23089           pieces and process each of these pieces separately. This is
23090           required because I've seen several AVI files with incredibly large
23091           audio chunks, even some files with only one audio chunk for the
23092           whole file. This allows for proper playback including seeking.
23093           This patch is supposed to fix all AVI A/V sync issues.
23094         * gst/flx/gstflxdec.c: (gst_flxdec_class_init),
23095         (flx_decode_chunks), (flx_decode_color), (gst_flxdec_loop):
23096           Work.
23097         * gst/modplug/gstmodplug.cc:
23098           Proper return value setting for the query() function.
23099         * gst/playback/gstplaybasebin.c: (setup_source):
23100           Being in non-playing state (after, e.g., EOS) is not necessarily
23101           a bad thing. Allow for that. This fixes playback of short files.
23102           They don't actually playback fully now, because the clock already
23103           runs. This means that small files (<500kB) with a small length
23104           (<2sec) will still not or barely play. Other files, such as mod
23105           or flx, will work correctly, however.
23106
23107 2004-09-28  Wim Taymans  <wim@fluendo.com>
23108
23109         * ext/speex/gstspeex.c: (plugin_init):
23110         * ext/speex/gstspeexdec.c: (gst_speex_dec_base_init),
23111         (gst_speex_dec_class_init), (speex_dec_get_formats),
23112         (speex_get_event_masks), (speex_get_query_types),
23113         (gst_speex_dec_init), (speex_dec_convert), (speex_dec_src_query),
23114         (speex_dec_src_event), (speex_dec_event), (speex_dec_chain),
23115         (gst_speexdec_get_property), (gst_speexdec_set_property),
23116         (speex_dec_change_state):
23117         * ext/speex/gstspeexdec.h:
23118         * ext/speex/gstspeexenc.c: (gst_speexenc_get_formats),
23119         (gst_speexenc_get_type), (speex_caps_factory), (raw_caps_factory),
23120         (gst_speexenc_base_init), (gst_speexenc_class_init),
23121         (gst_speexenc_sinkconnect), (gst_speexenc_convert_src),
23122         (gst_speexenc_convert_sink), (gst_speexenc_get_query_types),
23123         (gst_speexenc_src_query), (gst_speexenc_init),
23124         (gst_speexenc_get_tag_value), (comment_init), (comment_add),
23125         (gst_speexenc_metadata_set1), (gst_speexenc_set_metadata),
23126         (gst_speexenc_setup), (gst_speexenc_buffer_from_data),
23127         (gst_speexenc_push_buffer), (gst_speexenc_set_header_on_caps),
23128         (gst_speexenc_chain), (gst_speexenc_get_property),
23129         (gst_speexenc_set_property), (gst_speexenc_change_state):
23130         * ext/speex/gstspeexenc.h:
23131         Rewrote speex encoder, make sure it can be embedded in ogg.
23132         Implemented speex decoder.
23133
23134 2004-09-28  Christian Schaller <christian@fluendo.com>
23135
23136         * configure.ac:
23137         Remove kioslave plugin. Markey is brewing a new working one
23138         * ext/Makefile.am: Remove kioslave plugin
23139         * ext/kio: remove
23140         * gst-plugins.spec.in: remove kio plugin from spec
23141
23142 2004-09-27  Wim Taymans  <wim@fluendo.com>
23143
23144         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
23145         (gst_multifdsink_remove), (gst_multifdsink_remove_client_link),
23146         (is_sync_frame), (gst_multifdsink_client_queue_buffer),
23147         (gst_multifdsink_new_client),
23148         (gst_multifdsink_handle_client_write),
23149         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
23150         (gst_multifdsink_handle_clients):
23151         * gst/tcp/gstmultifdsink.h:
23152         Make syncing to keyframes actually work for new clients and lagging
23153         clients.
23154
23155 2004-09-26  Benjamin Otte  <in7y118@public.uni-hamburg.de>
23156
23157         * gst/debug/gstnavigationtest.c: (gst_navigationtest_class_init),
23158         (gst_navigationtest_handle_src_event), (draw_box_planar411),
23159         (gst_navigationtest_planar411), (gst_navigationtest_change_state):
23160         * gst/debug/gstnavigationtest.h:
23161           make navigationtest display button-press and button-release events
23162
23163 2004-09-26 Iain <iaingnome@gmail.com>
23164
23165         * gst/interleave/interleave.c (all_channels_new_media): Checks if all
23166         the channels have received a new media event.
23167         (interleave_buffered_loop): Compresses a new media event on all
23168         channels into one.
23169
23170 2004-09-26 Iain <iaingnome@gmail.com>
23171
23172         * gst/wavenc/gstwavenc.c (gst_wavenc_chain): Company says we need to
23173         call the sinkpad's default event handler and not the srcpads. He also
23174         says this is confusing :)
23175         (gst_wavenc_stop_file): Company says that seek events only go upstream
23176         we should send a discontinuous downstream instead.
23177
23178 2004-09-25  Christian Schaller <christian@fluendo.com>
23179
23180         * Update SPEC file to be usable in conjunction with Fedora Core,
23181           Fedora.us and freshrpms packages
23182         * Fix typo in multifilesrc test Makefile
23183
23184 2004-09-24  Wim Taymans  <wim@fluendo.com>
23185
23186         * gst/playback/gstplaybasebin.c: (new_decoded_pad):
23187         Only signal the no_more_pads signal when we have
23188         added the stream to our list.
23189
23190 2004-09-24  Wim Taymans  <wim@fluendo.com>
23191
23192         * gst/playback/gstplaybasebin.c: (remove_prerolls),
23193         (new_decoded_pad):
23194         * gst/playback/gstplaybasebin.h:
23195         * gst/playback/gstplaybin.c: (setup_sinks):
23196         Don't try to preroll or decode more than one audio/video
23197         track.
23198
23199 2004-09-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23200
23201         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
23202           Throw error if we failed to find a suitable output. This should
23203           throw an error if we successfully set up a pipeline (e.g. because
23204           we recognized a media file) but found no decodable streams in it
23205           (e.g. because it contains only media stream types for which we
23206           have no decoders, or because it's not a media type).
23207
23208 2004-09-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23209
23210         * ext/dirac/Makefile.am:
23211         * ext/dirac/gstdirac.cc:
23212         * ext/dirac/gstdiracdec.cc:
23213         * ext/dirac/gstdiracdec.h:
23214           Do something. Don't actually know if this works because I don't
23215           have a demuxer yet.
23216         * ext/gsm/gstgsmdec.c: (gst_gsmdec_getcaps):
23217           Add channels=1 to caps returned from _getcaps().
23218         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_get_type),
23219         (gst_ogm_video_parse_get_type), (gst_ogm_audio_parse_base_init),
23220         (gst_ogm_video_parse_base_init), (gst_ogm_parse_init),
23221         (gst_ogm_audio_parse_init), (gst_ogm_video_parse_init),
23222         (gst_ogm_parse_sink_convert), (gst_ogm_parse_chain),
23223         (gst_ogm_parse_change_state):
23224           Separate between audio/video so ogmaudioparse actually uses the
23225           audio pad templates. Both audio and video work now, including
23226           autoplugging. Also use sometimes-srcpad hack.
23227         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_seek):
23228           Handle events better. Don't hang on infinite loops.
23229         * gst/avi/gstavidemux.c: (gst_avi_demux_class_init),
23230         (gst_avi_demux_init), (gst_avi_demux_reset),
23231         (gst_avi_demux_src_convert), (gst_avi_demux_handle_src_query),
23232         (gst_avi_demux_stream_header), (gst_avi_demux_stream_data),
23233         (gst_avi_demux_change_state):
23234         * gst/avi/gstavidemux.h:
23235           Improve A/V sync. Still not perfect.
23236         * gst/matroska/ebml-read.c: (gst_ebml_read_seek),
23237         (gst_ebml_read_skip):
23238           Handle events better.
23239         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event),
23240         (gst_qtdemux_loop_header), (qtdemux_parse_trak),
23241         (qtdemux_audio_caps):
23242           Add IMA4. Improve event handling. Save offset after a seek when
23243           the headers are at the end of the file so that we don't end up in
23244           an infinite loop.
23245         * gst/typefind/gsttypefindfunctions.c: (qt_type_find):
23246           Add low-priority typefind support for files with no length.
23247
23248 2004-09-23  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
23249
23250         * testsuite/multifilesink/Makefile.am:
23251         fix typo
23252
23253 2004-09-22  Julien MOUTTE  <julien@moutte.net>
23254
23255         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_destroy):
23256         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls): Fix
23257         mistakes from thaytan's patches.
23258
23259 2004-09-23  Jan Schmidt  <thaytan@mad.scientist.com>
23260
23261         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_destroy):
23262           For completeness, XSync in the destroy function as xvimage does.
23263
23264 2004-09-23  Jan Schmidt  <thaytan@mad.scientist.com>
23265
23266         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_getcaps):
23267            Correct caps negotiation
23268         * gst/volume/gstvolume.c: (volume_chain_float),
23269         (volume_chain_int16):
23270            Modify debug output to be little more informative
23271         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls):
23272         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
23273         (gst_xvimagesink_xvimage_destroy):
23274           Add XSync calls after detaching from the shared memory segment to
23275           avoid a crash.
23276
23277 2004-09-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
23278
23279         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
23280         (gst_ogg_mux_next_buffer), (gst_ogg_mux_loop):
23281         * ext/vorbis/vorbis.c: (plugin_init):
23282         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
23283         (gst_vorbisenc_chain):
23284         * ext/vorbis/vorbisenc.h:
23285         remove explicit newmedia support from oggmux and vorbisenc
23286         add debug category to vorbisenc
23287         * gst/multifilesink/gstmultifilesink.c:
23288         (gst_multifilesink_class_init), (gst_multifilesink_init),
23289         (gst_multifilesink_dispose), (gst_multifilesink_set_location),
23290         (gst_multifilesink_set_property), (gst_multifilesink_next_file),
23291         (gst_multifilesink_handle_event), (gst_multifilesink_chain),
23292         (plugin_init):
23293         * gst/multifilesink/gstmultifilesink.h:
23294         add support for streamheader in multifilesink
23295
23296 2004-09-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23297
23298         * gst/asfdemux/gstasfdemux.c: (_read_var_length), (_read_guid),
23299         (gst_asf_demux_process_segment), (gst_asf_demux_handle_data),
23300         (gst_asf_demux_process_chunk), (gst_asf_demux_handle_sink_event):
23301           Prevent infinite loops. More correct error reporting.
23302         * gst/auparse/gstauparse.c: (gst_auparse_chain):
23303           Error out if negotiation fails.
23304         * gst/playback/gstplaybasebin.c: (setup_source),
23305         (gst_play_base_bin_change_state), (gst_play_base_bin_error),
23306         (gst_play_base_bin_found_tag):
23307           Error/tag forwarding. Pre-roll fixes for source errors on state
23308           changes (e.g. "file does not exist") to prevent hangs.
23309
23310 2004-09-21  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
23311
23312         * testsuite/multifilesink/Makefile.am:
23313         * testsuite/multifilesink/lame_test.c: (gst_newmedia_base_init),
23314         (gst_newmedia_class_init), (gst_newmedia_init),
23315         (gst_newmedia_chain), (gst_newmedia_trigger), (test_format),
23316         (newfile_signal), (test_signal), (main):
23317         * testsuite/multifilesink/multifilesrc_test.c: (main):
23318         * testsuite/multifilesink/oggtheora_test.c:
23319         (gst_newmedia_base_init), (gst_newmedia_class_init),
23320         (gst_newmedia_init), (gst_newmedia_chain), (gst_newmedia_trigger),
23321         (test_format), (newfile_signal), (test_signal), (main):
23322         * testsuite/multifilesink/oggvorbis_test.c:
23323         (gst_newmedia_base_init), (gst_newmedia_class_init),
23324         (gst_newmedia_init), (gst_newmedia_chain), (gst_newmedia_trigger),
23325         (test_format), (newfile_signal), (test_signal), (main):
23326         * testsuite/multifilesink/wavenc_test.c: (gst_newmedia_base_init),
23327         (gst_newmedia_class_init), (gst_newmedia_init),
23328         (gst_newmedia_chain), (gst_newmedia_trigger), (test_format),
23329         (newfile_signal), (test_signal), (main):
23330         New media tests
23331
23332 2004-09-20  Christian Schaller <christian@fluendo.com>
23333
23334         * Fix mikmod license to LGPL as they have relicensed
23335         * Move Dirac and Effectv into LGPL section of README_license
23336
23337 2004-09-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23338
23339         * ext/mad/gstmad.c: (gst_mad_check_caps_reset),
23340         (gst_mad_change_state):
23341           Allow for mp3 rate/channels changes. However, only very
23342           conservatively. Reason that we *have* to enable this is smiply
23343           because the mad find_sync() function is not good enough, it will
23344           regularly sync on random data as valid frames and therefore make
23345           us provide random caps as *final* caps of the stream. The best fix
23346           I could think of is to simply require several of the same stream
23347           changes in a row before we change caps.
23348           The actual testcase that works now is #
23349         * ext/ogg/Makefile.am:
23350         * ext/ogg/gstogg.c: (plugin_init):
23351         * ext/ogg/gstogmparse.c:
23352           OGM support (video only for now; I need an audio sample file).
23353         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_base_init),
23354         (gst_asf_demux_process_stream), (gst_asf_demux_video_caps),
23355         (gst_asf_demux_add_video_stream):
23356           WMV extradata.
23357         * gst/playback/gstplaybasebin.c: (unknown_type):
23358           Don't error out on single unknown-types after all. It's wrong.
23359           If we found type of video and audio but not of a subtitle stream,
23360           it will still error out (which is unwanted). Will find a better fix
23361           later on.
23362         * gst/typefind/gsttypefindfunctions.c: (ogmvideo_type_find),
23363         (ogmaudio_type_find), (plugin_init):
23364           OGM support.
23365
23366 2004-09-20  Johan Dahlin  <johan@gnome.org>
23367
23368         * ext/jpeg/gstjpegdec.c (gst_jpegdec_chain): Allocate the buffer
23369         after setting caps.
23370
23371 2004-09-19  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
23372
23373         * gst/wavenc/gstwavenc.c: (gst_wavenc_init), (gst_wavenc_chain):
23374         * gst/wavenc/gstwavenc.h:
23375         Added newmedia support to wavenc
23376
23377 2004-09-17  Wim Taymans  <wim@fluendo.com>
23378
23379         * gst/tcp/gstfdset.c: (gst_fdset_fd_has_closed),
23380         (gst_fdset_fd_has_error), (gst_fdset_fd_can_read),
23381         (gst_fdset_fd_can_write), (gst_fdset_wait):
23382         * gst/tcp/gstmultifdsink.c: (gst_client_status_get_type),
23383         (gst_multifdsink_init), (gst_multifdsink_add),
23384         (gst_multifdsink_remove), (gst_multifdsink_get_stats),
23385         (gst_multifdsink_remove_client_link),
23386         (gst_multifdsink_client_queue_buffer),
23387         (gst_multifdsink_handle_client_write),
23388         (gst_multifdsink_recover_client), (gst_multifdsink_handle_clients),
23389         (gst_multifdsink_close), (gst_multifdsink_change_state):
23390         * gst/tcp/gstmultifdsink.h:
23391         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
23392         (gst_tcpserversink_removed):
23393         Small cleanups in fdset.c
23394         Use a hastable to map fd to the client structure for faster
23395         lookup in _remove and get_stats.
23396         Added virtual function to close the fds.
23397         Handle clients even when the select/poll call was unblocked because
23398         of a command.
23399         Implement syncing to keyframe in the recovery procedure.
23400
23401 2004-09-16 Iain <iaingnome@gmail.com>
23402
23403         * gst/audioconvert/gstaudioconvert.c (_fixate_caps_to_int): Free the
23404         try caps.
23405
23406 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23407
23408         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_get_audio_stream):
23409           Caps are only set if the type of the stream is unknown, but this
23410           is initialized in ->init_stream(), so set to UNKNOWN after calling
23411           ->init_stream() so that capsnego starts.
23412
23413 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23414
23415         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
23416         (gst_avi_demux_stream_data):
23417           Just hardcode for raw audio then. AVI audio sucks.
23418
23419 2004-09-15  Arwed v. Merkatz  <v.merkatz@gmx.net>
23420
23421         * gst/matroska/matroska-demux.c: (gst_matroska_demux_audio_caps):
23422         * gst/matroska/matroska-mux.c: (audiosink_templ),
23423         (gst_matroska_mux_audio_pad_link):
23424         * gst/typefind/gsttypefindfunctions.c: (tta_caps), (plugin_init):
23425         Use audio/x-ttafile for tta files and audio/x-tta for raw tta frames.
23426
23427 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23428
23429         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
23430         (gst_avi_demux_stream_data):
23431           Try to fix a/v sync issues.
23432
23433 2004-09-15  David Schleef  <ds@schleef.org>
23434
23435         * configure.ac: remove NASM check, since we don't use it.  Update
23436         dirac check to 0.4
23437         * ext/dirac/gstdiracdec.cc: update to current 0.4 API
23438         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
23439         Initialized variables.
23440         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
23441         (gst_qtdemux_loop_header), (qtdemux_parse), (qtdemux_parse_trak),
23442         (gst_qtdemux_handle_esds), (qtdemux_audio_caps): Fix seeking, add
23443         SVQ3 format
23444
23445 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23446
23447         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
23448         (gst_avi_demux_add_stream), (gst_avi_demux_stream_data):
23449         * gst/avi/gstavidemux.h:
23450           Fix for compressed audio (mp3) timestamp generation. How did this
23451           ever work?
23452
23453 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23454
23455         * gst/playback/gstplaybin.c: (gst_play_bin_get_property):
23456           Volume is a double not a float.
23457
23458 2004-09-15  Wim Taymans  <wim@fluendo.com>
23459
23460         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_remove_client_link),
23461         (gst_multifdsink_handle_clients), (gst_multifdsink_change_state):
23462         Don't close the fd in multifdsink as we didn't open it in the
23463         first place. Some cleanups.
23464
23465 2004-09-15  Wim Taymans  <wim@fluendo.com>
23466
23467         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
23468         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
23469         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop):
23470         Fix the case where the muxer would mark pages as delta
23471         frames when they are not (vorbis only ogg).
23472
23473 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23474
23475         * gst/playback/gstplaybasebin.c: (state_change), (setup_source),
23476         (gst_play_base_bin_change_state):
23477           Handle the case where we failed to setup a clear pipeline. This
23478           will throw an error (or EOS, another nice case) and if you don't
23479           catch that, the app will wait for the signal forever (and thus
23480           hang).
23481
23482 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23483
23484         * ext/gnomevfs/gstgnomevfssink.c:
23485         (gst_gnomevfssink_uri_get_protocols):
23486         * ext/gnomevfs/gstgnomevfssrc.c:
23487         (gst_gnomevfssrc_uri_get_protocols):
23488         * ext/gnomevfs/gstgnomevfsuri.c: (gst_gnomevfs_get_supported_uris):
23489         * ext/gnomevfs/gstgnomevfsuri.h:
23490           Use _uri_new() instead of _open(), so it doesn't take as long and
23491           Christophe's computer won't hang.
23492         * gst/playback/gstplaybasebin.c: (unknown_type):
23493           Throw error on unknown media type, so apps actually display it.
23494
23495 2004-09-14  Brian Cameron  <brian.cameron@sun.com
23496
23497         * tools/gst-launch-ext-m.m:  Changed ~ to $ENV{HOME} to allow
23498           this script to work on Solaris since bash shell handles echo
23499           differenly than bash.
23500
23501 2004-09-17  Wim Taymans  <wim@fluendo.com>
23502
23503         * gst/playback/gstplaybasebin.c: (queue_overrun), (no_more_pads),
23504         (setup_source), (gst_play_base_bin_set_property),
23505         (gst_play_base_bin_add_element):
23506         * gst/playback/gstplaybin.c: (gst_play_bin_send_event):
23507         Some more work on making sure seeking pauses the pipeline and
23508         that changing the uri actually does something.
23509
23510 2004-09-17  Wim Taymans  <wim@fluendo.com>
23511
23512         * gst/tcp/gstfdset.c: (gst_fdset_wait):
23513         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_close):
23514         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_init_send),
23515         (gst_tcpserversink_close):
23516         Be a bit more paranoid when freeing memory.
23517
23518 2004-09-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23519
23520         * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream),
23521         (qtdemux_parse_trak):
23522           Don't crash by dividing by zero (see sample movie in #126922).
23523
23524 2004-09-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23525
23526         * gst/qtdemux/qtdemux.c: (qtdemux_audio_caps):
23527           Don't touch non-existing data (fixes crash on file in #140147).
23528
23529 2004-09-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23530
23531         * gst/playback/gstplaybasebin.c:
23532         (gst_play_base_bin_dispose), (gst_play_base_bin_set_property):
23533           Handle double disposals, and proper change of URIs.
23534
23535 2004-09-13  Martin Eikermann <meiker@upb.de>
23536
23537         * gst/mpegstream/gstmpegparse.c:
23538           fix synchronistation for streams recorded from digital PCR
23539           fixes bug #119376
23540
23541 2004-09-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23542
23543         * ext/gnomevfs/Makefile.am:
23544         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
23545         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_get_type),
23546         (gst_gnomevfssink_dispose), (gst_gnomevfssink_init),
23547         (gst_gnomevfssink_uri_get_type),
23548         (gst_gnomevfssink_uri_get_protocols),
23549         (gst_gnomevfssink_uri_get_uri), (gst_gnomevfssink_uri_set_uri),
23550         (gst_gnomevfssink_uri_handler_init),
23551         (gst_gnomevfssink_set_property), (gst_gnomevfssink_get_property),
23552         (gst_gnomevfssink_open_file), (gst_gnomevfssink_close_file):
23553         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get_type),
23554         (gst_gnomevfssrc_init), (gst_gnomevfssrc_dispose),
23555         (gst_gnomevfssrc_uri_get_type),
23556         (gst_gnomevfssrc_uri_get_protocols), (gst_gnomevfssrc_uri_get_uri),
23557         (gst_gnomevfssrc_uri_set_uri), (gst_gnomevfssrc_uri_handler_init),
23558         (gst_gnomevfssrc_set_property), (gst_gnomevfssrc_get_property),
23559         (gst_gnomevfssrc_open_file), (gst_gnomevfssrc_close_file):
23560         * ext/gnomevfs/gstgnomevfsuri.c: (gst_gnomevfs_get_supported_uris):
23561         * ext/gnomevfs/gstgnomevfsuri.h:
23562           Add URI support to Gnome-VFS plugins. Tries to load a fixed list
23563           of fake URIs to see which this version of Gnome-VFS likes, and
23564           uses that for the Gst-URI interface. Makes playbin support http://
23565           streams. Also fix up some stupid behaviour in gnomevfssrc.
23566
23567 2004-09-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23568
23569         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_update),
23570         (gst_alsa_mixer_get_volume), (gst_alsa_mixer_set_volume),
23571         (gst_alsa_mixer_set_mute), (gst_alsa_mixer_set_record),
23572         (gst_alsa_mixer_set_option), (gst_alsa_mixer_get_option):
23573           Update mixer (to sync with other sessions) if we try to obtain
23574           a new value. This makes alsamixer work accross applications.
23575         * ext/alsa/gstalsasink.c: (gst_alsa_sink_get_time):
23576           Only call sync functions if we're running, else alsalib asserts.
23577         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query):
23578           Sometimes fails to compile. Possibly a gcc bug.
23579         * gst/playback/gstplaybin.c: (gen_video_element),
23580         (gen_audio_element):
23581           Add a reference to an application-provided object, because we lose
23582           this same reference if we add it to the bin. If we don't do this,
23583           we can only use this object once and thus crash if we go from
23584           ready to playing, back to ready and back to playing again.
23585           Also add an audioscale element because several cheap soundcards -
23586           like mine - don't support all samplerates.
23587         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
23588         (gst_ximagesink_xcontext_clear), (gst_ximagesink_change_state):
23589           Fix wrong order or PAR calls. Makes automatically obtained PAR
23590           from the X server atually being used.
23591
23592 2004-09-12  David Schleef  <ds@schleef.org>
23593
23594         Fixes: #151879, #151881, #151882, #151883, #151884, #151886,
23595         #151887, #152102, #152247.
23596         * examples/indexing/indexmpeg.c: 64-bit warning fixes.
23597         * examples/seeking/cdparanoia.c: same
23598         * examples/seeking/cdplayer.c: same
23599         * examples/seeking/seek.c: same
23600         * examples/seeking/spider_seek.c: same
23601         * examples/seeking/vorbisfile.c: same
23602         * examples/stats/mp2ogg.c: same
23603         * ext/esd/esdsink.c: (gst_esdsink_class_init),
23604         (gst_esdsink_dispose): Dispose of element properly.
23605         * ext/ivorbis/vorbisfile.c: (gst_ivorbisfile_seek): 64-bit warning
23606         fixes.
23607         * ext/nas/nassink.c: (gst_nassink_class_init),
23608         (gst_nassink_dispose): Dispose of element correctly.
23609         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain): Fix leak.
23610         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
23611         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy):
23612         Fix 64-bit warning.
23613         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
23614         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy):
23615         Fix 64-bit warning.
23616
23617 2004-09-12  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
23618
23619         * configure.ac : change speex detection as 1.1.6 now uses
23620           .pc/pkg-config and they changed their headers location.
23621
23622 2004-09-09  Arwed v. Merkatz  <v.merkatz@gmx.net>
23623
23624         * gst/matroska/matroska-mux.h:
23625         * gst/matroska/matroska-mux.c: (gst_matroska_mux_reset),
23626         (gst_matroska_mux_start), (gst_matroska_mux_finish),
23627         (gst_matroska_mux_write_data):
23628           Write multiple blocks/frames per cluster.
23629                 Write meta-seek information (seek heads).
23630
23631 2004-09-09  Scott Wheeler <wheeler@kde.org>
23632
23633         * gst/gstplaybin.c: (gst_play_bin_class_init), (gst_play_bin_init),
23634         (gst_play_bin_set_property), (gst_play_bin_get_property),
23635         (gen_audio_element), (gen_audio_element):
23636           Add a volume element / property to the pipeline.
23637
23638 2004-09-07  Wim Taymans  <wim@fluendo.com>
23639
23640         * gst/videomixer/videomixer.c: (gst_videomixer_blend_buffers):
23641         Copy timestamps from the master pad to the output buffers.
23642
23643 2004-09-03  Thomas Vander Stichele  <thomas at apestaart dot org>
23644
23645         * ext/raw1394/gstdv1394src.c:
23646           throw errors when applicable
23647
23648 2004-09-01  Arwed v. Merkatz  <v.merkatz@gmx.net>
23649
23650         * gst/matroska/ebml-ids.h:
23651         * gst/matroska/ebml-read.c: (gst_ebml_read_date):
23652         * gst/matroska/ebml-write.c: (gst_ebml_write_date):
23653         * gst/matroska/matroska-mux.c: (gst_matroska_mux_finish):
23654           automatically convert unix time <-> ebml time when reading/writing
23655           a date, use gst_ebml_write_uint to write CUETIME,
23656           not gst_ebml_write_date.
23657         * gst/matroska/matroska-ids.h:
23658         * gst/matroska/matroska-mux.c: (gst_matroska_mux_create_uid),
23659         (gst_matroska_mux_reset), (gst_matroska_mux_audio_pad_link),
23660         (gst_matroska_mux_track_header), (gst_matroska_mux_start),
23661         (gst_matroska_mux_write_data):
23662           Write track and segment UIDs, write muxing date, write
23663           TRACKDEFAULTDURATION for TTA audio, write BLOCKDURATION if known.
23664           Create cues for audio only files.
23665
23666 2004-08-31  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23667
23668         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
23669         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
23670           Re-commit ALSA switches.
23671         * gst/adder/gstadder.c: (gst_adder_loop):
23672           64-bit fix (#151416).
23673         * gst/debug/progressreport.c: (gst_progressreport_report):
23674           64-bit fix (#151419).
23675         * gst/matroska/matroska-demux.c:
23676         (gst_matroska_demux_parse_contents):
23677           64-bit fix (#151420).
23678         * gst/playback/test3.c: (update_scale):
23679           64-bit fix (#151421).
23680
23681 2004-08-31  Thomas Vander Stichele  <thomas at apestaart dot org>
23682
23683         * configure.ac:
23684           bump nano to cvs
23685
23686 === release 0.8.4 ===
23687
23688 2004-08-02  Thomas Vander Stichele  <thomas at apestaart dot org>
23689
23690         * configure.ac: releasing 0.8.4, "Alias"
23691
23692 2004-08-31  Thomas Vander Stichele  <thomas at apestaart dot org>
23693
23694         * ext/theora/Makefile.am:
23695           fix makefile.  Fixes #151462.
23696
23697 2004-08-30  Wim Taymans  <wim@fluendo.com>
23698
23699         * gst/tcp/gstfdset.c: (gst_fdset_free), (gst_fdset_wait):
23700         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
23701         (gst_multifdsink_remove_client_link),
23702         (gst_multifdsink_client_queue_buffer),
23703         (gst_multifdsink_handle_client_write):
23704         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_init_send):
23705         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init_receive):
23706         Fix some memory leaks.
23707
23708 2004-08-30  Thomas Vander Stichele  <thomas at apestaart dot org>
23709
23710         Patch by: David Schleef
23711
23712         * configure.ac:
23713         * sys/Makefile.am:
23714           rename our detection macro for V4L2.  Fixes #151236.
23715
23716 2004-08-30  Thomas Vander Stichele  <thomas at apestaart dot org>
23717
23718         Patch by: David Schleef
23719
23720         * configure.ac:
23721           check to define LAMEPRESET.  Fixes #151232.
23722
23723 2004-08-27  David Schleef  <ds@schleef.org>
23724
23725         * sys/glsink/glimagesink.c: (gst_glimagesink_ximage_put),
23726         (gst_glimagesink_xwindow_new), (gst_glimagesink_xcontext_get),
23727         (gst_glimagesink_fixate):  Move local variable declarations to
23728         make gcc-2.95 happy.
23729
23730 2004-08-27  Thomas Vander Stichele  <thomas at apestaart dot org>
23731
23732         * configure.ac:
23733           bump nano for prerelease
23734
23735 2004-08-27  David Schleef  <ds@schleef.org>
23736
23737         * sys/sunaudio/Makefile.am: Add sunaudiosrc patch from Bala
23738         * sys/sunaudio/gstsunaudiosrc.c:
23739         * sys/sunaudio/gstsunaudiosrc.h:
23740
23741 2004-08-27 Arwed v. Merkatz <v.merkatz@gmx.net>
23742
23743         * gst/matroska/ebml-read.c: (gst_ebml_peed_id), (gst_ebml_read_element_id),
23744         handle EOS correctly
23745         * gst/matroska/matroska-mux.c: (gst_matroska_mux_video_pad_link):
23746         * gst/matroska/matroska-mux.h:
23747         added BITMAPINFOHEADER structure, mux video/x-divx and video/x-xvid in
23748         VFW compatibility mode
23749
23750 2004-08-27  Thomas Vander Stichele  <thomas at apestaart dot org>
23751
23752         patch by: Zaheer Abbas Merali
23753
23754         * ext/ogg/gstoggmux.c:
23755         * ext/vorbis/vorbisenc.c:
23756         * ext/vorbis/vorbisenc.h:
23757           handle NEWMEDIA
23758
23759 2004-08-26 Arwed v. Merkatz <v.merkatz@gmx.net>
23760
23761         * gst/matroska/ebml-write.c: (gst_ebml_write_float),
23762         fix byte order reversion on little endian machines.
23763         * gst/matroska/matroska-mux.c: (audiosink_templ),
23764         (gst_matroska_mux_audio_pad_link):
23765         add TTA codec to the list of supported codecs.
23766         * gst/matroska/matroska-mux.c: (gst_matroska_mux_init),
23767         (gst_matroska_mux_start), (gst_matroska_mux_finish),
23768         (gst_matroska_mux_write_data):
23769         * gst/matroska/matroska-mux.h:
23770         write segment duration correctly, write muxing app string, fixes bugs
23771         #140897 and #140898.
23772         * gst/matroska/matroska-mux.c: (gst_matroska_mux_loop),
23773         wait for all pads to be negotiated before starting to mux.
23774
23775 2004-08-26  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
23776
23777         * ext/lame/gstlame.c: (gst_lame_init), (gst_lame_chain):
23778         * ext/lame/gstlame.h:
23779         Added new media support to lame
23780
23781 2004-08-25 Arwed v. Merkatz <v.merkatz@gmx.net>
23782
23783         * gst/matroska/matroska-demux.c: (gst_matroska_demux_parse_blockgroup),
23784         send vorbis headers at the beginning of a stream, fixes bug #141554.
23785         Interpret BLOCKDURATION and set buffer duration accordingly, fixes
23786         bug #148950.
23787         * gst/matroska/matroska-demux.c: (gst_matroska_demux_audio_caps),
23788         (gst_matroska_demux_plugin_init):
23789         * gst/matroska/matroska-ids.h:
23790         enable demuxing of TTA audio streams, fixes bug #148951.
23791         * gst/typefind/gsttypefindfunctions.c: (tta_type_find), (plugin_init),
23792         enable typefinding for TTA audio files, fixes bug #148711.
23793         * ext/xvid/gstxviddec.c: (gst_xviddec_chain),
23794         set XVID_LOWDELAY flag for decoding so xvid always returns an image,
23795         fixes playback of packed bitstream and xvid with bframes, bug #135407.
23796
23797 2004-08-24  Sebastien Cote  <sc5@hermes.usherb.ca>
23798
23799         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head),
23800         (gst_riff_read_element_data), (gst_riff_read_seek),
23801         (gst_riff_read_skip): fix infinite loop in wavparse, fixes bug
23802         #144616, patch reviewed by Ronald and committed by Christophe Fergeau
23803         <teuf@gnome.org>
23804
23805 2004-08-23 Iain <iaingnome@gmail.com>
23806
23807         * ext/mad/gstid3tag.c (gst_mad_id3_to_tag_list): Special case COMM
23808         tags. They appear to be handled differently to normal.
23809         (tag_list_to_id3_tag_foreach): Ditto.
23810
23811 2004-08-22  Wim Taymans  <wim@fluendo.com>
23812
23813         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
23814         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop):
23815         Make sure we never send -1 granulepos.
23816
23817 2004-08-20  Wim Taymans  <wim@fluendo.com>
23818
23819         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
23820         (gst_ogg_mux_loop):
23821         I will accept bitchslappings with non sharp objects.
23822
23823 2004-08-20  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
23824
23825         * configure.ac:
23826         Clean up the test for lame presets
23827
23828 2004-08-19  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
23829
23830         * configure.ac:
23831         * ext/lame/Makefile.am:
23832         * ext/lame/gstlame.c: (gst_lame_class_init),
23833         (gst_lame_set_property), (gst_lame_get_property), (gst_lame_setup):
23834         Only enable lame presets if version of lame has presets in API
23835
23836 2004-08-19  Jan Schmidt  <thaytan@mad.scientist.com>
23837         * gst/udp/gstudpsrc.c: (gst_udpsrc_init), (gst_udpsrc_get):
23838         * gst/udp/gstudpsrc.h:
23839           Don't call gst_pad_push in a get function. Fixes #150449
23840
23841 2004-08-18  Wim Taymans  <wim@fluendo.com>
23842
23843         * gst/tcp/gstfdset.c: (gst_fdset_free), (gst_fdset_set_mode),
23844         (gst_fdset_get_mode), (gst_fdset_add_fd), (gst_fdset_remove_fd),
23845         (gst_fdset_fd_ctl_write), (gst_fdset_fd_ctl_read),
23846         (gst_fdset_fd_has_closed), (gst_fdset_fd_has_error),
23847         (gst_fdset_fd_can_read), (gst_fdset_fd_can_write),
23848         (gst_fdset_wait):
23849         * gst/tcp/gstfdset.h:
23850         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
23851         (gst_multifdsink_client_queue_buffer),
23852         (gst_multifdsink_handle_client_write):
23853         * gst/tcp/gstmultifdsink.h:
23854         Some extra checks in gstfdset.
23855         Only use send() when the fd is a socket. Don't try to
23856         read from write only fds.
23857
23858 2004-08-18  Wim Taymans  <wim@fluendo.com>
23859
23860         * gst/tcp/gstfdset.c: (gst_fdset_add_fd), (gst_fdset_remove_fd),
23861         (gst_fdset_fd_ctl_write), (gst_fdset_fd_ctl_read),
23862         (gst_fdset_fd_has_closed), (gst_fdset_fd_has_error),
23863         (gst_fdset_fd_can_read), (gst_fdset_fd_can_write),
23864         (gst_fdset_wait):
23865         Add more locking and bounds checking.
23866
23867 2004-08-18  Wim Taymans  <wim@fluendo.com>
23868
23869         * gst/tcp/gstfdset.c: (ensure_size), (gst_fdset_wait):
23870         Realloc test fdset in the lock and right before starting
23871         the poll call. Bump the limit to 4096.
23872
23873 2004-08-17  David Schleef  <ds@schleef.org>
23874
23875         * sys/sunaudio/Makefile.am:
23876         * sys/sunaudio/gstsunaudio.c: Fix caps to handle full range
23877         of rates and channels.  Make debugging less obnoxious.
23878
23879         Patch from Balamurali Viswanathan implementing a mixer for
23880         Sun audio.  (bug #144091):
23881         * sys/sunaudio/gstsunelement.c:
23882         * sys/sunaudio/gstsunelement.h:
23883         * sys/sunaudio/gstsunmixer.c:
23884         * sys/sunaudio/gstsunmixer.h:
23885
23886 2004-08-17  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
23887
23888         * gst/audioscale/gstaudioscale.c:
23889         * gst/audioscale/gstaudioscale.h:
23890         made audioscale resample from any sample rate to any sample rate
23891
23892 2004-08-17  Thomas Vander Stichele  <thomas at apestaart dot org>
23893
23894         * ext/libpng/gstpngdec.c:
23895           error out on unsupported types
23896
23897 2004-08-17  Iain <iaingnome@gmail.com>
23898
23899         * ext/flac/gstflacenc.c (gst_flacenc_update_quality): Only set the
23900         mid_side and loose_mid_side properties if its a stereo stream.
23901
23902 2004-08-17  Wim Taymans  <wim@fluendo.com>
23903
23904         * ext/theora/theoradec.c: (gst_theora_dec_class_init),
23905         (theora_get_formats), (theora_dec_src_convert),
23906         (theora_dec_sink_convert), (theora_dec_src_query),
23907         (theora_dec_src_event), (theora_dec_event), (theora_dec_chain):
23908         Add a debug line.
23909
23910 2004-08-17  Wim Taymans  <wim@fluendo.com>
23911
23912         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_iterate),
23913         (gst_ogg_pad_push):
23914         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
23915         (gst_ogg_mux_request_new_pad), (gst_ogg_mux_next_buffer),
23916         (gst_ogg_mux_buffer_from_page), (gst_ogg_mux_push_page),
23917         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop):
23918         Mark delta units in the muxer.
23919         Try to decode the packet after an out-of-sync error from
23920         libogg.
23921
23922 2004-08-17  Wim Taymans  <wim@fluendo.com>
23923
23924         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
23925         (gst_multifdsink_init), (gst_multifdsink_add),
23926         (gst_multifdsink_client_queue_buffer),
23927         (gst_multifdsink_set_property), (gst_multifdsink_get_property):
23928         * gst/tcp/gstmultifdsink.h:
23929         Added option to send a keyframe to clients as the first buffer.
23930         Make timeout property writable.
23931
23932 2004-08-17  Thomas Vander Stichele  <thomas at apestaart dot org>
23933
23934         patch by: Wim Taymans
23935
23936         * gst/tcp/gstfdset.c:
23937         * gst/tcp/gstmultifdsink.c:
23938           fix index comparison, should include 0
23939
23940 2004-08-16  Wim Taymans  <wim@fluendo.com>
23941
23942         * gst/tcp/gstfdset.c: (ensure_size), (gst_fdset_new),
23943         (gst_fdset_add_fd), (gst_fdset_remove_fd),
23944         (gst_fdset_fd_has_closed), (gst_fdset_fd_has_error),
23945         (gst_fdset_fd_can_read), (gst_fdset_fd_can_write),
23946         (gst_fdset_wait):
23947           copy when reallocing for poll so the select arguments don't get
23948           changed during the call
23949
23950 2004-08-16  Wim Taymans  <wim@fluendo.com>
23951
23952         * ext/theora/theoraenc.c: (gst_border_mode_get_type),
23953         (gst_theora_enc_class_init), (theora_enc_sink_link),
23954         (theora_buffer_from_packet), (theora_enc_chain):
23955         Fix bug where buffers were not marked as keyframes
23956         correctly.
23957
23958 2004-08-15  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
23959
23960         * ext/lame/gstlame.c: (gst_lame_vbrmode_get_type),
23961         (gst_lame_preset_get_type), (gst_lame_class_init):
23962         describe the enum values for vbr mode and presets more verbosely
23963
23964 2004-08-13  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
23965
23966         * ext/lame/gstlame.c: (gst_lame_mode_get_type),
23967         (gst_lame_quality_get_type), (gst_lame_padding_get_type),
23968         (gst_lame_preset_get_type), (gst_lame_class_init), (gst_lame_init),
23969         (gst_lame_set_property), (gst_lame_get_property), (gst_lame_setup):
23970         * ext/lame/gstlame.h:
23971         add preset property to lame so it can use lame presets
23972
23973 2004-08-13  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
23974
23975         * ext/lame/gstlame.c: (gst_lame_get_property):
23976         whoops forgot break, thanks teuf
23977
23978 2004-08-13  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
23979
23980         * ext/lame/gstlame.c: (gst_lame_vbrmode_get_type),
23981         (gst_lame_class_init), (gst_lame_src_getcaps),
23982         (gst_lame_sink_link), (gst_lame_init), (gst_lame_set_property),
23983         (gst_lame_get_property), (gst_lame_setup):
23984         * ext/lame/gstlame.h:
23985         fix lame's broken vbr stuff, allow it to resample if need be, and also
23986         make xing header optional
23987
23988 2004-08-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
23989
23990         * ext/lame/gstlame.c: (gst_lame_src_getcaps), (gst_lame_init):
23991         added getcaps function so samplerate doesnt get fixated to silly values
23992
23993 2004-08-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
23994
23995         * ext/lame/gstlame.c: (gst_lame_src_link):
23996         revert previous fix
23997
23998 2004-08-12  Johan Dahlin  <johan@gnome.org>
23999
24000         * sys/v4l/gstv4lelement.c (gst_v4l_iface_supported): Remove bogus
24001         checks. Doesn't matter what state we are in. Interfaces are a
24002         compile time thing, not runtime. It also broke the python bindings.
24003
24004 2004-08-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
24005
24006         * ext/lame/gstlame.c: (gst_lame_src_link):
24007         made source pad link function check if sinkpad is ok..fixes the problem
24008         where core fixates the output rate of lame stupidly
24009
24010 2004-08-12  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
24011
24012         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_src_link), (gst_v4lsrc_fixate):
24013         * sys/v4l/v4l_calls.c:
24014         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_set_capture):
24015           fix fixate function to handle nonsimple caps.
24016           remove bogus check in _link
24017           cleanups
24018
24019 2004-08-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
24020
24021         * ext/lame/gstlame.c: (gst_lame_class_init), (gst_lame_init):
24022         set default compression ratio parameter to 0.0 so bitrate parameter
24023         works :)
24024
24025 2004-08-11  David Schleef  <ds@schleef.org>
24026
24027         * gst/tcp/gstfdset.c: Fix compile problem on OS/X.
24028
24029 2004-08-11  David Schleef  <ds@schleef.org>
24030
24031         * gst/mpeg1sys/gstmpeg1systemencode.c: Oops, this was correct
24032         before.
24033
24034 2004-08-11  David Schleef  <ds@schleef.org>
24035
24036         * gst-libs/gst/video/videosink.h: Change copyright block to LGPL.
24037
24038 2004-08-11  David Schleef  <ds@schleef.org>
24039
24040         * ext/pango/gsttextoverlay.c: Add copyright block and fix plugin
24041           license field
24042         * gst-libs/gst/idct/Makefile.am: Remove mmx/sse code
24043         * gst-libs/gst/video/gstvideosink.c: Change copyright block to
24044           LGPL.
24045         * gst/auparse/gstauparse.c: Fix plugin license field.
24046         * gst/monoscope/gstmonoscope.c: Fix plugin license field.
24047         * gst/mpeg1sys/gstmpeg1systemencode.c: Fix plugin license field.
24048         * gst/rtp/gstrtp.c: Fix plugin license field.
24049
24050 2004-08-11  Wim Taymans  <wim@fluendo.com>
24051
24052         * gst/tcp/Makefile.am:
24053         * gst/tcp/gstfdset.c: (gst_fdset_mode_get_type), (nearest_pow),
24054         (ensure_size), (gst_fdset_new), (gst_fdset_free),
24055         (gst_fdset_set_mode), (gst_fdset_get_mode), (gst_fdset_add_fd),
24056         (gst_fdset_remove_fd), (gst_fdset_fd_ctl_write),
24057         (gst_fdset_fd_ctl_read), (gst_fdset_fd_has_closed),
24058         (gst_fdset_fd_has_error), (gst_fdset_fd_can_read),
24059         (gst_fdset_fd_can_write), (gst_fdset_wait):
24060         * gst/tcp/gstfdset.h:
24061         * gst/tcp/gstmultifdsink.c: (gst_unit_type_get_type),
24062         (gst_multifdsink_class_init), (gst_multifdsink_init),
24063         (gst_multifdsink_add), (gst_multifdsink_remove),
24064         (gst_multifdsink_clear), (gst_multifdsink_get_stats),
24065         (gst_multifdsink_remove_client_link),
24066         (gst_multifdsink_handle_client_read),
24067         (gst_multifdsink_client_queue_data),
24068         (gst_multifdsink_client_queue_caps),
24069         (gst_multifdsink_client_queue_buffer),
24070         (gst_multifdsink_handle_client_write),
24071         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
24072         (gst_multifdsink_handle_clients), (gst_multifdsink_set_property),
24073         (gst_multifdsink_get_property), (gst_multifdsink_init_send),
24074         (gst_multifdsink_close):
24075         * gst/tcp/gstmultifdsink.h:
24076         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
24077         (gst_tcpserversink_init), (gst_tcpserversink_handle_server_read),
24078         (gst_tcpserversink_handle_wait), (gst_tcpserversink_init_send),
24079         (gst_tcpserversink_close):
24080         * gst/tcp/gsttcpserversink.h:
24081         Abstracted away the select call, implemented poll (yes we ran into
24082         the 1024 limit in production).
24083
24084 2004-08-11  Thomas Vander Stichele  <thomas at apestaart dot org>
24085
24086         * gst/tcp/gsttcp.c:
24087         * gst/tcp/gsttcpplugin.c:
24088           improve debuggging, remove assert
24089
24090 2004-08-10  Wim Taymans  <wim@fluendo.com>
24091
24092         * gst/tcp/gstmultifdsink.c: (gst_unit_type_get_type),
24093         (gst_client_status_get_type), (gst_multifdsink_class_init),
24094         (gst_multifdsink_init), (gst_multifdsink_remove_client_link),
24095         (gst_multifdsink_handle_client_read),
24096         (gst_multifdsink_handle_client_write),
24097         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
24098         (gst_multifdsink_handle_clients), (gst_multifdsink_set_property),
24099         (gst_multifdsink_get_property):
24100         * gst/tcp/gstmultifdsink.h:
24101         * gst/tcp/gsttcp-marshal.list:
24102         Starting to prepare for specifying buffer time in other units
24103         than buffers. Expose remove reason in signal.
24104
24105 2004-08-10  Wim Taymans  <wim@fluendo.com>
24106
24107         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
24108         (gst_multifdsink_remove), (gst_multifdsink_clear),
24109         (gst_multifdsink_remove_client_link),
24110         (gst_multifdsink_handle_client_read),
24111         (gst_multifdsink_client_queue_data),
24112         (gst_multifdsink_client_queue_buffer),
24113         (gst_multifdsink_handle_client_write),
24114         (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients),
24115         (gst_multifdsink_chain), (gst_multifdsink_close):
24116         * gst/tcp/gstmultifdsink.h:
24117         Added more debugging info. Changed the way clients are
24118         removed from the lists. Fixed a bug where a bad file descriptor
24119         could cause many clients to be removed.
24120
24121 2004-08-06  Benjamin Otte  <in7y118@public.uni-hamburg.de>
24122
24123         * gst/videotestsrc/gstvideotestsrc.c: (generate_capslist):
24124           allow all pixel-aspect-ratios, not just 1:1
24125
24126 2004-08-09  David Schleef  <ds@schleef.org>
24127
24128         * sys/glsink/ARB_multitexture.h:  Remove old files.
24129         * sys/glsink/EXT_paletted_texture.h:
24130         * sys/glsink/NV_register_combiners.h:
24131         * sys/glsink/gstgl_nvimage.c:
24132         * sys/glsink/gstgl_pdrimage.c:
24133         * sys/glsink/gstgl_rgbimage.c:
24134         * sys/glsink/gstglsink.c:
24135         * sys/glsink/gstglsink.h:
24136         * sys/glsink/gstglxwindow.c:
24137         * sys/glsink/regcomb_yuvrgb.c:
24138
24139 2004-08-09  David Schleef  <ds@schleef.org>
24140
24141         Patch from Gernot Ziegler <gz@lysator.liu.se> rewriting the
24142         GL sink plugin.  (Bug #147302)
24143
24144         * configure.ac: Test for OpenGL
24145         * sys/Makefile.am: Use test for OpenGL
24146         * sys/glsink/Makefile.am:
24147         * sys/glsink/glimagesink.c: rewrite
24148         * sys/glsink/glimagesink.h: rewrite
24149
24150 2004-08-09  David Schleef  <ds@schleef.org>
24151
24152         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_base_init):  Only allow
24153         sane framerates.
24154         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get): same
24155         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support): same
24156         * testsuite/gst-lint: Test for G_GUINT64_FORMAT usage near gettext.
24157
24158 2004-08-09  Wim Taymans  <wim@fluendo.com>
24159
24160         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
24161         (gst_multifdsink_add), (gst_multifdsink_get_stats),
24162         (gst_multifdsink_client_remove),
24163         (gst_multifdsink_handle_client_read),
24164         (gst_multifdsink_handle_client_write),
24165         (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients):
24166         Do a bit more logging, make the client_read code more robust.
24167
24168 2004-08-09  Thomas Vander Stichele  <thomas at apestaart dot org>
24169
24170         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_init_source),
24171         (gst_jpegdec_fill_input_buffer), (gst_jpegdec_skip_input_data),
24172         (gst_jpegdec_resync_to_restart), (gst_jpegdec_term_source),
24173         (gst_jpegdec_init), (gst_jpegdec_chain):
24174         * gst/multipart/multipartdemux.c: (gst_multipart_demux_init),
24175         (gst_multipart_demux_chain), (gst_multipart_demux_change_state):
24176           cleanups, debugging fixes and memleak plugging
24177
24178 2004-08-09  Wim Taymans  <wim@fluendo.com>
24179
24180         * ext/theora/theoradec.c: (gst_theora_dec_class_init),
24181         (theora_get_formats), (theora_dec_src_convert),
24182         (theora_dec_sink_convert), (theora_dec_src_query),
24183         (theora_dec_src_event), (theora_dec_event), (theora_dec_chain),
24184         (theora_dec_change_state):
24185         Don't crash on missing header packets.
24186
24187 2004-08-09  Thomas Vander Stichele  <thomas at apestaart dot org>
24188
24189         * po/LINGUAS:
24190         * po/sq.po:
24191           Added Albanian translation (Laurent Dhima)
24192         * po/cs.po:
24193           updated
24194
24195 2004-08-09  Thomas Vander Stichele  <thomas at apestaart dot org>
24196
24197         * ext/lame/gstlame.c:
24198           fix/add debugging
24199
24200 2004-08-09  Thomas Vander Stichele  <thomas at apestaart dot org>
24201
24202         * sys/ximage/ximagesink.c:
24203         * sys/xvimage/xvimagesink.c:
24204           assign all TOO_LAZY's to a real category.  Thanks to Warthy Warthog.
24205
24206 2004-08-06  Wim Taymans  <wim@fluendo.com>
24207
24208         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
24209         (gst_multifdsink_add), (gst_multifdsink_get_stats),
24210         (gst_multifdsink_client_remove),
24211         (gst_multifdsink_handle_client_read),
24212         (gst_multifdsink_handle_client_write),
24213         (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients):
24214         Make sure we don't try to read more from a client that what
24215         ioctl says us or we deadlock.
24216
24217 2004-08-05  Thomas Vander Stichele  <thomas at apestaart dot org>
24218
24219         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_src_link),
24220         (gst_videotestsrc_change_state), (gst_videotestsrc_src_query),
24221         (gst_videotestsrc_handle_src_event), (gst_videotestsrc_get):
24222           decouple running_time and n_frames so it can handle changing
24223           framerate while running
24224
24225 2004-08-05  Thomas Vander Stichele  <thomas at apestaart dot org>
24226
24227         * po/nl.po:
24228         * po/sv.po:
24229           updated translations
24230
24231 2004-08-04  Benjamin Otte  <otte@gnome.org>
24232
24233         * gst/videotestsrc/gstvideotestsrc.c:
24234         (gst_videotestsrc_get_capslist), (generate_capslist),
24235         (plugin_init):
24236           generate the list of supported caps at startup and reuse it instead
24237           of always generating it
24238
24239 2004-07-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
24240
24241         * gst/multipart/multipartmux.c: (gst_multipart_mux_pad_link):
24242           whoops, last checkin broke normal build
24243
24244 2004-08-03  Benjamin Otte  <otte@gnome.org>
24245
24246         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_get_volume),
24247         (gst_alsa_mixer_set_volume), (gst_alsa_mixer_set_mute),
24248         (gst_alsa_mixer_set_record), (gst_alsa_mixer_set_option),
24249         (gst_alsa_mixer_get_option):
24250         * ext/dvdnav/dvdnavsrc.c: (dvdnav_get_event_name),
24251         (dvdnavsrc_print_event):
24252         * ext/ogg/gstoggdemux.c: (_find_chain_process), (gst_ogg_print):
24253         * ext/ogg/gstoggmux.c: (gst_ogg_mux_pad_link),
24254         (gst_ogg_mux_pad_unlink):
24255         * gst/multipart/multipartmux.c: (gst_multipart_mux_pad_link),
24256         (gst_multipart_mux_pad_unlink):
24257         * gst/videofilter/gstvideobalance.c:
24258         (gst_videobalance_colorbalance_set_value):
24259         * gst/videomixer/videomixer.c: (gst_videomixer_pad_link),
24260         (gst_videomixer_pad_unlink):
24261         * po/uk.po:
24262         * sys/oss/gstossmixer.c:
24263         * sys/v4l/gstv4lcolorbalance.c:
24264         * sys/v4l/gstv4ltuner.c:
24265         * sys/v4l/v4lsrc_calls.c:
24266         * sys/v4l2/gstv4l2colorbalance.c:
24267         * sys/v4l2/gstv4l2tuner.c:
24268           compile fixes for --disable-gst-debug, G_DISABLE_ASSERT and friends
24269
24270 2004-08-03  Benjamin Otte  <otte@gnome.org>
24271
24272         * examples/dynparams/filter.c: (ui_control_create):
24273         * examples/gstplay/player.c: (print_tag):
24274         * ext/alsa/gstalsa.c: (gst_alsa_request_new_pad):
24275         * ext/gdk_pixbuf/gstgdkanimation.c:
24276         (gst_gdk_animation_iter_may_advance):
24277         * ext/jack/gstjack.c: (gst_jack_request_new_pad):
24278         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list),
24279         (tag_list_to_id3_tag_foreach), (gst_id3_tag_handle_event):
24280         * ext/vorbis/oggvorbisenc.c: (gst_oggvorbisenc_get_tag_value):
24281         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_get_tag_value):
24282         * ext/xine/xineaudiodec.c: (gst_xine_audio_dec_chain):
24283         * gst-libs/gst/media-info/media-info-test.c: (print_tag):
24284         * gst/sine/demo-dparams.c: (main):
24285         * gst/tags/gstvorbistag.c: (gst_tag_to_vorbis_comments):
24286         * testsuite/alsa/formats.c: (create_pipeline):
24287         * testsuite/alsa/sinesrc.c: (sinesrc_force_caps), (sinesrc_get):
24288           fixes for G_DISABLE_ASSERT and friends
24289         * gst/typefind/gsttypefindfunctions.c: (aac_type_find),
24290         (mp3_type_frame_length_from_header), (mp3_type_find),
24291         (plugin_init):
24292           require mp3 typefinding to have at least MIN_HEADERS valid headers
24293           add typefinding for AAC adts files
24294
24295 2004-08-04  Jan Schmidt  <thaytan@mad.scientist.com>
24296
24297         * sys/ximage/ximagesink.c:
24298         (gst_ximagesink_calculate_pixel_aspect_ratio):
24299         * sys/xvimage/xvimagesink.c:
24300         (gst_xvimagesink_calculate_pixel_aspect_ratio):
24301         Make sure we calculate pixel-aspect-ratio using floating point maths
24302
24303 2004-08-03  Thomas Vander Stichele  <thomas at apestaart dot org>
24304
24305         * po/uk.po:
24306           updated translation
24307
24308 2004-08-03  Thomas Vander Stichele  <thomas at apestaart dot org>
24309
24310         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
24311         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get):
24312           add debugging for display PAR calculation
24313
24314 2004-08-02  David Schleef  <ds@schleef.org>
24315
24316         * configure.ac: Fix mikmod CFLAGS.
24317
24318 2004-07-27  Benjamin Otte  <otte@gnome.org>
24319
24320         * gst/audioscale/gstaudioscale.c:
24321         - fix templates to only support S16, it's the only format that works
24322         - make caps nego code use try_set_caps_nonfixed and fixation instead
24323         of try_set_caps twice, which is not nice for autopluggers
24324         - change rank to secondary, so autopluggers can pick it up after
24325         audioconvert
24326
24327 2004-08-02  Iain <iain@prettypeople.org>
24328
24329         * gst/interleave/interleave.c (interleave_init),
24330         (interleave_request_new_pad),
24331         (interleave_pad_removed),
24332         (interleave_buffered_loop): Use the real pad count, not the artificial
24333         one.
24334
24335 2004-08-02  Thomas Vander Stichele  <thomas at apestaart dot org>
24336
24337         * configure.ac: bump nano back to development
24338
24339 === release 0.8.3 ===
24340
24341 2004-08-02  Thomas Vander Stichele  <thomas at apestaart dot org>
24342
24343         * configure.ac: releasing 0.8.3, "Water"
24344
24345 2004-08-02  Thomas Vander Stichele  <thomas at apestaart dot org>
24346
24347         * sys/xvimage/xvimagesink.c:
24348         (gst_xvimagesink_calculate_pixel_aspect_ratio),
24349         (gst_xvimagesink_xcontext_clear), (gst_xvimagesink_sink_link),
24350         (gst_xvimagesink_change_state), (gst_xvimagesink_buffer_alloc),
24351         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
24352         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
24353         * sys/xvimage/xvimagesink.h:
24354           apply similar PAR fixes as to ximagesink
24355
24356 2004-08-02  Thomas Vander Stichele  <thomas at apestaart dot org>
24357
24358         patch from: Benjamin Otte
24359
24360         * ext/lame/gstlame.c: (gst_lame_src_link), (gst_lame_init):
24361           add link function to lame.  Fixes #148986.
24362
24363 2004-08-02  Johan Dahlin  <johan@gnome.org>
24364
24365         * gst/multipart/multipartmux.c (gst_multipart_mux_next_buffer):
24366         fix debugging log
24367
24368 2004-07-30  David Schleef  <ds@schleef.org>
24369
24370         * gst/videomixer/Makefile.am: Fix things that should have been
24371         fixed in the last checkin.
24372
24373 2004-07-30  David Schleef  <ds@schleef.org>
24374
24375         * gst/multipart/Makefile.am: Fix things that should have been
24376         fixed in the last checkin.
24377
24378 2004-07-30  David Schleef  <ds@schleef.org>
24379
24380         * testsuite/multifilesink/Makefile.am: Fix unused variable.
24381
24382 2004-07-30  Thomas Vander Stichele  <thomas at apestaart dot org>
24383
24384         * configure.ac:
24385           bump nano for prerelease
24386         * po/af.po:
24387         * po/az.po:
24388         * po/cs.po:
24389         * po/en_GB.po:
24390         * po/hu.po:
24391         * po/nl.po:
24392         * po/sr.po:
24393         * po/sv.po:
24394         * po/uk.po:
24395           updates
24396
24397 2004-07-30  Wim Taymans  <wim@fluendo.com>
24398
24399         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
24400         (gst_multifdsink_add), (gst_multifdsink_remove),
24401         (gst_multifdsink_clear), (gst_multifdsink_get_stats),
24402         (gst_multifdsink_client_remove),
24403         (gst_multifdsink_handle_client_write),
24404         (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients):
24405         * gst/tcp/gstmultifdsink.h:
24406         Recover from a select with a bad file descriptor by removing
24407         the client.
24408
24409 2004-07-30  Thomas Vander Stichele  <thomas at apestaart dot org>
24410
24411         * configure.ac:
24412           fix requirement of core
24413         * gst-libs/gst/play/play.c: (gst_play_error_plugin),
24414         (gst_play_pipeline_setup):
24415           don't use colorspace element.  do use hermescolorspace element.
24416           make macro to get a colorspace element.
24417           mark strings for translation.
24418         * po/POTFILES.in:
24419           add play.c
24420         * po/af.po:
24421         * po/az.po:
24422         * po/cs.po:
24423         * po/en_GB.po:
24424         * po/hu.po:
24425         * po/nl.po:
24426         * po/sr.po:
24427         * po/sv.po:
24428         * po/uk.po:
24429           update translations
24430
24431 2004-07-30  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
24432
24433         * ext/libpng/gstpngenc.c: (gst_pngenc_class_init):
24434         fix default for newmedia flag
24435
24436 2004-07-30  Wim Taymans  <wim@fluendo.com>
24437
24438         * ext/theora/theoradec.c: (gst_theora_dec_class_init),
24439         (gst_theora_dec_init), (theora_get_formats),
24440         (theora_dec_src_convert), (theora_dec_sink_convert),
24441         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
24442         (theora_dec_chain), (theora_dec_set_property),
24443         (theora_dec_get_property):
24444         * ext/theora/theoraenc.c: (gst_border_mode_get_type),
24445         (gst_theora_enc_class_init), (gst_theora_enc_init),
24446         (theora_enc_sink_link), (theora_enc_chain),
24447         (theora_enc_set_property), (theora_enc_get_property):
24448         Added cropping option to theora decoder.
24449         Added border option to theora encoder.
24450
24451 2004-07-30  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
24452
24453         * ext/libpng/gstpngenc.c: (gst_pngenc_class_init),
24454         (gst_pngenc_init), (gst_pngenc_chain), (gst_pngenc_get_property),
24455         (gst_pngenc_set_property):
24456         * ext/libpng/gstpngenc.h:
24457         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
24458
24459 2004-07-30  Wim Taymans  <wim@fluendo.com>
24460
24461         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
24462         (theora_enc_sink_link), (theora_enc_chain),
24463         (theora_enc_set_property), (theora_enc_get_property):
24464         Fix encoding of non-multiple-of-16 video.
24465
24466 2004-07-29  David Schleef  <ds@schleef.org>
24467
24468         * configure.ac: make test for audiofile more strict
24469
24470 2004-07-25  Benjamin Otte  <in7y118@public.uni-hamburg.de>
24471
24472         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
24473           give different names to typefind functions
24474
24475 2004-07-28  Thomas Vander Stichele  <thomas at apestaart dot org>
24476
24477         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
24478         (gst_ximagesink_calculate_pixel_aspect_ratio),
24479         (gst_ximagesink_xcontext_get), (gst_ximagesink_getcaps),
24480         (gst_ximagesink_sink_link), (gst_ximagesink_change_state),
24481         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_set_property),
24482         (gst_ximagesink_get_property), (gst_ximagesink_init):
24483         * sys/ximage/ximagesink.h:
24484           allocate PAR's dynamically.
24485           use autodetected PAR if no object-set PAR is given.
24486           add workaround for directfb's X not setting physical size.
24487           fix to xvimagesink will follow tomorrow.
24488
24489 2004-07-28  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
24490
24491         * ext/lame/gstlame.c: (gst_lame_chain): send tag events downstream
24492         * ext/shout2/gstshout2.c: (gst_shout2send_protocol_get_type),
24493         (gst_shout2send_get_type), (gst_shout2send_set_clock),
24494         (gst_shout2send_class_init), (gst_shout2send_init),
24495         (set_shout_metadata), (gst_shout2send_set_metadata),
24496         (gst_shout2send_chain), (gst_shout2send_set_property),
24497         (gst_shout2send_get_property), (gst_shout2send_connect),
24498         (gst_shout2send_change_state):
24499         * ext/shout2/gstshout2.h:
24500         - fix for sending mp3 audio to icecast2 server, if pad link function not
24501         called before PAUSED state
24502         - added option to use GStreamer clock sync (as opposed to libshout's own sync)
24503         - added tagging support for mp3 audio broadcasted
24504         * gst/monoscope/gstmonoscope.c: (gst_monoscope_class_init):
24505         debug info
24506
24507 2004-07-28  Wim Taymans  <wim@fluendo.com>
24508
24509         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
24510         (gst_ogg_demux_push):
24511         Return query failure when we don't know the length of
24512         an ogg stream insteda of returning TRUE with a bogus value.
24513
24514 2004-07-28  Wim Taymans  <wim@fluendo.com>
24515
24516         * ext/theora/theoradec.c: (theora_get_formats),
24517         (theora_dec_src_convert), (theora_dec_sink_convert),
24518         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
24519         (theora_dec_chain):
24520         Don't screw up the 1 Chroma for 1 luma sample situation when we
24521         have an odd offset/width by adding a black border in those cases.
24522
24523 2004-07-28  Wim Taymans  <wim@fluendo.com>
24524
24525         * ext/theora/theoradec.c: (theora_get_formats),
24526         (theora_dec_src_convert), (theora_dec_sink_convert),
24527         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
24528         (theora_dec_chain):
24529         * ext/theora/theoraenc.c: (theora_enc_sink_link):
24530         Added first attempt at cropping of the image as required by the
24531         theora spec. We need more properties in the caps (offset_x,
24532         offset_y,stride) to implement this correctly.
24533
24534 2004-07-28  Jan Schmidt  <thaytan@mad.scientist.com>
24535
24536         * ext/dvdnav/README:
24537           Update the README to use dvddemux
24538         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_getcaps):
24539           Ensure getcaps returns a subset of the template caps
24540         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_base_init),
24541         (gst_mpeg2subt_init):
24542           Ensure getcaps returns a subset of the template caps
24543         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_class_init),
24544         (gst_dvd_demux_init), (gst_dvd_demux_get_video_stream),
24545         (gst_dvd_demux_get_subpicture_stream),
24546         (gst_dvd_demux_send_subbuffer), (gst_dvd_demux_set_cur_subpicture):
24547         * gst/mpegstream/gstdvddemux.h:
24548           Set the explicit caps on the current_video pad before pushing
24549           anything
24550         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_get_video_stream),
24551         (gst_mpeg_demux_get_audio_stream):
24552           Free caps used to gst_pad_set_explicit_caps, which takes a const
24553           GstCaps *
24554
24555 2004-07-28  Thomas Vander Stichele  <thomas at apestaart dot org>
24556
24557         * configure.ac: update GStreamer requirement to 0.8.4 because of
24558           GstFraction.
24559
24560 2004-07-28  Wim Taymans  <wim@fluendo.com>
24561
24562         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt),
24563         (gst_wavparse_handle_seek), (gst_wavparse_srcpad_event):
24564         Add the pad to the element after setting up the caps. This
24565         makes it a lot easier to autoplug.
24566
24567 2004-07-27  Steve Lhomme  <steve.lhomme@free.fr>
24568
24569         * gst/median/gstmedian.c:
24570         * gst/mpeg2subt/gstmpeg2subt.c:
24571         * gst/mpegaudioparse/gstmpegaudioparse.c:
24572         * gst/mpegstream/gstdvddemux.c:
24573         * gst/mpegstream/gstmpegdemux.c:
24574         * gst/mpegstream/gstmpegpacketize.c:
24575         * gst/rtjpeg/gstrtjpeg.c:
24576         * gst/rtjpeg/gstrtjpegdec.c:
24577         * gst/rtjpeg/gstrtjpegenc.c:
24578         * gst/sine/gstsinesrc.c:
24579         * gst/smooth/gstsmooth.c:
24580         * gst/smpte/gstsmpte.c:
24581         * gst/smpte/gstsmpte.h:
24582         * gst/stereo/gststereo.c:
24583         * gst/videofilter/gstgamma.c:
24584         * gst/videofilter/gstvideobalance.c:
24585         * gst/videofilter/gstvideofilter.c:
24586         * gst/videofilter/gstvideoflip.c:
24587         * gst/videoscale/gstvideoscale.c:
24588         * gst/videoscale/videoscale.c:
24589         * gst/videotestsrc/gstvideotestsrc.c:
24590         * gst/videotestsrc/videotestsrc.c:
24591         * gst/wavenc/gstwavenc.c:
24592         * gst/wavparse/gstwavparse.c:
24593           fix local includes and 64 bits constants
24594
24595 2004-07-27  Steve Lhomme  <steve.lhomme@free.fr>
24596
24597         * win32/gst.sln:
24598         * gst-libs/gst/*/*.vcproj:
24599         * gst/*/*.vcproj:
24600           more working plugins
24601
24602 2004-07-27  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
24603
24604         * testsuite/alsa/Makefile.am:
24605         * testsuite/alsa/srcstate.c:
24606         add test for alsasrc changing state
24607
24608 2004-07-27  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
24609
24610         * gst/silence/gstsilence.c: (gst_silence_init), (gst_silence_link),
24611         (gst_silence_get):
24612         * gst/silence/gstsilence.h:
24613         fix silence generation for 16bit raw audio
24614
24615 2004-07-27  Thomas Vander Stichele  <thomas at apestaart dot org>
24616
24617         * gst/matroska/matroska-demux.c:
24618         (gst_matroska_demux_parse_metadata),
24619         (gst_matroska_demux_video_caps), (gst_matroska_demux_plugin_init):
24620         * gst/mpegaudio/common.c:
24621         * gst/videoscale/gstvideoscale.c: (gst_videoscale_class_init),
24622         (gst_videoscale_getcaps), (gst_videoscale_link),
24623         (gst_videoscale_src_fixate), (gst_videoscale_init),
24624         (gst_videoscale_finalize):
24625         * gst/videoscale/gstvideoscale.h:
24626         * gst/videotestsrc/gstvideotestsrc.c:
24627         (gst_videotestsrc_get_capslist):
24628         * gst/wavenc/gstwavenc.c:
24629         * sys/oss/gstossmixer.c: (fill_labels):
24630         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
24631         (gst_ximagesink_handle_xevents),
24632         (gst_ximagesink_calculate_pixel_aspect_ratio),
24633         (gst_ximagesink_xcontext_get), (gst_ximagesink_fixate),
24634         (gst_ximagesink_getcaps), (gst_ximagesink_sink_link),
24635         (gst_ximagesink_chain), (gst_ximagesink_set_xwindow_id),
24636         (gst_ximagesink_set_property), (gst_ximagesink_get_property),
24637         (gst_ximagesink_init), (gst_ximagesink_class_init):
24638         * sys/ximage/ximagesink.h:
24639         * sys/xvimage/xvimagesink.c:
24640         (gst_xvimagesink_calculate_pixel_aspect_ratio),
24641         (gst_xvimagesink_xcontext_get), (gst_xvimagesink_sink_link),
24642         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_alloc),
24643         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
24644         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
24645         * sys/xvimage/xvimagesink.h:
24646           first batch of pixel aspect ratio commits.
24647
24648 2004-07-27  Thomas Vander Stichele  <thomas at apestaart dot org>
24649
24650         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
24651         (gst_ffmpegcolorspace_class_init), (gst_ffmpegcolorspace_chain):
24652         * gst/ffmpegcolorspace/imgconvert.c: (avpicture_fill):
24653           handle stride, needs work if we want to move stride handling
24654           upstream, but works correctly for our purposes.
24655
24656 2004-07-27  Thomas Vander Stichele  <thomas at apestaart dot org>
24657
24658         * gst/videoscale/README:
24659           add testing examples
24660         * gst/videoscale/gstvideoscale.c: (gst_videoscale_link),
24661         (gst_videoscale_chain):
24662         * gst/videoscale/videoscale.c: (gst_videoscale_setup),
24663         (gst_videoscale_get_size):
24664           add get_size function that handles stride like videotestsrc.
24665           fixes conversion for YUV formats for as much as I can test them.
24666
24667 2004-07-27  Thomas Vander Stichele  <thomas at apestaart dot org>
24668
24669         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
24670         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy):
24671         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
24672         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy),
24673         (gst_xvimagesink_xvimage_put):
24674           further cleanups, logging, error handling and synchronizing
24675
24676 2004-07-27  Wim Taymans  <wim@fluendo.com>
24677
24678         * gst/videomixer/videomixer.c: (gst_videomixer_pad_get_type),
24679         (gst_videomixer_pad_class_init), (gst_videomixer_pad_get_property),
24680         (gst_videomixer_pad_set_property),
24681         (gst_videomixer_pad_sinkconnect), (gst_videomixer_pad_init),
24682         (gst_video_mixer_background_get_type), (gst_videomixer_get_type),
24683         (gst_videomixer_class_init), (gst_videomixer_init),
24684         (gst_videomixer_getcaps), (gst_videomixer_request_new_pad),
24685         (gst_videomixer_blend_ayuv_i420), (pad_zorder_compare),
24686         (gst_videomixer_sort_pads), (gst_videomixer_fill_checker),
24687         (gst_videomixer_fill_color), (gst_videomixer_fill_queues),
24688         (gst_videomixer_blend_buffers), (gst_videomixer_update_queues),
24689         (gst_videomixer_loop), (plugin_init):
24690         Be a nicer negotiation citizen and provide a getcaps function on
24691         the srcpad. This also fixes a crash when resizing.
24692
24693 2004-07-27  Julien MOUTTE  <julien@moutte.net>
24694
24695         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
24696         (gst_xvimagesink_xvimage_new): Some fixes to image size calculation.
24697
24698 2004-07-27  Wim Taymans  <wim@fluendo.com>
24699
24700         * ext/libpng/gstpngdec.c: (gst_pngdec_src_getcaps):
24701         * ext/libpng/gstpngenc.c: (gst_pngenc_class_init),
24702         (gst_pngenc_init), (gst_pngenc_chain), (gst_pngenc_get_property),
24703         (gst_pngenc_set_property):
24704         * ext/libpng/gstpngenc.h:
24705         Added snapshot property to pngenc.
24706         removed g_print from pngdec
24707
24708 2004-07-27  Steve Lhomme  <steve.lhomme@free.fr>
24709
24710         * gst/ac3parse/ac3parse.vcproj
24711         * gst/adder/adder.vcproj
24712         * gst/alpha/alpha.vcproj
24713         * gst/alpha/alphacolor.vcproj
24714         * gst/asfdemux/asf.vcproj
24715         * gst/audioconvert/audioconvert.vcproj
24716         * gst/audiorate/audiorate.vcproj
24717         * gst/audioscale/audioscale.vcproj
24718         * gst/auparse/auparse.vcproj
24719         * gst/avi/avi.vcproj
24720         * gst/cdxaparse/cdxaparse.vcproj
24721         * gst/chart/chart.vcproj
24722         * gst/colorspace/colorspace.vcproj
24723         * gst/cutter/cutter.vcproj
24724         * gst/debug/debug.vcproj
24725         * gst/debug/efence.vcproj
24726         * gst/debug/navigationtest.vcproj
24727         * gst/deinterlace/deinterlace.vcproj
24728         * gst/effectv/effectv.vcproj
24729         * gst/ffmpegcolorspace/ffmpegcolorspace.vcproj
24730         * gst/filter/filter.vcproj
24731         * gst/flx/flxdec.vcproj
24732         * gst/goom/goom.vcproj
24733         * gst/interleave/interleave.vcproj
24734         * gst/law/alaw.vcproj
24735         * gst/law/mulaw.vcproj
24736         * gst/matroska/matroska.vcproj
24737         * gst/median/median.vcproj
24738         * gst/mixmatrix/mixmatrix.vcproj
24739         * gst/mpeg1sys/mpeg1systemencode.vcproj
24740         * gst/mpeg1videoparse/mp1videoparse.vcproj
24741         * gst/mpeg2sub/mpeg2subt.vcproj
24742         * gst/mpegaudio/mpegaudio.vcproj
24743         * gst/mpegaudioparse/mpegaudioparse.vcproj
24744         * gst/mpegstream/mpegstream.vcproj
24745         * gst/multifilesink/multifilesink.vcproj
24746         * gst/multipart/multipart.vcproj
24747         * gst/oneton/oneton.vcproj
24748         * gst/overlay/overlay.vcproj
24749         * gst/passthrough/passthrough.vcproj
24750         * gst/qtdemux/qtdemux.vcproj
24751         * gst/realmedia/rmdemux.vcproj
24752         * gst/rtjpeg/rtjpeg.vcproj
24753         * gst/rtp/rtp.vcproj
24754         * gst/silence/silence.vcproj
24755         * gst/sine/sinesrc.vcproj
24756         * gst/smooth/smooth.vcproj
24757         * gst/smpte/smpte.vcproj
24758         * gst/spectrum/spectrum.vcproj
24759         * gst/speed/speed.vcproj
24760         * gst/stereo/stereo.vcproj
24761         * gst/switch/switch.vcproj
24762         * gst/tags/tagedit.vcproj
24763         * gst/tcp/tcp.vcproj
24764         * gst/typefind/typefindfunctions.vcproj
24765         * gst/udp/udp.vcproj
24766         * gst/videobox/videobox.vcproj
24767         * gst/videocrop/videocrop.vcproj
24768         * gst/videodrop/videodrop.vcproj
24769         * gst/videofilter/gamma.vcproj
24770         * gst/videofilter/videobalance.vcproj
24771         * gst/videofilter/videofilter.vcproj
24772         * gst/videofilter/videoflip.vcproj
24773         * gst/videoflip/videoflip.vcproj
24774         * gst/videomixer/videomixer.vcproj
24775         * gst/videorate/videorate.vcproj
24776         * gst/videoscale/videoscale.vcproj
24777         * gst/videotestsrc/videotestsrc.vcproj
24778         * gst/virtualdub/virtualdub.vcproj
24779         * gst/volenv/volenv.vcproj
24780         * gst/volume/volume.vcproj
24781         * gst/wavenc/wavenc.vcproj
24782         * gst/wavparse/wavparse.vcproj
24783         * gst/y4m/y4menc.vcproj
24784         * gst-libs/gst/audio/audio.vcproj
24785         * gst-libs/gst/audio/audiofilter.vcproj
24786         * gst-libs/gst/colorbalance/colorbalance.vcproj
24787         * gst-libs/gst/idct/idtc.vcproj
24788         * gst-libs/gst/media-info/media-info.vcproj
24789         * gst-libs/gst/mixer/mixer.vcproj
24790         * gst-libs/gst/navigation/navigation.vcproj
24791         * gst-libs/gst/play/play.vcproj
24792         * gst-libs/gst/propertyprobe/propertyprobe.vcproj
24793         * gst-libs/gst/resample/resample.vcproj
24794         * gst-libs/gst/riff/riff.vcproj
24795         * gst-libs/gst/tuner/tuner.vcproj
24796         * gst-libs/gst/video/video.vcproj
24797         * gst-libs/gst/xoverlay/xoverlay.vcproj
24798           avoid problems with math.h, fix release dependancy
24799           rename GStreamer-0.8.lib to libgstreamer.lib
24800
24801 2004-07-27  Julien MOUTTE  <julien@moutte.net>
24802
24803         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_decorate):
24804         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_decorate): When
24805         the atom is not available we have to unlock the mutex. Fixes #148023
24806
24807 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
24808
24809         * gst-libs/gst/media-info/media-info.h:
24810           issue for a vararg macro with MSVC
24811
24812 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
24813
24814         * gst/effectv/effectv.vcproj
24815         * gst-libs/gst/idct/idct.vcproj:
24816         * gst-libs/gst/media-info/media-info.vcproj:
24817         * gst-libs/gst/navigation/navigation.vcproj:
24818         * gst-libs/gst/propertyprobe/propertyprobe.vcproj:
24819         * gst-libs/gst/video/video.vcproj:
24820         * gst-libs/gst/xoverlay/xoverlay.vcproj:
24821           fixes for build problems
24822
24823 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
24824
24825         * gst-libs/gst/audio/audio.def:
24826         * gst-libs/gst/audio/riff.def:
24827           add some definitions needed by plugins
24828
24829 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
24830
24831         * gst/asfdemux/gstasfmux.c
24832           Fix some 64 bits constants to be glib friendly
24833
24834 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
24835
24836         * gst/ac3parse/gstac3parse.c
24837         * gst/audioscale/gstaudioscale.c
24838         * gst/auparse/gstauparse.c
24839         * gst/colorspace/gstcolorspace.c
24840         * gst/colorspace/yuv2rgb.h
24841           local include fixes
24842
24843 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
24844
24845         * win32/gst.sln
24846           add more plugins to the build
24847
24848 2004-07-26  Julien MOUTTE  <julien@moutte.net>
24849
24850         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
24851         (gst_ximagesink_ximage_new): Some more fixes to image size calculation.
24852
24853 2004-07-26  Thomas Vander Stichele  <thomas at apestaart dot org>
24854
24855         * gst/level/gstlevel.c: (gst_level_link), (gst_level_chain),
24856         (gst_level_set_property), (gst_level_get_property),
24857         (gst_level_base_init), (gst_level_class_init):
24858           add debugging categories.  cleanups.
24859
24860 2004-07-26  Thomas Vander Stichele  <thomas at apestaart dot org>
24861
24862         * gst/videoscale/videoscale.c: (gst_videoscale_setup),
24863         (gst_videoscale_planar411), (gst_videoscale_planar400),
24864         (gst_videoscale_packed422), (gst_videoscale_packed422rev),
24865         (gst_videoscale_scale_nearest_str1),
24866         (gst_videoscale_scale_nearest_str2),
24867         (gst_videoscale_scale_nearest_str4),
24868         (gst_videoscale_scale_nearest_16bit),
24869         (gst_videoscale_scale_nearest_24bit):
24870           fixed stride issues
24871           tested with 320x240 -> 321, 322, 324 x240
24872           tested with YV12, I420, YUY2, UYVY
24873           fixed packed422rev (don't think it could have worked before)
24874           by testing with UYVY
24875
24876 2004-07-26  Benjamin Otte  <otte@gnome.org>
24877
24878         * ext/lame/gstlame.c: (gst_lame_sink_link), (gst_lame_init),
24879         (gst_lame_chain), (gst_lame_setup), (gst_lame_change_state),
24880         (plugin_init):
24881           add debugging category, add error checks like checking return values
24882           of setup calls, make sure it still works after
24883           PLAYING=>NULL=>PLAYING, fix encoding of mono streams
24884
24885 2004-07-26  Wim Taymans  <wim@fluendo.com>
24886
24887         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_get_video_stream),
24888         (gst_mpeg_demux_get_audio_stream),
24889         (gst_mpeg_demux_process_private):
24890         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_send_data):
24891         Check for error codes from the negotiation functions. Make sure
24892         we really set the pad caps when a new pad is created.
24893
24894 2004-07-26  Thomas Vander Stichele  <thomas at apestaart dot org>
24895
24896         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
24897         (gst_ffmpeg_caps_to_pix_fmt):
24898         * gst/ffmpegcolorspace/gstffmpegcodecmap.h:
24899         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
24900         (gst_ffmpegcolorspace_pad_link):
24901           don't make function do two things at the same time without reason.
24902
24903 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
24904
24905         * gst/ac3parse/ac3parse.vcproj
24906         * gst/adder/adder.vcproj
24907         * gst/alpha/alpha.vcproj
24908         * gst/alpha/alphacolor.vcproj
24909         * gst/asfdemux/asf.vcproj
24910         * gst/audioconvert/audioconvert.vcproj
24911         * gst/audiorate/audiorate.vcproj
24912         * gst/audioscale/audioscale.vcproj
24913         * gst/auparse/auparse.vcproj
24914         * gst/avi/avi.vcproj
24915         * gst/cdxaparse/cdxaparse.vcproj
24916         * gst/chart/chart.vcproj
24917         * gst/colorspace/colorspace.vcproj
24918         * gst/cutter/cutter.vcproj
24919         * gst/debug/debug.vcproj
24920         * gst/debug/efence.vcproj
24921         * gst/debug/navigationtest.vcproj
24922         * gst/deinterlace/deinterlace.vcproj
24923         * gst/effectv/effectv.vcproj
24924         * gst/ffmpegcolorspace/ffmpegcolorspace.vcproj
24925         * gst/filter/filter.vcproj
24926         * gst/flx/flxdec.vcproj
24927         * gst/goom/goom.vcproj
24928         * gst/interleave/interleave.vcproj
24929         * gst/law/alaw.vcproj
24930         * gst/law/mulaw.vcproj
24931         * gst/matroska/matroska.vcproj
24932         * gst/median/median.vcproj
24933         * gst/mixmatrix/mixmatrix.vcproj
24934         * gst/mpeg1sys/mpeg1systemencode.vcproj
24935         * gst/mpeg1videoparse/mp1videoparse.vcproj
24936         * gst/mpeg2sub/mpeg2subt.vcproj
24937         * gst/mpegaudio/mpegaudio.vcproj
24938         * gst/mpegaudioparse/mpegaudioparse.vcproj
24939         * gst/mpegstream/mpegstream.vcproj
24940         * gst/multifilesink/multifilesink.vcproj
24941         * gst/multipart/multipart.vcproj
24942         * gst/oneton/oneton.vcproj
24943         * gst/overlay/overlay.vcproj
24944         * gst/passthrough/passthrough.vcproj
24945         * gst/qtdemux/qtdemux.vcproj
24946         * gst/realmedia/rmdemux.vcproj
24947         * gst/rtjpeg/rtjpeg.vcproj
24948         * gst/rtp/rtp.vcproj
24949         * gst/silence/silence.vcproj
24950         * gst/sine/sinesrc.vcproj
24951         * gst/smooth/smooth.vcproj
24952         * gst/smpte/smpte.vcproj
24953         * gst/spectrum/spectrum.vcproj
24954         * gst/speed/speed.vcproj
24955         * gst/stereo/stereo.vcproj
24956         * gst/switch/switch.vcproj
24957         * gst/tags/tagedit.vcproj
24958         * gst/tcp/tcp.vcproj
24959         * gst/typefind/typefindfunctions.vcproj
24960         * gst/udp/udp.vcproj
24961         * gst/videobox/videobox.vcproj
24962         * gst/videocrop/videocrop.vcproj
24963         * gst/videodrop/videodrop.vcproj
24964         * gst/videofilter/gamma.vcproj
24965         * gst/videofilter/videobalance.vcproj
24966         * gst/videofilter/videofilter.vcproj
24967         * gst/videofilter/videoflip.vcproj
24968         * gst/videoflip/videoflip.vcproj
24969         * gst/videomixer/videomixer.vcproj
24970         * gst/videorate/videorate.vcproj
24971         * gst/videoscale/videoscale.vcproj
24972         * gst/videotestsrc/videotestsrc.vcproj
24973         * gst/virtualdub/virtualdub.vcproj
24974         * gst/volenv/volenv.vcproj
24975         * gst/volume/volume.vcproj
24976         * gst/wavenc/wavenc.vcproj
24977         * gst/wavparse/wavparse.vcproj
24978         * gst/y4m/y4menc.vcproj
24979           more plugins supported under windows
24980
24981 2004-07-26  Thomas Vander Stichele  <thomas at apestaart dot org>
24982
24983         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
24984         (gst_ximagesink_ximage_put), (gst_ximagesink_renegotiate_size),
24985         (gst_ximagesink_chain), (gst_ximagesink_buffer_alloc):
24986         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
24987         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_alloc):
24988           Add debugging statements.  Use the sizes as returned by the
24989           *CreateImage calls.
24990
24991 2004-07-26  Johan Dahlin  <johan@gnome.org>
24992
24993         * gst/tcp/gsttcpclientsrc.c (gst_tcpclientsrc_get): Make sure that
24994         the pad is negotiated.
24995
24996         * gst/ffmpegcolorspace/gstffmpegcolorspace.c (gst_ffmpegcolorspace_chain): Ditto
24997
24998 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
24999
25000         * gst-libs/gst/colorbalance/colorbalance.vcproj:
25001         * gst-libs/gst/idct/idct.vcproj:
25002         * gst-libs/gst/media-info/media-info.vcproj:
25003         * gst-libs/gst/mixer/mixer.vcproj:
25004         * gst-libs/gst/navigation/navigation.vcproj:
25005         * gst-libs/gst/play/play.vcproj:
25006         * gst-libs/gst/propertyprobe/propertyprobe.vcproj:
25007         * gst-libs/gst/resample/resample.vcproj:
25008         * gst-libs/gst/tuner/tuner.vcproj:
25009         * gst-libs/gst/video/video.vcproj:
25010         * gst-libs/gst/xoverlay/xoverlay.vcproj:
25011           more plugins supported under windows
25012
25013 2004-07-25 Iain <iain@prettypeople.org>
25014
25015         * gst/wavparse/gstwavparse.c (gst_wavparse_fmt): Set the caps on the
25016         pad now rather than when the pad is created because state changes wipe
25017         explicit caps (fixes #148043).
25018
25019 2004-07-25  Sebastien Cote  <sc5@hermes.usherb.ca>
25020
25021         reviewed by Benjamin Otte  <otte@gnome.org>
25022
25023         * ext/mad/gstmad.c:
25024           fix mad plugin crashing on Sun (fixes #148289)
25025
25026 2004-07-25  Steve Lhomme  <steve.lhomme@free.fr>
25027
25028         * gst/avi/avi.def:
25029         * gst/avi/avi.vcproj:
25030         * gst/matroska/matroska.def:
25031         * gst/matroska/matroska.vcproj:
25032           remove unused .def files
25033
25034 2004-07-25  Steve Lhomme  <steve.lhomme@free.fr>
25035
25036         * gst-libs/gst/audio/gstaudiofilter.c:
25037           Clean the local include
25038
25039 2004-07-25  Steve Lhomme  <steve.lhomme@free.fr>
25040
25041         * win32/gst.sln:
25042         * gst-libs/gst/audio/audio.def:
25043         * gst-libs/gst/audio/audio.vcproj:
25044         * gst-libs/gst/audio/audiofilter.vcproj:
25045         * gst-libs/gst/audio/riff.def:
25046         * gst-libs/gst/audio/riff.vcproj:
25047         * gst-libs/gst/gst-libs.def:
25048         * gst-libs/gst/gst-libs.vcproj:
25049         * gst/avi/avi.vcproj:
25050         * gst/avi/avi.vcproj:
25051           Copy the files where needed after building, cleaner projects
25052
25053 2004-07-25  Steve Lhomme  <steve.lhomme@free.fr>
25054
25055         * gst/matroska/ebml-write.c:
25056           Fix some 64 bits constants to be glib friendly
25057
25058 2004-07-24  Steve Lhomme  <steve.lhomme@free.fr>
25059
25060         * win32/gst.sln:
25061         * gst-libs/gst/gst-libs.def:
25062         * gst-libs/gst/gst-libs.vcproj:
25063         * gst/matroska/matroska.def:
25064         * gst/matroska/matroska.vcproj:
25065           Add the preliminary canvas to build plugins on Win32
25066
25067 2004-07-23  Benjamin Otte  <otte@gnome.org>
25068
25069         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
25070           don't enfore negotiation from source side, it breaks
25071           sinesrc ! audioconvert ! osssink
25072
25073 2004-07-22  David Schleef  <ds@schleef.org>
25074
25075         * gst/typefind/gsttypefindfunctions.c: (plugin_init): Add typefind
25076         for ELF files, since they can easily be recognized as audio/mpeg.
25077         (bug #147441)
25078
25079 2004-07-22  Thomas Vander Stichele  <thomas at apestaart dot org>
25080
25081         * gst/videoscale/videoscale.c: (gst_videoscale_setup),
25082         (gst_videoscale_planar411), (gst_videoscale_scale_nearest_32bit),
25083         (gst_videoscale_scale_nearest_24bit),
25084         (gst_videoscale_scale_nearest_16bit):
25085           fix 16bit and 24bit for stride (24bit might need testing)
25086           don't pretend we do more than one algorithm
25087
25088 2004-07-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
25089
25090         * configure.ac:
25091         * gst/Makefile.am:
25092         * gst/multifilesink/Makefile.am:
25093         * gst/multifilesink/gstmultifilesink.c:
25094         (gst_multifilesink_get_formats),
25095         (gst_multifilesink_get_query_types), (_do_init),
25096         (gst_multifilesink_base_init), (gst_multifilesink_class_init),
25097         (gst_multifilesink_init), (gst_multifilesink_dispose),
25098         (gst_multifilesink_set_location), (gst_multifilesink_set_property),
25099         (gst_multifilesink_get_property), (gst_multifilesink_open_file),
25100         (gst_multifilesink_close_file), (gst_multifilesink_next_file),
25101         (gst_multifilesink_pad_query), (gst_multifilesink_handle_event),
25102         (gst_multifilesink_chain), (gst_multifilesink_change_state),
25103         (gst_multifilesink_uri_get_type),
25104         (gst_multifilesink_uri_get_protocols),
25105         (gst_multifilesink_uri_get_uri), (gst_multifilesink_uri_set_uri),
25106         (gst_multifilesink_uri_handler_init), (plugin_init):
25107         * gst/multifilesink/gstmultifilesink.h:
25108         * testsuite/Makefile.am:
25109         * testsuite/multifilesink/Makefile.am:
25110         * testsuite/multifilesink/fakesrc_test.c: (gst_newmedia_base_init),
25111         (gst_newmedia_class_init), (gst_newmedia_init),
25112         (gst_newmedia_chain), (gst_newmedia_trigger), (test_format),
25113         (newfile_signal), (test_signal), (main):
25114         multifilesink plugin for creating new files every time a new media
25115         discontinuity event occurs
25116
25117 2004-07-22  Wim Taymans  <wim@fluendo.com>
25118
25119         * gst/alpha/Makefile.am:
25120         * gst/alpha/gstalphacolor.c: (gst_alpha_color_get_type),
25121         (gst_alpha_color_base_init), (gst_alpha_color_class_init),
25122         (gst_alpha_color_init), (gst_alpha_color_set_property),
25123         (gst_alpha_color_get_property), (gst_alpha_color_sink_link),
25124         (transform), (gst_alpha_color_chain),
25125         (gst_alpha_color_change_state), (plugin_init):
25126         Stupid plugin to to RGBA to AYUV conversion because none of
25127         the colorspace plugins can handle that yet.
25128
25129 2004-07-22  Wim Taymans  <wim@fluendo.com>
25130
25131         * examples/seeking/seek.c: (update_scale), (main):
25132         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
25133         (gst_decode_bin_class_init), (gst_decode_bin_is_dynamic),
25134         (gst_decode_bin_factory_filter), (compare_ranks), (print_feature),
25135         (gst_decode_bin_init), (gst_decode_bin_dispose),
25136         (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
25137         (no_more_pads), (close_link), (type_found),
25138         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
25139         (plugin_init):
25140         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
25141         (gst_play_base_bin_class_init), (gst_play_base_bin_init),
25142         (gst_play_base_bin_dispose), (queue_overrun),
25143         (gen_preroll_element), (remove_prerolls), (unknown_type),
25144         (no_more_pads), (new_stream), (setup_source),
25145         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property),
25146         (play_base_eos), (gst_play_base_bin_change_state),
25147         (gst_play_base_bin_add_element),
25148         (gst_play_base_bin_remove_element),
25149         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
25150         (gst_play_base_bin_unlink_stream),
25151         (gst_play_base_bin_get_streaminfo):
25152         * gst/playback/gstplaybin.c: (gen_video_element),
25153         (gen_audio_element):
25154         * gst/playback/gststreaminfo.h:
25155         More playback updates, attempt to fix things after the state change
25156         breakage.
25157
25158 2004-07-22  Thomas Vander Stichele  <thomas at apestaart dot org>
25159
25160         * gst/videoscale/videoscale.c: (gst_videoscale_planar411),
25161         (gst_videoscale_scale_nearest_16bit):
25162           comment algorithm
25163
25164 2004-07-22  Thomas Vander Stichele  <thomas at apestaart dot org>
25165
25166         * gst/videotestsrc/gstvideotestsrc.c:
25167         (gst_videotestsrc_class_init), (gst_videotestsrc_src_link),
25168         (gst_videotestsrc_init), (gst_videotestsrc_get),
25169         (gst_videotestsrc_set_pattern), (gst_videotestsrc_set_property),
25170         (gst_videotestsrc_get_property):
25171         * gst/videotestsrc/gstvideotestsrc.h:
25172         * gst/videotestsrc/videotestsrc.c:
25173         * gst/videotestsrc/videotestsrc.h:
25174           cleanup and commenting
25175
25176 2004-07-21  Wim Taymans  <wim@fluendo.com>
25177
25178         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_init),
25179         (gst_ogg_demux_get_formats), (gst_ogg_demux_src_query),
25180         (gst_ogg_demux_src_event), (gst_ogg_demux_src_convert),
25181         (gst_ogg_demux_handle_event), (gst_ogg_demux_seek_before),
25182         (_find_chain_get_unknown_part), (_find_streams_check),
25183         (gst_ogg_demux_push), (gst_ogg_pad_push):
25184         * ext/theora/theoradec.c: (theora_get_formats),
25185         (theora_dec_src_convert), (theora_dec_sink_convert),
25186         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
25187         (theora_dec_chain):
25188         * ext/vorbis/vorbisdec.c: (vorbis_dec_get_formats),
25189         (vorbis_dec_convert), (vorbis_dec_src_query),
25190         (vorbis_dec_src_event), (vorbis_dec_event):
25191         More seeking fixes, oggdemux now supports seeking to time and
25192         uses the downstream element to convert granulepos to time.
25193         Seeking in theora-only ogg files now works.
25194
25195 2004-07-21  Wim Taymans  <wim@fluendo.com>
25196
25197         * ext/theora/theoradec.c: (gst_theora_dec_init),
25198         (theora_get_formats), (theora_get_event_masks),
25199         (theora_get_query_types), (theora_dec_src_convert),
25200         (theora_dec_sink_convert), (theora_dec_src_query),
25201         (theora_dec_src_event), (theora_dec_event), (theora_dec_chain):
25202         * ext/vorbis/vorbisdec.c: (vorbis_dec_get_formats),
25203         (vorbis_get_event_masks), (vorbis_get_query_types),
25204         (gst_vorbis_dec_init), (vorbis_dec_convert),
25205         (vorbis_dec_src_query), (vorbis_dec_src_event), (vorbis_dec_event):
25206         Added query/convert/formats functions to vorbis and theora decoders
25207         so that the outside world can use them too. Fixed seeking on an
25208         ogg/theora/vorbis file by disabling the seeking seeking on the
25209         theora srcpad.
25210
25211 2004-07-21  Julien MOUTTE  <julien@moutte.net>
25212
25213         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
25214         (gst_ximagesink_renegotiate_size), (gst_ximagesink_sink_link),
25215         (gst_ximagesink_chain), (gst_ximagesink_set_xwindow_id): Optimize
25216         images creation for both elements. We don't create the image on caps
25217         nego or renego, we just destroy the internal one if present if it does
25218         not match the needs. The chain function takes care of creating a new
25219         image when needed.
25220         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
25221         (gst_xvimagesink_xwindow_decorate), (gst_xvimagesink_sink_link),
25222         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_alloc),
25223         (gst_xvimagesink_set_xwindow_id): Additionally xvimage now contains
25224         the image format information. The buffer pool checks for the context
25225         image format and discard images with different formats.
25226         * sys/xvimage/xvimagesink.h: Adding im_format in the xvimage structure.
25227
25228 2004-07-21  Thomas Vander Stichele  <thomas at apestaart dot org>
25229
25230         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
25231         (gst_ffmpegcolorspace_chain):
25232           no point in doing any chaining if the pad we want to push from
25233           isn't usable.
25234
25235 2004-07-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
25236
25237         * gst-libs/gst/riff/riff-media.c:
25238         (gst_riff_create_audio_caps_with_data):
25239           Fix double end-to-native symbol conversion (#148021).
25240
25241 2004-07-20  David Schleef  <ds@schleef.org>
25242
25243         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_decorate):
25244         Don't use an Atom that doesn't exist.
25245
25246 2004-07-20  Wim Taymans  <wim@fluendo.com>
25247
25248         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
25249         (gst_multifdsink_add), (gst_multifdsink_get_stats),
25250         (gst_multifdsink_client_remove),
25251         (gst_multifdsink_handle_client_write),
25252         (gst_multifdsink_queue_buffer):
25253         * gst/tcp/gstmultifdsink.h:
25254         More multifdsink stats. Avoid deadlock by releasing locks
25255         before sending out a signal.
25256
25257 2004-07-20  Thomas Vander Stichele  <thomas at apestaart dot org>
25258
25259         * po/LINGUAS:
25260         * po/hu.po:
25261           added Hungarian translation (Laszlo Dvornik)
25262
25263 2004-07-20  Wim Taymans  <wim@fluendo.com>
25264
25265         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
25266         (gst_multifdsink_add), (gst_multifdsink_client_remove),
25267         (gst_multifdsink_handle_client_write),
25268         (gst_multifdsink_queue_buffer):
25269         * gst/tcp/gsttcp-marshal.list:
25270         Fixed the stupid marshal definition.
25271
25272 2004-07-20  Wim Taymans  <wim@fluendo.com>
25273
25274         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
25275         (gst_multifdsink_init), (gst_multifdsink_add),
25276         (gst_multifdsink_client_remove),
25277         (gst_multifdsink_handle_client_write),
25278         (gst_multifdsink_queue_buffer), (gst_multifdsink_chain),
25279         (gst_multifdsink_set_property), (gst_multifdsink_get_property),
25280         (gst_multifdsink_init_send):
25281         * gst/tcp/gstmultifdsink.h:
25282         Added more stats, added timeout for a client, fixed some typos
25283         and added some comments.
25284
25285 2004-07-20  Wim Taymans  <wim@fluendo.com>
25286
25287         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
25288         (gst_multifdsink_add), (gst_multifdsink_get_stats),
25289         (gst_multifdsink_client_remove),
25290         (gst_multifdsink_handle_client_write):
25291         * gst/tcp/gstmultifdsink.h:
25292         * gst/tcp/gsttcp-marshal.list:
25293         Added get_stats method that returns a GValueArray of
25294         stats values.
25295
25296 2004-07-19  Benjamin Otte  <otte@gnome.org>
25297
25298         * ext/ladspa/gstladspa.c: (gst_ladspa_base_init):
25299           make sure longname, description and author are valid UTF-8
25300
25301 2004-07-19  Thomas Vander Stichele  <thomas at apestaart dot org>
25302
25303         * sys/ximage/ximagesink.c: (gst_ximagesink_change_state),
25304         (gst_ximagesink_set_property):
25305         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state),
25306         (gst_xvimagesink_set_property):
25307           make sure SYNCHRONOUS is respected after getting the X context
25308
25309 2004-07-18  Thomas Vander Stichele  <thomas at apestaart dot org>
25310
25311         * gst/matroska/matroska-demux.c:
25312         (gst_matroska_demux_handle_src_event),
25313         (gst_matroska_demux_parse_blockgroup):
25314         * gst/matroska/matroska-ids.h:
25315           add BlockReference tag and ignore it to clear out log.
25316           ignore NAVIGATION events to clear out log.
25317
25318 2004-07-18  Thomas Vander Stichele  <thomas at apestaart dot org>
25319
25320         * gst/matroska/matroska-demux.c: (gst_matroska_demux_class_init),
25321         (gst_matroska_demux_add_stream):
25322         * gst/matroska/matroska-mux.c: (gst_matroska_mux_class_init):
25323           add debug categories
25324
25325 2004-07-16  Wim Taymans  <wim@fluendo.com>
25326
25327         * ext/libpng/Makefile.am:
25328         * ext/libpng/gstpng.c: (plugin_init):
25329         * ext/libpng/gstpngdec.c: (user_error_fn), (user_warning_fn),
25330         (gst_pngdec_get_type), (gst_pngdec_base_init),
25331         (gst_pngdec_class_init), (gst_pngdec_sinklink), (gst_pngdec_init),
25332         (gst_pngdec_src_getcaps), (user_read_data), (gst_pngdec_chain):
25333         * ext/libpng/gstpngdec.h:
25334         Added png decoder.
25335
25336 2004-07-16  Julien MOUTTE  <julien@moutte.net>
25337
25338         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xerror),
25339         (gst_ximagesink_check_xshm_calls), (gst_ximagesink_ximage_new),
25340         (gst_ximagesink_ximage_destroy), (gst_ximagesink_sink_link),
25341         (gst_ximagesink_chain), (gst_ximagesink_buffer_free),
25342         (gst_ximagesink_buffer_alloc):
25343         * sys/ximage/ximagesink.h:
25344         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
25345         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy),
25346         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_free),
25347         (gst_xvimagesink_buffer_alloc):
25348         * sys/xvimage/xvimagesink.h: Getting the 2 video sinks synchronized
25349         again. Using internal data pointer of the x(v)image to store image's
25350         data to be coherent with the buffer alloc mechanism. Investigated the
25351         image destruction code to be sure that everything gets freed correctly.
25352
25353 2004-07-16  Wim Taymans  <wim@fluendo.com>
25354
25355         * gst-libs/gst/riff/riff-read.c:
25356         (gst_riff_read_strf_vids_with_data),
25357         (gst_riff_read_strf_auds_with_data):
25358         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
25359         (gst_avi_demux_add_stream), (gst_avi_demux_stream_header):
25360         Make sure we don't create 0 sized subbuffers in riff-read.
25361         Signal the no more pads signal after reading the avi header.
25362
25363 2004-07-16  Wim Taymans  <wim@fluendo.com>
25364
25365         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
25366         (gst_decode_bin_class_init), (gst_decode_bin_is_dynamic),
25367         (gst_decode_bin_factory_filter), (compare_ranks), (print_feature),
25368         (gst_decode_bin_init), (gst_decode_bin_dispose),
25369         (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
25370         (no_more_pads), (close_link), (type_found),
25371         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
25372         (gst_decode_bin_change_state), (plugin_init):
25373         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
25374         (gst_play_base_bin_class_init), (gst_play_base_bin_init),
25375         (gst_play_base_bin_dispose), (queue_overrun),
25376         (gen_preroll_element), (remove_prerolls), (unknown_type),
25377         (no_more_pads), (new_stream), (setup_source),
25378         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property),
25379         (play_base_eos), (gst_play_base_bin_change_state),
25380         (gst_play_base_bin_add_element),
25381         (gst_play_base_bin_remove_element),
25382         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
25383         (gst_play_base_bin_unlink_stream),
25384         (gst_play_base_bin_get_streaminfo):
25385         * gst/playback/gstplaybasebin.h:
25386         Better error recovery. Added configurable preroll queue size. Faster
25387         detection of no-more-pads.
25388
25389 2004-07-16  Wim Taymans  <wim@fluendo.com>
25390
25391         * gst-libs/gst/video/video.h:
25392         Added 32 bits RGBA. Not sure if we should use another mime-type
25393         for alpha rgb. Currently the presence of the alpha_mask property
25394         signals an alpha channel.
25395
25396 2004-07-16  Wim Taymans  <wim@fluendo.com>
25397
25398         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
25399         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
25400         FPS seems to be 0.0 to MAX everywhere else.
25401
25402 2004-07-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
25403
25404         * gst-libs/gst/riff/riff-media.c:
25405         (gst_riff_create_video_caps_with_data):
25406           mp42/mp43 (no caps) exist too.
25407         * gst/matroska/matroska-demux.c: (gst_matroska_demux_video_caps):
25408           Set pixel_width/height; we've got them in-caps.
25409         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
25410         * gst/wavparse/gstwavparse.c: (plugin_init):
25411           Both are valid primary.
25412         * sys/oss/gstossmixer.c:
25413           Remove i18n hack and enable translations.
25414
25415 2004-07-15  Benjamin Otte  <otte@gnome.org>
25416
25417         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
25418         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy):
25419           fix for non-shm xv. Original patch by Tim Ringenbach (fixes #147248)
25420
25421 2004-07-15  Benjamin Otte  <otte@gnome.org>
25422
25423         * ext/alsa/gstalsa.c: (gst_alsa_open_audio),
25424         (gst_alsa_sw_params_dump), (gst_alsa_hw_params_dump),
25425         (gst_alsa_close_audio):
25426           disable some of the debugging code for now. Writing debugging to a
25427           buffer is broken in current alsalib releases.
25428
25429 2004-07-12  Benjamin Otte  <otte@gnome.org>
25430
25431         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_alloc_buffer):
25432           use bufferpools
25433
25434 2004-07-14  Thomas Vander Stichele  <thomas at apestaart dot org>
25435
25436         * ext/theora/theoradec.c: (gst_theora_dec_class_init),
25437         (theora_dec_src_query), (theora_dec_event):
25438         * ext/theora/theoraenc.c: (gst_theora_enc_class_init):
25439           add debugging categories.  Remove \n's.
25440
25441 2004-07-13  Johan Dahlin  <johan@gnome.org>
25442
25443         * gst/playback/gstplaybin.c (gst_play_bin_set_property)
25444         (gst_play_bin_get_property): Impl.
25445
25446 2004-07-13  Wim Taymans  <wim@fluendo.com>
25447
25448         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_seek_before):
25449         When trying to find the stream length, seek back N pages
25450         instead of just one, where N is the number of streams in
25451         the current chain.
25452
25453 2004-07-13  Wim Taymans  <wim@fluendo.com>
25454
25455         * gst-libs/gst/riff/riff-media.c:
25456         (gst_riff_create_audio_caps_with_data),
25457         (gst_riff_create_audio_caps),
25458         (gst_riff_create_audio_template_caps):
25459         * gst-libs/gst/riff/riff-media.h:
25460         * gst-libs/gst/riff/riff-read.c:
25461         (gst_riff_read_strf_vids_with_data),
25462         (gst_riff_read_strf_auds_with_data), (gst_riff_read_strf_auds):
25463         * gst-libs/gst/riff/riff-read.h:
25464         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
25465         (gst_avi_demux_add_stream):
25466         Set codec_data on caps for avidemuxer.
25467
25468 2004-07-12  David Schleef  <ds@schleef.org>
25469
25470         * configure.ac: Fix test for Objective C
25471
25472 2004-07-12  Jan Schmidt  <thaytan@mad.scientist.com>
25473         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_get_capslist),
25474         (gst_gdk_pixbuf_chain):
25475           Add svg and pcx to template caps, and ensure that getcaps returns a
25476           subset of the template caps.
25477           Copy each row manually for output, as gdkpixbuf may pad the
25478           rowstride to a 32-bit word boundary.
25479
25480 2004-07-12  Wim Taymans  <wim@fluendo.com>
25481
25482         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
25483         (gst_riff_create_video_template_caps):
25484         Fix the template caps to include some more media types.
25485
25486 2004-07-12  Wim Taymans  <wim@fluendo.com>
25487
25488         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
25489         (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
25490         (compare_ranks), (print_feature), (gst_decode_bin_init),
25491         (gst_decode_bin_dispose), (find_compatibles), (close_pad_link),
25492         (try_to_link_1), (new_pad), (close_link), (type_found),
25493         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
25494         (gst_decode_bin_change_state), (plugin_init):
25495         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
25496         (gst_play_base_bin_class_init), (gst_play_base_bin_init),
25497         (gst_play_base_bin_dispose), (queue_overrun),
25498         (gen_preroll_element), (remove_prerolls), (no_more_pads),
25499         (new_stream), (setup_source), (gst_play_base_bin_set_property),
25500         (gst_play_base_bin_get_property), (play_base_eos),
25501         (gst_play_base_bin_change_state), (gst_play_base_bin_add_element),
25502         (gst_play_base_bin_remove_element),
25503         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
25504         (gst_play_base_bin_unlink_stream),
25505         (gst_play_base_bin_get_streaminfo):
25506         * gst/playback/gstplaybasebin.h:
25507         * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
25508         (gst_play_bin_class_init), (gst_play_bin_init),
25509         (gst_play_bin_dispose), (gst_play_bin_set_property),
25510         (gst_play_bin_get_property), (gen_video_element),
25511         (gen_audio_element), (remove_sinks), (setup_sinks),
25512         (gst_play_bin_change_state), (gst_play_bin_get_event_masks),
25513         (gst_play_bin_send_event), (gst_play_bin_get_formats),
25514         (gst_play_bin_convert), (gst_play_bin_get_query_types),
25515         (gst_play_bin_query), (plugin_init):
25516         * gst/playback/test4.c: (main):
25517         More fixes on reusing of the element.
25518
25519 2004-07-11  Benjamin Otte  <otte@gnome.org>
25520
25521         * ext/mad/gstmad.c: (normal_seek):
25522           allow seeking for other methods than just SET
25523
25524 2004-07-11  Andy Wingo  <wingo@pobox.com>
25525
25526         * gst/audioconvert/gstaudioconvert.c (gst_audio_convert_link): For
25527         float, "any" caps -> buffer_frames=[0,MAX].
25528
25529         * gst/interleave/interleave.c (interleave_getcaps): Seems the core
25530         doesn't intersect our caps with the template any more. Do it
25531         ourselves.
25532         (interleave_buffered_loop): Use g_newa instead of malloc/free.
25533
25534 2004-07-09  Wim Taymans  <wim@fluendo.com>
25535
25536         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
25537         (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
25538         (compare_ranks), (print_feature), (gst_decode_bin_init),
25539         (gst_decode_bin_dispose), (find_compatibles), (close_pad_link),
25540         (try_to_link_1), (new_pad), (close_link), (type_found),
25541         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
25542         (gst_decode_bin_change_state), (plugin_init):
25543         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
25544         (gst_play_base_bin_class_init), (gst_play_base_bin_init),
25545         (gst_play_base_bin_dispose), (queue_overrun),
25546         (gen_preroll_element), (remove_prerolls), (no_more_pads),
25547         (new_stream), (setup_source), (gst_play_base_bin_set_property),
25548         (gst_play_base_bin_get_property), (play_base_eos),
25549         (gst_play_base_bin_change_state), (gst_play_base_bin_add_element),
25550         (gst_play_base_bin_remove_element),
25551         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
25552         (gst_play_base_bin_unlink_stream),
25553         (gst_play_base_bin_get_streaminfo):
25554         * gst/playback/gstplaybasebin.h:
25555         * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
25556         (gst_play_bin_class_init), (gst_play_bin_init),
25557         (gst_play_bin_dispose), (gst_play_bin_set_property),
25558         (gst_play_bin_get_property), (gen_video_element),
25559         (gen_audio_element), (remove_sinks), (setup_sinks),
25560         (gst_play_bin_change_state), (gst_play_bin_get_event_masks),
25561         (gst_play_bin_send_event), (gst_play_bin_get_formats),
25562         (gst_play_bin_convert), (gst_play_bin_get_query_types),
25563         (gst_play_bin_query), (plugin_init):
25564         * gst/playback/test4.c: (main):
25565         Work on object reuse and seeking.
25566
25567 2004-07-09  Wim Taymans  <wim@fluendo.com>
25568
25569         * examples/seeking/seek.c: (iterate):
25570         Don't consume all CPU in the idle loop.
25571
25572 2004-07-09  Wim Taymans  <wim@fluendo.com>
25573
25574         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_new_output_pad),
25575         (gst_mpeg_demux_parse_packet), (gst_mpeg_demux_process_private):
25576         Add pad to element *after* setting the pad functions so that
25577         the scheduler can use the correct ones.
25578
25579 2004-07-09  Wim Taymans  <wim@fluendo.com>
25580
25581         * ext/theora/theoradec.c: (theora_dec_from_granulepos),
25582         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_chain):
25583         Sync to keyframe after seek
25584
25585 2004-07-09  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
25586
25587         * ext/alsa/gstalsa.c: (gst_alsa_change_state):
25588         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event),
25589         (gst_alsa_sink_loop), (gst_alsa_sink_change_state):
25590         * ext/alsa/gstalsasrc.c: (gst_alsa_src_change_state):
25591         * ext/libvisual/visual.c: (gst_visual_change_state):
25592         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_change_state):
25593         * ext/theora/theoradec.c: (theora_dec_change_state):
25594         * ext/theora/theoraenc.c: (theora_enc_change_state):
25595         * ext/vorbis/vorbisdec.c: (vorbis_dec_change_state):
25596         * gst-libs/gst/navigation/navigation.c:
25597         * gst/adder/gstadder.c: (gst_adder_change_state):
25598         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
25599         (gst_audio_convert_get_buffer):
25600         * gst/multipart/multipartdemux.c:
25601         (gst_multipart_demux_change_state):
25602         * gst/playback/gstdecodebin.c: (gst_decode_bin_change_state):
25603         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
25604         * gst/playback/gstplaybin.c: (gst_play_bin_change_state):
25605         * gst/videoscale/gstvideoscale.c:
25606         (gst_videoscale_handle_src_event):
25607         * gst/volume/gstvolume.c: (volume_chain_int16):
25608           don't assert in state change, this should be done by the base
25609           GstElement class.
25610           various debugging fixes.
25611
25612 2004-07-08  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
25613
25614         * configure.ac:
25615         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup),
25616         (gst_play_dispose), (gst_play_set_location),
25617         (gst_play_set_data_src), (gst_play_set_video_sink),
25618         (gst_play_set_audio_sink), (gst_play_set_visualization),
25619         (gst_play_connect_visualization), (gst_play_get_sink_element),
25620         (gst_play_get_all_by_interface):
25621         * gst-libs/gst/play/play.h:
25622           add new method to get elements implementing an interface.
25623           add various error logging
25624
25625 2004-07-08  Wim Taymans  <wim@fluendo.com>
25626
25627         * examples/seeking/seek.c: (make_dv_pipeline), (make_avi_pipeline),
25628         (make_mpeg_pipeline), (make_mpegnt_pipeline),
25629         (make_playerbin_pipeline), (query_durations_elems),
25630         (query_durations_pads), (query_positions_elems),
25631         (query_positions_pads), (update_scale), (iterate), (stop_seek),
25632         (main):
25633         Added playbin seeking example.
25634
25635 2004-07-08  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
25636
25637         * gst-libs/gst/play/play.c: (gst_play_set_location),
25638         (gst_play_set_data_src), (gst_play_set_video_sink),
25639         (gst_play_set_audio_sink), (gst_play_set_visualization),
25640         (gst_play_connect_visualization), (gst_play_get_framerate):
25641           use a macro to look up elements from hash table
25642
25643 2004-07-08  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
25644
25645         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup),
25646         (gst_play_get_length_callback), (gst_play_set_location),
25647         (gst_play_seek_to_time), (gst_play_set_data_src),
25648         (gst_play_set_video_sink), (gst_play_set_audio_sink),
25649         (gst_play_set_visualization), (gst_play_connect_visualization),
25650         (gst_play_get_sink_element):
25651         - add debugging info
25652         - fix looking up sink elements by iterating over complete caps
25653         - put everything except for source and autoplugger in a complete bin
25654
25655 2004-07-08  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
25656
25657         * ext/alsa/gstalsa.c: (gst_alsa_drain_audio):
25658         * ext/alsa/gstalsasink.c: (gst_alsa_sink_flush_one_pad),
25659         (gst_alsa_sink_check_event), (gst_alsa_sink_mmap),
25660         (gst_alsa_sink_write), (gst_alsa_sink_loop):
25661         * ext/alsa/gstalsasink.h:
25662         - add debugging info
25663         - clean up schizophrenia of data/buffer/event
25664         - fix double event unref error
25665
25666 2004-07-08  Wim Taymans  <wim@fluendo.com>
25667
25668         * gst/playback/Makefile.am:
25669         Add headers to noinst
25670
25671 2004-07-08  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
25672
25673         * tools/gst-launch-ext-m.m:
25674         * tools/gst-launch-ext.1.in:
25675           convert to the third millenium
25676
25677 2004-07-07  David Schleef  <ds@schleef.org>
25678
25679         * sys/dxr3/Makefile.am: noinst_SOURCES should be nodist_SOURCES
25680
25681 2004-07-07  Wim Taymans  <wim@fluendo.com>
25682
25683         * gst/playback/Makefile.am:
25684         * gst/playback/README:
25685         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
25686         (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
25687         (compare_ranks), (print_feature), (gst_decode_bin_init),
25688         (gst_decode_bin_dispose), (find_compatibles), (close_pad_link),
25689         (try_to_link_1), (new_pad), (close_link), (type_found),
25690         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
25691         (plugin_init):
25692         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
25693         (gst_play_base_bin_class_init), (gst_play_base_bin_init),
25694         (gst_play_base_bin_dispose), (rebuild_pipeline), (queue_overrun),
25695         (gen_preroll_element), (no_more_pads), (new_stream),
25696         (setup_source), (gst_play_base_bin_set_property),
25697         (gst_play_base_bin_get_property), (gst_play_base_bin_change_state),
25698         (gst_play_base_bin_add_element),
25699         (gst_play_base_bin_remove_element),
25700         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
25701         (gst_play_base_bin_unlink_stream),
25702         (gst_play_base_bin_get_streaminfo):
25703         * gst/playback/gstplaybasebin.h:
25704         * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
25705         (gst_play_bin_class_init), (gst_play_bin_init),
25706         (gst_play_bin_dispose), (gst_play_bin_set_property),
25707         (gst_play_bin_get_property), (gen_video_element),
25708         (gen_audio_element), (setup_sinks), (gst_play_bin_change_state),
25709         (gst_play_bin_get_event_masks), (gst_play_bin_send_event),
25710         (gst_play_bin_get_formats), (gst_play_bin_convert),
25711         (gst_play_bin_get_query_types), (gst_play_bin_query),
25712         (plugin_init):
25713         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type),
25714         (gst_stream_info_get_type), (gst_stream_info_class_init),
25715         (gst_stream_info_init), (gst_stream_info_new),
25716         (gst_stream_info_dispose), (gst_stream_info_set_property),
25717         (gst_stream_info_get_property):
25718         * gst/playback/gststreaminfo.h:
25719         * gst/playback/test.c: (gen_video_element), (gen_audio_element),
25720         (main):
25721         * gst/playback/test2.c: (main):
25722         * gst/playback/test3.c: (update_scale), (main):
25723         More playbin fixes. Added README. Do better element filtering.
25724         Added base class to preroll media. Added test apps.
25725
25726 2004-07-07  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
25727
25728         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_flush_decoder):
25729         * ext/mpeg2dec/gstmpeg2dec.h:
25730           various debugging improvements.  Reset stream to next picture
25731           instead of sequence header, otherwise seeks cannot work.
25732
25733 2004-07-07  Wim Taymans  <wim@fluendo.com>
25734
25735         * gst/videobox/gstvideobox.c: (gst_video_box_fill_get_type),
25736         (gst_video_box_class_init), (gst_video_box_set_property),
25737         (gst_video_box_i420), (gst_video_box_ayuv), (gst_video_box_chain):
25738         Use pad_alloc where possible.
25739
25740 2004-07-07  Wim Taymans  <wim@fluendo.com>
25741
25742         * sys/oss/gstosselement.c: (gst_osselement_reset),
25743         (gst_osselement_parse_caps):
25744         * sys/oss/gstosselement.h:
25745         * sys/oss/gstosssrc.c: (gst_osssrc_get):
25746         Fix offset on osssrc.
25747
25748 2004-07-07  Wim Taymans  <wim@fluendo.com>
25749
25750         * ext/theora/theora.c: (plugin_init):
25751         * ext/theora/theoradec.c: (theora_dec_from_granulepos),
25752         (theora_dec_src_query), (theora_dec_chain):
25753         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
25754         (theora_enc_sink_link), (theora_buffer_from_packet),
25755         (theora_push_packet), (theora_enc_chain):
25756         Fix theora granulepos calculation.
25757         Fix overflow in duration/position calculation.
25758         Bump rank to PRIMARY for theoradec.
25759         Use granulepos of last packet to calculate position.
25760         Set keyframe flag on buffers when needed.
25761
25762 2004-07-06  David Schleef  <ds@schleef.org>
25763
25764         * gst/playback/Makefile.am: 'test' in bin_PROGRAMS?  Are you
25765         serious?  (Fixed, obviously.)
25766
25767 2004-07-06  Thomas Vander Stichele  <thomas at apestaart dot org>
25768
25769         * po/LINGUAS:
25770         * po/cs.po:
25771           added Czech translation (Miloslav Trmac)
25772
25773 2004-07-05  Wim Taymans  <wim@fluendo.com>
25774
25775         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
25776         (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
25777         (compare_ranks), (gst_decode_bin_init), (gst_decode_bin_dispose),
25778         (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
25779         (close_link), (type_found), (gst_decode_bin_set_property),
25780         (gst_decode_bin_get_property), (gst_decode_bin_get_event_masks),
25781         (gst_decode_bin_send_event), (gst_decode_bin_get_formats),
25782         (gst_decode_bin_convert), (gst_decode_bin_get_query_types),
25783         (gst_decode_bin_query), (plugin_init):
25784         * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
25785         (gst_play_bin_class_init), (gst_play_bin_init),
25786         (gst_play_bin_dispose), (rebuild_pipeline), (get_audio_element),
25787         (get_video_element), (new_pad), (setup_source),
25788         (gst_play_bin_set_property), (gst_play_bin_get_property),
25789         (gst_play_bin_change_state), (gst_play_bin_add_element),
25790         (gst_play_bin_remove_element), (gst_play_bin_get_event_masks),
25791         (gst_play_bin_send_event), (gst_play_bin_get_formats),
25792         (gst_play_bin_convert), (gst_play_bin_get_query_types),
25793         (gst_play_bin_query), (gst_play_bin_get_clock), (plugin_init):
25794         * gst/playback/test.c: (main):
25795         More fixes, cleaned up playbin, make it use decodebin. Added
25796         threaded property to playbin.
25797
25798 2004-07-05  Wim Taymans  <wim@fluendo.com>
25799
25800         * configure.ac:
25801         * gst/playback/Makefile.am:
25802         * gst/playback/decodetest.c: (main):
25803         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
25804         (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
25805         (compare_ranks), (gst_decode_bin_init), (gst_decode_bin_dispose),
25806         (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
25807         (close_link), (type_found), (gst_decode_bin_set_property),
25808         (gst_decode_bin_get_property), (gst_decode_bin_change_state),
25809         (gst_decode_bin_get_event_masks), (gst_decode_bin_send_event),
25810         (gst_decode_bin_get_formats), (gst_decode_bin_convert),
25811         (gst_decode_bin_get_query_types), (gst_decode_bin_query),
25812         (plugin_init):
25813         * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
25814         (gst_play_bin_class_init), (gst_play_bin_init),
25815         (gst_play_bin_dispose), (gen_default_output), (rebuild_pipeline),
25816         (collect_sink_pads), (find_compatibles), (close_pad_link),
25817         (try_to_link_1), (new_pad), (close_link), (type_found),
25818         (setup_source), (gst_play_bin_set_property),
25819         (gst_play_bin_get_property), (gst_play_bin_factory_filter),
25820         (compare_ranks), (gst_play_bin_collect_factories),
25821         (gst_play_bin_change_state), (gst_play_bin_add_element),
25822         (gst_play_bin_remove_element), (gst_play_bin_get_event_masks),
25823         (gst_play_bin_send_event), (gst_play_bin_get_formats),
25824         (gst_play_bin_convert), (gst_play_bin_get_query_types),
25825         (gst_play_bin_query), (gst_play_bin_get_clock), (plugin_init):
25826         * gst/playback/test.c: (main):
25827         Added some playback helper elements and some test apps, very alpha
25828         still.
25829
25830 2004-07-04  Benjamin Otte  <otte@gnome.org>
25831
25832         * ext/alsa/gstalsa.c: (gst_alsa_xrun_recovery):
25833           only restart audio when we indeed have an xrun to fix repeated
25834           xruns. Fix suggested by Giuliano Pochini.
25835
25836 2004-07-03  David Schleef  <ds@schleef.org>
25837
25838         * ext/alsa/gstalsaplugin.c: (gst_alsa_error_wrapper): Disable
25839         call to gst_debug_log() if debugging is disabled (bug #145118)
25840
25841 2004-07-03  Benjamin Otte  <otte@gnome.org>
25842
25843         * ext/alsa/gstalsa.c: (gst_alsa_xrun_recovery):
25844           use our own functions for restarting the alsa device.
25845         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
25846           I should apply patches myself - use MIN for the third argument, not
25847           the second, this fixes seeking
25848
25849 2004-07-02  David Schleef  <ds@schleef.org>
25850
25851         * ext/flac/gstflacdec.c: (gst_flacdec_class_init),
25852         (gst_flacdec_write):  Actually, GST_PAD_CAPS() has nothing to
25853         do with the logic.
25854
25855 2004-07-02  David Schleef  <ds@schleef.org>
25856
25857         * ext/flac/gstflacdec.c: (gst_flacdec_write):  Set duration on
25858         output buffers.  Fix logic mistake.  (bug #144866)
25859
25860 2004-07-02  David Schleef  <ds@schleef.org>
25861
25862         * gst-libs/gst/xoverlay/Makefile.am: xoverlay no longer depends
25863         on X.  (bug #144753)
25864
25865 2004-07-02  David Schleef  <ds@schleef.org>
25866
25867         * gst/wavenc/gstwavenc.c: (gst_wavenc_setup),
25868         (gst_wavenc_stop_file): Switch to GST_WRITE_UINT32_LE macros
25869         (bug #144624)
25870         * sys/oss/gstosselement.c: (gst_osselement_probe_caps),
25871         (gst_osselement_rate_probe_check): Add another workaround for
25872         buggy drivers (bug #145336)
25873
25874 2004-07-02  David Schleef  <ds@schleef.org>
25875
25876         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_handle_client_write):
25877         Most systems don't have MSG_NOSIGNAL.
25878
25879 2004-07-02  Thomas Vander Stichele  <thomas at apestaart dot org>
25880
25881         * Makefile.am:
25882         * gst-libs/gst/colorbalance/Makefile.am:
25883         * gst-libs/gst/mixer/Makefile.am:
25884         * gst-libs/gst/play/Makefile.am:
25885         * gst-libs/gst/tuner/Makefile.am:
25886           (hopefully) fix both install and dist and make error message useful.
25887           needs testing across automakes.
25888
25889 2004-07-02  Benjamin Otte  <otte@gnome.org>
25890
25891         * ext/ogg/gstogg.c: (plugin_init):
25892           we require bytestream now
25893         * ext/ogg/gstoggdemux.c:
25894           huge diff to implement chain setup in a fast and generic way. This
25895           improves tag reading and startup of huge files (read: Theora videos)
25896           quite a bit. It probably contains bugs, too, so please test.
25897           Seeking is not improved to the fast method.
25898
25899 2004-06-29  Wim Taymans  <wim@fluendo.com>
25900
25901         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
25902         * ext/ogg/gstoggmux.c:
25903         Fix memleak in oggdemux when running unconnected pads.
25904         doc update in mux, start working on keyframe mode.
25905
25906 2004-06-29  Benjamin Otte  <otte@gnome.org>
25907
25908         * sys/oss/gstosssink.c:
25909         * sys/oss/gstosssrc.c:
25910           advertise correct template caps - we indeed do non-native endianness
25911           and 8bit audio has no endianness
25912         * sys/ximage/ximagesink.c: (gst_ximagesink_getcaps):
25913         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_getcaps):
25914           avoid (wrong) duplications in getcaps function and return
25915           template caps
25916
25917 2004-06-29  Wim Taymans  <wim@fluendo.com>
25918
25919         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
25920         (gst_multifdsink_class_init), (gst_multifdsink_add),
25921         (gst_multifdsink_remove), (gst_multifdsink_clear),
25922         (gst_multifdsink_client_remove),
25923         (gst_multifdsink_handle_client_read),
25924         (gst_multifdsink_client_queue_data),
25925         (gst_multifdsink_client_queue_caps),
25926         (gst_multifdsink_client_queue_buffer),
25927         (gst_multifdsink_handle_client_write),
25928         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
25929         (gst_multifdsink_handle_clients), (gst_multifdsink_thread),
25930         (gst_multifdsink_init_send), (gst_multifdsink_close):
25931         Fix wrong GList iteration that could crash the server when
25932         more then 2 clients disconnect at the same time. Read all the
25933         pending commands in one batch to recover from command storms under
25934         very heavy load.
25935
25936 2004-06-28  Wim Taymans  <wim@fluendo.com>
25937
25938         * gst/videomixer/videomixer.c: (gst_videomixer_pad_get_type),
25939         (gst_videomixer_pad_class_init), (gst_videomixer_pad_get_property),
25940         (gst_videomixer_pad_set_property),
25941         (gst_videomixer_pad_sinkconnect), (gst_videomixer_pad_init),
25942         (gst_video_mixer_background_get_type), (gst_videomixer_get_type),
25943         (gst_videomixer_class_init), (gst_videomixer_init),
25944         (gst_videomixer_request_new_pad), (gst_videomixer_blend_ayuv_i420),
25945         (pad_zorder_compare), (gst_videomixer_sort_pads),
25946         (gst_videomixer_fill_checker), (gst_videomixer_fill_color),
25947         (gst_videomixer_fill_queues), (gst_videomixer_blend_buffers),
25948         (gst_videomixer_update_queues), (gst_videomixer_loop),
25949         (plugin_init):
25950         Avoid divide by zero, choose masterpad as the pad with the highest
25951         framerate.
25952
25953 2004-06-27  Julien Moutte  <julien@moutte.net>
25954
25955         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_decorate),
25956         (gst_ximagesink_xwindow_new):
25957         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_decorate),
25958         (gst_xvimagesink_xwindow_new): I prefer locking the mutex in the
25959         function directly. We might want to call it from somewhere else one day.
25960
25961 2004-06-27  Julien Moutte  <julien@moutte.net>
25962
25963         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_decorate),
25964         (gst_ximagesink_xwindow_new):
25965         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_decorate),
25966         (gst_xvimagesink_xwindow_new): Trying to fix the random behaviour of
25967         window decorations.
25968
25969 2004-06-27  Wim Taymans  <wim@fluendo.com>
25970
25971         * ext/dv/gstdvdec.c: (gst_dvdec_class_init), (gst_dvdec_init),
25972         (gst_dvdec_video_getcaps), (gst_dvdec_video_link),
25973         (gst_dvdec_push), (gst_dvdec_loop), (gst_dvdec_change_state),
25974         (gst_dvdec_set_property), (gst_dvdec_get_property):
25975         * ext/dv/gstdvdec.h:
25976         Implement drop_factor property to lower the framerate with
25977         a factor.
25978
25979 2004-06-27  Thomas Vander Stichele  <thomas at apestaart dot org>
25980
25981         * gst-libs/gst/colorbalance/Makefile.am:
25982         * gst-libs/gst/mixer/Makefile.am:
25983         * gst-libs/gst/play/Makefile.am:
25984         * gst-libs/gst/tuner/Makefile.am:
25985           unbreak Company's fix that didn't install the -enum.h files
25986
25987 2004-06-27  Wim Taymans  <wim@fluendo.com>
25988
25989         * ext/dv/gstdvdec.c: (gst_dvdec_push), (gst_dvdec_loop),
25990         (gst_dvdec_change_state):
25991         * ext/dv/gstdvdec.h:
25992         Fix timestamp, duration and offset of the buffers.
25993
25994 2004-06-27  Wim Taymans  <wim@fluendo.com>
25995
25996         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
25997         (gst_multifdsink_class_init), (gst_multifdsink_add),
25998         (gst_multifdsink_remove), (gst_multifdsink_clear),
25999         (gst_multifdsink_client_remove),
26000         (gst_multifdsink_handle_client_read),
26001         (gst_multifdsink_client_queue_data),
26002         (gst_multifdsink_client_queue_caps),
26003         (gst_multifdsink_client_queue_buffer),
26004         (gst_multifdsink_handle_client_write),
26005         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
26006         (gst_multifdsink_handle_clients), (gst_multifdsink_thread),
26007         (gst_multifdsink_init_send), (gst_multifdsink_close):
26008         * gst/tcp/gstmultifdsink.h:
26009         * gst/tcp/gsttcpserversink.c:
26010         (gst_tcpserversink_handle_server_read),
26011         (gst_tcpserversink_handle_select), (gst_tcpserversink_close):
26012         More multifdsink fixes, more recovery policy fixes.
26013         Removed stupid g_print
26014
26015 2004-06-26  Wim Taymans  <wim@fluendo.com>
26016
26017         * gst/tcp/Makefile.am:
26018         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
26019         (gst_multifdsink_get_type), (gst_multifdsink_base_init),
26020         (gst_multifdsink_class_init), (gst_multifdsink_init),
26021         (gst_multifdsink_debug_fdset), (gst_multifdsink_client_remove),
26022         (gst_multifdsink_handle_client_read),
26023         (gst_multifdsink_client_queue_data),
26024         (gst_multifdsink_client_queue_caps),
26025         (gst_multifdsink_client_queue_buffer),
26026         (gst_multifdsink_handle_client_write),
26027         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
26028         (gst_multifdsink_handle_clients), (gst_multifdsink_thread),
26029         (gst_multifdsink_chain), (gst_multifdsink_set_property),
26030         (gst_multifdsink_get_property), (gst_multifdsink_init_send),
26031         (gst_multifdsink_close), (gst_multifdsink_change_state):
26032         * gst/tcp/gstmultifdsink.h:
26033         * gst/tcp/gsttcpplugin.c: (plugin_init):
26034         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_get_type),
26035         (gst_tcpserversink_class_init), (gst_tcpserversink_init),
26036         (gst_tcpserversink_handle_server_read),
26037         (gst_tcpserversink_handle_select),
26038         (gst_tcpserversink_set_property), (gst_tcpserversink_get_property),
26039         (gst_tcpserversink_init_send), (gst_tcpserversink_close):
26040         * gst/tcp/gsttcpserversink.h:
26041         Added multifdsink, made tcpserversink a subclass of fdsink, removed
26042         one of the locks, added recovery policy to multifdsink.
26043
26044 2004-06-26  Thomas Vander Stichele  <thomas at apestaart dot org>
26045
26046         * gst/videorate/gstvideorate.c: (gst_videorate_chain):
26047           fix decision for when getting frames with same timestamp
26048         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init), (gst_v4lsrc_init),
26049         (gst_v4lsrc_get), (gst_v4lsrc_set_property),
26050         (gst_v4lsrc_get_property):
26051         * sys/v4l/gstv4lsrc.h:
26052           add latency offset property
26053
26054 2004-06-26  Thomas Vander Stichele  <thomas at apestaart dot org>
26055
26056         * gst/videorate/gstvideorate.c: (gst_videorate_chain),
26057         (plugin_init):
26058           fix debugging. add category.
26059
26060 2004-06-25  Thomas Vander Stichele  <thomas at apestaart dot org>
26061
26062         * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
26063           fix wrong offsets
26064
26065 2004-06-25  Thomas Vander Stichele  <thomas at apestaart dot org>
26066
26067         * ext/alsa/gstalsasrc.c: (gst_alsa_src_init),
26068         (gst_alsa_src_get_time), (gst_alsa_src_loop),
26069         (gst_alsa_src_change_state):
26070           return a time that is in sync with the element's processing
26071
26072 2004-06-25  Wim Taymans  <wim@fluendo.com>
26073
26074         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
26075         (gst_tcpserversink_init), (gst_tcpserversink_handle_server_read),
26076         (gst_tcpserversink_client_remove),
26077         (gst_tcpserversink_handle_client_read),
26078         (gst_tcpserversink_client_queue_data),
26079         (gst_tcpserversink_client_queue_caps),
26080         (gst_tcpserversink_client_queue_buffer),
26081         (gst_tcpserversink_handle_client_write),
26082         (gst_tcpserversink_queue_buffer),
26083         (gst_tcpserversink_handle_clients), (gst_tcpserversink_thread),
26084         (gst_tcpserversink_chain), (gst_tcpserversink_set_property),
26085         (gst_tcpserversink_get_property), (gst_tcpserversink_init_send),
26086         (gst_tcpserversink_close):
26087         * gst/tcp/gsttcpserversink.h:
26088         Serversink rewrite. Really do non blocking writes to clients and
26089         maintain an internal queue to handle slower clients while not
26090         disturbing fast clients.
26091
26092 2004-06-25  Thomas Vander Stichele  <thomas at apestaart dot org>
26093
26094         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get):
26095           better debug, don't override OFFSET and OFFSET_END
26096
26097 2004-06-25  Iain <iain@prettypeople.org>
26098
26099         * gst-libs/gst/media-info/media-info-priv.c (gmi_set_mime): Add
26100         name=source for the wavparse pipeline.
26101
26102 2004-06-24  Johan Dahlin  <johan@gnome.org>
26103
26104         * ext/theora/theoraenc.c (theora_enc_chain): Call
26105         gst_pad_try_set_caps instead of gst_pad_set_explicit_caps so the
26106         streamheader caps are set correctly.
26107
26108 2004-06-24  Thomas Vander Stichele  <thomas at apestaart dot org>
26109
26110         * ext/vorbis/vorbisenc.c: (raw_caps_factory),
26111         (gst_vorbisenc_setup), (gst_vorbisenc_set_property):
26112           respect minimum bitrate; same could be done for max bitrate
26113
26114 2004-06-24  Thomas Vander Stichele  <thomas at apestaart dot org>
26115
26116         * ext/vorbis/vorbisenc.c: (raw_caps_factory),
26117         (gst_vorbisenc_setup):
26118           fix sample rate range
26119
26120 2004-06-24  Thomas Vander Stichele  <thomas at apestaart dot org>
26121
26122         * ext/vorbis/oggvorbisenc.c: (gst_oggvorbisenc_class_init),
26123         (gst_oggvorbisenc_setup):
26124         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_class_init),
26125         (gst_vorbisenc_setup):
26126           resolve ambiguities in code and description
26127
26128 2004-06-24  Wim Taymans  <wim@fluendo.com>
26129
26130         * ext/alsa/gstalsa.c: (gst_alsa_start), (gst_alsa_xrun_recovery):
26131         * ext/alsa/gstalsa.h:
26132         * ext/alsa/gstalsasrc.c: (gst_alsa_src_init),
26133         (gst_alsa_src_update_avail), (gst_alsa_src_loop):
26134         Use alsa trigger_tstamp to get the timestamp of the first
26135         sample in the buffer for more precise sync. Some cleanups.
26136
26137 2004-06-24  Wim Taymans  <wim@fluendo.com>
26138
26139         * gst/audiorate/gstaudiorate.c: (gst_audiorate_link),
26140         (gst_audiorate_init), (gst_audiorate_chain),
26141         (gst_audiorate_set_property), (gst_audiorate_get_property):
26142         * gst/videorate/gstvideorate.c: (gst_videorate_class_init),
26143         (gst_videorate_chain):
26144         Added some logging, fixed an overflow bug in videorate.
26145
26146 2004-06-24  Benjamin Otte  <otte@gnome.org>
26147
26148         * ext/kio/Makefile.am:
26149           fix for builddir != srcdir and distcheck
26150
26151 2004-06-24  Benjamin Otte  <otte@gnome.org>
26152
26153         * gst-libs/gst/colorbalance/Makefile.am:
26154         * gst-libs/gst/mixer/Makefile.am:
26155         * gst-libs/gst/play/Makefile.am:
26156         * gst-libs/gst/tuner/Makefile.am:
26157         * gst/tcp/Makefile.am:
26158         * sys/dxr3/Makefile.am:
26159           don't include -enumtypes.[ch] or -marshal.[ch] files in the disted
26160           tarball.
26161           Also add all *.list files that were missing.
26162         * Makefile.am:
26163           add a distcheck hook to ensure the above doesn't happen again.
26164
26165 2004-06-23  David I. Lehn  <dlehn@users.sourceforge.net>
26166
26167         * ext/Makefile.am: s/DTS_DIR=dvdread/DTS_DIR=dts/
26168
26169 2004-06-23  Colin Walters  <walters@redhat.com>
26170
26171         * m4/Makefile.am: Distribute gst-fionread.m4.
26172
26173 2004-06-23  Thomas Vander Stichele  <thomas at apestaart dot org>
26174
26175         * configure.ac: back to dev
26176
26177 2004-06-23  Wim Taymans  <wim@fluendo.com>
26178
26179         * ext/alsa/gstalsa.c: (gst_alsa_change_state), (gst_alsa_start),
26180         (gst_alsa_xrun_recovery):
26181         * ext/alsa/gstalsa.h:
26182         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event),
26183         (gst_alsa_sink_loop), (gst_alsa_sink_get_time):
26184         * ext/alsa/gstalsasrc.c: (gst_alsa_src_init),
26185         (gst_alsa_src_get_time), (gst_alsa_src_update_avail),
26186         (gst_alsa_src_loop):
26187         Add clock to alsasrc. Take new capture timestamp when
26188         restarting after an overrun. Split up some functions between
26189         alsasrc and alsasink.
26190
26191 === release 0.8.2 ===
26192
26193 2004-06-23  Thomas Vander Stichele  <thomas at apestaart dot org>
26194
26195         * ext/alsa/gstalsa.c: (gst_alsa_init), (gst_alsa_dispose),
26196         (gst_alsa_change_state), (gst_alsa_update_avail),
26197         (gst_alsa_xrun_recovery):
26198         * ext/alsa/gstalsa.h:
26199         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
26200           merge back changes from release
26201
26202 2004-06-23  Wim Taymans  <wim@fluendo.com>
26203
26204         * gst/audiorate/gstaudiorate.c: (gst_audiorate_class_init),
26205         (gst_audiorate_init), (gst_audiorate_chain),
26206         (gst_audiorate_set_property), (gst_audiorate_get_property):
26207         Implement sample dropping and notify
26208
26209 2004-06-22  Wim Taymans  <wim@fluendo.com>
26210
26211         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
26212         (theora_enc_sink_link), (theora_buffer_from_packet),
26213         (theora_push_packet), (theora_enc_chain):
26214         Some cleanups, make sure the timestamps are correct.
26215
26216 2004-06-22  Wim Taymans  <wim@fluendo.com>
26217
26218         * ext/alsa/gstalsa.c: (gst_alsa_get_time), (gst_alsa_clock_update),
26219         (gst_alsa_change_state), (gst_alsa_update_avail),
26220         (gst_alsa_xrun_recovery):
26221         * ext/alsa/gstalsa.h:
26222         * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
26223         Cleanups, take queued samples into account when reporting
26224         the time.
26225
26226 2004-06-22  Wim Taymans  <wim@fluendo.com>
26227
26228         * gst/videorate/gstvideorate.c: (gst_videorate_class_init),
26229         (gst_videorate_init):
26230         Initialize the property as well.
26231
26232 2004-06-22  Wim Taymans  <wim@fluendo.com>
26233
26234         * gst/videorate/gstvideorate.c: (gst_videorate_class_init),
26235         (gst_videorate_init), (gst_videorate_chain),
26236         (gst_videorate_set_property), (gst_videorate_get_property):
26237         Add property to make videorate silent.
26238         Add property to prefer new frames over old ones.
26239
26240 2004-06-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
26241
26242         * sys/osxvideo/Makefile.am:
26243         Workaround so that the osxvideo .so file gets linked with the
26244         Cocoa, OpenGL and QuickTime frameworks
26245
26246 2004-06-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
26247
26248         * sys/osxaudio/Makefile.am:
26249         Workaround so that the osxaudio .so file gets linked with the
26250         CoreAudio framework
26251
26252 2004-06-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
26253
26254         * configure.ac:
26255         Whoops, my fault...fixed build issues
26256
26257 2004-06-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
26258
26259         * configure.ac:
26260         Add objective-c support if running in Darwin/Mac OS X
26261         * sys/Makefile.am:
26262         * sys/osxvideo:
26263         * sys/osxvideo/Makefile.am:
26264         * sys/osxvideo/osxvideosink.h:
26265         * sys/osxvideo/osxvideosink.m:
26266         * sys/osxvideo/cocoawindow.h:
26267         * sys/osxvideo/cocoawindow.m:
26268         Add osxvideosink, a cocoa-based osx video sink
26269
26270
26271 2004-06-19  Jan Schmidt  <thaytan@mad.scientist.com>
26272         * ext/dvdnav/gst-dvd:
26273         Grab the gconf key from the right spot
26274         * gst/debug/gstnavseek.c: (gst_navseek_init),
26275         (gst_navseek_segseek), (gst_navseek_handle_src_event),
26276         (gst_navseek_chain):
26277         * gst/debug/gstnavseek.h:
26278           Add 's', 'e' and 'l' keypresses to navseek to define the start,end
26279           and loop parameters of a segment seek.
26280         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_init),
26281         (gst_videotestsrc_get_event_masks),
26282         (gst_videotestsrc_handle_src_event), (gst_videotestsrc_get):
26283         * gst/videotestsrc/gstvideotestsrc.h:
26284           Add seeking support to videotestsrc
26285           Initialise the timestamp_offset variable.
26286
26287 2004-06-18  Wim Taymans  <wim@fluendo.com>
26288
26289         * ext/sidplay/gstsiddec.cc:
26290         Fix negotiation and set correct end offset.
26291
26292 2004-06-18  Thomas Vander Stichele  <thomas at apestaart dot org>
26293
26294         * configure.ac: branch and prerelease
26295
26296 2004-06-17  Thomas Vander Stichele  <thomas at apestaart dot org>
26297
26298         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init),
26299         (gst_tcpclientsrc_getcaps), (gst_tcpclientsrc_get),
26300         (gst_tcpclientsrc_init_receive):
26301         * gst/tcp/gsttcpclientsrc.h:
26302           read caps when connecting to server for GDP so we set them correctly
26303
26304 2004-06-17  Thomas Vander Stichele  <thomas at apestaart dot org>
26305
26306         * gst/videorate/gstvideorate.c: (gst_videorate_chain):
26307           notify drops and duplicates
26308         * gst/videoscale/videoscale.c: (videoscale_get_structure):
26309           no good reason to limit ourselves to 100x100
26310
26311 2004-06-17  Thomas Vander Stichele  <thomas at apestaart dot org>
26312
26313         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init), (gst_v4lsrc_init),
26314         (gst_v4lsrc_open), (gst_v4lsrc_src_link), (gst_v4lsrc_getcaps),
26315         (gst_v4lsrc_get), (gst_v4lsrc_set_property),
26316         (gst_v4lsrc_get_property):
26317         * sys/v4l/gstv4lsrc.h:
26318         * sys/v4l/v4l_calls.c: (gst_v4l_set_window_properties),
26319         (gst_v4l_open), (gst_v4l_get_picture), (gst_v4l_get_audio),
26320         (gst_v4l_set_audio):
26321         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_grab_frame),
26322         (gst_v4lsrc_try_capture):
26323         * sys/v4l/v4lsrc_calls.h:
26324           change try_palette to more general try_capture
26325           add autoprobe option so we can turn off autoprobing
26326           various fixes
26327
26328 2004-06-17  Thomas Vander Stichele  <thomas at apestaart dot org>
26329
26330         * configure.ac:
26331           add videorate
26332         * sys/ximage/ximagesink.c: (gst_ximagesink_finalize),
26333         (gst_ximagesink_class_init):
26334         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_finalize),
26335         (gst_xvimagesink_class_init):
26336           run them as finalize, not dispose, since dispose can be invoked
26337           multiple times
26338
26339 2004-06-17  Wim Taymans  <wim@fluendo.com>
26340
26341         * ext/alsa/gstalsa.c: (gst_alsa_init), (gst_alsa_dispose),
26342         (gst_alsa_get_time), (gst_alsa_xrun_recovery):
26343         * ext/alsa/gstalsa.h:
26344         * ext/alsa/gstalsaclock.c: (gst_alsa_clock_get_type):
26345         * ext/alsa/gstalsasrc.c: (gst_alsa_src_init), (gst_alsa_src_loop),
26346         (gst_alsa_src_change_state):
26347         * ext/alsa/gstalsasrc.h:
26348         Make the xrun code timestamp and offset the buffers correctly.
26349         moved the clock to the base class, use alsa methods to get time.
26350         Do correct timestamping on outgoing buffers.
26351
26352 2004-06-17  Wim Taymans  <wim@fluendo.com>
26353
26354         * gst/audiorate/Makefile.am:
26355         * gst/audiorate/gstaudiorate.c: (gst_audiorate_get_type),
26356         (gst_audiorate_base_init), (gst_audiorate_class_init),
26357         (gst_audiorate_link), (gst_audiorate_init), (gst_audiorate_chain),
26358         (gst_audiorate_set_property), (gst_audiorate_get_property),
26359         (gst_audiorate_change_state), (plugin_init):
26360         Added an audiorate converter that fills in gaps.
26361
26362 2004-06-17  Johan Dahlin  <johan@gnome.org>
26363
26364         * ext/tcp/*: Revert Zaheer changes, to make things actually work again.
26365
26366 2004-06-16  Wim Taymans  <wim@fluendo.com>
26367
26368         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get):
26369         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_sync_mode_get_type),
26370         (gst_v4lsrc_class_init), (gst_v4lsrc_init), (gst_v4lsrc_get_fps),
26371         (gst_v4lsrc_get), (gst_v4lsrc_set_property),
26372         (gst_v4lsrc_get_property):
26373         * sys/v4l/gstv4lsrc.h:
26374         Added a copy mode to v4lsrc where it will output a copied version
26375         of its internal hardware buffer.
26376         Fix the wrong FLAG_SET usage. The flags are integers, not bits, you
26377         can't | them.
26378
26379 2004-06-16  Wim Taymans  <wim@fluendo.com>
26380
26381         * sys/oss/gstosssrc.c: (gst_osssrc_get):
26382         Timestamp fixes.
26383
26384 2004-06-16  Wim Taymans  <wim@fluendo.com>
26385
26386         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_sync_mode_get_type),
26387         (gst_v4lsrc_class_init), (gst_v4lsrc_init), (gst_v4lsrc_get_fps),
26388         (gst_v4lsrc_get), (gst_v4lsrc_set_property),
26389         (gst_v4lsrc_get_property):
26390         * sys/v4l/gstv4lsrc.h:
26391         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay):
26392         Added a sync mode enum property to control v4lsrc timestamp method
26393         Removed the use-fixed-fps property and moved functionality in
26394         the enum.
26395         Don't error on an error value from v4l-conf, it might not always
26396         be a real error.
26397
26398 2004-06-16  Wim Taymans  <wim@fluendo.com>
26399
26400         * gst/videorate/Makefile.am:
26401         * gst/videorate/gstvideorate.c: (gst_videorate_get_type),
26402         (gst_videorate_base_init), (gst_videorate_class_init),
26403         (gst_videorate_getcaps), (gst_videorate_link),
26404         (gst_videorate_init), (gst_videorate_chain),
26405         (gst_videorate_set_property), (gst_videorate_get_property),
26406         (gst_videorate_change_state), (plugin_init):
26407         Added a video timestamp corrector.
26408
26409 2004-06-15  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
26410
26411         fixed a potential leak with previous commit
26412
26413         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head):
26414
26415 2004-06-15  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
26416
26417         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head):
26418         Added missing refcount, fixes bug #144425
26419         Cheers Tim for finding the bug
26420
26421 2004-06-15  Thomas Vander Stichele  <thomas at apestaart dot org>
26422
26423         * sys/v4l/gstv4l.c: (plugin_init):
26424         * sys/v4l/gstv4lcolorbalance.c:
26425         * sys/v4l/gstv4lcolorbalance.h:
26426         * sys/v4l/gstv4lelement.c:
26427         * sys/v4l/gstv4lelement.h:
26428         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_class_init):
26429         * sys/v4l/gstv4lmjpegsink.h:
26430         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_class_init):
26431         * sys/v4l/gstv4lmjpegsrc.h:
26432         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get_fps_list),
26433         (gst_v4lsrc_get_fps), (gst_v4lsrc_srcconnect),
26434         (gst_v4lsrc_getcaps), (gst_v4lsrc_get):
26435         * sys/v4l/gstv4lsrc.h:
26436         * sys/v4l/gstv4ltuner.c:
26437         * sys/v4l/gstv4ltuner.h:
26438         * sys/v4l/gstv4lxoverlay.c:
26439         * sys/v4l/gstv4lxoverlay.h:
26440         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay),
26441         (gst_v4l_set_window), (gst_v4l_enable_overlay):
26442         * sys/v4l/v4l_calls.c: (gst_v4l_set_window_properties),
26443         (gst_v4l_open), (gst_v4l_get_picture), (gst_v4l_get_audio),
26444         (gst_v4l_set_audio):
26445         * sys/v4l/v4l_calls.h:
26446         * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_sync_thread),
26447         (gst_v4lmjpegsink_queue_frame), (gst_v4lmjpegsink_sync_frame),
26448         (gst_v4lmjpegsink_set_buffer), (gst_v4lmjpegsink_set_playback),
26449         (gst_v4lmjpegsink_playback_init),
26450         (gst_v4lmjpegsink_playback_start), (gst_v4lmjpegsink_get_buffer),
26451         (gst_v4lmjpegsink_play_frame), (gst_v4lmjpegsink_wait_frame),
26452         (gst_v4lmjpegsink_playback_stop),
26453         (gst_v4lmjpegsink_playback_deinit):
26454         * sys/v4l/v4lmjpegsink_calls.h:
26455         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_queue_frame),
26456         (gst_v4lmjpegsrc_sync_next_frame), (gst_v4lmjpegsrc_set_buffer),
26457         (gst_v4lmjpegsrc_set_capture), (gst_v4lmjpegsrc_set_capture_m),
26458         (gst_v4lmjpegsrc_capture_init), (gst_v4lmjpegsrc_capture_start),
26459         (gst_v4lmjpegsrc_grab_frame), (gst_v4lmjpegsrc_requeue_frame),
26460         (gst_v4lmjpegsrc_capture_stop), (gst_v4lmjpegsrc_capture_deinit):
26461         * sys/v4l/v4lmjpegsrc_calls.h:
26462         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_queue_frame),
26463         (gst_v4lsrc_sync_frame), (gst_v4lsrc_set_capture),
26464         (gst_v4lsrc_capture_init), (gst_v4lsrc_capture_start),
26465         (gst_v4lsrc_grab_frame), (gst_v4lsrc_requeue_frame),
26466         (gst_v4lsrc_capture_stop), (gst_v4lsrc_capture_deinit),
26467         (gst_v4lsrc_try_palette):
26468         * sys/v4l/v4lsrc_calls.h:
26469           bunch of paranoia cleanups
26470
26471 2004-06-14  David Schleef  <ds@schleef.org>
26472
26473         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_init),
26474         (cdparanoia_get), (cdparanoia_open), (cdparanoia_change_state):
26475         Send discont events and change timestamps appropriately when
26476         we get a seek event.  (bug #144240)
26477         * ext/cdparanoia/gstcdparanoia.h:
26478
26479 2004-06-14  Benjamin Otte  <otte@gnome.org>
26480
26481         * ext/alsa/gstalsa.c: Use snd_pcm_hw_params_set_rate _near instead of
26482           snd_pcm_hw_params_set_rate  since the latter fails for no good
26483           reason on some setups.
26484
26485 2004-06-14  David Schleef  <ds@schleef.org>
26486
26487         * gst/volume/demo.c: (value_changed_callback): exp10() is not
26488         standard.  Thank you for playing.
26489
26490 2004-06-14  Wim Taymans  <wim@fluendo.com>
26491
26492         * gst/ffmpegcolorspace/imgconvert.c: (img_convert):
26493         Patch 1.3 broke the ordering of the colorspace info and
26494         made the plugin basically work by coincidence, reordered
26495         the info.
26496
26497 2004-06-14  Thomas Vander Stichele  <thomas at apestaart dot org>
26498
26499         * ext/lame/gstlame.c:
26500         * ext/mad/gstmad.c:
26501           sync caps.  Make sure mad can only output a list of rates, not
26502           a full range.  In the future, have three caps lists for each of the
26503           mpeg versions.  Change mpegversion to a double as well.
26504
26505 2004-06-14  Thomas Vander Stichele  <thomas at apestaart dot org>
26506
26507         * gst/volume/.cvsignore:
26508         * gst/volume/Makefile.am:
26509         * gst/volume/demo.c: (value_changed_callback), (idler),
26510         (setup_gui), (main):
26511           added small demo app
26512
26513 2004-06-13  Jan Schmidt  <thaytan@mad.scientist.com>
26514         * ext/esd/esdsink.c: (gst_esdsink_change_state):
26515         * ext/esd/esdsink.h:
26516         Close the esd connection on pause, because esd will just wait -
26517         blocking all other esd clients indefinitely.
26518
26519 2004-06-12  Christophe Fergeau  <teuf@gnome.org>
26520
26521         * gst/tags/gstvorbistag.c: replaced a g_warning which I added in my
26522           previous commit with GST_DEBUG
26523
26524 2004-06-12  Thomas Vander Stichele  <thomas at apestaart dot org>
26525
26526         * configure.ac:
26527           add a header check for a dvdread header in dvdnav.  Fixes #133002
26528
26529 2004-06-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
26530
26531         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_init_send):
26532         * gst/tcp/gsttcpclientsink.h:
26533         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init_receive):
26534         * gst/tcp/gsttcpclientsrc.h:
26535         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_init),
26536         (gst_tcpserversink_handle_server_read),
26537         (gst_tcpserversink_init_send):
26538         * gst/tcp/gsttcpserversink.h:
26539         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_init_receive):
26540         * gst/tcp/gsttcpserversrc.h:
26541         Modified the tcp plugins so they are portable (IPv4,IPv6, any future
26542         version of IP)
26543
26544 2004-06-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
26545
26546         * configure.ac:
26547         Added ogg library so that OSX detects libtheora properly
26548
26549 2004-06-11  Wim Taymans  <wim@fluendo.com>
26550
26551         * ext/theora/theoradec.c: (theora_dec_chain),
26552         (theora_dec_change_state):
26553         Don't try to decode frames before we received a keyframe.
26554
26555 2004-06-11  Wim Taymans  <wim@fluendo.com>
26556
26557         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
26558         (gst_ogg_mux_init), (gst_ogg_mux_next_buffer),
26559         (gst_ogg_mux_get_headers), (gst_ogg_mux_set_header_on_caps),
26560         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop),
26561         (gst_ogg_mux_get_property), (gst_ogg_mux_set_property):
26562         Added property to set the maximum delay of a page.
26563
26564 2004-06-10  Wim Taymans  <wim@fluendo.com>
26565
26566         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
26567         (gst_ogg_mux_init), (gst_ogg_mux_next_buffer),
26568         (gst_ogg_mux_get_headers), (gst_ogg_mux_set_header_on_caps),
26569         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop),
26570         (gst_ogg_mux_get_property), (gst_ogg_mux_set_property):
26571         Added max-delay property to control the maximum amount
26572         of data to put in one page.
26573
26574 2004-06-10  Wim Taymans  <wim@fluendo.com>
26575
26576         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
26577         (gst_theora_enc_init), (theora_enc_sink_link),
26578         (theora_buffer_from_packet), (theora_enc_set_property),
26579         (theora_enc_get_property):
26580         Set duration on encoded buffer, added some more properties
26581
26582 2004-06-10  Wim Taymans  <wim@fluendo.com>
26583
26584         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
26585         (gst_ogg_mux_get_headers), (gst_ogg_mux_set_header_on_caps),
26586         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop):
26587         * ext/theora/theoraenc.c: (theora_enc_chain):
26588         Fix refcounting bugs
26589
26590 2004-06-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26591
26592         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_init),
26593         (gst_asf_demux_loop), (gst_asf_demux_process_file),
26594         (gst_asf_demux_process_data), (gst_asf_demux_handle_data),
26595         (gst_asf_demux_process_object), (gst_asf_demux_get_stream),
26596         (gst_asf_demux_process_chunk), (gst_asf_demux_handle_sink_event),
26597         (gst_asf_demux_handle_src_event), (gst_asf_demux_handle_src_query),
26598         (gst_asf_demux_change_state):
26599         * gst/asfdemux/gstasfdemux.h:
26600           You know Chimaira? "I - HATE - EVERYTHING". Yeah, that's what this
26601           feels like. I think we should set a new requirement for demuxers
26602           from now on to implement sane loop functions, data loops, query
26603           and seek functions before first commit into CVS. And this commit
26604           fixes all of the above.
26605
26606 2004-06-10  Christophe Fergeau  <teuf@gnome.org>
26607
26608         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_add): make sure parsed
26609           vorbis comments are properly encoded in UTF-8 before adding them
26610           to a GstTagList
26611
26612 2004-06-09  Benjamin Otte  <otte@gnome.org>
26613
26614         * ext/alsa/gstalsa.c: (add_channels):
26615           handle min <= max correctly
26616         * ext/alsa/gstalsa.c: (gst_alsa_fixate_to_mimetype),
26617         (gst_alsa_fixate_field_nearest_int), (gst_alsa_fixate):
26618           add fixation functions so we fixate correctly. No preferring of alaw
26619           anymore because it's the first structure.
26620         * ext/alsa/gstalsa.h:
26621         * ext/alsa/gstalsa.c: (gst_alsa_sw_params_dump),
26622         (gst_alsa_hw_params_dump):
26623           add functions to ease debugging in alsalib
26624         * ext/alsa/gstalsa.c: (gst_alsa_probe_hw_params),
26625         (gst_alsa_set_hw_params), (gst_alsa_set_sw_params),
26626         (gst_alsa_start_audio):
26627           only specify hw params if we really setup a format (fixes #134007 -
26628           or at least works around it)
26629
26630 2004-06-09  Wim Taymans  <wim@fluendo.com>
26631
26632         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
26633         (gst_ogg_mux_next_buffer), (gst_ogg_mux_buffer_from_page),
26634         (gst_ogg_mux_push_page), (gst_ogg_mux_get_headers),
26635         (gst_ogg_mux_set_header_on_caps), (gst_ogg_mux_send_headers),
26636         (gst_ogg_mux_loop):
26637         Use stream caps to setup the initial pages in the ogg stream.
26638         Correctly set the streamheader caps on the srcpad.
26639
26640 2004-06-09  Thomas Vander Stichele  <thomas at apestaart dot org>
26641
26642         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get_fps_list),
26643         (gst_v4lsrc_get_fps), (gst_v4lsrc_srcconnect),
26644         (gst_v4lsrc_getcaps):
26645         * sys/v4l/v4l_calls.c: (gst_v4l_set_window_properties),
26646         (gst_v4l_get_picture), (gst_v4l_get_audio), (gst_v4l_set_audio):
26647           add querying of fps lists for webcams.  Negotiating to a framerate
26648           now works.
26649
26650 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
26651
26652         * ext/theora/theoraenc.c: (theora_buffer_from_packet),
26653         (theora_push_buffer), (theora_push_packet),
26654         (theora_set_header_on_caps), (theora_enc_chain):
26655           mark buffers and put on streamheader, raw theora streaming
26656           now works too, whee
26657
26658 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
26659
26660         * gst/tcp/gsttcp.c: (gst_tcp_gdp_read_header),
26661         (gst_tcp_gdp_read_caps):
26662           do a looping read for caps and GDP headers too
26663
26664 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
26665
26666         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get):
26667         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_get):
26668           return EOS instead of NULL in _get
26669
26670 2004-06-08  Wim Taymans  <wim@fluendo.com>
26671
26672         * gst/tcp/gsttcp.c: (gst_tcp_gdp_read_header),
26673         (gst_tcp_gdp_read_caps), (gst_tcp_gdp_write_header),
26674         (gst_tcp_gdp_write_caps):
26675         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get):
26676         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_gdp_read_caps),
26677         (gst_tcpserversrc_gdp_read_header), (gst_tcpserversrc_get):
26678         Memory leak fixes
26679
26680 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
26681
26682         * ext/vorbis/Makefile.am:
26683         * ext/vorbis/vorbis.c: (plugin_init):
26684         * ext/vorbis/vorbisparse.c: (gst_vorbis_parse_base_init),
26685         (gst_vorbis_parse_class_init), (gst_vorbis_parse_init),
26686         (vorbis_parse_set_header_on_caps), (vorbis_parse_chain),
26687         (vorbis_parse_change_state):
26688         * ext/vorbis/vorbisparse.h:
26689           adding a vorbisparse element that marks the buffers, streaming
26690           raw vorbis using GDP now works, whee
26691
26692 2004-06-08  Wim Taymans  <wim@fluendo.com>
26693
26694         * ext/jpeg/Makefile.am:
26695         * ext/jpeg/README:
26696         * ext/jpeg/gstjpeg.c: (plugin_init):
26697         * ext/jpeg/gstsmokedec.c: (gst_smokedec_get_type),
26698         (gst_smokedec_base_init), (gst_smokedec_class_init),
26699         (gst_smokedec_init), (gst_smokedec_link), (gst_smokedec_chain):
26700         * ext/jpeg/gstsmokedec.h:
26701         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_get_type),
26702         (gst_smokeenc_base_init), (gst_smokeenc_class_init),
26703         (gst_smokeenc_init), (gst_smokeenc_getcaps), (gst_smokeenc_link),
26704         (gst_smokeenc_resync), (gst_smokeenc_chain),
26705         (gst_smokeenc_set_property), (gst_smokeenc_get_property):
26706         * ext/jpeg/gstsmokeenc.h:
26707         * ext/jpeg/smokecodec.c: (smokecodec_init_destination),
26708         (smokecodec_flush_destination), (smokecodec_term_destination),
26709         (smokecodec_init_source), (smokecodec_fill_input_buffer),
26710         (smokecodec_skip_input_data), (smokecodec_resync_to_restart),
26711         (smokecodec_term_source), (smokecodec_encode_new),
26712         (smokecodec_decode_new), (smokecodec_info_free),
26713         (smokecodec_set_quality), (smokecodec_get_quality),
26714         (smokecodec_set_threshold), (smokecodec_get_threshold),
26715         (smokecodec_set_bitrate), (smokecodec_get_bitrate),
26716         (find_best_size), (abs_diff), (put), (smokecodec_encode),
26717         (smokecodec_parse_header), (smokecodec_decode):
26718         * ext/jpeg/smokecodec.h:
26719         Added a new simple jpeg based codec
26720
26721 2004-06-08  Wim Taymans  <wim@fluendo.com>
26722
26723         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
26724         (gst_multipart_mux_loop):
26725         Fix memory leak
26726
26727 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
26728
26729         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get):
26730         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_client_remove),
26731         (gst_tcpserversink_handle_client_read), (gst_tcp_buffer_write),
26732         (gst_tcpserversink_handle_client_write), (gst_tcpserversink_chain),
26733         (gst_tcpserversink_init_send), (gst_tcpserversink_close):
26734         * gst/tcp/gsttcpserversink.h:
26735           take streamheader into account
26736
26737 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
26738
26739         * gst/level/Makefile.am:
26740         * gst/level/gstlevel.c: (gst_level_class_init):
26741           clean up marshal generation
26742
26743 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
26744
26745         * gst/tcp/Makefile.am:
26746         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_get_type),
26747         (gst_tcpclientsink_class_init), (gst_tcpclientsink_init),
26748         (gst_tcpclientsink_set_property), (gst_tcpclientsink_get_property):
26749         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_class_init),
26750         (gst_tcpclientsrc_init), (gst_tcpclientsrc_set_property),
26751         (gst_tcpclientsrc_get_property):
26752         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
26753         (gst_tcpserversink_init), (gst_tcpserversink_handle_server_read),
26754         (gst_tcpserversink_handle_client_read),
26755         (gst_tcpserversink_handle_client_write),
26756         (gst_tcpserversink_set_property), (gst_tcpserversink_get_property):
26757         * gst/tcp/gsttcpserversink.h:
26758           add signals client-added and client-removed
26759         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_class_init),
26760         (gst_tcpserversrc_init), (gst_tcpserversrc_set_property),
26761         (gst_tcpserversrc_get_property):
26762         uniformized, change default protocol to NONE
26763         * gst/tcp/gsttcp-marshal.list: added
26764 2004-06-07  Benjamin Otte  <otte@gnome.org>
26765
26766         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
26767           handle discont events if they happen before caps nego
26768
26769 2004-06-07  Wim Taymans  <wim@fluendo.com>
26770
26771         * gst/multipart/multipartdemux.c: (gst_multipart_demux_base_init),
26772         (gst_multipart_find_pad_by_mime), (gst_multipart_demux_chain),
26773         (gst_multipart_demux_plugin_init):
26774         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
26775         (gst_multipart_mux_init), (gst_multipart_mux_loop),
26776         (gst_multipart_mux_change_state):
26777         Small updates, fix a memleak
26778
26779 2004-06-07  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
26780
26781         * configure.ac: OSS portability
26782         * ext/arts/gst_arts.c: idem
26783         * sys/oss/gstosselement.c: idem
26784         * sys/oss/gstossmixer.c: idem
26785         * sys/oss/gstosssink.c: idem
26786         * sys/oss/gstosssrc.c: idem
26787         * sys/oss/oss_probe.c: idem
26788           - check for soundcard.h in different places for some BSD
26789
26790 2004-06-07  Jan Schmidt <thaytan@mad.scientist.com>
26791
26792         * AUTHORS:
26793         Add me to the authors file
26794         * configure.ac:
26795         Increase the libdv requirement to >= version 0.100
26796         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_src_convert),
26797         (gst_dvdec_src_query), (gst_dvdec_handle_sink_event),
26798         (gst_dvdec_push), (gst_dvdec_loop), (gst_dvdec_change_state):
26799         * ext/dv/gstdvdec.h:
26800         Add support for the new_media flag when sending DISCONT events
26801         Make the querying work when video pad is not linked
26802
26803 2004-06-07  Tim-Philipp Müller  <t.i.m@zen.co.uk>
26804
26805         reviewed by Benjamin Otte  <otte@gnome.org>
26806
26807         * gst/mixmatrix/mixmatrix.c: (gst_mixmatrix_init):
26808           create a NULL-initialized array of pads, so we don't think they
26809           exist already. (fixes #143130)
26810
26811 2004-06-07  Benjamin Otte  <otte@gnome.org>
26812
26813         * gst/mixmatrix/mixmatrix.c: (gst_mixmatrix_init),
26814         (mixmatrix_resize), (gst_mixmatrix_set_all_caps),
26815         (gst_mixmatrix_request_new_pad), (gst_mixmatrix_loop):
26816           don't use // coments
26817
26818 2004-06-07  Benjamin Otte  <otte@gnome.org>
26819
26820         * ext/alsa/gstalsa.c: (gst_alsa_samples_to_timestamp):
26821           cast to GstClockTime to get higher granularity
26822         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
26823           use gst_element_set_time_delay to get the exact time
26824         * ext/mad/gstmad.c: (gst_mad_chain):
26825           use the negotiated rate instead of the current frame's rate which
26826           might be wrong because of bit errors. This avoids emitting totally
26827           bogus timestamps and screwing sync.
26828         (fixes #143454)
26829
26830 2004-06-07  Tim-Philipp Müller  <t.i.m@zen.co.uk>
26831
26832         reviewed by Benjamin Otte  <otte@gnome.org>
26833
26834         * gst/adder/gstadder.c: (gst_adder_loop):
26835           properly error out when no negotiation has happened yet. (fixes
26836           #143032)
26837
26838 2004-06-06  Benjamin Otte  <otte@gnome.org>
26839
26840         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event):
26841           forward correctly transformed offset in discont events. Based on
26842           patch by Arwed v. Merkatz. (fixes #142851)
26843
26844 2004-06-06  David Schleef  <ds@schleef.org>
26845
26846         * gst/ffmpegcolorspace/gstffmpegcodecmap.c: that's
26847         G_HAVE_GNUC_VARARGS, not G_HAVE_GNU_VARARGS.  Should fix compile
26848         problems on several systems.
26849
26850 2004-06-06  Benjamin Otte  <otte@gnome.org>
26851
26852         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init):
26853           use explicit caps on the srcpad
26854         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
26855           properly error out if caps couldn't be set (fixes #142764)
26856
26857 2004-06-06  Benjamin Otte  <otte@gnome.org>
26858
26859         * ext/alsa/gstalsa.c: (gst_alsa_probe_hw_params),
26860         (gst_alsa_set_hw_params), (gst_alsa_set_sw_params),
26861         (gst_alsa_start_audio):
26862           - don't call set_periods_integer anymore, it breaks the
26863           configuration randomly
26864           - call snd_pcm_hw_params_set_access directly instead of using masks
26865           - don't fail if the sw_params can't be set, just use the default
26866           params and hope it works. Alsalib has weird issues when you touch
26867           sw_params and does no proper error reporting about what failed.
26868         * ext/alsa/gstalsa.c: (gst_alsa_open_audio),
26869         (gst_alsa_close_audio):
26870           make our alsa debugging go via gst debugging and not conditionally
26871           defined
26872         * ext/alsa/gstalsa.h:
26873           add ALSA_DEBUG_FLUSH macro
26874         * ext/alsa/gstalsaplugin.c: (gst_alsa_error_wrapper),
26875         (plugin_init):
26876           wrap alsa errors to be printed via the gst debugging system and not
26877           spammed to stderr
26878
26879 2004-06-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26880
26881         * gst/qtdemux/qtdemux.c: (gst_qtdemux_init),
26882         (gst_qtdemux_handle_src_query), (gst_qtdemux_handle_src_event),
26883         (gst_qtdemux_handle_sink_event), (gst_qtdemux_change_state),
26884         (gst_qtdemux_loop_header), (qtdemux_dump_mvhd),
26885         (qtdemux_parse_trak):
26886         * gst/qtdemux/qtdemux.h:
26887           Bitch. Also known as seeking, querying & co.
26888         * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_chain),
26889         (gst_osssink_change_state):
26890         * sys/oss/gstosssink.h:
26891           Resyncing is for weenies, this hack is no longer needed and was
26892           broken anyway (since it - unintendedly - always leaves resync to
26893           TRUE).
26894
26895 2004-06-05  Andrew Turner <zxombie@hotpop.com>
26896
26897         * gst/tcp/gsttcp.c: portability (Solaris 10/FreeBSD)
26898         * gst/tcp/gsttcpclientsrc.h: idem
26899           - define MSG_NOSIGNAL if not done
26900           - include unistd.h for off_t
26901           (fixes #143749)
26902
26903 2004-06-05  Benjamin Otte  <otte@gnome.org>
26904
26905         * configure.ac:
26906         * ext/kio/Makefile.am:
26907           check for qt's moc preprocessor explicitly and use it
26908
26909 2004-06-03  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
26910
26911         * gst/tcp/gsttcp.c: (gst_tcp_socket_write):
26912           don't get a signal for EPIPE on socket writes
26913           (somebody check if this works on other platforms)
26914
26915 2004-06-02  Thomas Vander Stichele  <thomas at apestaart dot org>
26916
26917         * ext/alsa/gstalsaclock.c: (gst_alsa_clock_get_type):
26918         * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
26919           check error condition on available samples correctly
26920
26921 2004-06-02  Thomas Vander Stichele  <thomas at apestaart dot org>
26922
26923         * ext/alsa/gstalsasrc.c: (gst_alsa_src_get_time):
26924           avoid a segfault
26925         * gst/tcp/gsttcp.c: (gst_tcp_socket_write), (gst_tcp_socket_read),
26926         (gst_tcp_gdp_read_header), (gst_tcp_gdp_read_caps):
26927         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_gdp_read_caps),
26928         (gst_tcpserversrc_gdp_read_header):
26929          use ssize_t over size_t since the former is signed and thus the
26930          check for error codes can work
26931
26932 2004-06-02  Wim Taymans  <wim@fluendo.com>
26933
26934         reviewed by: Johan
26935
26936         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
26937         (gst_multipart_mux_loop):
26938         Oops
26939
26940 2004-06-02  Wim Taymans  <wim@fluendo.com>
26941
26942         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
26943         (gst_multipart_mux_init), (gst_multipart_mux_loop),
26944         (gst_multipart_mux_get_property), (gst_multipart_mux_set_property),
26945         (gst_multipart_mux_change_state):
26946         Added configurable boundary specifier, added the value as a
26947         caps field as well.
26948
26949 2004-06-02  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
26950
26951         * gst/tcp/gsttcp.c:
26952         * gst/tcp/gsttcpclientsrc.c:
26953         * gst/tcp/gsttcpclientsrc.h:
26954         * gst/tcp/gsttcpserversrc.c:
26955           - portability fix, to compile on OSX
26956             (fixes #143146)
26957
26958         * sys/osxaudio/gstosxaudioelement.c:
26959         * sys/osxaudio/gstosxaudiosink.c:
26960         * sys/osxaudio/gstosxaudiosrc.c:
26961           - compilation warnings on OSX
26962             (fixes #143153)
26963
26964 2004-06-02  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
26965
26966         * ext/vorbis/vorbisdec.c : sign warning fixes
26967
26968         * gst-libs/gst/mixer/mixertrack.c :
26969           do no use defines which are glib 2.4 specific
26970
26971 2004-06-01  Christophe Fergeau  <teuf@gnome.org>
26972
26973         * ext/flac/gstflactag.c: strip ending framing bit from vorbiscomment
26974           buffer since libflac doesn't expect it (reports a sync error when
26975           it encounters that)
26976
26977
26978 2004-06-01  Owen Fraser-Green  <owen@discobabe.net>
26979
26980         * gst-libs/gst/mixer/mixertrack.h: Changed struct syntax
26981         * gst-libs/gst/mixer/mixertrack.c:
26982         (gst_mixer_track_get_property), (get_mixer_track_init),
26983         (get_mixer_track_get_property): Added property accessors
26984         * gst-libs/gst/mixer/mixeroptions.h: Changed struct syntax
26985         * gst-libs/gst/mixer/mixeroptions.c:
26986         (gst_mixer_options_get_values): Added
26987         * gst-libs/gst/mixer/mixer.h: Changed GstMixerClass syntax
26988         * gst-libs/gst/mixer/mixer.c: Fixed comment
26989
26990
26991 2004-06-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
26992
26993         * ext/alsa/gstalsa.c: (gst_alsa_open_audio):
26994           improve error messages on open
26995
26996
26997 2004-06-01  Thomas Vander Stichele  <thomas at apestaart dot org>
26998
26999         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay):
27000           check if v4l-conf is in path
27001
27002 2004-06-01  Thomas Vander Stichele  <thomas at apestaart dot org>
27003
27004         * gst-libs/gst/media-info/media-info-priv.c: (gmi_set_mime):
27005           change assert to a more readable error message
27006
27007 2004-05-31  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
27008
27009         * gst-libs/gst/tuner/tunerchannel.h:
27010           - add a freq_multiplicator field to make the conversion
27011             between internal frequency unit and Hz
27012         * sys/v4l/gstv4lelement.c:
27013         * sys/v4l2/gstv4l2element.c:
27014           - change default video device to /dev/video0
27015         * sys/v4l/v4l_calls.c:
27016         * sys/v4l2/v4l2_calls.c:
27017           - we only expose frequency to the user in Hz instead of
27018             bastard v4lX unit (either 62.5kHz or 62.5Hz)
27019
27020 2004-05-31  Jan Schmidt  <thaytan@mad.scientist.com>
27021         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
27022           Initialise b_o_s and e_o_s variables
27023         * gst-libs/gst/riff/riff-media.c:
27024         (gst_riff_create_video_caps_with_data):
27025           Add some unusual fourcc's from mplayer avi's
27026         * gst/multipart/multipartmux.c: (gst_multipart_mux_plugin_init):
27027           Make the muxer have rank GST_RANK_NONE, so it doesn't mess up
27028           autoplugging.
27029
27030 2004-05-28  Wim Taymans  <wim@fluendo.com>
27031
27032         * configure.ac:
27033         * gst/alpha/Makefile.am:
27034         * gst/alpha/gstalpha.c: (gst_alpha_method_get_type),
27035         (gst_alpha_get_type), (gst_alpha_base_init),
27036         (gst_alpha_class_init), (gst_alpha_init), (gst_alpha_set_property),
27037         (gst_alpha_get_property), (gst_alpha_sink_link), (gst_alpha_add),
27038         (gst_alpha_chroma_key), (gst_alpha_chain),
27039         (gst_alpha_change_state), (plugin_init):
27040         A plugin to add an alpha channel to I420 video. Can optionally do
27041         chroma keying.
27042         * gst/multipart/Makefile.am:
27043         * gst/multipart/multipart.c: (plugin_init):
27044         * gst/multipart/multipartdemux.c: (gst_multipart_demux_base_init),
27045         (gst_multipart_demux_class_init), (gst_multipart_demux_init),
27046         (gst_multipart_demux_finalize), (gst_multipart_demux_handle_event),
27047         (gst_multipart_find_pad_by_mime), (gst_multipart_demux_chain),
27048         (gst_multipart_demux_change_state),
27049         (gst_multipart_demux_plugin_init):
27050         * gst/multipart/multipartmux.c: (gst_multipart_mux_get_type),
27051         (gst_multipart_mux_base_init), (gst_multipart_mux_class_init),
27052         (gst_multipart_mux_get_sink_event_masks), (gst_multipart_mux_init),
27053         (gst_multipart_mux_sinkconnect), (gst_multipart_mux_pad_link),
27054         (gst_multipart_mux_pad_unlink),
27055         (gst_multipart_mux_request_new_pad),
27056         (gst_multipart_mux_handle_src_event),
27057         (gst_multipart_mux_next_buffer), (gst_multipart_mux_compare_pads),
27058         (gst_multipart_mux_queue_pads), (gst_multipart_mux_loop),
27059         (gst_multipart_mux_get_property), (gst_multipart_mux_set_property),
27060         (gst_multipart_mux_change_state), (gst_multipart_mux_plugin_init):
27061         A Multipart demuxer/muxer. Not sure if it violates specs. Used to
27062         send multipart jpeg images to a browser.
27063         * gst/videobox/Makefile.am:
27064         * gst/videobox/README:
27065         * gst/videobox/gstvideobox.c: (gst_video_box_fill_get_type),
27066         (gst_video_box_get_type), (gst_video_box_base_init),
27067         (gst_video_box_class_init), (gst_video_box_init),
27068         (gst_video_box_set_property), (gst_video_box_get_property),
27069         (gst_video_box_sink_link), (gst_video_box_i420),
27070         (gst_video_box_ayuv), (gst_video_box_chain),
27071         (gst_video_box_change_state), (plugin_init):
27072         Crops or adds borders around an image. can do alpha channel
27073         borders as well.
27074         * gst/videomixer/Makefile.am:
27075         * gst/videomixer/README:
27076         * gst/videomixer/videomixer.c: (gst_videomixer_pad_get_type),
27077         (gst_videomixer_pad_base_init), (gst_videomixer_pad_class_init),
27078         (gst_videomixer_pad_get_sink_event_masks),
27079         (gst_videomixer_pad_get_property),
27080         (gst_videomixer_pad_set_property),
27081         (gst_videomixer_pad_sinkconnect), (gst_videomixer_pad_link),
27082         (gst_videomixer_pad_unlink), (gst_videomixer_pad_init),
27083         (gst_video_mixer_background_get_type), (gst_videomixer_get_type),
27084         (gst_videomixer_base_init), (gst_videomixer_class_init),
27085         (gst_videomixer_init), (gst_videomixer_request_new_pad),
27086         (gst_videomixer_handle_src_event),
27087         (gst_videomixer_blend_ayuv_i420), (gst_videomixer_fill_checker),
27088         (gst_videomixer_fill_color), (gst_videomixer_fill_queues),
27089         (gst_videomixer_blend_buffers), (gst_videomixer_update_queues),
27090         (gst_videomixer_loop), (gst_videomixer_get_property),
27091         (gst_videomixer_set_property), (gst_videomixer_change_state),
27092         (plugin_init):
27093         Generic video mixer plugin, can handle multiple inputs all with
27094         different framerates and video sizes. Is fully alpha channel
27095         aware.
27096
27097 2004-05-27  Ronald Bultje  <rbultje@ronald.bitfreak.net>
27098
27099         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
27100           Select first track as master track. Not sure how else to handle
27101           that...
27102         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer):
27103           Discard discont events. Should fix #142962.
27104
27105 2004-05-26  Ronald Bultje  <rbultje@ronald.bitfreak.net>
27106
27107         * ext/alsa/Makefile.am:
27108         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_interface_init),
27109         (gst_alsa_mixer_build_list), (gst_alsa_mixer_get_volume),
27110         (gst_alsa_mixer_set_volume), (gst_alsa_mixer_set_mute),
27111         (gst_alsa_mixer_set_record), (gst_alsa_mixer_set_option),
27112         (gst_alsa_mixer_get_option):
27113         * ext/alsa/gstalsamixer.h:
27114         * ext/alsa/gstalsamixeroptions.c:
27115         (gst_alsa_mixer_options_get_type),
27116         (gst_alsa_mixer_options_class_init), (gst_alsa_mixer_options_init),
27117         (gst_alsa_mixer_options_new):
27118         * ext/alsa/gstalsamixeroptions.h:
27119         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
27120         * ext/alsa/gstalsamixertrack.h:
27121           Add enumerations (as GstMixerOptions). Make correct distinction
27122           between input/output tracks. Add capture/playback private flag.
27123           Use flag to decide on whether to set capture or playback volumes
27124           or switches. Use playback and record switches.
27125         * gst-libs/gst/mixer/Makefile.am:
27126         * gst-libs/gst/mixer/mixer-marshal.list:
27127         * gst-libs/gst/mixer/mixer.c: (gst_mixer_class_init),
27128         (gst_mixer_set_option), (gst_mixer_get_option),
27129         (gst_mixer_mute_toggled), (gst_mixer_record_toggled),
27130         (gst_mixer_volume_changed), (gst_mixer_option_changed):
27131         * gst-libs/gst/mixer/mixer.h:
27132         * gst-libs/gst/mixer/mixeroptions.c: (gst_mixer_options_get_type),
27133         (gst_mixer_options_class_init), (gst_mixer_options_init),
27134         (gst_mixer_options_dispose):
27135         * gst-libs/gst/mixer/mixeroptions.h:
27136           Add GstMixerOptions.
27137         * sys/oss/gstosselement.c: (gst_osselement_class_probe_devices):
27138           Rename Audio Mixer to OSS Mixer (similar to Alsa Mixer). Fix
27139           broken device detection on computers with multiple OSS sound
27140           cards.
27141
27142 2004-05-26  Benjamin Otte  <in7y118@public.uni-hamburg.de>
27143
27144         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_fixate):
27145           fixate nicely even when the peer is not negotiating
27146
27147 2004-05-25  Benjamin Otte  <in7y118@public.uni-hamburg.de>
27148
27149         * gst/audioconvert/gstaudioconvert.c:
27150         (gst_audio_convert_parse_caps):
27151           make sure we don't allow depth > width
27152         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_fixate):
27153           fixate endianness to G_BYTE_ORDER as default
27154         * gst/audioscale/gstaudioscale.c:
27155           we don't handle another endianness as host-endianness
27156
27157 2004-05-25  David Schleef  <ds@schleef.org>
27158
27159         * gst/ffmpegcolorspace/mem.c:  malloc() is in stdlib.h, not malloc.h
27160
27161 2004-05-24  Benjamin Otte  <otte@gnome.org>
27162
27163         * ext/vorbis/oggvorbisenc.c: (gst_oggvorbisenc_sinkconnect),
27164         (gst_oggvorbisenc_setup):
27165           properly fail when we can't setup the vorbis encoder due to
27166           unsupported settings
27167         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_sinkconnect),
27168         (gst_vorbisenc_setup):
27169           same
27170         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
27171           fix case where warnings occured when one pad was unlinked while the
27172           other's link function was called
27173
27174 2004-05-24  Thomas Vander Stichele  <thomas at apestaart dot org>
27175
27176         * gst/tcp/Makefile.am:
27177           use GST_ENABLE_NEW
27178
27179 2004-05-24  Benjamin Otte  <in7y118@public.uni-hamburg.de>
27180
27181         * gst-libs/gst/resample/private.h:
27182           don't use optimizations that are #if 0'ed
27183
27184 2004-05-24  Wim Taymans  <wim@fluendo.com>
27185
27186         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query):
27187         Fix potential division by zero error and hopefully get
27188         the position query right to get correct timestamps on avi
27189         audio.
27190
27191 2004-05-24  Wim Taymans  <wim@fluendo.com>
27192
27193         * gst/videoscale/videoscale.c: (gst_videoscale_scale_nearest),
27194         (gst_videoscale_scale_nearest_str2),
27195         (gst_videoscale_scale_nearest_str4),
27196         (gst_videoscale_scale_nearest_32bit),
27197         (gst_videoscale_scale_nearest_24bit),
27198         (gst_videoscale_scale_nearest_16bit):
27199         Fix the scaling algorithm and avoid a buffer overflow.
27200         removed the while loop in the scaling function as it
27201         was used for point sampling only.
27202
27203 2004-05-24  Benjamin Otte  <in7y118@public.uni-hamburg.de>
27204
27205         * ext/mad/gstid3tag.c: (gst_id3_tag_get_type),
27206         (gst_id3_tag_class_init), (gst_id3_tag_init),
27207         (gst_id3_tag_set_property), (gst_id3_tag_get_tag_to_render),
27208         (gst_id3_tag_handle_event), (gst_id3_tag_do_caps_nego),
27209         (gst_id3_tag_send_tag_event):
27210           lots of fixes to make id3mux work and id3demux work correctly
27211
27212 2004-05-24  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
27213
27214         * ext/Makefile.am:
27215           add rules to build shout2send (was removed by accident
27216           when this module was no more marked experimental/broken)
27217
27218 2004-05-24  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
27219
27220         * ext/shout2/gstshout2.c:
27221         * ext/shout2/gstshout2.h:
27222           adding a "connection problem" signal to shout2send
27223           (fixes #142954)
27224
27225 2004-05-21  Thomas Vander Stichele  <thomas at apestaart dot org>
27226
27227         * ext/kio/kioreceiver.cpp:
27228         * ext/kio/kioreceiver.h:
27229           fix sign comparison issues
27230
27231 2004-05-21  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
27232
27233         * gst/cdxaparse/gstcdxaparse.c:
27234         * gst/cdxaparse/gstcdxaparse.h:
27235           some renaming
27236           add some checks/sanity
27237           prepare for seek addition
27238
27239         * sys/sunaudio/gstsunaudio.c:
27240           remove exported dupe init function
27241
27242 2004-05-21  Jan Schmidt  <thaytan@mad.scientist.com>
27243
27244         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_get_formats),
27245         (gst_dvdec_src_convert), (gst_dvdec_sink_convert):
27246           Fix format conversion and position querying.
27247         * gst/debug/progressreport.c: (gst_progressreport_report):
27248           Don't output a bogus total value that we didn't query.
27249         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
27250           Always set XV_AUTOPAINT_COLORKEY to true. Fixes xvimagesink showing
27251           only a blank window after xine has been used.
27252
27253 2004-05-21  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
27254
27255         * m4/as-arts.m4:
27256           sync with upstream version to fix test on FC2
27257           readd with -ko to preserve Id header
27258
27259 2004-05-20  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
27260
27261         * configure.ac:
27262           test for FIONREAD ioctl in sys/filio.h for Solaris compat.
27263         * gst/tcp/gsttcpclientsrc.c: idem
27264         * gst/tcp/gsttcpserversink.c: idem
27265         * gst/tcp/gsttcpserversrc.c: idem
27266         * m4/gst-fionread.m4: idem
27267
27268         * sys/sunaudio/gstsunaudio.c: change category to Sink/Audio
27269
27270         * configure.ac: enable speex plugin for speex 1.1.5+
27271         * ext/speex/gstspeexenc.c: fix cast warning
27272
27273         * ext/esd/README: fix typo
27274
27275 2004-05-20  David Schleef  <ds@schleef.org>
27276
27277         * configure.ac: Minor cosmetic change to convince the buildbot to
27278         reautogen.
27279         * sys/sunaudio/gstsunaudio.c: (gst_sunaudiosink_class_init),
27280         (gst_sunaudiosink_init), (gst_sunaudiosink_getcaps),
27281         (gst_sunaudiosink_pad_link), (gst_sunaudiosink_chain),
27282         (gst_sunaudiosink_setparams), (gst_sunaudiosink_open),
27283         (gst_sunaudiosink_close), (gst_sunaudiosink_change_state),
27284         (gst_sunaudiosink_set_property), (gst_sunaudiosink_get_property):
27285         More hacking.  Plays audio now.
27286
27287 2004-05-20  David Schleef  <ds@schleef.org>
27288
27289         * configure.ac:
27290         * sys/Makefile.am:
27291
27292 2004-05-20  David Schleef  <ds@schleef.org>
27293
27294         * sys/osxaudio/Makefile.am:  New OS X audio plugin by Zaheer Abbas Merali
27295         * sys/osxaudio/gstosxaudio.c:
27296         * sys/osxaudio/gstosxaudioelement.c:
27297         * sys/osxaudio/gstosxaudioelement.h:
27298         * sys/osxaudio/gstosxaudiosink.c:
27299         * sys/osxaudio/gstosxaudiosink.h:
27300         * sys/osxaudio/gstosxaudiosrc.c:
27301         * sys/osxaudio/gstosxaudiosrc.h:
27302
27303 2004-05-20  Thomas Vander Stichele  <thomas at apestaart dot org>
27304
27305         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_set_header_on_caps),
27306         (gst_vorbisenc_chain):
27307           put the codec headers on the caps as streamheader as well as
27308           pushing them out
27309
27310 2004-05-20  Thomas Vander Stichele  <thomas at apestaart dot org>
27311
27312         * ext/vorbis/vorbisenc.c: (vorbis_granule_time_copy),
27313         (gst_vorbisenc_buffer_from_packet), (gst_vorbisenc_push_buffer),
27314         (gst_vorbisenc_push_packet), (gst_vorbisenc_chain):
27315         split up push_packet into two functions
27316
27317 2004-05-20  Thomas Vander Stichele  <thomas at apestaart dot org>
27318
27319         * gst/tcp/.cvsignore:
27320           ignore enums
27321         * gst/tcp/Makefile.am:
27322         * gst/tcp/README:
27323         * gst/tcp/gsttcp.c:
27324         * gst/tcp/gsttcp.h:
27325         * gst/tcp/gsttcpclientsink.c:
27326         * gst/tcp/gsttcpclientsink.h:
27327         * gst/tcp/gsttcpclientsrc.c:
27328         * gst/tcp/gsttcpclientsrc.h:
27329         * gst/tcp/gsttcpplugin.c:
27330         * gst/tcp/gsttcpserversink.c:
27331         * gst/tcp/gsttcpserversink.h:
27332         * gst/tcp/gsttcpserversrc.c:
27333         * gst/tcp/gsttcpserversrc.h:
27334           add new tcp elements
27335
27336 2004-05-19  Wim Taymans  <wim@fluendo.com>
27337
27338         * gst/law/mulaw-conversion.c: (mulaw_encode):
27339         Fix overflow bug in ulaw encoding.
27340
27341 2004-05-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
27342
27343         * ext/mad/gstmad.c: (gst_mad_handle_event):
27344           don't unref the event twice
27345
27346 2004-05-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
27347
27348         * configure.ac:
27349           remove -Wno-sign-compare
27350
27351 2004-05-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
27352
27353         * configure.ac:
27354           remove -DG_DISABLE_DEPRECATED. It's not usable without workarounds
27355           if you want to work against glib 2.2 and 2.4
27356
27357 2004-05-19  Thomas Vander Stichele  <thomas at apestaart dot org>
27358
27359         * gst/tcp/Makefile.am:
27360         * gst/tcp/gsttcp.c:
27361         * gst/tcp/gsttcp.h:
27362         * gst/tcp/gsttcpsink.h:
27363         * gst/tcp/gsttcpsrc.h:
27364           gsttcp -> gsttcpplugin + CVS surgery in preparation for tcp merge
27365
27366 2004-05-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
27367
27368         * gst/debug/tests.c: (md5_get_value):
27369           fix segfault on gst-inspect
27370
27371 2004-05-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
27372
27373         * gst/debug/testplugin.c:
27374         * gst/debug/tests.c:
27375         * gst/debug/tests.h:
27376           add new extensible and configurable testing element. Current tests
27377           include buffer count, stream length, timestamp/duration matching and
27378           md5.
27379         * gst/debug/Makefile.am:
27380         * gst/debug/gstdebug.c: (plugin_init):
27381           add infrastructure for new element
27382
27383 2004-05-19  Johan Dahlin  <johan@gnome.org>
27384
27385         * ext/dv/gstdvdec.c (gst_dvdec_quality_get_type): Add proper
27386         ending of the array. Fixes gst-inspect segfault on ppc.
27387
27388 2004-05-19  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
27389
27390         * ext/dirac/gstdiracdec.cc : change category to Codec/Decoder/Video
27391
27392         * m4/a52.m4 : don't fix a test that should fail with current a52dec lib
27393
27394 2004-05-18  David Schleef  <ds@schleef.org>
27395
27396         * gst/ffmpegcolorspace/imgconvert.c: (img_convert): Fixes for
27397         warnings (bugs, actually) noticed by gcc but not forte.
27398
27399 2004-05-18  David Schleef  <ds@schleef.org>
27400
27401         * sys/sunaudio/Makefile.am:
27402         * sys/sunaudio/gstsunaudio.c: New sunaudiosink
27403
27404 2004-05-18  David Schleef  <ds@schleef.org>
27405
27406         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
27407         (gst_qtdemux_loop_header):  Patch from dcm@acm.org (David Moore)
27408         to allow qtdemux to use non-seekable streams. (bug #142272)
27409
27410 2004-05-18  David Schleef  <ds@schleef.org>
27411
27412         * gst-libs/gst/resample/resample.c: (gst_resample_sinc_ft_s16),
27413         (gst_resample_sinc_ft_float): Remove use of static temporary
27414         buffer.  This code was obviously not supposed to last long, but
27415         it's stuck in our ABI, so it required a little hack to make it
27416         ABI-compatible.  Fixes #142585.
27417         * gst-libs/gst/resample/resample.h: same.
27418
27419 2004-05-18  David Schleef  <ds@schleef.org>
27420
27421         * configure.ac: Add sunaudio
27422         * examples/Makefile.am: make gstplay depend on gconf
27423         * gst/ffmpegcolorspace/gstffmpegcodecmap.c: Remove c99-isms
27424         * gst/ffmpegcolorspace/imgconvert.c: (build_rgb_palette),
27425         (convert_table_lookup), (img_convert): remove c99-isms
27426         * gst/ffmpegcolorspace/imgconvert_template.h: make a constant
27427           unsigned, to fix a warning on Solaris
27428         * gst/mpeg1sys/systems.c: bcopy->memcpy
27429         * gst/rtjpeg/RTjpeg.c: (RTjpeg_yuvrgb8): bcopy->memcpy
27430         * sys/Makefile.am: Add sunaudio
27431
27432 2004-05-18  Wim Taymans  <wim@fluendo.com>
27433
27434         * ext/ogg/gstoggmux.c: (gst_ogg_mux_get_type), (gst_ogg_mux_init),
27435         (gst_ogg_mux_sinkconnect), (gst_ogg_mux_request_new_pad),
27436         (gst_ogg_mux_next_buffer), (gst_ogg_mux_push_page),
27437         (gst_ogg_mux_compare_pads), (gst_ogg_mux_queue_pads),
27438         (gst_ogg_mux_loop):
27439         Fix an ugly memleak where the muxer didn't flush enough ogg
27440         pages. This also resulted in badly muxed ogg files.
27441
27442 2004-05-18  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
27443
27444         * gst/asfdemux/asfheaders.c :
27445         * gst/asfdemux/asfheaders.h :
27446         * gst/asfdemux/gstasfdemux.c :
27447           - fix ASF_OBJ_PADDING guid
27448           - add 3 new object guids (language list, metadata,
27449             extended stream properties)
27450           - add a function to parse extended header objects
27451
27452 2004-05-18  Benjamin Otte  <in7y118@public.uni-hamburg.de>
27453
27454         * sys/oss/gstosselement.c: (gst_osselement_sync_parms):
27455           remove leftover debugging g_print
27456
27457 2004-05-17  Ronald Bultje  <rbultje@ronald.bitfreak.net>
27458
27459         * ext/mad/gstmad.c: (gst_mad_handle_event):
27460           Fix for when the first format in a discont event is not a
27461           byte-based one. Should fix #137710.
27462
27463 2004-05-18  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
27464
27465         * m4/a52.m4 : fix compilation with -Wall -Werror
27466         * m4/libfame.m4 : idem
27467         * m4/libmikmod.m4 : idem
27468
27469 2004-05-17  Benjamin Otte  <otte@gnome.org>
27470
27471         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_comment):
27472           signal the new tags before giving up the reference
27473
27474 2004-05-17  Benjamin Otte  <in7y118@public.uni-hamburg.de>
27475
27476         * ext/shout2/gstshout2.c:
27477           use application/ogg instead of application/x-ogg (patch by Patrick
27478           Guimond, fixes #142432)
27479         * sys/oss/gstosselement.c: (gst_osselement_reset),
27480         (gst_osselement_sync_parms):
27481           don't set fragment size unless specified (fixes #142493)
27482
27483 2004-05-17  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
27484
27485         * configure.ac : fix compilation of v4l2src with "-Wall -Werror"
27486           fixes #142664
27487
27488 2004-05-17  Benjamin Otte  <otte@gnome.org>
27489
27490         * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
27491           compute offsets correctly for internal buffers so timestamps are set
27492           correctly when we can't seek. Also handle cases where there are no
27493           offsets. (based on a patch by David Moore, fixes #142507)
27494
27495 2004-05-17  Benjamin Otte  <otte@gnome.org>
27496
27497         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
27498           use correct variable when determining amount of data to skip so we
27499           don't skip into the void and segfault
27500
27501 2004-05-16  Benjamin Otte  <otte@gnome.org>
27502
27503         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_audio_caps):
27504           Hi, I'm a memleak
27505
27506 2004-05-16  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
27507
27508         * gst/asfdemux/gstasfdemux.c:
27509           - fix a mem leak and always propagate tags
27510           - add WMV3 to known video codecs (but no decoder yet)
27511           - replace "surplus data" at end of audio header for what
27512             it is : codec specific data
27513           - fix a typo
27514
27515 2004-05-16  Arwed v. Merkatz  <v.merkatz@gmx.net>
27516
27517         reviewed by: Ronald Bultje  <rbultje@ronald.bitfreak.net>
27518
27519         * gst-libs/gst/audio/audioclock.c:
27520           Fix wrong return type (#142205).
27521
27522 2004-05-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
27523
27524         * ext/mad/gstmad.c: (gst_mad_class_init), (gst_mad_init):
27525           Ignore CRCs by default (fixes #142566).
27526
27527 2004-05-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
27528
27529         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_open),
27530         (gst_alsa_mixer_close), (gst_alsa_mixer_supported),
27531         (gst_alsa_mixer_build_list), (gst_alsa_mixer_free_list),
27532         (gst_alsa_mixer_change_state), (gst_alsa_mixer_list_tracks),
27533         (gst_alsa_mixer_get_volume), (gst_alsa_mixer_set_volume),
27534         (gst_alsa_mixer_set_mute), (gst_alsa_mixer_set_record):
27535           Fix for cases where we fail to attach to a mixer.
27536
27537 2004-05-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
27538
27539         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_seek):
27540           Don't touch events after not owning them anymore.
27541         * gst/wavparse/gstwavparse.c: (gst_wavparse_base_init),
27542         (gst_wavparse_fmt), (gst_wavparse_other),
27543         (gst_wavparse_handle_seek), (gst_wavparse_loop),
27544         (gst_wavparse_pad_convert), (gst_wavparse_pad_query),
27545         (gst_wavparse_srcpad_event):
27546         * gst/wavparse/gstwavparse.h:
27547           Add seeking, fix querying.
27548
27549 2004-05-16  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
27550
27551         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_comment):
27552           - process comments even if they don't end with \0\0
27553             g_convert would ignore them if present and works well without them
27554
27555 2004-05-16  Benjamin Otte  <otte@gnome.org>
27556
27557         * ext/alsa/gstalsa.c: (gst_alsa_caps), (gst_alsa_get_caps):
27558           simplify caps
27559
27560 2004-05-16  Benjamin Otte  <otte@gnome.org>
27561
27562         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_comment):
27563           don't write to memory we might not write to - g_convert does that
27564           for us anyway (fixes #142613)
27565         (gst_asf_demux_audio_caps):
27566           comment out gst_util_dump_mem
27567
27568 2004-05-16  Benjamin Otte  <otte@gnome.org>
27569
27570         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
27571           compute correct expected timestamps after seek (broken since
27572           last commit)
27573         * ext/gdk_pixbuf/pixbufscale.c: (pixbufscale_init):
27574           rename element and debugging category to gdkpixbufscale
27575
27576 2004-05-16  Benjamin Otte  <otte@gnome.org>
27577
27578         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
27579           add error checking to snd_pcm_delay and remove duplicate call to
27580           snd_pcm_delay that caused issues (see inline code comments)
27581         * ext/alsa/gstalsasink.c: (gst_alsa_sink_get_time):
27582           make more readable and fix return value when snd_pcm_delay fails
27583         (fixes #142586)
27584
27585 2004-05-15  Jan Schmidt  <thaytan@mad.scientisti.com>
27586         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_method_get_type),
27587         (gst_pixbufscale_get_type), (gst_pixbufscale_base_init),
27588         (gst_pixbufscale_class_init), (gst_pixbufscale_getcaps),
27589         (gst_pixbufscale_link), (gst_pixbufscale_init),
27590         (gst_pixbufscale_handle_src_event), (pixbufscale_scale),
27591         (gst_pixbufscale_chain), (gst_pixbufscale_set_property),
27592         (gst_pixbufscale_get_property), (pixbufscale_init):
27593         * ext/gdk_pixbuf/pixbufscale.h:
27594         Add these files I forgot earlier
27595
27596 2004-05-15  Jan Schmidt  <thaytan@mad.scientist.com>
27597         * ext/gdk_pixbuf/Makefile.am:
27598         * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init):
27599         * ext/gdk_pixbuf/gstgdkpixbuf.h:
27600         Add new pixbufscale element to scale RGB video
27601         using gdk_pixbuf, because gdk_pixbuf does BILINEAR
27602         and HYPER interpolation correctly.
27603         * ext/theora/theoraenc.c: (theora_enc_chain),
27604         Discard buffer and return if explicit caps could not be set
27605         (theora_enc_get_property):
27606         Make _get return kbps for the bitrate consistent with
27607         the _set function.
27608
27609
27610 2004-05-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
27611
27612         * ext/libvisual/visual.c: (gst_visual_chain):
27613           add missing visual_audio_analyze
27614
27615 2004-05-14  David Schleef  <ds@schleef.org>
27616
27617         * ext/esd/esdsink.c: (gst_esdsink_chain): Fix crash when ESD
27618         is killed while we're playing.
27619         * gst/qtdemux/qtdemux.c: (qtdemux_parse): call
27620         gst_element_no_more_pads().
27621
27622 2004-05-14  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
27623
27624         * gst-libs/gst/riff/riff-read.c :
27625           - fix INFO tag extraction in RIFF/AVI files
27626             because gst_event_unref (event) also freed taglist
27627           - avoid a mem leak
27628
27629 2004-05-13  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
27630
27631         * ext/mad/gstid3tag.c : move from "Codec/(Dem/M)uxer" to "Codec/(Dem/M)uxer/Audio"
27632         * gst/wavenc/gstwavenc.c : move from "Codec/Encoder/Audio" to "Codec/Muxer/Audio"
27633
27634         * gst/auparse/gstauparse.c :
27635           - add code (commented for now) to support audio/x-adpcm on src pad
27636             (we have no decoder for those layout yet)
27637
27638         * gst/cdxaparse/gstcdxaparse.c :
27639         * gst/cdxaparse/gstcdxaparse.h :
27640           - partial rewrite using RiffRead (ripped iain's wavparse code)
27641
27642         * gst/rtp/gstrtpL16enc.c : typo
27643         * gst/rtp/gstrtpgsmenc.c : typo
27644
27645 2004-05-13  Benjamin Otte  <otte@gnome.org>
27646
27647         * configure.ac:
27648           check for exact version of libvisual, it's not supposed to be
27649           API/ABI stable yet
27650
27651 2004-05-13  Benjamin Otte  <in7y118@public.uni-hamburg.de>
27652
27653         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_push):
27654           signal no-more-pads
27655
27656 2004-05-13  Jan Schmidt  <thaytan@mad.scientist.com>
27657
27658         * ext/dv/gstdvdec.c: (gst_dvdec_src_convert)
27659         Report which format was used for GST_FORMAT_DEFAULT
27660         * gst/debug/Makefile.am:
27661         * gst/debug/gstdebug.c: (plugin_init):
27662         * gst/debug/progressreport.c: (gst_progressreport_base_init),
27663         (gst_progressreport_class_init), (gst_progressreport_init),
27664         (gst_progressreport_report), (gst_progressreport_set_property),
27665         (gst_progressreport_get_property), (gst_progressreport_chain),
27666         (gst_progressreport_plugin_init):
27667         Add progressreport element for testing.
27668
27669 2004-05-13  Thomas Vander Stichele  <thomas at apestaart dot org>
27670
27671         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get), (gst_v4lsrc_change_state):
27672         * sys/v4l/gstv4lsrc.h:
27673         * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_playback_init):
27674         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_capture_init):
27675         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_capture_init),
27676         (gst_v4lsrc_grab_frame):
27677           add more debugging
27678           send a discont at start
27679
27680 2004-05-12  Colin Walters  <walters@redhat.com>
27681
27682         * gst/asfdemux/gstasfdemux.c (gst_asf_demux_process_segment): Avoid
27683         inflooping if we can't find a chunk.  Or in other words, don't blow
27684         chunks if we don't have a chunk to blow.
27685
27686 2004-05-13  Jan Schmidt  <thaytan@mad.scientist.com>
27687         * ext/audiofile/gstafsrc.c: (gst_afsrc_get):
27688         Remove old debug output
27689         * ext/dv/gstdvdec.c: (gst_dvdec_quality_get_type),
27690         (gst_dvdec_class_init), (gst_dvdec_loop), (gst_dvdec_change_state),
27691         (gst_dvdec_set_property), (gst_dvdec_get_property):
27692         Change the quality setting to an enum, so it works from gst-launch
27693         Don't renegotiate a non-linked pad. Allows audio only decoding.
27694         * gst/deinterlace/gstdeinterlace.c: (gst_deinterlace_getcaps),
27695         (gst_deinterlace_link), (gst_deinterlace_init):
27696         * gst/videodrop/gstvideodrop.c: (gst_videodrop_getcaps),
27697         (gst_videodrop_link):
27698         Some caps negotiation fixes
27699
27700 2004-05-12  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
27701
27702         * ext/tarkin/gsttarkin.c :
27703           - Change RANK from NONE to PRIMARY
27704         * ext/gdk_pixbuf/gstgdkpixbuf.c :
27705           - Change RANK from NONE to MARGINAL
27706         * ext/divx/gstdivxenc.c :
27707           - Change RANK from PRIMARY to NONE (encoder/spider issue)
27708
27709 2004-05-12  Thomas Vander Stichele  <thomas at apestaart dot org>
27710
27711         * ext/vorbis/vorbisenc.c: (vorbis_granule_time_copy),
27712         (gst_vorbisenc_push_packet):
27713           copy a function that was added between 1.0 and 1.0.1 until we
27714           depend on worthwhile features of post-1.0
27715
27716 2004-05-12  Benjamin Otte  <in7y118@public.uni-hamburg.de>
27717
27718         * configure.ac:
27719           enable shout2 by default
27720         * ext/shout2/gstshout2.c: (gst_shout2send_protocol_get_type),
27721         (gst_shout2send_base_init), (gst_shout2send_init),
27722         (gst_shout2send_connect), (gst_shout2send_change_state):
27723         * ext/shout2/gstshout2.h:
27724           make this work again. Based on a patch by Zaheer Abbas Merali (fixes
27725           #142262)
27726         * ext/theora/theora.c: (plugin_init):
27727           don't set rank on encoders
27728
27729 2004-05-11  Jeremy Simon  <jesimon@libertysurf.fr>
27730
27731         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_audio_caps):
27732           Use codec_data property instead of flag1 and flag2 for wma
27733
27734 2004-05-11  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
27735
27736         * gst/cdxaparse/gstcdxaparse.c :
27737           - Add mpegversion to CAPS to make it link
27738           - Rank is as GST_RANK_SECONDARY instead of NONE
27739         * gst/auparse/gstauparse.c :
27740           - Document all audio encoding we can encounter from Solaris 9
27741             headers and libsndfile information.
27742           - Increase max. rate from 48000 to 192000 (to match other elements)
27743           - Don't try to play junk data between header and samples
27744
27745 2004-05-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
27746
27747         * ext/libvisual/visual.c: (gst_visual_getcaps):
27748           use the right caps depending on endianness (I hope)
27749         * ext/ogg/gstoggmux.c: (gst_ogg_mux_plugin_init):
27750           use GST_RANK_NONE for all non-decoding elements or spider gets
27751           mighty confused
27752
27753 2004-05-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
27754
27755         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_comment):
27756           Fix some odd cases and fix BE metadata parsing of unicode16 text.
27757
27758 2004-05-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
27759
27760         * gst/switch/gstswitch.c: (gst_switch_release_pad),
27761         (gst_switch_request_new_pad), (gst_switch_poll_sinkpads),
27762         (gst_switch_loop), (gst_switch_get_type):
27763           whoever that was: DO NOT IMPORT PRIVATE SYMBOLS THAT ARE NOT IN
27764           HEADERS. Had to be said.
27765
27766 2004-05-10  David Schleef  <ds@schleef.org>
27767
27768         * configure.ac: Add prototype Dirac support.
27769         * ext/Makefile.am:
27770         * ext/dirac/Makefile.am:
27771         * ext/dirac/gstdirac.cc:
27772         * ext/dirac/gstdiracdec.cc:
27773
27774 2004-05-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
27775
27776         * gst/auparse/gstauparse.c: (gst_auparse_class_init),
27777         (gst_auparse_init), (gst_auparse_chain),
27778         (gst_auparse_change_state):
27779           Hack around spider. Remove me some day please.
27780
27781 2004-05-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
27782
27783         * gst/auparse/gstauparse.c: (gst_auparse_chain):
27784           Fix for some uninitialized variables in previous patch, also
27785           makes it work. Fixes #142286 while we're at it.
27786
27787 2004-05-11  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
27788
27789         * gst/auparse/gstauparse.c:
27790                 fixes a-law, adds mu-law, linear pcm (8,16,24,32), ieee (32, 64)
27791                 only unsupported formats are ADPCM/CCITT G.72x
27792                 reviewed by Ronald
27793         * gst-libs/gst/audio/audio.h: adds 24bit depth to PCM (x-raw-int)
27794
27795 2004-05-10  Wim Taymans  <wim@fluendo.com>
27796
27797         * ext/vorbis/Makefile.am:
27798         * ext/vorbis/README:
27799         * ext/vorbis/oggvorbisenc.c: (gst_oggvorbisenc_get_formats),
27800         (oggvorbisenc_get_type), (vorbis_caps_factory), (raw_caps_factory),
27801         (gst_oggvorbisenc_base_init), (gst_oggvorbisenc_class_init),
27802         (gst_oggvorbisenc_sinkconnect), (gst_oggvorbisenc_convert_src),
27803         (gst_oggvorbisenc_convert_sink),
27804         (gst_oggvorbisenc_get_query_types), (gst_oggvorbisenc_src_query),
27805         (gst_oggvorbisenc_init), (gst_oggvorbisenc_get_tag_value),
27806         (gst_oggvorbisenc_metadata_set1), (gst_oggvorbisenc_set_metadata),
27807         (get_constraints_string), (update_start_message),
27808         (gst_oggvorbisenc_setup), (gst_oggvorbisenc_write_page),
27809         (gst_oggvorbisenc_chain), (gst_oggvorbisenc_get_property),
27810         (gst_oggvorbisenc_set_property), (gst_oggvorbisenc_change_state):
27811         * ext/vorbis/oggvorbisenc.h:
27812         * ext/vorbis/vorbis.c: (plugin_init):
27813         * ext/vorbis/vorbisenc.c: (vorbis_caps_factory),
27814         (raw_caps_factory), (gst_vorbisenc_class_init),
27815         (gst_vorbisenc_init), (gst_vorbisenc_setup),
27816         (gst_vorbisenc_push_packet), (gst_vorbisenc_chain),
27817         (gst_vorbisenc_get_property), (gst_vorbisenc_set_property):
27818         * ext/vorbis/vorbisenc.h:
27819         Added a raw vorbis encoder to be used with the oggmuxer.
27820         We still need the old encoder for some gnome applications,
27821         read the README to find out how that works.
27822         The raw encoder is called "rawvorbisenc" until 0.9.
27823
27824 2004-05-10  Wim Taymans  <wim@fluendo.com>
27825
27826         * ext/ogg/gstogg.c: (plugin_init):
27827         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_plugin_init),
27828         (gst_ogg_print):
27829         * ext/ogg/gstoggmux.c: (gst_ogg_mux_get_type),
27830         (gst_ogg_mux_base_init), (gst_ogg_mux_class_init),
27831         (gst_ogg_mux_get_sink_event_masks), (gst_ogg_mux_init),
27832         (gst_ogg_mux_sinkconnect), (gst_ogg_mux_pad_link),
27833         (gst_ogg_mux_pad_unlink), (gst_ogg_mux_request_new_pad),
27834         (gst_ogg_mux_handle_src_event), (gst_ogg_mux_next_buffer),
27835         (gst_ogg_mux_push_page), (gst_ogg_mux_compare_pads),
27836         (gst_ogg_mux_queue_pads), (gst_ogg_mux_loop),
27837         (gst_ogg_mux_get_property), (gst_ogg_mux_set_property),
27838         (gst_ogg_mux_change_state), (gst_ogg_mux_plugin_init):
27839         Added an ogg muxer.
27840         Small typo fixes in the demuxer.
27841
27842 2004-05-10  Wim Taymans  <wim@fluendo.com>
27843
27844         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
27845         (theora_enc_sink_link), (theora_push_packet), (theora_enc_chain),
27846         (theora_enc_change_state), (theora_enc_set_property),
27847         (theora_enc_get_property):
27848         Mark the last packet with an EOS flag which is not really needed
27849         in gstreamer.
27850         Do some better video framerate initialisation.
27851         Update the buffer timestamp.
27852
27853 2004-05-10  Jan Schmidt  <thaytan@mad.scientist.com>
27854
27855         * ext/dv/gstdvdec.c: (gst_dvdec_change_state):
27856         Return the result of the parent state change call
27857
27858 2004-05-10  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
27859
27860         * gst/law/alaw.c : alawdec should be registered with type ALAWDEC, not ALAWENC
27861         * gst/law/alaw-decode.c : put audio/x-alaw on pads, instead of audio/x-mulaw
27862         * gst/law/alaw-encode.c : (idem)
27863         * ext/a52dec/gsta52dec.c : mark audio/a52, audio/ac3 as deprecated in a comment
27864         * gst/ac3parse/gstac3parse.c : audio/ac3 => audio/x-ac3
27865         * gst/realmedia/rmdemux.c : audio/a52 => audio/x-ac3
27866
27867 2004-05-09  Benjamin Otte  <otte@gnome.org>
27868
27869         * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
27870           don't use a fixed buffer size when writing variable length data to
27871           it. Fixes memory corruption and makes alsasrc work
27872
27873 2004-05-09  Ronald Bultje  <rbultje@ronald.bitfreak.net>
27874
27875         * ext/gnomevfs/gstgnomevfssink.c:
27876         (_gst_boolean_allow_overwrite_accumulator),
27877         (gst_gnomevfssink_class_init), (gst_gnomevfssink_open_file):
27878           Run glib's default signal handler (??) in RUN_CLEANUP rather than
27879           RUN_LAST, and don't use that to set the accumulator value because
27880           then it's always FALSE.
27881
27882 2004-05-09  Ronald Bultje  <rbultje@ronald.bitfreak.net>
27883
27884         * gst-libs/gst/riff/riff-media.c:
27885         (gst_riff_create_video_caps_with_data),
27886         (gst_riff_create_audio_caps),
27887         (gst_riff_create_audio_template_caps):
27888         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head):
27889           Fix for unaligned RIFF files (i.e. where all the chunks together
27890           in a LIST chunk are not of the same size as the size given in
27891           the LIST chunk header). Fixes several odd WAVE files. Also fix
27892           ADPCM (block_align property) in audio, so that wavparse based
27893           on this works now as it used to stand-alone.
27894
27895 2004-05-09  Edward Hervey  <bilboed@bilboed.com>
27896
27897         reviewed by Benjamin Otte  <otte@gnome.org>
27898
27899         * ext/a52dec/gsta52dec.c:
27900         * ext/divx/gstdivxdec.c:
27901         * ext/divx/gstdivxenc.c:
27902         * ext/dts/gstdtsdec.c: (gst_dtsdec_base_init):
27903         * ext/faac/gstfaac.c: (gst_faac_base_init):
27904         * ext/faad/gstfaad.c: (gst_faad_base_init):
27905         * ext/ivorbis/vorbisfile.c:
27906         * ext/lame/gstlame.c:
27907         * ext/libfame/gstlibfame.c:
27908         * ext/mpeg2enc/gstmpeg2enc.cc:
27909         * ext/musicbrainz/gsttrm.c: (gst_musicbrainz_base_init):
27910         * ext/sidplay/gstsiddec.cc:
27911         * ext/speex/gstspeexdec.c:
27912         * ext/speex/gstspeexenc.c:
27913         * ext/xvid/gstxviddec.c:
27914         * ext/xvid/gstxvidenc.c:
27915           correct klasses. Mostly s,Codec/(Audio|Video),\1/Codec,
27916           (fixes #142193)
27917
27918 2004-05-08  Ronald Bultje  <rbultje@ronald.bitfreak.net>
27919
27920         * ext/alsa/gstalsa.c: (device_list),
27921         (gst_alsa_class_probe_devices):
27922         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_open):
27923           Fix alsa oddness in mixer after the combination of using mixer
27924           in source/sink elements and using hw:x,y instead of just hw:x.
27925
27926 2004-05-09  Benjamin Otte  <otte@gnome.org>
27927
27928         * gst/wavparse/gstwavparse.c: (gst_wavparse_destroy_sourcepad),
27929         (gst_wavparse_create_sourcepad):
27930           make PAUSED=>READY=>PAUSED=READY work by not destroying NULL
27931           sourcepads
27932
27933 2004-05-09  Benjamin Otte  <otte@gnome.org>
27934
27935         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
27936           allow discont events before caps nego
27937
27938 2004-05-08  Benjamin Otte  <otte@gnome.org>
27939
27940         * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
27941           don't leak events
27942
27943 2004-05-08  Benjamin Otte  <otte@gnome.org>
27944
27945         * gst/level/gstlevel.c: (gst_level_link), (gst_level_chain),
27946         (gst_level_change_state), (gst_level_init):
27947         * gst/level/gstlevel.h:
27948           figure out if we're initialized directly instead of keeping a
27949           variable that's wrong in 90% of cases
27950           don't initialize pads and then leak them and use a new unitialized
27951           pad. (fixes #142084)
27952           these were bugs so n00bish I didn't find them for an hour :/
27953
27954 2004-05-08 Iain <iain@prettypeople.org>
27955
27956         * gst/wavparse/gstwavparse.[ch]: Rewrote to use RiffRead instead.
27957         * gst-libs/gst/riff/riff-read.c (gst_riff_read_peek_head): Unstatic it
27958         (gst_riff_read_element_data): Ditto, and added a got_bytes argument to
27959         return the length that was read.
27960         (gst_riff_read_strf_auds): Allow fmt tags as well.
27961
27962 2004-05-07  David Schleef  <ds@schleef.org>
27963
27964         * ext/faad/gstfaad.c: (gst_faad_sinkconnect): HACK to correct
27965         signed char assumption in faad.h.
27966
27967 2004-05-07  Ronald Bultje  <rbultje@ronald.bitfreak.net>
27968
27969         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_v4l2fourcc_to_caps):
27970           Missing break, detected by Daniel Gazard <daniel.gazard@free.fr>.
27971
27972 2004-05-07  Colin Walters  <walters@redhat.com>
27973
27974         * gst/volume/gstvolume.c (gst_volume_dispose): Unref dpman.
27975         * ext/flac/gstflacdec.c (gst_flacdec_dispose): Add dispose
27976         function.
27977         * gst/audioscale/gstaudioscale.c (gst_audioscale_dispose):
27978         Add dispose function.
27979
27980 2004-05-08  Jan Schmidt  <thaytan@mad.scientist.com>
27981         * ext/dv/gstdvdec.c: (gst_dvdec_video_link):
27982           Fix caps nego and pad templates. RGB mode caps should
27983           work now.
27984         * ext/dvdnav/gst-dvd:
27985           Move mpeg2dec inside the thread because otherwise the
27986           queue rejects cap changes mid-stream
27987         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_get_type),
27988         (gst_mpeg2dec_flush_decoder):
27989           For mpeg2dec > 0.4.0, call the flush function instead of
27990           manually extracting all in-flight frames.
27991         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_factory),
27992         (gst_dv1394src_init), (gst_dv1394src_iso_receive):
27993           Change mime type video/dv go video/x-dv to match the
27994           rest of gst-plugins
27995
27996 2004-05-07  Ronald Bultje  <rbultje@ronald.bitfreak.net>
27997
27998         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
27999         * ext/alsa/gstalsasink.c: (gst_alsa_sink_get_type),
28000         (gst_alsa_sink_class_init):
28001         * ext/alsa/gstalsasink.h:
28002         * ext/alsa/gstalsasrc.c: (gst_alsa_src_get_type),
28003         (gst_alsa_src_class_init):
28004         * ext/alsa/gstalsasrc.h:
28005           Make alsasink/src a subclass of alsamixer so that mixer stuff
28006           shows up in gst-rec. Needs some finetuning.
28007
28008 2004-05-05  Benjamin Otte  <in7y118@public.uni-hamburg.de>
28009
28010         * ext/lame/gstlame.c: (gst_lame_chain):
28011           simplify
28012         * ext/mad/gstmad.c: (gst_mad_handle_event):
28013           fix event leak
28014         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find):
28015           be able to detect mp3 files < 4096 bytes
28016
28017 2004-05-06  Wim Taymans  <wim@fluendo.com>
28018
28019         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
28020         (theora_enc_sink_link), (theora_push_packet), (theora_enc_chain),
28021         (theora_enc_set_property), (theora_enc_get_property):
28022         Also encode the first frame, cleanup some code.
28023
28024 2004-05-06  Wim Taymans  <wim@fluendo.com>
28025
28026         * ext/mpeg2enc/gstmpeg2enc.cc:
28027         Forward events first before deciding that negotiation was
28028         not performed.
28029
28030 2004-05-06  Wim Taymans  <wim@fluendo.com>
28031
28032         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain):
28033         First process the events before deciding that negotiation
28034         was not performed.
28035
28036 2004-05-06  Wim Taymans  <wim@fluendo.com>
28037
28038         * ext/theora/Makefile.am:
28039         * ext/theora/theora.c: (plugin_init):
28040         * ext/theora/theoradec.c: (theora_dec_change_state):
28041         * ext/theora/theoraenc.c: (gst_theora_enc_base_init),
28042         (gst_theora_enc_class_init), (gst_theora_enc_init),
28043         (theora_enc_sink_link), (theora_enc_event), (theora_push_packet),
28044         (theora_enc_chain), (theora_enc_change_state),
28045         (theora_enc_set_property), (theora_enc_get_property):
28046         Added a theora encoder, grouped the encoder and decoder into the
28047         same plugin.
28048
28049 2004-05-05  Thomas Vander Stichele  <thomas at apestaart dot org>
28050
28051         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_get_type),
28052         (gst_jpegenc_chain):
28053         fix DURATION on outgoing buffers
28054         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_handle_sink_event):
28055         debug using time formats
28056         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
28057         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
28058         (gst_xvimagesink_sink_link):
28059         windows with width/height 0 generate X errors, so don't allow them
28060
28061 2004-05-05  Wim Taymans  <wim@fluendo.com>
28062
28063         * ext/mpeg2dec/gstmpeg2dec.c: (src_templ),
28064         (gst_mpeg2dec_base_init), (gst_mpeg2dec_init),
28065         (gst_mpeg2dec_negotiate_format):
28066         * ext/mpeg2dec/gstmpeg2dec.h:
28067           removed the static pad template so that we can add the
28068           more accurate framerate value to the caps.
28069
28070
28071 2004-05-04  Benjamin Otte  <otte@gnome.org>
28072
28073         * configure.ac:
28074           check for kdemacros.h, too (should fix #141821)
28075         * ext/vorbis/vorbisdec.c: (vorbis_dec_event), (vorbis_dec_chain):
28076           don't crash if no header was sent, but nicely error out (fixes part
28077           of #141554)
28078
28079 2004-05-04  Wim Taymans  <wim@fluendo.com>
28080
28081         * ext/mpeg2enc/gstmpeg2enc.cc: (gst_mpeg2enc_dispose): call the
28082         parent dispose function to avoid segfault on destroy.
28083
28084 2004-05-04  Thomas Vander Stichele  <thomas at apestaart dot org>
28085
28086         * sys/ximage/ximagesink.c: (gst_ximagesink_sink_link),
28087         (plugin_init):
28088         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
28089         (gst_xvimagesink_sink_link):
28090         clean up debugging caps
28091         also recreate xvimage when format has changed
28092
28093 2004-05-04  Benjamin Otte  <otte@gnome.org>
28094
28095         * ext/libvisual/Makefile.am:
28096         * ext/libvisual/visual.c: (gst_visual_class_init),
28097         (gst_visual_init), (gst_visual_dispose), (gst_visual_getcaps),
28098         (gst_visual_srclink), (gst_visual_chain),
28099         (gst_visual_change_state), (plugin_init):
28100           use a GstAdapter to correctly adapt buffer sizes - allows using a
28101           framerate
28102
28103 2004-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
28104
28105         * sys/v4l/gstv4lelement.h:
28106         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_class_init):
28107         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get_fps), (gst_v4lsrc_getcaps),
28108         (gst_v4lsrc_buffer_free):
28109         * sys/v4l/v4l_calls.c: (gst_v4l_get_capabilities):
28110         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_queue_frame),
28111         (gst_v4lsrc_sync_frame), (gst_v4lsrc_grab_frame),
28112         (gst_v4lsrc_requeue_frame):
28113         move some debugging categories around
28114         query for fps index and set accordingly if found
28115
28116 2004-05-03  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
28117
28118         * ext/lame/gstlame.c:
28119         correct defaults that lame_init puts out of range
28120
28121 2004-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
28122
28123         * ext/divx/gstdivxenc.c: (gst_divxenc_get_type),
28124         (gst_divxenc_class_init):
28125         fix range since -1 is the default
28126         * gst/mpeg1sys/gstmpeg1systemencode.c:
28127         (gst_mpeg1_system_encode_get_type), (gst_system_encode_multiplex):
28128         * gst/rtjpeg/gstrtjpegdec.c: (gst_rtjpegdec_get_type),
28129         (gst_rtjpegdec_chain):
28130         * gst/rtjpeg/gstrtjpegenc.c: (gst_rtjpegenc_get_type),
28131         (gst_rtjpegenc_chain):
28132         * sys/qcam/gstqcamsrc.c: (gst_autoexp_mode_get_type),
28133         (gst_qcamsrc_get_type), (gst_qcamsrc_change_state):
28134         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_get_type):
28135         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get_type):
28136         * sys/v4l/gstv4lsrc.c:
28137         * sys/v4l/v4l_calls.c: (gst_v4l_open):
28138         * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_playback_init):
28139         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_capture_init):
28140         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_capture_init):
28141         * sys/vcd/vcdsrc.c: (vcdsrc_get_type), (vcdsrc_get):
28142           remove gst_info calls
28143
28144 2004-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
28145
28146         * Makefile.am:
28147         * po/af.po:
28148         * po/az.po:
28149         * po/en_GB.po:
28150         * po/nl.po:
28151         * po/sr.po:
28152         * po/sv.po:
28153           Updated translations
28154
28155 2004-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
28156
28157         * gst/audioconvert/gstaudioconvert.c: (_fixate_caps_to_int):
28158           refactor/comment code
28159
28160 2004-05-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
28161
28162         * gst/asfdemux/Makefile.am:
28163         * gst/asfdemux/asfheaders.c:
28164         * gst/asfdemux/asfheaders.h:
28165         * gst/asfdemux/gstasf.c: (plugin_init):
28166         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_get_type),
28167         (gst_asf_demux_base_init), (gst_asf_demux_process_comment),
28168         (gst_asf_demux_setup_pad):
28169         * gst/asfdemux/gstasfdemux.h:
28170         * gst/asfdemux/gstasfmux.c:
28171         * gst/asfdemux/gstasfmux.h:
28172           Add tagging support to demuxer, split out registration in its own
28173           file instead of in demux (hacky), and prevent having some tables
28174           in our memory multiple times (in asfheaders.h).
28175
28176 2004-05-01  Ronald Bultje  <rbultje@ronald.bitfreak.net>
28177
28178         * gst/matroska/matroska-demux.c:
28179         (gst_matroska_demux_parse_metadata):
28180         * gst/matroska/matroska-ids.h:
28181           Basic tag reading support.
28182
28183 2004-04-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
28184
28185         * gst/matroska/matroska-demux.c: (gst_matroska_demux_audio_caps):
28186           Really detect ac-3 audio.
28187         * gst/typefind/gsttypefindfunctions.c: (matroska_type_find):
28188           really detect matroska files (off-by-1).
28189
28190 2004-04-30  David Schleef  <ds@schleef.org>
28191
28192         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
28193         (gst_qtdemux_add_stream), (qtdemux_parse), (qtdemux_type_get),
28194         (qtdemux_dump_stsz), (qtdemux_dump_stco), (qtdemux_dump_co64),
28195         (qtdemux_dump_unknown), (qtdemux_parse_tree), (qtdemux_parse_udta),
28196         (qtdemux_tag_add), (get_size), (gst_qtdemux_handle_esds): More qtdemux
28197         hackage -- parse a lot more atoms, extract a few tags.  One might even
28198         mistake this for tag support.  Maybe it is.
28199         * gst/qtdemux/qtdemux.h:
28200
28201 2004-04-30  Colin Walters  <walters@verbum.org>
28202
28203         * ext/alsa/gstalsasink.c (gst_alsa_sink_mmap): Plug a memleak.
28204
28205 2004-04-30  Thomas Vander Stichele  <thomas at apestaart dot org>
28206
28207         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
28208         (gst_ffmpegcolorspace_getcaps):
28209           remove broken nego fix
28210
28211 2004-04-30  Benjamin Otte  <otte@gnome.org>
28212
28213         * configure.ac:
28214         * ext/Makefile.am:
28215         * ext/libvisual/Makefile.am:
28216         * ext/libvisual/visual.c:
28217           add initial support for libvisual (http://libvisual.sourceforge.net)
28218           libvisual is still quite alpha, so expect crashes in there :)
28219
28220 2004-04-29  David Schleef  <ds@schleef.org>
28221
28222         * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream), (qtdemux_parse),
28223         (qtdemux_parse_trak), (get_size), (gst_qtdemux_handle_esds): Hacked
28224         up qtdemux to make it spit out codec_data.  Do _not_ look at this
28225         code; you will no longer respect me.
28226
28227 2004-04-29  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
28228
28229         * ext/alsa/gstalsa.c : (gst_alsa_class_probe_devices)
28230         * ext/alsa/gstalsa.h :
28231         change alsa pcm device discovery to find more than 1 device
28232         per card. code review by Ronald.
28233
28234 2004-04-29  David Schleef  <ds@schleef.org>
28235
28236         * sys/oss/gstosselement.c: (gst_osselement_rate_probe_check):
28237         Add a check for a driver bug on FreeBSD.  (bug #140565)
28238
28239 2004-04-29  Thomas Vander Stichele  <thomas at apestaart dot org>
28240
28241         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_get_type):
28242         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_get_type),
28243         (gst_jpegenc_getcaps):
28244           move format setting to inner loop
28245         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
28246         (gst_ffmpegcolorspace_getcaps):
28247           use GST_PAD_CAPS if available so that we use already negotiated
28248           caps
28249         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
28250         (qtdemux_parse_moov), (qtdemux_parse):
28251           extra debugging
28252         * sys/qcam/qcam-Linux.c: (qc_lock_wait), (qc_unlock):
28253         * sys/qcam/qcam-os.c: (qc_lock_wait), (qc_unlock):
28254           move hardcoded path to DEFINE
28255
28256 2004-04-28  David Schleef  <ds@schleef.org>
28257
28258         * gst/speed/gstspeed.c: (speed_parse_caps):  Fix caps parsing.
28259         (bug #140064)
28260
28261 2004-04-28  Ronald Bultje  <rbultje@ronald.bitfreak.net>
28262
28263         * ext/alsa/gstalsa.c: (gst_alsa_class_probe_devices):
28264           Don't probe for playback device if we're a source element. Fixes
28265           #139658.
28266
28267 2004-04-29  Benjamin Otte  <otte@gnome.org>
28268
28269         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event),
28270         (gst_id3_tag_chain):
28271           rewrite buffer offset
28272
28273 2004-04-28  Ronald Bultje  <rbultje@ronald.bitfreak.net>
28274
28275         * configure.ac:
28276         * ext/Makefile.am:
28277         * ext/dts/Makefile.am:
28278         * ext/dts/gstdtsdec.c: (gst_dtsdec_get_type),
28279         (gst_dtsdec_base_init), (gst_dtsdec_class_init), (gst_dtsdec_init),
28280         (gst_dtsdec_channels), (gst_dtsdec_renegotiate),
28281         (gst_dtsdec_handle_event), (gst_dtsdec_update_streaminfo),
28282         (gst_dtsdec_loop), (gst_dtsdec_change_state),
28283         (gst_dtsdec_set_property), (gst_dtsdec_get_property),
28284         (plugin_init):
28285         * ext/dts/gstdtsdec.h:
28286           New DTS decoder.
28287         * ext/faad/gstfaad.c: (gst_faad_sinkconnect),
28288         (gst_faad_srcconnect):
28289           Add ESDS atom handling (.m4a).
28290
28291 2004-04-27  Ronald Bultje  <rbultje@ronald.bitfreak.net>
28292
28293         * ext/divx/gstdivxdec.c: (plugin_init):
28294           Remove comment that makes no sense.
28295         * ext/mad/gstid3tag.c: (gst_id3_tag_set_property):
28296           Fix for obvious typo that resulted in warnings during gst-register.
28297         * ext/xvid/gstxviddec.c: (gst_xviddec_src_link),
28298         (gst_xviddec_sink_link):
28299           Fix caps negotiation a bit better.
28300         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):
28301           We call this 'codec_data', not 'esds'.
28302
28303 2004-04-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
28304
28305         * gst/monoscope/gstmonoscope.c:
28306           make sure we only provide 256x128
28307         * gst/monoscope/monoscope.c: (monoscope_init):
28308           assert size of 256x128
28309
28310 2004-04-27  Thomas Vander Stichele  <thomas at apestaart dot org>
28311
28312         * Makefile.am:
28313         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_init), (gst_v4lsrc_fixate),
28314         (gst_v4lsrc_getcaps), (gst_v4lsrc_buffer_free):
28315           fixate to max width and height of device
28316
28317 2004-04-27  Thomas Vander Stichele  <thomas at apestaart dot org>
28318
28319         * Makefile.am:
28320         * sys/v4l/gstv4l.c:
28321         * sys/v4l/gstv4lsrc.c:
28322         * sys/v4l/v4l_calls.c:
28323         * sys/v4l/v4lsrc_calls.c:
28324           fix for qc-usb driver which fakes having more than one buffer
28325           by handing the same buffer twice, which confused GStreamer's/v4lsrc
28326           buffer_free override
28327           add debugging
28328
28329 2004-04-27  Thomas Vander Stichele  <thomas at apestaart dot org>
28330
28331         * Makefile.am:
28332         * gst/videotestsrc/gstvideotestsrc.c:
28333         (gst_videotestsrc_class_init), (gst_videotestsrc_change_state),
28334         (gst_videotestsrc_init), (gst_videotestsrc_get),
28335         (gst_videotestsrc_set_property), (gst_videotestsrc_get_property):
28336         * gst/videotestsrc/gstvideotestsrc.h:
28337           add num-buffers property
28338
28339         2004-04-26  Benjamin Otte  <otte@gnome.org>
28340
28341         * ext/mad/gstid3tag.c: (plugin_init):
28342           set id3mux rank to NONE so it doesn't confuse spider
28343           require audio/mpeg,mpegversion=1 in id3mux
28344
28345 2004-04-26  Benjamin Otte  <otte@gnome.org>
28346
28347         * configure.ac:
28348           detect faad correctly as non-working if it's indeed non-working
28349
28350 2004-04-26  Thomas Vander Stichele  <thomas at apestaart dot org>
28351
28352         * Makefile.am:
28353         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_get_type),
28354         (gst_jpegenc_class_init), (gst_jpegenc_getcaps):
28355         fix _getcaps so it only negotiates to its supported format
28356
28357 2004-04-25  Benjamin Otte  <otte@gnome.org>
28358
28359         * gst/audioconvert/gstaudioconvert.c: (_fixate_caps_to_int):
28360           fix memleak
28361
28362 2004-04-23  Benjamin Otte  <otte@gnome.org>
28363
28364         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
28365           audio/x-raw-int with height rules! not. Now it's depth.
28366
28367 2004-04-22  Ronald Bultje  <rbultje@ronald.bitfreak.net>
28368
28369         * gst/wavparse/gstwavparse.c: (gst_wavparse_create_sourcepad),
28370         (gst_wavparse_parse_fmt), (gst_wavparse_handle_sink_event),
28371         (gst_wavparse_loop):
28372           Missing variable initialization. Add handling of DVI ADPCM. Fix
28373           mis-parsing of LIST chunks. This works around a bug where we mis-
28374           parse non-aligning LIST chunks (so LIST chunks where the contents
28375           don't align with the actual LIST size). The correct fix is to use
28376           rifflib, I'm not going to fix wavparse - too much work. All this
28377           fixes #104878.
28378
28379 2004-04-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
28380
28381         reviewed by Benjamin Otte  <otte@gnome.org>
28382
28383         * ext/shout/gstshout.c: (gst_icecastsend_change_state):
28384           fix shoutcast not working (fixes #140844)
28385
28386 2004-04-22  Benjamin Otte  <otte@gnome.org>
28387
28388         * ext/hermes/gsthermescolorspace.c:
28389         (gst_hermes_colorspace_caps_remove_format_info):
28390         * gst/colorspace/gstcolorspace.c:
28391         (gst_colorspace_caps_remove_format_info):
28392         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
28393         (gst_ffmpegcolorspace_caps_remove_format_info):
28394           s/gst_caps_simplify/gst_caps_do_simplify/
28395
28396 2004-04-22  Benjamin Otte  <otte@gnome.org>
28397
28398         * gst-libs/gst/riff/riff-media.c:
28399         (gst_riff_create_video_caps_with_data):
28400           mpegversion is an int
28401         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_base_init):
28402           don't try to create pad templates with NULL caps, use any caps
28403           instead.
28404
28405 2004-04-20  David Schleef  <ds@schleef.org>
28406
28407         * ext/sdl/Makefile.am: Link against libgstinterfaces, not
28408         libgstxoverlay.  jmmv@menta.net (Julio M. Merino Vidal)
28409         (bug #140384)
28410
28411 2004-04-20  Daniel Gazard  <daniel.gazard@epita.fr>
28412
28413         reviewed by David Schleef
28414
28415         * ext/mad/gstid3tag.c: Add stdlib.h
28416         * gst/rtp/gstrtpgsmenc.c: same
28417         * gst/tags/gstid3tag.c: same
28418         * gst/udp/gstudpsrc.c: (gst_udpsrc_get): Fix GST_DISABLE_LOADSAVE
28419         * gst/tcp/gsttcpsink.c: (gst_tcpsink_sink_link): Adjust
28420         GST_DISABLE_LOADSAVE use.
28421         * gst/udp/gstudpsink.c: (gst_udpsink_sink_link): Likewise.
28422         * gst/tcp/gsttcpsrc.c: (gst_tcpsrc_get): Likewise.
28423         * ext/gnomevfs/gstgnomevfssrc.c: Include <stdlib.h> (needed by
28424         atol(3)).
28425         * sys/oss/gstosselement.h: Include <sys/types.h> (needed for dev_t).
28426         * gst/tags/gstvorbistag.c: Include <stdlib.h> (needed by
28427         strtoul(3)).
28428         * gst/rtp/gstrtpL16enc.c: Include <stdlib.h> (needed by random(3)).
28429         * ext/mad/Makefile.am: (libgstmad_la_CFLAGS): Add $(MAD_CFLAGS)
28430         $(ID3_CFLAGS).
28431         * ext/libfame/Makefile.am: (libgstlibfame_la_CFLAGS): Add
28432         $(LIBFAME_CFLAGS).
28433
28434 2004-04-20  David Schleef  <ds@schleef.org>
28435
28436         * gst/realmedia/rmdemux.c:  This was supposed to part of the
28437         last checkin.  Same idea.
28438
28439 2004-04-20  Daniel Gazard  <daniel.gazard@epita.fr>
28440
28441         reviewed by David Schleef
28442
28443         * configure.ac: bump required gstreamer version to 0.8.1.1
28444         because of following changes [--ds]
28445
28446         * gst-libs/gst/riff/riff-read.c:  Include gst/gstutils.h.
28447         (gst_riff_peek_head, gst_riff_peek_list, gst_riff_read_list)
28448         (gst_riff_read_header):  Use GST_READ_UINT*
28449         macros to access possibly unaligned memory.
28450
28451         * gst/typefind/gsttypefindfunctions.c: Include gst/gstutils.h.
28452         (mp3_type_find):  Use GST_READ_UINT*
28453         macros to access possibly unaligned memory.
28454         (mp3_type_find, mpeg1_parse_header, qt_type_find)
28455         (speex_type_find): Likewise
28456
28457         * gst/tags/gstvorbistag.c: (ADVANCE): Likewise
28458
28459         * gst/qtdemux/qtdemux.c: Include stdlib.h (needed by realloc).
28460         (QTDEMUX_GUINT32_GET, QTDEMUX_GUINT16_GET, QTDEMUX_FP32_GET)
28461         (QTDEMUX_FP16_GET, QTDEMUX_FOURCC_GET)
28462         (gst_qtdemux_loop_header, gst_qtdemux_loop_header)
28463         (qtdemux_node_dump_foreach, qtdemux_tree_get_child_by_type)
28464         (qtdemux_tree_get_sibling_by_type):  Use GST_READ_UINT*
28465         macros to access possibly unaligned memory.
28466
28467         * gst/mpegstream/gstmpegpacketize.c: (parse_generic, parse_chunk):
28468         Likewise.
28469
28470         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead)
28471         (gst_mpeg_demux_parse_packet, gst_mpeg_demux_parse_pes): Likewise.
28472
28473         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain):
28474         Likewise.
28475
28476         * gst/mpeg2sub/gstmpeg2subt.c: (GST_BUFFER_DATA)
28477         (gst_mpeg2subt_chain_subtitle): Likewise.
28478
28479         * gst/mpeg1videoparse/gstmp1videoparse.c: (mp1videoparse_parse_seq)
28480         (gst_mp1videoparse_time_code, gst_mp1videoparse_real_chain):
28481         Likewise.
28482
28483         * gst/mpeg1sys/buffer.c: (mpeg1mux_buffer_update_audio_info):
28484         Likewise.
28485
28486         * gst/cdxaparse/gstcdxaparse.c: (gst_bytestream_peek_bytes):
28487         Likewise.
28488
28489         * gst/asfdemux/gstasfdemux.c: (_read_var_length, _read_uint):
28490         Likewise.
28491
28492 2004-04-20  Thomas Vander Stichele  <thomas at apestaart dot org>
28493
28494         * configure.ac:
28495           update required version of GStreamer because of GST_TIME_FORMAT
28496
28497 2004-04-20  Benjamin Otte  <in7y118@public.uni-hamburg.de>
28498
28499         * ext/mad/gstid3tag.c: (gst_id3_tag_init):
28500           remove leftover g_print
28501         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
28502           don't try setting only a subset of the caps. We don't want to kill
28503           autoplugging on purpose
28504
28505 2004-04-20  Thomas Vander Stichele  <thomas at apestaart dot org>
28506
28507         * sys/ximage/ximagesink.c: (plugin_init):
28508         * sys/xvimage/xvimagesink.c: (plugin_init):
28509           add debugging categories
28510
28511 2004-04-20  Thomas Vander Stichele  <thomas at apestaart dot org>
28512
28513         * po/en_GB.po:
28514         * po/LINGUAS:
28515           Adding en_GB translation (Gareth Owen)
28516
28517 2004-04-20  David Schleef  <ds@schleef.org>
28518
28519         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event),
28520         (qtdemux_parse), (qtdemux_type_get), (qtdemux_dump_mvhd),
28521         (qtdemux_dump_tkhd), (qtdemux_dump_stsd), (qtdemux_dump_unknown),
28522         (qtdemux_parse_trak), (qtdemux_video_caps), (qtdemux_audio_caps):
28523         A number of new features and hacks to extract the esds atom and
28524         put it into the caps.  (bug #137724)
28525
28526 2004-04-19  David Schleef  <ds@schleef.org>
28527
28528         * gconf/Makefile.am: Fix for non-GNU make
28529         * gst-libs/gst/Makefile.am: Change directory order to handle
28530         GstPlay linking with gstinterfaces
28531         * gst-libs/gst/audio/make_filter: make use of tr portable
28532         * gst-libs/gst/play/Makefile.am: Add intended \
28533         * gst-libs/gst/xwindowlistener/xwindowlistener.c:
28534         (gst_xwin_set_clips): Switch to ISO variadic macro. Use a
28535         function prototype instead of void *.
28536         * gst/ffmpegcolorspace/gstffmpegcodecmap.c: Switch to ISO variadic
28537         macro.
28538         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
28539         (gst_ffmpegcolorspace_chain): wrap NULL in GST_ELEMENT_ERROR call
28540         * gst/videofilter/make_filter: make use of tr portable
28541         * pkgconfig/Makefile.am: Remove GNU extension in Makefile target
28542
28543 2004-04-19  Thomas Vander Stichele  <thomas at apestaart dot org>
28544
28545         * po/LINGUAS:
28546         * po/uk.po:
28547           Added Ukrainian translation (Maxim V. Dziumanenko)
28548
28549 2004-04-18  Ronald Bultje  <rbultje@ronald.bitfreak.net>
28550
28551         * ext/gsm/gstgsmdec.c: (gst_gsmdec_init), (gst_gsmdec_getcaps),
28552         (gst_gsmdec_link), (gst_gsmdec_chain):
28553           Fix capsnego, simplify chain function slightly.
28554         * gst/qtdemux/qtdemux.c: (qtdemux_audio_caps):
28555           Add GSM.
28556
28557 2004-04-18  Ronald Bultje  <rbultje@ronald.bitfreak.net>
28558
28559         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
28560         (gst_wavparse_destroy_sourcepad), (gst_wavparse_create_sourcepad),
28561         (gst_wavparse_parse_fmt), (gst_wavparse_change_state):
28562           Hack to make wavparse work with spider (always -> sometimes pad).
28563           Fixes #135862 && #140411.
28564
28565 2004-04-18  Benjamin Otte  <otte@gnome.org>
28566
28567         * sys/oss/gstosselement.c: (gst_osselement_sync_parms),
28568         (gst_osselement_rate_probe_check),
28569         (gst_osselement_rate_check_rate), (gst_osselement_rate_add_rate):
28570           get rid of \n in debug output
28571
28572 2004-04-17  Iain <iain@prettypeople.org>
28573
28574         * gst/wavparse/gstwavparse.c (gst_wavparse_loop): Allow all events,
28575         not just EOS.
28576
28577 2004-04-17  Benjamin Otte  <in7y118@public.uni-hamburg.de>
28578
28579         * ext/mad/gstid3tag.c: (gst_id3_tag_get_type),
28580         (gst_id3_tag_class_init), (gst_id3_tag_get_caps),
28581         (gst_id3_tag_add_src_pad), (gst_id3_tag_init),
28582         (gst_id3_tag_set_property), (gst_id3_tag_do_caps_nego),
28583         (gst_id3_tag_src_link), (gst_id3_tag_chain),
28584         (gst_id3_tag_change_state), (plugin_init):
28585           deprecate id3tag element and replace with id3demux/id3mux.
28586           great side effect: this ugly file is now even uglier, yay!
28587         * ext/mad/gstmad.h:
28588           remove non-available function
28589           update for new get_type
28590
28591 2004-04-17  Benjamin Otte  <in7y118@public.uni-hamburg.de>
28592
28593         * configure.ac:
28594           require mpeg2dec >= 0.4.0
28595
28596 2004-04-17  Benjamin Otte  <otte@gnome.org>
28597
28598         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
28599         (gst_xvimagesink_xcontext_get), (gst_xvimagesink_change_state),
28600         (gst_xvimagesink_set_xwindow_id):
28601           call GST_ELEMENT_ERROR whenever get_xcontext fails. Includes
28602           assorted cleanup fixes.
28603
28604 2004-04-16  David Schleef  <ds@schleef.org>
28605
28606         * sys/ximage/ximagesink.h: Compile fix for FreeBSD. (bug #140268)
28607         * sys/xvimage/xvimagesink.h: same
28608
28609 2004-04-16  Thomas Vander Stichele  <thomas at apestaart dot org>
28610
28611         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file):
28612           Fix GST_ELEMENT_ERROR with (NULL)
28613
28614 2004-04-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
28615
28616         * gst-libs/gst/riff/riff-media.c:
28617         (gst_riff_create_video_caps_with_data):
28618           Add div[3456] as fourccs for DivX 3 (fixes #140137).
28619
28620 2004-04-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
28621
28622         * gst-libs/gst/riff/riff-media.c:
28623         (gst_riff_create_video_caps_with_data),
28624         (gst_riff_create_video_caps), (gst_riff_create_audio_caps),
28625         (gst_riff_create_video_template_caps),
28626         (gst_riff_create_audio_template_caps):
28627         * gst-libs/gst/riff/riff-media.h:
28628         * gst-libs/gst/riff/riff-read.c:
28629         (gst_riff_read_strf_vids_with_data), (gst_riff_read_strf_vids):
28630         * gst-libs/gst/riff/riff-read.h:
28631         * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream):
28632           Add MS RLE support. I added some functions to read out strf chunks
28633           into strf chunks and the data behind it. This is usually color
28634           palettes (as in RLE, but also in 8-bit RGB). Also use those during
28635           caps creation. Lastly, add ADPCM (similar to wavparse - which
28636           should eventually be rifflib based).
28637         * gst/matroska/matroska-demux.c: (gst_matroska_demux_class_init),
28638         (gst_matroska_demux_init), (gst_matroska_demux_reset):
28639         * gst/matroska/matroska-demux.h:
28640           Remove placeholders for some prehistoric tagging system. Didn't add
28641           support for any tag system really anyway.
28642         * gst/qtdemux/qtdemux.c:
28643           Add support for audio/x-m4a (MPEG-4) through spider.
28644         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt),
28645         (gst_wavparse_loop):
28646           ADPCM support (#135862). Increase max. buffer size because we
28647           cannot split buffers for ADPCM (screws references) and I've seen
28648           files with 2048 byte chunks. 4096 seems safe for now.
28649
28650 2004-04-15  Thomas Vander Stichele  <thomas at apestaart dot org>
28651
28652         * configure.ac: bump nano to 1
28653
28654 === release 0.8.1 ===
28655
28656 2004-04-15  Thomas Vander Stichele  <thomas at apestaart dot org>
28657
28658         * configure.ac: releasing 0.8.1, "Comforting Sounds"
28659
28660 2004-04-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
28661
28662         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
28663           Fix typo in divxversion (3 instead of 4 for "DIVX" fourcc).
28664           Fixes #140058
28665
28666 2004-04-14  Thomas Vander Stichele  <thomas at apestaart dot org>
28667
28668         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_plugin_init):
28669           lower rank of dvddemux so that it's not used for mpeg playback.
28670
28671 2004-04-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
28672
28673         * configure.ac:
28674           save libs correctly when checking mad
28675
28676 2004-04-14  Thomas Vander Stichele  <thomas at apestaart dot org>
28677
28678         * ext/mad/gstid3tag.c: (plugin_init):
28679           lower rank of id3tag as proposed by Benjamin.  Fixes #139926.
28680
28681 2004-04-13  David Schleef  <ds@schleef.org>
28682
28683         * common/m4/gst-feature.m4: Call -config scripts with
28684         --plugin-libs if it is supported.
28685         * gst/avi/gstavimux.c: (gst_avimux_vidsinkconnect): sequences of
28686         JPEG images are image/jpeg.
28687         * gst/debug/Makefile.am:
28688         * gst/debug/negotiation.c: (gst_negotiation_class_init),
28689         (gst_negotiation_getcaps), (gst_negotiation_pad_link),
28690         (gst_negotiation_update_caps), (gst_negotiation_get_property),
28691         (gst_negotiation_plugin_init): Add a property that acts like
28692         filter caps.
28693         * testsuite/gst-lint:  Move license checking to be a standard
28694         test.
28695
28696 2004-04-13  David Schleef  <ds@schleef.org>
28697
28698         * gst/avi/gstavidemux.c: (gst_avi_demux_reset): Fix memleak.
28699         patch from Sebastien Cote (bug #139958)
28700
28701 2004-04-13  Thomas Vander Stichele  <thomas at apestaart dot org>
28702
28703         * examples/gstplay/Makefile.am:
28704         * examples/gstplay/player.c: (main):
28705           make the commandline player example use gconf settings
28706
28707 2004-04-13  Thomas Vander Stichele  <thomas at apestaart dot org>
28708
28709         * ext/libcaca/gstcacasink.c: (gst_cacasink_class_init),
28710         (gst_cacasink_sinkconnect), (gst_cacasink_init),
28711         (gst_cacasink_chain), (gst_cacasink_open), (gst_cacasink_close):
28712           init/end library during state transition, not object
28713           creation/disposal.  get rid of custom dispose handler.
28714
28715
28716 2004-04-12  Christian Schaller <Uraeus@gnome.org>
28717
28718         * sys/oss/gstosselement.c: s/lstat/stat/ from freeBSD, since it can
28719         be a symlink
28720
28721 2004-04-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
28722
28723         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_data):
28724           Handle JUNK chunks inside data section. Prevents warnings.
28725
28726 2004-04-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
28727
28728         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
28729         (gst_riff_create_video_template_caps):
28730           Add MS video v1.
28731         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
28732         (gst_avi_demux_stream_data):
28733           Add support for "rec-list" chunks.
28734
28735 2004-04-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
28736
28737         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
28738           Fix another codecname mismatch.
28739
28740 2004-04-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
28741
28742         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
28743           Fix divx caps mismatch and move from video/x-jpeg to image/jpeg
28744           so that MJPEG plays back.
28745
28746 2004-04-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
28747
28748         * gst/mpeg1videoparse/gstmp1videoparse.c: (gst_mp1videoparse_init),
28749         (gst_mp1videoparse_real_chain), (gst_mp1videoparse_change_state):
28750         * gst/mpeg1videoparse/gstmp1videoparse.h:
28751           Fix for some slight mis-cuts in buffer parsing, and for some
28752           potential overflows or faults-causers. Adds disconts. Also fixes
28753           #139105 while we're at it.
28754
28755 2004-04-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
28756
28757         * configure.ac:
28758         * sys/v4l2/gstv4l2element.h:
28759           Workaround for missing struct v4l2_buffer declaration in Suse 9
28760           and Mandrake 10 linux/videodev2.h header file (#135919).
28761
28762 2004-04-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
28763
28764         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file):
28765           Bail out if no filename was given.
28766
28767 2004-04-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
28768
28769         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_v4l2fourcc_to_caps),
28770         (gst_v4l2_fourcc_from_structure):
28771           Add Y41B/Y42B YUV formats (see #125732), fix Y41P (was typo'ed to
28772           Y41B somewhere).
28773
28774 2004-04-09  Benjamin Otte  <otte@gnome.org>
28775
28776         * ext/gnomevfs/gstgnomevfssink.c:
28777         (_gst_boolean_allow_overwrite_accumulator),
28778         (gst_gnomevfssink_class_init):
28779           fix erase signal - if any handler returns false the file will not be
28780           overwritten. If no handler is connected, the file will not be
28781           overwritten either.
28782           renamed signal to "allow-overwrite"
28783         * ext/mad/gstid3tag.c: (tag_list_to_id3_tag_foreach):
28784           free string when adding it to ID3 failed
28785         * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
28786           unref event when done
28787         * gst/audioconvert/gstaudioconvert.c: (_fixate_caps_to_int):
28788           free caps
28789         * gst/typefind/gsttypefindfunctions.c:
28790         (mpeg_video_stream_type_find):
28791           fix invalid read
28792
28793 2004-04-08  David Schleef  <ds@schleef.org>
28794
28795         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
28796         (gst_ffmpegcolorspace_register): Change rank to PRIMARY.
28797
28798 2004-04-08  David Schleef  <ds@schleef.org>
28799
28800         * gst/colorspace/gstcolorspace.c: Don't advertise a conversion
28801         we don't support (bug #139532)
28802
28803 2004-04-07  Thomas Vander Stichele  <thomas at apestaart dot org>
28804
28805         * ext/mad/gstmad.c: (gst_mad_handle_event),
28806         (gst_mad_check_caps_reset), (gst_mad_chain),
28807         (gst_mad_change_state):
28808           only set explicit caps if they haven't been set before for
28809           this stream.  MPEG-audio sample rate/channels aren't allowed
28810           to change in-stream.
28811           Fixes #139382
28812
28813 2004-04-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
28814
28815         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_base_init),
28816         (_gst_boolean_did_something_accumulator),
28817         (gst_gnomevfssink_class_init), (gst_gnomevfssink_dispose),
28818         (gst_gnomevfssink_init), (gst_gnomevfssink_set_property),
28819         (gst_gnomevfssink_get_property), (gst_gnomevfssink_open_file),
28820         (gst_gnomevfssink_close_file), (gst_gnomevfssink_chain),
28821         (gst_gnomevfssink_change_state):
28822           Fix erase signal. Don't erase by default. Remove handoff signal.
28823           Remove erase property. Don't segfault. General cleanup.
28824
28825 2004-04-07  Benjamin Otte  <otte@gnome.org>
28826
28827         * gst-libs/gst/gconf/test-gconf.c: (main):
28828           add missing gst_init
28829
28830 2004-04-07  Benjamin Otte  <otte@gnome.org>
28831
28832         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_dispose):
28833           free the mutexes, too
28834
28835 2004-04-07  Benjamin Otte  <otte@gnome.org>
28836
28837         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_dispose):
28838           actually free the URI string
28839         * ext/mad/gstid3tag.c: (gst_id3_tag_src_event):
28840           compute offset correctly when passing discont events
28841         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event):
28842           don't leak discont events
28843         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_video_caps):
28844           add some missing breaks so caps aren't copied randomly
28845         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_get_video_stream):
28846           if we realloc memory, we better use it
28847
28848 2004-04-06  Benjamin Otte  <in7y118@public.uni-hamburg.de>
28849
28850         * ext/mad/gstmad.c: (normal_seek):
28851           fix GST_FORMAT_TIME usage
28852
28853 2004-04-05  David Schleef  <ds@schleef.org>
28854
28855         * ext/kio/kiosrc.cpp:  Undefine KDE_DEPRECATED so we can use
28856         a deprecated function (hack!)
28857
28858 2004-04-05  Benjamin Otte  <otte@gnome.org>
28859
28860         * ext/esd/esdmon.c: (gst_esdmon_get):
28861           fix nonterminated vararg and memleak
28862
28863 2004-04-05  Benjamin Otte  <otte@gnome.org>
28864
28865         * ext/ladspa/gstladspa.c: (gst_ladspa_class_init),
28866         (gst_ladspa_init), (gst_ladspa_force_src_caps),
28867         (gst_ladspa_set_property), (gst_ladspa_get_property),
28868         (gst_ladspa_instantiate), (gst_ladspa_activate),
28869         (gst_ladspa_deactivate), (gst_ladspa_loop), (gst_ladspa_chain):
28870           clean up debugging
28871
28872 2004-04-05  Stefan Kost <kost@imn.htwk-leipzig.de>
28873
28874         reviewed by Benjamin Otte  <otte@gnome.org>
28875
28876         * ext/ladspa/gstladspa.c: (gst_ladspa_class_init):
28877           check for broken LADSPA parameters (fixes #138635)
28878
28879 2004-04-05  Benjamin Otte  <otte@gnome.org>
28880
28881         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_getcaps):
28882           advertise buffer-frames correctly on sinkpads
28883
28884 2004-04-05  Thomas Vander Stichele  <thomas at apestaart dot org>
28885
28886         * ext/mad/gstmad.c: (gst_mad_get_type), (gst_mad_layer_get_type),
28887         (gst_mad_mode_get_type), (gst_mad_emphasis_get_type),
28888         (gst_mad_get_event_masks), (gst_mad_get_query_types), (index_seek),
28889         (normal_seek), (gst_mad_src_event), (gst_mad_handle_event),
28890         (gst_mad_check_caps_reset), (gst_mad_chain):
28891         add more debugging, only reset caps when we're not in error state
28892
28893 2004-04-05  Thomas Vander Stichele  <thomas at apestaart dot org>
28894
28895         * ext/mad/gstmad.c: add debugging category, comment + cleanups
28896
28897 2004-04-05  Julio M. Merino Vidal  <jmmv@menta.net>
28898
28899         reviewed by Benjamin Otte  <otte@gnome.org>
28900
28901         * configure.ac:
28902           fix == in test(1) operator
28903
28904 2004-04-05  Julio M. Merino Vidal  <jmmv@menta.net>
28905
28906         reviewed by Benjamin Otte  <otte@gnome.org>
28907
28908         * configure.ac:
28909           fix --export-symblos-regex to a working regex.
28910
28911 2004-04-04  Benjamin Otte  <otte@gnome.org>
28912
28913         * sys/oss/.cvsignore:
28914           add for oss_probe
28915
28916 2004-04-03  Tim-Phillip Müller <t.i.m@zen.co.uk>
28917
28918         reviewed by Benjamin Otte  <otte@gnome.org>
28919
28920         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event):
28921           add missing 'new_media' argument (fixes #138168)
28922         * gst/matroska/matroska-demux.c:
28923         (gst_matroska_demux_handle_seek_event):
28924           add vararg terminator (fixes #138169)
28925
28926 2004-04-02  David Schleef  <ds@schleef.org>
28927
28928         * ext/gdk_pixbuf/Makefile.am:  Make sure gstgdkanimation.h is
28929         disted (bug #138914)
28930
28931 2004-04-01  Benjamin Otte  <otte@gnome.org>
28932
28933         * ext/alsa/gstalsa.c: (gst_alsa_change_state),
28934         (gst_alsa_close_audio):
28935           handle case better where a soundcard can't pause
28936         * ext/ogg/gstoggdemux.c:
28937           don't crash when we get events but don't have pads yet
28938
28939 2004-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
28940
28941         * sys/oss/gstosselement.c: (gst_osselement_probe_caps):
28942           throw an error if we couldn't probe any caps.
28943
28944 2004-04-01  Jan Schmidt  <thaytan@mad.scientist.com>
28945
28946         * ext/dvdnav/gst-dvd:
28947         Add a really simple sample DVD player
28948
28949 2004-04-01  Jan Schmidt  <thaytan@mad.scientist.com>
28950
28951         * ext/a52dec/gsta52dec.c: (gst_a52dec_get_type), (gst_a52dec_init),
28952         (gst_a52dec_push), (gst_a52dec_handle_event),
28953         (gst_a52dec_update_streaminfo), (gst_a52dec_loop),
28954         (gst_a52dec_change_state):
28955         * ext/a52dec/gsta52dec.h:
28956           Use a debug category, Output timestamps correctly
28957           Emit tag info, Handle events, tell liba52dec about cpu
28958           capabilities so it can use MMX etc.
28959         * ext/dv/gstdvdec.c: (gst_dvdec_loop), (gst_dvdec_change_state):
28960           Fix a crasher accessing invalid memory
28961         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_init),
28962         (dvdnavsrc_update_highlight), (dvdnavsrc_loop),
28963         (dvdnavsrc_get_event_mask), (dvdnav_handle_navigation_event),
28964         (dvdnavsrc_event), (dvdnavsrc_get_formats), (dvdnavsrc_convert),
28965         (dvdnavsrc_query):
28966           Some support for byte-format seeking.
28967           Small fixes for still frames and menu button overlays
28968         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_get_type),
28969         (gst_mpeg2dec_alloc_buffer):
28970           Use a debug category. Adjust the report level of several items to
28971           LOG. Call mpeg2_custom_fbuf to mark our buffers as 'custom buffers'
28972           so it doesn't lose the GstBuffer pointer
28973         * gst/debug/Makefile.am:
28974         * gst/debug/gstdebug.c: (plugin_init):
28975         * gst/debug/gstnavseek.c: (gst_navseek_get_type),
28976         (gst_navseek_base_init), (gst_navseek_class_init),
28977         (gst_navseek_init), (gst_navseek_seek),
28978         (gst_navseek_handle_src_event), (gst_navseek_set_property),
28979         (gst_navseek_get_property), (gst_navseek_chain),
28980         (gst_navseek_plugin_init):
28981         * gst/debug/gstnavseek.h:
28982           Add the navseek debug element for seeking back and forth in a
28983           video stream using arrow keys.
28984         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_get_type),
28985         (gst_mpeg2subt_base_init), (gst_mpeg2subt_class_init),
28986         (gst_mpeg2subt_init), (gst_mpeg2subt_finalize),
28987         (gst_mpeg2subt_getcaps_video), (gst_mpeg2subt_link_video),
28988         (gst_mpeg2subt_handle_video), (gst_mpeg2subt_src_event),
28989         (gst_mpeg2subt_parse_header), (gst_get_nibble),
28990         (gst_setup_palette), (gst_get_rle_code), (gst_draw_rle_line),
28991         (gst_merge_uv_data), (gst_mpeg2subt_merge_title),
28992         (gst_update_still_frame), (gst_mpeg2subt_handle_subtitle),
28993         (gst_mpeg2subt_handle_dvd_event), (gst_mpeg2subt_loop):
28994         * gst/mpeg2sub/gstmpeg2subt.h:
28995           Pretty much a complete rewrite. Now a loopbased element. May still
28996           require work to properly synchronise subtitle buffers.
28997         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_process_private),
28998         (gst_dvd_demux_send_subbuffer):
28999         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_send_subbuffer):
29000           Don't attempt to create subbuffers of size 0
29001           Reduce a couple of error outputs to warnings.
29002         * gst/y4m/gsty4mencode.c: (gst_y4mencode_sinkconnect),
29003         (gst_y4mencode_chain):
29004         Output the y4m frame header correctly.
29005
29006 2004-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
29007
29008         * gst/adder/gstadder.c: (gst_adder_get_type), (gst_adder_loop):
29009           throw errors instead of allowing SIGFPE
29010
29011 2004-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
29012
29013         * gst-libs/gst/gconf/gconf.c: (gst_gconf_get_string),
29014         (gst_gconf_render_bin_from_key):
29015           leak plugging and style fixing
29016
29017 2004-03-31  David Schleef  <ds@schleef.org>
29018
29019         * gst/audioscale/gstaudioscale.c: (gst_audioscale_expand_value),
29020         (gst_audioscale_getcaps): Fix getcaps to expand and union lists.
29021         (bug #138225)
29022         * gst/debug/Makefile.am:
29023         * gst/debug/breakmydata.c: (gst_break_my_data_plugin_init):
29024         * gst/debug/gstdebug.c: (plugin_init):  Merge elements into one
29025         plugin.
29026         * gst/debug/negotiation.c: (gst_gst_negotiation_get_type),
29027         (gst_negotiation_base_init), (gst_negotiation_class_init),
29028         (gst_negotiation_init), (gst_negotiation_getcaps),
29029         (gst_negotiation_pad_link), (gst_negotiation_chain),
29030         (gst_negotiation_set_property), (gst_negotiation_get_property),
29031         (gst_negotiation_plugin_init):  New element to talk about random
29032         negotiation things happening in a pipeline.
29033
29034 2004-03-31  Thomas Vander Stichele  <thomas at apestaart dot org>
29035
29036         * gst/adder/gstadder.c: (gst_adder_get_type), (gst_adder_loop):
29037           fix integer addition with help of Stefan Kost
29038
29039 2004-03-31  Thomas Vander Stichele  <thomas at apestaart dot org>
29040
29041         * po/nl.po: updated Dutch translation (Elros Cyriatan)
29042
29043 2004-03-30  David Schleef  <ds@schleef.org>
29044
29045         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_alloc_buffer),
29046         (gst_mpeg2dec_negotiate_format):  Handle Y42B-format MPEG
29047         video, patch from Matthew.Spencer@eu.sony.com (Matthew Spencer)
29048         (bug #137504)
29049         * ext/mpeg2dec/gstmpeg2dec.h:
29050
29051 2004-03-30  David Schleef  <ds@schleef.org>
29052
29053         * ext/gdk_pixbuf/Makefile.am: Remove spurious rules. (bug #136527)
29054
29055 2004-03-30  David Schleef  <ds@schleef.org>
29056
29057         * tools/gst-launch-ext-m.m:  Applied patch from gnome@flyn.org (W.
29058         Michael Petullo) to handle .mov
29059
29060 2004-03-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
29061
29062         * sys/oss/gstosselement.c: (gst_osselement_probe_caps),
29063         (gst_osselement_rate_check_rate):
29064           probe caps correctly for sound cards that only support one format
29065
29066 2004-03-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
29067
29068         * ext/kio/kiosrc.cpp: (process_events):
29069           update handling event processing if inside KDE - untested
29070
29071 2004-03-29  David Schleef  <ds@schleef.org>
29072
29073         * ext/hermes/gsthermescolorspace.c: (plugin_init): decrease rank
29074         by 2 to not interfere with other colorspaces.
29075         * ext/pango/gsttextoverlay.c: (plugin_init): change rank to NONE
29076         * gst/colorspace/gstcolorspace.c: (plugin_init): decrease rank by
29077         one to not interfere with ffmpeg_colorspace.
29078
29079 2004-03-29  David Schleef  <ds@schleef.org>
29080
29081         * ext/alsa/gstalsa.c: (gst_alsa_fixate): Don't fixate fields that
29082         aren't in the caps.
29083         * gst/sine/gstsinesrc.c: change rate caps to [1,MAX]
29084         * gst/videocrop/gstvideocrop.c: (plugin_init): Change rank to NONE.
29085
29086 2004-03-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
29087
29088         * gst-libs/gst/riff/riff-media.c:
29089           fail on error, don't try to set stuff on NULL caps
29090
29091 2004-03-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
29092
29093         * configure.ac:
29094         * ext/Makefile.am:
29095         * ext/kio/Makefile.am:
29096         * ext/kio/kioreceiver.cpp:
29097         * ext/kio/kioreceiver.h:
29098         * ext/kio/kiosrc.cpp:
29099         * ext/kio/kiosrc.h:
29100           add experimental kiosrc plugin
29101         * ext/alsa/gstalsaplugin.c: (plugin_init):
29102           initialize debugging category only when we're sure registering the
29103           plugins worked.
29104
29105 2004-03-29  Thomas Vander Stichele  <thomas at apestaart dot org>
29106
29107         * examples/gstplay/player.c: (main):
29108         * gst-libs/gst/play/play.c: (gst_play_class_init),
29109         (gst_play_set_location), (gst_play_set_data_src),
29110         (gst_play_set_video_sink), (gst_play_set_audio_sink),
29111         (gst_play_set_visualization), (gst_play_connect_visualization):
29112           check return values of element_set_state and return FALSE where
29113           failed
29114
29115 2004-03-29  Benjamin Otte  <otte@gnome.org>
29116
29117         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event):
29118           try harder to check if an event is really a discont
29119
29120 2004-03-29  Thomas Vander Stichele  <thomas at apestaart dot org>
29121
29122         * po/LINGUAS: adding Azerbaijani (M??tin ??mirov)
29123         * po/az.po:
29124
29125 2004-03-28  Benjamin Otte  <otte@gnome.org>
29126
29127         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_process_private):
29128         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead),
29129         (gst_mpeg_demux_parse_packet), (gst_mpeg_demux_parse_pes):
29130           get rid of non-standard "..." ranges in case statements.
29131
29132 2004-03-27  Martin Soto  <martinsoto@users.sourceforge.net>
29133
29134         * gst/mpegstream/gstmpegdemux.c:
29135         * gst/mpegstream/gstmpegdemux.h: Complete overhaul. All DVD
29136         specific functionality split to the new dvddemux element.
29137         * gst/mpegstream/gstdvddemux.c:
29138         * gst/mpegstream/gstdvddemux.h: New demultiplexer for DVD (VOB)
29139         streams, derived from mpegdemux.
29140         * gst/mpegstream/gstmpegparse.c: Discontinuity handling cleaned
29141         up. SCR based timestamp rewriting can be turned off (will probably
29142         completely disappear soon).
29143         * ext/dvdnav/dvdnavsrc.c: Changes resulting from a few months
29144         hacking. General cleanup. All printf statements replaced by
29145         debugging messages. Almost complete libdvdnav support.
29146         (dvdnavsrc_class_init): Got rid of unnecessary signals (replaced
29147         by events. New properties for audio and subpicture languages.
29148         (dvdnavsrc_update_highlight): Now uses events.
29149         (dvdnavsrc_user_op): Cleaned up.
29150         (dvdnavsrc_get): Renamed to dvdnavsrc_loop (element is now loop
29151         based). Lots of cleanup, and propper support for most libdvdnav
29152         events.
29153         (dvdnavsrc_make_dvd_event): New function.
29154         (dvdnavsrc_make_dvd_nav_packet_event): New function.
29155         (dvdnavsrc_make_clut_change_event): New function.
29156
29157 2004-03-26  Benjamin Otte  <otte@gnome.org>
29158
29159         * gst/typefind/gsttypefindfunctions.c: (theora_type_find):
29160           fix bug where typefinding would claim it's theora whenever less then
29161           7 bytes of data were available
29162
29163 2004-03-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29164
29165         * gst/law/alaw-decode.c: (alawdec_getcaps), (alawdec_link),
29166         (gst_alawdec_base_init), (gst_alawdec_class_init),
29167         (gst_alawdec_init), (gst_alawdec_chain):
29168         * gst/law/alaw-encode.c: (alawenc_getcaps), (alawenc_link),
29169         (gst_alawenc_base_init), (gst_alawenc_class_init),
29170         (gst_alawenc_init), (gst_alawenc_chain):
29171         * gst/law/mulaw-decode.c: (mulawdec_getcaps), (mulawdec_link),
29172         (gst_mulawdec_base_init), (gst_mulawdec_class_init),
29173         (gst_mulawdec_init), (gst_mulawdec_chain):
29174         * gst/law/mulaw-encode.c: (mulawenc_getcaps), (mulawenc_link),
29175         (gst_mulawenc_base_init), (gst_mulawenc_class_init),
29176         (gst_mulawenc_init), (gst_mulawenc_chain):
29177           Fix capsnego in all four, remove the unused property functions and
29178           simplify the chain functions slightly. I guess we could use macros
29179           or something similar for those, since the code is so similar, but
29180           I'm currently too lazy...
29181
29182 2004-03-24  David Schleef  <ds@schleef.org>
29183
29184         * sys/oss/gstosselement.c: (gst_osselement_sync_parms),
29185         (gst_osselement_close_audio), (gst_osselement_probe_caps),
29186         (gst_osselement_get_format_structure),
29187         (gst_osselement_rate_probe_check), (gst_osselement_rate_add_range),
29188         (gst_osselement_rate_check_rate), (gst_osselement_rate_add_rate),
29189         (gst_osselement_rate_int_compare): Add code to handle rate probing
29190         (bug #120883)
29191         * sys/oss/gstosselement.h: same
29192         * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_getcaps):
29193         Use rate probing provided by osselement.
29194         * sys/oss/gstosssrc.c: (gst_osssrc_init), (gst_osssrc_getcaps): same
29195
29196 2004-03-24  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29197
29198         * ext/xvid/gstxvidenc.c: (gst_xvidenc_set_property),
29199         (gst_xvidenc_get_property):
29200           ulong/int mess-up.
29201
29202 2004-03-24  David Schleef  <ds@schleef.org>
29203
29204         * ext/speex/gstspeexdec.c: (gst_speexdec_base_init),
29205         (gst_speexdec_init):
29206         * ext/speex/gstspeexenc.c: (gst_speexenc_base_init),
29207         (gst_speexenc_init):  Create the pad template correctly (from
29208         the static pad template, not a NULL pointer.)
29209
29210 2004-03-25  Benjamin Otte  <otte@gnome.org>
29211
29212         * gst/debug/Makefile.am:
29213         * gst/debug/breakmydata.c:
29214           add element that quasi-randomly changes bytes in the stream.
29215           Intended use is robustness checking of demuxers and decoders in
29216           media tests.
29217
29218 2004-03-24  Benjamin Otte  <otte@gnome.org>
29219
29220         * ext/alsa/gstalsa.c: (gst_alsa_open_audio),
29221         (gst_alsa_probe_hw_params):
29222         * ext/alsa/gstalsa.h:
29223           debugging output fixes
29224
29225 2004-03-24  Benjamin Otte  <otte@gnome.org>
29226
29227         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_set_property):
29228           don't g_return_if_fail if element is PLAYING, fail silently as every
29229           other element.
29230         * gst/effectv/gstquark.c: (gst_quarktv_chain):
29231           only fix needed for cast lvalue issues in gst-plugins
29232         * gst/volenv/gstvolenv.c: (gst_volenv_init):
29233           add proxy_getcaps
29234
29235 2004-03-24  Benjamin Otte  <otte@gnome.org>
29236
29237         * gst/level/gstlevel.c: (gst_level_init):
29238           add proxying getcaps function, so level doesn't advertise impossible
29239           caps
29240
29241 2004-03-24  David Schleef  <ds@schleef.org>
29242
29243         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event),
29244         (gst_qtdemux_loop_header), (qtdemux_parse_moov), (qtdemux_parse),
29245         (qtdemux_node_dump_foreach), (qtdemux_dump_mvhd),
29246         (qtdemux_dump_tkhd), (qtdemux_dump_elst), (qtdemux_dump_mdhd),
29247         (qtdemux_dump_hdlr), (qtdemux_dump_vmhd), (qtdemux_dump_dref),
29248         (qtdemux_dump_stsd), (qtdemux_dump_stts), (qtdemux_dump_stss),
29249         (qtdemux_dump_stsc), (qtdemux_dump_stsz), (qtdemux_dump_stco),
29250         (qtdemux_dump_co64), (qtdemux_dump_dcom), (qtdemux_dump_cmvd),
29251         (qtdemux_parse_tree), (qtdemux_parse_trak):  Fix debugging
29252         messages.  Divide the chunk size by the compression ratio
29253         (needed for MACE audio)
29254
29255 2004-03-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29256
29257         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain):
29258           Fix buffer overflow read error.
29259
29260 2004-03-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29261
29262         * ext/alsa/gstalsa.h:
29263           Remove unused entry.
29264         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
29265           Add cinepak.
29266         * gst/videodrop/gstvideodrop.c: (gst_videodrop_getcaps),
29267         (gst_videodrop_link), (gst_videodrop_chain):
29268           Fix, sort of. Was horribly broken with new capsnego. Bah...
29269
29270 2004-03-23  Jeremy Simon  <jesimon@libertysurf.fr>
29271
29272         * gst/typefind/gsttypefindfunctions.c: (ape_type_find),
29273         (plugin_init):
29274         Add a monkeysaudio typefind function
29275
29276 2004-03-23  Johan Dahlin  <johan@gnome.org>
29277
29278         * gst-libs/gst/play/play.c (gst_play_audio_fixate)
29279         (gst_play_video_fixate): Check so the structure has the field
29280         before trying to fixate them, this makes it possible to have
29281         fakesinks for video and audio output without printing errors on
29282         the output console.
29283
29284 2004-03-22  David Schleef  <ds@schleef.org>
29285
29286         * sys/oss/Makefile.am:
29287         * sys/oss/oss_probe.c: (main), (probe_check), (add_range),
29288         (check_rate), (add_rate):  Rate probing test app.
29289
29290 2004-03-21  Benjamin Otte  <otte@gnome.org>
29291
29292         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link),
29293         (_fixate_caps_to_int), (gst_audio_convert_fixate):
29294           add a fixation function that pretty much does the right thing (fixes
29295           #137556)
29296
29297 2004-03-20  David I. Lehn  <dlehn@users.sourceforge.net>
29298
29299         * configure.ac: GST_PACKAGE default: s/GStreamer/GStreamer Plugins/
29300
29301 2004-03-20  Tim-Phillip Müller <t.i.m@zen.co.uk>
29302
29303         reviewed by: Benjamin Otte  <otte@gnome.org>
29304
29305         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
29306           terminate gst_event_new_discontinuous correctly (fixes parts of
29307           #137711)
29308
29309 2004-03-19  David Schleef  <ds@schleef.org>
29310
29311         * gst-libs/gst/Makefile.am:  Enable xoverlay unconditionally,
29312         since it doesn't depend on X, and it's part of our ABI.
29313
29314 2004-03-19  Iain <iain@prettypeople.org>
29315
29316         * gst/interleave/deinterleave.c (deinterleave_sink_link): Use the
29317         is_int in the structure, not the local variable.
29318
29319 2004-03-19  David Schleef  <ds@schleef.org>
29320
29321         * ext/librfb/gstrfbsrc.c: (gst_rfbsrc_change_state),
29322         (gst_rfbsrc_init), (gst_rfbsrc_getcaps), (gst_rfbsrc_fixate),
29323         (gst_rfbsrc_link), (gst_rfbsrc_paint_rect), (gst_rfbsrc_get):
29324         Improvements in caps negotiation.
29325
29326 2004-03-18  Thomas Vander Stichele  <thomas at apestaart dot org>
29327
29328         * po/LINGUAS:
29329         * po/af.po:
29330           adding Afrikaans (Petri Jooste)
29331
29332 2004-03-18  Thomas Vander Stichele  <thomas at apestaart dot org>
29333
29334         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
29335         (gst_ffmpegcolorspace_chain):
29336         throw error instead of g_critical (#137588)
29337
29338 2004-03-18  Thomas Vander Stichele  <thomas at apestaart dot org>
29339
29340         * Makefile.am:
29341         * configure.ac:
29342           dist common and m4 correctly
29343         * po/sv.po:
29344
29345 2004-03-17  David Schleef  <ds@schleef.org>
29346
29347         * pkgconfig/gstreamer-media-info.pc.in:  Add Version.
29348         (bug #137348)
29349
29350 2004-03-17  Thomas Vander Stichele  <thomas at apestaart dot org>
29351
29352         * po/LINGUAS:
29353         * po/sv.po:
29354           adding Swedish translation (Christian Rose)
29355
29356 2004-03-17  Thomas Vander Stichele  <thomas at apestaart dot org>
29357
29358         * Makefile.am: use release.mak
29359
29360 2004-03-16  Thomas Vander Stichele  <thomas at apestaart dot org>
29361
29362         * common/ChangeLog:
29363         * common/gst-autogen.sh:
29364           add some explanation about the version detection
29365         * configure.ac:
29366           fix X check
29367
29368 2004-03-16  Thomas Vander Stichele  <thomas at apestaart dot org>
29369
29370         * configure.ac: bump nano to 1
29371
29372 === release 0.8.0 ===
29373
29374 2004-03-16  Thomas Vander Stichele  <thomas at apestaart dot org>
29375
29376         * configure.ac: release 0.8.0, "Pharmaceutical Itch"
29377
29378 2004-03-16  Thomas Vander Stichele  <thomas at apestaart dot org>
29379
29380         * configure.ac:
29381           update libtool version
29382         * gst-libs/gst/media-info/Makefile.am:
29383           actually use libtool version
29384
29385 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
29386
29387         * configure.ac: fix speex detection to work with 1.0 but not 1.1
29388
29389 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
29390
29391         * configure.ac:
29392         * gst-plugins.spec.in:
29393         * pkgconfig/Makefile.am:
29394         * pkgconfig/gstreamer-gconf-uninstalled.pc.in:
29395         * pkgconfig/gstreamer-interfaces-uninstalled.pc.in:
29396         * pkgconfig/gstreamer-libs-uninstalled.pc.in:
29397         * pkgconfig/gstreamer-libs.pc.in:
29398         * pkgconfig/gstreamer-media-info-uninstalled.pc.in:
29399         * pkgconfig/gstreamer-play-uninstalled.pc.in:
29400         * pkgconfig/gstreamer-plugins-uninstalled.pc.in:
29401         * pkgconfig/gstreamer-plugins.pc.in:
29402           remove @VERSION@ from some of the pc files since core and plugins
29403           are decoupled.
29404           created gstreamer-plugins.pc as it's a better name, but keeping
29405           -libs around for now to get fixes upstream done first.
29406
29407 2004-03-15  Julien MOUTTE <julien@moutte.net>
29408
29409         * gst-libs/gst/play/play.c: (gst_play_get_framerate),
29410         (gst_play_get_sink_element): First draft of gst_play_get_framerate.
29411         * gst-libs/gst/play/play.h:
29412
29413 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
29414
29415         * *.c, *.cc: don't mix tabs and spaces
29416
29417 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
29418
29419         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup):
29420           use the new ffmpegcolorspace
29421         * gst-plugins.spec.in:
29422           package new colorspace and media-info
29423         * configure.ac:
29424         * pkgconfig/Makefile.am:
29425           fix some more disting issues
29426         * pkgconfig/gstreamer-media-info-uninstalled.pc.in:
29427         * pkgconfig/gstreamer-media-info.pc.in:
29428           generate media-info pc files
29429
29430 2004-03-15  Johan Dahlin  <johan@gnome.org>
29431
29432         * *.h: Revert indenting
29433
29434 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
29435
29436         * configure.ac:
29437           adding ffmpegcolorspace element
29438         * gst/ffmpegcolorspace/Makefile.am:
29439         * gst/ffmpegcolorspace/avcodec.h:
29440         * gst/ffmpegcolorspace/common.h:
29441         * gst/ffmpegcolorspace/dsputil.c: (dsputil_static_init):
29442         * gst/ffmpegcolorspace/dsputil.h:
29443         * gst/ffmpegcolorspace/gstffmpeg.c: (plugin_init):
29444         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
29445         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_pix_fmt_to_caps),
29446         (gst_ffmpeg_caps_to_pix_fmt):
29447         * gst/ffmpegcolorspace/gstffmpegcodecmap.h:
29448         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
29449         (gst_ffmpegcolorspace_caps_remove_format_info),
29450         (gst_ffmpegcolorspace_getcaps), (gst_ffmpegcolorspace_pad_link),
29451         (gst_ffmpegcolorspace_get_type), (gst_ffmpegcolorspace_base_init),
29452         (gst_ffmpegcolorspace_class_init), (gst_ffmpegcolorspace_init),
29453         (gst_ffmpegcolorspace_chain), (gst_ffmpegcolorspace_change_state),
29454         (gst_ffmpegcolorspace_set_property),
29455         (gst_ffmpegcolorspace_get_property),
29456         (gst_ffmpegcolorspace_register):
29457         * gst/ffmpegcolorspace/imgconvert.c:
29458         (avcodec_get_chroma_sub_sample), (avcodec_get_pix_fmt_name),
29459         (avcodec_get_pix_fmt), (avpicture_fill), (avpicture_layout),
29460         (avpicture_get_size), (avcodec_get_pix_fmt_loss),
29461         (avg_bits_per_pixel), (avcodec_find_best_pix_fmt1),
29462         (avcodec_find_best_pix_fmt), (img_copy_plane), (img_copy),
29463         (yuv422_to_yuv420p), (yuv422_to_yuv422p), (yuv422p_to_yuv422),
29464         (C_JPEG_TO_CCIR), (img_convert_init), (img_apply_table),
29465         (shrink41), (shrink21), (shrink12), (shrink22), (shrink44),
29466         (grow21_line), (grow41_line), (grow21), (grow22), (grow41),
29467         (grow44), (conv411), (gif_clut_index), (build_rgb_palette),
29468         (bitcopy_n), (mono_to_gray), (monowhite_to_gray),
29469         (monoblack_to_gray), (gray_to_mono), (gray_to_monowhite),
29470         (gray_to_monoblack), (avpicture_alloc), (avpicture_free),
29471         (is_yuv_planar), (img_convert), (get_alpha_info_pal8),
29472         (img_get_alpha_info), (deinterlace_line),
29473         (deinterlace_line_inplace), (deinterlace_bottom_field),
29474         (deinterlace_bottom_field_inplace), (avpicture_deinterlace):
29475         * gst/ffmpegcolorspace/imgconvert_template.h:
29476         * gst/ffmpegcolorspace/mem.c: (av_malloc), (av_realloc), (av_free):
29477         * gst/ffmpegcolorspace/mmx.h:
29478         * gst/ffmpegcolorspace/utils.c: (avcodec_init):
29479           adding ffmpegcolorspace element supplied by Ronald after cleaning
29480           up and pulling in the right bits of upstream source.
29481           I'm sure a better C/compiler wizard could do some cleaning up (for
29482           example use GLIB's malloc stuff), but as a first pass this
29483           works very well
29484
29485 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
29486
29487         * ext/alsa/gstalsa.h:
29488           I assume Ronald forgot to commit the change to have cardname
29489           as a struct member.  Expect some public spanking at the next
29490           opportunity.
29491
29492 2004-03-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29493
29494         * ext/alsa/gstalsa.c: (gst_alsa_get_property),
29495         (gst_alsa_open_audio), (gst_alsa_close_audio):
29496         * ext/alsa/gstalsa.c:
29497           Don't open the device if we're a mixer (= padless).
29498         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_class_init),
29499         (gst_alsa_mixer_init), (gst_alsa_mixer_open),
29500         (gst_alsa_mixer_close), (gst_alsa_mixer_change_state):
29501           Open mixer during state change rather than during object
29502           initialization. Also, get a device name. Currently in a somewhat
29503           hackish fashion, but I didn't really find something better.
29504
29505 2004-03-14  Thomas Vander Stichele  <thomas at apestaart dot org>
29506
29507         * *.c, *.h: run gst-indent
29508
29509 2004-03-14  Benjamin Otte  <otte@gnome.org>
29510
29511         * gst/modplug/gstmodplug.cc:
29512         * gst/modplug/gstmodplug.h:
29513           set correct timestamps on outgoing buffers
29514
29515 2004-03-14  Benjamin Otte  <otte@gnome.org>
29516
29517         * gst/modplug/gstmodplug.cc:
29518           handle events - don't do crap when a discont arrives that's not
29519           necessary
29520           This allows correct loading and playback of mods in Rhythmbox
29521
29522 2004-03-14  Benjamin Otte  <otte@gnome.org>
29523
29524         * configure.ac:
29525         * gst-libs/gst/gconf/Makefile.am:
29526         * pkgconfig/Makefile.am:
29527           move gstreamer-gconf pkgconfig files to pkgconfig/ dir. Make sure
29528           they get rebuilt properly
29529         * configure.ac:
29530           when checking for vorbis, try pkgconfig first.
29531         * gst/modplug/gstmodplug.cc:
29532           add fixate function
29533
29534 2004-03-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29535
29536         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):
29537           Fix for obvious mistake, where we first shift the offset and then
29538           read a samplesize element assuming the old offset. Note that this
29539           part still has something weird, i.e. my movies containing those
29540           don't actually play well, but at least there's something that looks
29541           like sound now.
29542
29543 2004-03-14  Jan Schmidt  <thaytan@mad.scientist.com>
29544         * gst/typefind/gsttypefindfunctions.c: (speex_type_find),
29545         (plugin_init):
29546         Add a typefind function for speex format
29547
29548 2004-03-13  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29549
29550         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_video_caps),
29551         (gst_asf_demux_setup_pad):
29552           Use 25fps as our "fake" fps value (marked for fixage in 0.9.x)
29553           instead of 0. Reason is simple: some elements have a fps range
29554           of 1-max instead of 0-max. So now ASF video actually works.
29555
29556 2004-03-13  Thomas Vander Stichele  <thomas at apestaart dot org>
29557
29558         * po/LINGUAS:
29559         * po/sr.po:
29560           adding serbian as a language
29561
29562 2004-03-13  Benjamin Otte  <otte@gnome.org>
29563
29564         * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
29565           return taglist correctly from _get function, don't gst_pad_push it.
29566           (fixes #137042)
29567
29568 2004-03-13  Jan Schmidt  <thaytan@mad.scientist.com>
29569         * ext/alsa/gstalsa.c: (gst_alsa_class_probe_devices):
29570
29571 2004-03-13  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29572
29573         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_free_list):
29574         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_class_init),
29575         (gst_alsa_mixer_track_new):
29576         * ext/alsa/gstalsamixertrack.h:
29577           Fix ancient leftovers... MixerTrack is a GObject.
29578
29579 2004-03-13  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29580
29581         * ext/alsa/gstalsa.c: (gst_alsa_class_probe_devices):
29582         * sys/oss/gstosselement.c: (gst_osselement_class_probe_devices):
29583           Don't block during probing...
29584
29585 2004-03-12  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29586
29587         * ext/alsa/gstalsa.c: (gst_alsa_get_type), (gst_alsa_class_init),
29588         (gst_alsa_get_property), (gst_alsa_probe_get_properties),
29589         (gst_alsa_class_probe_devices), (gst_alsa_class_list_devices),
29590         (gst_alsa_probe_probe_property), (gst_alsa_probe_needs_probe),
29591         (gst_alsa_probe_get_values), (gst_alsa_probe_interface_init),
29592         (gst_alsa_open_audio), (gst_alsa_close_audio):
29593         * ext/alsa/gstalsa.h:
29594           Add propertyprobe interface implementation, add some device-name
29595           property, all this so that it looks good in gnome-volume-control.
29596
29597 2004-03-12  David Schleef  <ds@schleef.org>
29598
29599         * configure.ac: the Hermes library controls hermescolorspace, not
29600         colorspace.
29601         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_base_init),
29602         (gst_mpeg2dec_init): minor pet peeve: disable code with #ifdef,
29603         not /* */
29604         * ext/sdl/sdlvideosink.c: Change XID to unsigned long.
29605         * ext/sdl/sdlvideosink.h: ditto.
29606         * gst/colorspace/gstcolorspace.c: Fix old comments about Hermes
29607
29608 2004-03-12  Benjamin Otte  <otte@gnome.org>
29609
29610         * gst-libs/gst/xoverlay/xoverlay.c: (gst_x_overlay_set_xwindow_id),
29611         (gst_x_overlay_got_xwindow_id):
29612         * gst-libs/gst/xoverlay/xoverlay.h:
29613           replace XID with unsigned long to get rid of the xlibs dependency in
29614           XOverlay (fixes #137004)
29615
29616 2004-03-13  Jan Schmidt  <thaytan@mad.scientist.com>
29617         * gst/effectv/gstaging.c: (gst_agingtv_base_init),
29618         (gst_agingtv_setup):
29619         * gst/effectv/gstdice.c: (gst_dicetv_get_type),
29620         (gst_dicetv_base_init), (gst_dicetv_class_init),
29621         (gst_dicetv_setup), (gst_dicetv_init), (gst_dicetv_draw):
29622         * gst/effectv/gstedge.c: (gst_edgetv_get_type),
29623         (gst_edgetv_base_init), (gst_edgetv_class_init), (gst_edgetv_init),
29624         (gst_edgetv_setup), (gst_edgetv_rgb32):
29625         * gst/effectv/gsteffectv.c:
29626         * gst/effectv/gstquark.c: (gst_quarktv_link), (gst_quarktv_init),
29627         (gst_quarktv_set_property):
29628         * gst/effectv/gstrev.c: (gst_revtv_get_type),
29629         (gst_revtv_base_init), (gst_revtv_class_init), (gst_revtv_init),
29630         (gst_revtv_setup), (gst_revtv_rgb32):
29631         * gst/effectv/gstshagadelic.c: (gst_shagadelictv_get_type),
29632         (gst_shagadelictv_base_init), (gst_shagadelictv_class_init),
29633         (gst_shagadelictv_init), (gst_shagadelictv_setup),
29634         (gst_shagadelictv_rgb32):
29635         * gst/effectv/gstvertigo.c: (gst_vertigotv_get_type),
29636         (gst_vertigotv_base_init), (gst_vertigotv_class_init),
29637         (gst_vertigotv_setup), (gst_vertigotv_init), (gst_vertigotv_rgb32):
29638         * gst/effectv/gstwarp.c:
29639         Port everything that can be ported to videofilter and fix up the caps.
29640         Can someone with a big-endian machine please check these?
29641
29642 2004-03-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29643
29644         * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_get_time),
29645         (gst_osssink_chain), (gst_osssink_change_state):
29646           Latest fixes for A/V sync, audio playback and such. This is about
29647           all... MPEG playback issues are mostly related to the async build-
29648           up of MPEG files, I cannot fix that. Use basicgthread to solve it.
29649
29650 2004-03-10  Thomas Vander Stichele  <thomas at apestaart dot org>
29651
29652         patch from: Stephane Loeuillet
29653
29654         * configure.ac:
29655           use pkg-config for some libraries, falling back to the old .m4 way
29656           (fixes #131270)
29657         * m4/libdv.m4:
29658           removed
29659
29660 2004-03-10  Thomas Vander Stichele  <thomas at apestaart dot org>
29661
29662         * configure.ac:
29663         * tools/Makefile.am:
29664         * tools/Makefile.in:
29665         * tools/gst-launch-ext-m.m:
29666         * tools/gst-launch-ext.1.in:
29667         * tools/gst-visualise-m.m:
29668         * tools/gst-visualise.1:
29669         * tools/gst-visualise.1.in:
29670           reorganizing generation of script tools
29671
29672 2004-03-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29673
29674         * ext/divx/gstdivxdec.c:
29675           Downgrade priority. We prefer ffdec_mpeg4.
29676         * ext/faad/gstfaad.c: (gst_faad_srcgetcaps), (gst_faad_srcconnect),
29677         (gst_faad_chain), (gst_faad_change_state):
29678           Fix capsnego. Doesn't work for some sounds because we don't have
29679           a 5:1 to stereo element.
29680         * ext/xvid/gstxvid.c: (plugin_init):
29681           Add priority.
29682         * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_chain),
29683         (gst_osssink_change_state):
29684           Add discont handling.
29685
29686 2004-03-09  Colin Walters  <walters@verbum.org>
29687
29688         * gst/audioconvert/gstaudioconvert.c: Fix typo in width 8
29689         conversion.
29690
29691 2004-03-09  Benjamin Otte  <otte@gnome.org>
29692
29693         * gst-libs/gst/mixer/mixer.c: (gst_mixer_class_init):
29694           the signals take 2 arguments
29695
29696 2004-03-09  David Schleef  <ds@schleef.org>
29697
29698         * ext/alsa/gstalsa.c: (gst_alsa_request_new_pad),
29699         (gst_alsa_fixate): Add fixate function.  (bug #136686)
29700         * ext/alsa/gstalsa.h:
29701         * ext/alsa/gstalsasink.c: (gst_alsa_sink_init):
29702
29703 2004-03-09  Benjamin Otte  <otte@gnome.org>
29704
29705         * ext/mikmod/gstmikmod.c: (gst_mikmod_init), (gst_mikmod_loop),
29706         (gst_mikmod_change_state):
29707         * ext/mikmod/gstmikmod.h:
29708           make mikmod's loop function not loop infinitely and call
29709           gst_element_yield anymore
29710         * gst/modplug/gstmodplug.cc:
29711           fix pad negotiation (fixes #136590)
29712
29713 2004-03-09  David Schleef  <ds@schleef.org>
29714
29715         * ext/lcs/Makefile.am:  Fix so that the lcs colorspace plugin
29716         doesn't conflict with the internal colorspace plugin.
29717         * gst-libs/gst/audio/make_filter:  Use `` instead of $() to
29718         satisfy the crappy-ass shell shipped by a certain vendor.
29719         * gst/videofilter/make_filter: same (bug #135299)
29720
29721 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
29722
29723         * configure.ac: bump nano to 1
29724
29725 === release 0.7.6 ===
29726
29727 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
29728
29729         * configure.in: releasing 0.7.6, "There"
29730
29731 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
29732
29733         * pkgconfig/gstreamer-play-uninstalled.pc.in:
29734         * pkgconfig/gstreamer-play.pc.in:
29735           synchronize the two
29736
29737 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
29738
29739         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_base_init),
29740         (cdparanoia_open), (cdparanoia_event):
29741           fix/add error handling
29742         * po/POTFILES.in:
29743           add cdparanoia source
29744         * tools/Makefile.am:
29745           make scripts executable
29746
29747 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
29748
29749         * configure.ac:
29750         * ext/vorbis/Makefile.am:
29751         * sys/Makefile.am:
29752           remove id3types, vorbisfile and xvideosink from the build (#133783)
29753
29754 2004-03-08  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29755
29756         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_info):
29757           Fix metadata read crash (#136537).
29758
29759 2004-03-08  Thomas Vander Stichele  <thomas at apestaart dot org>
29760
29761         * gst-libs/gst/media-info/media-info-priv.c: (gmi_set_mime):
29762         * gst-libs/gst/media-info/media-info.c: (gst_media_info_read):
29763           adding mime types, fixing the one-stop function
29764
29765 2004-03-08  Christian Schaller <Uraeus@gnome.org>
29766
29767         * ext/nas/nassink.c and /ext/nas/nassink.h:
29768         More NAS love from Arwed von Merkatz
29769         So lets all sing 'Can you feel the NAS tonight'
29770
29771 2004-03-08  Christian Schaller <Uraeus@gnome.org>
29772
29773         * tools/gst-launch-ext.in:
29774         Replace vorbisfile with oggdemux/vorbisdec/audioconvert
29775
29776 2004-03-08  Thomas Vander Stichele  <thomas at apestaart dot org>
29777
29778         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_base_init),
29779         (gst_mpeg2dec_init):
29780         remove the user_data pad for now, because it is being used in
29781         fixating causing MPEG playback to fixate on 1000 Hz for playback.
29782         If someone knows how to fix this properly, please do.
29783
29784 2004-03-08  Thomas Vander Stichele  <thomas at apestaart dot org>
29785
29786         * sys/oss/gstosssink.c: (gst_osssink_get_delay),
29787         (gst_osssink_get_time):
29788         add a warning, IMO this won't get triggered anymore, remove later
29789
29790 2004-03-07  David Schleef  <ds@schleef.org>
29791
29792         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):  Added Cinepak
29793         format (bug #136470)
29794
29795 2004-03-07  Thomas Vander Stichele  <thomas at apestaart dot org>
29796
29797         * gst-libs/Makefile.am:
29798         * gst-libs/gst/media-info/Makefile.am:
29799         * gst-libs/gst/media-info/media-info-priv.c: (found_tag_callback),
29800         (error_callback), (gst_media_info_error_create),
29801         (gst_media_info_error_element), (gmip_init), (gmip_reset),
29802         (gmi_clear_decoder), (gmip_find_type_pre), (gmip_find_type):
29803         * gst-libs/gst/media-info/media-info-priv.h:
29804         * gst-libs/gst/media-info/media-info-test.c: (main):
29805         * gst-libs/gst/media-info/media-info.c: (gst_media_info_init),
29806         (gst_media_info_class_init), (gst_media_info_instance_init),
29807         (gst_media_info_set_source), (gst_media_info_read_with_idler),
29808         (gst_media_info_read_idler), (gst_media_info_read):
29809         * gst-libs/gst/media-info/media-info.h:
29810         fixed, should work now
29811
29812 2004-03-07  Christian Schaller <Uraeus@gnome.org>
29813
29814         * ext/nas/nassink.c:
29815         A bunch of NAS fixes from Arwed von Merkatz
29816
29817 2004-03-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29818
29819         * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream),
29820         (qtdemux_parse_trak):
29821           Fix crash (j might be greater than n_samples, in which case we're
29822           writing outside the allocated space for the array) and memleak.
29823
29824 2004-03-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29825
29826         * sys/oss/gstosssink.c: (gst_osssink_chain):
29827           And another caller that couldn't handle delay < 0 (unsigned
29828           integer overflow). Video now continues playing on an audio
29829           buffer underrun, and the clock continues working. Audio still
29830           stalls.
29831
29832 2004-03-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29833
29834         * sys/oss/gstosssink.c: (gst_osssink_get_delay),
29835         (gst_osssink_get_time):
29836           get_delay() may return values lower than 0. In those cases, we
29837           should not actually cast to *unsigned* int64, that will break
29838           stuff horribly. In my case, it screwed up A/V sync in movies
29839           in totem rather badly.
29840
29841 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
29842
29843         * ext/faac/gstfaac.c: (gst_faac_chain):
29844         * ext/flac/gstflactag.c: (gst_flac_tag_chain):
29845         * ext/libpng/gstpngenc.c: (user_write_data):
29846         * ext/mikmod/gstmikmod.c: (gst_mikmod_loop):
29847         * gst/ac3parse/gstac3parse.c: (gst_ac3parse_chain):
29848         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_chain_subtitle):
29849         * gst/mpegstream/gstrfc2250enc.c: (gst_rfc2250_enc_add_slice):
29850         Fix several misuse of gst_buffer_merge (it doesn't take ownership
29851         of any buffer), should fix some leaks. I hope I didn't unref buffers
29852         that shouldn't be...
29853
29854 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
29855
29856         * gst-libs/gst/media-info/media-info-priv.c: (have_type_callback),
29857         (deep_notify_callback), (tag_flag_score), (found_tag_callback),
29858         (error_callback), (gmi_reset), (gmi_seek_to_track),
29859         (gmi_get_decoder), (gmi_set_mime), (gmip_find_type_pre),
29860         (gmip_find_type_post), (gmip_find_stream_post),
29861         (gmip_find_track_streaminfo_post):
29862         * gst-libs/gst/media-info/media-info-priv.h:
29863         * gst-libs/gst/media-info/media-info-test.c: (print_tag),
29864         (info_print), (main):
29865         * gst-libs/gst/media-info/media-info.c:
29866         (gst_media_info_error_create), (gst_media_info_error_element),
29867         (gst_media_info_instance_init), (gst_media_info_get_property),
29868         (gst_media_info_new), (gst_media_info_set_source),
29869         (gst_media_info_read_idler), (gst_media_info_read):
29870         * gst-libs/gst/media-info/media-info.h:
29871           first pass at making this work again.  This seems to work on
29872           tagged ogg/vorbis and mp3 files.
29873
29874 2004-03-06  Benjamin Otte  <otte@gnome.org>
29875
29876         * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
29877           fix huge leak: gst_buffer_merge doesn't unref the first argument
29878           itself.
29879
29880 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
29881
29882         * ext/mad/gstmad.c: (gst_mad_class_init), (gst_mad_update_info):
29883           report layer/mode/emphasis
29884
29885 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
29886
29887         * ext/mad/gstmad.c: (gst_mad_chain): fixed caps leak
29888
29889 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
29890
29891         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_new):
29892           signal serial
29893
29894 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
29895
29896         * ext/vorbis/vorbis.c: (plugin_init):
29897         * ext/vorbis/vorbisdec.c: (vorbis_dec_get_formats),
29898         (gst_vorbis_dec_init), (vorbis_dec_event):
29899         add debug category
29900         make vorbisdec handle _BYTE and _TIME queries
29901
29902 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
29903
29904         * ext/mad/gstmad.c: (gst_mad_chain): send the average bitrate read
29905           from the xing header
29906
29907 2004-03-06  Benjamin Otte  <otte@gnome.org>
29908
29909         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_getcaps),
29910         (gst_audio_convert_link), (gst_audio_convert_change_state),
29911         (gst_audio_convert_buffer_from_default_format):
29912           do conversions from/to float correctly, fix some caps nego errors,
29913           export correct supported caps in template and getcaps, use correct
29914           caps in try_set_caps functions
29915
29916 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
29917
29918         For some reason, I only committed a ChangeLog entry yesterday and
29919         not the corresponding code...
29920         * ext/mad/gstmad.c: Fix detection of Xing headers
29921         * gst/tags/gstid3tag.c: Changes to support TLEN tags
29922
29923 2004-03-06  Benjamin Otte  <otte@gnome.org>
29924
29925         * ext/ogg/gstoggdemux.c: (gst_ogg_get_pad_by_pad),
29926         (gst_ogg_demux_src_query):
29927           make sure to handle the case where there's no current chain
29928           gracefully.
29929
29930 2004-03-05  David Schleef  <ds@schleef.org>
29931
29932         * ext/aalib/gstaasink.c: (gst_aasink_fixate), (gst_aasink_init):
29933         Add fixate function. (bug #131128)
29934         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_init),
29935         (gst_sdlvideosink_fixate):  Add fixate function.
29936         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
29937         Fix attempt to print a non-pointer using GST_PTR_FORMAT.
29938         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt):
29939         Fix missing break that was causing ulaw to be interpreted as
29940         raw int.
29941
29942 2004-03-05  David Schleef  <ds@schleef.org>
29943
29944         * gst/mpegstream/gstrfc2250enc.c: (gst_rfc2250_enc_add_slice):
29945         Fix code that ignores return value of gst_buffer_merge().
29946         (bug #114560)
29947         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_descramble_segment):
29948         * gst/mpegstream/gstrfc2250enc.c: (gst_rfc2250_enc_add_slice): same
29949         * testsuite/gst-lint:  Check for above.
29950
29951 2004-03-05  David Schleef  <ds@schleef.org>
29952
29953         * gst/udp/gstudpsrc.c: (gst_udpsrc_get):  Check for unfixed
29954         caps and throw an element error.  (bug #136334)
29955
29956 2004-03-05  David Schleef  <ds@schleef.org>
29957
29958         * ext/faad/gstfaad.c: (gst_faad_init), (gst_faad_srcgetcaps),
29959         (gst_faad_chain): Fix negotiation.
29960         * ext/librfb/gstrfbsrc.c: (gst_rfbsrc_handle_src_event): Add
29961         key and button events.
29962         * gst-libs/gst/floatcast/floatcast.h: Fix a minor bug in this
29963         dung heap of code.
29964         * gst-libs/gst/gconf/gstreamer-gconf-uninstalled.pc.in: gstgconf
29965         depends on gconf
29966         * gst-libs/gst/gconf/gstreamer-gconf.pc.in: same
29967         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup),
29968         (gst_play_video_fixate), (gst_play_audio_fixate): Add a fixate
29969         function to encourage better negotiation, particularly between
29970         audioconvert and osssink.
29971         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain):
29972         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):  Make some debugging
29973         more important.
29974         * gst/typefind/gsttypefindfunctions.c:  Fix mistake in flash
29975         typefinding.
29976         * gst/vbidec/vbiscreen.c:  Add glib header
29977         * pkgconfig/gstreamer-play.pc.in:  Depends on gst-interfaces.
29978
29979 2004-03-06  Christophe Fergeau  <teuf@users.sourceforge.net>
29980
29981         * ext/mad/gstmad.c: Fix detection of Xing headers
29982         * gst/tags/gstid3tag.c: Changes to support TLEN tags
29983
29984 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
29985
29986         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt),
29987         (gst_wavparse_pad_convert), (gst_wavparse_pad_query):
29988           debug updates
29989
29990 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
29991
29992         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list):
29993         * ext/mad/gstmad.c: (gst_mad_init), (is_xhead),
29994         (mpg123_parse_xing_header), (gst_mad_chain): parse Xing header in vbr
29995         files, and report the parsed length as a GST_TAG_DURATION tag.
29996         * gst/tags/gstid3tag.c: support TLEN (duration) tag
29997
29998 2004-03-05  Benjamin Otte  <otte@gnome.org>
29999
30000         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_channels):
30001           convert channels correctly. convert correctly to unsigned.
30002
30003 2004-03-05  Julien MOUTTE <julien@moutte.net>
30004
30005         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state): Check if
30006         we have a window before clearing it.
30007
30008 2004-03-05  Julien MOUTTE <julien@moutte.net>
30009
30010         * sys/ximage/ximagesink.c: (gst_ximagesink_change_state): Check if we
30011         have a window before clearing it.
30012
30013 2004-03-05  Thomas Vander Stichele  <thomas at apestaart dot org>
30014
30015         * gconf/gstreamer.schemas.in:
30016         * gst-libs/gst/gconf/Makefile.am:
30017           version installation path the same way as for 0.6
30018         * pkgconfig/gstreamer-interfaces-uninstalled.pc.in:
30019         * pkgconfig/gstreamer-libs-uninstalled.pc.in:
30020         * pkgconfig/gstreamer-play-uninstalled.pc.in:
30021           remove comment that was fixed
30022
30023 2004-03-05  David Schleef  <ds@schleef.org>
30024
30025         * gst/qtdemux/qtdemux.c: (gst_qtdemux_get_src_formats),
30026         (gst_qtdemux_src_convert), (gst_qtdemux_get_src_query_types),
30027         (gst_qtdemux_get_event_mask), (gst_qtdemux_handle_src_query),
30028         (gst_qtdemux_handle_src_event), (gst_qtdemux_add_stream):
30029         Add prototype code for handling seeking and querying.
30030
30031 2004-03-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30032
30033         * examples/gstplay/player.c: (main):
30034           Initialize variables to NULL. Prevents a segfault because the
30035           (uninitialized) variable is not NULL, resulting in a crash on
30036           trying to reach error->message.
30037
30038 2004-03-05  Benjamin Otte  <otte@gnome.org>
30039
30040         * gst/audioconvert/gstaudioconvert.c:
30041         (gst_audio_convert_buffer_to_default_format):
30042         make float=>int conversion work correctly even in cornercases.
30043
30044 2004-03-04  David I. Lehn  <dlehn@users.sourceforge.net>
30045
30046         * debian/README.Debian:
30047         * debian/build-deps:
30048         * debian/changelog:
30049         * debian/control:
30050         * debian/control.in:
30051         * debian/copyright:
30052         * debian/gstreamer-a52dec.files:
30053         * debian/gstreamer-aa.files:
30054         * debian/gstreamer-alsa.files:
30055         * debian/gstreamer-alsa.manpages:
30056         * debian/gstreamer-arts.files:
30057         * debian/gstreamer-artsd.files:
30058         * debian/gstreamer-audiofile.files:
30059         * debian/gstreamer-avifile.files:
30060         * debian/gstreamer-cdparanoia.files:
30061         * debian/gstreamer-colorspace.files:
30062         * debian/gstreamer-doc.files:
30063         * debian/gstreamer-dv.files:
30064         * debian/gstreamer-dvd.files:
30065         * debian/gstreamer-esd.files:
30066         * debian/gstreamer-festival.files:
30067         * debian/gstreamer-flac.files:
30068         * debian/gstreamer-gconf.conffiles:
30069         * debian/gstreamer-gconf.files:
30070         * debian/gstreamer-gconf.postinst:
30071         * debian/gstreamer-gnomevfs.files:
30072         * debian/gstreamer-gsm.files:
30073         * debian/gstreamer-http.files:
30074         * debian/gstreamer-jack.files:
30075         * debian/gstreamer-jpeg.files:
30076         * debian/gstreamer-mad.files:
30077         * debian/gstreamer-mikmod.files:
30078         * debian/gstreamer-misc.files:
30079         * debian/gstreamer-mpeg2dec.files:
30080         * debian/gstreamer-oss.files:
30081         * debian/gstreamer-plugin-apps.files:
30082         * debian/gstreamer-plugin-apps.manpages:
30083         * debian/gstreamer-plugin-libs-dev.files:
30084         * debian/gstreamer-plugin-libs.files:
30085         * debian/gstreamer-plugin-template.postinst:
30086         * debian/gstreamer-plugin-template.postrm:
30087         * debian/gstreamer-sdl.files:
30088         * debian/gstreamer-sid.files:
30089         * debian/gstreamer-vorbis.files:
30090         * debian/gstreamer-x.files:
30091         * debian/mk.control:
30092         * debian/rules:
30093         Debian package info not maintained here.
30094
30095 2004-03-04  Thomas Vander Stichele  <thomas at apestaart dot org>
30096
30097         * ext/aalib/gstaasink.c: (gst_aasink_class_init):
30098         * ext/cdaudio/gstcdaudio.c: (gst_cdaudio_class_init):
30099         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_class_init):
30100         * ext/divx/gstdivxenc.c: (gst_divxenc_class_init):
30101         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_class_init):
30102         * ext/gsm/gstgsmenc.c: (gst_gsmenc_class_init):
30103         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_class_init):
30104         * ext/musicbrainz/gsttrm.c: (gst_musicbrainz_class_init):
30105         * ext/speex/gstspeexenc.c: (gst_speexenc_class_init):
30106         * ext/xvid/gstxvidenc.c: (gst_xvidenc_class_init):
30107         * gst-libs/gst/colorbalance/colorbalance.c:
30108         (gst_color_balance_class_init):
30109         * gst-libs/gst/colorbalance/colorbalancechannel.c:
30110         (gst_color_balance_channel_class_init):
30111         * gst-libs/gst/mixer/mixer.c: (gst_mixer_class_init):
30112         * gst-libs/gst/play/play.c: (gst_play_class_init):
30113         * gst-libs/gst/propertyprobe/propertyprobe.c:
30114         (gst_property_probe_iface_init):
30115         * gst-libs/gst/tuner/tuner.c: (gst_tuner_class_init):
30116         * gst-libs/gst/tuner/tunerchannel.c:
30117         (gst_tuner_channel_class_init):
30118         * gst-libs/gst/xoverlay/xoverlay.c: (gst_x_overlay_base_init):
30119         * gst/cutter/gstcutter.c: (gst_cutter_class_init):
30120         * gst/effectv/gstvertigo.c: (gst_vertigotv_class_init):
30121         * sys/cdrom/gstcdplayer.c: (cdplayer_class_init):
30122         * sys/dxr3/dxr3spusink.c: (dxr3spusink_class_init):
30123         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_class_init):
30124         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_class_init):
30125         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init):
30126         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_class_init):
30127           fix signals to use - instead of _
30128         * ext/libcaca/gstcacasink.h:
30129         * ext/sdl/sdlvideosink.h:
30130           fix header rename
30131
30132 2004-03-04  David Schleef  <ds@schleef.org>
30133
30134         * testsuite/gst-lint:  Add a check for bad signal names.
30135
30136 2004-03-04  Stefan Kost <kost@imn.htwk-leipzig.de>
30137
30138         reviewed by David Schleef
30139
30140         * gst/videofilter/gstgamma.c: (gst_gamma_rgb32): Fix typo that
30141         modified the alpha channel and caused a warning. (bug #136192)
30142
30143 2004-04-03  Christian Schaller <Uraeus@gnome.org>
30144
30145         * gst-plugins.spec.in:
30146         Change names of plugins to actually be correct. Try to keep things
30147         alphabetical to avoid getting beat up by Thomas
30148
30149 2004-03-03  Julien MOUTTE <julien@moutte.net>
30150
30151         * gst-libs/gst/gconf/gconf.c: (gst_gconf_get_default_video_sink):
30152         Using ximagesink as a default if no gconf key found. We should
30153         probably consider using alsasink instead of osssink for the audio
30154         part.
30155
30156 2004-03-02  Thomas Vander Stichele  <thomas at apestaart dot org>
30157
30158         * configure.ac:
30159           fix --with-plugins, don't think it ever worked before
30160         * gst-plugins.spec.in:
30161           even more updates
30162
30163 2004-03-01  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30164
30165         * ext/sdl/sdlvideosink.h:
30166         * sys/ximage/ximagesink.h:
30167         * sys/xvideo/xvideosink.h:
30168         * sys/xvimage/xvimagesink.h:
30169           Fix for move of gstvideosink.h -> videosink.h.
30170
30171 2004-03-02  Thomas Vander Stichele  <thomas at apestaart dot org>
30172
30173         * gst-libs/gst/xwindowlistener/Makefile.am:
30174           this is a plugin library, not a library
30175
30176 2004-03-01  David Schleef  <ds@schleef.org>
30177
30178         * AUTHORS:  Added some names.  Add yourself if you're still
30179         missing.
30180
30181 2004-03-01  David Schleef  <ds@schleef.org>
30182
30183         * MAINTAINERS: Add
30184
30185 2004-03-01  Thomas Vander Stichele  <thomas at apestaart dot org>
30186
30187         * gst-plugins.spec.in: clean up spec file
30188
30189 2004-03-01  Thomas Vander Stichele  <thomas at apestaart dot org>
30190
30191         * gst-libs/gst/video/Makefile.am:
30192         * gst-libs/gst/video/gstvideosink.c:
30193         * gst-libs/gst/video/gstvideosink.h:
30194           rename gstvideosink.h to videosink.h to match other headers
30195         * gst/mixmatrix/Makefile.am:
30196           fix plugin filename
30197         * gst/tags/Makefile.am: fix plugin filename
30198
30199 2004-03-01  Thomas Vander Stichele  <thomas at apestaart dot org>
30200
30201         * gst/tags/Makefile.am: fix plugin filename
30202
30203 2004-03-01  Thomas Vander Stichele  <thomas at apestaart dot org>
30204
30205         * examples/gstplay/player.c: (got_time_tick), (main):
30206           add error handler
30207           display time_tick more readably
30208         * gst/mixmatrix/Makefile.am:
30209           fix plugin file name
30210
30211 2004-02-29  Christophe Fergeau  <teuf@gnome.org>
30212
30213         * sys/oss/gstosselement.c: (gst_osselement_probe),
30214         (device_combination_append), (gst_osselement_class_probe_devices):
30215         * sys/oss/gstosselement.h:
30216           Reworked enumeration of oss dsps and mixers so that gst-mixer works
30217           on my system using alsa oss emulation, fixes bug #135597
30218
30219 2004-02-29  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30220
30221         * gst/videodrop/gstvideodrop.c: (gst_videodrop_init),
30222         (gst_videodrop_chain), (gst_videodrop_change_state):
30223         * gst/videodrop/gstvideodrop.h:
30224           Work based on timestamp of input data, not based on the expected
30225           framerate from the input. The consequence is that this element now
30226           not only scales framerates, but also functions as a framerate
30227           corrector or framerate stabilizer/constantizer.
30228
30229 2004-02-27  David Schleef  <ds@schleef.org>
30230
30231         patches from jmmv@menta.net (Julio M. Merino Vidal)
30232
30233         * gst/interleave/deinterleave.c: (deinterleave_chain): Fix
30234         GST_ELEMENT_ERROR call (bug #135634)
30235         * gst/interleave/interleave.c: (interleave_buffered_loop),
30236         (interleave_bytestream_loop): Don't use alloca() (bug #135640)
30237         * sys/cdrom/gstcdplayer_ioctl_bsd.h: Fix ioctls on NetBSD (bug #135645)
30238         * sys/oss/gstosssink.c: (gst_osssink_get_delay),
30239         (gst_osssink_chain): Fix ioctls on NetBSD. (bug #135644)
30240         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_sync_next_frame),
30241         (gst_v4lmjpegsrc_set_capture), (gst_v4lmjpegsrc_set_capture_m),
30242         (gst_v4lmjpegsrc_capture_init), (gst_v4lmjpegsrc_requeue_frame):
30243         Fix GST_ELEMENT_ERROR call.
30244         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_try_palette): Fix
30245         GST_ELEMENT_ERROR call.
30246
30247 2004-02-27  Benjamin Otte  <otte@gnome.org>
30248
30249         * gst-libs/gst/audio/audio.h:
30250           add macro to make sure header isn't included twice
30251         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_chunk):
30252           don't use gst_buffer_free
30253         * gst/playondemand/filter.func:
30254           don't use gst_data_free. Free data only once.
30255
30256 2004-02-26  David Schleef  <ds@schleef.org>
30257
30258         * gst-libs/gst/colorbalance/Makefile.am:
30259         * gst-libs/gst/mixer/Makefile.am:
30260         * gst-libs/gst/tuner/Makefile.am:
30261         * gst/level/Makefile.am: -marshal.[ch] and -enum.[ch] files
30262         should not be disted, -marshal.h files should not be installed,
30263         and -enum.h files _should_ be installed.  Fix to make this the
30264         case.
30265
30266 === release 0.7.5 ===
30267
30268 2004-02-26  Thomas Vander Stichele  <thomas at apestaart dot org>
30269
30270         * configure.ac: release 0.7.5, "Under The Sea"
30271
30272 2004-02-25  Thomas Vander Stichele  <thomas at apestaart dot org>
30273
30274         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link),
30275         (gst_audio_convert_change_state), (gst_audio_convert_get_buffer):
30276         * gst/videoscale/gstvideoscale.c:
30277         * sys/oss/gstosselement.c: (gst_osselement_sync_parms):
30278           assorted debug/warning fixes
30279
30280 2004-02-25  Thomas Vander Stichele  <thomas at apestaart dot org>
30281
30282         * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps),
30283         (gst_videoscale_init), (gst_videoscale_chain),
30284         (gst_videoscale_set_property), (plugin_init):
30285         * gst/videoscale/gstvideoscale.h:
30286         * gst/videoscale/videoscale.c: (gst_videoscale_setup),
30287         (gst_videoscale_scale_rgb), (gst_videoscale_planar411),
30288         (gst_videoscale_planar400), (gst_videoscale_packed422),
30289         (gst_videoscale_packed422rev), (gst_videoscale_32bit),
30290         (gst_videoscale_24bit), (gst_videoscale_16bit),
30291         (gst_videoscale_bilinear), (gst_videoscale_bicubic),
30292         (gst_videoscale_scale_plane_slow),
30293         (gst_videoscale_scale_point_sample),
30294         (gst_videoscale_scale_nearest),
30295         (gst_videoscale_scale_nearest_str2),
30296         (gst_videoscale_scale_nearest_str4),
30297         (gst_videoscale_scale_nearest_32bit),
30298         (gst_videoscale_scale_nearest_24bit),
30299         (gst_videoscale_scale_nearest_16bit):
30300         add debugging category and use it properly
30301         fix use of GST_PTR_FORMAT
30302
30303 2004-02-25  Andy Wingo  <wingo@pobox.com>
30304
30305         * gst/interleave/interleave.c (interleave_buffered_loop): Always
30306         push only when channel->buffer is NULL. Prevents segfaults doing
30307         the state change after a nonlocal exit, like a scheme exception.
30308
30309         * gst/audioconvert/gstaudioconvert.c (gst_audio_convert_getcaps):
30310         Handle the case where the intersected caps is empty.
30311
30312 2004-02-25  Thomas Vander Stichele  <thomas at apestaart dot org>
30313
30314         * gst/law/mulaw-decode.c: (mulawdec_link):
30315         * gst/law/mulaw.c: (plugin_init):
30316           fix mulawdec so it actually works again
30317
30318 2004-02-24  Arwed v. Merkatz  <v.merkatz@gmx.net>
30319
30320         reviewed by: David Schleef  <ds@schleef.org>
30321
30322         * gst/videofilter/gstgamma.c: (gst_gamma_class_init),
30323         (gst_gamma_init), (gst_gamma_set_property),
30324         (gst_gamma_get_property), (gst_gamma_calculate_tables),
30325         (gst_gamma_rgb24), (gst_gamma_rgb32):  Adds gamma correction
30326         for RGB, with separate r g and b correction factors. (#131167)
30327
30328 2004-02-24  Thomas Vander Stichele  <thomas at apestaart dot org>
30329
30330         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
30331           only signal tags for bitrate if they're > 0 (#134894)
30332
30333 2004-02-24  David Schleef  <ds@schleef.org>
30334
30335         * gst/qtdemux/qtdemux.c: (plugin_init), (gst_qtdemux_loop_header),
30336         (qtdemux_parse_moov), (qtdemux_parse), (qtdemux_node_dump_foreach),
30337         (qtdemux_dump_mvhd), (qtdemux_dump_tkhd), (qtdemux_dump_elst),
30338         (qtdemux_dump_mdhd), (qtdemux_dump_hdlr), (qtdemux_dump_vmhd),
30339         (qtdemux_dump_dref), (qtdemux_dump_stsd), (qtdemux_dump_stts),
30340         (qtdemux_dump_stss), (qtdemux_dump_stsc), (qtdemux_dump_stsz),
30341         (qtdemux_dump_stco), (qtdemux_dump_co64), (qtdemux_dump_dcom),
30342         (qtdemux_dump_cmvd), (qtdemux_parse_tree), (qtdemux_parse_trak):
30343         Cleanups.  Convert g_prints to GST_LOGs.  Add qtdemux debug
30344         category.  Attempt to fix timestamp calculation.
30345
30346 2004-02-24  Johan Dahlin  <johan@gnome.org>
30347
30348         * gst-libs/gst/gconf/gconf.c: Add \n to g_print error messages
30349
30350 2004-02-23  Thomas Vander Stichele  <thomas at apestaart dot org>
30351
30352         * configure.ac:
30353         * gconf/Makefile.am:
30354         * gconf/gstreamer.schemas:
30355         * gst-libs/gst/gconf/Makefile.am:
30356         * gst-libs/gst/gconf/gconf.c:
30357           version gconf schemas and install locations
30358
30359 2004-02-23  Benjamin Otte  <otte@gnome.org>
30360
30361         * ext/xine/xineinput.c: (gst_xine_input_dispose):
30362         (gst_xine_input_subclass_init):
30363           call parent dispose.
30364           change pad template for CD reader correctly
30365         * ext/xine/Makefile.am:
30366         * ext/xine/gstxine.h:
30367         * ext/xine/xine.c: (plugin_init):
30368         * ext/xine/xineaudiosink.c:
30369           wrap audio sinks, too
30370         * gst-libs/gst/resample/private.h:
30371         * gst-libs/gst/resample/resample.c: (gst_resample_init),
30372         (gst_resample_reinit), (gst_resample_scale),
30373         (gst_resample_nearest_s16), (gst_resample_bilinear_s16),
30374         (gst_resample_sinc_slow_s16), (gst_resample_sinc_s16),
30375         (gst_resample_sinc_ft_s16), (gst_resample_nearest_float),
30376         (gst_resample_bilinear_float), (gst_resample_sinc_slow_float),
30377         (gst_resample_sinc_float), (gst_resample_sinc_ft_float):
30378         * gst-libs/gst/resample/resample.h:
30379         * gst/audioscale/gstaudioscale.c: (gst_audioscale_method_get_type),
30380         (gst_audioscale_class_init), (gst_audioscale_link),
30381         (gst_audioscale_get_buffer), (gst_audioscale_init),
30382         (gst_audioscale_chain), (gst_audioscale_set_property),
30383         (gst_audioscale_get_property):
30384         * gst/audioscale/gstaudioscale.h:
30385           s/resample_*/gst_resample_*/i to not clobber namespaces
30386
30387 2004-02-23  Julien MOUTTE  <julien@moutte.net>
30388
30389         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
30390         (gst_riff_create_audio_caps), (gst_riff_create_iavs_caps),
30391         (gst_riff_create_video_template_caps),
30392         (gst_riff_create_audio_template_caps),
30393         (gst_riff_create_iavs_template_caps):
30394         * gst-libs/gst/riff/riff-media.h:
30395         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_base_init),
30396         (gst_asf_demux_audio_caps), (gst_asf_demux_add_audio_stream),
30397         (gst_asf_demux_video_caps), (gst_asf_demux_add_video_stream):
30398         * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream):
30399         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
30400         (gst_matroska_demux_video_caps), (gst_matroska_demux_audio_caps),
30401         (gst_matroska_demux_plugin_init): First batch implementing audio and
30402         video codec tags in demuxers.
30403
30404 2004-02-22  Benjamin Otte  <otte@gnome.org>
30405
30406         * ext/xine/Makefile.am:
30407         * ext/xine/gstxine.h:
30408         * ext/xine/xine.c: (plugin_init):
30409         * ext/xine/xineinput.c:
30410           add input plugin wrapper. Playback from files, http, mms and cdda
30411           works.
30412         * ext/xine/xineaudiodec.c: (gst_xine_audio_dec_chain):
30413           remove leftover G_GNUC_UNUSED
30414         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_stream),
30415         (gst_asf_demux_identify_guid):
30416           improve debugging output
30417
30418 2004-02-22  Benjamin Otte  <otte@gnome.org>
30419
30420         reported by: Padraig O'Briain <padraig.obriain@sun.com>
30421
30422         * autogen.sh:
30423           replace test -e with test -x for mkinstalldirs to be more portable.
30424           (fixes #134816)
30425
30426 2004-02-22  Benjamin Otte  <otte@gnome.org>
30427
30428         reported by: Stefan Kost <kost@imn.htwk-leipzig.de>
30429
30430         * gst/audioconvert/gstaudioconvert.c: (plugin_init):
30431           set rank to PRIMARY
30432         * gst/volume/gstvolume.c: (plugin_init):
30433           set rank to NONE
30434         fixes #134960
30435
30436 2004-02-22   Julio M. Merino Vidal <jmmv@menta.net>
30437
30438         reviewed by Benjamin Otte  <otte@gnome.org>
30439
30440         * ext/flac/gstflacenc.c: (gst_flacenc_chain):
30441           escape NULL strings in GST_ELEMENT_ERROR properly (fixes #135116)
30442
30443 2004-02-22  Benjamin Otte  <otte@gnome.org>
30444
30445         * configure.ac:
30446           export [_]*{gst,Gst,GST}.* symbols from plugins
30447
30448 2004-02-22  Christophe Fergeau <teuf@gnome.org>
30449
30450         reviewed by: Benjamin Otte  <otte@gnome.org>
30451
30452         * ext/lame/gstlame.c: (add_one_tag):
30453         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list):
30454         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_get_tag_value),
30455         (gst_vorbisenc_metadata_set1):
30456         * gst/tags/gstid3tag.c:
30457         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_add):
30458           apply fixes from bugs #135042 (lame can't write tags) and #133817
30459           (add GST_ALBUM_VOLUME_{COUNT,NUMBER} tags)
30460
30461 2004-02-22 Ramon Garcia <ramon_garcia_f@yahoo.com>
30462
30463         * configure.ac: Export only gst_plugin_desc from plugins.
30464          Note that this change only makes any effect with Linux using libtool
30465          1.5.2 or higher. Otherwise it is silently ignored, but it would build
30466          fine. And don't try to have several versions of libtool in different
30467          directories.
30468
30469 2004-02-20  Andy Wingo  <wingo@pobox.com>
30470
30471         * gst/intfloat/, gst/oneton: Removed, replaced by audioconvert and
30472         interleave respectively.
30473
30474         * gst/interleave/deinterleave.c: New plugin: deinterleave
30475         (replaces on oneton).
30476         * gst/interleave/interleave.c: New plugin: interleave.
30477         * gst/interleave/plugin.h: Support file.
30478         * gst/interleave/plugin.c: Support file.
30479
30480         * configure.ac: Remove intfloat and oneton, add interleave.
30481
30482         * ext/sndfile/gstsf.c: Handle events better.
30483
30484         * gst/audioconvert/gstaudioconvert.c: Change to support int2float
30485         and float2int operation. int2float has scheduling problems as
30486         noted in in2float_chain.
30487
30488 2004-02-20  Benjamin Otte  <otte@gnome.org>
30489
30490         * ext/xine/Makefile.am:
30491         * ext/xine/gstxine.h:
30492         * ext/xine/xine.c:
30493         * ext/xine/xineaudiodec.c:
30494         * ext/xine/xinecaps.c:
30495           add first version of xine plugin wrapper. Currently only wraps the
30496           QDM2 win32 DLL, and even that only in proof-of-concept quality.
30497         * configure.ac:
30498         * ext/Makefile.am:
30499           add xine plugin wrapper, disabled by default. Use --enable-xine to
30500           build. Note that it'll segfault on gst-register if you don't remove
30501           the goom and tvtime post plugins from xine.
30502         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event),
30503         (qtdemux_parse), (qtdemux_parse_trak), (qtdemux_audio_caps):
30504           add extradata parsing for QDM2.
30505           change around debugging prints.
30506
30507 2004-02-19  Benjamin Otte  <otte@gnome.org>
30508
30509         * ext/lame/gstlame.c: (gst_lame_chain):
30510         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_chain):
30511           use gst_tag_list_insert when you want to insert tags
30512
30513 2004-02-18  David Schleef  <ds@schleef.org>
30514
30515         * configure.ac:  Move massink to gst-rotten
30516         * ext/Makefile.am:
30517         * ext/mas/Makefile.am:
30518         * ext/mas/massink.c:
30519         * ext/mas/massink.h:
30520
30521 2004-02-18  David Schleef  <ds@schleef.org>
30522
30523         * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init): Disable gdk_pixbuf
30524         typefinding, since it seems to be worse than nothing.
30525         * gst/typefind/gsttypefindfunctions.c: (qt_type_find):  Add ftyp
30526         atom to recognize .mp4 and .m4a files as video/quicktime.
30527
30528 2004-02-18  David Schleef  <ds@schleef.org>
30529
30530         * gst/sine/demo-dparams.c: (quit_live),
30531         (dynparm_log_value_changed), (dynparm_value_changed), (main):
30532         Use double dparams, not float.
30533         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
30534         (gst_sinesrc_init): Change sync default to FALSE, since multiple
30535         sync'd elements don't really work correctly.
30536         * gst/volume/gstvolume.c: (volume_class_init), (volume_init),
30537         (volume_update_volume), (volume_get_property):  Change dparam
30538         to double.
30539
30540 2004-02-18  Julien MOUTTE  <julien@moutte.net>
30541
30542         * sys/ximage/ximagesink.c:
30543         (gst_ximagesink_xwindow_update_geometry),
30544         (gst_ximagesink_renegotiate_size), (gst_ximagesink_handle_xevents),
30545         (gst_ximagesink_change_state), (gst_ximagesink_expose),
30546         (gst_ximagesink_init): Rework the way software video scaling works. So
30547         now we check on each chain call if the video frames are feeling the
30548         window. If not we try to renegotiate caps. On failure we memorize that
30549         and we won't try again for that PLAYING sessions.
30550         * sys/ximage/ximagesink.h: Adding a boolean to store the caps renego
30551         failure.
30552         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_init): initialize the
30553         synchronous flag.
30554
30555 2004-02-18  Thomas Vander Stichele  <thomas at apestaart dot org>
30556
30557         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup):
30558           break up _link so we can give a better debug message for errors
30559
30560 2004-02-18  Thomas Vander Stichele  <thomas at apestaart dot org>
30561
30562         * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init):
30563           set up debug category
30564
30565 2004-02-18  Julien MOUTTE <julien@moutte.net>
30566
30567         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
30568         (gst_ximagesink_handle_xevents), (gst_ximagesink_expose): Reorganizing
30569         the way renegotiation work. The event handling function is not taking
30570         care of external windows and renegotiate method check for pad flags
30571         NEGOTIATING. Should fix : #133209
30572
30573 2004-02-17  Julien MOUTTE  <julien@moutte.net>
30574
30575         * sys/ximage/ximagesink.c: (gst_ximagesink_expose): Checking if the
30576         pad is negotiating before trying renegotiation.
30577
30578 2004-02-17  Thomas Vander Stichele  <thomas at apestaart dot org>
30579
30580         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_type_find):
30581           pass on all possible mime types as typefind hints
30582
30583 2004-02-17  Julien MOUTTE <julien@moutte.net>
30584
30585         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new):
30586         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new): Fix a
30587         possible SHM leak if we crash. All other apps using XShm are doing
30588         that.
30589
30590 2004-02-17  Julien MOUTTE  <julien@moutte.net>
30591
30592         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
30593         (gst_ximagesink_expose): Renegotiate size on expose.
30594         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_expose): Update window
30595         size on expose.
30596
30597 2004-02-16  Benjamin Otte  <in7y118@public.uni-hamburg.de>
30598
30599         * testsuite/alsa/sinesrc.c:
30600           cosmetic fix to fix compile issue with gcc 2.95.4
30601
30602 2004-02-16  Julien MOUTTE <julien@moutte.net>
30603
30604         * ext/alsa/gstalsa.c: (gst_alsa_open_audio),
30605         (gst_alsa_timestamp_to_bytes): Alsa should trigger an error if it
30606         failed opening the audio device.
30607         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
30608         (gst_ximagesink_ximage_destroy), (gst_ximagesink_ximage_put),
30609         (gst_ximagesink_xwindow_new), (gst_ximagesink_xwindow_destroy),
30610         (gst_ximagesink_xwindow_resize), (gst_ximagesink_xwindow_clear),
30611         (gst_ximagesink_renegotiate_size), (gst_ximagesink_handle_xevents),
30612         (gst_ximagesink_xcontext_get), (gst_ximagesink_xcontext_clear),
30613         (gst_ximagesink_change_state), (gst_ximagesink_chain),
30614         (gst_ximagesink_set_xwindow_id): Clearing window in READY TO PAUSED.
30615         Removing some useless g_return_if_fail like wingo suggested.
30616         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
30617         (gst_xvimagesink_xvimage_destroy), (gst_xvimagesink_xvimage_put),
30618         (gst_xvimagesink_xwindow_new), (gst_xvimagesink_xwindow_destroy),
30619         (gst_xvimagesink_xwindow_resize), (gst_xvimagesink_xwindow_clear),
30620         (gst_xvimagesink_update_colorbalance),
30621         (gst_xvimagesink_handle_xevents), (gst_xvimagesink_xcontext_get),
30622         (gst_xvimagesink_xcontext_clear),
30623         (gst_xvimagesink_get_fourcc_from_caps),
30624         (gst_xvimagesink_change_state), (gst_xvimagesink_chain),
30625         (gst_xvimagesink_set_xwindow_id),
30626         (gst_xvimagesink_colorbalance_list_channels),
30627         (gst_xvimagesink_colorbalance_set_value),
30628         (gst_xvimagesink_colorbalance_get_value): Clearing window in READY TO
30629         PAUSED. Removing some useless g_return_if_fail like wingo suggested.
30630
30631 2004-02-16  Thomas Vander Stichele  <thomas at apestaart dot org>
30632
30633         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain):
30634           throw error when not negotiated instead of asserting
30635
30636 2004-02-15  Julien MOUTTE  <julien@moutte.net>
30637
30638         * gst/switch/gstswitch.c: (gst_switch_loop): More fixes for
30639         correct data refcounting.
30640
30641 2004-02-15  Julien MOUTTE  <julien@moutte.net>
30642
30643         * gst/switch/gstswitch.c: (gst_switch_change_state),
30644         (gst_switch_class_init): Cleaning the sinkpads correctly on state
30645         change, mostly the EOS flag.
30646
30647 2004-02-15  Julien MOUTTE  <julien@moutte.net>
30648
30649         * examples/gstplay/player.c: (got_eos), (main): Adding some
30650         output for debugging.
30651         * gst-libs/gst/play/play.c: (gst_play_state_change): Stop our
30652         timeouts if we go to any state different from PLAYING.
30653         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_seek): Fix some
30654         more EOS bugs in riff lib.
30655
30656 2004-02-14  Julien MOUTTE  <julien@moutte.net>
30657
30658         * gst-libs/gst/play/play.c: (gst_play_connect_visualization): Disable
30659         visualization until i find a way to fix switch correctly.
30660         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head): Fix a bug when
30661         EOS arrives.
30662         * gst/switch/gstswitch.c: (gst_switch_release_pad),
30663         (gst_switch_request_new_pad), (gst_switch_poll_sinkpads),
30664         (gst_switch_loop), (gst_switch_dispose), (gst_switch_class_init):
30665         Reworked switch to get a more correct behaviour with events and refing
30666         of data stored in sinkpads.
30667         * gst/switch/gstswitch.h: Adding an eos flag for every sinkpad so that
30668         we don't pull from a pad in EOS.
30669
30670 2004-02-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
30671
30672         * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
30673           remove v1 tag even if we can't read it (makes sure we don't detect
30674           it again)
30675
30676 2004-02-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
30677
30678         * ext/alsa/gstalsa.c: (gst_alsa_pcm_wait),
30679         (gst_alsa_xrun_recovery):
30680         * ext/alsa/gstalsa.h:
30681           try xrun recovery when wait failed. Make xrun recovery function
30682           return TRUE/FALSE to indicate success. (might fix #134354)
30683
30684 2004-02-13  David Schleef  <ds@schleef.org>
30685
30686         * gst/sine/demo-dparams.c: (dynparm_log_value_changed),
30687         (dynparm_value_changed), (main): Convert from float to double.
30688         * gst/sine/gstsinesrc.c: (gst_sinesrc_init): same.
30689
30690 2004-02-13  David Schleef  <ds@schleef.org>
30691
30692         * gst/silence/gstsilence.c: (gst_silence_class_init),
30693         (gst_silence_set_clock), (gst_silence_get),
30694         (gst_silence_set_property), (gst_silence_get_property):
30695         * gst/silence/gstsilence.h: Add sync property.
30696         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
30697         (gst_sinesrc_init), (gst_sinesrc_set_clock), (gst_sinesrc_get),
30698         (gst_sinesrc_set_property), (gst_sinesrc_get_property):
30699         * gst/sine/gstsinesrc.h: Add sync property.
30700
30701 2004-02-13  David Schleef  <ds@schleef.org>
30702
30703         * gst/intfloat/gstint2float.c: (conv_f32_s16),
30704         (gst_int2float_chain_gint16):  Change stdint usage to glib types.
30705
30706 2004-02-13  Thomas Vander Stichele  <thomas at apestaart dot org>
30707
30708         * configure.ac:
30709         * ext/Makefile.am:
30710         * gst-libs/ext/Makefile.am:
30711           move ffmpeg plugin to gst-ffmpeg module
30712
30713 2004-02-13  Thomas Vander Stichele  <thomas at apestaart dot org>
30714
30715         * configure.ac: use GST_ARCH to detect architecture
30716
30717 2004-02-12  Julien MOUTTE  <julien@moutte.net>
30718
30719         * gst/vbidec/vbiscreen.c: Fixing thomasvs fixes. Missing header.
30720
30721 2004-02-12  Thomas Vander Stichele  <thomas at apestaart dot org>
30722
30723         * ext/ladspa/gstladspa.c: (gst_ladspa_base_init):
30724           classify LADSPA plugins based on number of src/sink pads
30725           (#133663, Stefan Kost)
30726         * gst/sine/gstsinesrc.c: (gst_sinesrc_init):
30727           fix dparams registration
30728           (#133528, Stefan Kost)
30729         * gst/vbidec/vbiscreen.c: (vbiscreen_set_current_cell):
30730           fix use of isprint and use g_ascii_isprint instead
30731           (#133316, Stefan Kost)
30732
30733 2004-02-11  David Schleef  <ds@schleef.org>
30734
30735         Convert a few inner loops to use liboil.  This is currently
30736         optional, and is only enabled if liboil is present (duh!).
30737         * configure.ac: Check for liboil-0.1
30738         * gst/intfloat/Makefile.am:
30739         * gst/intfloat/gstint2float.c: (conv_f32_s16), (scalarmult_f32),
30740         (gst_int2float_chain_gint16):
30741         * gst/videofilter/Makefile.am:
30742         * gst/videofilter/gstvideobalance.c: (gst_videobalance_class_init),
30743         (tablelookup_u8), (gst_videobalance_planar411):
30744         * gst/videotestsrc/Makefile.am:
30745         * gst/videotestsrc/gstvideotestsrc.c: (plugin_init):
30746         * gst/videotestsrc/videotestsrc.c: (splat_u8), (paint_hline_YUY2),
30747         (paint_hline_IYU2), (paint_hline_str4), (paint_hline_str3),
30748         (paint_hline_RGB565), (paint_hline_xRGB1555):
30749
30750 2004-02-11  David Schleef  <ds@schleef.org>
30751
30752         * ext/lcs/gstcolorspace.c: (colorspace_find_lcs_format),
30753         (gst_colorspace_caps_get_fourcc), (colorspace_setup_converter),
30754         (gst_colorspace_getcaps), (gst_colorspace_link),
30755         (gst_colorspace_base_init), (gst_colorspace_init),
30756         (gst_colorspace_chain), (gst_colorspace_change_state),
30757         (plugin_init): Merge Ronald's patch (bug #117897) and update
30758         for new caps and negotiation.  Seems to work, although it
30759         shows off bugs in lcs.
30760
30761 2004-02-11  David Schleef  <ds@schleef.org>
30762
30763         * ext/alsa/Makefile.am: Fix linking against libgstinterfaces.
30764         (bug #133886)  Noticed by bugs@leroutier.net (Stephane LOEUILLET)
30765
30766 2004-02-11  David Schleef  <ds@schleef.org>
30767
30768         * ext/librfb/gstrfbsrc.c: (gst_rfbsrc_class_init),
30769         (gst_rfbsrc_change_state), (gst_rfbsrc_init),
30770         (gst_rfbsrc_set_property), (gst_rfbsrc_get_property):
30771         Add server and port properties
30772
30773 2004-02-11  Thomas Vander Stichele  <thomas at apestaart dot org>
30774
30775         * m4/a52.m4:
30776         * m4/aalib.m4:
30777         * m4/as-ffmpeg.m4:
30778         * m4/as-liblame.m4:
30779         * m4/as-slurp-ffmpeg.m4:
30780         * m4/check-libheader.m4:
30781         * m4/esd.m4:
30782         * m4/freetype2.m4:
30783         * m4/gconf-2.m4:
30784         * m4/glib.m4:
30785         * m4/gst-alsa.m4:
30786         * m4/gst-artsc.m4:
30787         * m4/gst-ivorbis.m4:
30788         * m4/gst-matroska.m4:
30789         * m4/gst-sdl.m4:
30790         * m4/gst-shout2.m4:
30791         * m4/gst-sid.m4:
30792         * m4/gtk.m4:
30793         * m4/libdv.m4:
30794         * m4/libfame.m4:
30795         * m4/libmikmod.m4:
30796         * m4/ogg.m4:
30797         * m4/vorbis.m4:
30798           fix underquotedness of macros (#133800)
30799         * m4/as-avifile.m4:
30800         * m4/xmms.m4:
30801           removed because no longer used
30802
30803 2004-02-11  Thomas Vander Stichele  <thomas at apestaart dot org>
30804
30805         * configure.ac:
30806           require gettext 0.11.5 so ulonglong.m4 gets checked out and copied
30807           by autopoint (fixes #132996)
30808
30809 2004-02-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
30810
30811         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_base_init):
30812         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_base_init):
30813         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_base_init):
30814         * ext/ffmpeg/gstffmpegmux.c: (gst_ffmpegmux_base_init):
30815           fix memleaks
30816
30817 2004-02-11  David Schleef  <ds@schleef.org>
30818
30819         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_link),
30820         (gst_gdk_pixbuf_chain): Fix logic bug causing spurious errors.
30821         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_base_init),
30822         (gst_jpegdec_init), (gst_jpegdec_chain): Fix negotiation.
30823         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_base_init),
30824         (gst_jpegenc_class_init), (gst_jpegenc_init),
30825         (gst_jpegenc_getcaps), (gst_jpegenc_link), (gst_jpegenc_resync),
30826         (gst_jpegenc_chain), (gst_jpegenc_set_property),
30827         (gst_jpegenc_get_property):  Fix negotiation.  Add some properties.
30828         * ext/jpeg/gstjpegenc.h: Fix negotiation.
30829
30830 2004-02-10  Benjamin Otte  <in7y118@public.uni-hamburg.de>
30831
30832         * ext/mikmod/gstmikmod.c: (gst_mikmod_init),
30833         (gst_mikmod_srcfixate), (gst_mikmod_srclink), (gst_mikmod_loop):
30834         * ext/mikmod/gstmikmod.h:
30835           fix caps negotiation in mikmod
30836         * ext/ogg/gstoggdemux.c: (gst_ogg_print):
30837           output debug information
30838
30839 2004-02-08  Benjamin Otte  <in7y118@public.uni-hamburg.de>
30840
30841         * gst-libs/gst/colorbalance/Makefile.am:
30842         * gst-libs/gst/navigation/Makefile.am:
30843         * gst-libs/gst/xoverlay/Makefile.am:
30844           remove unused GST_OPT_CFLAGS from Makefiles
30845           include X_CFLAGS and X_LIBS in xoverlay. (#131948)
30846
30847 2004-02-07  David Schleef  <ds@schleef.org>
30848
30849         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_handle_event): Don't
30850         push events to pads that haven't been created (#133508)
30851
30852 2004-02-07  Jan Schmidt  <thaytan@mad.scientist.com>
30853
30854         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_src_convert),
30855         (gst_dvdec_sink_convert), (gst_dvdec_handle_sink_event),
30856         (gst_dvdec_video_getcaps), (gst_dvdec_video_link),
30857         (gst_dvdec_loop), (gst_dvdec_change_state):
30858         Second attempt at committing a working dvdec element.
30859
30860 2004-02-06  David Schleef  <ds@schleef.org>
30861
30862         Build fixes for OS X: (see #129600)
30863         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_strh),
30864         (gst_riff_read_strf_vids), (gst_riff_read_strf_auds),
30865         (gst_riff_read_strf_iavs):
30866         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_avih),
30867         (gst_avi_demux_stream_odml):
30868         * gst/playondemand/Makefile.am:
30869         * gst/rtp/rtp-packet.c:
30870
30871 2004-02-05  David Schleef  <ds@schleef.org>
30872
30873         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_loop): Revert
30874         last change, because it Just Doesn't Compile.
30875
30876 2004-02-05  Benjamin Otte  <in7y118@public.uni-hamburg.de>
30877
30878         * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
30879           skip undecodable id3v2 tag instead of keeping it
30880
30881 2004-02-05  David Schleef  <ds@schleef.org>
30882
30883         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain):
30884         Unref leaked buffer.  (Noticed by Ronald)
30885
30886 2004-02-05  David I. Lehn  <dlehn@users.sourceforge.net>
30887
30888         * pkgconfig/gstreamer-libs-uninstalled.pc.in:
30889         Sync requires with other checks.  >= vs =.
30890
30891 2004-02-06  Jan Schmidt  <thaytan@mad.scientist.com>
30892
30893         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_video_getcaps),
30894         (gst_dvdec_video_link), (gst_dvdec_loop):
30895         * ext/dv/gstdvdec.h:
30896           rework the caps negotiation so that dvdec works again instead
30897           of just segfaulting.
30898
30899 === release 0.7.4 ===
30900
30901 2004-02-06  Thomas Vander Stichele  <thomas at apestaart dot org>
30902
30903         * NEWS: GStreamer Plugins 0.7.4 "For Great Justice" released
30904         * configure.ac: changed for release
30905
30906 2004-02-05  Thomas Vander Stichele  <thomas at apestaart dot org>
30907
30908         * gst-libs/gst/gconf/gstreamer-gconf-uninstalled.pc.in:
30909         * pkgconfig/gstreamer-interfaces-uninstalled.pc.in:
30910         * pkgconfig/gstreamer-libs-uninstalled.pc.in:
30911         * pkgconfig/gstreamer-play-uninstalled.pc.in:
30912           reworked patch by David Lehn to fix libdir and includedir for
30913           uninstalled libraries
30914           removed play and gconf from gstreamer-libs since they have their
30915           own pkgconfig files
30916
30917 2004-02-04  David Schleef  <ds@schleef.org>
30918
30919         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt): Fix a caps
30920         memleak.
30921
30922 2004-02-05  Benjamin Otte  <in7y118@public.uni-hamburg.de>
30923
30924         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_info):
30925           use correct GST_TAG_ENCODER tag
30926
30927 2004-02-05  Benjamin Otte  <in7y118@public.uni-hamburg.de>
30928
30929         * ext/alsa/gstalsa.c: (gst_alsa_change_state):
30930           be sure to stop the clock when going to paused
30931         * sys/oss/gstosssink.c: (gst_osssink_change_state):
30932           reset number of transmitted when going to ready.
30933         fixes #132935
30934
30935 2004-02-05  Charles Schmidt <cschmidt2@emich.edu>
30936
30937         reviewed by Benjamin Otte
30938
30939         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list):
30940           extract track count (fixes #133410)
30941
30942 2004-02-04  Benjamin Otte  <in7y118@public.uni-hamburg.de>
30943
30944         * ext/mad/gstid3tag.c: (gst_id3_tag_do_caps_nego):
30945           that should be !=, not == (fixes #132519)
30946
30947 2004-02-04  David Schleef  <ds@schleef.org>
30948
30949         Make sure set_explicit_caps() is called before adding pad.
30950         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_loop):
30951         * gst/id3/gstid3types.c: (gst_id3types_loop):
30952         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead):
30953         * gst/realmedia/rmdemux.c: (gst_rmdemux_add_stream):
30954
30955 2004-02-04  Thomas Vander Stichele  <thomas at apestaart dot org>
30956
30957         * configure.ac:
30958           bump nano to 2, first prerelease
30959           put back AM_PROG_LIBTOOL
30960
30961 2004-02-04  Thomas Vander Stichele  <thomas at apestaart dot org>
30962
30963         * testsuite/alsa/Makefile.am:
30964           these are user test apps, not automatic testsuite tests
30965
30966 2004-02-04  David Schleef  <ds@schleef.org>
30967
30968         Convert GST_DEBUG_CAPS() to GST_DEBUG():
30969         * gst/mpeg1videoparse/gstmp1videoparse.c:
30970         (mp1videoparse_parse_seq):
30971         * gst/realmedia/rmdemux.c: (gst_rmdemux_add_stream):
30972         * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps):
30973         * sys/xvideo/gstxwindow.c: (_gst_xwindow_new):
30974         * sys/xvideo/xvideosink.c: (gst_xvideosink_sinkconnect),
30975         (gst_xvideosink_getcaps):
30976         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
30977         * testsuite/gst-lint: more tests
30978
30979 2004-02-04  David Schleef  <ds@schleef.org>
30980
30981         Replace use of GST_PAD_FORMATS_FUNCTION() and similar macros
30982         with the code that they would expand to.
30983         * ext/flac/gstflacdec.c: (gst_flacdec_get_src_formats),
30984         (gst_flacdec_get_src_query_types),
30985         (gst_flacdec_get_src_event_masks):
30986         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get_formats),
30987         (gst_gnomevfssrc_get_query_types),
30988         (gst_gnomevfssrc_get_event_mask):
30989
30990 2004-02-04  Benjamin Otte  <in7y118@public.uni-hamburg.de>
30991
30992         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
30993         (gst_sinesrc_dispose):
30994           fix memleak by properly disposing sinesrc
30995
30996 2004-02-04  Julien MOUTTE  <julien@moutte.net>
30997
30998         * gst-libs/gst/xoverlay/xoverlay.c: (gst_x_overlay_expose):
30999         * gst-libs/gst/xoverlay/xoverlay.h: Adding the _expose method to tell
31000         an overlay to redraw the image because it has been exposed.
31001         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_destroy),
31002         (gst_ximagesink_ximage_put), (gst_ximagesink_expose),
31003         (gst_ximagesink_xoverlay_init), (gst_ximagesink_init):
31004         * sys/ximage/ximagesink.h: Implement expose method from XOverlay
31005         interface
31006         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_destroy),
31007         (gst_xvimagesink_xvimage_put), (gst_xvimagesink_expose),
31008         (gst_xvimagesink_xoverlay_init), (gst_xvimagesink_init):
31009         * sys/xvimage/xvimagesink.h: Implement expose method from XOverlay
31010         interface
31011
31012 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
31013
31014         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_type_find):
31015           more memleak fixage
31016
31017 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
31018
31019         * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init):
31020         * gst/typefind/gsttypefindfunctions.c:
31021           fix memleaks shown by gst-typefind
31022
31023 2004-02-03  Thomas Vander Stichele  <thomas at apestaart dot org>
31024
31025         * common/glib-gen.mak:
31026           add hack rule to touch .Plo files
31027         * gst-libs/gst/colorbalance/Makefile.am:
31028         * gst-libs/gst/mixer/Makefile.am:
31029         * gst-libs/gst/play/Makefile.am:
31030         * gst-libs/gst/tuner/Makefile.am:
31031           remove glib_root variable
31032
31033 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
31034
31035         * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream):
31036           set explicit caps before adding the element, so the autopluggers can
31037           plug correctly.
31038         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find),
31039         (mpeg2_sys_type_find), (mpeg1_sys_type_find),
31040         (mpeg_video_type_find), (mpeg_video_stream_type_find),
31041         (dv_type_find):
31042           fix memleaks in typefind functions. gst_type_find_suggest takes a const
31043           argument.
31044
31045 2004-02-03  Thomas Vander Stichele  <thomas at apestaart dot org>
31046
31047         * gst-libs/gst/colorbalance/Makefile.am:
31048         * gst-libs/gst/colorbalance/colorbalance-marshal.list:
31049         * gst-libs/gst/colorbalance/colorbalance.c:
31050         * gst-libs/gst/colorbalance/colorbalance.h:
31051         * gst-libs/gst/colorbalance/colorbalancemarshal.list:
31052         * gst-libs/gst/mixer/Makefile.am:
31053         * gst-libs/gst/mixer/mixer-marshal.list:
31054         * gst-libs/gst/mixer/mixer.c:
31055         * gst-libs/gst/mixer/mixer.h:
31056         * gst-libs/gst/mixer/mixermarshal.list:
31057         * gst-libs/gst/play/Makefile.am:
31058         * gst-libs/gst/play/play.h:
31059         * gst-libs/gst/tuner/Makefile.am:
31060         * gst-libs/gst/tuner/tuner-marshal.list:
31061         * gst-libs/gst/tuner/tuner.c:
31062         * gst-libs/gst/tuner/tuner.h:
31063         * gst-libs/gst/tuner/tunermarshal.list:
31064           use new glib-gen.mak snippet to clean up Makefile.am
31065           fix various bugs in Makefile.am's
31066
31067 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
31068
31069         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain):
31070           handle chain parsing correctly in the multichain case
31071         * ext/theora/theoradec.c: (gst_theora_dec_init), (_theora_ilog),
31072         (theora_dec_from_granulepos), (theora_dec_to_granulepos),
31073         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
31074         (theora_dec_chain):
31075           handle events and queries correctly
31076
31077 2004-02-03  David I. Lehn  <dlehn@users.sourceforge.net>
31078
31079         * .cvsignore:
31080         Ignore generated file _stdint.h.
31081
31082 2004-02-03  David I. Lehn  <dlehn@users.sourceforge.net>
31083
31084         * gst-libs/gst/colorbalance/Makefile.am:
31085         * gst-libs/gst/colorbalance/colorbalance.h:
31086         * gst-libs/gst/mixer/Makefile.am:
31087         * gst-libs/gst/mixer/mixer.h:
31088         * gst-libs/gst/play/Makefile.am:
31089         * gst-libs/gst/play/play.h:
31090         * gst-libs/gst/tuner/Makefile.am:
31091         * gst-libs/gst/tuner/tuner.h:
31092         Generate enum type code with glib-mkenums.
31093         * gst-libs/gst/colorbalance/.cvsignore:
31094         * gst-libs/gst/mixer/.cvsignore:
31095         * gst-libs/gst/play/.cvsignore:
31096         * gst-libs/gst/tuner/.cvsignore:
31097         Ignore generated files.
31098
31099 2004-02-03  David I. Lehn  <dlehn@users.sourceforge.net>
31100
31101         * gst-libs/gst/audio/.cvsignore:
31102         Ignore generated file.
31103         * gst-libs/gst/audio/Makefile.am:
31104         Do not install example filter.
31105
31106 2004-02-03  David I. Lehn  <dlehn@users.sourceforge.net>
31107
31108         * examples/switch/.cvsignore:
31109         Ignore generated file.
31110
31111 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
31112
31113         * common/m4/ax_create_stdint_h.m4:
31114         * configure.ac:
31115           add AX_CREATE_STDINT_H to get correct type definitions for a52dec in
31116           _stdint.h.
31117         * Makefile.am:
31118           remove generated _stdint.h in DISTCLEANFILES
31119         * ext/a52dec/gsta52dec.c:
31120           include _stdint.h for a52dec. (should fix #133064)
31121
31122 2004-02-02  Jeremy Simon  <jesimon@libertysurf.fr>
31123
31124         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_add),
31125         (gst_tag_to_vorbis_comments):
31126         Add replaygain support to vorbistag
31127
31128 2004-02-02  Jeremy Simon  <jesimon@libertysurf.fr>
31129         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps),
31130         (gst_ffmpeg_caps_to_extradata):
31131           Fix SVQ3 caps flag properties
31132           Use glib macro for bytes swap
31133
31134 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
31135
31136         * ext/audiofile/gstafsink.c: (gst_afsink_plugin_init):
31137         * ext/audiofile/gstafsrc.c: (gst_afsrc_plugin_init):
31138         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
31139         * ext/sndfile/gstsf.c: (plugin_init):
31140         * gst/avi/gstavi.c: (plugin_init):
31141         * sys/dxr3/dxr3init.c: (plugin_init):
31142         * sys/oss/gstossaudio.c: (plugin_init):
31143         * sys/v4l/gstv4l.c: (plugin_init):
31144         * sys/v4l2/gstv4l2.c: (plugin_init):
31145           remove textdomain calls
31146         * po/nl.po:
31147           update Dutch translation
31148
31149 2004-02-02  Julien MOUTTE  <julien@moutte.net>
31150
31151         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup),
31152         (gst_play_set_audio_sink): Moving volume in the audio thread for
31153         instantaneous volume change. Maybe i will add another volume in front
31154         of visualization later, not sure yet though.
31155
31156 2004-02-02  Julien MOUTTE  <julien@moutte.net>
31157
31158         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
31159         (gst_ximagesink_handle_xevents): Better X events handling, only take
31160         the latest events for configure and motion.
31161         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents): same.
31162
31163 2004-02-02  Jon Trowbridge  <trow@gnu.org>
31164
31165         reviewed by: David Schleef  <ds@schleef.org>
31166
31167         Fix memory leaks:
31168         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_register):
31169         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_register):
31170
31171 2004-02-02  David Schleef  <ds@schleef.org>
31172
31173         code cleanup.  Change bzero() to memset().  Remove duplicate ; at ends
31174         of lines.
31175         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_event):
31176         * ext/flac/gstflactag.c: (gst_flac_tag_chain):
31177         * ext/xvid/gstxviddec.c: (gst_xviddec_src_link):
31178         * gst-libs/gst/play/play.c: (gst_play_get_sink_element):
31179         * gst/ac3parse/gstac3parse.c: (gst_ac3parse_chain):
31180         * gst/effectv/gstedge.c: (gst_edgetv_sinkconnect):
31181         * gst/effectv/gstvertigo.c: (gst_vertigotv_sinkconnect):
31182         * gst/intfloat/float22int.c: (gst_float2_2_int_getcaps),
31183         (gst_float2_2_int_link):
31184         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_chain_subtitle):
31185         * gst/rtjpeg/RTjpeg.c: (RTjpeg_init_mcompress):
31186         * gst/tcp/gsttcpsink.c: (gst_tcpsink_init_send):
31187         * gst/tcp/gsttcpsrc.c: (gst_tcpsrc_init_receive):
31188         * gst/udp/gstudpsink.c: (gst_udpsink_init_send):
31189         * gst/udp/gstudpsrc.c: (gst_udpsrc_init_receive):
31190         * sys/v4l/gstv4lelement.c: (gst_v4lelement_init):
31191         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_set_capture):
31192         * testsuite/gst-lint: Add tests for bzero and ;;
31193
31194 2004-02-02  David Schleef  <ds@schleef.org>
31195
31196         * gst/debug/efence.c: Add fallback if MAP_ANONYMOUS isn't defined.
31197
31198 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
31199
31200         * ext/aalib/gstaasink.c: (gst_aasink_open):
31201         * ext/alsa/gstalsa.c: (gst_alsa_link), (gst_alsa_xrun_recovery):
31202         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
31203         * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
31204         * ext/audiofile/gstafsink.c: (gst_afsink_open_file),
31205         (gst_afsink_close_file):
31206         * ext/audiofile/gstafsrc.c: (gst_afsrc_open_file),
31207         (gst_afsrc_close_file):
31208         * ext/divx/gstdivxdec.c: (gst_divxdec_setup), (gst_divxdec_chain):
31209         * ext/divx/gstdivxenc.c: (gst_divxenc_setup), (gst_divxenc_chain):
31210         * ext/dv/gstdvdec.c: (gst_dvdec_loop):
31211         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_user_op), (dvdnavsrc_get):
31212         * ext/esd/esdmon.c: (gst_esdmon_get):
31213         * ext/esd/esdsink.c: (gst_esdsink_chain), (gst_esdsink_open_audio):
31214         * ext/faac/gstfaac.c: (gst_faac_chain):
31215         * ext/faad/gstfaad.c: (gst_faad_chain):
31216         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_chain):
31217         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_loop):
31218         * ext/ffmpeg/gstffmpegmux.c: (gst_ffmpegmux_loop):
31219         * ext/flac/gstflacdec.c: (gst_flacdec_error_callback),
31220         (gst_flacdec_loop):
31221         * ext/flac/gstflacenc.c: (gst_flacenc_chain):
31222         * ext/flac/gstflactag.c: (gst_flac_tag_chain):
31223         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_chain):
31224         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file),
31225         (gst_gnomevfssink_close_file):
31226         * ext/gnomevfs/gstgnomevfssrc.c: (audiocast_init),
31227         (gst_gnomevfssrc_open_file):
31228         * ext/ivorbis/vorbisfile.c: (gst_ivorbisfile_loop):
31229         * ext/lame/gstlame.c: (gst_lame_sink_link), (gst_lame_chain):
31230         * ext/lcs/gstcolorspace.c: (gst_colorspace_srcconnect_func):
31231         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event),
31232         (gst_id3_tag_do_typefind), (gst_id3_tag_chain):
31233         * ext/mad/gstmad.c: (gst_mad_chain):
31234         * ext/mikmod/gstmikmod.c: (gst_mikmod_loop):
31235         * ext/mpeg2dec/gstmpeg2dec.c:
31236         * ext/mpeg2enc/gstmpeg2enc.cc:
31237         * ext/mplex/gstmplex.cc:
31238         * ext/mplex/gstmplexibitstream.cc:
31239         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain),
31240         (gst_ogg_demux_push):
31241         * ext/raw1394/gstdv1394src.c:
31242         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_lock),
31243         (gst_sdlvideosink_initsdl), (gst_sdlvideosink_create):
31244         * ext/sndfile/gstsf.c: (gst_sf_open_file), (gst_sf_close_file),
31245         (gst_sf_loop):
31246         * ext/speex/gstspeexenc.c: (gst_speexenc_chain):
31247         * ext/swfdec/gstswfdec.c: (gst_swfdec_loop):
31248         * ext/tarkin/gsttarkindec.c: (gst_tarkindec_chain):
31249         * ext/tarkin/gsttarkinenc.c: (gst_tarkinenc_chain):
31250         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_chain):
31251         * ext/vorbis/vorbisfile.c: (gst_vorbisfile_loop):
31252         * ext/xvid/gstxviddec.c: (gst_xviddec_setup), (gst_xviddec_chain):
31253         * ext/xvid/gstxvidenc.c: (gst_xvidenc_setup), (gst_xvidenc_chain):
31254         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head),
31255         (gst_riff_read_element_data), (gst_riff_read_seek),
31256         (gst_riff_peek_list), (gst_riff_read_list), (gst_riff_read_header):
31257         * gst/adder/gstadder.c: (gst_adder_loop):
31258         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_segment),
31259         (gst_asf_demux_process_stream), (gst_asf_demux_get_stream):
31260         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_init),
31261         (gst_avi_demux_add_stream), (gst_avi_demux_stream_header):
31262         * gst/avi/gstavimux.c: (gst_avimux_stop_file):
31263         * gst/flx/gstflxdec.c: (gst_flxdec_loop):
31264         * gst/goom/gstgoom.c: (gst_goom_chain):
31265         * gst/id3/gstid3types.c: (gst_id3types_loop):
31266         * gst/intfloat/float22int.c: (gst_float2_2_int_chain):
31267         * gst/intfloat/gstfloat2int.c: (gst_float2int_loop):
31268         * gst/intfloat/gstint2float.c: (gst_int2float_chain_gint16):
31269         * gst/matroska/ebml-read.c: (gst_ebml_read_element_id),
31270         (gst_ebml_read_element_length), (gst_ebml_read_element_data),
31271         (gst_ebml_read_seek), (gst_ebml_read_uint), (gst_ebml_read_sint),
31272         (gst_ebml_read_float), (gst_ebml_read_header):
31273         * gst/matroska/matroska-demux.c: (gst_matroska_demux_init_stream),
31274         (gst_matroska_demux_parse_blockgroup):
31275         * gst/monoscope/gstmonoscope.c: (gst_monoscope_chain):
31276         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_loop):
31277         * gst/oneton/gstoneton.c: (gst_oneton_chain):
31278         * gst/silence/gstsilence.c: (gst_silence_get):
31279         * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
31280         * gst/smpte/gstsmpte.c: (gst_smpte_loop):
31281         * gst/speed/gstspeed.c: (speed_loop):
31282         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_chain):
31283         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
31284         * gst/volenv/gstvolenv.c: (gst_volenv_chain):
31285         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain):
31286         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt),
31287         (gst_wavparse_loop):
31288         * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_open),
31289         (dxr3audiosink_set_mode_pcm), (dxr3audiosink_set_mode_ac3),
31290         (dxr3audiosink_close):
31291         * sys/dxr3/dxr3spusink.c: (dxr3spusink_open), (dxr3spusink_close):
31292         * sys/dxr3/dxr3videosink.c: (dxr3videosink_open),
31293         (dxr3videosink_close), (dxr3videosink_write_data):
31294         * sys/oss/gstosselement.c: (gst_osselement_open_audio):
31295         * sys/oss/gstosssink.c: (gst_osssink_chain):
31296         * sys/oss/gstosssrc.c: (gst_osssrc_get):
31297         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_chain):
31298         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_buffer_free):
31299         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_buffer_free):
31300         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay),
31301         (gst_v4l_set_window), (gst_v4l_enable_overlay):
31302         * sys/v4l/v4l_calls.c: (gst_v4l_get_capabilities), (gst_v4l_open),
31303         (gst_v4l_set_chan_norm), (gst_v4l_get_signal),
31304         (gst_v4l_get_frequency), (gst_v4l_set_frequency),
31305         (gst_v4l_get_picture), (gst_v4l_set_picture), (gst_v4l_get_audio),
31306         (gst_v4l_set_audio):
31307         * sys/v4l/v4l_calls.h:
31308         * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_sync_thread),
31309         (gst_v4lmjpegsink_queue_frame), (gst_v4lmjpegsink_set_playback),
31310         (gst_v4lmjpegsink_playback_init),
31311         (gst_v4lmjpegsink_playback_start):
31312         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_queue_frame):
31313         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_queue_frame),
31314         (gst_v4lsrc_sync_frame), (gst_v4lsrc_capture_init),
31315         (gst_v4lsrc_requeue_frame), (gst_v4lsrc_try_palette):
31316         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_get):
31317         * sys/v4l2/v4l2-overlay_calls.c: (gst_v4l2_set_display),
31318         (gst_v4l2_set_window), (gst_v4l2_enable_overlay):
31319         * sys/v4l2/v4l2_calls.c: (gst_v4l2_get_capabilities),
31320         (gst_v4l2_fill_lists), (gst_v4l2_open), (gst_v4l2_get_norm),
31321         (gst_v4l2_set_norm), (gst_v4l2_get_input), (gst_v4l2_set_input),
31322         (gst_v4l2_get_output), (gst_v4l2_set_output),
31323         (gst_v4l2_get_frequency), (gst_v4l2_set_frequency),
31324         (gst_v4l2_signal_strength), (gst_v4l2_get_attribute),
31325         (gst_v4l2_set_attribute):
31326         * sys/v4l2/v4l2_calls.h:
31327         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
31328         (gst_v4l2src_queue_frame), (gst_v4l2src_grab_frame),
31329         (gst_v4l2src_get_capture), (gst_v4l2src_set_capture),
31330         (gst_v4l2src_capture_init), (gst_v4l2src_capture_start),
31331         (gst_v4l2src_capture_stop):
31332         * sys/vcd/vcdsrc.c: (vcdsrc_open_file):
31333         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
31334         (gst_ximagesink_chain):
31335         * sys/xvideo/xvideosink.c: (gst_xvideosink_buffer_new),
31336         (gst_xvideosink_sinkconnect), (gst_xvideosink_chain),
31337         (gst_xvideosink_xwindow_new):
31338         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
31339         (gst_xvimagesink_chain):
31340
31341 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
31342
31343         * gst/volume/gstvolume.c: (gst_volume_set_volume),
31344         (gst_volume_get_volume), (volume_class_init), (volume_init),
31345         (volume_chain_int16), (volume_update_volume):
31346         * gst/volume/gstvolume.h:
31347           make code more readable by removing magic numbers
31348           make mixer interface export 0-100 range
31349           make it internally map to 0.0-1.0 range so users don't distort
31350           output by putting the sliders at full volume
31351
31352 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
31353
31354         * gst-libs/gst/play/play.c: (gst_play_tick_callback),
31355         (gst_play_state_change), (gst_play_seek_to_time):
31356         block the tick callback for 0.5 secs after doing a seek
31357
31358 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
31359
31360         * gst-libs/gst/play/play.c: (gst_play_new):
31361           check for GError
31362
31363 2004-02-01  Julien MOUTTE  <julien@moutte.net>
31364
31365         * gst-libs/gst/play/play.c: (gst_play_seek_to_time),
31366         (gst_play_new): Accepting NULL GError, blocking time tick while seeking.
31367         * sys/ximage/ximagesink.c: (gst_ximagesink_sink_link),
31368         (gst_ximagesink_chain), (gst_ximagesink_init): s/sinkconnect/sink_link
31369         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sink_link),
31370         (gst_xvimagesink_chain), (gst_xvimagesink_init): s/sinkconnect/sink_link
31371
31372 2004-02-01  Thomas Vander Stichele  <thomas at apestaart dot org>
31373
31374         * configure.ac:
31375         * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
31376           check for a function added in vorbis 1.1
31377
31378 2004-01-31  Benjamin Otte  <in7y118@public.uni-hamburg.de>
31379
31380         * ext/alsa/gstalsa.c: (gst_alsa_change_state), (gst_alsa_start),
31381         (gst_alsa_drain_audio), (gst_alsa_stop_audio):
31382           really start/stop clock only on PLAYING <=> PAUSED
31383         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
31384           remove \n from debugging lines
31385         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain):
31386           make it work when seeking does not
31387         * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
31388           reset on DISCONT
31389
31390 2004-01-31  Benjamin Otte  <in7y118@public.uni-hamburg.de>
31391
31392         * ext/alsa/gstalsa.c: (gst_alsa_change_state), (gst_alsa_start):
31393           start clock on PAUSED=>PLAYING, not later
31394         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
31395           extract correct time for different discont formats
31396         (gst_alsa_sink_get_time):
31397           don't segfault when no format is negotiated yet, just return 0
31398         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event),
31399         (gst_ogg_demux_handle_event), (gst_ogg_demux_push),
31400         (gst_ogg_pad_push):
31401           handle flush and discont events correctly
31402         * ext/vorbis/vorbisdec.c: (vorbis_dec_event), (vorbis_dec_chain):
31403           handle discont events correctly
31404
31405 2004-01-31  Thomas Vander Stichele  <thomas at apestaart dot org>
31406
31407         * gst-libs/gst/play/play.c: (gst_play_error_quark),
31408         (gst_play_error_create), (gst_play_error_plugin),
31409         (gst_play_pipeline_setup), (gst_play_init), (gst_play_new):
31410         * gst-libs/gst/play/play.h:
31411           add error handling during creation
31412         * examples/gstplay/player.c: (main):
31413           use new gst_play_new
31414
31415
31416 2004-01-31  Benjamin Otte  <in7y118@public.uni-hamburg.de>
31417
31418         * ext/theora/theoradec.c: (theora_dec_chain):
31419           make comments work
31420         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
31421         (vorbis_dec_src_event), (vorbis_dec_chain):
31422           add encoder tag, fix tag reading to be more error tolerant, change
31423           BITRATE to NOMINAL_BITRATE, add debugging, don't unref events after
31424           gst_pad_event_default.
31425         * gst/tags/gstvorbistag.c:
31426         (gst_tag_list_from_vorbiscomment_buffer):
31427           undefine function specific define at end of function
31428
31429 2004-01-31  Jeremy Simon  <jesimon@libertysurf.fr>
31430
31431         * ext/flac/gstflac.c: (plugin_init):
31432         * ext/flac/gstflacdec.c: (gst_flacdec_class_init):
31433         * ext/flac/gstflacdec.h:
31434         * ext/flac/gstflacenc.h:
31435           Fix typos
31436
31437 2004-01-30  David I. Lehn  <dlehn@users.sourceforge.net>
31438
31439         * examples/gstplay/player.c: s/gstplay.h/play.h/
31440
31441 2004-01-30  Thomas Vander Stichele  <thomas at apestaart dot org>
31442
31443         * gst-libs/gst/play/Makefile.am:
31444         * gst-libs/gst/play/gstplay.c:
31445         * gst-libs/gst/play/gstplay.h:
31446         * gst-libs/gst/play/play.c:
31447           more surgery, operation complete
31448
31449 2004-01-30  Thomas Vander Stichele  <thomas at apestaart dot org>
31450
31451         * gst-libs/gst/play/play.old.c:
31452         * gst-libs/gst/play/play.old.h:
31453           after CVS surgery by moving, remove
31454         * gst-libs/gst/play/playpipelines.c:
31455           remove
31456
31457         * gst/intfloat/float22int.c: (gst_float2_2_int_chain):
31458           add negotiation error
31459
31460 2004-01-30  Thomas Vander Stichele  <thomas at apestaart dot org>
31461
31462         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event),
31463         (gst_ogg_demux_push):
31464           add some seeking debug info
31465           send a flush when seeking
31466
31467 2004-01-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
31468
31469         * configure.ac:
31470           use AC_C_INLINE
31471         * configure.ac:
31472         * ext/Makefile.am:
31473         * ext/theora/Makefile.am:
31474         * ext/theora/theoradec.c:
31475           add theora video decoder. Does just do simple decoding for now and
31476           has been tested against Theora cvs only. It only works when theora
31477           is compiled with --enable-static.
31478         * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
31479           always reset packetno on DISCONT
31480
31481 2004-01-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
31482
31483         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead):
31484           Fix audio.
31485
31486 2004-01-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
31487
31488         * gst/mpegaudioparse/gstmpegaudioparse.c:
31489         (mp3_type_frame_length_from_header):
31490           Fix header parsing - stolen from ffmpeg (thank you! :) ).
31491
31492 2004-01-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
31493
31494         * ext/esd/esdsink.c: (gst_esdsink_init):
31495           Since we have static pad template caps, we don't need to negotiate;
31496           either the core errors out or we know the format.
31497
31498 2004-01-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
31499
31500         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head),
31501         (gst_riff_read_seek):
31502         * gst/matroska/ebml-read.c: (gst_ebml_read_element_id),
31503         (gst_ebml_read_seek):
31504           Fix event handling.
31505
31506 2004-01-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
31507
31508         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps):
31509           removee video/x-theora from vp3 decoder, it doesn't handle raw
31510           theora streams
31511         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_init):
31512           fix bug with finalizing element that never went to PAUSED
31513         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query):
31514           length and position queries were swapped
31515         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
31516         (vorbis_dec_from_granulepos), (vorbis_dec_src_query),
31517         (vorbis_dec_src_event):
31518           implement querying time and bytes
31519
31520 2004-01-30  Thomas Vander Stichele  <thomas at apestaart dot org>
31521
31522         * just about every source file:
31523           gst_element_error -> GST_ELEMENT_ERROR
31524
31525 2004-01-29  Julien MOUTTE  <julien@moutte.net>
31526
31527         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get): Fixing seeking
31528         emiting FLUSH and even before DISCONT.
31529         * gst-libs/gst/play/gstplay.c: (gst_play_seek_to_time): Fix seeking to
31530         get the best instant seeking as possible yay!
31531
31532 2004-01-29  Ronald Bultje  <rbultje@ronald.bitfreak.net>
31533
31534         * gst/mpeg1videoparse/gstmp1videoparse.c:
31535         (gst_mp1videoparse_real_chain):
31536           Committed wrong version last week... Grr... Didn't notice until now.
31537
31538 2004-01-29  Julien MOUTTE <julien@moutte.net>
31539
31540         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new):
31541         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_new): Emit the
31542         have_xwindow_id signal in xwindow_create.
31543
31544 2004-01-29  Benjamin Otte  <in7y118@public.uni-hamburg.de>
31545
31546         * ext/ogg/gstoggdemux.c:
31547           lots of changes - mainly support for chained bitstreams, seeking,
31548           querying and bugfixes of course
31549         * ext/vorbis/Makefile.am:
31550         * ext/vorbis/vorbisdec.c:
31551         * ext/vorbis/vorbisdec.h:
31552           add vorbisdec raw vorbis decoder
31553         * ext/vorbis/vorbis.c: (plugin_init):
31554           register vorbisdec as PRIMARY, vorbisfile as SECONDARY
31555         * gst/intfloat/Makefile.am:
31556         * gst/intfloat/float22int.c:
31557         * gst/intfloat/float22int.h:
31558         * gst/intfloat/gstintfloatconvert.c: (plugin_init):
31559           add float2intnew plugin. It converts multichannel interleaved float to
31560           multichannel interleaved int. The name should probably be changed.
31561         * gst/typefind/gsttypefindfunctions.c: (theora_type_find),
31562         (plugin_init):
31563           add typefinding for raw theora video so oggdemux can detect it.
31564
31565 2004-01-28  Julien MOUTTE  <julien@moutte.net>
31566
31567         * gst-libs/gst/play/gstplay.c: (gst_play_seek_to_time): seek on video
31568         sink element first.
31569         * gst/videoscale/gstvideoscale.c:
31570         (gst_videoscale_handle_src_event): Fixing src event handler.
31571
31572 2004-01-28  Ronald Bultje  <rbultje@ronald.bitfreak.net>
31573
31574         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init), (gst_v4lsrc_init),
31575         (gst_v4lsrc_open), (gst_v4lsrc_close),
31576         (gst_v4lsrc_palette_to_caps), (gst_v4lsrc_srcconnect),
31577         (gst_v4lsrc_getcaps), (gst_v4lsrc_set_clock):
31578         * sys/v4l/gstv4lsrc.h:
31579         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_capture_start),
31580         (gst_v4lsrc_grab_frame), (gst_v4lsrc_capture_stop):
31581           Implement resizing... Hack. But that's why v4l is b0rked...
31582
31583 2004-01-28  Julien MOUTTE <julien@moutte.net>
31584
31585         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
31586         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy),
31587         (gst_ximagesink_ximage_put), (gst_ximagesink_xwindow_new),
31588         (gst_ximagesink_xwindow_destroy):
31589         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
31590         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy),
31591         (gst_xvimagesink_xwindow_new), (gst_xvimagesink_xwindow_destroy),
31592         (gst_xvimagesink_xwindow_resize), (gst_xvimagesink_get_xv_support),
31593         (gst_xvimagesink_xcontext_get): Removing some useless debugs messages,
31594         correctly cleaning the image created to check xshm calls on succes,
31595         added a lot of XSync calls in X11 functions, and fixed a segfault when
31596         no image format was defined before negotiation happened.
31597
31598 2004-01-28  Benjamin Otte  <in7y118@public.uni-hamburg.de>
31599
31600         * ext/alsa/gstalsa.c: (gst_alsa_query_func):
31601           use gst_element_get_time to get correct time
31602
31603 2004-01-28  Julien MOUTTE  <julien@moutte.net>
31604
31605         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xerror),
31606         (gst_ximagesink_check_xshm_calls), (gst_ximagesink_ximage_destroy),
31607         (gst_ximagesink_xcontext_get), (gst_ximagesink_class_init):
31608         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xerror),
31609         (gst_xvimagesink_check_xshm_calls),
31610         (gst_xvimagesink_xvimage_destroy), (gst_xvimagesink_xcontext_get): Our
31611         X plugins are now able to detect that XShm calls will fail even if the
31612         server claims that it has XShm support (remote displays most of the
31613         time). We then log the error as a GST_DEBUG and set use_shm to FALSE
31614         so that we use non XShm functions. This feature is almost useless for
31615         xvimagesink as Xv is not supported on remote displays anyway, but
31616         it might happen than even on the local display XShm calls fail.
31617
31618 2004-01-27  David Schleef  <ds@schleef.org>
31619
31620         * ext/esd/esdsink.c: (gst_esdsink_class_init), (gst_esdsink_init),
31621         (gst_esdsink_link), (gst_esdsink_get_time), (gst_esdsink_chain),
31622         (gst_esdsink_change_state):  Fix sync issues in esdsink.  Also
31623         changed esdsink to only use 44100,16,2, since esd sucks at rate
31624         conversion and esdsink has had difficulty negotiating.
31625
31626 2004-01-27  Julien MOUTTE <julien@moutte.net>
31627
31628         * gst-libs/gst/play/gstplay.c: (gst_play_tick_callback),
31629         (gst_play_seek_to_time): Fixing the way to get current position.
31630
31631 2004-01-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
31632
31633         * sys/oss/gstosssink.c: (gst_osssink_sink_query):
31634           use gst_element_get_time to get correct time
31635
31636 2004-01-27  Julien MOUTTE <julien@moutte.net>
31637
31638         * gst-libs/gst/play/gstplay.c: (gst_play_set_location): The easiest
31639         fix ever... Inverting 2 lines of code make spider autoplug correctly
31640         tagged mp3 !
31641
31642 2004-01-27  David Schleef  <ds@schleef.org>
31643
31644         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
31645         Use gst_pad_try_set_caps_nonfixed().
31646
31647 2004-01-27  David Schleef  <ds@schleef.org>
31648
31649         * gst/ac3parse/gstac3parse.c: update to checklist 5
31650         * gst/adder/gstadder.c: rewrite negotiation.  update to checklist 5
31651         * gst/audioconvert/gstaudioconvert.c: update to checklist 5
31652         * gst/audioscale/gstaudioscale.c: same
31653         * gst/auparse/gstauparse.c: same
31654         * gst/avi/gstavidemux.c: same
31655
31656 2004-01-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
31657
31658         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_handle_sink_event):
31659           stop processing after EOS
31660
31661 2004-01-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
31662
31663         * gst/asfdemux/asfheaders.h:
31664         * gst/asfdemux/gstasfdemux.c:
31665         * gst/asfdemux/gstasfmux.c: (gst_asfmux_put_guid),
31666         (gst_asfmux_put_string), (gst_asfmux_put_wav_header),
31667         (gst_asfmux_put_vid_header), (gst_asfmux_put_bmp_header):
31668           lot's of fixes to make data extraction simpler and get the code
31669           architecture and compiler independant. Add debugging category
31670         * gst/goom/gstgoom.c: (gst_goom_change_state):
31671           reset channel count on PAUSED=>READY, not READY=>PAUSED
31672
31673 2004-01-26  Colin Walters  <walters@verbum.org>
31674
31675         * ext/gnomevfs/gstgnomevfssrc.c (gst_gnomevfssrc_get): Remove ugly
31676         code to pull a bigger buffer in iradio mode.  This as a side effect
31677         makes typefinding work.
31678
31679 2004-01-26  Jeremy Simon  <jesimon@libertysurf.fr>
31680
31681         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_caps_to_extradata):
31682         Fix SVQ3 decoding on PPC
31683
31684 2004-01-26  Julien MOUTTE <julien@moutte.net>
31685
31686         * gst/videoscale/gstvideoscale.c: (gst_videoscale_chain): Dunno how
31687         that one managed to stay there... Fixed.
31688
31689 2004-01-26  Jeremy Simon  <jesimon@libertysurf.fr>
31690
31691         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps),
31692         (gst_ffmpeg_caps_to_extradata), (gst_ffmpeg_caps_to_pixfmt):
31693         * gst/qtdemux/qtdemux.c: (plugin_init), (qtdemux_parse_trak),
31694         (qtdemux_video_caps):
31695         * gst/qtdemux/qtdemux.h:
31696         Add SVQ3 specific flags to qtdemux and ffmpeg
31697
31698 2004-01-26  Benjamin Otte  <in7y118@public.uni-hamburg.de>
31699
31700         * gst-libs/gst/audio/audio.h:
31701           remove buffer-frames from audio caps
31702         * gst/audioconvert/gstaudioconvert.c:
31703           fix plugin to really work.
31704
31705 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
31706
31707         * gst-libs/gst/mixer/mixer.c:
31708         * gst-libs/gst/propertyprobe/propertyprobe.c:
31709         * gst-libs/gst/tuner/tuner.c: (gst_tuner_find_norm_by_name),
31710         (gst_tuner_find_channel_by_name):
31711         * gst-libs/gst/tuner/tuner.h:
31712           Add gtk-doc style comments. Also fix a function name.
31713
31714 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
31715
31716         * ext/divx/gstdivxdec.c: (gst_divxdec_init),
31717         (gst_divxdec_negotiate):
31718           Fix for new capsnego - also fixes gst-player with divxdec.
31719
31720 2004-01-25  Julien MOUTTE  <julien@moutte.net>
31721
31722         * gst-libs/gst/play/gstplay.c: (gst_play_pipeline_setup),
31723         (gst_play_identity_handoff), (gst_play_set_location),
31724         (gst_play_set_visualization), (gst_play_connect_visualization): Another
31725         try in visualization implementation. Still have an issue with switch
31726         blocking when pulling from video_queue and only audio comes out of
31727         spider.
31728         * gst/switch/gstswitch.c: (gst_switch_release_pad),
31729         (gst_switch_poll_sinkpads), (gst_switch_class_init): Implementing pad
31730         release method. And check if the pad is usable before pulling.
31731
31732 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
31733
31734         * gst/videofilter/gstvideobalance.c: (gst_videobalance_dispose),
31735         (gst_videobalance_init),
31736         (gst_videobalance_colorbalance_list_channels),
31737         (gst_videobalance_colorbalance_set_value),
31738         (gst_videobalance_colorbalance_get_value),
31739         (gst_videobalance_update_properties),
31740         (gst_videobalance_update_tables_planar411),
31741         (gst_videobalance_planar411):
31742         * gst/videofilter/gstvideobalance.h:
31743           Implement lookup-tables. +/- 10x faster.
31744
31745 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
31746
31747         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_avih),
31748         (gst_avi_demux_stream_odml), (gst_avi_demux_stream_index):
31749           The index reading was broken. The rest worked fine, but the whole
31750           goal of my rewrite was to make avidemux readable, and this was
31751           not at all readable. Please use typed variables.
31752
31753 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
31754
31755         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_info):
31756           Additional pad usability check.
31757         * gst/mpeg1videoparse/gstmp1videoparse.c: (gst_mp1videoparse_init),
31758         (mp1videoparse_find_next_gop), (gst_mp1videoparse_time_code),
31759         (gst_mp1videoparse_real_chain):
31760           Fix MPEG video stream parsing. The original plugin had several
31761           issues, including not timestamping streams where the source was
31762           not timestamped (this happens with PTS values in mpeg system
31763           streams, but MPEG video is also a valid stream on its own so
31764           that needs timestamps too). We use the display time code for that
31765           for now. Also, if one incoming buffer contains multiple valid
31766           frames, we push them all on correctly now, including proper EOS
31767           handling. Lastly, several potential segfaults were fixed, and we
31768           properly sync on new sequence/gop headers to include them in next,
31769           not previous frames (since they're header for the next frame, not
31770           the previous). Also see #119206.
31771         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain),
31772         (bpf_from_header):
31773           Move caps setting so we only do it after finding several valid
31774           MPEG-1 fraes sequentially, not right after the first one (which
31775           might be coincidental).
31776         * gst/typefind/gsttypefindfunctions.c: (mpeg1_sys_type_find),
31777         (mpeg_video_type_find), (mpeg_video_stream_type_find),
31778         (plugin_init):
31779           Add unsynced MPEG video stream typefinding, and change some
31780           probability values so we detect streams rightly. The idea is as
31781           follows: I can have an unsynced system stream which contains
31782           video. In the current code, I would randomly get a type for either
31783           system or video stream type found, because the probabilities are
31784           being calculated rather randomly. I now use fixed values, so we
31785           always prefer system stream if that was found (and that is how it
31786           should be). If no system stream was found, we can still identity                the stream as video-only.
31787
31788 2004-01-23  Benjamin Otte  <in7y118@public.uni-hamburg.de>
31789
31790         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_avih),
31791         (gst_avi_demux_stream_odml), (gst_avi_demux_stream_index):
31792           don't write to buffer. Extract data without the need of
31793           __attribute__ ((packed))
31794
31795 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
31796
31797         * gst/typefind/gsttypefindfunctions.c: (mpeg1_parse_header),
31798         (mpeg1_sys_type_find):
31799           Fix MPEG-1 stream typefinding.
31800
31801 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
31802
31803         * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find):
31804           Fix typefinding for MPEG-1 system streams, similar to MPEG-2.
31805
31806 2004-01-23  Thomas Vander Stichele  <thomas at apestaart dot org>
31807
31808         * ext/esd/esdsink.c: (gst_esdsink_open_audio):
31809         * ext/esd/gstesd.c: (plugin_init):
31810           private debugging, better error reporting
31811
31812 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
31813
31814         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_class_init),
31815         (gst_riff_read_init), (gst_riff_read_change_state):
31816         * gst-libs/gst/riff/riff-read.h:
31817           Remove stuff fromold metadata system.
31818
31819 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
31820
31821         * ext/ogg/gstoggdemux.c:
31822           Fix wrong file comment.
31823         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_info):
31824         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_header):
31825           Add metadata reading properly.
31826
31827 2004-01-23  Thomas Vander Stichele  <thomas at apestaart dot org>
31828
31829         * ext/Makefile.am:
31830           Fix nas DIST_SUBDIRS
31831           Uraeus:
31832           Fix bug where make distcheck doesn't get run on adding stuff to
31833           the build.
31834
31835 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
31836
31837         * ext/divx/gstdivxdec.c: (gst_divxdec_init), (gst_divxdec_setup):
31838         * ext/divx/gstdivxdec.h:
31839           Fix divx3 ("msmpeg4") playback using divxdec.
31840
31841 2004-01-23  Benjamin Otte  <in7y118@public.uni-hamburg.de>
31842
31843         * gst/typefind/gsttypefindfunctions.c:
31844         (mp3_type_frame_length_from_header): fix bug in length computation
31845         (mp3_type_find): improve debugging output
31846
31847 2004-01-23  Julien MOUTTE  <julien@moutte.net>
31848
31849         * gst-libs/gst/play/gstplay.c: (gst_play_pipeline_setup),
31850         (gst_play_set_location), (gst_play_seek_to_time),
31851         (gst_play_set_audio_sink), (gst_play_set_visualization),
31852         (gst_play_connect_visualization), (gst_play_get_sink_element): Reworked
31853         the pipeline from scratch. Visualization is back and switch went out as
31854         i realized it was not possible to use the way i wanted.
31855         * sys/ximage/ximagesink.c: (gst_ximagesink_imagepool_clear),
31856         (gst_ximagesink_change_state), (gst_ximagesink_dispose): Move xcontext
31857         clearing in state change from READY to NULL. So that one can clean the
31858         X ressources keeping the element.
31859         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
31860         (gst_xvimagesink_imagepool_clear), (gst_xvimagesink_change_state),
31861         (gst_xvimagesink_colorbalance_set_value),
31862         (gst_xvimagesink_colorbalance_get_value),
31863         (gst_xvimagesink_set_property), (gst_xvimagesink_dispose),
31864         (gst_xvimagesink_init): Same xcontext cleaning than ximagesink in state
31865         change from READY to NULL and fixed some stupid bugs in colorbalance
31866         get/set values. Also added the following feature : when nobody tries to
31867         set some values to the colorbalance levels before the xcontext is
31868         grabbed, then when creating channels list from Xv attributes we set the
31869         internal values to the Xv defaults. This way we handle buggy Xv drivers
31870         that set default hue values far from the middle of the range (Thanks
31871         to Jon Trowbridge for pointing that issue).
31872         * sys/xvimage/xvimagesink.h: Adding a cb_changed boolean to know if
31873         colorbalance levels have been set before xcontext is grabbed.
31874
31875 2004-01-22  Ronald Bultje  <rbultje@ronald.bitfreak.net>
31876
31877         * sys/oss/gstosselement.c: (gst_osselement_class_probe_devices):
31878           Fix the ossmixer case where we shouldn't open /dev/dsp* because
31879           it might block operations (which is bad for a mixer).
31880
31881 2004-01-22  Thomas Vander Stichele  <thomas at apestaart dot org>
31882
31883         * gst-libs/gst/media-info/media-info-priv.c: (have_type_callback),
31884         (deep_notify_callback), (gmi_set_decoder), (gmi_clear_decoder),
31885         (gmip_find_type_pre):
31886         * gst-libs/gst/media-info/media-info-priv.h:
31887         * gst-libs/gst/media-info/media-info.c:
31888         (gst_media_info_instance_init), (gst_media_info_read_idler):
31889         add fakesink to get caps on decoder src pad again
31890         fix callback prototype to match new have_type signal signature
31891
31892 2004-01-22  Thomas Vander Stichele  <thomas at apestaart dot org>
31893
31894         * gst/adder/gstadder.c: (gst_adder_link):
31895           fix non-compile and cut-n-paste code
31896
31897 2004-01-21  David Schleef  <ds@schleef.org>
31898
31899         * ext/swfdec/gstswfdec.c: (gst_swfdec_video_getcaps),
31900         (gst_swfdec_video_link), (copy_image), (gst_swfdec_loop),
31901         (gst_swfdec_init), (gst_swfdec_change_state):
31902         * ext/swfdec/gstswfdec.h:
31903         Fix negotiation.
31904         * gst/adder/gstadder.c: (gst_adder_link), (gst_adder_init),
31905         (gst_adder_request_new_pad): Fix negotiation.
31906         * gst/goom/gstgoom.c: (gst_goom_init), (gst_goom_src_fixate):
31907         Add a fixate function.
31908         * gst/intfloat/gstfloat2int.c:
31909         * gst/intfloat/gstfloat2int.h:
31910         * gst/intfloat/gstint2float.c:
31911         * gst/intfloat/gstint2float.h:
31912         Completely rewrite the negotiation.  Doesn't quite work yet,
31913         due to some buffer-frames problem.
31914
31915 2004-01-21  Thomas Vander Stichele  <thomas at apestaart dot org>
31916
31917         * ext/gnomevfs/gstgnomevfssrc.c:
31918         * sys/v4l2/v4l2_calls.h:
31919           fix includes for distcheck
31920
31921 2004-01-21  Christian Schaller <uraeus@gnome.org>
31922
31923         * ext/nas/
31924         Add libnas (network audio system) plugin, patch from Arwed von Merkatz
31925         based on earlier patch from Laurent Vivier
31926
31927 2004-01-20  Jeremy Simon  <jesimon@libertysurf.fr>
31928
31929         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_caps_to_extradata):
31930         Fix wma caps property
31931         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_audio_caps):
31932         Fix typo (flags1 and flags2)
31933
31934 2004-01-20  Thomas Vander Stichele  <thomas at apestaart dot org>
31935
31936         * gst-libs/gst/media-info/media-info-priv.c:
31937         (deep_notify_callback), (gmi_seek_to_track), (gmi_get_decoder),
31938         (gmip_find_type_pre), (gmip_find_type), (gmip_find_stream_post),
31939         (gmip_find_stream), (gmip_find_track_metadata),
31940         (gmip_find_track_streaminfo_post), (gmip_find_track_streaminfo),
31941         (gmip_find_track_format):
31942         * gst-libs/gst/media-info/media-info-priv.h:
31943         * gst-libs/gst/media-info/media-info-test.c: (main):
31944         * gst-libs/gst/media-info/media-info.c: (gst_media_info_init),
31945         (gst_media_info_read_idler), (gst_media_info_read):
31946         * gst-libs/gst/media-info/media-info.h:
31947           register debugging category and use it for debugging
31948
31949 2004-01-20  Thomas Vander Stichele  <thomas at apestaart dot org>
31950
31951         * ext/vorbis/vorbisfile.c: (gst_vorbisfile_update_streaminfo),
31952         (gst_vorbisfile_new_link):
31953           signal streaminfo through tags
31954
31955 2004-01-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
31956
31957         * ext/mplex/gstmplex.cc:
31958         * ext/mplex/gstmplexibitstream.cc:
31959           g++ doesn't like NULL in our i18n/error macros, should be
31960           either (NULL) or ("").
31961
31962 2004-01-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
31963
31964         * sys/dxr3/dxr3audiosink.c:
31965         * sys/dxr3/dxr3init.c:
31966         * sys/dxr3/dxr3spusink.c: (dxr3spusink_close):
31967         * sys/dxr3/dxr3videosink.c: (dxr3videosink_close):
31968           Fix more error error error errors (missing includes here).
31969
31970 2004-01-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
31971
31972         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
31973           fix thomas' error errors.
31974
31975 2004-01-20  Thomas Vander Stichele  <thomas at apestaart dot org>
31976
31977         * ext/mpeg2enc/gstmpeg2enc.cc:
31978           fix error errors.
31979
31980 2004-01-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
31981
31982         * ext/divx/gstdivxdec.c: (gst_divxdec_setup), (gst_divxdec_chain):
31983         * ext/divx/gstdivxenc.c: (gst_divxenc_setup), (gst_divxenc_chain):
31984           Fix for new error system.
31985
31986 2004-01-20  Thomas Vander Stichele  <thomas at apestaart dot org>
31987
31988         * ext/divx/gstdivxenc.c: (gst_divxenc_setup), (gst_divxenc_chain):
31989           fix for new error reporting
31990
31991 2004-01-20  David Schleef  <ds@schleef.org>
31992
31993         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents),
31994         (gst_ximagesink_xcontext_get), (gst_ximagesink_getcaps),
31995         (gst_ximagesink_set_xwindow_id): Change to using a framerate
31996         of [1,100] instead of [0,MAX], since 0 isn't handled correctly,
31997         and neither is 100+, most likely.
31998         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
31999         (gst_xvimagesink_getcaps): same
32000
32001 2004-01-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
32002
32003         * configure.ac:
32004           Up version requirement to 2.0.3 (not yet released) to avoid symbol
32005           clashes with ffmpeg.
32006
32007 2004-01-20  Julien MOUTTE  <julien@moutte.net>
32008
32009         * gst/switch/gstswitch.c: (gst_switch_request_new_pad),
32010         (gst_switch_init): Fixed switch element : proxying link and setting
32011         caps from src to sink on request.
32012
32013 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
32014
32015         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay):
32016         * sys/v4l2/v4l2-overlay_calls.c: (gst_v4l2_set_display),
32017         (gst_v4l2_set_window), (gst_v4l2_enable_overlay):
32018         fix element_error
32019
32020 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
32021
32022         * sys/v4l/v4l_calls.h:
32023         * sys/v4l2/v4l2_calls.h:
32024           element_error fixes
32025
32026 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
32027
32028         * gst-libs/gst/gst-i18n-plugin.h:
32029           add locale.h
32030           remove config.h inclusion
32031
32032 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
32033
32034         * autogen.sh:
32035           adding autopoint invocation
32036         * Makefile.am:
32037         * configure.ac:
32038         * gst-libs/gst/gettext.h:
32039           adding gettext bits
32040         * ext/audiofile/gstafsink.c: (gst_afsink_plugin_init):
32041         * ext/audiofile/gstafsrc.c: (gst_afsrc_plugin_init):
32042         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
32043         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file),
32044         (gst_gnomevfssink_close_file):
32045         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_open_file):
32046         * ext/sndfile/gstsf.c: (gst_sf_loop), (plugin_init):
32047         * gst-libs/gst/gst-i18n-plugin.h:
32048         * gst/avi/gstavi.c: (plugin_init):
32049         * sys/dxr3/dxr3init.c: (plugin_init):
32050         * sys/dxr3/dxr3videosink.c: (dxr3videosink_write_data):
32051         * sys/oss/gstossaudio.c: (plugin_init):
32052         * sys/oss/gstosselement.c: (gst_osselement_open_audio):
32053         * sys/v4l/gstv4l.c: (plugin_init):
32054         * sys/v4l/v4l_calls.c: (gst_v4l_open):
32055         * sys/v4l2/gstv4l2.c: (plugin_init):
32056         * sys/v4l2/v4l2_calls.c: (gst_v4l2_get_capabilities),
32057         (gst_v4l2_fill_lists), (gst_v4l2_get_norm), (gst_v4l2_set_norm),
32058         (gst_v4l2_get_input), (gst_v4l2_set_input), (gst_v4l2_get_output),
32059         (gst_v4l2_set_output), (gst_v4l2_get_frequency),
32060         (gst_v4l2_set_frequency), (gst_v4l2_signal_strength),
32061         (gst_v4l2_get_attribute), (gst_v4l2_set_attribute):
32062           make sure locale and translation domain are set
32063           fix translated strings
32064         * po/.cvsignore:
32065         * po/LINGUAS:
32066         * po/Makevars:
32067         * po/POTFILES.in:
32068         * po/nl.po:
32069           put translation files into place
32070         * sys/xvideo/imagetest.c: (main):
32071         * ext/dv/demo-play.c: (main):
32072           fix unnecessary translations
32073
32074 2004-01-19  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
32075
32076         * ext/sndfile/gstsf.c:
32077         * gst/avi/gstavimux.c:
32078         * ext/audiofile/gstafsink.c:
32079         * ext/audiofile/gstafsrc.c:
32080         * ext/gnomevfs/gstgnomevfssink.c:
32081         * ext/gnomevfs/gstgnomevfssrc.c:
32082         * sys/oss/gstosselement.c:
32083         * sys/v4l/v4l_calls.h:
32084           fix i18n include
32085
32086 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
32087
32088         * sys/v4l2/v4l2_calls.c: (gst_v4l2_get_capabilities),
32089         (gst_v4l2_fill_lists), (gst_v4l2_open), (gst_v4l2_get_norm),
32090         (gst_v4l2_set_norm), (gst_v4l2_get_input), (gst_v4l2_set_input),
32091         (gst_v4l2_get_output), (gst_v4l2_set_output),
32092         (gst_v4l2_get_frequency), (gst_v4l2_set_frequency),
32093         (gst_v4l2_signal_strength), (gst_v4l2_get_attribute),
32094         (gst_v4l2_set_attribute):
32095         update to new error handling
32096
32097 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
32098
32099         * ext/sidplay/gstsiddec.cc:
32100         * gst/modplug/gstmodplug.cc:
32101           parenthese NULL because C++ seems angry about it
32102
32103 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
32104
32105         * gst-libs/gst/gst-i18n-plugin.h:
32106           add skeleton i18n stuff, but needs to be further implemented
32107
32108 2004-01-18  Thomas Vander Stichele  <thomas at apestaart dot org>
32109
32110         * examples/gstplay/player.c: (main):
32111         * ext/aalib/gstaasink.c: (gst_aasink_open):
32112         * ext/alsa/gstalsa.c: (gst_alsa_link), (gst_alsa_xrun_recovery):
32113         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
32114         * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
32115         * ext/audiofile/gstafsink.c: (gst_afsink_open_file),
32116         (gst_afsink_close_file):
32117         * ext/audiofile/gstafsrc.c: (gst_afsrc_open_file),
32118         (gst_afsrc_close_file):
32119         * ext/divx/gstdivxdec.c: (gst_divxdec_setup), (gst_divxdec_chain):
32120         * ext/dv/gstdvdec.c: (gst_dvdec_loop):
32121         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_user_op), (dvdnavsrc_get):
32122         * ext/esd/esdmon.c: (gst_esdmon_get):
32123         * ext/esd/esdsink.c: (gst_esdsink_chain):
32124         * ext/faac/gstfaac.c: (gst_faac_chain):
32125         * ext/faad/gstfaad.c: (gst_faad_chain):
32126         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_chain):
32127         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_loop):
32128         * ext/ffmpeg/gstffmpegmux.c: (gst_ffmpegmux_loop):
32129         * ext/flac/gstflacdec.c: (gst_flacdec_error_callback),
32130         (gst_flacdec_loop):
32131         * ext/flac/gstflacenc.c: (gst_flacenc_chain):
32132         * ext/flac/gstflactag.c: (gst_flac_tag_chain):
32133         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_chain):
32134         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file),
32135         (gst_gnomevfssink_close_file):
32136         * ext/gnomevfs/gstgnomevfssrc.c: (audiocast_init),
32137         (gst_gnomevfssrc_open_file):
32138         * ext/ivorbis/vorbisfile.c: (gst_ivorbisfile_loop):
32139         * ext/lame/gstlame.c: (gst_lame_sink_link), (gst_lame_chain):
32140         * ext/lcs/gstcolorspace.c: (gst_colorspace_srcconnect_func):
32141         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event),
32142         (gst_id3_tag_do_typefind), (gst_id3_tag_chain):
32143         * ext/mad/gstmad.c: (gst_mad_chain):
32144         * ext/mikmod/gstmikmod.c: (gst_mikmod_loop):
32145         * ext/mpeg2dec/gstmpeg2dec.c:
32146         * ext/mpeg2enc/gstmpeg2enc.cc:
32147         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
32148         * ext/mplex/gstmplex.cc:
32149         * ext/mplex/gstmplexibitstream.cc:
32150         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain),
32151         (gst_ogg_demux_push), (gst_ogg_pad_push):
32152         * ext/raw1394/gstdv1394src.c:
32153         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_lock),
32154         (gst_sdlvideosink_initsdl), (gst_sdlvideosink_create):
32155         * ext/sidplay/gstsiddec.cc:
32156         * ext/sndfile/gstsf.c: (gst_sf_open_file), (gst_sf_close_file),
32157         (gst_sf_loop):
32158         * ext/speex/gstspeexenc.c: (gst_speexenc_chain):
32159         * ext/tarkin/gsttarkindec.c: (gst_tarkindec_chain):
32160         * ext/tarkin/gsttarkinenc.c: (gst_tarkinenc_chain):
32161         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_chain):
32162         * ext/vorbis/vorbisfile.c: (gst_vorbisfile_loop):
32163         * ext/xvid/gstxviddec.c: (gst_xviddec_setup), (gst_xviddec_chain):
32164         * ext/xvid/gstxvidenc.c: (gst_xvidenc_setup), (gst_xvidenc_chain):
32165         * gst-libs/gst/Makefile.am:
32166         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head),
32167         (gst_riff_read_element_data), (gst_riff_read_seek),
32168         (gst_riff_peek_list), (gst_riff_read_list), (gst_riff_read_header):
32169         * gst/adder/gstadder.c: (gst_adder_parse_caps), (gst_adder_loop):
32170         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_segment),
32171         (gst_asf_demux_process_stream), (gst_asf_demux_get_stream):
32172         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_init),
32173         (gst_avi_demux_add_stream), (gst_avi_demux_stream_header):
32174         * gst/avi/gstavimux.c: (gst_avimux_stop_file):
32175         * gst/flx/gstflxdec.c: (gst_flxdec_loop):
32176         * gst/goom/gstgoom.c: (gst_goom_chain):
32177         * gst/id3/gstid3types.c: (gst_id3types_loop):
32178         * gst/intfloat/gstfloat2int.c: (gst_float2int_loop):
32179         * gst/intfloat/gstint2float.c: (gst_int2float_chain_gint16):
32180         * gst/matroska/ebml-read.c: (gst_ebml_read_element_id),
32181         (gst_ebml_read_element_length), (gst_ebml_read_element_data),
32182         (gst_ebml_read_seek), (gst_ebml_read_uint), (gst_ebml_read_sint),
32183         (gst_ebml_read_float), (gst_ebml_read_header):
32184         * gst/matroska/matroska-demux.c: (gst_matroska_demux_init_stream),
32185         (gst_matroska_demux_parse_blockgroup):
32186         * gst/modplug/gstmodplug.cc:
32187         * gst/monoscope/gstmonoscope.c: (gst_monoscope_chain):
32188         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_loop):
32189         * gst/oneton/gstoneton.c: (gst_oneton_chain):
32190         * gst/silence/gstsilence.c: (gst_silence_get):
32191         * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
32192         * gst/smpte/gstsmpte.c: (gst_smpte_loop):
32193         * gst/speed/gstspeed.c: (speed_loop):
32194         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_chain):
32195         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
32196         * gst/volenv/gstvolenv.c: (gst_volenv_chain):
32197         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain):
32198         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt),
32199         (gst_wavparse_loop):
32200         * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_open),
32201         (dxr3audiosink_set_mode_pcm), (dxr3audiosink_set_mode_ac3),
32202         (dxr3audiosink_close):
32203         * sys/dxr3/dxr3spusink.c: (dxr3spusink_open), (dxr3spusink_close):
32204         * sys/dxr3/dxr3videosink.c: (dxr3videosink_open),
32205         (dxr3videosink_close), (dxr3videosink_write_data):
32206         * sys/oss/gstosselement.c: (gst_osselement_open_audio):
32207         * sys/oss/gstosselement.h:
32208         * sys/oss/gstosssink.c: (gst_osssink_get_type), (gst_osssink_init),
32209         (gst_osssink_chain):
32210         * sys/oss/gstosssrc.c: (gst_osssrc_get):
32211         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_chain):
32212         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_buffer_free):
32213         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_buffer_free):
32214         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_window),
32215         (gst_v4l_enable_overlay):
32216         * sys/v4l/v4l_calls.c: (gst_v4l_get_capabilities), (gst_v4l_open),
32217         (gst_v4l_set_chan_norm), (gst_v4l_get_signal),
32218         (gst_v4l_get_frequency), (gst_v4l_set_frequency),
32219         (gst_v4l_get_picture), (gst_v4l_set_picture), (gst_v4l_get_audio),
32220         (gst_v4l_set_audio):
32221         * sys/v4l/v4l_calls.h:
32222         * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_sync_thread),
32223         (gst_v4lmjpegsink_queue_frame), (gst_v4lmjpegsink_set_playback),
32224         (gst_v4lmjpegsink_playback_init),
32225         (gst_v4lmjpegsink_playback_start):
32226         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_queue_frame),
32227         (gst_v4lmjpegsrc_sync_next_frame), (gst_v4lmjpegsrc_set_capture),
32228         (gst_v4lmjpegsrc_set_capture_m), (gst_v4lmjpegsrc_capture_init),
32229         (gst_v4lmjpegsrc_requeue_frame):
32230         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_queue_frame),
32231         (gst_v4lsrc_sync_frame), (gst_v4lsrc_capture_init),
32232         (gst_v4lsrc_requeue_frame), (gst_v4lsrc_try_palette):
32233         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_get):
32234         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
32235         (gst_v4l2src_queue_frame), (gst_v4l2src_grab_frame),
32236         (gst_v4l2src_get_capture), (gst_v4l2src_set_capture),
32237         (gst_v4l2src_capture_init), (gst_v4l2src_capture_start),
32238         (gst_v4l2src_capture_stop):
32239         * sys/vcd/vcdsrc.c: (vcdsrc_open_file):
32240         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
32241         (gst_ximagesink_chain):
32242         * sys/xvideo/xvideosink.c: (gst_xvideosink_buffer_new),
32243         (gst_xvideosink_sinkconnect), (gst_xvideosink_chain),
32244         (gst_xvideosink_xwindow_new):
32245         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
32246         (gst_xvimagesink_chain):
32247         use new error signal, function and categories
32248
32249 2004-01-18  Jeremy Simon <jesimon@libertysurf.fr>
32250
32251         * configure.ac:
32252         * ext/Makefile.am:
32253         * ext/musicbrainz/gsttrm.c:
32254         * ext/musicbrainz/gsttrm.h:
32255         * ext/musicbrainz/Makefile.am:
32256         Add a trm plugin
32257
32258 2004-01-18  Julien MOUTTE  <julien@moutte.net>
32259
32260         * sys/ximage/ximagesink.c: (gst_ximagesink_set_property),
32261         (gst_ximagesink_get_property), (gst_ximagesink_class_init): Adding
32262         synchronous property for debugging.
32263         * sys/ximage/ximagesink.h: Adding the synchronous boolean flag.
32264         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
32265         (gst_xvimagesink_set_property): Moving a pointer declaration to a
32266         smaller block, fixing indent.
32267
32268 2004-01-16  David Schleef  <ds@schleef.org>
32269
32270         * gst/videofilter/gstvideobalance.c: Fix regression; changing a
32271         property affects the video stream.
32272         * sys/xvimage/xvimagesink.c:
32273         * sys/xvimage/xvimagesink.h:
32274         Add synchronous property for debugging.  Should probably be
32275         disabled in non-CVS builds.  Make sure that the Xv attribute
32276         exists before we set it (crash!).  Fix a silly float bug that
32277         caused colorbalance to just not work.
32278
32279 2004-01-17  Christian Schaller <Uraeus@gnome.org>
32280
32281         * tools/gst-launch-ext.in - update for new plugins
32282
32283 2004-01-16  David Schleef  <ds@schleef.org>
32284
32285         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_connect): Fix use of
32286         already-freed caps.
32287
32288 2994-01-16  Christian Schaller <Uraeus@gnome.org>
32289
32290         * Update spec for new colorspace plugin and libcaca plugin
32291         * Fix compilation of libcaca plugin (clock -> id)
32292
32293 2004-01-16  Julien MOUTTE <julien@moutte.net>
32294
32295         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_update_colorbalance),
32296         (gst_xvimagesink_xcontext_get), (gst_xvimagesink_change_state),
32297         (gst_xvimagesink_set_xwindow_id),
32298         (gst_xvimagesink_colorbalance_set_value),
32299         (gst_xvimagesink_colorbalance_get_value),
32300         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
32301         (gst_xvimagesink_init), (gst_xvimagesink_class_init): Implementing
32302         correct colorbalance properties. They can now be set when the element
32303         is still in NULL state. The values will be committed to the Xv Port
32304         when xcontext is initialized.
32305         * sys/xvimage/xvimagesink.h: Added hue, saturation, contrast,
32306         brightness int values in the GstXvImagesink structure.
32307
32308 2004-01-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
32309
32310         * gst-libs/gst/Makefile.am:
32311           restructure so having local patches works easier.
32312
32313 2004-01-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
32314
32315         * ext/mpeg2enc/Makefile.am:
32316         * ext/mpeg2enc/gstmpeg2enc.cc:
32317         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
32318           Bugfix with respect to EOS handling.
32319
32320 2004-01-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
32321
32322         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_connect):
32323           Link with right caps (else, it segfaults).
32324         * ext/mplex/gstmplexjob.cc:
32325           Fix for slight API change in 1.6.1.93 release of mjpegtools.
32326
32327 2004-01-15  David Schleef  <ds@schleef.org>
32328
32329         * gst-libs/gst/audio/Makefile.am:
32330         Add gstaudiofiltertemplate.c and building of gstaudiofilterexample.c
32331         from the template.
32332         * gst-libs/gst/audio/gstaudiofilter.c:
32333         * gst-libs/gst/audio/gstaudiofilter.h:
32334         Add bytes_per_sample and size and n_samples calculation.
32335         * gst-libs/gst/audio/gstaudiofilterexample.c:
32336         Remove, now autogenerated.
32337         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
32338         Moved from gstaudiofilterexample, object name changed, code added
32339         so that it actually works.
32340         * gst-libs/gst/audio/make_filter:
32341         Script to build an audiofilter subclass from the template.
32342         * gst/colorspace/Makefile.am:
32343         * gst/colorspace/yuv2yuv.c:
32344         Remove file, since it's GPL, and we don't use it.
32345
32346 2004-01-15  Julien MOUTTE  <julien@moutte.net>
32347
32348         * sys/ximage/ximagesink.c: (gst_ximagesink_chain):
32349         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain): Making both of
32350         them use the buffer free function to test how the buffer was allocated.
32351
32352 2004-01-15  David Schleef  <ds@schleef.org>
32353
32354         * ext/esd/esdsink.c: (gst_esdsink_class_init): Remove property
32355         that handles osssink fallback.
32356         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init),
32357         (gst_audio_convert_getcaps):
32358         * gst/qtdemux/qtdemux.c: (qtdemux_audio_caps):
32359         Add audio/x-qdm2 for QDM2 audio.
32360         * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
32361         * gst/sine/gstsinesrc.h: Add example of how to implement tags.
32362         * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps):
32363         Decrease minimum size to 16x16.
32364         * gst/wavparse/gstwavparse.c:
32365         Convert disabled pad template caps to new caps.
32366         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
32367         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
32368         (gst_xvimagesink_chain): Throw element error when display cannot
32369         be opened.  Increase minimum framerate to 1.0.  Check the data
32370         free function on a buffer to make sure it is the type we expect
32371         before manipulating it.
32372
32373 2004-01-15  Julien MOUTTE <julien@moutte.net>
32374
32375         * gst/videofilter/gstvideobalance.c: (gst_videobalance_init),
32376         (gst_videobalance_colorbalance_set_value): Implement passthru if
32377         settings are in the middle.
32378         * tools/gst-launch-ext.in: Stop using xvideosink, use ximagesink.
32379
32380 2004-01-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
32381
32382         * gst/videofilter/Makefile.am:
32383         * gst/volume/Makefile.am:
32384           Since we use videofilter symbols, link to it.
32385
32386 2004-01-15  Julien MOUTTE <julien@moutte.net>
32387
32388         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_interface_init): Setting
32389         mixer interface type to HARDWARE.
32390         * gst-libs/gst/mixer/mixer.c: (gst_mixer_class_init): Adding a default
32391         type to SOFTWARE.
32392         * gst-libs/gst/mixer/mixer.h: Adding mixer interface type and macro.
32393         * gst-libs/gst/mixer/mixertrack.h: Adding mixertrack flag SOFTWARE.
32394         * gst/volume/gstvolume.c: (gst_volume_interface_supported),
32395         (gst_volume_interface_init), (gst_volume_list_tracks),
32396         (gst_volume_set_volume), (gst_volume_get_volume),
32397         (gst_volume_set_mute), (gst_volume_mixer_init),
32398         (gst_volume_dispose), (gst_volume_get_type), (volume_class_init),
32399         (volume_init): Implementing mixer interface.
32400         * gst/volume/gstvolume.h: Adding tracklist for mixer interface.
32401         * sys/oss/gstosselement.c: (gst_osselement_get_type),
32402         (gst_osselement_change_state): Removing some trailing commas in
32403         structures.
32404         * sys/oss/gstossmixer.c: (gst_ossmixer_interface_init): Setting mixer
32405         interface type to HARDWARE.
32406         * sys/v4l/gstv4lcolorbalance.c:
32407         (gst_v4l_color_balance_interface_init): Setting colorbalance interface
32408         type to HARDWARE.
32409         * sys/v4l2/gstv4l2colorbalance.c:
32410         (gst_v4l2_color_balance_interface_init): Setting colorbalance
32411         interface type to HARDWARE.
32412         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain): use exactly the
32413         same code than ximagesink for event handling.
32414
32415 2004-01-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
32416
32417         * ext/snapshot/Makefile.am:
32418         * ext/snapshot/gstsnapshot.c: (gst_snapshot_sinkconnect),
32419         (gst_snapshot_chain):
32420         * ext/snapshot/gstsnapshot.h:
32421           This has to be a joke... Snapshot should be connected to a tee,
32422           colorspace element before it and EOS after that, where the other
32423           src of the tee receives normal data.
32424           The current way is *wrong*.
32425
32426 2004-01-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
32427
32428         * ext/hermes/gsthermescolorspace.c:
32429           Fix another compile error. Same as below.
32430
32431 2004-01-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
32432
32433         * gst/colorspace/gstcolorspace.c:
32434         * gst/colorspace/yuv2yuv.c: (gst_colorspace_yuy2_to_i420),
32435         (gst_colorspace_i420_to_yv12):
32436           Fix compiling... Didn't test if it actually works.
32437
32438 2004-01-15  David Schleef  <ds@schleef.org>
32439
32440         * configure.ac:
32441         * gst/colorspace/Makefile.am:
32442         * gst/colorspace/gstcolorspace.c:
32443         * gst/colorspace/gstcolorspace.h:
32444         * gst/colorspace/yuv2rgb.c:
32445         * gst/colorspace/yuv2rgb.h:
32446         Duplicate the ext/hermes colorspace plugin, and remove Hermes
32447         code and GPL code.  Fix for new caps negotiation.  Rewrite
32448         much of the format handling code, and some of the conversion
32449         code.  Basically, rewrote almost everything.  This element
32450         handles I420, YV12 to RGB conversions.
32451         * ext/hermes/Makefile.am:
32452         * ext/hermes/gsthermescolorspace.c:
32453         Rename colorspace to hermescolorspace.  Fix negotiation issues.
32454         Remove non-Hermes related code.  This element handles lots of
32455         RGB to RGB conversions, but no YUV.
32456         * ext/hermes/gstcolorspace.c:
32457         * ext/hermes/gstcolorspace.h:
32458         * ext/hermes/rgb2yuv.c:
32459         * ext/hermes/yuv2rgb.c:
32460         * ext/hermes/yuv2rgb.h:
32461         * ext/hermes/yuv2rgb_mmx16.s:
32462         * ext/hermes/yuv2yuv.c:
32463         * ext/hermes/yuv2yuv.h:
32464         Remove old code.
32465
32466 2004-01-14  Colin Walters  <walters@verbum.org>
32467
32468         * ext/mad/gstid3tag.c (gst_id3_tag_chain): Don't nego caps if
32469         they've already been.
32470
32471 2004-01-15  Benjamin Otte  <in7y118@public.uni-hamburg.de>
32472
32473         * ext/mad/gstid3tag.c: (gst_id3_tag_do_caps_nego):
32474           assume tag mode when pad is not connected
32475
32476 2004-01-15  Benjamin Otte  <in7y118@public.uni-hamburg.de>
32477
32478         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
32479           Don't update the time of the clock
32480         (gst_alsa_sink_loop):
32481           sync to the clock given to alsasink, not the own clock
32482         * sys/oss/gstosssink.c: (gst_osssink_chain):
32483           sync to the clock
32484         (gst_osssink_change_state):
32485           activate the clock
32486         * sys/ximage/ximagesink.c: (gst_ximagesink_chain):
32487         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain):
32488           remove bogus code that made DISCONT events unhandled
32489         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_video_caps):
32490           explicitly case to double in _set_simple. (fixes 2nd warning in bug
32491           #131502)
32492         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_read_object_header),
32493         (gst_asf_demux_handle_sink_event), (gst_asf_demux_audio_caps),
32494         (gst_asf_demux_add_audio_stream), (gst_asf_demux_video_caps):
32495           convert g_warning because of wrong asf data to GST_WARNINGs (fixes
32496           2nd warning in bug #131502)
32497
32498 2004-01-14  Julien MOUTTE  <julien@moutte.net>
32499
32500         * gst/videofilter/gstvideobalance.c: (gst_videobalance_init),
32501         (gst_videobalance_colorbalance_set_value),
32502         (gst_videobalance_colorbalance_get_value): Fixing videobalance ranges
32503         for colorbalance interface implementation.
32504         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
32505         (gst_ximagesink_set_property), (gst_ximagesink_get_property),
32506         (gst_ximagesink_dispose), (gst_ximagesink_init),
32507         (gst_ximagesink_class_init): Adding DISPLAY property.
32508         * sys/ximage/ximagesink.h: Adding display_name to store display.
32509         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
32510         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
32511         (gst_xvimagesink_dispose), (gst_xvimagesink_init),
32512         (gst_xvimagesink_class_init): Adding DISPLAY property and colorbalance
32513         properties (they still need polishing though for gst-launch use : no
32514         xcontext yet, i ll do that tomorrow).
32515         * sys/xvimage/xvimagesink.h: Adding display_name to store display.
32516
32517 2004-01-14  Julien MOUTTE  <julien@moutte.net>
32518
32519         * gst-libs/gst/play/gstplay.c: (gst_play_pipeline_setup),
32520         (gst_play_set_location), (gst_play_set_visualization): Preparing
32521         switch integration, adding videobalance in the pipeline.
32522
32523 2004-01-14  Julien MOUTTE <julien@moutte.net>
32524
32525         * gst-libs/gst/colorbalance/colorbalance.c:
32526         (gst_color_balance_class_init): Adding a default type.
32527         * gst-libs/gst/colorbalance/colorbalance.h: Adding a macro to access
32528         the type.
32529         * gst/videofilter/gstvideobalance.c: (gst_videobalance_get_type),
32530         (gst_videobalance_dispose), (gst_videobalance_class_init),
32531         (gst_videobalance_init), (gst_videobalance_interface_supported),
32532         (gst_videobalance_interface_init),
32533         (gst_videobalance_colorbalance_list_channels),
32534         (gst_videobalance_colorbalance_set_value),
32535         (gst_videobalance_colorbalance_get_value),
32536         (gst_videobalance_colorbalance_init): Implementing colorbalance
32537         interface.
32538         * gst/videofilter/gstvideobalance.h: Adding colorbalance channels
32539         list.
32540         * sys/ximage/ximagesink.c: (gst_ximagesink_set_xwindow_id): Fixing a
32541         bug which was triggering a BadAccess X error when setting an overlay
32542         before pad was really negotiated.
32543         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_colorbalance_init):
32544         Using the colorbalance type macro.
32545
32546 2004-01-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
32547
32548         * ext/flac/gstflacenc.c: (gst_flacenc_set_metadata),
32549         (gst_flacenc_chain):
32550           handle tags correctly
32551         * gst/tags/gstid3tag.c: (gst_tag_list_new_from_id3v1):
32552           extract ID3v1 tags correctly
32553
32554 2004-01-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
32555
32556         * gst/typefind/gsttypefindfunctions.c: (matroska_type_find),
32557         (plugin_init):
32558           Improve matroska typefinding for odd-typed headers...
32559
32560 2004-01-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
32561
32562         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream):
32563           Fix for using incremental number on padnames.
32564
32565 2004-01-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
32566
32567         * ext/divx/gstdivxdec.c:
32568         * ext/divx/gstdivxenc.c:
32569           Set category to divx4linux instead of divx (too generic).
32570         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
32571         (gst_wavparse_parse_fmt), (gst_wavparse_handle_sink_event),
32572         (gst_wavparse_loop), (gst_wavparse_change_state):
32573         * gst/wavparse/gstwavparse.h:
32574           fix parsing of WAV files with non-standard fmt-tag size and fix
32575           skipping of unrecognized chunks... Someone please fix this thing
32576           to use rifflib so all this is automated.
32577         * sys/v4l/Makefile.am:
32578         * sys/v4l2/Makefile.am:
32579           Add X_CFLAGS because we depend on X (for overlay).
32580
32581 2004-01-14  Jan Schmidt  <thaytan@mad.scientist.com>
32582
32583         * ext/mpeg2dec/gstmpeg2dec.c:
32584           Don't issue a timestamp unless we tagged the frame
32585           with a PTS.
32586
32587 2004-01-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
32588
32589         * gst-libs/gst/play/gstplay.c: (gst_play_tick_callback):
32590           Query the audio element to get the time, not the clock. We're
32591           interested in the element's time here.
32592
32593 2004-01-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
32594
32595         * ext/aalib/gstaasink.c: (gst_aasink_chain):
32596         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
32597         * ext/esd/esdsink.c: (gst_esdsink_chain):
32598         * ext/libcaca/gstcacasink.c: (gst_cacasink_chain):
32599         * ext/mas/massink.c: (gst_massink_chain):
32600         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_chain):
32601         * gst/matroska/matroska-demux.c: (gst_matroska_demux_parse_index),
32602         (gst_matroska_demux_parse_metadata):
32603         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_loop),
32604         (gst_mpeg_parse_release_locks):
32605         * gst/tcp/gsttcpsink.c: (gst_tcpsink_chain):
32606         * gst/udp/gstudpsink.c: (gst_udpsink_chain):
32607         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
32608         * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_chain),
32609         (gst_osssink_change_state):
32610         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_chain):
32611         * sys/ximage/ximagesink.c: (gst_ximagesink_chain):
32612         * sys/xvideo/xvideosink.c: (gst_xvideosink_chain),
32613         (gst_xvideosink_release_locks):
32614         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain):
32615           use element time.
32616         * ext/alsa/gstalsaclock.c: (gst_alsa_clock_start),
32617         (gst_alsa_clock_stop):
32618         * gst-libs/gst/audio/audioclock.c: (gst_audio_clock_set_active),
32619         (gst_audio_clock_get_internal_time):
32620           simplify for use with new clocking code.
32621         * testsuite/alsa/Makefile.am:
32622         * testsuite/alsa/sinesrc.c: (sinesrc_init), (sinesrc_force_caps):
32623           fix testsuite for new caps system
32624
32625 2004-01-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
32626
32627         * ext/flac/gstflacdec.c: (gst_flacdec_update_metadata):
32628         * ext/flac/gstflacenc.c: (add_one_tag):
32629           length is already host endian, no need to convert. Fixes playback of
32630           tagged files on PPC. (bug #128384)
32631
32632 2004-01-13  Julien MOUTTE <julien@moutte.net>
32633
32634         * gst-libs/gst/colorbalance/colorbalance.h: Adding a type to the
32635         colorbalance interface stating if it is hardware based or software
32636         based.
32637         * gst/videofilter/gstvideobalance.c: (gst_videobalance_planar411):
32638         Removing a trailing comma.
32639         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
32640         (gst_xvimagesink_colorbalance_init): Integrating a patch from Jon
32641         Trowbridge <trow@ximian.com> querying Xv adaptor for min/max value as
32642         the documentation seems to be wrong on the -1000 to 1000 interval.
32643
32644 2004-01-12  David Schleef  <ds@schleef.org>
32645
32646         * gst/debug/efence.c: (gst_efence_init), (gst_efence_chain),
32647         (gst_efence_buffer_alloc), (gst_fenced_buffer_new),
32648         (gst_fenced_buffer_default_free), (gst_fenced_buffer_default_copy):
32649         Fix negotiation.  Add a bufferalloc function for the sink pad,
32650         and generally clean up some of the code.
32651
32652 2004-01-12  Julien MOUTTE <julien@moutte.net>
32653
32654         * gst-libs/gst/colorbalance/colorbalancechannel.c:
32655         (gst_color_balance_channel_dispose): Adding safety check in dispose
32656         method.
32657         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
32658         (gst_xvimagesink_xcontext_clear),
32659         (gst_xvimagesink_interface_supported),
32660         (gst_xvimagesink_colorbalance_list_channels),
32661         (gst_xvimagesink_colorbalance_set_value),
32662         (gst_xvimagesink_colorbalance_get_value),
32663         (gst_xvimagesink_colorbalance_init), (gst_xvimagesink_get_type):
32664         Adding colorbalance interface support to set XV parameters such as
32665         HUE, BRIGHTNESS, CONTRAST, SATURATION.
32666         * sys/xvimage/xvimagesink.h: Adding the channels list for colorbalance
32667         interface.
32668
32669 2004-01-12  Thomas Vander Stichele  <thomas at apestaart dot org>
32670
32671         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_get_type),
32672         (gst_audio_convert_class_init), (gst_audioconvert_getcaps),
32673         (gst_audio_convert_init), (gst_audio_convert_set_property),
32674         (gst_audio_convert_get_property), (gst_audio_convert_chain),
32675         (gst_audio_convert_link),
32676         (gst_audio_convert_buffer_to_default_format),
32677         (gst_audio_convert_buffer_from_default_format), (plugin_init):
32678           - implement _getcaps and use it
32679           - improve linking
32680           - remove float caps since no float conversion is actually done
32681           - remove properties and arguments that were to be used for rate
32682             conversion
32683
32684 2004-01-12  Thomas Vander Stichele  <thomas at apestaart dot org>
32685
32686         * gst-libs/gst/audio/audio.c: (_gst_audio_structure_set_list),
32687         (gst_audio_structure_set_int):
32688         * gst-libs/gst/audio/audio.h:
32689           add helper functions for _getcaps matching the standard audio
32690           templates
32691
32692 2004-01-12  David Schleef  <ds@schleef.org>
32693
32694         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
32695         Test that pad is negotiated before getting its caps.
32696
32697 2004-01-12  Julien MOUTTE <julien@moutte.net>
32698
32699         * gst-libs/gst/play/gstplay.c: (gst_play_get_sink_element): When
32700         analyzing the pads of an element the bin is mostly in READY state so
32701         no caps were negotiated. This helper function needs to work with
32702         _get_caps directly then. I was not freeing them though, added that to
32703         fix the mem leak.
32704
32705 2004-01-12  Julien MOUTTE <julien@moutte.net>
32706
32707         * sys/ximage/ximagesink.c: (gst_ximagesink_chain):
32708         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain): Fixing the
32709         direct put buffers detection. I prefer checking GST_BUFFER_PRIVATE
32710         than the free_func.
32711
32712 2004-01-12  Thomas Vander Stichele  <thomas at apestaart dot org>
32713
32714         * sys/oss/gstossaudio.c: (plugin_init):
32715         * sys/oss/gstosselement.c: (gst_osselement_sync_parms):
32716         * sys/oss/gstosselement.h:
32717           make an oss debugging category
32718           make failure more descriptive
32719
32720 2004-01-11  David Schleef  <ds@schleef.org>
32721
32722         * ext/ffmpeg/gstffmpeg.c:
32723         * ext/ffmpeg/gstffmpegcodecmap.c:
32724         * ext/ffmpeg/gstffmpegdec.c:
32725         * ext/ffmpeg/gstffmpegenc.c:
32726         * ext/ffmpeg/gstffmpegprotocol.c:
32727         * ext/gdk_pixbuf/gstgdkanimation.c:
32728         * ext/jpeg/gstjpeg.c:
32729         * ext/libpng/gstpng.c:
32730         * ext/mpeg2dec/perftest.c:
32731         * ext/speex/gstspeex.c:
32732         * gst-libs/gst/resample/dtos.c:
32733         * gst/intfloat/gstintfloatconvert.c:
32734         * gst/oneton/gstoneton.c:
32735         * gst/rtjpeg/RTjpeg.c:
32736         * gst/rtp/gstrtp.c:
32737         * sys/dxr3/dxr3init.c:
32738         * sys/glsink/gstgl_nvimage.c:
32739         * sys/glsink/gstgl_pdrimage.c:
32740         * sys/glsink/gstglsink.c:
32741         * testsuite/gst-lint:
32742         Make sure everybody wraps #include "config.h" in #ifdef HAVE_CONFIG_H
32743
32744 2004-01-11  David Schleef  <ds@schleef.org>
32745
32746         * ext/alsa/gstalsasrc.c: (gst_alsa_src_set_caps):
32747         * ext/faac/gstfaac.c: (gst_faac_sinkconnect):
32748         * ext/gdk_pixbuf/gstgdkanimation.c:
32749         (gst_gdk_animation_iter_create_pixbuf):
32750         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_link),
32751         (gst_gdk_pixbuf_chain):
32752         * ext/gdk_pixbuf/gstgdkpixbuf.h:
32753         * ext/jack/gstjack.c: (gst_jack_change_state):
32754         * ext/xvid/gstxviddec.c: (gst_xviddec_sink_link):
32755         * gst-libs/gst/play/gstplay.c: (gst_play_get_sink_element):
32756         * gst-libs/gst/play/play.c: (gst_play_get_sink_element):
32757         * gst/videofilter/gstvideofilter.c:
32758         (gst_videofilter_set_output_size):
32759         Remove all usage of gst_pad_get_caps(), and replace it with
32760         gst_pad_get_allowed_caps() or gst_pad_get_negotiated_cap().
32761
32762 2004-01-11  David Schleef  <ds@schleef.org>
32763
32764         * configure.ac:
32765         * ext/Makefile.am: Fixes to make ext/libcaca compile.
32766         * ext/divx/gstdivxdec.c:
32767         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_link),
32768         (gst_gdk_pixbuf_init), (gst_gdk_pixbuf_chain): Make gdkpixbufdec
32769         handle images that span multiple buffers.  Now work with both
32770         filesrc ! gdkpixbufdec and qtdemux ! gdkpixbufdec.
32771         * ext/gdk_pixbuf/gstgdkpixbuf.h:
32772         * ext/libcaca/gstcacasink.h: Fixes needed due to recent
32773         video/video.h changes
32774         * ext/xvid/gstxvid.c: (gst_xvid_csp_to_caps): same
32775         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get),
32776         (gst_v4lmjpegsrc_buffer_free): Use buffer free function instead
32777         of GstData free function.
32778         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get), (gst_v4lsrc_buffer_free):
32779         same.
32780
32781 2004-01-12  Benjamin Otte  <in7y118@public.uni-hamburg.de>
32782
32783         * sys/v4l2/gstv4l2element.c: (gst_v4l2element_class_init),
32784         (gst_v4l2element_dispose), (gst_v4l2element_set_property),
32785         (gst_v4l2element_get_property):
32786         * sys/v4l2/v4l2_calls.c: (gst_v4l2_set_defaults), (gst_v4l2_open):
32787           add norm, channel and frequency properties.
32788         * sys/v4l2/gstv4l2tuner.c:
32789           fixes for tuner interface changes
32790         * sys/v4l2/gstv4l2element.h:
32791         * sys/v4l2/gstv4l2src.c:
32792         * sys/v4l2/gstv4l2src.h:
32793         * sys/v4l2/v4l2src_calls.c:
32794         * sys/v4l2/v4l2src_calls.h:
32795           rework v4l2src to work with saa1734 cards and allow mmaped buffers.
32796
32797 2004-01-12  Benjamin Otte  <in7y118@public.uni-hamburg.de>
32798
32799         * gst-libs/gst/tuner/tuner.c: (gst_tuner_class_init),
32800         (gst_tuner_find_norm_by_name), (gst_v4l2_find_channel_by_name),
32801         (gst_tuner_channel_changed), (gst_tuner_norm_changed),
32802         (gst_tuner_frequency_changed), (gst_tuner_signal_changed):
32803         * gst-libs/gst/tuner/tuner.h:
32804           GObjects aren't const.
32805           Add find_by_name functions.
32806           Add checks to _changed functions.
32807         * sys/v4l/gstv4ltuner.c: (gst_v4l_tuner_get_channel),
32808         (gst_v4l_tuner_get_norm):
32809           Fixes for above.
32810
32811 2004-01-12  Benjamin Otte  <in7y118@public.uni-hamburg.de>
32812
32813         * gst-libs/gst/video/video.h:
32814           Fix caps template names to be understandable.
32815           Prefix everything with GST_VIDEO.
32816         * ext/aalib/gstaasink.c:
32817         * ext/divx/gstdivxdec.c:
32818         * ext/divx/gstdivxenc.c:
32819         * ext/gdk_pixbuf/gstgdkpixbuf.c:
32820         * ext/hermes/gstcolorspace.c: (gst_colorspace_base_init):
32821         * ext/jpeg/gstjpegdec.c: (raw_caps_factory):
32822         * ext/jpeg/gstjpegenc.c: (raw_caps_factory):
32823         * ext/libcaca/gstcacasink.c:
32824         * ext/libpng/gstpngenc.c: (raw_caps_factory):
32825         * ext/snapshot/gstsnapshot.c:
32826         * ext/swfdec/gstswfdec.c:
32827         * ext/xvid/gstxviddec.c:
32828         * ext/xvid/gstxvidenc.c:
32829         * gst/chart/gstchart.c:
32830         * gst/deinterlace/gstdeinterlace.c:
32831         * gst/effectv/gsteffectv.c:
32832         * gst/flx/gstflxdec.c: (gst_flxdec_loop):
32833         * gst/goom/gstgoom.c:
32834         * gst/median/gstmedian.c:
32835         * gst/monoscope/gstmonoscope.c: (gst_monoscope_init),
32836         (gst_monoscope_srcconnect), (gst_monoscope_chain):
32837         * gst/overlay/gstoverlay.c:
32838         * gst/smooth/gstsmooth.c:
32839         * gst/smpte/gstsmpte.c:
32840         * gst/synaesthesia/gstsynaesthesia.c:
32841         * gst/videocrop/gstvideocrop.c:
32842         * gst/videodrop/gstvideodrop.c:
32843         * gst/y4m/gsty4mencode.c:
32844         * sys/qcam/gstqcamsrc.c:
32845         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_palette_to_caps):
32846           Make them work with new video.h file.
32847         * sys/ximage/ximagesink.c: (gst_ximagesink_chain),
32848         (gst_ximagesink_buffer_free), (gst_ximagesink_buffer_alloc):
32849         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain),
32850         (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc):
32851           Make it work with new buffer allocation system.
32852
32853 2004-01-11  Julien MOUTTE  <julien@moutte.net>
32854
32855         * ext/ffmpeg/gstffmpegcolorspace.c: (gst_ffmpegcsp_chain): Fixing the
32856         pad_alloc_buffer implementation to use ->srcpad
32857         * ext/hermes/gstcolorspace.c: (gst_colorspace_chain): Fixing the
32858         pad_alloc_buffer implementation to use ->srcpad
32859         * gst/videoscale/gstvideoscale.c: (gst_videoscale_chain):  Fixing the
32860         pad_alloc_buffer implementation to use ->srcpad
32861         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
32862         (gst_ximagesink_chain), (gst_ximagesink_buffer_free),
32863         (gst_ximagesink_buffer_alloc): Now only use GST_BUFFER_PRIVATE to keep
32864         a reference to everything we need.
32865         * sys/ximage/ximagesink.h: adding a reference to the sink in the image.
32866         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
32867         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_free),
32868         (gst_xvimagesink_buffer_alloc): Now only use GST_BUFFER_PRIVATE to keep
32869         a reference to everything we need.
32870         * sys/xvimage/xvimagesink.h: adding a reference to the sink in the image
32871
32872 2004-01-11  David Schleef  <ds@schleef.org>
32873
32874         * ext/divx/gstdivxenc.c: remove bogus gst_caps_is_fixed() test
32875         * gst/debug/efence.c: (gst_efence_chain), (gst_fenced_buffer_new),
32876         (gst_fenced_buffer_default_copy): Fix for rename of buffer private
32877         structure members.
32878         * gst/effectv/gstwarp.c: (gst_warptv_setup): Don't reset the time
32879         value during a resize/renegotiation.
32880         * gst/videofilter/gstvideofilter.c: (gst_videofilter_chain): use
32881         gst_pad_alloc_buffer();
32882         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get),
32883         (gst_v4lmjpegsrc_buffer_free): Fix for rename of buffer private
32884         structure members.
32885         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get), (gst_v4lsrc_buffer_free):
32886         Fix for rename of buffer private structure members.
32887         * sys/ximage/ximagesink.c: (gst_ximagesink_chain),
32888         (gst_ximagesink_buffer_free), (gst_ximagesink_buffer_alloc):
32889         Fix for rename of buffer private structure members.
32890         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain),
32891         (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc):
32892         Fix for rename of buffer private structure members.
32893
32894 2004-01-11  Arwed v. Merkatz <v.merkatz@gmx.net>
32895
32896         reviewed by: David Schleef <ds@schleef.org>
32897
32898         * gst/videofilter/Makefile.am:
32899         * gst/videofilter/gstgamma.c: Gamma correction filter.  Modified
32900         from the patch by ds to fit in with recent make_filter changes.
32901
32902 2004-01-11  Julien MOUTTE  <julien@moutte.net>
32903
32904         * configure.ac: Adding examples/switch/Makefile
32905         * examples/Makefile.am: Adding examples/switch
32906         * examples/switch/Makefile.am: Adding switcher example.
32907         * examples/switch/switcher.c: (got_eos), (idle_iterate),
32908         (switch_timer), (main): Adding an example demonstrating switch usage
32909         with 2 videotestsrc showing different patterns.
32910         * gst/switch/gstswitch.c: (gst_switch_request_new_pad),
32911         (gst_switch_init): Fixing switch with the new caps system.
32912
32913 2004-01-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
32914
32915         * gst-libs/gst/video/video.h:
32916           Fix 32bit caps. Issue remaining: The macro names are chosen poorly.
32917           They should probably be like
32918           GST_VIDEO_PAD_TEMPLATE_CAPS_{RGB,BGR,RGBx,BGRx}.
32919
32920 2004-01-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
32921
32922         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
32923         (qtdemux_parse_trak):
32924           fix audio chunk size/timestamp calculation
32925
32926 2004-01-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
32927
32928         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps):
32929           fix SVQ3 caps
32930
32931 2004-01-11  Steve Baker  <steve@stevebaker.org>
32932
32933         * gst/effectv/gstaging.c: (gst_agingtv_get_type),
32934         (gst_agingtv_base_init), (gst_agingtv_class_init),
32935         (gst_agingtv_init), (gst_agingtv_setup), (gst_agingtv_rgb32),
32936         (gst_agingtv_set_property), (gst_agingtv_get_property):
32937         Port agingTV to videofilter
32938
32939 2004-01-09  Julien MOUTTE <julien@moutte.net>
32940
32941         * ext/hermes/gstcolorspace.c: (gst_colorspace_chain):
32942         Implementing gst_pad_alloc_buffer to use optimized buffer allocation.
32943
32944 2004-01-09  Julien MOUTTE <julien@moutte.net>
32945
32946         * ext/ffmpeg/gstffmpegcolorspace.c: (gst_ffmpegcsp_chain):
32947         Implementing gst_pad_alloc_buffer to use optimized buffer allocation.
32948         * gst-libs/gst/xoverlay/xoverlay.c:
32949         (gst_x_overlay_got_desired_size): Updating doc for the xid being 0.
32950         * gst/videoscale/gstvideoscale.c: (gst_videoscale_chain):
32951         Implementing gst_pad_alloc_buffer to use optimized buffer allocation.
32952         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
32953         Implementing gst_pad_alloc_buffer to use optimized buffer allocation.
32954         * sys/ximage/ximagesink.c: (gst_ximagesink_chain),
32955         (gst_ximagesink_buffer_free), (gst_ximagesink_buffer_alloc),
32956         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_init): Implementing
32957         the bufferalloc_function to replace bufferpools, fixing the XOverlay
32958         interface implementation to handle xid being 0 and fix some bugs
32959         triggered by Benjamin's testcase.
32960         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain),
32961         (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc),
32962         (gst_xvimagesink_set_xwindow_id), (gst_xvimagesink_init): Implementing
32963         the bufferalloc_function to replace bufferpools, fixing the XOverlay
32964         interface implementation to handle xid being 0 and fix some bugs
32965         triggered by Benjamin's testcase.
32966
32967 2004-01-09  David Schleef  <ds@schleef.org>
32968
32969         * ext/librfb/gstrfbsrc.c:  Hacking.  Added actual decoding and
32970         mouse pointer events.  It works.
32971
32972 2004-01-09  Ronald Bultje  <rbultje@ronald.bitfreak.net>
32973
32974         * ext/divx/gstdivxenc.c: (gst_divxenc_init):
32975           Use explicit caps - fix capsnego.
32976         * ext/xvid/gstxviddec.c:
32977         * ext/xvid/gstxvidenc.c:
32978           Remove macro-inside-macro which caused compile errors.
32979         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_header):
32980           Error out if it's not a RIFF file. Else we error out without
32981           gst_element_error() which is not good...
32982
32983 2004-01-08  David Schleef  <ds@schleef.org>
32984
32985         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_connect):
32986         Fix pad_link function to handle formats that ffmpeg returns
32987         as multiple caps structures.
32988         * gst/videofilter/gstvideofilter.c: (gst_videofilter_chain):
32989         Only complain if source buffer is _smaller_ than expected.
32990         * gst/videoscale/gstvideoscale.c: (gst_videoscale_init),
32991         (gst_videoscale_handle_src_event): Resize navigation events
32992         when passing them upstream.
32993         * gst/videotestsrc/gstvideotestsrc.c:
32994         * gst/videotestsrc/gstvideotestsrc.h:
32995         * gst/videotestsrc/videotestsrc.c:
32996         * gst/videotestsrc/videotestsrc.h:
32997         Rewrite many of the buffer painting functions to handle odd
32998         sizes (for many formats, size%4!=0 or size%8!=0).  Most have
32999         been verified to work with my video card.
33000         * testsuite/gst-lint:  Add check for elements calling
33001         gst_pad_get_caps() instead of gst_pad_get_allowed_caps().
33002
33003 2004-01-08  David Schleef  <ds@schleef.org>
33004
33005         * gst/videodrop/gstvideodrop.c: (gst_videodrop_getcaps),
33006         (gst_videodrop_link), (gst_videodrop_init): Fix negotiation.
33007
33008 2004-01-08  Julien MOUTTE  <julien@moutte.net>
33009
33010         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents): A
33011         configure event is not emiting the desired size signal. That fixes
33012         aspect ratio issues with gst-player.
33013
33014 2004-01-08  Ronald Bultje  <rbultje@ronald.bitfreak.net>
33015
33016         * gst/median/gstmedian.c: (gst_median_link), (gst_median_init):
33017           Fix capsnego.
33018
33019 2004-01-08  Julien MOUTTE  <julien@moutte.net>
33020
33021         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_create): Using XOverlay
33022         public method to fire size signal.
33023
33024 2004-01-07  Julien MOUTTE  <julien@moutte.net>
33025
33026         * examples/gstplay/Makefile.am: Adding the interface library.
33027         * gst-libs/gst/play/Makefile.am: Adding the interface library.
33028         * gst-libs/gst/play/gstplay.c: (gst_play_set_video_sink): Connecting to         the XOverlay size signal instead of GstVideoSink.
33029         * gst-libs/gst/play/gstplay.h: Including the XOverlay interface to check
33030         GST_IS_X_OVERLAY before signal connect.
33031         * gst-libs/gst/video/gstvideosink.c: (gst_videosink_class_init):
33032         Removing the have_video_size signal.
33033         * gst-libs/gst/video/gstvideosink.h: Removing the have_video_size signal
33034         and associated public method.
33035         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents),
33036         (gst_ximagesink_sinkconnect): Using XOverlay public method to fire size
33037         signal.
33038         * sys/xvideo/xvideosink.c: (gst_xvideosink_sinkconnect),
33039         (gst_xvideosink_xwindow_new): Using XOverlay public method to fire size
33040         signal.
33041         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sinkconnect):
33042         Using XOverlay public method to fire size signal.
33043
33044 2004-01-07  David Schleef  <ds@schleef.org>
33045
33046         * gst/videofilter/Makefile.am:
33047         * gst/videofilter/gstvideotemplate.c:
33048         * gst/videofilter/make_filter:
33049         Create gstvideoexample.c in a srcdir!=builddir friendly way.
33050         Convert make_filter to /bin/sh script.
33051
33052 2004-01-07  Thomas Vander Stichele  <thomas at apestaart dot org>
33053
33054         * gst/modplug/gstmodplug.cc: fix element description
33055
33056 2004-01-07  Julien MOUTTE  <julien@moutte.net>
33057
33058         * examples/gstplay/player.c: (got_time_tick), (got_stream_length),
33059         (got_video_size): Adding some new lines in g_print calls.
33060         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new),
33061         (gst_ximagesink_xwindow_destroy), (gst_ximagesink_xwindow_resize),
33062         (gst_ximagesink_handle_xevents), (gst_ximagesink_fixate),
33063         (gst_ximagesink_sinkconnect), (gst_ximagesink_change_state),
33064         (gst_ximagesink_chain), (gst_ximagesink_buffer_new),
33065         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_get_desired_size):
33066         Complete code review, reverting some stuff i disagree with, adding
33067         some fixes : time synchronization on invalid timestamps, renegotiation
33068         of private window.
33069         * sys/ximage/ximagesink.h:
33070         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_destroy),
33071         (gst_xvimagesink_xwindow_resize), (gst_xvimagesink_handle_xevents),
33072         (gst_xvimagesink_get_xv_support), (gst_xvimagesink_xcontext_get),
33073         (gst_xvimagesink_fixate), (gst_xvimagesink_sinkconnect),
33074         (gst_xvimagesink_change_state), (gst_xvimagesink_chain),
33075         (gst_xvimagesink_buffer_new),
33076         (gst_xvimagesink_navigation_send_event),
33077         (gst_xvimagesink_set_xwindow_id),
33078         (gst_xvimagesink_get_desired_size),
33079         (gst_xvimagesink_xoverlay_init): Complete code review, reverting some
33080         stuff i disagree with, adding some fixes : Renegotiation of private
33081         window, implementing get_desired_size.
33082
33083 2004-01-07  Ronald Bultje  <rbultje@ronald.bitfreak.net>
33084
33085         * ext/audiofile/gstafsink.c: (gst_afsink_init), (gst_afsink_chain),
33086         (gst_afsink_handle_event):
33087         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_init):
33088         * gst/avi/gstavimux.c: (gst_avimux_request_new_pad):
33089         * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_init):
33090         * sys/dxr3/dxr3spusink.c: (dxr3spusink_init):
33091         * sys/dxr3/dxr3videosink.c: (dxr3videosink_init):
33092           Fix for instantiate-test (see core). Also remove dead code from
33093           jpegenc (which still needs fixing, but that's lower on my TODO
33094           list...).
33095         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_getcaps):
33096           Never return NULL as caps.
33097
33098 2004-01-07  David Schleef  <ds@schleef.org>
33099
33100         * configure.ac:
33101         * ext/Makefile.am:
33102         * ext/librfb/Makefile.am:
33103         * ext/librfb/gstrfbsrc.c:
33104         New source plugin based on librfb-0.1.  RFB (remote framebuffer)
33105         is the protocol used by VNC.
33106
33107 2004-01-07  David Schleef  <ds@schleef.org>
33108
33109         * gst/videofilter/gstvideotemplate.c:
33110         * gst/videofilter/gstvideotemplate.h:
33111         * gst/videofilter/make_filter:
33112         Merge videotemplate header into source file.
33113         * gst/effectv/Makefile.am:
33114         * gst/effectv/gsteffectv.c: (plugin_init):
33115         * gst/effectv/gstwarp.c:
33116         Make warpTV a subclass of videofilter.
33117
33118 2004-01-07  Benjamin Otte  <in7y118@public.uni-hamburg.de>
33119
33120         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list):
33121           Add guard against invalid utf-8 conversions in mad. Just in case.
33122
33123 2004-01-07  Benjamin Otte  <in7y118@public.uni-hamburg.de>
33124
33125         * sys/oss/gstosssink.c: (gst_osssink_sink_fixate):
33126           Fix for bug shown by poisoning
33127
33128 2004-01-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
33129
33130         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get),
33131         (gst_v4lmjpegsrc_buffer_free):
33132         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_palette_to_caps),
33133         (gst_v4lsrc_srcconnect), (gst_v4lsrc_getcaps), (gst_v4lsrc_get),
33134         (gst_v4lsrc_buffer_free):
33135           Fix for removed bufferpools.
33136
33137 2004-01-07  Jan Schmidt  <thaytan@mad.scientist.com>
33138
33139         * ext/dv/gstdvdec.c: (gst_dvdec_loop):
33140         Fix caps negotiation.
33141
33142         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_class_init),
33143         (dvdnavsrc_update_buttoninfo), (dvdnavsrc_get),
33144         (dvdnavsrc_get_event_mask), (dvdnav_handle_navigation_event),
33145         (dvdnavsrc_event):
33146         * ext/mpeg2dec/gstmpeg2dec.c:
33147         * gst-libs/gst/navigation/navigation.c:
33148         (gst_navigation_send_key_event), (gst_navigation_send_mouse_event):
33149         * gst-libs/gst/navigation/navigation.h:
33150         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_handle_src_event):
33151         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents):
33152         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents):
33153         Super-simple first version of mouse and keyboard events. Clicking
33154         on a DVD menu now works, although it may not take you where you
33155         expected.
33156
33157         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_fixate):
33158         * gst/videotestsrc/gstvideotestsrc.c:
33159         (gst_videotestsrc_src_fixate):
33160         These fixate functions were broken - they never actually
33161         fixated :)
33162
33163 2004-01-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
33164
33165         * ext/shout/gstshout.c: (gst_icecastsend_base_init),
33166         (gst_icecastsend_init):
33167           fix for new caps system.
33168         * gst-libs/gst/mixer/mixertrack.h:
33169         * sys/oss/gstossmixer.c: (gst_ossmixer_build_list):
33170           Add 'master track' flag (for tools like ACME that only want to
33171           change the main volume).
33172
33173 2004-01-07  Jan Schmidt  <thaytan@mad.scientist.com>
33174
33175         * ext/xvid/gstxvid.c: (gst_xvid_structure_to_csp),
33176         (gst_xvid_csp_to_caps):
33177         * ext/xvid/gstxviddec.c: (gst_xviddec_src_getcaps):
33178         * ext/xvid/gstxvidenc.c:
33179         ifdef out ARGB type when it isn't available
33180         in xvidcore 1.0.0beta2
33181
33182 2004-01-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
33183
33184         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_loop):
33185           When we have received a new SCR right in the first buffer after
33186           a seek (so in the same cycle that handles the discont), we should
33187           handle the buffer instead of unreffing it, else we lose data.
33188
33189 2004-01-06  Iain <iain@prettypeople.org>
33190
33191         * gst/intfloat/gstint2float.c (gst_int2float_link): Set the
33192           buffer-frames caps too.
33193
33194         * gst/oneton/gstoneton.c (gst_oneton_sink_connect): Only create the new
33195           caps that we need, don't destroy them all and rebuild them. And when
33196           creating src pads, use the src pad template rather than the sink...
33197
33198 2004-01-05  Ronald Bultje  <rbultje@ronald.bitfreak.net>
33199
33200         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead):
33201           Add pad to element *after* setting functions such as event handler.
33202           Without this, the scheduler (opt) will link pads, set the event
33203           handler from the default event function (dispatcher in gstpad.c)
33204           and *after* that, we will set our own event function, which will
33205           thus never be used (and thus mpegdemux doesn't handle events).
33206
33207 2004-01-04  David Schleef  <ds@schleef.org>
33208
33209         Fix the fixate functions to handle new prototype:
33210         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_fixate):
33211         * gst/videotestsrc/gstvideotestsrc.c:
33212         (gst_videotestsrc_src_fixate):
33213         * sys/oss/gstosssink.c: (gst_osssink_sink_fixate):
33214         * sys/ximage/ximagesink.c: (gst_ximagesink_fixate):
33215         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_fixate):
33216
33217 2004-01-04  Benjamin Otte  <in7y118@public.uni-hamburg.de>
33218
33219         * sys/ximage/ximagesink.h:
33220         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new),
33221         (gst_ximagesink_xwindow_destroy), (gst_ximagesink_sinkconnect),
33222         (gst_ximagesink_change_state), (gst_ximagesink_set_xwindow_id),
33223         (gst_ximagesink_xoverlay_init):
33224           assorted fixes to make (re)embedding work
33225         * sys/ximage/ximagesink.c: (gst_ximagesink_sinkconnect),
33226         (gst_ximagesink_get_desired_size):
33227           implement desired size additions to XOverlay
33228
33229 2004-01-04  Benjamin Otte  <in7y118@public.uni-hamburg.de>
33230
33231         * gst-libs/gst/xoverlay/xoverlay.c: (gst_x_overlay_base_init),
33232         (gst_x_overlay_got_xwindow_id), (gst_x_overlay_get_desired_size),
33233         (gst_x_overlay_got_desired_size):
33234         * gst-libs/gst/xoverlay/xoverlay.h:
33235           Add optional "desired size" signal and querying.
33236
33237 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
33238
33239         * gst/matroska/matroska-demux.c:
33240         (gst_matroska_demux_parse_blockgroup):
33241           Fix EBML-laced block parsing. Diffs are relative to previous
33242           lace, not the first lace. Thanks to Mosu from the Matroska
33243           team for detecting this.
33244         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
33245         (gst_wavparse_parse_fmt), (gst_wavparse_getcaps),
33246         (gst_wavparse_handle_sink_event), (gst_wavparse_loop),
33247         (gst_wavparse_change_state):
33248         * gst/wavparse/gstwavparse.h:
33249           Quickfix for capsnego.
33250
33251 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
33252
33253         * gst/wavenc/gstwavenc.c: (set_property), (gst_wavenc_init):
33254           Fix indenting, fix pad creation.
33255
33256 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
33257
33258         * ext/xvid/gstxviddec.c: (gst_xviddec_init),
33259         (gst_xviddec_src_getcaps), (gst_xviddec_src_link),
33260         (gst_xviddec_sink_link):
33261           Implement src_getcaps() so proper size caps is negotiated.
33262
33263 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
33264
33265         * ext/flac/gstflacdec.c: (gst_flacdec_loop):
33266           Finish flac decoder on EOS. See #116178.
33267
33268 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
33269
33270         * gst/matroska/matroska-demux.c: (gst_matroska_demux_src_getcaps),
33271         (gst_matroska_demux_add_stream):
33272         * gst/matroska/matroska-ids.h:
33273           Add getcaps() function to fix capsnego...
33274
33275 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
33276
33277         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead),
33278         (gst_mpeg_demux_parse_packet), (gst_mpeg_demux_parse_pes):
33279         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_parse_packhead):
33280           Fix more integer overflows. Again, see #126967.
33281
33282 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
33283
33284         * ext/mpeg2dec/gstmpeg2dec.c:
33285           Add support for mpeg2dec-0.4.0 (released two weeks ago). See
33286           #130416.
33287
33288 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
33289
33290         * configure.ac:
33291         * ext/xvid/gstxvid.c: (gst_xvid_init), (gst_xvid_error),
33292         (gst_xvid_structure_to_csp), (gst_xvid_csp_to_caps):
33293         * ext/xvid/gstxvid.h:
33294         * ext/xvid/gstxviddec.c: (gst_xviddec_class_init),
33295         (gst_xviddec_init), (gst_xviddec_setup), (gst_xviddec_chain),
33296         (gst_xviddec_src_link), (gst_xviddec_sink_link),
33297         (gst_xviddec_change_state):
33298         * ext/xvid/gstxviddec.h:
33299         * ext/xvid/gstxvidenc.c: (gst_xvidenc_profile_get_type),
33300         (gst_xvidenc_base_init), (gst_xvidenc_class_init),
33301         (gst_xvidenc_init), (gst_xvidenc_setup), (gst_xvidenc_chain),
33302         (gst_xvidenc_link), (gst_xvidenc_set_property),
33303         (gst_xvidenc_get_property), (gst_xvidenc_change_state):
33304         * ext/xvid/gstxvidenc.h:
33305           Update xvid plugin to latest xvid (1.0.0-beta3) API.
33306
33307 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
33308
33309         * gst/rtp/rtp-packet.c:
33310           Add sys/types.h include, since OS X doesn't define in_addr_t
33311           in netinet/in.h, like it does on Linux (see #129600).
33312
33313 2004-01-03  Thomas Canty <tommydal@optushome.com.au>
33314
33315         reviewed by: Ronald Bultje  <rbultje@ronald.bitfreak.net>
33316
33317         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_dispose):
33318           Correct logic of dispose function (see #129306).
33319
33320 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
33321
33322         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_pes):
33323         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_class_init),
33324         (gst_mpeg_parse_init):
33325         * gst/mpegstream/gstmpegparse.h:
33326           Remove clock (which was never provided, i.e. dead code), and
33327           also fix integer overflows at high PTS values (see #126967).
33328
33329 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
33330
33331         * ext/flac/gstflacdec.c:
33332         * ext/libpng/gstpngenc.h:
33333         * ext/mikmod/gstmikmod.h:
33334           OS X fixes (see #126628).
33335
33336 2004-01-02  David Schleef  <ds@schleef.org>
33337
33338         * ext/alsa/gstalsasrc.c: (gst_alsa_src_pad_factory),
33339         (gst_alsa_src_base_init): Remove bogus "src" request pad.
33340         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_base_init),
33341         (gst_mpeg_parse_class_init): Move pad template registration
33342         to class_init, since the derived class (mpegdemux) doesn't
33343         want them.
33344
33345 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
33346
33347         * sys/ximage/Makefile.am:
33348         * sys/xvideo/Makefile.am:
33349         * sys/xvimage/Makefile.am:
33350           Move interface libs from LDFLAGS to LIBADD, fix relocation errors
33351           after installation (see #127664).
33352
33353 2004-01-02  David Schleef  <ds@schleef.org>
33354
33355         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_init),
33356         (gst_ffmpegenc_connect):  Negotiation fixes.
33357         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_negotiate_format):
33358         Remove inappropriate gst_caps_free().
33359         * sys/ximage/ximagesink.c: (gst_ximagesink_sinkconnect):
33360         Reenable Ronald's internal resize code, since the core handles
33361         it correctly now.
33362
33363 2004-01-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
33364
33365         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_init):
33366         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_init):
33367         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_base_init), (gst_v4lsrc_init):
33368           Fix pad template stuff.
33369
33370 2004-01-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
33371
33372         * gst/matroska/ebml-read.c: (gst_ebml_read_sint):
33373         * gst/matroska/ebml-write.c: (gst_ebml_write_sint):
33374           fix signed integer reading/writing.
33375
33376 2004-01-02  Benjamin Otte  <in7y118@public.uni-hamburg.de>
33377
33378         * ext/alsa/README:
33379           Remove outdated document
33380
33381 2004-01-03  Jan Schmidt  <thaytan@mad.scientist.com>
33382
33383         * gst/cutter/gstcutter.c: (gst_cutter_init):
33384           src pad was being created twice - oops.
33385
33386 2004-01-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
33387
33388         * sys/ximage/ximagesink.c: (gst_ximagesink_sinkconnect):
33389           Comment out internal resize. It doesn't handle the resulting
33390           XEvent internally, does another try_set_caps() which leads to
33391           a really nice loop.
33392           Real fix will come when Julien and Dave are awake. ;).
33393
33394 2004-01-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
33395
33396         * ext/mpeg2enc/gstmpeg2enc.cc:
33397           fix const/nonconst compile issue.
33398
33399 2004-01-02  David Schleef  <ds@schleef.org>
33400
33401         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_fixate),
33402         (gst_xvimagesink_sinkconnect), (gst_xvimagesink_init):
33403         Add fixate function and a check for bad formats.
33404
33405 2004-01-01  David Schleef  <ds@schleef.org>
33406
33407         Negotiation fixes:
33408         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link),
33409         (gst_audiofilter_init):
33410         * gst/debug/efence.c: (gst_efence_init):
33411         * gst/deinterlace/gstdeinterlace.c: (gst_deinterlace_link),
33412         (gst_deinterlace_init):
33413         * gst/volume/gstvolume.c: (volume_connect):
33414
33415 2004-01-01  David Schleef  <ds@schleef.org>
33416
33417         Convert elements to use gst_pad_use_explicit_caps() where
33418         appropriate:
33419         * ext/a52dec/gsta52dec.c: (gst_a52dec_init), (gst_a52dec_reneg):
33420         * ext/audiofile/gstafparse.c: (gst_afparse_init),
33421         (gst_afparse_open_file):
33422         * ext/audiofile/gstafsrc.c: (gst_afsrc_init),
33423         (gst_afsrc_open_file):
33424         * ext/esd/esdmon.c: (gst_esdmon_init), (gst_esdmon_get):
33425         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_init),
33426         (gst_ffmpegdec_chain):
33427         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_loop):
33428         * ext/flac/gstflacdec.c: (gst_flacdec_init), (gst_flacdec_write):
33429         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_init),
33430         (gst_gdk_pixbuf_chain):
33431         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_init), (gst_jpegdec_link),
33432         (gst_jpegdec_chain):
33433         * ext/mad/gstmad.c: (gst_mad_init), (gst_mad_chain):
33434         * ext/mikmod/gstmikmod.c: (gst_mikmod_init),
33435         (gst_mikmod_negotiate):
33436         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_init),
33437         (gst_mpeg2dec_negotiate_format):
33438         * ext/mpeg2enc/gstmpeg2enc.cc:
33439         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
33440         * ext/speex/gstspeexdec.c: (gst_speexdec_init),
33441         (gst_speexdec_sinkconnect):
33442         * ext/swfdec/gstswfdec.c: (gst_swfdec_loop), (gst_swfdec_init):
33443         * ext/vorbis/vorbisfile.c: (gst_vorbisfile_init),
33444         (gst_vorbisfile_new_link):
33445         * gst/ac3parse/gstac3parse.c: (gst_ac3parse_init),
33446         (gst_ac3parse_chain):
33447         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_add_audio_stream),
33448         (gst_asf_demux_setup_pad):
33449         * gst/auparse/gstauparse.c: (gst_auparse_init),
33450         (gst_auparse_chain):
33451         * gst/id3/gstid3types.c: (gst_id3types_loop):
33452         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream):
33453         * gst/mpeg1videoparse/gstmp1videoparse.c: (gst_mp1videoparse_init),
33454         (mp1videoparse_parse_seq):
33455         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_init),
33456         (bpf_from_header):
33457         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead),
33458         (gst_mpeg_demux_parse_pes), (gst_mpeg_demux_lpcm_set_caps):
33459         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_init),
33460         (gst_mpeg_parse_send_data):
33461         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
33462         (gst_qtdemux_add_stream):
33463         * gst/realmedia/rmdemux.c: (gst_rmdemux_add_stream):
33464         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
33465         (gst_wavparse_parse_fmt):
33466
33467 2004-01-01  Ronald Bultje  <rbultje@ronald.bitfreak.net>
33468
33469         * configure.ac:
33470           Fix configure check for mpeg2enc. We need 1.6.1.93 instead of
33471           1.6.1.92, since the pkg-config file of 1.6.1.92 is borked and
33472           it therefore uses the wrong include paths. Too bad... Note
33473           that 1.6.1.93 is not release yet. ;).
33474           Also add a check for mplex, which is now using the lib'ified
33475           mplex from mjpegtools, too.
33476         * ext/ffmpeg/gstffmpegcodecmap.c:
33477           Add codec_tag for 3ivx/xvid. For xvid, this should fix playback
33478           issues. I don't think ffmpeg handles 3ivx correctly, so this
33479           probably won't work. But it won't hurt either.
33480         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_connect),
33481         (gst_ffmpegdec_chain):
33482         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_connect),
33483         (gst_ffmpegenc_chain_audio):
33484           Fix memleak in audio encoding. Close codec if open fails, this
33485           calls the cleanup routines so we can re-use the context.
33486         * ext/mpeg2enc/gstmpeg2enc.cc:
33487           Fix pad template names/types, fix memory issue with getcaps().
33488         * ext/mpeg2enc/gstmpeg2encoder.cc:
33489         * ext/mpeg2enc/gstmpeg2encoder.hh:
33490           Fix compile issue with new caps system (const thingy).
33491         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
33492         * ext/mpeg2enc/gstmpeg2encpicturereader.hh:
33493           We read a first frame right on initing, so that we have a caps
33494           when we init the output. This caps is cached in padprivate and
33495           read as first frame.
33496         * ext/mplex/Makefile.am:
33497         * ext/mplex/gstmplex.cc:
33498         * ext/mplex/gstmplex.h:
33499         * ext/mplex/gstmplex.hh:
33500         * ext/mplex/gstmplexibitstream.cc:
33501         * ext/mplex/gstmplexibitstream.hh:
33502         * ext/mplex/gstmplexjob.cc:
33503         * ext/mplex/gstmplexjob.hh:
33504         * ext/mplex/gstmplexoutputstream.cc:
33505         * ext/mplex/gstmplexoutputstream.hh:
33506           We wrap mjpegtools mplex. So I rewrote the plugin. The old plugin
33507           had issues, didn't do capsnego, supported only a subset of the
33508           mplex features and required a mplex fork in our local CVS. Plus
33509           that it worked agaist a very old mplex version. Rewriting was
33510           faster than updating it.
33511         * gst-libs/ext/Makefile.am:
33512         * gst-libs/ext/mplex/INSTRUCT:
33513         * gst-libs/ext/mplex/Makefile.am:
33514         * gst-libs/ext/mplex/README:
33515         * gst-libs/ext/mplex/TODO:
33516         * gst-libs/ext/mplex/ac3strm_in.cc:
33517         * gst-libs/ext/mplex/audiostrm.hh:
33518         * gst-libs/ext/mplex/audiostrm_out.cc:
33519         * gst-libs/ext/mplex/aunit.hh:
33520         * gst-libs/ext/mplex/bits.cc:
33521         * gst-libs/ext/mplex/bits.hh:
33522         * gst-libs/ext/mplex/buffer.cc:
33523         * gst-libs/ext/mplex/buffer.hh:
33524         * gst-libs/ext/mplex/fastintfns.h:
33525         * gst-libs/ext/mplex/format_codes.h:
33526         * gst-libs/ext/mplex/inputstrm.cc:
33527         * gst-libs/ext/mplex/inputstrm.hh:
33528         * gst-libs/ext/mplex/lpcmstrm_in.cc:
33529         * gst-libs/ext/mplex/mjpeg_logging.cc:
33530         * gst-libs/ext/mplex/mjpeg_logging.h:
33531         * gst-libs/ext/mplex/mjpeg_types.h:
33532         * gst-libs/ext/mplex/mpastrm_in.cc:
33533         * gst-libs/ext/mplex/mpegconsts.cc:
33534         * gst-libs/ext/mplex/mpegconsts.h:
33535         * gst-libs/ext/mplex/mplexconsts.hh:
33536         * gst-libs/ext/mplex/multplex.cc:
33537         * gst-libs/ext/mplex/outputstream.hh:
33538         * gst-libs/ext/mplex/padstrm.cc:
33539         * gst-libs/ext/mplex/padstrm.hh:
33540         * gst-libs/ext/mplex/stillsstream.cc:
33541         * gst-libs/ext/mplex/stillsstream.hh:
33542         * gst-libs/ext/mplex/systems.cc:
33543         * gst-libs/ext/mplex/systems.hh:
33544         * gst-libs/ext/mplex/vector.cc:
33545         * gst-libs/ext/mplex/vector.hh:
33546         * gst-libs/ext/mplex/videostrm.hh:
33547         * gst-libs/ext/mplex/videostrm_in.cc:
33548         * gst-libs/ext/mplex/videostrm_out.cc:
33549         * gst-libs/ext/mplex/yuv4mpeg.cc:
33550         * gst-libs/ext/mplex/yuv4mpeg.h:
33551         * gst-libs/ext/mplex/yuv4mpeg_intern.h:
33552         * gst-libs/ext/mplex/yuv4mpeg_ratio.cc:
33553           We don't fork mjpegtools' mplex in our CVS anymore.
33554         * gst/avi/gstavidemux.c: (gst_avi_demux_src_getcaps),
33555         (gst_avi_demux_add_stream):
33556         * gst/avi/gstavidemux.h:
33557           Add getcaps() function for proper caps nego. This makes some
33558           parts of AVI playback/reading work.
33559         * sys/ximage/ximagesink.c: (gst_ximagesink_sinkconnect):
33560           Resize window on new capsnego. This is probably wrong, but
33561           I'm still committing it because with current capsnego, the
33562           first successfull capsnego is auto-fixated, therefore rounded
33563           down to the lowest values in the caps. this results in a 16x16
33564           XWindow that is not reized when real capsnego finishes.
33565           Dave, I see more cases of this, do you know a proper solution?
33566         * tools/gst-launch-ext.in:
33567           Fix MPEG-4 AAC (Apple iPod/iTunes) file commandline.
33568
33569 2003-12-31  David Schleef  <ds@schleef.org>
33570
33571         * gst/tcp/gsttcpsrc.c: (gst_tcpsrc_get):
33572         * gst/udp/gstudpsrc.c: (gst_udpsrc_get):
33573           Change gst_pad_proxy_link() to gst_pad_try_set_caps()
33574
33575 2003-12-30  David Schleef  <ds@schleef.org>
33576
33577         * ext/ffmpeg/gstffmpegcolorspace.c:
33578         (gst_ffmpegcsp_caps_remove_format_info), (gst_ffmpegcsp_getcaps),
33579         (gst_ffmpegcsp_pad_link), (gst_ffmpegcsp_init),
33580         (gst_ffmpegcsp_chain): Negotiation fixes
33581         * ext/mad/gstmad.c: (gst_mad_chain): Negotiation fixes
33582         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
33583         (gst_audio_convert_link), (gst_audio_convert_channels):
33584         * gst/audioscale/gstaudioscale.c: (gst_audioscale_getcaps),
33585         (gst_audioscale_link), (gst_audioscale_get_buffer),
33586         (gst_audioscale_chain): Negotiation fixes
33587         * gst/audioscale/gstaudioscale.h:
33588         * gst/videofilter/gstvideofilter.c:
33589         (gst_videofilter_format_get_structure), (gst_videofilter_getcaps),
33590         (gst_videofilter_link), (gst_videofilter_init),
33591         (gst_videofilter_set_output_size), (gst_videofilter_setup),
33592         (gst_videofilter_find_format_by_structure):
33593         * gst/videofilter/gstvideofilter.h: Negotiation fixes
33594         * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps),
33595         (gst_videoscale_link):
33596         * gst/videoscale/videoscale.c: (videoscale_get_structure),
33597         (videoscale_find_by_structure), (gst_videoscale_setup):
33598         * gst/videoscale/videoscale.h: Negotiation fixes
33599         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents),
33600         (gst_ximagesink_fixate), (gst_ximagesink_init): Add a fixate
33601         function, restrict resizing to a multiple of 4 (hack until
33602         everyone supports odd sizes correctly).
33603
33604 2003-12-29  Colin Walters  <walters@verbum.org>
33605
33606         * ext/esd/esdsink.c (gst_esdsink_link): Fix typo; get depth instead of
33607         signed.
33608
33609 2003-12-30  Jan Schmidt <thaytan@mad.scientist.com>
33610
33611         * ext/sndfile/gstsf.c: (gst_sf_loop):
33612           Fix warning about discarding const qualifier
33613
33614 2003-12-27  Jeremy Simon   <jesimon@libertysurf.fr>
33615
33616         * gst/cutter/gstcutter.c:
33617         * gst/videoscale/gstvideoscale.c:
33618         * gst/volenv/gstvolenv.c:
33619         * gst-libs/gst/audio/audio.c:
33620         * gst-libs/gst/video/video.c:
33621           Fix warnings
33622
33623 2003-12-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
33624
33625         * ext/alsa/gstalsa.c: (gst_alsa_open_audio):
33626           Don't send ALSA debugging to stderr.
33627         * ext/alsa/gstalsa.h:
33628           Use GST_WARNING instead of g_warning when ALSA functions fail.
33629
33630 2003-12-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
33631
33632         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
33633           Free XVAdapterInfo correctly.
33634
33635 2003-12-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
33636
33637         * ext/mad/gstid3tag.c: (gst_id3_tag_add_src_pad),
33638         (gst_id3_tag_do_caps_nego), (gst_id3_tag_src_link):
33639           Make id3tag use correct caps nego.
33640
33641 2003-12-27  Amaury Jacquot <sxpert@esitcom.org>
33642
33643         * ext/ivorbis/vorbis.c:
33644         * ext/ivorbis/vorbisenc.h:
33645         * ext/ivorbis/vorbisfile.c:
33646           Modify so that it uses the new caps things
33647
33648 2003-12-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
33649
33650         * testsuite/spider/spider1.c: (main):
33651         * testsuite/spider/spider2.c: (main):
33652         * testsuite/spider/spider3.c: (main):
33653           Make tests compile again. They probably don't work.
33654
33655 2003-12-24  Colin Walters  <walters@verbum.org>
33656
33657         * sys/oss/gstosssink.c (gst_osssink_sink_fixate): Return NULL if
33658         we can't fixate the caps anymore.
33659
33660 2003-12-23  David Schleef  <ds@schleef.org>
33661
33662         * gst/volume/gstvolume.c: (volume_init): Proxy getcaps.
33663         * sys/oss/gstosssink.c: (gst_osssink_init),
33664         (gst_osssink_sink_fixate): Add fixate function.
33665
33666 2003-12-24  Ronald Bultje  <rbultje@ronald.bitfreak.net>
33667
33668         * ext/ffmpeg/gstffmpegcodecmap.c:
33669         * ext/ffmpeg/gstffmpegcolorspace.c: (gst_ffmpegcsp_getcaps),
33670         (gst_ffmpegcsp_srcconnect_func), (gst_ffmpegcsp_sinkconnect),
33671         (gst_ffmpegcsp_srcconnect), (gst_ffmpegcsp_get_type),
33672         (gst_ffmpegcsp_base_init), (gst_ffmpegcsp_class_init),
33673         (gst_ffmpegcsp_init), (gst_ffmpegcsp_chain),
33674         (gst_ffmpegcsp_change_state), (gst_ffmpegcsp_set_property),
33675         (gst_ffmpegcsp_get_property), (gst_ffmpegcsp_register):
33676           fix typo in RGB masks, and move back to "old" colorspace
33677           capsnego code until whoever wrote this new crap has actually
33678           tested it so that it works.
33679           And yes, this works, keep it that way please.
33680
33681 2003-12-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
33682
33683         * ext/divx/gstdivxdec.c: (gst_divxdec_base_init),
33684         (gst_divxdec_init), (gst_divxdec_negotiate):
33685         * ext/divx/gstdivxdec.h:
33686         * ext/divx/gstdivxenc.c: (gst_divxenc_base_init),
33687         (gst_divxenc_init):
33688         * ext/faac/gstfaac.c: (gst_faac_base_init), (gst_faac_init),
33689         (gst_faac_sinkconnect), (gst_faac_srcconnect):
33690         * ext/mpeg2enc/gstmpeg2enc.cc:
33691         * ext/mpeg2enc/gstmpeg2encoder.cc:
33692         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
33693         * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_base_init),
33694         (dxr3audiosink_init), (dxr3audiosink_pcm_sinklink):
33695         * sys/dxr3/dxr3spusink.c: (dxr3spusink_base_init),
33696         (dxr3spusink_init):
33697         * sys/dxr3/dxr3videosink.c: (dxr3videosink_base_init),
33698         (dxr3videosink_init):
33699           Fix caps breakage after Dave's caps branch merge.
33700
33701 2003-12-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
33702
33703         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
33704           Fix for 24bpp display.
33705
33706 2003-12-23  Colin Walters  <walters@verbum.org>
33707
33708         * ext/gnomevfs/gstgnomevfssink.c: Add ARG_HANDLE property that takes
33709         a GnomeVFSHandle directly.
33710
33711 2003-12-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
33712
33713         * gst/volume/Makefile.am:
33714         * gst/volume/gstvolume.c: (volume_connect), (volume_parse_caps),
33715         (volume_base_init), (volume_init):
33716           Reenable volume element and fix to work with new caps stuff.
33717           Rhythmbox needs this.
33718
33719 2003-12-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
33720
33721         * gst/qtdemux/qtdemux.c: (plugin_init):
33722           qtdemux requires bytestream
33723
33724 2003-12-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
33725
33726         * ext/alsa/gstalsa.c: (gst_alsa_get_caps), (gst_alsa_link):
33727           Fix remaining caps handling errors due to CAPS merge.
33728
33729 2003-12-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
33730
33731         * ext/faad/gstfaad.c: (gst_faad_base_init), (gst_faad_init),
33732         (gst_faad_sinkconnect), (gst_faad_srcgetcaps),
33733         (gst_faad_srcconnect):
33734           Port to new caps system.
33735
33736 2003-12-21  Julien MOUTTE  <julien@moutte.net>
33737
33738         * examples/gstplay/player.c: (got_time_tick), (got_stream_length),
33739         (got_video_size), (main): using g_print instead of g_message.
33740         * gst-libs/gst/play/gstplay.c: (gst_play_pipeline_setup): Fixing EOS
33741         signal which was not emitted because of "switch" element added to the
33742         bin but not connected. (Removing from the bin temporarily)
33743
33744 2003-12-21  Julien MOUTTE  <julien@moutte.net>
33745
33746         * configure.ac: X_DISPLAY_MISSING is set to 1 if AC_PATH_XTRA fails to
33747         find X development files. I don't understand the previous tests and
33748         they fail on my debian/ppc unstable. This one works.
33749         * examples/gstplay/player.c: (main): Set the pipeline to READY before
33750         exiting.
33751         * gst-libs/gst/play/gstplay.c: (gst_play_get_length_callback),
33752         (gst_play_set_video_sink), (gst_play_set_audio_sink),
33753         (gst_play_set_visualization): Add some safety checks in set_ methods
33754         and state_change. This was throwing some ugly CRITICAL messages when
33755         pipeline was getting disposed and casts were failing.
33756
33757 2003-12-21  Ronald Bultje  <rbultje@ronald.bitfreak.net>
33758
33759         * configure.ac:
33760           Improve mpeg2enc detection. This is for distributions that do
33761           ship mjpegtools, but without mpeg2enc. Also does object check
33762           for might there ever be ABI incompatibility.
33763         * ext/mpeg2enc/gstmpeg2enc.cc:
33764           Add Andrew as second maintainer (he's helping me), and also add
33765           an error if no caps was set. This happens if I pull before capsnego
33766           and that's something I should solve sometime else.
33767         * gst/matroska/matroska-demux.c:
33768         (gst_matroska_demux_parse_blockgroup):
33769           Fix time parsing.
33770         * gst/matroska/matroska-mux.c: (gst_matroska_mux_audio_pad_link),
33771         (gst_matroska_mux_track_header):
33772           Add caps to templates.
33773         * gst/mpegaudioparse/gstmpegaudioparse.c: (mp3_sink_factory):
33774           Add mpegversion=1 to prevent confusion with MPEG/AAC.
33775         * gst/mpegstream/gstmpegdemux.c:
33776           Remove layer since it causes warnings about unfixed caps.
33777         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
33778           Fix obvious typo (we error out if caps were set, we should of
33779           course error out if *no* caps were set).
33780         * sys/oss/gstosselement.c: (gst_osselement_convert):
33781           Fix format conversion, we confused bits/bytes.
33782         * sys/oss/gstosselement.h:
33783           Improve documentation for 'bps'.
33784         * sys/v4l/TODO:
33785           Remove stuff about plugins that need removing - this was done
33786           ages ago.
33787         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_init),
33788         (gst_v4lmjpegsrc_src_convert), (gst_v4lmjpegsrc_src_query):
33789         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_init), (gst_v4lsrc_src_convert),
33790         (gst_v4lsrc_src_query):
33791         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_init),
33792         (gst_v4l2src_src_convert), (gst_v4l2src_src_query):
33793           Add get_query_types(), get_formats() and query() functions.
33794
33795 2003-12-21  Thomas Vander Stichele  <thomas at apestaart dot org>
33796
33797         * ChangeLog: moved to gstreamer/docs/random/old/ChangeLog.gst-plugins
33798           * moved CVS to freedesktop.org